@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);
}

.crownslots-ztnw11 {
  margin: 0 auto;
  padding: 0 var(--offsets);
  max-width: var(--display-width);
}

.crownslots-6g8jge {
  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.crownslots-p74xys,
ul.crownslots-p74xys {
  padding-left: 20px;
}

ul.crownslots-p74xys {
  list-style: disc;
}

ol.crownslots-p74xys {
  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;
  }
}

.crownslots-hspdy0 > .crownslots-ixgibr,
.crownslots-hspdy0 > .crownslots-puqjzj,
.crownslots-hspdy0 > blockquote,
.crownslots-hspdy0 > h1,
.crownslots-hspdy0 > h2,
.crownslots-hspdy0 > h3,
.crownslots-hspdy0 > h4,
.crownslots-hspdy0 > h5,
.crownslots-hspdy0 > h6,
.crownslots-hspdy0 > ol,
.crownslots-hspdy0 > p,
.crownslots-hspdy0 > ul {
  margin-right: auto;
  margin-left: auto;
  padding: 0 var(--offsets);
  max-width: var(--display-width);
}

.crownslots-hspdy0 > ol,
.crownslots-hspdy0 > ul {
  padding-left: 50px;
}

.crownslots-hspdy0 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;
}

.crownslots-hspdy0:not(:last-child) {
  margin-bottom: 2rem;
}

.crownslots-hspdy0 > :not(:first-child) {
  margin-top: 2rem;
}

.crownslots-hspdy0 {
  margin-top: 64px;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.crownslots-hspdy0:first-child {
  margin-top: 40px;
}

@media (max-width: 767px) {
  .crownslots-hspdy0:first-child {
    margin-top: 20px;
  }
}

.crownslots-hspdy0 > p:last-of-type {
  margin-bottom: 32px;
}

.crownslots-hspdy0 > .crownslots-zut8jf:not(:first-child) {
  margin: 64px auto 16px auto;
}

.crownslots-43t7a5 > .crownslots-zut8jf {
  margin-left: auto;
  margin-right: auto;
  padding: 0 var(--offsets);
  max-width: var(--display-width);
}

.crownslots-puqjzj {
  overflow: auto;
}

.crownslots-puqjzj::-webkit-scrollbar {
  height: 5px;
}

.crownslots-puqjzj table,
table {
  margin-top: 24px;
  border-collapse: collapse;
  width: 100%;
  word-break: break-word;
}

.crownslots-puqjzj table {
  border-radius: 12px;
  border: 2px solid var(--border-color);
  /* background: #0f442e; */
}

.crownslots-puqjzj table thead,
table thead {
  border-bottom: none;
}

.crownslots-puqjzj table th,
table th {
  padding: 5px 5px;
  text-align: center;
  color: var(--color-table-th-color);
  background-color: var(--table-1-color);
}

.crownslots-puqjzj table th:not(:last-child) {
  border-right: 1px solid var(--border-color);
}

.crownslots-puqjzj table td,
table td {
  border: 1px solid var(--border-color);
  padding: 5px 5px;
}

.crownslots-puqjzj .crownslots-fqklg5 {
  table-layout: auto;
}

.crownslots-puqjzj .crownslots-fqklg5 th {
  word-break: normal;
}

.crownslots-puqjzj .crownslots-fqklg5 td {
  word-break: normal;
}

.crownslots-ztnw11 .crownslots-ztnw11 {
  padding-right: 0;
  padding-left: 0;
}

.crownslots-74ga1o {
  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;
}

.crownslots-aesmv8 {
  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;
}

.crownslots-nvus1d {
  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;
}

.crownslots-ixgibr {
  margin-top: 24px;
}

.crownslots-ixgibr.crownslots-3s45rb {
  text-align: left;
}

.crownslots-ixgibr.crownslots-uvfoaq {
  text-align: right;
}

.crownslots-ixgibr.crownslots-guo2u3 {
  text-align: center;
}

.crownslots-62eitv {
  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.crownslots-uw4duq ease-in-out;
  cursor: pointer;
}

.crownslots-62eitv:hover {
  color: var(--button-bg-color);
  background: 0 0;
}

.crownslots-62eitv {
  min-width: 328px;
}

@media (max-width: 768px) {
  .crownslots-62eitv {
    min-width: unset;
  }
}

.crownslots-ahh6lz {
  background-color: var(--fh-bg-color);
}

.crownslots-m901jx {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 8px 20px;
}

.crownslots-esskqx {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  max-width: 160px;
}

.crownslots-esskqx img {
  max-height: 80px;
  object-fit: contain;
}

.crownslots-7akld1 {
  flex: 1 1;
}

.crownslots-k9dsxl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-left: auto;
}

.crownslots-zb1lpo {
  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;
}

.crownslots-zb1lpo 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;
}

.crownslots-zb1lpo.crownslots-pquhfu span:nth-of-type(1) {
  -webkit-transform: translateY(11px) rotateZ(45deg);
  -ms-transform: translateY(11px) rotate(45deg);
  transform: translateY(11px) rotateZ(45deg);
}

.crownslots-zb1lpo.crownslots-pquhfu span:nth-of-type(2) {
  -webkit-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform: scaleX(0);
}

.crownslots-zb1lpo.crownslots-pquhfu span:nth-of-type(3) {
  -webkit-transform: translateY(-11px) rotateZ(-45deg);
  -ms-transform: translateY(-11px) rotate(-45deg);
  transform: translateY(-11px) rotateZ(-45deg);
}

.crownslots-7akld1 + .crownslots-k9dsxl {
  margin-left: 20px;
}

.crownslots-nzrv3x {
  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;
}

.crownslots-nzrv3x > svg {
  max-width: 24px;
  max-height: 24px;
}

.crownslots-nzrv3x + .crownslots-nzrv3x {
  margin-left: 5px;
}

.crownslots-jyhw6v {
  color: var(--button-text-color);
  background-color: var(--button-bg-color);
  border: 1px solid var(--border-color);
  transition: 0.2s;
}

.crownslots-jyhw6v:hover {
  background-color: var(--button-bg-hover);
}

.crownslots-eue7um {
  color: var(--button-text-color);
  background-color: var(--button-bg-color);
  transition: 0.crownslots-uw4duq ease-in-out;
  border: 1px solid var(--border-color);
}

.crownslots-eue7um:hover {
  color: var(--button-text-color);
  background-color: var(--button-bg-hover);
}

.crownslots-8o9h7k {
  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) {
  .crownslots-7akld1 {
    flex: 1 1 100%;
    order: 10;
    margin-top: 8px;
  }
  .crownslots-8o9h7k {
    justify-content: center;
  }
}

@media (max-width: 1024px) {
  .crownslots-7akld1 {
    margin-top: unset;
  }
}

@media (max-width: 768px) {
  .crownslots-nzrv3x {
    min-width: unset;
    flex: 1 1;
  }
}

.crownslots-yrhnya {
  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;
}

.crownslots-yrhnya:hover > a::after {
  -webkit-transform: scaleX(1);
  -ms-transform: scaleX(1);
  transform: scaleX(1);
}

.crownslots-yrhnya:hover .crownslots-032728 {
  opacity: 1;
  pointer-events: auto;
}

.crownslots-qloe0e {
  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.crownslots-fa50ap ease-in-out;
  gap: 4px;
}

.crownslots-qloe0e > svg {
  max-width: 28px;
  max-height: 28px;
  fill: var(--text-color);
  stroke: var(--text-color);
}

.crownslots-qloe0e .crownslots-74ga1o img {
  width: auto;
  height: 1.2rem;
  -o-object-fit: contain;
  object-fit: contain;
}

.crownslots-1irj4q,
.crownslots-qloe0e:hover {
  color: var(--button-bg-hover);
}

.crownslots-y0283b {
  position: relative;
}

.crownslots-y0283b .crownslots-qloe0e {
  margin-right: 0;
  padding-right: 4px;
}

.crownslots-vfg96n svg {
  fill: var(--text-color);
  stroke: var(--text-color);
}

.crownslots-y0283b.crownslots-pquhfu .crownslots-vfg96n svg {
  -webkit-transform: rotateZ(180deg);
  -ms-transform: rotate(180deg);
  transform: rotateZ(180deg);
}

.crownslots-y0283b.crownslots-pquhfu .crownslots-032728 {
  position: relative;
  top: 0;
  display: block;
  margin-top: 0;
  padding: 0 1rem;
  opacity: 1;
  pointer-events: auto;
}

.crownslots-y0283b.crownslots-pquhfu .crownslots-032728::before {
  display: none;
}

