@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);
}

.ws-jwp4cu {
  margin: 0 auto;
  padding: 0 var(--offsets);
  max-width: var(--display-width);
}

.ws-aovae7 {
  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.ws-xq11c3,
ul.ws-xq11c3 {
  padding-left: 20px;
}

ul.ws-xq11c3 {
  list-style: disc;
}

ol.ws-xq11c3 {
  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;
  }
}

.ws-jf5acd > .ws-1uh3ay,
.ws-jf5acd > .ws-yell43,
.ws-jf5acd > blockquote,
.ws-jf5acd > h1,
.ws-jf5acd > h2,
.ws-jf5acd > h3,
.ws-jf5acd > h4,
.ws-jf5acd > h5,
.ws-jf5acd > h6,
.ws-jf5acd > ol,
.ws-jf5acd > p,
.ws-jf5acd > ul {
  margin-right: auto;
  margin-left: auto;
  padding: 0 var(--offsets);
  max-width: var(--display-width);
}

.ws-jf5acd > ol,
.ws-jf5acd > ul {
  padding-left: 50px;
}

.ws-jf5acd 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;
}

.ws-jf5acd:not(:last-child) {
  margin-bottom: 2rem;
}

.ws-jf5acd > :not(:first-child) {
  margin-top: 2rem;
}

.ws-jf5acd {
  margin-top: 64px;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.ws-jf5acd:first-child {
  margin-top: 40px;
}

@media (max-width: 767px) {
  .ws-jf5acd:first-child {
    margin-top: 20px;
  }
}

.ws-jf5acd > p:last-of-type {
  margin-bottom: 32px;
}

.ws-jf5acd > .ws-8bkfoo:not(:first-child) {
  margin: 64px auto 16px auto;
}

.ws-b8ckec > .ws-8bkfoo {
  margin-left: auto;
  margin-right: auto;
  padding: 0 var(--offsets);
  max-width: var(--display-width);
}

.ws-yell43 {
  overflow: auto;
}

.ws-yell43::-webkit-scrollbar {
  height: 5px;
}

.ws-yell43 table,
table {
  margin-top: 24px;
  border-collapse: collapse;
  width: 100%;
  word-break: break-word;
}

.ws-yell43 table {
  border-radius: 12px;
  border: 2px solid var(--border-color);
  /* background: #0f442e; */
}

.ws-yell43 table thead,
table thead {
  border-bottom: none;
}

.ws-yell43 table th,
table th {
  padding: 5px 5px;
  text-align: center;
  color: var(--color-table-th-color);
  background-color: var(--table-1-color);
}

.ws-yell43 table th:not(:last-child) {
  border-right: 1px solid var(--border-color);
}

.ws-yell43 table td,
table td {
  border: 1px solid var(--border-color);
  padding: 5px 5px;
}

.ws-yell43 .ws-ayo51i {
  table-layout: auto;
}

.ws-yell43 .ws-ayo51i th {
  word-break: normal;
}

.ws-yell43 .ws-ayo51i td {
  word-break: normal;
}

.ws-jwp4cu .ws-jwp4cu {
  padding-right: 0;
  padding-left: 0;
}

.ws-b3ivl8 {
  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;
}

.ws-5bt97i {
  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;
}

.ws-6h335t {
  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;
}

.ws-1uh3ay {
  margin-top: 24px;
}

.ws-1uh3ay.ws-zac62s {
  text-align: left;
}

.ws-1uh3ay.ws-uecwnx {
  text-align: right;
}

.ws-1uh3ay.ws-i2q3g4 {
  text-align: center;
}

.ws-rz0lyo {
  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.ws-v6bz3j ease-in-out;
  cursor: pointer;
}

.ws-rz0lyo:hover {
  color: var(--button-bg-color);
  background: 0 0;
}

.ws-rz0lyo {
  min-width: 328px;
}

@media (max-width: 768px) {
  .ws-rz0lyo {
    min-width: unset;
  }
}

.ws-vgybxw {
  background-color: var(--fh-bg-color);
}

.ws-r11yhg {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 8px 20px;
}

.ws-m0xz65 {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  max-width: 160px;
}

.ws-m0xz65 img {
  max-height: 80px;
  object-fit: contain;
}

.ws-729e2q {
  flex: 1 1;
}

.ws-m51wgi {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-left: auto;
}

.ws-f8j3as {
  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;
}

.ws-f8j3as 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;
}

.ws-f8j3as.ws-36qzly span:nth-of-type(1) {
  -webkit-transform: translateY(11px) rotateZ(45deg);
  -ms-transform: translateY(11px) rotate(45deg);
  transform: translateY(11px) rotateZ(45deg);
}

.ws-f8j3as.ws-36qzly span:nth-of-type(2) {
  -webkit-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform: scaleX(0);
}

.ws-f8j3as.ws-36qzly span:nth-of-type(3) {
  -webkit-transform: translateY(-11px) rotateZ(-45deg);
  -ms-transform: translateY(-11px) rotate(-45deg);
  transform: translateY(-11px) rotateZ(-45deg);
}

.ws-729e2q + .ws-m51wgi {
  margin-left: 20px;
}

.ws-kj60ql {
  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;
}

.ws-kj60ql > svg {
  max-width: 24px;
  max-height: 24px;
}

.ws-kj60ql + .ws-kj60ql {
  margin-left: 5px;
}

.ws-12ry35 {
  color: var(--button-text-color);
  background-color: var(--button-bg-color);
  border: 1px solid var(--border-color);
  transition: 0.2s;
}

.ws-12ry35:hover {
  background-color: var(--button-bg-hover);
}

.ws-4wp79g {
  color: var(--button-text-color);
  background-color: var(--button-bg-color);
  transition: 0.ws-v6bz3j ease-in-out;
  border: 1px solid var(--border-color);
}

.ws-4wp79g:hover {
  color: var(--button-text-color);
  background-color: var(--button-bg-hover);
}

.ws-20x7cn {
  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) {
  .ws-729e2q {
    flex: 1 1 100%;
    order: 10;
    margin-top: 8px;
  }
  .ws-20x7cn {
    justify-content: center;
  }
}

@media (max-width: 1024px) {
  .ws-729e2q {
    margin-top: unset;
  }
}

@media (max-width: 768px) {
  .ws-kj60ql {
    min-width: unset;
    flex: 1 1;
  }
}

.ws-frk04a {
  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;
}

.ws-frk04a:hover > a::after {
  -webkit-transform: scaleX(1);
  -ms-transform: scaleX(1);
  transform: scaleX(1);
}

.ws-frk04a:hover .ws-epmp9l {
  opacity: 1;
  pointer-events: auto;
}

.ws-fbzw2p {
  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.ws-4drnjo ease-in-out;
  gap: 4px;
}

.ws-fbzw2p > svg {
  max-width: 28px;
  max-height: 28px;
  fill: var(--text-color);
  stroke: var(--text-color);
}

.ws-fbzw2p .ws-b3ivl8 img {
  width: auto;
  height: 1.2rem;
  -o-object-fit: contain;
  object-fit: contain;
}

.ws-d98mml,
.ws-fbzw2p:hover {
  color: var(--button-bg-hover);
}

.ws-3xqt9s {
  position: relative;
}

.ws-3xqt9s .ws-fbzw2p {
  margin-right: 0;
  padding-right: 4px;
}

.ws-1d9xyc svg {
  fill: var(--text-color);
  stroke: var(--text-color);
}

.ws-3xqt9s.ws-36qzly .ws-1d9xyc svg {
  -webkit-transform: rotateZ(180deg);
  -ms-transform: rotate(180deg);
  transform: rotateZ(180deg);
}

.ws-3xqt9s.ws-36qzly .ws-epmp9l {
  position: relative;
  top: 0;
  display: block;
  margin-top: 0;
  padding: 0 1rem;
  opacity: 1;
  pointer-events: auto;
}

.ws-3xqt9s.ws-36qzly .ws-epmp9l::before {
  display: none;
}

.ws-1d9xyc svg {
  width: 100%;
  height: auto;
  max-width: 15px;
  -webkit-transition: 250ms;
  -o-transition: 250ms;
  transition: 250ms;
}

