@charset "UTF-8";
:root {
  --width: 1480px;
  --display-width: var(--width);
  --offsets: 30px;
  --ff-primary: "Figtree", "Arial", "Helvetica CY", "Nimbus Sans L", sans-serif;
}

* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-family: inherit;
}

body {
  background: var(--main-theme-color);
}

.boho-casino-m33nlq {
  margin: 0 auto;
  padding: 0 var(--offsets);
  max-width: var(--display-width);
}

.boho-casino-vlgeeu {
  max-width: 100%;
}

p {
  margin-top: 1rem;
  margin-bottom: 1rem;
  font-size: 18px;
  font-weight: 500;
  line-height: 20px;
  color: var(--text-color);
}

a {
  font-weight: 400;
  font-size: 18px;
  color: var(--title-color);
}

b {
  color: #fff;
}

a:hover {
  text-decoration: none;
}

ol:not([class]),
ul:not([class]) {
  margin-top: 1rem;
  margin-bottom: 1rem;
  padding-left: 25px;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.5rem;
}

caption {
  margin: 5px 0;
  font-size: 24px;
}

ol[class],
ul[class] {
  list-style: none;
}

ol.boho-casino-5kisdf,
ul.boho-casino-5kisdf {
  padding-left: 20px;
}

ul.boho-casino-5kisdf {
  list-style: disc;
}

ol.boho-casino-5kisdf {
  list-style: numbers;
}

img {
  height: auto;
  max-width: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  color: var(--title-color);
}

h1 {
  margin-bottom: 32px;
  font-size: 34px;
  font-weight: 800;
  line-height: 40px;
}

h2 {
  margin-bottom: 1rem;
  font-size: 30px;
  font-weight: 800;
  line-height: 36px;
}

h3 {
  margin-bottom: 1rem;
  font-weight: 600;
  font-size: 1.6rem;
  line-height: 2.1rem;
}

h4 {
  font-size: 17px;
  font-style: normal;
  font-weight: 800;
  line-height: 24px;
}

h5 {
  margin-bottom: 1rem;
  font-weight: 600;
  font-size: 1.2rem;
  line-height: 1.7rem;
}

h6 {
  margin-bottom: 1rem;
  font-weight: 600;
  font-size: 1rem;
  line-height: 1.5rem;
}

@media (max-width: 767px) {
  h1 {
    font-size: 28px;
    font-weight: 800;
    line-height: 32px;
    margin-bottom: 12px;
  }
  h2 {
    font-size: 25px;
    font-weight: 800;
    line-height: 32px;
  }
}

.boho-casino-x8nv9m > .boho-casino-7i8u7q,
.boho-casino-x8nv9m > .boho-casino-xezd8e,
.boho-casino-x8nv9m > blockquote,
.boho-casino-x8nv9m > h1,
.boho-casino-x8nv9m > h2,
.boho-casino-x8nv9m > h3,
.boho-casino-x8nv9m > h4,
.boho-casino-x8nv9m > h5,
.boho-casino-x8nv9m > h6,
.boho-casino-x8nv9m > ol,
.boho-casino-x8nv9m > p,
.boho-casino-x8nv9m > ul {
  margin-right: auto;
  margin-left: auto;
  padding: 0 var(--offsets);
  max-width: var(--display-width);
}

.boho-casino-x8nv9m > ol,
.boho-casino-x8nv9m > ul {
  padding-left: 50px;
}

.boho-casino-x8nv9m blockquote,
blockquote {
  margin-top: 1rem;
  border-left: 5px solid var(--button-bg-color);
  padding: 1rem var(--offsets) 1rem 2rem;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.5rem;
  background-color: #f0f8ffff;
}

.boho-casino-x8nv9m:not(:last-child) {
  margin-bottom: 2rem;
}

.boho-casino-x8nv9m > :not(:first-child) {
  margin-top: 2rem;
}

.boho-casino-x8nv9m {
  margin-top: 64px;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.boho-casino-x8nv9m:first-child {
  margin-top: 40px;
}

@media (max-width: 767px) {
  .boho-casino-x8nv9m:first-child {
    margin-top: 20px;
  }
}

.boho-casino-x8nv9m > p:last-of-type {
  margin-bottom: 32px;
}

.boho-casino-x8nv9m > .boho-casino-e8r4xy:not(:first-child) {
  margin: 64px auto 16px auto;
}

.boho-casino-ni0orv > .boho-casino-e8r4xy {
  margin-left: auto;
  margin-right: auto;
  padding: 0 var(--offsets);
  max-width: var(--display-width);
}

.boho-casino-xezd8e {
  overflow: auto;
}

.boho-casino-xezd8e::-webkit-scrollbar {
  height: 5px;
}

.boho-casino-xezd8e table,
table {
  margin-top: 24px;
  border-collapse: collapse;
  width: 100%;
  word-break: break-word;
}

.boho-casino-xezd8e table {
  border-radius: 12px;
  border: 2px solid var(--border-color);
  /* background: #0f442e; */
}

.boho-casino-xezd8e table thead,
table thead {
  border-bottom: none;
}

.boho-casino-xezd8e table th,
table th {
  padding: 5px 5px;
  text-align: center;
  color: var(--color-table-th-color);
  background-color: var(--table-1-color);
}

.boho-casino-xezd8e table th:not(:last-child) {
  border-right: 1px solid var(--border-color);
}

.boho-casino-xezd8e table td,
table td {
  border: 1px solid var(--border-color);
  padding: 5px 5px;
}

.boho-casino-xezd8e .boho-casino-6ths86 {
  table-layout: auto;
}

.boho-casino-xezd8e .boho-casino-6ths86 th {
  word-break: normal;
}

.boho-casino-xezd8e .boho-casino-6ths86 td {
  word-break: normal;
}

.boho-casino-m33nlq .boho-casino-m33nlq {
  padding-right: 0;
  padding-left: 0;
}

.boho-casino-tchoba {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0;
  line-height: 0;
}

.boho-casino-2ikodt {
  position: absolute;
  -webkit-clip-path: inset(100%);
  clip-path: inset(100%);
  overflow: hidden;
  margin: -1px;
  border: 0;
  padding: 0;
  width: 1px;
  height: 1px;
  white-space: nowrap;
  clip: rect(0 0 0 0);
}

body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 100vh;
  overflow-x: hidden;
  font-family: var(--ff-primary);
  color: var(--text-color);
}

main {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.boho-casino-kcekn2 {
  display: inline-block;
  margin: 1rem auto;
  border-radius: 5px;
  padding: 10px 30px;
  width: 100%;
  font-weight: 700;
  text-align: center;
  background: -o-linear-gradient(
    150deg,
    #fff0 0,
    #fff0 5%,
    #cccf 50%,
    #fff 95%,
    #fff 100%
  );
  background: linear-gradient(
    300deg,
    #fff0 0,
    #fff0 5%,
    #cccf 50%,
    #fff 95%,
    #fff 100%
  );
}

html {
  font-size: 17px;
}

.boho-casino-7i8u7q {
  margin-top: 24px;
}

.boho-casino-7i8u7q.boho-casino-civwn4 {
  text-align: left;
}

.boho-casino-7i8u7q.boho-casino-hjsb8p {
  text-align: right;
}

.boho-casino-7i8u7q.boho-casino-p33nn7 {
  text-align: center;
}

.boho-casino-xpwby3 {
  display: inline-block;
  border: none;
  border-radius: 8px;
  padding: 14px;
  font-size: 16px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
  color: var(--color-content-button);
  background: var(--button-bg-color);
  border: 1px solid var(--border-color);
  transform-origin: center;
  transition: 0.boho-casino-5r3rh6 ease-in-out;
  cursor: pointer;
}

.boho-casino-xpwby3:hover {
  color: var(--button-bg-color);
  background: 0 0;
}

.boho-casino-xpwby3 {
  min-width: 328px;
}

@media (max-width: 768px) {
  .boho-casino-xpwby3 {
    min-width: unset;
  }
}

.boho-casino-iv9276 {
  background-color: var(--fh-bg-color);
}

.boho-casino-a8d9ar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 8px 20px;
}

.boho-casino-ey8ion {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  max-width: 160px;
}

.boho-casino-ey8ion img {
  max-height: 80px;
  object-fit: contain;
}

.boho-casino-9bk7rk {
  flex: 1 1;
}

.boho-casino-thoxet {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-left: auto;
}

.boho-casino-w0ngvm {
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 35px;
  height: 25px;
  cursor: pointer;
}

.boho-casino-w0ngvm span {
  display: block;
  border-radius: 20%;
  width: 100%;
  height: 3px;
  background-color: var(--text-color);
  -webkit-transform-origin: center;
  -ms-transform-origin: center;
  transform-origin: center;
  -webkit-transition: 250ms;
  -o-transition: 250ms;
  transition: 250ms;
}

.boho-casino-w0ngvm.boho-casino-wwhjn1 span:nth-of-type(1) {
  -webkit-transform: translateY(11px) rotateZ(45deg);
  -ms-transform: translateY(11px) rotate(45deg);
  transform: translateY(11px) rotateZ(45deg);
}

.boho-casino-w0ngvm.boho-casino-wwhjn1 span:nth-of-type(2) {
  -webkit-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform: scaleX(0);
}

.boho-casino-w0ngvm.boho-casino-wwhjn1 span:nth-of-type(3) {
  -webkit-transform: translateY(-11px) rotateZ(-45deg);
  -ms-transform: translateY(-11px) rotate(-45deg);
  transform: translateY(-11px) rotateZ(-45deg);
}

.boho-casino-9bk7rk + .boho-casino-thoxet {
  margin-left: 20px;
}

.boho-casino-lqipm5 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  outline: 0;
  border: none;
  border-radius: 8px;
  font-size: 16px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
  color: #196948;
  transition: 250ms;
  cursor: pointer;
  padding: 10px;
  min-width: 240px;
}

.boho-casino-lqipm5 > svg {
  max-width: 24px;
  max-height: 24px;
}

.boho-casino-lqipm5 + .boho-casino-lqipm5 {
  margin-left: 5px;
}

.boho-casino-hxtrv4 {
  color: var(--button-text-color);
  background-color: var(--button-bg-color);
  border: 1px solid var(--border-color);
  transition: 0.2s;
}

.boho-casino-hxtrv4:hover {
  background-color: var(--button-bg-hover);
}

.boho-casino-29pq3k {
  color: var(--button-text-color);
  background-color: var(--button-bg-color);
  transition: 0.boho-casino-5r3rh6 ease-in-out;
  border: 1px solid var(--border-color);
}

.boho-casino-29pq3k:hover {
  color: var(--button-text-color);
  background-color: var(--button-bg-hover);
}

.boho-casino-mjfbec {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
  list-style: none;
  margin: 0;
  padding: 0;
  height: 100%;
}

@media (max-width: 1100px) {
  .boho-casino-9bk7rk {
    flex: 1 1 100%;
    order: 10;
    margin-top: 8px;
  }
  .boho-casino-mjfbec {
    justify-content: center;
  }
}

@media (max-width: 1024px) {
  .boho-casino-9bk7rk {
    margin-top: unset;
  }
}

