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-3hls4i {
  overflow: hidden;
  min-height: 100vh;
  position: relative;
  padding: 66px 0 0;
}

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

.vegasino-ndmzhx {
  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-ndmzhx: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-jgunnz {
  max-width: 800px;
  width: 100%;
  padding: 0 16px;
  text-align: center;
  margin: 50px auto 200px;
}

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

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

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

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

.vegasino-fbgxav {
  cursor: pointer;
}

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

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

.vegasino-efe6vh figure {
  margin: 0;
}

.vegasino-efe6vh.vegasino-q26aoe {
  justify-content: flex-start;
  margin-right: 4px;
}

.vegasino-efe6vh.vegasino-awcgm8 {
  justify-content: flex-end;
  margin-left: 4px;
}

.vegasino-efe6vh.vegasino-desx9e {
  justify-content: center;
}

.vegasino-efe6vh.vegasino-fs2710 {
  justify-content: normal;
}

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

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

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

.vegasino-gl2f7c {
  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-gl2f7c {
    font-size: 32px;
    line-height: 110%;
    font-weight: 700;
  }
}

.vegasino-fvzx5r {
  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-fvzx5r {
    flex-direction: column;
  }
}

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

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

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

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

.vegasino-qfcy14 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-qfcy14 ul {
    margin-bottom: 15px;
  }
}

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

.vegasino-qfcy14 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-qfcy14 ul li span svg {
  fill: var(--title-color);
}

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

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

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

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

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

.vegasino-1b7ewc {
  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-1b7ewc {
    font-size: 24px;
    margin-bottom: 16px;
  }
}

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

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

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

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

.vegasino-apagq1.vegasino-y3e1l5 {
  background-color: #000;
}

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

.vegasino-9daqst {
  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-9daqst {
    padding: 80px 16px 0;
  }
}

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

.vegasino-mxiref {
  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-mxiref {
    flex-direction: column;
  }
}

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

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

.vegasino-1vhimd .vegasino-82ncck {
  margin-bottom: 28px;
}

.vegasino-1vhimd .vegasino-82ncck img {
  max-height: 100px;
  width: auto;
}

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

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

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

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

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

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

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

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

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

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

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

.vegasino-q23rgz li svg {
  transition: 0.vegasino-uz20t3 ease-in-out;
}

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

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

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

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

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

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

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

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

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

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

.vegasino-ljbzqp {
  height: 0;
  overflow: hidden;
  opacity: 0;
  transition: 0.vegasino-hnxwx3 ease-in-out;
}

.vegasino-ljbzqp.vegasino-sxll82 {
  height: auto;
  overflow: visible;
  opacity: 1;
}

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

.vegasino-nrxgx0 h1,
.vegasino-nrxgx0 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-nrxgx0 h1,
  .vegasino-nrxgx0 h2 {
    font-size: 26px;
    margin-bottom: 20px;
  }
}

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

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

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

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

.vegasino-ang3w9 li {
  width: 100%;
}

.vegasino-ang3w9 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-uz20t3 ease-in-out;
  gap: 7px;
  color: var(--button-text-color);
  background: var(--button-bg-color);
  border: 1px solid var(--border-color);
}

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

.vegasino-ang3w9 li a.vegasino-sxll82 {
  background: var(--border-color);
}

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

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

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

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

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

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

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

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

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

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

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

.vegasino-3o0t98 {
  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-3o0t98 {
    height: 54px;
  }
}

.vegasino-mzpnm8 {
  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-mzpnm8 {
    padding: 0 16px;
  }
}

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

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

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

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

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

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

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

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

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

@media only screen and (max-width: 1023px) {
  .vegasino-vvz76j {
    display: block;
  }
  .vegasino-vvz76j li {
    margin: 0;
    font-size: 16px;
    border-bottom: 1px solid var(--border-color);
  }
  .vegasino-vvz76j li a {
    display: flex;
    align-items: center;
    padding: 14px 16px;
    position: relative;
  }
  .vegasino-vvz76j 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-vvz76j li:first-of-type {
    border-top: 1px solid var(--border-color);
  }
}

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

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

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

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

.vegasino-9qi6g3.vegasino-zlfkks {
  margin-right: 0;
}

.vegasino-q8cre3 {
  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-q8cre3 {
    height: 38px;
    max-width: none;
    width: auto;
    padding: 0 10px;
    white-space: normal;
    text-align: center;
  }
}

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

.vegasino-97jwn8 {
  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-97jwn8:hover {
    background: var(--button-bg-hover);
  }
}

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

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

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

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

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

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

.vegasino-ey4b4k {
  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-ey4b4k::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-hnxwx3 ease-in-out;
}

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