.ws-epmp9l {
  position: absolute;
  top: 100%;
  z-index: 100;
  list-style: none;
  margin-top: 0.5rem;
  border-radius: 5px;
  padding: 0.ws-14ido7 1rem;
  background-color: var(--fh-bg-color);
  opacity: 0;
  transition: 250ms;
  width: auto;
  pointer-events: none;
}

.ws-epmp9l::before {
  content: "";
  position: absolute;
  left: 0;
  top: -0.5rem;
  width: 100%;
  height: 0.5rem;
  background-color: transparent;
}

.ws-epmp9l:hover {
  color: var(--fh-bg-color);
}

.ws-l5boll {
  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.ws-14ido7 0;
  font-size: 14px;
  font-weight: 500;
  line-height: 28px;
  white-space: nowrap;
  text-decoration: none;
  color: var(--text-color);
  -webkit-transition: 0.ws-4drnjo ease-in-out;
  -o-transition: 0.ws-4drnjo ease-in-out;
  transition: 0.ws-4drnjo ease-in-out;
}

.ws-l5boll .ws-b3ivl8 img {
  width: auto;
  height: 1.2rem;
  -o-object-fit: contain;
  object-fit: contain;
}

.ws-o2koxs,
.ws-l5boll:hover {
  color: var(--button-bg-hover);
}

.ws-rq5bbc {
  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%;
}

.ws-rq5bbc.ws-56x7dg {
  position: relative;
  z-index: 1;
  overflow: hidden;
  border: none;
}

.ws-rq5bbc.ws-56x7dg:after,
.ws-rq5bbc.ws-56x7dg:before {
  content: "";
  position: absolute;
  margin: auto;
}

.ws-rq5bbc.ws-56x7dg: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);
  }
}

.ws-rq5bbc.ws-56x7dg:after {
  top: 2px;
  right: 2px;
  bottom: 2px;
  left: 2px;
  background-color: var(--fh-bg-color);
  border-radius: 12px;
  z-index: 0;
}

.ws-rq5bbc.ws-56x7dg > * {
  z-index: 1;
}

.ws-rq5bbc b,
.ws-rq5bbc strong {
  color: var(--button-text-color);
  text-shadow: 0 0 8px var(--button-text-color);
}

.ws-rq5bbc .ws-7xf6fn {
  grid-row: 1/2;
  grid-column: 1/2;
  font-size: 24px;
  font-weight: 900;
  line-height: 32px;
  text-transform: uppercase;
  margin: 0;
  color: #fff;
}

.ws-rq5bbc .ws-2yx3p7 {
  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;
}

.ws-rq5bbc .ws-b3ivl8 {
  grid-row: 1/-1;
  grid-column: 2/3;
  min-width: 146px;
}

.ws-rq5bbc .ws-j7ypt0 {
  margin-top: 12px;
}

.ws-j7ypt0 {
  display: flex;
  gap: 8px;
  grid-row: 3/4;
  grid-column: 1/2;
}

.ws-roecuf {
  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;
}

.ws-j7ypt0 .ws-bom8gb {
  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.ws-v6bz3j ease-in-out;
}

.ws-j7ypt0 .ws-bom8gb:hover {
  background: rgba(255, 255, 255, 0.3);
}

.ws-roi3zz {
  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;
}

.ws-rq5bbc.ws-lkjnws {
  gap: 12px;
  padding: 16px;
}

.ws-rq5bbc.ws-lkjnws .ws-roi3zz {
  min-width: 240px;
}

.ws-rq5bbc.ws-lkjnws .ws-roi3zz.ws-5ucvcd {
  padding: 10px 12px;
}

@media (max-width: 1200px) {
  .ws-rq5bbc .ws-7xf6fn {
    grid-row: 1/2;
    grid-column: 1/3;
  }
  .ws-rq5bbc .ws-2yx3p7 {
    grid-row: 2/3;
    grid-column: 1/2;
  }
  .ws-rq5bbc .ws-b3ivl8 {
    min-width: 78px;
    grid-row: 2/3;
    grid-column: 2/3;
    align-self: start;
    max-width: 110px;
  }
  .ws-rq5bbc.ws-lkjnws .ws-b3ivl8 {
    max-width: 126px;
  }
  .ws-rq5bbc .ws-j7ypt0 {
    grid-row: 3/4;
    grid-column: 1/3;
  }
  .ws-rq5bbc .ws-roecuf {
    max-width: unset;
  }
  .ws-roi3zz {
    min-width: unset;
    width: 100%;
  }
  .ws-rq5bbc .ws-roi3zz {
    grid-row: 4/5;
    grid-column: 1/3;
  }
  .ws-rq5bbc.ws-lkjnws {
    grid-template-rows: auto 1fr auto;
  }
  .ws-rq5bbc.ws-lkjnws .ws-roi3zz {
    grid-row: 3/4;
  }
}

@media (max-width: 768px) {
  .ws-rq5bbc {
    padding: 16px;
    gap: 16px 12px;
    min-height: unset;
  }
  .ws-rq5bbc .ws-7xf6fn {
    font-size: 18px;
    font-weight: 900;
    line-height: 24px;
  }
  .ws-rq5bbc .ws-b3ivl8 {
    max-width: 78px;
  }
  .ws-rq5bbc .ws-j7ypt0 {
    margin-top: -12px;
  }
  .ws-rq5bbc.ws-lkjnws {
    gap: 8px;
  }
  .ws-rq5bbc.ws-lkjnws .ws-7xf6fn {
    grid-row: 1/2;
    grid-column: 1/2;
  }
  .ws-rq5bbc.ws-lkjnws .ws-2yx3p7 {
    grid-column: 1/3;
  }
  .ws-rq5bbc.ws-lkjnws .ws-b3ivl8 {
    grid-row: 1/2;
    grid-column: 2/3;
  }
  .ws-rq5bbc.ws-lkjnws .ws-b3ivl8 img {
    max-width: 114px;
  }
}

.ws-roi3zz.ws-pe63rl,
.ws-roi3zz.ws-njcmae,
.ws-roi3zz.ws-8u9m8g {
  color: var(--button-text-color);
  background-color: var(--button-bg-color);
  padding: 12px 12px 12px 64px;
  border: 1px solid var(--border-color);
  transition: 0.ws-v6bz3j ease-in-out;
}

.ws-roi3zz.ws-pe63rl,
.ws-roi3zz.ws-8u9m8g {
  padding: 10px;
}

.ws-roi3zz.ws-pe63rl:hover,
.ws-roi3zz.ws-njcmae:hover,
.ws-roi3zz.ws-8u9m8g:hover {
  background: var(--button-bg-hover);
}

.ws-roi3zz.ws-pe63rl:hover svg path,
.ws-roi3zz.ws-8u9m8g:hover svg path {
  stroke: var(--button-text-color);
  fill: none;
}

.ws-roi3zz.ws-5ucvcd {
  color: var(--button-text-color);
  background-color: transparent;
  border: 1px solid var(--border-color);
  padding: 12px;
  transition: 0.ws-v6bz3j ease-in-out;
  background: var(--button-bg-color);
}

.ws-roi3zz.ws-5ucvcd:hover {
  background-color: var(--button-bg-hover);
}

.ws-roi3zz.ws-njcmae: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);
  }
}

.ws-roi3zz.ws-njcmae:after {
  content: "";
  width: 24px;
  min-width: 24px;
  height: 24px;
  background-image: url(../images/user.svg);
  background-position: center;
  background-repeat: no-repeat;
}

.ws-roi3zz.ws-5ucvcd:after {
  content: "";
  width: 24px;
  min-width: 24px;
  height: 24px;
  background-image: url(../images/btn-arrows.svg);
  background-position: center;
  background-repeat: no-repeat;
}

.ws-dx2lm2 {
  max-width: 650px;
}

.ws-pt554z {
  position: relative;
  padding-bottom: 56.25%;
  width: 100%;
  height: 0;
  background-color: #000;
}

