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;
  }
}

.casinolo-vnys62 {
  overflow: hidden;
  min-height: 100vh;
  position: relative;
  padding: 66px 0 0;
}

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

.casinolo-bkigup {
  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) {
  .casinolo-bkigup: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;
  }
}

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

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

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

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

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

.casinolo-5l7imt {
  cursor: pointer;
}

.casinolo-rlezw4 {
  position: absolute;
  pointer-events: none;
  visibility: hidden;
}

.casinolo-bdoxed {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.casinolo-bdoxed figure {
  margin: 0;
}

.casinolo-bdoxed.casinolo-fp6xyd {
  justify-content: flex-start;
  margin-right: 4px;
}

.casinolo-bdoxed.casinolo-7maykd {
  justify-content: flex-end;
  margin-left: 4px;
}

.casinolo-bdoxed.casinolo-a44m2v {
  justify-content: center;
}

.casinolo-bdoxed.casinolo-ybekj3 {
  justify-content: normal;
}

.casinolo-hmk6pt {
  max-width: 1110px;
  width: 100%;
  margin: 0 auto 100px;
}

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

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

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

.casinolo-70nj5p {
  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) {
  .casinolo-70nj5p {
    flex-direction: column;
  }
}

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

.casinolo-clzhtm img {
  width: 100%;
}

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

.casinolo-whm96c {
  max-width: 400px;
  width: 100%;
  flex-basis: 400px;
}

.casinolo-whm96c 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) {
  .casinolo-whm96c ul {
    margin-bottom: 15px;
  }
}

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

.casinolo-whm96c 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);
}

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

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

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

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

.casinolo-whm96c ul li:last-of-type::after {
  display: none;
}

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

.casinolo-08xu7t {
  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) {
  .casinolo-08xu7t {
    font-size: 24px;
    margin-bottom: 16px;
  }
}

.casinolo-oma9d5 {
  display: flex;
  align-items: center;
  margin: 0 -5px;
}

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

@media only screen and (max-width: 767px) {
  .casinolo-1poy3t {
    height: 50px;
  }
}

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

.casinolo-1poy3t.casinolo-x2b2vv {
  background-color: #000;
}

@media only screen and (min-width: 1025px) {
  .casinolo-1poy3t.casinolo-x2b2vv:hover {
    box-shadow: 0px 2px 16px 0px rgba(0, 0, 0, 0.5);
  }
}

.casinolo-1p5fou {
  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) {
  .casinolo-1p5fou {
    padding: 80px 16px 0;
  }
}

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

.casinolo-quqgsm {
  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) {
  .casinolo-quqgsm {
    flex-direction: column;
  }
}

.casinolo-rylass {
  margin-bottom: 94px;
}

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

.casinolo-erfktn .casinolo-clqwq7 {
  margin-bottom: 28px;
}

.casinolo-erfktn .casinolo-clqwq7 img {
  max-height: 100px;
  width: auto;
}

.casinolo-x2zhc0 {
  display: flex;
  align-items: center;
}

.casinolo-x2zhc0 a + a {
  margin-left: 24px;
}

.casinolo-x2zhc0 img {
  max-height: 56px;
  width: auto;
}

.casinolo-x2zhc0 img + img {
  margin-left: 24px;
}

.casinolo-8cmt1e {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 0 40px;
}

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

.casinolo-ucn8l8 {
  display: flex;
  align-items: flex-start;
  margin-left: 20px;
}

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

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

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

.casinolo-oe4b2h li {
  display: flex;
  margin: 0 7px;
}

.casinolo-oe4b2h li svg {
  transition: 0.casinolo-0a6qf0 ease-in-out;
}

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

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

.casinolo-suos9o + .casinolo-suos9o {
  margin-left: 120px;
}

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

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

.casinolo-25tfyr {
  list-style: none;
  margin: 0;
  padding: 0;
}

.casinolo-25tfyr li {
  font-size: 16px;
}

.casinolo-25tfyr li a {
  color: var(--footer-menu-color);
  text-decoration: none;
}

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

.casinolo-25tfyr li + li {
  margin-top: 16px;
}

.casinolo-r4izty {
  height: 0;
  overflow: hidden;
  opacity: 0;
  transition: 0.casinolo-78x1w4 ease-in-out;
}

.casinolo-r4izty.casinolo-2y4hbi {
  height: auto;
  overflow: visible;
  opacity: 1;
}

.casinolo-ziv5dp {
  max-width: 1110px;
  width: 100%;
  margin: 0 auto 100px;
}

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

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

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

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

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

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

.casinolo-mafxcd li {
  width: 100%;
}

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

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

.casinolo-mafxcd li a.casinolo-2y4hbi {
  background: var(--border-color);
}

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

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

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

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

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

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

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

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

.casinolo-x0cwbc {
  margin-bottom: 10px;
  border-radius: 10px;
  overflow: hidden;
}

.casinolo-x0cwbc img {
  width: 100%;
  transition: 0.casinolo-0a6qf0 ease-in-out;
}

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

.casinolo-hx7dae {
  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) {
  .casinolo-hx7dae {
    height: 54px;
  }
}

.casinolo-h7qrvi {
  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) {
  .casinolo-h7qrvi {
    padding: 0 16px;
  }
}

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

@media only screen and (max-width: 767px) {
  .casinolo-h7qrvi .casinolo-clqwq7 img {
    max-width: 90px;
  }
}

.casinolo-clqwq7 img {
  max-height: 50px;
  width: auto;
}

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

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

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

.casinolo-h0p17b li {
  font-size: 16px;
  margin: 0 20px;
}

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

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

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

.casinolo-5apk68 {
  display: flex;
  align-items: center;
  margin-right: 120px;
}

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

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

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

.casinolo-5apk68.casinolo-9nftvq {
  margin-right: 0;
}

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

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

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

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

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

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

.casinolo-n2h2xn:hover > ul {
  display: flex;
}

.casinolo-n2h2xn:focus > ul {
  display: flex;
}

.casinolo-n2h2xn:focus-within > ul {
  display: flex;
}

.casinolo-cb5p28 {
  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;
}

