@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);
}

.pokiesgg-obsmiy {
  margin: 0 auto;
  padding: 0 var(--offsets);
  max-width: var(--display-width);
}

.pokiesgg-idayh7 {
  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.pokiesgg-ek9cnu,
ul.pokiesgg-ek9cnu {
  padding-left: 20px;
}

ul.pokiesgg-ek9cnu {
  list-style: disc;
}

ol.pokiesgg-ek9cnu {
  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;
  }
}

.pokiesgg-ipirag > .pokiesgg-qrkzyv,
.pokiesgg-ipirag > .pokiesgg-woc6bq,
.pokiesgg-ipirag > blockquote,
.pokiesgg-ipirag > h1,
.pokiesgg-ipirag > h2,
.pokiesgg-ipirag > h3,
.pokiesgg-ipirag > h4,
.pokiesgg-ipirag > h5,
.pokiesgg-ipirag > h6,
.pokiesgg-ipirag > ol,
.pokiesgg-ipirag > p,
.pokiesgg-ipirag > ul {
  margin-right: auto;
  margin-left: auto;
  padding: 0 var(--offsets);
  max-width: var(--display-width);
}

.pokiesgg-ipirag > ol,
.pokiesgg-ipirag > ul {
  padding-left: 50px;
}

.pokiesgg-ipirag 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;
}

.pokiesgg-ipirag:not(:last-child) {
  margin-bottom: 2rem;
}

.pokiesgg-ipirag > :not(:first-child) {
  margin-top: 2rem;
}

.pokiesgg-ipirag {
  margin-top: 64px;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.pokiesgg-ipirag:first-child {
  margin-top: 40px;
}

@media (max-width: 767px) {
  .pokiesgg-ipirag:first-child {
    margin-top: 20px;
  }
}

.pokiesgg-ipirag > p:last-of-type {
  margin-bottom: 32px;
}

.pokiesgg-ipirag > .pokiesgg-42kfak:not(:first-child) {
  margin: 64px auto 16px auto;
}

.pokiesgg-utgbc6 > .pokiesgg-42kfak {
  margin-left: auto;
  margin-right: auto;
  padding: 0 var(--offsets);
  max-width: var(--display-width);
}

.pokiesgg-woc6bq {
  overflow: auto;
}

.pokiesgg-woc6bq::-webkit-scrollbar {
  height: 5px;
}

.pokiesgg-woc6bq table,
table {
  margin-top: 24px;
  border-collapse: collapse;
  width: 100%;
  word-break: break-word;
}

.pokiesgg-woc6bq table {
  border-radius: 12px;
  border: 2px solid var(--border-color);
  /* background: #0f442e; */
}

.pokiesgg-woc6bq table thead,
table thead {
  border-bottom: none;
}

.pokiesgg-woc6bq table th,
table th {
  padding: 5px 5px;
  text-align: center;
  color: var(--color-table-th-color);
  background-color: var(--table-1-color);
}

.pokiesgg-woc6bq table th:not(:last-child) {
  border-right: 1px solid var(--border-color);
}

.pokiesgg-woc6bq table td,
table td {
  border: 1px solid var(--border-color);
  padding: 5px 5px;
}

.pokiesgg-woc6bq .pokiesgg-ihglaf {
  table-layout: auto;
}

.pokiesgg-woc6bq .pokiesgg-ihglaf th {
  word-break: normal;
}

.pokiesgg-woc6bq .pokiesgg-ihglaf td {
  word-break: normal;
}

.pokiesgg-obsmiy .pokiesgg-obsmiy {
  padding-right: 0;
  padding-left: 0;
}

.pokiesgg-aumr0z {
  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;
}

.pokiesgg-l95j47 {
  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;
}

.pokiesgg-rujxol {
  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;
}

.pokiesgg-qrkzyv {
  margin-top: 24px;
}

.pokiesgg-qrkzyv.pokiesgg-lykxkp {
  text-align: left;
}

.pokiesgg-qrkzyv.pokiesgg-2rpmep {
  text-align: right;
}

.pokiesgg-qrkzyv.pokiesgg-wlx37n {
  text-align: center;
}

.pokiesgg-dr41i7 {
  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.pokiesgg-9tukvi ease-in-out;
  cursor: pointer;
}

.pokiesgg-dr41i7:hover {
  color: var(--button-bg-color);
  background: 0 0;
}

.pokiesgg-dr41i7 {
  min-width: 328px;
}

@media (max-width: 768px) {
  .pokiesgg-dr41i7 {
    min-width: unset;
  }
}

.pokiesgg-v8xyau {
  background-color: var(--fh-bg-color);
}

.pokiesgg-uvdu5f {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 8px 20px;
}

.pokiesgg-8zkkth {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  max-width: 160px;
}

.pokiesgg-8zkkth img {
  max-height: 80px;
  object-fit: contain;
}

.pokiesgg-8j4l4i {
  flex: 1 1;
}

.pokiesgg-xijqw3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-left: auto;
}

.pokiesgg-r1f6c4 {
  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;
}

.pokiesgg-r1f6c4 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;
}

.pokiesgg-r1f6c4.pokiesgg-aguest span:nth-of-type(1) {
  -webkit-transform: translateY(11px) rotateZ(45deg);
  -ms-transform: translateY(11px) rotate(45deg);
  transform: translateY(11px) rotateZ(45deg);
}

.pokiesgg-r1f6c4.pokiesgg-aguest span:nth-of-type(2) {
  -webkit-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform: scaleX(0);
}

.pokiesgg-r1f6c4.pokiesgg-aguest span:nth-of-type(3) {
  -webkit-transform: translateY(-11px) rotateZ(-45deg);
  -ms-transform: translateY(-11px) rotate(-45deg);
  transform: translateY(-11px) rotateZ(-45deg);
}

.pokiesgg-8j4l4i + .pokiesgg-xijqw3 {
  margin-left: 20px;
}

.pokiesgg-gg6q0e {
  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;
}

.pokiesgg-gg6q0e > svg {
  max-width: 24px;
  max-height: 24px;
}

.pokiesgg-gg6q0e + .pokiesgg-gg6q0e {
  margin-left: 5px;
}

.pokiesgg-2wxtwk {
  color: var(--button-text-color);
  background-color: var(--button-bg-color);
  border: 1px solid var(--border-color);
  transition: 0.2s;
}

.pokiesgg-2wxtwk:hover {
  background-color: var(--button-bg-hover);
}

.pokiesgg-orsrc3 {
  color: var(--button-text-color);
  background-color: var(--button-bg-color);
  transition: 0.pokiesgg-9tukvi ease-in-out;
  border: 1px solid var(--border-color);
}

.pokiesgg-orsrc3:hover {
  color: var(--button-text-color);
  background-color: var(--button-bg-hover);
}

.pokiesgg-pyoqlr {
  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) {
  .pokiesgg-8j4l4i {
    flex: 1 1 100%;
    order: 10;
    margin-top: 8px;
  }
  .pokiesgg-pyoqlr {
    justify-content: center;
  }
}

@media (max-width: 1024px) {
  .pokiesgg-8j4l4i {
    margin-top: unset;
  }
}

@media (max-width: 768px) {
  .pokiesgg-gg6q0e {
    min-width: unset;
    flex: 1 1;
  }
}

.pokiesgg-wqhiih {
  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;
}

.pokiesgg-wqhiih:hover > a::after {
  -webkit-transform: scaleX(1);
  -ms-transform: scaleX(1);
  transform: scaleX(1);
}

.pokiesgg-wqhiih:hover .pokiesgg-g73zf0 {
  opacity: 1;
  pointer-events: auto;
}

.pokiesgg-dxoqs3 {
  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.pokiesgg-jpkexu ease-in-out;
  gap: 4px;
}

.pokiesgg-dxoqs3 > svg {
  max-width: 28px;
  max-height: 28px;
  fill: var(--text-color);
  stroke: var(--text-color);
}

.pokiesgg-dxoqs3 .pokiesgg-aumr0z img {
  width: auto;
  height: 1.2rem;
  -o-object-fit: contain;
  object-fit: contain;
}

.pokiesgg-dd2nq2,
.pokiesgg-dxoqs3:hover {
  color: var(--button-bg-hover);
}

.pokiesgg-pel6ux {
  position: relative;
}

.pokiesgg-pel6ux .pokiesgg-dxoqs3 {
  margin-right: 0;
  padding-right: 4px;
}

.pokiesgg-xqfkx5 svg {
  fill: var(--text-color);
  stroke: var(--text-color);
}

.pokiesgg-pel6ux.pokiesgg-aguest .pokiesgg-xqfkx5 svg {
  -webkit-transform: rotateZ(180deg);
  -ms-transform: rotate(180deg);
  transform: rotateZ(180deg);
}

.pokiesgg-pel6ux.pokiesgg-aguest .pokiesgg-g73zf0 {
  position: relative;
  top: 0;
  display: block;
  margin-top: 0;
  padding: 0 1rem;
  opacity: 1;
  pointer-events: auto;
}

.pokiesgg-pel6ux.pokiesgg-aguest .pokiesgg-g73zf0::before {
  display: none;
}

.pokiesgg-xqfkx5 svg {
  width: 100%;
  height: auto;
  max-width: 15px;
  -webkit-transition: 250ms;
  -o-transition: 250ms;
  transition: 250ms;
}

