@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);
}

.woo-uqbshv {
  margin: 0 auto;
  padding: 0 var(--offsets);
  max-width: var(--display-width);
}

.woo-7fudh7 {
  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.woo-z5kb2x,
ul.woo-z5kb2x {
  padding-left: 20px;
}

ul.woo-z5kb2x {
  list-style: disc;
}

ol.woo-z5kb2x {
  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;
  }
}

.woo-wu8ntv > .woo-br7nqu,
.woo-wu8ntv > .woo-4aide5,
.woo-wu8ntv > blockquote,
.woo-wu8ntv > h1,
.woo-wu8ntv > h2,
.woo-wu8ntv > h3,
.woo-wu8ntv > h4,
.woo-wu8ntv > h5,
.woo-wu8ntv > h6,
.woo-wu8ntv > ol,
.woo-wu8ntv > p,
.woo-wu8ntv > ul {
  margin-right: auto;
  margin-left: auto;
  padding: 0 var(--offsets);
  max-width: var(--display-width);
}

.woo-wu8ntv > ol,
.woo-wu8ntv > ul {
  padding-left: 50px;
}

.woo-wu8ntv 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;
}

.woo-wu8ntv:not(:last-child) {
  margin-bottom: 2rem;
}

.woo-wu8ntv > :not(:first-child) {
  margin-top: 2rem;
}

.woo-wu8ntv {
  margin-top: 64px;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.woo-wu8ntv:first-child {
  margin-top: 40px;
}

@media (max-width: 767px) {
  .woo-wu8ntv:first-child {
    margin-top: 20px;
  }
}

.woo-wu8ntv > p:last-of-type {
  margin-bottom: 32px;
}

.woo-wu8ntv > .woo-nkz58h:not(:first-child) {
  margin: 64px auto 16px auto;
}

.woo-4bh6bt > .woo-nkz58h {
  margin-left: auto;
  margin-right: auto;
  padding: 0 var(--offsets);
  max-width: var(--display-width);
}

.woo-4aide5 {
  overflow: auto;
}

.woo-4aide5::-webkit-scrollbar {
  height: 5px;
}

.woo-4aide5 table,
table {
  margin-top: 24px;
  border-collapse: collapse;
  width: 100%;
  word-break: break-word;
}

.woo-4aide5 table {
  border-radius: 12px;
  border: 2px solid var(--border-color);
  /* background: #0f442e; */
}

.woo-4aide5 table thead,
table thead {
  border-bottom: none;
}

.woo-4aide5 table th,
table th {
  padding: 5px 5px;
  text-align: center;
  color: var(--color-table-th-color);
  background-color: var(--table-1-color);
}

.woo-4aide5 table th:not(:last-child) {
  border-right: 1px solid var(--border-color);
}

.woo-4aide5 table td,
table td {
  border: 1px solid var(--border-color);
  padding: 5px 5px;
}

.woo-4aide5 .woo-22426o {
  table-layout: auto;
}

.woo-4aide5 .woo-22426o th {
  word-break: normal;
}

.woo-4aide5 .woo-22426o td {
  word-break: normal;
}

.woo-uqbshv .woo-uqbshv {
  padding-right: 0;
  padding-left: 0;
}

.woo-rn3rql {
  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;
}

.woo-o604l2 {
  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;
}

.woo-y6ffoa {
  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;
}

.woo-br7nqu {
  margin-top: 24px;
}

.woo-br7nqu.woo-nhsi48 {
  text-align: left;
}

.woo-br7nqu.woo-hcpssw {
  text-align: right;
}

.woo-br7nqu.woo-blnsq1 {
  text-align: center;
}

.woo-5qkz5q {
  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.woo-1hdca6 ease-in-out;
  cursor: pointer;
}

.woo-5qkz5q:hover {
  color: var(--button-bg-color);
  background: 0 0;
}

.woo-5qkz5q {
  min-width: 328px;
}

@media (max-width: 768px) {
  .woo-5qkz5q {
    min-width: unset;
  }
}

.woo-g864oe {
  background-color: var(--fh-bg-color);
}

.woo-tgws02 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 8px 20px;
}

.woo-bgyc0l {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  max-width: 160px;
}

.woo-bgyc0l img {
  max-height: 80px;
  object-fit: contain;
}

.woo-n4dlo7 {
  flex: 1 1;
}

.woo-o8h3uw {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-left: auto;
}

.woo-dxufae {
  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;
}

.woo-dxufae 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;
}

.woo-dxufae.woo-7ph5yj span:nth-of-type(1) {
  -webkit-transform: translateY(11px) rotateZ(45deg);
  -ms-transform: translateY(11px) rotate(45deg);
  transform: translateY(11px) rotateZ(45deg);
}

.woo-dxufae.woo-7ph5yj span:nth-of-type(2) {
  -webkit-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform: scaleX(0);
}

.woo-dxufae.woo-7ph5yj span:nth-of-type(3) {
  -webkit-transform: translateY(-11px) rotateZ(-45deg);
  -ms-transform: translateY(-11px) rotate(-45deg);
  transform: translateY(-11px) rotateZ(-45deg);
}

.woo-n4dlo7 + .woo-o8h3uw {
  margin-left: 20px;
}

.woo-ngw3kc {
  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;
}

.woo-ngw3kc > svg {
  max-width: 24px;
  max-height: 24px;
}

.woo-ngw3kc + .woo-ngw3kc {
  margin-left: 5px;
}

.woo-2o9oje {
  color: var(--button-text-color);
  background-color: var(--button-bg-color);
  border: 1px solid var(--border-color);
  transition: 0.2s;
}

.woo-2o9oje:hover {
  background-color: var(--button-bg-hover);
}

.woo-e71gh4 {
  color: var(--button-text-color);
  background-color: var(--button-bg-color);
  transition: 0.woo-1hdca6 ease-in-out;
  border: 1px solid var(--border-color);
}

.woo-e71gh4:hover {
  color: var(--button-text-color);
  background-color: var(--button-bg-hover);
}

.woo-vsnvxw {
  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) {
  .woo-n4dlo7 {
    flex: 1 1 100%;
    order: 10;
    margin-top: 8px;
  }
  .woo-vsnvxw {
    justify-content: center;
  }
}

@media (max-width: 1024px) {
  .woo-n4dlo7 {
    margin-top: unset;
  }
}

@media (max-width: 768px) {
  .woo-ngw3kc {
    min-width: unset;
    flex: 1 1;
  }
}

.woo-ztlf5t {
  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;
}

.woo-ztlf5t:hover > a::after {
  -webkit-transform: scaleX(1);
  -ms-transform: scaleX(1);
  transform: scaleX(1);
}

.woo-ztlf5t:hover .woo-c4azg7 {
  opacity: 1;
  pointer-events: auto;
}

.woo-uno4ph {
  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.woo-9n2ly0 ease-in-out;
  gap: 4px;
}

.woo-uno4ph > svg {
  max-width: 28px;
  max-height: 28px;
  fill: var(--text-color);
  stroke: var(--text-color);
}

.woo-uno4ph .woo-rn3rql img {
  width: auto;
  height: 1.2rem;
  -o-object-fit: contain;
  object-fit: contain;
}

.woo-1xk5au,
.woo-uno4ph:hover {
  color: var(--button-bg-hover);
}

.woo-ueo5aw {
  position: relative;
}

.woo-ueo5aw .woo-uno4ph {
  margin-right: 0;
  padding-right: 4px;
}

.woo-9969zy svg {
  fill: var(--text-color);
  stroke: var(--text-color);
}

.woo-ueo5aw.woo-7ph5yj .woo-9969zy svg {
  -webkit-transform: rotateZ(180deg);
  -ms-transform: rotate(180deg);
  transform: rotateZ(180deg);
}

.woo-ueo5aw.woo-7ph5yj .woo-c4azg7 {
  position: relative;
  top: 0;
  display: block;
  margin-top: 0;
  padding: 0 1rem;
  opacity: 1;
  pointer-events: auto;
}

.woo-ueo5aw.woo-7ph5yj .woo-c4azg7::before {
  display: none;
}