.casinolo-cb5p28::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.casinolo-78x1w4 ease-in-out;
}

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

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

.casinolo-n2h2xn 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.casinolo-0a6qf0 ease-in-out;
  overflow: hidden;
}

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

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

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

.casinolo-gd2pjb {
  display: none;
}

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

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

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

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

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

.casinolo-jsjjbr img {
  margin-bottom: 20px;
}

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

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

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

.casinolo-o9jxrt {
  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) {
  .casinolo-o9jxrt {
    font-size: 32px;
  }
}

.casinolo-roj6pk {
  color: var(--text-color);
}

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

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

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

.casinolo-cjgxgd p img {
  display: block;
  margin: 0 auto;
}

.casinolo-cjgxgd p:first-of-type {
  margin-top: 0;
}

.casinolo-cjgxgd p:last-of-type {
  margin-bottom: 0;
}

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

.casinolo-cjgxgd ul {
  padding: 0 0 0 20px;
}

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

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

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

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

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

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

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

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

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

.casinolo-1zherp {
  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) {
  .casinolo-1zherp {
    font-size: 26px;
    margin-bottom: 18px;
  }
}

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

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

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

.casinolo-x4g8ny .casinolo-deueg3 {
  max-width: 545px;
  width: 100%;
  flex-basis: 545px;
  margin: 0;
}

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

.casinolo-x4g8ny .casinolo-sq9vx0 {
  max-width: 514px;
  width: 100%;
  flex-basis: 514px;
  margin: 0 0 0 20px;
}

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

.casinolo-sq9vx0 {
  margin: 0 0 28px;
}

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

.casinolo-deueg3 {
  margin: 0 0 28px;
}

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

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

.casinolo-w7u1pv .casinolo-bkigup {
  margin-top: 30px;
  margin-bottom: 30px;
}

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

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

.casinolo-w5735k {
  position: relative;
  border: none;
}

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

.casinolo-c8xwgt {
  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;
}

.casinolo-c8xwgt span {
  height: 32px;
}

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

.casinolo-c8xwgt.casinolo-ebgy8u span {
  transform: scaleY(-1);
}

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

.casinolo-xlgdgs {
  list-style: none;
  padding: 0;
  margin: 0;
}

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

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

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

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

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

.casinolo-xlgdgs.casinolo-6njb2c {
  display: none;
}

.casinolo-9u9jrk {
  max-width: 1110px;
  width: 100%;
  margin: 0 auto 100px;
}

.casinolo-9u9jrk table {
  width: 100%;
  border-collapse: collapse;
}

.casinolo-9u9jrk 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) {
  .casinolo-9u9jrk table tr td {
    padding: 12px 4px;
    font-size: 16px;
  }

  .casinolo-9u9jrk table td {
    min-width: 75px;
  }
}

.casinolo-9u9jrk 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) {
  .casinolo-9u9jrk table tr th {
    padding: 12px 4px;
    font-size: 16px;
  }
}

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

.casinolo-9u9jrk p {
  color: #a29eb6;
  font-size: 18px;
  line-height: 135%;
}

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

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

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

.casinolo-3eosie {
  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) {
  .casinolo-3eosie {
    padding: 16px 14px;
    font-size: 18px;
    text-align: center;
  }
}

.casinolo-zo4kic {
  width: 100%;
  border-collapse: collapse;
}

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

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

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

.casinolo-8dmdzp table tr td {
  color: var(--text-color);
  background: var(--table-1-color);
  border-color: var(--border-color);
}

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

.casinolo-8dmdzp p {
  color: var(--text-color);
}

.casinolo-6g36ri {
  max-width: 1110px;
  width: 100%;
  margin: 0 auto 100px;
}

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

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

.casinolo-m9rf52 {
  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);
}

.casinolo-765pci {
  max-width: 1110px;
  width: 100%;
  margin: 0 auto 100px;
}

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

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

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

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

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

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

.casinolo-hmto0k p + p {
  margin-top: 10px;
}

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

.casinolo-q7b8uw {
  display: none;
}

@media only screen and (max-width: 767px) {
  .casinolo-q7b8uw {
    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;
  }
}

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

.casinolo-z3u6fq li {
  margin: 0 20px;
}

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

.casinolo-z3u6fq li a img {
  margin-bottom: 4px;
}

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

.casinolo-w7rulr {
  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) {
  .casinolo-w7rulr {
    padding: 0 16px;
  }
}

.casinolo-w7rulr li {
  font-size: 16px;
  position: relative;
}

.casinolo-w7rulr li a {
  color: var(--text-color);
  text-decoration: none;
}

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

.casinolo-w7rulr li span {
  opacity: 0.5;
}

.casinolo-w7rulr li + li {
  margin-left: 30px;
}

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

h2.casinolo-1zherp {
  margin: 0 0 28px;
}

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

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

.casinolo-9t4283 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);
}

.casinolo-9t4283 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;
}

.casinolo-9t4283 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;
}

.casinolo-9t4283 tbody tr:first-of-type td {
  z-index: 2;
  border-radius: 10px;
}

.casinolo-9t4283 tbody tr:last-of-type {
  margin-bottom: 0;
}

.casinolo-9t4283 tbody tr td:first-of-type {
  flex-shrink: 0;
}

.casinolo-9t4283 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);
}

.casinolo-9t4283 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);
}

.casinolo-9t4283 tbody tr td:last-of-type {
  margin-left: auto;
}

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

.casinolo-9t4283 tbody tr td .casinolo-fmynv0 {
  display: flex;
  flex-direction: column;
  text-align: center;
}

@media only screen and (max-width: 420px) {
  .casinolo-9t4283 tbody tr td .casinolo-fmynv0 {
    width: 100%;
  }
}

.casinolo-9t4283 tbody tr td .casinolo-jhdqyd {
  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.casinolo-0a6qf0 ease-in-out;
  text-decoration: none;
  cursor: pointer;
  border: none;
}

@media only screen and (min-width: 1025px) {
  .casinolo-9t4283 tbody tr td .casinolo-jhdqyd:hover {
    background: var(--button-bg-hover);
  }
}