.vegasino-lc9dbb ul {
  list-style: none;
  margin: 0;
  padding: 0;
  position: absolute;
  top: 100%;
  right: 0;
  transition: 0.vegasino-uz20t3 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-lc9dbb ul {
    min-width: 52px;
    max-height: 315px;
    left: 10px;
    right: auto;
  }
}

.vegasino-lc9dbb 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-uz20t3 ease-in-out;
  overflow: hidden;
}

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

.vegasino-lc9dbb 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-lc9dbb ul li a:hover {
    text-decoration: underline;
  }
}

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

.vegasino-njch8l {
  display: none;
}

.vegasino-hrui23 {
  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-hrui23 {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
  }
}

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

@media only screen and (max-width: 1023px) {
  .vegasino-njch8l:checked ~ .vegasino-4xayrl {
    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-4xayrl {
    display: none;
    transition: display 0.vegasino-uz20t3 ease-in-out;
  }
  .vegasino-njch8l:checked ~ .vegasino-4xayrl {
    display: block;
  }
  .vegasino-njch8l:checked + .vegasino-hrui23 span:nth-child(1) {
    transform: rotate(45deg) translate(5px, 4px);
  }
  .vegasino-njch8l:checked + .vegasino-hrui23 span:nth-child(2) {
    display: none;
  }
  .vegasino-njch8l:checked + .vegasino-hrui23 span:nth-child(3) {
    transform: rotate(-45deg) translate(5px, -5px);
  }
}

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

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

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

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

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

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

.vegasino-d775c4 {
  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-d775c4 {
    font-size: 32px;
  }
}

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

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

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

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

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

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

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

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

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

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

.vegasino-7jtozc 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-7jtozc table tr td {
    padding: 12px 4px;
    font-size: 16px;
  }
}

.vegasino-7jtozc 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-7jtozc table tr th {
    padding: 12px 4px;
    font-size: 16px;
  }
}

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

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

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

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

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

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

.vegasino-s7jkap {
  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-s7jkap {
    font-size: 26px;
    margin-bottom: 18px;
  }
}

.vegasino-s7jkap h1,
.vegasino-s7jkap h2,
.vegasino-s7jkap h3,
.vegasino-s7jkap 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-s7jkap h1,
  .vegasino-s7jkap h2,
  .vegasino-s7jkap h3,
  .vegasino-s7jkap h4 {
    font-size: 26px;
    margin-bottom: 18px;
  }
}

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

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

.vegasino-t49rtm .vegasino-beft7u {
  max-width: 545px;
  width: 100%;
  flex-basis: 545px;
  margin: 0;
}

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

.vegasino-t49rtm .vegasino-v0s9w0 {
  max-width: 514px;
  width: 100%;
  flex-basis: 514px;
  margin: 0 0 0 20px;
}

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

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

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

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

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

.vegasino-zwoi0y 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-zwoi0y h2 {
    font-size: 26px;
    margin-bottom: 18px;
  }
}

.vegasino-zwoi0y .vegasino-ndmzhx {
  margin-top: 30px;
  margin-bottom: 30px;
}

.vegasino-vhtu0o {
  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-vhtu0o {
    margin: 0 16px;
    max-width: calc(100% - 32px);
  }
}

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

.vegasino-1s45tt {
  position: relative;
  border: none;
}

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

.vegasino-wtorr3 {
  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-wtorr3 span {
  height: 32px;
}

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

.vegasino-wtorr3.vegasino-5fojzi span {
  transform: scaleY(-1);
}

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

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

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

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

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

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

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

.vegasino-z6nbc4.vegasino-f3j88q {
  display: none;
}

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

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

.vegasino-hbllk5 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-hbllk5 table tr td {
    padding: 12px 4px;
    font-size: 16px;
  }

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

.vegasino-hbllk5 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-hbllk5 table tr th {
    padding: 12px 4px;
    font-size: 16px;
  }
}

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

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

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

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

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

.vegasino-ytmp4j {
  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-ytmp4j {
    padding: 16px 14px;
    font-size: 18px;
    text-align: center;
  }
}

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

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

.vegasino-t9sama 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-t9sama tr td {
    padding: 12px 4px;
    font-size: 16px;
  }
}

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

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

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

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

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

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

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