.woo-9969zy svg {
  width: 100%;
  height: auto;
  max-width: 15px;
  -webkit-transition: 250ms;
  -o-transition: 250ms;
  transition: 250ms;
}

.woo-c4azg7 {
  position: absolute;
  top: 100%;
  z-index: 100;
  list-style: none;
  margin-top: 0.5rem;
  border-radius: 5px;
  padding: 0.woo-lxgfc2 1rem;
  background-color: var(--fh-bg-color);
  opacity: 0;
  transition: 250ms;
  width: auto;
  pointer-events: none;
}

.woo-c4azg7::before {
  content: "";
  position: absolute;
  left: 0;
  top: -0.5rem;
  width: 100%;
  height: 0.5rem;
  background-color: transparent;
}

.woo-c4azg7:hover {
  color: var(--fh-bg-color);
}

.woo-mzwbsy {
  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.woo-lxgfc2 0;
  font-size: 14px;
  font-weight: 500;
  line-height: 28px;
  white-space: nowrap;
  text-decoration: none;
  color: var(--text-color);
  -webkit-transition: 0.woo-9n2ly0 ease-in-out;
  -o-transition: 0.woo-9n2ly0 ease-in-out;
  transition: 0.woo-9n2ly0 ease-in-out;
}

.woo-mzwbsy .woo-rn3rql img {
  width: auto;
  height: 1.2rem;
  -o-object-fit: contain;
  object-fit: contain;
}

.woo-f837mf,
.woo-mzwbsy:hover {
  color: var(--button-bg-hover);
}

.woo-kb8f0f {
  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%;
}

.woo-kb8f0f.woo-ejdjmu {
  position: relative;
  z-index: 1;
  overflow: hidden;
  border: none;
}

.woo-kb8f0f.woo-ejdjmu:after,
.woo-kb8f0f.woo-ejdjmu:before {
  content: "";
  position: absolute;
  margin: auto;
}

.woo-kb8f0f.woo-ejdjmu: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);
  }
}

.woo-kb8f0f.woo-ejdjmu:after {
  top: 2px;
  right: 2px;
  bottom: 2px;
  left: 2px;
  background-color: var(--fh-bg-color);
  border-radius: 12px;
  z-index: 0;
}

.woo-kb8f0f.woo-ejdjmu > * {
  z-index: 1;
}

.woo-kb8f0f b,
.woo-kb8f0f strong {
  color: var(--button-text-color);
  text-shadow: 0 0 8px var(--button-text-color);
}

.woo-kb8f0f .woo-qowx6o {
  grid-row: 1/2;
  grid-column: 1/2;
  font-size: 24px;
  font-weight: 900;
  line-height: 32px;
  text-transform: uppercase;
  margin: 0;
  color: #fff;
}

.woo-kb8f0f .woo-28jhum {
  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;
}

.woo-kb8f0f .woo-rn3rql {
  grid-row: 1/-1;
  grid-column: 2/3;
  min-width: 146px;
}

.woo-kb8f0f .woo-o67pal {
  margin-top: 12px;
}

.woo-o67pal {
  display: flex;
  gap: 8px;
  grid-row: 3/4;
  grid-column: 1/2;
}

.woo-6etmzf {
  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;
}

.woo-o67pal .woo-kn07hl {
  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.woo-1hdca6 ease-in-out;
}

.woo-o67pal .woo-kn07hl:hover {
  background: rgba(255, 255, 255, 0.3);
}

.woo-98h7s6 {
  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;
}

.woo-kb8f0f.woo-p3uhe0 {
  gap: 12px;
  padding: 16px;
}

.woo-kb8f0f.woo-p3uhe0 .woo-98h7s6 {
  min-width: 240px;
}

.woo-kb8f0f.woo-p3uhe0 .woo-98h7s6.woo-a5ugxc {
  padding: 10px 12px;
}

@media (max-width: 1200px) {
  .woo-kb8f0f .woo-qowx6o {
    grid-row: 1/2;
    grid-column: 1/3;
  }
  .woo-kb8f0f .woo-28jhum {
    grid-row: 2/3;
    grid-column: 1/2;
  }
  .woo-kb8f0f .woo-rn3rql {
    min-width: 78px;
    grid-row: 2/3;
    grid-column: 2/3;
    align-self: start;
    max-width: 110px;
  }
  .woo-kb8f0f.woo-p3uhe0 .woo-rn3rql {
    max-width: 126px;
  }
  .woo-kb8f0f .woo-o67pal {
    grid-row: 3/4;
    grid-column: 1/3;
  }
  .woo-kb8f0f .woo-6etmzf {
    max-width: unset;
  }
  .woo-98h7s6 {
    min-width: unset;
    width: 100%;
  }
  .woo-kb8f0f .woo-98h7s6 {
    grid-row: 4/5;
    grid-column: 1/3;
  }
  .woo-kb8f0f.woo-p3uhe0 {
    grid-template-rows: auto 1fr auto;
  }
  .woo-kb8f0f.woo-p3uhe0 .woo-98h7s6 {
    grid-row: 3/4;
  }
}

@media (max-width: 768px) {
  .woo-kb8f0f {
    padding: 16px;
    gap: 16px 12px;
    min-height: unset;
  }
  .woo-kb8f0f .woo-qowx6o {
    font-size: 18px;
    font-weight: 900;
    line-height: 24px;
  }
  .woo-kb8f0f .woo-rn3rql {
    max-width: 78px;
  }
  .woo-kb8f0f .woo-o67pal {
    margin-top: -12px;
  }
  .woo-kb8f0f.woo-p3uhe0 {
    gap: 8px;
  }
  .woo-kb8f0f.woo-p3uhe0 .woo-qowx6o {
    grid-row: 1/2;
    grid-column: 1/2;
  }
  .woo-kb8f0f.woo-p3uhe0 .woo-28jhum {
    grid-column: 1/3;
  }
  .woo-kb8f0f.woo-p3uhe0 .woo-rn3rql {
    grid-row: 1/2;
    grid-column: 2/3;
  }
  .woo-kb8f0f.woo-p3uhe0 .woo-rn3rql img {
    max-width: 114px;
  }
}

.woo-98h7s6.woo-8hd56k,
.woo-98h7s6.woo-rem79x,
.woo-98h7s6.woo-t536c0 {
  color: var(--button-text-color);
  background-color: var(--button-bg-color);
  padding: 12px 12px 12px 64px;
  border: 1px solid var(--border-color);
  transition: 0.woo-1hdca6 ease-in-out;
}

.woo-98h7s6.woo-8hd56k,
.woo-98h7s6.woo-t536c0 {
  padding: 10px;
}

.woo-98h7s6.woo-8hd56k:hover,
.woo-98h7s6.woo-rem79x:hover,
.woo-98h7s6.woo-t536c0:hover {
  background: var(--button-bg-hover);
}

.woo-98h7s6.woo-8hd56k:hover svg path,
.woo-98h7s6.woo-t536c0:hover svg path {
  stroke: var(--button-text-color);
  fill: none;
}

.woo-98h7s6.woo-a5ugxc {
  color: var(--button-text-color);
  background-color: transparent;
  border: 1px solid var(--border-color);
  padding: 12px;
  transition: 0.woo-1hdca6 ease-in-out;
  background: var(--button-bg-color);
}

.woo-98h7s6.woo-a5ugxc:hover {
  background-color: var(--button-bg-hover);
}

.woo-98h7s6.woo-rem79x: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);
  }
}

.woo-98h7s6.woo-rem79x:after {
  content: "";
  width: 24px;
  min-width: 24px;
  height: 24px;
  background-image: url(../images/user.svg);
  background-position: center;
  background-repeat: no-repeat;
}

.woo-98h7s6.woo-a5ugxc:after {
  content: "";
  width: 24px;
  min-width: 24px;
  height: 24px;
  background-image: url(../images/btn-arrows.svg);
  background-position: center;
  background-repeat: no-repeat;
}

.woo-6mk8jv {
  max-width: 650px;
}

