@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);
}

.pokiesurf-7ozsgs {
  margin: 0 auto;
  padding: 0 var(--offsets);
  max-width: var(--display-width);
}

.pokiesurf-rw1sjg {
  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.pokiesurf-bt83ld,
ul.pokiesurf-bt83ld {
  padding-left: 20px;
}

ul.pokiesurf-bt83ld {
  list-style: disc;
}

ol.pokiesurf-bt83ld {
  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;
  }
}

.pokiesurf-7en5ru > .pokiesurf-vz8qhv,
.pokiesurf-7en5ru > .pokiesurf-5rwkmb,
.pokiesurf-7en5ru > blockquote,
.pokiesurf-7en5ru > h1,
.pokiesurf-7en5ru > h2,
.pokiesurf-7en5ru > h3,
.pokiesurf-7en5ru > h4,
.pokiesurf-7en5ru > h5,
.pokiesurf-7en5ru > h6,
.pokiesurf-7en5ru > ol,
.pokiesurf-7en5ru > p,
.pokiesurf-7en5ru > ul {
  margin-right: auto;
  margin-left: auto;
  padding: 0 var(--offsets);
  max-width: var(--display-width);
}

.pokiesurf-7en5ru > ol,
.pokiesurf-7en5ru > ul {
  padding-left: 50px;
}

.pokiesurf-7en5ru 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;
}

.pokiesurf-7en5ru:not(:last-child) {
  margin-bottom: 2rem;
}

.pokiesurf-7en5ru > :not(:first-child) {
  margin-top: 2rem;
}

.pokiesurf-7en5ru {
  margin-top: 64px;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.pokiesurf-7en5ru:first-child {
  margin-top: 40px;
}

@media (max-width: 767px) {
  .pokiesurf-7en5ru:first-child {
    margin-top: 20px;
  }
}

.pokiesurf-7en5ru > p:last-of-type {
  margin-bottom: 32px;
}

.pokiesurf-7en5ru > .pokiesurf-8qoiy9:not(:first-child) {
  margin: 64px auto 16px auto;
}

.pokiesurf-u9rlfx > .pokiesurf-8qoiy9 {
  margin-left: auto;
  margin-right: auto;
  padding: 0 var(--offsets);
  max-width: var(--display-width);
}

.pokiesurf-5rwkmb {
  overflow: auto;
}

.pokiesurf-5rwkmb::-webkit-scrollbar {
  height: 5px;
}

.pokiesurf-5rwkmb table,
table {
  margin-top: 24px;
  border-collapse: collapse;
  width: 100%;
  word-break: break-word;
}

.pokiesurf-5rwkmb table {
  border-radius: 12px;
  border: 2px solid var(--border-color);
  /* background: #0f442e; */
}

.pokiesurf-5rwkmb table thead,
table thead {
  border-bottom: none;
}

.pokiesurf-5rwkmb table th,
table th {
  padding: 5px 5px;
  text-align: center;
  color: var(--color-table-th-color);
  background-color: var(--table-1-color);
}

.pokiesurf-5rwkmb table th:not(:last-child) {
  border-right: 1px solid var(--border-color);
}

.pokiesurf-5rwkmb table td,
table td {
  border: 1px solid var(--border-color);
  padding: 5px 5px;
}

.pokiesurf-5rwkmb .pokiesurf-23i8x9 {
  table-layout: auto;
}

.pokiesurf-5rwkmb .pokiesurf-23i8x9 th {
  word-break: normal;
}

.pokiesurf-5rwkmb .pokiesurf-23i8x9 td {
  word-break: normal;
}

.pokiesurf-7ozsgs .pokiesurf-7ozsgs {
  padding-right: 0;
  padding-left: 0;
}

.pokiesurf-uffsu0 {
  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;
}

.pokiesurf-ibgr84 {
  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;
}

.pokiesurf-ouvbfu {
  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;
}

.pokiesurf-vz8qhv {
  margin-top: 24px;
}

.pokiesurf-vz8qhv.pokiesurf-4w71yo {
  text-align: left;
}

.pokiesurf-vz8qhv.pokiesurf-p7kl8z {
  text-align: right;
}

.pokiesurf-vz8qhv.pokiesurf-islen8 {
  text-align: center;
}

.pokiesurf-u4s6ba {
  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.pokiesurf-x61h41 ease-in-out;
  cursor: pointer;
}

.pokiesurf-u4s6ba:hover {
  color: var(--button-bg-color);
  background: 0 0;
}

.pokiesurf-u4s6ba {
  min-width: 328px;
}

@media (max-width: 768px) {
  .pokiesurf-u4s6ba {
    min-width: unset;
  }
}

.pokiesurf-n7lg3w {
  background-color: var(--fh-bg-color);
}

.pokiesurf-oiv73o {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 8px 20px;
}

.pokiesurf-rufynr {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  max-width: 160px;
}

.pokiesurf-rufynr img {
  max-height: 80px;
  object-fit: contain;
}

.pokiesurf-rzjnv5 {
  flex: 1 1;
}

.pokiesurf-o1bcwx {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-left: auto;
}

.pokiesurf-knt5gl {
  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;
}

.pokiesurf-knt5gl 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;
}

.pokiesurf-knt5gl.pokiesurf-p4t5dl span:nth-of-type(1) {
  -webkit-transform: translateY(11px) rotateZ(45deg);
  -ms-transform: translateY(11px) rotate(45deg);
  transform: translateY(11px) rotateZ(45deg);
}

.pokiesurf-knt5gl.pokiesurf-p4t5dl span:nth-of-type(2) {
  -webkit-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform: scaleX(0);
}

.pokiesurf-knt5gl.pokiesurf-p4t5dl span:nth-of-type(3) {
  -webkit-transform: translateY(-11px) rotateZ(-45deg);
  -ms-transform: translateY(-11px) rotate(-45deg);
  transform: translateY(-11px) rotateZ(-45deg);
}

.pokiesurf-rzjnv5 + .pokiesurf-o1bcwx {
  margin-left: 20px;
}

.pokiesurf-k3kjzg {
  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;
}

.pokiesurf-k3kjzg > svg {
  max-width: 24px;
  max-height: 24px;
}

.pokiesurf-k3kjzg + .pokiesurf-k3kjzg {
  margin-left: 5px;
}

.pokiesurf-vgxd87 {
  color: var(--button-text-color);
  background-color: var(--button-bg-color);
  border: 1px solid var(--border-color);
  transition: 0.2s;
}

.pokiesurf-vgxd87:hover {
  background-color: var(--button-bg-hover);
}

.pokiesurf-y78ofl {
  color: var(--button-text-color);
  background-color: var(--button-bg-color);
  transition: 0.pokiesurf-x61h41 ease-in-out;
  border: 1px solid var(--border-color);
}

.pokiesurf-y78ofl:hover {
  color: var(--button-text-color);
  background-color: var(--button-bg-hover);
}

.pokiesurf-lxt6xy {
  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) {
  .pokiesurf-rzjnv5 {
    flex: 1 1 100%;
    order: 10;
    margin-top: 8px;
  }
  .pokiesurf-lxt6xy {
    justify-content: center;
  }
}

@media (max-width: 1024px) {
  .pokiesurf-rzjnv5 {
    margin-top: unset;
  }
}

@media (max-width: 768px) {
  .pokiesurf-k3kjzg {
    min-width: unset;
    flex: 1 1;
  }
}

.pokiesurf-dniog0 {
  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;
}

.pokiesurf-dniog0:hover > a::after {
  -webkit-transform: scaleX(1);
  -ms-transform: scaleX(1);
  transform: scaleX(1);
}

.pokiesurf-dniog0:hover .pokiesurf-xujdjr {
  opacity: 1;
  pointer-events: auto;
}

.pokiesurf-qq12q6 {
  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.pokiesurf-znsqqt ease-in-out;
  gap: 4px;
}

.pokiesurf-qq12q6 > svg {
  max-width: 28px;
  max-height: 28px;
  fill: var(--text-color);
  stroke: var(--text-color);
}

.pokiesurf-qq12q6 .pokiesurf-uffsu0 img {
  width: auto;
  height: 1.2rem;
  -o-object-fit: contain;
  object-fit: contain;
}

.pokiesurf-6xmnqj,
.pokiesurf-qq12q6:hover {
  color: var(--button-bg-hover);
}

.pokiesurf-dgv0go {
  position: relative;
}

.pokiesurf-dgv0go .pokiesurf-qq12q6 {
  margin-right: 0;
  padding-right: 4px;
}

.pokiesurf-0bfnie svg {
  fill: var(--text-color);
  stroke: var(--text-color);
}

.pokiesurf-dgv0go.pokiesurf-p4t5dl .pokiesurf-0bfnie svg {
  -webkit-transform: rotateZ(180deg);
  -ms-transform: rotate(180deg);
  transform: rotateZ(180deg);
}

.pokiesurf-dgv0go.pokiesurf-p4t5dl .pokiesurf-xujdjr {
  position: relative;
  top: 0;
  display: block;
  margin-top: 0;
  padding: 0 1rem;
  opacity: 1;
  pointer-events: auto;
}

.pokiesurf-dgv0go.pokiesurf-p4t5dl .pokiesurf-xujdjr::before {
  display: none;
}