@media (max-width: 768px) {
  .boho-casino-lqipm5 {
    min-width: unset;
    flex: 1 1;
  }
}

.boho-casino-fdrs7m {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 100%;
  cursor: pointer;
}

.boho-casino-fdrs7m:hover > a::after {
  -webkit-transform: scaleX(1);
  -ms-transform: scaleX(1);
  transform: scaleX(1);
}

.boho-casino-fdrs7m:hover .boho-casino-zkwwsl {
  opacity: 1;
  pointer-events: auto;
}

.boho-casino-mi5hvb {
  position: relative;
  display: flex;
  align-content: center;
  justify-content: center;
  margin: 0 0.5rem;
  padding: 0.5rem;
  box-sizing: border-box;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 28px;
  text-decoration: none;
  color: var(--text-color);
  transition: 0.boho-casino-o10sxd ease-in-out;
  gap: 4px;
}

.boho-casino-mi5hvb > svg {
  max-width: 28px;
  max-height: 28px;
  fill: var(--text-color);
  stroke: var(--text-color);
}

.boho-casino-mi5hvb .boho-casino-tchoba img {
  width: auto;
  height: 1.2rem;
  -o-object-fit: contain;
  object-fit: contain;
}

.boho-casino-il0avg,
.boho-casino-mi5hvb:hover {
  color: var(--button-bg-hover);
}

.boho-casino-yp4d4e {
  position: relative;
}

.boho-casino-yp4d4e .boho-casino-mi5hvb {
  margin-right: 0;
  padding-right: 4px;
}

.boho-casino-n5518s svg {
  fill: var(--text-color);
  stroke: var(--text-color);
}

.boho-casino-yp4d4e.boho-casino-wwhjn1 .boho-casino-n5518s svg {
  -webkit-transform: rotateZ(180deg);
  -ms-transform: rotate(180deg);
  transform: rotateZ(180deg);
}

.boho-casino-yp4d4e.boho-casino-wwhjn1 .boho-casino-zkwwsl {
  position: relative;
  top: 0;
  display: block;
  margin-top: 0;
  padding: 0 1rem;
  opacity: 1;
  pointer-events: auto;
}

.boho-casino-yp4d4e.boho-casino-wwhjn1 .boho-casino-zkwwsl::before {
  display: none;
}

.boho-casino-n5518s svg {
  width: 100%;
  height: auto;
  max-width: 15px;
  -webkit-transition: 250ms;
  -o-transition: 250ms;
  transition: 250ms;
}

.boho-casino-zkwwsl {
  position: absolute;
  top: 100%;
  z-index: 100;
  list-style: none;
  margin-top: 0.5rem;
  border-radius: 5px;
  padding: 0.boho-casino-sfkwz5 1rem;
  background-color: var(--fh-bg-color);
  opacity: 0;
  transition: 250ms;
  width: auto;
  pointer-events: none;
}

.boho-casino-zkwwsl::before {
  content: "";
  position: absolute;
  left: 0;
  top: -0.5rem;
  width: 100%;
  height: 0.5rem;
  background-color: transparent;
}

.boho-casino-zkwwsl:hover {
  color: var(--fh-bg-color);
}

.boho-casino-yfdrsb {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0.boho-casino-sfkwz5 0;
  font-size: 14px;
  font-weight: 500;
  line-height: 28px;
  white-space: nowrap;
  text-decoration: none;
  color: var(--text-color);
  -webkit-transition: 0.boho-casino-o10sxd ease-in-out;
  -o-transition: 0.boho-casino-o10sxd ease-in-out;
  transition: 0.boho-casino-o10sxd ease-in-out;
}

.boho-casino-yfdrsb .boho-casino-tchoba img {
  width: auto;
  height: 1.2rem;
  -o-object-fit: contain;
  object-fit: contain;
}

.boho-casino-j73zrb,
.boho-casino-yfdrsb:hover {
  color: var(--button-bg-hover);
}

.boho-casino-rtu2pj {
  display: grid;
  grid-template-rows: auto 1fr auto auto;
  grid-template-columns: 1fr auto;
  border-radius: 12px;
  border: 2px solid var(--border-color);
  background-color: var(--fh-bg-color);
  padding: 20px;
  gap: 8px 12px;
  min-height: 240px;
  height: 100%;
}

.boho-casino-rtu2pj.boho-casino-09j4t4 {
  position: relative;
  z-index: 1;
  overflow: hidden;
  border: none;
}

.boho-casino-rtu2pj.boho-casino-09j4t4:after,
.boho-casino-rtu2pj.boho-casino-09j4t4:before {
  content: "";
  position: absolute;
  margin: auto;
}

.boho-casino-rtu2pj.boho-casino-09j4t4:before {
  width: 1000px;
  top: 0;
  height: 1000px;
  right: 0;
  bottom: 0;
  left: -200px;
  background-color: var(--border-color);
  background: var(--border-color);
  background: conic-gradient(var(--border-color), var(--button-bg-color));
  animation: rotate 2s linear infinite;
  z-index: -1;
}

@keyframes rotate {
  100% {
    transform: rotate(1turn);
  }
}

.boho-casino-rtu2pj.boho-casino-09j4t4:after {
  top: 2px;
  right: 2px;
  bottom: 2px;
  left: 2px;
  background-color: var(--fh-bg-color);
  border-radius: 12px;
  z-index: 0;
}

.boho-casino-rtu2pj.boho-casino-09j4t4 > * {
  z-index: 1;
}

.boho-casino-rtu2pj b,
.boho-casino-rtu2pj strong {
  color: var(--button-text-color);
  text-shadow: 0 0 8px var(--button-text-color);
}

.boho-casino-rtu2pj .boho-casino-xgor9m {
  grid-row: 1/2;
  grid-column: 1/2;
  font-size: 24px;
  font-weight: 900;
  line-height: 32px;
  text-transform: uppercase;
  margin: 0;
  color: #fff;
}

.boho-casino-rtu2pj .boho-casino-mxf5cw {
  grid-row: 2/3;
  grid-column: 1/2;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
  color: #fff;
  margin-top: 0;
}

.boho-casino-rtu2pj .boho-casino-tchoba {
  grid-row: 1/-1;
  grid-column: 2/3;
  min-width: 146px;
}

.boho-casino-rtu2pj .boho-casino-hm3z3j {
  margin-top: 12px;
}

.boho-casino-hm3z3j {
  display: flex;
  gap: 8px;
  grid-row: 3/4;
  grid-column: 1/2;
}

.boho-casino-6tloyi {
  flex: 1 1;
  color: var(--button-text-color);
  font-size: 16px;
  font-weight: 700;
  line-height: 20px;
  border-radius: 8px;
  border: 2px dashed var(--border-color);
  padding: 12px;
  max-width: 220px;
}

.boho-casino-hm3z3j .boho-casino-yazfyk {
  display: flex;
  align-items: center;
  gap: 4px;
  padding: 6px 8px;
  border-radius: 8px;
  color: #fff;
  background: rgba(255, 255, 255, 0.1);
  border: none;
  font-size: 14px;
  font-weight: 800;
  line-height: 20px;
  text-transform: uppercase;
  cursor: pointer;
  transition: 0.boho-casino-5r3rh6 ease-in-out;
}

.boho-casino-hm3z3j .boho-casino-yazfyk:hover {
  background: rgba(255, 255, 255, 0.3);
}

.boho-casino-l3y17b {
  position: relative;
  display: flex;
  align-items: center;
  min-width: 320px;
  justify-content: space-between;
  border-radius: 8px;
  grid-row: 4/5;
  grid-column: 1/2;
  font-size: 16px;
  font-weight: 700;
  line-height: 20px;
  border: none;
  width: fit-content;
  cursor: pointer;
}

.boho-casino-rtu2pj.boho-casino-3jztgp {
  gap: 12px;
  padding: 16px;
}

.boho-casino-rtu2pj.boho-casino-3jztgp .boho-casino-l3y17b {
  min-width: 240px;
}

.boho-casino-rtu2pj.boho-casino-3jztgp .boho-casino-l3y17b.boho-casino-l7cx1q {
  padding: 10px 12px;
}

@media (max-width: 1200px) {
  .boho-casino-rtu2pj .boho-casino-xgor9m {
    grid-row: 1/2;
    grid-column: 1/3;
  }
  .boho-casino-rtu2pj .boho-casino-mxf5cw {
    grid-row: 2/3;
    grid-column: 1/2;
  }
  .boho-casino-rtu2pj .boho-casino-tchoba {
    min-width: 78px;
    grid-row: 2/3;
    grid-column: 2/3;
    align-self: start;
    max-width: 110px;
  }
  .boho-casino-rtu2pj.boho-casino-3jztgp .boho-casino-tchoba {
    max-width: 126px;
  }
  .boho-casino-rtu2pj .boho-casino-hm3z3j {
    grid-row: 3/4;
    grid-column: 1/3;
  }
  .boho-casino-rtu2pj .boho-casino-6tloyi {
    max-width: unset;
  }
  .boho-casino-l3y17b {
    min-width: unset;
    width: 100%;
  }
  .boho-casino-rtu2pj .boho-casino-l3y17b {
    grid-row: 4/5;
    grid-column: 1/3;
  }
  .boho-casino-rtu2pj.boho-casino-3jztgp {
    grid-template-rows: auto 1fr auto;
  }
  .boho-casino-rtu2pj.boho-casino-3jztgp .boho-casino-l3y17b {
    grid-row: 3/4;
  }
}

@media (max-width: 768px) {
  .boho-casino-rtu2pj {
    padding: 16px;
    gap: 16px 12px;
    min-height: unset;
  }
  .boho-casino-rtu2pj .boho-casino-xgor9m {
    font-size: 18px;
    font-weight: 900;
    line-height: 24px;
  }
  .boho-casino-rtu2pj .boho-casino-tchoba {
    max-width: 78px;
  }
  .boho-casino-rtu2pj .boho-casino-hm3z3j {
    margin-top: -12px;
  }
  .boho-casino-rtu2pj.boho-casino-3jztgp {
    gap: 8px;
  }
  .boho-casino-rtu2pj.boho-casino-3jztgp .boho-casino-xgor9m {
    grid-row: 1/2;
    grid-column: 1/2;
  }
  .boho-casino-rtu2pj.boho-casino-3jztgp .boho-casino-mxf5cw {
    grid-column: 1/3;
  }
  .boho-casino-rtu2pj.boho-casino-3jztgp .boho-casino-tchoba {
    grid-row: 1/2;
    grid-column: 2/3;
  }
  .boho-casino-rtu2pj.boho-casino-3jztgp .boho-casino-tchoba img {
    max-width: 114px;
  }
}

.boho-casino-l3y17b.boho-casino-ua6p05,
.boho-casino-l3y17b.boho-casino-4dhsna,
.boho-casino-l3y17b.boho-casino-swve2p {
  color: var(--button-text-color);
  background-color: var(--button-bg-color);
  padding: 12px 12px 12px 64px;
  border: 1px solid var(--border-color);
  transition: 0.boho-casino-5r3rh6 ease-in-out;
}

