@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);
}

.vegasino-q0t4ac {
  margin: 0 auto;
  padding: 0 var(--offsets);
  max-width: var(--display-width);
}

.vegasino-4imb9r {
  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.vegasino-57gj8a,
ul.vegasino-57gj8a {
  padding-left: 20px;
}

ul.vegasino-57gj8a {
  list-style: disc;
}

ol.vegasino-57gj8a {
  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;
  }
}

.vegasino-iu5xvc > .vegasino-yoj2ln,
.vegasino-iu5xvc > .vegasino-xludwt,
.vegasino-iu5xvc > blockquote,
.vegasino-iu5xvc > h1,
.vegasino-iu5xvc > h2,
.vegasino-iu5xvc > h3,
.vegasino-iu5xvc > h4,
.vegasino-iu5xvc > h5,
.vegasino-iu5xvc > h6,
.vegasino-iu5xvc > ol,
.vegasino-iu5xvc > p,
.vegasino-iu5xvc > ul {
  margin-right: auto;
  margin-left: auto;
  padding: 0 var(--offsets);
  max-width: var(--display-width);
}

.vegasino-iu5xvc > ol,
.vegasino-iu5xvc > ul {
  padding-left: 50px;
}

.vegasino-iu5xvc 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;
}

.vegasino-iu5xvc:not(:last-child) {
  margin-bottom: 2rem;
}

.vegasino-iu5xvc > :not(:first-child) {
  margin-top: 2rem;
}

.vegasino-iu5xvc {
  margin-top: 64px;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.vegasino-iu5xvc:first-child {
  margin-top: 40px;
}

@media (max-width: 767px) {
  .vegasino-iu5xvc:first-child {
    margin-top: 20px;
  }
}

.vegasino-iu5xvc > p:last-of-type {
  margin-bottom: 32px;
}

.vegasino-iu5xvc > .vegasino-ap1t7e:not(:first-child) {
  margin: 64px auto 16px auto;
}

.vegasino-42guyn > .vegasino-ap1t7e {
  margin-left: auto;
  margin-right: auto;
  padding: 0 var(--offsets);
  max-width: var(--display-width);
}

.vegasino-xludwt {
  overflow: auto;
}

.vegasino-xludwt::-webkit-scrollbar {
  height: 5px;
}

.vegasino-xludwt table,
table {
  margin-top: 24px;
  border-collapse: collapse;
  width: 100%;
  word-break: break-word;
}

.vegasino-xludwt table {
  border-radius: 12px;
  border: 2px solid var(--border-color);
  /* background: #0f442e; */
}

.vegasino-xludwt table thead,
table thead {
  border-bottom: none;
}

.vegasino-xludwt table th,
table th {
  padding: 5px 5px;
  text-align: center;
  color: var(--color-table-th-color);
  background-color: var(--table-1-color);
}

.vegasino-xludwt table th:not(:last-child) {
  border-right: 1px solid var(--border-color);
}

.vegasino-xludwt table td,
table td {
  border: 1px solid var(--border-color);
  padding: 5px 5px;
}

.vegasino-xludwt .vegasino-e21oss {
  table-layout: auto;
}

.vegasino-xludwt .vegasino-e21oss th {
  word-break: normal;
}

.vegasino-xludwt .vegasino-e21oss td {
  word-break: normal;
}

.vegasino-q0t4ac .vegasino-q0t4ac {
  padding-right: 0;
  padding-left: 0;
}

.vegasino-yu7w0u {
  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;
}

.vegasino-oc9iwl {
  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;
}

.vegasino-5tywlx {
  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;
}

.vegasino-yoj2ln {
  margin-top: 24px;
}

.vegasino-yoj2ln.vegasino-2793mc {
  text-align: left;
}

.vegasino-yoj2ln.vegasino-q6w155 {
  text-align: right;
}

.vegasino-yoj2ln.vegasino-yvutx6 {
  text-align: center;
}

.vegasino-7h8l1y {
  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.vegasino-ur62g2 ease-in-out;
  cursor: pointer;
}

.vegasino-7h8l1y:hover {
  color: var(--button-bg-color);
  background: 0 0;
}

.vegasino-7h8l1y {
  min-width: 328px;
}

@media (max-width: 768px) {
  .vegasino-7h8l1y {
    min-width: unset;
  }
}

.vegasino-3vz4ga {
  background-color: var(--fh-bg-color);
}

.vegasino-2z5np7 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 8px 20px;
}

.vegasino-ksa6wq {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  max-width: 80px;
}

.vegasino-ksa6wq img {
  max-height: 44px;
  object-fit: contain;
}

.vegasino-ztpwc0 {
  flex: 1 1;
}

.vegasino-rpweso {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-left: auto;
}

.vegasino-4thk6f {
  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;
}

.vegasino-4thk6f 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;
}

.vegasino-4thk6f.vegasino-qisgpn span:nth-of-type(1) {
  -webkit-transform: translateY(11px) rotateZ(45deg);
  -ms-transform: translateY(11px) rotate(45deg);
  transform: translateY(11px) rotateZ(45deg);
}

.vegasino-4thk6f.vegasino-qisgpn span:nth-of-type(2) {
  -webkit-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform: scaleX(0);
}

.vegasino-4thk6f.vegasino-qisgpn span:nth-of-type(3) {
  -webkit-transform: translateY(-11px) rotateZ(-45deg);
  -ms-transform: translateY(-11px) rotate(-45deg);
  transform: translateY(-11px) rotateZ(-45deg);
}

.vegasino-ztpwc0 + .vegasino-rpweso {
  margin-left: 20px;
}

.vegasino-6yzv4f {
  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;
}

.vegasino-6yzv4f > svg {
  max-width: 24px;
  max-height: 24px;
}

.vegasino-6yzv4f + .vegasino-6yzv4f {
  margin-left: 5px;
}

.vegasino-37ms00 {
  color: var(--button-text-color);
  background-color: var(--button-bg-color);
  border: 1px solid var(--border-color);
  transition: 0.2s;
}

.vegasino-37ms00:hover {
  background-color: var(--button-bg-hover);
}

.vegasino-h7gtke {
  color: var(--button-text-color);
  background-color: var(--button-bg-color);
  transition: 0.vegasino-ur62g2 ease-in-out;
  border: 1px solid var(--border-color);
}

.vegasino-h7gtke:hover {
  color: var(--button-text-color);
  background-color: var(--button-bg-hover);
}

.vegasino-us8qsk {
  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) {
  .vegasino-ztpwc0 {
    flex: 1 1 100%;
    order: 10;
    margin-top: 8px;
  }
  .vegasino-us8qsk {
    justify-content: center;
  }
}

@media (max-width: 1024px) {
  .vegasino-ztpwc0 {
    margin-top: unset;
  }
}

@media (max-width: 768px) {
  .vegasino-6yzv4f {
    min-width: unset;
    flex: 1 1;
  }
}

.vegasino-vm6zyl {
  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;
}

.vegasino-vm6zyl:hover > a::after {
  -webkit-transform: scaleX(1);
  -ms-transform: scaleX(1);
  transform: scaleX(1);
}

.vegasino-vm6zyl:hover .vegasino-1hwyaz {
  opacity: 1;
  pointer-events: auto;
}

.vegasino-6sywq7 {
  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.vegasino-qgdwsn ease-in-out;
  gap: 4px;
}

.vegasino-6sywq7 > svg {
  max-width: 28px;
  max-height: 28px;
  fill: var(--text-color);
  stroke: var(--text-color);
}

.vegasino-6sywq7 .vegasino-yu7w0u img {
  width: auto;
  height: 1.2rem;
  -o-object-fit: contain;
  object-fit: contain;
}

.vegasino-h56jry,
.vegasino-6sywq7:hover {
  color: var(--button-bg-hover);
}

.vegasino-xlra3q {
  position: relative;
}

.vegasino-xlra3q .vegasino-6sywq7 {
  margin-right: 0;
  padding-right: 4px;
}

.vegasino-932x86 svg {
  fill: var(--text-color);
  stroke: var(--text-color);
}

.vegasino-xlra3q.vegasino-qisgpn .vegasino-932x86 svg {
  -webkit-transform: rotateZ(180deg);
  -ms-transform: rotate(180deg);
  transform: rotateZ(180deg);
}

.vegasino-xlra3q.vegasino-qisgpn .vegasino-1hwyaz {
  position: relative;
  top: 0;
  display: block;
  margin-top: 0;
  padding: 0 1rem;
  opacity: 1;
  pointer-events: auto;
}

.vegasino-xlra3q.vegasino-qisgpn .vegasino-1hwyaz::before {
  display: none;
}