.pokiesurf-0bfnie svg {
  width: 100%;
  height: auto;
  max-width: 15px;
  -webkit-transition: 250ms;
  -o-transition: 250ms;
  transition: 250ms;
}

.pokiesurf-xujdjr {
  position: absolute;
  top: 100%;
  z-index: 100;
  list-style: none;
  margin-top: 0.5rem;
  border-radius: 5px;
  padding: 0.pokiesurf-9lwjxa 1rem;
  background-color: var(--fh-bg-color);
  opacity: 0;
  transition: 250ms;
  width: auto;
  pointer-events: none;
}

.pokiesurf-xujdjr::before {
  content: "";
  position: absolute;
  left: 0;
  top: -0.5rem;
  width: 100%;
  height: 0.5rem;
  background-color: transparent;
}

.pokiesurf-xujdjr:hover {
  color: var(--fh-bg-color);
}

.pokiesurf-4xn4xk {
  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.pokiesurf-9lwjxa 0;
  font-size: 14px;
  font-weight: 500;
  line-height: 28px;
  white-space: nowrap;
  text-decoration: none;
  color: var(--text-color);
  -webkit-transition: 0.pokiesurf-znsqqt ease-in-out;
  -o-transition: 0.pokiesurf-znsqqt ease-in-out;
  transition: 0.pokiesurf-znsqqt ease-in-out;
}

.pokiesurf-4xn4xk .pokiesurf-uffsu0 img {
  width: auto;
  height: 1.2rem;
  -o-object-fit: contain;
  object-fit: contain;
}

.pokiesurf-3g3b36,
.pokiesurf-4xn4xk:hover {
  color: var(--button-bg-hover);
}

.pokiesurf-yf1yjw {
  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%;
}

.pokiesurf-yf1yjw.pokiesurf-yc4y6x {
  position: relative;
  z-index: 1;
  overflow: hidden;
  border: none;
}

.pokiesurf-yf1yjw.pokiesurf-yc4y6x:after,
.pokiesurf-yf1yjw.pokiesurf-yc4y6x:before {
  content: "";
  position: absolute;
  margin: auto;
}

.pokiesurf-yf1yjw.pokiesurf-yc4y6x: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);
  }
}

.pokiesurf-yf1yjw.pokiesurf-yc4y6x:after {
  top: 2px;
  right: 2px;
  bottom: 2px;
  left: 2px;
  background-color: var(--fh-bg-color);
  border-radius: 12px;
  z-index: 0;
}

.pokiesurf-yf1yjw.pokiesurf-yc4y6x > * {
  z-index: 1;
}

.pokiesurf-yf1yjw b,
.pokiesurf-yf1yjw strong {
  color: var(--button-text-color);
  text-shadow: 0 0 8px var(--button-text-color);
}

.pokiesurf-yf1yjw .pokiesurf-qh4h3n {
  grid-row: 1/2;
  grid-column: 1/2;
  font-size: 24px;
  font-weight: 900;
  line-height: 32px;
  text-transform: uppercase;
  margin: 0;
  color: #fff;
}

.pokiesurf-yf1yjw .pokiesurf-jaewgc {
  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;
}

.pokiesurf-yf1yjw .pokiesurf-uffsu0 {
  grid-row: 1/-1;
  grid-column: 2/3;
  min-width: 146px;
}

.pokiesurf-yf1yjw .pokiesurf-u0kvp8 {
  margin-top: 12px;
}

.pokiesurf-u0kvp8 {
  display: flex;
  gap: 8px;
  grid-row: 3/4;
  grid-column: 1/2;
}

.pokiesurf-1stvpq {
  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;
}

.pokiesurf-u0kvp8 .pokiesurf-t13a23 {
  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.pokiesurf-x61h41 ease-in-out;
}

.pokiesurf-u0kvp8 .pokiesurf-t13a23:hover {
  background: rgba(255, 255, 255, 0.3);
}

.pokiesurf-gk9pfn {
  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;
}

.pokiesurf-yf1yjw.pokiesurf-xfzcqc {
  gap: 12px;
  padding: 16px;
}

.pokiesurf-yf1yjw.pokiesurf-xfzcqc .pokiesurf-gk9pfn {
  min-width: 240px;
}

.pokiesurf-yf1yjw.pokiesurf-xfzcqc .pokiesurf-gk9pfn.pokiesurf-jkbcq9 {
  padding: 10px 12px;
}

@media (max-width: 1200px) {
  .pokiesurf-yf1yjw .pokiesurf-qh4h3n {
    grid-row: 1/2;
    grid-column: 1/3;
  }
  .pokiesurf-yf1yjw .pokiesurf-jaewgc {
    grid-row: 2/3;
    grid-column: 1/2;
  }
  .pokiesurf-yf1yjw .pokiesurf-uffsu0 {
    min-width: 78px;
    grid-row: 2/3;
    grid-column: 2/3;
    align-self: start;
    max-width: 110px;
  }
  .pokiesurf-yf1yjw.pokiesurf-xfzcqc .pokiesurf-uffsu0 {
    max-width: 126px;
  }
  .pokiesurf-yf1yjw .pokiesurf-u0kvp8 {
    grid-row: 3/4;
    grid-column: 1/3;
  }
  .pokiesurf-yf1yjw .pokiesurf-1stvpq {
    max-width: unset;
  }
  .pokiesurf-gk9pfn {
    min-width: unset;
    width: 100%;
  }
  .pokiesurf-yf1yjw .pokiesurf-gk9pfn {
    grid-row: 4/5;
    grid-column: 1/3;
  }
  .pokiesurf-yf1yjw.pokiesurf-xfzcqc {
    grid-template-rows: auto 1fr auto;
  }
  .pokiesurf-yf1yjw.pokiesurf-xfzcqc .pokiesurf-gk9pfn {
    grid-row: 3/4;
  }
}

@media (max-width: 768px) {
  .pokiesurf-yf1yjw {
    padding: 16px;
    gap: 16px 12px;
    min-height: unset;
  }
  .pokiesurf-yf1yjw .pokiesurf-qh4h3n {
    font-size: 18px;
    font-weight: 900;
    line-height: 24px;
  }
  .pokiesurf-yf1yjw .pokiesurf-uffsu0 {
    max-width: 78px;
  }
  .pokiesurf-yf1yjw .pokiesurf-u0kvp8 {
    margin-top: -12px;
  }
  .pokiesurf-yf1yjw.pokiesurf-xfzcqc {
    gap: 8px;
  }
  .pokiesurf-yf1yjw.pokiesurf-xfzcqc .pokiesurf-qh4h3n {
    grid-row: 1/2;
    grid-column: 1/2;
  }
  .pokiesurf-yf1yjw.pokiesurf-xfzcqc .pokiesurf-jaewgc {
    grid-column: 1/3;
  }
  .pokiesurf-yf1yjw.pokiesurf-xfzcqc .pokiesurf-uffsu0 {
    grid-row: 1/2;
    grid-column: 2/3;
  }
  .pokiesurf-yf1yjw.pokiesurf-xfzcqc .pokiesurf-uffsu0 img {
    max-width: 114px;
  }
}

.pokiesurf-gk9pfn.pokiesurf-3l6421,
.pokiesurf-gk9pfn.pokiesurf-xyxheh,
.pokiesurf-gk9pfn.pokiesurf-989qmq {
  color: var(--button-text-color);
  background-color: var(--button-bg-color);
  padding: 12px 12px 12px 64px;
  border: 1px solid var(--border-color);
  transition: 0.pokiesurf-x61h41 ease-in-out;
}

.pokiesurf-gk9pfn.pokiesurf-3l6421,
.pokiesurf-gk9pfn.pokiesurf-989qmq {
  padding: 10px;
}

.pokiesurf-gk9pfn.pokiesurf-3l6421:hover,
.pokiesurf-gk9pfn.pokiesurf-xyxheh:hover,
.pokiesurf-gk9pfn.pokiesurf-989qmq:hover {
  background: var(--button-bg-hover);
}

.pokiesurf-gk9pfn.pokiesurf-3l6421:hover svg path,
.pokiesurf-gk9pfn.pokiesurf-989qmq:hover svg path {
  stroke: var(--button-text-color);
  fill: none;
}

.pokiesurf-gk9pfn.pokiesurf-jkbcq9 {
  color: var(--button-text-color);
  background-color: transparent;
  border: 1px solid var(--border-color);
  padding: 12px;
  transition: 0.pokiesurf-x61h41 ease-in-out;
  background: var(--button-bg-color);
}

.pokiesurf-gk9pfn.pokiesurf-jkbcq9:hover {
  background-color: var(--button-bg-hover);
}

.pokiesurf-gk9pfn.pokiesurf-xyxheh: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);
  }
}

.pokiesurf-gk9pfn.pokiesurf-xyxheh:after {
  content: "";
  width: 24px;
  min-width: 24px;
  height: 24px;
  background-image: url(../images/user.svg);
  background-position: center;
  background-repeat: no-repeat;
}

.pokiesurf-gk9pfn.pokiesurf-jkbcq9:after {
  content: "";
  width: 24px;
  min-width: 24px;
  height: 24px;
  background-image: url(../images/btn-arrows.svg);
  background-position: center;
  background-repeat: no-repeat;
}

.pokiesurf-w2e7cw {
  max-width: 650px;
}

