@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);
}

.playcroco-uzflyf {
  margin: 0 auto;
  padding: 0 var(--offsets);
  max-width: var(--display-width);
}

.playcroco-fdqwy7 {
  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.playcroco-n5mu35,
ul.playcroco-n5mu35 {
  padding-left: 20px;
}

ul.playcroco-n5mu35 {
  list-style: disc;
}

ol.playcroco-n5mu35 {
  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;
  }
}

.playcroco-fl1y7n > .playcroco-bodlsr,
.playcroco-fl1y7n > .playcroco-l4vh9n,
.playcroco-fl1y7n > blockquote,
.playcroco-fl1y7n > h1,
.playcroco-fl1y7n > h2,
.playcroco-fl1y7n > h3,
.playcroco-fl1y7n > h4,
.playcroco-fl1y7n > h5,
.playcroco-fl1y7n > h6,
.playcroco-fl1y7n > ol,
.playcroco-fl1y7n > p,
.playcroco-fl1y7n > ul {
  margin-right: auto;
  margin-left: auto;
  padding: 0 var(--offsets);
  max-width: var(--display-width);
}

.playcroco-fl1y7n > ol,
.playcroco-fl1y7n > ul {
  padding-left: 50px;
}

.playcroco-fl1y7n 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;
}

.playcroco-fl1y7n:not(:last-child) {
  margin-bottom: 2rem;
}

.playcroco-fl1y7n > :not(:first-child) {
  margin-top: 2rem;
}

.playcroco-fl1y7n {
  margin-top: 64px;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.playcroco-fl1y7n:first-child {
  margin-top: 40px;
}

@media (max-width: 767px) {
  .playcroco-fl1y7n:first-child {
    margin-top: 20px;
  }
}

.playcroco-fl1y7n > p:last-of-type {
  margin-bottom: 32px;
}

.playcroco-fl1y7n > .playcroco-1k0ca3:not(:first-child) {
  margin: 64px auto 16px auto;
}

.playcroco-ewbg0j > .playcroco-1k0ca3 {
  margin-left: auto;
  margin-right: auto;
  padding: 0 var(--offsets);
  max-width: var(--display-width);
}

.playcroco-l4vh9n {
  overflow: auto;
}

.playcroco-l4vh9n::-webkit-scrollbar {
  height: 5px;
}

.playcroco-l4vh9n table,
table {
  margin-top: 24px;
  border-collapse: collapse;
  width: 100%;
  word-break: break-word;
}

.playcroco-l4vh9n table {
  border-radius: 12px;
  border: 2px solid var(--border-color);
  /* background: #0f442e; */
}

.playcroco-l4vh9n table thead,
table thead {
  border-bottom: none;
}

.playcroco-l4vh9n table th,
table th {
  padding: 5px 5px;
  text-align: center;
  color: var(--color-table-th-color);
  background-color: var(--table-1-color);
}

.playcroco-l4vh9n table th:not(:last-child) {
  border-right: 1px solid var(--border-color);
}

.playcroco-l4vh9n table td,
table td {
  border: 1px solid var(--border-color);
  padding: 5px 5px;
}

.playcroco-l4vh9n .playcroco-fv7wpk {
  table-layout: auto;
}

.playcroco-l4vh9n .playcroco-fv7wpk th {
  word-break: normal;
}

.playcroco-l4vh9n .playcroco-fv7wpk td {
  word-break: normal;
}

.playcroco-uzflyf .playcroco-uzflyf {
  padding-right: 0;
  padding-left: 0;
}

.playcroco-dbelpd {
  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;
}

.playcroco-1lb0le {
  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;
}

.playcroco-dno7xl {
  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;
}

.playcroco-bodlsr {
  margin-top: 24px;
}

.playcroco-bodlsr.playcroco-r5581y {
  text-align: left;
}

.playcroco-bodlsr.playcroco-b3l0vb {
  text-align: right;
}

.playcroco-bodlsr.playcroco-dwlp2k {
  text-align: center;
}

.playcroco-6z8jzm {
  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.playcroco-4vuuq8 ease-in-out;
  cursor: pointer;
}

.playcroco-6z8jzm:hover {
  color: var(--button-bg-color);
  background: 0 0;
}

.playcroco-6z8jzm {
  min-width: 328px;
}

@media (max-width: 768px) {
  .playcroco-6z8jzm {
    min-width: unset;
  }
}

.playcroco-p7tsyg {
  background-color: var(--fh-bg-color);
}

.playcroco-xnkfx8 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 8px 20px;
}

.playcroco-ii3lmr {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  max-width: 160px;
}

.playcroco-ii3lmr img {
  max-height: 80px;
  object-fit: contain;
}

.playcroco-pebqa9 {
  flex: 1 1;
}

.playcroco-0cqlqc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-left: auto;
}

.playcroco-bxa96r {
  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;
}

.playcroco-bxa96r 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;
}

.playcroco-bxa96r.playcroco-h99glh span:nth-of-type(1) {
  -webkit-transform: translateY(11px) rotateZ(45deg);
  -ms-transform: translateY(11px) rotate(45deg);
  transform: translateY(11px) rotateZ(45deg);
}

.playcroco-bxa96r.playcroco-h99glh span:nth-of-type(2) {
  -webkit-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform: scaleX(0);
}

.playcroco-bxa96r.playcroco-h99glh span:nth-of-type(3) {
  -webkit-transform: translateY(-11px) rotateZ(-45deg);
  -ms-transform: translateY(-11px) rotate(-45deg);
  transform: translateY(-11px) rotateZ(-45deg);
}

.playcroco-pebqa9 + .playcroco-0cqlqc {
  margin-left: 20px;
}

.playcroco-hiojo8 {
  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;
}

.playcroco-hiojo8 > svg {
  max-width: 24px;
  max-height: 24px;
}

.playcroco-hiojo8 + .playcroco-hiojo8 {
  margin-left: 5px;
}

.playcroco-m9rjqk {
  color: var(--button-text-color);
  background-color: var(--button-bg-color);
  border: 1px solid var(--border-color);
  transition: 0.2s;
}

.playcroco-m9rjqk:hover {
  background-color: var(--button-bg-hover);
}

.playcroco-ihf36x {
  color: var(--button-text-color);
  background-color: var(--button-bg-color);
  transition: 0.playcroco-4vuuq8 ease-in-out;
  border: 1px solid var(--border-color);
}

.playcroco-ihf36x:hover {
  color: var(--button-text-color);
  background-color: var(--button-bg-hover);
}

.playcroco-mj5mqq {
  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) {
  .playcroco-pebqa9 {
    flex: 1 1 100%;
    order: 10;
    margin-top: 8px;
  }
  .playcroco-mj5mqq {
    justify-content: center;
  }
}

@media (max-width: 1024px) {
  .playcroco-pebqa9 {
    margin-top: unset;
  }
}

@media (max-width: 768px) {
  .playcroco-hiojo8 {
    min-width: unset;
    flex: 1 1;
  }
}

.playcroco-6d3quw {
  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;
}

.playcroco-6d3quw:hover > a::after {
  -webkit-transform: scaleX(1);
  -ms-transform: scaleX(1);
  transform: scaleX(1);
}

.playcroco-6d3quw:hover .playcroco-b9llbu {
  opacity: 1;
  pointer-events: auto;
}

.playcroco-jyy2fh {
  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.playcroco-671uii ease-in-out;
  gap: 4px;
}

.playcroco-jyy2fh > svg {
  max-width: 28px;
  max-height: 28px;
  fill: var(--text-color);
  stroke: var(--text-color);
}

.playcroco-jyy2fh .playcroco-dbelpd img {
  width: auto;
  height: 1.2rem;
  -o-object-fit: contain;
  object-fit: contain;
}

.playcroco-7cr9uy,
.playcroco-jyy2fh:hover {
  color: var(--button-bg-hover);
}

.playcroco-0e4zs1 {
  position: relative;
}

.playcroco-0e4zs1 .playcroco-jyy2fh {
  margin-right: 0;
  padding-right: 4px;
}

.playcroco-jnv38j svg {
  fill: var(--text-color);
  stroke: var(--text-color);
}

.playcroco-0e4zs1.playcroco-h99glh .playcroco-jnv38j svg {
  -webkit-transform: rotateZ(180deg);
  -ms-transform: rotate(180deg);
  transform: rotateZ(180deg);
}

.playcroco-0e4zs1.playcroco-h99glh .playcroco-b9llbu {
  position: relative;
  top: 0;
  display: block;
  margin-top: 0;
  padding: 0 1rem;
  opacity: 1;
  pointer-events: auto;
}

.playcroco-0e4zs1.playcroco-h99glh .playcroco-b9llbu::before {
  display: none;
}