.pokiesgg-g73zf0 {
  position: absolute;
  top: 100%;
  z-index: 100;
  list-style: none;
  margin-top: 0.5rem;
  border-radius: 5px;
  padding: 0.pokiesgg-3vv704 1rem;
  background-color: var(--fh-bg-color);
  opacity: 0;
  transition: 250ms;
  width: auto;
  pointer-events: none;
}

.pokiesgg-g73zf0::before {
  content: "";
  position: absolute;
  left: 0;
  top: -0.5rem;
  width: 100%;
  height: 0.5rem;
  background-color: transparent;
}

.pokiesgg-g73zf0:hover {
  color: var(--fh-bg-color);
}

.pokiesgg-22stzv {
  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.pokiesgg-3vv704 0;
  font-size: 14px;
  font-weight: 500;
  line-height: 28px;
  white-space: nowrap;
  text-decoration: none;
  color: var(--text-color);
  -webkit-transition: 0.pokiesgg-jpkexu ease-in-out;
  -o-transition: 0.pokiesgg-jpkexu ease-in-out;
  transition: 0.pokiesgg-jpkexu ease-in-out;
}

.pokiesgg-22stzv .pokiesgg-aumr0z img {
  width: auto;
  height: 1.2rem;
  -o-object-fit: contain;
  object-fit: contain;
}

.pokiesgg-32v41x,
.pokiesgg-22stzv:hover {
  color: var(--button-bg-hover);
}

.pokiesgg-42jlhx {
  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%;
}

.pokiesgg-42jlhx.pokiesgg-b5g9vi {
  position: relative;
  z-index: 1;
  overflow: hidden;
  border: none;
}

.pokiesgg-42jlhx.pokiesgg-b5g9vi:after,
.pokiesgg-42jlhx.pokiesgg-b5g9vi:before {
  content: "";
  position: absolute;
  margin: auto;
}

.pokiesgg-42jlhx.pokiesgg-b5g9vi: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);
  }
}

.pokiesgg-42jlhx.pokiesgg-b5g9vi:after {
  top: 2px;
  right: 2px;
  bottom: 2px;
  left: 2px;
  background-color: var(--fh-bg-color);
  border-radius: 12px;
  z-index: 0;
}

.pokiesgg-42jlhx.pokiesgg-b5g9vi > * {
  z-index: 1;
}

.pokiesgg-42jlhx b,
.pokiesgg-42jlhx strong {
  color: var(--button-text-color);
  text-shadow: 0 0 8px var(--button-text-color);
}

.pokiesgg-42jlhx .pokiesgg-b4bva0 {
  grid-row: 1/2;
  grid-column: 1/2;
  font-size: 24px;
  font-weight: 900;
  line-height: 32px;
  text-transform: uppercase;
  margin: 0;
  color: #fff;
}

.pokiesgg-42jlhx .pokiesgg-f5olkf {
  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;
}

.pokiesgg-42jlhx .pokiesgg-aumr0z {
  grid-row: 1/-1;
  grid-column: 2/3;
  min-width: 146px;
}

.pokiesgg-42jlhx .pokiesgg-ktbblt {
  margin-top: 12px;
}

.pokiesgg-ktbblt {
  display: flex;
  gap: 8px;
  grid-row: 3/4;
  grid-column: 1/2;
}

.pokiesgg-lt9cno {
  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;
}

.pokiesgg-ktbblt .pokiesgg-wwd0zu {
  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.pokiesgg-9tukvi ease-in-out;
}

.pokiesgg-ktbblt .pokiesgg-wwd0zu:hover {
  background: rgba(255, 255, 255, 0.3);
}

.pokiesgg-t7ivfd {
  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;
}

.pokiesgg-42jlhx.pokiesgg-r2ocun {
  gap: 12px;
  padding: 16px;
}

.pokiesgg-42jlhx.pokiesgg-r2ocun .pokiesgg-t7ivfd {
  min-width: 240px;
}

.pokiesgg-42jlhx.pokiesgg-r2ocun .pokiesgg-t7ivfd.pokiesgg-iffqcq {
  padding: 10px 12px;
}

@media (max-width: 1200px) {
  .pokiesgg-42jlhx .pokiesgg-b4bva0 {
    grid-row: 1/2;
    grid-column: 1/3;
  }
  .pokiesgg-42jlhx .pokiesgg-f5olkf {
    grid-row: 2/3;
    grid-column: 1/2;
  }
  .pokiesgg-42jlhx .pokiesgg-aumr0z {
    min-width: 78px;
    grid-row: 2/3;
    grid-column: 2/3;
    align-self: start;
    max-width: 110px;
  }
  .pokiesgg-42jlhx.pokiesgg-r2ocun .pokiesgg-aumr0z {
    max-width: 126px;
  }
  .pokiesgg-42jlhx .pokiesgg-ktbblt {
    grid-row: 3/4;
    grid-column: 1/3;
  }
  .pokiesgg-42jlhx .pokiesgg-lt9cno {
    max-width: unset;
  }
  .pokiesgg-t7ivfd {
    min-width: unset;
    width: 100%;
  }
  .pokiesgg-42jlhx .pokiesgg-t7ivfd {
    grid-row: 4/5;
    grid-column: 1/3;
  }
  .pokiesgg-42jlhx.pokiesgg-r2ocun {
    grid-template-rows: auto 1fr auto;
  }
  .pokiesgg-42jlhx.pokiesgg-r2ocun .pokiesgg-t7ivfd {
    grid-row: 3/4;
  }
}

@media (max-width: 768px) {
  .pokiesgg-42jlhx {
    padding: 16px;
    gap: 16px 12px;
    min-height: unset;
  }
  .pokiesgg-42jlhx .pokiesgg-b4bva0 {
    font-size: 18px;
    font-weight: 900;
    line-height: 24px;
  }
  .pokiesgg-42jlhx .pokiesgg-aumr0z {
    max-width: 78px;
  }
  .pokiesgg-42jlhx .pokiesgg-ktbblt {
    margin-top: -12px;
  }
  .pokiesgg-42jlhx.pokiesgg-r2ocun {
    gap: 8px;
  }
  .pokiesgg-42jlhx.pokiesgg-r2ocun .pokiesgg-b4bva0 {
    grid-row: 1/2;
    grid-column: 1/2;
  }
  .pokiesgg-42jlhx.pokiesgg-r2ocun .pokiesgg-f5olkf {
    grid-column: 1/3;
  }
  .pokiesgg-42jlhx.pokiesgg-r2ocun .pokiesgg-aumr0z {
    grid-row: 1/2;
    grid-column: 2/3;
  }
  .pokiesgg-42jlhx.pokiesgg-r2ocun .pokiesgg-aumr0z img {
    max-width: 114px;
  }
}

.pokiesgg-t7ivfd.pokiesgg-lu3a6v,
.pokiesgg-t7ivfd.pokiesgg-qspwz9,
.pokiesgg-t7ivfd.pokiesgg-kgxurj {
  color: var(--button-text-color);
  background-color: var(--button-bg-color);
  padding: 12px 12px 12px 64px;
  border: 1px solid var(--border-color);
  transition: 0.pokiesgg-9tukvi ease-in-out;
}

.pokiesgg-t7ivfd.pokiesgg-lu3a6v,
.pokiesgg-t7ivfd.pokiesgg-kgxurj {
  padding: 10px;
}

.pokiesgg-t7ivfd.pokiesgg-lu3a6v:hover,
.pokiesgg-t7ivfd.pokiesgg-qspwz9:hover,
.pokiesgg-t7ivfd.pokiesgg-kgxurj:hover {
  background: var(--button-bg-hover);
}

.pokiesgg-t7ivfd.pokiesgg-lu3a6v:hover svg path,
.pokiesgg-t7ivfd.pokiesgg-kgxurj:hover svg path {
  stroke: var(--button-text-color);
  fill: none;
}

.pokiesgg-t7ivfd.pokiesgg-iffqcq {
  color: var(--button-text-color);
  background-color: transparent;
  border: 1px solid var(--border-color);
  padding: 12px;
  transition: 0.pokiesgg-9tukvi ease-in-out;
  background: var(--button-bg-color);
}

.pokiesgg-t7ivfd.pokiesgg-iffqcq:hover {
  background-color: var(--button-bg-hover);
}

.pokiesgg-t7ivfd.pokiesgg-qspwz9: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);
  }
}

.pokiesgg-t7ivfd.pokiesgg-qspwz9:after {
  content: "";
  width: 24px;
  min-width: 24px;
  height: 24px;
  background-image: url(../images/user.svg);
  background-position: center;
  background-repeat: no-repeat;
}

.pokiesgg-t7ivfd.pokiesgg-iffqcq:after {
  content: "";
  width: 24px;
  min-width: 24px;
  height: 24px;
  background-image: url(../images/btn-arrows.svg);
  background-position: center;
  background-repeat: no-repeat;
}

.pokiesgg-rpxyvu {
  max-width: 650px;
}

.pokiesgg-di3wss {
  position: relative;
  padding-bottom: 56.25%;
  width: 100%;
  height: 0;
  background-color: #000;
}