.woo-cacczq {
  position: relative;
  padding-bottom: 56.25%;
  width: 100%;
  height: 0;
  background-color: #000;
}

.woo-at30kq {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.woo-8bvjk9 {
  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.woo-9n2ly0 ease-in-out;
  cursor: pointer;
}

.woo-8bvjk9:hover {
  opacity: 0.5;
}

.woo-8bvjk9:focus {
  outline: 0;
}

.woo-8bvjk9:focus .woo-3wmznr,
.woo-8bvjk9:hover .woo-3wmznr {
  fill: red;
  fill-opacity: 1;
}

.woo-8bvjk9:hover {
  cursor: pointer;
}

.woo-o34m7q {
  position: absolute;
  left: 0;
  top: 0;
  border: none;
  width: 100%;
  height: 100%;
}

.woo-6mk8jv.woo-blnsq1 {
  margin: 0 auto;
}

.woo-6mk8jv.woo-hcpssw {
  margin-left: auto;
}

.woo-y1uy2r {
  margin: 33px 20px 0 20px;
  padding: 33px 40px 40px 40px;
  background-color: var(--fh-bg-color);
  border-radius: 12px 12px 0 0;
}

.woo-wfklc9 {
  padding-bottom: 50px;
}

.woo-mpyfcp {
  justify-content: flex-start;
  align-items: center;
  flex: 1 1;
}

.woo-wftqdm {
  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;
}

.woo-kdv11t {
  margin-top: 24px;
}

.woo-o8uf7b {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.woo-j9fr7v {
  width: 100%;
  font-size: 14px;
  line-height: 16px;
  text-align: center;
  color: var(--color-footer-text);
  margin-top: 4px;
}

.woo-b3ujis {
  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;
}

.woo-75xlhd {
  width: 468px;
}

.woo-b3ujis .woo-c4azg7 {
  margin: 0.woo-zosome 0;
}

.woo-s5vbms {
  display: flex;
  min-width: 224px;
}

.woo-bwytzx {
  cursor: pointer;
  display: inline-block;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  text-decoration: none;
  color: var(--footer-text-color);
  transition: 0.woo-9n2ly0 ease-in-out;
}

.woo-5zcg7s,
.woo-bwytzx:hover {
  color: var(--text-color);
}

.woo-35pcks {
  display: flex;
  flex-wrap: wrap;
  padding: 0;
}

.woo-5ruja7 {
  display: flex;
  flex-direction: column;
}

@media (max-width: 1024px) {
  .woo-y1uy2r {
    padding: 16px;
  }
  .woo-35pcks {
    flex-direction: column;
    gap: 40px;
    padding: 0;
  }
  .woo-5ruja7 {
    align-items: center;
  }
  .woo-75xlhd {
    width: unset;
  }
  .woo-s5vbms {
    min-width: unset;
  }
  .woo-b3ujis {
    max-height: unset;
  }
  .woo-mpyfcp {
    align-items: flex-start;
  }
}

@media (max-width: 768px) {
  .woo-y1uy2r {
    margin: 33px 16px 0 16px;
    padding: 16px;
  }
}

.woo-m9vttz {
  border-radius: 12px;
  border: 2px solid var(--border-color);
  background: var(--fh-bg-color);
  padding: 16px;
}

.woo-m9vttz:not(:last-child) {
  margin-bottom: 16px;
}

.woo-p41z7c {
  outline: 0;
}

.woo-p41z7c .woo-yklbjx {
  color: #fff;
  font-size: 17px;
  font-weight: 800;
  line-height: 24px;
}

.woo-884bnx {
  display: flex;
  align-items: center;
  gap: 8px;
  outline: 0;
  cursor: pointer;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
}

.faq__details[open] .woo-884bnx {
  padding-bottom: 16px;
  border-bottom: 1px solid var(--border-color);
}

.woo-884bnx::-webkit-details-marker {
  display: none;
}

.woo-884bnx: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;
}

.woo-884bnx: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] .woo-884bnx:after {
  transform: unset;
}

.woo-yklbjx {
  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);
}

.woo-yklbjx 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.woo-9n2ly0 ease-in-out;
  -o-transition: 0.woo-9n2ly0 ease-in-out;
  transition: 0.woo-9n2ly0 ease-in-out;
}

.woo-t5l77q {
  padding: 16px 0 0 0;
}

.woo-t5l77q * {
  margin-top: 0.8rem;
  font-family: inherit;
  font-weight: 500;
  font-style: normal;
  font-size: inherit;
  line-height: inherit;
}

page-header__button .woo-t5l77q :first-child {
  margin-top: 0;
}

@media (max-width: 767px) {
  .woo-884bnx {
    flex-wrap: wrap;
    gap: 12px;
  }
  .woo-884bnx::after {
    margin-left: auto;
  }
  .woo-yklbjx {
    order: 3;
    flex: 1 1 100%;
  }
  .woo-884bnx {
    font-size: 14px;
    line-height: 130%;
  }
  .woo-yklbjx svg {
    margin-left: 15px;
    width: 18px;
    height: 18px;
    fill: var(--color-faq-item-title);
  }
}

.woo-93qre2 {
  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;
}

.woo-3xpqu6 {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #fff;
  margin: 0;
  width: 100%;
  cursor: pointer;
}

.woo-93qre2.woo-7ph5yj .woo-3xpqu6 {
  margin-bottom: 12px;
}

.woo-3xpqu6::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;
}

.woo-93qre2.woo-7ph5yj .woo-3xpqu6::after {
  transform: unset;
}

.woo-3tezpr {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  list-style: none;
  overflow: hidden;
  margin: 0;
  padding: 0;
  width: 100%;
  height: auto;
  max-height: 0;
}

.woo-yupn8p {
  display: flex;
  align-items: center;
  gap: 4px;
  padding: 6px 12px;
  text-decoration: none;
  color: #fff;
  transition: 0.woo-9n2ly0 ease-in-out;
  border-radius: 8px;
  border: 1px solid var(--border-color);
}

.woo-yupn8p: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;
}

.woo-93qre2.woo-7ph5yj .woo-3tezpr {
  max-height: 100%;
}

.woo-xf5e2u {
  margin: 0 auto 3rem;
  padding: 0 10px;
  max-width: var(--display-width);
}

.woo-vghejc {
  padding: 4px 0;
  background: rgba(255, 255, 255, 0.1);
}

.woo-udhmkb {
  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;
}

.woo-rw09y4 {
  margin-right: 4px;
}

.woo-yxeecy {
  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.woo-9n2ly0 ease-in-out;
}

.woo-yxeecy svg {
  width: 4px;
  height: 4px;
  margin-left: 4px;
  stroke: var(--text-color);
}

.woo-zu9r6c,
.woo-yxeecy:hover {
  color: var(--text-color);
}

.woo-q4tarh {
  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;
}

.woo-q4tarh img {
  grid-column: 1/2;
  grid-row: 1/3;
  max-width: 58px;
  height: auto;
}

.woo-q4tarh .woo-oj3q8n {
  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;
}

.woo-q4tarh .woo-c68q8q {
  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;
}

.woo-h1jbiw {
  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;
}

.woo-8lupqh {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.woo-lixci5 .woo-uqbshv {
  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;
}

.woo-lixci5 {
  background-image: url(../images/404.webp);
  background-position: -100px;
}

.woo-35r0t8 {
  margin-top: 2rem;
  font-size: 5rem;
  line-height: 6rem;
  text-align: center;
}

.woo-r1hfmq {
  margin: 0;
  font-weight: 400;
  font-size: 2rem;
  line-height: 2.5rem;
  text-align: center;
}

.woo-mmvltm {
  display: inline-block;
  margin: 2rem auto 0;
  border: none;
  border-radius: 5px;
  padding: 0.woo-jr09a8 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;
}

.woo-mmvltm:hover {
  -webkit-transform: translateY(-3px);
  -ms-transform: translateY(-3px);
  transform: translateY(-3px);
}

.woo-odmb93 {
  position: fixed;
  right: 10px;
  bottom: 15px;
  z-index: 10;
}

.woo-5ij13x {
  -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.woo-9n2ly0 ease-in-out;
  transition: transform 0.woo-9n2ly0 ease-in-out;
  -o-transition: transform 0.woo-9n2ly0 ease-in-out;
  transition:
    transform 0.woo-9n2ly0 ease-in-out,
    -webkit-transform 0.woo-9n2ly0 ease-in-out;
  cursor: pointer;
}

.woo-5ij13x svg {
  fill: var(--button-text-color);
  pointer-events: none;
}

.woo-5ij13x: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;
}

