@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);
}

.deespin-a4cy1m {
  margin: 0 auto;
  padding: 0 var(--offsets);
  max-width: var(--display-width);
}

.deespin-27lmk0 {
  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.deespin-lmtnkw,
ul.deespin-lmtnkw {
  padding-left: 20px;
}

ul.deespin-lmtnkw {
  list-style: disc;
}

ol.deespin-lmtnkw {
  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;
  }
}

.deespin-nvrsc6 > .deespin-vq0m7n,
.deespin-nvrsc6 > .deespin-o3lnrg,
.deespin-nvrsc6 > blockquote,
.deespin-nvrsc6 > h1,
.deespin-nvrsc6 > h2,
.deespin-nvrsc6 > h3,
.deespin-nvrsc6 > h4,
.deespin-nvrsc6 > h5,
.deespin-nvrsc6 > h6,
.deespin-nvrsc6 > ol,
.deespin-nvrsc6 > p,
.deespin-nvrsc6 > ul {
  margin-right: auto;
  margin-left: auto;
  padding: 0 var(--offsets);
  max-width: var(--display-width);
}

.deespin-nvrsc6 > ol,
.deespin-nvrsc6 > ul {
  padding-left: 50px;
}

.deespin-nvrsc6 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;
}

.deespin-nvrsc6:not(:last-child) {
  margin-bottom: 2rem;
}

.deespin-nvrsc6 > :not(:first-child) {
  margin-top: 2rem;
}

.deespin-nvrsc6 {
  margin-top: 64px;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.deespin-nvrsc6:first-child {
  margin-top: 40px;
}

@media (max-width: 767px) {
  .deespin-nvrsc6:first-child {
    margin-top: 20px;
  }
}

.deespin-nvrsc6 > p:last-of-type {
  margin-bottom: 32px;
}

.deespin-nvrsc6 > .deespin-0y4kp3:not(:first-child) {
  margin: 64px auto 16px auto;
}

.deespin-qzjr0z > .deespin-0y4kp3 {
  margin-left: auto;
  margin-right: auto;
  padding: 0 var(--offsets);
  max-width: var(--display-width);
}

.deespin-o3lnrg {
  overflow: auto;
}

.deespin-o3lnrg::-webkit-scrollbar {
  height: 5px;
}

.deespin-o3lnrg table,
table {
  margin-top: 24px;
  border-collapse: collapse;
  width: 100%;
  word-break: break-word;
}

.deespin-o3lnrg table {
  border-radius: 12px;
  border: 2px solid var(--border-color);
  /* background: #0f442e; */
}

.deespin-o3lnrg table thead,
table thead {
  border-bottom: none;
}

.deespin-o3lnrg table th,
table th {
  padding: 5px 5px;
  text-align: center;
  color: var(--color-table-th-color);
  background-color: var(--table-1-color);
}

.deespin-o3lnrg table th:not(:last-child) {
  border-right: 1px solid var(--border-color);
}

.deespin-o3lnrg table td,
table td {
  border: 1px solid var(--border-color);
  padding: 5px 5px;
}

.deespin-o3lnrg .deespin-mfzgmd {
  table-layout: auto;
}

.deespin-o3lnrg .deespin-mfzgmd th {
  word-break: normal;
}

.deespin-o3lnrg .deespin-mfzgmd td {
  word-break: normal;
}

.deespin-a4cy1m .deespin-a4cy1m {
  padding-right: 0;
  padding-left: 0;
}

.deespin-u1hm7w {
  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;
}

.deespin-o76sf5 {
  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;
}

.deespin-i199tz {
  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;
}

.deespin-vq0m7n {
  margin-top: 24px;
}

.deespin-vq0m7n.deespin-w3w45n {
  text-align: left;
}

.deespin-vq0m7n.deespin-2xyayn {
  text-align: right;
}

.deespin-vq0m7n.deespin-dh1udh {
  text-align: center;
}

.deespin-kqxdhc {
  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.deespin-e01xyv ease-in-out;
  cursor: pointer;
}

.deespin-kqxdhc:hover {
  color: var(--button-bg-color);
  background: 0 0;
}

.deespin-kqxdhc {
  min-width: 328px;
}

@media (max-width: 768px) {
  .deespin-kqxdhc {
    min-width: unset;
  }
}

.deespin-62l04d {
  background-color: var(--fh-bg-color);
}

.deespin-bizcpr {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 8px 20px;
}

.deespin-8nlsjd {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  max-width: 160px;
}

.deespin-8nlsjd img {
  max-height: 80px;
  object-fit: contain;
}

.deespin-aeii70 {
  flex: 1 1;
}

.deespin-574i9g {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-left: auto;
}

.deespin-nl1spa {
  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;
}

.deespin-nl1spa 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;
}

.deespin-nl1spa.deespin-wnooo1 span:nth-of-type(1) {
  -webkit-transform: translateY(11px) rotateZ(45deg);
  -ms-transform: translateY(11px) rotate(45deg);
  transform: translateY(11px) rotateZ(45deg);
}

.deespin-nl1spa.deespin-wnooo1 span:nth-of-type(2) {
  -webkit-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform: scaleX(0);
}

.deespin-nl1spa.deespin-wnooo1 span:nth-of-type(3) {
  -webkit-transform: translateY(-11px) rotateZ(-45deg);
  -ms-transform: translateY(-11px) rotate(-45deg);
  transform: translateY(-11px) rotateZ(-45deg);
}

.deespin-aeii70 + .deespin-574i9g {
  margin-left: 20px;
}

.deespin-6eiqmz {
  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;
}

.deespin-6eiqmz > svg {
  max-width: 24px;
  max-height: 24px;
}

.deespin-6eiqmz + .deespin-6eiqmz {
  margin-left: 5px;
}

.deespin-k039hd {
  color: var(--button-text-color);
  background-color: var(--button-bg-color);
  border: 1px solid var(--border-color);
  transition: 0.2s;
}

.deespin-k039hd:hover {
  background-color: var(--button-bg-hover);
}

.deespin-z9o9qw {
  color: var(--button-text-color);
  background-color: var(--button-bg-color);
  transition: 0.deespin-e01xyv ease-in-out;
  border: 1px solid var(--border-color);
}

.deespin-z9o9qw:hover {
  color: var(--button-text-color);
  background-color: var(--button-bg-hover);
}

.deespin-0ps97g {
  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) {
  .deespin-aeii70 {
    flex: 1 1 100%;
    order: 10;
    margin-top: 8px;
  }
  .deespin-0ps97g {
    justify-content: center;
  }
}

@media (max-width: 1024px) {
  .deespin-aeii70 {
    margin-top: unset;
  }
}

@media (max-width: 768px) {
  .deespin-6eiqmz {
    min-width: unset;
    flex: 1 1;
  }
}

.deespin-9bj4s2 {
  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;
}

.deespin-9bj4s2:hover > a::after {
  -webkit-transform: scaleX(1);
  -ms-transform: scaleX(1);
  transform: scaleX(1);
}

.deespin-9bj4s2:hover .deespin-s4fky1 {
  opacity: 1;
  pointer-events: auto;
}

.deespin-fotk66 {
  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.deespin-f8cmhv ease-in-out;
  gap: 4px;
}

.deespin-fotk66 > svg {
  max-width: 28px;
  max-height: 28px;
  fill: var(--text-color);
  stroke: var(--text-color);
}

.deespin-fotk66 .deespin-u1hm7w img {
  width: auto;
  height: 1.2rem;
  -o-object-fit: contain;
  object-fit: contain;
}

.deespin-d86j8m,
.deespin-fotk66:hover {
  color: var(--button-bg-hover);
}

.deespin-w8ko65 {
  position: relative;
}

.deespin-w8ko65 .deespin-fotk66 {
  margin-right: 0;
  padding-right: 4px;
}

.deespin-ttynac svg {
  fill: var(--text-color);
  stroke: var(--text-color);
}

.deespin-w8ko65.deespin-wnooo1 .deespin-ttynac svg {
  -webkit-transform: rotateZ(180deg);
  -ms-transform: rotate(180deg);
  transform: rotateZ(180deg);
}

.deespin-w8ko65.deespin-wnooo1 .deespin-s4fky1 {
  position: relative;
  top: 0;
  display: block;
  margin-top: 0;
  padding: 0 1rem;
  opacity: 1;
  pointer-events: auto;
}