.pokiesurf-odmpgq {
  position: relative;
  padding-bottom: 56.25%;
  width: 100%;
  height: 0;
  background-color: #000;
}

.pokiesurf-ap4q5t {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.pokiesurf-6t3btl {
  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.pokiesurf-znsqqt ease-in-out;
  cursor: pointer;
}

.pokiesurf-6t3btl:hover {
  opacity: 0.5;
}

.pokiesurf-6t3btl:focus {
  outline: 0;
}

.pokiesurf-6t3btl:focus .pokiesurf-1xu9kr,
.pokiesurf-6t3btl:hover .pokiesurf-1xu9kr {
  fill: red;
  fill-opacity: 1;
}

.pokiesurf-6t3btl:hover {
  cursor: pointer;
}

.pokiesurf-jpcw0z {
  position: absolute;
  left: 0;
  top: 0;
  border: none;
  width: 100%;
  height: 100%;
}

.pokiesurf-w2e7cw.pokiesurf-islen8 {
  margin: 0 auto;
}

.pokiesurf-w2e7cw.pokiesurf-p7kl8z {
  margin-left: auto;
}

.pokiesurf-37loaj {
  margin: 33px 20px 0 20px;
  padding: 33px 40px 40px 40px;
  background-color: var(--fh-bg-color);
  border-radius: 12px 12px 0 0;
}

.pokiesurf-4nldpa {
  padding-bottom: 50px;
}

.pokiesurf-d4joqh {
  justify-content: flex-start;
  align-items: center;
  flex: 1 1;
}

.pokiesurf-edbp5a {
  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;
}

.pokiesurf-nb5lbb {
  margin-top: 24px;
}

.pokiesurf-ywxn3t {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.pokiesurf-c4p9zl {
  width: 100%;
  font-size: 14px;
  line-height: 16px;
  text-align: center;
  color: var(--color-footer-text);
  margin-top: 4px;
}

.pokiesurf-srzlf0 {
  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;
}

.pokiesurf-j77r4q {
  width: 468px;
}

.pokiesurf-srzlf0 .pokiesurf-xujdjr {
  margin: 0.pokiesurf-mzf74k 0;
}

.pokiesurf-o3gy1v {
  display: flex;
  min-width: 224px;
}

.pokiesurf-0e1t0l {
  cursor: pointer;
  display: inline-block;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  text-decoration: none;
  color: var(--footer-text-color);
  transition: 0.pokiesurf-znsqqt ease-in-out;
}

.pokiesurf-ur6nsi,
.pokiesurf-0e1t0l:hover {
  color: var(--text-color);
}

.pokiesurf-ukzq1j {
  display: flex;
  flex-wrap: wrap;
  padding: 0;
}

.pokiesurf-whljv8 {
  display: flex;
  flex-direction: column;
}

@media (max-width: 1024px) {
  .pokiesurf-37loaj {
    padding: 16px;
  }
  .pokiesurf-ukzq1j {
    flex-direction: column;
    gap: 40px;
    padding: 0;
  }
  .pokiesurf-whljv8 {
    align-items: center;
  }
  .pokiesurf-j77r4q {
    width: unset;
  }
  .pokiesurf-o3gy1v {
    min-width: unset;
  }
  .pokiesurf-srzlf0 {
    max-height: unset;
  }
  .pokiesurf-d4joqh {
    align-items: flex-start;
  }
}

@media (max-width: 768px) {
  .pokiesurf-37loaj {
    margin: 33px 16px 0 16px;
    padding: 16px;
  }
}

.pokiesurf-200wqf {
  border-radius: 12px;
  border: 2px solid var(--border-color);
  background: var(--fh-bg-color);
  padding: 16px;
}

.pokiesurf-200wqf:not(:last-child) {
  margin-bottom: 16px;
}

.pokiesurf-00m6nc {
  outline: 0;
}

.pokiesurf-00m6nc .pokiesurf-7d4im0 {
  color: #fff;
  font-size: 17px;
  font-weight: 800;
  line-height: 24px;
}

.pokiesurf-ff3t3a {
  display: flex;
  align-items: center;
  gap: 8px;
  outline: 0;
  cursor: pointer;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
}

.faq__details[open] .pokiesurf-ff3t3a {
  padding-bottom: 16px;
  border-bottom: 1px solid var(--border-color);
}

.pokiesurf-ff3t3a::-webkit-details-marker {
  display: none;
}

.pokiesurf-ff3t3a: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;
}

.pokiesurf-ff3t3a: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] .pokiesurf-ff3t3a:after {
  transform: unset;
}

.pokiesurf-7d4im0 {
  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);
}

.pokiesurf-7d4im0 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.pokiesurf-znsqqt ease-in-out;
  -o-transition: 0.pokiesurf-znsqqt ease-in-out;
  transition: 0.pokiesurf-znsqqt ease-in-out;
}

.pokiesurf-8k7q7d {
  padding: 16px 0 0 0;
}

.pokiesurf-8k7q7d * {
  margin-top: 0.8rem;
  font-family: inherit;
  font-weight: 500;
  font-style: normal;
  font-size: inherit;
  line-height: inherit;
}

page-header__button .pokiesurf-8k7q7d :first-child {
  margin-top: 0;
}

@media (max-width: 767px) {
  .pokiesurf-ff3t3a {
    flex-wrap: wrap;
    gap: 12px;
  }
  .pokiesurf-ff3t3a::after {
    margin-left: auto;
  }
  .pokiesurf-7d4im0 {
    order: 3;
    flex: 1 1 100%;
  }
  .pokiesurf-ff3t3a {
    font-size: 14px;
    line-height: 130%;
  }
  .pokiesurf-7d4im0 svg {
    margin-left: 15px;
    width: 18px;
    height: 18px;
    fill: var(--color-faq-item-title);
  }
}

.pokiesurf-80thtq {
  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;
}

.pokiesurf-d64rln {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #fff;
  margin: 0;
  width: 100%;
  cursor: pointer;
}

.pokiesurf-80thtq.pokiesurf-p4t5dl .pokiesurf-d64rln {
  margin-bottom: 12px;
}

.pokiesurf-d64rln::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;
}

.pokiesurf-80thtq.pokiesurf-p4t5dl .pokiesurf-d64rln::after {
  transform: unset;
}

.pokiesurf-7nbo43 {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  list-style: none;
  overflow: hidden;
  margin: 0;
  padding: 0;
  width: 100%;
  height: auto;
  max-height: 0;
}

.pokiesurf-rj8jun {
  display: flex;
  align-items: center;
  gap: 4px;
  padding: 6px 12px;
  text-decoration: none;
  color: #fff;
  transition: 0.pokiesurf-znsqqt ease-in-out;
  border-radius: 8px;
  border: 1px solid var(--border-color);
}

.pokiesurf-rj8jun: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;
}

.pokiesurf-80thtq.pokiesurf-p4t5dl .pokiesurf-7nbo43 {
  max-height: 100%;
}

.pokiesurf-uw012u {
  margin: 0 auto 3rem;
  padding: 0 10px;
  max-width: var(--display-width);
}

.pokiesurf-nkbrru {
  padding: 4px 0;
  background: rgba(255, 255, 255, 0.1);
}

.pokiesurf-nfgfob {
  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;
}

.pokiesurf-mbpfq4 {
  margin-right: 4px;
}

.pokiesurf-lo72k8 {
  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.pokiesurf-znsqqt ease-in-out;
}

.pokiesurf-lo72k8 svg {
  width: 4px;
  height: 4px;
  margin-left: 4px;
  stroke: var(--text-color);
}

.pokiesurf-eeg4i9,
.pokiesurf-lo72k8:hover {
  color: var(--text-color);
}

.pokiesurf-tq30lw {
  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;
}

.pokiesurf-tq30lw img {
  grid-column: 1/2;
  grid-row: 1/3;
  max-width: 58px;
  height: auto;
}

.pokiesurf-tq30lw .pokiesurf-w45j8v {
  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;
}

.pokiesurf-tq30lw .pokiesurf-4wmjso {
  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;
}

.pokiesurf-uo42qh {
  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;
}

.pokiesurf-n2n28r {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.pokiesurf-nkuecl .pokiesurf-7ozsgs {
  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;
}

.pokiesurf-nkuecl {
  background-image: url(../images/404.webp);
  background-position: -100px;
}

.pokiesurf-xolk9w {
  margin-top: 2rem;
  font-size: 5rem;
  line-height: 6rem;
  text-align: center;
}

.pokiesurf-49fvct {
  margin: 0;
  font-weight: 400;
  font-size: 2rem;
  line-height: 2.5rem;
  text-align: center;
}

.pokiesurf-t5bsa3 {
  display: inline-block;
  margin: 2rem auto 0;
  border: none;
  border-radius: 5px;
  padding: 0.pokiesurf-7bd4qv 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;
}

.pokiesurf-t5bsa3:hover {
  -webkit-transform: translateY(-3px);
  -ms-transform: translateY(-3px);
  transform: translateY(-3px);
}

.pokiesurf-zuhxqe {
  position: fixed;
  right: 10px;
  bottom: 15px;
  z-index: 10;
}

.pokiesurf-1k00yn {
  -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.pokiesurf-znsqqt ease-in-out;
  transition: transform 0.pokiesurf-znsqqt ease-in-out;
  -o-transition: transform 0.pokiesurf-znsqqt ease-in-out;
  transition:
    transform 0.pokiesurf-znsqqt ease-in-out,
    -webkit-transform 0.pokiesurf-znsqqt ease-in-out;
  cursor: pointer;
}

.pokiesurf-1k00yn svg {
  fill: var(--button-text-color);
  pointer-events: none;
}

.pokiesurf-1k00yn: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;
}