.boho-casino-l3y17b.boho-casino-ua6p05,
.boho-casino-l3y17b.boho-casino-swve2p {
  padding: 10px;
}

.boho-casino-l3y17b.boho-casino-ua6p05:hover,
.boho-casino-l3y17b.boho-casino-4dhsna:hover,
.boho-casino-l3y17b.boho-casino-swve2p:hover {
  background: var(--button-bg-hover);
}

.boho-casino-l3y17b.boho-casino-ua6p05:hover svg path,
.boho-casino-l3y17b.boho-casino-swve2p:hover svg path {
  stroke: var(--button-text-color);
  fill: none;
}

.boho-casino-l3y17b.boho-casino-l7cx1q {
  color: var(--button-text-color);
  background-color: transparent;
  border: 1px solid var(--border-color);
  padding: 12px;
  transition: 0.boho-casino-5r3rh6 ease-in-out;
  background: var(--button-bg-color);
}

.boho-casino-l3y17b.boho-casino-l7cx1q:hover {
  background-color: var(--button-bg-hover);
}

.boho-casino-l3y17b.boho-casino-4dhsna:before {
  content: "";
  position: absolute;
  top: -2px;
  left: 6px;
  width: 52px;
  min-width: 52px;
  height: 52px;
  background-image: url(../images/mini-gift.png);
  background-position: center;
  background-repeat: no-repeat;
  animation: move 2s infinite;
}

@keyframes move {
  50% {
    transform: translateY(-5px) rotate(15deg);
  }
  70% {
    transform: translateY(-5px) rotate(5deg);
  }
}

.boho-casino-l3y17b.boho-casino-4dhsna:after {
  content: "";
  width: 24px;
  min-width: 24px;
  height: 24px;
  background-image: url(../images/user.svg);
  background-position: center;
  background-repeat: no-repeat;
}

.boho-casino-l3y17b.boho-casino-l7cx1q:after {
  content: "";
  width: 24px;
  min-width: 24px;
  height: 24px;
  background-image: url(../images/btn-arrows.svg);
  background-position: center;
  background-repeat: no-repeat;
}

.boho-casino-pzpg2q {
  max-width: 650px;
}

.boho-casino-5se9w3 {
  position: relative;
  padding-bottom: 56.25%;
  width: 100%;
  height: 0;
  background-color: #000;
}

.boho-casino-f0aod2 {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.boho-casino-yayr4d {
  position: absolute;
  width: 44px;
  height: 44px;
  left: 50%;
  top: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  outline: 0;
  border: none;
  border-radius: 22px;
  background: #575757;
  transform: translate(-50%, -50%);
  transition: 0.boho-casino-o10sxd ease-in-out;
  cursor: pointer;
}

.boho-casino-yayr4d:hover {
  opacity: 0.5;
}

.boho-casino-yayr4d:focus {
  outline: 0;
}

.boho-casino-yayr4d:focus .boho-casino-gxitby,
.boho-casino-yayr4d:hover .boho-casino-gxitby {
  fill: red;
  fill-opacity: 1;
}

.boho-casino-yayr4d:hover {
  cursor: pointer;
}

.boho-casino-qljz4l {
  position: absolute;
  left: 0;
  top: 0;
  border: none;
  width: 100%;
  height: 100%;
}

.boho-casino-pzpg2q.boho-casino-p33nn7 {
  margin: 0 auto;
}

.boho-casino-pzpg2q.boho-casino-hjsb8p {
  margin-left: auto;
}

.boho-casino-dkm8kx {
  margin: 33px 20px 0 20px;
  padding: 33px 40px 40px 40px;
  background-color: var(--fh-bg-color);
  border-radius: 12px 12px 0 0;
}

.boho-casino-obf6ie {
  padding-bottom: 50px;
}

.boho-casino-rk8eyd {
  justify-content: flex-start;
  align-items: center;
  flex: 1 1;
}

.boho-casino-o4ssw8 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-flow: wrap row-reverse;
  flex-flow: wrap row-reverse;
  gap: 20px;
}

.boho-casino-fcgl6o {
  margin-top: 24px;
}

.boho-casino-agdos0 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.boho-casino-7sus8d {
  width: 100%;
  font-size: 14px;
  line-height: 16px;
  text-align: center;
  color: var(--color-footer-text);
  margin-top: 4px;
}

.boho-casino-9djqyo {
  display: flex;
  gap: 12px 20px;
  flex-direction: column;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: center;
  list-style: none;
  margin: 0;
  padding: 0;
  max-height: 150px;
}

.boho-casino-h8vkzw {
  width: 468px;
}

.boho-casino-9djqyo .boho-casino-zkwwsl {
  margin: 0.boho-casino-iy0t8e 0;
}

.boho-casino-j2lrmu {
  display: flex;
  min-width: 224px;
}

.boho-casino-gmy8fy {
  cursor: pointer;
  display: inline-block;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  text-decoration: none;
  color: var(--footer-text-color);
  transition: 0.boho-casino-o10sxd ease-in-out;
}

.boho-casino-w2fstz,
.boho-casino-gmy8fy:hover {
  color: var(--text-color);
}

.boho-casino-fl1i7r {
  display: flex;
  flex-wrap: wrap;
  padding: 0;
}

.boho-casino-4ytwfq {
  display: flex;
  flex-direction: column;
}

@media (max-width: 1024px) {
  .boho-casino-dkm8kx {
    padding: 16px;
  }
  .boho-casino-fl1i7r {
    flex-direction: column;
    gap: 40px;
    padding: 0;
  }
  .boho-casino-4ytwfq {
    align-items: center;
  }
  .boho-casino-h8vkzw {
    width: unset;
  }
  .boho-casino-j2lrmu {
    min-width: unset;
  }
  .boho-casino-9djqyo {
    max-height: unset;
  }
  .boho-casino-rk8eyd {
    align-items: flex-start;
  }
}

@media (max-width: 768px) {
  .boho-casino-dkm8kx {
    margin: 33px 16px 0 16px;
    padding: 16px;
  }
}

.boho-casino-i28uso {
  border-radius: 12px;
  border: 2px solid var(--border-color);
  background: var(--fh-bg-color);
  padding: 16px;
}

.boho-casino-i28uso:not(:last-child) {
  margin-bottom: 16px;
}

.boho-casino-3fcdsq {
  outline: 0;
}

.boho-casino-3fcdsq .boho-casino-hkdbob {
  color: #fff;
  font-size: 17px;
  font-weight: 800;
  line-height: 24px;
}

.boho-casino-z0bhip {
  display: flex;
  align-items: center;
  gap: 8px;
  outline: 0;
  cursor: pointer;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
}

.faq__details[open] .boho-casino-z0bhip {
  padding-bottom: 16px;
  border-bottom: 1px solid var(--border-color);
}

.boho-casino-z0bhip::-webkit-details-marker {
  display: none;
}

.boho-casino-z0bhip:before {
  content: "?";
  display: flex;
  font-size: 21px;
  padding: 5px 10px;
  border-radius: 25px;
  color: var(--text-color);
  background: var(--button-bg-color);
  background-repeat: no-repeat;
  background-position: center;
}

.boho-casino-z0bhip:after {
  content: "↑";
  display: flex;
  padding: 5px 10px;
  color: var(--text-color);
  border: 1px solid var(--button-bg-color);
  border-radius: 25px;
  transform: rotate(180deg);
  transition: 250ms;
}

.faq__details[open] .boho-casino-z0bhip:after {
  transform: unset;
}

.boho-casino-hkdbob {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0;
  width: 100%;
  font-family: inherit;
  font-weight: 700;
  font-size: 20px;
  line-height: 24px;
  color: var(--color-faq-item-title);
}

.boho-casino-hkdbob svg {
  z-index: 10;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-left: 30px;
  width: 30px;
  height: 30px;
  fill: var(--color-faq-item-title);
  -webkit-transition: 0.boho-casino-o10sxd ease-in-out;
  -o-transition: 0.boho-casino-o10sxd ease-in-out;
  transition: 0.boho-casino-o10sxd ease-in-out;
}

.boho-casino-7t7gzm {
  padding: 16px 0 0 0;
}

.boho-casino-7t7gzm * {
  margin-top: 0.8rem;
  font-family: inherit;
  font-weight: 500;
  font-style: normal;
  font-size: inherit;
  line-height: inherit;
}

page-header__button .boho-casino-7t7gzm :first-child {
  margin-top: 0;
}

@media (max-width: 767px) {
  .boho-casino-z0bhip {
    flex-wrap: wrap;
    gap: 12px;
  }
  .boho-casino-z0bhip::after {
    margin-left: auto;
  }
  .boho-casino-hkdbob {
    order: 3;
    flex: 1 1 100%;
  }
  .boho-casino-z0bhip {
    font-size: 14px;
    line-height: 130%;
  }
  .boho-casino-hkdbob svg {
    margin-left: 15px;
    width: 18px;
    height: 18px;
    fill: var(--color-faq-item-title);
  }
}

.boho-casino-gnftmt {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  border-radius: 12px;
  border: 2px solid var(--border-color);
  background: var(--fh-bg-color);
  padding: 16px;
  margin: 0;
}

.boho-casino-5ofpz5 {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #fff;
  margin: 0;
  width: 100%;
  cursor: pointer;
}

.boho-casino-gnftmt.boho-casino-wwhjn1 .boho-casino-5ofpz5 {
  margin-bottom: 12px;
}

.boho-casino-5ofpz5::after {
  content: "";
  display: flex;
  width: 32px;
  min-width: 32px;
  height: 32px;
  background-image: url(../images/round-arrow.svg);
  background-repeat: no-repeat;
  background-position: center;
  transform: rotate(180deg);
  transition: 250ms;
}

.boho-casino-gnftmt.boho-casino-wwhjn1 .boho-casino-5ofpz5::after {
  transform: unset;
}

.boho-casino-y3iemf {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  list-style: none;
  overflow: hidden;
  margin: 0;
  padding: 0;
  width: 100%;
  height: auto;
  max-height: 0;
}

.boho-casino-16x0p4 {
  display: flex;
  align-items: center;
  gap: 4px;
  padding: 6px 12px;
  text-decoration: none;
  color: #fff;
  transition: 0.boho-casino-o10sxd ease-in-out;
  border-radius: 8px;
  border: 1px solid var(--border-color);
}

.boho-casino-16x0p4:before {
  content: "";
  display: flex;
  width: 12px;
  min-width: 12px;
  height: 12px;
  background-image: url(../images/list-marker.svg);
  background-repeat: no-repeat;
  background-position: center;
}

.boho-casino-gnftmt.boho-casino-wwhjn1 .boho-casino-y3iemf {
  max-height: 100%;
}

.boho-casino-k7mwp5 {
  margin: 0 auto 3rem;
  padding: 0 10px;
  max-width: var(--display-width);
}

.boho-casino-58mffx {
  padding: 4px 0;
  background: rgba(255, 255, 255, 0.1);
}

.boho-casino-j7khpo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  list-style: none;
  margin-top: 0;
  padding-top: 0;
  padding-bottom: 0;
}

