@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);
}

.spree-7kzqao {
  margin: 0 auto;
  padding: 0 var(--offsets);
  max-width: var(--display-width);
}

.spree-ccyc3w {
  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.spree-wgrnak,
ul.spree-wgrnak {
  padding-left: 20px;
}

ul.spree-wgrnak {
  list-style: disc;
}

ol.spree-wgrnak {
  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;
  }
}

.spree-3w9ag0 > .spree-lo4hri,
.spree-3w9ag0 > .spree-br6eeo,
.spree-3w9ag0 > blockquote,
.spree-3w9ag0 > h1,
.spree-3w9ag0 > h2,
.spree-3w9ag0 > h3,
.spree-3w9ag0 > h4,
.spree-3w9ag0 > h5,
.spree-3w9ag0 > h6,
.spree-3w9ag0 > ol,
.spree-3w9ag0 > p,
.spree-3w9ag0 > ul {
  margin-right: auto;
  margin-left: auto;
  padding: 0 var(--offsets);
  max-width: var(--display-width);
}

.spree-3w9ag0 > ol,
.spree-3w9ag0 > ul {
  padding-left: 50px;
}

.spree-3w9ag0 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;
}

.spree-3w9ag0:not(:last-child) {
  margin-bottom: 2rem;
}

.spree-3w9ag0 > :not(:first-child) {
  margin-top: 2rem;
}

.spree-3w9ag0 {
  margin-top: 64px;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.spree-3w9ag0:first-child {
  margin-top: 40px;
}

@media (max-width: 767px) {
  .spree-3w9ag0:first-child {
    margin-top: 20px;
  }
}

.spree-3w9ag0 > p:last-of-type {
  margin-bottom: 32px;
}

.spree-3w9ag0 > .spree-m72iwm:not(:first-child) {
  margin: 64px auto 16px auto;
}

.spree-xpy3fj > .spree-m72iwm {
  margin-left: auto;
  margin-right: auto;
  padding: 0 var(--offsets);
  max-width: var(--display-width);
}

.spree-br6eeo {
  overflow: auto;
}

.spree-br6eeo::-webkit-scrollbar {
  height: 5px;
}

.spree-br6eeo table,
table {
  margin-top: 24px;
  border-collapse: collapse;
  width: 100%;
  word-break: break-word;
}

.spree-br6eeo table {
  border-radius: 12px;
  border: 2px solid var(--border-color);
  /* background: #0f442e; */
}

.spree-br6eeo table thead,
table thead {
  border-bottom: none;
}

.spree-br6eeo table th,
table th {
  padding: 5px 5px;
  text-align: center;
  color: var(--color-table-th-color);
  background-color: var(--table-1-color);
}

.spree-br6eeo table th:not(:last-child) {
  border-right: 1px solid var(--border-color);
}

.spree-br6eeo table td,
table td {
  border: 1px solid var(--border-color);
  padding: 5px 5px;
}

.spree-br6eeo .spree-grdjbj {
  table-layout: auto;
}

.spree-br6eeo .spree-grdjbj th {
  word-break: normal;
}

.spree-br6eeo .spree-grdjbj td {
  word-break: normal;
}

.spree-7kzqao .spree-7kzqao {
  padding-right: 0;
  padding-left: 0;
}

.spree-66lylv {
  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;
}

.spree-6gfgfq {
  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;
}

.spree-6v8bfd {
  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;
}

.spree-lo4hri {
  margin-top: 24px;
}

.spree-lo4hri.spree-v1u9bw {
  text-align: left;
}

.spree-lo4hri.spree-0vtv3x {
  text-align: right;
}

.spree-lo4hri.spree-0q5d1v {
  text-align: center;
}

.spree-x4hpc5 {
  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.spree-t18q36 ease-in-out;
  cursor: pointer;
}

.spree-x4hpc5:hover {
  color: var(--button-bg-color);
  background: 0 0;
}

.spree-x4hpc5 {
  min-width: 328px;
}

@media (max-width: 768px) {
  .spree-x4hpc5 {
    min-width: unset;
  }
}

.spree-pd0mx1 {
  background-color: var(--fh-bg-color);
}

.spree-ofdi4l {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 8px 20px;
}

.spree-yyxa6j {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  max-width: 80px;
}

.spree-yyxa6j img {
  max-height: 44px;
  object-fit: contain;
}

.spree-sn7mxk {
  flex: 1 1;
}

.spree-erzry0 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-left: auto;
}

.spree-as8s5i {
  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;
}

.spree-as8s5i 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;
}

.spree-as8s5i.spree-cylp8b span:nth-of-type(1) {
  -webkit-transform: translateY(11px) rotateZ(45deg);
  -ms-transform: translateY(11px) rotate(45deg);
  transform: translateY(11px) rotateZ(45deg);
}

.spree-as8s5i.spree-cylp8b span:nth-of-type(2) {
  -webkit-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform: scaleX(0);
}

.spree-as8s5i.spree-cylp8b span:nth-of-type(3) {
  -webkit-transform: translateY(-11px) rotateZ(-45deg);
  -ms-transform: translateY(-11px) rotate(-45deg);
  transform: translateY(-11px) rotateZ(-45deg);
}

.spree-sn7mxk + .spree-erzry0 {
  margin-left: 20px;
}

.spree-wlnz88 {
  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;
}

.spree-wlnz88 > svg {
  max-width: 24px;
  max-height: 24px;
}

.spree-wlnz88 + .spree-wlnz88 {
  margin-left: 5px;
}

.spree-f4ml9y {
  color: var(--button-text-color);
  background-color: var(--button-bg-color);
  border: 1px solid var(--border-color);
  transition: 0.2s;
}

.spree-f4ml9y:hover {
  background-color: var(--button-bg-hover);
}

.spree-tx4xyf {
  color: var(--button-text-color);
  background-color: var(--button-bg-color);
  transition: 0.spree-t18q36 ease-in-out;
  border: 1px solid var(--border-color);
}

.spree-tx4xyf:hover {
  color: var(--button-text-color);
  background-color: var(--button-bg-hover);
}

.spree-k5217k {
  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) {
  .spree-sn7mxk {
    flex: 1 1 100%;
    order: 10;
    margin-top: 8px;
  }
  .spree-k5217k {
    justify-content: center;
  }
}

@media (max-width: 1024px) {
  .spree-sn7mxk {
    margin-top: unset;
  }
}

@media (max-width: 768px) {
  .spree-wlnz88 {
    min-width: unset;
    flex: 1 1;
  }
}

.spree-6p7v8q {
  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;
}

.spree-6p7v8q:hover > a::after {
  -webkit-transform: scaleX(1);
  -ms-transform: scaleX(1);
  transform: scaleX(1);
}

.spree-6p7v8q:hover .spree-a10l0q {
  opacity: 1;
  pointer-events: auto;
}

.spree-tynadg {
  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.spree-dif6gy ease-in-out;
  gap: 4px;
}

.spree-tynadg > svg {
  max-width: 28px;
  max-height: 28px;
  fill: var(--text-color);
  stroke: var(--text-color);
}

.spree-tynadg .spree-66lylv img {
  width: auto;
  height: 1.2rem;
  -o-object-fit: contain;
  object-fit: contain;
}

.spree-f6t18f,
.spree-tynadg:hover {
  color: var(--button-bg-hover);
}

.spree-lc3a6m {
  position: relative;
}

.spree-lc3a6m .spree-tynadg {
  margin-right: 0;
  padding-right: 4px;
}

.spree-0cnhy1 svg {
  fill: var(--text-color);
  stroke: var(--text-color);
}

.spree-lc3a6m.spree-cylp8b .spree-0cnhy1 svg {
  -webkit-transform: rotateZ(180deg);
  -ms-transform: rotate(180deg);
  transform: rotateZ(180deg);
}

.spree-lc3a6m.spree-cylp8b .spree-a10l0q {
  position: relative;
  top: 0;
  display: block;
  margin-top: 0;
  padding: 0 1rem;
  opacity: 1;
  pointer-events: auto;
}