.deespin-w8ko65.deespin-wnooo1 .deespin-s4fky1::before {
  display: none;
}

.deespin-ttynac svg {
  width: 100%;
  height: auto;
  max-width: 15px;
  -webkit-transition: 250ms;
  -o-transition: 250ms;
  transition: 250ms;
}

.deespin-s4fky1 {
  position: absolute;
  top: 100%;
  z-index: 100;
  list-style: none;
  margin-top: 0.5rem;
  border-radius: 5px;
  padding: 0.deespin-ytjmao 1rem;
  background-color: var(--fh-bg-color);
  opacity: 0;
  transition: 250ms;
  width: auto;
  pointer-events: none;
}

.deespin-s4fky1::before {
  content: "";
  position: absolute;
  left: 0;
  top: -0.5rem;
  width: 100%;
  height: 0.5rem;
  background-color: transparent;
}

.deespin-s4fky1:hover {
  color: var(--fh-bg-color);
}

.deespin-ubnlsw {
  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.deespin-ytjmao 0;
  font-size: 14px;
  font-weight: 500;
  line-height: 28px;
  white-space: nowrap;
  text-decoration: none;
  color: var(--text-color);
  -webkit-transition: 0.deespin-f8cmhv ease-in-out;
  -o-transition: 0.deespin-f8cmhv ease-in-out;
  transition: 0.deespin-f8cmhv ease-in-out;
}

.deespin-ubnlsw .deespin-u1hm7w img {
  width: auto;
  height: 1.2rem;
  -o-object-fit: contain;
  object-fit: contain;
}

.deespin-nn8wzz,
.deespin-ubnlsw:hover {
  color: var(--button-bg-hover);
}

.deespin-rak8yw {
  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%;
}

.deespin-rak8yw.deespin-8zf4oq {
  position: relative;
  z-index: 1;
  overflow: hidden;
  border: none;
}

.deespin-rak8yw.deespin-8zf4oq:after,
.deespin-rak8yw.deespin-8zf4oq:before {
  content: "";
  position: absolute;
  margin: auto;
}

.deespin-rak8yw.deespin-8zf4oq: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);
  }
}

.deespin-rak8yw.deespin-8zf4oq:after {
  top: 2px;
  right: 2px;
  bottom: 2px;
  left: 2px;
  background-color: var(--fh-bg-color);
  border-radius: 12px;
  z-index: 0;
}

.deespin-rak8yw.deespin-8zf4oq > * {
  z-index: 1;
}

.deespin-rak8yw b,
.deespin-rak8yw strong {
  color: var(--button-text-color);
  text-shadow: 0 0 8px var(--button-text-color);
}

.deespin-rak8yw .deespin-sxlwwo {
  grid-row: 1/2;
  grid-column: 1/2;
  font-size: 24px;
  font-weight: 900;
  line-height: 32px;
  text-transform: uppercase;
  margin: 0;
  color: #fff;
}

.deespin-rak8yw .deespin-tdry7k {
  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;
}

.deespin-rak8yw .deespin-u1hm7w {
  grid-row: 1/-1;
  grid-column: 2/3;
  min-width: 146px;
}

.deespin-rak8yw .deespin-4rwuk9 {
  margin-top: 12px;
}

.deespin-4rwuk9 {
  display: flex;
  gap: 8px;
  grid-row: 3/4;
  grid-column: 1/2;
}

.deespin-rzlfox {
  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;
}

.deespin-4rwuk9 .deespin-2l4zj8 {
  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.deespin-e01xyv ease-in-out;
}

.deespin-4rwuk9 .deespin-2l4zj8:hover {
  background: rgba(255, 255, 255, 0.3);
}

.deespin-lr9j0y {
  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;
}

.deespin-rak8yw.deespin-n6tjyx {
  gap: 12px;
  padding: 16px;
}

.deespin-rak8yw.deespin-n6tjyx .deespin-lr9j0y {
  min-width: 240px;
}

.deespin-rak8yw.deespin-n6tjyx .deespin-lr9j0y.deespin-hg3ogu {
  padding: 10px 12px;
}

@media (max-width: 1200px) {
  .deespin-rak8yw .deespin-sxlwwo {
    grid-row: 1/2;
    grid-column: 1/3;
  }
  .deespin-rak8yw .deespin-tdry7k {
    grid-row: 2/3;
    grid-column: 1/2;
  }
  .deespin-rak8yw .deespin-u1hm7w {
    min-width: 78px;
    grid-row: 2/3;
    grid-column: 2/3;
    align-self: start;
    max-width: 110px;
  }
  .deespin-rak8yw.deespin-n6tjyx .deespin-u1hm7w {
    max-width: 126px;
  }
  .deespin-rak8yw .deespin-4rwuk9 {
    grid-row: 3/4;
    grid-column: 1/3;
  }
  .deespin-rak8yw .deespin-rzlfox {
    max-width: unset;
  }
  .deespin-lr9j0y {
    min-width: unset;
    width: 100%;
  }
  .deespin-rak8yw .deespin-lr9j0y {
    grid-row: 4/5;
    grid-column: 1/3;
  }
  .deespin-rak8yw.deespin-n6tjyx {
    grid-template-rows: auto 1fr auto;
  }
  .deespin-rak8yw.deespin-n6tjyx .deespin-lr9j0y {
    grid-row: 3/4;
  }
}

@media (max-width: 768px) {
  .deespin-rak8yw {
    padding: 16px;
    gap: 16px 12px;
    min-height: unset;
  }
  .deespin-rak8yw .deespin-sxlwwo {
    font-size: 18px;
    font-weight: 900;
    line-height: 24px;
  }
  .deespin-rak8yw .deespin-u1hm7w {
    max-width: 78px;
  }
  .deespin-rak8yw .deespin-4rwuk9 {
    margin-top: -12px;
  }
  .deespin-rak8yw.deespin-n6tjyx {
    gap: 8px;
  }
  .deespin-rak8yw.deespin-n6tjyx .deespin-sxlwwo {
    grid-row: 1/2;
    grid-column: 1/2;
  }
  .deespin-rak8yw.deespin-n6tjyx .deespin-tdry7k {
    grid-column: 1/3;
  }
  .deespin-rak8yw.deespin-n6tjyx .deespin-u1hm7w {
    grid-row: 1/2;
    grid-column: 2/3;
  }
  .deespin-rak8yw.deespin-n6tjyx .deespin-u1hm7w img {
    max-width: 114px;
  }
}

.deespin-lr9j0y.deespin-bhifmf,
.deespin-lr9j0y.deespin-58jk33,
.deespin-lr9j0y.deespin-7dgcz1 {
  color: var(--button-text-color);
  background-color: var(--button-bg-color);
  padding: 12px 12px 12px 64px;
  border: 1px solid var(--border-color);
  transition: 0.deespin-e01xyv ease-in-out;
}

.deespin-lr9j0y.deespin-bhifmf,
.deespin-lr9j0y.deespin-7dgcz1 {
  padding: 10px;
}

.deespin-lr9j0y.deespin-bhifmf:hover,
.deespin-lr9j0y.deespin-58jk33:hover,
.deespin-lr9j0y.deespin-7dgcz1:hover {
  background: var(--button-bg-hover);
}

.deespin-lr9j0y.deespin-bhifmf:hover svg path,
.deespin-lr9j0y.deespin-7dgcz1:hover svg path {
  stroke: var(--button-text-color);
  fill: none;
}

.deespin-lr9j0y.deespin-hg3ogu {
  color: var(--button-text-color);
  background-color: transparent;
  border: 1px solid var(--border-color);
  padding: 12px;
  transition: 0.deespin-e01xyv ease-in-out;
  background: var(--button-bg-color);
}

.deespin-lr9j0y.deespin-hg3ogu:hover {
  background-color: var(--button-bg-hover);
}

.deespin-lr9j0y.deespin-58jk33: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);
  }
}

.deespin-lr9j0y.deespin-58jk33:after {
  content: "";
  width: 24px;
  min-width: 24px;
  height: 24px;
  background-image: url(../images/user.svg);
  background-position: center;
  background-repeat: no-repeat;
}

.deespin-lr9j0y.deespin-hg3ogu:after {
  content: "";
  width: 24px;
  min-width: 24px;
  height: 24px;
  background-image: url(../images/btn-arrows.svg);
  background-position: center;
  background-repeat: no-repeat;
}

.deespin-a0urp5 {
  max-width: 650px;
}