.crownslots-vfg96n svg {
  width: 100%;
  height: auto;
  max-width: 15px;
  -webkit-transition: 250ms;
  -o-transition: 250ms;
  transition: 250ms;
}

.crownslots-032728 {
  position: absolute;
  top: 100%;
  z-index: 100;
  list-style: none;
  margin-top: 0.5rem;
  border-radius: 5px;
  padding: 0.crownslots-f7lk8y 1rem;
  background-color: var(--fh-bg-color);
  opacity: 0;
  transition: 250ms;
  width: auto;
  pointer-events: none;
}

.crownslots-032728::before {
  content: "";
  position: absolute;
  left: 0;
  top: -0.5rem;
  width: 100%;
  height: 0.5rem;
  background-color: transparent;
}

.crownslots-032728:hover {
  color: var(--fh-bg-color);
}

.crownslots-se5hn9 {
  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.crownslots-f7lk8y 0;
  font-size: 14px;
  font-weight: 500;
  line-height: 28px;
  white-space: nowrap;
  text-decoration: none;
  color: var(--text-color);
  -webkit-transition: 0.crownslots-fa50ap ease-in-out;
  -o-transition: 0.crownslots-fa50ap ease-in-out;
  transition: 0.crownslots-fa50ap ease-in-out;
}

.crownslots-se5hn9 .crownslots-74ga1o img {
  width: auto;
  height: 1.2rem;
  -o-object-fit: contain;
  object-fit: contain;
}

.crownslots-v3iuxm,
.crownslots-se5hn9:hover {
  color: var(--button-bg-hover);
}

.crownslots-jik5uz {
  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%;
}

.crownslots-jik5uz.crownslots-wgwr7t {
  position: relative;
  z-index: 1;
  overflow: hidden;
  border: none;
}

.crownslots-jik5uz.crownslots-wgwr7t:after,
.crownslots-jik5uz.crownslots-wgwr7t:before {
  content: "";
  position: absolute;
  margin: auto;
}

.crownslots-jik5uz.crownslots-wgwr7t: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);
  }
}

.crownslots-jik5uz.crownslots-wgwr7t:after {
  top: 2px;
  right: 2px;
  bottom: 2px;
  left: 2px;
  background-color: var(--fh-bg-color);
  border-radius: 12px;
  z-index: 0;
}

.crownslots-jik5uz.crownslots-wgwr7t > * {
  z-index: 1;
}

.crownslots-jik5uz b,
.crownslots-jik5uz strong {
  color: var(--button-text-color);
  text-shadow: 0 0 8px var(--button-text-color);
}

.crownslots-jik5uz .crownslots-2rcpyq {
  grid-row: 1/2;
  grid-column: 1/2;
  font-size: 24px;
  font-weight: 900;
  line-height: 32px;
  text-transform: uppercase;
  margin: 0;
  color: #fff;
}

.crownslots-jik5uz .crownslots-g5f8q9 {
  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;
}

.crownslots-jik5uz .crownslots-74ga1o {
  grid-row: 1/-1;
  grid-column: 2/3;
  min-width: 146px;
}

.crownslots-jik5uz .crownslots-1ib0sy {
  margin-top: 12px;
}

.crownslots-1ib0sy {
  display: flex;
  gap: 8px;
  grid-row: 3/4;
  grid-column: 1/2;
}

.crownslots-1n8t66 {
  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;
}

.crownslots-1ib0sy .crownslots-fyoo4d {
  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.crownslots-uw4duq ease-in-out;
}

.crownslots-1ib0sy .crownslots-fyoo4d:hover {
  background: rgba(255, 255, 255, 0.3);
}

.crownslots-zw0x43 {
  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;
}

.crownslots-jik5uz.crownslots-57pcg2 {
  gap: 12px;
  padding: 16px;
}

.crownslots-jik5uz.crownslots-57pcg2 .crownslots-zw0x43 {
  min-width: 240px;
}

.crownslots-jik5uz.crownslots-57pcg2 .crownslots-zw0x43.crownslots-ycxdez {
  padding: 10px 12px;
}

@media (max-width: 1200px) {
  .crownslots-jik5uz .crownslots-2rcpyq {
    grid-row: 1/2;
    grid-column: 1/3;
  }
  .crownslots-jik5uz .crownslots-g5f8q9 {
    grid-row: 2/3;
    grid-column: 1/2;
  }
  .crownslots-jik5uz .crownslots-74ga1o {
    min-width: 78px;
    grid-row: 2/3;
    grid-column: 2/3;
    align-self: start;
    max-width: 110px;
  }
  .crownslots-jik5uz.crownslots-57pcg2 .crownslots-74ga1o {
    max-width: 126px;
  }
  .crownslots-jik5uz .crownslots-1ib0sy {
    grid-row: 3/4;
    grid-column: 1/3;
  }
  .crownslots-jik5uz .crownslots-1n8t66 {
    max-width: unset;
  }
  .crownslots-zw0x43 {
    min-width: unset;
    width: 100%;
  }
  .crownslots-jik5uz .crownslots-zw0x43 {
    grid-row: 4/5;
    grid-column: 1/3;
  }
  .crownslots-jik5uz.crownslots-57pcg2 {
    grid-template-rows: auto 1fr auto;
  }
  .crownslots-jik5uz.crownslots-57pcg2 .crownslots-zw0x43 {
    grid-row: 3/4;
  }
}

@media (max-width: 768px) {
  .crownslots-jik5uz {
    padding: 16px;
    gap: 16px 12px;
    min-height: unset;
  }
  .crownslots-jik5uz .crownslots-2rcpyq {
    font-size: 18px;
    font-weight: 900;
    line-height: 24px;
  }
  .crownslots-jik5uz .crownslots-74ga1o {
    max-width: 78px;
  }
  .crownslots-jik5uz .crownslots-1ib0sy {
    margin-top: -12px;
  }
  .crownslots-jik5uz.crownslots-57pcg2 {
    gap: 8px;
  }
  .crownslots-jik5uz.crownslots-57pcg2 .crownslots-2rcpyq {
    grid-row: 1/2;
    grid-column: 1/2;
  }
  .crownslots-jik5uz.crownslots-57pcg2 .crownslots-g5f8q9 {
    grid-column: 1/3;
  }
  .crownslots-jik5uz.crownslots-57pcg2 .crownslots-74ga1o {
    grid-row: 1/2;
    grid-column: 2/3;
  }
  .crownslots-jik5uz.crownslots-57pcg2 .crownslots-74ga1o img {
    max-width: 114px;
  }
}

.crownslots-zw0x43.crownslots-nfinds,
.crownslots-zw0x43.crownslots-ui17hr,
.crownslots-zw0x43.crownslots-0bpb0a {
  color: var(--button-text-color);
  background-color: var(--button-bg-color);
  padding: 12px 12px 12px 64px;
  border: 1px solid var(--border-color);
  transition: 0.crownslots-uw4duq ease-in-out;
}

.crownslots-zw0x43.crownslots-nfinds,
.crownslots-zw0x43.crownslots-0bpb0a {
  padding: 10px;
}

.crownslots-zw0x43.crownslots-nfinds:hover,
.crownslots-zw0x43.crownslots-ui17hr:hover,
.crownslots-zw0x43.crownslots-0bpb0a:hover {
  background: var(--button-bg-hover);
}

.crownslots-zw0x43.crownslots-nfinds:hover svg path,
.crownslots-zw0x43.crownslots-0bpb0a:hover svg path {
  stroke: var(--button-text-color);
  fill: none;
}

.crownslots-zw0x43.crownslots-ycxdez {
  color: var(--button-text-color);
  background-color: transparent;
  border: 1px solid var(--border-color);
  padding: 12px;
  transition: 0.crownslots-uw4duq ease-in-out;
  background: var(--button-bg-color);
}

.crownslots-zw0x43.crownslots-ycxdez:hover {
  background-color: var(--button-bg-hover);
}

.crownslots-zw0x43.crownslots-ui17hr: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);
  }
}

.crownslots-zw0x43.crownslots-ui17hr:after {
  content: "";
  width: 24px;
  min-width: 24px;
  height: 24px;
  background-image: url(../images/user.svg);
  background-position: center;
  background-repeat: no-repeat;
}

.crownslots-zw0x43.crownslots-ycxdez:after {
  content: "";
  width: 24px;
  min-width: 24px;
  height: 24px;
  background-image: url(../images/btn-arrows.svg);
  background-position: center;
  background-repeat: no-repeat;
}

.crownslots-igx5yq {
  max-width: 650px;
}

.crownslots-10c17r {
  position: relative;
  padding-bottom: 56.25%;
  width: 100%;
  height: 0;
  background-color: #000;
}