.spree-lc3a6m.spree-cylp8b .spree-a10l0q::before {
  display: none;
}

.spree-0cnhy1 svg {
  width: 100%;
  height: auto;
  max-width: 15px;
  -webkit-transition: 250ms;
  -o-transition: 250ms;
  transition: 250ms;
}

.spree-a10l0q {
  position: absolute;
  top: 100%;
  z-index: 100;
  list-style: none;
  margin-top: 0.5rem;
  border-radius: 5px;
  padding: 0.spree-r0es5q 1rem;
  background-color: var(--fh-bg-color);
  opacity: 0;
  transition: 250ms;
  width: auto;
  pointer-events: none;
}

.spree-a10l0q::before {
  content: "";
  position: absolute;
  left: 0;
  top: -0.5rem;
  width: 100%;
  height: 0.5rem;
  background-color: transparent;
}

.spree-a10l0q:hover {
  color: var(--fh-bg-color);
}

.spree-p1ejra {
  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.spree-r0es5q 0;
  font-size: 14px;
  font-weight: 500;
  line-height: 28px;
  white-space: nowrap;
  text-decoration: none;
  color: var(--text-color);
  -webkit-transition: 0.spree-dif6gy ease-in-out;
  -o-transition: 0.spree-dif6gy ease-in-out;
  transition: 0.spree-dif6gy ease-in-out;
}

.spree-p1ejra .spree-66lylv img {
  width: auto;
  height: 1.2rem;
  -o-object-fit: contain;
  object-fit: contain;
}

.spree-1chyf6,
.spree-p1ejra:hover {
  color: var(--button-bg-hover);
}

.spree-q6xq3f {
  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%;
}

.spree-q6xq3f.spree-4ch9l2 {
  position: relative;
  z-index: 1;
  overflow: hidden;
  border: none;
}

.spree-q6xq3f.spree-4ch9l2:after,
.spree-q6xq3f.spree-4ch9l2:before {
  content: "";
  position: absolute;
  margin: auto;
}

.spree-q6xq3f.spree-4ch9l2: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);
  }
}

.spree-q6xq3f.spree-4ch9l2:after {
  top: 2px;
  right: 2px;
  bottom: 2px;
  left: 2px;
  background-color: var(--fh-bg-color);
  border-radius: 12px;
  z-index: 0;
}

.spree-q6xq3f.spree-4ch9l2 > * {
  z-index: 1;
}

.spree-q6xq3f b,
.spree-q6xq3f strong {
  color: var(--button-text-color);
  text-shadow: 0 0 8px var(--button-text-color);
}

.spree-q6xq3f .spree-5js714 {
  grid-row: 1/2;
  grid-column: 1/2;
  font-size: 24px;
  font-weight: 900;
  line-height: 32px;
  text-transform: uppercase;
  margin: 0;
  color: #fff;
}

.spree-q6xq3f .spree-1a64i6 {
  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;
}

.spree-q6xq3f .spree-66lylv {
  grid-row: 1/-1;
  grid-column: 2/3;
  min-width: 146px;
}

.spree-q6xq3f .spree-mnixk4 {
  margin-top: 12px;
}

.spree-mnixk4 {
  display: flex;
  gap: 8px;
  grid-row: 3/4;
  grid-column: 1/2;
}

.spree-2sb2kh {
  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;
}

.spree-mnixk4 .spree-mbwdbe {
  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.spree-t18q36 ease-in-out;
}

.spree-mnixk4 .spree-mbwdbe:hover {
  background: rgba(255, 255, 255, 0.3);
}

.spree-05avdx {
  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;
}

.spree-q6xq3f.spree-78kh12 {
  gap: 12px;
  padding: 16px;
}

.spree-q6xq3f.spree-78kh12 .spree-05avdx {
  min-width: 240px;
}

.spree-q6xq3f.spree-78kh12 .spree-05avdx.spree-ohmq9n {
  padding: 10px 12px;
}

@media (max-width: 1200px) {
  .spree-q6xq3f .spree-5js714 {
    grid-row: 1/2;
    grid-column: 1/3;
  }
  .spree-q6xq3f .spree-1a64i6 {
    grid-row: 2/3;
    grid-column: 1/2;
  }
  .spree-q6xq3f .spree-66lylv {
    min-width: 78px;
    grid-row: 2/3;
    grid-column: 2/3;
    align-self: start;
    max-width: 110px;
  }
  .spree-q6xq3f.spree-78kh12 .spree-66lylv {
    max-width: 126px;
  }
  .spree-q6xq3f .spree-mnixk4 {
    grid-row: 3/4;
    grid-column: 1/3;
  }
  .spree-q6xq3f .spree-2sb2kh {
    max-width: unset;
  }
  .spree-05avdx {
    min-width: unset;
    width: 100%;
  }
  .spree-q6xq3f .spree-05avdx {
    grid-row: 4/5;
    grid-column: 1/3;
  }
  .spree-q6xq3f.spree-78kh12 {
    grid-template-rows: auto 1fr auto;
  }
  .spree-q6xq3f.spree-78kh12 .spree-05avdx {
    grid-row: 3/4;
  }
}

@media (max-width: 768px) {
  .spree-q6xq3f {
    padding: 16px;
    gap: 16px 12px;
    min-height: unset;
  }
  .spree-q6xq3f .spree-5js714 {
    font-size: 18px;
    font-weight: 900;
    line-height: 24px;
  }
  .spree-q6xq3f .spree-66lylv {
    max-width: 78px;
  }
  .spree-q6xq3f .spree-mnixk4 {
    margin-top: -12px;
  }
  .spree-q6xq3f.spree-78kh12 {
    gap: 8px;
  }
  .spree-q6xq3f.spree-78kh12 .spree-5js714 {
    grid-row: 1/2;
    grid-column: 1/2;
  }
  .spree-q6xq3f.spree-78kh12 .spree-1a64i6 {
    grid-column: 1/3;
  }
  .spree-q6xq3f.spree-78kh12 .spree-66lylv {
    grid-row: 1/2;
    grid-column: 2/3;
  }
  .spree-q6xq3f.spree-78kh12 .spree-66lylv img {
    max-width: 114px;
  }
}

.spree-05avdx.spree-rytslb,
.spree-05avdx.spree-dkyz84,
.spree-05avdx.spree-tthad2 {
  color: var(--button-text-color);
  background-color: var(--button-bg-color);
  padding: 12px 12px 12px 64px;
  border: 1px solid var(--border-color);
  transition: 0.spree-t18q36 ease-in-out;
}

.spree-05avdx.spree-rytslb,
.spree-05avdx.spree-tthad2 {
  padding: 10px;
}

.spree-05avdx.spree-rytslb:hover,
.spree-05avdx.spree-dkyz84:hover,
.spree-05avdx.spree-tthad2:hover {
  background: var(--button-bg-hover);
}

.spree-05avdx.spree-rytslb:hover svg path,
.spree-05avdx.spree-tthad2:hover svg path {
  stroke: var(--button-text-color);
  fill: none;
}

.spree-05avdx.spree-ohmq9n {
  color: var(--button-text-color);
  background-color: transparent;
  border: 1px solid var(--border-color);
  padding: 12px;
  transition: 0.spree-t18q36 ease-in-out;
  background: var(--button-bg-color);
}

.spree-05avdx.spree-ohmq9n:hover {
  background-color: var(--button-bg-hover);
}

.spree-05avdx.spree-dkyz84: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);
  }
}

.spree-05avdx.spree-dkyz84:after {
  content: "";
  width: 24px;
  min-width: 24px;
  height: 24px;
  background-image: url(../images/user.svg);
  background-position: center;
  background-repeat: no-repeat;
}

.spree-05avdx.spree-ohmq9n:after {
  content: "";
  width: 24px;
  min-width: 24px;
  height: 24px;
  background-image: url(../images/btn-arrows.svg);
  background-position: center;
  background-repeat: no-repeat;
}