.deespin-u908rd {
  position: relative;
  padding-bottom: 56.25%;
  width: 100%;
  height: 0;
  background-color: #000;
}

.deespin-vgi59x {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.deespin-q2iakz {
  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.deespin-f8cmhv ease-in-out;
  cursor: pointer;
}

.deespin-q2iakz:hover {
  opacity: 0.5;
}

.deespin-q2iakz:focus {
  outline: 0;
}

.deespin-q2iakz:focus .deespin-i08bbg,
.deespin-q2iakz:hover .deespin-i08bbg {
  fill: red;
  fill-opacity: 1;
}

.deespin-q2iakz:hover {
  cursor: pointer;
}

.deespin-g0sdri {
  position: absolute;
  left: 0;
  top: 0;
  border: none;
  width: 100%;
  height: 100%;
}

.deespin-a0urp5.deespin-dh1udh {
  margin: 0 auto;
}

.deespin-a0urp5.deespin-2xyayn {
  margin-left: auto;
}

.deespin-xcovr5 {
  margin: 33px 20px 0 20px;
  padding: 33px 40px 40px 40px;
  background-color: var(--fh-bg-color);
  border-radius: 12px 12px 0 0;
}

.deespin-58ofd2 {
  padding-bottom: 50px;
}

.deespin-m7364d {
  justify-content: flex-start;
  align-items: center;
  flex: 1 1;
}

.deespin-8mzsxk {
  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;
}

.deespin-obn6qt {
  margin-top: 24px;
}

.deespin-7ghq8m {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.deespin-gxwyiu {
  width: 100%;
  font-size: 14px;
  line-height: 16px;
  text-align: center;
  color: var(--color-footer-text);
  margin-top: 4px;
}

.deespin-43hrgv {
  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;
}

.deespin-yasbvv {
  width: 468px;
}

.deespin-43hrgv .deespin-s4fky1 {
  margin: 0.deespin-vyj3r3 0;
}

.deespin-3qwiwv {
  display: flex;
  min-width: 224px;
}

.deespin-va0hwa {
  cursor: pointer;
  display: inline-block;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  text-decoration: none;
  color: var(--footer-text-color);
  transition: 0.deespin-f8cmhv ease-in-out;
}

.deespin-jg43n4,
.deespin-va0hwa:hover {
  color: var(--text-color);
}

.deespin-90gh3u {
  display: flex;
  flex-wrap: wrap;
  padding: 0;
}

.deespin-okmsan {
  display: flex;
  flex-direction: column;
}

@media (max-width: 1024px) {
  .deespin-xcovr5 {
    padding: 16px;
  }
  .deespin-90gh3u {
    flex-direction: column;
    gap: 40px;
    padding: 0;
  }
  .deespin-okmsan {
    align-items: center;
  }
  .deespin-yasbvv {
    width: unset;
  }
  .deespin-3qwiwv {
    min-width: unset;
  }
  .deespin-43hrgv {
    max-height: unset;
  }
  .deespin-m7364d {
    align-items: flex-start;
  }
}

@media (max-width: 768px) {
  .deespin-xcovr5 {
    margin: 33px 16px 0 16px;
    padding: 16px;
  }
}

.deespin-ge9akn {
  border-radius: 12px;
  border: 2px solid var(--border-color);
  background: var(--fh-bg-color);
  padding: 16px;
}

.deespin-ge9akn:not(:last-child) {
  margin-bottom: 16px;
}

.deespin-gpteog {
  outline: 0;
}

.deespin-gpteog .deespin-5wu0am {
  color: #fff;
  font-size: 17px;
  font-weight: 800;
  line-height: 24px;
}

.deespin-nr5z5j {
  display: flex;
  align-items: center;
  gap: 8px;
  outline: 0;
  cursor: pointer;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
}

.faq__details[open] .deespin-nr5z5j {
  padding-bottom: 16px;
  border-bottom: 1px solid var(--border-color);
}

.deespin-nr5z5j::-webkit-details-marker {
  display: none;
}

.deespin-nr5z5j: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;
}

.deespin-nr5z5j: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] .deespin-nr5z5j:after {
  transform: unset;
}

.deespin-5wu0am {
  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);
}

.deespin-5wu0am 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.deespin-f8cmhv ease-in-out;
  -o-transition: 0.deespin-f8cmhv ease-in-out;
  transition: 0.deespin-f8cmhv ease-in-out;
}

.deespin-5w42zh {
  padding: 16px 0 0 0;
}

.deespin-5w42zh * {
  margin-top: 0.8rem;
  font-family: inherit;
  font-weight: 500;
  font-style: normal;
  font-size: inherit;
  line-height: inherit;
}

page-header__button .deespin-5w42zh :first-child {
  margin-top: 0;
}

@media (max-width: 767px) {
  .deespin-nr5z5j {
    flex-wrap: wrap;
    gap: 12px;
  }
  .deespin-nr5z5j::after {
    margin-left: auto;
  }
  .deespin-5wu0am {
    order: 3;
    flex: 1 1 100%;
  }
  .deespin-nr5z5j {
    font-size: 14px;
    line-height: 130%;
  }
  .deespin-5wu0am svg {
    margin-left: 15px;
    width: 18px;
    height: 18px;
    fill: var(--color-faq-item-title);
  }
}

.deespin-tdnscv {
  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;
}

.deespin-tjdcv6 {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #fff;
  margin: 0;
  width: 100%;
  cursor: pointer;
}

.deespin-tdnscv.deespin-wnooo1 .deespin-tjdcv6 {
  margin-bottom: 12px;
}

.deespin-tjdcv6::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;
}

.deespin-tdnscv.deespin-wnooo1 .deespin-tjdcv6::after {
  transform: unset;
}

.deespin-n43a7z {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  list-style: none;
  overflow: hidden;
  margin: 0;
  padding: 0;
  width: 100%;
  height: auto;
  max-height: 0;
}

.deespin-8mvpok {
  display: flex;
  align-items: center;
  gap: 4px;
  padding: 6px 12px;
  text-decoration: none;
  color: #fff;
  transition: 0.deespin-f8cmhv ease-in-out;
  border-radius: 8px;
  border: 1px solid var(--border-color);
}

.deespin-8mvpok: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;
}

.deespin-tdnscv.deespin-wnooo1 .deespin-n43a7z {
  max-height: 100%;
}

.deespin-p05mey {
  margin: 0 auto 3rem;
  padding: 0 10px;
  max-width: var(--display-width);
}

.deespin-m0lxlb {
  padding: 4px 0;
  background: rgba(255, 255, 255, 0.1);
}

.deespin-vgfvie {
  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;
}

.deespin-hh69j4 {
  margin-right: 4px;
}

.deespin-67cy04 {
  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.deespin-f8cmhv ease-in-out;
}

.deespin-67cy04 svg {
  width: 4px;
  height: 4px;
  margin-left: 4px;
  stroke: var(--text-color);
}

.deespin-bawpsg,
.deespin-67cy04:hover {
  color: var(--text-color);
}

.deespin-0octan {
  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;
}

.deespin-0octan img {
  grid-column: 1/2;
  grid-row: 1/3;
  max-width: 58px;
  height: auto;
}

.deespin-0octan .deespin-qmc67n {
  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;
}

.deespin-0octan .deespin-samzv0 {
  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;
}

.deespin-mxudbs {
  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;
}

.deespin-sqckv8 {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.deespin-6bm3rg .deespin-a4cy1m {
  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;
}

.deespin-6bm3rg {
  background-image: url(../images/404.webp);
  background-position: -100px;
}

.deespin-ekjg1g {
  margin-top: 2rem;
  font-size: 5rem;
  line-height: 6rem;
  text-align: center;
}

.deespin-6s6b0i {
  margin: 0;
  font-weight: 400;
  font-size: 2rem;
  line-height: 2.5rem;
  text-align: center;
}

.deespin-auneuf {
  display: inline-block;
  margin: 2rem auto 0;
  border: none;
  border-radius: 5px;
  padding: 0.deespin-uzn53c 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;
}

.deespin-auneuf:hover {
  -webkit-transform: translateY(-3px);
  -ms-transform: translateY(-3px);
  transform: translateY(-3px);
}

.deespin-013wmf {
  position: fixed;
  right: 10px;
  bottom: 15px;
  z-index: 10;
}

.deespin-1wb2ct {
  -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.deespin-f8cmhv ease-in-out;
  transition: transform 0.deespin-f8cmhv ease-in-out;
  -o-transition: transform 0.deespin-f8cmhv ease-in-out;
  transition:
    transform 0.deespin-f8cmhv ease-in-out,
    -webkit-transform 0.deespin-f8cmhv ease-in-out;
  cursor: pointer;
}

.deespin-1wb2ct svg {
  fill: var(--button-text-color);
  pointer-events: none;
}

.deespin-1wb2ct: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;
}

