@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-g3vbez {
  margin: 0 auto;
  padding: 0 var(--offsets);
  max-width: var(--display-width);
}

.crownslots-fac5hz {
  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-eokkd3,
ul.crownslots-eokkd3 {
  padding-left: 20px;
}

ul.crownslots-eokkd3 {
  list-style: disc;
}

ol.crownslots-eokkd3 {
  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-pcnz4f > .crownslots-qho2cj,
.crownslots-pcnz4f > .crownslots-659k12,
.crownslots-pcnz4f > blockquote,
.crownslots-pcnz4f > h1,
.crownslots-pcnz4f > h2,
.crownslots-pcnz4f > h3,
.crownslots-pcnz4f > h4,
.crownslots-pcnz4f > h5,
.crownslots-pcnz4f > h6,
.crownslots-pcnz4f > ol,
.crownslots-pcnz4f > p,
.crownslots-pcnz4f > ul {
  margin-right: auto;
  margin-left: auto;
  padding: 0 var(--offsets);
  max-width: var(--display-width);
}

.crownslots-pcnz4f > ol,
.crownslots-pcnz4f > ul {
  padding-left: 50px;
}

.crownslots-pcnz4f 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-pcnz4f:not(:last-child) {
  margin-bottom: 2rem;
}

.crownslots-pcnz4f > :not(:first-child) {
  margin-top: 2rem;
}

.crownslots-pcnz4f {
  margin-top: 64px;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.crownslots-pcnz4f:first-child {
  margin-top: 40px;
}

@media (max-width: 767px) {
  .crownslots-pcnz4f:first-child {
    margin-top: 20px;
  }
}

.crownslots-pcnz4f > p:last-of-type {
  margin-bottom: 32px;
}

.crownslots-pcnz4f > .crownslots-i97qp5:not(:first-child) {
  margin: 64px auto 16px auto;
}

.crownslots-2d374i > .crownslots-i97qp5 {
  margin-left: auto;
  margin-right: auto;
  padding: 0 var(--offsets);
  max-width: var(--display-width);
}

.crownslots-659k12 {
  overflow: auto;
}

.crownslots-659k12::-webkit-scrollbar {
  height: 5px;
}

.crownslots-659k12 table,
table {
  margin-top: 24px;
  border-collapse: collapse;
  width: 100%;
  word-break: break-word;
}

.crownslots-659k12 table {
  border-radius: 12px;
  border: 2px solid var(--border-color);
  /* background: #0f442e; */
}

.crownslots-659k12 table thead,
table thead {
  border-bottom: none;
}

.crownslots-659k12 table th,
table th {
  padding: 5px 5px;
  text-align: center;
  color: var(--color-table-th-color);
  background-color: var(--table-1-color);
}

.crownslots-659k12 table th:not(:last-child) {
  border-right: 1px solid var(--border-color);
}

.crownslots-659k12 table td,
table td {
  border: 1px solid var(--border-color);
  padding: 5px 5px;
}

.crownslots-659k12 .crownslots-olz13g {
  table-layout: auto;
}

.crownslots-659k12 .crownslots-olz13g th {
  word-break: normal;
}

.crownslots-659k12 .crownslots-olz13g td {
  word-break: normal;
}

.crownslots-g3vbez .crownslots-g3vbez {
  padding-right: 0;
  padding-left: 0;
}

.crownslots-8bxe5u {
  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-hsflit {
  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-supttv {
  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-qho2cj {
  margin-top: 24px;
}

.crownslots-qho2cj.crownslots-w6ams4 {
  text-align: left;
}

.crownslots-qho2cj.crownslots-6bgoak {
  text-align: right;
}

.crownslots-qho2cj.crownslots-ubz0de {
  text-align: center;
}

.crownslots-ch8dkh {
  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-388te8 ease-in-out;
  cursor: pointer;
}

.crownslots-ch8dkh:hover {
  color: var(--button-bg-color);
  background: 0 0;
}

.crownslots-ch8dkh {
  min-width: 328px;
}

@media (max-width: 768px) {
  .crownslots-ch8dkh {
    min-width: unset;
  }
}

.crownslots-e2gj5l {
  background-color: var(--fh-bg-color);
}

.crownslots-r35rdr {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 8px 20px;
}

.crownslots-gzdz97 {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  max-width: 160px;
}

.crownslots-gzdz97 img {
  max-height: 80px;
  object-fit: contain;
}

.crownslots-r74uaa {
  flex: 1 1;
}

.crownslots-jbl8y4 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-left: auto;
}

.crownslots-3o5a7a {
  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-3o5a7a 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-3o5a7a.crownslots-o0mn9j span:nth-of-type(1) {
  -webkit-transform: translateY(11px) rotateZ(45deg);
  -ms-transform: translateY(11px) rotate(45deg);
  transform: translateY(11px) rotateZ(45deg);
}

.crownslots-3o5a7a.crownslots-o0mn9j span:nth-of-type(2) {
  -webkit-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform: scaleX(0);
}

.crownslots-3o5a7a.crownslots-o0mn9j span:nth-of-type(3) {
  -webkit-transform: translateY(-11px) rotateZ(-45deg);
  -ms-transform: translateY(-11px) rotate(-45deg);
  transform: translateY(-11px) rotateZ(-45deg);
}

.crownslots-r74uaa + .crownslots-jbl8y4 {
  margin-left: 20px;
}

.crownslots-rrunsh {
  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-rrunsh > svg {
  max-width: 24px;
  max-height: 24px;
}

.crownslots-rrunsh + .crownslots-rrunsh {
  margin-left: 5px;
}

.crownslots-iszibs {
  color: var(--button-text-color);
  background-color: var(--button-bg-color);
  border: 1px solid var(--border-color);
  transition: 0.2s;
}

.crownslots-iszibs:hover {
  background-color: var(--button-bg-hover);
}

.crownslots-wiol1v {
  color: var(--button-text-color);
  background-color: var(--button-bg-color);
  transition: 0.crownslots-388te8 ease-in-out;
  border: 1px solid var(--border-color);
}

.crownslots-wiol1v:hover {
  color: var(--button-text-color);
  background-color: var(--button-bg-hover);
}

.crownslots-kf8mko {
  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-r74uaa {
    flex: 1 1 100%;
    order: 10;
    margin-top: 8px;
  }
  .crownslots-kf8mko {
    justify-content: center;
  }
}

@media (max-width: 1024px) {
  .crownslots-r74uaa {
    margin-top: unset;
  }
}

@media (max-width: 768px) {
  .crownslots-rrunsh {
    min-width: unset;
    flex: 1 1;
  }
}

.crownslots-uijp1t {
  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-uijp1t:hover > a::after {
  -webkit-transform: scaleX(1);
  -ms-transform: scaleX(1);
  transform: scaleX(1);
}

.crownslots-uijp1t:hover .crownslots-pckqxm {
  opacity: 1;
  pointer-events: auto;
}

.crownslots-5ti7sb {
  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-7rihou ease-in-out;
  gap: 4px;
}

.crownslots-5ti7sb > svg {
  max-width: 28px;
  max-height: 28px;
  fill: var(--text-color);
  stroke: var(--text-color);
}

.crownslots-5ti7sb .crownslots-8bxe5u img {
  width: auto;
  height: 1.2rem;
  -o-object-fit: contain;
  object-fit: contain;
}

.crownslots-n22wks,
.crownslots-5ti7sb:hover {
  color: var(--button-bg-hover);
}

.crownslots-anzzwl {
  position: relative;
}

.crownslots-anzzwl .crownslots-5ti7sb {
  margin-right: 0;
  padding-right: 4px;
}

.crownslots-i9wl7d svg {
  fill: var(--text-color);
  stroke: var(--text-color);
}

.crownslots-anzzwl.crownslots-o0mn9j .crownslots-i9wl7d svg {
  -webkit-transform: rotateZ(180deg);
  -ms-transform: rotate(180deg);
  transform: rotateZ(180deg);
}

.crownslots-anzzwl.crownslots-o0mn9j .crownslots-pckqxm {
  position: relative;
  top: 0;
  display: block;
  margin-top: 0;
  padding: 0 1rem;
  opacity: 1;
  pointer-events: auto;
}

.crownslots-anzzwl.crownslots-o0mn9j .crownslots-pckqxm::before {
  display: none;
}

.crownslots-i9wl7d svg {
  width: 100%;
  height: auto;
  max-width: 15px;
  -webkit-transition: 250ms;
  -o-transition: 250ms;
  transition: 250ms;
}

.crownslots-pckqxm {
  position: absolute;
  top: 100%;
  z-index: 100;
  list-style: none;
  margin-top: 0.5rem;
  border-radius: 5px;
  padding: 0.crownslots-etf1ws 1rem;
  background-color: var(--fh-bg-color);
  opacity: 0;
  transition: 250ms;
  width: auto;
  pointer-events: none;
}

.crownslots-pckqxm::before {
  content: "";
  position: absolute;
  left: 0;
  top: -0.5rem;
  width: 100%;
  height: 0.5rem;
  background-color: transparent;
}

.crownslots-pckqxm:hover {
  color: var(--fh-bg-color);
}

.crownslots-ppod6o {
  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-etf1ws 0;
  font-size: 14px;
  font-weight: 500;
  line-height: 28px;
  white-space: nowrap;
  text-decoration: none;
  color: var(--text-color);
  -webkit-transition: 0.crownslots-7rihou ease-in-out;
  -o-transition: 0.crownslots-7rihou ease-in-out;
  transition: 0.crownslots-7rihou ease-in-out;
}

.crownslots-ppod6o .crownslots-8bxe5u img {
  width: auto;
  height: 1.2rem;
  -o-object-fit: contain;
  object-fit: contain;
}

.crownslots-rc2roc,
.crownslots-ppod6o:hover {
  color: var(--button-bg-hover);
}

.crownslots-swui9a {
  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-swui9a.crownslots-imunxv {
  position: relative;
  z-index: 1;
  overflow: hidden;
  border: none;
}

.crownslots-swui9a.crownslots-imunxv:after,
.crownslots-swui9a.crownslots-imunxv:before {
  content: "";
  position: absolute;
  margin: auto;
}

.crownslots-swui9a.crownslots-imunxv: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-swui9a.crownslots-imunxv:after {
  top: 2px;
  right: 2px;
  bottom: 2px;
  left: 2px;
  background-color: var(--fh-bg-color);
  border-radius: 12px;
  z-index: 0;
}

.crownslots-swui9a.crownslots-imunxv > * {
  z-index: 1;
}

.crownslots-swui9a b,
.crownslots-swui9a strong {
  color: var(--button-text-color);
  text-shadow: 0 0 8px var(--button-text-color);
}

.crownslots-swui9a .crownslots-4va4ai {
  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-swui9a .crownslots-8w8ovo {
  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-swui9a .crownslots-8bxe5u {
  grid-row: 1/-1;
  grid-column: 2/3;
  min-width: 146px;
}

.crownslots-swui9a .crownslots-skvfok {
  margin-top: 12px;
}

.crownslots-skvfok {
  display: flex;
  gap: 8px;
  grid-row: 3/4;
  grid-column: 1/2;
}

.crownslots-e5f8q3 {
  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-skvfok .crownslots-gfjonh {
  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-388te8 ease-in-out;
}

.crownslots-skvfok .crownslots-gfjonh:hover {
  background: rgba(255, 255, 255, 0.3);
}

.crownslots-7fuwro {
  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-swui9a.crownslots-7kmqxy {
  gap: 12px;
  padding: 16px;
}

.crownslots-swui9a.crownslots-7kmqxy .crownslots-7fuwro {
  min-width: 240px;
}

.crownslots-swui9a.crownslots-7kmqxy .crownslots-7fuwro.crownslots-st7jdn {
  padding: 10px 12px;
}

@media (max-width: 1200px) {
  .crownslots-swui9a .crownslots-4va4ai {
    grid-row: 1/2;
    grid-column: 1/3;
  }
  .crownslots-swui9a .crownslots-8w8ovo {
    grid-row: 2/3;
    grid-column: 1/2;
  }
  .crownslots-swui9a .crownslots-8bxe5u {
    min-width: 78px;
    grid-row: 2/3;
    grid-column: 2/3;
    align-self: start;
    max-width: 110px;
  }
  .crownslots-swui9a.crownslots-7kmqxy .crownslots-8bxe5u {
    max-width: 126px;
  }
  .crownslots-swui9a .crownslots-skvfok {
    grid-row: 3/4;
    grid-column: 1/3;
  }
  .crownslots-swui9a .crownslots-e5f8q3 {
    max-width: unset;
  }
  .crownslots-7fuwro {
    min-width: unset;
    width: 100%;
  }
  .crownslots-swui9a .crownslots-7fuwro {
    grid-row: 4/5;
    grid-column: 1/3;
  }
  .crownslots-swui9a.crownslots-7kmqxy {
    grid-template-rows: auto 1fr auto;
  }
  .crownslots-swui9a.crownslots-7kmqxy .crownslots-7fuwro {
    grid-row: 3/4;
  }
}

@media (max-width: 768px) {
  .crownslots-swui9a {
    padding: 16px;
    gap: 16px 12px;
    min-height: unset;
  }
  .crownslots-swui9a .crownslots-4va4ai {
    font-size: 18px;
    font-weight: 900;
    line-height: 24px;
  }
  .crownslots-swui9a .crownslots-8bxe5u {
    max-width: 78px;
  }
  .crownslots-swui9a .crownslots-skvfok {
    margin-top: -12px;
  }
  .crownslots-swui9a.crownslots-7kmqxy {
    gap: 8px;
  }
  .crownslots-swui9a.crownslots-7kmqxy .crownslots-4va4ai {
    grid-row: 1/2;
    grid-column: 1/2;
  }
  .crownslots-swui9a.crownslots-7kmqxy .crownslots-8w8ovo {
    grid-column: 1/3;
  }
  .crownslots-swui9a.crownslots-7kmqxy .crownslots-8bxe5u {
    grid-row: 1/2;
    grid-column: 2/3;
  }
  .crownslots-swui9a.crownslots-7kmqxy .crownslots-8bxe5u img {
    max-width: 114px;
  }
}

.crownslots-7fuwro.crownslots-he3zne,
.crownslots-7fuwro.crownslots-pmrkkx,
.crownslots-7fuwro.crownslots-fi3ger {
  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-388te8 ease-in-out;
}

.crownslots-7fuwro.crownslots-he3zne,
.crownslots-7fuwro.crownslots-fi3ger {
  padding: 10px;
}

.crownslots-7fuwro.crownslots-he3zne:hover,
.crownslots-7fuwro.crownslots-pmrkkx:hover,
.crownslots-7fuwro.crownslots-fi3ger:hover {
  background: var(--button-bg-hover);
}

.crownslots-7fuwro.crownslots-he3zne:hover svg path,
.crownslots-7fuwro.crownslots-fi3ger:hover svg path {
  stroke: var(--button-text-color);
  fill: none;
}

.crownslots-7fuwro.crownslots-st7jdn {
  color: var(--button-text-color);
  background-color: transparent;
  border: 1px solid var(--border-color);
  padding: 12px;
  transition: 0.crownslots-388te8 ease-in-out;
  background: var(--button-bg-color);
}

.crownslots-7fuwro.crownslots-st7jdn:hover {
  background-color: var(--button-bg-hover);
}

.crownslots-7fuwro.crownslots-pmrkkx: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-7fuwro.crownslots-pmrkkx:after {
  content: "";
  width: 24px;
  min-width: 24px;
  height: 24px;
  background-image: url(../images/user.svg);
  background-position: center;
  background-repeat: no-repeat;
}

.crownslots-7fuwro.crownslots-st7jdn:after {
  content: "";
  width: 24px;
  min-width: 24px;
  height: 24px;
  background-image: url(../images/btn-arrows.svg);
  background-position: center;
  background-repeat: no-repeat;
}

.crownslots-fmigqi {
  max-width: 650px;
}

.crownslots-ymoji4 {
  position: relative;
  padding-bottom: 56.25%;
  width: 100%;
  height: 0;
  background-color: #000;
}

.crownslots-qv3d22 {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.crownslots-3svh4y {
  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-7rihou ease-in-out;
  cursor: pointer;
}

.crownslots-3svh4y:hover {
  opacity: 0.5;
}

.crownslots-3svh4y:focus {
  outline: 0;
}

.crownslots-3svh4y:focus .crownslots-xa49do,
.crownslots-3svh4y:hover .crownslots-xa49do {
  fill: red;
  fill-opacity: 1;
}

.crownslots-3svh4y:hover {
  cursor: pointer;
}

.crownslots-wk05ay {
  position: absolute;
  left: 0;
  top: 0;
  border: none;
  width: 100%;
  height: 100%;
}

.crownslots-fmigqi.crownslots-ubz0de {
  margin: 0 auto;
}

.crownslots-fmigqi.crownslots-6bgoak {
  margin-left: auto;
}

.crownslots-g8gcqk {
  margin: 33px 20px 0 20px;
  padding: 33px 40px 40px 40px;
  background-color: var(--fh-bg-color);
  border-radius: 12px 12px 0 0;
}

.crownslots-qh8euv {
  padding-bottom: 50px;
}

.crownslots-iqzz9b {
  justify-content: flex-start;
  align-items: center;
  flex: 1 1;
}

.crownslots-ztauc5 {
  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-o89y7f {
  margin-top: 24px;
}

.crownslots-va0rp0 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.crownslots-qcq3e2 {
  width: 100%;
  font-size: 14px;
  line-height: 16px;
  text-align: center;
  color: var(--color-footer-text);
  margin-top: 4px;
}

.crownslots-yqcklu {
  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-v95t03 {
  width: 468px;
}

.crownslots-yqcklu .crownslots-pckqxm {
  margin: 0.crownslots-thk2ao 0;
}

.crownslots-qkabld {
  display: flex;
  min-width: 224px;
}

.crownslots-nbv9ui {
  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-7rihou ease-in-out;
}

.crownslots-yu4mzm,
.crownslots-nbv9ui:hover {
  color: var(--text-color);
}

.crownslots-u3ouk6 {
  display: flex;
  flex-wrap: wrap;
  padding: 0;
}

.crownslots-d1s8w4 {
  display: flex;
  flex-direction: column;
}

@media (max-width: 1024px) {
  .crownslots-g8gcqk {
    padding: 16px;
  }
  .crownslots-u3ouk6 {
    flex-direction: column;
    gap: 40px;
    padding: 0;
  }
  .crownslots-d1s8w4 {
    align-items: center;
  }
  .crownslots-v95t03 {
    width: unset;
  }
  .crownslots-qkabld {
    min-width: unset;
  }
  .crownslots-yqcklu {
    max-height: unset;
  }
  .crownslots-iqzz9b {
    align-items: flex-start;
  }
}

@media (max-width: 768px) {
  .crownslots-g8gcqk {
    margin: 33px 16px 0 16px;
    padding: 16px;
  }
}

.crownslots-othtvt {
  border-radius: 12px;
  border: 2px solid var(--border-color);
  background: var(--fh-bg-color);
  padding: 16px;
}

.crownslots-othtvt:not(:last-child) {
  margin-bottom: 16px;
}

.crownslots-ejbmon {
  outline: 0;
}

.crownslots-ejbmon .crownslots-y8sz6l {
  color: #fff;
  font-size: 17px;
  font-weight: 800;
  line-height: 24px;
}

.crownslots-dt1x3j {
  display: flex;
  align-items: center;
  gap: 8px;
  outline: 0;
  cursor: pointer;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
}

.faq__details[open] .crownslots-dt1x3j {
  padding-bottom: 16px;
  border-bottom: 1px solid var(--border-color);
}

.crownslots-dt1x3j::-webkit-details-marker {
  display: none;
}

.crownslots-dt1x3j: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-dt1x3j: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-dt1x3j:after {
  transform: unset;
}

.crownslots-y8sz6l {
  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-y8sz6l 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-7rihou ease-in-out;
  -o-transition: 0.crownslots-7rihou ease-in-out;
  transition: 0.crownslots-7rihou ease-in-out;
}

.crownslots-pn8xn5 {
  padding: 16px 0 0 0;
}

.crownslots-pn8xn5 * {
  margin-top: 0.8rem;
  font-family: inherit;
  font-weight: 500;
  font-style: normal;
  font-size: inherit;
  line-height: inherit;
}

page-header__button .crownslots-pn8xn5 :first-child {
  margin-top: 0;
}

@media (max-width: 767px) {
  .crownslots-dt1x3j {
    flex-wrap: wrap;
    gap: 12px;
  }
  .crownslots-dt1x3j::after {
    margin-left: auto;
  }
  .crownslots-y8sz6l {
    order: 3;
    flex: 1 1 100%;
  }
  .crownslots-dt1x3j {
    font-size: 14px;
    line-height: 130%;
  }
  .crownslots-y8sz6l svg {
    margin-left: 15px;
    width: 18px;
    height: 18px;
    fill: var(--color-faq-item-title);
  }
}

.crownslots-xq3j1e {
  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-oj4yne {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #fff;
  margin: 0;
  width: 100%;
  cursor: pointer;
}

.crownslots-xq3j1e.crownslots-o0mn9j .crownslots-oj4yne {
  margin-bottom: 12px;
}

.crownslots-oj4yne::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-xq3j1e.crownslots-o0mn9j .crownslots-oj4yne::after {
  transform: unset;
}

.crownslots-s6e3o8 {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  list-style: none;
  overflow: hidden;
  margin: 0;
  padding: 0;
  width: 100%;
  height: auto;
  max-height: 0;
}

.crownslots-7l851q {
  display: flex;
  align-items: center;
  gap: 4px;
  padding: 6px 12px;
  text-decoration: none;
  color: #fff;
  transition: 0.crownslots-7rihou ease-in-out;
  border-radius: 8px;
  border: 1px solid var(--border-color);
}

.crownslots-7l851q: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-xq3j1e.crownslots-o0mn9j .crownslots-s6e3o8 {
  max-height: 100%;
}

.crownslots-wpvir0 {
  margin: 0 auto 3rem;
  padding: 0 10px;
  max-width: var(--display-width);
}

.crownslots-gtbz5y {
  padding: 4px 0;
  background: rgba(255, 255, 255, 0.1);
}

.crownslots-c7wol0 {
  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-hc4rs6 {
  margin-right: 4px;
}

.crownslots-s4sx0t {
  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-7rihou ease-in-out;
}

.crownslots-s4sx0t svg {
  width: 4px;
  height: 4px;
  margin-left: 4px;
  stroke: var(--text-color);
}

.crownslots-4tab7l,
.crownslots-s4sx0t:hover {
  color: var(--text-color);
}

.crownslots-6i2j3m {
  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-6i2j3m img {
  grid-column: 1/2;
  grid-row: 1/3;
  max-width: 58px;
  height: auto;
}

.crownslots-6i2j3m .crownslots-uprhoy {
  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-6i2j3m .crownslots-9ma2wk {
  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-7pyj16 {
  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-9namhr {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.crownslots-17j6q9 .crownslots-g3vbez {
  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-17j6q9 {
  background-image: url(../images/404.webp);
  background-position: -100px;
}

.crownslots-efmkdx {
  margin-top: 2rem;
  font-size: 5rem;
  line-height: 6rem;
  text-align: center;
}

.crownslots-cg3iu8 {
  margin: 0;
  font-weight: 400;
  font-size: 2rem;
  line-height: 2.5rem;
  text-align: center;
}

.crownslots-gj9sdu {
  display: inline-block;
  margin: 2rem auto 0;
  border: none;
  border-radius: 5px;
  padding: 0.crownslots-rf7v8b 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-gj9sdu:hover {
  -webkit-transform: translateY(-3px);
  -ms-transform: translateY(-3px);
  transform: translateY(-3px);
}

.crownslots-j0gme8 {
  position: fixed;
  right: 10px;
  bottom: 15px;
  z-index: 10;
}

.crownslots-04km6e {
  -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-7rihou ease-in-out;
  transition: transform 0.crownslots-7rihou ease-in-out;
  -o-transition: transform 0.crownslots-7rihou ease-in-out;
  transition:
    transform 0.crownslots-7rihou ease-in-out,
    -webkit-transform 0.crownslots-7rihou ease-in-out;
  cursor: pointer;
}

.crownslots-04km6e svg {
  fill: var(--button-text-color);
  pointer-events: none;
}

.crownslots-04km6e: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-jbddhs {
  width: 113px !important;
  background-color: green !important;
  top: 124px !important;
}

@media screen and (max-width: 700px) {
  #cookie-law-div p {
    padding-bottom: 36px;
  }
  .crownslots-jbddhs {
    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-tx9z0d {
  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-mlsr5f {
  position: relative;
  width: 100%;
}

.crownslots-tx9z0d.crownslots-ups9hr {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.crownslots-tx9z0d.crownslots-ubz0de {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.crownslots-tx9z0d.crownslots-6bgoak {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.crownslots-3p1t5q {
  display: block;
  width: 100%;
  height: auto;
  object-fit: contain;
  aspect-ratio: 16/9;
  max-height: 488px;
  background-color: #454545;
}

.crownslots-c3qr97 {
  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-7rihou ease-in-out;
  cursor: pointer;
}

.crownslots-c3qr97:hover {
  opacity: 0.5;
}

.crownslots-tx9z0d.crownslots-65sd2o .crownslots-c3qr97 {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

.crownslots-tx9z0d.crownslots-65sd2o .crownslots-3p1t5q {
  cursor: pointer;
}

.crownslots-9mc9at {
  fill: #0009;
}

.crownslots-9uelod {
  fill: #fff;
}

.crownslots-c3qr97:hover .crownslots-9mc9at {
  fill: red;
}

.crownslots-c3qr97 svg path {
  -webkit-transition: 0.crownslots-7rihou ease-in-out;
  -o-transition: 0.crownslots-7rihou ease-in-out;
  transition: 0.crownslots-7rihou ease-in-out;
}

.crownslots-v9m0pk {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0 20px;
}

.crownslots-v9m0pk > :not(.get-image):not(.wp-block-heading) {
  grid-column: 1/2;
}

.crownslots-v9m0pk.crownslots-9tjw65 > :not(.get-image) {
  grid-column: 1/3;
}

.crownslots-1tp0ou:not(._h1-block) .crownslots-v9m0pk > .crownslots-i97qp5 {
  grid-row: 1/2;
  grid-column: 1/3;
}

.crownslots-v9m0pk.crownslots-9tjw65 .crownslots-t8tute {
  grid-column: 2/3;
}

.crownslots-v9m0pk.crownslots-9tjw65 > .crownslots-8bxe5u {
  grid-column: 1/2;
}

.crownslots-v9m0pk.crownslots-9tjw65 > :not(.get-image):not(.wp-block-heading) {
  grid-column: 2/3;
}

.crownslots-v9m0pk > p:first-of-type {
  margin-top: 0;
}

.crownslots-v9m0pk .crownslots-8bxe5u {
  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-1tp0ou:not(._h1-block) .crownslots-i97qp5 ~ .crownslots-8bxe5u {
  grid-row: 2/10;
}

.crownslots-1tp0ou.crownslots-yo7583 .crownslots-i97qp5 ~ .crownslots-8bxe5u {
  grid-row: 1/10;
}

.crownslots-1tp0ou.crownslots-yo7583 > .crownslots-i97qp5 {
  grid-column: 1/2;
  margin-bottom: 20px;
}

.crownslots-1tp0ou.crownslots-yo7583 .crownslots-8bxe5u {
  grid-row: 1/10;
}

.crownslots-v9m0pk.crownslots-zl2hbt .crownslots-8bxe5u {
  align-items: flex-start;
}

.crownslots-v9m0pk.crownslots-ubz0de .crownslots-t8tute {
  margin-top: auto;
  margin-bottom: auto;
  height: fit-content;
}

.crownslots-v9m0pk.crownslots-ubz0de .crownslots-8bxe5u {
  align-items: center;
}

.crownslots-v9m0pk.crownslots-07o30n .crownslots-8bxe5u {
  align-items: flex-end;
}

.crownslots-t8tute > :first-child {
  margin-top: 0;
}

.crownslots-t8tute > :last-child {
  margin-bottom: 0;
}

* + .crownslots-gg0e9k,
.crownslots-1tp0ou + .crownslots-1tp0ou {
  margin-top: 2rem;
}

.crownslots-l8r4fs td::before,
.crownslots-l8r4fs th::after {
  display: none !important;
}

.crownslots-l8r4fs #link-selector {
  color: #000;
}

.crownslots-l8r4fs .crownslots-dxbqaw {
  color: #135e96;
}

.crownslots-l8r4fs .crownslots-g91r36 *,
.crownslots-l8r4fs .crownslots-05flcs p,
.crownslots-l8r4fs .crownslots-v58bvf * {
  color: #000;
}

.crownslots-l8r4fs .crownslots-6kw1ux {
  background: 0 0 !important;
}

.crownslots-l8r4fs .crownslots-4g3s0i {
  color: #000;
}

.crownslots-l8r4fs .crownslots-8jmfo7.crownslots-h0ei8k {
  color: #fff;
}

.crownslots-l8r4fs .crownslots-v5dx2z {
  color: #000;
}

.crownslots-l8r4fs
  .crownslots-1232eb
  .crownslots-5ox2bo.crownslots-h0ei8k.crownslots-t2jd4o {
  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-a8i7si,
body .crownslots-m3brkm {
  color: #000;
  background: var(--color-body) !important;
}

.crownslots-a8i7si .crownslots-b32q27 .crownslots-4enpvj,
body .crownslots-m3brkm .crownslots-b32q27 .crownslots-4enpvj {
  color: #000;
}

@media (hover: hover), screen and (min-width: 0\0) {
  .crownslots-7l851q:focus,
  .crownslots-7l851q:hover {
    color: #f9cb16;
  }
  .crownslots-1ibdv7:focus,
  .crownslots-1ibdv7:hover {
    background-color: var(--button-bg-color) !important;
    opacity: 1;
  }
}

@media (hover: hover), screen and (min-width: 0\0) {
  .crownslots-svja36:focus img,
  .crownslots-svja36:focus svg,
  .crownslots-svja36:hover img,
  .crownslots-svja36:hover svg {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
  }
}

@media (min-width: 768px) {
  .crownslots-6i2j3m {
    display: none;
  }
}

@media (min-width: 1024px) {
  .crownslots-anzzwl:hover .crownslots-i9wl7d svg {
    -webkit-transform: rotateZ(180deg);
    -ms-transform: rotate(180deg);
    transform: rotateZ(180deg);
  }
  .crownslots-i9wl7d {
    pointer-events: none;
  }
}

@media screen and (max-width: 1280px) {
  :root {
    --offsets: 20px;
  }
}

@media (max-width: 1280px) {
  .crownslots-pakbos {
    -ms-grid-columns: (1fr) [5];
    grid-template-columns: repeat(5, 1fr);
  }
  .crownslots-6v3snu {
    grid-template-columns: repeat(4, 1fr);
  }
  .crownslots-mvgeht {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 1279px) {
  .crownslots-8jt4lm .crownslots-6hiuoa {
    grid-template-columns: 1fr;
  }
  .crownslots-8jt4lm .crownslots-v8d2vg {
    -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-8jt4lm .crownslots-4mam8o {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
  .crownslots-8jt4lm .crownslots-m0pae4 {
    border-bottom: none;
    border-radius: 0;
    padding: 12px 20px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
  .crownslots-8jt4lm .crownslots-5wb520 {
    border-radius: 0 0 16px 16px;
    padding: 24px 16px;
  }
  .crownslots-8jt4lm .crownslots-4mam8o:not(:first-child) {
    border: none;
  }
  .crownslots-8jt4lm .crownslots-4mam8o:first-child .crownslots-m0pae4 {
    border-top-left-radius: 18px;
    border-top-right-radius: 0;
  }
  .crownslots-8jt4lm .crownslots-4mam8o:last-child .crownslots-m0pae4 {
    border-radius: 0 18px 0 0;
  }
}

@media screen and (max-width: 1024px) {
  :root {
    --offsets: 16px;
  }
}

@media (max-width: 1024px) {
  html {
    font-size: 16px;
  }
  .crownslots-r35rdr {
    position: relative;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 8px var(--offsets);
  }
  .crownslots-gzdz97 {
    max-width: 100px;
  }
  .crownslots-r74uaa {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
  .crownslots-jbl8y4 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .crownslots-jbl8y4 svg {
    stroke: var(--button-text-color);
    /* fill: var(--button-text-color); */
  }
  .crownslots-3o5a7a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
    margin-left: 20px;
  }
  .crownslots-r74uaa + .crownslots-jbl8y4 {
    margin-left: auto;
  }
  .crownslots-2xcmk1 {
    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-2xcmk1.crownslots-o0mn9j {
    z-index: 9999;
    opacity: 1;
    pointer-events: auto;
  }
  .crownslots-kf8mko {
    -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-uijp1t {
    width: 100%;
  }
  .crownslots-uijp1t:not(:last-child) {
    border-bottom: 1px solid var(--border-color);
  }
  .crownslots-5ti7sb {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin: 0;
    padding: 8px 0;
    width: 100%;
  }
  .crownslots-5ti7sb svg {
    margin-right: 4px;
  }
  .crownslots-anzzwl {
    -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-i9wl7d svg {
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
  }
  .crownslots-i9wl7d {
    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-pckqxm {
    display: none;
    width: 100%;
  }
  .crownslots-anzzwl.crownslots-o0mn9j .crownslots-pckqxm {
    padding: 0 0 0 48px;
  }
  .crownslots-ppod6o {
    justify-content: flex-start;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
  }
  .crownslots-ztauc5 .crownslots-8bxe5u {
    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-hpxgrd {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
  }
  .crownslots-hpxgrd + .crownslots-hpxgrd {
    margin-right: 0;
  }
  .crownslots-hpxgrd + .crownslots-8bxe5u {
    margin: 0;
  }
  .crownslots-pakbos {
    grid-template-columns: repeat(4, 1fr);
  }
  .crownslots-6v3snu {
    grid-template-columns: repeat(3, 1fr);
  }
  .crownslots-n9zept,
  .crownslots-ovstnx {
    grid-template-columns: repeat(2, 1fr);
  }
  .crownslots-v9m0pk {
    grid-template-columns: 1fr;
    gap: 16px;
  }
  .crownslots-v9m0pk.crownslots-9tjw65 .crownslots-t8tute {
    grid-column: auto;
    grid-row: auto;
  }
  .crownslots-v9m0pk > .crownslots-i97qp5 {
    grid-column: 1/2;
  }
  .crownslots-v9m0pk.crownslots-9tjw65 > :not(.get-image) {
    grid-column: 1/2;
  }
  .crownslots-v9m0pk .crownslots-8bxe5u,
  .crownslots-v9m0pk.crownslots-9tjw65 > .crownslots-8bxe5u {
    grid-column: 1/2;
    grid-row: 1/2;
  }
  .crownslots-v9m0pk.crownslots-9tjw65 > :not(.get-image):not(.wp-block-heading) {
    grid-column: 1/2;
  }
  .crownslots-1tp0ou.crownslots-yo7583 .crownslots-v9m0pk > .crownslots-8bxe5u {
    grid-row: 1/2;
  }
  .crownslots-v9m0pk .crownslots-i97qp5 ~ .crownslots-8bxe5u,
  .crownslots-v9m0pk.crownslots-9tjw65 .crownslots-i97qp5 ~ .crownslots-8bxe5u {
    grid-row: 2/3;
  }
  .crownslots-1tp0ou.crownslots-yo7583 .crownslots-i97qp5 ~ .crownslots-8bxe5u {
    grid-row: 2/3;
  }
}

@media (max-width: 800px) {
  .crownslots-pcnz4f:first-child .crownslots-m7s1d6 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .crownslots-pcnz4f:first-child .crownslots-m7s1d6 h1 {
    -webkit-box-ordinal-group: -1;
    -ms-flex-order: -2;
    order: -2;
  }
}

@media (max-width: 1100px) {
  .crownslots-pcnz4f {
    margin-bottom: 1rem;
    padding: 0 13px;
  }
}

@media (max-width: 767px) {
  .crownslots-pcnz4f {
    padding: 0;
  }
  .crownslots-qho2cj {
    margin-top: 1rem;
  }
  .crownslots-ejbmon {
    border-radius: 5px;
  }
  .crownslots-tw3pkc {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .crownslots-oj4yne::after {
    display: inline-block;
  }
  .crownslots-oj4yne {
    margin: 0;
    width: 100%;
  }
  .crownslots-s6e3o8 {
    width: 100%;
  }
  .crownslots-s6e3o8.crownslots-i8fpad {
    -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-s6e3o8.crownslots-i8fpad .crownslots-p1jsln {
    width: 100%;
  }
  .crownslots-s6e3o8.crownslots-i8fpad .crownslots-p1jsln:not(:last-child) {
    margin-right: 0;
  }
  .crownslots-7l851q {
    width: 100%;
    text-align: center;
  }
  .crownslots-xq3j1e.crownslots-o0mn9j .crownslots-s6e3o8 {
    margin-top: 1rem;
  }
  .crownslots-pakbos {
    grid-template-columns: repeat(3, 1fr);
  }
  .crownslots-mvgeht,
  .crownslots-6v3snu {
    grid-template-columns: repeat(2, 1fr);
  }
  .crownslots-n9zept,
  .crownslots-ovstnx,
  .crownslots-qkbx7i {
    grid-template-columns: 1fr;
  }
  .crownslots-co9d70 {
    overflow-x: auto;
    width: 100%;
    max-width: 980px;
  }
  .crownslots-x719tp {
    min-width: 300px;
    max-width: 325px;
  }
  .crownslots-m0pae4 {
    cursor: auto;
  }
  .crownslots-ehr280 .crownslots-m0pae4 {
    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-jbddhs {
    left: calc(50% - 60px);
  }
}

@media (max-width: 650px) {
  .crownslots-pckqxm {
    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-jbddhs {
    top: 100px !important;
  }
  #cookie-law-div p {
    padding-bottom: 50px;
  }
}

.crownslots-hpxgrd p {
  margin-top: 0;
}

@media (max-width: 550px) {
  .crownslots-jbl8y4 {
    margin: 0 -0.2rem;
  }
  .crownslots-hpxgrd {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
  .crownslots-1h37pb {
    -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-b8j9qx {
    max-width: 100%;
  }
  .crownslots-pakbos {
    grid-template-columns: repeat(2, 1fr);
  }
  .crownslots-mvgeht,
  .crownslots-6v3snu {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 500px) {
  html {
    font-size: 16px;
  }
  .crownslots-r35rdr {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .crownslots-jbl8y4 {
    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-e2gj5l {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .crownslots-rrunsh {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
  }
  .crownslots-y42zo0,
  .crownslots-b2t4qo {
    width: calc(100% - 20px);
  }
}

@media (max-width: 475px) {
  .crownslots-ch8dkh {
    width: 100%;
  }
  .crownslots-pakbos {
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 400px) {
  .crownslots-jbddhs {
    top: 127px !important;
  }
}

.crownslots-nevkvv {
  width: 100%;
  border-radius: 12px;
  overflow: hidden;
  margin-bottom: 20px;
}

@media (max-width: 1100px) {
  .crownslots-nevkvv {
  }
}

@media (max-width: 767px) {
  .crownslots-nevkvv {
    margin-bottom: 12px;
  }
}

.crownslots-nevkvv img {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  min-width: 100%;
  height: 100%;
}

.crownslots-0kv82d {
  display: flex;
  margin: 0 auto;
  padding: 0 var(--offsets);
  max-width: var(--display-width);
  gap: 20px;
}

.crownslots-0kv82d > .crownslots-si3q0t {
  flex: 1 1;
}

@media (max-width: 767px) {
  .crownslots-0kv82d {
    flex-direction: column;
    gap: 12px;
  }
}

.crownslots-09gix8 {
  display: flex;
}

.crownslots-09gix8 .crownslots-hzeqh5 {
  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-09gix8 .crownslots-ihne73 {
  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-09gix8 .crownslots-u4idhq {
  display: flex;
  list-style: none;
  margin: 0;
  padding-left: 100%;
  animation: scroll 60s linear infinite;
}

.crownslots-09gix8 .crownslots-map736 {
  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-09gix8 .crownslots-map736:before {
  content: "";
  width: 24px;
  min-width: 24px;
  height: 24px;
  background-image: url(../images/award.svg);
  background-repeat: no-repeat;
  background-position: center;
}

.crownslots-09gix8 .crownslots-v6sqqr {
  color: #fff;
  font-size: 14px;
  font-weight: 800;
  line-height: 20px;
  margin-right: 4px;
}

.crownslots-zdg5bb {
  border: unset;
  background-color: unset;
}

.crownslots-zdg5bb tbody {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

.crownslots-zdg5bb .crownslots-u32t8v,
.crownslots-zdg5bb .crownslots-kwrq3a {
  flex: 0 1 330px;
}

.crownslots-zdg5bb .crownslots-8gwssm {
  flex: 1 1;
}

.crownslots-zdg5bb 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-zdg5bb tr td {
  border: unset;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  color: #fff;
  padding: 0;
}

.crownslots-zdg5bb tr td:first-child {
  font-size: 23px;
  font-weight: 800;
  line-height: 28px;
  margin: 0;
  padding: 0;
}

.crownslots-zdg5bb tr td p {
  color: #fff;
  margin: 0;
}

.crownslots-zdg5bb tr td p span {
  color: var(--title-color);
  font-weight: 800;
}

.crownslots-zdg5bb tr.crownslots-u32t8v td p {
  padding: 16px 0;
}

.crownslots-zdg5bb tr.crownslots-u32t8v td p:not(:last-child),
.crownslots-zdg5bb tr.crownslots-kwrq3a td p:not(:last-child) {
  border-bottom: 1px solid var(--border-color);
}

.crownslots-zdg5bb tr.crownslots-u32t8v td p:first-child,
.crownslots-zdg5bb tr.crownslots-kwrq3a td p:first-child {
  padding-top: 0;
}

.crownslots-zdg5bb tr.crownslots-kwrq3a td p {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 12px 0;
  font-size: 14px;
  font-weight: 800;
  line-height: 20px;
}

.crownslots-zdg5bb tr.crownslots-kwrq3a td p:last-child {
  padding-bottom: 0;
}

.crownslots-zdg5bb .crownslots-kwrq3a img {
  max-width: 32px;
}

.crownslots-zdg5bb .crownslots-8gwssm {
  min-width: 718px;
}

.crownslots-zdg5bb .crownslots-8gwssm td:last-child {
  display: flex;
  flex-wrap: wrap;
}

.crownslots-zdg5bb .crownslots-8gwssm td {
  display: flex;
}

.crownslots-zdg5bb .crownslots-8gwssm td:last-child .crownslots-bz1qjx,
.crownslots-zdg5bb .crownslots-8gwssm td:last-child .crownslots-gope7j,
.crownslots-zdg5bb .crownslots-8gwssm td:last-child .crownslots-h1cmik {
  flex: 1 1 50%;
}

.crownslots-zdg5bb .crownslots-8gwssm td:last-child .crownslots-ldc54j {
  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-zdg5bb .crownslots-8gwssm td:last-child .crownslots-vzjpdn,
.crownslots-zdg5bb .crownslots-8gwssm td:last-child .crownslots-nfjwoy {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  list-style: none;
  padding-left: 0;
  margin-top: 12px;
}

.crownslots-zdg5bb .crownslots-8gwssm td:last-child .crownslots-bz1qjx,
.crownslots-zdg5bb .crownslots-8gwssm td:last-child .crownslots-gope7j {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
  padding-top: 16px;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}

.crownslots-zdg5bb .crownslots-8gwssm td:last-child .crownslots-bz1qjx span,
.crownslots-zdg5bb .crownslots-8gwssm td:last-child .crownslots-gope7j span {
  font-weight: 800;
}

.crownslots-zdg5bb .crownslots-8gwssm img {
  max-width: 34px;
}

@media (max-width: 1100px) {
  .crownslots-zdg5bb .crownslots-8gwssm td .crownslots-h1cmik:not(:first-child) {
    padding-left: 0;
  }
}

@media (max-width: 767px) {
  .crownslots-zdg5bb tr.crownslots-u32t8v td p:last-child {
    padding-bottom: 0;
  }
  .crownslots-zdg5bb .crownslots-kwrq3a > td {
    display: flex;
    flex-wrap: wrap;
    gap: 0 20px;
  }
  .crownslots-zdg5bb .crownslots-kwrq3a > td > p {
    flex: 1 1 calc(50% - 10px);
  }
  .crownslots-zdg5bb tr.crownslots-u32t8v td p:not(:last-child),
  .crownslots-zdg5bb tr.crownslots-kwrq3a td p:not(:last-child) {
    border-bottom: unset;
  }
  .crownslots-zdg5bb tr.crownslots-kwrq3a td p:last-child {
    padding-bottom: 12px;
  }
  .crownslots-zdg5bb .crownslots-8gwssm td:last-child .crownslots-bz1qjx,
  .crownslots-zdg5bb .crownslots-8gwssm td:last-child .crownslots-gope7j,
  .crownslots-zdg5bb .crownslots-8gwssm td:last-child .crownslots-h1cmik {
    flex: 1 1 50%;
    padding: 0;
  }
  .crownslots-zdg5bb .crownslots-8gwssm td:last-child .crownslots-bz1qjx,
  .crownslots-zdg5bb .crownslots-8gwssm td:last-child .crownslots-gope7j {
    margin-top: 16px;
  }
  .crownslots-zdg5bb .crownslots-8gwssm td:last-child .crownslots-h1cmik {
    flex: 1 1 100%;
    padding-bottom: 16px;
    margin-top: 16px;
  }
  .crownslots-zdg5bb .crownslots-8gwssm td:last-child .crownslots-bz1qjx {
    border-right: 1px solid var(--border-color);
  }
  .crownslots-zdg5bb .crownslots-8gwssm td:last-child .crownslots-h1cmik:first-child {
    padding-top: 0;
    margin-top: 0;
  }
  .crownslots-zdg5bb .crownslots-8gwssm td:last-child .crownslots-h1cmik:last-child {
    padding-bottom: 0;
  }
}

.crownslots-h1cmik {
  display: flex;
  flex-direction: column;
}

.crownslots-zdg5bb .crownslots-8gwssm td .crownslots-h1cmik {
  border-bottom: 1px solid var(--border-color);
  padding-bottom: 16px;
}

.crownslots-zdg5bb .crownslots-8gwssm td .crownslots-h1cmik:not(:last-of-type) {
  border-right: 1px solid var(--border-color);
  padding-right: 16px;
}

.crownslots-zdg5bb .crownslots-8gwssm td .crownslots-h1cmik:not(:first-child) {
  padding-left: 16px;
}

@media (max-width: 767px) {
  .crownslots-zdg5bb .crownslots-8gwssm td .crownslots-h1cmik:not(:first-child) {
    padding-left: 0;
  }
  .crownslots-zdg5bb .crownslots-8gwssm td .crownslots-h1cmik:not(:last-of-type) {
    border-right: unset;
  }
}

.crownslots-zdg5bb .crownslots-lqh03u {
  flex: 0 1 485px;
}

.crownslots-zdg5bb .crownslots-i1une2 {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  list-style: none;
}

.crownslots-zdg5bb .crownslots-i1une2 li {
  border-radius: 4px;
  border: 1px solid var(--border-color);
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}

.crownslots-zdg5bb .crownslots-i1une2 li.crownslots-0j1p9e {
  padding: 6px 12px;
}

.crownslots-zdg5bb .crownslots-i1une2 li a,
.crownslots-zdg5bb .crownslots-i1une2 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-zdg5bb .crownslots-ah9a07,
.crownslots-zdg5bb .crownslots-30nsj6 {
  flex: 1 1;
}

.crownslots-zdg5bb .crownslots-vgtwep,
.crownslots-zdg5bb .crownslots-sa2kjo {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.crownslots-zdg5bb .crownslots-vgtwep li,
.crownslots-zdg5bb .crownslots-sa2kjo li {
  display: flex;
  align-items: center;
  gap: 8px;
  flex: 1 1 calc(50% - 20px);
  font-size: 14px;
  font-weight: 800;
  line-height: 20px;
}

.crownslots-zdg5bb .crownslots-30nsj6 img {
  max-width: 32px;
}

.crownslots-zdg5bb .crownslots-ah9a07 img {
  max-width: 32px;
}

.crownslots-zdg5bb .crownslots-t773ut {
  min-width: 280px;
}

.crownslots-zdg5bb .crownslots-t773ut img {
  max-width: 146px;
}

.crownslots-zdg5bb .crownslots-t773ut td {
  display: flex;
  flex-direction: column;
  gap: 12px;
  max-width: 280px;
}

@media (max-width: 1460px) {
  .crownslots-zdg5bb .crownslots-u32t8v,
  .crownslots-zdg5bb .crownslots-kwrq3a {
    flex: 0 1 auto;
  }
  .crownslots-zdg5bb .crownslots-8gwssm {
    min-width: unset;
    flex: 1 1 50%;
  }
}

@media (max-width: 1100px) {
  .crownslots-zdg5bb .crownslots-u32t8v,
  .crownslots-zdg5bb .crownslots-lqh03u,
  .crownslots-zdg5bb .crownslots-kwrq3a,
  .crownslots-zdg5bb .crownslots-8gwssm {
    flex: 1 1 calc(50% - 20px);
  }
  .crownslots-zdg5bb .crownslots-ah9a07,
  .crownslots-zdg5bb .crownslots-t773ut,
  .crownslots-zdg5bb .crownslots-30nsj6 {
    flex: 1 1 30%;
  }
  .crownslots-zdg5bb .crownslots-t773ut {
    min-width: unset;
  }
}

@media (max-width: 767px) {
  .crownslots-zdg5bb .crownslots-u32t8v,
  .crownslots-zdg5bb .crownslots-lqh03u,
  .crownslots-zdg5bb .crownslots-ah9a07,
  .crownslots-zdg5bb .crownslots-kwrq3a,
  .crownslots-zdg5bb .crownslots-8gwssm,
  .crownslots-zdg5bb .crownslots-t773ut,
  .crownslots-zdg5bb .crownslots-30nsj6 {
    flex: 1 1 100%;
  }
}

.crownslots-jodbni .crownslots-zk6cm4 {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.crownslots-jodbni .crownslots-3rb7h2 {
  position: relative;
  display: flex;
  flex-direction: column;
  border-radius: 8px;
  border: 2px solid var(--border-color);
  background-color: var(--fh-bg-color);
}

.crownslots-jodbni .crownslots-52yb6g {
  width: 100%;
  padding: 12px 12px 8px 12px;
  background-color: #318562;
  font-size: 14px;
  font-weight: 800;
  line-height: 20px;
  color: #f9cb16;
}

.crownslots-jodbni .crownslots-5i5duz {
  display: grid;
  padding: 16px;
  gap: 0 16px;
  grid-template-columns: repeat(2, 1fr);
}

.crownslots-jodbni .crownslots-5i5duz > :nth-child(3) {
  margin-top: 0;
}

.crownslots-jodbni .crownslots-8bxe5u {
  grid-column: 2/3;
  grid-row: 1/10;
}

.crownslots-jodbni .crownslots-3dxguk {
  grid-column: 1/2;
  margin-top: 0;
  margin-bottom: 8px;
}

.crownslots-jodbni .crownslots-qho2cj {
  grid-column: 1/2;
}

.crownslots-jodbni > :not(.how-to__title):not(.content-button) {
  grid-column: 1/2;
}

.crownslots-jodbni .crownslots-3rb7h2: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-jodbni .crownslots-3rb7h2:not(:last-child):after {
  position: relative;
  content: "";
  width: calc(100% - 32px);
  height: 1px;
  background-color: #318562;
  margin: 12px auto 27px auto;
}

.crownslots-jodbni .crownslots-ch8dkh {
  min-width: 240px;
}

@media (max-width: 768px) {
  .crownslots-jodbni .crownslots-3rb7h2:not(:last-child):before {
    bottom: 8px;
  }
  .crownslots-jodbni .crownslots-3rb7h2:not(:last-child):after {
    margin: 12px auto 18px auto;
  }
  .crownslots-jodbni .crownslots-5i5duz {
    grid-template-columns: 1fr;
    padding: 16px 16px 8px 16px;
  }
  .crownslots-jodbni .crownslots-8bxe5u {
    grid-column: 1/2;
    grid-row: 1/2;
    margin: -16px -18px 16px -18px;
  }
  .crownslots-jodbni .crownslots-8bxe5u img {
    width: 100%;
    height: auto;
  }
  .crownslots-jodbni .crownslots-ch8dkh {
    width: 100%;
    min-width: unset;
  }
}

.crownslots-70b47v .crownslots-xo2j9t {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  list-style: none;
}

.crownslots-70b47v .crownslots-rbnqv6 {
  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-70b47v .crownslots-8bxe5u {
  height: 100%;
}

.crownslots-70b47v .crownslots-8bxe5u img {
  height: 100%;
  width: auto;
  min-width: 220px;
  object-fit: cover;
}

.crownslots-70b47v .crownslots-5k28n7 {
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding: 16px 16px 16px 0;
}

.crownslots-70b47v .crownslots-ztwepd {
  color: #f9cb16;
  font-size: 23px;
  font-weight: 800;
  line-height: 28px;
  margin: 0;
}

.crownslots-70b47v .crownslots-u6qbin {
  color: #d2d2d2;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  flex: 1 1;
  margin: 0;
}

@media (max-width: 1200px) {
  .crownslots-70b47v .crownslots-rbnqv6 {
    flex: 1 1 100%;
  }
  .crownslots-70b47v .crownslots-7fuwro {
    min-width: 320px;
    width: fit-content;
  }
}

@media (max-width: 767px) {
  .crownslots-70b47v .crownslots-rbnqv6 {
    flex-direction: column;
  }
  .crownslots-70b47v .crownslots-8bxe5u {
    width: 100%;
    height: auto;
  }
  .crownslots-70b47v .crownslots-8bxe5u img {
    width: 100%;
    height: auto;
    max-height: 260px;
    min-width: unset;
  }
  .crownslots-70b47v .crownslots-5k28n7 {
    padding: 0 16px 16px 16px;
  }
  .crownslots-70b47v .crownslots-7fuwro {
    min-width: unset;
    width: 100%;
  }
}

.crownslots-uendv9 .crownslots-y6ho8p {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  flex-wrap: wrap;
  gap: 20px;
}

.crownslots-uendv9 .crownslots-fhqlil {
  position: relative;
  height: 220px;
  border-radius: 12px;
  border: 2px solid var(--border-color);
  overflow: hidden;
  transition: 0.2s;
}

.crownslots-uendv9 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-uendv9 .crownslots-piiygu {
  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-uendv9 .crownslots-fhqlil:hover .crownslots-piiygu {
  display: flex;
}

.crownslots-uendv9 .crownslots-wde1bx {
  text-align: center;
  margin-top: 0;
  margin-bottom: 5px;
  color: #d2d2d2;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}

.crownslots-uendv9 .crownslots-dgqkd5 {
  text-align: center;
  font-size: 17px;
  font-weight: 800;
  line-height: 24px;
  margin-top: 0;
  margin-bottom: auto;
  color: #fff;
}

.crownslots-xef8a5 {
  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-xef8a5.crownslots-m7v1th {
  color: #196948;
  background-color: #f9cb16;
  border: 1px solid #f9cb16;
  margin-bottom: 8px;
  transition: 0.crownslots-388te8 ease-in-out;
}

.crownslots-xef8a5.crownslots-m7v1th:hover {
  color: #f9cb16;
  background-color: transparent;
}

.crownslots-uendv9 .crownslots-mltkjr {
  color: #fff;
  border: 1px solid #f9cb16;
  background-color: unset;
  transition: 0.crownslots-388te8 ease-in-out;
}

.crownslots-uendv9 .crownslots-mltkjr:hover {
  color: #196948;
  background-color: #f9cb16;
}

.crownslots-uendv9 .crownslots-mltkjr:after,
.crownslots-xef8a5.crownslots-m7v1th:after {
  content: "";
  width: 24px;
  min-width: 24px;
  height: 24px;
  background-repeat: no-repeat;
  background-position: center;
}

.crownslots-xef8a5.crownslots-m7v1th:after {
  background-image: url(../images/Cash.svg);
}

.crownslots-uendv9 .crownslots-mltkjr:after {
  background-image: url(../images/Play.svg);
}

@media (max-width: 1200px) {
  .crownslots-uendv9 .crownslots-y6ho8p {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 850px) {
  .crownslots-uendv9 .crownslots-y6ho8p {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 600px) {
  .crownslots-uendv9 .crownslots-y6ho8p {
    grid-template-columns: 1fr;
  }
  .crownslots-uendv9 .crownslots-fhqlil {
    height: auto;
  }
  .crownslots-uendv9 .crownslots-fhqlil .crownslots-piiygu {
    position: relative;
    display: flex;
    height: auto;
    background-color: var(--fh-bg-color);
    padding: 8px 12px 12px 12px;
  }
  .crownslots-uendv9 .crownslots-wde1bx,
  .crownslots-uendv9 .crownslots-dgqkd5 {
    text-align: left;
  }
  .crownslots-uendv9 .crownslots-dgqkd5 {
    margin-bottom: 8px;
  }
  .crownslots-uendv9 img {
    position: relative;
    top: unset;
    right: unset;
    bottom: unset;
    left: unset;
    min-height: unset;
  }
}

.crownslots-8ysqg1 {
  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-8ysqg1.crownslots-65sd2o {
  display: block;
}

.crownslots-8ysqg1 .crownslots-dohbgz {
  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-8ysqg1 .crownslots-kosnne {
  display: flex;
  gap: 24px;
  padding: 12px;
}

.crownslots-8ysqg1 .crownslots-kucy3o {
  display: flex;
  align-items: center;
  color: #fff;
  font-size: 23px;
  font-weight: 800;
  line-height: 28px;
}

.crownslots-8ysqg1 .crownslots-rl71j8 {
  display: flex;
  align-items: center;
  flex: 1 1;
}

.crownslots-8ysqg1 .crownslots-xef8a5 {
  min-width: 296px;
  margin-bottom: 0;
}

.crownslots-8ysqg1 .crownslots-l8rju1 {
  width: 44px;
  min-width: 44px;
  height: 44px;
  background-image: url(../images/cross.svg);
  background-position: center;
  background-repeat: no-repeat;
  cursor: pointer;
}

.crownslots-8ysqg1 .crownslots-798biv {
  position: relative;
  flex: 1 1;
}

.crownslots-8ysqg1 .crownslots-798biv iframe {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 100%;
  height: 100%;
}

@media (max-width: 768px) {
  .crownslots-8ysqg1 .crownslots-kosnne {
    flex-wrap: wrap;
    gap: 8px;
  }
  .crownslots-8ysqg1 .crownslots-kucy3o {
    order: 1;
  }
  .crownslots-8ysqg1 .crownslots-rl71j8 {
    order: 3;
    flex: 1 1 100%;
  }
  .crownslots-8ysqg1 .crownslots-xef8a5 {
    width: 100%;
    min-width: unset;
  }
  .crownslots-8ysqg1 .crownslots-l8rju1 {
    order: 2;
    margin-left: auto;
  }
}

@media (max-width: 767px) {
  .crownslots-v9m0pk > .crownslots-i97qp5 {
    margin-bottom: 0;
  }
  .crownslots-v9m0pk > .crownslots-qho2cj,
  .crownslots-v9m0pk > p {
    margin-top: 0;
  }
}

.crownslots-yqt31f img,
.crownslots-hpxgrd img {
  width: auto;
  object-fit: contain;
}

.crownslots-yqt31f {
  align-items: center;
}

.crownslots-yqt31f img {
  max-height: 76px;
}

.crownslots-hpxgrd img {
  max-height: 64px;
}

.crownslots-jmy4lp {
  overflow: auto;
}

.crownslots-ksskd7 {
  border: 1px solid var(--color-table-border);
  box-shadow: 0 0 15px rgb(0 0 0 / 5%);
  border-collapse: collapse;
  width: 100%;
}

.crownslots-2591jd:not(:last-child) {
  border-bottom: 1px solid var(--color-table-border);
}

.crownslots-vpifa0 {
  border: none;
  padding: 25px 10px;
  font-weight: 700;
  color: var(--color-table-td-color);
  min-width: 200px;
}

.crownslots-vrmc2p {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.crownslots-vpifa0 .crownslots-8bxe5u {
  margin-right: 20px;
  flex-shrink: 0;
}

.crownslots-vpifa0 img {
  max-height: 45px;
  object-fit: contain;
  width: 100%;
}

.crownslots-9j27bc {
  padding: 25px 10px;
  align-self: center;
  border-bottom: 1px solid var(--color-table-border);
  flex-grow: 1;
  border-top: none;
}

.crownslots-9j27bc > :first-child {
  margin-top: 0;
}

@media (max-width: 767px) {
  .crownslots-vpifa0 {
    padding: 15px 10px;
  }
  .crownslots-9j27bc {
    padding: 15px 10px;
  }
  .crownslots-vpifa0 .crownslots-8bxe5u {
    margin-right: 10px;
  }
}

.crownslots-udmxp1 {
  overflow-x: auto;
}

.crownslots-tgd20q {
  border-collapse: collapse;
  width: 100%;
}

.crownslots-udmxp1 th {
  font-family: inherit;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 19px;
  padding: 25px 10px;
  text-align: center;
}

.crownslots-udmxp1 td {
  font-family: inherit;
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  padding: 15px 25px;
  white-space: nowrap;
}

.crownslots-udmxp1 td.crownslots-v0clrn {
  font-weight: 600;
  text-align: right;
  border-left: none;
}

.crownslots-udmxp1 td.crownslots-75hyn5 {
  border-right: none;
}

.crownslots-udmxp1 td.crownslots-75hyn5 .crownslots-8bxe5u {
  justify-content: flex-start;
}

.crownslots-udmxp1 td.crownslots-75hyn5 .crownslots-8bxe5u img {
  height: auto;
  width: 90px;
}

.crownslots-udmxp1 td.crownslots-u01cd8,
.crownslots-udmxp1 td.crownslots-4cjfta {
  font-weight: 600;
  text-align: right;
}

.crownslots-udmxp1 td.crownslots-cl8x1e,
.crownslots-udmxp1 td.crownslots-u01cd8 {
  padding-bottom: 10px;
  border-bottom: none;
}

.crownslots-udmxp1 td.crownslots-u01cd8,
.crownslots-udmxp1 td.crownslots-4cjfta {
  border-left: none;
}

.crownslots-udmxp1 td.crownslots-cl8x1e,
.crownslots-udmxp1 td.crownslots-1yd8pt {
  border-right: none;
}

.crownslots-udmxp1 td.crownslots-1yd8pt,
.crownslots-udmxp1 td.crownslots-4cjfta {
  border-top: none;
  padding-top: 10px;
}

.crownslots-5wdr55 {
  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-5wdr55 .crownslots-7fuwro {
  min-width: unset;
  width: 100%;
}

.crownslots-5wdr55 .crownslots-7fuwro.crownslots-he3zne {
  grid-column: 1/2;
  grid-row: 1/2;
}

.crownslots-5wdr55 .crownslots-7fuwro.crownslots-fi3ger {
  grid-column: 2/3;
  grid-row: 1/2;
}

.crownslots-5wdr55 .crownslots-igb521 {
  grid-column: 1/3;
  grid-row: 2/3;
  margin-top: 0;
}

@media (max-width: 767px) {
  .crownslots-5wdr55 {
    grid-template-columns: 1fr;
    margin-top: 0;
  }
  .crownslots-5wdr55 .crownslots-7fuwro.crownslots-he3zne {
    grid-column: 1/2;
    grid-row: 1/2;
  }
  .crownslots-5wdr55 .crownslots-7fuwro.crownslots-fi3ger {
    grid-column: 1/2;
    grid-row: 2/3;
  }
  .crownslots-5wdr55 .crownslots-igb521 {
    grid-column: 1/2;
    grid-row: 3/4;
  }
}

.crownslots-a7qina {
  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-yue24o {
  margin-bottom: 32px;
  font-size: 34px;
  font-weight: 800;
  line-height: 40px;
}

.crownslots-2d374i p a img {
  margin: 0 auto;
  display: block;
}

.crownslots-2d374i table {
  margin-bottom: 17px;
}

/* contanct form */
.crownslots-g7stzb {
  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-g7stzb label {
  font-size: 14px;
}

.crownslots-g7stzb h2 {
  text-align: center;
  margin-bottom: 1rem;
}
.crownslots-g7stzb input,
.crownslots-g7stzb textarea,
.crownslots-g7stzb 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-g7stzb button {
  background-color: #a91f09;
  color: var(--text-color);
  border: none;
  cursor: pointer;
  transition: background 0.crownslots-388te8 ease;
}
.crownslots-g7stzb button:hover {
  background-color: #691204;
}
.crownslots-cjso4w {
  text-align: center;
  color: green;
  font-weight: 500;
  padding: 50px 0;
  animation: fadeIn 0.crownslots-yw8ouj ease-in;
}

.crownslots-cjso4w 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-npkf39, .crownslots-mg0c1v, [class*="review-card"],
thead, thead th, table th, .crownslots-6ic65p,
.crownslots-70tf1s, [class*="collapsible-header"],
.crownslots-z1t0eb, [class*="updated-block"] {
  color: #ece7dc !important;
}