@media only screen and (max-width: 767px) {
  .casinolo-9t4283 tbody tr td .casinolo-jhdqyd {
    margin: 0 auto;
  }
}

@media only screen and (max-width: 420px) {
  .casinolo-9t4283 tbody tr td .casinolo-jhdqyd {
    width: 100%;
  }
}

.casinolo-9t4283 tbody tr td .casinolo-txnanz {
  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) {
  .casinolo-9t4283 tbody tr td .casinolo-txnanz:hover {
    text-decoration: none;
  }
}

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

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

.casinolo-xt0a9r {
  max-width: 1110px;
  width: 100%;
  margin: 0 auto 100px;
}

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

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

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

.casinolo-0s1ehy {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  margin: 0 -10px;
}

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

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

.casinolo-15xbys img {
  width: 100%;
  border-radius: 10px;
  overflow: hidden;
  transition: 0.casinolo-0a6qf0 ease-in-out;
}

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

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

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

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

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

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

.casinolo-svwhel img {
  width: 100%;
  height: 100%;
}

.casinolo-svwhel iframe {
  width: 100%;
  height: 400px;
  margin: 0;
}

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

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

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

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

.casinolo-ck5vwg svg {
  width: 50px;
  height: 50px;
  fill: #fff;
  cursor: pointer;
  transition: 0.casinolo-0a6qf0 ease-in-out;
}

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

.casinolo-e0d84g {
  padding: 90px 0;
}

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

.casinolo-x3yc2q {
  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) {
  .casinolo-x3yc2q {
    padding: 0 16px;
  }
}

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

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

.casinolo-jwrfik img {
  width: 100%;
}

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

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

.casinolo-1vuu2l {
  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;
}

.casinolo-1vuu2l 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) {
  .casinolo-1vuu2l {
    flex-basis: auto;
  }
}

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

.casinolo-fer22x {
  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.casinolo-0a6qf0 ease-in-out;
}

.casinolo-fer22x:hover {
  border: 1px solid #8c8ca2;
}

.casinolo-etro15 {
  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%);
}

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

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

.casinolo-yogypq a {
  text-decoration: underline;
  color: #8babff;
}

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

.casinolo-hgaps1 .casinolo-fer22x {
  width: 50%;
  margin: 0;
}

.casinolo-0frpcw {
  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;
}

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

.casinolo-0hsiay {
  margin: 0 0 100px;
}

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

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

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

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

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

.casinolo-l568qg {
  max-width: 842px;
  width: 100%;
  flex-basis: 842px;
}

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

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

.casinolo-yzjf9w 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.casinolo-0a6qf0 ease-in-out;
}

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

.casinolo-yzjf9w a svg {
  fill: #fff;
}

.casinolo-yzjf9w a:hover {
  background: #3d68e7;
}

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

.casinolo-1yuf0v {
  margin-bottom: 16px;
}

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

.casinolo-ec4jle {
  font-size: 16px;
  color: var(--text-color);
}

.casinolo-pxo6xr {
  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) {
  .casinolo-pxo6xr {
    padding: 0 16px;
  }
}

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

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

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

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

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

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

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

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

.casinolo-abfakp 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);
}

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

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

.casinolo-abfakp table tr:last-of-type td {
  border-bottom: none;
}

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

.casinolo-w6aqqj {
  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) {
  .casinolo-w6aqqj {
    min-height: 190px;
  }
}

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

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

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

.casinolo-tvoy9u.casinolo-04c1m7 {
  display: none;
}

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

.casinolo-9o95ys iframe {
  border: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.casinolo-9o95ys iframe.casinolo-0be7ie {
  position: fixed;
  inset: 0px;
  width: 100vw;
  height: 100vh;
  margin: 0px;
}

.casinolo-9o95ys.casinolo-ol5j8h {
  opacity: 1;
  pointer-events: all;
}

.casinolo-pyrvsv {
  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.casinolo-0a6qf0 ease-in-out;
}

.casinolo-pyrvsv svg {
  margin-right: 10px;
}

.casinolo-pyrvsv + .casinolo-pyrvsv {
  margin-top: 14px;
}

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

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

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

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

.casinolo-pxo6xr .casinolo-w7u1pv {
  padding: 0;
  grid-area: content-section;
  width: 100%;
  margin: 24px 0 0;
}

.casinolo-pxo6xr .casinolo-w7u1pv h1,
.casinolo-pxo6xr .casinolo-w7u1pv 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) {
  .casinolo-pxo6xr .casinolo-w7u1pv h1,
  .casinolo-pxo6xr .casinolo-w7u1pv h2 {
    font-size: 26px;
    margin: 0 0 18px;
  }
}

@media only screen and (min-width: 991px) {
  .casinolo-pxo6xr .casinolo-w7u1pv {
    margin: 28px 0 0;
  }
}

.casinolo-visltn {
  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) {
  .casinolo-visltn {
    padding: 0 16px;
  }
}

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

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

.casinolo-4lc71r {
  max-width: 545px;
  width: 100%;
}

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

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

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

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

.casinolo-tiy6dg {
  max-width: 540px;
  width: 100%;
  margin-left: 24px;
}

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

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

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

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

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

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

.casinolo-e3qalp {
  display: flex;
  align-items: center;
  margin-bottom: 14px;
}

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

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

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

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

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

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

.casinolo-iwmafx .casinolo-bkigup {
  max-width: 156px;
  height: 46px;
  font-size: 16px;
  margin: 0 0 0 auto;
}

@media only screen and (max-width: 540px) {
  .casinolo-iwmafx .casinolo-bkigup {
    max-width: 100%;
    margin: 10px 0 0;
  }
}

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

.casinolo-qz0dd1 {
  width: 98px;
  flex-shrink: 0;
  margin-right: 12px;
}

.casinolo-qz0dd1 img {
  width: 100%;
}

.casinolo-oa50o5 {
  max-width: 230px;
  width: 100%;
  margin-right: 5px;
}

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

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

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

.casinolo-sslfut {
  width: 100%;
  margin: 0 0 100px;
}

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