.deespin-tu8jp3 {
  width: 113px !important;
  background-color: green !important;
  top: 124px !important;
}

@media screen and (max-width: 700px) {
  #cookie-law-div p {
    padding-bottom: 36px;
  }
  .deespin-tu8jp3 {
    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);
}

.deespin-gm0kfo {
  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;
}

.deespin-6xtroz {
  position: relative;
  width: 100%;
}

.deespin-gm0kfo.deespin-0rt7ax {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.deespin-gm0kfo.deespin-dh1udh {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.deespin-gm0kfo.deespin-2xyayn {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.deespin-498c0k {
  display: block;
  width: 100%;
  height: auto;
  object-fit: contain;
  aspect-ratio: 16/9;
  max-height: 488px;
  background-color: #454545;
}

.deespin-z3qpto {
  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.deespin-f8cmhv ease-in-out;
  cursor: pointer;
}

.deespin-z3qpto:hover {
  opacity: 0.5;
}

.deespin-gm0kfo.deespin-bitbhk .deespin-z3qpto {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

.deespin-gm0kfo.deespin-bitbhk .deespin-498c0k {
  cursor: pointer;
}

.deespin-5xneee {
  fill: #0009;
}

.deespin-spc8el {
  fill: #fff;
}

.deespin-z3qpto:hover .deespin-5xneee {
  fill: red;
}

.deespin-z3qpto svg path {
  -webkit-transition: 0.deespin-f8cmhv ease-in-out;
  -o-transition: 0.deespin-f8cmhv ease-in-out;
  transition: 0.deespin-f8cmhv ease-in-out;
}

.deespin-4pbd1r {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0 20px;
}

.deespin-4pbd1r > :not(.get-image):not(.wp-block-heading) {
  grid-column: 1/2;
}

.deespin-4pbd1r.deespin-ri26mw > :not(.get-image) {
  grid-column: 1/3;
}

.deespin-ele9ur:not(._h1-block) .deespin-4pbd1r > .deespin-0y4kp3 {
  grid-row: 1/2;
  grid-column: 1/3;
}

.deespin-4pbd1r.deespin-ri26mw .deespin-33ftoo {
  grid-column: 2/3;
}

.deespin-4pbd1r.deespin-ri26mw > .deespin-u1hm7w {
  grid-column: 1/2;
}

.deespin-4pbd1r.deespin-ri26mw > :not(.get-image):not(.wp-block-heading) {
  grid-column: 2/3;
}

.deespin-4pbd1r > p:first-of-type {
  margin-top: 0;
}

.deespin-4pbd1r .deespin-u1hm7w {
  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;
}

.deespin-ele9ur:not(._h1-block) .deespin-0y4kp3 ~ .deespin-u1hm7w {
  grid-row: 2/10;
}

.deespin-ele9ur.deespin-z89wid .deespin-0y4kp3 ~ .deespin-u1hm7w {
  grid-row: 1/10;
}

.deespin-ele9ur.deespin-z89wid > .deespin-0y4kp3 {
  grid-column: 1/2;
  margin-bottom: 20px;
}

.deespin-ele9ur.deespin-z89wid .deespin-u1hm7w {
  grid-row: 1/10;
}

.deespin-4pbd1r.deespin-gxk6j0 .deespin-u1hm7w {
  align-items: flex-start;
}

.deespin-4pbd1r.deespin-dh1udh .deespin-33ftoo {
  margin-top: auto;
  margin-bottom: auto;
  height: fit-content;
}

.deespin-4pbd1r.deespin-dh1udh .deespin-u1hm7w {
  align-items: center;
}

.deespin-4pbd1r.deespin-j15qpz .deespin-u1hm7w {
  align-items: flex-end;
}

.deespin-33ftoo > :first-child {
  margin-top: 0;
}

.deespin-33ftoo > :last-child {
  margin-bottom: 0;
}

* + .deespin-29mf3h,
.deespin-ele9ur + .deespin-ele9ur {
  margin-top: 2rem;
}

.deespin-hvsl8e td::before,
.deespin-hvsl8e th::after {
  display: none !important;
}

.deespin-hvsl8e #link-selector {
  color: #000;
}

.deespin-hvsl8e .deespin-o777lz {
  color: #135e96;
}

.deespin-hvsl8e .deespin-r80tca *,
.deespin-hvsl8e .deespin-h0yzew p,
.deespin-hvsl8e .deespin-qvj0o3 * {
  color: #000;
}

.deespin-hvsl8e .deespin-h7fadl {
  background: 0 0 !important;
}

.deespin-hvsl8e .deespin-ezfuup {
  color: #000;
}

.deespin-hvsl8e .deespin-cinwt1.deespin-nbgiz8 {
  color: #fff;
}

.deespin-hvsl8e .deespin-j7kpdw {
  color: #000;
}

.deespin-hvsl8e
  .deespin-y959wd
  .deespin-8fpe6o.deespin-nbgiz8.deespin-7yutoz {
  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;
}

.deespin-tjxyk5,
body .deespin-dhx30u {
  color: #000;
  background: var(--color-body) !important;
}

.deespin-tjxyk5 .deespin-ootl8q .deespin-oe38sv,
body .deespin-dhx30u .deespin-ootl8q .deespin-oe38sv {
  color: #000;
}

@media (hover: hover), screen and (min-width: 0\0) {
  .deespin-8mvpok:focus,
  .deespin-8mvpok:hover {
    color: #f9cb16;
  }
  .deespin-gi7ggo:focus,
  .deespin-gi7ggo:hover {
    background-color: var(--button-bg-color) !important;
    opacity: 1;
  }
}

@media (hover: hover), screen and (min-width: 0\0) {
  .deespin-p2o5xy:focus img,
  .deespin-p2o5xy:focus svg,
  .deespin-p2o5xy:hover img,
  .deespin-p2o5xy:hover svg {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
  }
}

@media (min-width: 768px) {
  .deespin-0octan {
    display: none;
  }
}

@media (min-width: 1024px) {
  .deespin-w8ko65:hover .deespin-ttynac svg {
    -webkit-transform: rotateZ(180deg);
    -ms-transform: rotate(180deg);
    transform: rotateZ(180deg);
  }
  .deespin-ttynac {
    pointer-events: none;
  }
}

@media screen and (max-width: 1280px) {
  :root {
    --offsets: 20px;
  }
}

@media (max-width: 1280px) {
  .deespin-3kg1xd {
    -ms-grid-columns: (1fr) [5];
    grid-template-columns: repeat(5, 1fr);
  }
  .deespin-ifcove {
    grid-template-columns: repeat(4, 1fr);
  }
  .deespin-ul05md {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 1279px) {
  .deespin-9fxgi5 .deespin-phhrka {
    grid-template-columns: 1fr;
  }
  .deespin-9fxgi5 .deespin-1j6c90 {
    -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;
  }
  .deespin-9fxgi5 .deespin-61m57a {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
  .deespin-9fxgi5 .deespin-hr1rag {
    border-bottom: none;
    border-radius: 0;
    padding: 12px 20px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
  .deespin-9fxgi5 .deespin-5rqocx {
    border-radius: 0 0 16px 16px;
    padding: 24px 16px;
  }
  .deespin-9fxgi5 .deespin-61m57a:not(:first-child) {
    border: none;
  }
  .deespin-9fxgi5 .deespin-61m57a:first-child .deespin-hr1rag {
    border-top-left-radius: 18px;
    border-top-right-radius: 0;
  }
  .deespin-9fxgi5 .deespin-61m57a:last-child .deespin-hr1rag {
    border-radius: 0 18px 0 0;
  }
}

@media screen and (max-width: 1024px) {
  :root {
    --offsets: 16px;
  }
}

@media (max-width: 1024px) {
  html {
    font-size: 16px;
  }
  .deespin-bizcpr {
    position: relative;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 8px var(--offsets);
  }
  .deespin-8nlsjd {
    max-width: 100px;
  }
  .deespin-aeii70 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
  .deespin-574i9g {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .deespin-574i9g svg {
    stroke: var(--button-text-color);
    /* fill: var(--button-text-color); */
  }
  .deespin-nl1spa {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
    margin-left: 20px;
  }
  .deespin-aeii70 + .deespin-574i9g {
    margin-left: auto;
  }
  .deespin-umx40g {
    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;
  }
  .deespin-umx40g.deespin-wnooo1 {
    z-index: 9999;
    opacity: 1;
    pointer-events: auto;
  }
  .deespin-0ps97g {
    -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;
  }
  .deespin-9bj4s2 {
    width: 100%;
  }
  .deespin-9bj4s2:not(:last-child) {
    border-bottom: 1px solid var(--border-color);
  }
  .deespin-fotk66 {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin: 0;
    padding: 8px 0;
    width: 100%;
  }
  .deespin-fotk66 svg {
    margin-right: 4px;
  }
  .deespin-w8ko65 {
    -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;
  }
  .deespin-ttynac svg {
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
  }
  .deespin-ttynac {
    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;
  }
  .deespin-s4fky1 {
    display: none;
    width: 100%;
  }
  .deespin-w8ko65.deespin-wnooo1 .deespin-s4fky1 {
    padding: 0 0 0 48px;
  }
  .deespin-ubnlsw {
    justify-content: flex-start;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
  }
  .deespin-8mzsxk .deespin-u1hm7w {
    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;
  }
  .deespin-21xftl {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
  }
  .deespin-21xftl + .deespin-21xftl {
    margin-right: 0;
  }
  .deespin-21xftl + .deespin-u1hm7w {
    margin: 0;
  }
  .deespin-3kg1xd {
    grid-template-columns: repeat(4, 1fr);
  }
  .deespin-ifcove {
    grid-template-columns: repeat(3, 1fr);
  }
  .deespin-m0kpw0,
  .deespin-v4nfda {
    grid-template-columns: repeat(2, 1fr);
  }
  .deespin-4pbd1r {
    grid-template-columns: 1fr;
    gap: 16px;
  }
  .deespin-4pbd1r.deespin-ri26mw .deespin-33ftoo {
    grid-column: auto;
    grid-row: auto;
  }
  .deespin-4pbd1r > .deespin-0y4kp3 {
    grid-column: 1/2;
  }
  .deespin-4pbd1r.deespin-ri26mw > :not(.get-image) {
    grid-column: 1/2;
  }
  .deespin-4pbd1r .deespin-u1hm7w,
  .deespin-4pbd1r.deespin-ri26mw > .deespin-u1hm7w {
    grid-column: 1/2;
    grid-row: 1/2;
  }
  .deespin-4pbd1r.deespin-ri26mw > :not(.get-image):not(.wp-block-heading) {
    grid-column: 1/2;
  }
  .deespin-ele9ur.deespin-z89wid .deespin-4pbd1r > .deespin-u1hm7w {
    grid-row: 1/2;
  }
  .deespin-4pbd1r .deespin-0y4kp3 ~ .deespin-u1hm7w,
  .deespin-4pbd1r.deespin-ri26mw .deespin-0y4kp3 ~ .deespin-u1hm7w {
    grid-row: 2/3;
  }
  .deespin-ele9ur.deespin-z89wid .deespin-0y4kp3 ~ .deespin-u1hm7w {
    grid-row: 2/3;
  }
}

@media (max-width: 800px) {
  .deespin-nvrsc6:first-child .deespin-v0q72p {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .deespin-nvrsc6:first-child .deespin-v0q72p h1 {
    -webkit-box-ordinal-group: -1;
    -ms-flex-order: -2;
    order: -2;
  }
}

@media (max-width: 1100px) {
  .deespin-nvrsc6 {
    margin-bottom: 1rem;
    padding: 0 13px;
  }
}

@media (max-width: 767px) {
  .deespin-nvrsc6 {
    padding: 0;
  }
  .deespin-vq0m7n {
    margin-top: 1rem;
  }
  .deespin-gpteog {
    border-radius: 5px;
  }
  .deespin-glun6t {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .deespin-tjdcv6::after {
    display: inline-block;
  }
  .deespin-tjdcv6 {
    margin: 0;
    width: 100%;
  }
  .deespin-n43a7z {
    width: 100%;
  }
  .deespin-n43a7z.deespin-vptui3 {
    -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%;
  }
  .deespin-n43a7z.deespin-vptui3 .deespin-veim5y {
    width: 100%;
  }
  .deespin-n43a7z.deespin-vptui3 .deespin-veim5y:not(:last-child) {
    margin-right: 0;
  }
  .deespin-8mvpok {
    width: 100%;
    text-align: center;
  }
  .deespin-tdnscv.deespin-wnooo1 .deespin-n43a7z {
    margin-top: 1rem;
  }
  .deespin-3kg1xd {
    grid-template-columns: repeat(3, 1fr);
  }
  .deespin-ul05md,
  .deespin-ifcove {
    grid-template-columns: repeat(2, 1fr);
  }
  .deespin-m0kpw0,
  .deespin-v4nfda,
  .deespin-bq91pa {
    grid-template-columns: 1fr;
  }
  .deespin-lcu594 {
    overflow-x: auto;
    width: 100%;
    max-width: 980px;
  }
  .deespin-uiieqw {
    min-width: 300px;
    max-width: 325px;
  }
  .deespin-hr1rag {
    cursor: auto;
  }
  .deespin-a8wng4 .deespin-hr1rag {
    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;
  }
  .deespin-tu8jp3 {
    left: calc(50% - 60px);
  }
}

@media (max-width: 650px) {
  .deespin-s4fky1 {
    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) {
  .deespin-tu8jp3 {
    top: 100px !important;
  }
  #cookie-law-div p {
    padding-bottom: 50px;
  }
}

.deespin-21xftl p {
  margin-top: 0;
}

@media (max-width: 550px) {
  .deespin-574i9g {
    margin: 0 -0.2rem;
  }
  .deespin-21xftl {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
  .deespin-7yq61q {
    -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;
  }
  .deespin-pjbhy7 {
    max-width: 100%;
  }
  .deespin-3kg1xd {
    grid-template-columns: repeat(2, 1fr);
  }
  .deespin-ul05md,
  .deespin-ifcove {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 500px) {
  html {
    font-size: 16px;
  }
  .deespin-bizcpr {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .deespin-574i9g {
    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;
  }
  .deespin-62l04d {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .deespin-6eiqmz {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
  }
  .deespin-vyly5y,
  .deespin-tk4g5v {
    width: calc(100% - 20px);
  }
}

@media (max-width: 475px) {
  .deespin-kqxdhc {
    width: 100%;
  }
  .deespin-3kg1xd {
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 400px) {
  .deespin-tu8jp3 {
    top: 127px !important;
  }
}

.deespin-4gqnmn {
  width: 100%;
  border-radius: 12px;
  overflow: hidden;
  margin-bottom: 20px;
}

@media (max-width: 1100px) {
  .deespin-4gqnmn {
  }
}

@media (max-width: 767px) {
  .deespin-4gqnmn {
    margin-bottom: 12px;
  }
}

.deespin-4gqnmn img {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  min-width: 100%;
  height: 100%;
}

.deespin-m91dus {
  display: flex;
  margin: 0 auto;
  padding: 0 var(--offsets);
  max-width: var(--display-width);
  gap: 20px;
}

.deespin-m91dus > .deespin-2sp8c2 {
  flex: 1 1;
}

@media (max-width: 767px) {
  .deespin-m91dus {
    flex-direction: column;
    gap: 12px;
  }
}

.deespin-xnme7d {
  display: flex;
}

.deespin-xnme7d .deespin-0zmc6l {
  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;
}

.deespin-xnme7d .deespin-s7okoe {
  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;
}

.deespin-xnme7d .deespin-903o9e {
  display: flex;
  list-style: none;
  margin: 0;
  padding-left: 100%;
  animation: scroll 60s linear infinite;
}

.deespin-xnme7d .deespin-s3fob0 {
  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));
  }
}

.deespin-xnme7d .deespin-s3fob0:before {
  content: "";
  width: 24px;
  min-width: 24px;
  height: 24px;
  background-image: url(../images/award.svg);
  background-repeat: no-repeat;
  background-position: center;
}

.deespin-xnme7d .deespin-ynhdyx {
  color: #fff;
  font-size: 14px;
  font-weight: 800;
  line-height: 20px;
  margin-right: 4px;
}

.deespin-dha8kr {
  border: unset;
  background-color: unset;
}

.deespin-dha8kr tbody {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

.deespin-dha8kr .deespin-ulc4rz,
.deespin-dha8kr .deespin-5593x0 {
  flex: 0 1 330px;
}

.deespin-dha8kr .deespin-h2zb1d {
  flex: 1 1;
}

.deespin-dha8kr tr {
  display: flex;
  flex-direction: column;
  gap: 16px;
  border-radius: 12px;
  border: 2px solid var(--border-color);
  background: var(--fh-bg-color);
  padding: 16px;
}

.deespin-dha8kr tr td {
  border: unset;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  color: #fff;
  padding: 0;
}

.deespin-dha8kr tr td:first-child {
  font-size: 23px;
  font-weight: 800;
  line-height: 28px;
  margin: 0;
  padding: 0;
}

.deespin-dha8kr tr td p {
  color: #fff;
  margin: 0;
}

.deespin-dha8kr tr td p span {
  color: var(--title-color);
  font-weight: 800;
}

.deespin-dha8kr tr.deespin-ulc4rz td p {
  padding: 16px 0;
}

.deespin-dha8kr tr.deespin-ulc4rz td p:not(:last-child),
.deespin-dha8kr tr.deespin-5593x0 td p:not(:last-child) {
  border-bottom: 1px solid var(--border-color);
}

.deespin-dha8kr tr.deespin-ulc4rz td p:first-child,
.deespin-dha8kr tr.deespin-5593x0 td p:first-child {
  padding-top: 0;
}

.deespin-dha8kr tr.deespin-5593x0 td p {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 12px 0;
  font-size: 14px;
  font-weight: 800;
  line-height: 20px;
}

.deespin-dha8kr tr.deespin-5593x0 td p:last-child {
  padding-bottom: 0;
}

.deespin-dha8kr .deespin-5593x0 img {
  max-width: 32px;
}

.deespin-dha8kr .deespin-h2zb1d {
  min-width: 718px;
}

.deespin-dha8kr .deespin-h2zb1d td:last-child {
  display: flex;
  flex-wrap: wrap;
}

.deespin-dha8kr .deespin-h2zb1d td {
  display: flex;
}

.deespin-dha8kr .deespin-h2zb1d td:last-child .deespin-0vth9h,
.deespin-dha8kr .deespin-h2zb1d td:last-child .deespin-b5e8uy,
.deespin-dha8kr .deespin-h2zb1d td:last-child .deespin-g1qwjp {
  flex: 1 1 50%;
}

.deespin-dha8kr .deespin-h2zb1d td:last-child .deespin-xcfaly {
  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;
}

.deespin-dha8kr .deespin-h2zb1d td:last-child .deespin-cchc6m,
.deespin-dha8kr .deespin-h2zb1d td:last-child .deespin-5n4tc5 {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  list-style: none;
  padding-left: 0;
  margin-top: 12px;
}

.deespin-dha8kr .deespin-h2zb1d td:last-child .deespin-0vth9h,
.deespin-dha8kr .deespin-h2zb1d td:last-child .deespin-b5e8uy {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
  padding-top: 16px;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}

.deespin-dha8kr .deespin-h2zb1d td:last-child .deespin-0vth9h span,
.deespin-dha8kr .deespin-h2zb1d td:last-child .deespin-b5e8uy span {
  font-weight: 800;
}

.deespin-dha8kr .deespin-h2zb1d img {
  max-width: 34px;
}

@media (max-width: 1100px) {
  .deespin-dha8kr .deespin-h2zb1d td .deespin-g1qwjp:not(:first-child) {
    padding-left: 0;
  }
}

@media (max-width: 767px) {
  .deespin-dha8kr tr.deespin-ulc4rz td p:last-child {
    padding-bottom: 0;
  }
  .deespin-dha8kr .deespin-5593x0 > td {
    display: flex;
    flex-wrap: wrap;
    gap: 0 20px;
  }
  .deespin-dha8kr .deespin-5593x0 > td > p {
    flex: 1 1 calc(50% - 10px);
  }
  .deespin-dha8kr tr.deespin-ulc4rz td p:not(:last-child),
  .deespin-dha8kr tr.deespin-5593x0 td p:not(:last-child) {
    border-bottom: unset;
  }
  .deespin-dha8kr tr.deespin-5593x0 td p:last-child {
    padding-bottom: 12px;
  }
  .deespin-dha8kr .deespin-h2zb1d td:last-child .deespin-0vth9h,
  .deespin-dha8kr .deespin-h2zb1d td:last-child .deespin-b5e8uy,
  .deespin-dha8kr .deespin-h2zb1d td:last-child .deespin-g1qwjp {
    flex: 1 1 50%;
    padding: 0;
  }
  .deespin-dha8kr .deespin-h2zb1d td:last-child .deespin-0vth9h,
  .deespin-dha8kr .deespin-h2zb1d td:last-child .deespin-b5e8uy {
    margin-top: 16px;
  }
  .deespin-dha8kr .deespin-h2zb1d td:last-child .deespin-g1qwjp {
    flex: 1 1 100%;
    padding-bottom: 16px;
    margin-top: 16px;
  }
  .deespin-dha8kr .deespin-h2zb1d td:last-child .deespin-0vth9h {
    border-right: 1px solid var(--border-color);
  }
  .deespin-dha8kr .deespin-h2zb1d td:last-child .deespin-g1qwjp:first-child {
    padding-top: 0;
    margin-top: 0;
  }
  .deespin-dha8kr .deespin-h2zb1d td:last-child .deespin-g1qwjp:last-child {
    padding-bottom: 0;
  }
}

.deespin-g1qwjp {
  display: flex;
  flex-direction: column;
}

.deespin-dha8kr .deespin-h2zb1d td .deespin-g1qwjp {
  border-bottom: 1px solid var(--border-color);
  padding-bottom: 16px;
}

.deespin-dha8kr .deespin-h2zb1d td .deespin-g1qwjp:not(:last-of-type) {
  border-right: 1px solid var(--border-color);
  padding-right: 16px;
}

.deespin-dha8kr .deespin-h2zb1d td .deespin-g1qwjp:not(:first-child) {
  padding-left: 16px;
}

@media (max-width: 767px) {
  .deespin-dha8kr .deespin-h2zb1d td .deespin-g1qwjp:not(:first-child) {
    padding-left: 0;
  }
  .deespin-dha8kr .deespin-h2zb1d td .deespin-g1qwjp:not(:last-of-type) {
    border-right: unset;
  }
}

.deespin-dha8kr .deespin-7d9in4 {
  flex: 0 1 485px;
}

.deespin-dha8kr .deespin-x2dqbr {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  list-style: none;
}

.deespin-dha8kr .deespin-x2dqbr li {
  border-radius: 4px;
  border: 1px solid var(--border-color);
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}

.deespin-dha8kr .deespin-x2dqbr li.deespin-71i3qk {
  padding: 6px 12px;
}

.deespin-dha8kr .deespin-x2dqbr li a,
.deespin-dha8kr .deespin-x2dqbr 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;
}

.deespin-dha8kr .deespin-uvxmjp,
.deespin-dha8kr .deespin-l83tse {
  flex: 1 1;
}

.deespin-dha8kr .deespin-2bpijy,
.deespin-dha8kr .deespin-crh6sx {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.deespin-dha8kr .deespin-2bpijy li,
.deespin-dha8kr .deespin-crh6sx li {
  display: flex;
  align-items: center;
  gap: 8px;
  flex: 1 1 calc(50% - 20px);
  font-size: 14px;
  font-weight: 800;
  line-height: 20px;
}

.deespin-dha8kr .deespin-l83tse img {
  max-width: 32px;
}

.deespin-dha8kr .deespin-uvxmjp img {
  max-width: 32px;
}

.deespin-dha8kr .deespin-vbv2m7 {
  min-width: 280px;
}

.deespin-dha8kr .deespin-vbv2m7 img {
  max-width: 146px;
}

.deespin-dha8kr .deespin-vbv2m7 td {
  display: flex;
  flex-direction: column;
  gap: 12px;
  max-width: 280px;
}

@media (max-width: 1460px) {
  .deespin-dha8kr .deespin-ulc4rz,
  .deespin-dha8kr .deespin-5593x0 {
    flex: 0 1 auto;
  }
  .deespin-dha8kr .deespin-h2zb1d {
    min-width: unset;
    flex: 1 1 50%;
  }
}

@media (max-width: 1100px) {
  .deespin-dha8kr .deespin-ulc4rz,
  .deespin-dha8kr .deespin-7d9in4,
  .deespin-dha8kr .deespin-5593x0,
  .deespin-dha8kr .deespin-h2zb1d {
    flex: 1 1 calc(50% - 20px);
  }
  .deespin-dha8kr .deespin-uvxmjp,
  .deespin-dha8kr .deespin-vbv2m7,
  .deespin-dha8kr .deespin-l83tse {
    flex: 1 1 30%;
  }
  .deespin-dha8kr .deespin-vbv2m7 {
    min-width: unset;
  }
}

@media (max-width: 767px) {
  .deespin-dha8kr .deespin-ulc4rz,
  .deespin-dha8kr .deespin-7d9in4,
  .deespin-dha8kr .deespin-uvxmjp,
  .deespin-dha8kr .deespin-5593x0,
  .deespin-dha8kr .deespin-h2zb1d,
  .deespin-dha8kr .deespin-vbv2m7,
  .deespin-dha8kr .deespin-l83tse {
    flex: 1 1 100%;
  }
}

.deespin-nfcpaa .deespin-hl2dko {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.deespin-nfcpaa .deespin-mh1nux {
  position: relative;
  display: flex;
  flex-direction: column;
  border-radius: 8px;
  border: 2px solid var(--border-color);
  background-color: var(--fh-bg-color);
}

.deespin-nfcpaa .deespin-i0zzxs {
  width: 100%;
  padding: 12px 12px 8px 12px;
  background-color: #318562;
  font-size: 14px;
  font-weight: 800;
  line-height: 20px;
  color: #f9cb16;
}

.deespin-nfcpaa .deespin-5bz1uw {
  display: grid;
  padding: 16px;
  gap: 0 16px;
  grid-template-columns: repeat(2, 1fr);
}

.deespin-nfcpaa .deespin-5bz1uw > :nth-child(3) {
  margin-top: 0;
}

.deespin-nfcpaa .deespin-u1hm7w {
  grid-column: 2/3;
  grid-row: 1/10;
}

.deespin-nfcpaa .deespin-87ch1h {
  grid-column: 1/2;
  margin-top: 0;
  margin-bottom: 8px;
}

.deespin-nfcpaa .deespin-vq0m7n {
  grid-column: 1/2;
}

.deespin-nfcpaa > :not(.how-to__title):not(.content-button) {
  grid-column: 1/2;
}

.deespin-nfcpaa .deespin-mh1nux: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;
}

.deespin-nfcpaa .deespin-mh1nux:not(:last-child):after {
  position: relative;
  content: "";
  width: calc(100% - 32px);
  height: 1px;
  background-color: #318562;
  margin: 12px auto 27px auto;
}

.deespin-nfcpaa .deespin-kqxdhc {
  min-width: 240px;
}

@media (max-width: 768px) {
  .deespin-nfcpaa .deespin-mh1nux:not(:last-child):before {
    bottom: 8px;
  }
  .deespin-nfcpaa .deespin-mh1nux:not(:last-child):after {
    margin: 12px auto 18px auto;
  }
  .deespin-nfcpaa .deespin-5bz1uw {
    grid-template-columns: 1fr;
    padding: 16px 16px 8px 16px;
  }
  .deespin-nfcpaa .deespin-u1hm7w {
    grid-column: 1/2;
    grid-row: 1/2;
    margin: -16px -18px 16px -18px;
  }
  .deespin-nfcpaa .deespin-u1hm7w img {
    width: 100%;
    height: auto;
  }
  .deespin-nfcpaa .deespin-kqxdhc {
    width: 100%;
    min-width: unset;
  }
}

.deespin-pwehum .deespin-bdpk8z {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  list-style: none;
}

.deespin-pwehum .deespin-1y9taq {
  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;
}

.deespin-pwehum .deespin-u1hm7w {
  height: 100%;
}

.deespin-pwehum .deespin-u1hm7w img {
  height: 100%;
  width: auto;
  min-width: 220px;
  object-fit: cover;
}

.deespin-pwehum .deespin-135win {
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding: 16px 16px 16px 0;
}

.deespin-pwehum .deespin-o0lvy3 {
  color: #f9cb16;
  font-size: 23px;
  font-weight: 800;
  line-height: 28px;
  margin: 0;
}

.deespin-pwehum .deespin-nmebgi {
  color: #d2d2d2;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  flex: 1 1;
  margin: 0;
}

@media (max-width: 1200px) {
  .deespin-pwehum .deespin-1y9taq {
    flex: 1 1 100%;
  }
  .deespin-pwehum .deespin-lr9j0y {
    min-width: 320px;
    width: fit-content;
  }
}

@media (max-width: 767px) {
  .deespin-pwehum .deespin-1y9taq {
    flex-direction: column;
  }
  .deespin-pwehum .deespin-u1hm7w {
    width: 100%;
    height: auto;
  }
  .deespin-pwehum .deespin-u1hm7w img {
    width: 100%;
    height: auto;
    max-height: 260px;
    min-width: unset;
  }
  .deespin-pwehum .deespin-135win {
    padding: 0 16px 16px 16px;
  }
  .deespin-pwehum .deespin-lr9j0y {
    min-width: unset;
    width: 100%;
  }
}

.deespin-1tf2mj .deespin-kz2ukh {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  flex-wrap: wrap;
  gap: 20px;
}

.deespin-1tf2mj .deespin-gx2hgw {
  position: relative;
  height: 220px;
  border-radius: 12px;
  border: 2px solid var(--border-color);
  overflow: hidden;
  transition: 0.2s;
}

.deespin-1tf2mj 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;
}

.deespin-1tf2mj .deespin-wbqxw2 {
  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;
}

.deespin-1tf2mj .deespin-gx2hgw:hover .deespin-wbqxw2 {
  display: flex;
}

.deespin-1tf2mj .deespin-neqvww {
  text-align: center;
  margin-top: 0;
  margin-bottom: 5px;
  color: #d2d2d2;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}

.deespin-1tf2mj .deespin-8sfx90 {
  text-align: center;
  font-size: 17px;
  font-weight: 800;
  line-height: 24px;
  margin-top: 0;
  margin-bottom: auto;
  color: #fff;
}

.deespin-xsrd1y {
  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;
}

.deespin-xsrd1y.deespin-p4y1vr {
  color: #196948;
  background-color: #f9cb16;
  border: 1px solid #f9cb16;
  margin-bottom: 8px;
  transition: 0.deespin-e01xyv ease-in-out;
}

.deespin-xsrd1y.deespin-p4y1vr:hover {
  color: #f9cb16;
  background-color: transparent;
}

.deespin-1tf2mj .deespin-effj3g {
  color: #fff;
  border: 1px solid #f9cb16;
  background-color: unset;
  transition: 0.deespin-e01xyv ease-in-out;
}

.deespin-1tf2mj .deespin-effj3g:hover {
  color: #196948;
  background-color: #f9cb16;
}

.deespin-1tf2mj .deespin-effj3g:after,
.deespin-xsrd1y.deespin-p4y1vr:after {
  content: "";
  width: 24px;
  min-width: 24px;
  height: 24px;
  background-repeat: no-repeat;
  background-position: center;
}

.deespin-xsrd1y.deespin-p4y1vr:after {
  background-image: url(../images/Cash.svg);
}

.deespin-1tf2mj .deespin-effj3g:after {
  background-image: url(../images/Play.svg);
}

@media (max-width: 1200px) {
  .deespin-1tf2mj .deespin-kz2ukh {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 850px) {
  .deespin-1tf2mj .deespin-kz2ukh {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 600px) {
  .deespin-1tf2mj .deespin-kz2ukh {
    grid-template-columns: 1fr;
  }
  .deespin-1tf2mj .deespin-gx2hgw {
    height: auto;
  }
  .deespin-1tf2mj .deespin-gx2hgw .deespin-wbqxw2 {
    position: relative;
    display: flex;
    height: auto;
    background-color: var(--fh-bg-color);
    padding: 8px 12px 12px 12px;
  }
  .deespin-1tf2mj .deespin-neqvww,
  .deespin-1tf2mj .deespin-8sfx90 {
    text-align: left;
  }
  .deespin-1tf2mj .deespin-8sfx90 {
    margin-bottom: 8px;
  }
  .deespin-1tf2mj img {
    position: relative;
    top: unset;
    right: unset;
    bottom: unset;
    left: unset;
    min-height: unset;
  }
}

.deespin-qja8g4 {
  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;
}

.deespin-qja8g4.deespin-bitbhk {
  display: block;
}

.deespin-qja8g4 .deespin-govknj {
  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;
}

.deespin-qja8g4 .deespin-7ugqvv {
  display: flex;
  gap: 24px;
  padding: 12px;
}

.deespin-qja8g4 .deespin-hs6smq {
  display: flex;
  align-items: center;
  color: #fff;
  font-size: 23px;
  font-weight: 800;
  line-height: 28px;
}

.deespin-qja8g4 .deespin-s3g3kl {
  display: flex;
  align-items: center;
  flex: 1 1;
}

.deespin-qja8g4 .deespin-xsrd1y {
  min-width: 296px;
  margin-bottom: 0;
}

.deespin-qja8g4 .deespin-swo9o9 {
  width: 44px;
  min-width: 44px;
  height: 44px;
  background-image: url(../images/cross.svg);
  background-position: center;
  background-repeat: no-repeat;
  cursor: pointer;
}

.deespin-qja8g4 .deespin-y2mrli {
  position: relative;
  flex: 1 1;
}

.deespin-qja8g4 .deespin-y2mrli iframe {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 100%;
  height: 100%;
}

@media (max-width: 768px) {
  .deespin-qja8g4 .deespin-7ugqvv {
    flex-wrap: wrap;
    gap: 8px;
  }
  .deespin-qja8g4 .deespin-hs6smq {
    order: 1;
  }
  .deespin-qja8g4 .deespin-s3g3kl {
    order: 3;
    flex: 1 1 100%;
  }
  .deespin-qja8g4 .deespin-xsrd1y {
    width: 100%;
    min-width: unset;
  }
  .deespin-qja8g4 .deespin-swo9o9 {
    order: 2;
    margin-left: auto;
  }
}

@media (max-width: 767px) {
  .deespin-4pbd1r > .deespin-0y4kp3 {
    margin-bottom: 0;
  }
  .deespin-4pbd1r > .deespin-vq0m7n,
  .deespin-4pbd1r > p {
    margin-top: 0;
  }
}

.deespin-4iomk7 img,
.deespin-21xftl img {
  width: auto;
  object-fit: contain;
}

.deespin-4iomk7 {
  align-items: center;
}

.deespin-4iomk7 img {
  max-height: 76px;
}

.deespin-21xftl img {
  max-height: 64px;
}

.deespin-opjozl {
  overflow: auto;
}

.deespin-mdps39 {
  border: 1px solid var(--color-table-border);
  box-shadow: 0 0 15px rgb(0 0 0 / 5%);
  border-collapse: collapse;
  width: 100%;
}

.deespin-tikxkx:not(:last-child) {
  border-bottom: 1px solid var(--color-table-border);
}

.deespin-w56tfg {
  border: none;
  padding: 25px 10px;
  font-weight: 700;
  color: var(--color-table-td-color);
  min-width: 200px;
}

.deespin-9hcu9g {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.deespin-w56tfg .deespin-u1hm7w {
  margin-right: 20px;
  flex-shrink: 0;
}

.deespin-w56tfg img {
  max-height: 45px;
  object-fit: contain;
  width: 100%;
}

.deespin-90bcn4 {
  padding: 25px 10px;
  align-self: center;
  border-bottom: 1px solid var(--color-table-border);
  flex-grow: 1;
  border-top: none;
}

.deespin-90bcn4 > :first-child {
  margin-top: 0;
}

@media (max-width: 767px) {
  .deespin-w56tfg {
    padding: 15px 10px;
  }
  .deespin-90bcn4 {
    padding: 15px 10px;
  }
  .deespin-w56tfg .deespin-u1hm7w {
    margin-right: 10px;
  }
}

.deespin-oth9rj {
  overflow-x: auto;
}

.deespin-bdpf7d {
  border-collapse: collapse;
  width: 100%;
}

.deespin-oth9rj th {
  font-family: inherit;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 19px;
  padding: 25px 10px;
  text-align: center;
}

.deespin-oth9rj td {
  font-family: inherit;
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  padding: 15px 25px;
  white-space: nowrap;
}

.deespin-oth9rj td.deespin-1ovfyq {
  font-weight: 600;
  text-align: right;
  border-left: none;
}

.deespin-oth9rj td.deespin-0qe9ur {
  border-right: none;
}

.deespin-oth9rj td.deespin-0qe9ur .deespin-u1hm7w {
  justify-content: flex-start;
}

.deespin-oth9rj td.deespin-0qe9ur .deespin-u1hm7w img {
  height: auto;
  width: 90px;
}

.deespin-oth9rj td.deespin-fyxxpc,
.deespin-oth9rj td.deespin-7iyoix {
  font-weight: 600;
  text-align: right;
}

.deespin-oth9rj td.deespin-ro1efs,
.deespin-oth9rj td.deespin-fyxxpc {
  padding-bottom: 10px;
  border-bottom: none;
}

.deespin-oth9rj td.deespin-fyxxpc,
.deespin-oth9rj td.deespin-7iyoix {
  border-left: none;
}

.deespin-oth9rj td.deespin-ro1efs,
.deespin-oth9rj td.deespin-tnzabp {
  border-right: none;
}

.deespin-oth9rj td.deespin-tnzabp,
.deespin-oth9rj td.deespin-7iyoix {
  border-top: none;
  padding-top: 10px;
}

.deespin-lg7dny {
  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;
}

.deespin-lg7dny .deespin-lr9j0y {
  min-width: unset;
  width: 100%;
}

.deespin-lg7dny .deespin-lr9j0y.deespin-bhifmf {
  grid-column: 1/2;
  grid-row: 1/2;
}

.deespin-lg7dny .deespin-lr9j0y.deespin-7dgcz1 {
  grid-column: 2/3;
  grid-row: 1/2;
}

.deespin-lg7dny .deespin-q7fj10 {
  grid-column: 1/3;
  grid-row: 2/3;
  margin-top: 0;
}

@media (max-width: 767px) {
  .deespin-lg7dny {
    grid-template-columns: 1fr;
    margin-top: 0;
  }
  .deespin-lg7dny .deespin-lr9j0y.deespin-bhifmf {
    grid-column: 1/2;
    grid-row: 1/2;
  }
  .deespin-lg7dny .deespin-lr9j0y.deespin-7dgcz1 {
    grid-column: 1/2;
    grid-row: 2/3;
  }
  .deespin-lg7dny .deespin-q7fj10 {
    grid-column: 1/2;
    grid-row: 3/4;
  }
}

.deespin-43nl9e {
  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;
}

.deespin-07ua75 {
  margin-bottom: 32px;
  font-size: 34px;
  font-weight: 800;
  line-height: 40px;
}

.deespin-qzjr0z p a img {
  margin: 0 auto;
  display: block;
}

.deespin-qzjr0z table {
  margin-bottom: 17px;
}

/* contanct form */
.deespin-bgudv6 {
  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;
}

.deespin-bgudv6 label {
  font-size: 14px;
}

.deespin-bgudv6 h2 {
  text-align: center;
  margin-bottom: 1rem;
}
.deespin-bgudv6 input,
.deespin-bgudv6 textarea,
.deespin-bgudv6 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;
}
.deespin-bgudv6 button {
  background-color: #a91f09;
  color: var(--text-color);
  border: none;
  cursor: pointer;
  transition: background 0.deespin-e01xyv ease;
}
.deespin-bgudv6 button:hover {
  background-color: #691204;
}
.deespin-k0qb0d {
  text-align: center;
  color: green;
  font-weight: 500;
  padding: 50px 0;
  animation: fadeIn 0.deespin-nfgof1 ease-in;
}

.deespin-k0qb0d 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;
}
.deespin-6bakog, .deespin-qrem00, [class*="review-card"],
thead, thead th, table th, .deespin-es2pfa,
.deespin-a7mkp1, [class*="collapsible-header"],
.deespin-x2mp4x, [class*="updated-block"] {
  color: #ece7dc !important;
}
