@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-nd78t9 {
  margin: 0 auto;
  padding: 0 var(--offsets);
  max-width: var(--display-width);
}

.vegasino-v6180k {
  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-b8uvsb,
ul.vegasino-b8uvsb {
  padding-left: 20px;
}

ul.vegasino-b8uvsb {
  list-style: disc;
}

ol.vegasino-b8uvsb {
  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-eeic7p > .vegasino-hcmr83,
.vegasino-eeic7p > .vegasino-m1ev32,
.vegasino-eeic7p > blockquote,
.vegasino-eeic7p > h1,
.vegasino-eeic7p > h2,
.vegasino-eeic7p > h3,
.vegasino-eeic7p > h4,
.vegasino-eeic7p > h5,
.vegasino-eeic7p > h6,
.vegasino-eeic7p > ol,
.vegasino-eeic7p > p,
.vegasino-eeic7p > ul {
  margin-right: auto;
  margin-left: auto;
  padding: 0 var(--offsets);
  max-width: var(--display-width);
}

.vegasino-eeic7p > ol,
.vegasino-eeic7p > ul {
  padding-left: 50px;
}

.vegasino-eeic7p 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-eeic7p:not(:last-child) {
  margin-bottom: 2rem;
}

.vegasino-eeic7p > :not(:first-child) {
  margin-top: 2rem;
}

.vegasino-eeic7p {
  margin-top: 64px;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.vegasino-eeic7p:first-child {
  margin-top: 40px;
}

@media (max-width: 767px) {
  .vegasino-eeic7p:first-child {
    margin-top: 20px;
  }
}

.vegasino-eeic7p > p:last-of-type {
  margin-bottom: 32px;
}

.vegasino-eeic7p > .vegasino-esow8r:not(:first-child) {
  margin: 64px auto 16px auto;
}

.vegasino-yvjyt3 > .vegasino-esow8r {
  margin-left: auto;
  margin-right: auto;
  padding: 0 var(--offsets);
  max-width: var(--display-width);
}

.vegasino-m1ev32 {
  overflow: auto;
}

.vegasino-m1ev32::-webkit-scrollbar {
  height: 5px;
}

.vegasino-m1ev32 table,
table {
  margin-top: 24px;
  border-collapse: collapse;
  width: 100%;
  word-break: break-word;
}

.vegasino-m1ev32 table {
  border-radius: 12px;
  border: 2px solid var(--border-color);
  /* background: #0f442e; */
}

.vegasino-m1ev32 table thead,
table thead {
  border-bottom: none;
}

.vegasino-m1ev32 table th,
table th {
  padding: 5px 5px;
  text-align: center;
  color: var(--color-table-th-color);
  background-color: var(--table-1-color);
}

.vegasino-m1ev32 table th:not(:last-child) {
  border-right: 1px solid var(--border-color);
}

.vegasino-m1ev32 table td,
table td {
  border: 1px solid var(--border-color);
  padding: 5px 5px;
}

.vegasino-m1ev32 .vegasino-bjc31s {
  table-layout: auto;
}

.vegasino-m1ev32 .vegasino-bjc31s th {
  word-break: normal;
}

.vegasino-m1ev32 .vegasino-bjc31s td {
  word-break: normal;
}

.vegasino-nd78t9 .vegasino-nd78t9 {
  padding-right: 0;
  padding-left: 0;
}

.vegasino-bh22av {
  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-22i2pm {
  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-qu8nra {
  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-hcmr83 {
  margin-top: 24px;
}

.vegasino-hcmr83.vegasino-96wc2k {
  text-align: left;
}

.vegasino-hcmr83.vegasino-oeb7pu {
  text-align: right;
}

.vegasino-hcmr83.vegasino-u4j6hk {
  text-align: center;
}

.vegasino-pdb12o {
  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-bs8jdl ease-in-out;
  cursor: pointer;
}

.vegasino-pdb12o:hover {
  color: var(--button-bg-color);
  background: 0 0;
}

.vegasino-pdb12o {
  min-width: 328px;
}

@media (max-width: 768px) {
  .vegasino-pdb12o {
    min-width: unset;
  }
}

.vegasino-hw5lb7 {
  background-color: var(--fh-bg-color);
}

.vegasino-q7fur3 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 8px 20px;
}

.vegasino-pntkv6 {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  max-width: 160px;
}

.vegasino-pntkv6 img {
  max-height: 80px;
  object-fit: contain;
}

.vegasino-pcpqzc {
  flex: 1 1;
}

.vegasino-wy5bi3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-left: auto;
}

.vegasino-j564zj {
  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-j564zj 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-j564zj.vegasino-0cbca1 span:nth-of-type(1) {
  -webkit-transform: translateY(11px) rotateZ(45deg);
  -ms-transform: translateY(11px) rotate(45deg);
  transform: translateY(11px) rotateZ(45deg);
}

.vegasino-j564zj.vegasino-0cbca1 span:nth-of-type(2) {
  -webkit-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform: scaleX(0);
}

.vegasino-j564zj.vegasino-0cbca1 span:nth-of-type(3) {
  -webkit-transform: translateY(-11px) rotateZ(-45deg);
  -ms-transform: translateY(-11px) rotate(-45deg);
  transform: translateY(-11px) rotateZ(-45deg);
}

.vegasino-pcpqzc + .vegasino-wy5bi3 {
  margin-left: 20px;
}

.vegasino-a7741f {
  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-a7741f > svg {
  max-width: 24px;
  max-height: 24px;
}

.vegasino-a7741f + .vegasino-a7741f {
  margin-left: 5px;
}

.vegasino-w346ir {
  color: var(--button-text-color);
  background-color: var(--button-bg-color);
  border: 1px solid var(--border-color);
  transition: 0.2s;
}

.vegasino-w346ir:hover {
  background-color: var(--button-bg-hover);
}

.vegasino-wfbbua {
  color: var(--button-text-color);
  background-color: var(--button-bg-color);
  transition: 0.vegasino-bs8jdl ease-in-out;
  border: 1px solid var(--border-color);
}

.vegasino-wfbbua:hover {
  color: var(--button-text-color);
  background-color: var(--button-bg-hover);
}

.vegasino-uis9c2 {
  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-pcpqzc {
    flex: 1 1 100%;
    order: 10;
    margin-top: 8px;
  }
  .vegasino-uis9c2 {
    justify-content: center;
  }
}

@media (max-width: 1024px) {
  .vegasino-pcpqzc {
    margin-top: unset;
  }
}

@media (max-width: 768px) {
  .vegasino-a7741f {
    min-width: unset;
    flex: 1 1;
  }
}

.vegasino-8ifmml {
  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-8ifmml:hover > a::after {
  -webkit-transform: scaleX(1);
  -ms-transform: scaleX(1);
  transform: scaleX(1);
}

.vegasino-8ifmml:hover .vegasino-w6mpem {
  opacity: 1;
  pointer-events: auto;
}

.vegasino-vck5sf {
  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-yyebp4 ease-in-out;
  gap: 4px;
}

.vegasino-vck5sf > svg {
  max-width: 28px;
  max-height: 28px;
  fill: var(--text-color);
  stroke: var(--text-color);
}

.vegasino-vck5sf .vegasino-bh22av img {
  width: auto;
  height: 1.2rem;
  -o-object-fit: contain;
  object-fit: contain;
}

.vegasino-ts1p7c,
.vegasino-vck5sf:hover {
  color: var(--button-bg-hover);
}

.vegasino-c60z7s {
  position: relative;
}

.vegasino-c60z7s .vegasino-vck5sf {
  margin-right: 0;
  padding-right: 4px;
}

.vegasino-vmy9pg svg {
  fill: var(--text-color);
  stroke: var(--text-color);
}

.vegasino-c60z7s.vegasino-0cbca1 .vegasino-vmy9pg svg {
  -webkit-transform: rotateZ(180deg);
  -ms-transform: rotate(180deg);
  transform: rotateZ(180deg);
}

.vegasino-c60z7s.vegasino-0cbca1 .vegasino-w6mpem {
  position: relative;
  top: 0;
  display: block;
  margin-top: 0;
  padding: 0 1rem;
  opacity: 1;
  pointer-events: auto;
}

.vegasino-c60z7s.vegasino-0cbca1 .vegasino-w6mpem::before {
  display: none;
}

.vegasino-vmy9pg svg {
  width: 100%;
  height: auto;
  max-width: 15px;
  -webkit-transition: 250ms;
  -o-transition: 250ms;
  transition: 250ms;
}

.vegasino-w6mpem {
  position: absolute;
  top: 100%;
  z-index: 100;
  list-style: none;
  margin-top: 0.5rem;
  border-radius: 5px;
  padding: 0.vegasino-f2opb5 1rem;
  background-color: var(--fh-bg-color);
  opacity: 0;
  transition: 250ms;
  width: auto;
  pointer-events: none;
}

.vegasino-w6mpem::before {
  content: "";
  position: absolute;
  left: 0;
  top: -0.5rem;
  width: 100%;
  height: 0.5rem;
  background-color: transparent;
}

.vegasino-w6mpem:hover {
  color: var(--fh-bg-color);
}

.vegasino-74abq9 {
  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-f2opb5 0;
  font-size: 14px;
  font-weight: 500;
  line-height: 28px;
  white-space: nowrap;
  text-decoration: none;
  color: var(--text-color);
  -webkit-transition: 0.vegasino-yyebp4 ease-in-out;
  -o-transition: 0.vegasino-yyebp4 ease-in-out;
  transition: 0.vegasino-yyebp4 ease-in-out;
}

.vegasino-74abq9 .vegasino-bh22av img {
  width: auto;
  height: 1.2rem;
  -o-object-fit: contain;
  object-fit: contain;
}

.vegasino-7mwbih,
.vegasino-74abq9:hover {
  color: var(--button-bg-hover);
}

.vegasino-k9pwtk {
  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-k9pwtk.vegasino-6fsqp1 {
  position: relative;
  z-index: 1;
  overflow: hidden;
  border: none;
}

.vegasino-k9pwtk.vegasino-6fsqp1:after,
.vegasino-k9pwtk.vegasino-6fsqp1:before {
  content: "";
  position: absolute;
  margin: auto;
}

.vegasino-k9pwtk.vegasino-6fsqp1: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-k9pwtk.vegasino-6fsqp1:after {
  top: 2px;
  right: 2px;
  bottom: 2px;
  left: 2px;
  background-color: var(--fh-bg-color);
  border-radius: 12px;
  z-index: 0;
}

.vegasino-k9pwtk.vegasino-6fsqp1 > * {
  z-index: 1;
}

.vegasino-k9pwtk b,
.vegasino-k9pwtk strong {
  color: var(--button-text-color);
  text-shadow: 0 0 8px var(--button-text-color);
}

.vegasino-k9pwtk .vegasino-3fg7cn {
  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-k9pwtk .vegasino-l0aj4z {
  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-k9pwtk .vegasino-bh22av {
  grid-row: 1/-1;
  grid-column: 2/3;
  min-width: 146px;
}

.vegasino-k9pwtk .vegasino-v44qwc {
  margin-top: 12px;
}

.vegasino-v44qwc {
  display: flex;
  gap: 8px;
  grid-row: 3/4;
  grid-column: 1/2;
}

.vegasino-p4hbz5 {
  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-v44qwc .vegasino-qajncx {
  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-bs8jdl ease-in-out;
}

.vegasino-v44qwc .vegasino-qajncx:hover {
  background: rgba(255, 255, 255, 0.3);
}

.vegasino-kebbl8 {
  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-k9pwtk.vegasino-qwuwcm {
  gap: 12px;
  padding: 16px;
}

.vegasino-k9pwtk.vegasino-qwuwcm .vegasino-kebbl8 {
  min-width: 240px;
}

.vegasino-k9pwtk.vegasino-qwuwcm .vegasino-kebbl8.vegasino-j4oz1j {
  padding: 10px 12px;
}

@media (max-width: 1200px) {
  .vegasino-k9pwtk .vegasino-3fg7cn {
    grid-row: 1/2;
    grid-column: 1/3;
  }
  .vegasino-k9pwtk .vegasino-l0aj4z {
    grid-row: 2/3;
    grid-column: 1/2;
  }
  .vegasino-k9pwtk .vegasino-bh22av {
    min-width: 78px;
    grid-row: 2/3;
    grid-column: 2/3;
    align-self: start;
    max-width: 110px;
  }
  .vegasino-k9pwtk.vegasino-qwuwcm .vegasino-bh22av {
    max-width: 126px;
  }
  .vegasino-k9pwtk .vegasino-v44qwc {
    grid-row: 3/4;
    grid-column: 1/3;
  }
  .vegasino-k9pwtk .vegasino-p4hbz5 {
    max-width: unset;
  }
  .vegasino-kebbl8 {
    min-width: unset;
    width: 100%;
  }
  .vegasino-k9pwtk .vegasino-kebbl8 {
    grid-row: 4/5;
    grid-column: 1/3;
  }
  .vegasino-k9pwtk.vegasino-qwuwcm {
    grid-template-rows: auto 1fr auto;
  }
  .vegasino-k9pwtk.vegasino-qwuwcm .vegasino-kebbl8 {
    grid-row: 3/4;
  }
}

@media (max-width: 768px) {
  .vegasino-k9pwtk {
    padding: 16px;
    gap: 16px 12px;
    min-height: unset;
  }
  .vegasino-k9pwtk .vegasino-3fg7cn {
    font-size: 18px;
    font-weight: 900;
    line-height: 24px;
  }
  .vegasino-k9pwtk .vegasino-bh22av {
    max-width: 78px;
  }
  .vegasino-k9pwtk .vegasino-v44qwc {
    margin-top: -12px;
  }
  .vegasino-k9pwtk.vegasino-qwuwcm {
    gap: 8px;
  }
  .vegasino-k9pwtk.vegasino-qwuwcm .vegasino-3fg7cn {
    grid-row: 1/2;
    grid-column: 1/2;
  }
  .vegasino-k9pwtk.vegasino-qwuwcm .vegasino-l0aj4z {
    grid-column: 1/3;
  }
  .vegasino-k9pwtk.vegasino-qwuwcm .vegasino-bh22av {
    grid-row: 1/2;
    grid-column: 2/3;
  }
  .vegasino-k9pwtk.vegasino-qwuwcm .vegasino-bh22av img {
    max-width: 114px;
  }
}

.vegasino-kebbl8.vegasino-fe2864,
.vegasino-kebbl8.vegasino-tz066b,
.vegasino-kebbl8.vegasino-pxy199 {
  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-bs8jdl ease-in-out;
}

.vegasino-kebbl8.vegasino-fe2864,
.vegasino-kebbl8.vegasino-pxy199 {
  padding: 10px;
}

.vegasino-kebbl8.vegasino-fe2864:hover,
.vegasino-kebbl8.vegasino-tz066b:hover,
.vegasino-kebbl8.vegasino-pxy199:hover {
  background: var(--button-bg-hover);
}

.vegasino-kebbl8.vegasino-fe2864:hover svg path,
.vegasino-kebbl8.vegasino-pxy199:hover svg path {
  stroke: var(--button-text-color);
  fill: none;
}

.vegasino-kebbl8.vegasino-j4oz1j {
  color: var(--button-text-color);
  background-color: transparent;
  border: 1px solid var(--border-color);
  padding: 12px;
  transition: 0.vegasino-bs8jdl ease-in-out;
  background: var(--button-bg-color);
}

.vegasino-kebbl8.vegasino-j4oz1j:hover {
  background-color: var(--button-bg-hover);
}

.vegasino-kebbl8.vegasino-tz066b: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-kebbl8.vegasino-tz066b:after {
  content: "";
  width: 24px;
  min-width: 24px;
  height: 24px;
  background-image: url(../images/user.svg);
  background-position: center;
  background-repeat: no-repeat;
}

.vegasino-kebbl8.vegasino-j4oz1j:after {
  content: "";
  width: 24px;
  min-width: 24px;
  height: 24px;
  background-image: url(../images/btn-arrows.svg);
  background-position: center;
  background-repeat: no-repeat;
}

.vegasino-jtr2zd {
  max-width: 650px;
}

.vegasino-q7gr02 {
  position: relative;
  padding-bottom: 56.25%;
  width: 100%;
  height: 0;
  background-color: #000;
}

.vegasino-63iqwi {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.vegasino-ftheem {
  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-yyebp4 ease-in-out;
  cursor: pointer;
}

.vegasino-ftheem:hover {
  opacity: 0.5;
}

.vegasino-ftheem:focus {
  outline: 0;
}

.vegasino-ftheem:focus .vegasino-o8uov7,
.vegasino-ftheem:hover .vegasino-o8uov7 {
  fill: red;
  fill-opacity: 1;
}

.vegasino-ftheem:hover {
  cursor: pointer;
}

.vegasino-nxqmpz {
  position: absolute;
  left: 0;
  top: 0;
  border: none;
  width: 100%;
  height: 100%;
}

.vegasino-jtr2zd.vegasino-u4j6hk {
  margin: 0 auto;
}

.vegasino-jtr2zd.vegasino-oeb7pu {
  margin-left: auto;
}

.vegasino-v0ic6k {
  margin: 33px 20px 0 20px;
  padding: 33px 40px 40px 40px;
  background-color: var(--fh-bg-color);
  border-radius: 12px 12px 0 0;
}

.vegasino-hpd4cm {
  padding-bottom: 50px;
}

.vegasino-oi4q79 {
  justify-content: flex-start;
  align-items: center;
  flex: 1 1;
}

.vegasino-ohd37j {
  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-lcv5tc {
  margin-top: 24px;
}

.vegasino-wzi0sv {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.vegasino-ihuvcz {
  width: 100%;
  font-size: 14px;
  line-height: 16px;
  text-align: center;
  color: var(--color-footer-text);
  margin-top: 4px;
}

.vegasino-1y6eu6 {
  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-8802n6 {
  width: 468px;
}

.vegasino-1y6eu6 .vegasino-w6mpem {
  margin: 0.vegasino-i4hv1c 0;
}

.vegasino-q4nteu {
  display: flex;
  min-width: 224px;
}

.vegasino-fv1m9l {
  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-yyebp4 ease-in-out;
}

.vegasino-cnkfep,
.vegasino-fv1m9l:hover {
  color: var(--text-color);
}

.vegasino-ksjdnm {
  display: flex;
  flex-wrap: wrap;
  padding: 0;
}

.vegasino-f575ym {
  display: flex;
  flex-direction: column;
}

@media (max-width: 1024px) {
  .vegasino-v0ic6k {
    padding: 16px;
  }
  .vegasino-ksjdnm {
    flex-direction: column;
    gap: 40px;
    padding: 0;
  }
  .vegasino-f575ym {
    align-items: center;
  }
  .vegasino-8802n6 {
    width: unset;
  }
  .vegasino-q4nteu {
    min-width: unset;
  }
  .vegasino-1y6eu6 {
    max-height: unset;
  }
  .vegasino-oi4q79 {
    align-items: flex-start;
  }
}

@media (max-width: 768px) {
  .vegasino-v0ic6k {
    margin: 33px 16px 0 16px;
    padding: 16px;
  }
}

.vegasino-6e2gjg {
  border-radius: 12px;
  border: 2px solid var(--border-color);
  background: var(--fh-bg-color);
  padding: 16px;
}

.vegasino-6e2gjg:not(:last-child) {
  margin-bottom: 16px;
}

.vegasino-cxphlp {
  outline: 0;
}

.vegasino-cxphlp .vegasino-vkswk9 {
  color: #fff;
  font-size: 17px;
  font-weight: 800;
  line-height: 24px;
}

.vegasino-wq9ofk {
  display: flex;
  align-items: center;
  gap: 8px;
  outline: 0;
  cursor: pointer;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
}

.faq__details[open] .vegasino-wq9ofk {
  padding-bottom: 16px;
  border-bottom: 1px solid var(--border-color);
}

.vegasino-wq9ofk::-webkit-details-marker {
  display: none;
}

.vegasino-wq9ofk: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-wq9ofk: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-wq9ofk:after {
  transform: unset;
}

.vegasino-vkswk9 {
  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-vkswk9 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-yyebp4 ease-in-out;
  -o-transition: 0.vegasino-yyebp4 ease-in-out;
  transition: 0.vegasino-yyebp4 ease-in-out;
}

.vegasino-c53ezk {
  padding: 16px 0 0 0;
}

.vegasino-c53ezk * {
  margin-top: 0.8rem;
  font-family: inherit;
  font-weight: 500;
  font-style: normal;
  font-size: inherit;
  line-height: inherit;
}

page-header__button .vegasino-c53ezk :first-child {
  margin-top: 0;
}

@media (max-width: 767px) {
  .vegasino-wq9ofk {
    flex-wrap: wrap;
    gap: 12px;
  }
  .vegasino-wq9ofk::after {
    margin-left: auto;
  }
  .vegasino-vkswk9 {
    order: 3;
    flex: 1 1 100%;
  }
  .vegasino-wq9ofk {
    font-size: 14px;
    line-height: 130%;
  }
  .vegasino-vkswk9 svg {
    margin-left: 15px;
    width: 18px;
    height: 18px;
    fill: var(--color-faq-item-title);
  }
}

.vegasino-qgkc9q {
  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-6o4x68 {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #fff;
  margin: 0;
  width: 100%;
  cursor: pointer;
}

.vegasino-qgkc9q.vegasino-0cbca1 .vegasino-6o4x68 {
  margin-bottom: 12px;
}

.vegasino-6o4x68::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-qgkc9q.vegasino-0cbca1 .vegasino-6o4x68::after {
  transform: unset;
}

.vegasino-z8ydy8 {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  list-style: none;
  overflow: hidden;
  margin: 0;
  padding: 0;
  width: 100%;
  height: auto;
  max-height: 0;
}

.vegasino-okkcag {
  display: flex;
  align-items: center;
  gap: 4px;
  padding: 6px 12px;
  text-decoration: none;
  color: #fff;
  transition: 0.vegasino-yyebp4 ease-in-out;
  border-radius: 8px;
  border: 1px solid var(--border-color);
}

.vegasino-okkcag: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-qgkc9q.vegasino-0cbca1 .vegasino-z8ydy8 {
  max-height: 100%;
}

.vegasino-i1p2ug {
  margin: 0 auto 3rem;
  padding: 0 10px;
  max-width: var(--display-width);
}

.vegasino-sdeq03 {
  padding: 4px 0;
  background: rgba(255, 255, 255, 0.1);
}

.vegasino-ssr65o {
  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-dd67tb {
  margin-right: 4px;
}

.vegasino-eor6oy {
  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-yyebp4 ease-in-out;
}

.vegasino-eor6oy svg {
  width: 4px;
  height: 4px;
  margin-left: 4px;
  stroke: var(--text-color);
}

.vegasino-u6u4fp,
.vegasino-eor6oy:hover {
  color: var(--text-color);
}

.vegasino-dmnakd {
  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-dmnakd img {
  grid-column: 1/2;
  grid-row: 1/3;
  max-width: 58px;
  height: auto;
}

.vegasino-dmnakd .vegasino-kb0ldl {
  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-dmnakd .vegasino-4rjwq6 {
  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-72n8q4 {
  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-6y38e2 {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.vegasino-somhrv .vegasino-nd78t9 {
  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-somhrv {
  background-image: url(../images/404.webp);
  background-position: -100px;
}

.vegasino-0j1kfi {
  margin-top: 2rem;
  font-size: 5rem;
  line-height: 6rem;
  text-align: center;
}

.vegasino-xh3qyq {
  margin: 0;
  font-weight: 400;
  font-size: 2rem;
  line-height: 2.5rem;
  text-align: center;
}

.vegasino-pug9c5 {
  display: inline-block;
  margin: 2rem auto 0;
  border: none;
  border-radius: 5px;
  padding: 0.vegasino-v3eara 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-pug9c5:hover {
  -webkit-transform: translateY(-3px);
  -ms-transform: translateY(-3px);
  transform: translateY(-3px);
}

.vegasino-0w6afc {
  position: fixed;
  right: 10px;
  bottom: 15px;
  z-index: 10;
}

.vegasino-c5lmum {
  -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-yyebp4 ease-in-out;
  transition: transform 0.vegasino-yyebp4 ease-in-out;
  -o-transition: transform 0.vegasino-yyebp4 ease-in-out;
  transition:
    transform 0.vegasino-yyebp4 ease-in-out,
    -webkit-transform 0.vegasino-yyebp4 ease-in-out;
  cursor: pointer;
}

.vegasino-c5lmum svg {
  fill: var(--button-text-color);
  pointer-events: none;
}

.vegasino-c5lmum: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-bxtdit {
  width: 113px !important;
  background-color: green !important;
  top: 124px !important;
}

@media screen and (max-width: 700px) {
  #cookie-law-div p {
    padding-bottom: 36px;
  }
  .vegasino-bxtdit {
    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-hvqod8 {
  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-brvuaq {
  position: relative;
  width: 100%;
}

.vegasino-hvqod8.vegasino-rzz4rr {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.vegasino-hvqod8.vegasino-u4j6hk {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.vegasino-hvqod8.vegasino-oeb7pu {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.vegasino-g2az3r {
  display: block;
  width: 100%;
  height: auto;
  object-fit: contain;
  aspect-ratio: 16/9;
  max-height: 488px;
  background-color: #454545;
}

.vegasino-pgsqb5 {
  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-yyebp4 ease-in-out;
  cursor: pointer;
}

.vegasino-pgsqb5:hover {
  opacity: 0.5;
}

.vegasino-hvqod8.vegasino-2bbimb .vegasino-pgsqb5 {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

.vegasino-hvqod8.vegasino-2bbimb .vegasino-g2az3r {
  cursor: pointer;
}

.vegasino-aptndb {
  fill: #0009;
}

.vegasino-kyeahb {
  fill: #fff;
}

.vegasino-pgsqb5:hover .vegasino-aptndb {
  fill: red;
}

.vegasino-pgsqb5 svg path {
  -webkit-transition: 0.vegasino-yyebp4 ease-in-out;
  -o-transition: 0.vegasino-yyebp4 ease-in-out;
  transition: 0.vegasino-yyebp4 ease-in-out;
}

.vegasino-wrox0z {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0 20px;
}

.vegasino-wrox0z > :not(.get-image):not(.wp-block-heading) {
  grid-column: 1/2;
}

.vegasino-wrox0z.vegasino-36wffq > :not(.get-image) {
  grid-column: 1/3;
}

.vegasino-85lqmm:not(._h1-block) .vegasino-wrox0z > .vegasino-esow8r {
  grid-row: 1/2;
  grid-column: 1/3;
}

.vegasino-wrox0z.vegasino-36wffq .vegasino-kcjya5 {
  grid-column: 2/3;
}

.vegasino-wrox0z.vegasino-36wffq > .vegasino-bh22av {
  grid-column: 1/2;
}

.vegasino-wrox0z.vegasino-36wffq > :not(.get-image):not(.wp-block-heading) {
  grid-column: 2/3;
}

.vegasino-wrox0z > p:first-of-type {
  margin-top: 0;
}

.vegasino-wrox0z .vegasino-bh22av {
  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-85lqmm:not(._h1-block) .vegasino-esow8r ~ .vegasino-bh22av {
  grid-row: 2/10;
}

.vegasino-85lqmm.vegasino-3u57ni .vegasino-esow8r ~ .vegasino-bh22av {
  grid-row: 1/10;
}

.vegasino-85lqmm.vegasino-3u57ni > .vegasino-esow8r {
  grid-column: 1/2;
  margin-bottom: 20px;
}

.vegasino-85lqmm.vegasino-3u57ni .vegasino-bh22av {
  grid-row: 1/10;
}

.vegasino-wrox0z.vegasino-nyxlst .vegasino-bh22av {
  align-items: flex-start;
}

.vegasino-wrox0z.vegasino-u4j6hk .vegasino-kcjya5 {
  margin-top: auto;
  margin-bottom: auto;
  height: fit-content;
}

.vegasino-wrox0z.vegasino-u4j6hk .vegasino-bh22av {
  align-items: center;
}

.vegasino-wrox0z.vegasino-00ufrv .vegasino-bh22av {
  align-items: flex-end;
}

.vegasino-kcjya5 > :first-child {
  margin-top: 0;
}

.vegasino-kcjya5 > :last-child {
  margin-bottom: 0;
}

* + .vegasino-0zu84f,
.vegasino-85lqmm + .vegasino-85lqmm {
  margin-top: 2rem;
}

.vegasino-q9aaar td::before,
.vegasino-q9aaar th::after {
  display: none !important;
}

.vegasino-q9aaar #link-selector {
  color: #000;
}

.vegasino-q9aaar .vegasino-yknhee {
  color: #135e96;
}

.vegasino-q9aaar .vegasino-jdhfor *,
.vegasino-q9aaar .vegasino-0xu6cw p,
.vegasino-q9aaar .vegasino-bkoefx * {
  color: #000;
}

.vegasino-q9aaar .vegasino-oa3xi5 {
  background: 0 0 !important;
}

.vegasino-q9aaar .vegasino-72hfch {
  color: #000;
}

.vegasino-q9aaar .vegasino-v0lu86.vegasino-2b43ot {
  color: #fff;
}

.vegasino-q9aaar .vegasino-3sedcg {
  color: #000;
}

.vegasino-q9aaar
  .vegasino-yu6xoq
  .vegasino-62eklq.vegasino-2b43ot.vegasino-crbw4c {
  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-ncn2r9,
body .vegasino-y5s70q {
  color: #000;
  background: var(--color-body) !important;
}

.vegasino-ncn2r9 .vegasino-ddzjcd .vegasino-fv6lvy,
body .vegasino-y5s70q .vegasino-ddzjcd .vegasino-fv6lvy {
  color: #000;
}

@media (hover: hover), screen and (min-width: 0\0) {
  .vegasino-okkcag:focus,
  .vegasino-okkcag:hover {
    color: #f9cb16;
  }
  .vegasino-v74xid:focus,
  .vegasino-v74xid:hover {
    background-color: var(--button-bg-color) !important;
    opacity: 1;
  }
}

@media (hover: hover), screen and (min-width: 0\0) {
  .vegasino-s4cag9:focus img,
  .vegasino-s4cag9:focus svg,
  .vegasino-s4cag9:hover img,
  .vegasino-s4cag9:hover svg {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
  }
}

@media (min-width: 768px) {
  .vegasino-dmnakd {
    display: none;
  }
}

@media (min-width: 1024px) {
  .vegasino-c60z7s:hover .vegasino-vmy9pg svg {
    -webkit-transform: rotateZ(180deg);
    -ms-transform: rotate(180deg);
    transform: rotateZ(180deg);
  }
  .vegasino-vmy9pg {
    pointer-events: none;
  }
}

@media screen and (max-width: 1280px) {
  :root {
    --offsets: 20px;
  }
}

@media (max-width: 1280px) {
  .vegasino-nvz871 {
    -ms-grid-columns: (1fr) [5];
    grid-template-columns: repeat(5, 1fr);
  }
  .vegasino-zv0n8b {
    grid-template-columns: repeat(4, 1fr);
  }
  .vegasino-cfomsy {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 1279px) {
  .vegasino-hjcync .vegasino-740y23 {
    grid-template-columns: 1fr;
  }
  .vegasino-hjcync .vegasino-oylewg {
    -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-hjcync .vegasino-yxaq4h {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
  .vegasino-hjcync .vegasino-myhhvq {
    border-bottom: none;
    border-radius: 0;
    padding: 12px 20px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
  .vegasino-hjcync .vegasino-3siisr {
    border-radius: 0 0 16px 16px;
    padding: 24px 16px;
  }
  .vegasino-hjcync .vegasino-yxaq4h:not(:first-child) {
    border: none;
  }
  .vegasino-hjcync .vegasino-yxaq4h:first-child .vegasino-myhhvq {
    border-top-left-radius: 18px;
    border-top-right-radius: 0;
  }
  .vegasino-hjcync .vegasino-yxaq4h:last-child .vegasino-myhhvq {
    border-radius: 0 18px 0 0;
  }
}

@media screen and (max-width: 1024px) {
  :root {
    --offsets: 16px;
  }
}

@media (max-width: 1024px) {
  html {
    font-size: 16px;
  }
  .vegasino-q7fur3 {
    position: relative;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 8px var(--offsets);
  }
  .vegasino-pntkv6 {
    max-width: 100px;
  }
  .vegasino-pcpqzc {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
  .vegasino-wy5bi3 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .vegasino-wy5bi3 svg {
    stroke: var(--button-text-color);
    /* fill: var(--button-text-color); */
  }
  .vegasino-j564zj {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
    margin-left: 20px;
  }
  .vegasino-pcpqzc + .vegasino-wy5bi3 {
    margin-left: auto;
  }
  .vegasino-diix8n {
    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-diix8n.vegasino-0cbca1 {
    z-index: 9999;
    opacity: 1;
    pointer-events: auto;
  }
  .vegasino-uis9c2 {
    -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-8ifmml {
    width: 100%;
  }
  .vegasino-8ifmml:not(:last-child) {
    border-bottom: 1px solid var(--border-color);
  }
  .vegasino-vck5sf {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin: 0;
    padding: 8px 0;
    width: 100%;
  }
  .vegasino-vck5sf svg {
    margin-right: 4px;
  }
  .vegasino-c60z7s {
    -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-vmy9pg svg {
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
  }
  .vegasino-vmy9pg {
    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-w6mpem {
    display: none;
    width: 100%;
  }
  .vegasino-c60z7s.vegasino-0cbca1 .vegasino-w6mpem {
    padding: 0 0 0 48px;
  }
  .vegasino-74abq9 {
    justify-content: flex-start;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
  }
  .vegasino-ohd37j .vegasino-bh22av {
    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-3zd6j1 {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
  }
  .vegasino-3zd6j1 + .vegasino-3zd6j1 {
    margin-right: 0;
  }
  .vegasino-3zd6j1 + .vegasino-bh22av {
    margin: 0;
  }
  .vegasino-nvz871 {
    grid-template-columns: repeat(4, 1fr);
  }
  .vegasino-zv0n8b {
    grid-template-columns: repeat(3, 1fr);
  }
  .vegasino-2bgmbw,
  .vegasino-miq4sl {
    grid-template-columns: repeat(2, 1fr);
  }
  .vegasino-wrox0z {
    grid-template-columns: 1fr;
    gap: 16px;
  }
  .vegasino-wrox0z.vegasino-36wffq .vegasino-kcjya5 {
    grid-column: auto;
    grid-row: auto;
  }
  .vegasino-wrox0z > .vegasino-esow8r {
    grid-column: 1/2;
  }
  .vegasino-wrox0z.vegasino-36wffq > :not(.get-image) {
    grid-column: 1/2;
  }
  .vegasino-wrox0z .vegasino-bh22av,
  .vegasino-wrox0z.vegasino-36wffq > .vegasino-bh22av {
    grid-column: 1/2;
    grid-row: 1/2;
  }
  .vegasino-wrox0z.vegasino-36wffq > :not(.get-image):not(.wp-block-heading) {
    grid-column: 1/2;
  }
  .vegasino-85lqmm.vegasino-3u57ni .vegasino-wrox0z > .vegasino-bh22av {
    grid-row: 1/2;
  }
  .vegasino-wrox0z .vegasino-esow8r ~ .vegasino-bh22av,
  .vegasino-wrox0z.vegasino-36wffq .vegasino-esow8r ~ .vegasino-bh22av {
    grid-row: 2/3;
  }
  .vegasino-85lqmm.vegasino-3u57ni .vegasino-esow8r ~ .vegasino-bh22av {
    grid-row: 2/3;
  }
}

@media (max-width: 800px) {
  .vegasino-eeic7p:first-child .vegasino-8ch6xb {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .vegasino-eeic7p:first-child .vegasino-8ch6xb h1 {
    -webkit-box-ordinal-group: -1;
    -ms-flex-order: -2;
    order: -2;
  }
}

@media (max-width: 1100px) {
  .vegasino-eeic7p {
    margin-bottom: 1rem;
    padding: 0 13px;
  }
}

@media (max-width: 767px) {
  .vegasino-eeic7p {
    padding: 0;
  }
  .vegasino-hcmr83 {
    margin-top: 1rem;
  }
  .vegasino-cxphlp {
    border-radius: 5px;
  }
  .vegasino-1ujz03 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .vegasino-6o4x68::after {
    display: inline-block;
  }
  .vegasino-6o4x68 {
    margin: 0;
    width: 100%;
  }
  .vegasino-z8ydy8 {
    width: 100%;
  }
  .vegasino-z8ydy8.vegasino-1tfq3h {
    -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-z8ydy8.vegasino-1tfq3h .vegasino-tn7yya {
    width: 100%;
  }
  .vegasino-z8ydy8.vegasino-1tfq3h .vegasino-tn7yya:not(:last-child) {
    margin-right: 0;
  }
  .vegasino-okkcag {
    width: 100%;
    text-align: center;
  }
  .vegasino-qgkc9q.vegasino-0cbca1 .vegasino-z8ydy8 {
    margin-top: 1rem;
  }
  .vegasino-nvz871 {
    grid-template-columns: repeat(3, 1fr);
  }
  .vegasino-cfomsy,
  .vegasino-zv0n8b {
    grid-template-columns: repeat(2, 1fr);
  }
  .vegasino-2bgmbw,
  .vegasino-miq4sl,
  .vegasino-m5cb5e {
    grid-template-columns: 1fr;
  }
  .vegasino-fpkoxw {
    overflow-x: auto;
    width: 100%;
    max-width: 980px;
  }
  .vegasino-kfwnz2 {
    min-width: 300px;
    max-width: 325px;
  }
  .vegasino-myhhvq {
    cursor: auto;
  }
  .vegasino-jhuc6z .vegasino-myhhvq {
    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-bxtdit {
    left: calc(50% - 60px);
  }
}

@media (max-width: 650px) {
  .vegasino-w6mpem {
    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-bxtdit {
    top: 100px !important;
  }
  #cookie-law-div p {
    padding-bottom: 50px;
  }
}

.vegasino-3zd6j1 p {
  margin-top: 0;
}

@media (max-width: 550px) {
  .vegasino-wy5bi3 {
    margin: 0 -0.2rem;
  }
  .vegasino-3zd6j1 {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
  .vegasino-xxar6u {
    -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-9xmxm6 {
    max-width: 100%;
  }
  .vegasino-nvz871 {
    grid-template-columns: repeat(2, 1fr);
  }
  .vegasino-cfomsy,
  .vegasino-zv0n8b {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 500px) {
  html {
    font-size: 16px;
  }
  .vegasino-q7fur3 {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .vegasino-wy5bi3 {
    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-hw5lb7 {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .vegasino-a7741f {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
  }
  .vegasino-wso7hv,
  .vegasino-ehoa3p {
    width: calc(100% - 20px);
  }
}

@media (max-width: 475px) {
  .vegasino-pdb12o {
    width: 100%;
  }
  .vegasino-nvz871 {
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 400px) {
  .vegasino-bxtdit {
    top: 127px !important;
  }
}

.vegasino-39ugcp {
  width: 100%;
  border-radius: 12px;
  overflow: hidden;
  margin-bottom: 20px;
}

@media (max-width: 1100px) {
  .vegasino-39ugcp {
  }
}

@media (max-width: 767px) {
  .vegasino-39ugcp {
    margin-bottom: 12px;
  }
}

.vegasino-39ugcp img {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  min-width: 100%;
  height: 100%;
}

.vegasino-kcpput {
  display: flex;
  margin: 0 auto;
  padding: 0 var(--offsets);
  max-width: var(--display-width);
  gap: 20px;
}

.vegasino-kcpput > .vegasino-98i3mo {
  flex: 1 1;
}

@media (max-width: 767px) {
  .vegasino-kcpput {
    flex-direction: column;
    gap: 12px;
  }
}

.vegasino-z6e8gf {
  display: flex;
}

.vegasino-z6e8gf .vegasino-rgjyqj {
  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-z6e8gf .vegasino-eu3v6l {
  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-z6e8gf .vegasino-s3lvs4 {
  display: flex;
  list-style: none;
  margin: 0;
  padding-left: 100%;
  animation: scroll 60s linear infinite;
}

.vegasino-z6e8gf .vegasino-ejiy0d {
  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-z6e8gf .vegasino-ejiy0d:before {
  content: "";
  width: 24px;
  min-width: 24px;
  height: 24px;
  background-image: url(../images/award.svg);
  background-repeat: no-repeat;
  background-position: center;
}

.vegasino-z6e8gf .vegasino-2zuvef {
  color: #fff;
  font-size: 14px;
  font-weight: 800;
  line-height: 20px;
  margin-right: 4px;
}

.vegasino-aaxhun {
  border: unset;
  background-color: unset;
}

.vegasino-aaxhun tbody {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

.vegasino-aaxhun .vegasino-42p0mm,
.vegasino-aaxhun .vegasino-gn5wn5 {
  flex: 0 1 330px;
}

.vegasino-aaxhun .vegasino-7yk9ca {
  flex: 1 1;
}

.vegasino-aaxhun 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-aaxhun tr td {
  border: unset;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  color: #fff;
  padding: 0;
}

.vegasino-aaxhun tr td:first-child {
  font-size: 23px;
  font-weight: 800;
  line-height: 28px;
  margin: 0;
  padding: 0;
}

.vegasino-aaxhun tr td p {
  color: #fff;
  margin: 0;
}

.vegasino-aaxhun tr td p span {
  color: var(--title-color);
  font-weight: 800;
}

.vegasino-aaxhun tr.vegasino-42p0mm td p {
  padding: 16px 0;
}

.vegasino-aaxhun tr.vegasino-42p0mm td p:not(:last-child),
.vegasino-aaxhun tr.vegasino-gn5wn5 td p:not(:last-child) {
  border-bottom: 1px solid var(--border-color);
}

.vegasino-aaxhun tr.vegasino-42p0mm td p:first-child,
.vegasino-aaxhun tr.vegasino-gn5wn5 td p:first-child {
  padding-top: 0;
}

.vegasino-aaxhun tr.vegasino-gn5wn5 td p {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 12px 0;
  font-size: 14px;
  font-weight: 800;
  line-height: 20px;
}

.vegasino-aaxhun tr.vegasino-gn5wn5 td p:last-child {
  padding-bottom: 0;
}

.vegasino-aaxhun .vegasino-gn5wn5 img {
  max-width: 32px;
}

.vegasino-aaxhun .vegasino-7yk9ca {
  min-width: 718px;
}

.vegasino-aaxhun .vegasino-7yk9ca td:last-child {
  display: flex;
  flex-wrap: wrap;
}

.vegasino-aaxhun .vegasino-7yk9ca td {
  display: flex;
}

.vegasino-aaxhun .vegasino-7yk9ca td:last-child .vegasino-nf7mh3,
.vegasino-aaxhun .vegasino-7yk9ca td:last-child .vegasino-s206z6,
.vegasino-aaxhun .vegasino-7yk9ca td:last-child .vegasino-vjbxhd {
  flex: 1 1 50%;
}

.vegasino-aaxhun .vegasino-7yk9ca td:last-child .vegasino-hvan60 {
  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-aaxhun .vegasino-7yk9ca td:last-child .vegasino-7ig0av,
.vegasino-aaxhun .vegasino-7yk9ca td:last-child .vegasino-hnkprq {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  list-style: none;
  padding-left: 0;
  margin-top: 12px;
}

.vegasino-aaxhun .vegasino-7yk9ca td:last-child .vegasino-nf7mh3,
.vegasino-aaxhun .vegasino-7yk9ca td:last-child .vegasino-s206z6 {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
  padding-top: 16px;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}

.vegasino-aaxhun .vegasino-7yk9ca td:last-child .vegasino-nf7mh3 span,
.vegasino-aaxhun .vegasino-7yk9ca td:last-child .vegasino-s206z6 span {
  font-weight: 800;
}

.vegasino-aaxhun .vegasino-7yk9ca img {
  max-width: 34px;
}

@media (max-width: 1100px) {
  .vegasino-aaxhun .vegasino-7yk9ca td .vegasino-vjbxhd:not(:first-child) {
    padding-left: 0;
  }
}

@media (max-width: 767px) {
  .vegasino-aaxhun tr.vegasino-42p0mm td p:last-child {
    padding-bottom: 0;
  }
  .vegasino-aaxhun .vegasino-gn5wn5 > td {
    display: flex;
    flex-wrap: wrap;
    gap: 0 20px;
  }
  .vegasino-aaxhun .vegasino-gn5wn5 > td > p {
    flex: 1 1 calc(50% - 10px);
  }
  .vegasino-aaxhun tr.vegasino-42p0mm td p:not(:last-child),
  .vegasino-aaxhun tr.vegasino-gn5wn5 td p:not(:last-child) {
    border-bottom: unset;
  }
  .vegasino-aaxhun tr.vegasino-gn5wn5 td p:last-child {
    padding-bottom: 12px;
  }
  .vegasino-aaxhun .vegasino-7yk9ca td:last-child .vegasino-nf7mh3,
  .vegasino-aaxhun .vegasino-7yk9ca td:last-child .vegasino-s206z6,
  .vegasino-aaxhun .vegasino-7yk9ca td:last-child .vegasino-vjbxhd {
    flex: 1 1 50%;
    padding: 0;
  }
  .vegasino-aaxhun .vegasino-7yk9ca td:last-child .vegasino-nf7mh3,
  .vegasino-aaxhun .vegasino-7yk9ca td:last-child .vegasino-s206z6 {
    margin-top: 16px;
  }
  .vegasino-aaxhun .vegasino-7yk9ca td:last-child .vegasino-vjbxhd {
    flex: 1 1 100%;
    padding-bottom: 16px;
    margin-top: 16px;
  }
  .vegasino-aaxhun .vegasino-7yk9ca td:last-child .vegasino-nf7mh3 {
    border-right: 1px solid var(--border-color);
  }
  .vegasino-aaxhun .vegasino-7yk9ca td:last-child .vegasino-vjbxhd:first-child {
    padding-top: 0;
    margin-top: 0;
  }
  .vegasino-aaxhun .vegasino-7yk9ca td:last-child .vegasino-vjbxhd:last-child {
    padding-bottom: 0;
  }
}

.vegasino-vjbxhd {
  display: flex;
  flex-direction: column;
}

.vegasino-aaxhun .vegasino-7yk9ca td .vegasino-vjbxhd {
  border-bottom: 1px solid var(--border-color);
  padding-bottom: 16px;
}

.vegasino-aaxhun .vegasino-7yk9ca td .vegasino-vjbxhd:not(:last-of-type) {
  border-right: 1px solid var(--border-color);
  padding-right: 16px;
}

.vegasino-aaxhun .vegasino-7yk9ca td .vegasino-vjbxhd:not(:first-child) {
  padding-left: 16px;
}

@media (max-width: 767px) {
  .vegasino-aaxhun .vegasino-7yk9ca td .vegasino-vjbxhd:not(:first-child) {
    padding-left: 0;
  }
  .vegasino-aaxhun .vegasino-7yk9ca td .vegasino-vjbxhd:not(:last-of-type) {
    border-right: unset;
  }
}

.vegasino-aaxhun .vegasino-3e8xdy {
  flex: 0 1 485px;
}

.vegasino-aaxhun .vegasino-bec8pt {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  list-style: none;
}

.vegasino-aaxhun .vegasino-bec8pt li {
  border-radius: 4px;
  border: 1px solid var(--border-color);
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}

.vegasino-aaxhun .vegasino-bec8pt li.vegasino-5087j0 {
  padding: 6px 12px;
}

.vegasino-aaxhun .vegasino-bec8pt li a,
.vegasino-aaxhun .vegasino-bec8pt 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-aaxhun .vegasino-i9onch,
.vegasino-aaxhun .vegasino-lmjcev {
  flex: 1 1;
}

.vegasino-aaxhun .vegasino-3y43a3,
.vegasino-aaxhun .vegasino-6d8n7v {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.vegasino-aaxhun .vegasino-3y43a3 li,
.vegasino-aaxhun .vegasino-6d8n7v li {
  display: flex;
  align-items: center;
  gap: 8px;
  flex: 1 1 calc(50% - 20px);
  font-size: 14px;
  font-weight: 800;
  line-height: 20px;
}

.vegasino-aaxhun .vegasino-lmjcev img {
  max-width: 32px;
}

.vegasino-aaxhun .vegasino-i9onch img {
  max-width: 32px;
}

.vegasino-aaxhun .vegasino-lx1g6g {
  min-width: 280px;
}

.vegasino-aaxhun .vegasino-lx1g6g img {
  max-width: 146px;
}

.vegasino-aaxhun .vegasino-lx1g6g td {
  display: flex;
  flex-direction: column;
  gap: 12px;
  max-width: 280px;
}

@media (max-width: 1460px) {
  .vegasino-aaxhun .vegasino-42p0mm,
  .vegasino-aaxhun .vegasino-gn5wn5 {
    flex: 0 1 auto;
  }
  .vegasino-aaxhun .vegasino-7yk9ca {
    min-width: unset;
    flex: 1 1 50%;
  }
}

@media (max-width: 1100px) {
  .vegasino-aaxhun .vegasino-42p0mm,
  .vegasino-aaxhun .vegasino-3e8xdy,
  .vegasino-aaxhun .vegasino-gn5wn5,
  .vegasino-aaxhun .vegasino-7yk9ca {
    flex: 1 1 calc(50% - 20px);
  }
  .vegasino-aaxhun .vegasino-i9onch,
  .vegasino-aaxhun .vegasino-lx1g6g,
  .vegasino-aaxhun .vegasino-lmjcev {
    flex: 1 1 30%;
  }
  .vegasino-aaxhun .vegasino-lx1g6g {
    min-width: unset;
  }
}

@media (max-width: 767px) {
  .vegasino-aaxhun .vegasino-42p0mm,
  .vegasino-aaxhun .vegasino-3e8xdy,
  .vegasino-aaxhun .vegasino-i9onch,
  .vegasino-aaxhun .vegasino-gn5wn5,
  .vegasino-aaxhun .vegasino-7yk9ca,
  .vegasino-aaxhun .vegasino-lx1g6g,
  .vegasino-aaxhun .vegasino-lmjcev {
    flex: 1 1 100%;
  }
}

.vegasino-fhco7m .vegasino-evj64h {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.vegasino-fhco7m .vegasino-486w2z {
  position: relative;
  display: flex;
  flex-direction: column;
  border-radius: 8px;
  border: 2px solid var(--border-color);
  background-color: var(--fh-bg-color);
}

.vegasino-fhco7m .vegasino-i5lkz7 {
  width: 100%;
  padding: 12px 12px 8px 12px;
  background-color: #318562;
  font-size: 14px;
  font-weight: 800;
  line-height: 20px;
  color: #f9cb16;
}

.vegasino-fhco7m .vegasino-sg2p6p {
  display: grid;
  padding: 16px;
  gap: 0 16px;
  grid-template-columns: repeat(2, 1fr);
}

.vegasino-fhco7m .vegasino-sg2p6p > :nth-child(3) {
  margin-top: 0;
}

.vegasino-fhco7m .vegasino-bh22av {
  grid-column: 2/3;
  grid-row: 1/10;
}

.vegasino-fhco7m .vegasino-gpjty9 {
  grid-column: 1/2;
  margin-top: 0;
  margin-bottom: 8px;
}

.vegasino-fhco7m .vegasino-hcmr83 {
  grid-column: 1/2;
}

.vegasino-fhco7m > :not(.how-to__title):not(.content-button) {
  grid-column: 1/2;
}

.vegasino-fhco7m .vegasino-486w2z: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-fhco7m .vegasino-486w2z:not(:last-child):after {
  position: relative;
  content: "";
  width: calc(100% - 32px);
  height: 1px;
  background-color: #318562;
  margin: 12px auto 27px auto;
}

.vegasino-fhco7m .vegasino-pdb12o {
  min-width: 240px;
}

@media (max-width: 768px) {
  .vegasino-fhco7m .vegasino-486w2z:not(:last-child):before {
    bottom: 8px;
  }
  .vegasino-fhco7m .vegasino-486w2z:not(:last-child):after {
    margin: 12px auto 18px auto;
  }
  .vegasino-fhco7m .vegasino-sg2p6p {
    grid-template-columns: 1fr;
    padding: 16px 16px 8px 16px;
  }
  .vegasino-fhco7m .vegasino-bh22av {
    grid-column: 1/2;
    grid-row: 1/2;
    margin: -16px -18px 16px -18px;
  }
  .vegasino-fhco7m .vegasino-bh22av img {
    width: 100%;
    height: auto;
  }
  .vegasino-fhco7m .vegasino-pdb12o {
    width: 100%;
    min-width: unset;
  }
}

.vegasino-9p9xc9 .vegasino-6osadx {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  list-style: none;
}

.vegasino-9p9xc9 .vegasino-utd7xi {
  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-9p9xc9 .vegasino-bh22av {
  height: 100%;
}

.vegasino-9p9xc9 .vegasino-bh22av img {
  height: 100%;
  width: auto;
  min-width: 220px;
  object-fit: cover;
}

.vegasino-9p9xc9 .vegasino-t5jqef {
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding: 16px 16px 16px 0;
}

.vegasino-9p9xc9 .vegasino-7ehfyb {
  color: #f9cb16;
  font-size: 23px;
  font-weight: 800;
  line-height: 28px;
  margin: 0;
}

.vegasino-9p9xc9 .vegasino-visqwh {
  color: #d2d2d2;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  flex: 1 1;
  margin: 0;
}

@media (max-width: 1200px) {
  .vegasino-9p9xc9 .vegasino-utd7xi {
    flex: 1 1 100%;
  }
  .vegasino-9p9xc9 .vegasino-kebbl8 {
    min-width: 320px;
    width: fit-content;
  }
}

@media (max-width: 767px) {
  .vegasino-9p9xc9 .vegasino-utd7xi {
    flex-direction: column;
  }
  .vegasino-9p9xc9 .vegasino-bh22av {
    width: 100%;
    height: auto;
  }
  .vegasino-9p9xc9 .vegasino-bh22av img {
    width: 100%;
    height: auto;
    max-height: 260px;
    min-width: unset;
  }
  .vegasino-9p9xc9 .vegasino-t5jqef {
    padding: 0 16px 16px 16px;
  }
  .vegasino-9p9xc9 .vegasino-kebbl8 {
    min-width: unset;
    width: 100%;
  }
}

.vegasino-2fy5dr .vegasino-g9f2tp {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  flex-wrap: wrap;
  gap: 20px;
}

.vegasino-2fy5dr .vegasino-yfxjk6 {
  position: relative;
  height: 220px;
  border-radius: 12px;
  border: 2px solid var(--border-color);
  overflow: hidden;
  transition: 0.2s;
}

.vegasino-2fy5dr 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-2fy5dr .vegasino-3519xu {
  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-2fy5dr .vegasino-yfxjk6:hover .vegasino-3519xu {
  display: flex;
}

.vegasino-2fy5dr .vegasino-gjr9yc {
  text-align: center;
  margin-top: 0;
  margin-bottom: 5px;
  color: #d2d2d2;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}

.vegasino-2fy5dr .vegasino-dtu7i8 {
  text-align: center;
  font-size: 17px;
  font-weight: 800;
  line-height: 24px;
  margin-top: 0;
  margin-bottom: auto;
  color: #fff;
}

.vegasino-fdr4bz {
  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-fdr4bz.vegasino-zh3kyn {
  color: #196948;
  background-color: #f9cb16;
  border: 1px solid #f9cb16;
  margin-bottom: 8px;
  transition: 0.vegasino-bs8jdl ease-in-out;
}

.vegasino-fdr4bz.vegasino-zh3kyn:hover {
  color: #f9cb16;
  background-color: transparent;
}

.vegasino-2fy5dr .vegasino-8dc57f {
  color: #fff;
  border: 1px solid #f9cb16;
  background-color: unset;
  transition: 0.vegasino-bs8jdl ease-in-out;
}

.vegasino-2fy5dr .vegasino-8dc57f:hover {
  color: #196948;
  background-color: #f9cb16;
}

.vegasino-2fy5dr .vegasino-8dc57f:after,
.vegasino-fdr4bz.vegasino-zh3kyn:after {
  content: "";
  width: 24px;
  min-width: 24px;
  height: 24px;
  background-repeat: no-repeat;
  background-position: center;
}

.vegasino-fdr4bz.vegasino-zh3kyn:after {
  background-image: url(../images/Cash.svg);
}

.vegasino-2fy5dr .vegasino-8dc57f:after {
  background-image: url(../images/Play.svg);
}

@media (max-width: 1200px) {
  .vegasino-2fy5dr .vegasino-g9f2tp {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 850px) {
  .vegasino-2fy5dr .vegasino-g9f2tp {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 600px) {
  .vegasino-2fy5dr .vegasino-g9f2tp {
    grid-template-columns: 1fr;
  }
  .vegasino-2fy5dr .vegasino-yfxjk6 {
    height: auto;
  }
  .vegasino-2fy5dr .vegasino-yfxjk6 .vegasino-3519xu {
    position: relative;
    display: flex;
    height: auto;
    background-color: var(--fh-bg-color);
    padding: 8px 12px 12px 12px;
  }
  .vegasino-2fy5dr .vegasino-gjr9yc,
  .vegasino-2fy5dr .vegasino-dtu7i8 {
    text-align: left;
  }
  .vegasino-2fy5dr .vegasino-dtu7i8 {
    margin-bottom: 8px;
  }
  .vegasino-2fy5dr img {
    position: relative;
    top: unset;
    right: unset;
    bottom: unset;
    left: unset;
    min-height: unset;
  }
}

.vegasino-2pb1eh {
  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-2pb1eh.vegasino-2bbimb {
  display: block;
}

.vegasino-2pb1eh .vegasino-u67qy7 {
  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-2pb1eh .vegasino-r4rnz2 {
  display: flex;
  gap: 24px;
  padding: 12px;
}

.vegasino-2pb1eh .vegasino-jz3pga {
  display: flex;
  align-items: center;
  color: #fff;
  font-size: 23px;
  font-weight: 800;
  line-height: 28px;
}

.vegasino-2pb1eh .vegasino-5iif93 {
  display: flex;
  align-items: center;
  flex: 1 1;
}

.vegasino-2pb1eh .vegasino-fdr4bz {
  min-width: 296px;
  margin-bottom: 0;
}

.vegasino-2pb1eh .vegasino-22vte2 {
  width: 44px;
  min-width: 44px;
  height: 44px;
  background-image: url(../images/cross.svg);
  background-position: center;
  background-repeat: no-repeat;
  cursor: pointer;
}

.vegasino-2pb1eh .vegasino-lypryc {
  position: relative;
  flex: 1 1;
}

.vegasino-2pb1eh .vegasino-lypryc iframe {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 100%;
  height: 100%;
}

@media (max-width: 768px) {
  .vegasino-2pb1eh .vegasino-r4rnz2 {
    flex-wrap: wrap;
    gap: 8px;
  }
  .vegasino-2pb1eh .vegasino-jz3pga {
    order: 1;
  }
  .vegasino-2pb1eh .vegasino-5iif93 {
    order: 3;
    flex: 1 1 100%;
  }
  .vegasino-2pb1eh .vegasino-fdr4bz {
    width: 100%;
    min-width: unset;
  }
  .vegasino-2pb1eh .vegasino-22vte2 {
    order: 2;
    margin-left: auto;
  }
}

@media (max-width: 767px) {
  .vegasino-wrox0z > .vegasino-esow8r {
    margin-bottom: 0;
  }
  .vegasino-wrox0z > .vegasino-hcmr83,
  .vegasino-wrox0z > p {
    margin-top: 0;
  }
}

.vegasino-mvu3am img,
.vegasino-3zd6j1 img {
  width: auto;
  object-fit: contain;
}

.vegasino-mvu3am {
  align-items: center;
}

.vegasino-mvu3am img {
  max-height: 76px;
}

.vegasino-3zd6j1 img {
  max-height: 64px;
}

.vegasino-fjy73b {
  overflow: auto;
}

.vegasino-5kzijy {
  border: 1px solid var(--color-table-border);
  box-shadow: 0 0 15px rgb(0 0 0 / 5%);
  border-collapse: collapse;
  width: 100%;
}

.vegasino-sxly1y:not(:last-child) {
  border-bottom: 1px solid var(--color-table-border);
}

.vegasino-yef7gl {
  border: none;
  padding: 25px 10px;
  font-weight: 700;
  color: var(--color-table-td-color);
  min-width: 200px;
}

.vegasino-51fofh {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.vegasino-yef7gl .vegasino-bh22av {
  margin-right: 20px;
  flex-shrink: 0;
}

.vegasino-yef7gl img {
  max-height: 45px;
  object-fit: contain;
  width: 100%;
}

.vegasino-fo1vfn {
  padding: 25px 10px;
  align-self: center;
  border-bottom: 1px solid var(--color-table-border);
  flex-grow: 1;
  border-top: none;
}

.vegasino-fo1vfn > :first-child {
  margin-top: 0;
}

@media (max-width: 767px) {
  .vegasino-yef7gl {
    padding: 15px 10px;
  }
  .vegasino-fo1vfn {
    padding: 15px 10px;
  }
  .vegasino-yef7gl .vegasino-bh22av {
    margin-right: 10px;
  }
}

.vegasino-nmqt4w {
  overflow-x: auto;
}

.vegasino-oakvok {
  border-collapse: collapse;
  width: 100%;
}

.vegasino-nmqt4w th {
  font-family: inherit;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 19px;
  padding: 25px 10px;
  text-align: center;
}

.vegasino-nmqt4w td {
  font-family: inherit;
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  padding: 15px 25px;
  white-space: nowrap;
}

.vegasino-nmqt4w td.vegasino-ijdm14 {
  font-weight: 600;
  text-align: right;
  border-left: none;
}

.vegasino-nmqt4w td.vegasino-9zueoc {
  border-right: none;
}

.vegasino-nmqt4w td.vegasino-9zueoc .vegasino-bh22av {
  justify-content: flex-start;
}

.vegasino-nmqt4w td.vegasino-9zueoc .vegasino-bh22av img {
  height: auto;
  width: 90px;
}

.vegasino-nmqt4w td.vegasino-jz6owv,
.vegasino-nmqt4w td.vegasino-k13p41 {
  font-weight: 600;
  text-align: right;
}

.vegasino-nmqt4w td.vegasino-6pzir7,
.vegasino-nmqt4w td.vegasino-jz6owv {
  padding-bottom: 10px;
  border-bottom: none;
}

.vegasino-nmqt4w td.vegasino-jz6owv,
.vegasino-nmqt4w td.vegasino-k13p41 {
  border-left: none;
}

.vegasino-nmqt4w td.vegasino-6pzir7,
.vegasino-nmqt4w td.vegasino-2som40 {
  border-right: none;
}

.vegasino-nmqt4w td.vegasino-2som40,
.vegasino-nmqt4w td.vegasino-k13p41 {
  border-top: none;
  padding-top: 10px;
}

.vegasino-zrocdu {
  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-zrocdu .vegasino-kebbl8 {
  min-width: unset;
  width: 100%;
}

.vegasino-zrocdu .vegasino-kebbl8.vegasino-fe2864 {
  grid-column: 1/2;
  grid-row: 1/2;
}

.vegasino-zrocdu .vegasino-kebbl8.vegasino-pxy199 {
  grid-column: 2/3;
  grid-row: 1/2;
}

.vegasino-zrocdu .vegasino-5ux0gf {
  grid-column: 1/3;
  grid-row: 2/3;
  margin-top: 0;
}

@media (max-width: 767px) {
  .vegasino-zrocdu {
    grid-template-columns: 1fr;
    margin-top: 0;
  }
  .vegasino-zrocdu .vegasino-kebbl8.vegasino-fe2864 {
    grid-column: 1/2;
    grid-row: 1/2;
  }
  .vegasino-zrocdu .vegasino-kebbl8.vegasino-pxy199 {
    grid-column: 1/2;
    grid-row: 2/3;
  }
  .vegasino-zrocdu .vegasino-5ux0gf {
    grid-column: 1/2;
    grid-row: 3/4;
  }
}

.vegasino-c2d5lp {
  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-sasrk9 {
  margin-bottom: 32px;
  font-size: 34px;
  font-weight: 800;
  line-height: 40px;
}

.vegasino-yvjyt3 p a img {
  margin: 0 auto;
  display: block;
}

.vegasino-yvjyt3 table {
  margin-bottom: 17px;
}

/* contanct form */
.vegasino-ylfkhv {
  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-ylfkhv label {
  font-size: 14px;
}

.vegasino-ylfkhv h2 {
  text-align: center;
  margin-bottom: 1rem;
}
.vegasino-ylfkhv input,
.vegasino-ylfkhv textarea,
.vegasino-ylfkhv 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-ylfkhv button {
  background-color: #a91f09;
  color: var(--text-color);
  border: none;
  cursor: pointer;
  transition: background 0.vegasino-bs8jdl ease;
}
.vegasino-ylfkhv button:hover {
  background-color: #691204;
}
.vegasino-191lgw {
  text-align: center;
  color: green;
  font-weight: 500;
  padding: 50px 0;
  animation: fadeIn 0.vegasino-cqqpo0 ease-in;
}

.vegasino-191lgw 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;
}
.vegasino-g0olr8, .vegasino-et2lgi, [class*="review-card"],
thead, thead th, table th, .vegasino-o3oj96,
.vegasino-lfni0m, [class*="collapsible-header"],
.vegasino-029wd5, [class*="updated-block"] {
  color: #ece7dc !important;
}