.vegasino-932x86 svg {
  width: 100%;
  height: auto;
  max-width: 15px;
  -webkit-transition: 250ms;
  -o-transition: 250ms;
  transition: 250ms;
}

.vegasino-1hwyaz {
  position: absolute;
  top: 100%;
  z-index: 100;
  list-style: none;
  margin-top: 0.5rem;
  border-radius: 5px;
  padding: 0.vegasino-rodqu9 1rem;
  background-color: var(--fh-bg-color);
  opacity: 0;
  transition: 250ms;
  width: auto;
  pointer-events: none;
}

.vegasino-1hwyaz::before {
  content: "";
  position: absolute;
  left: 0;
  top: -0.5rem;
  width: 100%;
  height: 0.5rem;
  background-color: transparent;
}

.vegasino-1hwyaz:hover {
  color: var(--fh-bg-color);
}

.vegasino-uf6zkq {
  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.vegasino-rodqu9 0;
  font-size: 14px;
  font-weight: 500;
  line-height: 28px;
  white-space: nowrap;
  text-decoration: none;
  color: var(--text-color);
  -webkit-transition: 0.vegasino-qgdwsn ease-in-out;
  -o-transition: 0.vegasino-qgdwsn ease-in-out;
  transition: 0.vegasino-qgdwsn ease-in-out;
}

.vegasino-uf6zkq .vegasino-yu7w0u img {
  width: auto;
  height: 1.2rem;
  -o-object-fit: contain;
  object-fit: contain;
}

.vegasino-9am7bg,
.vegasino-uf6zkq:hover {
  color: var(--button-bg-hover);
}

.vegasino-fzdogz {
  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%;
}

.vegasino-fzdogz.vegasino-89cqgh {
  position: relative;
  z-index: 1;
  overflow: hidden;
  border: none;
}

.vegasino-fzdogz.vegasino-89cqgh:after,
.vegasino-fzdogz.vegasino-89cqgh:before {
  content: "";
  position: absolute;
  margin: auto;
}

.vegasino-fzdogz.vegasino-89cqgh: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);
  }
}

.vegasino-fzdogz.vegasino-89cqgh:after {
  top: 2px;
  right: 2px;
  bottom: 2px;
  left: 2px;
  background-color: var(--fh-bg-color);
  border-radius: 12px;
  z-index: 0;
}

.vegasino-fzdogz.vegasino-89cqgh > * {
  z-index: 1;
}

.vegasino-fzdogz b,
.vegasino-fzdogz strong {
  color: var(--button-text-color);
  text-shadow: 0 0 8px var(--button-text-color);
}

.vegasino-fzdogz .vegasino-xxcfoe {
  grid-row: 1/2;
  grid-column: 1/2;
  font-size: 24px;
  font-weight: 900;
  line-height: 32px;
  text-transform: uppercase;
  margin: 0;
  color: #fff;
}

.vegasino-fzdogz .vegasino-3ph1j2 {
  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;
}

.vegasino-fzdogz .vegasino-yu7w0u {
  grid-row: 1/-1;
  grid-column: 2/3;
  min-width: 146px;
}

.vegasino-fzdogz .vegasino-ibr4dt {
  margin-top: 12px;
}

.vegasino-ibr4dt {
  display: flex;
  gap: 8px;
  grid-row: 3/4;
  grid-column: 1/2;
}

.vegasino-41mr8w {
  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;
}

.vegasino-ibr4dt .vegasino-yyvvmm {
  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.vegasino-ur62g2 ease-in-out;
}

.vegasino-ibr4dt .vegasino-yyvvmm:hover {
  background: rgba(255, 255, 255, 0.3);
}

.vegasino-fig707 {
  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;
}

.vegasino-fzdogz.vegasino-tle5yh {
  gap: 12px;
  padding: 16px;
}

.vegasino-fzdogz.vegasino-tle5yh .vegasino-fig707 {
  min-width: 240px;
}

.vegasino-fzdogz.vegasino-tle5yh .vegasino-fig707.vegasino-cnnxs3 {
  padding: 10px 12px;
}

@media (max-width: 1200px) {
  .vegasino-fzdogz .vegasino-xxcfoe {
    grid-row: 1/2;
    grid-column: 1/3;
  }
  .vegasino-fzdogz .vegasino-3ph1j2 {
    grid-row: 2/3;
    grid-column: 1/2;
  }
  .vegasino-fzdogz .vegasino-yu7w0u {
    min-width: 78px;
    grid-row: 2/3;
    grid-column: 2/3;
    align-self: start;
    max-width: 110px;
  }
  .vegasino-fzdogz.vegasino-tle5yh .vegasino-yu7w0u {
    max-width: 126px;
  }
  .vegasino-fzdogz .vegasino-ibr4dt {
    grid-row: 3/4;
    grid-column: 1/3;
  }
  .vegasino-fzdogz .vegasino-41mr8w {
    max-width: unset;
  }
  .vegasino-fig707 {
    min-width: unset;
    width: 100%;
  }
  .vegasino-fzdogz .vegasino-fig707 {
    grid-row: 4/5;
    grid-column: 1/3;
  }
  .vegasino-fzdogz.vegasino-tle5yh {
    grid-template-rows: auto 1fr auto;
  }
  .vegasino-fzdogz.vegasino-tle5yh .vegasino-fig707 {
    grid-row: 3/4;
  }
}

@media (max-width: 768px) {
  .vegasino-fzdogz {
    padding: 16px;
    gap: 16px 12px;
    min-height: unset;
  }
  .vegasino-fzdogz .vegasino-xxcfoe {
    font-size: 18px;
    font-weight: 900;
    line-height: 24px;
  }
  .vegasino-fzdogz .vegasino-yu7w0u {
    max-width: 78px;
  }
  .vegasino-fzdogz .vegasino-ibr4dt {
    margin-top: -12px;
  }
  .vegasino-fzdogz.vegasino-tle5yh {
    gap: 8px;
  }
  .vegasino-fzdogz.vegasino-tle5yh .vegasino-xxcfoe {
    grid-row: 1/2;
    grid-column: 1/2;
  }
  .vegasino-fzdogz.vegasino-tle5yh .vegasino-3ph1j2 {
    grid-column: 1/3;
  }
  .vegasino-fzdogz.vegasino-tle5yh .vegasino-yu7w0u {
    grid-row: 1/2;
    grid-column: 2/3;
  }
  .vegasino-fzdogz.vegasino-tle5yh .vegasino-yu7w0u img {
    max-width: 114px;
  }
}

.vegasino-fig707.vegasino-4wwjlb,
.vegasino-fig707.vegasino-noreoe,
.vegasino-fig707.vegasino-lwhp8s {
  color: var(--button-text-color);
  background-color: var(--button-bg-color);
  padding: 12px 12px 12px 64px;
  border: 1px solid var(--border-color);
  transition: 0.vegasino-ur62g2 ease-in-out;
}

.vegasino-fig707.vegasino-4wwjlb,
.vegasino-fig707.vegasino-lwhp8s {
  padding: 10px;
}

.vegasino-fig707.vegasino-4wwjlb:hover,
.vegasino-fig707.vegasino-noreoe:hover,
.vegasino-fig707.vegasino-lwhp8s:hover {
  background: var(--button-bg-hover);
}

.vegasino-fig707.vegasino-4wwjlb:hover svg path,
.vegasino-fig707.vegasino-lwhp8s:hover svg path {
  stroke: var(--button-text-color);
  fill: none;
}

.vegasino-fig707.vegasino-cnnxs3 {
  color: var(--button-text-color);
  background-color: transparent;
  border: 1px solid var(--border-color);
  padding: 12px;
  transition: 0.vegasino-ur62g2 ease-in-out;
  background: var(--button-bg-color);
}

.vegasino-fig707.vegasino-cnnxs3:hover {
  background-color: var(--button-bg-hover);
}

.vegasino-fig707.vegasino-noreoe: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);
  }
}

.vegasino-fig707.vegasino-noreoe:after {
  content: "";
  width: 24px;
  min-width: 24px;
  height: 24px;
  background-image: url(../images/user.svg);
  background-position: center;
  background-repeat: no-repeat;
}

.vegasino-fig707.vegasino-cnnxs3:after {
  content: "";
  width: 24px;
  min-width: 24px;
  height: 24px;
  background-image: url(../images/btn-arrows.svg);
  background-position: center;
  background-repeat: no-repeat;
}

.vegasino-y9suc9 {
  max-width: 650px;
}

.vegasino-0u5nyt {
  position: relative;
  padding-bottom: 56.25%;
  width: 100%;
  height: 0;
  background-color: #000;
}