.spree-46fhp7 {
  max-width: 650px;
}

.spree-a8i35g {
  position: relative;
  padding-bottom: 56.25%;
  width: 100%;
  height: 0;
  background-color: #000;
}

.spree-zki12r {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.spree-kqe61z {
  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.spree-dif6gy ease-in-out;
  cursor: pointer;
}

.spree-kqe61z:hover {
  opacity: 0.5;
}

.spree-kqe61z:focus {
  outline: 0;
}

.spree-kqe61z:focus .spree-agvbb7,
.spree-kqe61z:hover .spree-agvbb7 {
  fill: red;
  fill-opacity: 1;
}

.spree-kqe61z:hover {
  cursor: pointer;
}

.spree-jigs2v {
  position: absolute;
  left: 0;
  top: 0;
  border: none;
  width: 100%;
  height: 100%;
}

.spree-46fhp7.spree-0q5d1v {
  margin: 0 auto;
}

.spree-46fhp7.spree-0vtv3x {
  margin-left: auto;
}

.spree-belnn6 {
  margin: 33px 20px 0 20px;
  padding: 33px 40px 40px 40px;
  background-color: var(--fh-bg-color);
  border-radius: 12px 12px 0 0;
}

.spree-wj21eb {
  padding-bottom: 50px;
}

.spree-gfo0ca {
  justify-content: flex-start;
  align-items: center;
  flex: 1 1;
}

.spree-43xyxw {
  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;
}

.spree-ptr1hu {
  margin-top: 24px;
}

.spree-op1anu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.spree-p5hzbs {
  width: 100%;
  font-size: 14px;
  line-height: 16px;
  text-align: center;
  color: var(--color-footer-text);
  margin-top: 4px;
}

.spree-w3amz7 {
  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;
}

.spree-haohkr {
  width: 468px;
}

.spree-w3amz7 .spree-a10l0q {
  margin: 0.spree-qc6jfn 0;
}

.spree-rfr83h {
  display: flex;
  min-width: 224px;
}

.spree-1i14m4 {
  cursor: pointer;
  display: inline-block;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  text-decoration: none;
  color: var(--footer-text-color);
  transition: 0.spree-dif6gy ease-in-out;
}

.spree-khrw9q,
.spree-1i14m4:hover {
  color: var(--text-color);
}

.spree-3l08gw {
  display: flex;
  flex-wrap: wrap;
  padding: 0;
}

.spree-de57kz {
  display: flex;
  flex-direction: column;
}

@media (max-width: 1024px) {
  .spree-belnn6 {
    padding: 16px;
  }
  .spree-3l08gw {
    flex-direction: column;
    gap: 40px;
    padding: 0;
  }
  .spree-de57kz {
    align-items: center;
  }
  .spree-haohkr {
    width: unset;
  }
  .spree-rfr83h {
    min-width: unset;
  }
  .spree-w3amz7 {
    max-height: unset;
  }
  .spree-gfo0ca {
    align-items: flex-start;
  }
}

@media (max-width: 768px) {
  .spree-belnn6 {
    margin: 33px 16px 0 16px;
    padding: 16px;
  }
}

.spree-erpakn {
  border-radius: 12px;
  border: 2px solid var(--border-color);
  background: var(--fh-bg-color);
  padding: 16px;
}

.spree-erpakn:not(:last-child) {
  margin-bottom: 16px;
}

.spree-qiwjc0 {
  outline: 0;
}

.spree-qiwjc0 .spree-7mdzd4 {
  color: #fff;
  font-size: 17px;
  font-weight: 800;
  line-height: 24px;
}

.spree-vm9oa4 {
  display: flex;
  align-items: center;
  gap: 8px;
  outline: 0;
  cursor: pointer;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
}

.faq__details[open] .spree-vm9oa4 {
  padding-bottom: 16px;
  border-bottom: 1px solid var(--border-color);
}

.spree-vm9oa4::-webkit-details-marker {
  display: none;
}

.spree-vm9oa4: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;
}

.spree-vm9oa4: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] .spree-vm9oa4:after {
  transform: unset;
}

.spree-7mdzd4 {
  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);
}

.spree-7mdzd4 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.spree-dif6gy ease-in-out;
  -o-transition: 0.spree-dif6gy ease-in-out;
  transition: 0.spree-dif6gy ease-in-out;
}

.spree-6e6tgy {
  padding: 16px 0 0 0;
}

.spree-6e6tgy * {
  margin-top: 0.8rem;
  font-family: inherit;
  font-weight: 500;
  font-style: normal;
  font-size: inherit;
  line-height: inherit;
}

page-header__button .spree-6e6tgy :first-child {
  margin-top: 0;
}

@media (max-width: 767px) {
  .spree-vm9oa4 {
    flex-wrap: wrap;
    gap: 12px;
  }
  .spree-vm9oa4::after {
    margin-left: auto;
  }
  .spree-7mdzd4 {
    order: 3;
    flex: 1 1 100%;
  }
  .spree-vm9oa4 {
    font-size: 14px;
    line-height: 130%;
  }
  .spree-7mdzd4 svg {
    margin-left: 15px;
    width: 18px;
    height: 18px;
    fill: var(--color-faq-item-title);
  }
}

.spree-e1zfgv {
  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;
}

.spree-vacdfy {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #fff;
  margin: 0;
  width: 100%;
  cursor: pointer;
}

.spree-e1zfgv.spree-cylp8b .spree-vacdfy {
  margin-bottom: 12px;
}

.spree-vacdfy::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;
}

.spree-e1zfgv.spree-cylp8b .spree-vacdfy::after {
  transform: unset;
}

.spree-rvl19i {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  list-style: none;
  overflow: hidden;
  margin: 0;
  padding: 0;
  width: 100%;
  height: auto;
  max-height: 0;
}

.spree-awwvll {
  display: flex;
  align-items: center;
  gap: 4px;
  padding: 6px 12px;
  text-decoration: none;
  color: #fff;
  transition: 0.spree-dif6gy ease-in-out;
  border-radius: 8px;
  border: 1px solid var(--border-color);
}

.spree-awwvll: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;
}

.spree-e1zfgv.spree-cylp8b .spree-rvl19i {
  max-height: 100%;
}

.spree-24jn6x {
  margin: 0 auto 3rem;
  padding: 0 10px;
  max-width: var(--display-width);
}

.spree-douwni {
  padding: 4px 0;
  background: rgba(255, 255, 255, 0.1);
}

.spree-z4rhux {
  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;
}

.spree-xlihh0 {
  margin-right: 4px;
}

.spree-hgeiu7 {
  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.spree-dif6gy ease-in-out;
}

.spree-hgeiu7 svg {
  width: 4px;
  height: 4px;
  margin-left: 4px;
  stroke: var(--text-color);
}

.spree-89ahag,
.spree-hgeiu7:hover {
  color: var(--text-color);
}

.spree-sm2ddy {
  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;
}

.spree-sm2ddy img {
  grid-column: 1/2;
  grid-row: 1/3;
  max-width: 58px;
  height: auto;
}

.spree-sm2ddy .spree-4rj6wb {
  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;
}

.spree-sm2ddy .spree-mpfkx9 {
  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;
}

.spree-f5hb4m {
  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;
}