.boho-casino-amexrl {
  margin-right: 4px;
}

.boho-casino-9hpfzd {
  display: flex;
  align-items: center;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  text-decoration: none;
  color: var(--button-bg-color);
  padding: 4px 0;
  transition: color 0.boho-casino-o10sxd ease-in-out;
}

.boho-casino-9hpfzd svg {
  width: 4px;
  height: 4px;
  margin-left: 4px;
  stroke: var(--text-color);
}

.boho-casino-hx942t,
.boho-casino-9hpfzd:hover {
  color: var(--text-color);
}

.boho-casino-9i5bts {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 100;
  display: grid;
  grid-template-columns: auto 1fr auto;
  grid-template-rows: auto auto;
  border-radius: 12px 12px 0 0;
  padding: 8px;
  gap: 0 8px;
  background-color: #008f5e;
  color: #fff;
  width: 100%;
  border: none;
  cursor: pointer;
}

.boho-casino-9i5bts img {
  grid-column: 1/2;
  grid-row: 1/3;
  max-width: 58px;
  height: auto;
}

.boho-casino-9i5bts .boho-casino-z9edo7 {
  grid-column: 2/3;
  grid-row: 1/2;
  text-align: left;
  margin-top: 0;
  font-size: 14px;
  font-weight: 900;
  line-height: 20px;
  text-transform: uppercase;
}

.boho-casino-9i5bts .boho-casino-vk0677 {
  grid-column: 2/3;
  grid-row: 2/3;
  text-align: left;
  color: var(--title-color);
  margin-top: 0;
  font-size: 14px;
  font-weight: 900;
  line-height: 20px;
  text-transform: uppercase;
}

.boho-casino-2ozqzg {
  display: flex;
  align-items: center;
  grid-column: 3/4;
  grid-row: 1/3;
  color: #196948;
  font-size: 14px;
  font-weight: 800;
  line-height: 20px;
  padding: 10px 16px;
  border-radius: 8px;
  background-color: var(--title-color);
  margin-top: 0;
}

.boho-casino-c6dh43 {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.boho-casino-fguje4 .boho-casino-m33nlq {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.boho-casino-fguje4 {
  background-image: url(../images/404.webp);
  background-position: -100px;
}

.boho-casino-cinf7e {
  margin-top: 2rem;
  font-size: 5rem;
  line-height: 6rem;
  text-align: center;
}

.boho-casino-70jjcp {
  margin: 0;
  font-weight: 400;
  font-size: 2rem;
  line-height: 2.5rem;
  text-align: center;
}

.boho-casino-o9zmhl {
  display: inline-block;
  margin: 2rem auto 0;
  border: none;
  border-radius: 5px;
  padding: 0.boho-casino-rkcvfd 2rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 1.2rem;
  text-decoration: none;
  color: var(--color-content-button);
  background: var(--button-bg-color);
  -webkit-transform-origin: center;
  -ms-transform-origin: center;
  transform-origin: center;
  -webkit-transition: 150ms;
  -o-transition: 150ms;
  transition: 150ms;
  cursor: pointer;
}

.boho-casino-o9zmhl:hover {
  -webkit-transform: translateY(-3px);
  -ms-transform: translateY(-3px);
  transform: translateY(-3px);
}

.boho-casino-kqmacd {
  position: fixed;
  right: 10px;
  bottom: 15px;
  z-index: 10;
}

.boho-casino-74k910 {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  outline: 0;
  border: none;
  border-radius: 5px;
  width: 50px;
  height: 50px;
  -webkit-box-shadow: 0 0 20px 5px #223c5059;
  box-shadow: 0 0 20px 5px #223c5059;
  background-color: var(--button-bg-color);
  -webkit-transition: -webkit-transform 0.boho-casino-o10sxd ease-in-out;
  transition: transform 0.boho-casino-o10sxd ease-in-out;
  -o-transition: transform 0.boho-casino-o10sxd ease-in-out;
  transition:
    transform 0.boho-casino-o10sxd ease-in-out,
    -webkit-transform 0.boho-casino-o10sxd ease-in-out;
  cursor: pointer;
}

.boho-casino-74k910 svg {
  fill: var(--button-text-color);
  pointer-events: none;
}

.boho-casino-74k910:hover {
  -webkit-transform: translateY(3px);
  -ms-transform: translateY(3px);
  transform: translateY(3px);
}

#cookie-law-div {
  z-index: 10000000;
  position: fixed;
  bottom: 18px;
  right: 80px;
  padding: 1em;
  max-width: 400px;
  border-radius: 10px;
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.15);
  font-size: 15px;
  -webkit-box-shadow: rgba(23, 43, 99, 0.4) 0 7px 28px;
  box-shadow: rgba(23, 43, 99, 0.4) 0 7px 28px;
}

#cookie-law-div a {
  font-size: 15px;
  text-decoration: none;
  border-bottom: 1px solid rgba(0, 0, 0, 0.5);
}

#cookie-law-div a:hover {
  opacity: 0.7;
}

#cookie-law-div p {
  margin: 0;
  color: #000;
  padding-right: 50px;
}

#cookie-law-div button {
  height: 20px;
  width: 20px;
  position: absolute;
  right: 0.5em;
  top: 20px;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  line-height: 1;
  color: #fff;
  background-color: #000;
  border: none;
  opacity: 0.6;
  font-size: 12px;
  cursor: pointer;
  border-radius: 50px;
}

#cookie-law-div button:hover {
  opacity: 1;
}

.boho-casino-j4ggbo {
  width: 113px !important;
  background-color: green !important;
  top: 124px !important;
}

@media screen and (max-width: 700px) {
  #cookie-law-div p {
    padding-bottom: 36px;
  }
  .boho-casino-j4ggbo {
    left: calc(50% - 60px);
  }
}

#cookie-law-div {
  border-radius: 0;
  max-width: 100%;
  right: 0;
  bottom: 0;
}

#cookie-law-div p {
  padding-bottom: 50px;
}

body::-webkit-scrollbar-track {
  background-color: var(--fh-bg-color);
}

body::-webkit-scrollbar-thumb {
  border: 1px solid var(--fh-bg-color);
  border-radius: 10px;
  height: 20%;
  background: var(--button-bg-color);
}

.boho-casino-j6l2lu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.boho-casino-1xi2zt {
  position: relative;
  width: 100%;
}