.vegasino-chcnd6 {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.vegasino-zkp1yf {
  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.vegasino-qgdwsn ease-in-out;
  cursor: pointer;
}

.vegasino-zkp1yf:hover {
  opacity: 0.5;
}

.vegasino-zkp1yf:focus {
  outline: 0;
}

.vegasino-zkp1yf:focus .vegasino-k6bv4o,
.vegasino-zkp1yf:hover .vegasino-k6bv4o {
  fill: red;
  fill-opacity: 1;
}

.vegasino-zkp1yf:hover {
  cursor: pointer;
}

.vegasino-jb14cc {
  position: absolute;
  left: 0;
  top: 0;
  border: none;
  width: 100%;
  height: 100%;
}

.vegasino-y9suc9.vegasino-yvutx6 {
  margin: 0 auto;
}

.vegasino-y9suc9.vegasino-q6w155 {
  margin-left: auto;
}

.vegasino-hbjejy {
  margin: 33px 20px 0 20px;
  padding: 33px 40px 40px 40px;
  background-color: var(--fh-bg-color);
  border-radius: 12px 12px 0 0;
}

.vegasino-re3wry {
  padding-bottom: 50px;
}

.vegasino-almbsh {
  justify-content: flex-start;
  align-items: center;
  flex: 1 1;
}

.vegasino-7u6orx {
  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;
}

.vegasino-qms4s4 {
  margin-top: 24px;
}

.vegasino-4wsi1b {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.vegasino-js9tzc {
  width: 100%;
  font-size: 14px;
  line-height: 16px;
  text-align: center;
  color: var(--color-footer-text);
  margin-top: 4px;
}

.vegasino-27zxm5 {
  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;
}

.vegasino-0yhu64 {
  width: 468px;
}

.vegasino-27zxm5 .vegasino-1hwyaz {
  margin: 0.vegasino-b4lobe 0;
}

.vegasino-rx9bim {
  display: flex;
  min-width: 224px;
}

.vegasino-0y8nm1 {
  cursor: pointer;
  display: inline-block;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  text-decoration: none;
  color: var(--footer-text-color);
  transition: 0.vegasino-qgdwsn ease-in-out;
}

.vegasino-waw1ya,
.vegasino-0y8nm1:hover {
  color: var(--text-color);
}

.vegasino-mj13pk {
  display: flex;
  flex-wrap: wrap;
  padding: 0;
}

.vegasino-2b6jy5 {
  display: flex;
  flex-direction: column;
}

@media (max-width: 1024px) {
  .vegasino-hbjejy {
    padding: 16px;
  }
  .vegasino-mj13pk {
    flex-direction: column;
    gap: 40px;
    padding: 0;
  }
  .vegasino-2b6jy5 {
    align-items: center;
  }
  .vegasino-0yhu64 {
    width: unset;
  }
  .vegasino-rx9bim {
    min-width: unset;
  }
  .vegasino-27zxm5 {
    max-height: unset;
  }
  .vegasino-almbsh {
    align-items: flex-start;
  }
}

@media (max-width: 768px) {
  .vegasino-hbjejy {
    margin: 33px 16px 0 16px;
    padding: 16px;
  }
}

.vegasino-5gssh6 {
  border-radius: 12px;
  border: 2px solid var(--border-color);
  background: var(--fh-bg-color);
  padding: 16px;
}

.vegasino-5gssh6:not(:last-child) {
  margin-bottom: 16px;
}

.vegasino-fuedxh {
  outline: 0;
}

.vegasino-fuedxh .vegasino-pgnz4g {
  color: #fff;
  font-size: 17px;
  font-weight: 800;
  line-height: 24px;
}

.vegasino-su9te6 {
  display: flex;
  align-items: center;
  gap: 8px;
  outline: 0;
  cursor: pointer;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
}

.faq__details[open] .vegasino-su9te6 {
  padding-bottom: 16px;
  border-bottom: 1px solid var(--border-color);
}

.vegasino-su9te6::-webkit-details-marker {
  display: none;
}

.vegasino-su9te6: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;
}

.vegasino-su9te6: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] .vegasino-su9te6:after {
  transform: unset;
}

.vegasino-pgnz4g {
  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);
}

.vegasino-pgnz4g 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.vegasino-qgdwsn ease-in-out;
  -o-transition: 0.vegasino-qgdwsn ease-in-out;
  transition: 0.vegasino-qgdwsn ease-in-out;
}

.vegasino-5vcd6v {
  padding: 16px 0 0 0;
}

.vegasino-5vcd6v * {
  margin-top: 0.8rem;
  font-family: inherit;
  font-weight: 500;
  font-style: normal;
  font-size: inherit;
  line-height: inherit;
}

page-header__button .vegasino-5vcd6v :first-child {
  margin-top: 0;
}

@media (max-width: 767px) {
  .vegasino-su9te6 {
    flex-wrap: wrap;
    gap: 12px;
  }
  .vegasino-su9te6::after {
    margin-left: auto;
  }
  .vegasino-pgnz4g {
    order: 3;
    flex: 1 1 100%;
  }
  .vegasino-su9te6 {
    font-size: 14px;
    line-height: 130%;
  }
  .vegasino-pgnz4g svg {
    margin-left: 15px;
    width: 18px;
    height: 18px;
    fill: var(--color-faq-item-title);
  }
}

.vegasino-f5daby {
  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;
}

.vegasino-h9gpsx {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #fff;
  margin: 0;
  width: 100%;
  cursor: pointer;
}

.vegasino-f5daby.vegasino-qisgpn .vegasino-h9gpsx {
  margin-bottom: 12px;
}

.vegasino-h9gpsx::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;
}

.vegasino-f5daby.vegasino-qisgpn .vegasino-h9gpsx::after {
  transform: unset;
}

.vegasino-hi8fbd {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  list-style: none;
  overflow: hidden;
  margin: 0;
  padding: 0;
  width: 100%;
  height: auto;
  max-height: 0;
}

.vegasino-pqrsml {
  display: flex;
  align-items: center;
  gap: 4px;
  padding: 6px 12px;
  text-decoration: none;
  color: #fff;
  transition: 0.vegasino-qgdwsn ease-in-out;
  border-radius: 8px;
  border: 1px solid var(--border-color);
}

.vegasino-pqrsml: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;
}

.vegasino-f5daby.vegasino-qisgpn .vegasino-hi8fbd {
  max-height: 100%;
}

.vegasino-oluky8 {
  margin: 0 auto 3rem;
  padding: 0 10px;
  max-width: var(--display-width);
}

.vegasino-d793jk {
  padding: 4px 0;
  background: rgba(255, 255, 255, 0.1);
}

.vegasino-4yrmve {
  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;
}

.vegasino-0mphad {
  margin-right: 4px;
}

.vegasino-1iyydz {
  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.vegasino-qgdwsn ease-in-out;
}

.vegasino-1iyydz svg {
  width: 4px;
  height: 4px;
  margin-left: 4px;
  stroke: var(--text-color);
}

.vegasino-d8hvdd,
.vegasino-1iyydz:hover {
  color: var(--text-color);
}

.vegasino-th93kf {
  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;
}

.vegasino-th93kf img {
  grid-column: 1/2;
  grid-row: 1/3;
  max-width: 58px;
  height: auto;
}

.vegasino-th93kf .vegasino-xnf41j {
  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;
}

.vegasino-th93kf .vegasino-3c734l {
  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;
}

.vegasino-m05osq {
  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;
}

.vegasino-znx78k {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.vegasino-rb6vvx .vegasino-q0t4ac {
  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;
}

.vegasino-rb6vvx {
  background-image: url(../images/404.webp);
  background-position: -100px;
}

.vegasino-cp4c2c {
  margin-top: 2rem;
  font-size: 5rem;
  line-height: 6rem;
  text-align: center;
}

.vegasino-k3rrdh {
  margin: 0;
  font-weight: 400;
  font-size: 2rem;
  line-height: 2.5rem;
  text-align: center;
}

.vegasino-363vy2 {
  display: inline-block;
  margin: 2rem auto 0;
  border: none;
  border-radius: 5px;
  padding: 0.vegasino-emh2yn 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;
}

.vegasino-363vy2:hover {
  -webkit-transform: translateY(-3px);
  -ms-transform: translateY(-3px);
  transform: translateY(-3px);
}

.vegasino-yeb9og {
  position: fixed;
  right: 10px;
  bottom: 15px;
  z-index: 10;
}

.vegasino-p84r0y {
  -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.vegasino-qgdwsn ease-in-out;
  transition: transform 0.vegasino-qgdwsn ease-in-out;
  -o-transition: transform 0.vegasino-qgdwsn ease-in-out;
  transition:
    transform 0.vegasino-qgdwsn ease-in-out,
    -webkit-transform 0.vegasino-qgdwsn ease-in-out;
  cursor: pointer;
}

.vegasino-p84r0y svg {
  fill: var(--button-text-color);
  pointer-events: none;
}

.vegasino-p84r0y: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;
}