.vegasino-x8rsem {
  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-6f2kpl {
  max-width: 1110px;
  width: 100%;
  margin: 0 auto 100px;
}

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

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

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

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

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

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

.vegasino-129a69 p + p {
  margin-top: 10px;
}

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

.vegasino-uspetc {
  display: none;
}

@media only screen and (max-width: 767px) {
  .vegasino-uspetc {
    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-tt77qm {
  list-style: none;
  margin: 0 -20px;
  padding: 0;
  display: flex;
  align-items: center;
}

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

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

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

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

.vegasino-vzz197 {
  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-vzz197 {
    padding: 0 16px;
  }
}

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

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

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

.vegasino-vzz197 li span {
  opacity: 0.5;
}

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

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

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

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

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

.vegasino-q3x30i 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-q3x30i 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-q3x30i 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-q3x30i tbody tr:first-of-type td {
  z-index: 2;
  border-radius: 10px;
}

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

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

.vegasino-q3x30i 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-q3x30i 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-q3x30i tbody tr td:last-of-type {
  margin-left: auto;
}

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

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

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

.vegasino-q3x30i tbody tr td .vegasino-xovmc3 {
  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-uz20t3 ease-in-out;
  text-decoration: none;
  cursor: pointer;
  border: none;
}

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

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

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

.vegasino-q3x30i tbody tr td .vegasino-gh1muk {
  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-q3x30i tbody tr td .vegasino-gh1muk:hover {
    text-decoration: none;
  }
}

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

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

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

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

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

.vegasino-9tw3kb {
  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-9tw3kb {
    font-size: 26px;
    line-height: normal;
    margin: 0 0 20px;
    text-align: left;
  }
}

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

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

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

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

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

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

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

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

.vegasino-p3t85v {
  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-p3t85v {
    height: 190px;
    margin: 20px auto;
  }
}

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

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

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

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

.vegasino-kmrx2d::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-ux06ph {
  position: absolute;
  top: 50%;
  left: 50%;
  height: 52px;
  max-width: 200px;
  -webkit-animation: none;
  animation: none;
  transform: translate(-50%, -50%);
}

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

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

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

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

.vegasino-ykn4nv {
  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-ykn4nv {
    padding: 0 16px;
  }
}

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

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

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

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

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

.vegasino-a9xxui {
  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-a9xxui 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-a9xxui {
    flex-basis: auto;
  }
}

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

.vegasino-afrkmi {
  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-uz20t3 ease-in-out;
}

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

.vegasino-55dwm5 {
  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-55dwm5:hover {
  background: linear-gradient(2deg, #9d62d9 0%, #9d62d9 100%, #6262d9 100%);
}

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

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

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

.vegasino-0bk0of .vegasino-afrkmi {
  width: 50%;
  margin: 0;
}

.vegasino-0mu454 {
  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-0mu454:hover {
  background: linear-gradient(2deg, #9d62d9 0%, #9d62d9 100%, #6262d9 100%);
}

.vegasino-vwb9hz {
  margin: 0 0 100px;
}

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

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

.vegasino-t618hw {
  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-t618hw {
    padding: 18px 14px;
    flex-direction: column;
    align-items: flex-start;
  }
}

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

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

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

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

.vegasino-mft5pa {
  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-mft5pa {
    font-size: 26px;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
  }
}

.vegasino-mft5pa 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-uz20t3 ease-in-out;
}

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

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

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

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

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

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

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

.vegasino-68duss {
  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-68duss {
    padding: 0 16px;
  }
}

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

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

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

.vegasino-ek1ktf h1,
.vegasino-ek1ktf 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-ek1ktf h1,
  .vegasino-ek1ktf h2 {
    font-weight: 700;
    font-size: 26px;
    line-height: 110%;
    margin-bottom: 16px;
  }
}

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

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

.vegasino-9vfa57 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-9vfa57 h1 {
    font-weight: 700;
    font-size: 26px;
    line-height: 110%;
    margin-bottom: 16px;
  }
}

.vegasino-9vfa57 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-9vfa57 h2 {
    font-size: 24px;
    line-height: 110%;
    margin-bottom: 16px;
    min-height: auto;
  }
}

.vegasino-9vfa57 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-9vfa57 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-9vfa57 table tr td {
    padding: 12px 4px;
  }
}

.vegasino-9vfa57 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-9vfa57 table tr th {
    padding: 12px 4px;
  }
}

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

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

.vegasino-dqj4x5 {
  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-dqj4x5 {
    min-height: 190px;
  }
}

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

.vegasino-avq8hg::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-lckzlt {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
}

.vegasino-lckzlt.vegasino-2gzvnb {
  display: none;
}

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

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

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

.vegasino-afi1n2.vegasino-hz240s {
  opacity: 1;
  pointer-events: all;
}

.vegasino-hq4jxa {
  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-uz20t3 ease-in-out;
}

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

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

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

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

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

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

.vegasino-68duss .vegasino-zwoi0y {
  padding: 0;
  grid-area: content-section;
  width: 100%;
  margin: 24px 0 0;
}

.vegasino-68duss .vegasino-zwoi0y h1,
.vegasino-68duss .vegasino-zwoi0y 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-68duss .vegasino-zwoi0y h1,
  .vegasino-68duss .vegasino-zwoi0y h2 {
    font-size: 26px;
    margin: 0 0 18px;
  }
}