.boho-casino-j6l2lu.boho-casino-4llbza {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.boho-casino-j6l2lu.boho-casino-p33nn7 {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.boho-casino-j6l2lu.boho-casino-hjsb8p {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.boho-casino-bxnr1l {
  display: block;
  width: 100%;
  height: auto;
  object-fit: contain;
  aspect-ratio: 16/9;
  max-height: 488px;
  background-color: #454545;
}

.boho-casino-cr8ta2 {
  position: absolute;
  width: 44px;
  height: 44px;
  left: 50%;
  top: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  outline: 0;
  border: none;
  border-radius: 22px;
  background: #575757;
  transform: translate(-50%, -50%);
  transition: 0.boho-casino-o10sxd ease-in-out;
  cursor: pointer;
}

.boho-casino-cr8ta2:hover {
  opacity: 0.5;
}

.boho-casino-j6l2lu.boho-casino-e34ld6 .boho-casino-cr8ta2 {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

.boho-casino-j6l2lu.boho-casino-e34ld6 .boho-casino-bxnr1l {
  cursor: pointer;
}

.boho-casino-rm3m3m {
  fill: #0009;
}

.boho-casino-1rpk27 {
  fill: #fff;
}

.boho-casino-cr8ta2:hover .boho-casino-rm3m3m {
  fill: red;
}

.boho-casino-cr8ta2 svg path {
  -webkit-transition: 0.boho-casino-o10sxd ease-in-out;
  -o-transition: 0.boho-casino-o10sxd ease-in-out;
  transition: 0.boho-casino-o10sxd ease-in-out;
}

.boho-casino-vsblbk {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0 20px;
}

.boho-casino-vsblbk > :not(.get-image):not(.wp-block-heading) {
  grid-column: 1/2;
}

.boho-casino-vsblbk.boho-casino-lqyerc > :not(.get-image) {
  grid-column: 1/3;
}

.boho-casino-quq0tw:not(._h1-block) .boho-casino-vsblbk > .boho-casino-e8r4xy {
  grid-row: 1/2;
  grid-column: 1/3;
}

.boho-casino-vsblbk.boho-casino-lqyerc .boho-casino-j2q305 {
  grid-column: 2/3;
}

.boho-casino-vsblbk.boho-casino-lqyerc > .boho-casino-tchoba {
  grid-column: 1/2;
}

.boho-casino-vsblbk.boho-casino-lqyerc > :not(.get-image):not(.wp-block-heading) {
  grid-column: 2/3;
}

.boho-casino-vsblbk > p:first-of-type {
  margin-top: 0;
}

.boho-casino-vsblbk .boho-casino-tchoba {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  grid-column: 2/3;
  grid-row: 1/10;
  border-radius: 12px;
  overflow: hidden;
}

.boho-casino-quq0tw:not(._h1-block) .boho-casino-e8r4xy ~ .boho-casino-tchoba {
  grid-row: 2/10;
}

.boho-casino-quq0tw.boho-casino-hnsvg1 .boho-casino-e8r4xy ~ .boho-casino-tchoba {
  grid-row: 1/10;
}

.boho-casino-quq0tw.boho-casino-hnsvg1 > .boho-casino-e8r4xy {
  grid-column: 1/2;
  margin-bottom: 20px;
}

.boho-casino-quq0tw.boho-casino-hnsvg1 .boho-casino-tchoba {
  grid-row: 1/10;
}

.boho-casino-vsblbk.boho-casino-2zbhgh .boho-casino-tchoba {
  align-items: flex-start;
}

.boho-casino-vsblbk.boho-casino-p33nn7 .boho-casino-j2q305 {
  margin-top: auto;
  margin-bottom: auto;
  height: fit-content;
}

.boho-casino-vsblbk.boho-casino-p33nn7 .boho-casino-tchoba {
  align-items: center;
}

.boho-casino-vsblbk.boho-casino-sg0jk4 .boho-casino-tchoba {
  align-items: flex-end;
}

.boho-casino-j2q305 > :first-child {
  margin-top: 0;
}

.boho-casino-j2q305 > :last-child {
  margin-bottom: 0;
}

* + .boho-casino-fxhufi,
.boho-casino-quq0tw + .boho-casino-quq0tw {
  margin-top: 2rem;
}

.boho-casino-l2l2a5 td::before,
.boho-casino-l2l2a5 th::after {
  display: none !important;
}

.boho-casino-l2l2a5 #link-selector {
  color: #000;
}

.boho-casino-l2l2a5 .boho-casino-x2f3vr {
  color: #135e96;
}

.boho-casino-l2l2a5 .boho-casino-3gniot *,
.boho-casino-l2l2a5 .boho-casino-gnera1 p,
.boho-casino-l2l2a5 .boho-casino-fn5ckk * {
  color: #000;
}

.boho-casino-l2l2a5 .boho-casino-pt14q7 {
  background: 0 0 !important;
}

.boho-casino-l2l2a5 .boho-casino-9mxynq {
  color: #000;
}

.boho-casino-l2l2a5 .boho-casino-ey7881.boho-casino-h5ivbj {
  color: #fff;
}

.boho-casino-l2l2a5 .boho-casino-vhvhkr {
  color: #000;
}

.boho-casino-l2l2a5
  .boho-casino-4xjc0j
  .boho-casino-ypqf6g.boho-casino-h5ivbj.boho-casino-o50b5i {
  background: #ccc;
}

html :where(.editor-styles-wrapper) h1,
html :where(.editor-styles-wrapper) h2,
html :where(.editor-styles-wrapper) h3,
html :where(.editor-styles-wrapper) h4,
html :where(.editor-styles-wrapper) h5,
html :where(.editor-styles-wrapper) h6 {
  color: #000 !important;
}

.boho-casino-hl52wl,
body .boho-casino-bylhbg {
  color: #000;
  background: var(--color-body) !important;
}

.boho-casino-hl52wl .boho-casino-njexsw .boho-casino-1ahryh,
body .boho-casino-bylhbg .boho-casino-njexsw .boho-casino-1ahryh {
  color: #000;
}

@media (hover: hover), screen and (min-width: 0\0) {
  .boho-casino-16x0p4:focus,
  .boho-casino-16x0p4:hover {
    color: #f9cb16;
  }
  .boho-casino-w17aq9:focus,
  .boho-casino-w17aq9:hover {
    background-color: var(--button-bg-color) !important;
    opacity: 1;
  }
}

@media (hover: hover), screen and (min-width: 0\0) {
  .boho-casino-f0wskc:focus img,
  .boho-casino-f0wskc:focus svg,
  .boho-casino-f0wskc:hover img,
  .boho-casino-f0wskc:hover svg {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
  }
}

@media (min-width: 768px) {
  .boho-casino-9i5bts {
    display: none;
  }
}

@media (min-width: 1024px) {
  .boho-casino-yp4d4e:hover .boho-casino-n5518s svg {
    -webkit-transform: rotateZ(180deg);
    -ms-transform: rotate(180deg);
    transform: rotateZ(180deg);
  }
  .boho-casino-n5518s {
    pointer-events: none;
  }
}

@media screen and (max-width: 1280px) {
  :root {
    --offsets: 20px;
  }
}

@media (max-width: 1280px) {
  .boho-casino-ica45r {
    -ms-grid-columns: (1fr) [5];
    grid-template-columns: repeat(5, 1fr);
  }
  .boho-casino-qgjj0v {
    grid-template-columns: repeat(4, 1fr);
  }
  .boho-casino-wstuma {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 1279px) {
  .boho-casino-j7kk28 .boho-casino-xhey3o {
    grid-template-columns: 1fr;
  }
  .boho-casino-j7kk28 .boho-casino-m62udc {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: nowrap row;
    flex-flow: nowrap row;
    overflow: auto;
    margin-right: 0;
    border-style: none;
    border-radius: 16px 16px 0 0;
    padding: 0;
  }
  .boho-casino-j7kk28 .boho-casino-vsdyap {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
  .boho-casino-j7kk28 .boho-casino-o86l25 {
    border-bottom: none;
    border-radius: 0;
    padding: 12px 20px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
  .boho-casino-j7kk28 .boho-casino-4xwt56 {
    border-radius: 0 0 16px 16px;
    padding: 24px 16px;
  }
  .boho-casino-j7kk28 .boho-casino-vsdyap:not(:first-child) {
    border: none;
  }
  .boho-casino-j7kk28 .boho-casino-vsdyap:first-child .boho-casino-o86l25 {
    border-top-left-radius: 18px;
    border-top-right-radius: 0;
  }
  .boho-casino-j7kk28 .boho-casino-vsdyap:last-child .boho-casino-o86l25 {
    border-radius: 0 18px 0 0;
  }
}

@media screen and (max-width: 1024px) {
  :root {
    --offsets: 16px;
  }
}

@media (max-width: 1024px) {
  html {
    font-size: 16px;
  }
  .boho-casino-a8d9ar {
    position: relative;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 8px var(--offsets);
  }
  .boho-casino-ey8ion {
    max-width: 100px;
  }
  .boho-casino-9bk7rk {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
  .boho-casino-thoxet {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .boho-casino-thoxet svg {
    stroke: var(--button-text-color);
    /* fill: var(--button-text-color); */
  }
  .boho-casino-w0ngvm {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
    margin-left: 20px;
  }
  .boho-casino-9bk7rk + .boho-casino-thoxet {
    margin-left: auto;
  }
  .boho-casino-fu2u9i {
    position: absolute;
    left: 0;
    right: 0;
    top: 100%;
    margin-right: calc(-100vw / 2 + 100% / 2) !important;
    margin-left: calc(-100vw / 2 + 100% / 2) !important;
    max-width: 100vw !important;
    background-color: var(--fh-bg-color);
    opacity: 0;
    -webkit-transition: opacity 250ms;
    -o-transition: opacity 250ms;
    transition: opacity 250ms;
    pointer-events: none;
  }
  .boho-casino-fu2u9i.boho-casino-wwhjn1 {
    z-index: 9999;
    opacity: 1;
    pointer-events: auto;
  }
  .boho-casino-mjfbec {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin: 32px 16px 12px 16px;
  }
  .boho-casino-fdrs7m {
    width: 100%;
  }
  .boho-casino-fdrs7m:not(:last-child) {
    border-bottom: 1px solid var(--border-color);
  }
  .boho-casino-mi5hvb {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin: 0;
    padding: 8px 0;
    width: 100%;
  }
  .boho-casino-mi5hvb svg {
    margin-right: 4px;
  }
  .boho-casino-yp4d4e {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .boho-casino-n5518s svg {
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
  }
  .boho-casino-n5518s {
    display: flex;
    position: absolute;
    right: 0;
    top: 0;
    padding: 16px 5px 16px 30%;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    pointer-events: auto;
  }
  .boho-casino-zkwwsl {
    display: none;
    width: 100%;
  }
  .boho-casino-yp4d4e.boho-casino-wwhjn1 .boho-casino-zkwwsl {
    padding: 0 0 0 48px;
  }
  .boho-casino-yfdrsb {
    justify-content: flex-start;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
  }
  .boho-casino-o4ssw8 .boho-casino-tchoba {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }
  .boho-casino-dhdyfv {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
  }
  .boho-casino-dhdyfv + .boho-casino-dhdyfv {
    margin-right: 0;
  }
  .boho-casino-dhdyfv + .boho-casino-tchoba {
    margin: 0;
  }
  .boho-casino-ica45r {
    grid-template-columns: repeat(4, 1fr);
  }
  .boho-casino-qgjj0v {
    grid-template-columns: repeat(3, 1fr);
  }
  .boho-casino-ttkujw,
  .boho-casino-omlc85 {
    grid-template-columns: repeat(2, 1fr);
  }
  .boho-casino-vsblbk {
    grid-template-columns: 1fr;
    gap: 16px;
  }
  .boho-casino-vsblbk.boho-casino-lqyerc .boho-casino-j2q305 {
    grid-column: auto;
    grid-row: auto;
  }
  .boho-casino-vsblbk > .boho-casino-e8r4xy {
    grid-column: 1/2;
  }
  .boho-casino-vsblbk.boho-casino-lqyerc > :not(.get-image) {
    grid-column: 1/2;
  }
  .boho-casino-vsblbk .boho-casino-tchoba,
  .boho-casino-vsblbk.boho-casino-lqyerc > .boho-casino-tchoba {
    grid-column: 1/2;
    grid-row: 1/2;
  }
  .boho-casino-vsblbk.boho-casino-lqyerc > :not(.get-image):not(.wp-block-heading) {
    grid-column: 1/2;
  }
  .boho-casino-quq0tw.boho-casino-hnsvg1 .boho-casino-vsblbk > .boho-casino-tchoba {
    grid-row: 1/2;
  }
  .boho-casino-vsblbk .boho-casino-e8r4xy ~ .boho-casino-tchoba,
  .boho-casino-vsblbk.boho-casino-lqyerc .boho-casino-e8r4xy ~ .boho-casino-tchoba {
    grid-row: 2/3;
  }
  .boho-casino-quq0tw.boho-casino-hnsvg1 .boho-casino-e8r4xy ~ .boho-casino-tchoba {
    grid-row: 2/3;
  }
}

@media (max-width: 800px) {
  .boho-casino-x8nv9m:first-child .boho-casino-owe2fr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .boho-casino-x8nv9m:first-child .boho-casino-owe2fr h1 {
    -webkit-box-ordinal-group: -1;
    -ms-flex-order: -2;
    order: -2;
  }
}

@media (max-width: 1100px) {
  .boho-casino-x8nv9m {
    margin-bottom: 1rem;
    padding: 0 13px;
  }
}

@media (max-width: 767px) {
  .boho-casino-x8nv9m {
    padding: 0;
  }
  .boho-casino-7i8u7q {
    margin-top: 1rem;
  }
  .boho-casino-3fcdsq {
    border-radius: 5px;
  }
  .boho-casino-7y3jmm {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .boho-casino-5ofpz5::after {
    display: inline-block;
  }
  .boho-casino-5ofpz5 {
    margin: 0;
    width: 100%;
  }
  .boho-casino-y3iemf {
    width: 100%;
  }
  .boho-casino-y3iemf.boho-casino-j1rb7d {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
  }
  .boho-casino-y3iemf.boho-casino-j1rb7d .boho-casino-mf9hfb {
    width: 100%;
  }
  .boho-casino-y3iemf.boho-casino-j1rb7d .boho-casino-mf9hfb:not(:last-child) {
    margin-right: 0;
  }
  .boho-casino-16x0p4 {
    width: 100%;
    text-align: center;
  }
  .boho-casino-gnftmt.boho-casino-wwhjn1 .boho-casino-y3iemf {
    margin-top: 1rem;
  }
  .boho-casino-ica45r {
    grid-template-columns: repeat(3, 1fr);
  }
  .boho-casino-wstuma,
  .boho-casino-qgjj0v {
    grid-template-columns: repeat(2, 1fr);
  }
  .boho-casino-ttkujw,
  .boho-casino-omlc85,
  .boho-casino-s62fgc {
    grid-template-columns: 1fr;
  }
  .boho-casino-lydrol {
    overflow-x: auto;
    width: 100%;
    max-width: 980px;
  }
  .boho-casino-rg4aoh {
    min-width: 300px;
    max-width: 325px;
  }
  .boho-casino-o86l25 {
    cursor: auto;
  }
  .boho-casino-96q698 .boho-casino-o86l25 {
    padding: 8px;
    font-size: 18px;
    line-height: 24px;
  }
}

@media (max-width: 700px) {
  html {
    font-size: 15px;
  }
}

@media screen and (max-width: 700px) {
  #cookie-law-div p {
    padding-bottom: 36px;
  }
  .boho-casino-j4ggbo {
    left: calc(50% - 60px);
  }
}

@media (max-width: 650px) {
  .boho-casino-zkwwsl {
    max-width: 100%;
  }
}

@media (max-width: 600px) {
  #cookie-law-div {
    right: 0;
    bottom: 0;
    border-radius: 0;
    max-width: 100%;
  }
}

@media screen and (max-width: 600px) {
  .boho-casino-j4ggbo {
    top: 100px !important;
  }
  #cookie-law-div p {
    padding-bottom: 50px;
  }
}

.boho-casino-dhdyfv p {
  margin-top: 0;
}

@media (max-width: 550px) {
  .boho-casino-thoxet {
    margin: 0 -0.2rem;
  }
  .boho-casino-dhdyfv {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
  .boho-casino-pzsw4u {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }
  .boho-casino-34foc5 {
    max-width: 100%;
  }
  .boho-casino-ica45r {
    grid-template-columns: repeat(2, 1fr);
  }
  .boho-casino-wstuma,
  .boho-casino-qgjj0v {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 500px) {
  html {
    font-size: 16px;
  }
  .boho-casino-a8d9ar {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .boho-casino-thoxet {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5;
    margin-top: 1rem;
    width: 100%;
    text-align: center;
  }
  .boho-casino-iv9276 {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .boho-casino-lqipm5 {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
  }
  .boho-casino-l96jj6,
  .boho-casino-xhjngt {
    width: calc(100% - 20px);
  }
}

@media (max-width: 475px) {
  .boho-casino-xpwby3 {
    width: 100%;
  }
  .boho-casino-ica45r {
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 400px) {
  .boho-casino-j4ggbo {
    top: 127px !important;
  }
}

.boho-casino-oam22y {
  width: 100%;
  border-radius: 12px;
  overflow: hidden;
  margin-bottom: 20px;
}

@media (max-width: 1100px) {
  .boho-casino-oam22y {
  }
}

@media (max-width: 767px) {
  .boho-casino-oam22y {
    margin-bottom: 12px;
  }
}

.boho-casino-oam22y img {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  min-width: 100%;
  height: 100%;
}

.boho-casino-0fxjxe {
  display: flex;
  margin: 0 auto;
  padding: 0 var(--offsets);
  max-width: var(--display-width);
  gap: 20px;
}

.boho-casino-0fxjxe > .boho-casino-ebfoix {
  flex: 1 1;
}

@media (max-width: 767px) {
  .boho-casino-0fxjxe {
    flex-direction: column;
    gap: 12px;
  }
}

.boho-casino-2lv9bx {
  display: flex;
}

.boho-casino-2lv9bx .boho-casino-fqapyh {
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 800;
  line-height: 20px;
  color: var(--button-text-color);
  background-color: var(--button-bg-color);
  padding: 8px;
  border-radius: 4px 0 0 4px;
}

.boho-casino-2lv9bx .boho-casino-44as8y {
  display: flex;
  align-items: center;
  flex: 1 1;
  background-color: var(--fh-bg-color);
  overflow: hidden;
  width: max-content;
  border-radius: 0 4px 4px 0;
}

.boho-casino-2lv9bx .boho-casino-8fhwvz {
  display: flex;
  list-style: none;
  margin: 0;
  padding-left: 100%;
  animation: scroll 60s linear infinite;
}

.boho-casino-2lv9bx .boho-casino-9itd6k {
  display: flex;
  align-items: center;
  gap: 4px;
  color: #d2d2d2;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  white-space: nowrap;
  margin-left: 32px;
}

@keyframes scroll {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(calc(-100% - 3px));
  }
}

.boho-casino-2lv9bx .boho-casino-9itd6k:before {
  content: "";
  width: 24px;
  min-width: 24px;
  height: 24px;
  background-image: url(../images/award.svg);
  background-repeat: no-repeat;
  background-position: center;
}

.boho-casino-2lv9bx .boho-casino-snraxn {
  color: #fff;
  font-size: 14px;
  font-weight: 800;
  line-height: 20px;
  margin-right: 4px;
}

.boho-casino-5gtu6u {
  border: unset;
  background-color: unset;
}

.boho-casino-5gtu6u tbody {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

.boho-casino-5gtu6u .boho-casino-6k7i2f,
.boho-casino-5gtu6u .boho-casino-n4w371 {
  flex: 0 1 330px;
}

.boho-casino-5gtu6u .boho-casino-hxabtq {
  flex: 1 1;
}

.boho-casino-5gtu6u tr {
  display: flex;
  flex-direction: column;
  gap: 16px;
  border-radius: 12px;
  border: 2px solid var(--border-color);
  background: var(--fh-bg-color);
  padding: 16px;
}

.boho-casino-5gtu6u tr td {
  border: unset;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  color: #fff;
  padding: 0;
}

.boho-casino-5gtu6u tr td:first-child {
  font-size: 23px;
  font-weight: 800;
  line-height: 28px;
  margin: 0;
  padding: 0;
}

.boho-casino-5gtu6u tr td p {
  color: #fff;
  margin: 0;
}

.boho-casino-5gtu6u tr td p span {
  color: var(--title-color);
  font-weight: 800;
}

.boho-casino-5gtu6u tr.boho-casino-6k7i2f td p {
  padding: 16px 0;
}

.boho-casino-5gtu6u tr.boho-casino-6k7i2f td p:not(:last-child),
.boho-casino-5gtu6u tr.boho-casino-n4w371 td p:not(:last-child) {
  border-bottom: 1px solid var(--border-color);
}

.boho-casino-5gtu6u tr.boho-casino-6k7i2f td p:first-child,
.boho-casino-5gtu6u tr.boho-casino-n4w371 td p:first-child {
  padding-top: 0;
}

.boho-casino-5gtu6u tr.boho-casino-n4w371 td p {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 12px 0;
  font-size: 14px;
  font-weight: 800;
  line-height: 20px;
}

.boho-casino-5gtu6u tr.boho-casino-n4w371 td p:last-child {
  padding-bottom: 0;
}

.boho-casino-5gtu6u .boho-casino-n4w371 img {
  max-width: 32px;
}

.boho-casino-5gtu6u .boho-casino-hxabtq {
  min-width: 718px;
}

.boho-casino-5gtu6u .boho-casino-hxabtq td:last-child {
  display: flex;
  flex-wrap: wrap;
}

.boho-casino-5gtu6u .boho-casino-hxabtq td {
  display: flex;
}

.boho-casino-5gtu6u .boho-casino-hxabtq td:last-child .boho-casino-n68009,
.boho-casino-5gtu6u .boho-casino-hxabtq td:last-child .boho-casino-03mtqz,
.boho-casino-5gtu6u .boho-casino-hxabtq td:last-child .boho-casino-3plw90 {
  flex: 1 1 50%;
}

.boho-casino-5gtu6u .boho-casino-hxabtq td:last-child .boho-casino-ku4279 {
  flex: 1 1 100%;
  border-bottom: 1px solid var(--border-color);
  padding-bottom: 16px;
  padding-top: 16px;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}

.boho-casino-5gtu6u .boho-casino-hxabtq td:last-child .boho-casino-2eq7nw,
.boho-casino-5gtu6u .boho-casino-hxabtq td:last-child .boho-casino-6xxcyx {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  list-style: none;
  padding-left: 0;
  margin-top: 12px;
}

.boho-casino-5gtu6u .boho-casino-hxabtq td:last-child .boho-casino-n68009,
.boho-casino-5gtu6u .boho-casino-hxabtq td:last-child .boho-casino-03mtqz {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
  padding-top: 16px;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}

.boho-casino-5gtu6u .boho-casino-hxabtq td:last-child .boho-casino-n68009 span,
.boho-casino-5gtu6u .boho-casino-hxabtq td:last-child .boho-casino-03mtqz span {
  font-weight: 800;
}

.boho-casino-5gtu6u .boho-casino-hxabtq img {
  max-width: 34px;
}

@media (max-width: 1100px) {
  .boho-casino-5gtu6u .boho-casino-hxabtq td .boho-casino-3plw90:not(:first-child) {
    padding-left: 0;
  }
}

@media (max-width: 767px) {
  .boho-casino-5gtu6u tr.boho-casino-6k7i2f td p:last-child {
    padding-bottom: 0;
  }
  .boho-casino-5gtu6u .boho-casino-n4w371 > td {
    display: flex;
    flex-wrap: wrap;
    gap: 0 20px;
  }
  .boho-casino-5gtu6u .boho-casino-n4w371 > td > p {
    flex: 1 1 calc(50% - 10px);
  }
  .boho-casino-5gtu6u tr.boho-casino-6k7i2f td p:not(:last-child),
  .boho-casino-5gtu6u tr.boho-casino-n4w371 td p:not(:last-child) {
    border-bottom: unset;
  }
  .boho-casino-5gtu6u tr.boho-casino-n4w371 td p:last-child {
    padding-bottom: 12px;
  }
  .boho-casino-5gtu6u .boho-casino-hxabtq td:last-child .boho-casino-n68009,
  .boho-casino-5gtu6u .boho-casino-hxabtq td:last-child .boho-casino-03mtqz,
  .boho-casino-5gtu6u .boho-casino-hxabtq td:last-child .boho-casino-3plw90 {
    flex: 1 1 50%;
    padding: 0;
  }
  .boho-casino-5gtu6u .boho-casino-hxabtq td:last-child .boho-casino-n68009,
  .boho-casino-5gtu6u .boho-casino-hxabtq td:last-child .boho-casino-03mtqz {
    margin-top: 16px;
  }
  .boho-casino-5gtu6u .boho-casino-hxabtq td:last-child .boho-casino-3plw90 {
    flex: 1 1 100%;
    padding-bottom: 16px;
    margin-top: 16px;
  }
  .boho-casino-5gtu6u .boho-casino-hxabtq td:last-child .boho-casino-n68009 {
    border-right: 1px solid var(--border-color);
  }
  .boho-casino-5gtu6u .boho-casino-hxabtq td:last-child .boho-casino-3plw90:first-child {
    padding-top: 0;
    margin-top: 0;
  }
  .boho-casino-5gtu6u .boho-casino-hxabtq td:last-child .boho-casino-3plw90:last-child {
    padding-bottom: 0;
  }
}

.boho-casino-3plw90 {
  display: flex;
  flex-direction: column;
}

.boho-casino-5gtu6u .boho-casino-hxabtq td .boho-casino-3plw90 {
  border-bottom: 1px solid var(--border-color);
  padding-bottom: 16px;
}

.boho-casino-5gtu6u .boho-casino-hxabtq td .boho-casino-3plw90:not(:last-of-type) {
  border-right: 1px solid var(--border-color);
  padding-right: 16px;
}

.boho-casino-5gtu6u .boho-casino-hxabtq td .boho-casino-3plw90:not(:first-child) {
  padding-left: 16px;
}

@media (max-width: 767px) {
  .boho-casino-5gtu6u .boho-casino-hxabtq td .boho-casino-3plw90:not(:first-child) {
    padding-left: 0;
  }
  .boho-casino-5gtu6u .boho-casino-hxabtq td .boho-casino-3plw90:not(:last-of-type) {
    border-right: unset;
  }
}

.boho-casino-5gtu6u .boho-casino-6lrag1 {
  flex: 0 1 485px;
}

.boho-casino-5gtu6u .boho-casino-1zbnoj {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  list-style: none;
}

.boho-casino-5gtu6u .boho-casino-1zbnoj li {
  border-radius: 4px;
  border: 1px solid var(--border-color);
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}

.boho-casino-5gtu6u .boho-casino-1zbnoj li.boho-casino-zxxl5i {
  padding: 6px 12px;
}

.boho-casino-5gtu6u .boho-casino-1zbnoj li a,
.boho-casino-5gtu6u .boho-casino-1zbnoj li button {
  display: flex;
  background: 0 0;
  border: none;
  text-decoration: none;
  color: #fff;
  font-size: inherit;
  line-height: inherit;
  padding: 6px 12px;
  cursor: pointer;
}

.boho-casino-5gtu6u .boho-casino-iuu5rp,
.boho-casino-5gtu6u .boho-casino-6wmcz2 {
  flex: 1 1;
}

.boho-casino-5gtu6u .boho-casino-hunfdx,
.boho-casino-5gtu6u .boho-casino-5f0d4t {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.boho-casino-5gtu6u .boho-casino-hunfdx li,
.boho-casino-5gtu6u .boho-casino-5f0d4t li {
  display: flex;
  align-items: center;
  gap: 8px;
  flex: 1 1 calc(50% - 20px);
  font-size: 14px;
  font-weight: 800;
  line-height: 20px;
}

.boho-casino-5gtu6u .boho-casino-6wmcz2 img {
  max-width: 32px;
}

.boho-casino-5gtu6u .boho-casino-iuu5rp img {
  max-width: 32px;
}

.boho-casino-5gtu6u .boho-casino-jqat22 {
  min-width: 280px;
}

.boho-casino-5gtu6u .boho-casino-jqat22 img {
  max-width: 146px;
}

.boho-casino-5gtu6u .boho-casino-jqat22 td {
  display: flex;
  flex-direction: column;
  gap: 12px;
  max-width: 280px;
}

@media (max-width: 1460px) {
  .boho-casino-5gtu6u .boho-casino-6k7i2f,
  .boho-casino-5gtu6u .boho-casino-n4w371 {
    flex: 0 1 auto;
  }
  .boho-casino-5gtu6u .boho-casino-hxabtq {
    min-width: unset;
    flex: 1 1 50%;
  }
}

@media (max-width: 1100px) {
  .boho-casino-5gtu6u .boho-casino-6k7i2f,
  .boho-casino-5gtu6u .boho-casino-6lrag1,
  .boho-casino-5gtu6u .boho-casino-n4w371,
  .boho-casino-5gtu6u .boho-casino-hxabtq {
    flex: 1 1 calc(50% - 20px);
  }
  .boho-casino-5gtu6u .boho-casino-iuu5rp,
  .boho-casino-5gtu6u .boho-casino-jqat22,
  .boho-casino-5gtu6u .boho-casino-6wmcz2 {
    flex: 1 1 30%;
  }
  .boho-casino-5gtu6u .boho-casino-jqat22 {
    min-width: unset;
  }
}

@media (max-width: 767px) {
  .boho-casino-5gtu6u .boho-casino-6k7i2f,
  .boho-casino-5gtu6u .boho-casino-6lrag1,
  .boho-casino-5gtu6u .boho-casino-iuu5rp,
  .boho-casino-5gtu6u .boho-casino-n4w371,
  .boho-casino-5gtu6u .boho-casino-hxabtq,
  .boho-casino-5gtu6u .boho-casino-jqat22,
  .boho-casino-5gtu6u .boho-casino-6wmcz2 {
    flex: 1 1 100%;
  }
}

.boho-casino-cv4h7f .boho-casino-77ux7z {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.boho-casino-cv4h7f .boho-casino-3y95ml {
  position: relative;
  display: flex;
  flex-direction: column;
  border-radius: 8px;
  border: 2px solid var(--border-color);
  background-color: var(--fh-bg-color);
}

.boho-casino-cv4h7f .boho-casino-26m7ji {
  width: 100%;
  padding: 12px 12px 8px 12px;
  background-color: #318562;
  font-size: 14px;
  font-weight: 800;
  line-height: 20px;
  color: #f9cb16;
}

.boho-casino-cv4h7f .boho-casino-6gmphp {
  display: grid;
  padding: 16px;
  gap: 0 16px;
  grid-template-columns: repeat(2, 1fr);
}

.boho-casino-cv4h7f .boho-casino-6gmphp > :nth-child(3) {
  margin-top: 0;
}

.boho-casino-cv4h7f .boho-casino-tchoba {
  grid-column: 2/3;
  grid-row: 1/10;
}

.boho-casino-cv4h7f .boho-casino-nbjypf {
  grid-column: 1/2;
  margin-top: 0;
  margin-bottom: 8px;
}

.boho-casino-cv4h7f .boho-casino-7i8u7q {
  grid-column: 1/2;
}

.boho-casino-cv4h7f > :not(.how-to__title):not(.content-button) {
  grid-column: 1/2;
}

.boho-casino-cv4h7f .boho-casino-3y95ml:not(:last-child):before {
  position: absolute;
  right: 0;
  bottom: 16px;
  left: 0;
  margin: auto;
  content: "";
  width: 44px;
  min-width: 44px;
  height: 24px;
  background-image: url(../images/how-to_arrows.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-color: var(--fh-bg-color);
  z-index: 1;
}

.boho-casino-cv4h7f .boho-casino-3y95ml:not(:last-child):after {
  position: relative;
  content: "";
  width: calc(100% - 32px);
  height: 1px;
  background-color: #318562;
  margin: 12px auto 27px auto;
}

.boho-casino-cv4h7f .boho-casino-xpwby3 {
  min-width: 240px;
}

@media (max-width: 768px) {
  .boho-casino-cv4h7f .boho-casino-3y95ml:not(:last-child):before {
    bottom: 8px;
  }
  .boho-casino-cv4h7f .boho-casino-3y95ml:not(:last-child):after {
    margin: 12px auto 18px auto;
  }
  .boho-casino-cv4h7f .boho-casino-6gmphp {
    grid-template-columns: 1fr;
    padding: 16px 16px 8px 16px;
  }
  .boho-casino-cv4h7f .boho-casino-tchoba {
    grid-column: 1/2;
    grid-row: 1/2;
    margin: -16px -18px 16px -18px;
  }
  .boho-casino-cv4h7f .boho-casino-tchoba img {
    width: 100%;
    height: auto;
  }
  .boho-casino-cv4h7f .boho-casino-xpwby3 {
    width: 100%;
    min-width: unset;
  }
}

.boho-casino-lrqdma .boho-casino-cz2sf1 {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  list-style: none;
}

.boho-casino-lrqdma .boho-casino-s2y8qj {
  display: flex;
  gap: 16px;
  flex: 1 1 calc(50% - 10px);
  border-radius: 12px;
  border: 2px solid var(--border-color);
  background-color: var(--fh-bg-color);
  overflow: hidden;
}

.boho-casino-lrqdma .boho-casino-tchoba {
  height: 100%;
}

.boho-casino-lrqdma .boho-casino-tchoba img {
  height: 100%;
  width: auto;
  min-width: 220px;
  object-fit: cover;
}

.boho-casino-lrqdma .boho-casino-tqbwrs {
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding: 16px 16px 16px 0;
}

.boho-casino-lrqdma .boho-casino-68tsja {
  color: #f9cb16;
  font-size: 23px;
  font-weight: 800;
  line-height: 28px;
  margin: 0;
}

.boho-casino-lrqdma .boho-casino-3ptxlr {
  color: #d2d2d2;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  flex: 1 1;
  margin: 0;
}

@media (max-width: 1200px) {
  .boho-casino-lrqdma .boho-casino-s2y8qj {
    flex: 1 1 100%;
  }
  .boho-casino-lrqdma .boho-casino-l3y17b {
    min-width: 320px;
    width: fit-content;
  }
}

@media (max-width: 767px) {
  .boho-casino-lrqdma .boho-casino-s2y8qj {
    flex-direction: column;
  }
  .boho-casino-lrqdma .boho-casino-tchoba {
    width: 100%;
    height: auto;
  }
  .boho-casino-lrqdma .boho-casino-tchoba img {
    width: 100%;
    height: auto;
    max-height: 260px;
    min-width: unset;
  }
  .boho-casino-lrqdma .boho-casino-tqbwrs {
    padding: 0 16px 16px 16px;
  }
  .boho-casino-lrqdma .boho-casino-l3y17b {
    min-width: unset;
    width: 100%;
  }
}

.boho-casino-mnrec7 .boho-casino-k5psua {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  flex-wrap: wrap;
  gap: 20px;
}

.boho-casino-mnrec7 .boho-casino-laalgi {
  position: relative;
  height: 220px;
  border-radius: 12px;
  border: 2px solid var(--border-color);
  overflow: hidden;
  transition: 0.2s;
}

.boho-casino-mnrec7 img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  z-index: 0;
  min-width: 100%;
  min-height: 100%;
  object-fit: cover;
}

.boho-casino-mnrec7 .boho-casino-g3qk3o {
  position: relative;
  display: none;
  flex-direction: column;
  width: 100%;
  height: 100%;
  padding: 16px;
  background-color: rgba(15, 39, 23, 0.95);
  z-index: 1;
  transition: 0.2s;
}

.boho-casino-mnrec7 .boho-casino-laalgi:hover .boho-casino-g3qk3o {
  display: flex;
}

.boho-casino-mnrec7 .boho-casino-5joxnc {
  text-align: center;
  margin-top: 0;
  margin-bottom: 5px;
  color: #d2d2d2;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}

.boho-casino-mnrec7 .boho-casino-tow3j8 {
  text-align: center;
  font-size: 17px;
  font-weight: 800;
  line-height: 24px;
  margin-top: 0;
  margin-bottom: auto;
  color: #fff;
}

.boho-casino-no7ak6 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 10px 10px 10px 12px;
  border-radius: 8px;
  font-size: 16px;
  font-weight: 700;
  line-height: 20px;
  border: unset;
  width: auto;
  cursor: pointer;
}

.boho-casino-no7ak6.boho-casino-21d4bw {
  color: #196948;
  background-color: #f9cb16;
  border: 1px solid #f9cb16;
  margin-bottom: 8px;
  transition: 0.boho-casino-5r3rh6 ease-in-out;
}

.boho-casino-no7ak6.boho-casino-21d4bw:hover {
  color: #f9cb16;
  background-color: transparent;
}

.boho-casino-mnrec7 .boho-casino-tinpet {
  color: #fff;
  border: 1px solid #f9cb16;
  background-color: unset;
  transition: 0.boho-casino-5r3rh6 ease-in-out;
}

.boho-casino-mnrec7 .boho-casino-tinpet:hover {
  color: #196948;
  background-color: #f9cb16;
}

.boho-casino-mnrec7 .boho-casino-tinpet:after,
.boho-casino-no7ak6.boho-casino-21d4bw:after {
  content: "";
  width: 24px;
  min-width: 24px;
  height: 24px;
  background-repeat: no-repeat;
  background-position: center;
}

.boho-casino-no7ak6.boho-casino-21d4bw:after {
  background-image: url(../images/Cash.svg);
}

.boho-casino-mnrec7 .boho-casino-tinpet:after {
  background-image: url(../images/Play.svg);
}

@media (max-width: 1200px) {
  .boho-casino-mnrec7 .boho-casino-k5psua {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 850px) {
  .boho-casino-mnrec7 .boho-casino-k5psua {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 600px) {
  .boho-casino-mnrec7 .boho-casino-k5psua {
    grid-template-columns: 1fr;
  }
  .boho-casino-mnrec7 .boho-casino-laalgi {
    height: auto;
  }
  .boho-casino-mnrec7 .boho-casino-laalgi .boho-casino-g3qk3o {
    position: relative;
    display: flex;
    height: auto;
    background-color: var(--fh-bg-color);
    padding: 8px 12px 12px 12px;
  }
  .boho-casino-mnrec7 .boho-casino-5joxnc,
  .boho-casino-mnrec7 .boho-casino-tow3j8 {
    text-align: left;
  }
  .boho-casino-mnrec7 .boho-casino-tow3j8 {
    margin-bottom: 8px;
  }
  .boho-casino-mnrec7 img {
    position: relative;
    top: unset;
    right: unset;
    bottom: unset;
    left: unset;
    min-height: unset;
  }
}

.boho-casino-hmdit8 {
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 100%;
  height: 100%;
  background-color: rgba(15, 39, 23, 0.9);
  z-index: 990;
}

.boho-casino-hmdit8.boho-casino-e34ld6 {
  display: block;
}

.boho-casino-hmdit8 .boho-casino-qrgtcb {
  display: flex;
  flex-direction: column;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  max-width: 860px;
  height: 580px;
  background-color: #318562;
  border-radius: 12px;
  overflow: hidden;
}

.boho-casino-hmdit8 .boho-casino-7zvdsb {
  display: flex;
  gap: 24px;
  padding: 12px;
}

.boho-casino-hmdit8 .boho-casino-ywxie2 {
  display: flex;
  align-items: center;
  color: #fff;
  font-size: 23px;
  font-weight: 800;
  line-height: 28px;
}

.boho-casino-hmdit8 .boho-casino-ntgmnq {
  display: flex;
  align-items: center;
  flex: 1 1;
}

.boho-casino-hmdit8 .boho-casino-no7ak6 {
  min-width: 296px;
  margin-bottom: 0;
}

.boho-casino-hmdit8 .boho-casino-70zo2v {
  width: 44px;
  min-width: 44px;
  height: 44px;
  background-image: url(../images/cross.svg);
  background-position: center;
  background-repeat: no-repeat;
  cursor: pointer;
}

.boho-casino-hmdit8 .boho-casino-g1gq2v {
  position: relative;
  flex: 1 1;
}

.boho-casino-hmdit8 .boho-casino-g1gq2v iframe {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 100%;
  height: 100%;
}

@media (max-width: 768px) {
  .boho-casino-hmdit8 .boho-casino-7zvdsb {
    flex-wrap: wrap;
    gap: 8px;
  }
  .boho-casino-hmdit8 .boho-casino-ywxie2 {
    order: 1;
  }
  .boho-casino-hmdit8 .boho-casino-ntgmnq {
    order: 3;
    flex: 1 1 100%;
  }
  .boho-casino-hmdit8 .boho-casino-no7ak6 {
    width: 100%;
    min-width: unset;
  }
  .boho-casino-hmdit8 .boho-casino-70zo2v {
    order: 2;
    margin-left: auto;
  }
}

@media (max-width: 767px) {
  .boho-casino-vsblbk > .boho-casino-e8r4xy {
    margin-bottom: 0;
  }
  .boho-casino-vsblbk > .boho-casino-7i8u7q,
  .boho-casino-vsblbk > p {
    margin-top: 0;
  }
}

.boho-casino-ez0vql img,
.boho-casino-dhdyfv img {
  width: auto;
  object-fit: contain;
}

.boho-casino-ez0vql {
  align-items: center;
}

.boho-casino-ez0vql img {
  max-height: 76px;
}

.boho-casino-dhdyfv img {
  max-height: 64px;
}

.boho-casino-xked34 {
  overflow: auto;
}

.boho-casino-hvxou4 {
  border: 1px solid var(--color-table-border);
  box-shadow: 0 0 15px rgb(0 0 0 / 5%);
  border-collapse: collapse;
  width: 100%;
}

.boho-casino-0s4v8p:not(:last-child) {
  border-bottom: 1px solid var(--color-table-border);
}

.boho-casino-baz8ix {
  border: none;
  padding: 25px 10px;
  font-weight: 700;
  color: var(--color-table-td-color);
  min-width: 200px;
}

.boho-casino-a455hq {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.boho-casino-baz8ix .boho-casino-tchoba {
  margin-right: 20px;
  flex-shrink: 0;
}

.boho-casino-baz8ix img {
  max-height: 45px;
  object-fit: contain;
  width: 100%;
}

.boho-casino-8wnry7 {
  padding: 25px 10px;
  align-self: center;
  border-bottom: 1px solid var(--color-table-border);
  flex-grow: 1;
  border-top: none;
}

.boho-casino-8wnry7 > :first-child {
  margin-top: 0;
}

@media (max-width: 767px) {
  .boho-casino-baz8ix {
    padding: 15px 10px;
  }
  .boho-casino-8wnry7 {
    padding: 15px 10px;
  }
  .boho-casino-baz8ix .boho-casino-tchoba {
    margin-right: 10px;
  }
}

.boho-casino-nzay2w {
  overflow-x: auto;
}

.boho-casino-9e5v2j {
  border-collapse: collapse;
  width: 100%;
}

.boho-casino-nzay2w th {
  font-family: inherit;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 19px;
  padding: 25px 10px;
  text-align: center;
}

.boho-casino-nzay2w td {
  font-family: inherit;
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  padding: 15px 25px;
  white-space: nowrap;
}

.boho-casino-nzay2w td.boho-casino-f7nxu9 {
  font-weight: 600;
  text-align: right;
  border-left: none;
}

.boho-casino-nzay2w td.boho-casino-ub758a {
  border-right: none;
}

.boho-casino-nzay2w td.boho-casino-ub758a .boho-casino-tchoba {
  justify-content: flex-start;
}

.boho-casino-nzay2w td.boho-casino-ub758a .boho-casino-tchoba img {
  height: auto;
  width: 90px;
}

.boho-casino-nzay2w td.boho-casino-se4urt,
.boho-casino-nzay2w td.boho-casino-u092sk {
  font-weight: 600;
  text-align: right;
}

.boho-casino-nzay2w td.boho-casino-bq4aaa,
.boho-casino-nzay2w td.boho-casino-se4urt {
  padding-bottom: 10px;
  border-bottom: none;
}

.boho-casino-nzay2w td.boho-casino-se4urt,
.boho-casino-nzay2w td.boho-casino-u092sk {
  border-left: none;
}

.boho-casino-nzay2w td.boho-casino-bq4aaa,
.boho-casino-nzay2w td.boho-casino-tdagqm {
  border-right: none;
}

.boho-casino-nzay2w td.boho-casino-tdagqm,
.boho-casino-nzay2w td.boho-casino-u092sk {
  border-top: none;
  padding-top: 10px;
}

.boho-casino-5uii1p {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
  padding: 12px;
  width: 100%;
  border-radius: 12px;
  background-color: var(--fh-bg-color);
  margin-top: 20px;
}

.boho-casino-5uii1p .boho-casino-l3y17b {
  min-width: unset;
  width: 100%;
}

.boho-casino-5uii1p .boho-casino-l3y17b.boho-casino-ua6p05 {
  grid-column: 1/2;
  grid-row: 1/2;
}

.boho-casino-5uii1p .boho-casino-l3y17b.boho-casino-swve2p {
  grid-column: 2/3;
  grid-row: 1/2;
}

.boho-casino-5uii1p .boho-casino-2r9jok {
  grid-column: 1/3;
  grid-row: 2/3;
  margin-top: 0;
}

@media (max-width: 767px) {
  .boho-casino-5uii1p {
    grid-template-columns: 1fr;
    margin-top: 0;
  }
  .boho-casino-5uii1p .boho-casino-l3y17b.boho-casino-ua6p05 {
    grid-column: 1/2;
    grid-row: 1/2;
  }
  .boho-casino-5uii1p .boho-casino-l3y17b.boho-casino-swve2p {
    grid-column: 1/2;
    grid-row: 2/3;
  }
  .boho-casino-5uii1p .boho-casino-2r9jok {
    grid-column: 1/2;
    grid-row: 3/4;
  }
}

.boho-casino-xy00mq {
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 350px;
  width: 100%;
  height: 60px;
  font-size: 18px;
  font-weight: 600;
  color: var(--button-text-color);
  cursor: pointer;
  text-align: center;
  border-radius: 6px;
  text-decoration: none;
  background: var(--button-bg-color);
  border-width: initial;
  border-style: none;
  border-color: initial;
  border-image: initial;
  margin: 25px auto;
}

.boho-casino-4ftyjr {
  margin-bottom: 32px;
  font-size: 34px;
  font-weight: 800;
  line-height: 40px;
}

.boho-casino-ni0orv p a img {
  margin: 0 auto;
  display: block;
}

.boho-casino-ni0orv table {
  margin-bottom: 17px;
}

/* contanct form */
.boho-casino-k24j62 {
  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;
}

.boho-casino-k24j62 label {
  font-size: 14px;
}

.boho-casino-k24j62 h2 {
  text-align: center;
  margin-bottom: 1rem;
}
.boho-casino-k24j62 input,
.boho-casino-k24j62 textarea,
.boho-casino-k24j62 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;
}
.boho-casino-k24j62 button {
  background-color: #a91f09;
  color: var(--text-color);
  border: none;
  cursor: pointer;
  transition: background 0.boho-casino-5r3rh6 ease;
}
.boho-casino-k24j62 button:hover {
  background-color: #691204;
}
.boho-casino-6w2kb1 {
  text-align: center;
  color: green;
  font-weight: 500;
  padding: 50px 0;
  animation: fadeIn 0.boho-casino-o2enyr ease-in;
}

.boho-casino-6w2kb1 h2 {
  color: green;
  font-weight: 500;
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

main a img {
    display: block;
    margin: 0 auto;
}
/* brandauto-contrast-fix v1 */
:root {
  --footer-menu-color: #ece7dc;
  --updated-block-color: #ece7dc;
  --rate-counter-bg: #1e1e1e;
  --rate-counter-bg-top: #2a2a2a;
}
.boho-casino-rl64n4, .boho-casino-cib9vn, [class*="review-card"],
thead, thead th, table th, .boho-casino-c9n2pv,
.boho-casino-am4lf4, [class*="collapsible-header"],
.boho-casino-sopd3o, [class*="updated-block"] {
  color: #ece7dc !important;
}