.casinolo-sslfut .casinolo-04b7p7 {
  position: relative;
}

.casinolo-sslfut .casinolo-qo7j1x {
  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;
}

.casinolo-sslfut .casinolo-qo7j1x.casinolo-04c1m7 {
  display: none;
}

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

@media only screen and (max-width: 520px) {
  .casinolo-sslfut .casinolo-mhliu7 {
    bottom: 90px;
  }
}

.casinolo-sslfut .casinolo-mhliu7 .casinolo-5lar1q {
  max-width: 300px;
  width: 100%;
}

.casinolo-sslfut .casinolo-mhliu7 .casinolo-5lar1q .casinolo-tla3mt {
  font-weight: 800;
  font-size: 40px;
  line-height: 110%;
  color: var(--title-color);
}

@media only screen and (max-width: 767px) {
  .casinolo-sslfut .casinolo-mhliu7 .casinolo-5lar1q .casinolo-tla3mt {
    font-size: 32px;
    text-align: center;
  }
}

.casinolo-sslfut .casinolo-mhliu7 .casinolo-5lar1q .casinolo-xxk2l7 {
  margin-top: 8px;
  font-weight: 500;
  font-size: 18px;
  line-height: 110%;
  color: var(--text-color);
}

@media only screen and (max-width: 767px) {
  .casinolo-sslfut .casinolo-mhliu7 .casinolo-5lar1q .casinolo-xxk2l7 {
    text-align: center;
  }
}

.casinolo-sslfut .casinolo-mhliu7 .casinolo-9nftvq {
  max-width: 488px;
  width: 100%;
  gap: 14px;
  display: flex;
  align-items: center;
}

@media only screen and (max-width: 767px) {
  .casinolo-sslfut .casinolo-mhliu7 .casinolo-9nftvq {
    flex-direction: column-reverse;
  }
}

.casinolo-sslfut .casinolo-mhliu7 .casinolo-9nftvq .casinolo-5s0enw {
  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.casinolo-0a6qf0 ease-in-out;
}

.casinolo-sslfut .casinolo-mhliu7 .casinolo-9nftvq .casinolo-5s0enw:hover {
  background: #a8a6b3;
}

@media only screen and (max-width: 767px) {
  .casinolo-sslfut .casinolo-mhliu7 .casinolo-9nftvq .casinolo-5s0enw {
    width: 100%;
  }
}

.casinolo-sslfut .casinolo-mhliu7 .casinolo-9nftvq .casinolo-ebk5ct {
  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.casinolo-0a6qf0 ease-in-out;
  overflow: hidden;
}

.casinolo-sslfut .casinolo-mhliu7 .casinolo-9nftvq .casinolo-ebk5ct 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);
  }
}

.casinolo-sslfut .casinolo-mhliu7 .casinolo-9nftvq .casinolo-ebk5ct: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;
}

.casinolo-sslfut .casinolo-mhliu7 .casinolo-9nftvq .casinolo-ebk5ct:hover {
  background: linear-gradient(180deg, #ffea00 0%, #fdcc06 100%);
}

@media only screen and (max-width: 767px) {
  .casinolo-sslfut .casinolo-mhliu7 .casinolo-9nftvq .casinolo-ebk5ct {
    width: 100%;
  }
}

.casinolo-sslfut .casinolo-mhliu7.casinolo-04c1m7 {
  display: none;
}

.casinolo-sslfut .casinolo-9zz471 {
  display: none;
}

.casinolo-sslfut .casinolo-9zz471.casinolo-ol5j8h {
  display: block;
}

.casinolo-sslfut .casinolo-9zz471 iframe {
  width: 100%;
  height: calc(100vh - 66px);
}

@media only screen and (max-width: 767px) {
  .casinolo-sslfut .casinolo-9zz471 iframe {
    height: calc(100vh - 54px);
  }
}

.casinolo-sslfut .casinolo-8nc4bb {
  max-width: 1110px;
  width: 100%;
  margin: 0 auto;
  padding: 24px 0 0;
}

@media only screen and (max-width: 1200px) {
  .casinolo-sslfut .casinolo-8nc4bb {
    padding: 24px 16px 0;
  }
}

.casinolo-sslfut .casinolo-8nc4bb .casinolo-tla3mt {
  font-weight: 700;
  font-size: 20px;
  line-height: 140%;
  color: var(--title-color);
  margin-bottom: 10px;
}

@media only screen and (max-width: 767px) {
  .casinolo-sslfut .casinolo-8nc4bb .casinolo-tla3mt {
    margin-bottom: 24px;
  }
}

.casinolo-sslfut .casinolo-8nc4bb 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);
}

.casinolo-sslfut .casinolo-8nc4bb 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) {
  .casinolo-sslfut .casinolo-8nc4bb table tr td {
    padding: 12px 4px;
  }
}

.casinolo-sslfut .casinolo-8nc4bb 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) {
  .casinolo-sslfut .casinolo-8nc4bb table tr th {
    padding: 12px 4px;
  }
}

.casinolo-sslfut .casinolo-8nc4bb table tr:last-of-type td {
  border-bottom: none;
}

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

.casinolo-lr1nkq.casinolo-2y4hbi {
  display: block;
}

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

.casinolo-lr1nkq .casinolo-4j5v07 {
  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;
}

.casinolo-lr1nkq .casinolo-yogwze {
  height: 72px;
  padding: 8px 16px 18px;
  background: var(--main-theme-color);
}

.casinolo-lr1nkq .casinolo-ebk5ct {
  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.casinolo-0a6qf0 ease-in-out;
}