.pokiesgg-kvxvz0 {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.pokiesgg-zz116s {
  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.pokiesgg-jpkexu ease-in-out;
  cursor: pointer;
}

.pokiesgg-zz116s:hover {
  opacity: 0.5;
}

.pokiesgg-zz116s:focus {
  outline: 0;
}

.pokiesgg-zz116s:focus .pokiesgg-crfg9u,
.pokiesgg-zz116s:hover .pokiesgg-crfg9u {
  fill: red;
  fill-opacity: 1;
}

.pokiesgg-zz116s:hover {
  cursor: pointer;
}

.pokiesgg-tn0bru {
  position: absolute;
  left: 0;
  top: 0;
  border: none;
  width: 100%;
  height: 100%;
}

.pokiesgg-rpxyvu.pokiesgg-wlx37n {
  margin: 0 auto;
}

.pokiesgg-rpxyvu.pokiesgg-2rpmep {
  margin-left: auto;
}

.pokiesgg-site53 {
  margin: 33px 20px 0 20px;
  padding: 33px 40px 40px 40px;
  background-color: var(--fh-bg-color);
  border-radius: 12px 12px 0 0;
}

.pokiesgg-qtn45d {
  padding-bottom: 50px;
}

.pokiesgg-7sutcr {
  justify-content: flex-start;
  align-items: center;
  flex: 1 1;
}

.pokiesgg-v5d82n {
  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;
}

.pokiesgg-j8h3n3 {
  margin-top: 24px;
}

.pokiesgg-nhmn7g {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.pokiesgg-jtagn6 {
  width: 100%;
  font-size: 14px;
  line-height: 16px;
  text-align: center;
  color: var(--color-footer-text);
  margin-top: 4px;
}

.pokiesgg-hbhqk6 {
  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;
}

.pokiesgg-v86u7h {
  width: 468px;
}

.pokiesgg-hbhqk6 .pokiesgg-g73zf0 {
  margin: 0.pokiesgg-2za78j 0;
}

.pokiesgg-wnk59z {
  display: flex;
  min-width: 224px;
}

.pokiesgg-1qy1j8 {
  cursor: pointer;
  display: inline-block;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  text-decoration: none;
  color: var(--footer-text-color);
  transition: 0.pokiesgg-jpkexu ease-in-out;
}

.pokiesgg-i0tfgb,
.pokiesgg-1qy1j8:hover {
  color: var(--text-color);
}

.pokiesgg-ehdiy7 {
  display: flex;
  flex-wrap: wrap;
  padding: 0;
}

.pokiesgg-nueo5v {
  display: flex;
  flex-direction: column;
}

@media (max-width: 1024px) {
  .pokiesgg-site53 {
    padding: 16px;
  }
  .pokiesgg-ehdiy7 {
    flex-direction: column;
    gap: 40px;
    padding: 0;
  }
  .pokiesgg-nueo5v {
    align-items: center;
  }
  .pokiesgg-v86u7h {
    width: unset;
  }
  .pokiesgg-wnk59z {
    min-width: unset;
  }
  .pokiesgg-hbhqk6 {
    max-height: unset;
  }
  .pokiesgg-7sutcr {
    align-items: flex-start;
  }
}

@media (max-width: 768px) {
  .pokiesgg-site53 {
    margin: 33px 16px 0 16px;
    padding: 16px;
  }
}

.pokiesgg-6yjxdx {
  border-radius: 12px;
  border: 2px solid var(--border-color);
  background: var(--fh-bg-color);
  padding: 16px;
}

.pokiesgg-6yjxdx:not(:last-child) {
  margin-bottom: 16px;
}

.pokiesgg-mvwkgt {
  outline: 0;
}

.pokiesgg-mvwkgt .pokiesgg-l84cm4 {
  color: #fff;
  font-size: 17px;
  font-weight: 800;
  line-height: 24px;
}

.pokiesgg-0bvz5p {
  display: flex;
  align-items: center;
  gap: 8px;
  outline: 0;
  cursor: pointer;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
}

.faq__details[open] .pokiesgg-0bvz5p {
  padding-bottom: 16px;
  border-bottom: 1px solid var(--border-color);
}

.pokiesgg-0bvz5p::-webkit-details-marker {
  display: none;
}

.pokiesgg-0bvz5p: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;
}

.pokiesgg-0bvz5p: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] .pokiesgg-0bvz5p:after {
  transform: unset;
}

.pokiesgg-l84cm4 {
  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);
}

.pokiesgg-l84cm4 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.pokiesgg-jpkexu ease-in-out;
  -o-transition: 0.pokiesgg-jpkexu ease-in-out;
  transition: 0.pokiesgg-jpkexu ease-in-out;
}

.pokiesgg-90v489 {
  padding: 16px 0 0 0;
}

.pokiesgg-90v489 * {
  margin-top: 0.8rem;
  font-family: inherit;
  font-weight: 500;
  font-style: normal;
  font-size: inherit;
  line-height: inherit;
}

page-header__button .pokiesgg-90v489 :first-child {
  margin-top: 0;
}

@media (max-width: 767px) {
  .pokiesgg-0bvz5p {
    flex-wrap: wrap;
    gap: 12px;
  }
  .pokiesgg-0bvz5p::after {
    margin-left: auto;
  }
  .pokiesgg-l84cm4 {
    order: 3;
    flex: 1 1 100%;
  }
  .pokiesgg-0bvz5p {
    font-size: 14px;
    line-height: 130%;
  }
  .pokiesgg-l84cm4 svg {
    margin-left: 15px;
    width: 18px;
    height: 18px;
    fill: var(--color-faq-item-title);
  }
}

.pokiesgg-tpkc9o {
  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;
}

.pokiesgg-g1jku6 {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #fff;
  margin: 0;
  width: 100%;
  cursor: pointer;
}

.pokiesgg-tpkc9o.pokiesgg-aguest .pokiesgg-g1jku6 {
  margin-bottom: 12px;
}

.pokiesgg-g1jku6::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;
}

.pokiesgg-tpkc9o.pokiesgg-aguest .pokiesgg-g1jku6::after {
  transform: unset;
}

.pokiesgg-jqtdgd {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  list-style: none;
  overflow: hidden;
  margin: 0;
  padding: 0;
  width: 100%;
  height: auto;
  max-height: 0;
}

.pokiesgg-nbqbj3 {
  display: flex;
  align-items: center;
  gap: 4px;
  padding: 6px 12px;
  text-decoration: none;
  color: #fff;
  transition: 0.pokiesgg-jpkexu ease-in-out;
  border-radius: 8px;
  border: 1px solid var(--border-color);
}

.pokiesgg-nbqbj3: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;
}

.pokiesgg-tpkc9o.pokiesgg-aguest .pokiesgg-jqtdgd {
  max-height: 100%;
}

.pokiesgg-47i5p6 {
  margin: 0 auto 3rem;
  padding: 0 10px;
  max-width: var(--display-width);
}

.pokiesgg-642ulz {
  padding: 4px 0;
  background: rgba(255, 255, 255, 0.1);
}

.pokiesgg-6khqwn {
  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;
}

.pokiesgg-3i7ppp {
  margin-right: 4px;
}

.pokiesgg-32vaw0 {
  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.pokiesgg-jpkexu ease-in-out;
}

.pokiesgg-32vaw0 svg {
  width: 4px;
  height: 4px;
  margin-left: 4px;
  stroke: var(--text-color);
}

.pokiesgg-oebtsw,
.pokiesgg-32vaw0:hover {
  color: var(--text-color);
}

.pokiesgg-ulnned {
  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;
}

.pokiesgg-ulnned img {
  grid-column: 1/2;
  grid-row: 1/3;
  max-width: 58px;
  height: auto;
}

.pokiesgg-ulnned .pokiesgg-knnj76 {
  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;
}

.pokiesgg-ulnned .pokiesgg-1jwfrg {
  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;
}

.pokiesgg-qyqis7 {
  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;
}

.pokiesgg-4xv8po {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.pokiesgg-0y2hiq .pokiesgg-obsmiy {
  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;
}

.pokiesgg-0y2hiq {
  background-image: url(../images/404.webp);
  background-position: -100px;
}

.pokiesgg-jqkoed {
  margin-top: 2rem;
  font-size: 5rem;
  line-height: 6rem;
  text-align: center;
}

.pokiesgg-809yx6 {
  margin: 0;
  font-weight: 400;
  font-size: 2rem;
  line-height: 2.5rem;
  text-align: center;
}

.pokiesgg-gd3kgb {
  display: inline-block;
  margin: 2rem auto 0;
  border: none;
  border-radius: 5px;
  padding: 0.pokiesgg-0n1aj1 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;
}

.pokiesgg-gd3kgb:hover {
  -webkit-transform: translateY(-3px);
  -ms-transform: translateY(-3px);
  transform: translateY(-3px);
}

.pokiesgg-e9vyk4 {
  position: fixed;
  right: 10px;
  bottom: 15px;
  z-index: 10;
}

.pokiesgg-sk8xce {
  -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.pokiesgg-jpkexu ease-in-out;
  transition: transform 0.pokiesgg-jpkexu ease-in-out;
  -o-transition: transform 0.pokiesgg-jpkexu ease-in-out;
  transition:
    transform 0.pokiesgg-jpkexu ease-in-out,
    -webkit-transform 0.pokiesgg-jpkexu ease-in-out;
  cursor: pointer;
}

.pokiesgg-sk8xce svg {
  fill: var(--button-text-color);
  pointer-events: none;
}

.pokiesgg-sk8xce: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;
}

