html {
  line-height: 1.15;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

article,
aside,
footer,
header,
nav,
section {
  display: block;
}

figcaption,
figure,
main {
  display: block;
}

figure {
  margin: 0;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

table caption {
  font-size: 26px;
  padding: 15px 0;
}

a {
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
}

b,
strong {
  font-weight: bolder;
}

code,
kbd,
samp,
pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

dfn {
  font-style: italic;
}

mark {
  background-color: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

audio,
video {
  display: inline-block;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

img {
  border-style: none;
}

svg:not(:root) {
  overflow: hidden;
}

button,
input,
optgroup,
select,
textarea {
  margin: 0;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

progress {
  display: inline-block;
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

details,
menu {
  display: block;
}

summary {
  display: list-item;
}

canvas {
  display: inline-block;
}

[hidden] {
  display: none;
}

* {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body {
  margin: 0;
}

input:not([type="checkbox"]):not([type="radio"]),
textarea,
select {
  -webkit-appearance: none;
  -moz-appearance: textfield;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  appearance: none;
  margin: 0;
}

input::-ms-clear {
  display: none;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: top;
}

body {
  height: 100%;
  font-family: "Roboto", sans-serif;
  background: var(--main-theme-color);
  color: var(--text-color);
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: none;
}

a {
  cursor: pointer;
}

* {
  outline: none;
  box-sizing: border-box;
}

*::after,
*::before {
  box-sizing: border-box;
}

svg {
  transform: translateZ(0);
}

input,
textarea {
  font-family: Arial, Helvetica, Verdana, sans-serif;
}

h1 {
  font-weight: 700;
  font-size: 36px;
  line-height: normal;
  margin: 0 auto 32px;
  color: var(--title-color);
}

@media only screen and (max-width: 767px) {
  h1 {
    font-size: 32px;
    margin-bottom: 20px;
  }
}

h2 {
  font-weight: 700;
  font-size: 32px;
  line-height: normal;
  margin: 0 auto 32px;
  color: var(--title-color);
}

@media only screen and (max-width: 767px) {
  h2 {
    font-size: 26px;
    margin-bottom: 20px;
  }
}

h3 {
  font-weight: 600;
  font-size: 28px;
  line-height: normal;
  margin: 0 auto 28px;
  color: var(--title-color);
}

@media only screen and (max-width: 767px) {
  h3 {
    font-size: 22px;
    margin-bottom: 16px;
  }
}

h4 {
  font-weight: 700;
  font-size: 32px;
  line-height: normal;
  margin: 0 auto 20px;
  color: var(--title-color);
}

@media only screen and (max-width: 767px) {
  h4 {
    font-size: 20px;
    margin-bottom: 16px;
  }
}

h5 {
  font-weight: 600;
  font-size: 24px;
  line-height: normal;
  margin: 0 auto 20px;
  color: var(--title-color);
}

@media only screen and (max-width: 767px) {
  h5 {
    font-size: 18px;
    margin-bottom: 16px;
  }
}

h6 {
  font-weight: 500;
  font-size: 20px;
  line-height: normal;
  margin: 0 auto 20px;
  color: var(--title-color);
}

@media only screen and (max-width: 767px) {
  h6 {
    font-size: 16px;
    margin-bottom: 16px;
  }
}

.vegasino-4sddjj {
  overflow: hidden;
  min-height: 100vh;
  position: relative;
  padding: 66px 0 0;
}

@media only screen and (max-width: 767px) {
  .vegasino-4sddjj {
    padding: 54px 0 0;
  }
}

.vegasino-hqd0mf {
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 350px;
  width: 100%;
  height: 60px;
  margin: 0 auto;
  border-radius: 6px;
  text-decoration: none;
  font-size: 18px;
  font-weight: 600;
  background: var(--button-bg-color);
  color: var(--button-text-color);
  cursor: pointer;
  border: none;
  -webkit-animation: pulse 2s infinite;
  animation: pulse 2s infinite;
  text-align: center;
}

@media only screen and (min-width: 1025px) {
  .vegasino-hqd0mf:hover {
    background: var(--button-bg-hover);
  }
}

@-webkit-keyframes pulse {
  0% {
    transform: scale(0.95);
    box-shadow: 0 0 0 0 var(--button-bg-color);
  }
  70% {
    transform: scale(1);
    box-shadow: 0 4px 24px 0 var(--button-bg-hover);
  }
  100% {
    transform: scale(0.95);
    box-shadow: 0 0 0 0 transparent;
  }
}

@keyframes pulse {
  0% {
    transform: scale(0.95);
    box-shadow: 0 0 0 0 var(--button-bg-color);
  }
  70% {
    transform: scale(1);
    box-shadow: 0 4px 24px 0 var(--button-bg-hover);
  }
  100% {
    transform: scale(0.95);
    box-shadow: 0 0 0 0 transparent;
  }
}

.vegasino-o5fg24 {
  max-width: 800px;
  width: 100%;
  padding: 0 16px;
  text-align: center;
  margin: 50px auto 200px;
}

@media only screen and (max-width: 767px) {
  .vegasino-o5fg24 {
    margin: 20px auto 100px;
  }
}

.vegasino-o5fg24 h1 {
  font-size: 200px;
  font-weight: bold;
  line-height: normal;
  margin: 0;
  color: var(--title-color);
}

@media only screen and (max-width: 767px) {
  .vegasino-o5fg24 h1 {
    font-size: 120px;
  }
}

.vegasino-o5fg24 p {
  color: var(--text-color);
  font-size: 20px;
  line-height: normal;
  margin: 0 0 50px;
}

.vegasino-ns9ms2 {
  cursor: pointer;
}

.vegasino-n3n5ke {
  position: absolute;
  pointer-events: none;
  visibility: hidden;
}

.vegasino-6hh8pk {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.vegasino-6hh8pk figure {
  margin: 0;
}

.vegasino-6hh8pk.vegasino-ip1j0l {
  justify-content: flex-start;
  margin-right: 4px;
}

.vegasino-6hh8pk.vegasino-ckl6r2 {
  justify-content: flex-end;
  margin-left: 4px;
}

.vegasino-6hh8pk.vegasino-uqplx0 {
  justify-content: center;
}

.vegasino-6hh8pk.vegasino-0u8pws {
  justify-content: normal;
}

.vegasino-5ygr2x {
  max-width: 1110px;
  width: 100%;
  margin: 0 auto 100px;
}

@media only screen and (max-width: 991px) {
  .vegasino-5ygr2x {
    padding: 0 16px;
    margin: 0 auto 80px;
  }
}

@media only screen and (max-width: 767px) {
  .vegasino-5ygr2x {
    padding: 0 16px;
    margin: 0 auto 60px;
  }
}

.vegasino-ofzy0q {
  font-size: 60px;
  line-height: 66px;
  font-weight: 600;
  margin: 0 0 32px;
  text-align: center;
  color: var(--title-color);
  cursor: pointer;
}

@media only screen and (max-width: 991px) {
  .vegasino-ofzy0q {
    font-size: 32px;
    line-height: 110%;
    font-weight: 700;
  }
}

.vegasino-7h07yb {
  max-width: 794px;
  width: 100%;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
}

@media only screen and (max-width: 767px) {
  .vegasino-7h07yb {
    flex-direction: column;
  }
}

.vegasino-3r2sy5 {
  max-width: 370px;
  width: 100%;
  max-width: 370px;
  overflow: hidden;
  border-radius: 10px;
  margin-right: 24px;
}

.vegasino-3r2sy5 img {
  width: 100%;
}

@media only screen and (max-width: 767px) {
  .vegasino-3r2sy5 {
    flex-basis: auto;
    margin: 0 auto 16px;
  }
}

.vegasino-rn608w {
  max-width: 400px;
  width: 100%;
  flex-basis: 400px;
}

.vegasino-rn608w ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  margin-bottom: 22px;
}

@media only screen and (max-width: 767px) {
  .vegasino-rn608w ul {
    margin-bottom: 15px;
  }
}

.vegasino-rn608w ul li {
  display: flex;
  align-items: center;
  flex-direction: column;
  width: 100%;
  position: relative;
}

.vegasino-rn608w ul li span {
  font-weight: 600;
  font-size: 16px;
  line-height: 140%;
  margin-bottom: 2px;
  display: flex;
  align-items: center;
  gap: 2px;
  height: 22px;
  color: var(--title-color);
}

.vegasino-rn608w ul li span svg {
  fill: var(--title-color);
}

.vegasino-rn608w ul li small {
  font-size: 14px;
  line-height: 140%;
  text-align: center;
  color: #c2c0ce;
}

@media only screen and (max-width: 767px) {
  .vegasino-rn608w ul li small {
    font-size: 12px;
  }
}

.vegasino-rn608w ul li::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  height: 22px;
  background: #c2c0ce;
}

.vegasino-rn608w ul li:last-of-type::after {
  display: none;
}

@media only screen and (max-width: 767px) {
  .vegasino-rn608w {
    flex-basis: auto;
    margin: 0 auto;
  }
}

.vegasino-razp36 {
  font-weight: 700;
  font-size: 26px;
  line-height: 110%;
  margin-bottom: 24px;
  color: var(--title-color);
  cursor: pointer;
}

@media only screen and (max-width: 767px) {
  .vegasino-razp36 {
    font-size: 24px;
    margin-bottom: 16px;
  }
}

.vegasino-w604go {
  display: flex;
  align-items: center;
  margin: 0 -5px;
}

.vegasino-8psybg {
  width: 100%;
  height: 52px;
  border-radius: 6px;
  margin: 0 5px;
  background-color: #fff;
  transition: 0.vegasino-vzk23x ease-in-out;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  border: none;
}

@media only screen and (max-width: 767px) {
  .vegasino-8psybg {
    height: 50px;
  }
}

@media only screen and (min-width: 1025px) {
  .vegasino-8psybg:hover {
    box-shadow: 0px 2px 16px 0px rgba(255, 255, 255, 0.5);
  }
}

.vegasino-8psybg.vegasino-8vlhxu {
  background-color: #000;
}

@media only screen and (min-width: 1025px) {
  .vegasino-8psybg.vegasino-8vlhxu:hover {
    box-shadow: 0px 2px 16px 0px rgba(0, 0, 0, 0.5);
  }
}

.vegasino-wug01y {
  padding: 80px 0 0;
  background: var(--fh-bg-color);
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

@media only screen and (max-width: 1200px) {
  .vegasino-wug01y {
    padding: 80px 16px 0;
  }
}

@media only screen and (max-width: 767px) {
  .vegasino-wug01y {
    padding: 50px 16px 68px;
  }
}

.vegasino-pkyv6v {
  max-width: 1110px;
  width: 100%;
  margin: 0 auto;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}

@media only screen and (max-width: 767px) {
  .vegasino-pkyv6v {
    flex-direction: column;
  }
}

.vegasino-oxr33h {
  margin-bottom: 94px;
}

@media only screen and (max-width: 767px) {
  .vegasino-oxr33h {
    margin-bottom: 40px;
  }
}

.vegasino-4rrob3 .vegasino-gni1tg {
  margin-bottom: 28px;
}

.vegasino-4rrob3 .vegasino-gni1tg img {
  max-height: 100px;
  width: auto;
}

.vegasino-6orsx3 {
  display: flex;
  align-items: center;
}

.vegasino-6orsx3 a + a {
  margin-left: 24px;
}

.vegasino-6orsx3 img {
  max-height: 56px;
  width: auto;
}

.vegasino-6orsx3 img + img {
  margin-left: 24px;
}

.vegasino-uca18s {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 0 40px;
}

@media only screen and (max-width: 767px) {
  .vegasino-uca18s {
    padding: 0 0 50px;
    justify-content: flex-start;
  }
}

.vegasino-49glox {
  display: flex;
  align-items: flex-start;
  margin-left: 20px;
}

@media only screen and (max-width: 767px) {
  .vegasino-49glox {
    margin: 40px 0 0;
    flex-direction: column;
  }
}

.vegasino-xnx976 {
  display: flex;
  align-items: center;
  list-style: none;
  margin: 0 -7px 48px;
  padding: 0;
}

@media only screen and (max-width: 767px) {
  .vegasino-xnx976 {
    flex-wrap: wrap;
  }
}

.vegasino-xnx976 li {
  display: flex;
  margin: 0 7px;
}

.vegasino-xnx976 li svg {
  transition: 0.vegasino-vzk23x ease-in-out;
}

@media only screen and (min-width: 1025px) {
  .vegasino-xnx976 li:hover svg {
    transform: scale(1.2);
  }
}

.vegasino-myxtlq {
  color: var(--footer-text-color);
  font-size: 12px;
  text-align: center;
  max-width: 350px;
  width: 100%;
  word-wrap: break-word;
}

.vegasino-osd0ho + .vegasino-osd0ho {
  margin-left: 120px;
}

@media only screen and (max-width: 767px) {
  .vegasino-osd0ho + .vegasino-osd0ho {
    margin: 36px 0 0;
  }
}

.vegasino-78d1rk {
  color: var(--footer-text-color);
  font-size: 20px;
  margin-bottom: 24px;
}

.vegasino-9bjn9e {
  list-style: none;
  margin: 0;
  padding: 0;
}

.vegasino-9bjn9e li {
  font-size: 16px;
}

.vegasino-9bjn9e li a {
  color: var(--footer-menu-color);
  text-decoration: none;
}

@media only screen and (min-width: 1025px) {
  .vegasino-9bjn9e li a:hover {
    text-decoration: underline;
  }
}

.vegasino-9bjn9e li + li {
  margin-top: 16px;
}

.vegasino-tlfyns {
  height: 0;
  overflow: hidden;
  opacity: 0;
  transition: 0.vegasino-11zrqu ease-in-out;
}

.vegasino-tlfyns.vegasino-s5yai2 {
  height: auto;
  overflow: visible;
  opacity: 1;
}

.vegasino-fwy7qf {
  max-width: 1110px;
  width: 100%;
  margin: 0 auto 100px;
}

.vegasino-fwy7qf h1,
.vegasino-fwy7qf h2 {
  font-weight: 700;
  font-size: 40px;
  line-height: normal;
  text-align: center;
  margin: 0 auto 32px;
}

@media only screen and (max-width: 767px) {
  .vegasino-fwy7qf h1,
  .vegasino-fwy7qf h2 {
    font-size: 26px;
    margin-bottom: 20px;
  }
}

@media only screen and (max-width: 1200px) {
  .vegasino-fwy7qf {
    padding: 0 16px;
  }
}

@media only screen and (max-width: 767px) {
  .vegasino-fwy7qf {
    margin-bottom: 60px;
  }
}

.vegasino-7uopev {
  list-style: none;
  padding: 0;
  margin: 0 0 32px;
  display: flex;
  align-items: center;
  gap: 14px;
}

@media only screen and (max-width: 767px) {
  .vegasino-7uopev {
    gap: 6px;
    overflow-x: auto;
    margin: 0 0 20px;
  }
}

.vegasino-7uopev li {
  width: 100%;
}

.vegasino-7uopev li a {
  font-size: 16px;
  font-weight: 600;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 6px;
  text-decoration: none;
  transition: 0.vegasino-vzk23x ease-in-out;
  gap: 7px;
  color: var(--button-text-color);
  background: var(--button-bg-color);
  border: 1px solid var(--border-color);
}

.vegasino-7uopev li a svg {
  fill: var(--button-text-color);
}

.vegasino-7uopev li a.vegasino-s5yai2 {
  background: var(--border-color);
}

@media only screen and (min-width: 1025px) {
  .vegasino-7uopev li a:hover {
    background: var(--border-color);
  }
}

@media only screen and (max-width: 767px) {
  .vegasino-7uopev li a {
    font-size: 14px;
    height: 36px;
    padding: 0 10pxr;
  }
  .vegasino-7uopev li a img {
    max-width: 16px;
  }
}

.vegasino-t14u2g {
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
  margin: 0 -10px;
}

@media only screen and (max-width: 767px) {
  .vegasino-t14u2g {
    margin: 0 -5px;
  }
}

.vegasino-7cymjh {
  max-width: calc(25% - 20px);
  width: 100%;
  flex-basis: calc(25% - 20px);
  margin: 0 10px 20px;
  display: block;
  text-decoration: none;
  cursor: pointer;
}

.vegasino-7cymjh span {
  display: block;
  margin-bottom: 5px;
  font-size: 18px;
  color: var(--text-color);
}

.vegasino-7cymjh small {
  display: block;
  color: var(--text-color);
  opacity: 0.8;
  font-size: 14px;
}

@media only screen and (max-width: 767px) {
  .vegasino-7cymjh {
    max-width: calc(50% - 10px);
    flex-basis: calc(50% - 10px);
    margin: 0 5px 10px;
  }
  .vegasino-7cymjh span {
    font-size: 16px;
    margin-bottom: 2px;
  }
}

.vegasino-m67xv1 {
  margin-bottom: 10px;
  border-radius: 10px;
  overflow: hidden;
}

.vegasino-m67xv1 img {
  width: 100%;
  transition: 0.vegasino-vzk23x ease-in-out;
}

@media only screen and (min-width: 1025px) {
  .vegasino-m67xv1:hover img {
    transform: scale(1.1);
  }
}

.vegasino-8hkwfu {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 66px;
  background: var(--fh-bg-color);
  z-index: 99;
}

@media only screen and (max-width: 767px) {
  .vegasino-8hkwfu {
    height: 54px;
  }
}

.vegasino-rxun1t {
  max-width: 1310px;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
}

@media only screen and (max-width: 1400px) {
  .vegasino-rxun1t {
    padding: 0 16px;
  }
}

@media only screen and (max-width: 1023px) {
  .vegasino-rxun1t {
    justify-content: flex-start;
  }
}

@media only screen and (max-width: 767px) {
  .vegasino-rxun1t .vegasino-gni1tg img {
    max-width: 90px;
  }
}

.vegasino-gni1tg img {
  max-height: 50px;
  width: auto;
}

@media only screen and (max-width: 1023px) {
  .vegasino-gni1tg {
    order: -2;
  }
}

@media only screen and (max-width: 1023px) {
  .vegasino-t0old1 {
    display: none;
  }
  .vegasino-t0old1::before {
    content: "";
    position: absolute;
    top: 0;
    right: 100%;
    height: 100%;
    width: 300%;
    background: rgba(0, 0, 0, 0.6);
    pointer-events: none;
  }
}

.vegasino-gub0ng {
  display: flex;
  align-items: center;
  list-style: none;
  margin: 0;
  padding: 0;
}

.vegasino-gub0ng li {
  font-size: 16px;
  margin: 0 20px;
}

.vegasino-gub0ng li a {
  color: var(--menu-color);
  text-decoration: none;
}

@media only screen and (min-width: 1025px) {
  .vegasino-gub0ng li a:hover {
    text-decoration: underline;
  }
}

@media only screen and (max-width: 1023px) {
  .vegasino-gub0ng {
    display: block;
  }
  .vegasino-gub0ng li {
    margin: 0;
    font-size: 16px;
    border-bottom: 1px solid var(--border-color);
  }
  .vegasino-gub0ng li a {
    display: flex;
    align-items: center;
    padding: 14px 16px;
    position: relative;
  }
  .vegasino-gub0ng li a::after {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 12px;
    border: 5px solid transparent;
    border-left: 5px solid var(--menu-color);
  }
  .vegasino-gub0ng li:first-of-type {
    border-top: 1px solid var(--border-color);
  }
}

.vegasino-c5630c {
  display: flex;
  align-items: center;
  margin-right: 120px;
}

@media only screen and (max-width: 1400px) {
  .vegasino-c5630c {
    margin-right: 105px;
  }
}

@media only screen and (max-width: 1023px) {
  .vegasino-c5630c {
    order: -1;
    margin-left: auto;
    margin-right: 0;
  }
}

@media only screen and (max-width: 767px) {
  .vegasino-c5630c {
    max-width: 230px;
    justify-content: flex-end;
  }
}

.vegasino-c5630c.vegasino-qh0drk {
  margin-right: 0;
}

.vegasino-sll0zx {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 10px;
  white-space: nowrap;
  height: 42px;
  border-radius: 6px;
  font-size: 16px;
  background: var(--button-bg-color);
  color: var(--button-text-color);
  font-weight: 600;
  text-decoration: none;
  cursor: pointer;
}

@media only screen and (max-width: 767px) {
  .vegasino-sll0zx {
    height: 38px;
    max-width: none;
    width: auto;
    padding: 0 10px;
    white-space: normal;
    text-align: center;
  }
}

@media only screen and (min-width: 1025px) {
  .vegasino-sll0zx:hover {
    background: var(--button-bg-color);
    opacity: 0.9;
  }
}

.vegasino-sjiowh {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 10px;
  white-space: nowrap;
  height: 42px;
  border-radius: 6px;
  font-size: 16px;
  background: var(--button-bg-color);
  color: var(--button-text-color);
  font-weight: 600;
  text-decoration: none;
  cursor: pointer;
  margin-left: 10px;
  -webkit-animation: pulse 2s infinite;
  animation: pulse 2s infinite;
}

@media only screen and (min-width: 1025px) {
  .vegasino-sjiowh:hover {
    background: var(--button-bg-hover);
  }
}

@media only screen and (max-width: 767px) {
  .vegasino-sjiowh {
    height: 38px;
    max-width: none;
    width: auto;
    padding: 0 10px;
    white-space: normal;
    text-align: center;
  }
}

.vegasino-qicgwl {
  position: absolute;
  right: 16px;
  top: 50%;
  transform: translateY(-50%);
}

@media only screen and (max-width: 1023px) {
  .vegasino-qicgwl {
    top: 9px;
    transform: none;
    right: auto;
    left: 0;
  }
}

.vegasino-qicgwl:hover > ul {
  display: flex;
}

.vegasino-qicgwl:focus > ul {
  display: flex;
}

.vegasino-qicgwl:focus-within > ul {
  display: flex;
}

.vegasino-hqba15 {
  position: relative;
  border-radius: 10px;
  height: 42px;
  padding: 5px 32px 5px 12px;
  font-size: 16px;
  display: flex;
  align-items: center;
  margin-left: 10px;
  cursor: pointer;
  background: var(--button-bg-color);
  color: var(--button-text-color);
  gap: 5px;
}

.vegasino-hqba15::after {
  border-bottom: 1px solid var(--button-text-color);
  border-right: 1px solid var(--button-text-color);
  content: "";
  height: 7px;
  width: 7px;
  margin-top: -5px;
  pointer-events: none;
  position: absolute;
  right: 15px;
  top: 50%;
  transform-origin: 66% 66%;
  transform: rotate(45deg);
  transition: all 0.vegasino-11zrqu ease-in-out;
}

@media only screen and (max-width: 767px) {
  .vegasino-hqba15 {
    padding: 5px 30px 5px 5px;
    font-size: 14px;
    height: 38px;
    gap: 3px;
  }
  .vegasino-hqba15 img {
    max-width: 20px;
  }
}

.vegasino-qicgwl ul {
  list-style: none;
  margin: 0;
  padding: 0;
  position: absolute;
  top: 100%;
  right: 0;
  transition: 0.vegasino-vzk23x ease-in-out;
  z-index: 2;
  border-radius: 10px;
  min-width: 66px;
  display: none;
  max-height: 465px;
  overflow: hidden;
  flex-direction: column;
  flex-wrap: wrap;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  background: var(--button-bg-color);
}

@media only screen and (max-width: 767px) {
  .vegasino-qicgwl ul {
    min-width: 52px;
    max-height: 315px;
    left: 10px;
    right: auto;
  }
}

.vegasino-qicgwl ul li {
  padding: 10px 12px;
  display: flex;
  align-items: center;
  text-decoration: none;
  color: var(--button-text-color);
  background: var(--button-bg-color);
  font-weight: 600;
  font-size: 16px;
  text-transform: uppercase;
  transition: 0.vegasino-vzk23x ease-in-out;
  overflow: hidden;
}

@media only screen and (max-width: 767px) {
  .vegasino-qicgwl ul li {
    padding: 5px;
  }
}

.vegasino-qicgwl ul li a {
  display: flex;
  align-items: center;
  gap: 5px;
  color: var(--button-text-color);
  text-decoration: none;
}

@media only screen and (min-width: 1025px) {
  .vegasino-qicgwl ul li a:hover {
    text-decoration: underline;
  }
}

@media only screen and (max-width: 767px) {
  .vegasino-qicgwl ul li a {
    font-size: 14px;
    gap: 3px;
  }
  .vegasino-qicgwl ul li a img {
    max-width: 20px;
  }
}

.vegasino-2of79r {
  display: none;
}

.vegasino-9saqzn {
  width: 38px;
  height: 38px;
  display: none;
  cursor: pointer;
  border-radius: 6px;
  background: var(--button-bg-color);
  padding: 12px 5px;
  z-index: 99;
  margin-left: 8px;
}

@media only screen and (max-width: 1023px) {
  .vegasino-9saqzn {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
  }
}

.vegasino-9saqzn span {
  display: block;
  height: 1px;
  border-radius: 4px;
  width: 20px;
  background: var(--button-text-color);
}

@media only screen and (max-width: 1023px) {
  .vegasino-2of79r:checked ~ .vegasino-t0old1 {
    display: block;
    position: absolute;
    height: 100vh;
    background: var(--fh-bg-color);
    top: 0;
    right: 0;
    max-width: 286px;
    width: 100%;
    z-index: 9;
    padding: 85px 0;
  }
  .vegasino-t0old1 {
    display: none;
    transition: display 0.vegasino-vzk23x ease-in-out;
  }
  .vegasino-2of79r:checked ~ .vegasino-t0old1 {
    display: block;
  }
  .vegasino-2of79r:checked + .vegasino-9saqzn span:nth-child(1) {
    transform: rotate(45deg) translate(5px, 4px);
  }
  .vegasino-2of79r:checked + .vegasino-9saqzn span:nth-child(2) {
    display: none;
  }
  .vegasino-2of79r:checked + .vegasino-9saqzn span:nth-child(3) {
    transform: rotate(-45deg) translate(5px, -5px);
  }
}

.vegasino-4osakb {
  padding: 24px 0 0;
  max-width: 1110px;
  width: 100%;
  margin: 0 auto 100px;
}

@media only screen and (max-width: 1200px) {
  .vegasino-4osakb {
    padding: 0 16px;
  }
}

.vegasino-4osakb img {
  margin-bottom: 20px;
}

.vegasino-4osakb p {
  color: var(--text-color);
  font-size: 20px;
  line-height: 140%;
  margin-bottom: 20px;
}

@media only screen and (max-width: 767px) {
  .vegasino-4osakb p {
    font-size: 16px;
  }
}

@media only screen and (max-width: 767px) {
  .vegasino-4osakb {
    margin-bottom: 60px;
  }
}

.vegasino-e7xkfq {
  font-size: 60px;
  font-weight: 700;
  line-height: 110%;
  color: var(--title-color);
  text-align: center;
  max-width: 985px;
  width: 100%;
  margin: 0 auto 20px;
}

@media only screen and (max-width: 767px) {
  .vegasino-e7xkfq {
    font-size: 32px;
  }
}

.vegasino-tkxa6r {
  color: var(--text-color);
}

.vegasino-wfytnz {
  color: var(--text-color);
  font-size: 18px;
  line-height: 135%;
}

@media only screen and (max-width: 767px) {
  .vegasino-wfytnz {
    font-size: 16px;
    line-height: 140%;
  }
}

.vegasino-wfytnz p {
  color: var(--text-color);
  font-size: 18px;
  line-height: 135%;
}

.vegasino-wfytnz p img {
  display: block;
  margin: 0 auto;
}

.vegasino-wfytnz p:first-of-type {
  margin-top: 0;
}

.vegasino-wfytnz p:last-of-type {
  margin-bottom: 0;
}

@media only screen and (max-width: 767px) {
  .vegasino-wfytnz p {
    font-size: 18px;
    line-height: 140%;
  }
}

.vegasino-wfytnz ul {
  padding: 0 0 0 20px;
}

.vegasino-wfytnz table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 25px;
}

.vegasino-wfytnz table tr td {
  padding: 16px 32px;
  font-size: 18px;
  font-weight: 400;
  text-align: center;
  color: var(--text-color);
  border: 1px solid var(--border-color);
  background: var(--table-1-color);
}

@media only screen and (max-width: 767px) {
  .vegasino-wfytnz table tr td {
    padding: 12px 4px;
    font-size: 16px;
  }
}

.vegasino-wfytnz table tr th {
  padding: 16px 32px;
  font-size: 18px;
  font-weight: 700;
  text-align: center;
  color: var(--text-color);
  border: 1px solid var(--border-color);
  background: var(--fh-bg-color);
}

@media only screen and (max-width: 767px) {
  .vegasino-wfytnz table tr th {
    padding: 12px 4px;
    font-size: 16px;
  }
}

.vegasino-wfytnz table tr:nth-child(even) td {
  background: var(--table-2-color);
}

.vegasino-wfytnz iframe {
  max-width: 100%;
  width: 100%;
  height: 620px;
  border: none;
  margin: 0 0 20px;
}

@media only screen and (max-width: 767px) {
  .vegasino-wfytnz iframe {
    height: 200px;
  }
}

.vegasino-88i8tt {
  max-width: 1110px;
  width: 100%;
  margin: 0 auto 50px;
}

@media only screen and (max-width: 1200px) {
  .vegasino-88i8tt {
    padding: 0 16px;
  }
}

@media only screen and (max-width: 767px) {
  .vegasino-88i8tt {
    margin-bottom: 60px;
  }
}

.vegasino-owcv1a {
  color: var(--title-color);
  font-size: 40px;
  font-weight: 700;
  line-height: normal;
  text-align: center;
  margin-bottom: 28px;
}

@media only screen and (max-width: 767px) {
  .vegasino-owcv1a {
    font-size: 26px;
    margin-bottom: 18px;
  }
}

.vegasino-owcv1a h1,
.vegasino-owcv1a h2,
.vegasino-owcv1a h3,
.vegasino-owcv1a h4 {
  color: var(--title-color);
  font-size: 40px;
  font-weight: 700;
  line-height: normal;
  margin: 0 0 28px;
}

@media only screen and (max-width: 767px) {
  .vegasino-owcv1a h1,
  .vegasino-owcv1a h2,
  .vegasino-owcv1a h3,
  .vegasino-owcv1a h4 {
    font-size: 26px;
    margin-bottom: 18px;
  }
}

.vegasino-306tmw {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin-bottom: 28px;
}

@media only screen and (max-width: 767px) {
  .vegasino-306tmw {
    flex-direction: column-reverse;
  }
}

.vegasino-306tmw .vegasino-1h4b6k {
  max-width: 545px;
  width: 100%;
  flex-basis: 545px;
  margin: 0;
}

@media only screen and (max-width: 767px) {
  .vegasino-306tmw .vegasino-1h4b6k {
    max-width: 100%;
    flex-basis: auto;
    margin: 0;
  }
}

.vegasino-306tmw .vegasino-mgadzy {
  max-width: 514px;
  width: 100%;
  flex-basis: 514px;
  margin: 0 0 0 20px;
}

@media only screen and (max-width: 767px) {
  .vegasino-306tmw .vegasino-mgadzy {
    max-width: 100%;
    flex-basis: auto;
    margin: 0 0 18px;
  }
  .vegasino-306tmw .vegasino-mgadzy img {
    width: 100%;
  }
}

.vegasino-mgadzy {
  margin: 0 0 28px;
}

@media only screen and (max-width: 767px) {
  .vegasino-mgadzy {
    margin-bottom: 18px;
  }
}

.vegasino-1h4b6k {
  margin: 0 0 28px;
}

@media only screen and (max-width: 767px) {
  .vegasino-1h4b6k {
    margin-bottom: 18px;
  }
}

.vegasino-88i8tt h2 {
  color: var(--title-color);
  font-size: 32px;
  font-weight: 700;
  line-height: normal;
  margin: 0 0 28px;
}

@media only screen and (max-width: 767px) {
  .vegasino-88i8tt h2 {
    font-size: 26px;
    margin-bottom: 18px;
  }
}

.vegasino-88i8tt .vegasino-hqd0mf {
  margin-top: 30px;
  margin-bottom: 30px;
}

.vegasino-xy08x5 {
  max-width: 1110px;
  width: 100%;
  margin: 0 auto 110px;
  border-radius: 10px;
  border: 1px solid var(--border-color);
  background: #1a1b2d;
  overflow: hidden;
}

@media only screen and (max-width: 1200px) {
  .vegasino-xy08x5 {
    margin: 0 16px;
    max-width: calc(100% - 32px);
  }
}

@media only screen and (max-width: 767px) {
  .vegasino-xy08x5 {
    margin-bottom: 60px;
  }
}

.vegasino-ibzfi3 {
  position: relative;
  border: none;
}

.vegasino-ibzfi3::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  height: 4px;
  background: var(--fh-bg-color);
}

.vegasino-ay02km {
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 32px;
  font-size: 24px;
  font-weight: 700;
  background: var(--fh-bg-color);
  color: var(--title-color);
  border-bottom: 1px solid var(--border-color);
  cursor: pointer;
}

.vegasino-ay02km span {
  height: 32px;
}

.vegasino-ay02km span svg rect {
  fill: var(--table-2-color);
  stroke: var(--table-2-color);
}

.vegasino-ay02km.vegasino-pq589n span {
  transform: scaleY(-1);
}

@media only screen and (max-width: 767px) {
  .vegasino-ay02km {
    padding: 0 14px;
    font-size: 22px;
    height: 68px;
  }
}

.vegasino-qvixih {
  list-style: none;
  padding: 0;
  margin: 0;
}

.vegasino-qvixih li {
  font-size: 18px;
  background: var(--fh-bg-color);
  border-bottom: 1px solid var(--border-color);
}

@media only screen and (max-width: 767px) {
  .vegasino-qvixih li {
    font-size: 16px;
  }
}

.vegasino-qvixih li a {
  display: block;
  color: var(--text-color);
  padding: 14px 32px;
  text-decoration: none;
  transition: 0.vegasino-vzk23x ease-in-out;
}

@media only screen and (min-width: 1025px) {
  .vegasino-qvixih li a:hover {
    background: var(--main-theme-color);
  }
}

@media only screen and (max-width: 767px) {
  .vegasino-qvixih li a {
    padding: 12px 14px;
  }
}

.vegasino-qvixih.vegasino-o2buv5 {
  display: none;
}

.vegasino-cs3hbq {
  max-width: 1110px;
  width: 100%;
  margin: 0 auto 100px;
}

.vegasino-cs3hbq table {
  width: 100%;
  border-collapse: collapse;
}

.vegasino-cs3hbq table tr td {
  padding: 16px 32px;
  font-size: 18px;
  font-weight: 700;
  color: #a29eb6;
  text-align: center;
  border: 1px solid #262646;
  background: #171a2b;
}

@media only screen and (max-width: 767px) {
  .vegasino-cs3hbq table tr td {
    padding: 12px 4px;
    font-size: 16px;
  }

  .vegasino-cs3hbq table td {
    min-width: 75px;
  }
}

.vegasino-cs3hbq table tr th {
  padding: 16px 32px;
  font-size: 18px;
  font-weight: 700;
  text-align: center;
  color: var(--text-color);
  border: 1px solid var(--border-color);
  background: var(--fh-bg-color);
}

@media only screen and (max-width: 767px) {
  .vegasino-cs3hbq table tr th {
    padding: 12px 4px;
    font-size: 16px;
  }
}

.vegasino-cs3hbq table tr:nth-child(even) td {
  background: rgba(29, 33, 60, 0.6);
}

.vegasino-cs3hbq p {
  color: #a29eb6;
  font-size: 18px;
  line-height: 135%;
}

@media only screen and (max-width: 767px) {
  .vegasino-cs3hbq p {
    font-size: 16px;
    line-height: 140%;
  }
}

@media only screen and (max-width: 1200px) {
  .vegasino-cs3hbq {
    padding: 0 16px;
  }
}

@media only screen and (max-width: 767px) {
  .vegasino-cs3hbq {
    margin-bottom: 60px;
  }
}

.vegasino-t60lr2 {
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--fh-bg-color);
  color: var(--title-color);
  font-size: 28px;
  font-weight: 700;
  padding: 24px 32px;
  border-radius: 12px 12px 0 0;
  margin: 0;
}

@media only screen and (max-width: 767px) {
  .vegasino-t60lr2 {
    padding: 16px 14px;
    font-size: 18px;
    text-align: center;
  }
}

.vegasino-mnvmvf {
  width: 100%;
  border-collapse: collapse;
}

@media only screen and (max-width: 500px) {
  .vegasino-mnvmvf {
    width: 100%;
    border-collapse: collapse;
    display: block;
    width: 100%;
    overflow-x: auto;
  }
}

.vegasino-mnvmvf tr td {
  padding: 16px 32px;
  font-size: 18px;
  font-weight: 700;
  color: #a29eb6;
  text-align: center;
  border: 1px solid #262646;
  background: #171a2b;
}

@media only screen and (max-width: 767px) {
  .vegasino-mnvmvf tr td {
    padding: 12px 4px;
    font-size: 16px;
  }
}

.vegasino-mnvmvf tr:nth-child(even) td {
  background: rgba(29, 33, 60, 0.6);
}

.vegasino-vqby76 table tr td {
  color: var(--text-color);
  background: var(--table-1-color);
  border-color: var(--border-color);
}

.vegasino-vqby76 table tr:nth-child(even) td {
  background: var(--table-2-color);
}

.vegasino-vqby76 p {
  color: var(--text-color);
}

.vegasino-4jypgu {
  max-width: 1110px;
  width: 100%;
  margin: 0 auto 100px;
}

@media only screen and (max-width: 1200px) {
  .vegasino-4jypgu {
    padding: 0 16px;
  }
}

@media only screen and (max-width: 767px) {
  .vegasino-4jypgu {
    margin-bottom: 60px;
  }
}

.vegasino-6v9f0r {
  padding: 16px 32px;
  border-radius: 10px;
  font-size: 20px;
  background: var(--fh-bg-color);
  color: var(--updated-block-color);
  border-left: 5px solid var(--button-bg-color);
  border-color: var(--border-color);
}

.vegasino-o754pu {
  max-width: 1110px;
  width: 100%;
  margin: 0 auto 100px;
}

@media only screen and (max-width: 1200px) {
  .vegasino-o754pu {
    padding: 0 16px;
  }
}

@media only screen and (max-width: 767px) {
  .vegasino-o754pu {
    margin-bottom: 60px;
  }
}

.vegasino-0yx4uf {
  border-radius: 10px;
  background: var(--fh-bg-color);
  border: 1px solid var(--border-color);
  margin-bottom: 10px;
  padding: 20px 32px 20px;
}

.vegasino-0yx4uf h3 {
  position: relative;
  color: var(--title-color);
  font-size: 26px;
  cursor: pointer;
  margin: 0 0 20px;
}

@media only screen and (max-width: 767px) {
  .vegasino-0yx4uf h3 {
    font-size: 22px;
    font-weight: 600;
  }
}

.vegasino-0yx4uf p {
  padding: 0;
  font-size: 18px;
  line-height: 135%;
  margin: 0;
  color: var(--text-color);
}

.vegasino-0yx4uf p + p {
  margin-top: 10px;
}

@media only screen and (max-width: 767px) {
  .vegasino-0yx4uf p {
    font-size: 16px;
  }
}

.vegasino-n5z6nq {
  display: none;
}

@media only screen and (max-width: 767px) {
  .vegasino-n5z6nq {
    display: flex;
    justify-content: center;
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 5;
    height: 68px;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    background: #161d33;
    padding: 0 40px;
  }
}

.vegasino-hel39n {
  list-style: none;
  margin: 0 -20px;
  padding: 0;
  display: flex;
  align-items: center;
}

.vegasino-hel39n li {
  margin: 0 20px;
}

.vegasino-hel39n li a {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  color: #fff;
  text-decoration: none;
}

.vegasino-hel39n li a img {
  margin-bottom: 4px;
}

@media only screen and (min-width: 1025px) {
  .vegasino-hel39n li a:hover {
    color: #2ab765;
  }
}

.vegasino-52jz1i {
  max-width: 1110px;
  width: 100%;
  list-style: none;
  margin: 10px auto;
  padding: 0;
  display: flex;
  align-items: center;
}

@media only screen and (max-width: 1200px) {
  .vegasino-52jz1i {
    padding: 0 16px;
  }
}

.vegasino-52jz1i li {
  font-size: 16px;
  position: relative;
}

.vegasino-52jz1i li a {
  color: var(--text-color);
  text-decoration: none;
}

@media only screen and (min-width: 1025px) {
  .vegasino-52jz1i li a:hover {
    text-decoration: underline;
  }
}

.vegasino-52jz1i li span {
  opacity: 0.5;
}

.vegasino-52jz1i li + li {
  margin-left: 30px;
}

.vegasino-52jz1i li + li::before {
  content: "-";
  left: -20px;
  top: 50%;
  font-size: 20px;
  transform: translateY(-50%);
  color: var(--text-color);
  position: absolute;
}

h2.vegasino-owcv1a {
  margin: 0 0 28px;
}

@media only screen and (max-width: 767px) {
  h2.vegasino-owcv1a {
    margin-bottom: 18px;
  }
}

.vegasino-i7t5l8 {
  border-collapse: separate;
  width: 100%;
  font-weight: 600;
  font-size: 20px;
  line-height: 120%;
  color: var(--text-color);
  counter-reset: table-row;
}

.vegasino-i7t5l8 tbody tr {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 12px 36px;
  padding: 20px 24px;
  border-radius: 10px;
  margin-bottom: 16px;
  cursor: pointer;
  background-color: var(--fh-bg-color);
}

.vegasino-i7t5l8 tbody tr:first-of-type::before {
  content: "";
  position: absolute;
  top: -3px;
  left: -3px;
  right: -3px;
  bottom: -3px;
  z-index: -1;
  background: var(--fh-bg-color);
  border-radius: 10px;
}

.vegasino-i7t5l8 tbody tr:first-of-type::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  background-color: var(--fh-bg-color);
  border-radius: 10px;
}

.vegasino-i7t5l8 tbody tr:first-of-type td {
  z-index: 2;
  border-radius: 10px;
}

.vegasino-i7t5l8 tbody tr:last-of-type {
  margin-bottom: 0;
}

.vegasino-i7t5l8 tbody tr td:first-of-type {
  flex-shrink: 0;
}

.vegasino-i7t5l8 tbody tr td:first-of-type > a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  border-radius: 10px;
  border: 1px solid var(--rate-image-border);
}

.vegasino-i7t5l8 tbody tr td:first-of-type > a::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 0 0 10px 0;
  padding: 2px 9px;
  width: 28px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-weight: 700;
  font-size: 14px;
  counter-increment: table-row;
  content: counter(table-row);
  background: var(--rate-counter-bg);
}

.vegasino-i7t5l8 tbody tr td:last-of-type {
  margin-left: auto;
}

@media only screen and (max-width: 767px) {
  .vegasino-i7t5l8 tbody tr td:last-of-type {
    margin-left: 0;
    width: 100%;
  }
}

.vegasino-i7t5l8 tbody tr td .vegasino-k3z3dt {
  display: flex;
  flex-direction: column;
  text-align: center;
}

@media only screen and (max-width: 420px) {
  .vegasino-i7t5l8 tbody tr td .vegasino-k3z3dt {
    width: 100%;
  }
}

.vegasino-i7t5l8 tbody tr td .vegasino-3l94bh {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 6px;
  padding: 10px;
  width: 181px;
  height: 46px;
  font-weight: 700;
  font-size: 16px;
  line-height: 160%;
  color: var(--button-text-color);
  background: var(--button-bg-color);
  transition: 0.vegasino-vzk23x ease-in-out;
  text-decoration: none;
  cursor: pointer;
  border: none;
}

@media only screen and (min-width: 1025px) {
  .vegasino-i7t5l8 tbody tr td .vegasino-3l94bh:hover {
    background: var(--button-bg-hover);
  }
}

@media only screen and (max-width: 767px) {
  .vegasino-i7t5l8 tbody tr td .vegasino-3l94bh {
    margin: 0 auto;
  }
}

@media only screen and (max-width: 420px) {
  .vegasino-i7t5l8 tbody tr td .vegasino-3l94bh {
    width: 100%;
  }
}

.vegasino-i7t5l8 tbody tr td .vegasino-sduzcu {
  margin-top: 10px;
  font-weight: 400;
  font-size: 14px;
  line-height: 140%;
  text-decoration: underline;
  -webkit-text-decoration-skip-ink: none;
  text-decoration-skip-ink: none;
  color: var(--text-color);
}

@media only screen and (min-width: 1025px) {
  .vegasino-i7t5l8 tbody tr td .vegasino-sduzcu:hover {
    text-decoration: none;
  }
}

@media only screen and (max-width: 767px) {
  .vegasino-i7t5l8 tbody tr {
    flex-direction: column;
  }
}

.vegasino-i7t5l8 tbody tr:nth-child(-n + 3) td > a::before {
  background: var(--rate-counter-bg-top);
}

.vegasino-n80bpk {
  max-width: 1110px;
  width: 100%;
  margin: 0 auto 100px;
}

@media only screen and (max-width: 1200px) {
  .vegasino-n80bpk {
    padding: 0 16px;
  }
}

@media only screen and (max-width: 767px) {
  .vegasino-n80bpk {
    margin: 0 auto 60px;
  }
}

.vegasino-lrzuzc {
  font-weight: 700;
  font-size: 40px;
  line-height: 44px;
  margin: 0 0 32px;
  text-align: center;
  color: var(--title-color);
}

@media only screen and (max-width: 767px) {
  .vegasino-lrzuzc {
    font-size: 26px;
    line-height: normal;
    margin: 0 0 20px;
    text-align: left;
  }
}

.vegasino-2qpc42 {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  margin: 0 -10px;
}

@media only screen and (max-width: 767px) {
  .vegasino-2qpc42 {
    margin: 0 -5px;
  }
}

.vegasino-hfyub6 {
  max-width: calc(25% - 20px);
  width: 100%;
  flex-basis: calc(25% - 20px);
  margin: 0 10px 20px;
  text-decoration: none;
  cursor: pointer;
}

.vegasino-hfyub6 img {
  width: 100%;
  border-radius: 10px;
  overflow: hidden;
  transition: 0.vegasino-vzk23x ease-in-out;
}

.vegasino-hfyub6 p {
  font-size: 18px;
  line-height: 24px;
  margin: 10px 0 0;
  color: var(--text-color);
}

@media only screen and (min-width: 1025px) {
  .vegasino-hfyub6:hover img {
    transform: scale(1.01);
  }
}

@media only screen and (max-width: 991px) {
  .vegasino-hfyub6 {
    max-width: calc(33.33333% - 20px);
    flex-basis: calc(33.33333% - 20px);
  }
}

@media only screen and (max-width: 767px) {
  .vegasino-hfyub6 {
    max-width: calc(50% - 10px);
    flex-basis: calc(50% - 10px);
    margin: 0 5px 12px;
  }
  .vegasino-hfyub6 p {
    font-size: 16px;
  }
}

.vegasino-pnnrpk {
  position: relative;
  max-width: 800px;
  height: 400px;
  width: 100%;
  margin: 40px auto;
  border-radius: 10px;
  overflow: hidden;
}

@media only screen and (max-width: 520px) {
  .vegasino-pnnrpk {
    height: 190px;
    margin: 20px auto;
  }
}

.vegasino-pnnrpk img {
  width: 100%;
  height: 100%;
}

.vegasino-pnnrpk iframe {
  width: 100%;
  height: 400px;
  margin: 0;
}

@media only screen and (max-width: 520px) {
  .vegasino-pnnrpk iframe {
    height: 190px;
  }
}

.vegasino-2xtt2d {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-size: cover;
  background-position: center;
  z-index: -1;
  filter: blur(3px);
}

.vegasino-2xtt2d::before {
  background: rgba(0, 0, 0, 0.2);
  position: absolute;
  display: block;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  border-radius: inherit;
  content: "";
}

.vegasino-cog2zu {
  position: absolute;
  top: 50%;
  left: 50%;
  height: 52px;
  max-width: 200px;
  -webkit-animation: none;
  animation: none;
  transform: translate(-50%, -50%);
}

.vegasino-cog2zu svg {
  width: 50px;
  height: 50px;
  fill: #fff;
  cursor: pointer;
  transition: 0.vegasino-vzk23x ease-in-out;
}

@media only screen and (min-width: 1025px) {
  .vegasino-cog2zu:hover svg {
    transform: scale(1.1);
  }
}

.vegasino-ln9wuu {
  padding: 90px 0;
}

@media only screen and (max-width: 767px) {
  .vegasino-ln9wuu {
    padding: 40px 0;
  }
}

.vegasino-c7ghon {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 1110px;
  width: 100%;
  margin: 0 auto;
  cursor: pointer;
}

@media only screen and (max-width: 1200px) {
  .vegasino-c7ghon {
    padding: 0 16px;
  }
}

@media only screen and (max-width: 991px) {
  .vegasino-c7ghon {
    flex-direction: column-reverse;
  }
}

.vegasino-ybcqlj {
  max-width: 520px;
  width: 100%;
  flex-basis: 520px;
  border-radius: 10px;
  overflow: hidden;
  margin-right: 24px;
}

.vegasino-ybcqlj img {
  width: 100%;
}

@media only screen and (max-width: 991px) {
  .vegasino-ybcqlj {
    max-width: 565px;
    flex-basis: auto;
    margin: 24px 0 0;
  }
}

@media only screen and (max-width: 767px) {
  .vegasino-ybcqlj {
    margin: 10px 0 0;
  }
}

.vegasino-ume1ag {
  max-width: 565px;
  width: 100%;
  flex-basis: 565px;
  border-radius: 10px;
  padding: 36px 32px;
  background: radial-gradient(
    114.2% 133.85% at 7.14% 3.6%,
    rgba(35, 35, 54, 0.7) 0%,
    rgba(35, 35, 54, 0.7) 0.01%,
    rgba(35, 35, 54, 0.1) 100%
  );
  border: 1px solid #383853;
}

.vegasino-ume1ag h2 {
  color: #fff;
  font-weight: 600;
  font-size: 20px;
  line-height: 120%;
  text-transform: uppercase;
  margin: 0 0 16px;
  text-align: center;
}

@media only screen and (max-width: 991px) {
  .vegasino-ume1ag {
    flex-basis: auto;
  }
}

@media only screen and (max-width: 767px) {
  .vegasino-ume1ag {
    padding: 24px 10px;
  }
}

.vegasino-vseck8 {
  background: rgba(30, 30, 53, 0.6);
  border: 1px solid #383853;
  border-radius: 6px;
  padding: 14px 20px;
  width: 100%;
  height: 52px;
  display: flex;
  align-items: center;
  padding: 0 20px;
  margin: 0 0 10px;
  font-weight: 400;
  font-size: 16px;
  line-height: 140%;
  color: #a29eb6;
  transition: 0.vegasino-vzk23x ease-in-out;
}

.vegasino-vseck8:hover {
  border: 1px solid #8c8ca2;
}

.vegasino-97vc77 {
  margin: 20px auto 0;
  font-weight: 700;
  font-size: 18px;
  line-height: 140%;
  text-transform: uppercase;
  text-align: center;
  color: #fff;
  border-radius: 6px;
  padding: 15px 10px;
  width: 100%;
  height: 52px;
  cursor: pointer;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
  background: linear-gradient(2deg, #6262d9 0%, #9d62d9 100%, #9d62d9 100%);
}

.vegasino-97vc77:hover {
  background: linear-gradient(2deg, #9d62d9 0%, #9d62d9 100%, #6262d9 100%);
}

.vegasino-qjh3o3 {
  max-width: 342px;
  width: 100%;
  margin: 20px auto 0;
  font-size: 12px;
  line-height: 140%;
  text-align: center;
  color: #c0c0c0;
  text-align: center;
}

.vegasino-qjh3o3 a {
  text-decoration: underline;
  color: #8babff;
}

.vegasino-w45e73 {
  display: flex;
  align-items: center;
  gap: 0 10px;
  margin: 0 0 10px;
}

.vegasino-w45e73 .vegasino-vseck8 {
  width: 50%;
  margin: 0;
}

.vegasino-aul9r6 {
  border-radius: 6px;
  padding: 15px 10px;
  width: 50%;
  height: 52px;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
  background: linear-gradient(2deg, #6262d9 0%, #9d62d9 100%, #9d62d9 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-weight: 700;
  font-size: 14px;
  line-height: 140%;
  text-transform: uppercase;
  text-align: center;
  cursor: pointer;
}

.vegasino-aul9r6:hover {
  background: linear-gradient(2deg, #9d62d9 0%, #9d62d9 100%, #6262d9 100%);
}

.vegasino-2na4f6 {
  margin: 0 0 100px;
}

@media only screen and (max-width: 1200px) {
  .vegasino-2na4f6 {
    padding: 0 16px;
  }
}

@media only screen and (max-width: 767px) {
  .vegasino-2na4f6 {
    margin: 0 0 60px;
  }
}

.vegasino-7m2eak {
  position: relative;
  padding: 20px 24px;
  max-width: 1110px;
  width: 100%;
  margin: 0 auto;
  display: flex;
  align-items: center;
  border-radius: 10px;
  background-color: var(--fh-bg-color);
}

@media only screen and (max-width: 767px) {
  .vegasino-7m2eak {
    padding: 18px 14px;
    flex-direction: column;
    align-items: flex-start;
  }
}

.vegasino-qbudtc {
  max-width: 200px;
  width: 100%;
  flex-basis: 200px;
  margin-right: 20px;
  border-radius: 10px;
  overflow: hidden;
}

@media only screen and (max-width: 767px) {
  .vegasino-qbudtc {
    max-width: 80px;
    flex-basis: auto;
    margin-bottom: 10px;
  }
}

.vegasino-0ngveu {
  max-width: 842px;
  width: 100%;
  flex-basis: 842px;
}

@media only screen and (max-width: 767px) {
  .vegasino-0ngveu {
    flex-basis: auto;
    max-width: 100%;
  }
}

.vegasino-2cnih5 {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  font-size: 40px;
  font-weight: 700;
  color: var(--title-color);
}

@media only screen and (max-width: 767px) {
  .vegasino-2cnih5 {
    font-size: 26px;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
  }
}

.vegasino-2cnih5 a {
  width: 26px;
  height: 26px;
  background: #5277e7;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  text-decoration: none;
  margin-left: 20px;
  border-radius: 4px;
  transition: 0.vegasino-vzk23x ease-in-out;
}

@media only screen and (max-width: 767px) {
  .vegasino-2cnih5 a {
    margin: 1px 0 4px;
  }
}

.vegasino-2cnih5 a svg {
  fill: #fff;
}

.vegasino-2cnih5 a:hover {
  background: #3d68e7;
}

.vegasino-gobizc {
  font-size: 16px;
  color: var(--text-color);
  opacity: 0.9;
}

.vegasino-rkbxn9 {
  margin-bottom: 16px;
}

@media only screen and (max-width: 767px) {
  .vegasino-rkbxn9 {
    position: absolute;
    top: 18px;
    left: 115px;
  }
}

.vegasino-korj2i {
  font-size: 16px;
  color: var(--text-color);
}

.vegasino-bmryji {
  display: grid;
  grid-template-areas: "play-block__left" "content-section" "play-block__right";
  max-width: 1110px;
  width: 100%;
  margin: 40px auto 100px;
}

@media only screen and (max-width: 1200px) {
  .vegasino-bmryji {
    padding: 0 16px;
  }
}

@media only screen and (max-width: 767px) {
  .vegasino-bmryji {
    margin: 20px auto 60px;
  }
}

@media only screen and (min-width: 992px) {
  .vegasino-bmryji {
    grid-template-areas: "play-block__left play-block__right" "content-section content-section";
    grid-template-columns: 65% 35%;
  }
}

.vegasino-s9bc1m {
  grid-area: play-block__left;
  width: 100%;
  padding-right: 0;
}

.vegasino-s9bc1m h1,
.vegasino-s9bc1m h2 {
  font-size: 40px;
  line-height: 44px;
  font-weight: 700;
  color: var(--title-color);
  margin: 0 0 28px;
}

@media only screen and (max-width: 767px) {
  .vegasino-s9bc1m h1,
  .vegasino-s9bc1m h2 {
    font-weight: 700;
    font-size: 26px;
    line-height: 110%;
    margin-bottom: 16px;
  }
}

@media only screen and (min-width: 992px) {
  .vegasino-s9bc1m {
    margin: 0;
    padding-right: 20px;
  }
}

.vegasino-e0v8z3 {
  grid-area: play-block__right;
  margin: 24px 0 0;
  width: 100%;
}

.vegasino-e0v8z3 h1 {
  font-size: 40px;
  line-height: 44px;
  font-weight: 700;
  color: var(--title-color);
  margin: 0 0 28px;
}

@media only screen and (max-width: 767px) {
  .vegasino-e0v8z3 h1 {
    font-weight: 700;
    font-size: 26px;
    line-height: 110%;
    margin-bottom: 16px;
  }
}

.vegasino-e0v8z3 h2 {
  display: flex;
  align-items: center;
  min-height: 68px;
  font-size: 26px;
  line-height: normal;
  font-weight: 700;
  color: var(--title-color);
  margin: 0 0 6px;
}

@media only screen and (max-width: 767px) {
  .vegasino-e0v8z3 h2 {
    font-size: 24px;
    line-height: 110%;
    margin-bottom: 16px;
    min-height: auto;
  }
}

.vegasino-e0v8z3 table {
  border-radius: 10px;
  width: 100%;
  border-collapse: collapse;
  overflow: hidden;
  border: 1px solid var(--border-color);
  box-shadow: 0 0 0 1px var(--border-color);
}

.vegasino-e0v8z3 table tr td {
  padding: 12px 28px;
  font-weight: 400;
  font-size: 16px;
  text-align: left;
  border: 1px solid var(--border-color);
  color: var(--text-color);
  background: var(--table-1-color);
  border-top: none;
  border-left: none;
  border-right: none;
}

@media only screen and (max-width: 767px) {
  .vegasino-e0v8z3 table tr td {
    padding: 12px 4px;
  }
}

.vegasino-e0v8z3 table tr th {
  padding: 12px 28px;
  font-weight: 600;
  font-size: 16px;
  text-align: left;
  border: 1px solid var(--border-color);
  color: var(--text-color);
  background: var(--fh-bg-color);
  border-top: none;
  border-left: none;
  border-right: none;
}

@media only screen and (max-width: 767px) {
  .vegasino-e0v8z3 table tr th {
    padding: 12px 4px;
  }
}

.vegasino-e0v8z3 table tr:last-of-type td {
  border-bottom: none;
}

@media only screen and (min-width: 992px) {
  .vegasino-e0v8z3 {
    margin: 0;
  }
}

.vegasino-sw2ozi {
  width: 100%;
  min-height: 356px;
  border-radius: 10px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  overflow: hidden;
}

@media only screen and (max-width: 767px) {
  .vegasino-sw2ozi {
    min-height: 190px;
  }
}

.vegasino-uwytqw {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-size: cover;
  background-position: center;
  z-index: -1;
  filter: blur(5px);
}

.vegasino-uwytqw::before {
  background: rgba(0, 0, 0, 0.6);
  position: absolute;
  display: block;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  border-radius: inherit;
  content: "";
}

.vegasino-rzsla9 {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
}

.vegasino-rzsla9.vegasino-jz2d6y {
  display: none;
}

.vegasino-gn8qdn {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
  opacity: 0;
  pointer-events: none;
}

.vegasino-gn8qdn iframe {
  border: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.vegasino-gn8qdn iframe.vegasino-udgs6r {
  position: fixed;
  inset: 0px;
  width: 100vw;
  height: 100vh;
  margin: 0px;
}

.vegasino-gn8qdn.vegasino-c3u99v {
  opacity: 1;
  pointer-events: all;
}

.vegasino-kts5e7 {
  border: none;
  cursor: pointer;
  text-decoration: none;
  max-width: 252px;
  width: 100%;
  height: 52px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  background: #c2c0ce;
  margin: 0 auto;
  color: #090909;
  font-size: 16px;
  font-weight: 700;
  transition: 0.vegasino-vzk23x ease-in-out;
}

.vegasino-kts5e7 svg {
  margin-right: 10px;
}

.vegasino-kts5e7 + .vegasino-kts5e7 {
  margin-top: 14px;
}

@media only screen and (min-width: 1025px) {
  .vegasino-kts5e7:hover {
    background: #a8a6b3;
  }
}

.vegasino-3s0o6w {
  background: linear-gradient(180deg, #fdcc06 0%, #ffea00 100%);
}

@media only screen and (min-width: 1025px) {
  .vegasino-3s0o6w:hover {
    background: linear-gradient(180deg, #ffea00 0%, #fdcc06 100%);
  }
}

@media only screen and (max-width: 767px) {
  .vegasino-kts5e7 {
    height: 42px;
    max-width: 220px;
  }
}

.vegasino-bmryji .vegasino-88i8tt {
  padding: 0;
  grid-area: content-section;
  width: 100%;
  margin: 24px 0 0;
}

.vegasino-bmryji .vegasino-88i8tt h1,
.vegasino-bmryji .vegasino-88i8tt h2 {
  color: var(--title-color);
  font-size: 40px;
  font-weight: 700;
  line-height: normal;
  margin: 0 0 28px;
}

@media only screen and (max-width: 767px) {
  .vegasino-bmryji .vegasino-88i8tt h1,
  .vegasino-bmryji .vegasino-88i8tt h2 {
    font-size: 26px;
    margin: 0 0 18px;
  }
}

@media only screen and (min-width: 991px) {
  .vegasino-bmryji .vegasino-88i8tt {
    margin: 28px 0 0;
  }
}

.vegasino-x04tlv {
  max-width: 1110px;
  width: 100%;
  margin: 40px auto 100px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

@media only screen and (max-width: 1200px) {
  .vegasino-x04tlv {
    padding: 0 16px;
  }
}

@media only screen and (max-width: 991px) {
  .vegasino-x04tlv {
    flex-direction: column;
  }
}

@media only screen and (max-width: 767px) {
  .vegasino-x04tlv {
    margin: 20px auto 60px;
  }
}

.vegasino-gzh4bg {
  max-width: 545px;
  width: 100%;
}

@media only screen and (max-width: 991px) {
  .vegasino-gzh4bg {
    max-width: 100%;
    margin: 0 0 30px;
  }
}

@media only screen and (max-width: 767px) {
  .vegasino-gzh4bg {
    max-width: 100%;
    margin: 0 0 10px;
  }
}

.vegasino-5frew3 {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
  border-radius: 20px;
}

.vegasino-5frew3 iframe {
  border: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.vegasino-z9rbrr {
  max-width: 540px;
  width: 100%;
  margin-left: 24px;
}

.vegasino-z9rbrr h1 {
  font-weight: 600;
  font-size: 60px;
  line-height: normal;
  margin: 0;
  color: var(--title-color);
}

@media only screen and (max-width: 1200px) {
  .vegasino-z9rbrr h1 {
    font-size: 44px;
  }
}

@media only screen and (max-width: 767px) {
  .vegasino-z9rbrr h1 {
    font-size: 32px;
  }
}

@media only screen and (max-width: 991px) {
  .vegasino-z9rbrr {
    max-width: 100%;
    margin: 0;
  }
}

.vegasino-qxqfrl {
  padding: 25px 20px;
  border-radius: 10px;
  background: var(--fh-bg-color);
  margin-bottom: 10px;
}

@media only screen and (max-width: 767px) {
  .vegasino-qxqfrl {
    padding: 14px;
    display: flex;
    align-items: center;
    flex-direction: row-reverse;
  }
}

.vegasino-ox7qvj {
  display: flex;
  align-items: center;
  margin-bottom: 14px;
}

@media only screen and (max-width: 767px) {
  .vegasino-ox7qvj {
    flex-direction: column;
    margin: 0 0 0 20px;
  }
}

.vegasino-mthmxh {
  display: flex;
  align-items: center;
  gap: 2px;
  margin-right: 12px;
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
}

.vegasino-mthmxh span {
  margin-right: 2px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #ff0000;
}

@media only screen and (max-width: 767px) {
  .vegasino-mthmxh {
    margin: 0;
  }
  .vegasino-mthmxh:last-of-type {
    margin-top: 4px;
  }
}

.vegasino-wbgxo4 {
  display: flex;
  align-items: center;
  padding: 14px 20px;
  border-radius: 10px;
  background: var(--fh-bg-color);
}

@media only screen and (max-width: 540px) {
  .vegasino-wbgxo4 {
    padding: 10px;
  }
}

.vegasino-wbgxo4 .vegasino-hqd0mf {
  max-width: 156px;
  height: 46px;
  font-size: 16px;
  margin: 0 0 0 auto;
}

@media only screen and (max-width: 540px) {
  .vegasino-wbgxo4 .vegasino-hqd0mf {
    max-width: 100%;
    margin: 10px 0 0;
  }
}

@media only screen and (max-width: 540px) {
  .vegasino-wbgxo4 {
    flex-wrap: wrap;
  }
}

.vegasino-tbgwbt {
  width: 98px;
  flex-shrink: 0;
  margin-right: 12px;
}

.vegasino-tbgwbt img {
  width: 100%;
}

.vegasino-qjpbop {
  max-width: 230px;
  width: 100%;
  margin-right: 5px;
}

@media only screen and (max-width: 540px) {
  .vegasino-qjpbop {
    max-width: 200px;
    margin: 0;
  }
}

.vegasino-mqmwzf {
  font-size: 14px;
  color: var(--title-color);
  opacity: 0.8;
}

.vegasino-zadyqq {
  font-weight: 700;
  font-size: 16px;
  line-height: 140%;
  color: var(--text-color);
}

.vegasino-2n9jb4 {
  width: 100%;
  margin: 0 0 100px;
}

@media only screen and (max-width: 767px) {
  .vegasino-2n9jb4 {
    margin: 0 0 60px;
  }
}

.vegasino-2n9jb4 .vegasino-k43pbl {
  position: relative;
}

.vegasino-2n9jb4 .vegasino-7k0t5k {
  width: 100%;
  height: calc(100vh - 54px);
  height: 100dvh;
  height: calc(100dvh - env(safe-area-inset-bottom, 0px));
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  overflow: hidden;
}

.vegasino-2n9jb4 .vegasino-7k0t5k.vegasino-jz2d6y {
  display: none;
}

.vegasino-2n9jb4 .vegasino-21dnlo {
  gap: 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 32px;
  max-width: 910px;
  width: 100%;
  border-radius: 20px;
  padding: 17px 40px;
  background: var(--main-theme-color);
  border: 1px solid var(--border-color);
  margin-bottom: env(safe-area-inset-bottom, 0px);
}

@media only screen and (max-width: 991px) {
  .vegasino-2n9jb4 .vegasino-21dnlo {
    bottom: 90px;
    padding: 14px 16px;
    flex-direction: column;
    max-width: calc(100% - 32px);
  }
}

@media only screen and (max-width: 520px) {
  .vegasino-2n9jb4 .vegasino-21dnlo {
    bottom: 90px;
  }
}

.vegasino-2n9jb4 .vegasino-21dnlo .vegasino-uvsnio {
  max-width: 300px;
  width: 100%;
}

.vegasino-2n9jb4 .vegasino-21dnlo .vegasino-uvsnio .vegasino-0n58lg {
  font-weight: 800;
  font-size: 40px;
  line-height: 110%;
  color: var(--title-color);
}

@media only screen and (max-width: 767px) {
  .vegasino-2n9jb4 .vegasino-21dnlo .vegasino-uvsnio .vegasino-0n58lg {
    font-size: 32px;
    text-align: center;
  }
}

.vegasino-2n9jb4 .vegasino-21dnlo .vegasino-uvsnio .vegasino-vn4gc5 {
  margin-top: 8px;
  font-weight: 500;
  font-size: 18px;
  line-height: 110%;
  color: var(--text-color);
}

@media only screen and (max-width: 767px) {
  .vegasino-2n9jb4 .vegasino-21dnlo .vegasino-uvsnio .vegasino-vn4gc5 {
    text-align: center;
  }
}

.vegasino-2n9jb4 .vegasino-21dnlo .vegasino-qh0drk {
  max-width: 488px;
  width: 100%;
  gap: 14px;
  display: flex;
  align-items: center;
}

@media only screen and (max-width: 767px) {
  .vegasino-2n9jb4 .vegasino-21dnlo .vegasino-qh0drk {
    flex-direction: column-reverse;
  }
}

.vegasino-2n9jb4 .vegasino-21dnlo .vegasino-qh0drk .vegasino-3eo2i8 {
  border-radius: 10px;
  padding: 12px 28px;
  width: 200px;
  height: 46px;
  background: #a9afbc;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: 16px;
  line-height: 140%;
  color: #0b0b10;
  cursor: pointer;
  transition: 0.vegasino-vzk23x ease-in-out;
}

.vegasino-2n9jb4 .vegasino-21dnlo .vegasino-qh0drk .vegasino-3eo2i8:hover {
  background: #a8a6b3;
}

@media only screen and (max-width: 767px) {
  .vegasino-2n9jb4 .vegasino-21dnlo .vegasino-qh0drk .vegasino-3eo2i8 {
    width: 100%;
  }
}

.vegasino-2n9jb4 .vegasino-21dnlo .vegasino-qh0drk .vegasino-08411u {
  gap: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  padding: 10px;
  width: 274px;
  height: 46px;
  background: linear-gradient(180deg, #fdcc06 0%, #ffea00 100%);
  font-weight: 700;
  font-size: 16px;
  line-height: 160%;
  color: #0b0b10;
  cursor: pointer;
  position: relative;
  transition: 0.vegasino-vzk23x ease-in-out;
  overflow: hidden;
}

.vegasino-2n9jb4 .vegasino-21dnlo .vegasino-qh0drk .vegasino-08411u span {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}

@keyframes slideLeftRight {
  0% {
    left: -16px;
  }
  100% {
    left: calc(100% + 16px);
  }
}

.vegasino-2n9jb4 .vegasino-21dnlo .vegasino-qh0drk .vegasino-08411u:before {
  content: "";
  border-radius: 10px;
  position: absolute;
  height: 100%;
  width: 32px;
  top: 0;
  left: -16px;
  background: linear-gradient(
    90deg,
    transparent 0%,
    rgba(255, 255, 255, 0.75) 50%,
    transparent 100%
  );
  z-index: 0;
  backdrop-filter: blur(5px);
  animation: slideLeftRight 2s infinite;
}

.vegasino-2n9jb4 .vegasino-21dnlo .vegasino-qh0drk .vegasino-08411u:hover {
  background: linear-gradient(180deg, #ffea00 0%, #fdcc06 100%);
}

@media only screen and (max-width: 767px) {
  .vegasino-2n9jb4 .vegasino-21dnlo .vegasino-qh0drk .vegasino-08411u {
    width: 100%;
  }
}

.vegasino-2n9jb4 .vegasino-21dnlo.vegasino-jz2d6y {
  display: none;
}

.vegasino-2n9jb4 .vegasino-1kfhi0 {
  display: none;
}

.vegasino-2n9jb4 .vegasino-1kfhi0.vegasino-c3u99v {
  display: block;
}

.vegasino-2n9jb4 .vegasino-1kfhi0 iframe {
  width: 100%;
  height: calc(100vh - 66px);
}

@media only screen and (max-width: 767px) {
  .vegasino-2n9jb4 .vegasino-1kfhi0 iframe {
    height: calc(100vh - 54px);
  }
}

.vegasino-2n9jb4 .vegasino-k2fuwx {
  max-width: 1110px;
  width: 100%;
  margin: 0 auto;
  padding: 24px 0 0;
}

@media only screen and (max-width: 1200px) {
  .vegasino-2n9jb4 .vegasino-k2fuwx {
    padding: 24px 16px 0;
  }
}

.vegasino-2n9jb4 .vegasino-k2fuwx .vegasino-0n58lg {
  font-weight: 700;
  font-size: 20px;
  line-height: 140%;
  color: var(--title-color);
  margin-bottom: 10px;
}

@media only screen and (max-width: 767px) {
  .vegasino-2n9jb4 .vegasino-k2fuwx .vegasino-0n58lg {
    margin-bottom: 24px;
  }
}

.vegasino-2n9jb4 .vegasino-k2fuwx table {
  border-radius: 10px;
  width: 100%;
  border-collapse: collapse;
  overflow: hidden;
  border: 1px solid var(--border-color);
  box-shadow: 0 0 0 1px var(--border-color);
}

.vegasino-2n9jb4 .vegasino-k2fuwx table tr td {
  padding: 12px 28px;
  font-weight: 400;
  font-size: 16px;
  text-align: left;
  border: 1px solid var(--border-color);
  color: var(--text-color);
  background: var(--table-1-color);
  border-top: none;
}

@media only screen and (max-width: 767px) {
  .vegasino-2n9jb4 .vegasino-k2fuwx table tr td {
    padding: 12px 4px;
  }
}

.vegasino-2n9jb4 .vegasino-k2fuwx table tr th {
  padding: 12px 28px;
  font-weight: 600;
  font-size: 16px;
  text-align: left;
  border: 1px solid var(--border-color);
  color: var(--text-color);
  background: var(--fh-bg-color);
  border-top: none;
}

@media only screen and (max-width: 767px) {
  .vegasino-2n9jb4 .vegasino-k2fuwx table tr th {
    padding: 12px 4px;
  }
}

.vegasino-2n9jb4 .vegasino-k2fuwx table tr:last-of-type td {
  border-bottom: none;
}

.vegasino-rzsbrg {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  display: none;
  background: var(--main-theme-color);
}

.vegasino-rzsbrg.vegasino-s5yai2 {
  display: block;
}

.vegasino-rzsbrg iframe {
  width: 100%;
  height: calc(100% - 72px);
  border: none;
}

.vegasino-rzsbrg .vegasino-xzu6v3 {
  position: absolute;
  top: 15px;
  right: 15px;
  width: 40px;
  height: 40px;
  border-radius: 10px;
  background: linear-gradient(180deg, #fdcc06 0%, #ffea00 100%);
  color: #000;
  border: 1px solid #000;
  font-size: 20px;
  line-height: 30px;
  text-align: center;
  cursor: pointer;
  z-index: 10000;
}

.vegasino-rzsbrg .vegasino-jekgr9 {
  height: 72px;
  padding: 8px 16px 18px;
  background: var(--main-theme-color);
}

.vegasino-rzsbrg .vegasino-08411u {
  bottom: 20px;
  gap: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  padding: 10px;
  height: 46px;
  width: 100%;
  background: linear-gradient(180deg, #fdcc06 0%, #ffea00 100%);
  font-weight: 700;
  font-size: 16px;
  line-height: 160%;
  color: #0b0b10;
  cursor: pointer;
  z-index: 10000;
  -webkit-animation: pulse 2s infinite;
  animation: pulse 2s infinite;
  transition: 0.vegasino-vzk23x ease-in-out;
}

.vegasino-rzsbrg .vegasino-08411u:hover {
  background: linear-gradient(180deg, #ffea00 0%, #fdcc06 100%);
}

.vegasino-sa81lc {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 20;
  display: none;
  overflow: auto;
}

.vegasino-sa81lc.vegasino-s5yai2 {
  display: block;
}

.vegasino-pslyda {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 1;
}

.vegasino-sw4tbz {
  position: relative;
  top: 100px;
  margin: 0 auto;
  z-index: 999;
  max-width: 600px;
  width: 100%;
  background: var(--fh-bg-color);
  border: 1px solid var(--border-color);
  border-radius: 20px;
  padding: 28px 44px;
}

.vegasino-d3q9dc {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

@media only screen and (max-width: 767px) {
  .vegasino-sw4tbz {
    width: calc(100% - 20px);
    max-width: 100%;
    padding: 28px 16px;
  }
}

.vegasino-qil6l0 {
  position: absolute;
  right: 15px;
  top: 15px;
  cursor: pointer;
}

.vegasino-qil6l0 svg {
  width: 15px;
  height: 15px;
  fill: #000;
}

.vegasino-b4q93d {
  position: fixed;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.vegasino-wzn4tw.vegasino-jz2d6y {
  display: none;
}

.vegasino-yftmci {
  font-size: 16px;
  line-height: 140%;
  color: var(--title-color);
  text-align: center;
  margin-bottom: 36px;
}

@media only screen and (max-width: 767px) {
  .vegasino-yftmci {
    margin-bottom: 20px;
  }
}

.vegasino-plu103 {
  padding-bottom: 36px;
  margin-bottom: 36px;
  border-bottom: 1px solid var(--border-color);
}

.vegasino-plu103 span {
  font-weight: 500;
  font-size: 20px;
  color: var(--text-color);
  display: block;
  margin-bottom: 4px;
}

.vegasino-plu103 small {
  font-weight: 400;
  font-size: 16px;
  color: var(--text-color);
  opacity: 0.8;
  display: block;
  margin-bottom: 16px;
}

.vegasino-plu103 input {
  border-radius: 46px;
  padding: 0 20px;
  width: 100%;
  height: 50px;
  background: rgba(245, 245, 245, 0.05);
  color: var(--text-color);
  border: none;
  font-size: 16px;
  transition: 0.vegasino-vzk23x ease-in-out;
  border: 1px solid rgba(245, 245, 245, 0.05);
}

.vegasino-plu103 input::-moz-placeholder {
  color: var(--text-color);
  opacity: 0.6;
}

.vegasino-plu103 input::placeholder {
  color: var(--text-color);
  opacity: 0.6;
}

.vegasino-plu103 input:hover {
  border-color: rgba(194, 192, 206, 0.5);
}

.vegasino-plu103 input:active {
  border-color: #c2c0ce;
}

.vegasino-plu103 input:focus {
  border-color: #c2c0ce;
}

@media only screen and (max-width: 767px) {
  .vegasino-plu103 {
    padding-bottom: 20px;
    margin-bottom: 20px;
  }
}

.vegasino-fn016u {
  margin-bottom: 36px;
}

.vegasino-fn016u textarea {
  border-radius: 20px;
  padding: 14px 20px;
  width: 100%;
  height: 120px;
  resize: none;
  overflow: hidden;
  background: rgba(245, 245, 245, 0.05);
  color: var(--text-color);
  border: 1px solid #c2c0ce;
  font-size: 16px;
}

.vegasino-fn016u textarea::-moz-placeholder {
  color: var(--text-color);
  opacity: 0.6;
}

.vegasino-fn016u textarea::placeholder {
  color: var(--text-color);
  opacity: 0.6;
}

@media only screen and (max-width: 767px) {
  .vegasino-fn016u {
    margin-bottom: 24px;
  }
}

.vegasino-cdzet3 {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.vegasino-2iybs2 {
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  text-align: center;
  border-radius: 6px;
  padding: 10px;
  width: 136px;
  height: 42px;
  font-size: 16px;
  font-weight: 700;
  color: var(--title-color);
  border: 1px solid var(--border-color);
  transition: 0.vegasino-vzk23x ease-in-out;
}

.vegasino-2iybs2:hover {
  background: var(--border-color);
}

.vegasino-dembh6 {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #197bff;
  color: var(--title-color);
  border-radius: 6px;
  padding: 10px;
  width: 193px;
  height: 42px;
  margin-left: 16px;
  font-size: 16px;
  font-weight: 700;
  cursor: pointer;
  text-align: center;
  transition: 0.vegasino-vzk23x ease-in-out;
}

.vegasino-dembh6:hover {
  background: #166ad9;
}

.vegasino-ukqtwq {
  max-width: 292px;
  width: 100%;
  margin: 0 auto;
  text-align: center;
}

.vegasino-ukqtwq.vegasino-jz2d6y {
  display: none;
}

.vegasino-ev94s6 {
  font-weight: 700;
  font-size: 24px;
  line-height: 140%;
  color: var(--title-color);
  margin: 16px 0 20px;
}

.vegasino-ukqtwq .vegasino-2iybs2 {
  margin: 0 auto;
}

.vegasino-ebxh46 {
  padding: 0;
  border: none;
  margin: 0 auto 24px;
}

@media only screen and (max-width: 767px) {
  .vegasino-ebxh46 {
    margin-bottom: 16px;
  }
}

.vegasino-5lzpow {
  display: flex;
  width: 100%;
  justify-content: center;
  overflow: hidden;
  flex-direction: row-reverse;
  height: auto;
  position: relative;
}

.vegasino-t45n13 {
  filter: grayscale(100%);
}

.vegasino-5lzpow > input {
  display: none;
}

.vegasino-5lzpow > label {
  cursor: pointer;
  width: 40px;
  height: 40px;
  margin-top: auto;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.vegasino-i1l55w.org/2000/svg' width='126.729' height='126.73'%3e%3cpath fill='%23e3e3e3' d='M121.vegasino-s27fhf 44.vegasino-d5lf4t.vegasino-8n9wj3.vegasino-773z7q.vegasino-zpp6j7.vegasino-csb6d4.vegasino-hshkl8.vegasino-q75vz0.vegasino-e3pe1w.vegasino-tyq9f1.vegasino-svqfwm.vegasino-n6s0ys.vegasino-6f26su 0l-12.vegasino-hhsps8 30.vegasino-2y00zx.vegasino-8t02my 2.vegasino-8vg860.vegasino-8t02my 3.vegasino-ei429m 3.vegasino-xjn0zf.vegasino-r2bhtz 3.vegasino-lc77bn.vegasino-hhd3rh.vegasino-f2oacd.vegasino-crt9dr 7-3.vegasino-hhsps8 10.vegasino-3ricb8.vegasino-crt9dr 23.vegasino-9vsa2e.vegasino-pbgn3b 1.vegasino-dkou1o 2.vegasino-hhsps8 3.vegasino-pbgn3b 1.vegasino-r2bhtz 5.vegasino-hr343r.vegasino-r2bhtz 32.vegasino-25qafn.vegasino-hhd3rh 5.vegasino-6f26su 4.vegasino-crt9dr 9.vegasino-crt9dr 8.vegasino-r2bhtz 6.vegasino-pev3u5.vegasino-d8iai6.vegasino-8xvj27.vegasino-dyuxug.vegasino-l252yb 4.vegasino-abk32e.vegasino-l252yb 6.vegasino-l252yb 0l29.vegasino-6f26su 17.vegasino-q94c6t.vegasino-zsxoa7 2.vegasino-m6wncs 10.vegasino-r0kect.vegasino-hhsps8 8.vegasino-qacroz.vegasino-lgnlzm.vegasino-kmatkv.vegasino-fi9n44.vegasino-bghr36.vegasino-hhd3rh.vegasino-csb6d4.vegasino-hhsps8 1.vegasino-hd2q56.vegasino-yi4oiz.vegasino-6dzrii.vegasino-0261jd.vegasino-txqgr1.vegasino-dkou1o 1.vegasino-rdv0h8.vegasino-le7j5b.5z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 76%;
  font-size: 0;
  transition: 0.3s;
}

.vegasino-5lzpow > input:checked ~ label,
.vegasino-5lzpow > input:checked ~ label ~ label {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.vegasino-i1l55w.org/2000/svg' width='126.729' height='126.73'%3e%3cpath fill='%23fcd93a' d='M121.vegasino-s27fhf 44.vegasino-d5lf4t.vegasino-8n9wj3.vegasino-773z7q.vegasino-zpp6j7.vegasino-csb6d4.vegasino-hshkl8.vegasino-q75vz0.vegasino-e3pe1w.vegasino-tyq9f1.vegasino-svqfwm.vegasino-n6s0ys.vegasino-6f26su 0l-12.vegasino-hhsps8 30.vegasino-2y00zx.vegasino-8t02my 2.vegasino-8vg860.vegasino-8t02my 3.vegasino-ei429m 3.vegasino-xjn0zf.vegasino-r2bhtz 3.vegasino-lc77bn.vegasino-hhd3rh.vegasino-f2oacd.vegasino-crt9dr 7-3.vegasino-hhsps8 10.vegasino-3ricb8.vegasino-crt9dr 23.vegasino-9vsa2e.vegasino-pbgn3b 1.vegasino-dkou1o 2.vegasino-hhsps8 3.vegasino-pbgn3b 1.vegasino-r2bhtz 5.vegasino-hr343r.vegasino-r2bhtz 32.vegasino-25qafn.vegasino-hhd3rh 5.vegasino-6f26su 4.vegasino-crt9dr 9.vegasino-crt9dr 8.vegasino-r2bhtz 6.vegasino-pev3u5.vegasino-d8iai6.vegasino-8xvj27.vegasino-dyuxug.vegasino-l252yb 4.vegasino-abk32e.vegasino-l252yb 6.vegasino-l252yb 0l29.vegasino-6f26su 17.vegasino-q94c6t.vegasino-zsxoa7 2.vegasino-m6wncs 10.vegasino-r0kect.vegasino-hhsps8 8.vegasino-qacroz.vegasino-lgnlzm.vegasino-kmatkv.vegasino-fi9n44.vegasino-bghr36.vegasino-hhd3rh.vegasino-csb6d4.vegasino-hhsps8 1.vegasino-hd2q56.vegasino-yi4oiz.vegasino-6dzrii.vegasino-0261jd.vegasino-txqgr1.vegasino-dkou1o 1.vegasino-rdv0h8.vegasino-le7j5b.5z'/%3e%3c/svg%3e");
}

.vegasino-5lzpow > input:not(:checked) ~ label:hover,
.vegasino-5lzpow > input:not(:checked) ~ label:hover ~ label {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.vegasino-i1l55w.org/2000/svg' width='126.729' height='126.73'%3e%3cpath fill='%23d8b11e' d='M121.vegasino-s27fhf 44.vegasino-d5lf4t.vegasino-8n9wj3.vegasino-773z7q.vegasino-zpp6j7.vegasino-csb6d4.vegasino-hshkl8.vegasino-q75vz0.vegasino-e3pe1w.vegasino-tyq9f1.vegasino-svqfwm.vegasino-n6s0ys.vegasino-6f26su 0l-12.vegasino-hhsps8 30.vegasino-2y00zx.vegasino-8t02my 2.vegasino-8vg860.vegasino-8t02my 3.vegasino-ei429m 3.vegasino-xjn0zf.vegasino-r2bhtz 3.vegasino-lc77bn.vegasino-hhd3rh.vegasino-f2oacd.vegasino-crt9dr 7-3.vegasino-hhsps8 10.vegasino-3ricb8.vegasino-crt9dr 23.vegasino-9vsa2e.vegasino-pbgn3b 1.vegasino-dkou1o 2.vegasino-hhsps8 3.vegasino-pbgn3b 1.vegasino-r2bhtz 5.vegasino-hr343r.vegasino-r2bhtz 32.vegasino-25qafn.vegasino-hhd3rh 5.vegasino-6f26su 4.vegasino-crt9dr 9.vegasino-crt9dr 8.vegasino-r2bhtz 6.vegasino-pev3u5.vegasino-d8iai6.vegasino-8xvj27.vegasino-dyuxug.vegasino-l252yb 4.vegasino-abk32e.vegasino-l252yb 6.vegasino-l252yb 0l29.vegasino-6f26su 17.vegasino-q94c6t.vegasino-zsxoa7 2.vegasino-m6wncs 10.vegasino-r0kect.vegasino-hhsps8 8.vegasino-qacroz.vegasino-lgnlzm.vegasino-kmatkv.vegasino-fi9n44.vegasino-bghr36.vegasino-hhd3rh.vegasino-csb6d4.vegasino-hhsps8 1.vegasino-hd2q56.vegasino-yi4oiz.vegasino-6dzrii.vegasino-0261jd.vegasino-txqgr1.vegasino-dkou1o 1.vegasino-rdv0h8.vegasino-le7j5b.5z'/%3e%3c/svg%3e");
}

#rating-container-1:checked ~ .vegasino-eb76bw > .vegasino-3710iu {
  transform: translateY(-100px);
}

#rating-container-2:checked ~ .vegasino-eb76bw > .vegasino-3710iu {
  transform: translateY(-200px);
}

#rating-container-3:checked ~ .vegasino-eb76bw > .vegasino-3710iu {
  transform: translateY(-300px);
}

#rating-container-4:checked ~ .vegasino-eb76bw > .vegasino-3710iu {
  transform: translateY(-400px);
}

#rating-container-5:checked ~ .vegasino-eb76bw > .vegasino-3710iu {
  transform: translateY(-500px);
}

#rating-0 {
  display: none;
}

label[for="rating-0"] {
  display: none;
}

.vegasino-k56g0f {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 9;
  text-decoration: none;
}

.vegasino-k56g0f.vegasino-jz2d6y {
  display: none;
}

.vegasino-ivwov6 {
  max-width: 1110px;
  width: 100%;
  margin: 0 auto;
  height: 110px;
  border-radius: 30px 30px 0 0;
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  overflow: hidden;
  position: relative;
}

@media only screen and (max-width: 1023px) {
  .vegasino-ivwov6 {
    height: 74px;
    overflow: visible;
  }
}

@media only screen and (max-width: 767px) {
  .vegasino-ivwov6 {
    border-radius: 20px 20px 0 0;
  }
}

.vegasino-o8dzq2 {
  max-width: 360px;
  width: 100%;
  position: relative;
  display: flex;
  align-items: center;
  padding: 0 0 0 52px;
  gap: 16px;
  font-size: 20px;
  font-weight: 700;
  overflow: hidden;
  color: #fff;
  border-top-left-radius: 30px;
}

.vegasino-o8dzq2::before {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  border: 20px solid transparent;
}

.vegasino-o8dzq2::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  border: 20px solid transparent;
}

.vegasino-o8dzq2 img {
  border-radius: 16px;
  overflow: hidden;
}

@media only screen and (max-width: 1023px) {
  .vegasino-o8dzq2 {
    max-width: 300px;
    padding: 0 10px;
    font-size: 16px;
  }
  .vegasino-o8dzq2 img {
    max-width: 80px;
  }
}

@media only screen and (max-width: 767px) {
  .vegasino-o8dzq2 {
    max-width: 120px;
    font-size: 14px;
    border-top-left-radius: 20px;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    gap: 5px;
    font-size: 14px;
  }
  .vegasino-o8dzq2 img {
    max-width: 60px;
    border-radius: 7px;
  }
}

.vegasino-j9is2f {
  font-size: 20px;
  font-weight: 700;
  display: flex;
  align-items: center;
  color: #fff;
}

@media only screen and (max-width: 1023px) {
  .vegasino-j9is2f {
    font-size: 16px;
    text-align: center;
  }
}

@media only screen and (max-width: 767px) {
  .vegasino-j9is2f {
    font-size: 14px;
  }
}

.vegasino-5n4xxw {
  max-width: 360px;
  width: 100%;
  position: relative;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  padding: 0 52px 0 0;
  z-index: 2;
  overflow: hidden;
  border-top-right-radius: 30px;
}

.vegasino-5n4xxw::before {
  content: "";
  position: absolute;
  left: 42px;
  top: 50%;
  transform: translateY(-50%);
  height: 410px;
  width: 388px;
  border-radius: 50%;
  z-index: -1;
}

@media only screen and (max-width: 767px) {
  .vegasino-5n4xxw::before {
    left: 0;
    width: 137px;
    height: 145px;
  }
}

.vegasino-5n4xxw::after {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  height: 410px;
  width: 388px;
  border-radius: 50%;
  z-index: -2;
}

@media only screen and (max-width: 767px) {
  .vegasino-5n4xxw::after {
    display: none;
  }
}

@media only screen and (max-width: 1023px) {
  .vegasino-5n4xxw {
    max-width: 300px;
    padding: 0 10px;
  }
}

@media only screen and (max-width: 767px) {
  .vegasino-5n4xxw {
    max-width: 120px;
    border-top-right-radius: 20px;
  }
}

.vegasino-55seoc {
  width: 16px;
  height: 16px;
  cursor: pointer;
  position: absolute;
  top: 15px;
  right: 20px;
  z-index: 2;
}

@media only screen and (max-width: 1023px) {
  .vegasino-55seoc {
    top: -20px;
  }
}

.vegasino-spdd23 {
  width: 220px;
  height: 42px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  cursor: pointer;
  text-decoration: none;
  color: #090909;
  font-size: 16px;
  font-weight: 700;
  transition: 0.vegasino-vzk23x ease-in-out;
  background: linear-gradient(138deg, #f2f55d 0%, #fbff21 74.32%);
}

@media only screen and (min-width: 1025px) {
  .vegasino-spdd23:hover {
    background: linear-gradient(138deg, #fbff21 0%, #f2f55d 74.32%);
  }
}

@media only screen and (max-width: 1023px) {
  .vegasino-spdd23 {
    width: 200px;
    font-size: 14px;
  }
}

@media only screen and (max-width: 767px) {
  .vegasino-spdd23 {
    width: 90px;
    height: 40px;
  }
}

.vegasino-k56g0f.vegasino-xt2in7 .vegasino-ivwov6 {
  background: #2b3b67;
}

.vegasino-k56g0f.vegasino-xt2in7 .vegasino-o8dzq2 {
  background: linear-gradient(138deg, #14193e 0%, #030045 74.32%);
}

.vegasino-k56g0f.vegasino-xt2in7 .vegasino-o8dzq2::before {
  border-top: 40px solid #2b3b67;
  border-right: 10px solid #2b3b67;
}

.vegasino-k56g0f.vegasino-xt2in7 .vegasino-o8dzq2::after {
  border-right: 10px solid #2b3b67;
  border-bottom: 36px solid #2b3b67;
}

.vegasino-k56g0f.vegasino-xt2in7 .vegasino-5n4xxw::before {
  background: #0e0f41;
}

.vegasino-k56g0f.vegasino-xt2in7 .vegasino-5n4xxw::after {
  background: #152557;
}

.vegasino-k56g0f.vegasino-t1nq24 .vegasino-ivwov6 {
  background: #1f35fa;
}

.vegasino-k56g0f.vegasino-t1nq24 .vegasino-o8dzq2 {
  background: linear-gradient(138deg, #1d2ba5 0%, #3d22c4 74.32%);
}

.vegasino-k56g0f.vegasino-t1nq24 .vegasino-o8dzq2::before {
  border-top: 40px solid #1f35fa;
  border-right: 10px solid #1f35fa;
}

.vegasino-k56g0f.vegasino-t1nq24 .vegasino-o8dzq2::after {
  border-right: 10px solid #1f35fa;
  border-bottom: 36px solid #1f35fa;
}

.vegasino-k56g0f.vegasino-t1nq24 .vegasino-5n4xxw::before {
  background: linear-gradient(138deg, #1f35fa 0%, #4e17a5 74.32%);
}

.vegasino-k56g0f.vegasino-t1nq24 .vegasino-5n4xxw::after {
  background: #192ac8;
}

.vegasino-k56g0f.vegasino-xy3gc1 .vegasino-ivwov6 {
  background: #fa771f;
}

.vegasino-k56g0f.vegasino-xy3gc1 .vegasino-o8dzq2 {
  background: linear-gradient(138deg, #ff5f1b 0%, #ff422d 74.32%);
}

.vegasino-k56g0f.vegasino-xy3gc1 .vegasino-o8dzq2::before {
  border-top: 40px solid #fa771f;
  border-right: 10px solid #fa771f;
}

.vegasino-k56g0f.vegasino-xy3gc1 .vegasino-o8dzq2::after {
  border-right: 10px solid #fa771f;
  border-bottom: 36px solid #fa771f;
}

.vegasino-k56g0f.vegasino-xy3gc1 .vegasino-5n4xxw::before {
  background: linear-gradient(138deg, #ff5f1b 0%, #ff422d 74.32%);
}

.vegasino-k56g0f.vegasino-xy3gc1 .vegasino-5n4xxw::after {
  background: #fa8535;
}

.vegasino-0utppb {
  max-width: 1110px;
  width: 100%;
  margin: 64px auto 100px;
}

@media only screen and (max-width: 1200px) {
  .vegasino-0utppb {
    padding: 0 16px;
  }
}

@media only screen and (max-width: 767px) {
  .vegasino-0utppb {
    margin: 24px 0 60px;
  }
}

.vegasino-0utppb h1 {
  font-size: 60px;
  font-weight: 600;
  text-align: center;
  margin: 0 auto 32px;
}

@media only screen and (max-width: 767px) {
  .vegasino-0utppb h1 {
    font-size: 26px;
    line-height: 110%;
    margin-bottom: 18px;
  }
}

.vegasino-gnsdmm {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-radius: 10px;
  padding: 20px 24px;
  margin-bottom: 24px;
  background-color: var(--fh-bg-color);
}

@media only screen and (max-width: 767px) {
  .vegasino-gnsdmm {
    flex-direction: column;
    justify-content: center;
    padding: 20px 16px;
    margin-bottom: 16px;
  }
}

.vegasino-a3900l {
  display: flex;
  align-items: center;
  color: var(--text-color);
  gap: 6px;
  font-weight: 700;
  font-size: 24px;
}

@media only screen and (max-width: 767px) {
  .vegasino-a3900l {
    display: block;
    text-align: center;
    margin: 0 auto 5px;
  }
}

.vegasino-arg4ua {
  max-width: 200px;
  width: 100%;
  height: 42px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 6px;
  background: var(--button-bg-color);
  color: var(--button-text-color);
  cursor: pointer;
  text-decoration: none;
}

@media only screen and (min-width: 1025px) {
  .vegasino-arg4ua:hover {
    background: var(--button-bg-hover);
  }
}

.vegasino-wzyl93 {
  display: flex;
  align-items: center;
  gap: 10px;
}

.vegasino-wzyl93 span {
  font-weight: 600;
  font-size: 24px;
  color: var(--text-color);
}

.vegasino-wzyl93 small {
  font-size: 14px;
  color: var(--text-color);
}

@media only screen and (max-width: 767px) {
  .vegasino-wzyl93 {
    margin-bottom: 16px;
  }
}

.vegasino-wk57lw {
  width: 120px;
  height: 22px;
}

.vegasino-wk57lw .vegasino-ijdwnd {
  fill: #c2c0ce;
}

.vegasino-wk57lw [rating="1"] .vegasino-ijdwnd:not(:nth-child(n + 2)) {
  fill: #ffbe16;
}

.vegasino-wk57lw [rating="2"] .vegasino-ijdwnd:not(:nth-child(n + 3)) {
  fill: #ffbe16;
}

.vegasino-wk57lw [rating="3"] .vegasino-ijdwnd:not(:nth-child(n + 4)) {
  fill: #ffbe16;
}

.vegasino-wk57lw [rating="4"] .vegasino-ijdwnd:not(:nth-child(n + 5)) {
  fill: #ffbe16;
}

.vegasino-wk57lw [rating="5"] .vegasino-ijdwnd:not(:nth-child(n + 6)) {
  fill: #ffbe16;
}

.vegasino-oh7v9d {
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
  margin: 0 -10px;
  gap: 20px 0;
}

@media only screen and (max-width: 767px) {
  .vegasino-oh7v9d {
    gap: 16px 0;
  }
}

.vegasino-ik50dg {
  max-width: calc(33.33333% - 20px);
  width: 100%;
  flex-basis: calc(33.33333% - 20px);
  border-radius: 10px;
  padding: 24px;
  margin: 0 10px;
  background: var(--fh-bg-color);
}

.vegasino-ik50dg.vegasino-c3u99v {
  display: block;
}

.vegasino-ik50dg.vegasino-jz2d6y {
  display: none;
}

@media only screen and (max-width: 767px) {
  .vegasino-ik50dg {
    max-width: 100%;
    flex-basis: auto;
    padding: 16px;
  }
}

.vegasino-ak730w {
  display: flex;
  align-items: center;
  margin-bottom: 14px;
}

.vegasino-jt6vy0 {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #c2c0ce;
  border-radius: 50%;
  width: 44px;
  height: 44px;
  flex-shrink: 0;
  font-weight: 700;
  font-size: 20px;
  line-height: 140%;
  margin-right: 10px;
  color: var(--fh-bg-color);
}

.vegasino-zv0kyj {
  content: "";
  position: absolute;
  right: -3px;
  bottom: -3px;
  border-radius: 50%;
  padding: 1px;
  width: 18px;
  height: 18px;
  background-color: var(--fh-bg-color);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.vegasino-yedav5 small {
  font-size: 14px;
  display: block;
  color: var(--text-color);
}

.vegasino-yedav5 span {
  font-weight: 600;
  font-size: 16px;
  display: block;
  color: var(--text-color);
}

.vegasino-yikjp7 {
  font-size: 16px;
  line-height: 140%;
}

.vegasino-kihssg {
  width: 88px;
  height: 16px;
  margin-bottom: 14px;
}

.vegasino-kihssg .vegasino-ijdwnd {
  fill: #c2c0ce;
}

.vegasino-kihssg [rating="1"] .vegasino-ijdwnd:not(:nth-child(n + 2)) {
  fill: #ffbe16;
}

.vegasino-kihssg [rating="2"] .vegasino-ijdwnd:not(:nth-child(n + 3)) {
  fill: #ffbe16;
}

.vegasino-kihssg [rating="3"] .vegasino-ijdwnd:not(:nth-child(n + 4)) {
  fill: #ffbe16;
}

.vegasino-kihssg [rating="4"] .vegasino-ijdwnd:not(:nth-child(n + 5)) {
  fill: #ffbe16;
}

.vegasino-kihssg [rating="5"] .vegasino-ijdwnd:not(:nth-child(n + 6)) {
  fill: #ffbe16;
}

.vegasino-sqq2f1 {
  max-width: 214px;
  height: 46px;
  font-size: 16px;
  margin: 32px auto 0;
}

@media only screen and (max-width: 767px) {
  .vegasino-sqq2f1 {
    margin: 18px auto 0;
  }
}

/* Review Hero Block Styles */

.vegasino-7v6ct6 {
  max-width: 1110px;
  width: 100%;
  margin: 32px auto;
}

@media screen and (max-width: 1200px) {
  .vegasino-7v6ct6 {
    padding: 0 16px;
  }
}

.vegasino-kkujeg {
  font-size: 60px;
  font-weight: 700;
  line-height: 110%;
  color: var(--title-color);
  text-align: center;
  max-width: 985px;
  width: 100%;
  margin: 0 auto 20px;
}

@media only screen and (max-width: 767px) {
  .vegasino-kkujeg {
    font-size: 26px;
    margin-bottom: 18px;
  }
}

.vegasino-01rmwv {
  display: flex;
  align-items: center;
  gap: 16px;
  margin: 0 0 24px;
  padding: 16px;
  border-radius: 10px;
  background-color: var(--fh-bg-color);
}

@media only screen and (max-width: 767px) {
  .vegasino-01rmwv {
    padding: 12px;
    gap: 12px;
  }
}

.vegasino-kegql9 {
  position: relative;
  flex-shrink: 0;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  overflow: hidden;
}

.vegasino-kegql9 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.vegasino-mp7m6f {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(
    135deg,
    var(--button-bg-color) 0%,
    var(--button-bg-hover) 100%
  );
  color: #fff;
  font-size: 20px;
  font-weight: 600;
}

.vegasino-4e5u86 {
  flex: 1;
  min-width: 0;
}

.vegasino-50ufo4 {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 16px;
  font-weight: 600;
  color: var(--text-color);
  margin-bottom: 4px;
}

@media only screen and (max-width: 767px) {
  .vegasino-50ufo4 {
    font-size: 14px;
    gap: 6px;
  }
}

.vegasino-v5irj9 {
  flex-shrink: 0;
  width: 16px;
  height: 16px;
}

.vegasino-v5irj9 svg,
.vegasino-v5irj9 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.vegasino-v5irj9 svg path {
  fill: var(--button-bg-color);
}

.vegasino-v5irj9 svg circle {
  fill: var(--button-text-color);
}

.vegasino-7xc7n5 {
  font-size: 14px;
  color: var(--text-color);
  opacity: 0.7;
}

@media only screen and (max-width: 767px) {
  .vegasino-7xc7n5 {
    font-size: 12px;
  }
}

.vegasino-7xc7n5 strong {
  font-weight: 600;
}

.vegasino-ozxaie {
  font-size: 16px;
  line-height: 160%;
  color: var(--text-color);
  margin: 0;
}

.vegasino-ozxaie p {
  margin: 0 0 16px;
}

.vegasino-ozxaie p:last-child {
  margin-bottom: 0;
}

@media only screen and (max-width: 767px) {
  .vegasino-ozxaie {
    font-size: 14px;
    line-height: 150%;
  }
}

.vegasino-d16msb {
  max-width: 300px;
  width: 100%;
}

.vegasino-d16msb a {
  width: 100%;
}

@media (max-width: 575px) {
  .vegasino-d16msb {
    max-width: 200px;
  }
}

.vegasino-ttvd5i {
  justify-content: center;
}

.vegasino-p8o02j {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.vegasino-bh4cpo {
  flex-wrap: wrap;
  justify-content: center;
}

@media only screen and (max-width: 767px) {
  .vegasino-gyrmp2 {
    padding: 0 0 50px;
    justify-content: center;
  }
}

.vegasino-qf9klu {
  padding: 5px 0;
  justify-content: center;
  background: color-mix(in srgb, var(--fh-bg-color), transparent 20%);
}

.vegasino-qf9klu .vegasino-gub0ng {
  justify-content: center;
}

/* faq */

.vegasino-o6d8p3 {
  margin-bottom: 10px;
  border-radius: 12px;
  overflow: hidden;
  border: 1px solid var(--border-color);
  user-select: none;
}

.vegasino-4ijcgc {
  color: var(--text-color);
  width: 100%;
  text-align: left;
  padding: 15px 20px;
  font-size: 20px;
  font-weight: 500;
  background: var(--table-1-color);
  border: none;
  outline: none;
  cursor: pointer;
  transition: background 0.vegasino-t9cyqp ease;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.vegasino-4ijcgc::after {
  content: "+";
  font-weight: bold;
  transition: transform 0.vegasino-t9cyqp ease;
}

.vegasino-o6d8p3.vegasino-s5yai2 .vegasino-4ijcgc::after {
  transform: rotate(45deg);
}

.vegasino-iv8hva {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.vegasino-vzk23x ease, padding 0.vegasino-vzk23x ease;
  padding: 0 20px;
  background: var(--table-2-color);
}

.vegasino-o6d8p3.vegasino-s5yai2 .vegasino-iv8hva {
  max-height: 200px;
  padding: 15px 20px;
}
/* faq end */

/* review block style */

.vegasino-v4w3tz {
  margin: 25px 0;
}

.vegasino-5lzpow > input:not(:checked) ~ label:hover,
.vegasino-5lzpow > input:not(:checked) ~ label:hover ~ label {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.vegasino-gr65p0.org/2000/svg' width='126.729' height='126.73'%3e%3cpath fill='%23d8b11e' d='M121.vegasino-dlt34e 44.vegasino-5daks5.vegasino-6jybdp.vegasino-jt4733.vegasino-yxa8vn.vegasino-k5ckgk.vegasino-wru9j3.vegasino-rsht6g.vegasino-jlnpeu.vegasino-uvg0jp.vegasino-uvyrp8.vegasino-dnppmm.vegasino-hfvx2y 0l-12.vegasino-l4v57r 30.vegasino-vq4dha.vegasino-2977kn 2.vegasino-44hd0x.vegasino-2977kn 3.vegasino-o2v0g2 3.vegasino-8qo49n.vegasino-ptzfm0 3.vegasino-9bjz8z.vegasino-7j6mjp.vegasino-asywtb.vegasino-lvtd5e 7-3.vegasino-l4v57r 10.vegasino-ns4qqb.vegasino-lvtd5e 23.vegasino-yrjida.vegasino-kep3w1 1.vegasino-3ah92m 2.vegasino-l4v57r 3.vegasino-kep3w1 1.vegasino-ptzfm0 5.vegasino-3pclud.vegasino-ptzfm0 32.vegasino-o276vm.vegasino-7j6mjp 5.vegasino-hfvx2y 4.vegasino-lvtd5e 9.vegasino-lvtd5e 8.vegasino-ptzfm0 6.vegasino-74cvmm.vegasino-yp7z3y.vegasino-btiupn.vegasino-cw3kdq.vegasino-ydjsyi 4.vegasino-ya6dax.vegasino-ydjsyi 6.vegasino-ydjsyi 0l29.vegasino-hfvx2y 17.vegasino-xd56xh.vegasino-4g3omk 2.vegasino-jruff8 10.vegasino-5f0dzt.vegasino-l4v57r 8.vegasino-2p40p1.vegasino-0ybfsx.vegasino-h38b6n.vegasino-t2lez5.vegasino-4558xz.vegasino-7j6mjp.vegasino-k5ckgk.vegasino-l4v57r 1.vegasino-vsg8ik.vegasino-pmdg47.vegasino-nhtx5y.vegasino-p9u59f.vegasino-zh6uvy.vegasino-3ah92m 1.vegasino-4jzk6x.vegasino-9zrs7k.5z'/%3e%3c/svg%3e");
}

.vegasino-5ctw4u {
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
  margin: 0 -10px;
  gap: 20px 0;
  margin-top: 50px;
}

@media only screen and (max-width: 767px) {
  .vegasino-5ctw4u {
    gap: 16px 0;
  }
}

.vegasino-qeppxq {
  max-width: calc(33.33333% - 20px);
  width: 100%;
  flex-basis: calc(33.33333% - 20px);
  border-radius: 10px;
  padding: 24px;
  margin: 0 10px;
  background: var(--fh-bg-color);
}

.vegasino-qeppxq.vegasino-xta882 {
  display: block;
}

.vegasino-qeppxq.vegasino-pvb5on {
  display: none;
}

@media only screen and (max-width: 767px) {
  .vegasino-qeppxq {
    max-width: 100%;
    flex-basis: auto;
    padding: 16px;
  }
}

.vegasino-xuuidc {
  display: flex;
  align-items: center;
  margin-bottom: 14px;
}

.vegasino-9jug27 {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #c2c0ce;
  border-radius: 50%;
  width: 44px;
  height: 44px;
  flex-shrink: 0;
  font-weight: 700;
  font-size: 20px;
  line-height: 140%;
  margin-right: 10px;
  color: var(--fh-bg-color);
}

.vegasino-g7xing {
  content: "";
  position: absolute;
  right: -3px;
  bottom: -3px;
  border-radius: 50%;
  padding: 1px;
  width: 18px;
  height: 18px;
  background-color: var(--fh-bg-color);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.vegasino-4szgkj small {
  font-size: 14px;
  display: block;
  color: var(--text-color);
}

.vegasino-4szgkj span {
  font-weight: 600;
  font-size: 16px;
  display: block;
  color: var(--text-color);
}

.vegasino-fhv7cs {
  font-size: 16px;
  line-height: 140%;
}

.vegasino-kktsvn {
  width: 88px;
  height: 16px;
  margin-bottom: 14px;
}

.vegasino-kktsvn .vegasino-hc8sfm {
  fill: #c2c0ce;
}

.vegasino-kktsvn [rating="1"] .vegasino-hc8sfm:not(:nth-child(n + 2)) {
  fill: #ffbe16;
}

.vegasino-kktsvn [rating="2"] .vegasino-hc8sfm:not(:nth-child(n + 3)) {
  fill: #ffbe16;
}

.vegasino-kktsvn [rating="3"] .vegasino-hc8sfm:not(:nth-child(n + 4)) {
  fill: #ffbe16;
}

.vegasino-kktsvn [rating="4"] .vegasino-hc8sfm:not(:nth-child(n + 5)) {
  fill: #ffbe16;
}

.vegasino-kktsvn [rating="5"] .vegasino-hc8sfm:not(:nth-child(n + 6)) {
  fill: #ffbe16;
}

/* review block style end */

.vegasino-lax0xc {
  padding: 16px;
  border: 1px solid var(--border-color);
  border-radius: 12px;
  background: var(--fh-bg-color);
  font-family: sans-serif;
}

.vegasino-lax0xc textarea {
  width: 100%;
  height: 80px;
  padding: 8px;
  border-radius: 8px;
  border: 1px solid var(--border-color);
  resize: none;
  box-sizing: border-box;
  font-size: 18px;
}

.vegasino-lax0xc button {
  margin-top: 10px;
  padding: 8px 16px;
  background: var(--button-bg-color);
  color: #fff;
  border: none;
  border-radius: 8px;
  cursor: pointer;
}

@media (max-width: 576px) {
  table {
    word-break: break-all;
  }
}

/* up */

.vegasino-r7xfo1 {
  position: fixed;
  bottom: 20px;
  right: 20px;
  width: 45px;
  height: 45px;
  border: 1px solid var(--border-color);
  border-radius: 50%;
  font-size: 22px;
  cursor: pointer;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s;
  background: var(--button-bg-color);
  color: var(--button-text-color);
}

.vegasino-r7xfo1.vegasino-qntnjy {
  opacity: 1;
  pointer-events: auto;
}

/* brandauto-contrast-fix v1 */
:root {
  --footer-menu-color: #ece7dc;
  --updated-block-color: #ece7dc;
  --rate-counter-bg: #1e1e1e;
  --rate-counter-bg-top: #2a2a2a;
}
.vegasino-n1asah, .vegasino-odaenn, [class*="review-card"],
thead, thead th, table th, .vegasino-5gykc0,
.vegasino-biamyh, [class*="collapsible-header"],
.vegasino-4jypgu, [class*="updated-block"] {
  color: #ece7dc !important;
}