.casinolo-lr1nkq .casinolo-ebk5ct:hover {
  background: linear-gradient(180deg, #ffea00 0%, #fdcc06 100%);
}

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

.casinolo-lfnilx.casinolo-2y4hbi {
  display: block;
}

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

.casinolo-5adnsx {
  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;
}

.casinolo-4qj43f {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

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

.casinolo-ukn30e {
  position: absolute;
  right: 15px;
  top: 15px;
  cursor: pointer;
}

.casinolo-ukn30e svg {
  width: 15px;
  height: 15px;
  fill: #000;
}

.casinolo-z0v11e {
  position: fixed;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.casinolo-jzne2g.casinolo-04c1m7 {
  display: none;
}

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

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

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

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

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

.casinolo-c7z92r 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.casinolo-0a6qf0 ease-in-out;
  border: 1px solid rgba(245, 245, 245, 0.05);
}

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

.casinolo-c7z92r input::placeholder {
  color: var(--text-color);
  opacity: 0.6;
}

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

.casinolo-c7z92r input:active {
  border-color: #c2c0ce;
}

.casinolo-c7z92r input:focus {
  border-color: #c2c0ce;
}

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

.casinolo-5jlbkd {
  margin-bottom: 36px;
}

.casinolo-5jlbkd 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;
}

.casinolo-5jlbkd textarea::-moz-placeholder {
  color: var(--text-color);
  opacity: 0.6;
}

.casinolo-5jlbkd textarea::placeholder {
  color: var(--text-color);
  opacity: 0.6;
}

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

.casinolo-h301kl {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.casinolo-snykk9 {
  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.casinolo-0a6qf0 ease-in-out;
}

.casinolo-snykk9:hover {
  background: var(--border-color);
}

.casinolo-es7zxo {
  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.casinolo-0a6qf0 ease-in-out;
}

.casinolo-es7zxo:hover {
  background: #166ad9;
}

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

.casinolo-crs8o9.casinolo-04c1m7 {
  display: none;
}

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

.casinolo-crs8o9 .casinolo-snykk9 {
  margin: 0 auto;
}

.casinolo-wtoxwl {
  padding: 0;
  border: none;
  margin: 0 auto 24px;
}

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

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

.casinolo-0t9hhz {
  filter: grayscale(100%);
}

.casinolo-g75vzz > input {
  display: none;
}

.casinolo-g75vzz > label {
  cursor: pointer;
  width: 40px;
  height: 40px;
  margin-top: auto;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.casinolo-s7uyws.org/2000/svg' width='126.729' height='126.73'%3e%3cpath fill='%23e3e3e3' d='M121.casinolo-8et0oh 44.casinolo-p5hn39.casinolo-w3yuso.casinolo-vjgtor.casinolo-sjvgmu.casinolo-qoajt0.casinolo-o6u2w9.casinolo-7b9wgs.casinolo-7vqf9m.casinolo-l5colz.casinolo-4isagk.casinolo-j9mkqs.casinolo-rsy6su 0l-12.casinolo-ask4kg 30.casinolo-mc69wi.casinolo-0acuwg 2.casinolo-48i1f0.casinolo-0acuwg 3.casinolo-zlkjhf 3.casinolo-a2nctm.casinolo-t9lbcj 3.casinolo-srnox7.casinolo-zjjeih.casinolo-dv29yj.casinolo-ybm5f0 7-3.casinolo-ask4kg 10.casinolo-u2t8mo.casinolo-ybm5f0 23.casinolo-q9kzb1.casinolo-6xv03p 1.casinolo-erhhi8 2.casinolo-ask4kg 3.casinolo-6xv03p 1.casinolo-t9lbcj 5.casinolo-lksb2c.casinolo-t9lbcj 32.casinolo-kso601.casinolo-zjjeih 5.casinolo-rsy6su 4.casinolo-ybm5f0 9.casinolo-ybm5f0 8.casinolo-t9lbcj 6.casinolo-xttix1.casinolo-w18umr.casinolo-45slf7.casinolo-z876do.casinolo-el716y 4.casinolo-lvzru5.casinolo-el716y 6.casinolo-el716y 0l29.casinolo-rsy6su 17.casinolo-e6um8s.casinolo-32pkt8 2.casinolo-wourd0 10.casinolo-4yjk5m.casinolo-ask4kg 8.casinolo-23lpv6.casinolo-c6mygr.casinolo-sw03x2.casinolo-p1e0ma.casinolo-eataxt.casinolo-zjjeih.casinolo-qoajt0.casinolo-ask4kg 1.casinolo-f0ch6r.casinolo-11t59v.casinolo-8ngrc9.casinolo-cfskmo.casinolo-tznkas.casinolo-erhhi8 1.casinolo-jnb9wk.casinolo-5s4x4s.5z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 76%;
  font-size: 0;
  transition: 0.3s;
}

.casinolo-g75vzz > input:checked ~ label,
.casinolo-g75vzz > input:checked ~ label ~ label {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.casinolo-s7uyws.org/2000/svg' width='126.729' height='126.73'%3e%3cpath fill='%23fcd93a' d='M121.casinolo-8et0oh 44.casinolo-p5hn39.casinolo-w3yuso.casinolo-vjgtor.casinolo-sjvgmu.casinolo-qoajt0.casinolo-o6u2w9.casinolo-7b9wgs.casinolo-7vqf9m.casinolo-l5colz.casinolo-4isagk.casinolo-j9mkqs.casinolo-rsy6su 0l-12.casinolo-ask4kg 30.casinolo-mc69wi.casinolo-0acuwg 2.casinolo-48i1f0.casinolo-0acuwg 3.casinolo-zlkjhf 3.casinolo-a2nctm.casinolo-t9lbcj 3.casinolo-srnox7.casinolo-zjjeih.casinolo-dv29yj.casinolo-ybm5f0 7-3.casinolo-ask4kg 10.casinolo-u2t8mo.casinolo-ybm5f0 23.casinolo-q9kzb1.casinolo-6xv03p 1.casinolo-erhhi8 2.casinolo-ask4kg 3.casinolo-6xv03p 1.casinolo-t9lbcj 5.casinolo-lksb2c.casinolo-t9lbcj 32.casinolo-kso601.casinolo-zjjeih 5.casinolo-rsy6su 4.casinolo-ybm5f0 9.casinolo-ybm5f0 8.casinolo-t9lbcj 6.casinolo-xttix1.casinolo-w18umr.casinolo-45slf7.casinolo-z876do.casinolo-el716y 4.casinolo-lvzru5.casinolo-el716y 6.casinolo-el716y 0l29.casinolo-rsy6su 17.casinolo-e6um8s.casinolo-32pkt8 2.casinolo-wourd0 10.casinolo-4yjk5m.casinolo-ask4kg 8.casinolo-23lpv6.casinolo-c6mygr.casinolo-sw03x2.casinolo-p1e0ma.casinolo-eataxt.casinolo-zjjeih.casinolo-qoajt0.casinolo-ask4kg 1.casinolo-f0ch6r.casinolo-11t59v.casinolo-8ngrc9.casinolo-cfskmo.casinolo-tznkas.casinolo-erhhi8 1.casinolo-jnb9wk.casinolo-5s4x4s.5z'/%3e%3c/svg%3e");
}

.casinolo-g75vzz > input:not(:checked) ~ label:hover,
.casinolo-g75vzz > input:not(:checked) ~ label:hover ~ label {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.casinolo-s7uyws.org/2000/svg' width='126.729' height='126.73'%3e%3cpath fill='%23d8b11e' d='M121.casinolo-8et0oh 44.casinolo-p5hn39.casinolo-w3yuso.casinolo-vjgtor.casinolo-sjvgmu.casinolo-qoajt0.casinolo-o6u2w9.casinolo-7b9wgs.casinolo-7vqf9m.casinolo-l5colz.casinolo-4isagk.casinolo-j9mkqs.casinolo-rsy6su 0l-12.casinolo-ask4kg 30.casinolo-mc69wi.casinolo-0acuwg 2.casinolo-48i1f0.casinolo-0acuwg 3.casinolo-zlkjhf 3.casinolo-a2nctm.casinolo-t9lbcj 3.casinolo-srnox7.casinolo-zjjeih.casinolo-dv29yj.casinolo-ybm5f0 7-3.casinolo-ask4kg 10.casinolo-u2t8mo.casinolo-ybm5f0 23.casinolo-q9kzb1.casinolo-6xv03p 1.casinolo-erhhi8 2.casinolo-ask4kg 3.casinolo-6xv03p 1.casinolo-t9lbcj 5.casinolo-lksb2c.casinolo-t9lbcj 32.casinolo-kso601.casinolo-zjjeih 5.casinolo-rsy6su 4.casinolo-ybm5f0 9.casinolo-ybm5f0 8.casinolo-t9lbcj 6.casinolo-xttix1.casinolo-w18umr.casinolo-45slf7.casinolo-z876do.casinolo-el716y 4.casinolo-lvzru5.casinolo-el716y 6.casinolo-el716y 0l29.casinolo-rsy6su 17.casinolo-e6um8s.casinolo-32pkt8 2.casinolo-wourd0 10.casinolo-4yjk5m.casinolo-ask4kg 8.casinolo-23lpv6.casinolo-c6mygr.casinolo-sw03x2.casinolo-p1e0ma.casinolo-eataxt.casinolo-zjjeih.casinolo-qoajt0.casinolo-ask4kg 1.casinolo-f0ch6r.casinolo-11t59v.casinolo-8ngrc9.casinolo-cfskmo.casinolo-tznkas.casinolo-erhhi8 1.casinolo-jnb9wk.casinolo-5s4x4s.5z'/%3e%3c/svg%3e");
}

#rating-container-1:checked ~ .casinolo-oibcbc > .casinolo-anpefl {
  transform: translateY(-100px);
}

#rating-container-2:checked ~ .casinolo-oibcbc > .casinolo-anpefl {
  transform: translateY(-200px);
}