.crownslots-9k3lc3 {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.crownslots-fcku5i {
  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.crownslots-fa50ap ease-in-out;
  cursor: pointer;
}

.crownslots-fcku5i:hover {
  opacity: 0.5;
}

.crownslots-fcku5i:focus {
  outline: 0;
}

.crownslots-fcku5i:focus .crownslots-at96gm,
.crownslots-fcku5i:hover .crownslots-at96gm {
  fill: red;
  fill-opacity: 1;
}

.crownslots-fcku5i:hover {
  cursor: pointer;
}

.crownslots-cijz30 {
  position: absolute;
  left: 0;
  top: 0;
  border: none;
  width: 100%;
  height: 100%;
}

.crownslots-igx5yq.crownslots-guo2u3 {
  margin: 0 auto;
}

.crownslots-igx5yq.crownslots-uvfoaq {
  margin-left: auto;
}

.crownslots-5x8e3b {
  margin: 33px 20px 0 20px;
  padding: 33px 40px 40px 40px;
  background-color: var(--fh-bg-color);
  border-radius: 12px 12px 0 0;
}

.crownslots-galrjc {
  padding-bottom: 50px;
}

.crownslots-xk2pha {
  justify-content: flex-start;
  align-items: center;
  flex: 1 1;
}

.crownslots-5o0vfi {
  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;
}

.crownslots-s3mn1g {
  margin-top: 24px;
}

.crownslots-657q7o {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.crownslots-nb42hd {
  width: 100%;
  font-size: 14px;
  line-height: 16px;
  text-align: center;
  color: var(--color-footer-text);
  margin-top: 4px;
}

.crownslots-53f3vv {
  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;
}

.crownslots-93ih60 {
  width: 468px;
}

.crownslots-53f3vv .crownslots-032728 {
  margin: 0.crownslots-h7ib6g 0;
}

.crownslots-kewqic {
  display: flex;
  min-width: 224px;
}

.crownslots-ogz9dg {
  cursor: pointer;
  display: inline-block;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  text-decoration: none;
  color: var(--footer-text-color);
  transition: 0.crownslots-fa50ap ease-in-out;
}

.crownslots-v4pvhy,
.crownslots-ogz9dg:hover {
  color: var(--text-color);
}

.crownslots-32h6oe {
  display: flex;
  flex-wrap: wrap;
  padding: 0;
}

.crownslots-ygrgez {
  display: flex;
  flex-direction: column;
}

@media (max-width: 1024px) {
  .crownslots-5x8e3b {
    padding: 16px;
  }
  .crownslots-32h6oe {
    flex-direction: column;
    gap: 40px;
    padding: 0;
  }
  .crownslots-ygrgez {
    align-items: center;
  }
  .crownslots-93ih60 {
    width: unset;
  }
  .crownslots-kewqic {
    min-width: unset;
  }
  .crownslots-53f3vv {
    max-height: unset;
  }
  .crownslots-xk2pha {
    align-items: flex-start;
  }
}

@media (max-width: 768px) {
  .crownslots-5x8e3b {
    margin: 33px 16px 0 16px;
    padding: 16px;
  }
}

.crownslots-opk5ji {
  border-radius: 12px;
  border: 2px solid var(--border-color);
  background: var(--fh-bg-color);
  padding: 16px;
}

.crownslots-opk5ji:not(:last-child) {
  margin-bottom: 16px;
}

.crownslots-vc0tie {
  outline: 0;
}

.crownslots-vc0tie .crownslots-0qenn8 {
  color: #fff;
  font-size: 17px;
  font-weight: 800;
  line-height: 24px;
}

.crownslots-vtt0rt {
  display: flex;
  align-items: center;
  gap: 8px;
  outline: 0;
  cursor: pointer;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
}

.faq__details[open] .crownslots-vtt0rt {
  padding-bottom: 16px;
  border-bottom: 1px solid var(--border-color);
}

.crownslots-vtt0rt::-webkit-details-marker {
  display: none;
}

.crownslots-vtt0rt: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;
}

.crownslots-vtt0rt: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] .crownslots-vtt0rt:after {
  transform: unset;
}

.crownslots-0qenn8 {
  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);
}

.crownslots-0qenn8 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.crownslots-fa50ap ease-in-out;
  -o-transition: 0.crownslots-fa50ap ease-in-out;
  transition: 0.crownslots-fa50ap ease-in-out;
}

.crownslots-w269hq {
  padding: 16px 0 0 0;
}

.crownslots-w269hq * {
  margin-top: 0.8rem;
  font-family: inherit;
  font-weight: 500;
  font-style: normal;
  font-size: inherit;
  line-height: inherit;
}

page-header__button .crownslots-w269hq :first-child {
  margin-top: 0;
}

@media (max-width: 767px) {
  .crownslots-vtt0rt {
    flex-wrap: wrap;
    gap: 12px;
  }
  .crownslots-vtt0rt::after {
    margin-left: auto;
  }
  .crownslots-0qenn8 {
    order: 3;
    flex: 1 1 100%;
  }
  .crownslots-vtt0rt {
    font-size: 14px;
    line-height: 130%;
  }
  .crownslots-0qenn8 svg {
    margin-left: 15px;
    width: 18px;
    height: 18px;
    fill: var(--color-faq-item-title);
  }
}

.crownslots-qm9wyi {
  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;
}

.crownslots-8idbwh {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #fff;
  margin: 0;
  width: 100%;
  cursor: pointer;
}

.crownslots-qm9wyi.crownslots-pquhfu .crownslots-8idbwh {
  margin-bottom: 12px;
}

.crownslots-8idbwh::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;
}

.crownslots-qm9wyi.crownslots-pquhfu .crownslots-8idbwh::after {
  transform: unset;
}

.crownslots-r1kj23 {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  list-style: none;
  overflow: hidden;
  margin: 0;
  padding: 0;
  width: 100%;
  height: auto;
  max-height: 0;
}

.crownslots-0xjw0h {
  display: flex;
  align-items: center;
  gap: 4px;
  padding: 6px 12px;
  text-decoration: none;
  color: #fff;
  transition: 0.crownslots-fa50ap ease-in-out;
  border-radius: 8px;
  border: 1px solid var(--border-color);
}

.crownslots-0xjw0h: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;
}

.crownslots-qm9wyi.crownslots-pquhfu .crownslots-r1kj23 {
  max-height: 100%;
}

.crownslots-q0e0g1 {
  margin: 0 auto 3rem;
  padding: 0 10px;
  max-width: var(--display-width);
}

.crownslots-ihis9c {
  padding: 4px 0;
  background: rgba(255, 255, 255, 0.1);
}

.crownslots-8k36jp {
  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;
}

.crownslots-b3zvoa {
  margin-right: 4px;
}

.crownslots-5r0b9f {
  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.crownslots-fa50ap ease-in-out;
}

.crownslots-5r0b9f svg {
  width: 4px;
  height: 4px;
  margin-left: 4px;
  stroke: var(--text-color);
}

.crownslots-4a86xm,
.crownslots-5r0b9f:hover {
  color: var(--text-color);
}

.crownslots-not5wf {
  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;
}

.crownslots-not5wf img {
  grid-column: 1/2;
  grid-row: 1/3;
  max-width: 58px;
  height: auto;
}

.crownslots-not5wf .crownslots-cu1eyl {
  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;
}

.crownslots-not5wf .crownslots-9jn4ne {
  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;
}

.crownslots-mudw91 {
  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;
}

.crownslots-nwok54 {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.crownslots-9nl752 .crownslots-ztnw11 {
  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;
}

.crownslots-9nl752 {
  background-image: url(../images/404.webp);
  background-position: -100px;
}

.crownslots-yfshux {
  margin-top: 2rem;
  font-size: 5rem;
  line-height: 6rem;
  text-align: center;
}

.crownslots-p6jp4m {
  margin: 0;
  font-weight: 400;
  font-size: 2rem;
  line-height: 2.5rem;
  text-align: center;
}

.crownslots-yglxdf {
  display: inline-block;
  margin: 2rem auto 0;
  border: none;
  border-radius: 5px;
  padding: 0.crownslots-k4lqxj 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;
}

.crownslots-yglxdf:hover {
  -webkit-transform: translateY(-3px);
  -ms-transform: translateY(-3px);
  transform: translateY(-3px);
}

.crownslots-jngd30 {
  position: fixed;
  right: 10px;
  bottom: 15px;
  z-index: 10;
}

.crownslots-i5u506 {
  -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.crownslots-fa50ap ease-in-out;
  transition: transform 0.crownslots-fa50ap ease-in-out;
  -o-transition: transform 0.crownslots-fa50ap ease-in-out;
  transition:
    transform 0.crownslots-fa50ap ease-in-out,
    -webkit-transform 0.crownslots-fa50ap ease-in-out;
  cursor: pointer;
}

.crownslots-i5u506 svg {
  fill: var(--button-text-color);
  pointer-events: none;
}

.crownslots-i5u506: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;
}