.playcroco-jnv38j svg {
  width: 100%;
  height: auto;
  max-width: 15px;
  -webkit-transition: 250ms;
  -o-transition: 250ms;
  transition: 250ms;
}

.playcroco-b9llbu {
  position: absolute;
  top: 100%;
  z-index: 100;
  list-style: none;
  margin-top: 0.5rem;
  border-radius: 5px;
  padding: 0.playcroco-adbjcu 1rem;
  background-color: var(--fh-bg-color);
  opacity: 0;
  transition: 250ms;
  width: auto;
  pointer-events: none;
}

.playcroco-b9llbu::before {
  content: "";
  position: absolute;
  left: 0;
  top: -0.5rem;
  width: 100%;
  height: 0.5rem;
  background-color: transparent;
}

.playcroco-b9llbu:hover {
  color: var(--fh-bg-color);
}

.playcroco-2nogtt {
  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.playcroco-adbjcu 0;
  font-size: 14px;
  font-weight: 500;
  line-height: 28px;
  white-space: nowrap;
  text-decoration: none;
  color: var(--text-color);
  -webkit-transition: 0.playcroco-671uii ease-in-out;
  -o-transition: 0.playcroco-671uii ease-in-out;
  transition: 0.playcroco-671uii ease-in-out;
}

.playcroco-2nogtt .playcroco-dbelpd img {
  width: auto;
  height: 1.2rem;
  -o-object-fit: contain;
  object-fit: contain;
}

.playcroco-4ho86k,
.playcroco-2nogtt:hover {
  color: var(--button-bg-hover);
}

.playcroco-g7l98m {
  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%;
}

.playcroco-g7l98m.playcroco-eghosw {
  position: relative;
  z-index: 1;
  overflow: hidden;
  border: none;
}

.playcroco-g7l98m.playcroco-eghosw:after,
.playcroco-g7l98m.playcroco-eghosw:before {
  content: "";
  position: absolute;
  margin: auto;
}

.playcroco-g7l98m.playcroco-eghosw: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);
  }
}

.playcroco-g7l98m.playcroco-eghosw:after {
  top: 2px;
  right: 2px;
  bottom: 2px;
  left: 2px;
  background-color: var(--fh-bg-color);
  border-radius: 12px;
  z-index: 0;
}

.playcroco-g7l98m.playcroco-eghosw > * {
  z-index: 1;
}

.playcroco-g7l98m b,
.playcroco-g7l98m strong {
  color: var(--button-text-color);
  text-shadow: 0 0 8px var(--button-text-color);
}

.playcroco-g7l98m .playcroco-qp1lqg {
  grid-row: 1/2;
  grid-column: 1/2;
  font-size: 24px;
  font-weight: 900;
  line-height: 32px;
  text-transform: uppercase;
  margin: 0;
  color: #fff;
}

.playcroco-g7l98m .playcroco-5b1f8u {
  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;
}

.playcroco-g7l98m .playcroco-dbelpd {
  grid-row: 1/-1;
  grid-column: 2/3;
  min-width: 146px;
}

.playcroco-g7l98m .playcroco-wk8ww2 {
  margin-top: 12px;
}

.playcroco-wk8ww2 {
  display: flex;
  gap: 8px;
  grid-row: 3/4;
  grid-column: 1/2;
}

.playcroco-bvm6e5 {
  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;
}

.playcroco-wk8ww2 .playcroco-zsztmd {
  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.playcroco-4vuuq8 ease-in-out;
}

.playcroco-wk8ww2 .playcroco-zsztmd:hover {
  background: rgba(255, 255, 255, 0.3);
}

.playcroco-5gaxah {
  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;
}

.playcroco-g7l98m.playcroco-hkofdd {
  gap: 12px;
  padding: 16px;
}

.playcroco-g7l98m.playcroco-hkofdd .playcroco-5gaxah {
  min-width: 240px;
}

.playcroco-g7l98m.playcroco-hkofdd .playcroco-5gaxah.playcroco-knq19t {
  padding: 10px 12px;
}

@media (max-width: 1200px) {
  .playcroco-g7l98m .playcroco-qp1lqg {
    grid-row: 1/2;
    grid-column: 1/3;
  }
  .playcroco-g7l98m .playcroco-5b1f8u {
    grid-row: 2/3;
    grid-column: 1/2;
  }
  .playcroco-g7l98m .playcroco-dbelpd {
    min-width: 78px;
    grid-row: 2/3;
    grid-column: 2/3;
    align-self: start;
    max-width: 110px;
  }
  .playcroco-g7l98m.playcroco-hkofdd .playcroco-dbelpd {
    max-width: 126px;
  }
  .playcroco-g7l98m .playcroco-wk8ww2 {
    grid-row: 3/4;
    grid-column: 1/3;
  }
  .playcroco-g7l98m .playcroco-bvm6e5 {
    max-width: unset;
  }
  .playcroco-5gaxah {
    min-width: unset;
    width: 100%;
  }
  .playcroco-g7l98m .playcroco-5gaxah {
    grid-row: 4/5;
    grid-column: 1/3;
  }
  .playcroco-g7l98m.playcroco-hkofdd {
    grid-template-rows: auto 1fr auto;
  }
  .playcroco-g7l98m.playcroco-hkofdd .playcroco-5gaxah {
    grid-row: 3/4;
  }
}

@media (max-width: 768px) {
  .playcroco-g7l98m {
    padding: 16px;
    gap: 16px 12px;
    min-height: unset;
  }
  .playcroco-g7l98m .playcroco-qp1lqg {
    font-size: 18px;
    font-weight: 900;
    line-height: 24px;
  }
  .playcroco-g7l98m .playcroco-dbelpd {
    max-width: 78px;
  }
  .playcroco-g7l98m .playcroco-wk8ww2 {
    margin-top: -12px;
  }
  .playcroco-g7l98m.playcroco-hkofdd {
    gap: 8px;
  }
  .playcroco-g7l98m.playcroco-hkofdd .playcroco-qp1lqg {
    grid-row: 1/2;
    grid-column: 1/2;
  }
  .playcroco-g7l98m.playcroco-hkofdd .playcroco-5b1f8u {
    grid-column: 1/3;
  }
  .playcroco-g7l98m.playcroco-hkofdd .playcroco-dbelpd {
    grid-row: 1/2;
    grid-column: 2/3;
  }
  .playcroco-g7l98m.playcroco-hkofdd .playcroco-dbelpd img {
    max-width: 114px;
  }
}

.playcroco-5gaxah.playcroco-1dcq1t,
.playcroco-5gaxah.playcroco-gjhc4i,
.playcroco-5gaxah.playcroco-1d2mff {
  color: var(--button-text-color);
  background-color: var(--button-bg-color);
  padding: 12px 12px 12px 64px;
  border: 1px solid var(--border-color);
  transition: 0.playcroco-4vuuq8 ease-in-out;
}

.playcroco-5gaxah.playcroco-1dcq1t,
.playcroco-5gaxah.playcroco-1d2mff {
  padding: 10px;
}

.playcroco-5gaxah.playcroco-1dcq1t:hover,
.playcroco-5gaxah.playcroco-gjhc4i:hover,
.playcroco-5gaxah.playcroco-1d2mff:hover {
  background: var(--button-bg-hover);
}

.playcroco-5gaxah.playcroco-1dcq1t:hover svg path,
.playcroco-5gaxah.playcroco-1d2mff:hover svg path {
  stroke: var(--button-text-color);
  fill: none;
}

.playcroco-5gaxah.playcroco-knq19t {
  color: var(--button-text-color);
  background-color: transparent;
  border: 1px solid var(--border-color);
  padding: 12px;
  transition: 0.playcroco-4vuuq8 ease-in-out;
  background: var(--button-bg-color);
}

.playcroco-5gaxah.playcroco-knq19t:hover {
  background-color: var(--button-bg-hover);
}

.playcroco-5gaxah.playcroco-gjhc4i: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);
  }
}

.playcroco-5gaxah.playcroco-gjhc4i:after {
  content: "";
  width: 24px;
  min-width: 24px;
  height: 24px;
  background-image: url(../images/user.svg);
  background-position: center;
  background-repeat: no-repeat;
}

.playcroco-5gaxah.playcroco-knq19t:after {
  content: "";
  width: 24px;
  min-width: 24px;
  height: 24px;
  background-image: url(../images/btn-arrows.svg);
  background-position: center;
  background-repeat: no-repeat;
}

.playcroco-a57aa6 {
  max-width: 650px;
}

.playcroco-s4okrv {
  position: relative;
  padding-bottom: 56.25%;
  width: 100%;
  height: 0;
  background-color: #000;
}