#rating-container-3:checked ~ .casinolo-oibcbc > .casinolo-anpefl {
  transform: translateY(-300px);
}

#rating-container-4:checked ~ .casinolo-oibcbc > .casinolo-anpefl {
  transform: translateY(-400px);
}

#rating-container-5:checked ~ .casinolo-oibcbc > .casinolo-anpefl {
  transform: translateY(-500px);
}

#rating-0 {
  display: none;
}

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

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

.casinolo-et9wm3.casinolo-04c1m7 {
  display: none;
}

.casinolo-nrpi4e {
  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) {
  .casinolo-nrpi4e {
    height: 74px;
    overflow: visible;
  }
}

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

.casinolo-2ilqlo {
  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;
}

.casinolo-2ilqlo::before {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  border: 20px solid transparent;
}

.casinolo-2ilqlo::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  border: 20px solid transparent;
}

.casinolo-2ilqlo img {
  border-radius: 16px;
  overflow: hidden;
}

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

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

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

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

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

.casinolo-o2ttzu {
  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;
}

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

.casinolo-o2ttzu::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) {
  .casinolo-o2ttzu::after {
    display: none;
  }
}

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

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

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

@media only screen and (max-width: 1023px) {
  .casinolo-2exjsq {
    top: -20px;
  }
}

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

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

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

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

.casinolo-et9wm3.casinolo-9z5y2i .casinolo-nrpi4e {
  background: #2b3b67;
}