.vegasino-vvrd88 {
  width: 113px !important;
  background-color: green !important;
  top: 124px !important;
}

@media screen and (max-width: 700px) {
  #cookie-law-div p {
    padding-bottom: 36px;
  }
  .vegasino-vvrd88 {
    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);
}

.vegasino-sn1ld9 {
  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;
}

.vegasino-4t5hws {
  position: relative;
  width: 100%;
}

.vegasino-sn1ld9.vegasino-eyiogy {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.vegasino-sn1ld9.vegasino-yvutx6 {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.vegasino-sn1ld9.vegasino-q6w155 {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.vegasino-0jqk3y {
  display: block;
  width: 100%;
  height: auto;
  object-fit: contain;
  aspect-ratio: 16/9;
  max-height: 488px;
  background-color: #454545;
}

.vegasino-n8ddph {
  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.vegasino-qgdwsn ease-in-out;
  cursor: pointer;
}

.vegasino-n8ddph:hover {
  opacity: 0.5;
}

.vegasino-sn1ld9.vegasino-2qvko8 .vegasino-n8ddph {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

.vegasino-sn1ld9.vegasino-2qvko8 .vegasino-0jqk3y {
  cursor: pointer;
}

.vegasino-q0ems6 {
  fill: #0009;
}

.vegasino-c8bnmq {
  fill: #fff;
}

.vegasino-n8ddph:hover .vegasino-q0ems6 {
  fill: red;
}

.vegasino-n8ddph svg path {
  -webkit-transition: 0.vegasino-qgdwsn ease-in-out;
  -o-transition: 0.vegasino-qgdwsn ease-in-out;
  transition: 0.vegasino-qgdwsn ease-in-out;
}

.vegasino-d9bc8q {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0 20px;
}

.vegasino-d9bc8q > :not(.get-image):not(.wp-block-heading) {
  grid-column: 1/2;
}

.vegasino-d9bc8q.vegasino-m0h1hv > :not(.get-image) {
  grid-column: 1/3;
}

.vegasino-8599sb:not(._h1-block) .vegasino-d9bc8q > .vegasino-ap1t7e {
  grid-row: 1/2;
  grid-column: 1/3;
}

.vegasino-d9bc8q.vegasino-m0h1hv .vegasino-wr5lfr {
  grid-column: 2/3;
}

.vegasino-d9bc8q.vegasino-m0h1hv > .vegasino-yu7w0u {
  grid-column: 1/2;
}

.vegasino-d9bc8q.vegasino-m0h1hv > :not(.get-image):not(.wp-block-heading) {
  grid-column: 2/3;
}

.vegasino-d9bc8q > p:first-of-type {
  margin-top: 0;
}

.vegasino-d9bc8q .vegasino-yu7w0u {
  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;
}

.vegasino-8599sb:not(._h1-block) .vegasino-ap1t7e ~ .vegasino-yu7w0u {
  grid-row: 2/10;
}

.vegasino-8599sb.vegasino-ty0uwi .vegasino-ap1t7e ~ .vegasino-yu7w0u {
  grid-row: 1/10;
}

.vegasino-8599sb.vegasino-ty0uwi > .vegasino-ap1t7e {
  grid-column: 1/2;
  margin-bottom: 20px;
}

.vegasino-8599sb.vegasino-ty0uwi .vegasino-yu7w0u {
  grid-row: 1/10;
}

.vegasino-d9bc8q.vegasino-r3vyoi .vegasino-yu7w0u {
  align-items: flex-start;
}

.vegasino-d9bc8q.vegasino-yvutx6 .vegasino-wr5lfr {
  margin-top: auto;
  margin-bottom: auto;
  height: fit-content;
}

.vegasino-d9bc8q.vegasino-yvutx6 .vegasino-yu7w0u {
  align-items: center;
}

.vegasino-d9bc8q.vegasino-z5cql7 .vegasino-yu7w0u {
  align-items: flex-end;
}

.vegasino-wr5lfr > :first-child {
  margin-top: 0;
}

.vegasino-wr5lfr > :last-child {
  margin-bottom: 0;
}

* + .vegasino-srw8zn,
.vegasino-8599sb + .vegasino-8599sb {
  margin-top: 2rem;
}

.vegasino-wqjcvi td::before,
.vegasino-wqjcvi th::after {
  display: none !important;
}

.vegasino-wqjcvi #link-selector {
  color: #000;
}

.vegasino-wqjcvi .vegasino-ll7blw {
  color: #135e96;
}

.vegasino-wqjcvi .vegasino-pfv0w8 *,
.vegasino-wqjcvi .vegasino-a8sqd1 p,
.vegasino-wqjcvi .vegasino-il4crp * {
  color: #000;
}

.vegasino-wqjcvi .vegasino-tkimpq {
  background: 0 0 !important;
}

.vegasino-wqjcvi .vegasino-mgbcp0 {
  color: #000;
}

.vegasino-wqjcvi .vegasino-s4z6eh.vegasino-jcplz5 {
  color: #fff;
}

.vegasino-wqjcvi .vegasino-8ud5v3 {
  color: #000;
}

.vegasino-wqjcvi
  .vegasino-td4f3v
  .vegasino-0ilikj.vegasino-jcplz5.vegasino-oziqxk {
  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;
}

.vegasino-i5m58x,
body .vegasino-axlqu8 {
  color: #000;
  background: var(--color-body) !important;
}

.vegasino-i5m58x .vegasino-m3ohxk .vegasino-59f29q,
body .vegasino-axlqu8 .vegasino-m3ohxk .vegasino-59f29q {
  color: #000;
}

@media (hover: hover), screen and (min-width: 0\0) {
  .vegasino-pqrsml:focus,
  .vegasino-pqrsml:hover {
    color: #f9cb16;
  }
  .vegasino-6fq319:focus,
  .vegasino-6fq319:hover {
    background-color: var(--button-bg-color) !important;
    opacity: 1;
  }
}

@media (hover: hover), screen and (min-width: 0\0) {
  .vegasino-7fmg8n:focus img,
  .vegasino-7fmg8n:focus svg,
  .vegasino-7fmg8n:hover img,
  .vegasino-7fmg8n:hover svg {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
  }
}

@media (min-width: 768px) {
  .vegasino-th93kf {
    display: none;
  }
}

@media (min-width: 1024px) {
  .vegasino-xlra3q:hover .vegasino-932x86 svg {
    -webkit-transform: rotateZ(180deg);
    -ms-transform: rotate(180deg);
    transform: rotateZ(180deg);
  }
  .vegasino-932x86 {
    pointer-events: none;
  }
}

@media screen and (max-width: 1280px) {
  :root {
    --offsets: 20px;
  }
}

@media (max-width: 1280px) {
  .vegasino-bwi2m4 {
    -ms-grid-columns: (1fr) [5];
    grid-template-columns: repeat(5, 1fr);
  }
  .vegasino-q7c4vf {
    grid-template-columns: repeat(4, 1fr);
  }
  .vegasino-xbwqjl {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 1279px) {
  .vegasino-m1k84p .vegasino-lfsebt {
    grid-template-columns: 1fr;
  }
  .vegasino-m1k84p .vegasino-4paoht {
    -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;
  }
  .vegasino-m1k84p .vegasino-sbiu5j {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
  .vegasino-m1k84p .vegasino-3cjiss {
    border-bottom: none;
    border-radius: 0;
    padding: 12px 20px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
  .vegasino-m1k84p .vegasino-7e9x06 {
    border-radius: 0 0 16px 16px;
    padding: 24px 16px;
  }
  .vegasino-m1k84p .vegasino-sbiu5j:not(:first-child) {
    border: none;
  }
  .vegasino-m1k84p .vegasino-sbiu5j:first-child .vegasino-3cjiss {
    border-top-left-radius: 18px;
    border-top-right-radius: 0;
  }
  .vegasino-m1k84p .vegasino-sbiu5j:last-child .vegasino-3cjiss {
    border-radius: 0 18px 0 0;
  }
}

@media screen and (max-width: 1024px) {
  :root {
    --offsets: 16px;
  }
}

@media (max-width: 1024px) {
  html {
    font-size: 16px;
  }
  .vegasino-2z5np7 {
    position: relative;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 8px var(--offsets);
  }
  .vegasino-ksa6wq {
    max-width: 100px;
  }
  .vegasino-ztpwc0 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
  .vegasino-rpweso {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .vegasino-rpweso svg {
    stroke: var(--button-text-color);
    /* fill: var(--button-text-color); */
  }
  .vegasino-4thk6f {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
    margin-left: 20px;
  }
  .vegasino-ztpwc0 + .vegasino-rpweso {
    margin-left: auto;
  }
  .vegasino-3yduh7 {
    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;
  }
  .vegasino-3yduh7.vegasino-qisgpn {
    z-index: 9999;
    opacity: 1;
    pointer-events: auto;
  }
  .vegasino-us8qsk {
    -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;
  }
  .vegasino-vm6zyl {
    width: 100%;
  }
  .vegasino-vm6zyl:not(:last-child) {
    border-bottom: 1px solid var(--border-color);
  }
  .vegasino-6sywq7 {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin: 0;
    padding: 8px 0;
    width: 100%;
  }
  .vegasino-6sywq7 svg {
    margin-right: 4px;
  }
  .vegasino-xlra3q {
    -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;
  }
  .vegasino-932x86 svg {
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
  }
  .vegasino-932x86 {
    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;
  }
  .vegasino-1hwyaz {
    display: none;
    width: 100%;
  }
  .vegasino-xlra3q.vegasino-qisgpn .vegasino-1hwyaz {
    padding: 0 0 0 48px;
  }
  .vegasino-uf6zkq {
    justify-content: flex-start;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
  }
  .vegasino-7u6orx .vegasino-yu7w0u {
    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;
  }
  .vegasino-xa7for {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
  }
  .vegasino-xa7for + .vegasino-xa7for {
    margin-right: 0;
  }
  .vegasino-xa7for + .vegasino-yu7w0u {
    margin: 0;
  }
  .vegasino-bwi2m4 {
    grid-template-columns: repeat(4, 1fr);
  }
  .vegasino-q7c4vf {
    grid-template-columns: repeat(3, 1fr);
  }
  .vegasino-wya0z2,
  .vegasino-egzwp8 {
    grid-template-columns: repeat(2, 1fr);
  }
  .vegasino-d9bc8q {
    grid-template-columns: 1fr;
    gap: 16px;
  }
  .vegasino-d9bc8q.vegasino-m0h1hv .vegasino-wr5lfr {
    grid-column: auto;
    grid-row: auto;
  }
  .vegasino-d9bc8q > .vegasino-ap1t7e {
    grid-column: 1/2;
  }
  .vegasino-d9bc8q.vegasino-m0h1hv > :not(.get-image) {
    grid-column: 1/2;
  }
  .vegasino-d9bc8q .vegasino-yu7w0u,
  .vegasino-d9bc8q.vegasino-m0h1hv > .vegasino-yu7w0u {
    grid-column: 1/2;
    grid-row: 1/2;
  }
  .vegasino-d9bc8q.vegasino-m0h1hv > :not(.get-image):not(.wp-block-heading) {
    grid-column: 1/2;
  }
  .vegasino-8599sb.vegasino-ty0uwi .vegasino-d9bc8q > .vegasino-yu7w0u {
    grid-row: 1/2;
  }
  .vegasino-d9bc8q .vegasino-ap1t7e ~ .vegasino-yu7w0u,
  .vegasino-d9bc8q.vegasino-m0h1hv .vegasino-ap1t7e ~ .vegasino-yu7w0u {
    grid-row: 2/3;
  }
  .vegasino-8599sb.vegasino-ty0uwi .vegasino-ap1t7e ~ .vegasino-yu7w0u {
    grid-row: 2/3;
  }
}

@media (max-width: 800px) {
  .vegasino-iu5xvc:first-child .vegasino-slzt10 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .vegasino-iu5xvc:first-child .vegasino-slzt10 h1 {
    -webkit-box-ordinal-group: -1;
    -ms-flex-order: -2;
    order: -2;
  }
}

@media (max-width: 1100px) {
  .vegasino-iu5xvc {
    margin-bottom: 1rem;
    padding: 0 13px;
  }
}

@media (max-width: 767px) {
  .vegasino-iu5xvc {
    padding: 0;
  }
  .vegasino-yoj2ln {
    margin-top: 1rem;
  }
  .vegasino-fuedxh {
    border-radius: 5px;
  }
  .vegasino-t97y0q {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .vegasino-h9gpsx::after {
    display: inline-block;
  }
  .vegasino-h9gpsx {
    margin: 0;
    width: 100%;
  }
  .vegasino-hi8fbd {
    width: 100%;
  }
  .vegasino-hi8fbd.vegasino-fc4yd8 {
    -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%;
  }
  .vegasino-hi8fbd.vegasino-fc4yd8 .vegasino-mjnsg7 {
    width: 100%;
  }
  .vegasino-hi8fbd.vegasino-fc4yd8 .vegasino-mjnsg7:not(:last-child) {
    margin-right: 0;
  }
  .vegasino-pqrsml {
    width: 100%;
    text-align: center;
  }
  .vegasino-f5daby.vegasino-qisgpn .vegasino-hi8fbd {
    margin-top: 1rem;
  }
  .vegasino-bwi2m4 {
    grid-template-columns: repeat(3, 1fr);
  }
  .vegasino-xbwqjl,
  .vegasino-q7c4vf {
    grid-template-columns: repeat(2, 1fr);
  }
  .vegasino-wya0z2,
  .vegasino-egzwp8,
  .vegasino-03tljp {
    grid-template-columns: 1fr;
  }
  .vegasino-j96oa3 {
    overflow-x: auto;
    width: 100%;
    max-width: 980px;
  }
  .vegasino-agpczo {
    min-width: 300px;
    max-width: 325px;
  }
  .vegasino-3cjiss {
    cursor: auto;
  }
  .vegasino-m9z8jp .vegasino-3cjiss {
    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;
  }
  .vegasino-vvrd88 {
    left: calc(50% - 60px);
  }
}

@media (max-width: 650px) {
  .vegasino-1hwyaz {
    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) {
  .vegasino-vvrd88 {
    top: 100px !important;
  }
  #cookie-law-div p {
    padding-bottom: 50px;
  }
}

.vegasino-xa7for p {
  margin-top: 0;
}

@media (max-width: 550px) {
  .vegasino-rpweso {
    margin: 0 -0.2rem;
  }
  .vegasino-xa7for {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
  .vegasino-883rt7 {
    -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;
  }
  .vegasino-7mb1vk {
    max-width: 100%;
  }
  .vegasino-bwi2m4 {
    grid-template-columns: repeat(2, 1fr);
  }
  .vegasino-xbwqjl,
  .vegasino-q7c4vf {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 500px) {
  html {
    font-size: 16px;
  }
  .vegasino-2z5np7 {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .vegasino-rpweso {
    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;
  }
  .vegasino-3vz4ga {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .vegasino-6yzv4f {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
  }
  .vegasino-phj5xe,
  .vegasino-5qfxp3 {
    width: calc(100% - 20px);
  }
}

@media (max-width: 475px) {
  .vegasino-7h8l1y {
    width: 100%;
  }
  .vegasino-bwi2m4 {
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 400px) {
  .vegasino-vvrd88 {
    top: 127px !important;
  }
}

.vegasino-uqiuvn {
  width: 100%;
  border-radius: 12px;
  overflow: hidden;
  margin-bottom: 20px;
}

@media (max-width: 1100px) {
  .vegasino-uqiuvn {
  }
}

@media (max-width: 767px) {
  .vegasino-uqiuvn {
    margin-bottom: 12px;
  }
}

.vegasino-uqiuvn img {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  min-width: 100%;
  height: 100%;
}

.vegasino-apbfv7 {
  display: flex;
  margin: 0 auto;
  padding: 0 var(--offsets);
  max-width: var(--display-width);
  gap: 20px;
}

.vegasino-apbfv7 > .vegasino-u5e2of {
  flex: 1 1;
}

@media (max-width: 767px) {
  .vegasino-apbfv7 {
    flex-direction: column;
    gap: 12px;
  }
}

.vegasino-mh92e4 {
  display: flex;
}

.vegasino-mh92e4 .vegasino-0xtyem {
  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;
}

.vegasino-mh92e4 .vegasino-c6nir5 {
  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;
}

.vegasino-mh92e4 .vegasino-eu844y {
  display: flex;
  list-style: none;
  margin: 0;
  padding-left: 100%;
  animation: scroll 60s linear infinite;
}

.vegasino-mh92e4 .vegasino-eeiztd {
  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));
  }
}

.vegasino-mh92e4 .vegasino-eeiztd:before {
  content: "";
  width: 24px;
  min-width: 24px;
  height: 24px;
  background-image: url(../images/award.svg);
  background-repeat: no-repeat;
  background-position: center;
}

.vegasino-mh92e4 .vegasino-r5sb0p {
  color: #fff;
  font-size: 14px;
  font-weight: 800;
  line-height: 20px;
  margin-right: 4px;
}

.vegasino-u9qlsp {
  border: unset;
  background-color: unset;
}

.vegasino-u9qlsp tbody {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

.vegasino-u9qlsp .vegasino-1k2zaa,
.vegasino-u9qlsp .vegasino-3j7nwk {
  flex: 0 1 330px;
}

.vegasino-u9qlsp .vegasino-ucxgpy {
  flex: 1 1;
}

.vegasino-u9qlsp tr {
  display: flex;
  flex-direction: column;
  gap: 16px;
  border-radius: 12px;
  border: 2px solid var(--border-color);
  background: var(--fh-bg-color);
  padding: 16px;
}

.vegasino-u9qlsp tr td {
  border: unset;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  color: #fff;
  padding: 0;
}

.vegasino-u9qlsp tr td:first-child {
  font-size: 23px;
  font-weight: 800;
  line-height: 28px;
  margin: 0;
  padding: 0;
}

.vegasino-u9qlsp tr td p {
  color: #fff;
  margin: 0;
}

.vegasino-u9qlsp tr td p span {
  color: var(--title-color);
  font-weight: 800;
}

.vegasino-u9qlsp tr.vegasino-1k2zaa td p {
  padding: 16px 0;
}

.vegasino-u9qlsp tr.vegasino-1k2zaa td p:not(:last-child),
.vegasino-u9qlsp tr.vegasino-3j7nwk td p:not(:last-child) {
  border-bottom: 1px solid var(--border-color);
}

.vegasino-u9qlsp tr.vegasino-1k2zaa td p:first-child,
.vegasino-u9qlsp tr.vegasino-3j7nwk td p:first-child {
  padding-top: 0;
}

.vegasino-u9qlsp tr.vegasino-3j7nwk td p {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 12px 0;
  font-size: 14px;
  font-weight: 800;
  line-height: 20px;
}

.vegasino-u9qlsp tr.vegasino-3j7nwk td p:last-child {
  padding-bottom: 0;
}

.vegasino-u9qlsp .vegasino-3j7nwk img {
  max-width: 32px;
}

.vegasino-u9qlsp .vegasino-ucxgpy {
  min-width: 718px;
}

.vegasino-u9qlsp .vegasino-ucxgpy td:last-child {
  display: flex;
  flex-wrap: wrap;
}

.vegasino-u9qlsp .vegasino-ucxgpy td {
  display: flex;
}

.vegasino-u9qlsp .vegasino-ucxgpy td:last-child .vegasino-1bfg0u,
.vegasino-u9qlsp .vegasino-ucxgpy td:last-child .vegasino-x1078a,
.vegasino-u9qlsp .vegasino-ucxgpy td:last-child .vegasino-lbdtz6 {
  flex: 1 1 50%;
}

.vegasino-u9qlsp .vegasino-ucxgpy td:last-child .vegasino-r6iq8b {
  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;
}

.vegasino-u9qlsp .vegasino-ucxgpy td:last-child .vegasino-y7jbwu,
.vegasino-u9qlsp .vegasino-ucxgpy td:last-child .vegasino-p14tkw {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  list-style: none;
  padding-left: 0;
  margin-top: 12px;
}

.vegasino-u9qlsp .vegasino-ucxgpy td:last-child .vegasino-1bfg0u,
.vegasino-u9qlsp .vegasino-ucxgpy td:last-child .vegasino-x1078a {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
  padding-top: 16px;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}

.vegasino-u9qlsp .vegasino-ucxgpy td:last-child .vegasino-1bfg0u span,
.vegasino-u9qlsp .vegasino-ucxgpy td:last-child .vegasino-x1078a span {
  font-weight: 800;
}

.vegasino-u9qlsp .vegasino-ucxgpy img {
  max-width: 34px;
}

@media (max-width: 1100px) {
  .vegasino-u9qlsp .vegasino-ucxgpy td .vegasino-lbdtz6:not(:first-child) {
    padding-left: 0;
  }
}

@media (max-width: 767px) {
  .vegasino-u9qlsp tr.vegasino-1k2zaa td p:last-child {
    padding-bottom: 0;
  }
  .vegasino-u9qlsp .vegasino-3j7nwk > td {
    display: flex;
    flex-wrap: wrap;
    gap: 0 20px;
  }
  .vegasino-u9qlsp .vegasino-3j7nwk > td > p {
    flex: 1 1 calc(50% - 10px);
  }
  .vegasino-u9qlsp tr.vegasino-1k2zaa td p:not(:last-child),
  .vegasino-u9qlsp tr.vegasino-3j7nwk td p:not(:last-child) {
    border-bottom: unset;
  }
  .vegasino-u9qlsp tr.vegasino-3j7nwk td p:last-child {
    padding-bottom: 12px;
  }
  .vegasino-u9qlsp .vegasino-ucxgpy td:last-child .vegasino-1bfg0u,
  .vegasino-u9qlsp .vegasino-ucxgpy td:last-child .vegasino-x1078a,
  .vegasino-u9qlsp .vegasino-ucxgpy td:last-child .vegasino-lbdtz6 {
    flex: 1 1 50%;
    padding: 0;
  }
  .vegasino-u9qlsp .vegasino-ucxgpy td:last-child .vegasino-1bfg0u,
  .vegasino-u9qlsp .vegasino-ucxgpy td:last-child .vegasino-x1078a {
    margin-top: 16px;
  }
  .vegasino-u9qlsp .vegasino-ucxgpy td:last-child .vegasino-lbdtz6 {
    flex: 1 1 100%;
    padding-bottom: 16px;
    margin-top: 16px;
  }
  .vegasino-u9qlsp .vegasino-ucxgpy td:last-child .vegasino-1bfg0u {
    border-right: 1px solid var(--border-color);
  }
  .vegasino-u9qlsp .vegasino-ucxgpy td:last-child .vegasino-lbdtz6:first-child {
    padding-top: 0;
    margin-top: 0;
  }
  .vegasino-u9qlsp .vegasino-ucxgpy td:last-child .vegasino-lbdtz6:last-child {
    padding-bottom: 0;
  }
}

.vegasino-lbdtz6 {
  display: flex;
  flex-direction: column;
}

.vegasino-u9qlsp .vegasino-ucxgpy td .vegasino-lbdtz6 {
  border-bottom: 1px solid var(--border-color);
  padding-bottom: 16px;
}

.vegasino-u9qlsp .vegasino-ucxgpy td .vegasino-lbdtz6:not(:last-of-type) {
  border-right: 1px solid var(--border-color);
  padding-right: 16px;
}

.vegasino-u9qlsp .vegasino-ucxgpy td .vegasino-lbdtz6:not(:first-child) {
  padding-left: 16px;
}

@media (max-width: 767px) {
  .vegasino-u9qlsp .vegasino-ucxgpy td .vegasino-lbdtz6:not(:first-child) {
    padding-left: 0;
  }
  .vegasino-u9qlsp .vegasino-ucxgpy td .vegasino-lbdtz6:not(:last-of-type) {
    border-right: unset;
  }
}

.vegasino-u9qlsp .vegasino-dltuas {
  flex: 0 1 485px;
}

.vegasino-u9qlsp .vegasino-1kdux4 {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  list-style: none;
}

.vegasino-u9qlsp .vegasino-1kdux4 li {
  border-radius: 4px;
  border: 1px solid var(--border-color);
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}

.vegasino-u9qlsp .vegasino-1kdux4 li.vegasino-up49t2 {
  padding: 6px 12px;
}

.vegasino-u9qlsp .vegasino-1kdux4 li a,
.vegasino-u9qlsp .vegasino-1kdux4 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;
}

.vegasino-u9qlsp .vegasino-8dl3pm,
.vegasino-u9qlsp .vegasino-f9ewvh {
  flex: 1 1;
}

.vegasino-u9qlsp .vegasino-owq212,
.vegasino-u9qlsp .vegasino-1pwjum {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.vegasino-u9qlsp .vegasino-owq212 li,
.vegasino-u9qlsp .vegasino-1pwjum li {
  display: flex;
  align-items: center;
  gap: 8px;
  flex: 1 1 calc(50% - 20px);
  font-size: 14px;
  font-weight: 800;
  line-height: 20px;
}

.vegasino-u9qlsp .vegasino-f9ewvh img {
  max-width: 32px;
}

.vegasino-u9qlsp .vegasino-8dl3pm img {
  max-width: 32px;
}

.vegasino-u9qlsp .vegasino-s0dgu8 {
  min-width: 280px;
}

.vegasino-u9qlsp .vegasino-s0dgu8 img {
  max-width: 146px;
}

.vegasino-u9qlsp .vegasino-s0dgu8 td {
  display: flex;
  flex-direction: column;
  gap: 12px;
  max-width: 280px;
}

@media (max-width: 1460px) {
  .vegasino-u9qlsp .vegasino-1k2zaa,
  .vegasino-u9qlsp .vegasino-3j7nwk {
    flex: 0 1 auto;
  }
  .vegasino-u9qlsp .vegasino-ucxgpy {
    min-width: unset;
    flex: 1 1 50%;
  }
}

@media (max-width: 1100px) {
  .vegasino-u9qlsp .vegasino-1k2zaa,
  .vegasino-u9qlsp .vegasino-dltuas,
  .vegasino-u9qlsp .vegasino-3j7nwk,
  .vegasino-u9qlsp .vegasino-ucxgpy {
    flex: 1 1 calc(50% - 20px);
  }
  .vegasino-u9qlsp .vegasino-8dl3pm,
  .vegasino-u9qlsp .vegasino-s0dgu8,
  .vegasino-u9qlsp .vegasino-f9ewvh {
    flex: 1 1 30%;
  }
  .vegasino-u9qlsp .vegasino-s0dgu8 {
    min-width: unset;
  }
}

@media (max-width: 767px) {
  .vegasino-u9qlsp .vegasino-1k2zaa,
  .vegasino-u9qlsp .vegasino-dltuas,
  .vegasino-u9qlsp .vegasino-8dl3pm,
  .vegasino-u9qlsp .vegasino-3j7nwk,
  .vegasino-u9qlsp .vegasino-ucxgpy,
  .vegasino-u9qlsp .vegasino-s0dgu8,
  .vegasino-u9qlsp .vegasino-f9ewvh {
    flex: 1 1 100%;
  }
}

.vegasino-nn5f08 .vegasino-ghp3g0 {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.vegasino-nn5f08 .vegasino-p9ozeu {
  position: relative;
  display: flex;
  flex-direction: column;
  border-radius: 8px;
  border: 2px solid var(--border-color);
  background-color: var(--fh-bg-color);
}

.vegasino-nn5f08 .vegasino-ep36x4 {
  width: 100%;
  padding: 12px 12px 8px 12px;
  background-color: #318562;
  font-size: 14px;
  font-weight: 800;
  line-height: 20px;
  color: #f9cb16;
}

.vegasino-nn5f08 .vegasino-x48fk6 {
  display: grid;
  padding: 16px;
  gap: 0 16px;
  grid-template-columns: repeat(2, 1fr);
}

.vegasino-nn5f08 .vegasino-x48fk6 > :nth-child(3) {
  margin-top: 0;
}

.vegasino-nn5f08 .vegasino-yu7w0u {
  grid-column: 2/3;
  grid-row: 1/10;
}

.vegasino-nn5f08 .vegasino-sxm67y {
  grid-column: 1/2;
  margin-top: 0;
  margin-bottom: 8px;
}

.vegasino-nn5f08 .vegasino-yoj2ln {
  grid-column: 1/2;
}

.vegasino-nn5f08 > :not(.how-to__title):not(.content-button) {
  grid-column: 1/2;
}

.vegasino-nn5f08 .vegasino-p9ozeu: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;
}

.vegasino-nn5f08 .vegasino-p9ozeu:not(:last-child):after {
  position: relative;
  content: "";
  width: calc(100% - 32px);
  height: 1px;
  background-color: #318562;
  margin: 12px auto 27px auto;
}

.vegasino-nn5f08 .vegasino-7h8l1y {
  min-width: 240px;
}

@media (max-width: 768px) {
  .vegasino-nn5f08 .vegasino-p9ozeu:not(:last-child):before {
    bottom: 8px;
  }
  .vegasino-nn5f08 .vegasino-p9ozeu:not(:last-child):after {
    margin: 12px auto 18px auto;
  }
  .vegasino-nn5f08 .vegasino-x48fk6 {
    grid-template-columns: 1fr;
    padding: 16px 16px 8px 16px;
  }
  .vegasino-nn5f08 .vegasino-yu7w0u {
    grid-column: 1/2;
    grid-row: 1/2;
    margin: -16px -18px 16px -18px;
  }
  .vegasino-nn5f08 .vegasino-yu7w0u img {
    width: 100%;
    height: auto;
  }
  .vegasino-nn5f08 .vegasino-7h8l1y {
    width: 100%;
    min-width: unset;
  }
}

.vegasino-dc8pvl .vegasino-5w048j {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  list-style: none;
}

.vegasino-dc8pvl .vegasino-c4hu9h {
  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;
}

.vegasino-dc8pvl .vegasino-yu7w0u {
  height: 100%;
}

.vegasino-dc8pvl .vegasino-yu7w0u img {
  height: 100%;
  width: auto;
  min-width: 220px;
  object-fit: cover;
}

.vegasino-dc8pvl .vegasino-3v80dt {
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding: 16px 16px 16px 0;
}

.vegasino-dc8pvl .vegasino-9jvi9h {
  color: #f9cb16;
  font-size: 23px;
  font-weight: 800;
  line-height: 28px;
  margin: 0;
}

.vegasino-dc8pvl .vegasino-j7rj4v {
  color: #d2d2d2;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  flex: 1 1;
  margin: 0;
}

@media (max-width: 1200px) {
  .vegasino-dc8pvl .vegasino-c4hu9h {
    flex: 1 1 100%;
  }
  .vegasino-dc8pvl .vegasino-fig707 {
    min-width: 320px;
    width: fit-content;
  }
}

@media (max-width: 767px) {
  .vegasino-dc8pvl .vegasino-c4hu9h {
    flex-direction: column;
  }
  .vegasino-dc8pvl .vegasino-yu7w0u {
    width: 100%;
    height: auto;
  }
  .vegasino-dc8pvl .vegasino-yu7w0u img {
    width: 100%;
    height: auto;
    max-height: 260px;
    min-width: unset;
  }
  .vegasino-dc8pvl .vegasino-3v80dt {
    padding: 0 16px 16px 16px;
  }
  .vegasino-dc8pvl .vegasino-fig707 {
    min-width: unset;
    width: 100%;
  }
}

.vegasino-9yeasf .vegasino-xgca8w {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  flex-wrap: wrap;
  gap: 20px;
}

.vegasino-9yeasf .vegasino-iow7tr {
  position: relative;
  height: 220px;
  border-radius: 12px;
  border: 2px solid var(--border-color);
  overflow: hidden;
  transition: 0.2s;
}

.vegasino-9yeasf 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;
}

.vegasino-9yeasf .vegasino-djuap6 {
  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;
}

.vegasino-9yeasf .vegasino-iow7tr:hover .vegasino-djuap6 {
  display: flex;
}

.vegasino-9yeasf .vegasino-8v1gbl {
  text-align: center;
  margin-top: 0;
  margin-bottom: 5px;
  color: #d2d2d2;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}

.vegasino-9yeasf .vegasino-6iumz6 {
  text-align: center;
  font-size: 17px;
  font-weight: 800;
  line-height: 24px;
  margin-top: 0;
  margin-bottom: auto;
  color: #fff;
}

.vegasino-8cymk2 {
  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;
}

.vegasino-8cymk2.vegasino-lgo4ce {
  color: #196948;
  background-color: #f9cb16;
  border: 1px solid #f9cb16;
  margin-bottom: 8px;
  transition: 0.vegasino-ur62g2 ease-in-out;
}

.vegasino-8cymk2.vegasino-lgo4ce:hover {
  color: #f9cb16;
  background-color: transparent;
}

.vegasino-9yeasf .vegasino-ef3ycn {
  color: #fff;
  border: 1px solid #f9cb16;
  background-color: unset;
  transition: 0.vegasino-ur62g2 ease-in-out;
}

.vegasino-9yeasf .vegasino-ef3ycn:hover {
  color: #196948;
  background-color: #f9cb16;
}

.vegasino-9yeasf .vegasino-ef3ycn:after,
.vegasino-8cymk2.vegasino-lgo4ce:after {
  content: "";
  width: 24px;
  min-width: 24px;
  height: 24px;
  background-repeat: no-repeat;
  background-position: center;
}

.vegasino-8cymk2.vegasino-lgo4ce:after {
  background-image: url(../images/Cash.svg);
}

.vegasino-9yeasf .vegasino-ef3ycn:after {
  background-image: url(../images/Play.svg);
}

@media (max-width: 1200px) {
  .vegasino-9yeasf .vegasino-xgca8w {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 850px) {
  .vegasino-9yeasf .vegasino-xgca8w {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 600px) {
  .vegasino-9yeasf .vegasino-xgca8w {
    grid-template-columns: 1fr;
  }
  .vegasino-9yeasf .vegasino-iow7tr {
    height: auto;
  }
  .vegasino-9yeasf .vegasino-iow7tr .vegasino-djuap6 {
    position: relative;
    display: flex;
    height: auto;
    background-color: var(--fh-bg-color);
    padding: 8px 12px 12px 12px;
  }
  .vegasino-9yeasf .vegasino-8v1gbl,
  .vegasino-9yeasf .vegasino-6iumz6 {
    text-align: left;
  }
  .vegasino-9yeasf .vegasino-6iumz6 {
    margin-bottom: 8px;
  }
  .vegasino-9yeasf img {
    position: relative;
    top: unset;
    right: unset;
    bottom: unset;
    left: unset;
    min-height: unset;
  }
}

.vegasino-6yduct {
  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;
}

.vegasino-6yduct.vegasino-2qvko8 {
  display: block;
}

.vegasino-6yduct .vegasino-e0lg0t {
  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;
}

.vegasino-6yduct .vegasino-42m9ks {
  display: flex;
  gap: 24px;
  padding: 12px;
}

.vegasino-6yduct .vegasino-sru21s {
  display: flex;
  align-items: center;
  color: #fff;
  font-size: 23px;
  font-weight: 800;
  line-height: 28px;
}

.vegasino-6yduct .vegasino-lnaloc {
  display: flex;
  align-items: center;
  flex: 1 1;
}

.vegasino-6yduct .vegasino-8cymk2 {
  min-width: 296px;
  margin-bottom: 0;
}

.vegasino-6yduct .vegasino-4o0jdu {
  width: 44px;
  min-width: 44px;
  height: 44px;
  background-image: url(../images/cross.svg);
  background-position: center;
  background-repeat: no-repeat;
  cursor: pointer;
}

.vegasino-6yduct .vegasino-7wauve {
  position: relative;
  flex: 1 1;
}

.vegasino-6yduct .vegasino-7wauve iframe {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 100%;
  height: 100%;
}

@media (max-width: 768px) {
  .vegasino-6yduct .vegasino-42m9ks {
    flex-wrap: wrap;
    gap: 8px;
  }
  .vegasino-6yduct .vegasino-sru21s {
    order: 1;
  }
  .vegasino-6yduct .vegasino-lnaloc {
    order: 3;
    flex: 1 1 100%;
  }
  .vegasino-6yduct .vegasino-8cymk2 {
    width: 100%;
    min-width: unset;
  }
  .vegasino-6yduct .vegasino-4o0jdu {
    order: 2;
    margin-left: auto;
  }
}

@media (max-width: 767px) {
  .vegasino-d9bc8q > .vegasino-ap1t7e {
    margin-bottom: 0;
  }
  .vegasino-d9bc8q > .vegasino-yoj2ln,
  .vegasino-d9bc8q > p {
    margin-top: 0;
  }
}

.vegasino-pj8pvx img,
.vegasino-xa7for img {
  width: auto;
  object-fit: contain;
}

.vegasino-pj8pvx {
  align-items: center;
}

.vegasino-pj8pvx img {
  max-height: 76px;
}

.vegasino-xa7for img {
  max-height: 64px;
}

.vegasino-9mkbut {
  overflow: auto;
}

.vegasino-194jgb {
  border: 1px solid var(--color-table-border);
  box-shadow: 0 0 15px rgb(0 0 0 / 5%);
  border-collapse: collapse;
  width: 100%;
}

.vegasino-jps89f:not(:last-child) {
  border-bottom: 1px solid var(--color-table-border);
}

.vegasino-fnt74e {
  border: none;
  padding: 25px 10px;
  font-weight: 700;
  color: var(--color-table-td-color);
  min-width: 200px;
}

.vegasino-f7w3kw {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.vegasino-fnt74e .vegasino-yu7w0u {
  margin-right: 20px;
  flex-shrink: 0;
}

.vegasino-fnt74e img {
  max-height: 45px;
  object-fit: contain;
  width: 100%;
}

.vegasino-6ggy1m {
  padding: 25px 10px;
  align-self: center;
  border-bottom: 1px solid var(--color-table-border);
  flex-grow: 1;
  border-top: none;
}

.vegasino-6ggy1m > :first-child {
  margin-top: 0;
}

@media (max-width: 767px) {
  .vegasino-fnt74e {
    padding: 15px 10px;
  }
  .vegasino-6ggy1m {
    padding: 15px 10px;
  }
  .vegasino-fnt74e .vegasino-yu7w0u {
    margin-right: 10px;
  }
}

.vegasino-misgj5 {
  overflow-x: auto;
}

.vegasino-1jjl3g {
  border-collapse: collapse;
  width: 100%;
}

.vegasino-misgj5 th {
  font-family: inherit;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 19px;
  padding: 25px 10px;
  text-align: center;
}

.vegasino-misgj5 td {
  font-family: inherit;
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  padding: 15px 25px;
  white-space: nowrap;
}

.vegasino-misgj5 td.vegasino-id1daf {
  font-weight: 600;
  text-align: right;
  border-left: none;
}

.vegasino-misgj5 td.vegasino-fh4axq {
  border-right: none;
}

.vegasino-misgj5 td.vegasino-fh4axq .vegasino-yu7w0u {
  justify-content: flex-start;
}

.vegasino-misgj5 td.vegasino-fh4axq .vegasino-yu7w0u img {
  height: auto;
  width: 90px;
}

.vegasino-misgj5 td.vegasino-dxaf9e,
.vegasino-misgj5 td.vegasino-dyw2dj {
  font-weight: 600;
  text-align: right;
}

.vegasino-misgj5 td.vegasino-jx749b,
.vegasino-misgj5 td.vegasino-dxaf9e {
  padding-bottom: 10px;
  border-bottom: none;
}

.vegasino-misgj5 td.vegasino-dxaf9e,
.vegasino-misgj5 td.vegasino-dyw2dj {
  border-left: none;
}

.vegasino-misgj5 td.vegasino-jx749b,
.vegasino-misgj5 td.vegasino-8fx9ti {
  border-right: none;
}

.vegasino-misgj5 td.vegasino-8fx9ti,
.vegasino-misgj5 td.vegasino-dyw2dj {
  border-top: none;
  padding-top: 10px;
}

.vegasino-j4yubu {
  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;
}

.vegasino-j4yubu .vegasino-fig707 {
  min-width: unset;
  width: 100%;
}

.vegasino-j4yubu .vegasino-fig707.vegasino-4wwjlb {
  grid-column: 1/2;
  grid-row: 1/2;
}

.vegasino-j4yubu .vegasino-fig707.vegasino-lwhp8s {
  grid-column: 2/3;
  grid-row: 1/2;
}

.vegasino-j4yubu .vegasino-8eijwo {
  grid-column: 1/3;
  grid-row: 2/3;
  margin-top: 0;
}

@media (max-width: 767px) {
  .vegasino-j4yubu {
    grid-template-columns: 1fr;
    margin-top: 0;
  }
  .vegasino-j4yubu .vegasino-fig707.vegasino-4wwjlb {
    grid-column: 1/2;
    grid-row: 1/2;
  }
  .vegasino-j4yubu .vegasino-fig707.vegasino-lwhp8s {
    grid-column: 1/2;
    grid-row: 2/3;
  }
  .vegasino-j4yubu .vegasino-8eijwo {
    grid-column: 1/2;
    grid-row: 3/4;
  }
}

.vegasino-c4ohmj {
  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;
}

.vegasino-c40cga {
  margin-bottom: 32px;
  font-size: 34px;
  font-weight: 800;
  line-height: 40px;
}

.vegasino-42guyn p a img {
  margin: 0 auto;
  display: block;
}

.vegasino-42guyn table {
  margin-bottom: 17px;
}

/* contanct form */
.vegasino-tu4brc {
  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;
}

.vegasino-tu4brc label {
  font-size: 14px;
}

.vegasino-tu4brc h2 {
  text-align: center;
  margin-bottom: 1rem;
}
.vegasino-tu4brc input,
.vegasino-tu4brc textarea,
.vegasino-tu4brc 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;
}
.vegasino-tu4brc button {
  background-color: #a91f09;
  color: var(--text-color);
  border: none;
  cursor: pointer;
  transition: background 0.vegasino-ur62g2 ease;
}
.vegasino-tu4brc button:hover {
  background-color: #691204;
}
.vegasino-5s4fep {
  text-align: center;
  color: green;
  font-weight: 500;
  padding: 50px 0;
  animation: fadeIn 0.vegasino-qxmlqp ease-in;
}

.vegasino-5s4fep h2 {
  color: green;
  font-weight: 500;
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

main a img {
    display: block;
    margin: 0 auto;
}