.spree-ubmw3j {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.spree-3jikx8 .spree-7kzqao {
  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;
}

.spree-3jikx8 {
  background-image: url(../images/404.webp);
  background-position: -100px;
}

.spree-t7drmw {
  margin-top: 2rem;
  font-size: 5rem;
  line-height: 6rem;
  text-align: center;
}

.spree-9i2tqq {
  margin: 0;
  font-weight: 400;
  font-size: 2rem;
  line-height: 2.5rem;
  text-align: center;
}

.spree-a8rt76 {
  display: inline-block;
  margin: 2rem auto 0;
  border: none;
  border-radius: 5px;
  padding: 0.spree-48zgu8 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;
}

.spree-a8rt76:hover {
  -webkit-transform: translateY(-3px);
  -ms-transform: translateY(-3px);
  transform: translateY(-3px);
}

.spree-ajswes {
  position: fixed;
  right: 10px;
  bottom: 15px;
  z-index: 10;
}

.spree-4x3g7s {
  -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.spree-dif6gy ease-in-out;
  transition: transform 0.spree-dif6gy ease-in-out;
  -o-transition: transform 0.spree-dif6gy ease-in-out;
  transition:
    transform 0.spree-dif6gy ease-in-out,
    -webkit-transform 0.spree-dif6gy ease-in-out;
  cursor: pointer;
}

.spree-4x3g7s svg {
  fill: var(--button-text-color);
  pointer-events: none;
}

.spree-4x3g7s: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;
}

.spree-4whxa6 {
  width: 113px !important;
  background-color: green !important;
  top: 124px !important;
}

@media screen and (max-width: 700px) {
  #cookie-law-div p {
    padding-bottom: 36px;
  }
  .spree-4whxa6 {
    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);
}

.spree-zf33s9 {
  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;
}

.spree-e7mbso {
  position: relative;
  width: 100%;
}