@media only screen and (min-width: 991px) {
  .vegasino-68duss .vegasino-zwoi0y {
    margin: 28px 0 0;
  }
}

.vegasino-kxvqvj {
  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-kxvqvj {
    padding: 0 16px;
  }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.vegasino-1wo1uo img {
  width: 100%;
}

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

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

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

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

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

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

.vegasino-g1793s .vegasino-krzple {
  position: relative;
}

.vegasino-g1793s .vegasino-js7ogo {
  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-g1793s .vegasino-js7ogo.vegasino-2gzvnb {
  display: none;
}

.vegasino-g1793s .vegasino-iqttc3 {
  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-g1793s .vegasino-iqttc3 {
    bottom: 90px;
    padding: 14px 16px;
    flex-direction: column;
    max-width: calc(100% - 32px);
  }
}

@media only screen and (max-width: 520px) {
  .vegasino-g1793s .vegasino-iqttc3 {
    bottom: 90px;
  }
}

.vegasino-g1793s .vegasino-iqttc3 .vegasino-kd0fzg {
  max-width: 300px;
  width: 100%;
}

.vegasino-g1793s .vegasino-iqttc3 .vegasino-kd0fzg .vegasino-13hscd {
  font-weight: 800;
  font-size: 40px;
  line-height: 110%;
  color: var(--title-color);
}

@media only screen and (max-width: 767px) {
  .vegasino-g1793s .vegasino-iqttc3 .vegasino-kd0fzg .vegasino-13hscd {
    font-size: 32px;
    text-align: center;
  }
}

.vegasino-g1793s .vegasino-iqttc3 .vegasino-kd0fzg .vegasino-eoslcp {
  margin-top: 8px;
  font-weight: 500;
  font-size: 18px;
  line-height: 110%;
  color: var(--text-color);
}

@media only screen and (max-width: 767px) {
  .vegasino-g1793s .vegasino-iqttc3 .vegasino-kd0fzg .vegasino-eoslcp {
    text-align: center;
  }
}

.vegasino-g1793s .vegasino-iqttc3 .vegasino-zlfkks {
  max-width: 488px;
  width: 100%;
  gap: 14px;
  display: flex;
  align-items: center;
}

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

.vegasino-g1793s .vegasino-iqttc3 .vegasino-zlfkks .vegasino-2ywejy {
  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-uz20t3 ease-in-out;
}

.vegasino-g1793s .vegasino-iqttc3 .vegasino-zlfkks .vegasino-2ywejy:hover {
  background: #a8a6b3;
}

@media only screen and (max-width: 767px) {
  .vegasino-g1793s .vegasino-iqttc3 .vegasino-zlfkks .vegasino-2ywejy {
    width: 100%;
  }
}

.vegasino-g1793s .vegasino-iqttc3 .vegasino-zlfkks .vegasino-alswxn {
  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-uz20t3 ease-in-out;
  overflow: hidden;
}

.vegasino-g1793s .vegasino-iqttc3 .vegasino-zlfkks .vegasino-alswxn 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-g1793s .vegasino-iqttc3 .vegasino-zlfkks .vegasino-alswxn: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-g1793s .vegasino-iqttc3 .vegasino-zlfkks .vegasino-alswxn:hover {
  background: linear-gradient(180deg, #ffea00 0%, #fdcc06 100%);
}

@media only screen and (max-width: 767px) {
  .vegasino-g1793s .vegasino-iqttc3 .vegasino-zlfkks .vegasino-alswxn {
    width: 100%;
  }
}

.vegasino-g1793s .vegasino-iqttc3.vegasino-2gzvnb {
  display: none;
}

.vegasino-g1793s .vegasino-uvuawy {
  display: none;
}

.vegasino-g1793s .vegasino-uvuawy.vegasino-hz240s {
  display: block;
}

.vegasino-g1793s .vegasino-uvuawy iframe {
  width: 100%;
  height: calc(100vh - 66px);
}

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

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

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

.vegasino-g1793s .vegasino-u4ic42 .vegasino-13hscd {
  font-weight: 700;
  font-size: 20px;
  line-height: 140%;
  color: var(--title-color);
  margin-bottom: 10px;
}

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

.vegasino-g1793s .vegasino-u4ic42 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-g1793s .vegasino-u4ic42 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-g1793s .vegasino-u4ic42 table tr td {
    padding: 12px 4px;
  }
}

.vegasino-g1793s .vegasino-u4ic42 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-g1793s .vegasino-u4ic42 table tr th {
    padding: 12px 4px;
  }
}

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

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

.vegasino-xjvmyu.vegasino-sxll82 {
  display: block;
}

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

.vegasino-xjvmyu .vegasino-l650dj {
  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-xjvmyu .vegasino-1m7rdv {
  height: 72px;
  padding: 8px 16px 18px;
  background: var(--main-theme-color);
}

.vegasino-xjvmyu .vegasino-alswxn {
  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-uz20t3 ease-in-out;
}

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

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

.vegasino-1jrv1l.vegasino-sxll82 {
  display: block;
}

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

.vegasino-ad16mx {
  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-1d6nno {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

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

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

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

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

.vegasino-bvofsp.vegasino-2gzvnb {
  display: none;
}

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

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

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

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

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

.vegasino-dcxi20 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-uz20t3 ease-in-out;
  border: 1px solid rgba(245, 245, 245, 0.05);
}

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

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

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

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

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

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

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

.vegasino-lk1dh6 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-lk1dh6 textarea::-moz-placeholder {
  color: var(--text-color);
  opacity: 0.6;
}

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

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

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

.vegasino-g6crou {
  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-uz20t3 ease-in-out;
}

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

.vegasino-uxm7ar {
  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-uz20t3 ease-in-out;
}

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

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

.vegasino-vsou31.vegasino-2gzvnb {
  display: none;
}

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

.vegasino-vsou31 .vegasino-g6crou {
  margin: 0 auto;
}

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

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

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

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

.vegasino-0sqnxw > input {
  display: none;
}

.vegasino-0sqnxw > 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-vtdicp.org/2000/svg' width='126.729' height='126.73'%3e%3cpath fill='%23e3e3e3' d='M121.vegasino-t8b35m 44.vegasino-cile5k.vegasino-9drtp4.vegasino-uvjpbw.vegasino-1vox2a.vegasino-segz77.vegasino-daamux.vegasino-up7vsg.vegasino-bs8haa.vegasino-n1d5jf.vegasino-3ujahh.vegasino-ifkjlu.vegasino-cmuo7y 0l-12.vegasino-8dhl9q 30.vegasino-ig9ajh.vegasino-weathl 2.vegasino-vtwl3v.vegasino-weathl 3.vegasino-d2gr5u 3.vegasino-d3sh7h.vegasino-qtqulv 3.vegasino-lnwghz.vegasino-7mypxr.vegasino-ce3d9a.vegasino-rwvs73 7-3.vegasino-8dhl9q 10.vegasino-5w1s3o.vegasino-rwvs73 23.vegasino-m80x3x.vegasino-l4879t 1.vegasino-jpcoiw 2.vegasino-8dhl9q 3.vegasino-l4879t 1.vegasino-qtqulv 5.vegasino-o3em1f.vegasino-qtqulv 32.vegasino-f7v1ae.vegasino-7mypxr 5.vegasino-cmuo7y 4.vegasino-rwvs73 9.vegasino-rwvs73 8.vegasino-qtqulv 6.vegasino-dhqg4q.vegasino-ccnvus.vegasino-vek5c8.vegasino-cf0ve2.vegasino-2o90kx 4.vegasino-xflq34.vegasino-2o90kx 6.vegasino-2o90kx 0l29.vegasino-cmuo7y 17.vegasino-3z2mwt.vegasino-6qf94p 2.vegasino-hs5b6k 10.vegasino-e3ykxx.vegasino-8dhl9q 8.vegasino-thv5x2.vegasino-q05ymo.vegasino-fvzowz.vegasino-jbw092.vegasino-ltkxl0.vegasino-7mypxr.vegasino-segz77.vegasino-8dhl9q 1.vegasino-b1w6vv.vegasino-9qb0d4.vegasino-7p4kqd.vegasino-2784wj.vegasino-8cgg6r.vegasino-jpcoiw 1.vegasino-ba1dso.vegasino-5szi4s.5z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 76%;
  font-size: 0;
  transition: 0.3s;
}

.vegasino-0sqnxw > input:checked ~ label,
.vegasino-0sqnxw > input:checked ~ label ~ label {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.vegasino-vtdicp.org/2000/svg' width='126.729' height='126.73'%3e%3cpath fill='%23fcd93a' d='M121.vegasino-t8b35m 44.vegasino-cile5k.vegasino-9drtp4.vegasino-uvjpbw.vegasino-1vox2a.vegasino-segz77.vegasino-daamux.vegasino-up7vsg.vegasino-bs8haa.vegasino-n1d5jf.vegasino-3ujahh.vegasino-ifkjlu.vegasino-cmuo7y 0l-12.vegasino-8dhl9q 30.vegasino-ig9ajh.vegasino-weathl 2.vegasino-vtwl3v.vegasino-weathl 3.vegasino-d2gr5u 3.vegasino-d3sh7h.vegasino-qtqulv 3.vegasino-lnwghz.vegasino-7mypxr.vegasino-ce3d9a.vegasino-rwvs73 7-3.vegasino-8dhl9q 10.vegasino-5w1s3o.vegasino-rwvs73 23.vegasino-m80x3x.vegasino-l4879t 1.vegasino-jpcoiw 2.vegasino-8dhl9q 3.vegasino-l4879t 1.vegasino-qtqulv 5.vegasino-o3em1f.vegasino-qtqulv 32.vegasino-f7v1ae.vegasino-7mypxr 5.vegasino-cmuo7y 4.vegasino-rwvs73 9.vegasino-rwvs73 8.vegasino-qtqulv 6.vegasino-dhqg4q.vegasino-ccnvus.vegasino-vek5c8.vegasino-cf0ve2.vegasino-2o90kx 4.vegasino-xflq34.vegasino-2o90kx 6.vegasino-2o90kx 0l29.vegasino-cmuo7y 17.vegasino-3z2mwt.vegasino-6qf94p 2.vegasino-hs5b6k 10.vegasino-e3ykxx.vegasino-8dhl9q 8.vegasino-thv5x2.vegasino-q05ymo.vegasino-fvzowz.vegasino-jbw092.vegasino-ltkxl0.vegasino-7mypxr.vegasino-segz77.vegasino-8dhl9q 1.vegasino-b1w6vv.vegasino-9qb0d4.vegasino-7p4kqd.vegasino-2784wj.vegasino-8cgg6r.vegasino-jpcoiw 1.vegasino-ba1dso.vegasino-5szi4s.5z'/%3e%3c/svg%3e");
}

.vegasino-0sqnxw > input:not(:checked) ~ label:hover,
.vegasino-0sqnxw > input:not(:checked) ~ label:hover ~ label {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.vegasino-vtdicp.org/2000/svg' width='126.729' height='126.73'%3e%3cpath fill='%23d8b11e' d='M121.vegasino-t8b35m 44.vegasino-cile5k.vegasino-9drtp4.vegasino-uvjpbw.vegasino-1vox2a.vegasino-segz77.vegasino-daamux.vegasino-up7vsg.vegasino-bs8haa.vegasino-n1d5jf.vegasino-3ujahh.vegasino-ifkjlu.vegasino-cmuo7y 0l-12.vegasino-8dhl9q 30.vegasino-ig9ajh.vegasino-weathl 2.vegasino-vtwl3v.vegasino-weathl 3.vegasino-d2gr5u 3.vegasino-d3sh7h.vegasino-qtqulv 3.vegasino-lnwghz.vegasino-7mypxr.vegasino-ce3d9a.vegasino-rwvs73 7-3.vegasino-8dhl9q 10.vegasino-5w1s3o.vegasino-rwvs73 23.vegasino-m80x3x.vegasino-l4879t 1.vegasino-jpcoiw 2.vegasino-8dhl9q 3.vegasino-l4879t 1.vegasino-qtqulv 5.vegasino-o3em1f.vegasino-qtqulv 32.vegasino-f7v1ae.vegasino-7mypxr 5.vegasino-cmuo7y 4.vegasino-rwvs73 9.vegasino-rwvs73 8.vegasino-qtqulv 6.vegasino-dhqg4q.vegasino-ccnvus.vegasino-vek5c8.vegasino-cf0ve2.vegasino-2o90kx 4.vegasino-xflq34.vegasino-2o90kx 6.vegasino-2o90kx 0l29.vegasino-cmuo7y 17.vegasino-3z2mwt.vegasino-6qf94p 2.vegasino-hs5b6k 10.vegasino-e3ykxx.vegasino-8dhl9q 8.vegasino-thv5x2.vegasino-q05ymo.vegasino-fvzowz.vegasino-jbw092.vegasino-ltkxl0.vegasino-7mypxr.vegasino-segz77.vegasino-8dhl9q 1.vegasino-b1w6vv.vegasino-9qb0d4.vegasino-7p4kqd.vegasino-2784wj.vegasino-8cgg6r.vegasino-jpcoiw 1.vegasino-ba1dso.vegasino-5szi4s.5z'/%3e%3c/svg%3e");
}

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

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

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

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

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

#rating-0 {
  display: none;
}

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

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

.vegasino-0fn2ee.vegasino-2gzvnb {
  display: none;
}

.vegasino-71efoh {
  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-71efoh {
    height: 74px;
    overflow: visible;
  }
}

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

.vegasino-gxfpvz {
  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-gxfpvz::before {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  border: 20px solid transparent;
}

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

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

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

@media only screen and (max-width: 767px) {
  .vegasino-gxfpvz {
    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-gxfpvz img {
    max-width: 60px;
    border-radius: 7px;
  }
}

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

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

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

.vegasino-7447dn {
  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-7447dn::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-7447dn::before {
    left: 0;
    width: 137px;
    height: 145px;
  }
}

.vegasino-7447dn::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-7447dn::after {
    display: none;
  }
}

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

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

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

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

.vegasino-hh7wiw {
  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-uz20t3 ease-in-out;
  background: linear-gradient(138deg, #f2f55d 0%, #fbff21 74.32%);
}

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

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

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

.vegasino-0fn2ee.vegasino-hfqxxj .vegasino-71efoh {
  background: #2b3b67;
}

.vegasino-0fn2ee.vegasino-hfqxxj .vegasino-gxfpvz {
  background: linear-gradient(138deg, #14193e 0%, #030045 74.32%);
}

.vegasino-0fn2ee.vegasino-hfqxxj .vegasino-gxfpvz::before {
  border-top: 40px solid #2b3b67;
  border-right: 10px solid #2b3b67;
}

.vegasino-0fn2ee.vegasino-hfqxxj .vegasino-gxfpvz::after {
  border-right: 10px solid #2b3b67;
  border-bottom: 36px solid #2b3b67;
}

.vegasino-0fn2ee.vegasino-hfqxxj .vegasino-7447dn::before {
  background: #0e0f41;
}

.vegasino-0fn2ee.vegasino-hfqxxj .vegasino-7447dn::after {
  background: #152557;
}

.vegasino-0fn2ee.vegasino-rzvfsc .vegasino-71efoh {
  background: #1f35fa;
}

.vegasino-0fn2ee.vegasino-rzvfsc .vegasino-gxfpvz {
  background: linear-gradient(138deg, #1d2ba5 0%, #3d22c4 74.32%);
}

.vegasino-0fn2ee.vegasino-rzvfsc .vegasino-gxfpvz::before {
  border-top: 40px solid #1f35fa;
  border-right: 10px solid #1f35fa;
}

.vegasino-0fn2ee.vegasino-rzvfsc .vegasino-gxfpvz::after {
  border-right: 10px solid #1f35fa;
  border-bottom: 36px solid #1f35fa;
}

.vegasino-0fn2ee.vegasino-rzvfsc .vegasino-7447dn::before {
  background: linear-gradient(138deg, #1f35fa 0%, #4e17a5 74.32%);
}

.vegasino-0fn2ee.vegasino-rzvfsc .vegasino-7447dn::after {
  background: #192ac8;
}

.vegasino-0fn2ee.vegasino-wlfy4j .vegasino-71efoh {
  background: #fa771f;
}

.vegasino-0fn2ee.vegasino-wlfy4j .vegasino-gxfpvz {
  background: linear-gradient(138deg, #ff5f1b 0%, #ff422d 74.32%);
}

.vegasino-0fn2ee.vegasino-wlfy4j .vegasino-gxfpvz::before {
  border-top: 40px solid #fa771f;
  border-right: 10px solid #fa771f;
}

.vegasino-0fn2ee.vegasino-wlfy4j .vegasino-gxfpvz::after {
  border-right: 10px solid #fa771f;
  border-bottom: 36px solid #fa771f;
}

.vegasino-0fn2ee.vegasino-wlfy4j .vegasino-7447dn::before {
  background: linear-gradient(138deg, #ff5f1b 0%, #ff422d 74.32%);
}

.vegasino-0fn2ee.vegasino-wlfy4j .vegasino-7447dn::after {
  background: #fa8535;
}

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

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

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

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

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

.vegasino-mc3e86 {
  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-mc3e86 {
    flex-direction: column;
    justify-content: center;
    padding: 20px 16px;
    margin-bottom: 16px;
  }
}

.vegasino-inhs6g {
  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-inhs6g {
    display: block;
    text-align: center;
    margin: 0 auto 5px;
  }
}

.vegasino-m3ccvq {
  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-m3ccvq:hover {
    background: var(--button-bg-hover);
  }
}

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

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

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

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

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

.vegasino-jo9d59 .vegasino-y02wbj {
  fill: #c2c0ce;
}

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

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

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

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

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

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

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

.vegasino-zz8ip2 {
  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-zz8ip2.vegasino-hz240s {
  display: block;
}

.vegasino-zz8ip2.vegasino-2gzvnb {
  display: none;
}

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

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

.vegasino-nyyupy {
  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-740ak1 {
  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-njhygn small {
  font-size: 14px;
  display: block;
  color: var(--text-color);
}

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

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

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

.vegasino-vfs2xs .vegasino-y02wbj {
  fill: #c2c0ce;
}

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

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

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

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

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

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

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

/* Review Hero Block Styles */

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

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

.vegasino-wtnxi6 {
  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-wtnxi6 {
    font-size: 26px;
    margin-bottom: 18px;
  }
}

.vegasino-4w30u5 {
  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-4w30u5 {
    padding: 12px;
    gap: 12px;
  }
}

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

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

.vegasino-apa83p {
  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-av5oct {
  flex: 1;
  min-width: 0;
}

.vegasino-10355k {
  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-10355k {
    font-size: 14px;
    gap: 6px;
  }
}

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

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

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

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

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

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

.vegasino-fjxv5m strong {
  font-weight: 600;
}

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

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

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

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

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

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

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

.vegasino-1l7ais {
  justify-content: center;
}

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

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

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

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

.vegasino-g52wkz .vegasino-vvz76j {
  justify-content: center;
}

/* faq */

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

.vegasino-m1gcph {
  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-ngkmc4 ease;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.vegasino-m1gcph::after {
  content: "+";
  font-weight: bold;
  transition: transform 0.vegasino-ngkmc4 ease;
}

.vegasino-ahw2za.vegasino-sxll82 .vegasino-m1gcph::after {
  transform: rotate(45deg);
}

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

.vegasino-ahw2za.vegasino-sxll82 .vegasino-l34e2z {
  max-height: 200px;
  padding: 15px 20px;
}
/* faq end */

/* review block style */

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

.vegasino-0sqnxw > input:not(:checked) ~ label:hover,
.vegasino-0sqnxw > input:not(:checked) ~ label:hover ~ label {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.vegasino-4fm59t.org/2000/svg' width='126.729' height='126.73'%3e%3cpath fill='%23d8b11e' d='M121.vegasino-ekrgn9 44.vegasino-jiru74.vegasino-801x80.vegasino-6xylh7.vegasino-vaoh2g.vegasino-okshz4.vegasino-crtb5n.vegasino-urj2cd.vegasino-wcbtet.vegasino-tsi7wb.vegasino-lno274.vegasino-v1codr.vegasino-acgkui 0l-12.vegasino-6hxqp5 30.vegasino-na4igo.vegasino-yhz64r 2.vegasino-7e0xqi.vegasino-yhz64r 3.vegasino-4ww0ca 3.vegasino-xp7sdy.vegasino-q3eo90 3.vegasino-9lw5m6.vegasino-0g14mr.vegasino-jrboit.vegasino-1xju5z 7-3.vegasino-6hxqp5 10.vegasino-0h6yu1.vegasino-1xju5z 23.vegasino-xk6g06.vegasino-t956ux 1.vegasino-gyk4bq 2.vegasino-6hxqp5 3.vegasino-t956ux 1.vegasino-q3eo90 5.vegasino-wqh2uy.vegasino-q3eo90 32.vegasino-xynz2y.vegasino-0g14mr 5.vegasino-acgkui 4.vegasino-1xju5z 9.vegasino-1xju5z 8.vegasino-q3eo90 6.vegasino-8os9fo.vegasino-lcnamh.vegasino-c7w0so.vegasino-rgb78s.vegasino-q2hi1o 4.vegasino-2l020v.vegasino-q2hi1o 6.vegasino-q2hi1o 0l29.vegasino-acgkui 17.vegasino-c7zixt.vegasino-nghes6 2.vegasino-dh02a0 10.vegasino-xkbv9n.vegasino-6hxqp5 8.vegasino-i3uh9e.vegasino-46e14a.vegasino-sqvul0.vegasino-057bkh.vegasino-jvag0c.vegasino-0g14mr.vegasino-okshz4.vegasino-6hxqp5 1.vegasino-3t89ws.vegasino-ivvjt2.vegasino-54cy10.vegasino-01r7aj.vegasino-b4jq6c.vegasino-gyk4bq 1.vegasino-0vhsw6.vegasino-1rlj0m.5z'/%3e%3c/svg%3e");
}

.vegasino-fnqslv {
  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-fnqslv {
    gap: 16px 0;
  }
}

.vegasino-7dwfpa {
  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-7dwfpa.vegasino-u9fbjy {
  display: block;
}

.vegasino-7dwfpa.vegasino-atp739 {
  display: none;
}

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

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

.vegasino-ybin9y {
  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-b6n6d9 {
  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-zladcl small {
  font-size: 14px;
  display: block;
  color: var(--text-color);
}

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

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

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

.vegasino-ljrqof .vegasino-gl9w9m {
  fill: #c2c0ce;
}

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

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

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

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

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

/* review block style end */

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

.vegasino-9om4df 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-9om4df 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-i44gql {
  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-i44gql.vegasino-w48ebx {
  opacity: 1;
  pointer-events: auto;
}
