@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-29ib9i {
  margin: 0 auto;
  padding: 0 var(--offsets);
  max-width: var(--display-width);
}

.playcroco-0zs5e7 {
  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-oa0jf1,
ul.playcroco-oa0jf1 {
  padding-left: 20px;
}

ul.playcroco-oa0jf1 {
  list-style: disc;
}

ol.playcroco-oa0jf1 {
  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-8t43ht > .playcroco-5uaeab,
.playcroco-8t43ht > .playcroco-rg0tvj,
.playcroco-8t43ht > blockquote,
.playcroco-8t43ht > h1,
.playcroco-8t43ht > h2,
.playcroco-8t43ht > h3,
.playcroco-8t43ht > h4,
.playcroco-8t43ht > h5,
.playcroco-8t43ht > h6,
.playcroco-8t43ht > ol,
.playcroco-8t43ht > p,
.playcroco-8t43ht > ul {
  margin-right: auto;
  margin-left: auto;
  padding: 0 var(--offsets);
  max-width: var(--display-width);
}

.playcroco-8t43ht > ol,
.playcroco-8t43ht > ul {
  padding-left: 50px;
}

.playcroco-8t43ht 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-8t43ht:not(:last-child) {
  margin-bottom: 2rem;
}

.playcroco-8t43ht > :not(:first-child) {
  margin-top: 2rem;
}

.playcroco-8t43ht {
  margin-top: 64px;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.playcroco-8t43ht:first-child {
  margin-top: 40px;
}

@media (max-width: 767px) {
  .playcroco-8t43ht:first-child {
    margin-top: 20px;
  }
}

.playcroco-8t43ht > p:last-of-type {
  margin-bottom: 32px;
}

.playcroco-8t43ht > .playcroco-3g2jvo:not(:first-child) {
  margin: 64px auto 16px auto;
}

.playcroco-qp51eg > .playcroco-3g2jvo {
  margin-left: auto;
  margin-right: auto;
  padding: 0 var(--offsets);
  max-width: var(--display-width);
}

.playcroco-rg0tvj {
  overflow: auto;
}

.playcroco-rg0tvj::-webkit-scrollbar {
  height: 5px;
}

.playcroco-rg0tvj table,
table {
  margin-top: 24px;
  border-collapse: collapse;
  width: 100%;
  word-break: break-word;
}

.playcroco-rg0tvj table {
  border-radius: 12px;
  border: 2px solid var(--border-color);
  /* background: #0f442e; */
}

.playcroco-rg0tvj table thead,
table thead {
  border-bottom: none;
}

.playcroco-rg0tvj table th,
table th {
  padding: 5px 5px;
  text-align: center;
  color: var(--color-table-th-color);
  background-color: var(--table-1-color);
}

.playcroco-rg0tvj table th:not(:last-child) {
  border-right: 1px solid var(--border-color);
}

.playcroco-rg0tvj table td,
table td {
  border: 1px solid var(--border-color);
  padding: 5px 5px;
}

.playcroco-rg0tvj .playcroco-8ffwb9 {
  table-layout: auto;
}

.playcroco-rg0tvj .playcroco-8ffwb9 th {
  word-break: normal;
}

.playcroco-rg0tvj .playcroco-8ffwb9 td {
  word-break: normal;
}

.playcroco-29ib9i .playcroco-29ib9i {
  padding-right: 0;
  padding-left: 0;
}

.playcroco-mb5wac {
  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-infhh3 {
  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-gmpgfj {
  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-5uaeab {
  margin-top: 24px;
}

.playcroco-5uaeab.playcroco-b4iezj {
  text-align: left;
}

.playcroco-5uaeab.playcroco-t8va01 {
  text-align: right;
}

.playcroco-5uaeab.playcroco-xk89mk {
  text-align: center;
}

.playcroco-vv7i6m {
  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-aa7h0r ease-in-out;
  cursor: pointer;
}

.playcroco-vv7i6m:hover {
  color: var(--button-bg-color);
  background: 0 0;
}

.playcroco-vv7i6m {
  min-width: 328px;
}

@media (max-width: 768px) {
  .playcroco-vv7i6m {
    min-width: unset;
  }
}

.playcroco-kqtkw6 {
  background-color: var(--fh-bg-color);
}

.playcroco-xe0ysp {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 8px 20px;
}

.playcroco-ld3o77 {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  max-width: 160px;
}

.playcroco-ld3o77 img {
  max-height: 80px;
  object-fit: contain;
}

.playcroco-djgsi7 {
  flex: 1 1;
}

.playcroco-hiwmee {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-left: auto;
}

.playcroco-hfk20p {
  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-hfk20p 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-hfk20p.playcroco-b8s75e span:nth-of-type(1) {
  -webkit-transform: translateY(11px) rotateZ(45deg);
  -ms-transform: translateY(11px) rotate(45deg);
  transform: translateY(11px) rotateZ(45deg);
}

.playcroco-hfk20p.playcroco-b8s75e span:nth-of-type(2) {
  -webkit-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform: scaleX(0);
}

.playcroco-hfk20p.playcroco-b8s75e span:nth-of-type(3) {
  -webkit-transform: translateY(-11px) rotateZ(-45deg);
  -ms-transform: translateY(-11px) rotate(-45deg);
  transform: translateY(-11px) rotateZ(-45deg);
}

.playcroco-djgsi7 + .playcroco-hiwmee {
  margin-left: 20px;
}

.playcroco-2uw8gi {
  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-2uw8gi > svg {
  max-width: 24px;
  max-height: 24px;
}

.playcroco-2uw8gi + .playcroco-2uw8gi {
  margin-left: 5px;
}

.playcroco-hhg7au {
  color: var(--button-text-color);
  background-color: var(--button-bg-color);
  border: 1px solid var(--border-color);
  transition: 0.2s;
}

.playcroco-hhg7au:hover {
  background-color: var(--button-bg-hover);
}

.playcroco-az12r2 {
  color: var(--button-text-color);
  background-color: var(--button-bg-color);
  transition: 0.playcroco-aa7h0r ease-in-out;
  border: 1px solid var(--border-color);
}

.playcroco-az12r2:hover {
  color: var(--button-text-color);
  background-color: var(--button-bg-hover);
}

.playcroco-ntsv55 {
  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-djgsi7 {
    flex: 1 1 100%;
    order: 10;
    margin-top: 8px;
  }
  .playcroco-ntsv55 {
    justify-content: center;
  }
}

@media (max-width: 1024px) {
  .playcroco-djgsi7 {
    margin-top: unset;
  }
}

@media (max-width: 768px) {
  .playcroco-2uw8gi {
    min-width: unset;
    flex: 1 1;
  }
}

.playcroco-tn6s4g {
  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-tn6s4g:hover > a::after {
  -webkit-transform: scaleX(1);
  -ms-transform: scaleX(1);
  transform: scaleX(1);
}

.playcroco-tn6s4g:hover .playcroco-fno2on {
  opacity: 1;
  pointer-events: auto;
}

.playcroco-69wl5h {
  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-49e4gm ease-in-out;
  gap: 4px;
}

.playcroco-69wl5h > svg {
  max-width: 28px;
  max-height: 28px;
  fill: var(--text-color);
  stroke: var(--text-color);
}

.playcroco-69wl5h .playcroco-mb5wac img {
  width: auto;
  height: 1.2rem;
  -o-object-fit: contain;
  object-fit: contain;
}

.playcroco-7im8mf,
.playcroco-69wl5h:hover {
  color: var(--button-bg-hover);
}

.playcroco-qv8ill {
  position: relative;
}

.playcroco-qv8ill .playcroco-69wl5h {
  margin-right: 0;
  padding-right: 4px;
}

.playcroco-4ecf8h svg {
  fill: var(--text-color);
  stroke: var(--text-color);
}

.playcroco-qv8ill.playcroco-b8s75e .playcroco-4ecf8h svg {
  -webkit-transform: rotateZ(180deg);
  -ms-transform: rotate(180deg);
  transform: rotateZ(180deg);
}

.playcroco-qv8ill.playcroco-b8s75e .playcroco-fno2on {
  position: relative;
  top: 0;
  display: block;
  margin-top: 0;
  padding: 0 1rem;
  opacity: 1;
  pointer-events: auto;
}

.playcroco-qv8ill.playcroco-b8s75e .playcroco-fno2on::before {
  display: none;
}

.playcroco-4ecf8h svg {
  width: 100%;
  height: auto;
  max-width: 15px;
  -webkit-transition: 250ms;
  -o-transition: 250ms;
  transition: 250ms;
}

.playcroco-fno2on {
  position: absolute;
  top: 100%;
  z-index: 100;
  list-style: none;
  margin-top: 0.5rem;
  border-radius: 5px;
  padding: 0.playcroco-hw0s1t 1rem;
  background-color: var(--fh-bg-color);
  opacity: 0;
  transition: 250ms;
  width: auto;
  pointer-events: none;
}

.playcroco-fno2on::before {
  content: "";
  position: absolute;
  left: 0;
  top: -0.5rem;
  width: 100%;
  height: 0.5rem;
  background-color: transparent;
}

.playcroco-fno2on:hover {
  color: var(--fh-bg-color);
}

.playcroco-7h8x9l {
  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-hw0s1t 0;
  font-size: 14px;
  font-weight: 500;
  line-height: 28px;
  white-space: nowrap;
  text-decoration: none;
  color: var(--text-color);
  -webkit-transition: 0.playcroco-49e4gm ease-in-out;
  -o-transition: 0.playcroco-49e4gm ease-in-out;
  transition: 0.playcroco-49e4gm ease-in-out;
}

.playcroco-7h8x9l .playcroco-mb5wac img {
  width: auto;
  height: 1.2rem;
  -o-object-fit: contain;
  object-fit: contain;
}

.playcroco-txvy3p,
.playcroco-7h8x9l:hover {
  color: var(--button-bg-hover);
}

.playcroco-21wylh {
  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-21wylh.playcroco-ac77ws {
  position: relative;
  z-index: 1;
  overflow: hidden;
  border: none;
}

.playcroco-21wylh.playcroco-ac77ws:after,
.playcroco-21wylh.playcroco-ac77ws:before {
  content: "";
  position: absolute;
  margin: auto;
}

.playcroco-21wylh.playcroco-ac77ws: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-21wylh.playcroco-ac77ws:after {
  top: 2px;
  right: 2px;
  bottom: 2px;
  left: 2px;
  background-color: var(--fh-bg-color);
  border-radius: 12px;
  z-index: 0;
}

.playcroco-21wylh.playcroco-ac77ws > * {
  z-index: 1;
}

.playcroco-21wylh b,
.playcroco-21wylh strong {
  color: var(--button-text-color);
  text-shadow: 0 0 8px var(--button-text-color);
}

.playcroco-21wylh .playcroco-g3pm5e {
  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-21wylh .playcroco-8d8wh3 {
  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-21wylh .playcroco-mb5wac {
  grid-row: 1/-1;
  grid-column: 2/3;
  min-width: 146px;
}

.playcroco-21wylh .playcroco-5e8rhj {
  margin-top: 12px;
}

.playcroco-5e8rhj {
  display: flex;
  gap: 8px;
  grid-row: 3/4;
  grid-column: 1/2;
}

.playcroco-vv6ovx {
  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-5e8rhj .playcroco-nbtd9a {
  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-aa7h0r ease-in-out;
}

.playcroco-5e8rhj .playcroco-nbtd9a:hover {
  background: rgba(255, 255, 255, 0.3);
}

.playcroco-6yv971 {
  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-21wylh.playcroco-y8uefb {
  gap: 12px;
  padding: 16px;
}

.playcroco-21wylh.playcroco-y8uefb .playcroco-6yv971 {
  min-width: 240px;
}

.playcroco-21wylh.playcroco-y8uefb .playcroco-6yv971.playcroco-bcne5r {
  padding: 10px 12px;
}

@media (max-width: 1200px) {
  .playcroco-21wylh .playcroco-g3pm5e {
    grid-row: 1/2;
    grid-column: 1/3;
  }
  .playcroco-21wylh .playcroco-8d8wh3 {
    grid-row: 2/3;
    grid-column: 1/2;
  }
  .playcroco-21wylh .playcroco-mb5wac {
    min-width: 78px;
    grid-row: 2/3;
    grid-column: 2/3;
    align-self: start;
    max-width: 110px;
  }
  .playcroco-21wylh.playcroco-y8uefb .playcroco-mb5wac {
    max-width: 126px;
  }
  .playcroco-21wylh .playcroco-5e8rhj {
    grid-row: 3/4;
    grid-column: 1/3;
  }
  .playcroco-21wylh .playcroco-vv6ovx {
    max-width: unset;
  }
  .playcroco-6yv971 {
    min-width: unset;
    width: 100%;
  }
  .playcroco-21wylh .playcroco-6yv971 {
    grid-row: 4/5;
    grid-column: 1/3;
  }
  .playcroco-21wylh.playcroco-y8uefb {
    grid-template-rows: auto 1fr auto;
  }
  .playcroco-21wylh.playcroco-y8uefb .playcroco-6yv971 {
    grid-row: 3/4;
  }
}

@media (max-width: 768px) {
  .playcroco-21wylh {
    padding: 16px;
    gap: 16px 12px;
    min-height: unset;
  }
  .playcroco-21wylh .playcroco-g3pm5e {
    font-size: 18px;
    font-weight: 900;
    line-height: 24px;
  }
  .playcroco-21wylh .playcroco-mb5wac {
    max-width: 78px;
  }
  .playcroco-21wylh .playcroco-5e8rhj {
    margin-top: -12px;
  }
  .playcroco-21wylh.playcroco-y8uefb {
    gap: 8px;
  }
  .playcroco-21wylh.playcroco-y8uefb .playcroco-g3pm5e {
    grid-row: 1/2;
    grid-column: 1/2;
  }
  .playcroco-21wylh.playcroco-y8uefb .playcroco-8d8wh3 {
    grid-column: 1/3;
  }
  .playcroco-21wylh.playcroco-y8uefb .playcroco-mb5wac {
    grid-row: 1/2;
    grid-column: 2/3;
  }
  .playcroco-21wylh.playcroco-y8uefb .playcroco-mb5wac img {
    max-width: 114px;
  }
}

.playcroco-6yv971.playcroco-kb47g5,
.playcroco-6yv971.playcroco-965l97,
.playcroco-6yv971.playcroco-73k9fd {
  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-aa7h0r ease-in-out;
}

.playcroco-6yv971.playcroco-kb47g5,
.playcroco-6yv971.playcroco-73k9fd {
  padding: 10px;
}

.playcroco-6yv971.playcroco-kb47g5:hover,
.playcroco-6yv971.playcroco-965l97:hover,
.playcroco-6yv971.playcroco-73k9fd:hover {
  background: var(--button-bg-hover);
}

.playcroco-6yv971.playcroco-kb47g5:hover svg path,
.playcroco-6yv971.playcroco-73k9fd:hover svg path {
  stroke: var(--button-text-color);
  fill: none;
}

.playcroco-6yv971.playcroco-bcne5r {
  color: var(--button-text-color);
  background-color: transparent;
  border: 1px solid var(--border-color);
  padding: 12px;
  transition: 0.playcroco-aa7h0r ease-in-out;
  background: var(--button-bg-color);
}

.playcroco-6yv971.playcroco-bcne5r:hover {
  background-color: var(--button-bg-hover);
}

.playcroco-6yv971.playcroco-965l97: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-6yv971.playcroco-965l97:after {
  content: "";
  width: 24px;
  min-width: 24px;
  height: 24px;
  background-image: url(../images/user.svg);
  background-position: center;
  background-repeat: no-repeat;
}

.playcroco-6yv971.playcroco-bcne5r:after {
  content: "";
  width: 24px;
  min-width: 24px;
  height: 24px;
  background-image: url(../images/btn-arrows.svg);
  background-position: center;
  background-repeat: no-repeat;
}

.playcroco-yrhqep {
  max-width: 650px;
}

.playcroco-vabtlv {
  position: relative;
  padding-bottom: 56.25%;
  width: 100%;
  height: 0;
  background-color: #000;
}

.playcroco-8qq1h6 {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.playcroco-u2d5ww {
  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-49e4gm ease-in-out;
  cursor: pointer;
}

.playcroco-u2d5ww:hover {
  opacity: 0.5;
}

.playcroco-u2d5ww:focus {
  outline: 0;
}

.playcroco-u2d5ww:focus .playcroco-lk0tf9,
.playcroco-u2d5ww:hover .playcroco-lk0tf9 {
  fill: red;
  fill-opacity: 1;
}

.playcroco-u2d5ww:hover {
  cursor: pointer;
}

.playcroco-29i0sy {
  position: absolute;
  left: 0;
  top: 0;
  border: none;
  width: 100%;
  height: 100%;
}

.playcroco-yrhqep.playcroco-xk89mk {
  margin: 0 auto;
}

.playcroco-yrhqep.playcroco-t8va01 {
  margin-left: auto;
}

.playcroco-1mpdiz {
  margin: 33px 20px 0 20px;
  padding: 33px 40px 40px 40px;
  background-color: var(--fh-bg-color);
  border-radius: 12px 12px 0 0;
}

.playcroco-9ziww0 {
  padding-bottom: 50px;
}

.playcroco-jmigbi {
  justify-content: flex-start;
  align-items: center;
  flex: 1 1;
}

.playcroco-2i0o1d {
  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-5iypij {
  margin-top: 24px;
}

.playcroco-dg4348 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.playcroco-3i14jg {
  width: 100%;
  font-size: 14px;
  line-height: 16px;
  text-align: center;
  color: var(--color-footer-text);
  margin-top: 4px;
}

.playcroco-8wfzl3 {
  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-s50394 {
  width: 468px;
}

.playcroco-8wfzl3 .playcroco-fno2on {
  margin: 0.playcroco-dnlgtn 0;
}

.playcroco-408us3 {
  display: flex;
  min-width: 224px;
}

.playcroco-1kw1zm {
  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-49e4gm ease-in-out;
}

.playcroco-olj2dl,
.playcroco-1kw1zm:hover {
  color: var(--text-color);
}

.playcroco-qaa41b {
  display: flex;
  flex-wrap: wrap;
  padding: 0;
}

.playcroco-um6tl6 {
  display: flex;
  flex-direction: column;
}

@media (max-width: 1024px) {
  .playcroco-1mpdiz {
    padding: 16px;
  }
  .playcroco-qaa41b {
    flex-direction: column;
    gap: 40px;
    padding: 0;
  }
  .playcroco-um6tl6 {
    align-items: center;
  }
  .playcroco-s50394 {
    width: unset;
  }
  .playcroco-408us3 {
    min-width: unset;
  }
  .playcroco-8wfzl3 {
    max-height: unset;
  }
  .playcroco-jmigbi {
    align-items: flex-start;
  }
}

@media (max-width: 768px) {
  .playcroco-1mpdiz {
    margin: 33px 16px 0 16px;
    padding: 16px;
  }
}

.playcroco-eabst3 {
  border-radius: 12px;
  border: 2px solid var(--border-color);
  background: var(--fh-bg-color);
  padding: 16px;
}

.playcroco-eabst3:not(:last-child) {
  margin-bottom: 16px;
}

.playcroco-05xxy6 {
  outline: 0;
}

.playcroco-05xxy6 .playcroco-1y0fjz {
  color: #fff;
  font-size: 17px;
  font-weight: 800;
  line-height: 24px;
}

.playcroco-3mugyk {
  display: flex;
  align-items: center;
  gap: 8px;
  outline: 0;
  cursor: pointer;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
}

.faq__details[open] .playcroco-3mugyk {
  padding-bottom: 16px;
  border-bottom: 1px solid var(--border-color);
}

.playcroco-3mugyk::-webkit-details-marker {
  display: none;
}

.playcroco-3mugyk: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-3mugyk: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-3mugyk:after {
  transform: unset;
}

.playcroco-1y0fjz {
  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-1y0fjz 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-49e4gm ease-in-out;
  -o-transition: 0.playcroco-49e4gm ease-in-out;
  transition: 0.playcroco-49e4gm ease-in-out;
}

.playcroco-16c941 {
  padding: 16px 0 0 0;
}

.playcroco-16c941 * {
  margin-top: 0.8rem;
  font-family: inherit;
  font-weight: 500;
  font-style: normal;
  font-size: inherit;
  line-height: inherit;
}

page-header__button .playcroco-16c941 :first-child {
  margin-top: 0;
}

@media (max-width: 767px) {
  .playcroco-3mugyk {
    flex-wrap: wrap;
    gap: 12px;
  }
  .playcroco-3mugyk::after {
    margin-left: auto;
  }
  .playcroco-1y0fjz {
    order: 3;
    flex: 1 1 100%;
  }
  .playcroco-3mugyk {
    font-size: 14px;
    line-height: 130%;
  }
  .playcroco-1y0fjz svg {
    margin-left: 15px;
    width: 18px;
    height: 18px;
    fill: var(--color-faq-item-title);
  }
}

.playcroco-qmes84 {
  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-um8a49 {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #fff;
  margin: 0;
  width: 100%;
  cursor: pointer;
}

.playcroco-qmes84.playcroco-b8s75e .playcroco-um8a49 {
  margin-bottom: 12px;
}

.playcroco-um8a49::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-qmes84.playcroco-b8s75e .playcroco-um8a49::after {
  transform: unset;
}

.playcroco-7h572v {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  list-style: none;
  overflow: hidden;
  margin: 0;
  padding: 0;
  width: 100%;
  height: auto;
  max-height: 0;
}

.playcroco-dm5u6y {
  display: flex;
  align-items: center;
  gap: 4px;
  padding: 6px 12px;
  text-decoration: none;
  color: #fff;
  transition: 0.playcroco-49e4gm ease-in-out;
  border-radius: 8px;
  border: 1px solid var(--border-color);
}

.playcroco-dm5u6y: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-qmes84.playcroco-b8s75e .playcroco-7h572v {
  max-height: 100%;
}

.playcroco-gcbrst {
  margin: 0 auto 3rem;
  padding: 0 10px;
  max-width: var(--display-width);
}

.playcroco-tpkh6a {
  padding: 4px 0;
  background: rgba(255, 255, 255, 0.1);
}

.playcroco-y3nz6j {
  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-9r5pdk {
  margin-right: 4px;
}

.playcroco-qtrtpd {
  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-49e4gm ease-in-out;
}

.playcroco-qtrtpd svg {
  width: 4px;
  height: 4px;
  margin-left: 4px;
  stroke: var(--text-color);
}

.playcroco-xbwvrj,
.playcroco-qtrtpd:hover {
  color: var(--text-color);
}

.playcroco-ru78v3 {
  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-ru78v3 img {
  grid-column: 1/2;
  grid-row: 1/3;
  max-width: 58px;
  height: auto;
}

.playcroco-ru78v3 .playcroco-7psxwb {
  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-ru78v3 .playcroco-6y925g {
  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-orcuv5 {
  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-h739xt {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.playcroco-7h10n9 .playcroco-29ib9i {
  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-7h10n9 {
  background-image: url(../images/404.webp);
  background-position: -100px;
}

.playcroco-8hac4x {
  margin-top: 2rem;
  font-size: 5rem;
  line-height: 6rem;
  text-align: center;
}

.playcroco-ltbtg8 {
  margin: 0;
  font-weight: 400;
  font-size: 2rem;
  line-height: 2.5rem;
  text-align: center;
}

.playcroco-b1lvz7 {
  display: inline-block;
  margin: 2rem auto 0;
  border: none;
  border-radius: 5px;
  padding: 0.playcroco-b51cq8 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-b1lvz7:hover {
  -webkit-transform: translateY(-3px);
  -ms-transform: translateY(-3px);
  transform: translateY(-3px);
}

.playcroco-8ev06d {
  position: fixed;
  right: 10px;
  bottom: 15px;
  z-index: 10;
}

.playcroco-uuwce4 {
  -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-49e4gm ease-in-out;
  transition: transform 0.playcroco-49e4gm ease-in-out;
  -o-transition: transform 0.playcroco-49e4gm ease-in-out;
  transition:
    transform 0.playcroco-49e4gm ease-in-out,
    -webkit-transform 0.playcroco-49e4gm ease-in-out;
  cursor: pointer;
}

.playcroco-uuwce4 svg {
  fill: var(--button-text-color);
  pointer-events: none;
}

.playcroco-uuwce4: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-8f8j3f {
  width: 113px !important;
  background-color: green !important;
  top: 124px !important;
}

@media screen and (max-width: 700px) {
  #cookie-law-div p {
    padding-bottom: 36px;
  }
  .playcroco-8f8j3f {
    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-cppihd {
  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-gsup5c {
  position: relative;
  width: 100%;
}

.playcroco-cppihd.playcroco-7crq1i {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.playcroco-cppihd.playcroco-xk89mk {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.playcroco-cppihd.playcroco-t8va01 {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.playcroco-90wsqf {
  display: block;
  width: 100%;
  height: auto;
  object-fit: contain;
  aspect-ratio: 16/9;
  max-height: 488px;
  background-color: #454545;
}

.playcroco-awvg4b {
  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-49e4gm ease-in-out;
  cursor: pointer;
}

.playcroco-awvg4b:hover {
  opacity: 0.5;
}

.playcroco-cppihd.playcroco-lkken9 .playcroco-awvg4b {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

.playcroco-cppihd.playcroco-lkken9 .playcroco-90wsqf {
  cursor: pointer;
}

.playcroco-dm9vzl {
  fill: #0009;
}

.playcroco-7wtc2n {
  fill: #fff;
}

.playcroco-awvg4b:hover .playcroco-dm9vzl {
  fill: red;
}

.playcroco-awvg4b svg path {
  -webkit-transition: 0.playcroco-49e4gm ease-in-out;
  -o-transition: 0.playcroco-49e4gm ease-in-out;
  transition: 0.playcroco-49e4gm ease-in-out;
}

.playcroco-fv9rh3 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0 20px;
}

.playcroco-fv9rh3 > :not(.get-image):not(.wp-block-heading) {
  grid-column: 1/2;
}

.playcroco-fv9rh3.playcroco-06rbxr > :not(.get-image) {
  grid-column: 1/3;
}

.playcroco-cbxzpq:not(._h1-block) .playcroco-fv9rh3 > .playcroco-3g2jvo {
  grid-row: 1/2;
  grid-column: 1/3;
}

.playcroco-fv9rh3.playcroco-06rbxr .playcroco-13e7od {
  grid-column: 2/3;
}

.playcroco-fv9rh3.playcroco-06rbxr > .playcroco-mb5wac {
  grid-column: 1/2;
}

.playcroco-fv9rh3.playcroco-06rbxr > :not(.get-image):not(.wp-block-heading) {
  grid-column: 2/3;
}

.playcroco-fv9rh3 > p:first-of-type {
  margin-top: 0;
}

.playcroco-fv9rh3 .playcroco-mb5wac {
  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-cbxzpq:not(._h1-block) .playcroco-3g2jvo ~ .playcroco-mb5wac {
  grid-row: 2/10;
}

.playcroco-cbxzpq.playcroco-ofyo00 .playcroco-3g2jvo ~ .playcroco-mb5wac {
  grid-row: 1/10;
}

.playcroco-cbxzpq.playcroco-ofyo00 > .playcroco-3g2jvo {
  grid-column: 1/2;
  margin-bottom: 20px;
}

.playcroco-cbxzpq.playcroco-ofyo00 .playcroco-mb5wac {
  grid-row: 1/10;
}

.playcroco-fv9rh3.playcroco-009o4i .playcroco-mb5wac {
  align-items: flex-start;
}

.playcroco-fv9rh3.playcroco-xk89mk .playcroco-13e7od {
  margin-top: auto;
  margin-bottom: auto;
  height: fit-content;
}

.playcroco-fv9rh3.playcroco-xk89mk .playcroco-mb5wac {
  align-items: center;
}

.playcroco-fv9rh3.playcroco-styowa .playcroco-mb5wac {
  align-items: flex-end;
}

.playcroco-13e7od > :first-child {
  margin-top: 0;
}

.playcroco-13e7od > :last-child {
  margin-bottom: 0;
}

* + .playcroco-lxt057,
.playcroco-cbxzpq + .playcroco-cbxzpq {
  margin-top: 2rem;
}

.playcroco-6n8w0g td::before,
.playcroco-6n8w0g th::after {
  display: none !important;
}

.playcroco-6n8w0g #link-selector {
  color: #000;
}

.playcroco-6n8w0g .playcroco-clth55 {
  color: #135e96;
}

.playcroco-6n8w0g .playcroco-b4cs97 *,
.playcroco-6n8w0g .playcroco-6i0mwx p,
.playcroco-6n8w0g .playcroco-3jl2dz * {
  color: #000;
}

.playcroco-6n8w0g .playcroco-x01zsc {
  background: 0 0 !important;
}

.playcroco-6n8w0g .playcroco-f9j0dv {
  color: #000;
}

.playcroco-6n8w0g .playcroco-p8u3ww.playcroco-3piqiw {
  color: #fff;
}

.playcroco-6n8w0g .playcroco-pf3h8u {
  color: #000;
}

.playcroco-6n8w0g
  .playcroco-rcfwve
  .playcroco-ky39nh.playcroco-3piqiw.playcroco-rknwx4 {
  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-oi284t,
body .playcroco-ae4l3m {
  color: #000;
  background: var(--color-body) !important;
}

.playcroco-oi284t .playcroco-hq3zv5 .playcroco-9o68fa,
body .playcroco-ae4l3m .playcroco-hq3zv5 .playcroco-9o68fa {
  color: #000;
}

@media (hover: hover), screen and (min-width: 0\0) {
  .playcroco-dm5u6y:focus,
  .playcroco-dm5u6y:hover {
    color: #f9cb16;
  }
  .playcroco-if5upg:focus,
  .playcroco-if5upg:hover {
    background-color: var(--button-bg-color) !important;
    opacity: 1;
  }
}

@media (hover: hover), screen and (min-width: 0\0) {
  .playcroco-sjks1r:focus img,
  .playcroco-sjks1r:focus svg,
  .playcroco-sjks1r:hover img,
  .playcroco-sjks1r:hover svg {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
  }
}

@media (min-width: 768px) {
  .playcroco-ru78v3 {
    display: none;
  }
}

@media (min-width: 1024px) {
  .playcroco-qv8ill:hover .playcroco-4ecf8h svg {
    -webkit-transform: rotateZ(180deg);
    -ms-transform: rotate(180deg);
    transform: rotateZ(180deg);
  }
  .playcroco-4ecf8h {
    pointer-events: none;
  }
}

@media screen and (max-width: 1280px) {
  :root {
    --offsets: 20px;
  }
}

@media (max-width: 1280px) {
  .playcroco-oy58ft {
    -ms-grid-columns: (1fr) [5];
    grid-template-columns: repeat(5, 1fr);
  }
  .playcroco-ms6030 {
    grid-template-columns: repeat(4, 1fr);
  }
  .playcroco-n4ybsz {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 1279px) {
  .playcroco-pron5t .playcroco-gwwlxt {
    grid-template-columns: 1fr;
  }
  .playcroco-pron5t .playcroco-9wpr4l {
    -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-pron5t .playcroco-psu6m7 {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
  .playcroco-pron5t .playcroco-0z0ul6 {
    border-bottom: none;
    border-radius: 0;
    padding: 12px 20px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
  .playcroco-pron5t .playcroco-9wf4ze {
    border-radius: 0 0 16px 16px;
    padding: 24px 16px;
  }
  .playcroco-pron5t .playcroco-psu6m7:not(:first-child) {
    border: none;
  }
  .playcroco-pron5t .playcroco-psu6m7:first-child .playcroco-0z0ul6 {
    border-top-left-radius: 18px;
    border-top-right-radius: 0;
  }
  .playcroco-pron5t .playcroco-psu6m7:last-child .playcroco-0z0ul6 {
    border-radius: 0 18px 0 0;
  }
}

@media screen and (max-width: 1024px) {
  :root {
    --offsets: 16px;
  }
}

@media (max-width: 1024px) {
  html {
    font-size: 16px;
  }
  .playcroco-xe0ysp {
    position: relative;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 8px var(--offsets);
  }
  .playcroco-ld3o77 {
    max-width: 100px;
  }
  .playcroco-djgsi7 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
  .playcroco-hiwmee {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .playcroco-hiwmee svg {
    stroke: var(--button-text-color);
    /* fill: var(--button-text-color); */
  }
  .playcroco-hfk20p {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
    margin-left: 20px;
  }
  .playcroco-djgsi7 + .playcroco-hiwmee {
    margin-left: auto;
  }
  .playcroco-ka3ipo {
    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-ka3ipo.playcroco-b8s75e {
    z-index: 9999;
    opacity: 1;
    pointer-events: auto;
  }
  .playcroco-ntsv55 {
    -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-tn6s4g {
    width: 100%;
  }
  .playcroco-tn6s4g:not(:last-child) {
    border-bottom: 1px solid var(--border-color);
  }
  .playcroco-69wl5h {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin: 0;
    padding: 8px 0;
    width: 100%;
  }
  .playcroco-69wl5h svg {
    margin-right: 4px;
  }
  .playcroco-qv8ill {
    -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-4ecf8h svg {
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
  }
  .playcroco-4ecf8h {
    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-fno2on {
    display: none;
    width: 100%;
  }
  .playcroco-qv8ill.playcroco-b8s75e .playcroco-fno2on {
    padding: 0 0 0 48px;
  }
  .playcroco-7h8x9l {
    justify-content: flex-start;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
  }
  .playcroco-2i0o1d .playcroco-mb5wac {
    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-hfi0bi {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
  }
  .playcroco-hfi0bi + .playcroco-hfi0bi {
    margin-right: 0;
  }
  .playcroco-hfi0bi + .playcroco-mb5wac {
    margin: 0;
  }
  .playcroco-oy58ft {
    grid-template-columns: repeat(4, 1fr);
  }
  .playcroco-ms6030 {
    grid-template-columns: repeat(3, 1fr);
  }
  .playcroco-5pzfko,
  .playcroco-4z5njf {
    grid-template-columns: repeat(2, 1fr);
  }
  .playcroco-fv9rh3 {
    grid-template-columns: 1fr;
    gap: 16px;
  }
  .playcroco-fv9rh3.playcroco-06rbxr .playcroco-13e7od {
    grid-column: auto;
    grid-row: auto;
  }
  .playcroco-fv9rh3 > .playcroco-3g2jvo {
    grid-column: 1/2;
  }
  .playcroco-fv9rh3.playcroco-06rbxr > :not(.get-image) {
    grid-column: 1/2;
  }
  .playcroco-fv9rh3 .playcroco-mb5wac,
  .playcroco-fv9rh3.playcroco-06rbxr > .playcroco-mb5wac {
    grid-column: 1/2;
    grid-row: 1/2;
  }
  .playcroco-fv9rh3.playcroco-06rbxr > :not(.get-image):not(.wp-block-heading) {
    grid-column: 1/2;
  }
  .playcroco-cbxzpq.playcroco-ofyo00 .playcroco-fv9rh3 > .playcroco-mb5wac {
    grid-row: 1/2;
  }
  .playcroco-fv9rh3 .playcroco-3g2jvo ~ .playcroco-mb5wac,
  .playcroco-fv9rh3.playcroco-06rbxr .playcroco-3g2jvo ~ .playcroco-mb5wac {
    grid-row: 2/3;
  }
  .playcroco-cbxzpq.playcroco-ofyo00 .playcroco-3g2jvo ~ .playcroco-mb5wac {
    grid-row: 2/3;
  }
}

@media (max-width: 800px) {
  .playcroco-8t43ht:first-child .playcroco-7kcyd4 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .playcroco-8t43ht:first-child .playcroco-7kcyd4 h1 {
    -webkit-box-ordinal-group: -1;
    -ms-flex-order: -2;
    order: -2;
  }
}

@media (max-width: 1100px) {
  .playcroco-8t43ht {
    margin-bottom: 1rem;
    padding: 0 13px;
  }
}

@media (max-width: 767px) {
  .playcroco-8t43ht {
    padding: 0;
  }
  .playcroco-5uaeab {
    margin-top: 1rem;
  }
  .playcroco-05xxy6 {
    border-radius: 5px;
  }
  .playcroco-befqsx {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .playcroco-um8a49::after {
    display: inline-block;
  }
  .playcroco-um8a49 {
    margin: 0;
    width: 100%;
  }
  .playcroco-7h572v {
    width: 100%;
  }
  .playcroco-7h572v.playcroco-417axv {
    -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-7h572v.playcroco-417axv .playcroco-rvootp {
    width: 100%;
  }
  .playcroco-7h572v.playcroco-417axv .playcroco-rvootp:not(:last-child) {
    margin-right: 0;
  }
  .playcroco-dm5u6y {
    width: 100%;
    text-align: center;
  }
  .playcroco-qmes84.playcroco-b8s75e .playcroco-7h572v {
    margin-top: 1rem;
  }
  .playcroco-oy58ft {
    grid-template-columns: repeat(3, 1fr);
  }
  .playcroco-n4ybsz,
  .playcroco-ms6030 {
    grid-template-columns: repeat(2, 1fr);
  }
  .playcroco-5pzfko,
  .playcroco-4z5njf,
  .playcroco-w97vu4 {
    grid-template-columns: 1fr;
  }
  .playcroco-ejjtji {
    overflow-x: auto;
    width: 100%;
    max-width: 980px;
  }
  .playcroco-xyw07z {
    min-width: 300px;
    max-width: 325px;
  }
  .playcroco-0z0ul6 {
    cursor: auto;
  }
  .playcroco-g50tvj .playcroco-0z0ul6 {
    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-8f8j3f {
    left: calc(50% - 60px);
  }
}

@media (max-width: 650px) {
  .playcroco-fno2on {
    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-8f8j3f {
    top: 100px !important;
  }
  #cookie-law-div p {
    padding-bottom: 50px;
  }
}

.playcroco-hfi0bi p {
  margin-top: 0;
}

@media (max-width: 550px) {
  .playcroco-hiwmee {
    margin: 0 -0.2rem;
  }
  .playcroco-hfi0bi {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
  .playcroco-4tr9if {
    -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-83cgy9 {
    max-width: 100%;
  }
  .playcroco-oy58ft {
    grid-template-columns: repeat(2, 1fr);
  }
  .playcroco-n4ybsz,
  .playcroco-ms6030 {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 500px) {
  html {
    font-size: 16px;
  }
  .playcroco-xe0ysp {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .playcroco-hiwmee {
    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-kqtkw6 {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .playcroco-2uw8gi {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
  }
  .playcroco-i5pr9x,
  .playcroco-n9k5pi {
    width: calc(100% - 20px);
  }
}

@media (max-width: 475px) {
  .playcroco-vv7i6m {
    width: 100%;
  }
  .playcroco-oy58ft {
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 400px) {
  .playcroco-8f8j3f {
    top: 127px !important;
  }
}

.playcroco-u0fx6j {
  width: 100%;
  border-radius: 12px;
  overflow: hidden;
  margin-bottom: 20px;
}

@media (max-width: 1100px) {
  .playcroco-u0fx6j {
  }
}

@media (max-width: 767px) {
  .playcroco-u0fx6j {
    margin-bottom: 12px;
  }
}

.playcroco-u0fx6j img {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  min-width: 100%;
  height: 100%;
}

.playcroco-eu1pyt {
  display: flex;
  margin: 0 auto;
  padding: 0 var(--offsets);
  max-width: var(--display-width);
  gap: 20px;
}

.playcroco-eu1pyt > .playcroco-1zfnr6 {
  flex: 1 1;
}

@media (max-width: 767px) {
  .playcroco-eu1pyt {
    flex-direction: column;
    gap: 12px;
  }
}

.playcroco-j605x3 {
  display: flex;
}

.playcroco-j605x3 .playcroco-srmomj {
  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-j605x3 .playcroco-f4mfq7 {
  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-j605x3 .playcroco-ud3b3a {
  display: flex;
  list-style: none;
  margin: 0;
  padding-left: 100%;
  animation: scroll 60s linear infinite;
}

.playcroco-j605x3 .playcroco-ieawyf {
  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-j605x3 .playcroco-ieawyf:before {
  content: "";
  width: 24px;
  min-width: 24px;
  height: 24px;
  background-image: url(../images/award.svg);
  background-repeat: no-repeat;
  background-position: center;
}

.playcroco-j605x3 .playcroco-562r2y {
  color: #fff;
  font-size: 14px;
  font-weight: 800;
  line-height: 20px;
  margin-right: 4px;
}

.playcroco-x447op {
  border: unset;
  background-color: unset;
}

.playcroco-x447op tbody {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

.playcroco-x447op .playcroco-9ia24c,
.playcroco-x447op .playcroco-a8cy0l {
  flex: 0 1 330px;
}

.playcroco-x447op .playcroco-1opzcx {
  flex: 1 1;
}

.playcroco-x447op 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-x447op tr td {
  border: unset;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  color: #fff;
  padding: 0;
}

.playcroco-x447op tr td:first-child {
  font-size: 23px;
  font-weight: 800;
  line-height: 28px;
  margin: 0;
  padding: 0;
}

.playcroco-x447op tr td p {
  color: #fff;
  margin: 0;
}

.playcroco-x447op tr td p span {
  color: var(--title-color);
  font-weight: 800;
}

.playcroco-x447op tr.playcroco-9ia24c td p {
  padding: 16px 0;
}

.playcroco-x447op tr.playcroco-9ia24c td p:not(:last-child),
.playcroco-x447op tr.playcroco-a8cy0l td p:not(:last-child) {
  border-bottom: 1px solid var(--border-color);
}

.playcroco-x447op tr.playcroco-9ia24c td p:first-child,
.playcroco-x447op tr.playcroco-a8cy0l td p:first-child {
  padding-top: 0;
}

.playcroco-x447op tr.playcroco-a8cy0l td p {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 12px 0;
  font-size: 14px;
  font-weight: 800;
  line-height: 20px;
}

.playcroco-x447op tr.playcroco-a8cy0l td p:last-child {
  padding-bottom: 0;
}

.playcroco-x447op .playcroco-a8cy0l img {
  max-width: 32px;
}

.playcroco-x447op .playcroco-1opzcx {
  min-width: 718px;
}

.playcroco-x447op .playcroco-1opzcx td:last-child {
  display: flex;
  flex-wrap: wrap;
}

.playcroco-x447op .playcroco-1opzcx td {
  display: flex;
}

.playcroco-x447op .playcroco-1opzcx td:last-child .playcroco-p3xmlt,
.playcroco-x447op .playcroco-1opzcx td:last-child .playcroco-sr3ggf,
.playcroco-x447op .playcroco-1opzcx td:last-child .playcroco-nsp0u6 {
  flex: 1 1 50%;
}

.playcroco-x447op .playcroco-1opzcx td:last-child .playcroco-d78oaq {
  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-x447op .playcroco-1opzcx td:last-child .playcroco-tmuhbt,
.playcroco-x447op .playcroco-1opzcx td:last-child .playcroco-kdk5nd {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  list-style: none;
  padding-left: 0;
  margin-top: 12px;
}

.playcroco-x447op .playcroco-1opzcx td:last-child .playcroco-p3xmlt,
.playcroco-x447op .playcroco-1opzcx td:last-child .playcroco-sr3ggf {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
  padding-top: 16px;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}

.playcroco-x447op .playcroco-1opzcx td:last-child .playcroco-p3xmlt span,
.playcroco-x447op .playcroco-1opzcx td:last-child .playcroco-sr3ggf span {
  font-weight: 800;
}

.playcroco-x447op .playcroco-1opzcx img {
  max-width: 34px;
}

@media (max-width: 1100px) {
  .playcroco-x447op .playcroco-1opzcx td .playcroco-nsp0u6:not(:first-child) {
    padding-left: 0;
  }
}

@media (max-width: 767px) {
  .playcroco-x447op tr.playcroco-9ia24c td p:last-child {
    padding-bottom: 0;
  }
  .playcroco-x447op .playcroco-a8cy0l > td {
    display: flex;
    flex-wrap: wrap;
    gap: 0 20px;
  }
  .playcroco-x447op .playcroco-a8cy0l > td > p {
    flex: 1 1 calc(50% - 10px);
  }
  .playcroco-x447op tr.playcroco-9ia24c td p:not(:last-child),
  .playcroco-x447op tr.playcroco-a8cy0l td p:not(:last-child) {
    border-bottom: unset;
  }
  .playcroco-x447op tr.playcroco-a8cy0l td p:last-child {
    padding-bottom: 12px;
  }
  .playcroco-x447op .playcroco-1opzcx td:last-child .playcroco-p3xmlt,
  .playcroco-x447op .playcroco-1opzcx td:last-child .playcroco-sr3ggf,
  .playcroco-x447op .playcroco-1opzcx td:last-child .playcroco-nsp0u6 {
    flex: 1 1 50%;
    padding: 0;
  }
  .playcroco-x447op .playcroco-1opzcx td:last-child .playcroco-p3xmlt,
  .playcroco-x447op .playcroco-1opzcx td:last-child .playcroco-sr3ggf {
    margin-top: 16px;
  }
  .playcroco-x447op .playcroco-1opzcx td:last-child .playcroco-nsp0u6 {
    flex: 1 1 100%;
    padding-bottom: 16px;
    margin-top: 16px;
  }
  .playcroco-x447op .playcroco-1opzcx td:last-child .playcroco-p3xmlt {
    border-right: 1px solid var(--border-color);
  }
  .playcroco-x447op .playcroco-1opzcx td:last-child .playcroco-nsp0u6:first-child {
    padding-top: 0;
    margin-top: 0;
  }
  .playcroco-x447op .playcroco-1opzcx td:last-child .playcroco-nsp0u6:last-child {
    padding-bottom: 0;
  }
}

.playcroco-nsp0u6 {
  display: flex;
  flex-direction: column;
}

.playcroco-x447op .playcroco-1opzcx td .playcroco-nsp0u6 {
  border-bottom: 1px solid var(--border-color);
  padding-bottom: 16px;
}

.playcroco-x447op .playcroco-1opzcx td .playcroco-nsp0u6:not(:last-of-type) {
  border-right: 1px solid var(--border-color);
  padding-right: 16px;
}

.playcroco-x447op .playcroco-1opzcx td .playcroco-nsp0u6:not(:first-child) {
  padding-left: 16px;
}

@media (max-width: 767px) {
  .playcroco-x447op .playcroco-1opzcx td .playcroco-nsp0u6:not(:first-child) {
    padding-left: 0;
  }
  .playcroco-x447op .playcroco-1opzcx td .playcroco-nsp0u6:not(:last-of-type) {
    border-right: unset;
  }
}

.playcroco-x447op .playcroco-4kq5gi {
  flex: 0 1 485px;
}

.playcroco-x447op .playcroco-rnjuuv {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  list-style: none;
}

.playcroco-x447op .playcroco-rnjuuv li {
  border-radius: 4px;
  border: 1px solid var(--border-color);
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}

.playcroco-x447op .playcroco-rnjuuv li.playcroco-bzv5ep {
  padding: 6px 12px;
}

.playcroco-x447op .playcroco-rnjuuv li a,
.playcroco-x447op .playcroco-rnjuuv 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-x447op .playcroco-y8d221,
.playcroco-x447op .playcroco-ityw3k {
  flex: 1 1;
}

.playcroco-x447op .playcroco-03sthh,
.playcroco-x447op .playcroco-o9oaph {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.playcroco-x447op .playcroco-03sthh li,
.playcroco-x447op .playcroco-o9oaph li {
  display: flex;
  align-items: center;
  gap: 8px;
  flex: 1 1 calc(50% - 20px);
  font-size: 14px;
  font-weight: 800;
  line-height: 20px;
}

.playcroco-x447op .playcroco-ityw3k img {
  max-width: 32px;
}

.playcroco-x447op .playcroco-y8d221 img {
  max-width: 32px;
}

.playcroco-x447op .playcroco-ddvq9x {
  min-width: 280px;
}

.playcroco-x447op .playcroco-ddvq9x img {
  max-width: 146px;
}

.playcroco-x447op .playcroco-ddvq9x td {
  display: flex;
  flex-direction: column;
  gap: 12px;
  max-width: 280px;
}

@media (max-width: 1460px) {
  .playcroco-x447op .playcroco-9ia24c,
  .playcroco-x447op .playcroco-a8cy0l {
    flex: 0 1 auto;
  }
  .playcroco-x447op .playcroco-1opzcx {
    min-width: unset;
    flex: 1 1 50%;
  }
}

@media (max-width: 1100px) {
  .playcroco-x447op .playcroco-9ia24c,
  .playcroco-x447op .playcroco-4kq5gi,
  .playcroco-x447op .playcroco-a8cy0l,
  .playcroco-x447op .playcroco-1opzcx {
    flex: 1 1 calc(50% - 20px);
  }
  .playcroco-x447op .playcroco-y8d221,
  .playcroco-x447op .playcroco-ddvq9x,
  .playcroco-x447op .playcroco-ityw3k {
    flex: 1 1 30%;
  }
  .playcroco-x447op .playcroco-ddvq9x {
    min-width: unset;
  }
}

@media (max-width: 767px) {
  .playcroco-x447op .playcroco-9ia24c,
  .playcroco-x447op .playcroco-4kq5gi,
  .playcroco-x447op .playcroco-y8d221,
  .playcroco-x447op .playcroco-a8cy0l,
  .playcroco-x447op .playcroco-1opzcx,
  .playcroco-x447op .playcroco-ddvq9x,
  .playcroco-x447op .playcroco-ityw3k {
    flex: 1 1 100%;
  }
}

.playcroco-70l669 .playcroco-7gyk7u {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.playcroco-70l669 .playcroco-v7mken {
  position: relative;
  display: flex;
  flex-direction: column;
  border-radius: 8px;
  border: 2px solid var(--border-color);
  background-color: var(--fh-bg-color);
}

.playcroco-70l669 .playcroco-8hf5ep {
  width: 100%;
  padding: 12px 12px 8px 12px;
  background-color: #318562;
  font-size: 14px;
  font-weight: 800;
  line-height: 20px;
  color: #f9cb16;
}

.playcroco-70l669 .playcroco-nervd2 {
  display: grid;
  padding: 16px;
  gap: 0 16px;
  grid-template-columns: repeat(2, 1fr);
}

.playcroco-70l669 .playcroco-nervd2 > :nth-child(3) {
  margin-top: 0;
}

.playcroco-70l669 .playcroco-mb5wac {
  grid-column: 2/3;
  grid-row: 1/10;
}

.playcroco-70l669 .playcroco-tcnt7k {
  grid-column: 1/2;
  margin-top: 0;
  margin-bottom: 8px;
}

.playcroco-70l669 .playcroco-5uaeab {
  grid-column: 1/2;
}

.playcroco-70l669 > :not(.how-to__title):not(.content-button) {
  grid-column: 1/2;
}

.playcroco-70l669 .playcroco-v7mken: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-70l669 .playcroco-v7mken:not(:last-child):after {
  position: relative;
  content: "";
  width: calc(100% - 32px);
  height: 1px;
  background-color: #318562;
  margin: 12px auto 27px auto;
}

.playcroco-70l669 .playcroco-vv7i6m {
  min-width: 240px;
}

@media (max-width: 768px) {
  .playcroco-70l669 .playcroco-v7mken:not(:last-child):before {
    bottom: 8px;
  }
  .playcroco-70l669 .playcroco-v7mken:not(:last-child):after {
    margin: 12px auto 18px auto;
  }
  .playcroco-70l669 .playcroco-nervd2 {
    grid-template-columns: 1fr;
    padding: 16px 16px 8px 16px;
  }
  .playcroco-70l669 .playcroco-mb5wac {
    grid-column: 1/2;
    grid-row: 1/2;
    margin: -16px -18px 16px -18px;
  }
  .playcroco-70l669 .playcroco-mb5wac img {
    width: 100%;
    height: auto;
  }
  .playcroco-70l669 .playcroco-vv7i6m {
    width: 100%;
    min-width: unset;
  }
}

.playcroco-1a2zgk .playcroco-8u1go4 {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  list-style: none;
}

.playcroco-1a2zgk .playcroco-7tyy5x {
  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-1a2zgk .playcroco-mb5wac {
  height: 100%;
}

.playcroco-1a2zgk .playcroco-mb5wac img {
  height: 100%;
  width: auto;
  min-width: 220px;
  object-fit: cover;
}

.playcroco-1a2zgk .playcroco-umhq3v {
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding: 16px 16px 16px 0;
}

.playcroco-1a2zgk .playcroco-lmt8wl {
  color: #f9cb16;
  font-size: 23px;
  font-weight: 800;
  line-height: 28px;
  margin: 0;
}

.playcroco-1a2zgk .playcroco-8s1ua2 {
  color: #d2d2d2;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  flex: 1 1;
  margin: 0;
}

@media (max-width: 1200px) {
  .playcroco-1a2zgk .playcroco-7tyy5x {
    flex: 1 1 100%;
  }
  .playcroco-1a2zgk .playcroco-6yv971 {
    min-width: 320px;
    width: fit-content;
  }
}

@media (max-width: 767px) {
  .playcroco-1a2zgk .playcroco-7tyy5x {
    flex-direction: column;
  }
  .playcroco-1a2zgk .playcroco-mb5wac {
    width: 100%;
    height: auto;
  }
  .playcroco-1a2zgk .playcroco-mb5wac img {
    width: 100%;
    height: auto;
    max-height: 260px;
    min-width: unset;
  }
  .playcroco-1a2zgk .playcroco-umhq3v {
    padding: 0 16px 16px 16px;
  }
  .playcroco-1a2zgk .playcroco-6yv971 {
    min-width: unset;
    width: 100%;
  }
}

.playcroco-14zr9a .playcroco-pneqvg {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  flex-wrap: wrap;
  gap: 20px;
}

.playcroco-14zr9a .playcroco-2grfhe {
  position: relative;
  height: 220px;
  border-radius: 12px;
  border: 2px solid var(--border-color);
  overflow: hidden;
  transition: 0.2s;
}

.playcroco-14zr9a 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-14zr9a .playcroco-7pdhyk {
  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-14zr9a .playcroco-2grfhe:hover .playcroco-7pdhyk {
  display: flex;
}

.playcroco-14zr9a .playcroco-zh09eq {
  text-align: center;
  margin-top: 0;
  margin-bottom: 5px;
  color: #d2d2d2;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}

.playcroco-14zr9a .playcroco-95k28d {
  text-align: center;
  font-size: 17px;
  font-weight: 800;
  line-height: 24px;
  margin-top: 0;
  margin-bottom: auto;
  color: #fff;
}

.playcroco-xgkp0v {
  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-xgkp0v.playcroco-dqhyzf {
  color: #196948;
  background-color: #f9cb16;
  border: 1px solid #f9cb16;
  margin-bottom: 8px;
  transition: 0.playcroco-aa7h0r ease-in-out;
}

.playcroco-xgkp0v.playcroco-dqhyzf:hover {
  color: #f9cb16;
  background-color: transparent;
}

.playcroco-14zr9a .playcroco-dep9cd {
  color: #fff;
  border: 1px solid #f9cb16;
  background-color: unset;
  transition: 0.playcroco-aa7h0r ease-in-out;
}

.playcroco-14zr9a .playcroco-dep9cd:hover {
  color: #196948;
  background-color: #f9cb16;
}

.playcroco-14zr9a .playcroco-dep9cd:after,
.playcroco-xgkp0v.playcroco-dqhyzf:after {
  content: "";
  width: 24px;
  min-width: 24px;
  height: 24px;
  background-repeat: no-repeat;
  background-position: center;
}

.playcroco-xgkp0v.playcroco-dqhyzf:after {
  background-image: url(../images/Cash.svg);
}

.playcroco-14zr9a .playcroco-dep9cd:after {
  background-image: url(../images/Play.svg);
}

@media (max-width: 1200px) {
  .playcroco-14zr9a .playcroco-pneqvg {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 850px) {
  .playcroco-14zr9a .playcroco-pneqvg {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 600px) {
  .playcroco-14zr9a .playcroco-pneqvg {
    grid-template-columns: 1fr;
  }
  .playcroco-14zr9a .playcroco-2grfhe {
    height: auto;
  }
  .playcroco-14zr9a .playcroco-2grfhe .playcroco-7pdhyk {
    position: relative;
    display: flex;
    height: auto;
    background-color: var(--fh-bg-color);
    padding: 8px 12px 12px 12px;
  }
  .playcroco-14zr9a .playcroco-zh09eq,
  .playcroco-14zr9a .playcroco-95k28d {
    text-align: left;
  }
  .playcroco-14zr9a .playcroco-95k28d {
    margin-bottom: 8px;
  }
  .playcroco-14zr9a img {
    position: relative;
    top: unset;
    right: unset;
    bottom: unset;
    left: unset;
    min-height: unset;
  }
}

.playcroco-js27dn {
  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-js27dn.playcroco-lkken9 {
  display: block;
}

.playcroco-js27dn .playcroco-ucspz5 {
  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-js27dn .playcroco-s7v315 {
  display: flex;
  gap: 24px;
  padding: 12px;
}

.playcroco-js27dn .playcroco-o350nv {
  display: flex;
  align-items: center;
  color: #fff;
  font-size: 23px;
  font-weight: 800;
  line-height: 28px;
}

.playcroco-js27dn .playcroco-jt6agd {
  display: flex;
  align-items: center;
  flex: 1 1;
}

.playcroco-js27dn .playcroco-xgkp0v {
  min-width: 296px;
  margin-bottom: 0;
}

.playcroco-js27dn .playcroco-hkyha6 {
  width: 44px;
  min-width: 44px;
  height: 44px;
  background-image: url(../images/cross.svg);
  background-position: center;
  background-repeat: no-repeat;
  cursor: pointer;
}

.playcroco-js27dn .playcroco-fbcc1a {
  position: relative;
  flex: 1 1;
}

.playcroco-js27dn .playcroco-fbcc1a iframe {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 100%;
  height: 100%;
}

@media (max-width: 768px) {
  .playcroco-js27dn .playcroco-s7v315 {
    flex-wrap: wrap;
    gap: 8px;
  }
  .playcroco-js27dn .playcroco-o350nv {
    order: 1;
  }
  .playcroco-js27dn .playcroco-jt6agd {
    order: 3;
    flex: 1 1 100%;
  }
  .playcroco-js27dn .playcroco-xgkp0v {
    width: 100%;
    min-width: unset;
  }
  .playcroco-js27dn .playcroco-hkyha6 {
    order: 2;
    margin-left: auto;
  }
}

@media (max-width: 767px) {
  .playcroco-fv9rh3 > .playcroco-3g2jvo {
    margin-bottom: 0;
  }
  .playcroco-fv9rh3 > .playcroco-5uaeab,
  .playcroco-fv9rh3 > p {
    margin-top: 0;
  }
}

.playcroco-bxsno0 img,
.playcroco-hfi0bi img {
  width: auto;
  object-fit: contain;
}

.playcroco-bxsno0 {
  align-items: center;
}

.playcroco-bxsno0 img {
  max-height: 76px;
}

.playcroco-hfi0bi img {
  max-height: 64px;
}

.playcroco-ol2gvn {
  overflow: auto;
}

.playcroco-w0yrjr {
  border: 1px solid var(--color-table-border);
  box-shadow: 0 0 15px rgb(0 0 0 / 5%);
  border-collapse: collapse;
  width: 100%;
}

.playcroco-wix7ax:not(:last-child) {
  border-bottom: 1px solid var(--color-table-border);
}

.playcroco-ihxcpj {
  border: none;
  padding: 25px 10px;
  font-weight: 700;
  color: var(--color-table-td-color);
  min-width: 200px;
}

.playcroco-guxyln {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.playcroco-ihxcpj .playcroco-mb5wac {
  margin-right: 20px;
  flex-shrink: 0;
}

.playcroco-ihxcpj img {
  max-height: 45px;
  object-fit: contain;
  width: 100%;
}

.playcroco-vfk92k {
  padding: 25px 10px;
  align-self: center;
  border-bottom: 1px solid var(--color-table-border);
  flex-grow: 1;
  border-top: none;
}

.playcroco-vfk92k > :first-child {
  margin-top: 0;
}

@media (max-width: 767px) {
  .playcroco-ihxcpj {
    padding: 15px 10px;
  }
  .playcroco-vfk92k {
    padding: 15px 10px;
  }
  .playcroco-ihxcpj .playcroco-mb5wac {
    margin-right: 10px;
  }
}

.playcroco-hrihd1 {
  overflow-x: auto;
}

.playcroco-41dcn2 {
  border-collapse: collapse;
  width: 100%;
}

.playcroco-hrihd1 th {
  font-family: inherit;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 19px;
  padding: 25px 10px;
  text-align: center;
}

.playcroco-hrihd1 td {
  font-family: inherit;
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  padding: 15px 25px;
  white-space: nowrap;
}

.playcroco-hrihd1 td.playcroco-m4ngad {
  font-weight: 600;
  text-align: right;
  border-left: none;
}

.playcroco-hrihd1 td.playcroco-j3nrz7 {
  border-right: none;
}

.playcroco-hrihd1 td.playcroco-j3nrz7 .playcroco-mb5wac {
  justify-content: flex-start;
}

.playcroco-hrihd1 td.playcroco-j3nrz7 .playcroco-mb5wac img {
  height: auto;
  width: 90px;
}

.playcroco-hrihd1 td.playcroco-cpljqh,
.playcroco-hrihd1 td.playcroco-38m2ex {
  font-weight: 600;
  text-align: right;
}

.playcroco-hrihd1 td.playcroco-3jgns5,
.playcroco-hrihd1 td.playcroco-cpljqh {
  padding-bottom: 10px;
  border-bottom: none;
}

.playcroco-hrihd1 td.playcroco-cpljqh,
.playcroco-hrihd1 td.playcroco-38m2ex {
  border-left: none;
}

.playcroco-hrihd1 td.playcroco-3jgns5,
.playcroco-hrihd1 td.playcroco-sxopm3 {
  border-right: none;
}

.playcroco-hrihd1 td.playcroco-sxopm3,
.playcroco-hrihd1 td.playcroco-38m2ex {
  border-top: none;
  padding-top: 10px;
}

.playcroco-1x9w9p {
  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-1x9w9p .playcroco-6yv971 {
  min-width: unset;
  width: 100%;
}

.playcroco-1x9w9p .playcroco-6yv971.playcroco-kb47g5 {
  grid-column: 1/2;
  grid-row: 1/2;
}

.playcroco-1x9w9p .playcroco-6yv971.playcroco-73k9fd {
  grid-column: 2/3;
  grid-row: 1/2;
}

.playcroco-1x9w9p .playcroco-jj1lx2 {
  grid-column: 1/3;
  grid-row: 2/3;
  margin-top: 0;
}

@media (max-width: 767px) {
  .playcroco-1x9w9p {
    grid-template-columns: 1fr;
    margin-top: 0;
  }
  .playcroco-1x9w9p .playcroco-6yv971.playcroco-kb47g5 {
    grid-column: 1/2;
    grid-row: 1/2;
  }
  .playcroco-1x9w9p .playcroco-6yv971.playcroco-73k9fd {
    grid-column: 1/2;
    grid-row: 2/3;
  }
  .playcroco-1x9w9p .playcroco-jj1lx2 {
    grid-column: 1/2;
    grid-row: 3/4;
  }
}

.playcroco-nube1d {
  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-kmtoy6 {
  margin-bottom: 32px;
  font-size: 34px;
  font-weight: 800;
  line-height: 40px;
}

.playcroco-qp51eg p a img {
  margin: 0 auto;
  display: block;
}

.playcroco-qp51eg table {
  margin-bottom: 17px;
}

/* contanct form */
.playcroco-n2oadw {
  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-n2oadw label {
  font-size: 14px;
}

.playcroco-n2oadw h2 {
  text-align: center;
  margin-bottom: 1rem;
}
.playcroco-n2oadw input,
.playcroco-n2oadw textarea,
.playcroco-n2oadw 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-n2oadw button {
  background-color: #a91f09;
  color: var(--text-color);
  border: none;
  cursor: pointer;
  transition: background 0.playcroco-aa7h0r ease;
}
.playcroco-n2oadw button:hover {
  background-color: #691204;
}
.playcroco-hbycj5 {
  text-align: center;
  color: green;
  font-weight: 500;
  padding: 50px 0;
  animation: fadeIn 0.playcroco-we6n4c ease-in;
}

.playcroco-hbycj5 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-lm6i2w, .playcroco-aw1v42, [class*="review-card"],
thead, thead th, table th, .playcroco-qa9r9z,
.playcroco-s4ttj2, [class*="collapsible-header"],
.playcroco-o8cux8, [class*="updated-block"] {
  color: #ece7dc !important;
}