.pokiesurf-gmr74m {
  width: 113px !important;
  background-color: green !important;
  top: 124px !important;
}

@media screen and (max-width: 700px) {
  #cookie-law-div p {
    padding-bottom: 36px;
  }
  .pokiesurf-gmr74m {
    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);
}

.pokiesurf-mo1q7u {
  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;
}

.pokiesurf-ez3qkk {
  position: relative;
  width: 100%;
}

.pokiesurf-mo1q7u.pokiesurf-tammsv {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.pokiesurf-mo1q7u.pokiesurf-islen8 {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.pokiesurf-mo1q7u.pokiesurf-p7kl8z {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.pokiesurf-8li84b {
  display: block;
  width: 100%;
  height: auto;
  object-fit: contain;
  aspect-ratio: 16/9;
  max-height: 488px;
  background-color: #454545;
}

.pokiesurf-oqfq88 {
  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.pokiesurf-znsqqt ease-in-out;
  cursor: pointer;
}

.pokiesurf-oqfq88:hover {
  opacity: 0.5;
}

.pokiesurf-mo1q7u.pokiesurf-q7ohmw .pokiesurf-oqfq88 {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

.pokiesurf-mo1q7u.pokiesurf-q7ohmw .pokiesurf-8li84b {
  cursor: pointer;
}

.pokiesurf-80zzo9 {
  fill: #0009;
}

.pokiesurf-8w8fuc {
  fill: #fff;
}

.pokiesurf-oqfq88:hover .pokiesurf-80zzo9 {
  fill: red;
}

.pokiesurf-oqfq88 svg path {
  -webkit-transition: 0.pokiesurf-znsqqt ease-in-out;
  -o-transition: 0.pokiesurf-znsqqt ease-in-out;
  transition: 0.pokiesurf-znsqqt ease-in-out;
}

.pokiesurf-o1lgln {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0 20px;
}

.pokiesurf-o1lgln > :not(.get-image):not(.wp-block-heading) {
  grid-column: 1/2;
}

.pokiesurf-o1lgln.pokiesurf-zkzycq > :not(.get-image) {
  grid-column: 1/3;
}

.pokiesurf-driwuf:not(._h1-block) .pokiesurf-o1lgln > .pokiesurf-8qoiy9 {
  grid-row: 1/2;
  grid-column: 1/3;
}

.pokiesurf-o1lgln.pokiesurf-zkzycq .pokiesurf-qnjero {
  grid-column: 2/3;
}

.pokiesurf-o1lgln.pokiesurf-zkzycq > .pokiesurf-uffsu0 {
  grid-column: 1/2;
}

.pokiesurf-o1lgln.pokiesurf-zkzycq > :not(.get-image):not(.wp-block-heading) {
  grid-column: 2/3;
}

.pokiesurf-o1lgln > p:first-of-type {
  margin-top: 0;
}

.pokiesurf-o1lgln .pokiesurf-uffsu0 {
  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;
}

.pokiesurf-driwuf:not(._h1-block) .pokiesurf-8qoiy9 ~ .pokiesurf-uffsu0 {
  grid-row: 2/10;
}

.pokiesurf-driwuf.pokiesurf-g5xdux .pokiesurf-8qoiy9 ~ .pokiesurf-uffsu0 {
  grid-row: 1/10;
}

.pokiesurf-driwuf.pokiesurf-g5xdux > .pokiesurf-8qoiy9 {
  grid-column: 1/2;
  margin-bottom: 20px;
}

.pokiesurf-driwuf.pokiesurf-g5xdux .pokiesurf-uffsu0 {
  grid-row: 1/10;
}

.pokiesurf-o1lgln.pokiesurf-65j6ll .pokiesurf-uffsu0 {
  align-items: flex-start;
}

.pokiesurf-o1lgln.pokiesurf-islen8 .pokiesurf-qnjero {
  margin-top: auto;
  margin-bottom: auto;
  height: fit-content;
}

.pokiesurf-o1lgln.pokiesurf-islen8 .pokiesurf-uffsu0 {
  align-items: center;
}

.pokiesurf-o1lgln.pokiesurf-gjd4p2 .pokiesurf-uffsu0 {
  align-items: flex-end;
}

.pokiesurf-qnjero > :first-child {
  margin-top: 0;
}

.pokiesurf-qnjero > :last-child {
  margin-bottom: 0;
}

* + .pokiesurf-zfy00e,
.pokiesurf-driwuf + .pokiesurf-driwuf {
  margin-top: 2rem;
}

.pokiesurf-1mf6wc td::before,
.pokiesurf-1mf6wc th::after {
  display: none !important;
}

.pokiesurf-1mf6wc #link-selector {
  color: #000;
}

.pokiesurf-1mf6wc .pokiesurf-p9zced {
  color: #135e96;
}

.pokiesurf-1mf6wc .pokiesurf-7rhf1h *,
.pokiesurf-1mf6wc .pokiesurf-x6zwud p,
.pokiesurf-1mf6wc .pokiesurf-k2mg6x * {
  color: #000;
}

.pokiesurf-1mf6wc .pokiesurf-xfdb4i {
  background: 0 0 !important;
}

.pokiesurf-1mf6wc .pokiesurf-mvtfy6 {
  color: #000;
}

.pokiesurf-1mf6wc .pokiesurf-q23ygc.pokiesurf-5mzsrh {
  color: #fff;
}

.pokiesurf-1mf6wc .pokiesurf-y0qbp7 {
  color: #000;
}

.pokiesurf-1mf6wc
  .pokiesurf-kqflc9
  .pokiesurf-c0klch.pokiesurf-5mzsrh.pokiesurf-1zheg1 {
  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;
}

.pokiesurf-l3eu7q,
body .pokiesurf-d054nf {
  color: #000;
  background: var(--color-body) !important;
}

.pokiesurf-l3eu7q .pokiesurf-w6i190 .pokiesurf-3anarm,
body .pokiesurf-d054nf .pokiesurf-w6i190 .pokiesurf-3anarm {
  color: #000;
}

@media (hover: hover), screen and (min-width: 0\0) {
  .pokiesurf-rj8jun:focus,
  .pokiesurf-rj8jun:hover {
    color: #f9cb16;
  }
  .pokiesurf-ywkbrj:focus,
  .pokiesurf-ywkbrj:hover {
    background-color: var(--button-bg-color) !important;
    opacity: 1;
  }
}

@media (hover: hover), screen and (min-width: 0\0) {
  .pokiesurf-imtz24:focus img,
  .pokiesurf-imtz24:focus svg,
  .pokiesurf-imtz24:hover img,
  .pokiesurf-imtz24:hover svg {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
  }
}

@media (min-width: 768px) {
  .pokiesurf-tq30lw {
    display: none;
  }
}

@media (min-width: 1024px) {
  .pokiesurf-dgv0go:hover .pokiesurf-0bfnie svg {
    -webkit-transform: rotateZ(180deg);
    -ms-transform: rotate(180deg);
    transform: rotateZ(180deg);
  }
  .pokiesurf-0bfnie {
    pointer-events: none;
  }
}

@media screen and (max-width: 1280px) {
  :root {
    --offsets: 20px;
  }
}

@media (max-width: 1280px) {
  .pokiesurf-jh94u1 {
    -ms-grid-columns: (1fr) [5];
    grid-template-columns: repeat(5, 1fr);
  }
  .pokiesurf-811gxx {
    grid-template-columns: repeat(4, 1fr);
  }
  .pokiesurf-b2cu34 {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 1279px) {
  .pokiesurf-4aifjb .pokiesurf-gzt1xe {
    grid-template-columns: 1fr;
  }
  .pokiesurf-4aifjb .pokiesurf-yfhfi4 {
    -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;
  }
  .pokiesurf-4aifjb .pokiesurf-ruw1lz {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
  .pokiesurf-4aifjb .pokiesurf-z1kyne {
    border-bottom: none;
    border-radius: 0;
    padding: 12px 20px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
  .pokiesurf-4aifjb .pokiesurf-1qoauq {
    border-radius: 0 0 16px 16px;
    padding: 24px 16px;
  }
  .pokiesurf-4aifjb .pokiesurf-ruw1lz:not(:first-child) {
    border: none;
  }
  .pokiesurf-4aifjb .pokiesurf-ruw1lz:first-child .pokiesurf-z1kyne {
    border-top-left-radius: 18px;
    border-top-right-radius: 0;
  }
  .pokiesurf-4aifjb .pokiesurf-ruw1lz:last-child .pokiesurf-z1kyne {
    border-radius: 0 18px 0 0;
  }
}

@media screen and (max-width: 1024px) {
  :root {
    --offsets: 16px;
  }
}

@media (max-width: 1024px) {
  html {
    font-size: 16px;
  }
  .pokiesurf-oiv73o {
    position: relative;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 8px var(--offsets);
  }
  .pokiesurf-rufynr {
    max-width: 100px;
  }
  .pokiesurf-rzjnv5 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
  .pokiesurf-o1bcwx {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .pokiesurf-o1bcwx svg {
    stroke: var(--button-text-color);
    /* fill: var(--button-text-color); */
  }
  .pokiesurf-knt5gl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
    margin-left: 20px;
  }
  .pokiesurf-rzjnv5 + .pokiesurf-o1bcwx {
    margin-left: auto;
  }
  .pokiesurf-49iguq {
    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;
  }
  .pokiesurf-49iguq.pokiesurf-p4t5dl {
    z-index: 9999;
    opacity: 1;
    pointer-events: auto;
  }
  .pokiesurf-lxt6xy {
    -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;
  }
  .pokiesurf-dniog0 {
    width: 100%;
  }
  .pokiesurf-dniog0:not(:last-child) {
    border-bottom: 1px solid var(--border-color);
  }
  .pokiesurf-qq12q6 {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin: 0;
    padding: 8px 0;
    width: 100%;
  }
  .pokiesurf-qq12q6 svg {
    margin-right: 4px;
  }
  .pokiesurf-dgv0go {
    -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;
  }
  .pokiesurf-0bfnie svg {
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
  }
  .pokiesurf-0bfnie {
    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;
  }
  .pokiesurf-xujdjr {
    display: none;
    width: 100%;
  }
  .pokiesurf-dgv0go.pokiesurf-p4t5dl .pokiesurf-xujdjr {
    padding: 0 0 0 48px;
  }
  .pokiesurf-4xn4xk {
    justify-content: flex-start;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
  }
  .pokiesurf-edbp5a .pokiesurf-uffsu0 {
    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;
  }
  .pokiesurf-is4sr9 {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
  }
  .pokiesurf-is4sr9 + .pokiesurf-is4sr9 {
    margin-right: 0;
  }
  .pokiesurf-is4sr9 + .pokiesurf-uffsu0 {
    margin: 0;
  }
  .pokiesurf-jh94u1 {
    grid-template-columns: repeat(4, 1fr);
  }
  .pokiesurf-811gxx {
    grid-template-columns: repeat(3, 1fr);
  }
  .pokiesurf-e2dhhu,
  .pokiesurf-ifkvk2 {
    grid-template-columns: repeat(2, 1fr);
  }
  .pokiesurf-o1lgln {
    grid-template-columns: 1fr;
    gap: 16px;
  }
  .pokiesurf-o1lgln.pokiesurf-zkzycq .pokiesurf-qnjero {
    grid-column: auto;
    grid-row: auto;
  }
  .pokiesurf-o1lgln > .pokiesurf-8qoiy9 {
    grid-column: 1/2;
  }
  .pokiesurf-o1lgln.pokiesurf-zkzycq > :not(.get-image) {
    grid-column: 1/2;
  }
  .pokiesurf-o1lgln .pokiesurf-uffsu0,
  .pokiesurf-o1lgln.pokiesurf-zkzycq > .pokiesurf-uffsu0 {
    grid-column: 1/2;
    grid-row: 1/2;
  }
  .pokiesurf-o1lgln.pokiesurf-zkzycq > :not(.get-image):not(.wp-block-heading) {
    grid-column: 1/2;
  }
  .pokiesurf-driwuf.pokiesurf-g5xdux .pokiesurf-o1lgln > .pokiesurf-uffsu0 {
    grid-row: 1/2;
  }
  .pokiesurf-o1lgln .pokiesurf-8qoiy9 ~ .pokiesurf-uffsu0,
  .pokiesurf-o1lgln.pokiesurf-zkzycq .pokiesurf-8qoiy9 ~ .pokiesurf-uffsu0 {
    grid-row: 2/3;
  }
  .pokiesurf-driwuf.pokiesurf-g5xdux .pokiesurf-8qoiy9 ~ .pokiesurf-uffsu0 {
    grid-row: 2/3;
  }
}

@media (max-width: 800px) {
  .pokiesurf-7en5ru:first-child .pokiesurf-lw13l0 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .pokiesurf-7en5ru:first-child .pokiesurf-lw13l0 h1 {
    -webkit-box-ordinal-group: -1;
    -ms-flex-order: -2;
    order: -2;
  }
}

@media (max-width: 1100px) {
  .pokiesurf-7en5ru {
    margin-bottom: 1rem;
    padding: 0 13px;
  }
}

@media (max-width: 767px) {
  .pokiesurf-7en5ru {
    padding: 0;
  }
  .pokiesurf-vz8qhv {
    margin-top: 1rem;
  }
  .pokiesurf-00m6nc {
    border-radius: 5px;
  }
  .pokiesurf-funnts {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .pokiesurf-d64rln::after {
    display: inline-block;
  }
  .pokiesurf-d64rln {
    margin: 0;
    width: 100%;
  }
  .pokiesurf-7nbo43 {
    width: 100%;
  }
  .pokiesurf-7nbo43.pokiesurf-lwc9fe {
    -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%;
  }
  .pokiesurf-7nbo43.pokiesurf-lwc9fe .pokiesurf-353ibd {
    width: 100%;
  }
  .pokiesurf-7nbo43.pokiesurf-lwc9fe .pokiesurf-353ibd:not(:last-child) {
    margin-right: 0;
  }
  .pokiesurf-rj8jun {
    width: 100%;
    text-align: center;
  }
  .pokiesurf-80thtq.pokiesurf-p4t5dl .pokiesurf-7nbo43 {
    margin-top: 1rem;
  }
  .pokiesurf-jh94u1 {
    grid-template-columns: repeat(3, 1fr);
  }
  .pokiesurf-b2cu34,
  .pokiesurf-811gxx {
    grid-template-columns: repeat(2, 1fr);
  }
  .pokiesurf-e2dhhu,
  .pokiesurf-ifkvk2,
  .pokiesurf-au35jw {
    grid-template-columns: 1fr;
  }
  .pokiesurf-jnbjvh {
    overflow-x: auto;
    width: 100%;
    max-width: 980px;
  }
  .pokiesurf-5nsz3d {
    min-width: 300px;
    max-width: 325px;
  }
  .pokiesurf-z1kyne {
    cursor: auto;
  }
  .pokiesurf-1vdl0u .pokiesurf-z1kyne {
    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;
  }
  .pokiesurf-gmr74m {
    left: calc(50% - 60px);
  }
}

@media (max-width: 650px) {
  .pokiesurf-xujdjr {
    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) {
  .pokiesurf-gmr74m {
    top: 100px !important;
  }
  #cookie-law-div p {
    padding-bottom: 50px;
  }
}

.pokiesurf-is4sr9 p {
  margin-top: 0;
}

@media (max-width: 550px) {
  .pokiesurf-o1bcwx {
    margin: 0 -0.2rem;
  }
  .pokiesurf-is4sr9 {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
  .pokiesurf-jygfpx {
    -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;
  }
  .pokiesurf-o0r0go {
    max-width: 100%;
  }
  .pokiesurf-jh94u1 {
    grid-template-columns: repeat(2, 1fr);
  }
  .pokiesurf-b2cu34,
  .pokiesurf-811gxx {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 500px) {
  html {
    font-size: 16px;
  }
  .pokiesurf-oiv73o {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .pokiesurf-o1bcwx {
    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;
  }
  .pokiesurf-n7lg3w {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .pokiesurf-k3kjzg {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
  }
  .pokiesurf-bk1nmy,
  .pokiesurf-5yxl4z {
    width: calc(100% - 20px);
  }
}

@media (max-width: 475px) {
  .pokiesurf-u4s6ba {
    width: 100%;
  }
  .pokiesurf-jh94u1 {
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 400px) {
  .pokiesurf-gmr74m {
    top: 127px !important;
  }
}

.pokiesurf-1ita37 {
  width: 100%;
  border-radius: 12px;
  overflow: hidden;
  margin-bottom: 20px;
}

@media (max-width: 1100px) {
  .pokiesurf-1ita37 {
  }
}

@media (max-width: 767px) {
  .pokiesurf-1ita37 {
    margin-bottom: 12px;
  }
}

.pokiesurf-1ita37 img {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  min-width: 100%;
  height: 100%;
}

.pokiesurf-qchuqy {
  display: flex;
  margin: 0 auto;
  padding: 0 var(--offsets);
  max-width: var(--display-width);
  gap: 20px;
}

.pokiesurf-qchuqy > .pokiesurf-vttvwt {
  flex: 1 1;
}

@media (max-width: 767px) {
  .pokiesurf-qchuqy {
    flex-direction: column;
    gap: 12px;
  }
}

.pokiesurf-skkqfq {
  display: flex;
}

.pokiesurf-skkqfq .pokiesurf-negtmz {
  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;
}

.pokiesurf-skkqfq .pokiesurf-g9rknk {
  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;
}

.pokiesurf-skkqfq .pokiesurf-7cr8kt {
  display: flex;
  list-style: none;
  margin: 0;
  padding-left: 100%;
  animation: scroll 60s linear infinite;
}

.pokiesurf-skkqfq .pokiesurf-58mi71 {
  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));
  }
}

.pokiesurf-skkqfq .pokiesurf-58mi71:before {
  content: "";
  width: 24px;
  min-width: 24px;
  height: 24px;
  background-image: url(../images/award.svg);
  background-repeat: no-repeat;
  background-position: center;
}

.pokiesurf-skkqfq .pokiesurf-ugwnxr {
  color: #fff;
  font-size: 14px;
  font-weight: 800;
  line-height: 20px;
  margin-right: 4px;
}

.pokiesurf-7u958g {
  border: unset;
  background-color: unset;
}

.pokiesurf-7u958g tbody {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

.pokiesurf-7u958g .pokiesurf-hc7s6g,
.pokiesurf-7u958g .pokiesurf-ye353a {
  flex: 0 1 330px;
}

.pokiesurf-7u958g .pokiesurf-542s7d {
  flex: 1 1;
}

.pokiesurf-7u958g tr {
  display: flex;
  flex-direction: column;
  gap: 16px;
  border-radius: 12px;
  border: 2px solid var(--border-color);
  background: var(--fh-bg-color);
  padding: 16px;
}

.pokiesurf-7u958g tr td {
  border: unset;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  color: #fff;
  padding: 0;
}

.pokiesurf-7u958g tr td:first-child {
  font-size: 23px;
  font-weight: 800;
  line-height: 28px;
  margin: 0;
  padding: 0;
}

.pokiesurf-7u958g tr td p {
  color: #fff;
  margin: 0;
}

.pokiesurf-7u958g tr td p span {
  color: var(--title-color);
  font-weight: 800;
}

.pokiesurf-7u958g tr.pokiesurf-hc7s6g td p {
  padding: 16px 0;
}

.pokiesurf-7u958g tr.pokiesurf-hc7s6g td p:not(:last-child),
.pokiesurf-7u958g tr.pokiesurf-ye353a td p:not(:last-child) {
  border-bottom: 1px solid var(--border-color);
}

.pokiesurf-7u958g tr.pokiesurf-hc7s6g td p:first-child,
.pokiesurf-7u958g tr.pokiesurf-ye353a td p:first-child {
  padding-top: 0;
}

.pokiesurf-7u958g tr.pokiesurf-ye353a td p {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 12px 0;
  font-size: 14px;
  font-weight: 800;
  line-height: 20px;
}

.pokiesurf-7u958g tr.pokiesurf-ye353a td p:last-child {
  padding-bottom: 0;
}

.pokiesurf-7u958g .pokiesurf-ye353a img {
  max-width: 32px;
}

.pokiesurf-7u958g .pokiesurf-542s7d {
  min-width: 718px;
}

.pokiesurf-7u958g .pokiesurf-542s7d td:last-child {
  display: flex;
  flex-wrap: wrap;
}

.pokiesurf-7u958g .pokiesurf-542s7d td {
  display: flex;
}

.pokiesurf-7u958g .pokiesurf-542s7d td:last-child .pokiesurf-hiz2v8,
.pokiesurf-7u958g .pokiesurf-542s7d td:last-child .pokiesurf-m8muqo,
.pokiesurf-7u958g .pokiesurf-542s7d td:last-child .pokiesurf-duq37v {
  flex: 1 1 50%;
}

.pokiesurf-7u958g .pokiesurf-542s7d td:last-child .pokiesurf-rmoutw {
  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;
}

.pokiesurf-7u958g .pokiesurf-542s7d td:last-child .pokiesurf-wxlpzr,
.pokiesurf-7u958g .pokiesurf-542s7d td:last-child .pokiesurf-hu243v {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  list-style: none;
  padding-left: 0;
  margin-top: 12px;
}

.pokiesurf-7u958g .pokiesurf-542s7d td:last-child .pokiesurf-hiz2v8,
.pokiesurf-7u958g .pokiesurf-542s7d td:last-child .pokiesurf-m8muqo {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
  padding-top: 16px;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}

.pokiesurf-7u958g .pokiesurf-542s7d td:last-child .pokiesurf-hiz2v8 span,
.pokiesurf-7u958g .pokiesurf-542s7d td:last-child .pokiesurf-m8muqo span {
  font-weight: 800;
}

.pokiesurf-7u958g .pokiesurf-542s7d img {
  max-width: 34px;
}

@media (max-width: 1100px) {
  .pokiesurf-7u958g .pokiesurf-542s7d td .pokiesurf-duq37v:not(:first-child) {
    padding-left: 0;
  }
}

@media (max-width: 767px) {
  .pokiesurf-7u958g tr.pokiesurf-hc7s6g td p:last-child {
    padding-bottom: 0;
  }
  .pokiesurf-7u958g .pokiesurf-ye353a > td {
    display: flex;
    flex-wrap: wrap;
    gap: 0 20px;
  }
  .pokiesurf-7u958g .pokiesurf-ye353a > td > p {
    flex: 1 1 calc(50% - 10px);
  }
  .pokiesurf-7u958g tr.pokiesurf-hc7s6g td p:not(:last-child),
  .pokiesurf-7u958g tr.pokiesurf-ye353a td p:not(:last-child) {
    border-bottom: unset;
  }
  .pokiesurf-7u958g tr.pokiesurf-ye353a td p:last-child {
    padding-bottom: 12px;
  }
  .pokiesurf-7u958g .pokiesurf-542s7d td:last-child .pokiesurf-hiz2v8,
  .pokiesurf-7u958g .pokiesurf-542s7d td:last-child .pokiesurf-m8muqo,
  .pokiesurf-7u958g .pokiesurf-542s7d td:last-child .pokiesurf-duq37v {
    flex: 1 1 50%;
    padding: 0;
  }
  .pokiesurf-7u958g .pokiesurf-542s7d td:last-child .pokiesurf-hiz2v8,
  .pokiesurf-7u958g .pokiesurf-542s7d td:last-child .pokiesurf-m8muqo {
    margin-top: 16px;
  }
  .pokiesurf-7u958g .pokiesurf-542s7d td:last-child .pokiesurf-duq37v {
    flex: 1 1 100%;
    padding-bottom: 16px;
    margin-top: 16px;
  }
  .pokiesurf-7u958g .pokiesurf-542s7d td:last-child .pokiesurf-hiz2v8 {
    border-right: 1px solid var(--border-color);
  }
  .pokiesurf-7u958g .pokiesurf-542s7d td:last-child .pokiesurf-duq37v:first-child {
    padding-top: 0;
    margin-top: 0;
  }
  .pokiesurf-7u958g .pokiesurf-542s7d td:last-child .pokiesurf-duq37v:last-child {
    padding-bottom: 0;
  }
}

.pokiesurf-duq37v {
  display: flex;
  flex-direction: column;
}

.pokiesurf-7u958g .pokiesurf-542s7d td .pokiesurf-duq37v {
  border-bottom: 1px solid var(--border-color);
  padding-bottom: 16px;
}

.pokiesurf-7u958g .pokiesurf-542s7d td .pokiesurf-duq37v:not(:last-of-type) {
  border-right: 1px solid var(--border-color);
  padding-right: 16px;
}

.pokiesurf-7u958g .pokiesurf-542s7d td .pokiesurf-duq37v:not(:first-child) {
  padding-left: 16px;
}

@media (max-width: 767px) {
  .pokiesurf-7u958g .pokiesurf-542s7d td .pokiesurf-duq37v:not(:first-child) {
    padding-left: 0;
  }
  .pokiesurf-7u958g .pokiesurf-542s7d td .pokiesurf-duq37v:not(:last-of-type) {
    border-right: unset;
  }
}

.pokiesurf-7u958g .pokiesurf-p54day {
  flex: 0 1 485px;
}

.pokiesurf-7u958g .pokiesurf-ex1uof {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  list-style: none;
}

.pokiesurf-7u958g .pokiesurf-ex1uof li {
  border-radius: 4px;
  border: 1px solid var(--border-color);
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}

.pokiesurf-7u958g .pokiesurf-ex1uof li.pokiesurf-vkputf {
  padding: 6px 12px;
}

.pokiesurf-7u958g .pokiesurf-ex1uof li a,
.pokiesurf-7u958g .pokiesurf-ex1uof 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;
}

.pokiesurf-7u958g .pokiesurf-e6jpgu,
.pokiesurf-7u958g .pokiesurf-tt28g1 {
  flex: 1 1;
}

.pokiesurf-7u958g .pokiesurf-6c0x8s,
.pokiesurf-7u958g .pokiesurf-uynvk8 {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.pokiesurf-7u958g .pokiesurf-6c0x8s li,
.pokiesurf-7u958g .pokiesurf-uynvk8 li {
  display: flex;
  align-items: center;
  gap: 8px;
  flex: 1 1 calc(50% - 20px);
  font-size: 14px;
  font-weight: 800;
  line-height: 20px;
}

.pokiesurf-7u958g .pokiesurf-tt28g1 img {
  max-width: 32px;
}

.pokiesurf-7u958g .pokiesurf-e6jpgu img {
  max-width: 32px;
}

.pokiesurf-7u958g .pokiesurf-3c1xdf {
  min-width: 280px;
}

.pokiesurf-7u958g .pokiesurf-3c1xdf img {
  max-width: 146px;
}

.pokiesurf-7u958g .pokiesurf-3c1xdf td {
  display: flex;
  flex-direction: column;
  gap: 12px;
  max-width: 280px;
}

@media (max-width: 1460px) {
  .pokiesurf-7u958g .pokiesurf-hc7s6g,
  .pokiesurf-7u958g .pokiesurf-ye353a {
    flex: 0 1 auto;
  }
  .pokiesurf-7u958g .pokiesurf-542s7d {
    min-width: unset;
    flex: 1 1 50%;
  }
}

@media (max-width: 1100px) {
  .pokiesurf-7u958g .pokiesurf-hc7s6g,
  .pokiesurf-7u958g .pokiesurf-p54day,
  .pokiesurf-7u958g .pokiesurf-ye353a,
  .pokiesurf-7u958g .pokiesurf-542s7d {
    flex: 1 1 calc(50% - 20px);
  }
  .pokiesurf-7u958g .pokiesurf-e6jpgu,
  .pokiesurf-7u958g .pokiesurf-3c1xdf,
  .pokiesurf-7u958g .pokiesurf-tt28g1 {
    flex: 1 1 30%;
  }
  .pokiesurf-7u958g .pokiesurf-3c1xdf {
    min-width: unset;
  }
}

@media (max-width: 767px) {
  .pokiesurf-7u958g .pokiesurf-hc7s6g,
  .pokiesurf-7u958g .pokiesurf-p54day,
  .pokiesurf-7u958g .pokiesurf-e6jpgu,
  .pokiesurf-7u958g .pokiesurf-ye353a,
  .pokiesurf-7u958g .pokiesurf-542s7d,
  .pokiesurf-7u958g .pokiesurf-3c1xdf,
  .pokiesurf-7u958g .pokiesurf-tt28g1 {
    flex: 1 1 100%;
  }
}

.pokiesurf-zxvuuy .pokiesurf-kue15v {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.pokiesurf-zxvuuy .pokiesurf-78ledy {
  position: relative;
  display: flex;
  flex-direction: column;
  border-radius: 8px;
  border: 2px solid var(--border-color);
  background-color: var(--fh-bg-color);
}

.pokiesurf-zxvuuy .pokiesurf-ak1bam {
  width: 100%;
  padding: 12px 12px 8px 12px;
  background-color: #318562;
  font-size: 14px;
  font-weight: 800;
  line-height: 20px;
  color: #f9cb16;
}

.pokiesurf-zxvuuy .pokiesurf-gylexa {
  display: grid;
  padding: 16px;
  gap: 0 16px;
  grid-template-columns: repeat(2, 1fr);
}

.pokiesurf-zxvuuy .pokiesurf-gylexa > :nth-child(3) {
  margin-top: 0;
}

.pokiesurf-zxvuuy .pokiesurf-uffsu0 {
  grid-column: 2/3;
  grid-row: 1/10;
}

.pokiesurf-zxvuuy .pokiesurf-pfrrii {
  grid-column: 1/2;
  margin-top: 0;
  margin-bottom: 8px;
}

.pokiesurf-zxvuuy .pokiesurf-vz8qhv {
  grid-column: 1/2;
}

.pokiesurf-zxvuuy > :not(.how-to__title):not(.content-button) {
  grid-column: 1/2;
}

.pokiesurf-zxvuuy .pokiesurf-78ledy: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;
}

.pokiesurf-zxvuuy .pokiesurf-78ledy:not(:last-child):after {
  position: relative;
  content: "";
  width: calc(100% - 32px);
  height: 1px;
  background-color: #318562;
  margin: 12px auto 27px auto;
}

.pokiesurf-zxvuuy .pokiesurf-u4s6ba {
  min-width: 240px;
}

@media (max-width: 768px) {
  .pokiesurf-zxvuuy .pokiesurf-78ledy:not(:last-child):before {
    bottom: 8px;
  }
  .pokiesurf-zxvuuy .pokiesurf-78ledy:not(:last-child):after {
    margin: 12px auto 18px auto;
  }
  .pokiesurf-zxvuuy .pokiesurf-gylexa {
    grid-template-columns: 1fr;
    padding: 16px 16px 8px 16px;
  }
  .pokiesurf-zxvuuy .pokiesurf-uffsu0 {
    grid-column: 1/2;
    grid-row: 1/2;
    margin: -16px -18px 16px -18px;
  }
  .pokiesurf-zxvuuy .pokiesurf-uffsu0 img {
    width: 100%;
    height: auto;
  }
  .pokiesurf-zxvuuy .pokiesurf-u4s6ba {
    width: 100%;
    min-width: unset;
  }
}

.pokiesurf-pqugak .pokiesurf-orbbee {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  list-style: none;
}

.pokiesurf-pqugak .pokiesurf-19k7lz {
  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;
}

.pokiesurf-pqugak .pokiesurf-uffsu0 {
  height: 100%;
}

.pokiesurf-pqugak .pokiesurf-uffsu0 img {
  height: 100%;
  width: auto;
  min-width: 220px;
  object-fit: cover;
}

.pokiesurf-pqugak .pokiesurf-xn6ch9 {
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding: 16px 16px 16px 0;
}

.pokiesurf-pqugak .pokiesurf-q0da6w {
  color: #f9cb16;
  font-size: 23px;
  font-weight: 800;
  line-height: 28px;
  margin: 0;
}

.pokiesurf-pqugak .pokiesurf-mhcu0k {
  color: #d2d2d2;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  flex: 1 1;
  margin: 0;
}

@media (max-width: 1200px) {
  .pokiesurf-pqugak .pokiesurf-19k7lz {
    flex: 1 1 100%;
  }
  .pokiesurf-pqugak .pokiesurf-gk9pfn {
    min-width: 320px;
    width: fit-content;
  }
}

@media (max-width: 767px) {
  .pokiesurf-pqugak .pokiesurf-19k7lz {
    flex-direction: column;
  }
  .pokiesurf-pqugak .pokiesurf-uffsu0 {
    width: 100%;
    height: auto;
  }
  .pokiesurf-pqugak .pokiesurf-uffsu0 img {
    width: 100%;
    height: auto;
    max-height: 260px;
    min-width: unset;
  }
  .pokiesurf-pqugak .pokiesurf-xn6ch9 {
    padding: 0 16px 16px 16px;
  }
  .pokiesurf-pqugak .pokiesurf-gk9pfn {
    min-width: unset;
    width: 100%;
  }
}

.pokiesurf-cxzqnf .pokiesurf-wtc2mh {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  flex-wrap: wrap;
  gap: 20px;
}

.pokiesurf-cxzqnf .pokiesurf-vj8xw3 {
  position: relative;
  height: 220px;
  border-radius: 12px;
  border: 2px solid var(--border-color);
  overflow: hidden;
  transition: 0.2s;
}

.pokiesurf-cxzqnf 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;
}

.pokiesurf-cxzqnf .pokiesurf-iaupz1 {
  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;
}

.pokiesurf-cxzqnf .pokiesurf-vj8xw3:hover .pokiesurf-iaupz1 {
  display: flex;
}

.pokiesurf-cxzqnf .pokiesurf-mo5wyo {
  text-align: center;
  margin-top: 0;
  margin-bottom: 5px;
  color: #d2d2d2;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}

.pokiesurf-cxzqnf .pokiesurf-uzcsjn {
  text-align: center;
  font-size: 17px;
  font-weight: 800;
  line-height: 24px;
  margin-top: 0;
  margin-bottom: auto;
  color: #fff;
}

.pokiesurf-n1sux2 {
  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;
}

.pokiesurf-n1sux2.pokiesurf-ovk1tm {
  color: #196948;
  background-color: #f9cb16;
  border: 1px solid #f9cb16;
  margin-bottom: 8px;
  transition: 0.pokiesurf-x61h41 ease-in-out;
}

.pokiesurf-n1sux2.pokiesurf-ovk1tm:hover {
  color: #f9cb16;
  background-color: transparent;
}

.pokiesurf-cxzqnf .pokiesurf-lrir7a {
  color: #fff;
  border: 1px solid #f9cb16;
  background-color: unset;
  transition: 0.pokiesurf-x61h41 ease-in-out;
}

.pokiesurf-cxzqnf .pokiesurf-lrir7a:hover {
  color: #196948;
  background-color: #f9cb16;
}

.pokiesurf-cxzqnf .pokiesurf-lrir7a:after,
.pokiesurf-n1sux2.pokiesurf-ovk1tm:after {
  content: "";
  width: 24px;
  min-width: 24px;
  height: 24px;
  background-repeat: no-repeat;
  background-position: center;
}

.pokiesurf-n1sux2.pokiesurf-ovk1tm:after {
  background-image: url(../images/Cash.svg);
}

.pokiesurf-cxzqnf .pokiesurf-lrir7a:after {
  background-image: url(../images/Play.svg);
}

@media (max-width: 1200px) {
  .pokiesurf-cxzqnf .pokiesurf-wtc2mh {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 850px) {
  .pokiesurf-cxzqnf .pokiesurf-wtc2mh {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 600px) {
  .pokiesurf-cxzqnf .pokiesurf-wtc2mh {
    grid-template-columns: 1fr;
  }
  .pokiesurf-cxzqnf .pokiesurf-vj8xw3 {
    height: auto;
  }
  .pokiesurf-cxzqnf .pokiesurf-vj8xw3 .pokiesurf-iaupz1 {
    position: relative;
    display: flex;
    height: auto;
    background-color: var(--fh-bg-color);
    padding: 8px 12px 12px 12px;
  }
  .pokiesurf-cxzqnf .pokiesurf-mo5wyo,
  .pokiesurf-cxzqnf .pokiesurf-uzcsjn {
    text-align: left;
  }
  .pokiesurf-cxzqnf .pokiesurf-uzcsjn {
    margin-bottom: 8px;
  }
  .pokiesurf-cxzqnf img {
    position: relative;
    top: unset;
    right: unset;
    bottom: unset;
    left: unset;
    min-height: unset;
  }
}

.pokiesurf-uvey6c {
  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;
}

.pokiesurf-uvey6c.pokiesurf-q7ohmw {
  display: block;
}

.pokiesurf-uvey6c .pokiesurf-wf2ivc {
  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;
}

.pokiesurf-uvey6c .pokiesurf-o7qcjr {
  display: flex;
  gap: 24px;
  padding: 12px;
}

.pokiesurf-uvey6c .pokiesurf-z35946 {
  display: flex;
  align-items: center;
  color: #fff;
  font-size: 23px;
  font-weight: 800;
  line-height: 28px;
}

.pokiesurf-uvey6c .pokiesurf-cmehtr {
  display: flex;
  align-items: center;
  flex: 1 1;
}

.pokiesurf-uvey6c .pokiesurf-n1sux2 {
  min-width: 296px;
  margin-bottom: 0;
}

.pokiesurf-uvey6c .pokiesurf-pzb5l0 {
  width: 44px;
  min-width: 44px;
  height: 44px;
  background-image: url(../images/cross.svg);
  background-position: center;
  background-repeat: no-repeat;
  cursor: pointer;
}

.pokiesurf-uvey6c .pokiesurf-0mk5r7 {
  position: relative;
  flex: 1 1;
}

.pokiesurf-uvey6c .pokiesurf-0mk5r7 iframe {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 100%;
  height: 100%;
}

@media (max-width: 768px) {
  .pokiesurf-uvey6c .pokiesurf-o7qcjr {
    flex-wrap: wrap;
    gap: 8px;
  }
  .pokiesurf-uvey6c .pokiesurf-z35946 {
    order: 1;
  }
  .pokiesurf-uvey6c .pokiesurf-cmehtr {
    order: 3;
    flex: 1 1 100%;
  }
  .pokiesurf-uvey6c .pokiesurf-n1sux2 {
    width: 100%;
    min-width: unset;
  }
  .pokiesurf-uvey6c .pokiesurf-pzb5l0 {
    order: 2;
    margin-left: auto;
  }
}

@media (max-width: 767px) {
  .pokiesurf-o1lgln > .pokiesurf-8qoiy9 {
    margin-bottom: 0;
  }
  .pokiesurf-o1lgln > .pokiesurf-vz8qhv,
  .pokiesurf-o1lgln > p {
    margin-top: 0;
  }
}

.pokiesurf-k5txwn img,
.pokiesurf-is4sr9 img {
  width: auto;
  object-fit: contain;
}

.pokiesurf-k5txwn {
  align-items: center;
}

.pokiesurf-k5txwn img {
  max-height: 76px;
}

.pokiesurf-is4sr9 img {
  max-height: 64px;
}

.pokiesurf-8tijtm {
  overflow: auto;
}

.pokiesurf-pq7ul7 {
  border: 1px solid var(--color-table-border);
  box-shadow: 0 0 15px rgb(0 0 0 / 5%);
  border-collapse: collapse;
  width: 100%;
}

.pokiesurf-0m83zv:not(:last-child) {
  border-bottom: 1px solid var(--color-table-border);
}

.pokiesurf-obwgye {
  border: none;
  padding: 25px 10px;
  font-weight: 700;
  color: var(--color-table-td-color);
  min-width: 200px;
}

.pokiesurf-uzxo33 {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.pokiesurf-obwgye .pokiesurf-uffsu0 {
  margin-right: 20px;
  flex-shrink: 0;
}

.pokiesurf-obwgye img {
  max-height: 45px;
  object-fit: contain;
  width: 100%;
}

.pokiesurf-mtztp5 {
  padding: 25px 10px;
  align-self: center;
  border-bottom: 1px solid var(--color-table-border);
  flex-grow: 1;
  border-top: none;
}

.pokiesurf-mtztp5 > :first-child {
  margin-top: 0;
}

@media (max-width: 767px) {
  .pokiesurf-obwgye {
    padding: 15px 10px;
  }
  .pokiesurf-mtztp5 {
    padding: 15px 10px;
  }
  .pokiesurf-obwgye .pokiesurf-uffsu0 {
    margin-right: 10px;
  }
}

.pokiesurf-l8n7vv {
  overflow-x: auto;
}

.pokiesurf-t2uxtj {
  border-collapse: collapse;
  width: 100%;
}

.pokiesurf-l8n7vv th {
  font-family: inherit;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 19px;
  padding: 25px 10px;
  text-align: center;
}

.pokiesurf-l8n7vv td {
  font-family: inherit;
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  padding: 15px 25px;
  white-space: nowrap;
}

.pokiesurf-l8n7vv td.pokiesurf-4nolsv {
  font-weight: 600;
  text-align: right;
  border-left: none;
}

.pokiesurf-l8n7vv td.pokiesurf-sao41r {
  border-right: none;
}

.pokiesurf-l8n7vv td.pokiesurf-sao41r .pokiesurf-uffsu0 {
  justify-content: flex-start;
}

.pokiesurf-l8n7vv td.pokiesurf-sao41r .pokiesurf-uffsu0 img {
  height: auto;
  width: 90px;
}

.pokiesurf-l8n7vv td.pokiesurf-db5g4q,
.pokiesurf-l8n7vv td.pokiesurf-d9qma6 {
  font-weight: 600;
  text-align: right;
}

.pokiesurf-l8n7vv td.pokiesurf-vwwhyk,
.pokiesurf-l8n7vv td.pokiesurf-db5g4q {
  padding-bottom: 10px;
  border-bottom: none;
}

.pokiesurf-l8n7vv td.pokiesurf-db5g4q,
.pokiesurf-l8n7vv td.pokiesurf-d9qma6 {
  border-left: none;
}

.pokiesurf-l8n7vv td.pokiesurf-vwwhyk,
.pokiesurf-l8n7vv td.pokiesurf-8g9wv9 {
  border-right: none;
}

.pokiesurf-l8n7vv td.pokiesurf-8g9wv9,
.pokiesurf-l8n7vv td.pokiesurf-d9qma6 {
  border-top: none;
  padding-top: 10px;
}

.pokiesurf-v21go8 {
  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;
}

.pokiesurf-v21go8 .pokiesurf-gk9pfn {
  min-width: unset;
  width: 100%;
}

.pokiesurf-v21go8 .pokiesurf-gk9pfn.pokiesurf-3l6421 {
  grid-column: 1/2;
  grid-row: 1/2;
}

.pokiesurf-v21go8 .pokiesurf-gk9pfn.pokiesurf-989qmq {
  grid-column: 2/3;
  grid-row: 1/2;
}

.pokiesurf-v21go8 .pokiesurf-xlqcpl {
  grid-column: 1/3;
  grid-row: 2/3;
  margin-top: 0;
}

@media (max-width: 767px) {
  .pokiesurf-v21go8 {
    grid-template-columns: 1fr;
    margin-top: 0;
  }
  .pokiesurf-v21go8 .pokiesurf-gk9pfn.pokiesurf-3l6421 {
    grid-column: 1/2;
    grid-row: 1/2;
  }
  .pokiesurf-v21go8 .pokiesurf-gk9pfn.pokiesurf-989qmq {
    grid-column: 1/2;
    grid-row: 2/3;
  }
  .pokiesurf-v21go8 .pokiesurf-xlqcpl {
    grid-column: 1/2;
    grid-row: 3/4;
  }
}

.pokiesurf-yjwyha {
  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;
}

.pokiesurf-wunjp2 {
  margin-bottom: 32px;
  font-size: 34px;
  font-weight: 800;
  line-height: 40px;
}

.pokiesurf-u9rlfx p a img {
  margin: 0 auto;
  display: block;
}

.pokiesurf-u9rlfx table {
  margin-bottom: 17px;
}

/* contanct form */
.pokiesurf-p3acgl {
  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;
}

.pokiesurf-p3acgl label {
  font-size: 14px;
}

.pokiesurf-p3acgl h2 {
  text-align: center;
  margin-bottom: 1rem;
}
.pokiesurf-p3acgl input,
.pokiesurf-p3acgl textarea,
.pokiesurf-p3acgl 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;
}
.pokiesurf-p3acgl button {
  background-color: #a91f09;
  color: var(--text-color);
  border: none;
  cursor: pointer;
  transition: background 0.pokiesurf-x61h41 ease;
}
.pokiesurf-p3acgl button:hover {
  background-color: #691204;
}
.pokiesurf-b7zoqn {
  text-align: center;
  color: green;
  font-weight: 500;
  padding: 50px 0;
  animation: fadeIn 0.pokiesurf-zgs8ih ease-in;
}

.pokiesurf-b7zoqn 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;
}
.pokiesurf-4qkc17, .pokiesurf-mulibb, [class*="review-card"],
thead, thead th, table th, .pokiesurf-pfuo64,
.pokiesurf-yb90s0, [class*="collapsible-header"],
.pokiesurf-o9o6nl, [class*="updated-block"] {
  color: #ece7dc !important;
}