.playcroco-f7doaz {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.playcroco-usmsmb {
  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.playcroco-671uii ease-in-out;
  cursor: pointer;
}

.playcroco-usmsmb:hover {
  opacity: 0.5;
}

.playcroco-usmsmb:focus {
  outline: 0;
}

.playcroco-usmsmb:focus .playcroco-ws7hm9,
.playcroco-usmsmb:hover .playcroco-ws7hm9 {
  fill: red;
  fill-opacity: 1;
}

.playcroco-usmsmb:hover {
  cursor: pointer;
}

.playcroco-2lhao3 {
  position: absolute;
  left: 0;
  top: 0;
  border: none;
  width: 100%;
  height: 100%;
}

.playcroco-a57aa6.playcroco-dwlp2k {
  margin: 0 auto;
}

.playcroco-a57aa6.playcroco-b3l0vb {
  margin-left: auto;
}

.playcroco-cu4fmr {
  margin: 33px 20px 0 20px;
  padding: 33px 40px 40px 40px;
  background-color: var(--fh-bg-color);
  border-radius: 12px 12px 0 0;
}

.playcroco-ej29wc {
  padding-bottom: 50px;
}

.playcroco-lm2ajr {
  justify-content: flex-start;
  align-items: center;
  flex: 1 1;
}

.playcroco-08xxyo {
  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;
}

.playcroco-gbgcrf {
  margin-top: 24px;
}

.playcroco-seq1l9 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.playcroco-iryue5 {
  width: 100%;
  font-size: 14px;
  line-height: 16px;
  text-align: center;
  color: var(--color-footer-text);
  margin-top: 4px;
}

.playcroco-psf7vp {
  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;
}

.playcroco-a7g355 {
  width: 468px;
}

.playcroco-psf7vp .playcroco-b9llbu {
  margin: 0.playcroco-1aqdcz 0;
}

.playcroco-kw3pik {
  display: flex;
  min-width: 224px;
}

.playcroco-cuj8sl {
  cursor: pointer;
  display: inline-block;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  text-decoration: none;
  color: var(--footer-text-color);
  transition: 0.playcroco-671uii ease-in-out;
}

.playcroco-z8nikm,
.playcroco-cuj8sl:hover {
  color: var(--text-color);
}

.playcroco-dz3lk4 {
  display: flex;
  flex-wrap: wrap;
  padding: 0;
}

.playcroco-nz3hq7 {
  display: flex;
  flex-direction: column;
}

@media (max-width: 1024px) {
  .playcroco-cu4fmr {
    padding: 16px;
  }
  .playcroco-dz3lk4 {
    flex-direction: column;
    gap: 40px;
    padding: 0;
  }
  .playcroco-nz3hq7 {
    align-items: center;
  }
  .playcroco-a7g355 {
    width: unset;
  }
  .playcroco-kw3pik {
    min-width: unset;
  }
  .playcroco-psf7vp {
    max-height: unset;
  }
  .playcroco-lm2ajr {
    align-items: flex-start;
  }
}

@media (max-width: 768px) {
  .playcroco-cu4fmr {
    margin: 33px 16px 0 16px;
    padding: 16px;
  }
}

.playcroco-3370k7 {
  border-radius: 12px;
  border: 2px solid var(--border-color);
  background: var(--fh-bg-color);
  padding: 16px;
}

.playcroco-3370k7:not(:last-child) {
  margin-bottom: 16px;
}

.playcroco-h7oxmz {
  outline: 0;
}

.playcroco-h7oxmz .playcroco-rw0aad {
  color: #fff;
  font-size: 17px;
  font-weight: 800;
  line-height: 24px;
}

.playcroco-8r08pu {
  display: flex;
  align-items: center;
  gap: 8px;
  outline: 0;
  cursor: pointer;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
}

.faq__details[open] .playcroco-8r08pu {
  padding-bottom: 16px;
  border-bottom: 1px solid var(--border-color);
}

.playcroco-8r08pu::-webkit-details-marker {
  display: none;
}

.playcroco-8r08pu: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;
}

.playcroco-8r08pu: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] .playcroco-8r08pu:after {
  transform: unset;
}

.playcroco-rw0aad {
  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);
}

.playcroco-rw0aad 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.playcroco-671uii ease-in-out;
  -o-transition: 0.playcroco-671uii ease-in-out;
  transition: 0.playcroco-671uii ease-in-out;
}

.playcroco-3jzq2d {
  padding: 16px 0 0 0;
}

.playcroco-3jzq2d * {
  margin-top: 0.8rem;
  font-family: inherit;
  font-weight: 500;
  font-style: normal;
  font-size: inherit;
  line-height: inherit;
}

page-header__button .playcroco-3jzq2d :first-child {
  margin-top: 0;
}

@media (max-width: 767px) {
  .playcroco-8r08pu {
    flex-wrap: wrap;
    gap: 12px;
  }
  .playcroco-8r08pu::after {
    margin-left: auto;
  }
  .playcroco-rw0aad {
    order: 3;
    flex: 1 1 100%;
  }
  .playcroco-8r08pu {
    font-size: 14px;
    line-height: 130%;
  }
  .playcroco-rw0aad svg {
    margin-left: 15px;
    width: 18px;
    height: 18px;
    fill: var(--color-faq-item-title);
  }
}

.playcroco-7fo5f1 {
  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;
}

.playcroco-bew8ji {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #fff;
  margin: 0;
  width: 100%;
  cursor: pointer;
}

.playcroco-7fo5f1.playcroco-h99glh .playcroco-bew8ji {
  margin-bottom: 12px;
}

.playcroco-bew8ji::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;
}

.playcroco-7fo5f1.playcroco-h99glh .playcroco-bew8ji::after {
  transform: unset;
}

.playcroco-thrzyz {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  list-style: none;
  overflow: hidden;
  margin: 0;
  padding: 0;
  width: 100%;
  height: auto;
  max-height: 0;
}

.playcroco-te6lfu {
  display: flex;
  align-items: center;
  gap: 4px;
  padding: 6px 12px;
  text-decoration: none;
  color: #fff;
  transition: 0.playcroco-671uii ease-in-out;
  border-radius: 8px;
  border: 1px solid var(--border-color);
}

.playcroco-te6lfu: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;
}

.playcroco-7fo5f1.playcroco-h99glh .playcroco-thrzyz {
  max-height: 100%;
}

.playcroco-j3ygb8 {
  margin: 0 auto 3rem;
  padding: 0 10px;
  max-width: var(--display-width);
}

.playcroco-69rki5 {
  padding: 4px 0;
  background: rgba(255, 255, 255, 0.1);
}

.playcroco-82ftgh {
  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;
}

.playcroco-2ntxa9 {
  margin-right: 4px;
}

.playcroco-clzj3e {
  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.playcroco-671uii ease-in-out;
}

.playcroco-clzj3e svg {
  width: 4px;
  height: 4px;
  margin-left: 4px;
  stroke: var(--text-color);
}

.playcroco-bulwt6,
.playcroco-clzj3e:hover {
  color: var(--text-color);
}

.playcroco-l5n51b {
  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;
}

.playcroco-l5n51b img {
  grid-column: 1/2;
  grid-row: 1/3;
  max-width: 58px;
  height: auto;
}

.playcroco-l5n51b .playcroco-szcghx {
  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;
}

.playcroco-l5n51b .playcroco-pdahyv {
  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;
}

.playcroco-10ztrw {
  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;
}

.playcroco-56lkh4 {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.playcroco-wlkfsg .playcroco-uzflyf {
  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;
}

.playcroco-wlkfsg {
  background-image: url(../images/404.webp);
  background-position: -100px;
}

.playcroco-kol9nh {
  margin-top: 2rem;
  font-size: 5rem;
  line-height: 6rem;
  text-align: center;
}

.playcroco-d45nzx {
  margin: 0;
  font-weight: 400;
  font-size: 2rem;
  line-height: 2.5rem;
  text-align: center;
}

.playcroco-ri75m1 {
  display: inline-block;
  margin: 2rem auto 0;
  border: none;
  border-radius: 5px;
  padding: 0.playcroco-t6cfzf 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;
}

.playcroco-ri75m1:hover {
  -webkit-transform: translateY(-3px);
  -ms-transform: translateY(-3px);
  transform: translateY(-3px);
}

.playcroco-grjgku {
  position: fixed;
  right: 10px;
  bottom: 15px;
  z-index: 10;
}

.playcroco-gbrppu {
  -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.playcroco-671uii ease-in-out;
  transition: transform 0.playcroco-671uii ease-in-out;
  -o-transition: transform 0.playcroco-671uii ease-in-out;
  transition:
    transform 0.playcroco-671uii ease-in-out,
    -webkit-transform 0.playcroco-671uii ease-in-out;
  cursor: pointer;
}

.playcroco-gbrppu svg {
  fill: var(--button-text-color);
  pointer-events: none;
}

.playcroco-gbrppu: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;
}