.pokiesgg-5n18nf {
  width: 113px !important;
  background-color: green !important;
  top: 124px !important;
}

@media screen and (max-width: 700px) {
  #cookie-law-div p {
    padding-bottom: 36px;
  }
  .pokiesgg-5n18nf {
    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);
}

.pokiesgg-jc0fpk {
  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;
}

.pokiesgg-lnr71c {
  position: relative;
  width: 100%;
}

.pokiesgg-jc0fpk.pokiesgg-h7sb1h {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.pokiesgg-jc0fpk.pokiesgg-wlx37n {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.pokiesgg-jc0fpk.pokiesgg-2rpmep {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.pokiesgg-ahnrrq {
  display: block;
  width: 100%;
  height: auto;
  object-fit: contain;
  aspect-ratio: 16/9;
  max-height: 488px;
  background-color: #454545;
}

.pokiesgg-5xslbv {
  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.pokiesgg-jpkexu ease-in-out;
  cursor: pointer;
}

.pokiesgg-5xslbv:hover {
  opacity: 0.5;
}

.pokiesgg-jc0fpk.pokiesgg-ivbqkj .pokiesgg-5xslbv {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

.pokiesgg-jc0fpk.pokiesgg-ivbqkj .pokiesgg-ahnrrq {
  cursor: pointer;
}

.pokiesgg-7xbxzr {
  fill: #0009;
}

.pokiesgg-zruaiv {
  fill: #fff;
}

.pokiesgg-5xslbv:hover .pokiesgg-7xbxzr {
  fill: red;
}

.pokiesgg-5xslbv svg path {
  -webkit-transition: 0.pokiesgg-jpkexu ease-in-out;
  -o-transition: 0.pokiesgg-jpkexu ease-in-out;
  transition: 0.pokiesgg-jpkexu ease-in-out;
}

.pokiesgg-92s4rr {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0 20px;
}

.pokiesgg-92s4rr > :not(.get-image):not(.wp-block-heading) {
  grid-column: 1/2;
}

.pokiesgg-92s4rr.pokiesgg-in27jz > :not(.get-image) {
  grid-column: 1/3;
}

.pokiesgg-dkb94h:not(._h1-block) .pokiesgg-92s4rr > .pokiesgg-42kfak {
  grid-row: 1/2;
  grid-column: 1/3;
}

.pokiesgg-92s4rr.pokiesgg-in27jz .pokiesgg-hi62a1 {
  grid-column: 2/3;
}

.pokiesgg-92s4rr.pokiesgg-in27jz > .pokiesgg-aumr0z {
  grid-column: 1/2;
}

.pokiesgg-92s4rr.pokiesgg-in27jz > :not(.get-image):not(.wp-block-heading) {
  grid-column: 2/3;
}

.pokiesgg-92s4rr > p:first-of-type {
  margin-top: 0;
}

.pokiesgg-92s4rr .pokiesgg-aumr0z {
  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;
}

.pokiesgg-dkb94h:not(._h1-block) .pokiesgg-42kfak ~ .pokiesgg-aumr0z {
  grid-row: 2/10;
}

.pokiesgg-dkb94h.pokiesgg-i2k1mq .pokiesgg-42kfak ~ .pokiesgg-aumr0z {
  grid-row: 1/10;
}

.pokiesgg-dkb94h.pokiesgg-i2k1mq > .pokiesgg-42kfak {
  grid-column: 1/2;
  margin-bottom: 20px;
}

.pokiesgg-dkb94h.pokiesgg-i2k1mq .pokiesgg-aumr0z {
  grid-row: 1/10;
}

.pokiesgg-92s4rr.pokiesgg-ticlwh .pokiesgg-aumr0z {
  align-items: flex-start;
}

.pokiesgg-92s4rr.pokiesgg-wlx37n .pokiesgg-hi62a1 {
  margin-top: auto;
  margin-bottom: auto;
  height: fit-content;
}

.pokiesgg-92s4rr.pokiesgg-wlx37n .pokiesgg-aumr0z {
  align-items: center;
}

.pokiesgg-92s4rr.pokiesgg-5eynvj .pokiesgg-aumr0z {
  align-items: flex-end;
}

.pokiesgg-hi62a1 > :first-child {
  margin-top: 0;
}

.pokiesgg-hi62a1 > :last-child {
  margin-bottom: 0;
}

* + .pokiesgg-6xt73z,
.pokiesgg-dkb94h + .pokiesgg-dkb94h {
  margin-top: 2rem;
}

.pokiesgg-ll1c4m td::before,
.pokiesgg-ll1c4m th::after {
  display: none !important;
}

.pokiesgg-ll1c4m #link-selector {
  color: #000;
}

.pokiesgg-ll1c4m .pokiesgg-z1kfby {
  color: #135e96;
}

.pokiesgg-ll1c4m .pokiesgg-o9oa8g *,
.pokiesgg-ll1c4m .pokiesgg-lc6n11 p,
.pokiesgg-ll1c4m .pokiesgg-oam0d2 * {
  color: #000;
}

.pokiesgg-ll1c4m .pokiesgg-1pabml {
  background: 0 0 !important;
}

.pokiesgg-ll1c4m .pokiesgg-cf7ba7 {
  color: #000;
}

.pokiesgg-ll1c4m .pokiesgg-bm2g3u.pokiesgg-znmlia {
  color: #fff;
}

.pokiesgg-ll1c4m .pokiesgg-hvnfel {
  color: #000;
}

.pokiesgg-ll1c4m
  .pokiesgg-txu7z4
  .pokiesgg-df7y4m.pokiesgg-znmlia.pokiesgg-4ywe8g {
  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;
}

.pokiesgg-hz5irk,
body .pokiesgg-e3hmuu {
  color: #000;
  background: var(--color-body) !important;
}

.pokiesgg-hz5irk .pokiesgg-c1p3lw .pokiesgg-twa97q,
body .pokiesgg-e3hmuu .pokiesgg-c1p3lw .pokiesgg-twa97q {
  color: #000;
}

@media (hover: hover), screen and (min-width: 0\0) {
  .pokiesgg-nbqbj3:focus,
  .pokiesgg-nbqbj3:hover {
    color: #f9cb16;
  }
  .pokiesgg-5uuoqn:focus,
  .pokiesgg-5uuoqn:hover {
    background-color: var(--button-bg-color) !important;
    opacity: 1;
  }
}

@media (hover: hover), screen and (min-width: 0\0) {
  .pokiesgg-chzq3g:focus img,
  .pokiesgg-chzq3g:focus svg,
  .pokiesgg-chzq3g:hover img,
  .pokiesgg-chzq3g:hover svg {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
  }
}

@media (min-width: 768px) {
  .pokiesgg-ulnned {
    display: none;
  }
}

@media (min-width: 1024px) {
  .pokiesgg-pel6ux:hover .pokiesgg-xqfkx5 svg {
    -webkit-transform: rotateZ(180deg);
    -ms-transform: rotate(180deg);
    transform: rotateZ(180deg);
  }
  .pokiesgg-xqfkx5 {
    pointer-events: none;
  }
}

@media screen and (max-width: 1280px) {
  :root {
    --offsets: 20px;
  }
}

@media (max-width: 1280px) {
  .pokiesgg-n4e23f {
    -ms-grid-columns: (1fr) [5];
    grid-template-columns: repeat(5, 1fr);
  }
  .pokiesgg-nuwqrb {
    grid-template-columns: repeat(4, 1fr);
  }
  .pokiesgg-028m1c {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 1279px) {
  .pokiesgg-lq7yeh .pokiesgg-wyt932 {
    grid-template-columns: 1fr;
  }
  .pokiesgg-lq7yeh .pokiesgg-akian9 {
    -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;
  }
  .pokiesgg-lq7yeh .pokiesgg-6gyv1q {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
  .pokiesgg-lq7yeh .pokiesgg-gcfic7 {
    border-bottom: none;
    border-radius: 0;
    padding: 12px 20px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
  .pokiesgg-lq7yeh .pokiesgg-l3sodi {
    border-radius: 0 0 16px 16px;
    padding: 24px 16px;
  }
  .pokiesgg-lq7yeh .pokiesgg-6gyv1q:not(:first-child) {
    border: none;
  }
  .pokiesgg-lq7yeh .pokiesgg-6gyv1q:first-child .pokiesgg-gcfic7 {
    border-top-left-radius: 18px;
    border-top-right-radius: 0;
  }
  .pokiesgg-lq7yeh .pokiesgg-6gyv1q:last-child .pokiesgg-gcfic7 {
    border-radius: 0 18px 0 0;
  }
}

@media screen and (max-width: 1024px) {
  :root {
    --offsets: 16px;
  }
}

@media (max-width: 1024px) {
  html {
    font-size: 16px;
  }
  .pokiesgg-uvdu5f {
    position: relative;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 8px var(--offsets);
  }
  .pokiesgg-8zkkth {
    max-width: 100px;
  }
  .pokiesgg-8j4l4i {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
  .pokiesgg-xijqw3 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .pokiesgg-xijqw3 svg {
    stroke: var(--button-text-color);
    /* fill: var(--button-text-color); */
  }
  .pokiesgg-r1f6c4 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
    margin-left: 20px;
  }
  .pokiesgg-8j4l4i + .pokiesgg-xijqw3 {
    margin-left: auto;
  }
  .pokiesgg-8qdihe {
    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;
  }
  .pokiesgg-8qdihe.pokiesgg-aguest {
    z-index: 9999;
    opacity: 1;
    pointer-events: auto;
  }
  .pokiesgg-pyoqlr {
    -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;
  }
  .pokiesgg-wqhiih {
    width: 100%;
  }
  .pokiesgg-wqhiih:not(:last-child) {
    border-bottom: 1px solid var(--border-color);
  }
  .pokiesgg-dxoqs3 {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin: 0;
    padding: 8px 0;
    width: 100%;
  }
  .pokiesgg-dxoqs3 svg {
    margin-right: 4px;
  }
  .pokiesgg-pel6ux {
    -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;
  }
  .pokiesgg-xqfkx5 svg {
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
  }
  .pokiesgg-xqfkx5 {
    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;
  }
  .pokiesgg-g73zf0 {
    display: none;
    width: 100%;
  }
  .pokiesgg-pel6ux.pokiesgg-aguest .pokiesgg-g73zf0 {
    padding: 0 0 0 48px;
  }
  .pokiesgg-22stzv {
    justify-content: flex-start;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
  }
  .pokiesgg-v5d82n .pokiesgg-aumr0z {
    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;
  }
  .pokiesgg-ykvb2p {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
  }
  .pokiesgg-ykvb2p + .pokiesgg-ykvb2p {
    margin-right: 0;
  }
  .pokiesgg-ykvb2p + .pokiesgg-aumr0z {
    margin: 0;
  }
  .pokiesgg-n4e23f {
    grid-template-columns: repeat(4, 1fr);
  }
  .pokiesgg-nuwqrb {
    grid-template-columns: repeat(3, 1fr);
  }
  .pokiesgg-keqi2o,
  .pokiesgg-q2idzv {
    grid-template-columns: repeat(2, 1fr);
  }
  .pokiesgg-92s4rr {
    grid-template-columns: 1fr;
    gap: 16px;
  }
  .pokiesgg-92s4rr.pokiesgg-in27jz .pokiesgg-hi62a1 {
    grid-column: auto;
    grid-row: auto;
  }
  .pokiesgg-92s4rr > .pokiesgg-42kfak {
    grid-column: 1/2;
  }
  .pokiesgg-92s4rr.pokiesgg-in27jz > :not(.get-image) {
    grid-column: 1/2;
  }
  .pokiesgg-92s4rr .pokiesgg-aumr0z,
  .pokiesgg-92s4rr.pokiesgg-in27jz > .pokiesgg-aumr0z {
    grid-column: 1/2;
    grid-row: 1/2;
  }
  .pokiesgg-92s4rr.pokiesgg-in27jz > :not(.get-image):not(.wp-block-heading) {
    grid-column: 1/2;
  }
  .pokiesgg-dkb94h.pokiesgg-i2k1mq .pokiesgg-92s4rr > .pokiesgg-aumr0z {
    grid-row: 1/2;
  }
  .pokiesgg-92s4rr .pokiesgg-42kfak ~ .pokiesgg-aumr0z,
  .pokiesgg-92s4rr.pokiesgg-in27jz .pokiesgg-42kfak ~ .pokiesgg-aumr0z {
    grid-row: 2/3;
  }
  .pokiesgg-dkb94h.pokiesgg-i2k1mq .pokiesgg-42kfak ~ .pokiesgg-aumr0z {
    grid-row: 2/3;
  }
}

@media (max-width: 800px) {
  .pokiesgg-ipirag:first-child .pokiesgg-sb7b69 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .pokiesgg-ipirag:first-child .pokiesgg-sb7b69 h1 {
    -webkit-box-ordinal-group: -1;
    -ms-flex-order: -2;
    order: -2;
  }
}

@media (max-width: 1100px) {
  .pokiesgg-ipirag {
    margin-bottom: 1rem;
    padding: 0 13px;
  }
}

@media (max-width: 767px) {
  .pokiesgg-ipirag {
    padding: 0;
  }
  .pokiesgg-qrkzyv {
    margin-top: 1rem;
  }
  .pokiesgg-mvwkgt {
    border-radius: 5px;
  }
  .pokiesgg-1qmmud {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .pokiesgg-g1jku6::after {
    display: inline-block;
  }
  .pokiesgg-g1jku6 {
    margin: 0;
    width: 100%;
  }
  .pokiesgg-jqtdgd {
    width: 100%;
  }
  .pokiesgg-jqtdgd.pokiesgg-x9fx61 {
    -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%;
  }
  .pokiesgg-jqtdgd.pokiesgg-x9fx61 .pokiesgg-gb8iw8 {
    width: 100%;
  }
  .pokiesgg-jqtdgd.pokiesgg-x9fx61 .pokiesgg-gb8iw8:not(:last-child) {
    margin-right: 0;
  }
  .pokiesgg-nbqbj3 {
    width: 100%;
    text-align: center;
  }
  .pokiesgg-tpkc9o.pokiesgg-aguest .pokiesgg-jqtdgd {
    margin-top: 1rem;
  }
  .pokiesgg-n4e23f {
    grid-template-columns: repeat(3, 1fr);
  }
  .pokiesgg-028m1c,
  .pokiesgg-nuwqrb {
    grid-template-columns: repeat(2, 1fr);
  }
  .pokiesgg-keqi2o,
  .pokiesgg-q2idzv,
  .pokiesgg-zf7h33 {
    grid-template-columns: 1fr;
  }
  .pokiesgg-4jo6rw {
    overflow-x: auto;
    width: 100%;
    max-width: 980px;
  }
  .pokiesgg-781joz {
    min-width: 300px;
    max-width: 325px;
  }
  .pokiesgg-gcfic7 {
    cursor: auto;
  }
  .pokiesgg-12bpfq .pokiesgg-gcfic7 {
    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;
  }
  .pokiesgg-5n18nf {
    left: calc(50% - 60px);
  }
}

@media (max-width: 650px) {
  .pokiesgg-g73zf0 {
    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) {
  .pokiesgg-5n18nf {
    top: 100px !important;
  }
  #cookie-law-div p {
    padding-bottom: 50px;
  }
}

.pokiesgg-ykvb2p p {
  margin-top: 0;
}

@media (max-width: 550px) {
  .pokiesgg-xijqw3 {
    margin: 0 -0.2rem;
  }
  .pokiesgg-ykvb2p {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
  .pokiesgg-3hwgv9 {
    -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;
  }
  .pokiesgg-690ud2 {
    max-width: 100%;
  }
  .pokiesgg-n4e23f {
    grid-template-columns: repeat(2, 1fr);
  }
  .pokiesgg-028m1c,
  .pokiesgg-nuwqrb {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 500px) {
  html {
    font-size: 16px;
  }
  .pokiesgg-uvdu5f {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .pokiesgg-xijqw3 {
    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;
  }
  .pokiesgg-v8xyau {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .pokiesgg-gg6q0e {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
  }
  .pokiesgg-7dxgx0,
  .pokiesgg-xbgp2w {
    width: calc(100% - 20px);
  }
}

@media (max-width: 475px) {
  .pokiesgg-dr41i7 {
    width: 100%;
  }
  .pokiesgg-n4e23f {
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 400px) {
  .pokiesgg-5n18nf {
    top: 127px !important;
  }
}

.pokiesgg-q4p4ix {
  width: 100%;
  border-radius: 12px;
  overflow: hidden;
  margin-bottom: 20px;
}

@media (max-width: 1100px) {
  .pokiesgg-q4p4ix {
  }
}

@media (max-width: 767px) {
  .pokiesgg-q4p4ix {
    margin-bottom: 12px;
  }
}

.pokiesgg-q4p4ix img {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  min-width: 100%;
  height: 100%;
}

.pokiesgg-cwo1oh {
  display: flex;
  margin: 0 auto;
  padding: 0 var(--offsets);
  max-width: var(--display-width);
  gap: 20px;
}

.pokiesgg-cwo1oh > .pokiesgg-yy986b {
  flex: 1 1;
}

@media (max-width: 767px) {
  .pokiesgg-cwo1oh {
    flex-direction: column;
    gap: 12px;
  }
}

.pokiesgg-erg4we {
  display: flex;
}

.pokiesgg-erg4we .pokiesgg-cflmt7 {
  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;
}

.pokiesgg-erg4we .pokiesgg-hnt2mz {
  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;
}

.pokiesgg-erg4we .pokiesgg-44kxtw {
  display: flex;
  list-style: none;
  margin: 0;
  padding-left: 100%;
  animation: scroll 60s linear infinite;
}

.pokiesgg-erg4we .pokiesgg-2fy1n3 {
  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));
  }
}

.pokiesgg-erg4we .pokiesgg-2fy1n3:before {
  content: "";
  width: 24px;
  min-width: 24px;
  height: 24px;
  background-image: url(../images/award.svg);
  background-repeat: no-repeat;
  background-position: center;
}

.pokiesgg-erg4we .pokiesgg-sbrr6k {
  color: #fff;
  font-size: 14px;
  font-weight: 800;
  line-height: 20px;
  margin-right: 4px;
}

.pokiesgg-i3kxbt {
  border: unset;
  background-color: unset;
}

.pokiesgg-i3kxbt tbody {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

.pokiesgg-i3kxbt .pokiesgg-47cdj7,
.pokiesgg-i3kxbt .pokiesgg-fbmab0 {
  flex: 0 1 330px;
}

.pokiesgg-i3kxbt .pokiesgg-dba80q {
  flex: 1 1;
}

.pokiesgg-i3kxbt tr {
  display: flex;
  flex-direction: column;
  gap: 16px;
  border-radius: 12px;
  border: 2px solid var(--border-color);
  background: var(--fh-bg-color);
  padding: 16px;
}

.pokiesgg-i3kxbt tr td {
  border: unset;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  color: #fff;
  padding: 0;
}

.pokiesgg-i3kxbt tr td:first-child {
  font-size: 23px;
  font-weight: 800;
  line-height: 28px;
  margin: 0;
  padding: 0;
}

.pokiesgg-i3kxbt tr td p {
  color: #fff;
  margin: 0;
}

.pokiesgg-i3kxbt tr td p span {
  color: var(--title-color);
  font-weight: 800;
}

.pokiesgg-i3kxbt tr.pokiesgg-47cdj7 td p {
  padding: 16px 0;
}

.pokiesgg-i3kxbt tr.pokiesgg-47cdj7 td p:not(:last-child),
.pokiesgg-i3kxbt tr.pokiesgg-fbmab0 td p:not(:last-child) {
  border-bottom: 1px solid var(--border-color);
}

.pokiesgg-i3kxbt tr.pokiesgg-47cdj7 td p:first-child,
.pokiesgg-i3kxbt tr.pokiesgg-fbmab0 td p:first-child {
  padding-top: 0;
}

.pokiesgg-i3kxbt tr.pokiesgg-fbmab0 td p {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 12px 0;
  font-size: 14px;
  font-weight: 800;
  line-height: 20px;
}

.pokiesgg-i3kxbt tr.pokiesgg-fbmab0 td p:last-child {
  padding-bottom: 0;
}

.pokiesgg-i3kxbt .pokiesgg-fbmab0 img {
  max-width: 32px;
}

.pokiesgg-i3kxbt .pokiesgg-dba80q {
  min-width: 718px;
}

.pokiesgg-i3kxbt .pokiesgg-dba80q td:last-child {
  display: flex;
  flex-wrap: wrap;
}

.pokiesgg-i3kxbt .pokiesgg-dba80q td {
  display: flex;
}

.pokiesgg-i3kxbt .pokiesgg-dba80q td:last-child .pokiesgg-m4wvdc,
.pokiesgg-i3kxbt .pokiesgg-dba80q td:last-child .pokiesgg-o6zty4,
.pokiesgg-i3kxbt .pokiesgg-dba80q td:last-child .pokiesgg-rr8ytn {
  flex: 1 1 50%;
}

.pokiesgg-i3kxbt .pokiesgg-dba80q td:last-child .pokiesgg-rfqmtl {
  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;
}

.pokiesgg-i3kxbt .pokiesgg-dba80q td:last-child .pokiesgg-21ealq,
.pokiesgg-i3kxbt .pokiesgg-dba80q td:last-child .pokiesgg-va4ux4 {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  list-style: none;
  padding-left: 0;
  margin-top: 12px;
}

.pokiesgg-i3kxbt .pokiesgg-dba80q td:last-child .pokiesgg-m4wvdc,
.pokiesgg-i3kxbt .pokiesgg-dba80q td:last-child .pokiesgg-o6zty4 {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
  padding-top: 16px;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}

.pokiesgg-i3kxbt .pokiesgg-dba80q td:last-child .pokiesgg-m4wvdc span,
.pokiesgg-i3kxbt .pokiesgg-dba80q td:last-child .pokiesgg-o6zty4 span {
  font-weight: 800;
}

.pokiesgg-i3kxbt .pokiesgg-dba80q img {
  max-width: 34px;
}

@media (max-width: 1100px) {
  .pokiesgg-i3kxbt .pokiesgg-dba80q td .pokiesgg-rr8ytn:not(:first-child) {
    padding-left: 0;
  }
}

@media (max-width: 767px) {
  .pokiesgg-i3kxbt tr.pokiesgg-47cdj7 td p:last-child {
    padding-bottom: 0;
  }
  .pokiesgg-i3kxbt .pokiesgg-fbmab0 > td {
    display: flex;
    flex-wrap: wrap;
    gap: 0 20px;
  }
  .pokiesgg-i3kxbt .pokiesgg-fbmab0 > td > p {
    flex: 1 1 calc(50% - 10px);
  }
  .pokiesgg-i3kxbt tr.pokiesgg-47cdj7 td p:not(:last-child),
  .pokiesgg-i3kxbt tr.pokiesgg-fbmab0 td p:not(:last-child) {
    border-bottom: unset;
  }
  .pokiesgg-i3kxbt tr.pokiesgg-fbmab0 td p:last-child {
    padding-bottom: 12px;
  }
  .pokiesgg-i3kxbt .pokiesgg-dba80q td:last-child .pokiesgg-m4wvdc,
  .pokiesgg-i3kxbt .pokiesgg-dba80q td:last-child .pokiesgg-o6zty4,
  .pokiesgg-i3kxbt .pokiesgg-dba80q td:last-child .pokiesgg-rr8ytn {
    flex: 1 1 50%;
    padding: 0;
  }
  .pokiesgg-i3kxbt .pokiesgg-dba80q td:last-child .pokiesgg-m4wvdc,
  .pokiesgg-i3kxbt .pokiesgg-dba80q td:last-child .pokiesgg-o6zty4 {
    margin-top: 16px;
  }
  .pokiesgg-i3kxbt .pokiesgg-dba80q td:last-child .pokiesgg-rr8ytn {
    flex: 1 1 100%;
    padding-bottom: 16px;
    margin-top: 16px;
  }
  .pokiesgg-i3kxbt .pokiesgg-dba80q td:last-child .pokiesgg-m4wvdc {
    border-right: 1px solid var(--border-color);
  }
  .pokiesgg-i3kxbt .pokiesgg-dba80q td:last-child .pokiesgg-rr8ytn:first-child {
    padding-top: 0;
    margin-top: 0;
  }
  .pokiesgg-i3kxbt .pokiesgg-dba80q td:last-child .pokiesgg-rr8ytn:last-child {
    padding-bottom: 0;
  }
}

.pokiesgg-rr8ytn {
  display: flex;
  flex-direction: column;
}

.pokiesgg-i3kxbt .pokiesgg-dba80q td .pokiesgg-rr8ytn {
  border-bottom: 1px solid var(--border-color);
  padding-bottom: 16px;
}

.pokiesgg-i3kxbt .pokiesgg-dba80q td .pokiesgg-rr8ytn:not(:last-of-type) {
  border-right: 1px solid var(--border-color);
  padding-right: 16px;
}

.pokiesgg-i3kxbt .pokiesgg-dba80q td .pokiesgg-rr8ytn:not(:first-child) {
  padding-left: 16px;
}

@media (max-width: 767px) {
  .pokiesgg-i3kxbt .pokiesgg-dba80q td .pokiesgg-rr8ytn:not(:first-child) {
    padding-left: 0;
  }
  .pokiesgg-i3kxbt .pokiesgg-dba80q td .pokiesgg-rr8ytn:not(:last-of-type) {
    border-right: unset;
  }
}

.pokiesgg-i3kxbt .pokiesgg-r08347 {
  flex: 0 1 485px;
}

.pokiesgg-i3kxbt .pokiesgg-d5u4gj {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  list-style: none;
}

.pokiesgg-i3kxbt .pokiesgg-d5u4gj li {
  border-radius: 4px;
  border: 1px solid var(--border-color);
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}

.pokiesgg-i3kxbt .pokiesgg-d5u4gj li.pokiesgg-vg10da {
  padding: 6px 12px;
}

.pokiesgg-i3kxbt .pokiesgg-d5u4gj li a,
.pokiesgg-i3kxbt .pokiesgg-d5u4gj 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;
}

.pokiesgg-i3kxbt .pokiesgg-g89w8m,
.pokiesgg-i3kxbt .pokiesgg-l0wn6s {
  flex: 1 1;
}

.pokiesgg-i3kxbt .pokiesgg-47urwp,
.pokiesgg-i3kxbt .pokiesgg-xja801 {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.pokiesgg-i3kxbt .pokiesgg-47urwp li,
.pokiesgg-i3kxbt .pokiesgg-xja801 li {
  display: flex;
  align-items: center;
  gap: 8px;
  flex: 1 1 calc(50% - 20px);
  font-size: 14px;
  font-weight: 800;
  line-height: 20px;
}

.pokiesgg-i3kxbt .pokiesgg-l0wn6s img {
  max-width: 32px;
}

.pokiesgg-i3kxbt .pokiesgg-g89w8m img {
  max-width: 32px;
}

.pokiesgg-i3kxbt .pokiesgg-s4l957 {
  min-width: 280px;
}

.pokiesgg-i3kxbt .pokiesgg-s4l957 img {
  max-width: 146px;
}

.pokiesgg-i3kxbt .pokiesgg-s4l957 td {
  display: flex;
  flex-direction: column;
  gap: 12px;
  max-width: 280px;
}

@media (max-width: 1460px) {
  .pokiesgg-i3kxbt .pokiesgg-47cdj7,
  .pokiesgg-i3kxbt .pokiesgg-fbmab0 {
    flex: 0 1 auto;
  }
  .pokiesgg-i3kxbt .pokiesgg-dba80q {
    min-width: unset;
    flex: 1 1 50%;
  }
}

@media (max-width: 1100px) {
  .pokiesgg-i3kxbt .pokiesgg-47cdj7,
  .pokiesgg-i3kxbt .pokiesgg-r08347,
  .pokiesgg-i3kxbt .pokiesgg-fbmab0,
  .pokiesgg-i3kxbt .pokiesgg-dba80q {
    flex: 1 1 calc(50% - 20px);
  }
  .pokiesgg-i3kxbt .pokiesgg-g89w8m,
  .pokiesgg-i3kxbt .pokiesgg-s4l957,
  .pokiesgg-i3kxbt .pokiesgg-l0wn6s {
    flex: 1 1 30%;
  }
  .pokiesgg-i3kxbt .pokiesgg-s4l957 {
    min-width: unset;
  }
}

@media (max-width: 767px) {
  .pokiesgg-i3kxbt .pokiesgg-47cdj7,
  .pokiesgg-i3kxbt .pokiesgg-r08347,
  .pokiesgg-i3kxbt .pokiesgg-g89w8m,
  .pokiesgg-i3kxbt .pokiesgg-fbmab0,
  .pokiesgg-i3kxbt .pokiesgg-dba80q,
  .pokiesgg-i3kxbt .pokiesgg-s4l957,
  .pokiesgg-i3kxbt .pokiesgg-l0wn6s {
    flex: 1 1 100%;
  }
}

.pokiesgg-6hyy0d .pokiesgg-8w7tu9 {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.pokiesgg-6hyy0d .pokiesgg-wna5xs {
  position: relative;
  display: flex;
  flex-direction: column;
  border-radius: 8px;
  border: 2px solid var(--border-color);
  background-color: var(--fh-bg-color);
}

.pokiesgg-6hyy0d .pokiesgg-sh83f9 {
  width: 100%;
  padding: 12px 12px 8px 12px;
  background-color: #318562;
  font-size: 14px;
  font-weight: 800;
  line-height: 20px;
  color: #f9cb16;
}

.pokiesgg-6hyy0d .pokiesgg-aliajl {
  display: grid;
  padding: 16px;
  gap: 0 16px;
  grid-template-columns: repeat(2, 1fr);
}

.pokiesgg-6hyy0d .pokiesgg-aliajl > :nth-child(3) {
  margin-top: 0;
}

.pokiesgg-6hyy0d .pokiesgg-aumr0z {
  grid-column: 2/3;
  grid-row: 1/10;
}

.pokiesgg-6hyy0d .pokiesgg-xcyj5t {
  grid-column: 1/2;
  margin-top: 0;
  margin-bottom: 8px;
}

.pokiesgg-6hyy0d .pokiesgg-qrkzyv {
  grid-column: 1/2;
}

.pokiesgg-6hyy0d > :not(.how-to__title):not(.content-button) {
  grid-column: 1/2;
}

.pokiesgg-6hyy0d .pokiesgg-wna5xs: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;
}

.pokiesgg-6hyy0d .pokiesgg-wna5xs:not(:last-child):after {
  position: relative;
  content: "";
  width: calc(100% - 32px);
  height: 1px;
  background-color: #318562;
  margin: 12px auto 27px auto;
}

.pokiesgg-6hyy0d .pokiesgg-dr41i7 {
  min-width: 240px;
}

@media (max-width: 768px) {
  .pokiesgg-6hyy0d .pokiesgg-wna5xs:not(:last-child):before {
    bottom: 8px;
  }
  .pokiesgg-6hyy0d .pokiesgg-wna5xs:not(:last-child):after {
    margin: 12px auto 18px auto;
  }
  .pokiesgg-6hyy0d .pokiesgg-aliajl {
    grid-template-columns: 1fr;
    padding: 16px 16px 8px 16px;
  }
  .pokiesgg-6hyy0d .pokiesgg-aumr0z {
    grid-column: 1/2;
    grid-row: 1/2;
    margin: -16px -18px 16px -18px;
  }
  .pokiesgg-6hyy0d .pokiesgg-aumr0z img {
    width: 100%;
    height: auto;
  }
  .pokiesgg-6hyy0d .pokiesgg-dr41i7 {
    width: 100%;
    min-width: unset;
  }
}

.pokiesgg-rosu4n .pokiesgg-myk0wq {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  list-style: none;
}

.pokiesgg-rosu4n .pokiesgg-55eo2f {
  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;
}

.pokiesgg-rosu4n .pokiesgg-aumr0z {
  height: 100%;
}

.pokiesgg-rosu4n .pokiesgg-aumr0z img {
  height: 100%;
  width: auto;
  min-width: 220px;
  object-fit: cover;
}

.pokiesgg-rosu4n .pokiesgg-a7wgxn {
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding: 16px 16px 16px 0;
}

.pokiesgg-rosu4n .pokiesgg-bfn8d0 {
  color: #f9cb16;
  font-size: 23px;
  font-weight: 800;
  line-height: 28px;
  margin: 0;
}

.pokiesgg-rosu4n .pokiesgg-pnz5c8 {
  color: #d2d2d2;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  flex: 1 1;
  margin: 0;
}

@media (max-width: 1200px) {
  .pokiesgg-rosu4n .pokiesgg-55eo2f {
    flex: 1 1 100%;
  }
  .pokiesgg-rosu4n .pokiesgg-t7ivfd {
    min-width: 320px;
    width: fit-content;
  }
}

@media (max-width: 767px) {
  .pokiesgg-rosu4n .pokiesgg-55eo2f {
    flex-direction: column;
  }
  .pokiesgg-rosu4n .pokiesgg-aumr0z {
    width: 100%;
    height: auto;
  }
  .pokiesgg-rosu4n .pokiesgg-aumr0z img {
    width: 100%;
    height: auto;
    max-height: 260px;
    min-width: unset;
  }
  .pokiesgg-rosu4n .pokiesgg-a7wgxn {
    padding: 0 16px 16px 16px;
  }
  .pokiesgg-rosu4n .pokiesgg-t7ivfd {
    min-width: unset;
    width: 100%;
  }
}

.pokiesgg-p4c3k6 .pokiesgg-xp91fe {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  flex-wrap: wrap;
  gap: 20px;
}

.pokiesgg-p4c3k6 .pokiesgg-ycg1h9 {
  position: relative;
  height: 220px;
  border-radius: 12px;
  border: 2px solid var(--border-color);
  overflow: hidden;
  transition: 0.2s;
}

.pokiesgg-p4c3k6 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;
}

.pokiesgg-p4c3k6 .pokiesgg-09x6bm {
  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;
}

.pokiesgg-p4c3k6 .pokiesgg-ycg1h9:hover .pokiesgg-09x6bm {
  display: flex;
}

.pokiesgg-p4c3k6 .pokiesgg-zo6pc6 {
  text-align: center;
  margin-top: 0;
  margin-bottom: 5px;
  color: #d2d2d2;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}

.pokiesgg-p4c3k6 .pokiesgg-pkqbbd {
  text-align: center;
  font-size: 17px;
  font-weight: 800;
  line-height: 24px;
  margin-top: 0;
  margin-bottom: auto;
  color: #fff;
}

.pokiesgg-z9tmh4 {
  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;
}

.pokiesgg-z9tmh4.pokiesgg-3qzvlf {
  color: #196948;
  background-color: #f9cb16;
  border: 1px solid #f9cb16;
  margin-bottom: 8px;
  transition: 0.pokiesgg-9tukvi ease-in-out;
}

.pokiesgg-z9tmh4.pokiesgg-3qzvlf:hover {
  color: #f9cb16;
  background-color: transparent;
}

.pokiesgg-p4c3k6 .pokiesgg-jltw7r {
  color: #fff;
  border: 1px solid #f9cb16;
  background-color: unset;
  transition: 0.pokiesgg-9tukvi ease-in-out;
}

.pokiesgg-p4c3k6 .pokiesgg-jltw7r:hover {
  color: #196948;
  background-color: #f9cb16;
}

.pokiesgg-p4c3k6 .pokiesgg-jltw7r:after,
.pokiesgg-z9tmh4.pokiesgg-3qzvlf:after {
  content: "";
  width: 24px;
  min-width: 24px;
  height: 24px;
  background-repeat: no-repeat;
  background-position: center;
}

.pokiesgg-z9tmh4.pokiesgg-3qzvlf:after {
  background-image: url(../images/Cash.svg);
}

.pokiesgg-p4c3k6 .pokiesgg-jltw7r:after {
  background-image: url(../images/Play.svg);
}

@media (max-width: 1200px) {
  .pokiesgg-p4c3k6 .pokiesgg-xp91fe {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 850px) {
  .pokiesgg-p4c3k6 .pokiesgg-xp91fe {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 600px) {
  .pokiesgg-p4c3k6 .pokiesgg-xp91fe {
    grid-template-columns: 1fr;
  }
  .pokiesgg-p4c3k6 .pokiesgg-ycg1h9 {
    height: auto;
  }
  .pokiesgg-p4c3k6 .pokiesgg-ycg1h9 .pokiesgg-09x6bm {
    position: relative;
    display: flex;
    height: auto;
    background-color: var(--fh-bg-color);
    padding: 8px 12px 12px 12px;
  }
  .pokiesgg-p4c3k6 .pokiesgg-zo6pc6,
  .pokiesgg-p4c3k6 .pokiesgg-pkqbbd {
    text-align: left;
  }
  .pokiesgg-p4c3k6 .pokiesgg-pkqbbd {
    margin-bottom: 8px;
  }
  .pokiesgg-p4c3k6 img {
    position: relative;
    top: unset;
    right: unset;
    bottom: unset;
    left: unset;
    min-height: unset;
  }
}

.pokiesgg-fs6u46 {
  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;
}

.pokiesgg-fs6u46.pokiesgg-ivbqkj {
  display: block;
}

.pokiesgg-fs6u46 .pokiesgg-0itj3r {
  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;
}

.pokiesgg-fs6u46 .pokiesgg-92gbtr {
  display: flex;
  gap: 24px;
  padding: 12px;
}

.pokiesgg-fs6u46 .pokiesgg-anten4 {
  display: flex;
  align-items: center;
  color: #fff;
  font-size: 23px;
  font-weight: 800;
  line-height: 28px;
}

.pokiesgg-fs6u46 .pokiesgg-aljjk9 {
  display: flex;
  align-items: center;
  flex: 1 1;
}

.pokiesgg-fs6u46 .pokiesgg-z9tmh4 {
  min-width: 296px;
  margin-bottom: 0;
}

.pokiesgg-fs6u46 .pokiesgg-cr5yug {
  width: 44px;
  min-width: 44px;
  height: 44px;
  background-image: url(../images/cross.svg);
  background-position: center;
  background-repeat: no-repeat;
  cursor: pointer;
}

.pokiesgg-fs6u46 .pokiesgg-lo8tey {
  position: relative;
  flex: 1 1;
}

.pokiesgg-fs6u46 .pokiesgg-lo8tey iframe {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 100%;
  height: 100%;
}

@media (max-width: 768px) {
  .pokiesgg-fs6u46 .pokiesgg-92gbtr {
    flex-wrap: wrap;
    gap: 8px;
  }
  .pokiesgg-fs6u46 .pokiesgg-anten4 {
    order: 1;
  }
  .pokiesgg-fs6u46 .pokiesgg-aljjk9 {
    order: 3;
    flex: 1 1 100%;
  }
  .pokiesgg-fs6u46 .pokiesgg-z9tmh4 {
    width: 100%;
    min-width: unset;
  }
  .pokiesgg-fs6u46 .pokiesgg-cr5yug {
    order: 2;
    margin-left: auto;
  }
}

@media (max-width: 767px) {
  .pokiesgg-92s4rr > .pokiesgg-42kfak {
    margin-bottom: 0;
  }
  .pokiesgg-92s4rr > .pokiesgg-qrkzyv,
  .pokiesgg-92s4rr > p {
    margin-top: 0;
  }
}

.pokiesgg-68njrd img,
.pokiesgg-ykvb2p img {
  width: auto;
  object-fit: contain;
}

.pokiesgg-68njrd {
  align-items: center;
}

.pokiesgg-68njrd img {
  max-height: 76px;
}

.pokiesgg-ykvb2p img {
  max-height: 64px;
}

.pokiesgg-06564q {
  overflow: auto;
}

.pokiesgg-dun2ve {
  border: 1px solid var(--color-table-border);
  box-shadow: 0 0 15px rgb(0 0 0 / 5%);
  border-collapse: collapse;
  width: 100%;
}

.pokiesgg-te5eo1:not(:last-child) {
  border-bottom: 1px solid var(--color-table-border);
}

.pokiesgg-3joorw {
  border: none;
  padding: 25px 10px;
  font-weight: 700;
  color: var(--color-table-td-color);
  min-width: 200px;
}

.pokiesgg-hrkz8l {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.pokiesgg-3joorw .pokiesgg-aumr0z {
  margin-right: 20px;
  flex-shrink: 0;
}

.pokiesgg-3joorw img {
  max-height: 45px;
  object-fit: contain;
  width: 100%;
}

.pokiesgg-jrunpu {
  padding: 25px 10px;
  align-self: center;
  border-bottom: 1px solid var(--color-table-border);
  flex-grow: 1;
  border-top: none;
}

.pokiesgg-jrunpu > :first-child {
  margin-top: 0;
}

@media (max-width: 767px) {
  .pokiesgg-3joorw {
    padding: 15px 10px;
  }
  .pokiesgg-jrunpu {
    padding: 15px 10px;
  }
  .pokiesgg-3joorw .pokiesgg-aumr0z {
    margin-right: 10px;
  }
}

.pokiesgg-d4agp4 {
  overflow-x: auto;
}

.pokiesgg-z6k3lj {
  border-collapse: collapse;
  width: 100%;
}

.pokiesgg-d4agp4 th {
  font-family: inherit;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 19px;
  padding: 25px 10px;
  text-align: center;
}

.pokiesgg-d4agp4 td {
  font-family: inherit;
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  padding: 15px 25px;
  white-space: nowrap;
}

.pokiesgg-d4agp4 td.pokiesgg-2jbpmu {
  font-weight: 600;
  text-align: right;
  border-left: none;
}

.pokiesgg-d4agp4 td.pokiesgg-xh7chh {
  border-right: none;
}

.pokiesgg-d4agp4 td.pokiesgg-xh7chh .pokiesgg-aumr0z {
  justify-content: flex-start;
}

.pokiesgg-d4agp4 td.pokiesgg-xh7chh .pokiesgg-aumr0z img {
  height: auto;
  width: 90px;
}

.pokiesgg-d4agp4 td.pokiesgg-h4w010,
.pokiesgg-d4agp4 td.pokiesgg-pmwzh8 {
  font-weight: 600;
  text-align: right;
}

.pokiesgg-d4agp4 td.pokiesgg-7wui5v,
.pokiesgg-d4agp4 td.pokiesgg-h4w010 {
  padding-bottom: 10px;
  border-bottom: none;
}

.pokiesgg-d4agp4 td.pokiesgg-h4w010,
.pokiesgg-d4agp4 td.pokiesgg-pmwzh8 {
  border-left: none;
}

.pokiesgg-d4agp4 td.pokiesgg-7wui5v,
.pokiesgg-d4agp4 td.pokiesgg-y5kqej {
  border-right: none;
}

.pokiesgg-d4agp4 td.pokiesgg-y5kqej,
.pokiesgg-d4agp4 td.pokiesgg-pmwzh8 {
  border-top: none;
  padding-top: 10px;
}

.pokiesgg-j9dvmy {
  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;
}

.pokiesgg-j9dvmy .pokiesgg-t7ivfd {
  min-width: unset;
  width: 100%;
}

.pokiesgg-j9dvmy .pokiesgg-t7ivfd.pokiesgg-lu3a6v {
  grid-column: 1/2;
  grid-row: 1/2;
}

.pokiesgg-j9dvmy .pokiesgg-t7ivfd.pokiesgg-kgxurj {
  grid-column: 2/3;
  grid-row: 1/2;
}

.pokiesgg-j9dvmy .pokiesgg-zr9jnp {
  grid-column: 1/3;
  grid-row: 2/3;
  margin-top: 0;
}

@media (max-width: 767px) {
  .pokiesgg-j9dvmy {
    grid-template-columns: 1fr;
    margin-top: 0;
  }
  .pokiesgg-j9dvmy .pokiesgg-t7ivfd.pokiesgg-lu3a6v {
    grid-column: 1/2;
    grid-row: 1/2;
  }
  .pokiesgg-j9dvmy .pokiesgg-t7ivfd.pokiesgg-kgxurj {
    grid-column: 1/2;
    grid-row: 2/3;
  }
  .pokiesgg-j9dvmy .pokiesgg-zr9jnp {
    grid-column: 1/2;
    grid-row: 3/4;
  }
}

.pokiesgg-2b1fas {
  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;
}

.pokiesgg-g15b7t {
  margin-bottom: 32px;
  font-size: 34px;
  font-weight: 800;
  line-height: 40px;
}

.pokiesgg-utgbc6 p a img {
  margin: 0 auto;
  display: block;
}

.pokiesgg-utgbc6 table {
  margin-bottom: 17px;
}

/* contanct form */
.pokiesgg-6vrc0f {
  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;
}

.pokiesgg-6vrc0f label {
  font-size: 14px;
}

.pokiesgg-6vrc0f h2 {
  text-align: center;
  margin-bottom: 1rem;
}
.pokiesgg-6vrc0f input,
.pokiesgg-6vrc0f textarea,
.pokiesgg-6vrc0f 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;
}
.pokiesgg-6vrc0f button {
  background-color: #a91f09;
  color: var(--text-color);
  border: none;
  cursor: pointer;
  transition: background 0.pokiesgg-9tukvi ease;
}
.pokiesgg-6vrc0f button:hover {
  background-color: #691204;
}
.pokiesgg-4f9ors {
  text-align: center;
  color: green;
  font-weight: 500;
  padding: 50px 0;
  animation: fadeIn 0.pokiesgg-v0isfw ease-in;
}

.pokiesgg-4f9ors 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;
}
.pokiesgg-xbukou, .pokiesgg-y29mmf, [class*="review-card"],
thead, thead th, table th, .pokiesgg-oucm18,
.pokiesgg-dfvwbz, [class*="collapsible-header"],
.pokiesgg-y3y9ye, [class*="updated-block"] {
  color: #ece7dc !important;
}