.ws-3bz5iw {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.ws-0itynl {
  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.ws-4drnjo ease-in-out;
  cursor: pointer;
}

.ws-0itynl:hover {
  opacity: 0.5;
}

.ws-0itynl:focus {
  outline: 0;
}

.ws-0itynl:focus .ws-eq0ffi,
.ws-0itynl:hover .ws-eq0ffi {
  fill: red;
  fill-opacity: 1;
}

.ws-0itynl:hover {
  cursor: pointer;
}

.ws-lfhsi6 {
  position: absolute;
  left: 0;
  top: 0;
  border: none;
  width: 100%;
  height: 100%;
}

.ws-dx2lm2.ws-i2q3g4 {
  margin: 0 auto;
}

.ws-dx2lm2.ws-uecwnx {
  margin-left: auto;
}

.ws-wtb85h {
  margin: 33px 20px 0 20px;
  padding: 33px 40px 40px 40px;
  background-color: var(--fh-bg-color);
  border-radius: 12px 12px 0 0;
}

.ws-qpyadh {
  padding-bottom: 50px;
}

.ws-0wnip4 {
  justify-content: flex-start;
  align-items: center;
  flex: 1 1;
}

.ws-bvkxao {
  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;
}

.ws-q1amdi {
  margin-top: 24px;
}

.ws-evurdn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.ws-c4rf10 {
  width: 100%;
  font-size: 14px;
  line-height: 16px;
  text-align: center;
  color: var(--color-footer-text);
  margin-top: 4px;
}

.ws-5cip84 {
  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;
}

.ws-rb7zry {
  width: 468px;
}

.ws-5cip84 .ws-epmp9l {
  margin: 0.ws-zavpc2 0;
}

.ws-powjd4 {
  display: flex;
  min-width: 224px;
}

.ws-b6jtzs {
  cursor: pointer;
  display: inline-block;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  text-decoration: none;
  color: var(--footer-text-color);
  transition: 0.ws-4drnjo ease-in-out;
}

.ws-37g4au,
.ws-b6jtzs:hover {
  color: var(--text-color);
}

.ws-27utxf {
  display: flex;
  flex-wrap: wrap;
  padding: 0;
}

.ws-8rqnan {
  display: flex;
  flex-direction: column;
}

@media (max-width: 1024px) {
  .ws-wtb85h {
    padding: 16px;
  }
  .ws-27utxf {
    flex-direction: column;
    gap: 40px;
    padding: 0;
  }
  .ws-8rqnan {
    align-items: center;
  }
  .ws-rb7zry {
    width: unset;
  }
  .ws-powjd4 {
    min-width: unset;
  }
  .ws-5cip84 {
    max-height: unset;
  }
  .ws-0wnip4 {
    align-items: flex-start;
  }
}

@media (max-width: 768px) {
  .ws-wtb85h {
    margin: 33px 16px 0 16px;
    padding: 16px;
  }
}

.ws-mf7fsb {
  border-radius: 12px;
  border: 2px solid var(--border-color);
  background: var(--fh-bg-color);
  padding: 16px;
}

.ws-mf7fsb:not(:last-child) {
  margin-bottom: 16px;
}

.ws-798q0a {
  outline: 0;
}

.ws-798q0a .ws-8gpejh {
  color: #fff;
  font-size: 17px;
  font-weight: 800;
  line-height: 24px;
}

.ws-pqr22w {
  display: flex;
  align-items: center;
  gap: 8px;
  outline: 0;
  cursor: pointer;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
}

.faq__details[open] .ws-pqr22w {
  padding-bottom: 16px;
  border-bottom: 1px solid var(--border-color);
}

.ws-pqr22w::-webkit-details-marker {
  display: none;
}

.ws-pqr22w: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;
}

.ws-pqr22w: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] .ws-pqr22w:after {
  transform: unset;
}

.ws-8gpejh {
  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);
}

.ws-8gpejh 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.ws-4drnjo ease-in-out;
  -o-transition: 0.ws-4drnjo ease-in-out;
  transition: 0.ws-4drnjo ease-in-out;
}

.ws-yq14ay {
  padding: 16px 0 0 0;
}

.ws-yq14ay * {
  margin-top: 0.8rem;
  font-family: inherit;
  font-weight: 500;
  font-style: normal;
  font-size: inherit;
  line-height: inherit;
}

page-header__button .ws-yq14ay :first-child {
  margin-top: 0;
}

@media (max-width: 767px) {
  .ws-pqr22w {
    flex-wrap: wrap;
    gap: 12px;
  }
  .ws-pqr22w::after {
    margin-left: auto;
  }
  .ws-8gpejh {
    order: 3;
    flex: 1 1 100%;
  }
  .ws-pqr22w {
    font-size: 14px;
    line-height: 130%;
  }
  .ws-8gpejh svg {
    margin-left: 15px;
    width: 18px;
    height: 18px;
    fill: var(--color-faq-item-title);
  }
}

.ws-1mxlbo {
  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;
}

.ws-cy79b7 {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #fff;
  margin: 0;
  width: 100%;
  cursor: pointer;
}

.ws-1mxlbo.ws-36qzly .ws-cy79b7 {
  margin-bottom: 12px;
}

.ws-cy79b7::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;
}

.ws-1mxlbo.ws-36qzly .ws-cy79b7::after {
  transform: unset;
}

.ws-d20k1k {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  list-style: none;
  overflow: hidden;
  margin: 0;
  padding: 0;
  width: 100%;
  height: auto;
  max-height: 0;
}

.ws-67xxkt {
  display: flex;
  align-items: center;
  gap: 4px;
  padding: 6px 12px;
  text-decoration: none;
  color: #fff;
  transition: 0.ws-4drnjo ease-in-out;
  border-radius: 8px;
  border: 1px solid var(--border-color);
}

.ws-67xxkt: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;
}

.ws-1mxlbo.ws-36qzly .ws-d20k1k {
  max-height: 100%;
}

.ws-mjasnv {
  margin: 0 auto 3rem;
  padding: 0 10px;
  max-width: var(--display-width);
}

.ws-lhvg7j {
  padding: 4px 0;
  background: rgba(255, 255, 255, 0.1);
}

.ws-avsezc {
  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;
}

.ws-1whao2 {
  margin-right: 4px;
}

.ws-cq4222 {
  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.ws-4drnjo ease-in-out;
}

.ws-cq4222 svg {
  width: 4px;
  height: 4px;
  margin-left: 4px;
  stroke: var(--text-color);
}

.ws-7xfewl,
.ws-cq4222:hover {
  color: var(--text-color);
}

.ws-1ctqur {
  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;
}

.ws-1ctqur img {
  grid-column: 1/2;
  grid-row: 1/3;
  max-width: 58px;
  height: auto;
}

.ws-1ctqur .ws-4u5ls7 {
  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;
}

.ws-1ctqur .ws-g6vyoy {
  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;
}

.ws-al8rw8 {
  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;
}

.ws-oc2i3b {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.ws-9mhj72 .ws-jwp4cu {
  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;
}

.ws-9mhj72 {
  background-image: url(../images/404.webp);
  background-position: -100px;
}

.ws-8qma20 {
  margin-top: 2rem;
  font-size: 5rem;
  line-height: 6rem;
  text-align: center;
}

.ws-pz1uqr {
  margin: 0;
  font-weight: 400;
  font-size: 2rem;
  line-height: 2.5rem;
  text-align: center;
}

.ws-0sy37q {
  display: inline-block;
  margin: 2rem auto 0;
  border: none;
  border-radius: 5px;
  padding: 0.ws-6teq15 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;
}

.ws-0sy37q:hover {
  -webkit-transform: translateY(-3px);
  -ms-transform: translateY(-3px);
  transform: translateY(-3px);
}

.ws-xwf3w8 {
  position: fixed;
  right: 10px;
  bottom: 15px;
  z-index: 10;
}

.ws-3s7kig {
  -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.ws-4drnjo ease-in-out;
  transition: transform 0.ws-4drnjo ease-in-out;
  -o-transition: transform 0.ws-4drnjo ease-in-out;
  transition:
    transform 0.ws-4drnjo ease-in-out,
    -webkit-transform 0.ws-4drnjo ease-in-out;
  cursor: pointer;
}

.ws-3s7kig svg {
  fill: var(--button-text-color);
  pointer-events: none;
}

.ws-3s7kig: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;
}

