@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-56f10s {
  margin: 0 auto;
  padding: 0 var(--offsets);
  max-width: var(--display-width);
}

.pokiesurf-6rpcfh {
  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-zx0fcm,
ul.pokiesurf-zx0fcm {
  padding-left: 20px;
}

ul.pokiesurf-zx0fcm {
  list-style: disc;
}

ol.pokiesurf-zx0fcm {
  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-e7jzl5 > .pokiesurf-rsd22e,
.pokiesurf-e7jzl5 > .pokiesurf-6zib8v,
.pokiesurf-e7jzl5 > blockquote,
.pokiesurf-e7jzl5 > h1,
.pokiesurf-e7jzl5 > h2,
.pokiesurf-e7jzl5 > h3,
.pokiesurf-e7jzl5 > h4,
.pokiesurf-e7jzl5 > h5,
.pokiesurf-e7jzl5 > h6,
.pokiesurf-e7jzl5 > ol,
.pokiesurf-e7jzl5 > p,
.pokiesurf-e7jzl5 > ul {
  margin-right: auto;
  margin-left: auto;
  padding: 0 var(--offsets);
  max-width: var(--display-width);
}

.pokiesurf-e7jzl5 > ol,
.pokiesurf-e7jzl5 > ul {
  padding-left: 50px;
}

.pokiesurf-e7jzl5 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-e7jzl5:not(:last-child) {
  margin-bottom: 2rem;
}

.pokiesurf-e7jzl5 > :not(:first-child) {
  margin-top: 2rem;
}

.pokiesurf-e7jzl5 {
  margin-top: 64px;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.pokiesurf-e7jzl5:first-child {
  margin-top: 40px;
}

@media (max-width: 767px) {
  .pokiesurf-e7jzl5:first-child {
    margin-top: 20px;
  }
}

.pokiesurf-e7jzl5 > p:last-of-type {
  margin-bottom: 32px;
}

.pokiesurf-e7jzl5 > .pokiesurf-s1x77z:not(:first-child) {
  margin: 64px auto 16px auto;
}

.pokiesurf-bbzqxe > .pokiesurf-s1x77z {
  margin-left: auto;
  margin-right: auto;
  padding: 0 var(--offsets);
  max-width: var(--display-width);
}

.pokiesurf-6zib8v {
  overflow: auto;
}

.pokiesurf-6zib8v::-webkit-scrollbar {
  height: 5px;
}

.pokiesurf-6zib8v table,
table {
  margin-top: 24px;
  border-collapse: collapse;
  width: 100%;
  word-break: break-word;
}

.pokiesurf-6zib8v table {
  border-radius: 12px;
  border: 2px solid var(--border-color);
  /* background: #0f442e; */
}

.pokiesurf-6zib8v table thead,
table thead {
  border-bottom: none;
}

.pokiesurf-6zib8v table th,
table th {
  padding: 5px 5px;
  text-align: center;
  color: var(--color-table-th-color);
  background-color: var(--table-1-color);
}

.pokiesurf-6zib8v table th:not(:last-child) {
  border-right: 1px solid var(--border-color);
}

.pokiesurf-6zib8v table td,
table td {
  border: 1px solid var(--border-color);
  padding: 5px 5px;
}

.pokiesurf-6zib8v .pokiesurf-g5f3kz {
  table-layout: auto;
}

.pokiesurf-6zib8v .pokiesurf-g5f3kz th {
  word-break: normal;
}

.pokiesurf-6zib8v .pokiesurf-g5f3kz td {
  word-break: normal;
}

.pokiesurf-56f10s .pokiesurf-56f10s {
  padding-right: 0;
  padding-left: 0;
}

.pokiesurf-p2c1yg {
  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-cummcw {
  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-hxj741 {
  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-rsd22e {
  margin-top: 24px;
}

.pokiesurf-rsd22e.pokiesurf-y5bfam {
  text-align: left;
}

.pokiesurf-rsd22e.pokiesurf-kst4kv {
  text-align: right;
}

.pokiesurf-rsd22e.pokiesurf-7d5dy1 {
  text-align: center;
}

.pokiesurf-vi7x7s {
  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-0qmue7 ease-in-out;
  cursor: pointer;
}

.pokiesurf-vi7x7s:hover {
  color: var(--button-bg-color);
  background: 0 0;
}

.pokiesurf-vi7x7s {
  min-width: 328px;
}

@media (max-width: 768px) {
  .pokiesurf-vi7x7s {
    min-width: unset;
  }
}

.pokiesurf-xpyr8l {
  background-color: var(--fh-bg-color);
}

.pokiesurf-7gcz38 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 8px 20px;
}

.pokiesurf-cncqpf {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  max-width: 160px;
}

.pokiesurf-cncqpf img {
  max-height: 80px;
  object-fit: contain;
}

.pokiesurf-c4563i {
  flex: 1 1;
}

.pokiesurf-ptjc25 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-left: auto;
}

.pokiesurf-hfv593 {
  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-hfv593 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-hfv593.pokiesurf-eqd1ge span:nth-of-type(1) {
  -webkit-transform: translateY(11px) rotateZ(45deg);
  -ms-transform: translateY(11px) rotate(45deg);
  transform: translateY(11px) rotateZ(45deg);
}

.pokiesurf-hfv593.pokiesurf-eqd1ge span:nth-of-type(2) {
  -webkit-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform: scaleX(0);
}

.pokiesurf-hfv593.pokiesurf-eqd1ge span:nth-of-type(3) {
  -webkit-transform: translateY(-11px) rotateZ(-45deg);
  -ms-transform: translateY(-11px) rotate(-45deg);
  transform: translateY(-11px) rotateZ(-45deg);
}

.pokiesurf-c4563i + .pokiesurf-ptjc25 {
  margin-left: 20px;
}

.pokiesurf-haploy {
  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-haploy > svg {
  max-width: 24px;
  max-height: 24px;
}

.pokiesurf-haploy + .pokiesurf-haploy {
  margin-left: 5px;
}

.pokiesurf-8n44r5 {
  color: var(--button-text-color);
  background-color: var(--button-bg-color);
  border: 1px solid var(--border-color);
  transition: 0.2s;
}

.pokiesurf-8n44r5:hover {
  background-color: var(--button-bg-hover);
}

.pokiesurf-3ypexm {
  color: var(--button-text-color);
  background-color: var(--button-bg-color);
  transition: 0.pokiesurf-0qmue7 ease-in-out;
  border: 1px solid var(--border-color);
}

.pokiesurf-3ypexm:hover {
  color: var(--button-text-color);
  background-color: var(--button-bg-hover);
}

.pokiesurf-f6bv6s {
  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-c4563i {
    flex: 1 1 100%;
    order: 10;
    margin-top: 8px;
  }
  .pokiesurf-f6bv6s {
    justify-content: center;
  }
}

@media (max-width: 1024px) {
  .pokiesurf-c4563i {
    margin-top: unset;
  }
}

@media (max-width: 768px) {
  .pokiesurf-haploy {
    min-width: unset;
    flex: 1 1;
  }
}

.pokiesurf-jv0fx8 {
  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-jv0fx8:hover > a::after {
  -webkit-transform: scaleX(1);
  -ms-transform: scaleX(1);
  transform: scaleX(1);
}

.pokiesurf-jv0fx8:hover .pokiesurf-te9ry2 {
  opacity: 1;
  pointer-events: auto;
}

.pokiesurf-iv8lzk {
  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-2r2bym ease-in-out;
  gap: 4px;
}

.pokiesurf-iv8lzk > svg {
  max-width: 28px;
  max-height: 28px;
  fill: var(--text-color);
  stroke: var(--text-color);
}

.pokiesurf-iv8lzk .pokiesurf-p2c1yg img {
  width: auto;
  height: 1.2rem;
  -o-object-fit: contain;
  object-fit: contain;
}

.pokiesurf-amx0fe,
.pokiesurf-iv8lzk:hover {
  color: var(--button-bg-hover);
}

.pokiesurf-kxu36x {
  position: relative;
}

.pokiesurf-kxu36x .pokiesurf-iv8lzk {
  margin-right: 0;
  padding-right: 4px;
}

.pokiesurf-ddyvhq svg {
  fill: var(--text-color);
  stroke: var(--text-color);
}

.pokiesurf-kxu36x.pokiesurf-eqd1ge .pokiesurf-ddyvhq svg {
  -webkit-transform: rotateZ(180deg);
  -ms-transform: rotate(180deg);
  transform: rotateZ(180deg);
}

.pokiesurf-kxu36x.pokiesurf-eqd1ge .pokiesurf-te9ry2 {
  position: relative;
  top: 0;
  display: block;
  margin-top: 0;
  padding: 0 1rem;
  opacity: 1;
  pointer-events: auto;
}

.pokiesurf-kxu36x.pokiesurf-eqd1ge .pokiesurf-te9ry2::before {
  display: none;
}

.pokiesurf-ddyvhq svg {
  width: 100%;
  height: auto;
  max-width: 15px;
  -webkit-transition: 250ms;
  -o-transition: 250ms;
  transition: 250ms;
}

.pokiesurf-te9ry2 {
  position: absolute;
  top: 100%;
  z-index: 100;
  list-style: none;
  margin-top: 0.5rem;
  border-radius: 5px;
  padding: 0.pokiesurf-aqiksp 1rem;
  background-color: var(--fh-bg-color);
  opacity: 0;
  transition: 250ms;
  width: auto;
  pointer-events: none;
}

.pokiesurf-te9ry2::before {
  content: "";
  position: absolute;
  left: 0;
  top: -0.5rem;
  width: 100%;
  height: 0.5rem;
  background-color: transparent;
}

.pokiesurf-te9ry2:hover {
  color: var(--fh-bg-color);
}

.pokiesurf-lfinoa {
  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-aqiksp 0;
  font-size: 14px;
  font-weight: 500;
  line-height: 28px;
  white-space: nowrap;
  text-decoration: none;
  color: var(--text-color);
  -webkit-transition: 0.pokiesurf-2r2bym ease-in-out;
  -o-transition: 0.pokiesurf-2r2bym ease-in-out;
  transition: 0.pokiesurf-2r2bym ease-in-out;
}

.pokiesurf-lfinoa .pokiesurf-p2c1yg img {
  width: auto;
  height: 1.2rem;
  -o-object-fit: contain;
  object-fit: contain;
}

.pokiesurf-u3smey,
.pokiesurf-lfinoa:hover {
  color: var(--button-bg-hover);
}

.pokiesurf-jgqnmq {
  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-jgqnmq.pokiesurf-3xe0ft {
  position: relative;
  z-index: 1;
  overflow: hidden;
  border: none;
}

.pokiesurf-jgqnmq.pokiesurf-3xe0ft:after,
.pokiesurf-jgqnmq.pokiesurf-3xe0ft:before {
  content: "";
  position: absolute;
  margin: auto;
}

.pokiesurf-jgqnmq.pokiesurf-3xe0ft: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-jgqnmq.pokiesurf-3xe0ft:after {
  top: 2px;
  right: 2px;
  bottom: 2px;
  left: 2px;
  background-color: var(--fh-bg-color);
  border-radius: 12px;
  z-index: 0;
}

.pokiesurf-jgqnmq.pokiesurf-3xe0ft > * {
  z-index: 1;
}

.pokiesurf-jgqnmq b,
.pokiesurf-jgqnmq strong {
  color: var(--button-text-color);
  text-shadow: 0 0 8px var(--button-text-color);
}

.pokiesurf-jgqnmq .pokiesurf-721d8g {
  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-jgqnmq .pokiesurf-dcers7 {
  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-jgqnmq .pokiesurf-p2c1yg {
  grid-row: 1/-1;
  grid-column: 2/3;
  min-width: 146px;
}

.pokiesurf-jgqnmq .pokiesurf-80yy38 {
  margin-top: 12px;
}

.pokiesurf-80yy38 {
  display: flex;
  gap: 8px;
  grid-row: 3/4;
  grid-column: 1/2;
}

.pokiesurf-fmuimp {
  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-80yy38 .pokiesurf-24zs0h {
  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-0qmue7 ease-in-out;
}

.pokiesurf-80yy38 .pokiesurf-24zs0h:hover {
  background: rgba(255, 255, 255, 0.3);
}

.pokiesurf-3oltiz {
  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-jgqnmq.pokiesurf-k0tc0s {
  gap: 12px;
  padding: 16px;
}

.pokiesurf-jgqnmq.pokiesurf-k0tc0s .pokiesurf-3oltiz {
  min-width: 240px;
}

.pokiesurf-jgqnmq.pokiesurf-k0tc0s .pokiesurf-3oltiz.pokiesurf-10z71q {
  padding: 10px 12px;
}

@media (max-width: 1200px) {
  .pokiesurf-jgqnmq .pokiesurf-721d8g {
    grid-row: 1/2;
    grid-column: 1/3;
  }
  .pokiesurf-jgqnmq .pokiesurf-dcers7 {
    grid-row: 2/3;
    grid-column: 1/2;
  }
  .pokiesurf-jgqnmq .pokiesurf-p2c1yg {
    min-width: 78px;
    grid-row: 2/3;
    grid-column: 2/3;
    align-self: start;
    max-width: 110px;
  }
  .pokiesurf-jgqnmq.pokiesurf-k0tc0s .pokiesurf-p2c1yg {
    max-width: 126px;
  }
  .pokiesurf-jgqnmq .pokiesurf-80yy38 {
    grid-row: 3/4;
    grid-column: 1/3;
  }
  .pokiesurf-jgqnmq .pokiesurf-fmuimp {
    max-width: unset;
  }
  .pokiesurf-3oltiz {
    min-width: unset;
    width: 100%;
  }
  .pokiesurf-jgqnmq .pokiesurf-3oltiz {
    grid-row: 4/5;
    grid-column: 1/3;
  }
  .pokiesurf-jgqnmq.pokiesurf-k0tc0s {
    grid-template-rows: auto 1fr auto;
  }
  .pokiesurf-jgqnmq.pokiesurf-k0tc0s .pokiesurf-3oltiz {
    grid-row: 3/4;
  }
}

@media (max-width: 768px) {
  .pokiesurf-jgqnmq {
    padding: 16px;
    gap: 16px 12px;
    min-height: unset;
  }
  .pokiesurf-jgqnmq .pokiesurf-721d8g {
    font-size: 18px;
    font-weight: 900;
    line-height: 24px;
  }
  .pokiesurf-jgqnmq .pokiesurf-p2c1yg {
    max-width: 78px;
  }
  .pokiesurf-jgqnmq .pokiesurf-80yy38 {
    margin-top: -12px;
  }
  .pokiesurf-jgqnmq.pokiesurf-k0tc0s {
    gap: 8px;
  }
  .pokiesurf-jgqnmq.pokiesurf-k0tc0s .pokiesurf-721d8g {
    grid-row: 1/2;
    grid-column: 1/2;
  }
  .pokiesurf-jgqnmq.pokiesurf-k0tc0s .pokiesurf-dcers7 {
    grid-column: 1/3;
  }
  .pokiesurf-jgqnmq.pokiesurf-k0tc0s .pokiesurf-p2c1yg {
    grid-row: 1/2;
    grid-column: 2/3;
  }
  .pokiesurf-jgqnmq.pokiesurf-k0tc0s .pokiesurf-p2c1yg img {
    max-width: 114px;
  }
}

.pokiesurf-3oltiz.pokiesurf-t8eezg,
.pokiesurf-3oltiz.pokiesurf-wf5isd,
.pokiesurf-3oltiz.pokiesurf-jb1w4u {
  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-0qmue7 ease-in-out;
}

.pokiesurf-3oltiz.pokiesurf-t8eezg,
.pokiesurf-3oltiz.pokiesurf-jb1w4u {
  padding: 10px;
}

.pokiesurf-3oltiz.pokiesurf-t8eezg:hover,
.pokiesurf-3oltiz.pokiesurf-wf5isd:hover,
.pokiesurf-3oltiz.pokiesurf-jb1w4u:hover {
  background: var(--button-bg-hover);
}

.pokiesurf-3oltiz.pokiesurf-t8eezg:hover svg path,
.pokiesurf-3oltiz.pokiesurf-jb1w4u:hover svg path {
  stroke: var(--button-text-color);
  fill: none;
}

.pokiesurf-3oltiz.pokiesurf-10z71q {
  color: var(--button-text-color);
  background-color: transparent;
  border: 1px solid var(--border-color);
  padding: 12px;
  transition: 0.pokiesurf-0qmue7 ease-in-out;
  background: var(--button-bg-color);
}

.pokiesurf-3oltiz.pokiesurf-10z71q:hover {
  background-color: var(--button-bg-hover);
}

.pokiesurf-3oltiz.pokiesurf-wf5isd: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-3oltiz.pokiesurf-wf5isd:after {
  content: "";
  width: 24px;
  min-width: 24px;
  height: 24px;
  background-image: url(../images/user.svg);
  background-position: center;
  background-repeat: no-repeat;
}

.pokiesurf-3oltiz.pokiesurf-10z71q:after {
  content: "";
  width: 24px;
  min-width: 24px;
  height: 24px;
  background-image: url(../images/btn-arrows.svg);
  background-position: center;
  background-repeat: no-repeat;
}

.pokiesurf-7lhwv7 {
  max-width: 650px;
}

.pokiesurf-uqm9us {
  position: relative;
  padding-bottom: 56.25%;
  width: 100%;
  height: 0;
  background-color: #000;
}

.pokiesurf-7coqvc {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.pokiesurf-z6no4i {
  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-2r2bym ease-in-out;
  cursor: pointer;
}

.pokiesurf-z6no4i:hover {
  opacity: 0.5;
}

.pokiesurf-z6no4i:focus {
  outline: 0;
}

.pokiesurf-z6no4i:focus .pokiesurf-3f8wir,
.pokiesurf-z6no4i:hover .pokiesurf-3f8wir {
  fill: red;
  fill-opacity: 1;
}

.pokiesurf-z6no4i:hover {
  cursor: pointer;
}

.pokiesurf-6sfb8w {
  position: absolute;
  left: 0;
  top: 0;
  border: none;
  width: 100%;
  height: 100%;
}

.pokiesurf-7lhwv7.pokiesurf-7d5dy1 {
  margin: 0 auto;
}

.pokiesurf-7lhwv7.pokiesurf-kst4kv {
  margin-left: auto;
}

.pokiesurf-uxu7bs {
  margin: 33px 20px 0 20px;
  padding: 33px 40px 40px 40px;
  background-color: var(--fh-bg-color);
  border-radius: 12px 12px 0 0;
}

.pokiesurf-i74fy0 {
  padding-bottom: 50px;
}

.pokiesurf-lvy99r {
  justify-content: flex-start;
  align-items: center;
  flex: 1 1;
}

.pokiesurf-3v52io {
  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-2tihx8 {
  margin-top: 24px;
}

.pokiesurf-xt8jta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.pokiesurf-bpfmkc {
  width: 100%;
  font-size: 14px;
  line-height: 16px;
  text-align: center;
  color: var(--color-footer-text);
  margin-top: 4px;
}

.pokiesurf-3co3hd {
  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-k1wcrj {
  width: 468px;
}

.pokiesurf-3co3hd .pokiesurf-te9ry2 {
  margin: 0.pokiesurf-ln7oeg 0;
}

.pokiesurf-33qfg1 {
  display: flex;
  min-width: 224px;
}

.pokiesurf-j1gtve {
  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-2r2bym ease-in-out;
}

.pokiesurf-n0guf5,
.pokiesurf-j1gtve:hover {
  color: var(--text-color);
}

.pokiesurf-5phic0 {
  display: flex;
  flex-wrap: wrap;
  padding: 0;
}

.pokiesurf-2sswbr {
  display: flex;
  flex-direction: column;
}

@media (max-width: 1024px) {
  .pokiesurf-uxu7bs {
    padding: 16px;
  }
  .pokiesurf-5phic0 {
    flex-direction: column;
    gap: 40px;
    padding: 0;
  }
  .pokiesurf-2sswbr {
    align-items: center;
  }
  .pokiesurf-k1wcrj {
    width: unset;
  }
  .pokiesurf-33qfg1 {
    min-width: unset;
  }
  .pokiesurf-3co3hd {
    max-height: unset;
  }
  .pokiesurf-lvy99r {
    align-items: flex-start;
  }
}

@media (max-width: 768px) {
  .pokiesurf-uxu7bs {
    margin: 33px 16px 0 16px;
    padding: 16px;
  }
}

.pokiesurf-7l64jc {
  border-radius: 12px;
  border: 2px solid var(--border-color);
  background: var(--fh-bg-color);
  padding: 16px;
}

.pokiesurf-7l64jc:not(:last-child) {
  margin-bottom: 16px;
}

.pokiesurf-cb6itg {
  outline: 0;
}

.pokiesurf-cb6itg .pokiesurf-9k24cb {
  color: #fff;
  font-size: 17px;
  font-weight: 800;
  line-height: 24px;
}

.pokiesurf-24a3l4 {
  display: flex;
  align-items: center;
  gap: 8px;
  outline: 0;
  cursor: pointer;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
}

.faq__details[open] .pokiesurf-24a3l4 {
  padding-bottom: 16px;
  border-bottom: 1px solid var(--border-color);
}

.pokiesurf-24a3l4::-webkit-details-marker {
  display: none;
}

.pokiesurf-24a3l4: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-24a3l4: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-24a3l4:after {
  transform: unset;
}

.pokiesurf-9k24cb {
  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-9k24cb 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-2r2bym ease-in-out;
  -o-transition: 0.pokiesurf-2r2bym ease-in-out;
  transition: 0.pokiesurf-2r2bym ease-in-out;
}

.pokiesurf-0k8281 {
  padding: 16px 0 0 0;
}

.pokiesurf-0k8281 * {
  margin-top: 0.8rem;
  font-family: inherit;
  font-weight: 500;
  font-style: normal;
  font-size: inherit;
  line-height: inherit;
}

page-header__button .pokiesurf-0k8281 :first-child {
  margin-top: 0;
}

@media (max-width: 767px) {
  .pokiesurf-24a3l4 {
    flex-wrap: wrap;
    gap: 12px;
  }
  .pokiesurf-24a3l4::after {
    margin-left: auto;
  }
  .pokiesurf-9k24cb {
    order: 3;
    flex: 1 1 100%;
  }
  .pokiesurf-24a3l4 {
    font-size: 14px;
    line-height: 130%;
  }
  .pokiesurf-9k24cb svg {
    margin-left: 15px;
    width: 18px;
    height: 18px;
    fill: var(--color-faq-item-title);
  }
}

.pokiesurf-94uizd {
  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-0oljxr {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #fff;
  margin: 0;
  width: 100%;
  cursor: pointer;
}

.pokiesurf-94uizd.pokiesurf-eqd1ge .pokiesurf-0oljxr {
  margin-bottom: 12px;
}

.pokiesurf-0oljxr::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-94uizd.pokiesurf-eqd1ge .pokiesurf-0oljxr::after {
  transform: unset;
}

.pokiesurf-l156wi {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  list-style: none;
  overflow: hidden;
  margin: 0;
  padding: 0;
  width: 100%;
  height: auto;
  max-height: 0;
}

.pokiesurf-p372nl {
  display: flex;
  align-items: center;
  gap: 4px;
  padding: 6px 12px;
  text-decoration: none;
  color: #fff;
  transition: 0.pokiesurf-2r2bym ease-in-out;
  border-radius: 8px;
  border: 1px solid var(--border-color);
}

.pokiesurf-p372nl: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-94uizd.pokiesurf-eqd1ge .pokiesurf-l156wi {
  max-height: 100%;
}

.pokiesurf-dq5tl2 {
  margin: 0 auto 3rem;
  padding: 0 10px;
  max-width: var(--display-width);
}

.pokiesurf-ur2e8k {
  padding: 4px 0;
  background: rgba(255, 255, 255, 0.1);
}

.pokiesurf-ca9ius {
  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-4gifc7 {
  margin-right: 4px;
}

.pokiesurf-fvaj49 {
  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-2r2bym ease-in-out;
}

.pokiesurf-fvaj49 svg {
  width: 4px;
  height: 4px;
  margin-left: 4px;
  stroke: var(--text-color);
}

.pokiesurf-o2vaa3,
.pokiesurf-fvaj49:hover {
  color: var(--text-color);
}

.pokiesurf-lpe012 {
  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-lpe012 img {
  grid-column: 1/2;
  grid-row: 1/3;
  max-width: 58px;
  height: auto;
}

.pokiesurf-lpe012 .pokiesurf-qk9i3w {
  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-lpe012 .pokiesurf-b04i3x {
  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-3oegim {
  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-eu4r05 {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.pokiesurf-tt5gs5 .pokiesurf-56f10s {
  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-tt5gs5 {
  background-image: url(../images/404.webp);
  background-position: -100px;
}

.pokiesurf-csyckd {
  margin-top: 2rem;
  font-size: 5rem;
  line-height: 6rem;
  text-align: center;
}

.pokiesurf-uu1513 {
  margin: 0;
  font-weight: 400;
  font-size: 2rem;
  line-height: 2.5rem;
  text-align: center;
}

.pokiesurf-wzmua6 {
  display: inline-block;
  margin: 2rem auto 0;
  border: none;
  border-radius: 5px;
  padding: 0.pokiesurf-sf87vm 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-wzmua6:hover {
  -webkit-transform: translateY(-3px);
  -ms-transform: translateY(-3px);
  transform: translateY(-3px);
}

.pokiesurf-7t790r {
  position: fixed;
  right: 10px;
  bottom: 15px;
  z-index: 10;
}

.pokiesurf-rhuybz {
  -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-2r2bym ease-in-out;
  transition: transform 0.pokiesurf-2r2bym ease-in-out;
  -o-transition: transform 0.pokiesurf-2r2bym ease-in-out;
  transition:
    transform 0.pokiesurf-2r2bym ease-in-out,
    -webkit-transform 0.pokiesurf-2r2bym ease-in-out;
  cursor: pointer;
}

.pokiesurf-rhuybz svg {
  fill: var(--button-text-color);
  pointer-events: none;
}

.pokiesurf-rhuybz: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-k9omqk {
  width: 113px !important;
  background-color: green !important;
  top: 124px !important;
}

@media screen and (max-width: 700px) {
  #cookie-law-div p {
    padding-bottom: 36px;
  }
  .pokiesurf-k9omqk {
    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-6r71kh {
  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-18rt6d {
  position: relative;
  width: 100%;
}

.pokiesurf-6r71kh.pokiesurf-6unp5j {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.pokiesurf-6r71kh.pokiesurf-7d5dy1 {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.pokiesurf-6r71kh.pokiesurf-kst4kv {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.pokiesurf-ajpapn {
  display: block;
  width: 100%;
  height: auto;
  object-fit: contain;
  aspect-ratio: 16/9;
  max-height: 488px;
  background-color: #454545;
}

.pokiesurf-i86vd9 {
  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-2r2bym ease-in-out;
  cursor: pointer;
}

.pokiesurf-i86vd9:hover {
  opacity: 0.5;
}

.pokiesurf-6r71kh.pokiesurf-yfqazx .pokiesurf-i86vd9 {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

.pokiesurf-6r71kh.pokiesurf-yfqazx .pokiesurf-ajpapn {
  cursor: pointer;
}

.pokiesurf-nvuwnh {
  fill: #0009;
}

.pokiesurf-5fa1qp {
  fill: #fff;
}

.pokiesurf-i86vd9:hover .pokiesurf-nvuwnh {
  fill: red;
}

.pokiesurf-i86vd9 svg path {
  -webkit-transition: 0.pokiesurf-2r2bym ease-in-out;
  -o-transition: 0.pokiesurf-2r2bym ease-in-out;
  transition: 0.pokiesurf-2r2bym ease-in-out;
}

.pokiesurf-j0q6w3 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0 20px;
}

.pokiesurf-j0q6w3 > :not(.get-image):not(.wp-block-heading) {
  grid-column: 1/2;
}

.pokiesurf-j0q6w3.pokiesurf-59q00x > :not(.get-image) {
  grid-column: 1/3;
}

.pokiesurf-0tzk65:not(._h1-block) .pokiesurf-j0q6w3 > .pokiesurf-s1x77z {
  grid-row: 1/2;
  grid-column: 1/3;
}

.pokiesurf-j0q6w3.pokiesurf-59q00x .pokiesurf-gma8w8 {
  grid-column: 2/3;
}

.pokiesurf-j0q6w3.pokiesurf-59q00x > .pokiesurf-p2c1yg {
  grid-column: 1/2;
}

.pokiesurf-j0q6w3.pokiesurf-59q00x > :not(.get-image):not(.wp-block-heading) {
  grid-column: 2/3;
}

.pokiesurf-j0q6w3 > p:first-of-type {
  margin-top: 0;
}

.pokiesurf-j0q6w3 .pokiesurf-p2c1yg {
  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-0tzk65:not(._h1-block) .pokiesurf-s1x77z ~ .pokiesurf-p2c1yg {
  grid-row: 2/10;
}

.pokiesurf-0tzk65.pokiesurf-qpbfyz .pokiesurf-s1x77z ~ .pokiesurf-p2c1yg {
  grid-row: 1/10;
}

.pokiesurf-0tzk65.pokiesurf-qpbfyz > .pokiesurf-s1x77z {
  grid-column: 1/2;
  margin-bottom: 20px;
}

.pokiesurf-0tzk65.pokiesurf-qpbfyz .pokiesurf-p2c1yg {
  grid-row: 1/10;
}

.pokiesurf-j0q6w3.pokiesurf-8ha7fn .pokiesurf-p2c1yg {
  align-items: flex-start;
}

.pokiesurf-j0q6w3.pokiesurf-7d5dy1 .pokiesurf-gma8w8 {
  margin-top: auto;
  margin-bottom: auto;
  height: fit-content;
}

.pokiesurf-j0q6w3.pokiesurf-7d5dy1 .pokiesurf-p2c1yg {
  align-items: center;
}

.pokiesurf-j0q6w3.pokiesurf-a5shuf .pokiesurf-p2c1yg {
  align-items: flex-end;
}

.pokiesurf-gma8w8 > :first-child {
  margin-top: 0;
}

.pokiesurf-gma8w8 > :last-child {
  margin-bottom: 0;
}

* + .pokiesurf-87zzxk,
.pokiesurf-0tzk65 + .pokiesurf-0tzk65 {
  margin-top: 2rem;
}

.pokiesurf-kajynd td::before,
.pokiesurf-kajynd th::after {
  display: none !important;
}

.pokiesurf-kajynd #link-selector {
  color: #000;
}

.pokiesurf-kajynd .pokiesurf-d1o049 {
  color: #135e96;
}

.pokiesurf-kajynd .pokiesurf-fhguzs *,
.pokiesurf-kajynd .pokiesurf-hey735 p,
.pokiesurf-kajynd .pokiesurf-wtphgy * {
  color: #000;
}

.pokiesurf-kajynd .pokiesurf-otetj1 {
  background: 0 0 !important;
}

.pokiesurf-kajynd .pokiesurf-1sb3v9 {
  color: #000;
}

.pokiesurf-kajynd .pokiesurf-1kfs8o.pokiesurf-9xjrov {
  color: #fff;
}

.pokiesurf-kajynd .pokiesurf-qqadzt {
  color: #000;
}

.pokiesurf-kajynd
  .pokiesurf-v7igp7
  .pokiesurf-d9sfna.pokiesurf-9xjrov.pokiesurf-ixr4xy {
  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-9td61p,
body .pokiesurf-sdnidy {
  color: #000;
  background: var(--color-body) !important;
}

.pokiesurf-9td61p .pokiesurf-w3r2od .pokiesurf-2sdc5v,
body .pokiesurf-sdnidy .pokiesurf-w3r2od .pokiesurf-2sdc5v {
  color: #000;
}

@media (hover: hover), screen and (min-width: 0\0) {
  .pokiesurf-p372nl:focus,
  .pokiesurf-p372nl:hover {
    color: #f9cb16;
  }
  .pokiesurf-hjm6k5:focus,
  .pokiesurf-hjm6k5:hover {
    background-color: var(--button-bg-color) !important;
    opacity: 1;
  }
}

@media (hover: hover), screen and (min-width: 0\0) {
  .pokiesurf-qumdwh:focus img,
  .pokiesurf-qumdwh:focus svg,
  .pokiesurf-qumdwh:hover img,
  .pokiesurf-qumdwh:hover svg {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
  }
}

@media (min-width: 768px) {
  .pokiesurf-lpe012 {
    display: none;
  }
}

@media (min-width: 1024px) {
  .pokiesurf-kxu36x:hover .pokiesurf-ddyvhq svg {
    -webkit-transform: rotateZ(180deg);
    -ms-transform: rotate(180deg);
    transform: rotateZ(180deg);
  }
  .pokiesurf-ddyvhq {
    pointer-events: none;
  }
}

@media screen and (max-width: 1280px) {
  :root {
    --offsets: 20px;
  }
}

@media (max-width: 1280px) {
  .pokiesurf-en66pq {
    -ms-grid-columns: (1fr) [5];
    grid-template-columns: repeat(5, 1fr);
  }
  .pokiesurf-vr2cw7 {
    grid-template-columns: repeat(4, 1fr);
  }
  .pokiesurf-uxqhfy {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 1279px) {
  .pokiesurf-6sjd98 .pokiesurf-var1n9 {
    grid-template-columns: 1fr;
  }
  .pokiesurf-6sjd98 .pokiesurf-sk8k17 {
    -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-6sjd98 .pokiesurf-mm1wnz {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
  .pokiesurf-6sjd98 .pokiesurf-2pp0p4 {
    border-bottom: none;
    border-radius: 0;
    padding: 12px 20px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
  .pokiesurf-6sjd98 .pokiesurf-02znie {
    border-radius: 0 0 16px 16px;
    padding: 24px 16px;
  }
  .pokiesurf-6sjd98 .pokiesurf-mm1wnz:not(:first-child) {
    border: none;
  }
  .pokiesurf-6sjd98 .pokiesurf-mm1wnz:first-child .pokiesurf-2pp0p4 {
    border-top-left-radius: 18px;
    border-top-right-radius: 0;
  }
  .pokiesurf-6sjd98 .pokiesurf-mm1wnz:last-child .pokiesurf-2pp0p4 {
    border-radius: 0 18px 0 0;
  }
}

@media screen and (max-width: 1024px) {
  :root {
    --offsets: 16px;
  }
}

@media (max-width: 1024px) {
  html {
    font-size: 16px;
  }
  .pokiesurf-7gcz38 {
    position: relative;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 8px var(--offsets);
  }
  .pokiesurf-cncqpf {
    max-width: 100px;
  }
  .pokiesurf-c4563i {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
  .pokiesurf-ptjc25 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .pokiesurf-ptjc25 svg {
    stroke: var(--button-text-color);
    /* fill: var(--button-text-color); */
  }
  .pokiesurf-hfv593 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
    margin-left: 20px;
  }
  .pokiesurf-c4563i + .pokiesurf-ptjc25 {
    margin-left: auto;
  }
  .pokiesurf-8qes75 {
    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-8qes75.pokiesurf-eqd1ge {
    z-index: 9999;
    opacity: 1;
    pointer-events: auto;
  }
  .pokiesurf-f6bv6s {
    -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-jv0fx8 {
    width: 100%;
  }
  .pokiesurf-jv0fx8:not(:last-child) {
    border-bottom: 1px solid var(--border-color);
  }
  .pokiesurf-iv8lzk {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin: 0;
    padding: 8px 0;
    width: 100%;
  }
  .pokiesurf-iv8lzk svg {
    margin-right: 4px;
  }
  .pokiesurf-kxu36x {
    -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-ddyvhq svg {
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
  }
  .pokiesurf-ddyvhq {
    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-te9ry2 {
    display: none;
    width: 100%;
  }
  .pokiesurf-kxu36x.pokiesurf-eqd1ge .pokiesurf-te9ry2 {
    padding: 0 0 0 48px;
  }
  .pokiesurf-lfinoa {
    justify-content: flex-start;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
  }
  .pokiesurf-3v52io .pokiesurf-p2c1yg {
    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-dzrjcv {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
  }
  .pokiesurf-dzrjcv + .pokiesurf-dzrjcv {
    margin-right: 0;
  }
  .pokiesurf-dzrjcv + .pokiesurf-p2c1yg {
    margin: 0;
  }
  .pokiesurf-en66pq {
    grid-template-columns: repeat(4, 1fr);
  }
  .pokiesurf-vr2cw7 {
    grid-template-columns: repeat(3, 1fr);
  }
  .pokiesurf-lq2e2q,
  .pokiesurf-t6m7l0 {
    grid-template-columns: repeat(2, 1fr);
  }
  .pokiesurf-j0q6w3 {
    grid-template-columns: 1fr;
    gap: 16px;
  }
  .pokiesurf-j0q6w3.pokiesurf-59q00x .pokiesurf-gma8w8 {
    grid-column: auto;
    grid-row: auto;
  }
  .pokiesurf-j0q6w3 > .pokiesurf-s1x77z {
    grid-column: 1/2;
  }
  .pokiesurf-j0q6w3.pokiesurf-59q00x > :not(.get-image) {
    grid-column: 1/2;
  }
  .pokiesurf-j0q6w3 .pokiesurf-p2c1yg,
  .pokiesurf-j0q6w3.pokiesurf-59q00x > .pokiesurf-p2c1yg {
    grid-column: 1/2;
    grid-row: 1/2;
  }
  .pokiesurf-j0q6w3.pokiesurf-59q00x > :not(.get-image):not(.wp-block-heading) {
    grid-column: 1/2;
  }
  .pokiesurf-0tzk65.pokiesurf-qpbfyz .pokiesurf-j0q6w3 > .pokiesurf-p2c1yg {
    grid-row: 1/2;
  }
  .pokiesurf-j0q6w3 .pokiesurf-s1x77z ~ .pokiesurf-p2c1yg,
  .pokiesurf-j0q6w3.pokiesurf-59q00x .pokiesurf-s1x77z ~ .pokiesurf-p2c1yg {
    grid-row: 2/3;
  }
  .pokiesurf-0tzk65.pokiesurf-qpbfyz .pokiesurf-s1x77z ~ .pokiesurf-p2c1yg {
    grid-row: 2/3;
  }
}

@media (max-width: 800px) {
  .pokiesurf-e7jzl5:first-child .pokiesurf-za2wul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .pokiesurf-e7jzl5:first-child .pokiesurf-za2wul h1 {
    -webkit-box-ordinal-group: -1;
    -ms-flex-order: -2;
    order: -2;
  }
}

@media (max-width: 1100px) {
  .pokiesurf-e7jzl5 {
    margin-bottom: 1rem;
    padding: 0 13px;
  }
}

@media (max-width: 767px) {
  .pokiesurf-e7jzl5 {
    padding: 0;
  }
  .pokiesurf-rsd22e {
    margin-top: 1rem;
  }
  .pokiesurf-cb6itg {
    border-radius: 5px;
  }
  .pokiesurf-a1czi0 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .pokiesurf-0oljxr::after {
    display: inline-block;
  }
  .pokiesurf-0oljxr {
    margin: 0;
    width: 100%;
  }
  .pokiesurf-l156wi {
    width: 100%;
  }
  .pokiesurf-l156wi.pokiesurf-n74gy0 {
    -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-l156wi.pokiesurf-n74gy0 .pokiesurf-7v0l24 {
    width: 100%;
  }
  .pokiesurf-l156wi.pokiesurf-n74gy0 .pokiesurf-7v0l24:not(:last-child) {
    margin-right: 0;
  }
  .pokiesurf-p372nl {
    width: 100%;
    text-align: center;
  }
  .pokiesurf-94uizd.pokiesurf-eqd1ge .pokiesurf-l156wi {
    margin-top: 1rem;
  }
  .pokiesurf-en66pq {
    grid-template-columns: repeat(3, 1fr);
  }
  .pokiesurf-uxqhfy,
  .pokiesurf-vr2cw7 {
    grid-template-columns: repeat(2, 1fr);
  }
  .pokiesurf-lq2e2q,
  .pokiesurf-t6m7l0,
  .pokiesurf-09wtsx {
    grid-template-columns: 1fr;
  }
  .pokiesurf-7ikpid {
    overflow-x: auto;
    width: 100%;
    max-width: 980px;
  }
  .pokiesurf-mkcmco {
    min-width: 300px;
    max-width: 325px;
  }
  .pokiesurf-2pp0p4 {
    cursor: auto;
  }
  .pokiesurf-sz1sbr .pokiesurf-2pp0p4 {
    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-k9omqk {
    left: calc(50% - 60px);
  }
}

@media (max-width: 650px) {
  .pokiesurf-te9ry2 {
    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-k9omqk {
    top: 100px !important;
  }
  #cookie-law-div p {
    padding-bottom: 50px;
  }
}

.pokiesurf-dzrjcv p {
  margin-top: 0;
}

@media (max-width: 550px) {
  .pokiesurf-ptjc25 {
    margin: 0 -0.2rem;
  }
  .pokiesurf-dzrjcv {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
  .pokiesurf-qeo6zo {
    -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-60u8mv {
    max-width: 100%;
  }
  .pokiesurf-en66pq {
    grid-template-columns: repeat(2, 1fr);
  }
  .pokiesurf-uxqhfy,
  .pokiesurf-vr2cw7 {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 500px) {
  html {
    font-size: 16px;
  }
  .pokiesurf-7gcz38 {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .pokiesurf-ptjc25 {
    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-xpyr8l {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .pokiesurf-haploy {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
  }
  .pokiesurf-14cxwu,
  .pokiesurf-jmd8nb {
    width: calc(100% - 20px);
  }
}

@media (max-width: 475px) {
  .pokiesurf-vi7x7s {
    width: 100%;
  }
  .pokiesurf-en66pq {
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 400px) {
  .pokiesurf-k9omqk {
    top: 127px !important;
  }
}

.pokiesurf-dy7rpd {
  width: 100%;
  border-radius: 12px;
  overflow: hidden;
  margin-bottom: 20px;
}

@media (max-width: 1100px) {
  .pokiesurf-dy7rpd {
  }
}

@media (max-width: 767px) {
  .pokiesurf-dy7rpd {
    margin-bottom: 12px;
  }
}

.pokiesurf-dy7rpd img {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  min-width: 100%;
  height: 100%;
}

.pokiesurf-e0ayzg {
  display: flex;
  margin: 0 auto;
  padding: 0 var(--offsets);
  max-width: var(--display-width);
  gap: 20px;
}

.pokiesurf-e0ayzg > .pokiesurf-ek67sr {
  flex: 1 1;
}

@media (max-width: 767px) {
  .pokiesurf-e0ayzg {
    flex-direction: column;
    gap: 12px;
  }
}

.pokiesurf-mvkbha {
  display: flex;
}

.pokiesurf-mvkbha .pokiesurf-yxmol4 {
  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-mvkbha .pokiesurf-hz3e3s {
  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-mvkbha .pokiesurf-dy50ki {
  display: flex;
  list-style: none;
  margin: 0;
  padding-left: 100%;
  animation: scroll 60s linear infinite;
}

.pokiesurf-mvkbha .pokiesurf-9e1n05 {
  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-mvkbha .pokiesurf-9e1n05:before {
  content: "";
  width: 24px;
  min-width: 24px;
  height: 24px;
  background-image: url(../images/award.svg);
  background-repeat: no-repeat;
  background-position: center;
}

.pokiesurf-mvkbha .pokiesurf-wvwmaz {
  color: #fff;
  font-size: 14px;
  font-weight: 800;
  line-height: 20px;
  margin-right: 4px;
}

.pokiesurf-2r9xe2 {
  border: unset;
  background-color: unset;
}

.pokiesurf-2r9xe2 tbody {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

.pokiesurf-2r9xe2 .pokiesurf-oetz0e,
.pokiesurf-2r9xe2 .pokiesurf-9o2ql6 {
  flex: 0 1 330px;
}

.pokiesurf-2r9xe2 .pokiesurf-cuty2n {
  flex: 1 1;
}

.pokiesurf-2r9xe2 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-2r9xe2 tr td {
  border: unset;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  color: #fff;
  padding: 0;
}

.pokiesurf-2r9xe2 tr td:first-child {
  font-size: 23px;
  font-weight: 800;
  line-height: 28px;
  margin: 0;
  padding: 0;
}

.pokiesurf-2r9xe2 tr td p {
  color: #fff;
  margin: 0;
}

.pokiesurf-2r9xe2 tr td p span {
  color: var(--title-color);
  font-weight: 800;
}

.pokiesurf-2r9xe2 tr.pokiesurf-oetz0e td p {
  padding: 16px 0;
}

.pokiesurf-2r9xe2 tr.pokiesurf-oetz0e td p:not(:last-child),
.pokiesurf-2r9xe2 tr.pokiesurf-9o2ql6 td p:not(:last-child) {
  border-bottom: 1px solid var(--border-color);
}

.pokiesurf-2r9xe2 tr.pokiesurf-oetz0e td p:first-child,
.pokiesurf-2r9xe2 tr.pokiesurf-9o2ql6 td p:first-child {
  padding-top: 0;
}

.pokiesurf-2r9xe2 tr.pokiesurf-9o2ql6 td p {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 12px 0;
  font-size: 14px;
  font-weight: 800;
  line-height: 20px;
}

.pokiesurf-2r9xe2 tr.pokiesurf-9o2ql6 td p:last-child {
  padding-bottom: 0;
}

.pokiesurf-2r9xe2 .pokiesurf-9o2ql6 img {
  max-width: 32px;
}

.pokiesurf-2r9xe2 .pokiesurf-cuty2n {
  min-width: 718px;
}

.pokiesurf-2r9xe2 .pokiesurf-cuty2n td:last-child {
  display: flex;
  flex-wrap: wrap;
}

.pokiesurf-2r9xe2 .pokiesurf-cuty2n td {
  display: flex;
}

.pokiesurf-2r9xe2 .pokiesurf-cuty2n td:last-child .pokiesurf-lxb254,
.pokiesurf-2r9xe2 .pokiesurf-cuty2n td:last-child .pokiesurf-bveevs,
.pokiesurf-2r9xe2 .pokiesurf-cuty2n td:last-child .pokiesurf-fgtbef {
  flex: 1 1 50%;
}

.pokiesurf-2r9xe2 .pokiesurf-cuty2n td:last-child .pokiesurf-hmeqnb {
  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-2r9xe2 .pokiesurf-cuty2n td:last-child .pokiesurf-z2se0l,
.pokiesurf-2r9xe2 .pokiesurf-cuty2n td:last-child .pokiesurf-2xnaq7 {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  list-style: none;
  padding-left: 0;
  margin-top: 12px;
}

.pokiesurf-2r9xe2 .pokiesurf-cuty2n td:last-child .pokiesurf-lxb254,
.pokiesurf-2r9xe2 .pokiesurf-cuty2n td:last-child .pokiesurf-bveevs {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
  padding-top: 16px;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}

.pokiesurf-2r9xe2 .pokiesurf-cuty2n td:last-child .pokiesurf-lxb254 span,
.pokiesurf-2r9xe2 .pokiesurf-cuty2n td:last-child .pokiesurf-bveevs span {
  font-weight: 800;
}

.pokiesurf-2r9xe2 .pokiesurf-cuty2n img {
  max-width: 34px;
}

@media (max-width: 1100px) {
  .pokiesurf-2r9xe2 .pokiesurf-cuty2n td .pokiesurf-fgtbef:not(:first-child) {
    padding-left: 0;
  }
}

@media (max-width: 767px) {
  .pokiesurf-2r9xe2 tr.pokiesurf-oetz0e td p:last-child {
    padding-bottom: 0;
  }
  .pokiesurf-2r9xe2 .pokiesurf-9o2ql6 > td {
    display: flex;
    flex-wrap: wrap;
    gap: 0 20px;
  }
  .pokiesurf-2r9xe2 .pokiesurf-9o2ql6 > td > p {
    flex: 1 1 calc(50% - 10px);
  }
  .pokiesurf-2r9xe2 tr.pokiesurf-oetz0e td p:not(:last-child),
  .pokiesurf-2r9xe2 tr.pokiesurf-9o2ql6 td p:not(:last-child) {
    border-bottom: unset;
  }
  .pokiesurf-2r9xe2 tr.pokiesurf-9o2ql6 td p:last-child {
    padding-bottom: 12px;
  }
  .pokiesurf-2r9xe2 .pokiesurf-cuty2n td:last-child .pokiesurf-lxb254,
  .pokiesurf-2r9xe2 .pokiesurf-cuty2n td:last-child .pokiesurf-bveevs,
  .pokiesurf-2r9xe2 .pokiesurf-cuty2n td:last-child .pokiesurf-fgtbef {
    flex: 1 1 50%;
    padding: 0;
  }
  .pokiesurf-2r9xe2 .pokiesurf-cuty2n td:last-child .pokiesurf-lxb254,
  .pokiesurf-2r9xe2 .pokiesurf-cuty2n td:last-child .pokiesurf-bveevs {
    margin-top: 16px;
  }
  .pokiesurf-2r9xe2 .pokiesurf-cuty2n td:last-child .pokiesurf-fgtbef {
    flex: 1 1 100%;
    padding-bottom: 16px;
    margin-top: 16px;
  }
  .pokiesurf-2r9xe2 .pokiesurf-cuty2n td:last-child .pokiesurf-lxb254 {
    border-right: 1px solid var(--border-color);
  }
  .pokiesurf-2r9xe2 .pokiesurf-cuty2n td:last-child .pokiesurf-fgtbef:first-child {
    padding-top: 0;
    margin-top: 0;
  }
  .pokiesurf-2r9xe2 .pokiesurf-cuty2n td:last-child .pokiesurf-fgtbef:last-child {
    padding-bottom: 0;
  }
}

.pokiesurf-fgtbef {
  display: flex;
  flex-direction: column;
}

.pokiesurf-2r9xe2 .pokiesurf-cuty2n td .pokiesurf-fgtbef {
  border-bottom: 1px solid var(--border-color);
  padding-bottom: 16px;
}

.pokiesurf-2r9xe2 .pokiesurf-cuty2n td .pokiesurf-fgtbef:not(:last-of-type) {
  border-right: 1px solid var(--border-color);
  padding-right: 16px;
}

.pokiesurf-2r9xe2 .pokiesurf-cuty2n td .pokiesurf-fgtbef:not(:first-child) {
  padding-left: 16px;
}

@media (max-width: 767px) {
  .pokiesurf-2r9xe2 .pokiesurf-cuty2n td .pokiesurf-fgtbef:not(:first-child) {
    padding-left: 0;
  }
  .pokiesurf-2r9xe2 .pokiesurf-cuty2n td .pokiesurf-fgtbef:not(:last-of-type) {
    border-right: unset;
  }
}

.pokiesurf-2r9xe2 .pokiesurf-jix9c6 {
  flex: 0 1 485px;
}

.pokiesurf-2r9xe2 .pokiesurf-ld153a {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  list-style: none;
}

.pokiesurf-2r9xe2 .pokiesurf-ld153a li {
  border-radius: 4px;
  border: 1px solid var(--border-color);
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}

.pokiesurf-2r9xe2 .pokiesurf-ld153a li.pokiesurf-wa68f3 {
  padding: 6px 12px;
}

.pokiesurf-2r9xe2 .pokiesurf-ld153a li a,
.pokiesurf-2r9xe2 .pokiesurf-ld153a 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-2r9xe2 .pokiesurf-24nb4v,
.pokiesurf-2r9xe2 .pokiesurf-tj3rhn {
  flex: 1 1;
}

.pokiesurf-2r9xe2 .pokiesurf-9zim1v,
.pokiesurf-2r9xe2 .pokiesurf-b7m2xx {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.pokiesurf-2r9xe2 .pokiesurf-9zim1v li,
.pokiesurf-2r9xe2 .pokiesurf-b7m2xx li {
  display: flex;
  align-items: center;
  gap: 8px;
  flex: 1 1 calc(50% - 20px);
  font-size: 14px;
  font-weight: 800;
  line-height: 20px;
}

.pokiesurf-2r9xe2 .pokiesurf-tj3rhn img {
  max-width: 32px;
}

.pokiesurf-2r9xe2 .pokiesurf-24nb4v img {
  max-width: 32px;
}

.pokiesurf-2r9xe2 .pokiesurf-vqcwwj {
  min-width: 280px;
}

.pokiesurf-2r9xe2 .pokiesurf-vqcwwj img {
  max-width: 146px;
}

.pokiesurf-2r9xe2 .pokiesurf-vqcwwj td {
  display: flex;
  flex-direction: column;
  gap: 12px;
  max-width: 280px;
}

@media (max-width: 1460px) {
  .pokiesurf-2r9xe2 .pokiesurf-oetz0e,
  .pokiesurf-2r9xe2 .pokiesurf-9o2ql6 {
    flex: 0 1 auto;
  }
  .pokiesurf-2r9xe2 .pokiesurf-cuty2n {
    min-width: unset;
    flex: 1 1 50%;
  }
}

@media (max-width: 1100px) {
  .pokiesurf-2r9xe2 .pokiesurf-oetz0e,
  .pokiesurf-2r9xe2 .pokiesurf-jix9c6,
  .pokiesurf-2r9xe2 .pokiesurf-9o2ql6,
  .pokiesurf-2r9xe2 .pokiesurf-cuty2n {
    flex: 1 1 calc(50% - 20px);
  }
  .pokiesurf-2r9xe2 .pokiesurf-24nb4v,
  .pokiesurf-2r9xe2 .pokiesurf-vqcwwj,
  .pokiesurf-2r9xe2 .pokiesurf-tj3rhn {
    flex: 1 1 30%;
  }
  .pokiesurf-2r9xe2 .pokiesurf-vqcwwj {
    min-width: unset;
  }
}

@media (max-width: 767px) {
  .pokiesurf-2r9xe2 .pokiesurf-oetz0e,
  .pokiesurf-2r9xe2 .pokiesurf-jix9c6,
  .pokiesurf-2r9xe2 .pokiesurf-24nb4v,
  .pokiesurf-2r9xe2 .pokiesurf-9o2ql6,
  .pokiesurf-2r9xe2 .pokiesurf-cuty2n,
  .pokiesurf-2r9xe2 .pokiesurf-vqcwwj,
  .pokiesurf-2r9xe2 .pokiesurf-tj3rhn {
    flex: 1 1 100%;
  }
}

.pokiesurf-fopk21 .pokiesurf-iok8if {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.pokiesurf-fopk21 .pokiesurf-wwqaye {
  position: relative;
  display: flex;
  flex-direction: column;
  border-radius: 8px;
  border: 2px solid var(--border-color);
  background-color: var(--fh-bg-color);
}

.pokiesurf-fopk21 .pokiesurf-6pu2y5 {
  width: 100%;
  padding: 12px 12px 8px 12px;
  background-color: #318562;
  font-size: 14px;
  font-weight: 800;
  line-height: 20px;
  color: #f9cb16;
}

.pokiesurf-fopk21 .pokiesurf-d496ml {
  display: grid;
  padding: 16px;
  gap: 0 16px;
  grid-template-columns: repeat(2, 1fr);
}

.pokiesurf-fopk21 .pokiesurf-d496ml > :nth-child(3) {
  margin-top: 0;
}

.pokiesurf-fopk21 .pokiesurf-p2c1yg {
  grid-column: 2/3;
  grid-row: 1/10;
}

.pokiesurf-fopk21 .pokiesurf-6is9v5 {
  grid-column: 1/2;
  margin-top: 0;
  margin-bottom: 8px;
}

.pokiesurf-fopk21 .pokiesurf-rsd22e {
  grid-column: 1/2;
}

.pokiesurf-fopk21 > :not(.how-to__title):not(.content-button) {
  grid-column: 1/2;
}

.pokiesurf-fopk21 .pokiesurf-wwqaye: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-fopk21 .pokiesurf-wwqaye:not(:last-child):after {
  position: relative;
  content: "";
  width: calc(100% - 32px);
  height: 1px;
  background-color: #318562;
  margin: 12px auto 27px auto;
}

.pokiesurf-fopk21 .pokiesurf-vi7x7s {
  min-width: 240px;
}

@media (max-width: 768px) {
  .pokiesurf-fopk21 .pokiesurf-wwqaye:not(:last-child):before {
    bottom: 8px;
  }
  .pokiesurf-fopk21 .pokiesurf-wwqaye:not(:last-child):after {
    margin: 12px auto 18px auto;
  }
  .pokiesurf-fopk21 .pokiesurf-d496ml {
    grid-template-columns: 1fr;
    padding: 16px 16px 8px 16px;
  }
  .pokiesurf-fopk21 .pokiesurf-p2c1yg {
    grid-column: 1/2;
    grid-row: 1/2;
    margin: -16px -18px 16px -18px;
  }
  .pokiesurf-fopk21 .pokiesurf-p2c1yg img {
    width: 100%;
    height: auto;
  }
  .pokiesurf-fopk21 .pokiesurf-vi7x7s {
    width: 100%;
    min-width: unset;
  }
}

.pokiesurf-qkntji .pokiesurf-02ft2v {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  list-style: none;
}

.pokiesurf-qkntji .pokiesurf-qn7gau {
  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-qkntji .pokiesurf-p2c1yg {
  height: 100%;
}

.pokiesurf-qkntji .pokiesurf-p2c1yg img {
  height: 100%;
  width: auto;
  min-width: 220px;
  object-fit: cover;
}

.pokiesurf-qkntji .pokiesurf-ujevis {
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding: 16px 16px 16px 0;
}

.pokiesurf-qkntji .pokiesurf-05q893 {
  color: #f9cb16;
  font-size: 23px;
  font-weight: 800;
  line-height: 28px;
  margin: 0;
}

.pokiesurf-qkntji .pokiesurf-f5afel {
  color: #d2d2d2;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  flex: 1 1;
  margin: 0;
}

@media (max-width: 1200px) {
  .pokiesurf-qkntji .pokiesurf-qn7gau {
    flex: 1 1 100%;
  }
  .pokiesurf-qkntji .pokiesurf-3oltiz {
    min-width: 320px;
    width: fit-content;
  }
}

@media (max-width: 767px) {
  .pokiesurf-qkntji .pokiesurf-qn7gau {
    flex-direction: column;
  }
  .pokiesurf-qkntji .pokiesurf-p2c1yg {
    width: 100%;
    height: auto;
  }
  .pokiesurf-qkntji .pokiesurf-p2c1yg img {
    width: 100%;
    height: auto;
    max-height: 260px;
    min-width: unset;
  }
  .pokiesurf-qkntji .pokiesurf-ujevis {
    padding: 0 16px 16px 16px;
  }
  .pokiesurf-qkntji .pokiesurf-3oltiz {
    min-width: unset;
    width: 100%;
  }
}

.pokiesurf-a6o8sy .pokiesurf-jilic7 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  flex-wrap: wrap;
  gap: 20px;
}

.pokiesurf-a6o8sy .pokiesurf-iu61jw {
  position: relative;
  height: 220px;
  border-radius: 12px;
  border: 2px solid var(--border-color);
  overflow: hidden;
  transition: 0.2s;
}

.pokiesurf-a6o8sy 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-a6o8sy .pokiesurf-jpvtrd {
  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-a6o8sy .pokiesurf-iu61jw:hover .pokiesurf-jpvtrd {
  display: flex;
}

.pokiesurf-a6o8sy .pokiesurf-90i4e5 {
  text-align: center;
  margin-top: 0;
  margin-bottom: 5px;
  color: #d2d2d2;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}

.pokiesurf-a6o8sy .pokiesurf-mty25c {
  text-align: center;
  font-size: 17px;
  font-weight: 800;
  line-height: 24px;
  margin-top: 0;
  margin-bottom: auto;
  color: #fff;
}

.pokiesurf-t444al {
  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-t444al.pokiesurf-kzq4nq {
  color: #196948;
  background-color: #f9cb16;
  border: 1px solid #f9cb16;
  margin-bottom: 8px;
  transition: 0.pokiesurf-0qmue7 ease-in-out;
}

.pokiesurf-t444al.pokiesurf-kzq4nq:hover {
  color: #f9cb16;
  background-color: transparent;
}

.pokiesurf-a6o8sy .pokiesurf-211kfo {
  color: #fff;
  border: 1px solid #f9cb16;
  background-color: unset;
  transition: 0.pokiesurf-0qmue7 ease-in-out;
}

.pokiesurf-a6o8sy .pokiesurf-211kfo:hover {
  color: #196948;
  background-color: #f9cb16;
}

.pokiesurf-a6o8sy .pokiesurf-211kfo:after,
.pokiesurf-t444al.pokiesurf-kzq4nq:after {
  content: "";
  width: 24px;
  min-width: 24px;
  height: 24px;
  background-repeat: no-repeat;
  background-position: center;
}

.pokiesurf-t444al.pokiesurf-kzq4nq:after {
  background-image: url(../images/Cash.svg);
}

.pokiesurf-a6o8sy .pokiesurf-211kfo:after {
  background-image: url(../images/Play.svg);
}

@media (max-width: 1200px) {
  .pokiesurf-a6o8sy .pokiesurf-jilic7 {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 850px) {
  .pokiesurf-a6o8sy .pokiesurf-jilic7 {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 600px) {
  .pokiesurf-a6o8sy .pokiesurf-jilic7 {
    grid-template-columns: 1fr;
  }
  .pokiesurf-a6o8sy .pokiesurf-iu61jw {
    height: auto;
  }
  .pokiesurf-a6o8sy .pokiesurf-iu61jw .pokiesurf-jpvtrd {
    position: relative;
    display: flex;
    height: auto;
    background-color: var(--fh-bg-color);
    padding: 8px 12px 12px 12px;
  }
  .pokiesurf-a6o8sy .pokiesurf-90i4e5,
  .pokiesurf-a6o8sy .pokiesurf-mty25c {
    text-align: left;
  }
  .pokiesurf-a6o8sy .pokiesurf-mty25c {
    margin-bottom: 8px;
  }
  .pokiesurf-a6o8sy img {
    position: relative;
    top: unset;
    right: unset;
    bottom: unset;
    left: unset;
    min-height: unset;
  }
}

.pokiesurf-c8wm8s {
  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-c8wm8s.pokiesurf-yfqazx {
  display: block;
}

.pokiesurf-c8wm8s .pokiesurf-8fna4j {
  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-c8wm8s .pokiesurf-76dvd3 {
  display: flex;
  gap: 24px;
  padding: 12px;
}

.pokiesurf-c8wm8s .pokiesurf-nxc3d6 {
  display: flex;
  align-items: center;
  color: #fff;
  font-size: 23px;
  font-weight: 800;
  line-height: 28px;
}

.pokiesurf-c8wm8s .pokiesurf-g3rxgd {
  display: flex;
  align-items: center;
  flex: 1 1;
}

.pokiesurf-c8wm8s .pokiesurf-t444al {
  min-width: 296px;
  margin-bottom: 0;
}

.pokiesurf-c8wm8s .pokiesurf-0ivtpo {
  width: 44px;
  min-width: 44px;
  height: 44px;
  background-image: url(../images/cross.svg);
  background-position: center;
  background-repeat: no-repeat;
  cursor: pointer;
}

.pokiesurf-c8wm8s .pokiesurf-3u86qf {
  position: relative;
  flex: 1 1;
}

.pokiesurf-c8wm8s .pokiesurf-3u86qf iframe {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 100%;
  height: 100%;
}

@media (max-width: 768px) {
  .pokiesurf-c8wm8s .pokiesurf-76dvd3 {
    flex-wrap: wrap;
    gap: 8px;
  }
  .pokiesurf-c8wm8s .pokiesurf-nxc3d6 {
    order: 1;
  }
  .pokiesurf-c8wm8s .pokiesurf-g3rxgd {
    order: 3;
    flex: 1 1 100%;
  }
  .pokiesurf-c8wm8s .pokiesurf-t444al {
    width: 100%;
    min-width: unset;
  }
  .pokiesurf-c8wm8s .pokiesurf-0ivtpo {
    order: 2;
    margin-left: auto;
  }
}

@media (max-width: 767px) {
  .pokiesurf-j0q6w3 > .pokiesurf-s1x77z {
    margin-bottom: 0;
  }
  .pokiesurf-j0q6w3 > .pokiesurf-rsd22e,
  .pokiesurf-j0q6w3 > p {
    margin-top: 0;
  }
}

.pokiesurf-ys3weg img,
.pokiesurf-dzrjcv img {
  width: auto;
  object-fit: contain;
}

.pokiesurf-ys3weg {
  align-items: center;
}

.pokiesurf-ys3weg img {
  max-height: 76px;
}

.pokiesurf-dzrjcv img {
  max-height: 64px;
}

.pokiesurf-k24fgq {
  overflow: auto;
}

.pokiesurf-34jfls {
  border: 1px solid var(--color-table-border);
  box-shadow: 0 0 15px rgb(0 0 0 / 5%);
  border-collapse: collapse;
  width: 100%;
}

.pokiesurf-q97fnt:not(:last-child) {
  border-bottom: 1px solid var(--color-table-border);
}

.pokiesurf-nxxhih {
  border: none;
  padding: 25px 10px;
  font-weight: 700;
  color: var(--color-table-td-color);
  min-width: 200px;
}

.pokiesurf-j3sivt {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.pokiesurf-nxxhih .pokiesurf-p2c1yg {
  margin-right: 20px;
  flex-shrink: 0;
}

.pokiesurf-nxxhih img {
  max-height: 45px;
  object-fit: contain;
  width: 100%;
}

.pokiesurf-2vmi47 {
  padding: 25px 10px;
  align-self: center;
  border-bottom: 1px solid var(--color-table-border);
  flex-grow: 1;
  border-top: none;
}

.pokiesurf-2vmi47 > :first-child {
  margin-top: 0;
}

@media (max-width: 767px) {
  .pokiesurf-nxxhih {
    padding: 15px 10px;
  }
  .pokiesurf-2vmi47 {
    padding: 15px 10px;
  }
  .pokiesurf-nxxhih .pokiesurf-p2c1yg {
    margin-right: 10px;
  }
}

.pokiesurf-dyfi7d {
  overflow-x: auto;
}

.pokiesurf-zrm3nd {
  border-collapse: collapse;
  width: 100%;
}

.pokiesurf-dyfi7d th {
  font-family: inherit;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 19px;
  padding: 25px 10px;
  text-align: center;
}

.pokiesurf-dyfi7d td {
  font-family: inherit;
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  padding: 15px 25px;
  white-space: nowrap;
}

.pokiesurf-dyfi7d td.pokiesurf-hyhors {
  font-weight: 600;
  text-align: right;
  border-left: none;
}

.pokiesurf-dyfi7d td.pokiesurf-sv0u12 {
  border-right: none;
}

.pokiesurf-dyfi7d td.pokiesurf-sv0u12 .pokiesurf-p2c1yg {
  justify-content: flex-start;
}

.pokiesurf-dyfi7d td.pokiesurf-sv0u12 .pokiesurf-p2c1yg img {
  height: auto;
  width: 90px;
}

.pokiesurf-dyfi7d td.pokiesurf-n4j9yi,
.pokiesurf-dyfi7d td.pokiesurf-9z7kwl {
  font-weight: 600;
  text-align: right;
}

.pokiesurf-dyfi7d td.pokiesurf-7rwvxa,
.pokiesurf-dyfi7d td.pokiesurf-n4j9yi {
  padding-bottom: 10px;
  border-bottom: none;
}

.pokiesurf-dyfi7d td.pokiesurf-n4j9yi,
.pokiesurf-dyfi7d td.pokiesurf-9z7kwl {
  border-left: none;
}

.pokiesurf-dyfi7d td.pokiesurf-7rwvxa,
.pokiesurf-dyfi7d td.pokiesurf-et8b9a {
  border-right: none;
}

.pokiesurf-dyfi7d td.pokiesurf-et8b9a,
.pokiesurf-dyfi7d td.pokiesurf-9z7kwl {
  border-top: none;
  padding-top: 10px;
}

.pokiesurf-ur3m6m {
  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-ur3m6m .pokiesurf-3oltiz {
  min-width: unset;
  width: 100%;
}

.pokiesurf-ur3m6m .pokiesurf-3oltiz.pokiesurf-t8eezg {
  grid-column: 1/2;
  grid-row: 1/2;
}

.pokiesurf-ur3m6m .pokiesurf-3oltiz.pokiesurf-jb1w4u {
  grid-column: 2/3;
  grid-row: 1/2;
}

.pokiesurf-ur3m6m .pokiesurf-1g701e {
  grid-column: 1/3;
  grid-row: 2/3;
  margin-top: 0;
}

@media (max-width: 767px) {
  .pokiesurf-ur3m6m {
    grid-template-columns: 1fr;
    margin-top: 0;
  }
  .pokiesurf-ur3m6m .pokiesurf-3oltiz.pokiesurf-t8eezg {
    grid-column: 1/2;
    grid-row: 1/2;
  }
  .pokiesurf-ur3m6m .pokiesurf-3oltiz.pokiesurf-jb1w4u {
    grid-column: 1/2;
    grid-row: 2/3;
  }
  .pokiesurf-ur3m6m .pokiesurf-1g701e {
    grid-column: 1/2;
    grid-row: 3/4;
  }
}

.pokiesurf-9sfmgb {
  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-9rj3f7 {
  margin-bottom: 32px;
  font-size: 34px;
  font-weight: 800;
  line-height: 40px;
}

.pokiesurf-bbzqxe p a img {
  margin: 0 auto;
  display: block;
}

.pokiesurf-bbzqxe table {
  margin-bottom: 17px;
}

/* contanct form */
.pokiesurf-3el98f {
  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-3el98f label {
  font-size: 14px;
}

.pokiesurf-3el98f h2 {
  text-align: center;
  margin-bottom: 1rem;
}
.pokiesurf-3el98f input,
.pokiesurf-3el98f textarea,
.pokiesurf-3el98f 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-3el98f button {
  background-color: #a91f09;
  color: var(--text-color);
  border: none;
  cursor: pointer;
  transition: background 0.pokiesurf-0qmue7 ease;
}
.pokiesurf-3el98f button:hover {
  background-color: #691204;
}
.pokiesurf-vjqof1 {
  text-align: center;
  color: green;
  font-weight: 500;
  padding: 50px 0;
  animation: fadeIn 0.pokiesurf-3uijmp ease-in;
}

.pokiesurf-vjqof1 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-z218j6, .pokiesurf-r0pi9g, [class*="review-card"],
thead, thead th, table th, .pokiesurf-pa8gfa,
.pokiesurf-bb0c5x, [class*="collapsible-header"],
.pokiesurf-c3mewj, [class*="updated-block"] {
  color: #ece7dc !important;
}