.spree-zf33s9.spree-m86a8l {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.spree-zf33s9.spree-0q5d1v {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.spree-zf33s9.spree-0vtv3x {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.spree-ohen1k {
  display: block;
  width: 100%;
  height: auto;
  object-fit: contain;
  aspect-ratio: 16/9;
  max-height: 488px;
  background-color: #454545;
}

.spree-za8tb7 {
  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.spree-dif6gy ease-in-out;
  cursor: pointer;
}

.spree-za8tb7:hover {
  opacity: 0.5;
}

.spree-zf33s9.spree-mhri0h .spree-za8tb7 {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

.spree-zf33s9.spree-mhri0h .spree-ohen1k {
  cursor: pointer;
}

.spree-ezngu4 {
  fill: #0009;
}

.spree-wwe8hi {
  fill: #fff;
}

.spree-za8tb7:hover .spree-ezngu4 {
  fill: red;
}

.spree-za8tb7 svg path {
  -webkit-transition: 0.spree-dif6gy ease-in-out;
  -o-transition: 0.spree-dif6gy ease-in-out;
  transition: 0.spree-dif6gy ease-in-out;
}

.spree-lslzwp {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0 20px;
}

.spree-lslzwp > :not(.get-image):not(.wp-block-heading) {
  grid-column: 1/2;
}

.spree-lslzwp.spree-nc8pug > :not(.get-image) {
  grid-column: 1/3;
}

.spree-h8mbzf:not(._h1-block) .spree-lslzwp > .spree-m72iwm {
  grid-row: 1/2;
  grid-column: 1/3;
}

.spree-lslzwp.spree-nc8pug .spree-nz0isu {
  grid-column: 2/3;
}

.spree-lslzwp.spree-nc8pug > .spree-66lylv {
  grid-column: 1/2;
}

.spree-lslzwp.spree-nc8pug > :not(.get-image):not(.wp-block-heading) {
  grid-column: 2/3;
}

.spree-lslzwp > p:first-of-type {
  margin-top: 0;
}

.spree-lslzwp .spree-66lylv {
  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;
}

.spree-h8mbzf:not(._h1-block) .spree-m72iwm ~ .spree-66lylv {
  grid-row: 2/10;
}

.spree-h8mbzf.spree-reixld .spree-m72iwm ~ .spree-66lylv {
  grid-row: 1/10;
}

.spree-h8mbzf.spree-reixld > .spree-m72iwm {
  grid-column: 1/2;
  margin-bottom: 20px;
}

.spree-h8mbzf.spree-reixld .spree-66lylv {
  grid-row: 1/10;
}

.spree-lslzwp.spree-j3zc11 .spree-66lylv {
  align-items: flex-start;
}

.spree-lslzwp.spree-0q5d1v .spree-nz0isu {
  margin-top: auto;
  margin-bottom: auto;
  height: fit-content;
}

.spree-lslzwp.spree-0q5d1v .spree-66lylv {
  align-items: center;
}

.spree-lslzwp.spree-bkxvh0 .spree-66lylv {
  align-items: flex-end;
}

.spree-nz0isu > :first-child {
  margin-top: 0;
}

.spree-nz0isu > :last-child {
  margin-bottom: 0;
}

* + .spree-itn1zl,
.spree-h8mbzf + .spree-h8mbzf {
  margin-top: 2rem;
}

.spree-kz11p6 td::before,
.spree-kz11p6 th::after {
  display: none !important;
}

.spree-kz11p6 #link-selector {
  color: #000;
}

.spree-kz11p6 .spree-5n37pe {
  color: #135e96;
}

.spree-kz11p6 .spree-y5mlue *,
.spree-kz11p6 .spree-ikztyo p,
.spree-kz11p6 .spree-82p9l7 * {
  color: #000;
}

.spree-kz11p6 .spree-f71qed {
  background: 0 0 !important;
}

.spree-kz11p6 .spree-52qbe3 {
  color: #000;
}

.spree-kz11p6 .spree-owho7y.spree-gxvvvf {
  color: #fff;
}

.spree-kz11p6 .spree-tttu2h {
  color: #000;
}

.spree-kz11p6
  .spree-jmf281
  .spree-2bocdg.spree-gxvvvf.spree-9spaxg {
  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;
}

.spree-x177u6,
body .spree-5g5r8n {
  color: #000;
  background: var(--color-body) !important;
}

.spree-x177u6 .spree-ss0ldi .spree-lvq7bz,
body .spree-5g5r8n .spree-ss0ldi .spree-lvq7bz {
  color: #000;
}

@media (hover: hover), screen and (min-width: 0\0) {
  .spree-awwvll:focus,
  .spree-awwvll:hover {
    color: #f9cb16;
  }
  .spree-4fbaj2:focus,
  .spree-4fbaj2:hover {
    background-color: var(--button-bg-color) !important;
    opacity: 1;
  }
}

@media (hover: hover), screen and (min-width: 0\0) {
  .spree-3nn1jn:focus img,
  .spree-3nn1jn:focus svg,
  .spree-3nn1jn:hover img,
  .spree-3nn1jn:hover svg {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
  }
}

@media (min-width: 768px) {
  .spree-sm2ddy {
    display: none;
  }
}

@media (min-width: 1024px) {
  .spree-lc3a6m:hover .spree-0cnhy1 svg {
    -webkit-transform: rotateZ(180deg);
    -ms-transform: rotate(180deg);
    transform: rotateZ(180deg);
  }
  .spree-0cnhy1 {
    pointer-events: none;
  }
}

@media screen and (max-width: 1280px) {
  :root {
    --offsets: 20px;
  }
}

@media (max-width: 1280px) {
  .spree-77wn5l {
    -ms-grid-columns: (1fr) [5];
    grid-template-columns: repeat(5, 1fr);
  }
  .spree-8usz0v {
    grid-template-columns: repeat(4, 1fr);
  }
  .spree-vgvmbo {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 1279px) {
  .spree-2go97d .spree-7dzllk {
    grid-template-columns: 1fr;
  }
  .spree-2go97d .spree-diqzy7 {
    -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;
  }
  .spree-2go97d .spree-9y135n {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
  .spree-2go97d .spree-2uv500 {
    border-bottom: none;
    border-radius: 0;
    padding: 12px 20px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
  .spree-2go97d .spree-6gb19n {
    border-radius: 0 0 16px 16px;
    padding: 24px 16px;
  }
  .spree-2go97d .spree-9y135n:not(:first-child) {
    border: none;
  }
  .spree-2go97d .spree-9y135n:first-child .spree-2uv500 {
    border-top-left-radius: 18px;
    border-top-right-radius: 0;
  }
  .spree-2go97d .spree-9y135n:last-child .spree-2uv500 {
    border-radius: 0 18px 0 0;
  }
}

@media screen and (max-width: 1024px) {
  :root {
    --offsets: 16px;
  }
}

@media (max-width: 1024px) {
  html {
    font-size: 16px;
  }
  .spree-ofdi4l {
    position: relative;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 8px var(--offsets);
  }
  .spree-yyxa6j {
    max-width: 100px;
  }
  .spree-sn7mxk {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
  .spree-erzry0 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .spree-erzry0 svg {
    stroke: var(--button-text-color);
    /* fill: var(--button-text-color); */
  }
  .spree-as8s5i {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
    margin-left: 20px;
  }
  .spree-sn7mxk + .spree-erzry0 {
    margin-left: auto;
  }
  .spree-lu60du {
    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;
  }
  .spree-lu60du.spree-cylp8b {
    z-index: 9999;
    opacity: 1;
    pointer-events: auto;
  }
  .spree-k5217k {
    -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;
  }
  .spree-6p7v8q {
    width: 100%;
  }
  .spree-6p7v8q:not(:last-child) {
    border-bottom: 1px solid var(--border-color);
  }
  .spree-tynadg {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin: 0;
    padding: 8px 0;
    width: 100%;
  }
  .spree-tynadg svg {
    margin-right: 4px;
  }
  .spree-lc3a6m {
    -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;
  }
  .spree-0cnhy1 svg {
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
  }
  .spree-0cnhy1 {
    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;
  }
  .spree-a10l0q {
    display: none;
    width: 100%;
  }
  .spree-lc3a6m.spree-cylp8b .spree-a10l0q {
    padding: 0 0 0 48px;
  }
  .spree-p1ejra {
    justify-content: flex-start;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
  }
  .spree-43xyxw .spree-66lylv {
    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;
  }
  .spree-ofib2w {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
  }
  .spree-ofib2w + .spree-ofib2w {
    margin-right: 0;
  }
  .spree-ofib2w + .spree-66lylv {
    margin: 0;
  }
  .spree-77wn5l {
    grid-template-columns: repeat(4, 1fr);
  }
  .spree-8usz0v {
    grid-template-columns: repeat(3, 1fr);
  }
  .spree-1zr2q4,
  .spree-fm0cd5 {
    grid-template-columns: repeat(2, 1fr);
  }
  .spree-lslzwp {
    grid-template-columns: 1fr;
    gap: 16px;
  }
  .spree-lslzwp.spree-nc8pug .spree-nz0isu {
    grid-column: auto;
    grid-row: auto;
  }
  .spree-lslzwp > .spree-m72iwm {
    grid-column: 1/2;
  }
  .spree-lslzwp.spree-nc8pug > :not(.get-image) {
    grid-column: 1/2;
  }
  .spree-lslzwp .spree-66lylv,
  .spree-lslzwp.spree-nc8pug > .spree-66lylv {
    grid-column: 1/2;
    grid-row: 1/2;
  }
  .spree-lslzwp.spree-nc8pug > :not(.get-image):not(.wp-block-heading) {
    grid-column: 1/2;
  }
  .spree-h8mbzf.spree-reixld .spree-lslzwp > .spree-66lylv {
    grid-row: 1/2;
  }
  .spree-lslzwp .spree-m72iwm ~ .spree-66lylv,
  .spree-lslzwp.spree-nc8pug .spree-m72iwm ~ .spree-66lylv {
    grid-row: 2/3;
  }
  .spree-h8mbzf.spree-reixld .spree-m72iwm ~ .spree-66lylv {
    grid-row: 2/3;
  }
}

@media (max-width: 800px) {
  .spree-3w9ag0:first-child .spree-mkr8s4 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .spree-3w9ag0:first-child .spree-mkr8s4 h1 {
    -webkit-box-ordinal-group: -1;
    -ms-flex-order: -2;
    order: -2;
  }
}

@media (max-width: 1100px) {
  .spree-3w9ag0 {
    margin-bottom: 1rem;
    padding: 0 13px;
  }
}

@media (max-width: 767px) {
  .spree-3w9ag0 {
    padding: 0;
  }
  .spree-lo4hri {
    margin-top: 1rem;
  }
  .spree-qiwjc0 {
    border-radius: 5px;
  }
  .spree-2kgp4o {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .spree-vacdfy::after {
    display: inline-block;
  }
  .spree-vacdfy {
    margin: 0;
    width: 100%;
  }
  .spree-rvl19i {
    width: 100%;
  }
  .spree-rvl19i.spree-hqreut {
    -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%;
  }
  .spree-rvl19i.spree-hqreut .spree-ukixes {
    width: 100%;
  }
  .spree-rvl19i.spree-hqreut .spree-ukixes:not(:last-child) {
    margin-right: 0;
  }
  .spree-awwvll {
    width: 100%;
    text-align: center;
  }
  .spree-e1zfgv.spree-cylp8b .spree-rvl19i {
    margin-top: 1rem;
  }
  .spree-77wn5l {
    grid-template-columns: repeat(3, 1fr);
  }
  .spree-vgvmbo,
  .spree-8usz0v {
    grid-template-columns: repeat(2, 1fr);
  }
  .spree-1zr2q4,
  .spree-fm0cd5,
  .spree-zn6nqk {
    grid-template-columns: 1fr;
  }
  .spree-fff0iy {
    overflow-x: auto;
    width: 100%;
    max-width: 980px;
  }
  .spree-2xj4cz {
    min-width: 300px;
    max-width: 325px;
  }
  .spree-2uv500 {
    cursor: auto;
  }
  .spree-0howk0 .spree-2uv500 {
    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;
  }
  .spree-4whxa6 {
    left: calc(50% - 60px);
  }
}

@media (max-width: 650px) {
  .spree-a10l0q {
    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) {
  .spree-4whxa6 {
    top: 100px !important;
  }
  #cookie-law-div p {
    padding-bottom: 50px;
  }
}

.spree-ofib2w p {
  margin-top: 0;
}

@media (max-width: 550px) {
  .spree-erzry0 {
    margin: 0 -0.2rem;
  }
  .spree-ofib2w {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
  .spree-mdxmka {
    -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;
  }
  .spree-vcb2xj {
    max-width: 100%;
  }
  .spree-77wn5l {
    grid-template-columns: repeat(2, 1fr);
  }
  .spree-vgvmbo,
  .spree-8usz0v {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 500px) {
  html {
    font-size: 16px;
  }
  .spree-ofdi4l {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .spree-erzry0 {
    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;
  }
  .spree-pd0mx1 {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .spree-wlnz88 {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
  }
  .spree-40c0ul,
  .spree-kdhu1a {
    width: calc(100% - 20px);
  }
}

@media (max-width: 475px) {
  .spree-x4hpc5 {
    width: 100%;
  }
  .spree-77wn5l {
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 400px) {
  .spree-4whxa6 {
    top: 127px !important;
  }
}

.spree-jk5z5v {
  width: 100%;
  border-radius: 12px;
  overflow: hidden;
  margin-bottom: 20px;
}

@media (max-width: 1100px) {
  .spree-jk5z5v {
  }
}

@media (max-width: 767px) {
  .spree-jk5z5v {
    margin-bottom: 12px;
  }
}

.spree-jk5z5v img {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  min-width: 100%;
  height: 100%;
}

.spree-n6jgai {
  display: flex;
  margin: 0 auto;
  padding: 0 var(--offsets);
  max-width: var(--display-width);
  gap: 20px;
}

.spree-n6jgai > .spree-g0h7vf {
  flex: 1 1;
}

@media (max-width: 767px) {
  .spree-n6jgai {
    flex-direction: column;
    gap: 12px;
  }
}

.spree-5170n5 {
  display: flex;
}

.spree-5170n5 .spree-ztl0b7 {
  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;
}

.spree-5170n5 .spree-82ufpq {
  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;
}

.spree-5170n5 .spree-80t8yp {
  display: flex;
  list-style: none;
  margin: 0;
  padding-left: 100%;
  animation: scroll 60s linear infinite;
}

.spree-5170n5 .spree-3z20qb {
  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));
  }
}

.spree-5170n5 .spree-3z20qb:before {
  content: "";
  width: 24px;
  min-width: 24px;
  height: 24px;
  background-image: url(../images/award.svg);
  background-repeat: no-repeat;
  background-position: center;
}

.spree-5170n5 .spree-dnoi5n {
  color: #fff;
  font-size: 14px;
  font-weight: 800;
  line-height: 20px;
  margin-right: 4px;
}

.spree-k8881i {
  border: unset;
  background-color: unset;
}

.spree-k8881i tbody {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

.spree-k8881i .spree-t104bp,
.spree-k8881i .spree-z1jtse {
  flex: 0 1 330px;
}

.spree-k8881i .spree-td2wjn {
  flex: 1 1;
}

.spree-k8881i tr {
  display: flex;
  flex-direction: column;
  gap: 16px;
  border-radius: 12px;
  border: 2px solid var(--border-color);
  background: var(--fh-bg-color);
  padding: 16px;
}

.spree-k8881i tr td {
  border: unset;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  color: #fff;
  padding: 0;
}

.spree-k8881i tr td:first-child {
  font-size: 23px;
  font-weight: 800;
  line-height: 28px;
  margin: 0;
  padding: 0;
}

.spree-k8881i tr td p {
  color: #fff;
  margin: 0;
}

.spree-k8881i tr td p span {
  color: var(--title-color);
  font-weight: 800;
}

.spree-k8881i tr.spree-t104bp td p {
  padding: 16px 0;
}

.spree-k8881i tr.spree-t104bp td p:not(:last-child),
.spree-k8881i tr.spree-z1jtse td p:not(:last-child) {
  border-bottom: 1px solid var(--border-color);
}

.spree-k8881i tr.spree-t104bp td p:first-child,
.spree-k8881i tr.spree-z1jtse td p:first-child {
  padding-top: 0;
}

.spree-k8881i tr.spree-z1jtse td p {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 12px 0;
  font-size: 14px;
  font-weight: 800;
  line-height: 20px;
}

.spree-k8881i tr.spree-z1jtse td p:last-child {
  padding-bottom: 0;
}

.spree-k8881i .spree-z1jtse img {
  max-width: 32px;
}

.spree-k8881i .spree-td2wjn {
  min-width: 718px;
}

.spree-k8881i .spree-td2wjn td:last-child {
  display: flex;
  flex-wrap: wrap;
}

.spree-k8881i .spree-td2wjn td {
  display: flex;
}

.spree-k8881i .spree-td2wjn td:last-child .spree-206g9x,
.spree-k8881i .spree-td2wjn td:last-child .spree-0ruwey,
.spree-k8881i .spree-td2wjn td:last-child .spree-pifl7z {
  flex: 1 1 50%;
}

.spree-k8881i .spree-td2wjn td:last-child .spree-g8vtk6 {
  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;
}

.spree-k8881i .spree-td2wjn td:last-child .spree-syy31e,
.spree-k8881i .spree-td2wjn td:last-child .spree-n7ob3q {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  list-style: none;
  padding-left: 0;
  margin-top: 12px;
}

.spree-k8881i .spree-td2wjn td:last-child .spree-206g9x,
.spree-k8881i .spree-td2wjn td:last-child .spree-0ruwey {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
  padding-top: 16px;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}

.spree-k8881i .spree-td2wjn td:last-child .spree-206g9x span,
.spree-k8881i .spree-td2wjn td:last-child .spree-0ruwey span {
  font-weight: 800;
}

.spree-k8881i .spree-td2wjn img {
  max-width: 34px;
}

@media (max-width: 1100px) {
  .spree-k8881i .spree-td2wjn td .spree-pifl7z:not(:first-child) {
    padding-left: 0;
  }
}

@media (max-width: 767px) {
  .spree-k8881i tr.spree-t104bp td p:last-child {
    padding-bottom: 0;
  }
  .spree-k8881i .spree-z1jtse > td {
    display: flex;
    flex-wrap: wrap;
    gap: 0 20px;
  }
  .spree-k8881i .spree-z1jtse > td > p {
    flex: 1 1 calc(50% - 10px);
  }
  .spree-k8881i tr.spree-t104bp td p:not(:last-child),
  .spree-k8881i tr.spree-z1jtse td p:not(:last-child) {
    border-bottom: unset;
  }
  .spree-k8881i tr.spree-z1jtse td p:last-child {
    padding-bottom: 12px;
  }
  .spree-k8881i .spree-td2wjn td:last-child .spree-206g9x,
  .spree-k8881i .spree-td2wjn td:last-child .spree-0ruwey,
  .spree-k8881i .spree-td2wjn td:last-child .spree-pifl7z {
    flex: 1 1 50%;
    padding: 0;
  }
  .spree-k8881i .spree-td2wjn td:last-child .spree-206g9x,
  .spree-k8881i .spree-td2wjn td:last-child .spree-0ruwey {
    margin-top: 16px;
  }
  .spree-k8881i .spree-td2wjn td:last-child .spree-pifl7z {
    flex: 1 1 100%;
    padding-bottom: 16px;
    margin-top: 16px;
  }
  .spree-k8881i .spree-td2wjn td:last-child .spree-206g9x {
    border-right: 1px solid var(--border-color);
  }
  .spree-k8881i .spree-td2wjn td:last-child .spree-pifl7z:first-child {
    padding-top: 0;
    margin-top: 0;
  }
  .spree-k8881i .spree-td2wjn td:last-child .spree-pifl7z:last-child {
    padding-bottom: 0;
  }
}

.spree-pifl7z {
  display: flex;
  flex-direction: column;
}

.spree-k8881i .spree-td2wjn td .spree-pifl7z {
  border-bottom: 1px solid var(--border-color);
  padding-bottom: 16px;
}

.spree-k8881i .spree-td2wjn td .spree-pifl7z:not(:last-of-type) {
  border-right: 1px solid var(--border-color);
  padding-right: 16px;
}

.spree-k8881i .spree-td2wjn td .spree-pifl7z:not(:first-child) {
  padding-left: 16px;
}

@media (max-width: 767px) {
  .spree-k8881i .spree-td2wjn td .spree-pifl7z:not(:first-child) {
    padding-left: 0;
  }
  .spree-k8881i .spree-td2wjn td .spree-pifl7z:not(:last-of-type) {
    border-right: unset;
  }
}

.spree-k8881i .spree-ykeakh {
  flex: 0 1 485px;
}

.spree-k8881i .spree-h5qqa2 {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  list-style: none;
}

.spree-k8881i .spree-h5qqa2 li {
  border-radius: 4px;
  border: 1px solid var(--border-color);
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}

.spree-k8881i .spree-h5qqa2 li.spree-sjdili {
  padding: 6px 12px;
}

.spree-k8881i .spree-h5qqa2 li a,
.spree-k8881i .spree-h5qqa2 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;
}

.spree-k8881i .spree-sr8exe,
.spree-k8881i .spree-ud0qmg {
  flex: 1 1;
}

.spree-k8881i .spree-im8zfa,
.spree-k8881i .spree-0le7ca {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.spree-k8881i .spree-im8zfa li,
.spree-k8881i .spree-0le7ca li {
  display: flex;
  align-items: center;
  gap: 8px;
  flex: 1 1 calc(50% - 20px);
  font-size: 14px;
  font-weight: 800;
  line-height: 20px;
}

.spree-k8881i .spree-ud0qmg img {
  max-width: 32px;
}

.spree-k8881i .spree-sr8exe img {
  max-width: 32px;
}

.spree-k8881i .spree-w8v1qx {
  min-width: 280px;
}

.spree-k8881i .spree-w8v1qx img {
  max-width: 146px;
}

.spree-k8881i .spree-w8v1qx td {
  display: flex;
  flex-direction: column;
  gap: 12px;
  max-width: 280px;
}

@media (max-width: 1460px) {
  .spree-k8881i .spree-t104bp,
  .spree-k8881i .spree-z1jtse {
    flex: 0 1 auto;
  }
  .spree-k8881i .spree-td2wjn {
    min-width: unset;
    flex: 1 1 50%;
  }
}

@media (max-width: 1100px) {
  .spree-k8881i .spree-t104bp,
  .spree-k8881i .spree-ykeakh,
  .spree-k8881i .spree-z1jtse,
  .spree-k8881i .spree-td2wjn {
    flex: 1 1 calc(50% - 20px);
  }
  .spree-k8881i .spree-sr8exe,
  .spree-k8881i .spree-w8v1qx,
  .spree-k8881i .spree-ud0qmg {
    flex: 1 1 30%;
  }
  .spree-k8881i .spree-w8v1qx {
    min-width: unset;
  }
}

@media (max-width: 767px) {
  .spree-k8881i .spree-t104bp,
  .spree-k8881i .spree-ykeakh,
  .spree-k8881i .spree-sr8exe,
  .spree-k8881i .spree-z1jtse,
  .spree-k8881i .spree-td2wjn,
  .spree-k8881i .spree-w8v1qx,
  .spree-k8881i .spree-ud0qmg {
    flex: 1 1 100%;
  }
}

.spree-mf8dc6 .spree-tdm8vt {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.spree-mf8dc6 .spree-wyzfz8 {
  position: relative;
  display: flex;
  flex-direction: column;
  border-radius: 8px;
  border: 2px solid var(--border-color);
  background-color: var(--fh-bg-color);
}

.spree-mf8dc6 .spree-9vtvmh {
  width: 100%;
  padding: 12px 12px 8px 12px;
  background-color: #318562;
  font-size: 14px;
  font-weight: 800;
  line-height: 20px;
  color: #f9cb16;
}

.spree-mf8dc6 .spree-3dt5sk {
  display: grid;
  padding: 16px;
  gap: 0 16px;
  grid-template-columns: repeat(2, 1fr);
}

.spree-mf8dc6 .spree-3dt5sk > :nth-child(3) {
  margin-top: 0;
}

.spree-mf8dc6 .spree-66lylv {
  grid-column: 2/3;
  grid-row: 1/10;
}

.spree-mf8dc6 .spree-wstedk {
  grid-column: 1/2;
  margin-top: 0;
  margin-bottom: 8px;
}

.spree-mf8dc6 .spree-lo4hri {
  grid-column: 1/2;
}

.spree-mf8dc6 > :not(.how-to__title):not(.content-button) {
  grid-column: 1/2;
}

.spree-mf8dc6 .spree-wyzfz8: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;
}

.spree-mf8dc6 .spree-wyzfz8:not(:last-child):after {
  position: relative;
  content: "";
  width: calc(100% - 32px);
  height: 1px;
  background-color: #318562;
  margin: 12px auto 27px auto;
}

.spree-mf8dc6 .spree-x4hpc5 {
  min-width: 240px;
}

@media (max-width: 768px) {
  .spree-mf8dc6 .spree-wyzfz8:not(:last-child):before {
    bottom: 8px;
  }
  .spree-mf8dc6 .spree-wyzfz8:not(:last-child):after {
    margin: 12px auto 18px auto;
  }
  .spree-mf8dc6 .spree-3dt5sk {
    grid-template-columns: 1fr;
    padding: 16px 16px 8px 16px;
  }
  .spree-mf8dc6 .spree-66lylv {
    grid-column: 1/2;
    grid-row: 1/2;
    margin: -16px -18px 16px -18px;
  }
  .spree-mf8dc6 .spree-66lylv img {
    width: 100%;
    height: auto;
  }
  .spree-mf8dc6 .spree-x4hpc5 {
    width: 100%;
    min-width: unset;
  }
}

.spree-0en5le .spree-06a2k9 {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  list-style: none;
}

.spree-0en5le .spree-2lxhwx {
  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;
}

.spree-0en5le .spree-66lylv {
  height: 100%;
}

.spree-0en5le .spree-66lylv img {
  height: 100%;
  width: auto;
  min-width: 220px;
  object-fit: cover;
}

.spree-0en5le .spree-8zekyq {
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding: 16px 16px 16px 0;
}

.spree-0en5le .spree-bn4gce {
  color: #f9cb16;
  font-size: 23px;
  font-weight: 800;
  line-height: 28px;
  margin: 0;
}

.spree-0en5le .spree-rgi9v6 {
  color: #d2d2d2;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  flex: 1 1;
  margin: 0;
}

@media (max-width: 1200px) {
  .spree-0en5le .spree-2lxhwx {
    flex: 1 1 100%;
  }
  .spree-0en5le .spree-05avdx {
    min-width: 320px;
    width: fit-content;
  }
}

@media (max-width: 767px) {
  .spree-0en5le .spree-2lxhwx {
    flex-direction: column;
  }
  .spree-0en5le .spree-66lylv {
    width: 100%;
    height: auto;
  }
  .spree-0en5le .spree-66lylv img {
    width: 100%;
    height: auto;
    max-height: 260px;
    min-width: unset;
  }
  .spree-0en5le .spree-8zekyq {
    padding: 0 16px 16px 16px;
  }
  .spree-0en5le .spree-05avdx {
    min-width: unset;
    width: 100%;
  }
}

.spree-fk9td6 .spree-6mjr71 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  flex-wrap: wrap;
  gap: 20px;
}

.spree-fk9td6 .spree-euztg5 {
  position: relative;
  height: 220px;
  border-radius: 12px;
  border: 2px solid var(--border-color);
  overflow: hidden;
  transition: 0.2s;
}

.spree-fk9td6 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;
}

.spree-fk9td6 .spree-85pry9 {
  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;
}

.spree-fk9td6 .spree-euztg5:hover .spree-85pry9 {
  display: flex;
}

.spree-fk9td6 .spree-0ij7b8 {
  text-align: center;
  margin-top: 0;
  margin-bottom: 5px;
  color: #d2d2d2;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}

.spree-fk9td6 .spree-exefss {
  text-align: center;
  font-size: 17px;
  font-weight: 800;
  line-height: 24px;
  margin-top: 0;
  margin-bottom: auto;
  color: #fff;
}

.spree-gqvc21 {
  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;
}

.spree-gqvc21.spree-jsqfjd {
  color: #196948;
  background-color: #f9cb16;
  border: 1px solid #f9cb16;
  margin-bottom: 8px;
  transition: 0.spree-t18q36 ease-in-out;
}

.spree-gqvc21.spree-jsqfjd:hover {
  color: #f9cb16;
  background-color: transparent;
}

.spree-fk9td6 .spree-u6hnl7 {
  color: #fff;
  border: 1px solid #f9cb16;
  background-color: unset;
  transition: 0.spree-t18q36 ease-in-out;
}

.spree-fk9td6 .spree-u6hnl7:hover {
  color: #196948;
  background-color: #f9cb16;
}

.spree-fk9td6 .spree-u6hnl7:after,
.spree-gqvc21.spree-jsqfjd:after {
  content: "";
  width: 24px;
  min-width: 24px;
  height: 24px;
  background-repeat: no-repeat;
  background-position: center;
}

.spree-gqvc21.spree-jsqfjd:after {
  background-image: url(../images/Cash.svg);
}

.spree-fk9td6 .spree-u6hnl7:after {
  background-image: url(../images/Play.svg);
}

@media (max-width: 1200px) {
  .spree-fk9td6 .spree-6mjr71 {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 850px) {
  .spree-fk9td6 .spree-6mjr71 {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 600px) {
  .spree-fk9td6 .spree-6mjr71 {
    grid-template-columns: 1fr;
  }
  .spree-fk9td6 .spree-euztg5 {
    height: auto;
  }
  .spree-fk9td6 .spree-euztg5 .spree-85pry9 {
    position: relative;
    display: flex;
    height: auto;
    background-color: var(--fh-bg-color);
    padding: 8px 12px 12px 12px;
  }
  .spree-fk9td6 .spree-0ij7b8,
  .spree-fk9td6 .spree-exefss {
    text-align: left;
  }
  .spree-fk9td6 .spree-exefss {
    margin-bottom: 8px;
  }
  .spree-fk9td6 img {
    position: relative;
    top: unset;
    right: unset;
    bottom: unset;
    left: unset;
    min-height: unset;
  }
}

.spree-r5sddr {
  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;
}

.spree-r5sddr.spree-mhri0h {
  display: block;
}

.spree-r5sddr .spree-qre5cn {
  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;
}

.spree-r5sddr .spree-4yvrqz {
  display: flex;
  gap: 24px;
  padding: 12px;
}

.spree-r5sddr .spree-xu9q9k {
  display: flex;
  align-items: center;
  color: #fff;
  font-size: 23px;
  font-weight: 800;
  line-height: 28px;
}

.spree-r5sddr .spree-h3kd4f {
  display: flex;
  align-items: center;
  flex: 1 1;
}

.spree-r5sddr .spree-gqvc21 {
  min-width: 296px;
  margin-bottom: 0;
}

.spree-r5sddr .spree-ff20x4 {
  width: 44px;
  min-width: 44px;
  height: 44px;
  background-image: url(../images/cross.svg);
  background-position: center;
  background-repeat: no-repeat;
  cursor: pointer;
}

.spree-r5sddr .spree-tkflv8 {
  position: relative;
  flex: 1 1;
}

.spree-r5sddr .spree-tkflv8 iframe {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 100%;
  height: 100%;
}

@media (max-width: 768px) {
  .spree-r5sddr .spree-4yvrqz {
    flex-wrap: wrap;
    gap: 8px;
  }
  .spree-r5sddr .spree-xu9q9k {
    order: 1;
  }
  .spree-r5sddr .spree-h3kd4f {
    order: 3;
    flex: 1 1 100%;
  }
  .spree-r5sddr .spree-gqvc21 {
    width: 100%;
    min-width: unset;
  }
  .spree-r5sddr .spree-ff20x4 {
    order: 2;
    margin-left: auto;
  }
}

@media (max-width: 767px) {
  .spree-lslzwp > .spree-m72iwm {
    margin-bottom: 0;
  }
  .spree-lslzwp > .spree-lo4hri,
  .spree-lslzwp > p {
    margin-top: 0;
  }
}

.spree-9ztuz2 img,
.spree-ofib2w img {
  width: auto;
  object-fit: contain;
}

.spree-9ztuz2 {
  align-items: center;
}

.spree-9ztuz2 img {
  max-height: 76px;
}

.spree-ofib2w img {
  max-height: 64px;
}

.spree-e1zc6g {
  overflow: auto;
}

.spree-0j8d92 {
  border: 1px solid var(--color-table-border);
  box-shadow: 0 0 15px rgb(0 0 0 / 5%);
  border-collapse: collapse;
  width: 100%;
}

.spree-1nc37t:not(:last-child) {
  border-bottom: 1px solid var(--color-table-border);
}

.spree-ojhdxx {
  border: none;
  padding: 25px 10px;
  font-weight: 700;
  color: var(--color-table-td-color);
  min-width: 200px;
}

.spree-up7geu {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.spree-ojhdxx .spree-66lylv {
  margin-right: 20px;
  flex-shrink: 0;
}

.spree-ojhdxx img {
  max-height: 45px;
  object-fit: contain;
  width: 100%;
}

.spree-k5zyly {
  padding: 25px 10px;
  align-self: center;
  border-bottom: 1px solid var(--color-table-border);
  flex-grow: 1;
  border-top: none;
}

.spree-k5zyly > :first-child {
  margin-top: 0;
}

@media (max-width: 767px) {
  .spree-ojhdxx {
    padding: 15px 10px;
  }
  .spree-k5zyly {
    padding: 15px 10px;
  }
  .spree-ojhdxx .spree-66lylv {
    margin-right: 10px;
  }
}

.spree-hf80gr {
  overflow-x: auto;
}

.spree-wlg6h9 {
  border-collapse: collapse;
  width: 100%;
}

.spree-hf80gr th {
  font-family: inherit;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 19px;
  padding: 25px 10px;
  text-align: center;
}

.spree-hf80gr td {
  font-family: inherit;
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  padding: 15px 25px;
  white-space: nowrap;
}

.spree-hf80gr td.spree-1r4slg {
  font-weight: 600;
  text-align: right;
  border-left: none;
}

.spree-hf80gr td.spree-ds0qye {
  border-right: none;
}

.spree-hf80gr td.spree-ds0qye .spree-66lylv {
  justify-content: flex-start;
}

.spree-hf80gr td.spree-ds0qye .spree-66lylv img {
  height: auto;
  width: 90px;
}

.spree-hf80gr td.spree-cyzn92,
.spree-hf80gr td.spree-e2a0wt {
  font-weight: 600;
  text-align: right;
}

.spree-hf80gr td.spree-9mkwi4,
.spree-hf80gr td.spree-cyzn92 {
  padding-bottom: 10px;
  border-bottom: none;
}

.spree-hf80gr td.spree-cyzn92,
.spree-hf80gr td.spree-e2a0wt {
  border-left: none;
}

.spree-hf80gr td.spree-9mkwi4,
.spree-hf80gr td.spree-8fjoq3 {
  border-right: none;
}

.spree-hf80gr td.spree-8fjoq3,
.spree-hf80gr td.spree-e2a0wt {
  border-top: none;
  padding-top: 10px;
}

.spree-a589wr {
  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;
}

.spree-a589wr .spree-05avdx {
  min-width: unset;
  width: 100%;
}

.spree-a589wr .spree-05avdx.spree-rytslb {
  grid-column: 1/2;
  grid-row: 1/2;
}

.spree-a589wr .spree-05avdx.spree-tthad2 {
  grid-column: 2/3;
  grid-row: 1/2;
}

.spree-a589wr .spree-wchvw8 {
  grid-column: 1/3;
  grid-row: 2/3;
  margin-top: 0;
}

@media (max-width: 767px) {
  .spree-a589wr {
    grid-template-columns: 1fr;
    margin-top: 0;
  }
  .spree-a589wr .spree-05avdx.spree-rytslb {
    grid-column: 1/2;
    grid-row: 1/2;
  }
  .spree-a589wr .spree-05avdx.spree-tthad2 {
    grid-column: 1/2;
    grid-row: 2/3;
  }
  .spree-a589wr .spree-wchvw8 {
    grid-column: 1/2;
    grid-row: 3/4;
  }
}

.spree-bsdrr1 {
  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;
}

.spree-xn73bn {
  margin-bottom: 32px;
  font-size: 34px;
  font-weight: 800;
  line-height: 40px;
}

.spree-xpy3fj p a img {
  margin: 0 auto;
  display: block;
}

.spree-xpy3fj table {
  margin-bottom: 17px;
}

/* contanct form */
.spree-36lfrb {
  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;
}

.spree-36lfrb label {
  font-size: 14px;
}

.spree-36lfrb h2 {
  text-align: center;
  margin-bottom: 1rem;
}
.spree-36lfrb input,
.spree-36lfrb textarea,
.spree-36lfrb 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;
}
.spree-36lfrb button {
  background-color: #a91f09;
  color: var(--text-color);
  border: none;
  cursor: pointer;
  transition: background 0.spree-t18q36 ease;
}
.spree-36lfrb button:hover {
  background-color: #691204;
}
.spree-xnc5m1 {
  text-align: center;
  color: green;
  font-weight: 500;
  padding: 50px 0;
  animation: fadeIn 0.spree-hikfvs ease-in;
}

.spree-xnc5m1 h2 {
  color: green;
  font-weight: 500;
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

main a img {
    display: block;
    margin: 0 auto;
}