.crownslots-42bkrg {
  width: 113px !important;
  background-color: green !important;
  top: 124px !important;
}

@media screen and (max-width: 700px) {
  #cookie-law-div p {
    padding-bottom: 36px;
  }
  .crownslots-42bkrg {
    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);
}

.crownslots-2qssio {
  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;
}

.crownslots-ycxbug {
  position: relative;
  width: 100%;
}

.crownslots-2qssio.crownslots-r71nq9 {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.crownslots-2qssio.crownslots-guo2u3 {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.crownslots-2qssio.crownslots-uvfoaq {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.crownslots-aw8s1q {
  display: block;
  width: 100%;
  height: auto;
  object-fit: contain;
  aspect-ratio: 16/9;
  max-height: 488px;
  background-color: #454545;
}

.crownslots-k1hv8e {
  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.crownslots-fa50ap ease-in-out;
  cursor: pointer;
}

.crownslots-k1hv8e:hover {
  opacity: 0.5;
}

.crownslots-2qssio.crownslots-7igyqx .crownslots-k1hv8e {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

.crownslots-2qssio.crownslots-7igyqx .crownslots-aw8s1q {
  cursor: pointer;
}

.crownslots-625wt5 {
  fill: #0009;
}

.crownslots-8e6mxv {
  fill: #fff;
}

.crownslots-k1hv8e:hover .crownslots-625wt5 {
  fill: red;
}

.crownslots-k1hv8e svg path {
  -webkit-transition: 0.crownslots-fa50ap ease-in-out;
  -o-transition: 0.crownslots-fa50ap ease-in-out;
  transition: 0.crownslots-fa50ap ease-in-out;
}

.crownslots-kp8dfh {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0 20px;
}

.crownslots-kp8dfh > :not(.get-image):not(.wp-block-heading) {
  grid-column: 1/2;
}

.crownslots-kp8dfh.crownslots-5m9gd5 > :not(.get-image) {
  grid-column: 1/3;
}

.crownslots-exmnkf:not(._h1-block) .crownslots-kp8dfh > .crownslots-zut8jf {
  grid-row: 1/2;
  grid-column: 1/3;
}

.crownslots-kp8dfh.crownslots-5m9gd5 .crownslots-28gpk9 {
  grid-column: 2/3;
}

.crownslots-kp8dfh.crownslots-5m9gd5 > .crownslots-74ga1o {
  grid-column: 1/2;
}

.crownslots-kp8dfh.crownslots-5m9gd5 > :not(.get-image):not(.wp-block-heading) {
  grid-column: 2/3;
}

.crownslots-kp8dfh > p:first-of-type {
  margin-top: 0;
}

.crownslots-kp8dfh .crownslots-74ga1o {
  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;
}

.crownslots-exmnkf:not(._h1-block) .crownslots-zut8jf ~ .crownslots-74ga1o {
  grid-row: 2/10;
}

.crownslots-exmnkf.crownslots-xd3un9 .crownslots-zut8jf ~ .crownslots-74ga1o {
  grid-row: 1/10;
}

.crownslots-exmnkf.crownslots-xd3un9 > .crownslots-zut8jf {
  grid-column: 1/2;
  margin-bottom: 20px;
}

.crownslots-exmnkf.crownslots-xd3un9 .crownslots-74ga1o {
  grid-row: 1/10;
}

.crownslots-kp8dfh.crownslots-ohx2zh .crownslots-74ga1o {
  align-items: flex-start;
}

.crownslots-kp8dfh.crownslots-guo2u3 .crownslots-28gpk9 {
  margin-top: auto;
  margin-bottom: auto;
  height: fit-content;
}

.crownslots-kp8dfh.crownslots-guo2u3 .crownslots-74ga1o {
  align-items: center;
}

.crownslots-kp8dfh.crownslots-i5feaa .crownslots-74ga1o {
  align-items: flex-end;
}

.crownslots-28gpk9 > :first-child {
  margin-top: 0;
}

.crownslots-28gpk9 > :last-child {
  margin-bottom: 0;
}

* + .crownslots-uqyi2b,
.crownslots-exmnkf + .crownslots-exmnkf {
  margin-top: 2rem;
}

.crownslots-rnc68k td::before,
.crownslots-rnc68k th::after {
  display: none !important;
}

.crownslots-rnc68k #link-selector {
  color: #000;
}

.crownslots-rnc68k .crownslots-aba1dk {
  color: #135e96;
}

.crownslots-rnc68k .crownslots-kbf0k1 *,
.crownslots-rnc68k .crownslots-ki0xum p,
.crownslots-rnc68k .crownslots-s56aqs * {
  color: #000;
}

.crownslots-rnc68k .crownslots-mojc5e {
  background: 0 0 !important;
}

.crownslots-rnc68k .crownslots-8wsssf {
  color: #000;
}

.crownslots-rnc68k .crownslots-hebqap.crownslots-839jnc {
  color: #fff;
}

.crownslots-rnc68k .crownslots-rmje1t {
  color: #000;
}

.crownslots-rnc68k
  .crownslots-w1k9f3
  .crownslots-pbx9at.crownslots-839jnc.crownslots-9b1uyz {
  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;
}

.crownslots-z53ffr,
body .crownslots-n4pb7k {
  color: #000;
  background: var(--color-body) !important;
}

.crownslots-z53ffr .crownslots-p805fw .crownslots-86qdnk,
body .crownslots-n4pb7k .crownslots-p805fw .crownslots-86qdnk {
  color: #000;
}

@media (hover: hover), screen and (min-width: 0\0) {
  .crownslots-0xjw0h:focus,
  .crownslots-0xjw0h:hover {
    color: #f9cb16;
  }
  .crownslots-r1gvej:focus,
  .crownslots-r1gvej:hover {
    background-color: var(--button-bg-color) !important;
    opacity: 1;
  }
}

@media (hover: hover), screen and (min-width: 0\0) {
  .crownslots-nt1nfl:focus img,
  .crownslots-nt1nfl:focus svg,
  .crownslots-nt1nfl:hover img,
  .crownslots-nt1nfl:hover svg {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
  }
}

@media (min-width: 768px) {
  .crownslots-not5wf {
    display: none;
  }
}

@media (min-width: 1024px) {
  .crownslots-y0283b:hover .crownslots-vfg96n svg {
    -webkit-transform: rotateZ(180deg);
    -ms-transform: rotate(180deg);
    transform: rotateZ(180deg);
  }
  .crownslots-vfg96n {
    pointer-events: none;
  }
}

@media screen and (max-width: 1280px) {
  :root {
    --offsets: 20px;
  }
}

@media (max-width: 1280px) {
  .crownslots-p95y4f {
    -ms-grid-columns: (1fr) [5];
    grid-template-columns: repeat(5, 1fr);
  }
  .crownslots-07s5e9 {
    grid-template-columns: repeat(4, 1fr);
  }
  .crownslots-liyet3 {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 1279px) {
  .crownslots-z9c2p7 .crownslots-r3ljsc {
    grid-template-columns: 1fr;
  }
  .crownslots-z9c2p7 .crownslots-4v4rtc {
    -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;
  }
  .crownslots-z9c2p7 .crownslots-rzkmfd {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
  .crownslots-z9c2p7 .crownslots-ssrqwq {
    border-bottom: none;
    border-radius: 0;
    padding: 12px 20px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
  .crownslots-z9c2p7 .crownslots-2q0lhq {
    border-radius: 0 0 16px 16px;
    padding: 24px 16px;
  }
  .crownslots-z9c2p7 .crownslots-rzkmfd:not(:first-child) {
    border: none;
  }
  .crownslots-z9c2p7 .crownslots-rzkmfd:first-child .crownslots-ssrqwq {
    border-top-left-radius: 18px;
    border-top-right-radius: 0;
  }
  .crownslots-z9c2p7 .crownslots-rzkmfd:last-child .crownslots-ssrqwq {
    border-radius: 0 18px 0 0;
  }
}

@media screen and (max-width: 1024px) {
  :root {
    --offsets: 16px;
  }
}

@media (max-width: 1024px) {
  html {
    font-size: 16px;
  }
  .crownslots-m901jx {
    position: relative;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 8px var(--offsets);
  }
  .crownslots-esskqx {
    max-width: 100px;
  }
  .crownslots-7akld1 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
  .crownslots-k9dsxl {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .crownslots-k9dsxl svg {
    stroke: var(--button-text-color);
    /* fill: var(--button-text-color); */
  }
  .crownslots-zb1lpo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
    margin-left: 20px;
  }
  .crownslots-7akld1 + .crownslots-k9dsxl {
    margin-left: auto;
  }
  .crownslots-usejed {
    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;
  }
  .crownslots-usejed.crownslots-pquhfu {
    z-index: 9999;
    opacity: 1;
    pointer-events: auto;
  }
  .crownslots-8o9h7k {
    -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;
  }
  .crownslots-yrhnya {
    width: 100%;
  }
  .crownslots-yrhnya:not(:last-child) {
    border-bottom: 1px solid var(--border-color);
  }
  .crownslots-qloe0e {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin: 0;
    padding: 8px 0;
    width: 100%;
  }
  .crownslots-qloe0e svg {
    margin-right: 4px;
  }
  .crownslots-y0283b {
    -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;
  }
  .crownslots-vfg96n svg {
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
  }
  .crownslots-vfg96n {
    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;
  }
  .crownslots-032728 {
    display: none;
    width: 100%;
  }
  .crownslots-y0283b.crownslots-pquhfu .crownslots-032728 {
    padding: 0 0 0 48px;
  }
  .crownslots-se5hn9 {
    justify-content: flex-start;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
  }
  .crownslots-5o0vfi .crownslots-74ga1o {
    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;
  }
  .crownslots-fhjcmq {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
  }
  .crownslots-fhjcmq + .crownslots-fhjcmq {
    margin-right: 0;
  }
  .crownslots-fhjcmq + .crownslots-74ga1o {
    margin: 0;
  }
  .crownslots-p95y4f {
    grid-template-columns: repeat(4, 1fr);
  }
  .crownslots-07s5e9 {
    grid-template-columns: repeat(3, 1fr);
  }
  .crownslots-vkyxzp,
  .crownslots-wsbd4e {
    grid-template-columns: repeat(2, 1fr);
  }
  .crownslots-kp8dfh {
    grid-template-columns: 1fr;
    gap: 16px;
  }
  .crownslots-kp8dfh.crownslots-5m9gd5 .crownslots-28gpk9 {
    grid-column: auto;
    grid-row: auto;
  }
  .crownslots-kp8dfh > .crownslots-zut8jf {
    grid-column: 1/2;
  }
  .crownslots-kp8dfh.crownslots-5m9gd5 > :not(.get-image) {
    grid-column: 1/2;
  }
  .crownslots-kp8dfh .crownslots-74ga1o,
  .crownslots-kp8dfh.crownslots-5m9gd5 > .crownslots-74ga1o {
    grid-column: 1/2;
    grid-row: 1/2;
  }
  .crownslots-kp8dfh.crownslots-5m9gd5 > :not(.get-image):not(.wp-block-heading) {
    grid-column: 1/2;
  }
  .crownslots-exmnkf.crownslots-xd3un9 .crownslots-kp8dfh > .crownslots-74ga1o {
    grid-row: 1/2;
  }
  .crownslots-kp8dfh .crownslots-zut8jf ~ .crownslots-74ga1o,
  .crownslots-kp8dfh.crownslots-5m9gd5 .crownslots-zut8jf ~ .crownslots-74ga1o {
    grid-row: 2/3;
  }
  .crownslots-exmnkf.crownslots-xd3un9 .crownslots-zut8jf ~ .crownslots-74ga1o {
    grid-row: 2/3;
  }
}

@media (max-width: 800px) {
  .crownslots-hspdy0:first-child .crownslots-6mzd4b {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .crownslots-hspdy0:first-child .crownslots-6mzd4b h1 {
    -webkit-box-ordinal-group: -1;
    -ms-flex-order: -2;
    order: -2;
  }
}

@media (max-width: 1100px) {
  .crownslots-hspdy0 {
    margin-bottom: 1rem;
    padding: 0 13px;
  }
}

@media (max-width: 767px) {
  .crownslots-hspdy0 {
    padding: 0;
  }
  .crownslots-ixgibr {
    margin-top: 1rem;
  }
  .crownslots-vc0tie {
    border-radius: 5px;
  }
  .crownslots-ht8ttf {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .crownslots-8idbwh::after {
    display: inline-block;
  }
  .crownslots-8idbwh {
    margin: 0;
    width: 100%;
  }
  .crownslots-r1kj23 {
    width: 100%;
  }
  .crownslots-r1kj23.crownslots-nzptwz {
    -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%;
  }
  .crownslots-r1kj23.crownslots-nzptwz .crownslots-ktdofu {
    width: 100%;
  }
  .crownslots-r1kj23.crownslots-nzptwz .crownslots-ktdofu:not(:last-child) {
    margin-right: 0;
  }
  .crownslots-0xjw0h {
    width: 100%;
    text-align: center;
  }
  .crownslots-qm9wyi.crownslots-pquhfu .crownslots-r1kj23 {
    margin-top: 1rem;
  }
  .crownslots-p95y4f {
    grid-template-columns: repeat(3, 1fr);
  }
  .crownslots-liyet3,
  .crownslots-07s5e9 {
    grid-template-columns: repeat(2, 1fr);
  }
  .crownslots-vkyxzp,
  .crownslots-wsbd4e,
  .crownslots-46of2t {
    grid-template-columns: 1fr;
  }
  .crownslots-s5uvmw {
    overflow-x: auto;
    width: 100%;
    max-width: 980px;
  }
  .crownslots-pb9bot {
    min-width: 300px;
    max-width: 325px;
  }
  .crownslots-ssrqwq {
    cursor: auto;
  }
  .crownslots-tskrr4 .crownslots-ssrqwq {
    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;
  }
  .crownslots-42bkrg {
    left: calc(50% - 60px);
  }
}

@media (max-width: 650px) {
  .crownslots-032728 {
    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) {
  .crownslots-42bkrg {
    top: 100px !important;
  }
  #cookie-law-div p {
    padding-bottom: 50px;
  }
}

.crownslots-fhjcmq p {
  margin-top: 0;
}

@media (max-width: 550px) {
  .crownslots-k9dsxl {
    margin: 0 -0.2rem;
  }
  .crownslots-fhjcmq {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
  .crownslots-04iuoy {
    -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;
  }
  .crownslots-oqyhmw {
    max-width: 100%;
  }
  .crownslots-p95y4f {
    grid-template-columns: repeat(2, 1fr);
  }
  .crownslots-liyet3,
  .crownslots-07s5e9 {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 500px) {
  html {
    font-size: 16px;
  }
  .crownslots-m901jx {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .crownslots-k9dsxl {
    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;
  }
  .crownslots-ahh6lz {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .crownslots-nzrv3x {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
  }
  .crownslots-95rz13,
  .crownslots-oqbanb {
    width: calc(100% - 20px);
  }
}

@media (max-width: 475px) {
  .crownslots-62eitv {
    width: 100%;
  }
  .crownslots-p95y4f {
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 400px) {
  .crownslots-42bkrg {
    top: 127px !important;
  }
}

.crownslots-ega5t8 {
  width: 100%;
  border-radius: 12px;
  overflow: hidden;
  margin-bottom: 20px;
}

@media (max-width: 1100px) {
  .crownslots-ega5t8 {
  }
}

@media (max-width: 767px) {
  .crownslots-ega5t8 {
    margin-bottom: 12px;
  }
}

.crownslots-ega5t8 img {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  min-width: 100%;
  height: 100%;
}

.crownslots-zjo0lr {
  display: flex;
  margin: 0 auto;
  padding: 0 var(--offsets);
  max-width: var(--display-width);
  gap: 20px;
}

.crownslots-zjo0lr > .crownslots-91k85k {
  flex: 1 1;
}

@media (max-width: 767px) {
  .crownslots-zjo0lr {
    flex-direction: column;
    gap: 12px;
  }
}

.crownslots-80wlx2 {
  display: flex;
}

.crownslots-80wlx2 .crownslots-uaku5f {
  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;
}

.crownslots-80wlx2 .crownslots-9i70xk {
  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;
}

.crownslots-80wlx2 .crownslots-dmaqvg {
  display: flex;
  list-style: none;
  margin: 0;
  padding-left: 100%;
  animation: scroll 60s linear infinite;
}

.crownslots-80wlx2 .crownslots-a6xffm {
  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));
  }
}

.crownslots-80wlx2 .crownslots-a6xffm:before {
  content: "";
  width: 24px;
  min-width: 24px;
  height: 24px;
  background-image: url(../images/award.svg);
  background-repeat: no-repeat;
  background-position: center;
}

.crownslots-80wlx2 .crownslots-d2w004 {
  color: #fff;
  font-size: 14px;
  font-weight: 800;
  line-height: 20px;
  margin-right: 4px;
}

.crownslots-hulnda {
  border: unset;
  background-color: unset;
}

.crownslots-hulnda tbody {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

.crownslots-hulnda .crownslots-89p9rd,
.crownslots-hulnda .crownslots-6qaw2c {
  flex: 0 1 330px;
}

.crownslots-hulnda .crownslots-qdnzag {
  flex: 1 1;
}

.crownslots-hulnda tr {
  display: flex;
  flex-direction: column;
  gap: 16px;
  border-radius: 12px;
  border: 2px solid var(--border-color);
  background: var(--fh-bg-color);
  padding: 16px;
}

.crownslots-hulnda tr td {
  border: unset;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  color: #fff;
  padding: 0;
}

.crownslots-hulnda tr td:first-child {
  font-size: 23px;
  font-weight: 800;
  line-height: 28px;
  margin: 0;
  padding: 0;
}

.crownslots-hulnda tr td p {
  color: #fff;
  margin: 0;
}

.crownslots-hulnda tr td p span {
  color: var(--title-color);
  font-weight: 800;
}

.crownslots-hulnda tr.crownslots-89p9rd td p {
  padding: 16px 0;
}

.crownslots-hulnda tr.crownslots-89p9rd td p:not(:last-child),
.crownslots-hulnda tr.crownslots-6qaw2c td p:not(:last-child) {
  border-bottom: 1px solid var(--border-color);
}

.crownslots-hulnda tr.crownslots-89p9rd td p:first-child,
.crownslots-hulnda tr.crownslots-6qaw2c td p:first-child {
  padding-top: 0;
}

.crownslots-hulnda tr.crownslots-6qaw2c td p {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 12px 0;
  font-size: 14px;
  font-weight: 800;
  line-height: 20px;
}

.crownslots-hulnda tr.crownslots-6qaw2c td p:last-child {
  padding-bottom: 0;
}

.crownslots-hulnda .crownslots-6qaw2c img {
  max-width: 32px;
}

.crownslots-hulnda .crownslots-qdnzag {
  min-width: 718px;
}

.crownslots-hulnda .crownslots-qdnzag td:last-child {
  display: flex;
  flex-wrap: wrap;
}

.crownslots-hulnda .crownslots-qdnzag td {
  display: flex;
}

.crownslots-hulnda .crownslots-qdnzag td:last-child .crownslots-xu9cgd,
.crownslots-hulnda .crownslots-qdnzag td:last-child .crownslots-tlskxi,
.crownslots-hulnda .crownslots-qdnzag td:last-child .crownslots-5mj0dz {
  flex: 1 1 50%;
}

.crownslots-hulnda .crownslots-qdnzag td:last-child .crownslots-135cgb {
  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;
}

.crownslots-hulnda .crownslots-qdnzag td:last-child .crownslots-nd5wsn,
.crownslots-hulnda .crownslots-qdnzag td:last-child .crownslots-ip8oax {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  list-style: none;
  padding-left: 0;
  margin-top: 12px;
}

.crownslots-hulnda .crownslots-qdnzag td:last-child .crownslots-xu9cgd,
.crownslots-hulnda .crownslots-qdnzag td:last-child .crownslots-tlskxi {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
  padding-top: 16px;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}

.crownslots-hulnda .crownslots-qdnzag td:last-child .crownslots-xu9cgd span,
.crownslots-hulnda .crownslots-qdnzag td:last-child .crownslots-tlskxi span {
  font-weight: 800;
}

.crownslots-hulnda .crownslots-qdnzag img {
  max-width: 34px;
}

@media (max-width: 1100px) {
  .crownslots-hulnda .crownslots-qdnzag td .crownslots-5mj0dz:not(:first-child) {
    padding-left: 0;
  }
}

@media (max-width: 767px) {
  .crownslots-hulnda tr.crownslots-89p9rd td p:last-child {
    padding-bottom: 0;
  }
  .crownslots-hulnda .crownslots-6qaw2c > td {
    display: flex;
    flex-wrap: wrap;
    gap: 0 20px;
  }
  .crownslots-hulnda .crownslots-6qaw2c > td > p {
    flex: 1 1 calc(50% - 10px);
  }
  .crownslots-hulnda tr.crownslots-89p9rd td p:not(:last-child),
  .crownslots-hulnda tr.crownslots-6qaw2c td p:not(:last-child) {
    border-bottom: unset;
  }
  .crownslots-hulnda tr.crownslots-6qaw2c td p:last-child {
    padding-bottom: 12px;
  }
  .crownslots-hulnda .crownslots-qdnzag td:last-child .crownslots-xu9cgd,
  .crownslots-hulnda .crownslots-qdnzag td:last-child .crownslots-tlskxi,
  .crownslots-hulnda .crownslots-qdnzag td:last-child .crownslots-5mj0dz {
    flex: 1 1 50%;
    padding: 0;
  }
  .crownslots-hulnda .crownslots-qdnzag td:last-child .crownslots-xu9cgd,
  .crownslots-hulnda .crownslots-qdnzag td:last-child .crownslots-tlskxi {
    margin-top: 16px;
  }
  .crownslots-hulnda .crownslots-qdnzag td:last-child .crownslots-5mj0dz {
    flex: 1 1 100%;
    padding-bottom: 16px;
    margin-top: 16px;
  }
  .crownslots-hulnda .crownslots-qdnzag td:last-child .crownslots-xu9cgd {
    border-right: 1px solid var(--border-color);
  }
  .crownslots-hulnda .crownslots-qdnzag td:last-child .crownslots-5mj0dz:first-child {
    padding-top: 0;
    margin-top: 0;
  }
  .crownslots-hulnda .crownslots-qdnzag td:last-child .crownslots-5mj0dz:last-child {
    padding-bottom: 0;
  }
}

.crownslots-5mj0dz {
  display: flex;
  flex-direction: column;
}

.crownslots-hulnda .crownslots-qdnzag td .crownslots-5mj0dz {
  border-bottom: 1px solid var(--border-color);
  padding-bottom: 16px;
}

.crownslots-hulnda .crownslots-qdnzag td .crownslots-5mj0dz:not(:last-of-type) {
  border-right: 1px solid var(--border-color);
  padding-right: 16px;
}

.crownslots-hulnda .crownslots-qdnzag td .crownslots-5mj0dz:not(:first-child) {
  padding-left: 16px;
}

@media (max-width: 767px) {
  .crownslots-hulnda .crownslots-qdnzag td .crownslots-5mj0dz:not(:first-child) {
    padding-left: 0;
  }
  .crownslots-hulnda .crownslots-qdnzag td .crownslots-5mj0dz:not(:last-of-type) {
    border-right: unset;
  }
}

.crownslots-hulnda .crownslots-jp2u7s {
  flex: 0 1 485px;
}

.crownslots-hulnda .crownslots-ckl9kj {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  list-style: none;
}

.crownslots-hulnda .crownslots-ckl9kj li {
  border-radius: 4px;
  border: 1px solid var(--border-color);
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}

.crownslots-hulnda .crownslots-ckl9kj li.crownslots-ndg5nq {
  padding: 6px 12px;
}

.crownslots-hulnda .crownslots-ckl9kj li a,
.crownslots-hulnda .crownslots-ckl9kj 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;
}

.crownslots-hulnda .crownslots-5fl89p,
.crownslots-hulnda .crownslots-w21box {
  flex: 1 1;
}

.crownslots-hulnda .crownslots-r46c5k,
.crownslots-hulnda .crownslots-xqbx6k {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.crownslots-hulnda .crownslots-r46c5k li,
.crownslots-hulnda .crownslots-xqbx6k li {
  display: flex;
  align-items: center;
  gap: 8px;
  flex: 1 1 calc(50% - 20px);
  font-size: 14px;
  font-weight: 800;
  line-height: 20px;
}

.crownslots-hulnda .crownslots-w21box img {
  max-width: 32px;
}

.crownslots-hulnda .crownslots-5fl89p img {
  max-width: 32px;
}

.crownslots-hulnda .crownslots-a7v3ui {
  min-width: 280px;
}

.crownslots-hulnda .crownslots-a7v3ui img {
  max-width: 146px;
}

.crownslots-hulnda .crownslots-a7v3ui td {
  display: flex;
  flex-direction: column;
  gap: 12px;
  max-width: 280px;
}

@media (max-width: 1460px) {
  .crownslots-hulnda .crownslots-89p9rd,
  .crownslots-hulnda .crownslots-6qaw2c {
    flex: 0 1 auto;
  }
  .crownslots-hulnda .crownslots-qdnzag {
    min-width: unset;
    flex: 1 1 50%;
  }
}

@media (max-width: 1100px) {
  .crownslots-hulnda .crownslots-89p9rd,
  .crownslots-hulnda .crownslots-jp2u7s,
  .crownslots-hulnda .crownslots-6qaw2c,
  .crownslots-hulnda .crownslots-qdnzag {
    flex: 1 1 calc(50% - 20px);
  }
  .crownslots-hulnda .crownslots-5fl89p,
  .crownslots-hulnda .crownslots-a7v3ui,
  .crownslots-hulnda .crownslots-w21box {
    flex: 1 1 30%;
  }
  .crownslots-hulnda .crownslots-a7v3ui {
    min-width: unset;
  }
}

@media (max-width: 767px) {
  .crownslots-hulnda .crownslots-89p9rd,
  .crownslots-hulnda .crownslots-jp2u7s,
  .crownslots-hulnda .crownslots-5fl89p,
  .crownslots-hulnda .crownslots-6qaw2c,
  .crownslots-hulnda .crownslots-qdnzag,
  .crownslots-hulnda .crownslots-a7v3ui,
  .crownslots-hulnda .crownslots-w21box {
    flex: 1 1 100%;
  }
}

.crownslots-6g6ljp .crownslots-fxvcgi {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.crownslots-6g6ljp .crownslots-7wwbpz {
  position: relative;
  display: flex;
  flex-direction: column;
  border-radius: 8px;
  border: 2px solid var(--border-color);
  background-color: var(--fh-bg-color);
}

.crownslots-6g6ljp .crownslots-whwwtz {
  width: 100%;
  padding: 12px 12px 8px 12px;
  background-color: #318562;
  font-size: 14px;
  font-weight: 800;
  line-height: 20px;
  color: #f9cb16;
}

.crownslots-6g6ljp .crownslots-0srw15 {
  display: grid;
  padding: 16px;
  gap: 0 16px;
  grid-template-columns: repeat(2, 1fr);
}

.crownslots-6g6ljp .crownslots-0srw15 > :nth-child(3) {
  margin-top: 0;
}

.crownslots-6g6ljp .crownslots-74ga1o {
  grid-column: 2/3;
  grid-row: 1/10;
}

.crownslots-6g6ljp .crownslots-4u1n5o {
  grid-column: 1/2;
  margin-top: 0;
  margin-bottom: 8px;
}

.crownslots-6g6ljp .crownslots-ixgibr {
  grid-column: 1/2;
}

.crownslots-6g6ljp > :not(.how-to__title):not(.content-button) {
  grid-column: 1/2;
}

.crownslots-6g6ljp .crownslots-7wwbpz: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;
}

.crownslots-6g6ljp .crownslots-7wwbpz:not(:last-child):after {
  position: relative;
  content: "";
  width: calc(100% - 32px);
  height: 1px;
  background-color: #318562;
  margin: 12px auto 27px auto;
}

.crownslots-6g6ljp .crownslots-62eitv {
  min-width: 240px;
}

@media (max-width: 768px) {
  .crownslots-6g6ljp .crownslots-7wwbpz:not(:last-child):before {
    bottom: 8px;
  }
  .crownslots-6g6ljp .crownslots-7wwbpz:not(:last-child):after {
    margin: 12px auto 18px auto;
  }
  .crownslots-6g6ljp .crownslots-0srw15 {
    grid-template-columns: 1fr;
    padding: 16px 16px 8px 16px;
  }
  .crownslots-6g6ljp .crownslots-74ga1o {
    grid-column: 1/2;
    grid-row: 1/2;
    margin: -16px -18px 16px -18px;
  }
  .crownslots-6g6ljp .crownslots-74ga1o img {
    width: 100%;
    height: auto;
  }
  .crownslots-6g6ljp .crownslots-62eitv {
    width: 100%;
    min-width: unset;
  }
}

.crownslots-jjz8k6 .crownslots-r4a3qm {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  list-style: none;
}

.crownslots-jjz8k6 .crownslots-7jn2ri {
  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;
}

.crownslots-jjz8k6 .crownslots-74ga1o {
  height: 100%;
}

.crownslots-jjz8k6 .crownslots-74ga1o img {
  height: 100%;
  width: auto;
  min-width: 220px;
  object-fit: cover;
}

.crownslots-jjz8k6 .crownslots-ydv0f2 {
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding: 16px 16px 16px 0;
}

.crownslots-jjz8k6 .crownslots-kut8r0 {
  color: #f9cb16;
  font-size: 23px;
  font-weight: 800;
  line-height: 28px;
  margin: 0;
}

.crownslots-jjz8k6 .crownslots-3ix9mg {
  color: #d2d2d2;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  flex: 1 1;
  margin: 0;
}

@media (max-width: 1200px) {
  .crownslots-jjz8k6 .crownslots-7jn2ri {
    flex: 1 1 100%;
  }
  .crownslots-jjz8k6 .crownslots-zw0x43 {
    min-width: 320px;
    width: fit-content;
  }
}

@media (max-width: 767px) {
  .crownslots-jjz8k6 .crownslots-7jn2ri {
    flex-direction: column;
  }
  .crownslots-jjz8k6 .crownslots-74ga1o {
    width: 100%;
    height: auto;
  }
  .crownslots-jjz8k6 .crownslots-74ga1o img {
    width: 100%;
    height: auto;
    max-height: 260px;
    min-width: unset;
  }
  .crownslots-jjz8k6 .crownslots-ydv0f2 {
    padding: 0 16px 16px 16px;
  }
  .crownslots-jjz8k6 .crownslots-zw0x43 {
    min-width: unset;
    width: 100%;
  }
}

.crownslots-8qr583 .crownslots-fbktx0 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  flex-wrap: wrap;
  gap: 20px;
}

.crownslots-8qr583 .crownslots-ktfpfe {
  position: relative;
  height: 220px;
  border-radius: 12px;
  border: 2px solid var(--border-color);
  overflow: hidden;
  transition: 0.2s;
}

.crownslots-8qr583 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;
}

.crownslots-8qr583 .crownslots-3iuazg {
  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;
}

.crownslots-8qr583 .crownslots-ktfpfe:hover .crownslots-3iuazg {
  display: flex;
}

.crownslots-8qr583 .crownslots-n1tutl {
  text-align: center;
  margin-top: 0;
  margin-bottom: 5px;
  color: #d2d2d2;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}

.crownslots-8qr583 .crownslots-vido0x {
  text-align: center;
  font-size: 17px;
  font-weight: 800;
  line-height: 24px;
  margin-top: 0;
  margin-bottom: auto;
  color: #fff;
}

.crownslots-2hz86s {
  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;
}

.crownslots-2hz86s.crownslots-xryesr {
  color: #196948;
  background-color: #f9cb16;
  border: 1px solid #f9cb16;
  margin-bottom: 8px;
  transition: 0.crownslots-uw4duq ease-in-out;
}

.crownslots-2hz86s.crownslots-xryesr:hover {
  color: #f9cb16;
  background-color: transparent;
}

.crownslots-8qr583 .crownslots-4blpuk {
  color: #fff;
  border: 1px solid #f9cb16;
  background-color: unset;
  transition: 0.crownslots-uw4duq ease-in-out;
}

.crownslots-8qr583 .crownslots-4blpuk:hover {
  color: #196948;
  background-color: #f9cb16;
}

.crownslots-8qr583 .crownslots-4blpuk:after,
.crownslots-2hz86s.crownslots-xryesr:after {
  content: "";
  width: 24px;
  min-width: 24px;
  height: 24px;
  background-repeat: no-repeat;
  background-position: center;
}

.crownslots-2hz86s.crownslots-xryesr:after {
  background-image: url(../images/Cash.svg);
}

.crownslots-8qr583 .crownslots-4blpuk:after {
  background-image: url(../images/Play.svg);
}

@media (max-width: 1200px) {
  .crownslots-8qr583 .crownslots-fbktx0 {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 850px) {
  .crownslots-8qr583 .crownslots-fbktx0 {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 600px) {
  .crownslots-8qr583 .crownslots-fbktx0 {
    grid-template-columns: 1fr;
  }
  .crownslots-8qr583 .crownslots-ktfpfe {
    height: auto;
  }
  .crownslots-8qr583 .crownslots-ktfpfe .crownslots-3iuazg {
    position: relative;
    display: flex;
    height: auto;
    background-color: var(--fh-bg-color);
    padding: 8px 12px 12px 12px;
  }
  .crownslots-8qr583 .crownslots-n1tutl,
  .crownslots-8qr583 .crownslots-vido0x {
    text-align: left;
  }
  .crownslots-8qr583 .crownslots-vido0x {
    margin-bottom: 8px;
  }
  .crownslots-8qr583 img {
    position: relative;
    top: unset;
    right: unset;
    bottom: unset;
    left: unset;
    min-height: unset;
  }
}

.crownslots-wwvbk7 {
  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;
}

.crownslots-wwvbk7.crownslots-7igyqx {
  display: block;
}

.crownslots-wwvbk7 .crownslots-90nqay {
  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;
}

.crownslots-wwvbk7 .crownslots-7vu67i {
  display: flex;
  gap: 24px;
  padding: 12px;
}

.crownslots-wwvbk7 .crownslots-gdc2no {
  display: flex;
  align-items: center;
  color: #fff;
  font-size: 23px;
  font-weight: 800;
  line-height: 28px;
}

.crownslots-wwvbk7 .crownslots-qlwhdq {
  display: flex;
  align-items: center;
  flex: 1 1;
}

.crownslots-wwvbk7 .crownslots-2hz86s {
  min-width: 296px;
  margin-bottom: 0;
}

.crownslots-wwvbk7 .crownslots-ug1kqd {
  width: 44px;
  min-width: 44px;
  height: 44px;
  background-image: url(../images/cross.svg);
  background-position: center;
  background-repeat: no-repeat;
  cursor: pointer;
}

.crownslots-wwvbk7 .crownslots-lq5kp4 {
  position: relative;
  flex: 1 1;
}

.crownslots-wwvbk7 .crownslots-lq5kp4 iframe {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 100%;
  height: 100%;
}

@media (max-width: 768px) {
  .crownslots-wwvbk7 .crownslots-7vu67i {
    flex-wrap: wrap;
    gap: 8px;
  }
  .crownslots-wwvbk7 .crownslots-gdc2no {
    order: 1;
  }
  .crownslots-wwvbk7 .crownslots-qlwhdq {
    order: 3;
    flex: 1 1 100%;
  }
  .crownslots-wwvbk7 .crownslots-2hz86s {
    width: 100%;
    min-width: unset;
  }
  .crownslots-wwvbk7 .crownslots-ug1kqd {
    order: 2;
    margin-left: auto;
  }
}

@media (max-width: 767px) {
  .crownslots-kp8dfh > .crownslots-zut8jf {
    margin-bottom: 0;
  }
  .crownslots-kp8dfh > .crownslots-ixgibr,
  .crownslots-kp8dfh > p {
    margin-top: 0;
  }
}

.crownslots-yauofl img,
.crownslots-fhjcmq img {
  width: auto;
  object-fit: contain;
}

.crownslots-yauofl {
  align-items: center;
}

.crownslots-yauofl img {
  max-height: 76px;
}

.crownslots-fhjcmq img {
  max-height: 64px;
}

.crownslots-q7ocsj {
  overflow: auto;
}

.crownslots-q3t7gv {
  border: 1px solid var(--color-table-border);
  box-shadow: 0 0 15px rgb(0 0 0 / 5%);
  border-collapse: collapse;
  width: 100%;
}

.crownslots-lie4h0:not(:last-child) {
  border-bottom: 1px solid var(--color-table-border);
}

.crownslots-y7scwi {
  border: none;
  padding: 25px 10px;
  font-weight: 700;
  color: var(--color-table-td-color);
  min-width: 200px;
}

.crownslots-aamv70 {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.crownslots-y7scwi .crownslots-74ga1o {
  margin-right: 20px;
  flex-shrink: 0;
}

.crownslots-y7scwi img {
  max-height: 45px;
  object-fit: contain;
  width: 100%;
}

.crownslots-6vtnk4 {
  padding: 25px 10px;
  align-self: center;
  border-bottom: 1px solid var(--color-table-border);
  flex-grow: 1;
  border-top: none;
}

.crownslots-6vtnk4 > :first-child {
  margin-top: 0;
}

@media (max-width: 767px) {
  .crownslots-y7scwi {
    padding: 15px 10px;
  }
  .crownslots-6vtnk4 {
    padding: 15px 10px;
  }
  .crownslots-y7scwi .crownslots-74ga1o {
    margin-right: 10px;
  }
}

.crownslots-uisc95 {
  overflow-x: auto;
}

.crownslots-7i7uyh {
  border-collapse: collapse;
  width: 100%;
}

.crownslots-uisc95 th {
  font-family: inherit;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 19px;
  padding: 25px 10px;
  text-align: center;
}

.crownslots-uisc95 td {
  font-family: inherit;
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  padding: 15px 25px;
  white-space: nowrap;
}

.crownslots-uisc95 td.crownslots-kl5xoh {
  font-weight: 600;
  text-align: right;
  border-left: none;
}

.crownslots-uisc95 td.crownslots-ftppja {
  border-right: none;
}

.crownslots-uisc95 td.crownslots-ftppja .crownslots-74ga1o {
  justify-content: flex-start;
}

.crownslots-uisc95 td.crownslots-ftppja .crownslots-74ga1o img {
  height: auto;
  width: 90px;
}

.crownslots-uisc95 td.crownslots-qutupo,
.crownslots-uisc95 td.crownslots-fndife {
  font-weight: 600;
  text-align: right;
}

.crownslots-uisc95 td.crownslots-x85dw6,
.crownslots-uisc95 td.crownslots-qutupo {
  padding-bottom: 10px;
  border-bottom: none;
}

.crownslots-uisc95 td.crownslots-qutupo,
.crownslots-uisc95 td.crownslots-fndife {
  border-left: none;
}

.crownslots-uisc95 td.crownslots-x85dw6,
.crownslots-uisc95 td.crownslots-2wu7d4 {
  border-right: none;
}

.crownslots-uisc95 td.crownslots-2wu7d4,
.crownslots-uisc95 td.crownslots-fndife {
  border-top: none;
  padding-top: 10px;
}

.crownslots-r48b10 {
  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;
}

.crownslots-r48b10 .crownslots-zw0x43 {
  min-width: unset;
  width: 100%;
}

.crownslots-r48b10 .crownslots-zw0x43.crownslots-nfinds {
  grid-column: 1/2;
  grid-row: 1/2;
}

.crownslots-r48b10 .crownslots-zw0x43.crownslots-0bpb0a {
  grid-column: 2/3;
  grid-row: 1/2;
}

.crownslots-r48b10 .crownslots-wx9fkv {
  grid-column: 1/3;
  grid-row: 2/3;
  margin-top: 0;
}

@media (max-width: 767px) {
  .crownslots-r48b10 {
    grid-template-columns: 1fr;
    margin-top: 0;
  }
  .crownslots-r48b10 .crownslots-zw0x43.crownslots-nfinds {
    grid-column: 1/2;
    grid-row: 1/2;
  }
  .crownslots-r48b10 .crownslots-zw0x43.crownslots-0bpb0a {
    grid-column: 1/2;
    grid-row: 2/3;
  }
  .crownslots-r48b10 .crownslots-wx9fkv {
    grid-column: 1/2;
    grid-row: 3/4;
  }
}

.crownslots-9oeic9 {
  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;
}

.crownslots-48wx8r {
  margin-bottom: 32px;
  font-size: 34px;
  font-weight: 800;
  line-height: 40px;
}

.crownslots-43t7a5 p a img {
  margin: 0 auto;
  display: block;
}

.crownslots-43t7a5 table {
  margin-bottom: 17px;
}

/* contanct form */
.crownslots-wxqj9e {
  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;
}

.crownslots-wxqj9e label {
  font-size: 14px;
}

.crownslots-wxqj9e h2 {
  text-align: center;
  margin-bottom: 1rem;
}
.crownslots-wxqj9e input,
.crownslots-wxqj9e textarea,
.crownslots-wxqj9e 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;
}
.crownslots-wxqj9e button {
  background-color: #a91f09;
  color: var(--text-color);
  border: none;
  cursor: pointer;
  transition: background 0.crownslots-uw4duq ease;
}
.crownslots-wxqj9e button:hover {
  background-color: #691204;
}
.crownslots-kqczdi {
  text-align: center;
  color: green;
  font-weight: 500;
  padding: 50px 0;
  animation: fadeIn 0.crownslots-9fne5p ease-in;
}

.crownslots-kqczdi 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;
}
.crownslots-ens40u, .crownslots-0ibier, [class*="review-card"],
thead, thead th, table th, .crownslots-4oq2ab,
.crownslots-k0rr3t, [class*="collapsible-header"],
.crownslots-237n2d, [class*="updated-block"] {
  color: #ece7dc !important;
}