.casinolo-et9wm3.casinolo-9z5y2i .casinolo-2ilqlo {
  background: linear-gradient(138deg, #14193e 0%, #030045 74.32%);
}

.casinolo-et9wm3.casinolo-9z5y2i .casinolo-2ilqlo::before {
  border-top: 40px solid #2b3b67;
  border-right: 10px solid #2b3b67;
}

.casinolo-et9wm3.casinolo-9z5y2i .casinolo-2ilqlo::after {
  border-right: 10px solid #2b3b67;
  border-bottom: 36px solid #2b3b67;
}

.casinolo-et9wm3.casinolo-9z5y2i .casinolo-o2ttzu::before {
  background: #0e0f41;
}

.casinolo-et9wm3.casinolo-9z5y2i .casinolo-o2ttzu::after {
  background: #152557;
}

.casinolo-et9wm3.casinolo-s34eor .casinolo-nrpi4e {
  background: #1f35fa;
}

.casinolo-et9wm3.casinolo-s34eor .casinolo-2ilqlo {
  background: linear-gradient(138deg, #1d2ba5 0%, #3d22c4 74.32%);
}

.casinolo-et9wm3.casinolo-s34eor .casinolo-2ilqlo::before {
  border-top: 40px solid #1f35fa;
  border-right: 10px solid #1f35fa;
}

.casinolo-et9wm3.casinolo-s34eor .casinolo-2ilqlo::after {
  border-right: 10px solid #1f35fa;
  border-bottom: 36px solid #1f35fa;
}

.casinolo-et9wm3.casinolo-s34eor .casinolo-o2ttzu::before {
  background: linear-gradient(138deg, #1f35fa 0%, #4e17a5 74.32%);
}

.casinolo-et9wm3.casinolo-s34eor .casinolo-o2ttzu::after {
  background: #192ac8;
}

.casinolo-et9wm3.casinolo-ny82yz .casinolo-nrpi4e {
  background: #fa771f;
}

.casinolo-et9wm3.casinolo-ny82yz .casinolo-2ilqlo {
  background: linear-gradient(138deg, #ff5f1b 0%, #ff422d 74.32%);
}

.casinolo-et9wm3.casinolo-ny82yz .casinolo-2ilqlo::before {
  border-top: 40px solid #fa771f;
  border-right: 10px solid #fa771f;
}

.casinolo-et9wm3.casinolo-ny82yz .casinolo-2ilqlo::after {
  border-right: 10px solid #fa771f;
  border-bottom: 36px solid #fa771f;
}

.casinolo-et9wm3.casinolo-ny82yz .casinolo-o2ttzu::before {
  background: linear-gradient(138deg, #ff5f1b 0%, #ff422d 74.32%);
}

.casinolo-et9wm3.casinolo-ny82yz .casinolo-o2ttzu::after {
  background: #fa8535;
}

.casinolo-jot09a {
  max-width: 1110px;
  width: 100%;
  margin: 64px auto 100px;
}

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

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

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

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

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

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

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

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

.casinolo-agw3wg {
  display: flex;
  align-items: center;
  gap: 10px;
}

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

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

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

.casinolo-2f03ud {
  width: 120px;
  height: 22px;
}

.casinolo-2f03ud .casinolo-8vnpj6 {
  fill: #c2c0ce;
}

.casinolo-2f03ud [rating="1"] .casinolo-8vnpj6:not(:nth-child(n + 2)) {
  fill: #ffbe16;
}

.casinolo-2f03ud [rating="2"] .casinolo-8vnpj6:not(:nth-child(n + 3)) {
  fill: #ffbe16;
}

.casinolo-2f03ud [rating="3"] .casinolo-8vnpj6:not(:nth-child(n + 4)) {
  fill: #ffbe16;
}

.casinolo-2f03ud [rating="4"] .casinolo-8vnpj6:not(:nth-child(n + 5)) {
  fill: #ffbe16;
}

.casinolo-2f03ud [rating="5"] .casinolo-8vnpj6:not(:nth-child(n + 6)) {
  fill: #ffbe16;
}

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

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

.casinolo-viy781 {
  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);
}

.casinolo-viy781.casinolo-ol5j8h {
  display: block;
}

.casinolo-viy781.casinolo-04c1m7 {
  display: none;
}

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

.casinolo-xrw8ab {
  display: flex;
  align-items: center;
  margin-bottom: 14px;
}

.casinolo-ax9jpx {
  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);
}

.casinolo-c7f5p4 {
  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;
}

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

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

.casinolo-najato {
  font-size: 16px;
  line-height: 140%;
}

.casinolo-y18xm3 {
  width: 88px;
  height: 16px;
  margin-bottom: 14px;
}

.casinolo-y18xm3 .casinolo-8vnpj6 {
  fill: #c2c0ce;
}

.casinolo-y18xm3 [rating="1"] .casinolo-8vnpj6:not(:nth-child(n + 2)) {
  fill: #ffbe16;
}

.casinolo-y18xm3 [rating="2"] .casinolo-8vnpj6:not(:nth-child(n + 3)) {
  fill: #ffbe16;
}

.casinolo-y18xm3 [rating="3"] .casinolo-8vnpj6:not(:nth-child(n + 4)) {
  fill: #ffbe16;
}

.casinolo-y18xm3 [rating="4"] .casinolo-8vnpj6:not(:nth-child(n + 5)) {
  fill: #ffbe16;
}

.casinolo-y18xm3 [rating="5"] .casinolo-8vnpj6:not(:nth-child(n + 6)) {
  fill: #ffbe16;
}

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

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

/* Review Hero Block Styles */

.casinolo-45rl2d {
  max-width: 1110px;
  width: 100%;
  margin: 32px auto;
}

@media screen and (max-width: 1200px) {
  .casinolo-45rl2d {
    padding: 0 16px;
  }
}

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

.casinolo-5j44fe {
  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) {
  .casinolo-5j44fe {
    padding: 12px;
    gap: 12px;
  }
}

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

.casinolo-megx45 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.casinolo-dz8ek8 {
  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;
}

.casinolo-yuxgrw {
  flex: 1;
  min-width: 0;
}

.casinolo-tshf4w {
  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) {
  .casinolo-tshf4w {
    font-size: 14px;
    gap: 6px;
  }
}

.casinolo-c4jtt2 {
  flex-shrink: 0;
  width: 16px;
  height: 16px;
}

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

.casinolo-c4jtt2 svg path {
  fill: var(--button-bg-color);
}

.casinolo-c4jtt2 svg circle {
  fill: var(--button-text-color);
}

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

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

.casinolo-t5906d strong {
  font-weight: 600;
}

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

.casinolo-256kc4 p {
  margin: 0 0 16px;
}

.casinolo-256kc4 p:last-child {
  margin-bottom: 0;
}

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

.casinolo-cueamb {
  max-width: 300px;
  width: 100%;
}

.casinolo-cueamb a {
  width: 100%;
}

@media (max-width: 575px) {
  .casinolo-cueamb {
    max-width: 200px;
  }
}

.casinolo-r11dmt {
  justify-content: center;
}

.casinolo-dlamta {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.casinolo-mkj9i7 {
  flex-wrap: wrap;
  justify-content: center;
}

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

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

.casinolo-th72au .casinolo-h0p17b {
  justify-content: center;
}

/* faq */

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

.casinolo-gsto77 {
  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.casinolo-rqfsqj ease;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.casinolo-gsto77::after {
  content: "+";
  font-weight: bold;
  transition: transform 0.casinolo-rqfsqj ease;
}

.casinolo-zxw8sz.casinolo-2y4hbi .casinolo-gsto77::after {
  transform: rotate(45deg);
}

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

.casinolo-zxw8sz.casinolo-2y4hbi .casinolo-emljx4 {
  max-height: 200px;
  padding: 15px 20px;
}
/* faq end */

/* review block style */

.casinolo-gw1u3c {
  margin: 25px 0;
}

.casinolo-g75vzz > input:not(:checked) ~ label:hover,
.casinolo-g75vzz > input:not(:checked) ~ label:hover ~ label {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.casinolo-vxl9jb.org/2000/svg' width='126.729' height='126.73'%3e%3cpath fill='%23d8b11e' d='M121.casinolo-ltwgx8 44.casinolo-60mb3q.casinolo-d6m14z.casinolo-u71xax.casinolo-ww8wxb.casinolo-aou0eu.casinolo-dyruo9.casinolo-wg5j2x.casinolo-rc3wr6.casinolo-um1vp5.casinolo-gc5kt6.casinolo-rw4z27.casinolo-e1sxb7 0l-12.casinolo-jvm7vb 30.casinolo-8zv3rj.casinolo-szdx1m 2.casinolo-ez59lu.casinolo-szdx1m 3.casinolo-6bbseb 3.casinolo-esdvn1.casinolo-yfwycv 3.casinolo-1uf2zz.casinolo-cuwtkt.casinolo-d3f3p2.casinolo-6zsnp8 7-3.casinolo-jvm7vb 10.casinolo-m9ww63.casinolo-6zsnp8 23.casinolo-2g2m35.casinolo-kngd5g 1.casinolo-fdowqf 2.casinolo-jvm7vb 3.casinolo-kngd5g 1.casinolo-yfwycv 5.casinolo-msoxav.casinolo-yfwycv 32.casinolo-p1ffca.casinolo-cuwtkt 5.casinolo-e1sxb7 4.casinolo-6zsnp8 9.casinolo-6zsnp8 8.casinolo-yfwycv 6.casinolo-hqr3kh.casinolo-qbsiwo.casinolo-g5wsc7.casinolo-2764oh.casinolo-aypqej 4.casinolo-pswmee.casinolo-aypqej 6.casinolo-aypqej 0l29.casinolo-e1sxb7 17.casinolo-75bcvq.casinolo-psf853 2.casinolo-up3htr 10.casinolo-lqkghu.casinolo-jvm7vb 8.casinolo-o4b60m.casinolo-avx9s8.casinolo-cu3s7x.casinolo-fwl891.casinolo-n914f9.casinolo-cuwtkt.casinolo-aou0eu.casinolo-jvm7vb 1.casinolo-nhs7e9.casinolo-ke39ct.casinolo-1ho3ap.casinolo-d9rvxj.casinolo-l0t0e8.casinolo-fdowqf 1.casinolo-khm2ns.casinolo-fgefe0.5z'/%3e%3c/svg%3e");
}

.casinolo-1svyv4 {
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
  margin: 0 -10px;
  gap: 20px 0;
  margin-top: 50px;
}

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

.casinolo-5qrn3z {
  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);
}

.casinolo-5qrn3z.casinolo-dnruoy {
  display: block;
}

.casinolo-5qrn3z.casinolo-y77ziv {
  display: none;
}

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

.casinolo-aspl6z {
  display: flex;
  align-items: center;
  margin-bottom: 14px;
}

.casinolo-04fnx1 {
  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);
}

.casinolo-k6wkjt {
  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;
}

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

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

.casinolo-3dajrl {
  font-size: 16px;
  line-height: 140%;
}

.casinolo-2sd3a5 {
  width: 88px;
  height: 16px;
  margin-bottom: 14px;
}

.casinolo-2sd3a5 .casinolo-d2jcjp {
  fill: #c2c0ce;
}

.casinolo-2sd3a5 [rating="1"] .casinolo-d2jcjp:not(:nth-child(n + 2)) {
  fill: #ffbe16;
}

.casinolo-2sd3a5 [rating="2"] .casinolo-d2jcjp:not(:nth-child(n + 3)) {
  fill: #ffbe16;
}

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

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

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

/* review block style end */

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

.casinolo-1p1whx 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;
}

.casinolo-1p1whx 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 */

.casinolo-zztlop {
  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);
}

.casinolo-zztlop.casinolo-tirmax {
  opacity: 1;
  pointer-events: auto;
}

/* contanct form */
.casinolo-x0plzt {
  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;
}

.casinolo-x0plzt label {
  font-size: 14px;
}

.casinolo-x0plzt h2 {
  text-align: center;
  margin-bottom: 1rem;
}
.casinolo-x0plzt input,
.casinolo-x0plzt textarea,
.casinolo-x0plzt 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;
}
.casinolo-x0plzt button {
  background-color: var(--button-bg-color);
  color: var(--text-color);
  border: none;
  cursor: pointer;
  transition: background 0.casinolo-rqfsqj ease;
}
.casinolo-x0plzt button:hover {
  background-color: var(--button-bg-hover);
}
.casinolo-tcjo74 {
  text-align: center;
  color: green;
  font-weight: 500;
  padding: 50px 0;
  animation: fadeIn 0.casinolo-p1nt58 ease-in;
}

.casinolo-tcjo74 h2 {
  color: green;
  font-weight: 500;
}

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

/* brandauto-contrast-fix v1 */
:root {
  --footer-menu-color: #ece7dc;
  --updated-block-color: #ece7dc;
  --rate-counter-bg: #1e1e1e;
  --rate-counter-bg-top: #2a2a2a;
}
.casinolo-wbwthp, .casinolo-ig95q4, [class*="review-card"],
thead, thead th, table th, .casinolo-9gjttl,
.casinolo-u3n37g, [class*="collapsible-header"],
.casinolo-6g36ri, [class*="updated-block"] {
  color: #ece7dc !important;
}