.woo-vum9lu {
  width: 113px !important;
  background-color: green !important;
  top: 124px !important;
}

@media screen and (max-width: 700px) {
  #cookie-law-div p {
    padding-bottom: 36px;
  }
  .woo-vum9lu {
    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);
}

.woo-hqo8s2 {
  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;
}

.woo-pokgp9 {
  position: relative;
  width: 100%;
}

.woo-hqo8s2.woo-u85kt6 {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.woo-hqo8s2.woo-blnsq1 {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.woo-hqo8s2.woo-hcpssw {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.woo-d07686 {
  display: block;
  width: 100%;
  height: auto;
  object-fit: contain;
  aspect-ratio: 16/9;
  max-height: 488px;
  background-color: #454545;
}

.woo-ea0eqc {
  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.woo-9n2ly0 ease-in-out;
  cursor: pointer;
}

.woo-ea0eqc:hover {
  opacity: 0.5;
}

.woo-hqo8s2.woo-pynf3t .woo-ea0eqc {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

.woo-hqo8s2.woo-pynf3t .woo-d07686 {
  cursor: pointer;
}

.woo-m2eigb {
  fill: #0009;
}

.woo-zsti2p {
  fill: #fff;
}

.woo-ea0eqc:hover .woo-m2eigb {
  fill: red;
}

.woo-ea0eqc svg path {
  -webkit-transition: 0.woo-9n2ly0 ease-in-out;
  -o-transition: 0.woo-9n2ly0 ease-in-out;
  transition: 0.woo-9n2ly0 ease-in-out;
}

.woo-i8f7ot {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0 20px;
}

.woo-i8f7ot > :not(.get-image):not(.wp-block-heading) {
  grid-column: 1/2;
}

.woo-i8f7ot.woo-h9oq53 > :not(.get-image) {
  grid-column: 1/3;
}

.woo-ggf9c3:not(._h1-block) .woo-i8f7ot > .woo-nkz58h {
  grid-row: 1/2;
  grid-column: 1/3;
}

.woo-i8f7ot.woo-h9oq53 .woo-mikkb1 {
  grid-column: 2/3;
}

.woo-i8f7ot.woo-h9oq53 > .woo-rn3rql {
  grid-column: 1/2;
}

.woo-i8f7ot.woo-h9oq53 > :not(.get-image):not(.wp-block-heading) {
  grid-column: 2/3;
}

.woo-i8f7ot > p:first-of-type {
  margin-top: 0;
}

.woo-i8f7ot .woo-rn3rql {
  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;
}

.woo-ggf9c3:not(._h1-block) .woo-nkz58h ~ .woo-rn3rql {
  grid-row: 2/10;
}

.woo-ggf9c3.woo-8dwnok .woo-nkz58h ~ .woo-rn3rql {
  grid-row: 1/10;
}

.woo-ggf9c3.woo-8dwnok > .woo-nkz58h {
  grid-column: 1/2;
  margin-bottom: 20px;
}

.woo-ggf9c3.woo-8dwnok .woo-rn3rql {
  grid-row: 1/10;
}

.woo-i8f7ot.woo-yw4csa .woo-rn3rql {
  align-items: flex-start;
}

.woo-i8f7ot.woo-blnsq1 .woo-mikkb1 {
  margin-top: auto;
  margin-bottom: auto;
  height: fit-content;
}

.woo-i8f7ot.woo-blnsq1 .woo-rn3rql {
  align-items: center;
}

.woo-i8f7ot.woo-cucd51 .woo-rn3rql {
  align-items: flex-end;
}

.woo-mikkb1 > :first-child {
  margin-top: 0;
}

.woo-mikkb1 > :last-child {
  margin-bottom: 0;
}

* + .woo-ad7ib9,
.woo-ggf9c3 + .woo-ggf9c3 {
  margin-top: 2rem;
}

.woo-gvs23b td::before,
.woo-gvs23b th::after {
  display: none !important;
}

.woo-gvs23b #link-selector {
  color: #000;
}

.woo-gvs23b .woo-4ch8d6 {
  color: #135e96;
}

.woo-gvs23b .woo-t0m7vm *,
.woo-gvs23b .woo-x76vai p,
.woo-gvs23b .woo-rmsa34 * {
  color: #000;
}

.woo-gvs23b .woo-3nfn5r {
  background: 0 0 !important;
}

.woo-gvs23b .woo-v25lua {
  color: #000;
}

.woo-gvs23b .woo-077rwf.woo-c221ku {
  color: #fff;
}

.woo-gvs23b .woo-gje64o {
  color: #000;
}

.woo-gvs23b
  .woo-jxwjps
  .woo-9wbezj.woo-c221ku.woo-c4ky35 {
  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;
}

.woo-oe0v6h,
body .woo-si8l4c {
  color: #000;
  background: var(--color-body) !important;
}

.woo-oe0v6h .woo-0nn3fo .woo-ko0qmm,
body .woo-si8l4c .woo-0nn3fo .woo-ko0qmm {
  color: #000;
}

@media (hover: hover), screen and (min-width: 0\0) {
  .woo-yupn8p:focus,
  .woo-yupn8p:hover {
    color: #f9cb16;
  }
  .woo-zf9nzc:focus,
  .woo-zf9nzc:hover {
    background-color: var(--button-bg-color) !important;
    opacity: 1;
  }
}

@media (hover: hover), screen and (min-width: 0\0) {
  .woo-6zn55a:focus img,
  .woo-6zn55a:focus svg,
  .woo-6zn55a:hover img,
  .woo-6zn55a:hover svg {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
  }
}

@media (min-width: 768px) {
  .woo-q4tarh {
    display: none;
  }
}

@media (min-width: 1024px) {
  .woo-ueo5aw:hover .woo-9969zy svg {
    -webkit-transform: rotateZ(180deg);
    -ms-transform: rotate(180deg);
    transform: rotateZ(180deg);
  }
  .woo-9969zy {
    pointer-events: none;
  }
}

@media screen and (max-width: 1280px) {
  :root {
    --offsets: 20px;
  }
}

@media (max-width: 1280px) {
  .woo-kptao8 {
    -ms-grid-columns: (1fr) [5];
    grid-template-columns: repeat(5, 1fr);
  }
  .woo-9yzqxf {
    grid-template-columns: repeat(4, 1fr);
  }
  .woo-prz3q3 {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 1279px) {
  .woo-hlawtr .woo-jrxwpy {
    grid-template-columns: 1fr;
  }
  .woo-hlawtr .woo-vrnhbk {
    -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;
  }
  .woo-hlawtr .woo-bl4frq {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
  .woo-hlawtr .woo-np5rb4 {
    border-bottom: none;
    border-radius: 0;
    padding: 12px 20px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
  .woo-hlawtr .woo-ue64em {
    border-radius: 0 0 16px 16px;
    padding: 24px 16px;
  }
  .woo-hlawtr .woo-bl4frq:not(:first-child) {
    border: none;
  }
  .woo-hlawtr .woo-bl4frq:first-child .woo-np5rb4 {
    border-top-left-radius: 18px;
    border-top-right-radius: 0;
  }
  .woo-hlawtr .woo-bl4frq:last-child .woo-np5rb4 {
    border-radius: 0 18px 0 0;
  }
}

@media screen and (max-width: 1024px) {
  :root {
    --offsets: 16px;
  }
}

@media (max-width: 1024px) {
  html {
    font-size: 16px;
  }
  .woo-tgws02 {
    position: relative;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 8px var(--offsets);
  }
  .woo-bgyc0l {
    max-width: 100px;
  }
  .woo-n4dlo7 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
  .woo-o8h3uw {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .woo-o8h3uw svg {
    stroke: var(--button-text-color);
    /* fill: var(--button-text-color); */
  }
  .woo-dxufae {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
    margin-left: 20px;
  }
  .woo-n4dlo7 + .woo-o8h3uw {
    margin-left: auto;
  }
  .woo-ihv8dd {
    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;
  }
  .woo-ihv8dd.woo-7ph5yj {
    z-index: 9999;
    opacity: 1;
    pointer-events: auto;
  }
  .woo-vsnvxw {
    -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;
  }
  .woo-ztlf5t {
    width: 100%;
  }
  .woo-ztlf5t:not(:last-child) {
    border-bottom: 1px solid var(--border-color);
  }
  .woo-uno4ph {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin: 0;
    padding: 8px 0;
    width: 100%;
  }
  .woo-uno4ph svg {
    margin-right: 4px;
  }
  .woo-ueo5aw {
    -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;
  }
  .woo-9969zy svg {
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
  }
  .woo-9969zy {
    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;
  }
  .woo-c4azg7 {
    display: none;
    width: 100%;
  }
  .woo-ueo5aw.woo-7ph5yj .woo-c4azg7 {
    padding: 0 0 0 48px;
  }
  .woo-mzwbsy {
    justify-content: flex-start;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
  }
  .woo-wftqdm .woo-rn3rql {
    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;
  }
  .woo-oa3ais {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
  }
  .woo-oa3ais + .woo-oa3ais {
    margin-right: 0;
  }
  .woo-oa3ais + .woo-rn3rql {
    margin: 0;
  }
  .woo-kptao8 {
    grid-template-columns: repeat(4, 1fr);
  }
  .woo-9yzqxf {
    grid-template-columns: repeat(3, 1fr);
  }
  .woo-xoewy1,
  .woo-hltuy0 {
    grid-template-columns: repeat(2, 1fr);
  }
  .woo-i8f7ot {
    grid-template-columns: 1fr;
    gap: 16px;
  }
  .woo-i8f7ot.woo-h9oq53 .woo-mikkb1 {
    grid-column: auto;
    grid-row: auto;
  }
  .woo-i8f7ot > .woo-nkz58h {
    grid-column: 1/2;
  }
  .woo-i8f7ot.woo-h9oq53 > :not(.get-image) {
    grid-column: 1/2;
  }
  .woo-i8f7ot .woo-rn3rql,
  .woo-i8f7ot.woo-h9oq53 > .woo-rn3rql {
    grid-column: 1/2;
    grid-row: 1/2;
  }
  .woo-i8f7ot.woo-h9oq53 > :not(.get-image):not(.wp-block-heading) {
    grid-column: 1/2;
  }
  .woo-ggf9c3.woo-8dwnok .woo-i8f7ot > .woo-rn3rql {
    grid-row: 1/2;
  }
  .woo-i8f7ot .woo-nkz58h ~ .woo-rn3rql,
  .woo-i8f7ot.woo-h9oq53 .woo-nkz58h ~ .woo-rn3rql {
    grid-row: 2/3;
  }
  .woo-ggf9c3.woo-8dwnok .woo-nkz58h ~ .woo-rn3rql {
    grid-row: 2/3;
  }
}

@media (max-width: 800px) {
  .woo-wu8ntv:first-child .woo-vbnwzy {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .woo-wu8ntv:first-child .woo-vbnwzy h1 {
    -webkit-box-ordinal-group: -1;
    -ms-flex-order: -2;
    order: -2;
  }
}

@media (max-width: 1100px) {
  .woo-wu8ntv {
    margin-bottom: 1rem;
    padding: 0 13px;
  }
}

@media (max-width: 767px) {
  .woo-wu8ntv {
    padding: 0;
  }
  .woo-br7nqu {
    margin-top: 1rem;
  }
  .woo-p41z7c {
    border-radius: 5px;
  }
  .woo-2y4b9f {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .woo-3xpqu6::after {
    display: inline-block;
  }
  .woo-3xpqu6 {
    margin: 0;
    width: 100%;
  }
  .woo-3tezpr {
    width: 100%;
  }
  .woo-3tezpr.woo-59apos {
    -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%;
  }
  .woo-3tezpr.woo-59apos .woo-rkzkgy {
    width: 100%;
  }
  .woo-3tezpr.woo-59apos .woo-rkzkgy:not(:last-child) {
    margin-right: 0;
  }
  .woo-yupn8p {
    width: 100%;
    text-align: center;
  }
  .woo-93qre2.woo-7ph5yj .woo-3tezpr {
    margin-top: 1rem;
  }
  .woo-kptao8 {
    grid-template-columns: repeat(3, 1fr);
  }
  .woo-prz3q3,
  .woo-9yzqxf {
    grid-template-columns: repeat(2, 1fr);
  }
  .woo-xoewy1,
  .woo-hltuy0,
  .woo-gtn1ed {
    grid-template-columns: 1fr;
  }
  .woo-0j07x3 {
    overflow-x: auto;
    width: 100%;
    max-width: 980px;
  }
  .woo-mancfr {
    min-width: 300px;
    max-width: 325px;
  }
  .woo-np5rb4 {
    cursor: auto;
  }
  .woo-3p6ozj .woo-np5rb4 {
    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;
  }
  .woo-vum9lu {
    left: calc(50% - 60px);
  }
}

@media (max-width: 650px) {
  .woo-c4azg7 {
    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) {
  .woo-vum9lu {
    top: 100px !important;
  }
  #cookie-law-div p {
    padding-bottom: 50px;
  }
}

.woo-oa3ais p {
  margin-top: 0;
}

@media (max-width: 550px) {
  .woo-o8h3uw {
    margin: 0 -0.2rem;
  }
  .woo-oa3ais {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
  .woo-vzrv27 {
    -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;
  }
  .woo-pqszlk {
    max-width: 100%;
  }
  .woo-kptao8 {
    grid-template-columns: repeat(2, 1fr);
  }
  .woo-prz3q3,
  .woo-9yzqxf {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 500px) {
  html {
    font-size: 16px;
  }
  .woo-tgws02 {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .woo-o8h3uw {
    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;
  }
  .woo-g864oe {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .woo-ngw3kc {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
  }
  .woo-wd1pbl,
  .woo-hlevig {
    width: calc(100% - 20px);
  }
}

@media (max-width: 475px) {
  .woo-5qkz5q {
    width: 100%;
  }
  .woo-kptao8 {
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 400px) {
  .woo-vum9lu {
    top: 127px !important;
  }
}

.woo-hmlfvr {
  width: 100%;
  border-radius: 12px;
  overflow: hidden;
  margin-bottom: 20px;
}

@media (max-width: 1100px) {
  .woo-hmlfvr {
  }
}

@media (max-width: 767px) {
  .woo-hmlfvr {
    margin-bottom: 12px;
  }
}

.woo-hmlfvr img {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  min-width: 100%;
  height: 100%;
}

.woo-65ta51 {
  display: flex;
  margin: 0 auto;
  padding: 0 var(--offsets);
  max-width: var(--display-width);
  gap: 20px;
}

.woo-65ta51 > .woo-45v7xn {
  flex: 1 1;
}

@media (max-width: 767px) {
  .woo-65ta51 {
    flex-direction: column;
    gap: 12px;
  }
}

.woo-wv7v7z {
  display: flex;
}

.woo-wv7v7z .woo-4cqt9m {
  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;
}

.woo-wv7v7z .woo-0f3guw {
  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;
}

.woo-wv7v7z .woo-jueert {
  display: flex;
  list-style: none;
  margin: 0;
  padding-left: 100%;
  animation: scroll 60s linear infinite;
}

.woo-wv7v7z .woo-lff20s {
  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));
  }
}

.woo-wv7v7z .woo-lff20s:before {
  content: "";
  width: 24px;
  min-width: 24px;
  height: 24px;
  background-image: url(../images/award.svg);
  background-repeat: no-repeat;
  background-position: center;
}

.woo-wv7v7z .woo-77vfoz {
  color: #fff;
  font-size: 14px;
  font-weight: 800;
  line-height: 20px;
  margin-right: 4px;
}

.woo-qwju71 {
  border: unset;
  background-color: unset;
}

.woo-qwju71 tbody {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

.woo-qwju71 .woo-1kn3hj,
.woo-qwju71 .woo-5vmbgc {
  flex: 0 1 330px;
}

.woo-qwju71 .woo-xnsqa3 {
  flex: 1 1;
}

.woo-qwju71 tr {
  display: flex;
  flex-direction: column;
  gap: 16px;
  border-radius: 12px;
  border: 2px solid var(--border-color);
  background: var(--fh-bg-color);
  padding: 16px;
}

.woo-qwju71 tr td {
  border: unset;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  color: #fff;
  padding: 0;
}

.woo-qwju71 tr td:first-child {
  font-size: 23px;
  font-weight: 800;
  line-height: 28px;
  margin: 0;
  padding: 0;
}

.woo-qwju71 tr td p {
  color: #fff;
  margin: 0;
}

.woo-qwju71 tr td p span {
  color: var(--title-color);
  font-weight: 800;
}

.woo-qwju71 tr.woo-1kn3hj td p {
  padding: 16px 0;
}

.woo-qwju71 tr.woo-1kn3hj td p:not(:last-child),
.woo-qwju71 tr.woo-5vmbgc td p:not(:last-child) {
  border-bottom: 1px solid var(--border-color);
}

.woo-qwju71 tr.woo-1kn3hj td p:first-child,
.woo-qwju71 tr.woo-5vmbgc td p:first-child {
  padding-top: 0;
}

.woo-qwju71 tr.woo-5vmbgc td p {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 12px 0;
  font-size: 14px;
  font-weight: 800;
  line-height: 20px;
}

.woo-qwju71 tr.woo-5vmbgc td p:last-child {
  padding-bottom: 0;
}

.woo-qwju71 .woo-5vmbgc img {
  max-width: 32px;
}

.woo-qwju71 .woo-xnsqa3 {
  min-width: 718px;
}

.woo-qwju71 .woo-xnsqa3 td:last-child {
  display: flex;
  flex-wrap: wrap;
}

.woo-qwju71 .woo-xnsqa3 td {
  display: flex;
}

.woo-qwju71 .woo-xnsqa3 td:last-child .woo-dq1xl5,
.woo-qwju71 .woo-xnsqa3 td:last-child .woo-v8cxbz,
.woo-qwju71 .woo-xnsqa3 td:last-child .woo-hc5dhg {
  flex: 1 1 50%;
}

.woo-qwju71 .woo-xnsqa3 td:last-child .woo-mdfyt8 {
  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;
}

.woo-qwju71 .woo-xnsqa3 td:last-child .woo-6hxgoq,
.woo-qwju71 .woo-xnsqa3 td:last-child .woo-xed9oi {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  list-style: none;
  padding-left: 0;
  margin-top: 12px;
}

.woo-qwju71 .woo-xnsqa3 td:last-child .woo-dq1xl5,
.woo-qwju71 .woo-xnsqa3 td:last-child .woo-v8cxbz {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
  padding-top: 16px;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}

.woo-qwju71 .woo-xnsqa3 td:last-child .woo-dq1xl5 span,
.woo-qwju71 .woo-xnsqa3 td:last-child .woo-v8cxbz span {
  font-weight: 800;
}

.woo-qwju71 .woo-xnsqa3 img {
  max-width: 34px;
}

@media (max-width: 1100px) {
  .woo-qwju71 .woo-xnsqa3 td .woo-hc5dhg:not(:first-child) {
    padding-left: 0;
  }
}

@media (max-width: 767px) {
  .woo-qwju71 tr.woo-1kn3hj td p:last-child {
    padding-bottom: 0;
  }
  .woo-qwju71 .woo-5vmbgc > td {
    display: flex;
    flex-wrap: wrap;
    gap: 0 20px;
  }
  .woo-qwju71 .woo-5vmbgc > td > p {
    flex: 1 1 calc(50% - 10px);
  }
  .woo-qwju71 tr.woo-1kn3hj td p:not(:last-child),
  .woo-qwju71 tr.woo-5vmbgc td p:not(:last-child) {
    border-bottom: unset;
  }
  .woo-qwju71 tr.woo-5vmbgc td p:last-child {
    padding-bottom: 12px;
  }
  .woo-qwju71 .woo-xnsqa3 td:last-child .woo-dq1xl5,
  .woo-qwju71 .woo-xnsqa3 td:last-child .woo-v8cxbz,
  .woo-qwju71 .woo-xnsqa3 td:last-child .woo-hc5dhg {
    flex: 1 1 50%;
    padding: 0;
  }
  .woo-qwju71 .woo-xnsqa3 td:last-child .woo-dq1xl5,
  .woo-qwju71 .woo-xnsqa3 td:last-child .woo-v8cxbz {
    margin-top: 16px;
  }
  .woo-qwju71 .woo-xnsqa3 td:last-child .woo-hc5dhg {
    flex: 1 1 100%;
    padding-bottom: 16px;
    margin-top: 16px;
  }
  .woo-qwju71 .woo-xnsqa3 td:last-child .woo-dq1xl5 {
    border-right: 1px solid var(--border-color);
  }
  .woo-qwju71 .woo-xnsqa3 td:last-child .woo-hc5dhg:first-child {
    padding-top: 0;
    margin-top: 0;
  }
  .woo-qwju71 .woo-xnsqa3 td:last-child .woo-hc5dhg:last-child {
    padding-bottom: 0;
  }
}

.woo-hc5dhg {
  display: flex;
  flex-direction: column;
}

.woo-qwju71 .woo-xnsqa3 td .woo-hc5dhg {
  border-bottom: 1px solid var(--border-color);
  padding-bottom: 16px;
}

.woo-qwju71 .woo-xnsqa3 td .woo-hc5dhg:not(:last-of-type) {
  border-right: 1px solid var(--border-color);
  padding-right: 16px;
}

.woo-qwju71 .woo-xnsqa3 td .woo-hc5dhg:not(:first-child) {
  padding-left: 16px;
}

@media (max-width: 767px) {
  .woo-qwju71 .woo-xnsqa3 td .woo-hc5dhg:not(:first-child) {
    padding-left: 0;
  }
  .woo-qwju71 .woo-xnsqa3 td .woo-hc5dhg:not(:last-of-type) {
    border-right: unset;
  }
}

.woo-qwju71 .woo-p58w1a {
  flex: 0 1 485px;
}

.woo-qwju71 .woo-0t184e {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  list-style: none;
}

.woo-qwju71 .woo-0t184e li {
  border-radius: 4px;
  border: 1px solid var(--border-color);
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}

.woo-qwju71 .woo-0t184e li.woo-9rrlkr {
  padding: 6px 12px;
}

.woo-qwju71 .woo-0t184e li a,
.woo-qwju71 .woo-0t184e 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;
}

.woo-qwju71 .woo-mtznpc,
.woo-qwju71 .woo-iogd7i {
  flex: 1 1;
}

.woo-qwju71 .woo-etzo9e,
.woo-qwju71 .woo-pghn4m {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.woo-qwju71 .woo-etzo9e li,
.woo-qwju71 .woo-pghn4m li {
  display: flex;
  align-items: center;
  gap: 8px;
  flex: 1 1 calc(50% - 20px);
  font-size: 14px;
  font-weight: 800;
  line-height: 20px;
}

.woo-qwju71 .woo-iogd7i img {
  max-width: 32px;
}

.woo-qwju71 .woo-mtznpc img {
  max-width: 32px;
}

.woo-qwju71 .woo-cssqif {
  min-width: 280px;
}

.woo-qwju71 .woo-cssqif img {
  max-width: 146px;
}

.woo-qwju71 .woo-cssqif td {
  display: flex;
  flex-direction: column;
  gap: 12px;
  max-width: 280px;
}

@media (max-width: 1460px) {
  .woo-qwju71 .woo-1kn3hj,
  .woo-qwju71 .woo-5vmbgc {
    flex: 0 1 auto;
  }
  .woo-qwju71 .woo-xnsqa3 {
    min-width: unset;
    flex: 1 1 50%;
  }
}

@media (max-width: 1100px) {
  .woo-qwju71 .woo-1kn3hj,
  .woo-qwju71 .woo-p58w1a,
  .woo-qwju71 .woo-5vmbgc,
  .woo-qwju71 .woo-xnsqa3 {
    flex: 1 1 calc(50% - 20px);
  }
  .woo-qwju71 .woo-mtznpc,
  .woo-qwju71 .woo-cssqif,
  .woo-qwju71 .woo-iogd7i {
    flex: 1 1 30%;
  }
  .woo-qwju71 .woo-cssqif {
    min-width: unset;
  }
}

@media (max-width: 767px) {
  .woo-qwju71 .woo-1kn3hj,
  .woo-qwju71 .woo-p58w1a,
  .woo-qwju71 .woo-mtznpc,
  .woo-qwju71 .woo-5vmbgc,
  .woo-qwju71 .woo-xnsqa3,
  .woo-qwju71 .woo-cssqif,
  .woo-qwju71 .woo-iogd7i {
    flex: 1 1 100%;
  }
}

.woo-mu9f85 .woo-ruxfnq {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.woo-mu9f85 .woo-zvx4cv {
  position: relative;
  display: flex;
  flex-direction: column;
  border-radius: 8px;
  border: 2px solid var(--border-color);
  background-color: var(--fh-bg-color);
}

.woo-mu9f85 .woo-0ohjn4 {
  width: 100%;
  padding: 12px 12px 8px 12px;
  background-color: #318562;
  font-size: 14px;
  font-weight: 800;
  line-height: 20px;
  color: #f9cb16;
}

.woo-mu9f85 .woo-uts583 {
  display: grid;
  padding: 16px;
  gap: 0 16px;
  grid-template-columns: repeat(2, 1fr);
}

.woo-mu9f85 .woo-uts583 > :nth-child(3) {
  margin-top: 0;
}

.woo-mu9f85 .woo-rn3rql {
  grid-column: 2/3;
  grid-row: 1/10;
}

.woo-mu9f85 .woo-g768z5 {
  grid-column: 1/2;
  margin-top: 0;
  margin-bottom: 8px;
}

.woo-mu9f85 .woo-br7nqu {
  grid-column: 1/2;
}

.woo-mu9f85 > :not(.how-to__title):not(.content-button) {
  grid-column: 1/2;
}

.woo-mu9f85 .woo-zvx4cv: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;
}

.woo-mu9f85 .woo-zvx4cv:not(:last-child):after {
  position: relative;
  content: "";
  width: calc(100% - 32px);
  height: 1px;
  background-color: #318562;
  margin: 12px auto 27px auto;
}

.woo-mu9f85 .woo-5qkz5q {
  min-width: 240px;
}

@media (max-width: 768px) {
  .woo-mu9f85 .woo-zvx4cv:not(:last-child):before {
    bottom: 8px;
  }
  .woo-mu9f85 .woo-zvx4cv:not(:last-child):after {
    margin: 12px auto 18px auto;
  }
  .woo-mu9f85 .woo-uts583 {
    grid-template-columns: 1fr;
    padding: 16px 16px 8px 16px;
  }
  .woo-mu9f85 .woo-rn3rql {
    grid-column: 1/2;
    grid-row: 1/2;
    margin: -16px -18px 16px -18px;
  }
  .woo-mu9f85 .woo-rn3rql img {
    width: 100%;
    height: auto;
  }
  .woo-mu9f85 .woo-5qkz5q {
    width: 100%;
    min-width: unset;
  }
}

.woo-5mf5zw .woo-e88cs6 {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  list-style: none;
}

.woo-5mf5zw .woo-xkr4ej {
  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;
}

.woo-5mf5zw .woo-rn3rql {
  height: 100%;
}

.woo-5mf5zw .woo-rn3rql img {
  height: 100%;
  width: auto;
  min-width: 220px;
  object-fit: cover;
}

.woo-5mf5zw .woo-6d8geq {
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding: 16px 16px 16px 0;
}

.woo-5mf5zw .woo-g8i3q0 {
  color: #f9cb16;
  font-size: 23px;
  font-weight: 800;
  line-height: 28px;
  margin: 0;
}

.woo-5mf5zw .woo-8yd4oo {
  color: #d2d2d2;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  flex: 1 1;
  margin: 0;
}

@media (max-width: 1200px) {
  .woo-5mf5zw .woo-xkr4ej {
    flex: 1 1 100%;
  }
  .woo-5mf5zw .woo-98h7s6 {
    min-width: 320px;
    width: fit-content;
  }
}

@media (max-width: 767px) {
  .woo-5mf5zw .woo-xkr4ej {
    flex-direction: column;
  }
  .woo-5mf5zw .woo-rn3rql {
    width: 100%;
    height: auto;
  }
  .woo-5mf5zw .woo-rn3rql img {
    width: 100%;
    height: auto;
    max-height: 260px;
    min-width: unset;
  }
  .woo-5mf5zw .woo-6d8geq {
    padding: 0 16px 16px 16px;
  }
  .woo-5mf5zw .woo-98h7s6 {
    min-width: unset;
    width: 100%;
  }
}

.woo-shb4mm .woo-fky59x {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  flex-wrap: wrap;
  gap: 20px;
}

.woo-shb4mm .woo-itlaa3 {
  position: relative;
  height: 220px;
  border-radius: 12px;
  border: 2px solid var(--border-color);
  overflow: hidden;
  transition: 0.2s;
}

.woo-shb4mm 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;
}

.woo-shb4mm .woo-iejhjd {
  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;
}

.woo-shb4mm .woo-itlaa3:hover .woo-iejhjd {
  display: flex;
}

.woo-shb4mm .woo-wg8yu7 {
  text-align: center;
  margin-top: 0;
  margin-bottom: 5px;
  color: #d2d2d2;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}

.woo-shb4mm .woo-163e7q {
  text-align: center;
  font-size: 17px;
  font-weight: 800;
  line-height: 24px;
  margin-top: 0;
  margin-bottom: auto;
  color: #fff;
}

.woo-qjf7tz {
  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;
}

.woo-qjf7tz.woo-9hjf14 {
  color: #196948;
  background-color: #f9cb16;
  border: 1px solid #f9cb16;
  margin-bottom: 8px;
  transition: 0.woo-1hdca6 ease-in-out;
}

.woo-qjf7tz.woo-9hjf14:hover {
  color: #f9cb16;
  background-color: transparent;
}

.woo-shb4mm .woo-e7zmpl {
  color: #fff;
  border: 1px solid #f9cb16;
  background-color: unset;
  transition: 0.woo-1hdca6 ease-in-out;
}

.woo-shb4mm .woo-e7zmpl:hover {
  color: #196948;
  background-color: #f9cb16;
}

.woo-shb4mm .woo-e7zmpl:after,
.woo-qjf7tz.woo-9hjf14:after {
  content: "";
  width: 24px;
  min-width: 24px;
  height: 24px;
  background-repeat: no-repeat;
  background-position: center;
}

.woo-qjf7tz.woo-9hjf14:after {
  background-image: url(../images/Cash.svg);
}

.woo-shb4mm .woo-e7zmpl:after {
  background-image: url(../images/Play.svg);
}

@media (max-width: 1200px) {
  .woo-shb4mm .woo-fky59x {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 850px) {
  .woo-shb4mm .woo-fky59x {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 600px) {
  .woo-shb4mm .woo-fky59x {
    grid-template-columns: 1fr;
  }
  .woo-shb4mm .woo-itlaa3 {
    height: auto;
  }
  .woo-shb4mm .woo-itlaa3 .woo-iejhjd {
    position: relative;
    display: flex;
    height: auto;
    background-color: var(--fh-bg-color);
    padding: 8px 12px 12px 12px;
  }
  .woo-shb4mm .woo-wg8yu7,
  .woo-shb4mm .woo-163e7q {
    text-align: left;
  }
  .woo-shb4mm .woo-163e7q {
    margin-bottom: 8px;
  }
  .woo-shb4mm img {
    position: relative;
    top: unset;
    right: unset;
    bottom: unset;
    left: unset;
    min-height: unset;
  }
}

.woo-7yacwd {
  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;
}

.woo-7yacwd.woo-pynf3t {
  display: block;
}

.woo-7yacwd .woo-8xy39x {
  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;
}

.woo-7yacwd .woo-qyu4ue {
  display: flex;
  gap: 24px;
  padding: 12px;
}

.woo-7yacwd .woo-bpjhqs {
  display: flex;
  align-items: center;
  color: #fff;
  font-size: 23px;
  font-weight: 800;
  line-height: 28px;
}

.woo-7yacwd .woo-n0ylks {
  display: flex;
  align-items: center;
  flex: 1 1;
}

.woo-7yacwd .woo-qjf7tz {
  min-width: 296px;
  margin-bottom: 0;
}

.woo-7yacwd .woo-tipsff {
  width: 44px;
  min-width: 44px;
  height: 44px;
  background-image: url(../images/cross.svg);
  background-position: center;
  background-repeat: no-repeat;
  cursor: pointer;
}

.woo-7yacwd .woo-6x2rxo {
  position: relative;
  flex: 1 1;
}

.woo-7yacwd .woo-6x2rxo iframe {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 100%;
  height: 100%;
}

@media (max-width: 768px) {
  .woo-7yacwd .woo-qyu4ue {
    flex-wrap: wrap;
    gap: 8px;
  }
  .woo-7yacwd .woo-bpjhqs {
    order: 1;
  }
  .woo-7yacwd .woo-n0ylks {
    order: 3;
    flex: 1 1 100%;
  }
  .woo-7yacwd .woo-qjf7tz {
    width: 100%;
    min-width: unset;
  }
  .woo-7yacwd .woo-tipsff {
    order: 2;
    margin-left: auto;
  }
}

@media (max-width: 767px) {
  .woo-i8f7ot > .woo-nkz58h {
    margin-bottom: 0;
  }
  .woo-i8f7ot > .woo-br7nqu,
  .woo-i8f7ot > p {
    margin-top: 0;
  }
}

.woo-mitnph img,
.woo-oa3ais img {
  width: auto;
  object-fit: contain;
}

.woo-mitnph {
  align-items: center;
}

.woo-mitnph img {
  max-height: 76px;
}

.woo-oa3ais img {
  max-height: 64px;
}

.woo-zp6g7e {
  overflow: auto;
}

.woo-thzmd2 {
  border: 1px solid var(--color-table-border);
  box-shadow: 0 0 15px rgb(0 0 0 / 5%);
  border-collapse: collapse;
  width: 100%;
}

.woo-hba04p:not(:last-child) {
  border-bottom: 1px solid var(--color-table-border);
}

.woo-8oydz1 {
  border: none;
  padding: 25px 10px;
  font-weight: 700;
  color: var(--color-table-td-color);
  min-width: 200px;
}

.woo-wwo3ll {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.woo-8oydz1 .woo-rn3rql {
  margin-right: 20px;
  flex-shrink: 0;
}

.woo-8oydz1 img {
  max-height: 45px;
  object-fit: contain;
  width: 100%;
}

.woo-vev20r {
  padding: 25px 10px;
  align-self: center;
  border-bottom: 1px solid var(--color-table-border);
  flex-grow: 1;
  border-top: none;
}

.woo-vev20r > :first-child {
  margin-top: 0;
}

@media (max-width: 767px) {
  .woo-8oydz1 {
    padding: 15px 10px;
  }
  .woo-vev20r {
    padding: 15px 10px;
  }
  .woo-8oydz1 .woo-rn3rql {
    margin-right: 10px;
  }
}

.woo-mtx8jo {
  overflow-x: auto;
}

.woo-nr07cp {
  border-collapse: collapse;
  width: 100%;
}

.woo-mtx8jo th {
  font-family: inherit;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 19px;
  padding: 25px 10px;
  text-align: center;
}

.woo-mtx8jo td {
  font-family: inherit;
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  padding: 15px 25px;
  white-space: nowrap;
}

.woo-mtx8jo td.woo-is511l {
  font-weight: 600;
  text-align: right;
  border-left: none;
}

.woo-mtx8jo td.woo-fme9x8 {
  border-right: none;
}

.woo-mtx8jo td.woo-fme9x8 .woo-rn3rql {
  justify-content: flex-start;
}

.woo-mtx8jo td.woo-fme9x8 .woo-rn3rql img {
  height: auto;
  width: 90px;
}

.woo-mtx8jo td.woo-fylbf3,
.woo-mtx8jo td.woo-22ac7m {
  font-weight: 600;
  text-align: right;
}

.woo-mtx8jo td.woo-geemuj,
.woo-mtx8jo td.woo-fylbf3 {
  padding-bottom: 10px;
  border-bottom: none;
}

.woo-mtx8jo td.woo-fylbf3,
.woo-mtx8jo td.woo-22ac7m {
  border-left: none;
}

.woo-mtx8jo td.woo-geemuj,
.woo-mtx8jo td.woo-6w6mmw {
  border-right: none;
}

.woo-mtx8jo td.woo-6w6mmw,
.woo-mtx8jo td.woo-22ac7m {
  border-top: none;
  padding-top: 10px;
}

.woo-bvit4v {
  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;
}

.woo-bvit4v .woo-98h7s6 {
  min-width: unset;
  width: 100%;
}

.woo-bvit4v .woo-98h7s6.woo-8hd56k {
  grid-column: 1/2;
  grid-row: 1/2;
}

.woo-bvit4v .woo-98h7s6.woo-t536c0 {
  grid-column: 2/3;
  grid-row: 1/2;
}

.woo-bvit4v .woo-hioz4f {
  grid-column: 1/3;
  grid-row: 2/3;
  margin-top: 0;
}

@media (max-width: 767px) {
  .woo-bvit4v {
    grid-template-columns: 1fr;
    margin-top: 0;
  }
  .woo-bvit4v .woo-98h7s6.woo-8hd56k {
    grid-column: 1/2;
    grid-row: 1/2;
  }
  .woo-bvit4v .woo-98h7s6.woo-t536c0 {
    grid-column: 1/2;
    grid-row: 2/3;
  }
  .woo-bvit4v .woo-hioz4f {
    grid-column: 1/2;
    grid-row: 3/4;
  }
}

.woo-rexdec {
  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;
}

.woo-rwsj8n {
  margin-bottom: 32px;
  font-size: 34px;
  font-weight: 800;
  line-height: 40px;
}

.woo-4bh6bt p a img {
  margin: 0 auto;
  display: block;
}

.woo-4bh6bt table {
  margin-bottom: 17px;
}

/* contanct form */
.woo-5pee70 {
  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;
}

.woo-5pee70 label {
  font-size: 14px;
}

.woo-5pee70 h2 {
  text-align: center;
  margin-bottom: 1rem;
}
.woo-5pee70 input,
.woo-5pee70 textarea,
.woo-5pee70 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;
}
.woo-5pee70 button {
  background-color: #a91f09;
  color: var(--text-color);
  border: none;
  cursor: pointer;
  transition: background 0.woo-1hdca6 ease;
}
.woo-5pee70 button:hover {
  background-color: #691204;
}
.woo-w1huj8 {
  text-align: center;
  color: green;
  font-weight: 500;
  padding: 50px 0;
  animation: fadeIn 0.woo-bsbic4 ease-in;
}

.woo-w1huj8 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;
}
.woo-vmiire, .woo-2bvxqx, [class*="review-card"],
thead, thead th, table th, .woo-49cabu,
.woo-umiijl, [class*="collapsible-header"],
.woo-owb391, [class*="updated-block"] {
  color: #ece7dc !important;
}