.ws-0bq1kv {
  width: 113px !important;
  background-color: green !important;
  top: 124px !important;
}

@media screen and (max-width: 700px) {
  #cookie-law-div p {
    padding-bottom: 36px;
  }
  .ws-0bq1kv {
    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);
}

.ws-qupzlf {
  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;
}

.ws-5fbo14 {
  position: relative;
  width: 100%;
}

.ws-qupzlf.ws-nxsf53 {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.ws-qupzlf.ws-i2q3g4 {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.ws-qupzlf.ws-uecwnx {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.ws-npgkye {
  display: block;
  width: 100%;
  height: auto;
  object-fit: contain;
  aspect-ratio: 16/9;
  max-height: 488px;
  background-color: #454545;
}

.ws-ffy3bw {
  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.ws-4drnjo ease-in-out;
  cursor: pointer;
}

.ws-ffy3bw:hover {
  opacity: 0.5;
}

.ws-qupzlf.ws-h4aiss .ws-ffy3bw {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

.ws-qupzlf.ws-h4aiss .ws-npgkye {
  cursor: pointer;
}

.ws-zir5df {
  fill: #0009;
}

.ws-sg0upf {
  fill: #fff;
}

.ws-ffy3bw:hover .ws-zir5df {
  fill: red;
}

.ws-ffy3bw svg path {
  -webkit-transition: 0.ws-4drnjo ease-in-out;
  -o-transition: 0.ws-4drnjo ease-in-out;
  transition: 0.ws-4drnjo ease-in-out;
}

.ws-cd0d5r {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0 20px;
}

.ws-cd0d5r > :not(.get-image):not(.wp-block-heading) {
  grid-column: 1/2;
}

.ws-cd0d5r.ws-fgps5l > :not(.get-image) {
  grid-column: 1/3;
}

.ws-r2xqw8:not(._h1-block) .ws-cd0d5r > .ws-8bkfoo {
  grid-row: 1/2;
  grid-column: 1/3;
}

.ws-cd0d5r.ws-fgps5l .ws-oy3ow2 {
  grid-column: 2/3;
}

.ws-cd0d5r.ws-fgps5l > .ws-b3ivl8 {
  grid-column: 1/2;
}

.ws-cd0d5r.ws-fgps5l > :not(.get-image):not(.wp-block-heading) {
  grid-column: 2/3;
}

.ws-cd0d5r > p:first-of-type {
  margin-top: 0;
}

.ws-cd0d5r .ws-b3ivl8 {
  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;
}

.ws-r2xqw8:not(._h1-block) .ws-8bkfoo ~ .ws-b3ivl8 {
  grid-row: 2/10;
}

.ws-r2xqw8.ws-dzqjoc .ws-8bkfoo ~ .ws-b3ivl8 {
  grid-row: 1/10;
}

.ws-r2xqw8.ws-dzqjoc > .ws-8bkfoo {
  grid-column: 1/2;
  margin-bottom: 20px;
}

.ws-r2xqw8.ws-dzqjoc .ws-b3ivl8 {
  grid-row: 1/10;
}

.ws-cd0d5r.ws-dgc32s .ws-b3ivl8 {
  align-items: flex-start;
}

.ws-cd0d5r.ws-i2q3g4 .ws-oy3ow2 {
  margin-top: auto;
  margin-bottom: auto;
  height: fit-content;
}

.ws-cd0d5r.ws-i2q3g4 .ws-b3ivl8 {
  align-items: center;
}

.ws-cd0d5r.ws-d6c510 .ws-b3ivl8 {
  align-items: flex-end;
}

.ws-oy3ow2 > :first-child {
  margin-top: 0;
}

.ws-oy3ow2 > :last-child {
  margin-bottom: 0;
}

* + .ws-pr2j2e,
.ws-r2xqw8 + .ws-r2xqw8 {
  margin-top: 2rem;
}

.ws-pttsfe td::before,
.ws-pttsfe th::after {
  display: none !important;
}

.ws-pttsfe #link-selector {
  color: #000;
}

.ws-pttsfe .ws-1rwsmo {
  color: #135e96;
}

.ws-pttsfe .ws-6fy2rd *,
.ws-pttsfe .ws-ur8dgx p,
.ws-pttsfe .ws-cgl9us * {
  color: #000;
}

.ws-pttsfe .ws-u8s0rj {
  background: 0 0 !important;
}

.ws-pttsfe .ws-44y18d {
  color: #000;
}

.ws-pttsfe .ws-j3nufp.ws-86m364 {
  color: #fff;
}

.ws-pttsfe .ws-yeavpv {
  color: #000;
}

.ws-pttsfe
  .ws-e2xjbv
  .ws-boilfm.ws-86m364.ws-nsvrgb {
  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;
}

.ws-v1cihl,
body .ws-2jj3vh {
  color: #000;
  background: var(--color-body) !important;
}

.ws-v1cihl .ws-x556oj .ws-d9wpwj,
body .ws-2jj3vh .ws-x556oj .ws-d9wpwj {
  color: #000;
}

@media (hover: hover), screen and (min-width: 0\0) {
  .ws-67xxkt:focus,
  .ws-67xxkt:hover {
    color: #f9cb16;
  }
  .ws-987g6q:focus,
  .ws-987g6q:hover {
    background-color: var(--button-bg-color) !important;
    opacity: 1;
  }
}

@media (hover: hover), screen and (min-width: 0\0) {
  .ws-b0bue0:focus img,
  .ws-b0bue0:focus svg,
  .ws-b0bue0:hover img,
  .ws-b0bue0:hover svg {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
  }
}

@media (min-width: 768px) {
  .ws-1ctqur {
    display: none;
  }
}

@media (min-width: 1024px) {
  .ws-3xqt9s:hover .ws-1d9xyc svg {
    -webkit-transform: rotateZ(180deg);
    -ms-transform: rotate(180deg);
    transform: rotateZ(180deg);
  }
  .ws-1d9xyc {
    pointer-events: none;
  }
}

@media screen and (max-width: 1280px) {
  :root {
    --offsets: 20px;
  }
}

@media (max-width: 1280px) {
  .ws-n67xjc {
    -ms-grid-columns: (1fr) [5];
    grid-template-columns: repeat(5, 1fr);
  }
  .ws-evz35g {
    grid-template-columns: repeat(4, 1fr);
  }
  .ws-ej3dr5 {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 1279px) {
  .ws-1luukq .ws-kjg82o {
    grid-template-columns: 1fr;
  }
  .ws-1luukq .ws-7tov3b {
    -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;
  }
  .ws-1luukq .ws-0xpv0i {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
  .ws-1luukq .ws-c0bxni {
    border-bottom: none;
    border-radius: 0;
    padding: 12px 20px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
  .ws-1luukq .ws-ihgi93 {
    border-radius: 0 0 16px 16px;
    padding: 24px 16px;
  }
  .ws-1luukq .ws-0xpv0i:not(:first-child) {
    border: none;
  }
  .ws-1luukq .ws-0xpv0i:first-child .ws-c0bxni {
    border-top-left-radius: 18px;
    border-top-right-radius: 0;
  }
  .ws-1luukq .ws-0xpv0i:last-child .ws-c0bxni {
    border-radius: 0 18px 0 0;
  }
}

@media screen and (max-width: 1024px) {
  :root {
    --offsets: 16px;
  }
}

@media (max-width: 1024px) {
  html {
    font-size: 16px;
  }
  .ws-r11yhg {
    position: relative;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 8px var(--offsets);
  }
  .ws-m0xz65 {
    max-width: 100px;
  }
  .ws-729e2q {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
  .ws-m51wgi {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .ws-m51wgi svg {
    stroke: var(--button-text-color);
    /* fill: var(--button-text-color); */
  }
  .ws-f8j3as {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
    margin-left: 20px;
  }
  .ws-729e2q + .ws-m51wgi {
    margin-left: auto;
  }
  .ws-yr4oqt {
    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;
  }
  .ws-yr4oqt.ws-36qzly {
    z-index: 9999;
    opacity: 1;
    pointer-events: auto;
  }
  .ws-20x7cn {
    -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;
  }
  .ws-frk04a {
    width: 100%;
  }
  .ws-frk04a:not(:last-child) {
    border-bottom: 1px solid var(--border-color);
  }
  .ws-fbzw2p {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin: 0;
    padding: 8px 0;
    width: 100%;
  }
  .ws-fbzw2p svg {
    margin-right: 4px;
  }
  .ws-3xqt9s {
    -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;
  }
  .ws-1d9xyc svg {
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
  }
  .ws-1d9xyc {
    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;
  }
  .ws-epmp9l {
    display: none;
    width: 100%;
  }
  .ws-3xqt9s.ws-36qzly .ws-epmp9l {
    padding: 0 0 0 48px;
  }
  .ws-l5boll {
    justify-content: flex-start;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
  }
  .ws-bvkxao .ws-b3ivl8 {
    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;
  }
  .ws-sp2ib4 {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
  }
  .ws-sp2ib4 + .ws-sp2ib4 {
    margin-right: 0;
  }
  .ws-sp2ib4 + .ws-b3ivl8 {
    margin: 0;
  }
  .ws-n67xjc {
    grid-template-columns: repeat(4, 1fr);
  }
  .ws-evz35g {
    grid-template-columns: repeat(3, 1fr);
  }
  .ws-93p2ir,
  .ws-knxaog {
    grid-template-columns: repeat(2, 1fr);
  }
  .ws-cd0d5r {
    grid-template-columns: 1fr;
    gap: 16px;
  }
  .ws-cd0d5r.ws-fgps5l .ws-oy3ow2 {
    grid-column: auto;
    grid-row: auto;
  }
  .ws-cd0d5r > .ws-8bkfoo {
    grid-column: 1/2;
  }
  .ws-cd0d5r.ws-fgps5l > :not(.get-image) {
    grid-column: 1/2;
  }
  .ws-cd0d5r .ws-b3ivl8,
  .ws-cd0d5r.ws-fgps5l > .ws-b3ivl8 {
    grid-column: 1/2;
    grid-row: 1/2;
  }
  .ws-cd0d5r.ws-fgps5l > :not(.get-image):not(.wp-block-heading) {
    grid-column: 1/2;
  }
  .ws-r2xqw8.ws-dzqjoc .ws-cd0d5r > .ws-b3ivl8 {
    grid-row: 1/2;
  }
  .ws-cd0d5r .ws-8bkfoo ~ .ws-b3ivl8,
  .ws-cd0d5r.ws-fgps5l .ws-8bkfoo ~ .ws-b3ivl8 {
    grid-row: 2/3;
  }
  .ws-r2xqw8.ws-dzqjoc .ws-8bkfoo ~ .ws-b3ivl8 {
    grid-row: 2/3;
  }
}

@media (max-width: 800px) {
  .ws-jf5acd:first-child .ws-bn3vis {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .ws-jf5acd:first-child .ws-bn3vis h1 {
    -webkit-box-ordinal-group: -1;
    -ms-flex-order: -2;
    order: -2;
  }
}

@media (max-width: 1100px) {
  .ws-jf5acd {
    margin-bottom: 1rem;
    padding: 0 13px;
  }
}

@media (max-width: 767px) {
  .ws-jf5acd {
    padding: 0;
  }
  .ws-1uh3ay {
    margin-top: 1rem;
  }
  .ws-798q0a {
    border-radius: 5px;
  }
  .ws-c7x2cx {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .ws-cy79b7::after {
    display: inline-block;
  }
  .ws-cy79b7 {
    margin: 0;
    width: 100%;
  }
  .ws-d20k1k {
    width: 100%;
  }
  .ws-d20k1k.ws-fnioe8 {
    -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%;
  }
  .ws-d20k1k.ws-fnioe8 .ws-9x0icu {
    width: 100%;
  }
  .ws-d20k1k.ws-fnioe8 .ws-9x0icu:not(:last-child) {
    margin-right: 0;
  }
  .ws-67xxkt {
    width: 100%;
    text-align: center;
  }
  .ws-1mxlbo.ws-36qzly .ws-d20k1k {
    margin-top: 1rem;
  }
  .ws-n67xjc {
    grid-template-columns: repeat(3, 1fr);
  }
  .ws-ej3dr5,
  .ws-evz35g {
    grid-template-columns: repeat(2, 1fr);
  }
  .ws-93p2ir,
  .ws-knxaog,
  .ws-4f2gk2 {
    grid-template-columns: 1fr;
  }
  .ws-mw6842 {
    overflow-x: auto;
    width: 100%;
    max-width: 980px;
  }
  .ws-iop9jv {
    min-width: 300px;
    max-width: 325px;
  }
  .ws-c0bxni {
    cursor: auto;
  }
  .ws-qugltm .ws-c0bxni {
    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;
  }
  .ws-0bq1kv {
    left: calc(50% - 60px);
  }
}

@media (max-width: 650px) {
  .ws-epmp9l {
    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) {
  .ws-0bq1kv {
    top: 100px !important;
  }
  #cookie-law-div p {
    padding-bottom: 50px;
  }
}

.ws-sp2ib4 p {
  margin-top: 0;
}

@media (max-width: 550px) {
  .ws-m51wgi {
    margin: 0 -0.2rem;
  }
  .ws-sp2ib4 {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
  .ws-1qmx77 {
    -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;
  }
  .ws-qqgl9l {
    max-width: 100%;
  }
  .ws-n67xjc {
    grid-template-columns: repeat(2, 1fr);
  }
  .ws-ej3dr5,
  .ws-evz35g {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 500px) {
  html {
    font-size: 16px;
  }
  .ws-r11yhg {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .ws-m51wgi {
    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;
  }
  .ws-vgybxw {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .ws-kj60ql {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
  }
  .ws-e5rjpf,
  .ws-o4qaqi {
    width: calc(100% - 20px);
  }
}

@media (max-width: 475px) {
  .ws-rz0lyo {
    width: 100%;
  }
  .ws-n67xjc {
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 400px) {
  .ws-0bq1kv {
    top: 127px !important;
  }
}

.ws-axxusc {
  width: 100%;
  border-radius: 12px;
  overflow: hidden;
  margin-bottom: 20px;
}

@media (max-width: 1100px) {
  .ws-axxusc {
  }
}

@media (max-width: 767px) {
  .ws-axxusc {
    margin-bottom: 12px;
  }
}

.ws-axxusc img {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  min-width: 100%;
  height: 100%;
}

.ws-6z6q5m {
  display: flex;
  margin: 0 auto;
  padding: 0 var(--offsets);
  max-width: var(--display-width);
  gap: 20px;
}

.ws-6z6q5m > .ws-66b67h {
  flex: 1 1;
}

@media (max-width: 767px) {
  .ws-6z6q5m {
    flex-direction: column;
    gap: 12px;
  }
}

.ws-49ccgi {
  display: flex;
}

.ws-49ccgi .ws-oy3qhl {
  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;
}

.ws-49ccgi .ws-la5jr4 {
  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;
}

.ws-49ccgi .ws-oiqef8 {
  display: flex;
  list-style: none;
  margin: 0;
  padding-left: 100%;
  animation: scroll 60s linear infinite;
}

.ws-49ccgi .ws-tgnlrs {
  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));
  }
}

.ws-49ccgi .ws-tgnlrs:before {
  content: "";
  width: 24px;
  min-width: 24px;
  height: 24px;
  background-image: url(../images/award.svg);
  background-repeat: no-repeat;
  background-position: center;
}

.ws-49ccgi .ws-2qimov {
  color: #fff;
  font-size: 14px;
  font-weight: 800;
  line-height: 20px;
  margin-right: 4px;
}

.ws-4r4nu8 {
  border: unset;
  background-color: unset;
}

.ws-4r4nu8 tbody {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

.ws-4r4nu8 .ws-oca6r4,
.ws-4r4nu8 .ws-srxtpn {
  flex: 0 1 330px;
}

.ws-4r4nu8 .ws-0hmo8w {
  flex: 1 1;
}

.ws-4r4nu8 tr {
  display: flex;
  flex-direction: column;
  gap: 16px;
  border-radius: 12px;
  border: 2px solid var(--border-color);
  background: var(--fh-bg-color);
  padding: 16px;
}

.ws-4r4nu8 tr td {
  border: unset;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  color: #fff;
  padding: 0;
}

.ws-4r4nu8 tr td:first-child {
  font-size: 23px;
  font-weight: 800;
  line-height: 28px;
  margin: 0;
  padding: 0;
}

.ws-4r4nu8 tr td p {
  color: #fff;
  margin: 0;
}

.ws-4r4nu8 tr td p span {
  color: var(--title-color);
  font-weight: 800;
}

.ws-4r4nu8 tr.ws-oca6r4 td p {
  padding: 16px 0;
}

.ws-4r4nu8 tr.ws-oca6r4 td p:not(:last-child),
.ws-4r4nu8 tr.ws-srxtpn td p:not(:last-child) {
  border-bottom: 1px solid var(--border-color);
}

.ws-4r4nu8 tr.ws-oca6r4 td p:first-child,
.ws-4r4nu8 tr.ws-srxtpn td p:first-child {
  padding-top: 0;
}

.ws-4r4nu8 tr.ws-srxtpn td p {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 12px 0;
  font-size: 14px;
  font-weight: 800;
  line-height: 20px;
}

.ws-4r4nu8 tr.ws-srxtpn td p:last-child {
  padding-bottom: 0;
}

.ws-4r4nu8 .ws-srxtpn img {
  max-width: 32px;
}

.ws-4r4nu8 .ws-0hmo8w {
  min-width: 718px;
}

.ws-4r4nu8 .ws-0hmo8w td:last-child {
  display: flex;
  flex-wrap: wrap;
}

.ws-4r4nu8 .ws-0hmo8w td {
  display: flex;
}

.ws-4r4nu8 .ws-0hmo8w td:last-child .ws-agcnpf,
.ws-4r4nu8 .ws-0hmo8w td:last-child .ws-6zwanr,
.ws-4r4nu8 .ws-0hmo8w td:last-child .ws-a0rk8x {
  flex: 1 1 50%;
}

.ws-4r4nu8 .ws-0hmo8w td:last-child .ws-8lki30 {
  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;
}

.ws-4r4nu8 .ws-0hmo8w td:last-child .ws-915evu,
.ws-4r4nu8 .ws-0hmo8w td:last-child .ws-m8j12p {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  list-style: none;
  padding-left: 0;
  margin-top: 12px;
}

.ws-4r4nu8 .ws-0hmo8w td:last-child .ws-agcnpf,
.ws-4r4nu8 .ws-0hmo8w td:last-child .ws-6zwanr {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
  padding-top: 16px;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}

.ws-4r4nu8 .ws-0hmo8w td:last-child .ws-agcnpf span,
.ws-4r4nu8 .ws-0hmo8w td:last-child .ws-6zwanr span {
  font-weight: 800;
}

.ws-4r4nu8 .ws-0hmo8w img {
  max-width: 34px;
}

@media (max-width: 1100px) {
  .ws-4r4nu8 .ws-0hmo8w td .ws-a0rk8x:not(:first-child) {
    padding-left: 0;
  }
}

@media (max-width: 767px) {
  .ws-4r4nu8 tr.ws-oca6r4 td p:last-child {
    padding-bottom: 0;
  }
  .ws-4r4nu8 .ws-srxtpn > td {
    display: flex;
    flex-wrap: wrap;
    gap: 0 20px;
  }
  .ws-4r4nu8 .ws-srxtpn > td > p {
    flex: 1 1 calc(50% - 10px);
  }
  .ws-4r4nu8 tr.ws-oca6r4 td p:not(:last-child),
  .ws-4r4nu8 tr.ws-srxtpn td p:not(:last-child) {
    border-bottom: unset;
  }
  .ws-4r4nu8 tr.ws-srxtpn td p:last-child {
    padding-bottom: 12px;
  }
  .ws-4r4nu8 .ws-0hmo8w td:last-child .ws-agcnpf,
  .ws-4r4nu8 .ws-0hmo8w td:last-child .ws-6zwanr,
  .ws-4r4nu8 .ws-0hmo8w td:last-child .ws-a0rk8x {
    flex: 1 1 50%;
    padding: 0;
  }
  .ws-4r4nu8 .ws-0hmo8w td:last-child .ws-agcnpf,
  .ws-4r4nu8 .ws-0hmo8w td:last-child .ws-6zwanr {
    margin-top: 16px;
  }
  .ws-4r4nu8 .ws-0hmo8w td:last-child .ws-a0rk8x {
    flex: 1 1 100%;
    padding-bottom: 16px;
    margin-top: 16px;
  }
  .ws-4r4nu8 .ws-0hmo8w td:last-child .ws-agcnpf {
    border-right: 1px solid var(--border-color);
  }
  .ws-4r4nu8 .ws-0hmo8w td:last-child .ws-a0rk8x:first-child {
    padding-top: 0;
    margin-top: 0;
  }
  .ws-4r4nu8 .ws-0hmo8w td:last-child .ws-a0rk8x:last-child {
    padding-bottom: 0;
  }
}

.ws-a0rk8x {
  display: flex;
  flex-direction: column;
}

.ws-4r4nu8 .ws-0hmo8w td .ws-a0rk8x {
  border-bottom: 1px solid var(--border-color);
  padding-bottom: 16px;
}

.ws-4r4nu8 .ws-0hmo8w td .ws-a0rk8x:not(:last-of-type) {
  border-right: 1px solid var(--border-color);
  padding-right: 16px;
}

.ws-4r4nu8 .ws-0hmo8w td .ws-a0rk8x:not(:first-child) {
  padding-left: 16px;
}

@media (max-width: 767px) {
  .ws-4r4nu8 .ws-0hmo8w td .ws-a0rk8x:not(:first-child) {
    padding-left: 0;
  }
  .ws-4r4nu8 .ws-0hmo8w td .ws-a0rk8x:not(:last-of-type) {
    border-right: unset;
  }
}

.ws-4r4nu8 .ws-f7udf0 {
  flex: 0 1 485px;
}

.ws-4r4nu8 .ws-2fmb4w {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  list-style: none;
}

.ws-4r4nu8 .ws-2fmb4w li {
  border-radius: 4px;
  border: 1px solid var(--border-color);
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}

.ws-4r4nu8 .ws-2fmb4w li.ws-ggor5k {
  padding: 6px 12px;
}

.ws-4r4nu8 .ws-2fmb4w li a,
.ws-4r4nu8 .ws-2fmb4w 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;
}

.ws-4r4nu8 .ws-i7of03,
.ws-4r4nu8 .ws-11h4fu {
  flex: 1 1;
}

.ws-4r4nu8 .ws-sk8fg5,
.ws-4r4nu8 .ws-1ws6aj {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.ws-4r4nu8 .ws-sk8fg5 li,
.ws-4r4nu8 .ws-1ws6aj li {
  display: flex;
  align-items: center;
  gap: 8px;
  flex: 1 1 calc(50% - 20px);
  font-size: 14px;
  font-weight: 800;
  line-height: 20px;
}

.ws-4r4nu8 .ws-11h4fu img {
  max-width: 32px;
}

.ws-4r4nu8 .ws-i7of03 img {
  max-width: 32px;
}

.ws-4r4nu8 .ws-yrm3d2 {
  min-width: 280px;
}

.ws-4r4nu8 .ws-yrm3d2 img {
  max-width: 146px;
}

.ws-4r4nu8 .ws-yrm3d2 td {
  display: flex;
  flex-direction: column;
  gap: 12px;
  max-width: 280px;
}

@media (max-width: 1460px) {
  .ws-4r4nu8 .ws-oca6r4,
  .ws-4r4nu8 .ws-srxtpn {
    flex: 0 1 auto;
  }
  .ws-4r4nu8 .ws-0hmo8w {
    min-width: unset;
    flex: 1 1 50%;
  }
}

@media (max-width: 1100px) {
  .ws-4r4nu8 .ws-oca6r4,
  .ws-4r4nu8 .ws-f7udf0,
  .ws-4r4nu8 .ws-srxtpn,
  .ws-4r4nu8 .ws-0hmo8w {
    flex: 1 1 calc(50% - 20px);
  }
  .ws-4r4nu8 .ws-i7of03,
  .ws-4r4nu8 .ws-yrm3d2,
  .ws-4r4nu8 .ws-11h4fu {
    flex: 1 1 30%;
  }
  .ws-4r4nu8 .ws-yrm3d2 {
    min-width: unset;
  }
}

@media (max-width: 767px) {
  .ws-4r4nu8 .ws-oca6r4,
  .ws-4r4nu8 .ws-f7udf0,
  .ws-4r4nu8 .ws-i7of03,
  .ws-4r4nu8 .ws-srxtpn,
  .ws-4r4nu8 .ws-0hmo8w,
  .ws-4r4nu8 .ws-yrm3d2,
  .ws-4r4nu8 .ws-11h4fu {
    flex: 1 1 100%;
  }
}

.ws-2rmevs .ws-qjtk7x {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.ws-2rmevs .ws-ky7jan {
  position: relative;
  display: flex;
  flex-direction: column;
  border-radius: 8px;
  border: 2px solid var(--border-color);
  background-color: var(--fh-bg-color);
}

.ws-2rmevs .ws-4fji90 {
  width: 100%;
  padding: 12px 12px 8px 12px;
  background-color: #318562;
  font-size: 14px;
  font-weight: 800;
  line-height: 20px;
  color: #f9cb16;
}

.ws-2rmevs .ws-orim02 {
  display: grid;
  padding: 16px;
  gap: 0 16px;
  grid-template-columns: repeat(2, 1fr);
}

.ws-2rmevs .ws-orim02 > :nth-child(3) {
  margin-top: 0;
}

.ws-2rmevs .ws-b3ivl8 {
  grid-column: 2/3;
  grid-row: 1/10;
}

.ws-2rmevs .ws-m16dul {
  grid-column: 1/2;
  margin-top: 0;
  margin-bottom: 8px;
}

.ws-2rmevs .ws-1uh3ay {
  grid-column: 1/2;
}

.ws-2rmevs > :not(.how-to__title):not(.content-button) {
  grid-column: 1/2;
}

.ws-2rmevs .ws-ky7jan: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;
}

.ws-2rmevs .ws-ky7jan:not(:last-child):after {
  position: relative;
  content: "";
  width: calc(100% - 32px);
  height: 1px;
  background-color: #318562;
  margin: 12px auto 27px auto;
}

.ws-2rmevs .ws-rz0lyo {
  min-width: 240px;
}

@media (max-width: 768px) {
  .ws-2rmevs .ws-ky7jan:not(:last-child):before {
    bottom: 8px;
  }
  .ws-2rmevs .ws-ky7jan:not(:last-child):after {
    margin: 12px auto 18px auto;
  }
  .ws-2rmevs .ws-orim02 {
    grid-template-columns: 1fr;
    padding: 16px 16px 8px 16px;
  }
  .ws-2rmevs .ws-b3ivl8 {
    grid-column: 1/2;
    grid-row: 1/2;
    margin: -16px -18px 16px -18px;
  }
  .ws-2rmevs .ws-b3ivl8 img {
    width: 100%;
    height: auto;
  }
  .ws-2rmevs .ws-rz0lyo {
    width: 100%;
    min-width: unset;
  }
}

.ws-qv2zbs .ws-zt0ukp {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  list-style: none;
}

.ws-qv2zbs .ws-z2dut3 {
  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;
}

.ws-qv2zbs .ws-b3ivl8 {
  height: 100%;
}

.ws-qv2zbs .ws-b3ivl8 img {
  height: 100%;
  width: auto;
  min-width: 220px;
  object-fit: cover;
}

.ws-qv2zbs .ws-g1hdex {
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding: 16px 16px 16px 0;
}

.ws-qv2zbs .ws-lcqtio {
  color: #f9cb16;
  font-size: 23px;
  font-weight: 800;
  line-height: 28px;
  margin: 0;
}

.ws-qv2zbs .ws-eq8b5w {
  color: #d2d2d2;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  flex: 1 1;
  margin: 0;
}

@media (max-width: 1200px) {
  .ws-qv2zbs .ws-z2dut3 {
    flex: 1 1 100%;
  }
  .ws-qv2zbs .ws-roi3zz {
    min-width: 320px;
    width: fit-content;
  }
}

@media (max-width: 767px) {
  .ws-qv2zbs .ws-z2dut3 {
    flex-direction: column;
  }
  .ws-qv2zbs .ws-b3ivl8 {
    width: 100%;
    height: auto;
  }
  .ws-qv2zbs .ws-b3ivl8 img {
    width: 100%;
    height: auto;
    max-height: 260px;
    min-width: unset;
  }
  .ws-qv2zbs .ws-g1hdex {
    padding: 0 16px 16px 16px;
  }
  .ws-qv2zbs .ws-roi3zz {
    min-width: unset;
    width: 100%;
  }
}

.ws-t1i19z .ws-1cx88z {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  flex-wrap: wrap;
  gap: 20px;
}

.ws-t1i19z .ws-kq7d7p {
  position: relative;
  height: 220px;
  border-radius: 12px;
  border: 2px solid var(--border-color);
  overflow: hidden;
  transition: 0.2s;
}

.ws-t1i19z 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;
}

.ws-t1i19z .ws-uj7zf0 {
  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;
}

.ws-t1i19z .ws-kq7d7p:hover .ws-uj7zf0 {
  display: flex;
}

.ws-t1i19z .ws-y0g1jx {
  text-align: center;
  margin-top: 0;
  margin-bottom: 5px;
  color: #d2d2d2;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}

.ws-t1i19z .ws-rkl09t {
  text-align: center;
  font-size: 17px;
  font-weight: 800;
  line-height: 24px;
  margin-top: 0;
  margin-bottom: auto;
  color: #fff;
}

.ws-xag5ry {
  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;
}

.ws-xag5ry.ws-zrjfsv {
  color: #196948;
  background-color: #f9cb16;
  border: 1px solid #f9cb16;
  margin-bottom: 8px;
  transition: 0.ws-v6bz3j ease-in-out;
}

.ws-xag5ry.ws-zrjfsv:hover {
  color: #f9cb16;
  background-color: transparent;
}

.ws-t1i19z .ws-fz0hla {
  color: #fff;
  border: 1px solid #f9cb16;
  background-color: unset;
  transition: 0.ws-v6bz3j ease-in-out;
}

.ws-t1i19z .ws-fz0hla:hover {
  color: #196948;
  background-color: #f9cb16;
}

.ws-t1i19z .ws-fz0hla:after,
.ws-xag5ry.ws-zrjfsv:after {
  content: "";
  width: 24px;
  min-width: 24px;
  height: 24px;
  background-repeat: no-repeat;
  background-position: center;
}

.ws-xag5ry.ws-zrjfsv:after {
  background-image: url(../images/Cash.svg);
}

.ws-t1i19z .ws-fz0hla:after {
  background-image: url(../images/Play.svg);
}

@media (max-width: 1200px) {
  .ws-t1i19z .ws-1cx88z {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 850px) {
  .ws-t1i19z .ws-1cx88z {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 600px) {
  .ws-t1i19z .ws-1cx88z {
    grid-template-columns: 1fr;
  }
  .ws-t1i19z .ws-kq7d7p {
    height: auto;
  }
  .ws-t1i19z .ws-kq7d7p .ws-uj7zf0 {
    position: relative;
    display: flex;
    height: auto;
    background-color: var(--fh-bg-color);
    padding: 8px 12px 12px 12px;
  }
  .ws-t1i19z .ws-y0g1jx,
  .ws-t1i19z .ws-rkl09t {
    text-align: left;
  }
  .ws-t1i19z .ws-rkl09t {
    margin-bottom: 8px;
  }
  .ws-t1i19z img {
    position: relative;
    top: unset;
    right: unset;
    bottom: unset;
    left: unset;
    min-height: unset;
  }
}

.ws-jx1yxv {
  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;
}

.ws-jx1yxv.ws-h4aiss {
  display: block;
}

.ws-jx1yxv .ws-011wxp {
  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;
}

.ws-jx1yxv .ws-7t19xx {
  display: flex;
  gap: 24px;
  padding: 12px;
}

.ws-jx1yxv .ws-kvwoeu {
  display: flex;
  align-items: center;
  color: #fff;
  font-size: 23px;
  font-weight: 800;
  line-height: 28px;
}

.ws-jx1yxv .ws-nw8h8m {
  display: flex;
  align-items: center;
  flex: 1 1;
}

.ws-jx1yxv .ws-xag5ry {
  min-width: 296px;
  margin-bottom: 0;
}

.ws-jx1yxv .ws-fis897 {
  width: 44px;
  min-width: 44px;
  height: 44px;
  background-image: url(../images/cross.svg);
  background-position: center;
  background-repeat: no-repeat;
  cursor: pointer;
}

.ws-jx1yxv .ws-fhecap {
  position: relative;
  flex: 1 1;
}

.ws-jx1yxv .ws-fhecap iframe {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 100%;
  height: 100%;
}

@media (max-width: 768px) {
  .ws-jx1yxv .ws-7t19xx {
    flex-wrap: wrap;
    gap: 8px;
  }
  .ws-jx1yxv .ws-kvwoeu {
    order: 1;
  }
  .ws-jx1yxv .ws-nw8h8m {
    order: 3;
    flex: 1 1 100%;
  }
  .ws-jx1yxv .ws-xag5ry {
    width: 100%;
    min-width: unset;
  }
  .ws-jx1yxv .ws-fis897 {
    order: 2;
    margin-left: auto;
  }
}

@media (max-width: 767px) {
  .ws-cd0d5r > .ws-8bkfoo {
    margin-bottom: 0;
  }
  .ws-cd0d5r > .ws-1uh3ay,
  .ws-cd0d5r > p {
    margin-top: 0;
  }
}

.ws-eu2i4t img,
.ws-sp2ib4 img {
  width: auto;
  object-fit: contain;
}

.ws-eu2i4t {
  align-items: center;
}

.ws-eu2i4t img {
  max-height: 76px;
}

.ws-sp2ib4 img {
  max-height: 64px;
}

.ws-b5hqxo {
  overflow: auto;
}

.ws-7eo60n {
  border: 1px solid var(--color-table-border);
  box-shadow: 0 0 15px rgb(0 0 0 / 5%);
  border-collapse: collapse;
  width: 100%;
}

.ws-uwrxi1:not(:last-child) {
  border-bottom: 1px solid var(--color-table-border);
}

.ws-g0ouhk {
  border: none;
  padding: 25px 10px;
  font-weight: 700;
  color: var(--color-table-td-color);
  min-width: 200px;
}

.ws-n6cyma {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.ws-g0ouhk .ws-b3ivl8 {
  margin-right: 20px;
  flex-shrink: 0;
}

.ws-g0ouhk img {
  max-height: 45px;
  object-fit: contain;
  width: 100%;
}

.ws-9j56wg {
  padding: 25px 10px;
  align-self: center;
  border-bottom: 1px solid var(--color-table-border);
  flex-grow: 1;
  border-top: none;
}

.ws-9j56wg > :first-child {
  margin-top: 0;
}

@media (max-width: 767px) {
  .ws-g0ouhk {
    padding: 15px 10px;
  }
  .ws-9j56wg {
    padding: 15px 10px;
  }
  .ws-g0ouhk .ws-b3ivl8 {
    margin-right: 10px;
  }
}

.ws-f9r2hw {
  overflow-x: auto;
}

.ws-hxbpyb {
  border-collapse: collapse;
  width: 100%;
}

.ws-f9r2hw th {
  font-family: inherit;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 19px;
  padding: 25px 10px;
  text-align: center;
}

.ws-f9r2hw td {
  font-family: inherit;
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  padding: 15px 25px;
  white-space: nowrap;
}

.ws-f9r2hw td.ws-qlvoao {
  font-weight: 600;
  text-align: right;
  border-left: none;
}

.ws-f9r2hw td.ws-pynbao {
  border-right: none;
}

.ws-f9r2hw td.ws-pynbao .ws-b3ivl8 {
  justify-content: flex-start;
}

.ws-f9r2hw td.ws-pynbao .ws-b3ivl8 img {
  height: auto;
  width: 90px;
}

.ws-f9r2hw td.ws-wrta5g,
.ws-f9r2hw td.ws-wvrcvn {
  font-weight: 600;
  text-align: right;
}

.ws-f9r2hw td.ws-ieqrga,
.ws-f9r2hw td.ws-wrta5g {
  padding-bottom: 10px;
  border-bottom: none;
}

.ws-f9r2hw td.ws-wrta5g,
.ws-f9r2hw td.ws-wvrcvn {
  border-left: none;
}

.ws-f9r2hw td.ws-ieqrga,
.ws-f9r2hw td.ws-r5hvrm {
  border-right: none;
}

.ws-f9r2hw td.ws-r5hvrm,
.ws-f9r2hw td.ws-wvrcvn {
  border-top: none;
  padding-top: 10px;
}

.ws-mj20x6 {
  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;
}

.ws-mj20x6 .ws-roi3zz {
  min-width: unset;
  width: 100%;
}

.ws-mj20x6 .ws-roi3zz.ws-pe63rl {
  grid-column: 1/2;
  grid-row: 1/2;
}

.ws-mj20x6 .ws-roi3zz.ws-8u9m8g {
  grid-column: 2/3;
  grid-row: 1/2;
}

.ws-mj20x6 .ws-ywcer5 {
  grid-column: 1/3;
  grid-row: 2/3;
  margin-top: 0;
}

@media (max-width: 767px) {
  .ws-mj20x6 {
    grid-template-columns: 1fr;
    margin-top: 0;
  }
  .ws-mj20x6 .ws-roi3zz.ws-pe63rl {
    grid-column: 1/2;
    grid-row: 1/2;
  }
  .ws-mj20x6 .ws-roi3zz.ws-8u9m8g {
    grid-column: 1/2;
    grid-row: 2/3;
  }
  .ws-mj20x6 .ws-ywcer5 {
    grid-column: 1/2;
    grid-row: 3/4;
  }
}

.ws-uh6b3a {
  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;
}

.ws-0nw19f {
  margin-bottom: 32px;
  font-size: 34px;
  font-weight: 800;
  line-height: 40px;
}

.ws-b8ckec p a img {
  margin: 0 auto;
  display: block;
}

.ws-b8ckec table {
  margin-bottom: 17px;
}

/* contanct form */
.ws-n44z37 {
  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;
}

.ws-n44z37 label {
  font-size: 14px;
}

.ws-n44z37 h2 {
  text-align: center;
  margin-bottom: 1rem;
}
.ws-n44z37 input,
.ws-n44z37 textarea,
.ws-n44z37 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;
}
.ws-n44z37 button {
  background-color: #a91f09;
  color: var(--text-color);
  border: none;
  cursor: pointer;
  transition: background 0.ws-v6bz3j ease;
}
.ws-n44z37 button:hover {
  background-color: #691204;
}
.ws-our6uv {
  text-align: center;
  color: green;
  font-weight: 500;
  padding: 50px 0;
  animation: fadeIn 0.ws-eke5rq ease-in;
}

.ws-our6uv 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;
}
.ws-wne473, .ws-bclf89, [class*="review-card"],
thead, thead th, table th, .ws-awhnzy,
.ws-neqquj, [class*="collapsible-header"],
.ws-hpujvm, [class*="updated-block"] {
  color: #ece7dc !important;
}
