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

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

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

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

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

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

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

.vegasino-5lki06 {
  cursor: pointer;
}

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

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

.vegasino-bm3any figure {
  margin: 0;
}

.vegasino-bm3any.vegasino-xh295p {
  justify-content: flex-start;
  margin-right: 4px;
}

.vegasino-bm3any.vegasino-j8e2j0 {
  justify-content: flex-end;
  margin-left: 4px;
}

.vegasino-bm3any.vegasino-liphm1 {
  justify-content: center;
}

.vegasino-bm3any.vegasino-temsdu {
  justify-content: normal;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.vegasino-lyj1av.vegasino-0izgpu {
  background-color: #000;
}

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

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

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

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

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

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

.vegasino-afbamk .vegasino-b45gye {
  margin-bottom: 28px;
}

.vegasino-afbamk .vegasino-b45gye img {
  max-height: 100px;
  width: auto;
}

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

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

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

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

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

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

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

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

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

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

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

.vegasino-6jqhqy li svg {
  transition: 0.vegasino-af73ke ease-in-out;
}

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

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

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

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

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

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

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

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

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

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

.vegasino-l0zzcc {
  height: 0;
  overflow: hidden;
  opacity: 0;
  transition: 0.vegasino-7mxh0o ease-in-out;
}

.vegasino-l0zzcc.vegasino-e6grq8 {
  height: auto;
  overflow: visible;
  opacity: 1;
}

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

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

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

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

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

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

.vegasino-5wzl1n li {
  width: 100%;
}

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

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

.vegasino-5wzl1n li a.vegasino-e6grq8 {
  background: var(--border-color);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.vegasino-b2u7km.vegasino-7nkuvy {
  margin-right: 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.vegasino-jq6yko {
  display: none;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.vegasino-8hjueb .vegasino-sjno12 {
  max-width: 545px;
  width: 100%;
  flex-basis: 545px;
  margin: 0;
}

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

.vegasino-8hjueb .vegasino-87jn61 {
  max-width: 514px;
  width: 100%;
  flex-basis: 514px;
  margin: 0 0 0 20px;
}

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

.vegasino-87jn61 {
  margin: 0 0 28px;
}

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

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

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

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

.vegasino-p6fjd4 .vegasino-8z4am3 {
  margin-top: 30px;
  margin-bottom: 30px;
}

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

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

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

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

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

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

.vegasino-1yuv2z.vegasino-ech7i6 span {
  transform: scaleY(-1);
}

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

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

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

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

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

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

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

.vegasino-wv2w8s.vegasino-p53gni {
  display: none;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.vegasino-pgc1w4 {
  display: none;
}

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

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

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

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

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

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

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

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

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

.vegasino-4jngty li span {
  opacity: 0.5;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.vegasino-cxgg4k .vegasino-yplw9v {
  width: 50%;
  margin: 0;
}

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

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

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

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

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

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

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

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

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

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

.vegasino-43t04y 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-af73ke ease-in-out;
}

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

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

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

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

.vegasino-2jgep3 {
  margin-bottom: 16px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.vegasino-5ra1gl.vegasino-cy11j2 {
  display: none;
}

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

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

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

.vegasino-muonpj.vegasino-1hyyx6 {
  opacity: 1;
  pointer-events: all;
}

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

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

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

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

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

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

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

.vegasino-b1a3q1 .vegasino-p6fjd4 {
  padding: 0;
  grid-area: content-section;
  width: 100%;
  margin: 24px 0 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.vegasino-v6xykr .vegasino-8z4am3 {
  max-width: 156px;
  height: 46px;
  font-size: 16px;
  margin: 0 0 0 auto;
}

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

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

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

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

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

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

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

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

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

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

.vegasino-2t4vra .vegasino-wokfzt {
  position: relative;
}

.vegasino-2t4vra .vegasino-udwbt5 {
  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-2t4vra .vegasino-udwbt5.vegasino-cy11j2 {
  display: none;
}

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

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

.vegasino-2t4vra .vegasino-ecbp6z .vegasino-09ayqx {
  max-width: 300px;
  width: 100%;
}

.vegasino-2t4vra .vegasino-ecbp6z .vegasino-09ayqx .vegasino-hvdkv3 {
  font-weight: 800;
  font-size: 40px;
  line-height: 110%;
  color: var(--title-color);
}

@media only screen and (max-width: 767px) {
  .vegasino-2t4vra .vegasino-ecbp6z .vegasino-09ayqx .vegasino-hvdkv3 {
    font-size: 32px;
    text-align: center;
  }
}

.vegasino-2t4vra .vegasino-ecbp6z .vegasino-09ayqx .vegasino-thyhfi {
  margin-top: 8px;
  font-weight: 500;
  font-size: 18px;
  line-height: 110%;
  color: var(--text-color);
}

@media only screen and (max-width: 767px) {
  .vegasino-2t4vra .vegasino-ecbp6z .vegasino-09ayqx .vegasino-thyhfi {
    text-align: center;
  }
}

.vegasino-2t4vra .vegasino-ecbp6z .vegasino-7nkuvy {
  max-width: 488px;
  width: 100%;
  gap: 14px;
  display: flex;
  align-items: center;
}

@media only screen and (max-width: 767px) {
  .vegasino-2t4vra .vegasino-ecbp6z .vegasino-7nkuvy {
    flex-direction: column-reverse;
  }
}

.vegasino-2t4vra .vegasino-ecbp6z .vegasino-7nkuvy .vegasino-wjby85 {
  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-af73ke ease-in-out;
}

.vegasino-2t4vra .vegasino-ecbp6z .vegasino-7nkuvy .vegasino-wjby85:hover {
  background: #a8a6b3;
}

@media only screen and (max-width: 767px) {
  .vegasino-2t4vra .vegasino-ecbp6z .vegasino-7nkuvy .vegasino-wjby85 {
    width: 100%;
  }
}

.vegasino-2t4vra .vegasino-ecbp6z .vegasino-7nkuvy .vegasino-feqijm {
  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-af73ke ease-in-out;
  overflow: hidden;
}

.vegasino-2t4vra .vegasino-ecbp6z .vegasino-7nkuvy .vegasino-feqijm 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-2t4vra .vegasino-ecbp6z .vegasino-7nkuvy .vegasino-feqijm: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-2t4vra .vegasino-ecbp6z .vegasino-7nkuvy .vegasino-feqijm:hover {
  background: linear-gradient(180deg, #ffea00 0%, #fdcc06 100%);
}

@media only screen and (max-width: 767px) {
  .vegasino-2t4vra .vegasino-ecbp6z .vegasino-7nkuvy .vegasino-feqijm {
    width: 100%;
  }
}

.vegasino-2t4vra .vegasino-ecbp6z.vegasino-cy11j2 {
  display: none;
}

.vegasino-2t4vra .vegasino-ozd0o2 {
  display: none;
}

.vegasino-2t4vra .vegasino-ozd0o2.vegasino-1hyyx6 {
  display: block;
}

.vegasino-2t4vra .vegasino-ozd0o2 iframe {
  width: 100%;
  height: calc(100vh - 66px);
}

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

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

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

.vegasino-2t4vra .vegasino-p8mt28 .vegasino-hvdkv3 {
  font-weight: 700;
  font-size: 20px;
  line-height: 140%;
  color: var(--title-color);
  margin-bottom: 10px;
}

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

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

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

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

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

.vegasino-8ohntq.vegasino-e6grq8 {
  display: block;
}

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

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

.vegasino-8ohntq .vegasino-feqijm {
  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-af73ke ease-in-out;
}

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

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

.vegasino-x9sra2.vegasino-e6grq8 {
  display: block;
}

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

.vegasino-3zkeg6 {
  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-805btu {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

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

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

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

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

.vegasino-936woj.vegasino-cy11j2 {
  display: none;
}

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

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

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

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

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

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

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

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

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

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

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

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

.vegasino-77fq7i {
  margin-bottom: 36px;
}

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

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

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

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

.vegasino-06gm1u {
  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-af73ke ease-in-out;
}

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

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

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

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

.vegasino-qkatxe.vegasino-cy11j2 {
  display: none;
}

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

.vegasino-qkatxe .vegasino-06gm1u {
  margin: 0 auto;
}

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

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

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

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

.vegasino-7d8yfy > input {
  display: none;
}

.vegasino-7d8yfy > 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-fm5scj.org/2000/svg' width='126.729' height='126.73'%3e%3cpath fill='%23e3e3e3' d='M121.vegasino-v31zkr 44.vegasino-8cqxfe.vegasino-v6dtv8.vegasino-sju4ur.vegasino-dco3nx.vegasino-4s1075.vegasino-ypz5fm.vegasino-55itko.vegasino-1v3onq.vegasino-r7h8ww.vegasino-13r0v3.vegasino-a47xhp.vegasino-ghrtkq 0l-12.vegasino-xu4bb8 30.vegasino-lortwi.vegasino-ek0hkq 2.vegasino-5ovdu0.vegasino-ek0hkq 3.vegasino-hdd1y8 3.vegasino-6gazny.vegasino-9u9p9e 3.vegasino-u85n4z.vegasino-fz0uaz.vegasino-5tamud.vegasino-r1975k 7-3.vegasino-xu4bb8 10.vegasino-knjcqv.vegasino-r1975k 23.vegasino-lj2qb5.vegasino-3vz50p 1.vegasino-4pe104 2.vegasino-xu4bb8 3.vegasino-3vz50p 1.vegasino-9u9p9e 5.vegasino-76nq10.vegasino-9u9p9e 32.vegasino-my296s.vegasino-fz0uaz 5.vegasino-ghrtkq 4.vegasino-r1975k 9.vegasino-r1975k 8.vegasino-9u9p9e 6.vegasino-b3wm4l.vegasino-9o52f3.vegasino-22bamo.vegasino-sgkuct.vegasino-cip3iq 4.vegasino-u79kji.vegasino-cip3iq 6.vegasino-cip3iq 0l29.vegasino-ghrtkq 17.vegasino-il58bg.vegasino-at5d1x 2.vegasino-6czihu 10.vegasino-rbsl61.vegasino-xu4bb8 8.vegasino-j06ydw.vegasino-izdrgz.vegasino-amfcgl.vegasino-e1h7lw.vegasino-d4jm81.vegasino-fz0uaz.vegasino-4s1075.vegasino-xu4bb8 1.vegasino-xi1923.vegasino-f4nlb2.vegasino-a6avsm.vegasino-8up2o5.vegasino-2dujd7.vegasino-4pe104 1.vegasino-mvmftn.vegasino-7hbmdr.5z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 76%;
  font-size: 0;
  transition: 0.3s;
}

.vegasino-7d8yfy > input:checked ~ label,
.vegasino-7d8yfy > input:checked ~ label ~ label {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.vegasino-fm5scj.org/2000/svg' width='126.729' height='126.73'%3e%3cpath fill='%23fcd93a' d='M121.vegasino-v31zkr 44.vegasino-8cqxfe.vegasino-v6dtv8.vegasino-sju4ur.vegasino-dco3nx.vegasino-4s1075.vegasino-ypz5fm.vegasino-55itko.vegasino-1v3onq.vegasino-r7h8ww.vegasino-13r0v3.vegasino-a47xhp.vegasino-ghrtkq 0l-12.vegasino-xu4bb8 30.vegasino-lortwi.vegasino-ek0hkq 2.vegasino-5ovdu0.vegasino-ek0hkq 3.vegasino-hdd1y8 3.vegasino-6gazny.vegasino-9u9p9e 3.vegasino-u85n4z.vegasino-fz0uaz.vegasino-5tamud.vegasino-r1975k 7-3.vegasino-xu4bb8 10.vegasino-knjcqv.vegasino-r1975k 23.vegasino-lj2qb5.vegasino-3vz50p 1.vegasino-4pe104 2.vegasino-xu4bb8 3.vegasino-3vz50p 1.vegasino-9u9p9e 5.vegasino-76nq10.vegasino-9u9p9e 32.vegasino-my296s.vegasino-fz0uaz 5.vegasino-ghrtkq 4.vegasino-r1975k 9.vegasino-r1975k 8.vegasino-9u9p9e 6.vegasino-b3wm4l.vegasino-9o52f3.vegasino-22bamo.vegasino-sgkuct.vegasino-cip3iq 4.vegasino-u79kji.vegasino-cip3iq 6.vegasino-cip3iq 0l29.vegasino-ghrtkq 17.vegasino-il58bg.vegasino-at5d1x 2.vegasino-6czihu 10.vegasino-rbsl61.vegasino-xu4bb8 8.vegasino-j06ydw.vegasino-izdrgz.vegasino-amfcgl.vegasino-e1h7lw.vegasino-d4jm81.vegasino-fz0uaz.vegasino-4s1075.vegasino-xu4bb8 1.vegasino-xi1923.vegasino-f4nlb2.vegasino-a6avsm.vegasino-8up2o5.vegasino-2dujd7.vegasino-4pe104 1.vegasino-mvmftn.vegasino-7hbmdr.5z'/%3e%3c/svg%3e");
}

.vegasino-7d8yfy > input:not(:checked) ~ label:hover,
.vegasino-7d8yfy > input:not(:checked) ~ label:hover ~ label {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.vegasino-fm5scj.org/2000/svg' width='126.729' height='126.73'%3e%3cpath fill='%23d8b11e' d='M121.vegasino-v31zkr 44.vegasino-8cqxfe.vegasino-v6dtv8.vegasino-sju4ur.vegasino-dco3nx.vegasino-4s1075.vegasino-ypz5fm.vegasino-55itko.vegasino-1v3onq.vegasino-r7h8ww.vegasino-13r0v3.vegasino-a47xhp.vegasino-ghrtkq 0l-12.vegasino-xu4bb8 30.vegasino-lortwi.vegasino-ek0hkq 2.vegasino-5ovdu0.vegasino-ek0hkq 3.vegasino-hdd1y8 3.vegasino-6gazny.vegasino-9u9p9e 3.vegasino-u85n4z.vegasino-fz0uaz.vegasino-5tamud.vegasino-r1975k 7-3.vegasino-xu4bb8 10.vegasino-knjcqv.vegasino-r1975k 23.vegasino-lj2qb5.vegasino-3vz50p 1.vegasino-4pe104 2.vegasino-xu4bb8 3.vegasino-3vz50p 1.vegasino-9u9p9e 5.vegasino-76nq10.vegasino-9u9p9e 32.vegasino-my296s.vegasino-fz0uaz 5.vegasino-ghrtkq 4.vegasino-r1975k 9.vegasino-r1975k 8.vegasino-9u9p9e 6.vegasino-b3wm4l.vegasino-9o52f3.vegasino-22bamo.vegasino-sgkuct.vegasino-cip3iq 4.vegasino-u79kji.vegasino-cip3iq 6.vegasino-cip3iq 0l29.vegasino-ghrtkq 17.vegasino-il58bg.vegasino-at5d1x 2.vegasino-6czihu 10.vegasino-rbsl61.vegasino-xu4bb8 8.vegasino-j06ydw.vegasino-izdrgz.vegasino-amfcgl.vegasino-e1h7lw.vegasino-d4jm81.vegasino-fz0uaz.vegasino-4s1075.vegasino-xu4bb8 1.vegasino-xi1923.vegasino-f4nlb2.vegasino-a6avsm.vegasino-8up2o5.vegasino-2dujd7.vegasino-4pe104 1.vegasino-mvmftn.vegasino-7hbmdr.5z'/%3e%3c/svg%3e");
}

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

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

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

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

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

#rating-0 {
  display: none;
}

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

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

.vegasino-n63bvj.vegasino-cy11j2 {
  display: none;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.vegasino-n63bvj.vegasino-pz4s3q .vegasino-xgj9rq {
  background: #2b3b67;
}

.vegasino-n63bvj.vegasino-pz4s3q .vegasino-vttm7r {
  background: linear-gradient(138deg, #14193e 0%, #030045 74.32%);
}

.vegasino-n63bvj.vegasino-pz4s3q .vegasino-vttm7r::before {
  border-top: 40px solid #2b3b67;
  border-right: 10px solid #2b3b67;
}

.vegasino-n63bvj.vegasino-pz4s3q .vegasino-vttm7r::after {
  border-right: 10px solid #2b3b67;
  border-bottom: 36px solid #2b3b67;
}

.vegasino-n63bvj.vegasino-pz4s3q .vegasino-ulahb8::before {
  background: #0e0f41;
}

.vegasino-n63bvj.vegasino-pz4s3q .vegasino-ulahb8::after {
  background: #152557;
}

.vegasino-n63bvj.vegasino-n6qnzd .vegasino-xgj9rq {
  background: #1f35fa;
}

.vegasino-n63bvj.vegasino-n6qnzd .vegasino-vttm7r {
  background: linear-gradient(138deg, #1d2ba5 0%, #3d22c4 74.32%);
}

.vegasino-n63bvj.vegasino-n6qnzd .vegasino-vttm7r::before {
  border-top: 40px solid #1f35fa;
  border-right: 10px solid #1f35fa;
}

.vegasino-n63bvj.vegasino-n6qnzd .vegasino-vttm7r::after {
  border-right: 10px solid #1f35fa;
  border-bottom: 36px solid #1f35fa;
}

.vegasino-n63bvj.vegasino-n6qnzd .vegasino-ulahb8::before {
  background: linear-gradient(138deg, #1f35fa 0%, #4e17a5 74.32%);
}

.vegasino-n63bvj.vegasino-n6qnzd .vegasino-ulahb8::after {
  background: #192ac8;
}

.vegasino-n63bvj.vegasino-70p1k7 .vegasino-xgj9rq {
  background: #fa771f;
}

.vegasino-n63bvj.vegasino-70p1k7 .vegasino-vttm7r {
  background: linear-gradient(138deg, #ff5f1b 0%, #ff422d 74.32%);
}

.vegasino-n63bvj.vegasino-70p1k7 .vegasino-vttm7r::before {
  border-top: 40px solid #fa771f;
  border-right: 10px solid #fa771f;
}

.vegasino-n63bvj.vegasino-70p1k7 .vegasino-vttm7r::after {
  border-right: 10px solid #fa771f;
  border-bottom: 36px solid #fa771f;
}

.vegasino-n63bvj.vegasino-70p1k7 .vegasino-ulahb8::before {
  background: linear-gradient(138deg, #ff5f1b 0%, #ff422d 74.32%);
}

.vegasino-n63bvj.vegasino-70p1k7 .vegasino-ulahb8::after {
  background: #fa8535;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.vegasino-ztzehi .vegasino-2krryp {
  fill: #c2c0ce;
}

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

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

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

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

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

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

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

.vegasino-p0pvgd {
  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-p0pvgd.vegasino-1hyyx6 {
  display: block;
}

.vegasino-p0pvgd.vegasino-cy11j2 {
  display: none;
}

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

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

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

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

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

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

.vegasino-ixt94v .vegasino-2krryp {
  fill: #c2c0ce;
}

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

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

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

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

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

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

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

/* Review Hero Block Styles */

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.vegasino-48fz33 a {
  width: 100%;
}

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

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

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

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

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

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

.vegasino-bn5kmj .vegasino-6267is {
  justify-content: center;
}

/* faq */

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

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

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

.vegasino-m9nfvs.vegasino-e6grq8 .vegasino-txaac3::after {
  transform: rotate(45deg);
}

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

.vegasino-m9nfvs.vegasino-e6grq8 .vegasino-60lb9v {
  max-height: 200px;
  padding: 15px 20px;
}
/* faq end */

/* review block style */

.vegasino-9luqq7 {
  margin: 25px 0;
}

.vegasino-7d8yfy > input:not(:checked) ~ label:hover,
.vegasino-7d8yfy > input:not(:checked) ~ label:hover ~ label {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.vegasino-aga645.org/2000/svg' width='126.729' height='126.73'%3e%3cpath fill='%23d8b11e' d='M121.vegasino-3yua8l 44.vegasino-r6b3je.vegasino-wd4kcf.vegasino-81qm56.vegasino-x3ehqx.vegasino-geozkb.vegasino-7wi4zx.vegasino-ujcage.vegasino-ry4xbv.vegasino-695zrt.vegasino-fkmbz7.vegasino-ncylmv.vegasino-fzi3df 0l-12.vegasino-szq72e 30.vegasino-h0dphn.vegasino-pe3o65 2.vegasino-zxzwih.vegasino-pe3o65 3.vegasino-neuksv 3.vegasino-0uz4jw.vegasino-avaxkc 3.vegasino-hvvgeq.vegasino-1ahf6y.vegasino-sl572s.vegasino-luwowy 7-3.vegasino-szq72e 10.vegasino-8qfxpr.vegasino-luwowy 23.vegasino-ql2st1.vegasino-09vbj2 1.vegasino-ovt2mx 2.vegasino-szq72e 3.vegasino-09vbj2 1.vegasino-avaxkc 5.vegasino-siwybn.vegasino-avaxkc 32.vegasino-nj13jv.vegasino-1ahf6y 5.vegasino-fzi3df 4.vegasino-luwowy 9.vegasino-luwowy 8.vegasino-avaxkc 6.vegasino-gv26dm.vegasino-a5o8u1.vegasino-fpxub9.vegasino-okyzp1.vegasino-fpcoq7 4.vegasino-g8yseg.vegasino-fpcoq7 6.vegasino-fpcoq7 0l29.vegasino-fzi3df 17.vegasino-8jca9w.vegasino-mw1mwz 2.vegasino-uhekrh 10.vegasino-pdi1uo.vegasino-szq72e 8.vegasino-dkkxkz.vegasino-dmpkfb.vegasino-elemok.vegasino-1jcapd.vegasino-2hf4t0.vegasino-1ahf6y.vegasino-geozkb.vegasino-szq72e 1.vegasino-lxc7we.vegasino-n9hmma.vegasino-akql87.vegasino-6v7a46.vegasino-zqeuaf.vegasino-ovt2mx 1.vegasino-m0nj3w.vegasino-o07r7d.5z'/%3e%3c/svg%3e");
}

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

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

.vegasino-yhmodh.vegasino-hckz13 {
  display: none;
}

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

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

.vegasino-hwobci {
  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-nc6u7x {
  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-07nuas small {
  font-size: 14px;
  display: block;
  color: var(--text-color);
}

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

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

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

.vegasino-czm1ck .vegasino-7bzs64 {
  fill: #c2c0ce;
}

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

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

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

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

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

/* review block style end */

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

.vegasino-r836oo 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-r836oo 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-ysp84u {
  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-ysp84u.vegasino-vmll7o {
  opacity: 1;
  pointer-events: auto;
}

/* contanct form */
.vegasino-boj2bs {
  background: var(--fh-bg-color);
  padding: 2rem;
  border-radius: 12px;
  box-shadow: -2px 1px 8px 5px rgba(0, 0, 0, 0.1);
  max-width: 800px;
  margin: 50px auto;
}

.vegasino-boj2bs label {
  font-size: 14px;
}

.vegasino-boj2bs h2 {
  text-align: center;
  margin-bottom: 1rem;
}
.vegasino-boj2bs input,
.vegasino-boj2bs textarea,
.vegasino-boj2bs button {
  width: 100%;
  padding: 10px;
  margin-top:5px;
  margin-bottom: 15px;
  border-radius: 8px;
  border: 1px solid #ccc;
  background-color: var(--main-theme-color);
  font-size: 1rem;
}
.vegasino-boj2bs button {
  background-color: var(--button-bg-color);
  color: var(--text-color);
  border: none;
  cursor: pointer;
  transition: background 0.vegasino-fioj4m ease;
}
.vegasino-boj2bs button:hover {
  background-color: var(--button-bg-hover);
}
.vegasino-qbty60 {
  text-align: center;
  color: green;
  font-weight: 500;
  padding: 50px 0;
  animation: fadeIn 0.vegasino-8z3gnk ease-in;
}

.vegasino-qbty60 h2 {
  color: green;
  font-weight: 500;
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