.playcroco-bm3umr {
  width: 113px !important;
  background-color: green !important;
  top: 124px !important;
}

@media screen and (max-width: 700px) {
  #cookie-law-div p {
    padding-bottom: 36px;
  }
  .playcroco-bm3umr {
    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);
}

.playcroco-58kwzy {
  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;
}

.playcroco-4xx1qf {
  position: relative;
  width: 100%;
}

.playcroco-58kwzy.playcroco-qbgnoi {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.playcroco-58kwzy.playcroco-dwlp2k {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.playcroco-58kwzy.playcroco-b3l0vb {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.playcroco-bpu9di {
  display: block;
  width: 100%;
  height: auto;
  object-fit: contain;
  aspect-ratio: 16/9;
  max-height: 488px;
  background-color: #454545;
}

.playcroco-co2468 {
  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.playcroco-671uii ease-in-out;
  cursor: pointer;
}

.playcroco-co2468:hover {
  opacity: 0.5;
}

.playcroco-58kwzy.playcroco-r7vo9w .playcroco-co2468 {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

.playcroco-58kwzy.playcroco-r7vo9w .playcroco-bpu9di {
  cursor: pointer;
}

.playcroco-9s1359 {
  fill: #0009;
}

.playcroco-49a8zb {
  fill: #fff;
}

.playcroco-co2468:hover .playcroco-9s1359 {
  fill: red;
}

.playcroco-co2468 svg path {
  -webkit-transition: 0.playcroco-671uii ease-in-out;
  -o-transition: 0.playcroco-671uii ease-in-out;
  transition: 0.playcroco-671uii ease-in-out;
}

.playcroco-n7ttcp {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0 20px;
}

.playcroco-n7ttcp > :not(.get-image):not(.wp-block-heading) {
  grid-column: 1/2;
}

.playcroco-n7ttcp.playcroco-6y2y25 > :not(.get-image) {
  grid-column: 1/3;
}

.playcroco-zs6iqu:not(._h1-block) .playcroco-n7ttcp > .playcroco-1k0ca3 {
  grid-row: 1/2;
  grid-column: 1/3;
}

.playcroco-n7ttcp.playcroco-6y2y25 .playcroco-8ewiwe {
  grid-column: 2/3;
}

.playcroco-n7ttcp.playcroco-6y2y25 > .playcroco-dbelpd {
  grid-column: 1/2;
}

.playcroco-n7ttcp.playcroco-6y2y25 > :not(.get-image):not(.wp-block-heading) {
  grid-column: 2/3;
}

.playcroco-n7ttcp > p:first-of-type {
  margin-top: 0;
}

.playcroco-n7ttcp .playcroco-dbelpd {
  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;
}

.playcroco-zs6iqu:not(._h1-block) .playcroco-1k0ca3 ~ .playcroco-dbelpd {
  grid-row: 2/10;
}

.playcroco-zs6iqu.playcroco-yq56kg .playcroco-1k0ca3 ~ .playcroco-dbelpd {
  grid-row: 1/10;
}

.playcroco-zs6iqu.playcroco-yq56kg > .playcroco-1k0ca3 {
  grid-column: 1/2;
  margin-bottom: 20px;
}

.playcroco-zs6iqu.playcroco-yq56kg .playcroco-dbelpd {
  grid-row: 1/10;
}

.playcroco-n7ttcp.playcroco-1sq7ys .playcroco-dbelpd {
  align-items: flex-start;
}

.playcroco-n7ttcp.playcroco-dwlp2k .playcroco-8ewiwe {
  margin-top: auto;
  margin-bottom: auto;
  height: fit-content;
}

.playcroco-n7ttcp.playcroco-dwlp2k .playcroco-dbelpd {
  align-items: center;
}

.playcroco-n7ttcp.playcroco-odqdh3 .playcroco-dbelpd {
  align-items: flex-end;
}

.playcroco-8ewiwe > :first-child {
  margin-top: 0;
}

.playcroco-8ewiwe > :last-child {
  margin-bottom: 0;
}

* + .playcroco-mvk0m8,
.playcroco-zs6iqu + .playcroco-zs6iqu {
  margin-top: 2rem;
}

.playcroco-gx0gay td::before,
.playcroco-gx0gay th::after {
  display: none !important;
}

.playcroco-gx0gay #link-selector {
  color: #000;
}

.playcroco-gx0gay .playcroco-0ha717 {
  color: #135e96;
}

.playcroco-gx0gay .playcroco-ltn9z6 *,
.playcroco-gx0gay .playcroco-wlxi2f p,
.playcroco-gx0gay .playcroco-mxbikg * {
  color: #000;
}

.playcroco-gx0gay .playcroco-ml2qoa {
  background: 0 0 !important;
}

.playcroco-gx0gay .playcroco-63fez5 {
  color: #000;
}

.playcroco-gx0gay .playcroco-34ckjp.playcroco-t0byx4 {
  color: #fff;
}

.playcroco-gx0gay .playcroco-q0h5yc {
  color: #000;
}

.playcroco-gx0gay
  .playcroco-z6xizi
  .playcroco-ecn983.playcroco-t0byx4.playcroco-u1ggnk {
  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;
}

.playcroco-2bwh63,
body .playcroco-ot7iiq {
  color: #000;
  background: var(--color-body) !important;
}

.playcroco-2bwh63 .playcroco-gmmlec .playcroco-4ylcfl,
body .playcroco-ot7iiq .playcroco-gmmlec .playcroco-4ylcfl {
  color: #000;
}

@media (hover: hover), screen and (min-width: 0\0) {
  .playcroco-te6lfu:focus,
  .playcroco-te6lfu:hover {
    color: #f9cb16;
  }
  .playcroco-qh46z9:focus,
  .playcroco-qh46z9:hover {
    background-color: var(--button-bg-color) !important;
    opacity: 1;
  }
}

@media (hover: hover), screen and (min-width: 0\0) {
  .playcroco-aanvkq:focus img,
  .playcroco-aanvkq:focus svg,
  .playcroco-aanvkq:hover img,
  .playcroco-aanvkq:hover svg {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
  }
}

@media (min-width: 768px) {
  .playcroco-l5n51b {
    display: none;
  }
}

@media (min-width: 1024px) {
  .playcroco-0e4zs1:hover .playcroco-jnv38j svg {
    -webkit-transform: rotateZ(180deg);
    -ms-transform: rotate(180deg);
    transform: rotateZ(180deg);
  }
  .playcroco-jnv38j {
    pointer-events: none;
  }
}

@media screen and (max-width: 1280px) {
  :root {
    --offsets: 20px;
  }
}

@media (max-width: 1280px) {
  .playcroco-6oj8ke {
    -ms-grid-columns: (1fr) [5];
    grid-template-columns: repeat(5, 1fr);
  }
  .playcroco-e8cgpp {
    grid-template-columns: repeat(4, 1fr);
  }
  .playcroco-9k8osl {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 1279px) {
  .playcroco-bd4m4k .playcroco-p8u4lj {
    grid-template-columns: 1fr;
  }
  .playcroco-bd4m4k .playcroco-vaeijk {
    -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;
  }
  .playcroco-bd4m4k .playcroco-36b4sa {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
  .playcroco-bd4m4k .playcroco-ji3gq4 {
    border-bottom: none;
    border-radius: 0;
    padding: 12px 20px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
  .playcroco-bd4m4k .playcroco-5rbzt0 {
    border-radius: 0 0 16px 16px;
    padding: 24px 16px;
  }
  .playcroco-bd4m4k .playcroco-36b4sa:not(:first-child) {
    border: none;
  }
  .playcroco-bd4m4k .playcroco-36b4sa:first-child .playcroco-ji3gq4 {
    border-top-left-radius: 18px;
    border-top-right-radius: 0;
  }
  .playcroco-bd4m4k .playcroco-36b4sa:last-child .playcroco-ji3gq4 {
    border-radius: 0 18px 0 0;
  }
}

@media screen and (max-width: 1024px) {
  :root {
    --offsets: 16px;
  }
}

@media (max-width: 1024px) {
  html {
    font-size: 16px;
  }
  .playcroco-xnkfx8 {
    position: relative;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 8px var(--offsets);
  }
  .playcroco-ii3lmr {
    max-width: 100px;
  }
  .playcroco-pebqa9 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
  .playcroco-0cqlqc {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .playcroco-0cqlqc svg {
    stroke: var(--button-text-color);
    /* fill: var(--button-text-color); */
  }
  .playcroco-bxa96r {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
    margin-left: 20px;
  }
  .playcroco-pebqa9 + .playcroco-0cqlqc {
    margin-left: auto;
  }
  .playcroco-cd80qk {
    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;
  }
  .playcroco-cd80qk.playcroco-h99glh {
    z-index: 9999;
    opacity: 1;
    pointer-events: auto;
  }
  .playcroco-mj5mqq {
    -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;
  }
  .playcroco-6d3quw {
    width: 100%;
  }
  .playcroco-6d3quw:not(:last-child) {
    border-bottom: 1px solid var(--border-color);
  }
  .playcroco-jyy2fh {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin: 0;
    padding: 8px 0;
    width: 100%;
  }
  .playcroco-jyy2fh svg {
    margin-right: 4px;
  }
  .playcroco-0e4zs1 {
    -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;
  }
  .playcroco-jnv38j svg {
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
  }
  .playcroco-jnv38j {
    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;
  }
  .playcroco-b9llbu {
    display: none;
    width: 100%;
  }
  .playcroco-0e4zs1.playcroco-h99glh .playcroco-b9llbu {
    padding: 0 0 0 48px;
  }
  .playcroco-2nogtt {
    justify-content: flex-start;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
  }
  .playcroco-08xxyo .playcroco-dbelpd {
    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;
  }
  .playcroco-8ibmcm {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
  }
  .playcroco-8ibmcm + .playcroco-8ibmcm {
    margin-right: 0;
  }
  .playcroco-8ibmcm + .playcroco-dbelpd {
    margin: 0;
  }
  .playcroco-6oj8ke {
    grid-template-columns: repeat(4, 1fr);
  }
  .playcroco-e8cgpp {
    grid-template-columns: repeat(3, 1fr);
  }
  .playcroco-978z69,
  .playcroco-95t7xd {
    grid-template-columns: repeat(2, 1fr);
  }
  .playcroco-n7ttcp {
    grid-template-columns: 1fr;
    gap: 16px;
  }
  .playcroco-n7ttcp.playcroco-6y2y25 .playcroco-8ewiwe {
    grid-column: auto;
    grid-row: auto;
  }
  .playcroco-n7ttcp > .playcroco-1k0ca3 {
    grid-column: 1/2;
  }
  .playcroco-n7ttcp.playcroco-6y2y25 > :not(.get-image) {
    grid-column: 1/2;
  }
  .playcroco-n7ttcp .playcroco-dbelpd,
  .playcroco-n7ttcp.playcroco-6y2y25 > .playcroco-dbelpd {
    grid-column: 1/2;
    grid-row: 1/2;
  }
  .playcroco-n7ttcp.playcroco-6y2y25 > :not(.get-image):not(.wp-block-heading) {
    grid-column: 1/2;
  }
  .playcroco-zs6iqu.playcroco-yq56kg .playcroco-n7ttcp > .playcroco-dbelpd {
    grid-row: 1/2;
  }
  .playcroco-n7ttcp .playcroco-1k0ca3 ~ .playcroco-dbelpd,
  .playcroco-n7ttcp.playcroco-6y2y25 .playcroco-1k0ca3 ~ .playcroco-dbelpd {
    grid-row: 2/3;
  }
  .playcroco-zs6iqu.playcroco-yq56kg .playcroco-1k0ca3 ~ .playcroco-dbelpd {
    grid-row: 2/3;
  }
}

@media (max-width: 800px) {
  .playcroco-fl1y7n:first-child .playcroco-8x4w9g {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .playcroco-fl1y7n:first-child .playcroco-8x4w9g h1 {
    -webkit-box-ordinal-group: -1;
    -ms-flex-order: -2;
    order: -2;
  }
}

@media (max-width: 1100px) {
  .playcroco-fl1y7n {
    margin-bottom: 1rem;
    padding: 0 13px;
  }
}

@media (max-width: 767px) {
  .playcroco-fl1y7n {
    padding: 0;
  }
  .playcroco-bodlsr {
    margin-top: 1rem;
  }
  .playcroco-h7oxmz {
    border-radius: 5px;
  }
  .playcroco-gn7nai {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .playcroco-bew8ji::after {
    display: inline-block;
  }
  .playcroco-bew8ji {
    margin: 0;
    width: 100%;
  }
  .playcroco-thrzyz {
    width: 100%;
  }
  .playcroco-thrzyz.playcroco-q51c4m {
    -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%;
  }
  .playcroco-thrzyz.playcroco-q51c4m .playcroco-jru862 {
    width: 100%;
  }
  .playcroco-thrzyz.playcroco-q51c4m .playcroco-jru862:not(:last-child) {
    margin-right: 0;
  }
  .playcroco-te6lfu {
    width: 100%;
    text-align: center;
  }
  .playcroco-7fo5f1.playcroco-h99glh .playcroco-thrzyz {
    margin-top: 1rem;
  }
  .playcroco-6oj8ke {
    grid-template-columns: repeat(3, 1fr);
  }
  .playcroco-9k8osl,
  .playcroco-e8cgpp {
    grid-template-columns: repeat(2, 1fr);
  }
  .playcroco-978z69,
  .playcroco-95t7xd,
  .playcroco-px5ain {
    grid-template-columns: 1fr;
  }
  .playcroco-smqigf {
    overflow-x: auto;
    width: 100%;
    max-width: 980px;
  }
  .playcroco-10l161 {
    min-width: 300px;
    max-width: 325px;
  }
  .playcroco-ji3gq4 {
    cursor: auto;
  }
  .playcroco-p3go47 .playcroco-ji3gq4 {
    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;
  }
  .playcroco-bm3umr {
    left: calc(50% - 60px);
  }
}

@media (max-width: 650px) {
  .playcroco-b9llbu {
    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) {
  .playcroco-bm3umr {
    top: 100px !important;
  }
  #cookie-law-div p {
    padding-bottom: 50px;
  }
}

.playcroco-8ibmcm p {
  margin-top: 0;
}

@media (max-width: 550px) {
  .playcroco-0cqlqc {
    margin: 0 -0.2rem;
  }
  .playcroco-8ibmcm {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
  .playcroco-izdaxv {
    -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;
  }
  .playcroco-5w54x1 {
    max-width: 100%;
  }
  .playcroco-6oj8ke {
    grid-template-columns: repeat(2, 1fr);
  }
  .playcroco-9k8osl,
  .playcroco-e8cgpp {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 500px) {
  html {
    font-size: 16px;
  }
  .playcroco-xnkfx8 {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .playcroco-0cqlqc {
    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;
  }
  .playcroco-p7tsyg {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .playcroco-hiojo8 {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
  }
  .playcroco-tn630c,
  .playcroco-c8xwo6 {
    width: calc(100% - 20px);
  }
}

@media (max-width: 475px) {
  .playcroco-6z8jzm {
    width: 100%;
  }
  .playcroco-6oj8ke {
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 400px) {
  .playcroco-bm3umr {
    top: 127px !important;
  }
}

.playcroco-4nmhon {
  width: 100%;
  border-radius: 12px;
  overflow: hidden;
  margin-bottom: 20px;
}

@media (max-width: 1100px) {
  .playcroco-4nmhon {
  }
}

@media (max-width: 767px) {
  .playcroco-4nmhon {
    margin-bottom: 12px;
  }
}

.playcroco-4nmhon img {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  min-width: 100%;
  height: 100%;
}

.playcroco-xuw3p6 {
  display: flex;
  margin: 0 auto;
  padding: 0 var(--offsets);
  max-width: var(--display-width);
  gap: 20px;
}

.playcroco-xuw3p6 > .playcroco-wxj3ig {
  flex: 1 1;
}

@media (max-width: 767px) {
  .playcroco-xuw3p6 {
    flex-direction: column;
    gap: 12px;
  }
}

.playcroco-6r0wsz {
  display: flex;
}

.playcroco-6r0wsz .playcroco-n6opae {
  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;
}

.playcroco-6r0wsz .playcroco-a4gap1 {
  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;
}

.playcroco-6r0wsz .playcroco-dkq2vv {
  display: flex;
  list-style: none;
  margin: 0;
  padding-left: 100%;
  animation: scroll 60s linear infinite;
}

.playcroco-6r0wsz .playcroco-50w9mi {
  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));
  }
}

.playcroco-6r0wsz .playcroco-50w9mi:before {
  content: "";
  width: 24px;
  min-width: 24px;
  height: 24px;
  background-image: url(../images/award.svg);
  background-repeat: no-repeat;
  background-position: center;
}

.playcroco-6r0wsz .playcroco-8pljp0 {
  color: #fff;
  font-size: 14px;
  font-weight: 800;
  line-height: 20px;
  margin-right: 4px;
}

.playcroco-ehahc4 {
  border: unset;
  background-color: unset;
}

.playcroco-ehahc4 tbody {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

.playcroco-ehahc4 .playcroco-q35dei,
.playcroco-ehahc4 .playcroco-6w3vnh {
  flex: 0 1 330px;
}

.playcroco-ehahc4 .playcroco-t5miq1 {
  flex: 1 1;
}

.playcroco-ehahc4 tr {
  display: flex;
  flex-direction: column;
  gap: 16px;
  border-radius: 12px;
  border: 2px solid var(--border-color);
  background: var(--fh-bg-color);
  padding: 16px;
}

.playcroco-ehahc4 tr td {
  border: unset;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  color: #fff;
  padding: 0;
}

.playcroco-ehahc4 tr td:first-child {
  font-size: 23px;
  font-weight: 800;
  line-height: 28px;
  margin: 0;
  padding: 0;
}

.playcroco-ehahc4 tr td p {
  color: #fff;
  margin: 0;
}

.playcroco-ehahc4 tr td p span {
  color: var(--title-color);
  font-weight: 800;
}

.playcroco-ehahc4 tr.playcroco-q35dei td p {
  padding: 16px 0;
}

.playcroco-ehahc4 tr.playcroco-q35dei td p:not(:last-child),
.playcroco-ehahc4 tr.playcroco-6w3vnh td p:not(:last-child) {
  border-bottom: 1px solid var(--border-color);
}

.playcroco-ehahc4 tr.playcroco-q35dei td p:first-child,
.playcroco-ehahc4 tr.playcroco-6w3vnh td p:first-child {
  padding-top: 0;
}

.playcroco-ehahc4 tr.playcroco-6w3vnh td p {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 12px 0;
  font-size: 14px;
  font-weight: 800;
  line-height: 20px;
}

.playcroco-ehahc4 tr.playcroco-6w3vnh td p:last-child {
  padding-bottom: 0;
}

.playcroco-ehahc4 .playcroco-6w3vnh img {
  max-width: 32px;
}

.playcroco-ehahc4 .playcroco-t5miq1 {
  min-width: 718px;
}

.playcroco-ehahc4 .playcroco-t5miq1 td:last-child {
  display: flex;
  flex-wrap: wrap;
}

.playcroco-ehahc4 .playcroco-t5miq1 td {
  display: flex;
}

.playcroco-ehahc4 .playcroco-t5miq1 td:last-child .playcroco-a1o8ez,
.playcroco-ehahc4 .playcroco-t5miq1 td:last-child .playcroco-wasxcd,
.playcroco-ehahc4 .playcroco-t5miq1 td:last-child .playcroco-416oss {
  flex: 1 1 50%;
}

.playcroco-ehahc4 .playcroco-t5miq1 td:last-child .playcroco-i9rc1b {
  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;
}

.playcroco-ehahc4 .playcroco-t5miq1 td:last-child .playcroco-4sss6a,
.playcroco-ehahc4 .playcroco-t5miq1 td:last-child .playcroco-gya4iq {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  list-style: none;
  padding-left: 0;
  margin-top: 12px;
}

.playcroco-ehahc4 .playcroco-t5miq1 td:last-child .playcroco-a1o8ez,
.playcroco-ehahc4 .playcroco-t5miq1 td:last-child .playcroco-wasxcd {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
  padding-top: 16px;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}

.playcroco-ehahc4 .playcroco-t5miq1 td:last-child .playcroco-a1o8ez span,
.playcroco-ehahc4 .playcroco-t5miq1 td:last-child .playcroco-wasxcd span {
  font-weight: 800;
}

.playcroco-ehahc4 .playcroco-t5miq1 img {
  max-width: 34px;
}

@media (max-width: 1100px) {
  .playcroco-ehahc4 .playcroco-t5miq1 td .playcroco-416oss:not(:first-child) {
    padding-left: 0;
  }
}

@media (max-width: 767px) {
  .playcroco-ehahc4 tr.playcroco-q35dei td p:last-child {
    padding-bottom: 0;
  }
  .playcroco-ehahc4 .playcroco-6w3vnh > td {
    display: flex;
    flex-wrap: wrap;
    gap: 0 20px;
  }
  .playcroco-ehahc4 .playcroco-6w3vnh > td > p {
    flex: 1 1 calc(50% - 10px);
  }
  .playcroco-ehahc4 tr.playcroco-q35dei td p:not(:last-child),
  .playcroco-ehahc4 tr.playcroco-6w3vnh td p:not(:last-child) {
    border-bottom: unset;
  }
  .playcroco-ehahc4 tr.playcroco-6w3vnh td p:last-child {
    padding-bottom: 12px;
  }
  .playcroco-ehahc4 .playcroco-t5miq1 td:last-child .playcroco-a1o8ez,
  .playcroco-ehahc4 .playcroco-t5miq1 td:last-child .playcroco-wasxcd,
  .playcroco-ehahc4 .playcroco-t5miq1 td:last-child .playcroco-416oss {
    flex: 1 1 50%;
    padding: 0;
  }
  .playcroco-ehahc4 .playcroco-t5miq1 td:last-child .playcroco-a1o8ez,
  .playcroco-ehahc4 .playcroco-t5miq1 td:last-child .playcroco-wasxcd {
    margin-top: 16px;
  }
  .playcroco-ehahc4 .playcroco-t5miq1 td:last-child .playcroco-416oss {
    flex: 1 1 100%;
    padding-bottom: 16px;
    margin-top: 16px;
  }
  .playcroco-ehahc4 .playcroco-t5miq1 td:last-child .playcroco-a1o8ez {
    border-right: 1px solid var(--border-color);
  }
  .playcroco-ehahc4 .playcroco-t5miq1 td:last-child .playcroco-416oss:first-child {
    padding-top: 0;
    margin-top: 0;
  }
  .playcroco-ehahc4 .playcroco-t5miq1 td:last-child .playcroco-416oss:last-child {
    padding-bottom: 0;
  }
}

.playcroco-416oss {
  display: flex;
  flex-direction: column;
}

.playcroco-ehahc4 .playcroco-t5miq1 td .playcroco-416oss {
  border-bottom: 1px solid var(--border-color);
  padding-bottom: 16px;
}

.playcroco-ehahc4 .playcroco-t5miq1 td .playcroco-416oss:not(:last-of-type) {
  border-right: 1px solid var(--border-color);
  padding-right: 16px;
}

.playcroco-ehahc4 .playcroco-t5miq1 td .playcroco-416oss:not(:first-child) {
  padding-left: 16px;
}

@media (max-width: 767px) {
  .playcroco-ehahc4 .playcroco-t5miq1 td .playcroco-416oss:not(:first-child) {
    padding-left: 0;
  }
  .playcroco-ehahc4 .playcroco-t5miq1 td .playcroco-416oss:not(:last-of-type) {
    border-right: unset;
  }
}

.playcroco-ehahc4 .playcroco-z9hxcx {
  flex: 0 1 485px;
}

.playcroco-ehahc4 .playcroco-v90sfe {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  list-style: none;
}

.playcroco-ehahc4 .playcroco-v90sfe li {
  border-radius: 4px;
  border: 1px solid var(--border-color);
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}

.playcroco-ehahc4 .playcroco-v90sfe li.playcroco-ph9r44 {
  padding: 6px 12px;
}

.playcroco-ehahc4 .playcroco-v90sfe li a,
.playcroco-ehahc4 .playcroco-v90sfe 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;
}

.playcroco-ehahc4 .playcroco-sqgmtz,
.playcroco-ehahc4 .playcroco-8mf2t0 {
  flex: 1 1;
}

.playcroco-ehahc4 .playcroco-qcp9p2,
.playcroco-ehahc4 .playcroco-tz19bj {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.playcroco-ehahc4 .playcroco-qcp9p2 li,
.playcroco-ehahc4 .playcroco-tz19bj li {
  display: flex;
  align-items: center;
  gap: 8px;
  flex: 1 1 calc(50% - 20px);
  font-size: 14px;
  font-weight: 800;
  line-height: 20px;
}

.playcroco-ehahc4 .playcroco-8mf2t0 img {
  max-width: 32px;
}

.playcroco-ehahc4 .playcroco-sqgmtz img {
  max-width: 32px;
}

.playcroco-ehahc4 .playcroco-5q5ma2 {
  min-width: 280px;
}

.playcroco-ehahc4 .playcroco-5q5ma2 img {
  max-width: 146px;
}

.playcroco-ehahc4 .playcroco-5q5ma2 td {
  display: flex;
  flex-direction: column;
  gap: 12px;
  max-width: 280px;
}

@media (max-width: 1460px) {
  .playcroco-ehahc4 .playcroco-q35dei,
  .playcroco-ehahc4 .playcroco-6w3vnh {
    flex: 0 1 auto;
  }
  .playcroco-ehahc4 .playcroco-t5miq1 {
    min-width: unset;
    flex: 1 1 50%;
  }
}

@media (max-width: 1100px) {
  .playcroco-ehahc4 .playcroco-q35dei,
  .playcroco-ehahc4 .playcroco-z9hxcx,
  .playcroco-ehahc4 .playcroco-6w3vnh,
  .playcroco-ehahc4 .playcroco-t5miq1 {
    flex: 1 1 calc(50% - 20px);
  }
  .playcroco-ehahc4 .playcroco-sqgmtz,
  .playcroco-ehahc4 .playcroco-5q5ma2,
  .playcroco-ehahc4 .playcroco-8mf2t0 {
    flex: 1 1 30%;
  }
  .playcroco-ehahc4 .playcroco-5q5ma2 {
    min-width: unset;
  }
}

@media (max-width: 767px) {
  .playcroco-ehahc4 .playcroco-q35dei,
  .playcroco-ehahc4 .playcroco-z9hxcx,
  .playcroco-ehahc4 .playcroco-sqgmtz,
  .playcroco-ehahc4 .playcroco-6w3vnh,
  .playcroco-ehahc4 .playcroco-t5miq1,
  .playcroco-ehahc4 .playcroco-5q5ma2,
  .playcroco-ehahc4 .playcroco-8mf2t0 {
    flex: 1 1 100%;
  }
}

.playcroco-mbw690 .playcroco-s6dmn7 {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.playcroco-mbw690 .playcroco-whuoce {
  position: relative;
  display: flex;
  flex-direction: column;
  border-radius: 8px;
  border: 2px solid var(--border-color);
  background-color: var(--fh-bg-color);
}

.playcroco-mbw690 .playcroco-0qqsix {
  width: 100%;
  padding: 12px 12px 8px 12px;
  background-color: #318562;
  font-size: 14px;
  font-weight: 800;
  line-height: 20px;
  color: #f9cb16;
}

.playcroco-mbw690 .playcroco-7pzkpj {
  display: grid;
  padding: 16px;
  gap: 0 16px;
  grid-template-columns: repeat(2, 1fr);
}

.playcroco-mbw690 .playcroco-7pzkpj > :nth-child(3) {
  margin-top: 0;
}

.playcroco-mbw690 .playcroco-dbelpd {
  grid-column: 2/3;
  grid-row: 1/10;
}

.playcroco-mbw690 .playcroco-mygidd {
  grid-column: 1/2;
  margin-top: 0;
  margin-bottom: 8px;
}

.playcroco-mbw690 .playcroco-bodlsr {
  grid-column: 1/2;
}

.playcroco-mbw690 > :not(.how-to__title):not(.content-button) {
  grid-column: 1/2;
}

.playcroco-mbw690 .playcroco-whuoce: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;
}

.playcroco-mbw690 .playcroco-whuoce:not(:last-child):after {
  position: relative;
  content: "";
  width: calc(100% - 32px);
  height: 1px;
  background-color: #318562;
  margin: 12px auto 27px auto;
}

.playcroco-mbw690 .playcroco-6z8jzm {
  min-width: 240px;
}

@media (max-width: 768px) {
  .playcroco-mbw690 .playcroco-whuoce:not(:last-child):before {
    bottom: 8px;
  }
  .playcroco-mbw690 .playcroco-whuoce:not(:last-child):after {
    margin: 12px auto 18px auto;
  }
  .playcroco-mbw690 .playcroco-7pzkpj {
    grid-template-columns: 1fr;
    padding: 16px 16px 8px 16px;
  }
  .playcroco-mbw690 .playcroco-dbelpd {
    grid-column: 1/2;
    grid-row: 1/2;
    margin: -16px -18px 16px -18px;
  }
  .playcroco-mbw690 .playcroco-dbelpd img {
    width: 100%;
    height: auto;
  }
  .playcroco-mbw690 .playcroco-6z8jzm {
    width: 100%;
    min-width: unset;
  }
}

.playcroco-48pf4g .playcroco-7r7dfg {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  list-style: none;
}

.playcroco-48pf4g .playcroco-reldps {
  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;
}

.playcroco-48pf4g .playcroco-dbelpd {
  height: 100%;
}

.playcroco-48pf4g .playcroco-dbelpd img {
  height: 100%;
  width: auto;
  min-width: 220px;
  object-fit: cover;
}

.playcroco-48pf4g .playcroco-6afryl {
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding: 16px 16px 16px 0;
}

.playcroco-48pf4g .playcroco-cthops {
  color: #f9cb16;
  font-size: 23px;
  font-weight: 800;
  line-height: 28px;
  margin: 0;
}

.playcroco-48pf4g .playcroco-ly8kp4 {
  color: #d2d2d2;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  flex: 1 1;
  margin: 0;
}

@media (max-width: 1200px) {
  .playcroco-48pf4g .playcroco-reldps {
    flex: 1 1 100%;
  }
  .playcroco-48pf4g .playcroco-5gaxah {
    min-width: 320px;
    width: fit-content;
  }
}

@media (max-width: 767px) {
  .playcroco-48pf4g .playcroco-reldps {
    flex-direction: column;
  }
  .playcroco-48pf4g .playcroco-dbelpd {
    width: 100%;
    height: auto;
  }
  .playcroco-48pf4g .playcroco-dbelpd img {
    width: 100%;
    height: auto;
    max-height: 260px;
    min-width: unset;
  }
  .playcroco-48pf4g .playcroco-6afryl {
    padding: 0 16px 16px 16px;
  }
  .playcroco-48pf4g .playcroco-5gaxah {
    min-width: unset;
    width: 100%;
  }
}

.playcroco-mhfmub .playcroco-74uhh8 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  flex-wrap: wrap;
  gap: 20px;
}

.playcroco-mhfmub .playcroco-e9gmhx {
  position: relative;
  height: 220px;
  border-radius: 12px;
  border: 2px solid var(--border-color);
  overflow: hidden;
  transition: 0.2s;
}

.playcroco-mhfmub 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;
}

.playcroco-mhfmub .playcroco-aw2q4n {
  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;
}

.playcroco-mhfmub .playcroco-e9gmhx:hover .playcroco-aw2q4n {
  display: flex;
}

.playcroco-mhfmub .playcroco-4hqxh4 {
  text-align: center;
  margin-top: 0;
  margin-bottom: 5px;
  color: #d2d2d2;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}

.playcroco-mhfmub .playcroco-psg6py {
  text-align: center;
  font-size: 17px;
  font-weight: 800;
  line-height: 24px;
  margin-top: 0;
  margin-bottom: auto;
  color: #fff;
}

.playcroco-eh1p6v {
  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;
}

.playcroco-eh1p6v.playcroco-mn1uvf {
  color: #196948;
  background-color: #f9cb16;
  border: 1px solid #f9cb16;
  margin-bottom: 8px;
  transition: 0.playcroco-4vuuq8 ease-in-out;
}

.playcroco-eh1p6v.playcroco-mn1uvf:hover {
  color: #f9cb16;
  background-color: transparent;
}

.playcroco-mhfmub .playcroco-6d4pb6 {
  color: #fff;
  border: 1px solid #f9cb16;
  background-color: unset;
  transition: 0.playcroco-4vuuq8 ease-in-out;
}

.playcroco-mhfmub .playcroco-6d4pb6:hover {
  color: #196948;
  background-color: #f9cb16;
}

.playcroco-mhfmub .playcroco-6d4pb6:after,
.playcroco-eh1p6v.playcroco-mn1uvf:after {
  content: "";
  width: 24px;
  min-width: 24px;
  height: 24px;
  background-repeat: no-repeat;
  background-position: center;
}

.playcroco-eh1p6v.playcroco-mn1uvf:after {
  background-image: url(../images/Cash.svg);
}

.playcroco-mhfmub .playcroco-6d4pb6:after {
  background-image: url(../images/Play.svg);
}

@media (max-width: 1200px) {
  .playcroco-mhfmub .playcroco-74uhh8 {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 850px) {
  .playcroco-mhfmub .playcroco-74uhh8 {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 600px) {
  .playcroco-mhfmub .playcroco-74uhh8 {
    grid-template-columns: 1fr;
  }
  .playcroco-mhfmub .playcroco-e9gmhx {
    height: auto;
  }
  .playcroco-mhfmub .playcroco-e9gmhx .playcroco-aw2q4n {
    position: relative;
    display: flex;
    height: auto;
    background-color: var(--fh-bg-color);
    padding: 8px 12px 12px 12px;
  }
  .playcroco-mhfmub .playcroco-4hqxh4,
  .playcroco-mhfmub .playcroco-psg6py {
    text-align: left;
  }
  .playcroco-mhfmub .playcroco-psg6py {
    margin-bottom: 8px;
  }
  .playcroco-mhfmub img {
    position: relative;
    top: unset;
    right: unset;
    bottom: unset;
    left: unset;
    min-height: unset;
  }
}

.playcroco-sf1r2p {
  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;
}

.playcroco-sf1r2p.playcroco-r7vo9w {
  display: block;
}

.playcroco-sf1r2p .playcroco-5syxf2 {
  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;
}

.playcroco-sf1r2p .playcroco-d0blpj {
  display: flex;
  gap: 24px;
  padding: 12px;
}

.playcroco-sf1r2p .playcroco-rp7uee {
  display: flex;
  align-items: center;
  color: #fff;
  font-size: 23px;
  font-weight: 800;
  line-height: 28px;
}

.playcroco-sf1r2p .playcroco-oxj069 {
  display: flex;
  align-items: center;
  flex: 1 1;
}

.playcroco-sf1r2p .playcroco-eh1p6v {
  min-width: 296px;
  margin-bottom: 0;
}

.playcroco-sf1r2p .playcroco-6zt9j9 {
  width: 44px;
  min-width: 44px;
  height: 44px;
  background-image: url(../images/cross.svg);
  background-position: center;
  background-repeat: no-repeat;
  cursor: pointer;
}

.playcroco-sf1r2p .playcroco-iky6mj {
  position: relative;
  flex: 1 1;
}

.playcroco-sf1r2p .playcroco-iky6mj iframe {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 100%;
  height: 100%;
}

@media (max-width: 768px) {
  .playcroco-sf1r2p .playcroco-d0blpj {
    flex-wrap: wrap;
    gap: 8px;
  }
  .playcroco-sf1r2p .playcroco-rp7uee {
    order: 1;
  }
  .playcroco-sf1r2p .playcroco-oxj069 {
    order: 3;
    flex: 1 1 100%;
  }
  .playcroco-sf1r2p .playcroco-eh1p6v {
    width: 100%;
    min-width: unset;
  }
  .playcroco-sf1r2p .playcroco-6zt9j9 {
    order: 2;
    margin-left: auto;
  }
}

@media (max-width: 767px) {
  .playcroco-n7ttcp > .playcroco-1k0ca3 {
    margin-bottom: 0;
  }
  .playcroco-n7ttcp > .playcroco-bodlsr,
  .playcroco-n7ttcp > p {
    margin-top: 0;
  }
}

.playcroco-mmcnfy img,
.playcroco-8ibmcm img {
  width: auto;
  object-fit: contain;
}

.playcroco-mmcnfy {
  align-items: center;
}

.playcroco-mmcnfy img {
  max-height: 76px;
}

.playcroco-8ibmcm img {
  max-height: 64px;
}

.playcroco-j6jiu0 {
  overflow: auto;
}

.playcroco-935f9k {
  border: 1px solid var(--color-table-border);
  box-shadow: 0 0 15px rgb(0 0 0 / 5%);
  border-collapse: collapse;
  width: 100%;
}

.playcroco-ljrnda:not(:last-child) {
  border-bottom: 1px solid var(--color-table-border);
}

.playcroco-5rlyiz {
  border: none;
  padding: 25px 10px;
  font-weight: 700;
  color: var(--color-table-td-color);
  min-width: 200px;
}

.playcroco-4djdm5 {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.playcroco-5rlyiz .playcroco-dbelpd {
  margin-right: 20px;
  flex-shrink: 0;
}

.playcroco-5rlyiz img {
  max-height: 45px;
  object-fit: contain;
  width: 100%;
}

.playcroco-1n0eb0 {
  padding: 25px 10px;
  align-self: center;
  border-bottom: 1px solid var(--color-table-border);
  flex-grow: 1;
  border-top: none;
}

.playcroco-1n0eb0 > :first-child {
  margin-top: 0;
}

@media (max-width: 767px) {
  .playcroco-5rlyiz {
    padding: 15px 10px;
  }
  .playcroco-1n0eb0 {
    padding: 15px 10px;
  }
  .playcroco-5rlyiz .playcroco-dbelpd {
    margin-right: 10px;
  }
}

.playcroco-jd545k {
  overflow-x: auto;
}

.playcroco-b3b1u6 {
  border-collapse: collapse;
  width: 100%;
}

.playcroco-jd545k th {
  font-family: inherit;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 19px;
  padding: 25px 10px;
  text-align: center;
}

.playcroco-jd545k td {
  font-family: inherit;
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  padding: 15px 25px;
  white-space: nowrap;
}

.playcroco-jd545k td.playcroco-3239or {
  font-weight: 600;
  text-align: right;
  border-left: none;
}

.playcroco-jd545k td.playcroco-2tsy9s {
  border-right: none;
}

.playcroco-jd545k td.playcroco-2tsy9s .playcroco-dbelpd {
  justify-content: flex-start;
}

.playcroco-jd545k td.playcroco-2tsy9s .playcroco-dbelpd img {
  height: auto;
  width: 90px;
}

.playcroco-jd545k td.playcroco-qqx7oi,
.playcroco-jd545k td.playcroco-tlulh6 {
  font-weight: 600;
  text-align: right;
}

.playcroco-jd545k td.playcroco-wbon3i,
.playcroco-jd545k td.playcroco-qqx7oi {
  padding-bottom: 10px;
  border-bottom: none;
}

.playcroco-jd545k td.playcroco-qqx7oi,
.playcroco-jd545k td.playcroco-tlulh6 {
  border-left: none;
}

.playcroco-jd545k td.playcroco-wbon3i,
.playcroco-jd545k td.playcroco-4sr4qh {
  border-right: none;
}

.playcroco-jd545k td.playcroco-4sr4qh,
.playcroco-jd545k td.playcroco-tlulh6 {
  border-top: none;
  padding-top: 10px;
}

.playcroco-ex8itv {
  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;
}

.playcroco-ex8itv .playcroco-5gaxah {
  min-width: unset;
  width: 100%;
}

.playcroco-ex8itv .playcroco-5gaxah.playcroco-1dcq1t {
  grid-column: 1/2;
  grid-row: 1/2;
}

.playcroco-ex8itv .playcroco-5gaxah.playcroco-1d2mff {
  grid-column: 2/3;
  grid-row: 1/2;
}

.playcroco-ex8itv .playcroco-ipdtgp {
  grid-column: 1/3;
  grid-row: 2/3;
  margin-top: 0;
}

@media (max-width: 767px) {
  .playcroco-ex8itv {
    grid-template-columns: 1fr;
    margin-top: 0;
  }
  .playcroco-ex8itv .playcroco-5gaxah.playcroco-1dcq1t {
    grid-column: 1/2;
    grid-row: 1/2;
  }
  .playcroco-ex8itv .playcroco-5gaxah.playcroco-1d2mff {
    grid-column: 1/2;
    grid-row: 2/3;
  }
  .playcroco-ex8itv .playcroco-ipdtgp {
    grid-column: 1/2;
    grid-row: 3/4;
  }
}

.playcroco-rmywue {
  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;
}

.playcroco-ocmfji {
  margin-bottom: 32px;
  font-size: 34px;
  font-weight: 800;
  line-height: 40px;
}

.playcroco-ewbg0j p a img {
  margin: 0 auto;
  display: block;
}

.playcroco-ewbg0j table {
  margin-bottom: 17px;
}

/* contanct form */
.playcroco-kr5zng {
  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;
}

.playcroco-kr5zng label {
  font-size: 14px;
}

.playcroco-kr5zng h2 {
  text-align: center;
  margin-bottom: 1rem;
}
.playcroco-kr5zng input,
.playcroco-kr5zng textarea,
.playcroco-kr5zng 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;
}
.playcroco-kr5zng button {
  background-color: #a91f09;
  color: var(--text-color);
  border: none;
  cursor: pointer;
  transition: background 0.playcroco-4vuuq8 ease;
}
.playcroco-kr5zng button:hover {
  background-color: #691204;
}
.playcroco-4ok312 {
  text-align: center;
  color: green;
  font-weight: 500;
  padding: 50px 0;
  animation: fadeIn 0.playcroco-dg31zh ease-in;
}

.playcroco-4ok312 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;
}
.playcroco-bbwna9, .playcroco-5kzj7x, [class*="review-card"],
thead, thead th, table th, .playcroco-npg6vw,
.playcroco-xnz4nk, [class*="collapsible-header"],
.playcroco-ssgbis, [class*="updated-block"] {
  color: #ece7dc !important;
}
