@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);
}

.reels-hbgtma {
  margin: 0 auto;
  padding: 0 var(--offsets);
  max-width: var(--display-width);
}

.reels-z1pmw4 {
  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.reels-w4r9r0,
ul.reels-w4r9r0 {
  padding-left: 20px;
}

ul.reels-w4r9r0 {
  list-style: disc;
}

ol.reels-w4r9r0 {
  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;
  }
}

.reels-1dvbqg > .reels-2z1x37,
.reels-1dvbqg > .reels-wkx0wk,
.reels-1dvbqg > blockquote,
.reels-1dvbqg > h1,
.reels-1dvbqg > h2,
.reels-1dvbqg > h3,
.reels-1dvbqg > h4,
.reels-1dvbqg > h5,
.reels-1dvbqg > h6,
.reels-1dvbqg > ol,
.reels-1dvbqg > p,
.reels-1dvbqg > ul {
  margin-right: auto;
  margin-left: auto;
  padding: 0 var(--offsets);
  max-width: var(--display-width);
}

.reels-1dvbqg > ol,
.reels-1dvbqg > ul {
  padding-left: 50px;
}

.reels-1dvbqg 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;
}

.reels-1dvbqg:not(:last-child) {
  margin-bottom: 2rem;
}

.reels-1dvbqg > :not(:first-child) {
  margin-top: 2rem;
}

.reels-1dvbqg {
  margin-top: 64px;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.reels-1dvbqg:first-child {
  margin-top: 40px;
}

@media (max-width: 767px) {
  .reels-1dvbqg:first-child {
    margin-top: 20px;
  }
}

.reels-1dvbqg > p:last-of-type {
  margin-bottom: 32px;
}

.reels-1dvbqg > .reels-gyp8gs:not(:first-child) {
  margin: 64px auto 16px auto;
}

.reels-mci10m > .reels-gyp8gs {
  margin-left: auto;
  margin-right: auto;
  padding: 0 var(--offsets);
  max-width: var(--display-width);
}

.reels-wkx0wk {
  overflow: auto;
}

.reels-wkx0wk::-webkit-scrollbar {
  height: 5px;
}

.reels-wkx0wk table,
table {
  margin-top: 24px;
  border-collapse: collapse;
  width: 100%;
  word-break: break-word;
}

.reels-wkx0wk table {
  border-radius: 12px;
  border: 2px solid var(--border-color);
  /* background: #0f442e; */
}

.reels-wkx0wk table thead,
table thead {
  border-bottom: none;
}

.reels-wkx0wk table th,
table th {
  padding: 5px 5px;
  text-align: center;
  color: var(--color-table-th-color);
  background-color: var(--table-1-color);
}

.reels-wkx0wk table th:not(:last-child) {
  border-right: 1px solid var(--border-color);
}

.reels-wkx0wk table td,
table td {
  border: 1px solid var(--border-color);
  padding: 5px 5px;
}

.reels-wkx0wk .reels-wj66r2 {
  table-layout: auto;
}

.reels-wkx0wk .reels-wj66r2 th {
  word-break: normal;
}

.reels-wkx0wk .reels-wj66r2 td {
  word-break: normal;
}

.reels-hbgtma .reels-hbgtma {
  padding-right: 0;
  padding-left: 0;
}

.reels-iokfew {
  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;
}

.reels-n9x05t {
  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;
}

.reels-03lwwg {
  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;
}

.reels-2z1x37 {
  margin-top: 24px;
}

.reels-2z1x37.reels-x074hg {
  text-align: left;
}

.reels-2z1x37.reels-xrtif2 {
  text-align: right;
}

.reels-2z1x37.reels-vrv0kn {
  text-align: center;
}

.reels-k43ecg {
  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.reels-7o8m8s ease-in-out;
  cursor: pointer;
}

.reels-k43ecg:hover {
  color: var(--button-bg-color);
  background: 0 0;
}

.reels-k43ecg {
  min-width: 328px;
}

@media (max-width: 768px) {
  .reels-k43ecg {
    min-width: unset;
  }
}

.reels-c9sze9 {
  background-color: var(--fh-bg-color);
}

.reels-2bqaa6 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 8px 20px;
}

.reels-qg9rcw {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  max-width: 160px;
}

.reels-qg9rcw img {
  max-height: 80px;
  object-fit: contain;
}

.reels-c8177p {
  flex: 1 1;
}

.reels-vrkprp {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-left: auto;
}

.reels-8kq8hf {
  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;
}

.reels-8kq8hf 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;
}

.reels-8kq8hf.reels-xyc68e span:nth-of-type(1) {
  -webkit-transform: translateY(11px) rotateZ(45deg);
  -ms-transform: translateY(11px) rotate(45deg);
  transform: translateY(11px) rotateZ(45deg);
}

.reels-8kq8hf.reels-xyc68e span:nth-of-type(2) {
  -webkit-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform: scaleX(0);
}

.reels-8kq8hf.reels-xyc68e span:nth-of-type(3) {
  -webkit-transform: translateY(-11px) rotateZ(-45deg);
  -ms-transform: translateY(-11px) rotate(-45deg);
  transform: translateY(-11px) rotateZ(-45deg);
}

.reels-c8177p + .reels-vrkprp {
  margin-left: 20px;
}

.reels-ngrqn0 {
  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;
}

.reels-ngrqn0 > svg {
  max-width: 24px;
  max-height: 24px;
}

.reels-ngrqn0 + .reels-ngrqn0 {
  margin-left: 5px;
}

.reels-gw1h1f {
  color: var(--button-text-color);
  background-color: var(--button-bg-color);
  border: 1px solid var(--border-color);
  transition: 0.2s;
}

.reels-gw1h1f:hover {
  background-color: var(--button-bg-hover);
}

.reels-ndg7p3 {
  color: var(--button-text-color);
  background-color: var(--button-bg-color);
  transition: 0.reels-7o8m8s ease-in-out;
  border: 1px solid var(--border-color);
}

.reels-ndg7p3:hover {
  color: var(--button-text-color);
  background-color: var(--button-bg-hover);
}

.reels-r5vxz2 {
  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) {
  .reels-c8177p {
    flex: 1 1 100%;
    order: 10;
    margin-top: 8px;
  }
  .reels-r5vxz2 {
    justify-content: center;
  }
}

@media (max-width: 1024px) {
  .reels-c8177p {
    margin-top: unset;
  }
}

@media (max-width: 768px) {
  .reels-ngrqn0 {
    min-width: unset;
    flex: 1 1;
  }
}

.reels-qao0ez {
  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;
}

.reels-qao0ez:hover > a::after {
  -webkit-transform: scaleX(1);
  -ms-transform: scaleX(1);
  transform: scaleX(1);
}

.reels-qao0ez:hover .reels-4qfkg0 {
  opacity: 1;
  pointer-events: auto;
}

.reels-c80c2v {
  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.reels-dtz97a ease-in-out;
  gap: 4px;
}

.reels-c80c2v > svg {
  max-width: 28px;
  max-height: 28px;
  fill: var(--text-color);
  stroke: var(--text-color);
}

.reels-c80c2v .reels-iokfew img {
  width: auto;
  height: 1.2rem;
  -o-object-fit: contain;
  object-fit: contain;
}

.reels-fvk666,
.reels-c80c2v:hover {
  color: var(--button-bg-hover);
}

.reels-f0l9ly {
  position: relative;
}

.reels-f0l9ly .reels-c80c2v {
  margin-right: 0;
  padding-right: 4px;
}

.reels-gziy4z svg {
  fill: var(--text-color);
  stroke: var(--text-color);
}

.reels-f0l9ly.reels-xyc68e .reels-gziy4z svg {
  -webkit-transform: rotateZ(180deg);
  -ms-transform: rotate(180deg);
  transform: rotateZ(180deg);
}

.reels-f0l9ly.reels-xyc68e .reels-4qfkg0 {
  position: relative;
  top: 0;
  display: block;
  margin-top: 0;
  padding: 0 1rem;
  opacity: 1;
  pointer-events: auto;
}

.reels-f0l9ly.reels-xyc68e .reels-4qfkg0::before {
  display: none;
}

.reels-gziy4z svg {
  width: 100%;
  height: auto;
  max-width: 15px;
  -webkit-transition: 250ms;
  -o-transition: 250ms;
  transition: 250ms;
}

.reels-4qfkg0 {
  position: absolute;
  top: 100%;
  z-index: 100;
  list-style: none;
  margin-top: 0.5rem;
  border-radius: 5px;
  padding: 0.reels-miq81j 1rem;
  background-color: var(--fh-bg-color);
  opacity: 0;
  transition: 250ms;
  width: auto;
  pointer-events: none;
}

.reels-4qfkg0::before {
  content: "";
  position: absolute;
  left: 0;
  top: -0.5rem;
  width: 100%;
  height: 0.5rem;
  background-color: transparent;
}

.reels-4qfkg0:hover {
  color: var(--fh-bg-color);
}

.reels-yno7dz {
  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.reels-miq81j 0;
  font-size: 14px;
  font-weight: 500;
  line-height: 28px;
  white-space: nowrap;
  text-decoration: none;
  color: var(--text-color);
  -webkit-transition: 0.reels-dtz97a ease-in-out;
  -o-transition: 0.reels-dtz97a ease-in-out;
  transition: 0.reels-dtz97a ease-in-out;
}

.reels-yno7dz .reels-iokfew img {
  width: auto;
  height: 1.2rem;
  -o-object-fit: contain;
  object-fit: contain;
}

.reels-ibs4dw,
.reels-yno7dz:hover {
  color: var(--button-bg-hover);
}

.reels-t9tpay {
  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%;
}

.reels-t9tpay.reels-oawpp8 {
  position: relative;
  z-index: 1;
  overflow: hidden;
  border: none;
}

.reels-t9tpay.reels-oawpp8:after,
.reels-t9tpay.reels-oawpp8:before {
  content: "";
  position: absolute;
  margin: auto;
}

.reels-t9tpay.reels-oawpp8: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);
  }
}

.reels-t9tpay.reels-oawpp8:after {
  top: 2px;
  right: 2px;
  bottom: 2px;
  left: 2px;
  background-color: var(--fh-bg-color);
  border-radius: 12px;
  z-index: 0;
}

.reels-t9tpay.reels-oawpp8 > * {
  z-index: 1;
}

.reels-t9tpay b,
.reels-t9tpay strong {
  color: var(--button-text-color);
  text-shadow: 0 0 8px var(--button-text-color);
}

.reels-t9tpay .reels-7efb1l {
  grid-row: 1/2;
  grid-column: 1/2;
  font-size: 24px;
  font-weight: 900;
  line-height: 32px;
  text-transform: uppercase;
  margin: 0;
  color: #fff;
}

.reels-t9tpay .reels-zyqgma {
  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;
}

.reels-t9tpay .reels-iokfew {
  grid-row: 1/-1;
  grid-column: 2/3;
  min-width: 146px;
}

.reels-t9tpay .reels-czoz9t {
  margin-top: 12px;
}

.reels-czoz9t {
  display: flex;
  gap: 8px;
  grid-row: 3/4;
  grid-column: 1/2;
}

.reels-tqk9ok {
  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;
}

.reels-czoz9t .reels-py5fbg {
  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.reels-7o8m8s ease-in-out;
}

.reels-czoz9t .reels-py5fbg:hover {
  background: rgba(255, 255, 255, 0.3);
}

.reels-mw75fq {
  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;
}

.reels-t9tpay.reels-7sq3ey {
  gap: 12px;
  padding: 16px;
}

.reels-t9tpay.reels-7sq3ey .reels-mw75fq {
  min-width: 240px;
}

.reels-t9tpay.reels-7sq3ey .reels-mw75fq.reels-ij708d {
  padding: 10px 12px;
}

@media (max-width: 1200px) {
  .reels-t9tpay .reels-7efb1l {
    grid-row: 1/2;
    grid-column: 1/3;
  }
  .reels-t9tpay .reels-zyqgma {
    grid-row: 2/3;
    grid-column: 1/2;
  }
  .reels-t9tpay .reels-iokfew {
    min-width: 78px;
    grid-row: 2/3;
    grid-column: 2/3;
    align-self: start;
    max-width: 110px;
  }
  .reels-t9tpay.reels-7sq3ey .reels-iokfew {
    max-width: 126px;
  }
  .reels-t9tpay .reels-czoz9t {
    grid-row: 3/4;
    grid-column: 1/3;
  }
  .reels-t9tpay .reels-tqk9ok {
    max-width: unset;
  }
  .reels-mw75fq {
    min-width: unset;
    width: 100%;
  }
  .reels-t9tpay .reels-mw75fq {
    grid-row: 4/5;
    grid-column: 1/3;
  }
  .reels-t9tpay.reels-7sq3ey {
    grid-template-rows: auto 1fr auto;
  }
  .reels-t9tpay.reels-7sq3ey .reels-mw75fq {
    grid-row: 3/4;
  }
}

@media (max-width: 768px) {
  .reels-t9tpay {
    padding: 16px;
    gap: 16px 12px;
    min-height: unset;
  }
  .reels-t9tpay .reels-7efb1l {
    font-size: 18px;
    font-weight: 900;
    line-height: 24px;
  }
  .reels-t9tpay .reels-iokfew {
    max-width: 78px;
  }
  .reels-t9tpay .reels-czoz9t {
    margin-top: -12px;
  }
  .reels-t9tpay.reels-7sq3ey {
    gap: 8px;
  }
  .reels-t9tpay.reels-7sq3ey .reels-7efb1l {
    grid-row: 1/2;
    grid-column: 1/2;
  }
  .reels-t9tpay.reels-7sq3ey .reels-zyqgma {
    grid-column: 1/3;
  }
  .reels-t9tpay.reels-7sq3ey .reels-iokfew {
    grid-row: 1/2;
    grid-column: 2/3;
  }
  .reels-t9tpay.reels-7sq3ey .reels-iokfew img {
    max-width: 114px;
  }
}

.reels-mw75fq.reels-u2h5cu,
.reels-mw75fq.reels-r7l50g,
.reels-mw75fq.reels-wq7o19 {
  color: var(--button-text-color);
  background-color: var(--button-bg-color);
  padding: 12px 12px 12px 64px;
  border: 1px solid var(--border-color);
  transition: 0.reels-7o8m8s ease-in-out;
}

.reels-mw75fq.reels-u2h5cu,
.reels-mw75fq.reels-wq7o19 {
  padding: 10px;
}

.reels-mw75fq.reels-u2h5cu:hover,
.reels-mw75fq.reels-r7l50g:hover,
.reels-mw75fq.reels-wq7o19:hover {
  background: var(--button-bg-hover);
}

.reels-mw75fq.reels-u2h5cu:hover svg path,
.reels-mw75fq.reels-wq7o19:hover svg path {
  stroke: var(--button-text-color);
  fill: none;
}

.reels-mw75fq.reels-ij708d {
  color: var(--button-text-color);
  background-color: transparent;
  border: 1px solid var(--border-color);
  padding: 12px;
  transition: 0.reels-7o8m8s ease-in-out;
  background: var(--button-bg-color);
}

.reels-mw75fq.reels-ij708d:hover {
  background-color: var(--button-bg-hover);
}

.reels-mw75fq.reels-r7l50g: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);
  }
}

.reels-mw75fq.reels-r7l50g:after {
  content: "";
  width: 24px;
  min-width: 24px;
  height: 24px;
  background-image: url(../images/user.svg);
  background-position: center;
  background-repeat: no-repeat;
}

.reels-mw75fq.reels-ij708d:after {
  content: "";
  width: 24px;
  min-width: 24px;
  height: 24px;
  background-image: url(../images/btn-arrows.svg);
  background-position: center;
  background-repeat: no-repeat;
}

.reels-mitgbh {
  max-width: 650px;
}

.reels-txexly {
  position: relative;
  padding-bottom: 56.25%;
  width: 100%;
  height: 0;
  background-color: #000;
}

.reels-1j3m8n {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.reels-2z8ewl {
  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.reels-dtz97a ease-in-out;
  cursor: pointer;
}

.reels-2z8ewl:hover {
  opacity: 0.5;
}

.reels-2z8ewl:focus {
  outline: 0;
}

.reels-2z8ewl:focus .reels-uk1e42,
.reels-2z8ewl:hover .reels-uk1e42 {
  fill: red;
  fill-opacity: 1;
}

.reels-2z8ewl:hover {
  cursor: pointer;
}

.reels-btpg6q {
  position: absolute;
  left: 0;
  top: 0;
  border: none;
  width: 100%;
  height: 100%;
}

.reels-mitgbh.reels-vrv0kn {
  margin: 0 auto;
}

.reels-mitgbh.reels-xrtif2 {
  margin-left: auto;
}

.reels-e1v501 {
  margin: 33px 20px 0 20px;
  padding: 33px 40px 40px 40px;
  background-color: var(--fh-bg-color);
  border-radius: 12px 12px 0 0;
}

.reels-x19yha {
  padding-bottom: 50px;
}

.reels-31rgc9 {
  justify-content: flex-start;
  align-items: center;
  flex: 1 1;
}

.reels-zl801v {
  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;
}

.reels-58sm8e {
  margin-top: 24px;
}

.reels-aq7weg {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.reels-6epcg8 {
  width: 100%;
  font-size: 14px;
  line-height: 16px;
  text-align: center;
  color: var(--color-footer-text);
  margin-top: 4px;
}

.reels-jzkse8 {
  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;
}

.reels-8scsda {
  width: 468px;
}

.reels-jzkse8 .reels-4qfkg0 {
  margin: 0.reels-5gi3gz 0;
}

.reels-ci5i5j {
  display: flex;
  min-width: 224px;
}

.reels-j7u4r1 {
  cursor: pointer;
  display: inline-block;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  text-decoration: none;
  color: var(--footer-text-color);
  transition: 0.reels-dtz97a ease-in-out;
}

.reels-t9za1i,
.reels-j7u4r1:hover {
  color: var(--text-color);
}

.reels-kiinsu {
  display: flex;
  flex-wrap: wrap;
  padding: 0;
}

.reels-fm077z {
  display: flex;
  flex-direction: column;
}

@media (max-width: 1024px) {
  .reels-e1v501 {
    padding: 16px;
  }
  .reels-kiinsu {
    flex-direction: column;
    gap: 40px;
    padding: 0;
  }
  .reels-fm077z {
    align-items: center;
  }
  .reels-8scsda {
    width: unset;
  }
  .reels-ci5i5j {
    min-width: unset;
  }
  .reels-jzkse8 {
    max-height: unset;
  }
  .reels-31rgc9 {
    align-items: flex-start;
  }
}

@media (max-width: 768px) {
  .reels-e1v501 {
    margin: 33px 16px 0 16px;
    padding: 16px;
  }
}

.reels-qpl25f {
  border-radius: 12px;
  border: 2px solid var(--border-color);
  background: var(--fh-bg-color);
  padding: 16px;
}

.reels-qpl25f:not(:last-child) {
  margin-bottom: 16px;
}

.reels-jkject {
  outline: 0;
}

.reels-jkject .reels-8k4i3h {
  color: #fff;
  font-size: 17px;
  font-weight: 800;
  line-height: 24px;
}

.reels-7j6ie8 {
  display: flex;
  align-items: center;
  gap: 8px;
  outline: 0;
  cursor: pointer;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
}

.faq__details[open] .reels-7j6ie8 {
  padding-bottom: 16px;
  border-bottom: 1px solid var(--border-color);
}

.reels-7j6ie8::-webkit-details-marker {
  display: none;
}

.reels-7j6ie8: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;
}

.reels-7j6ie8: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] .reels-7j6ie8:after {
  transform: unset;
}

.reels-8k4i3h {
  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);
}

.reels-8k4i3h 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.reels-dtz97a ease-in-out;
  -o-transition: 0.reels-dtz97a ease-in-out;
  transition: 0.reels-dtz97a ease-in-out;
}

.reels-6r6gpg {
  padding: 16px 0 0 0;
}

.reels-6r6gpg * {
  margin-top: 0.8rem;
  font-family: inherit;
  font-weight: 500;
  font-style: normal;
  font-size: inherit;
  line-height: inherit;
}

page-header__button .reels-6r6gpg :first-child {
  margin-top: 0;
}

@media (max-width: 767px) {
  .reels-7j6ie8 {
    flex-wrap: wrap;
    gap: 12px;
  }
  .reels-7j6ie8::after {
    margin-left: auto;
  }
  .reels-8k4i3h {
    order: 3;
    flex: 1 1 100%;
  }
  .reels-7j6ie8 {
    font-size: 14px;
    line-height: 130%;
  }
  .reels-8k4i3h svg {
    margin-left: 15px;
    width: 18px;
    height: 18px;
    fill: var(--color-faq-item-title);
  }
}

.reels-tyt55k {
  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;
}

.reels-b4bfta {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #fff;
  margin: 0;
  width: 100%;
  cursor: pointer;
}

.reels-tyt55k.reels-xyc68e .reels-b4bfta {
  margin-bottom: 12px;
}

.reels-b4bfta::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;
}

.reels-tyt55k.reels-xyc68e .reels-b4bfta::after {
  transform: unset;
}

.reels-ygjs16 {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  list-style: none;
  overflow: hidden;
  margin: 0;
  padding: 0;
  width: 100%;
  height: auto;
  max-height: 0;
}

.reels-h730vs {
  display: flex;
  align-items: center;
  gap: 4px;
  padding: 6px 12px;
  text-decoration: none;
  color: #fff;
  transition: 0.reels-dtz97a ease-in-out;
  border-radius: 8px;
  border: 1px solid var(--border-color);
}

.reels-h730vs: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;
}

.reels-tyt55k.reels-xyc68e .reels-ygjs16 {
  max-height: 100%;
}

.reels-c4ueim {
  margin: 0 auto 3rem;
  padding: 0 10px;
  max-width: var(--display-width);
}

.reels-sy6jk9 {
  padding: 4px 0;
  background: rgba(255, 255, 255, 0.1);
}

.reels-68e5cf {
  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;
}

.reels-3wjomx {
  margin-right: 4px;
}

.reels-wbkizk {
  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.reels-dtz97a ease-in-out;
}

.reels-wbkizk svg {
  width: 4px;
  height: 4px;
  margin-left: 4px;
  stroke: var(--text-color);
}

.reels-agxei9,
.reels-wbkizk:hover {
  color: var(--text-color);
}

.reels-k430n0 {
  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;
}

.reels-k430n0 img {
  grid-column: 1/2;
  grid-row: 1/3;
  max-width: 58px;
  height: auto;
}

.reels-k430n0 .reels-n2e2hc {
  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;
}

.reels-k430n0 .reels-4d6dzo {
  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;
}

.reels-02fy48 {
  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;
}

.reels-y2l9bs {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.reels-0o431g .reels-hbgtma {
  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;
}

.reels-0o431g {
  background-image: url(../images/404.webp);
  background-position: -100px;
}

.reels-cpr7ul {
  margin-top: 2rem;
  font-size: 5rem;
  line-height: 6rem;
  text-align: center;
}

.reels-f3lftx {
  margin: 0;
  font-weight: 400;
  font-size: 2rem;
  line-height: 2.5rem;
  text-align: center;
}

.reels-bhgnn8 {
  display: inline-block;
  margin: 2rem auto 0;
  border: none;
  border-radius: 5px;
  padding: 0.reels-sxdret 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;
}

.reels-bhgnn8:hover {
  -webkit-transform: translateY(-3px);
  -ms-transform: translateY(-3px);
  transform: translateY(-3px);
}

.reels-r0y38n {
  position: fixed;
  right: 10px;
  bottom: 15px;
  z-index: 10;
}

.reels-egnahg {
  -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.reels-dtz97a ease-in-out;
  transition: transform 0.reels-dtz97a ease-in-out;
  -o-transition: transform 0.reels-dtz97a ease-in-out;
  transition:
    transform 0.reels-dtz97a ease-in-out,
    -webkit-transform 0.reels-dtz97a ease-in-out;
  cursor: pointer;
}

.reels-egnahg svg {
  fill: var(--button-text-color);
  pointer-events: none;
}

.reels-egnahg: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;
}

.reels-xi1mll {
  width: 113px !important;
  background-color: green !important;
  top: 124px !important;
}

@media screen and (max-width: 700px) {
  #cookie-law-div p {
    padding-bottom: 36px;
  }
  .reels-xi1mll {
    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);
}

.reels-o1vyzz {
  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;
}

.reels-d4keds {
  position: relative;
  width: 100%;
}

.reels-o1vyzz.reels-1xzgp1 {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.reels-o1vyzz.reels-vrv0kn {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.reels-o1vyzz.reels-xrtif2 {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.reels-2l2bvy {
  display: block;
  width: 100%;
  height: auto;
  object-fit: contain;
  aspect-ratio: 16/9;
  max-height: 488px;
  background-color: #454545;
}

.reels-ki458g {
  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.reels-dtz97a ease-in-out;
  cursor: pointer;
}

.reels-ki458g:hover {
  opacity: 0.5;
}

.reels-o1vyzz.reels-d25l7p .reels-ki458g {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

.reels-o1vyzz.reels-d25l7p .reels-2l2bvy {
  cursor: pointer;
}

.reels-cqtylu {
  fill: #0009;
}

.reels-diakpj {
  fill: #fff;
}

.reels-ki458g:hover .reels-cqtylu {
  fill: red;
}

.reels-ki458g svg path {
  -webkit-transition: 0.reels-dtz97a ease-in-out;
  -o-transition: 0.reels-dtz97a ease-in-out;
  transition: 0.reels-dtz97a ease-in-out;
}

.reels-aww5lg {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0 20px;
}

.reels-aww5lg > :not(.get-image):not(.wp-block-heading) {
  grid-column: 1/2;
}

.reels-aww5lg.reels-5mk73d > :not(.get-image) {
  grid-column: 1/3;
}

.reels-7pqjfs:not(._h1-block) .reels-aww5lg > .reels-gyp8gs {
  grid-row: 1/2;
  grid-column: 1/3;
}

.reels-aww5lg.reels-5mk73d .reels-65ochp {
  grid-column: 2/3;
}

.reels-aww5lg.reels-5mk73d > .reels-iokfew {
  grid-column: 1/2;
}

.reels-aww5lg.reels-5mk73d > :not(.get-image):not(.wp-block-heading) {
  grid-column: 2/3;
}

.reels-aww5lg > p:first-of-type {
  margin-top: 0;
}

.reels-aww5lg .reels-iokfew {
  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;
}

.reels-7pqjfs:not(._h1-block) .reels-gyp8gs ~ .reels-iokfew {
  grid-row: 2/10;
}

.reels-7pqjfs.reels-tuxc7v .reels-gyp8gs ~ .reels-iokfew {
  grid-row: 1/10;
}

.reels-7pqjfs.reels-tuxc7v > .reels-gyp8gs {
  grid-column: 1/2;
  margin-bottom: 20px;
}

.reels-7pqjfs.reels-tuxc7v .reels-iokfew {
  grid-row: 1/10;
}

.reels-aww5lg.reels-pfyica .reels-iokfew {
  align-items: flex-start;
}

.reels-aww5lg.reels-vrv0kn .reels-65ochp {
  margin-top: auto;
  margin-bottom: auto;
  height: fit-content;
}

.reels-aww5lg.reels-vrv0kn .reels-iokfew {
  align-items: center;
}

.reels-aww5lg.reels-3v45ug .reels-iokfew {
  align-items: flex-end;
}

.reels-65ochp > :first-child {
  margin-top: 0;
}

.reels-65ochp > :last-child {
  margin-bottom: 0;
}

* + .reels-q1i2sh,
.reels-7pqjfs + .reels-7pqjfs {
  margin-top: 2rem;
}

.reels-u75get td::before,
.reels-u75get th::after {
  display: none !important;
}

.reels-u75get #link-selector {
  color: #000;
}

.reels-u75get .reels-2oiul6 {
  color: #135e96;
}

.reels-u75get .reels-buyu0w *,
.reels-u75get .reels-b76pr7 p,
.reels-u75get .reels-eysbnc * {
  color: #000;
}

.reels-u75get .reels-kju8l7 {
  background: 0 0 !important;
}

.reels-u75get .reels-h3w8z2 {
  color: #000;
}

.reels-u75get .reels-pbaa4k.reels-drqanr {
  color: #fff;
}

.reels-u75get .reels-xpi7q7 {
  color: #000;
}

.reels-u75get
  .reels-cvnxx3
  .reels-c8cfuc.reels-drqanr.reels-44q17e {
  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;
}

.reels-kpf9z6,
body .reels-la1ukt {
  color: #000;
  background: var(--color-body) !important;
}

.reels-kpf9z6 .reels-pk8uhk .reels-p6xn7e,
body .reels-la1ukt .reels-pk8uhk .reels-p6xn7e {
  color: #000;
}

@media (hover: hover), screen and (min-width: 0\0) {
  .reels-h730vs:focus,
  .reels-h730vs:hover {
    color: #f9cb16;
  }
  .reels-n6dfr4:focus,
  .reels-n6dfr4:hover {
    background-color: var(--button-bg-color) !important;
    opacity: 1;
  }
}

@media (hover: hover), screen and (min-width: 0\0) {
  .reels-xc8qfa:focus img,
  .reels-xc8qfa:focus svg,
  .reels-xc8qfa:hover img,
  .reels-xc8qfa:hover svg {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
  }
}

@media (min-width: 768px) {
  .reels-k430n0 {
    display: none;
  }
}

@media (min-width: 1024px) {
  .reels-f0l9ly:hover .reels-gziy4z svg {
    -webkit-transform: rotateZ(180deg);
    -ms-transform: rotate(180deg);
    transform: rotateZ(180deg);
  }
  .reels-gziy4z {
    pointer-events: none;
  }
}

@media screen and (max-width: 1280px) {
  :root {
    --offsets: 20px;
  }
}

@media (max-width: 1280px) {
  .reels-ih1291 {
    -ms-grid-columns: (1fr) [5];
    grid-template-columns: repeat(5, 1fr);
  }
  .reels-tz3zih {
    grid-template-columns: repeat(4, 1fr);
  }
  .reels-0dg84l {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 1279px) {
  .reels-9f2pyb .reels-jr31kl {
    grid-template-columns: 1fr;
  }
  .reels-9f2pyb .reels-i4h4ei {
    -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;
  }
  .reels-9f2pyb .reels-ypz5pz {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
  .reels-9f2pyb .reels-puk9kx {
    border-bottom: none;
    border-radius: 0;
    padding: 12px 20px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
  .reels-9f2pyb .reels-ja71hc {
    border-radius: 0 0 16px 16px;
    padding: 24px 16px;
  }
  .reels-9f2pyb .reels-ypz5pz:not(:first-child) {
    border: none;
  }
  .reels-9f2pyb .reels-ypz5pz:first-child .reels-puk9kx {
    border-top-left-radius: 18px;
    border-top-right-radius: 0;
  }
  .reels-9f2pyb .reels-ypz5pz:last-child .reels-puk9kx {
    border-radius: 0 18px 0 0;
  }
}

@media screen and (max-width: 1024px) {
  :root {
    --offsets: 16px;
  }
}

@media (max-width: 1024px) {
  html {
    font-size: 16px;
  }
  .reels-2bqaa6 {
    position: relative;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 8px var(--offsets);
  }
  .reels-qg9rcw {
    max-width: 100px;
  }
  .reels-c8177p {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
  .reels-vrkprp {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .reels-vrkprp svg {
    stroke: var(--button-text-color);
    /* fill: var(--button-text-color); */
  }
  .reels-8kq8hf {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
    margin-left: 20px;
  }
  .reels-c8177p + .reels-vrkprp {
    margin-left: auto;
  }
  .reels-933rkk {
    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;
  }
  .reels-933rkk.reels-xyc68e {
    z-index: 9999;
    opacity: 1;
    pointer-events: auto;
  }
  .reels-r5vxz2 {
    -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;
  }
  .reels-qao0ez {
    width: 100%;
  }
  .reels-qao0ez:not(:last-child) {
    border-bottom: 1px solid var(--border-color);
  }
  .reels-c80c2v {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin: 0;
    padding: 8px 0;
    width: 100%;
  }
  .reels-c80c2v svg {
    margin-right: 4px;
  }
  .reels-f0l9ly {
    -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;
  }
  .reels-gziy4z svg {
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
  }
  .reels-gziy4z {
    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;
  }
  .reels-4qfkg0 {
    display: none;
    width: 100%;
  }
  .reels-f0l9ly.reels-xyc68e .reels-4qfkg0 {
    padding: 0 0 0 48px;
  }
  .reels-yno7dz {
    justify-content: flex-start;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
  }
  .reels-zl801v .reels-iokfew {
    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;
  }
  .reels-y6z5s4 {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
  }
  .reels-y6z5s4 + .reels-y6z5s4 {
    margin-right: 0;
  }
  .reels-y6z5s4 + .reels-iokfew {
    margin: 0;
  }
  .reels-ih1291 {
    grid-template-columns: repeat(4, 1fr);
  }
  .reels-tz3zih {
    grid-template-columns: repeat(3, 1fr);
  }
  .reels-taqjix,
  .reels-37dyj0 {
    grid-template-columns: repeat(2, 1fr);
  }
  .reels-aww5lg {
    grid-template-columns: 1fr;
    gap: 16px;
  }
  .reels-aww5lg.reels-5mk73d .reels-65ochp {
    grid-column: auto;
    grid-row: auto;
  }
  .reels-aww5lg > .reels-gyp8gs {
    grid-column: 1/2;
  }
  .reels-aww5lg.reels-5mk73d > :not(.get-image) {
    grid-column: 1/2;
  }
  .reels-aww5lg .reels-iokfew,
  .reels-aww5lg.reels-5mk73d > .reels-iokfew {
    grid-column: 1/2;
    grid-row: 1/2;
  }
  .reels-aww5lg.reels-5mk73d > :not(.get-image):not(.wp-block-heading) {
    grid-column: 1/2;
  }
  .reels-7pqjfs.reels-tuxc7v .reels-aww5lg > .reels-iokfew {
    grid-row: 1/2;
  }
  .reels-aww5lg .reels-gyp8gs ~ .reels-iokfew,
  .reels-aww5lg.reels-5mk73d .reels-gyp8gs ~ .reels-iokfew {
    grid-row: 2/3;
  }
  .reels-7pqjfs.reels-tuxc7v .reels-gyp8gs ~ .reels-iokfew {
    grid-row: 2/3;
  }
}

@media (max-width: 800px) {
  .reels-1dvbqg:first-child .reels-603ang {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .reels-1dvbqg:first-child .reels-603ang h1 {
    -webkit-box-ordinal-group: -1;
    -ms-flex-order: -2;
    order: -2;
  }
}

@media (max-width: 1100px) {
  .reels-1dvbqg {
    margin-bottom: 1rem;
    padding: 0 13px;
  }
}

@media (max-width: 767px) {
  .reels-1dvbqg {
    padding: 0;
  }
  .reels-2z1x37 {
    margin-top: 1rem;
  }
  .reels-jkject {
    border-radius: 5px;
  }
  .reels-2zsbsc {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .reels-b4bfta::after {
    display: inline-block;
  }
  .reels-b4bfta {
    margin: 0;
    width: 100%;
  }
  .reels-ygjs16 {
    width: 100%;
  }
  .reels-ygjs16.reels-5z96gl {
    -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%;
  }
  .reels-ygjs16.reels-5z96gl .reels-1mbfoo {
    width: 100%;
  }
  .reels-ygjs16.reels-5z96gl .reels-1mbfoo:not(:last-child) {
    margin-right: 0;
  }
  .reels-h730vs {
    width: 100%;
    text-align: center;
  }
  .reels-tyt55k.reels-xyc68e .reels-ygjs16 {
    margin-top: 1rem;
  }
  .reels-ih1291 {
    grid-template-columns: repeat(3, 1fr);
  }
  .reels-0dg84l,
  .reels-tz3zih {
    grid-template-columns: repeat(2, 1fr);
  }
  .reels-taqjix,
  .reels-37dyj0,
  .reels-lqj4e7 {
    grid-template-columns: 1fr;
  }
  .reels-dy34pc {
    overflow-x: auto;
    width: 100%;
    max-width: 980px;
  }
  .reels-2emf78 {
    min-width: 300px;
    max-width: 325px;
  }
  .reels-puk9kx {
    cursor: auto;
  }
  .reels-fg7z9p .reels-puk9kx {
    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;
  }
  .reels-xi1mll {
    left: calc(50% - 60px);
  }
}

@media (max-width: 650px) {
  .reels-4qfkg0 {
    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) {
  .reels-xi1mll {
    top: 100px !important;
  }
  #cookie-law-div p {
    padding-bottom: 50px;
  }
}

.reels-y6z5s4 p {
  margin-top: 0;
}

@media (max-width: 550px) {
  .reels-vrkprp {
    margin: 0 -0.2rem;
  }
  .reels-y6z5s4 {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
  .reels-18ohef {
    -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;
  }
  .reels-2tg4dl {
    max-width: 100%;
  }
  .reels-ih1291 {
    grid-template-columns: repeat(2, 1fr);
  }
  .reels-0dg84l,
  .reels-tz3zih {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 500px) {
  html {
    font-size: 16px;
  }
  .reels-2bqaa6 {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .reels-vrkprp {
    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;
  }
  .reels-c9sze9 {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .reels-ngrqn0 {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
  }
  .reels-pps164,
  .reels-tzbccx {
    width: calc(100% - 20px);
  }
}

@media (max-width: 475px) {
  .reels-k43ecg {
    width: 100%;
  }
  .reels-ih1291 {
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 400px) {
  .reels-xi1mll {
    top: 127px !important;
  }
}

.reels-ylguip {
  width: 100%;
  border-radius: 12px;
  overflow: hidden;
  margin-bottom: 20px;
}

@media (max-width: 1100px) {
  .reels-ylguip {
  }
}

@media (max-width: 767px) {
  .reels-ylguip {
    margin-bottom: 12px;
  }
}

.reels-ylguip img {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  min-width: 100%;
  height: 100%;
}

.reels-okqpvp {
  display: flex;
  margin: 0 auto;
  padding: 0 var(--offsets);
  max-width: var(--display-width);
  gap: 20px;
}

.reels-okqpvp > .reels-g8ele5 {
  flex: 1 1;
}

@media (max-width: 767px) {
  .reels-okqpvp {
    flex-direction: column;
    gap: 12px;
  }
}

.reels-rqzp5s {
  display: flex;
}

.reels-rqzp5s .reels-ih2gpc {
  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;
}

.reels-rqzp5s .reels-85zltu {
  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;
}

.reels-rqzp5s .reels-4ckh6w {
  display: flex;
  list-style: none;
  margin: 0;
  padding-left: 100%;
  animation: scroll 60s linear infinite;
}

.reels-rqzp5s .reels-h7yh30 {
  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));
  }
}

.reels-rqzp5s .reels-h7yh30:before {
  content: "";
  width: 24px;
  min-width: 24px;
  height: 24px;
  background-image: url(../images/award.svg);
  background-repeat: no-repeat;
  background-position: center;
}

.reels-rqzp5s .reels-40alta {
  color: #fff;
  font-size: 14px;
  font-weight: 800;
  line-height: 20px;
  margin-right: 4px;
}

.reels-efi59j {
  border: unset;
  background-color: unset;
}

.reels-efi59j tbody {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

.reels-efi59j .reels-5l6tf8,
.reels-efi59j .reels-h1sl1l {
  flex: 0 1 330px;
}

.reels-efi59j .reels-d0114s {
  flex: 1 1;
}

.reels-efi59j tr {
  display: flex;
  flex-direction: column;
  gap: 16px;
  border-radius: 12px;
  border: 2px solid var(--border-color);
  background: var(--fh-bg-color);
  padding: 16px;
}

.reels-efi59j tr td {
  border: unset;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  color: #fff;
  padding: 0;
}

.reels-efi59j tr td:first-child {
  font-size: 23px;
  font-weight: 800;
  line-height: 28px;
  margin: 0;
  padding: 0;
}

.reels-efi59j tr td p {
  color: #fff;
  margin: 0;
}

.reels-efi59j tr td p span {
  color: var(--title-color);
  font-weight: 800;
}

.reels-efi59j tr.reels-5l6tf8 td p {
  padding: 16px 0;
}

.reels-efi59j tr.reels-5l6tf8 td p:not(:last-child),
.reels-efi59j tr.reels-h1sl1l td p:not(:last-child) {
  border-bottom: 1px solid var(--border-color);
}

.reels-efi59j tr.reels-5l6tf8 td p:first-child,
.reels-efi59j tr.reels-h1sl1l td p:first-child {
  padding-top: 0;
}

.reels-efi59j tr.reels-h1sl1l td p {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 12px 0;
  font-size: 14px;
  font-weight: 800;
  line-height: 20px;
}

.reels-efi59j tr.reels-h1sl1l td p:last-child {
  padding-bottom: 0;
}

.reels-efi59j .reels-h1sl1l img {
  max-width: 32px;
}

.reels-efi59j .reels-d0114s {
  min-width: 718px;
}

.reels-efi59j .reels-d0114s td:last-child {
  display: flex;
  flex-wrap: wrap;
}

.reels-efi59j .reels-d0114s td {
  display: flex;
}

.reels-efi59j .reels-d0114s td:last-child .reels-rwnfjt,
.reels-efi59j .reels-d0114s td:last-child .reels-hc0mad,
.reels-efi59j .reels-d0114s td:last-child .reels-zh5608 {
  flex: 1 1 50%;
}

.reels-efi59j .reels-d0114s td:last-child .reels-0lejwp {
  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;
}

.reels-efi59j .reels-d0114s td:last-child .reels-rfktnc,
.reels-efi59j .reels-d0114s td:last-child .reels-uy5jrn {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  list-style: none;
  padding-left: 0;
  margin-top: 12px;
}

.reels-efi59j .reels-d0114s td:last-child .reels-rwnfjt,
.reels-efi59j .reels-d0114s td:last-child .reels-hc0mad {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
  padding-top: 16px;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}

.reels-efi59j .reels-d0114s td:last-child .reels-rwnfjt span,
.reels-efi59j .reels-d0114s td:last-child .reels-hc0mad span {
  font-weight: 800;
}

.reels-efi59j .reels-d0114s img {
  max-width: 34px;
}

@media (max-width: 1100px) {
  .reels-efi59j .reels-d0114s td .reels-zh5608:not(:first-child) {
    padding-left: 0;
  }
}

@media (max-width: 767px) {
  .reels-efi59j tr.reels-5l6tf8 td p:last-child {
    padding-bottom: 0;
  }
  .reels-efi59j .reels-h1sl1l > td {
    display: flex;
    flex-wrap: wrap;
    gap: 0 20px;
  }
  .reels-efi59j .reels-h1sl1l > td > p {
    flex: 1 1 calc(50% - 10px);
  }
  .reels-efi59j tr.reels-5l6tf8 td p:not(:last-child),
  .reels-efi59j tr.reels-h1sl1l td p:not(:last-child) {
    border-bottom: unset;
  }
  .reels-efi59j tr.reels-h1sl1l td p:last-child {
    padding-bottom: 12px;
  }
  .reels-efi59j .reels-d0114s td:last-child .reels-rwnfjt,
  .reels-efi59j .reels-d0114s td:last-child .reels-hc0mad,
  .reels-efi59j .reels-d0114s td:last-child .reels-zh5608 {
    flex: 1 1 50%;
    padding: 0;
  }
  .reels-efi59j .reels-d0114s td:last-child .reels-rwnfjt,
  .reels-efi59j .reels-d0114s td:last-child .reels-hc0mad {
    margin-top: 16px;
  }
  .reels-efi59j .reels-d0114s td:last-child .reels-zh5608 {
    flex: 1 1 100%;
    padding-bottom: 16px;
    margin-top: 16px;
  }
  .reels-efi59j .reels-d0114s td:last-child .reels-rwnfjt {
    border-right: 1px solid var(--border-color);
  }
  .reels-efi59j .reels-d0114s td:last-child .reels-zh5608:first-child {
    padding-top: 0;
    margin-top: 0;
  }
  .reels-efi59j .reels-d0114s td:last-child .reels-zh5608:last-child {
    padding-bottom: 0;
  }
}

.reels-zh5608 {
  display: flex;
  flex-direction: column;
}

.reels-efi59j .reels-d0114s td .reels-zh5608 {
  border-bottom: 1px solid var(--border-color);
  padding-bottom: 16px;
}

.reels-efi59j .reels-d0114s td .reels-zh5608:not(:last-of-type) {
  border-right: 1px solid var(--border-color);
  padding-right: 16px;
}

.reels-efi59j .reels-d0114s td .reels-zh5608:not(:first-child) {
  padding-left: 16px;
}

@media (max-width: 767px) {
  .reels-efi59j .reels-d0114s td .reels-zh5608:not(:first-child) {
    padding-left: 0;
  }
  .reels-efi59j .reels-d0114s td .reels-zh5608:not(:last-of-type) {
    border-right: unset;
  }
}

.reels-efi59j .reels-d5b4mh {
  flex: 0 1 485px;
}

.reels-efi59j .reels-dce3p2 {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  list-style: none;
}

.reels-efi59j .reels-dce3p2 li {
  border-radius: 4px;
  border: 1px solid var(--border-color);
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}

.reels-efi59j .reels-dce3p2 li.reels-t4nsf0 {
  padding: 6px 12px;
}

.reels-efi59j .reels-dce3p2 li a,
.reels-efi59j .reels-dce3p2 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;
}

.reels-efi59j .reels-0f6133,
.reels-efi59j .reels-lzcoff {
  flex: 1 1;
}

.reels-efi59j .reels-l4obz1,
.reels-efi59j .reels-ni75y5 {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.reels-efi59j .reels-l4obz1 li,
.reels-efi59j .reels-ni75y5 li {
  display: flex;
  align-items: center;
  gap: 8px;
  flex: 1 1 calc(50% - 20px);
  font-size: 14px;
  font-weight: 800;
  line-height: 20px;
}

.reels-efi59j .reels-lzcoff img {
  max-width: 32px;
}

.reels-efi59j .reels-0f6133 img {
  max-width: 32px;
}

.reels-efi59j .reels-yomjo3 {
  min-width: 280px;
}

.reels-efi59j .reels-yomjo3 img {
  max-width: 146px;
}

.reels-efi59j .reels-yomjo3 td {
  display: flex;
  flex-direction: column;
  gap: 12px;
  max-width: 280px;
}

@media (max-width: 1460px) {
  .reels-efi59j .reels-5l6tf8,
  .reels-efi59j .reels-h1sl1l {
    flex: 0 1 auto;
  }
  .reels-efi59j .reels-d0114s {
    min-width: unset;
    flex: 1 1 50%;
  }
}

@media (max-width: 1100px) {
  .reels-efi59j .reels-5l6tf8,
  .reels-efi59j .reels-d5b4mh,
  .reels-efi59j .reels-h1sl1l,
  .reels-efi59j .reels-d0114s {
    flex: 1 1 calc(50% - 20px);
  }
  .reels-efi59j .reels-0f6133,
  .reels-efi59j .reels-yomjo3,
  .reels-efi59j .reels-lzcoff {
    flex: 1 1 30%;
  }
  .reels-efi59j .reels-yomjo3 {
    min-width: unset;
  }
}

@media (max-width: 767px) {
  .reels-efi59j .reels-5l6tf8,
  .reels-efi59j .reels-d5b4mh,
  .reels-efi59j .reels-0f6133,
  .reels-efi59j .reels-h1sl1l,
  .reels-efi59j .reels-d0114s,
  .reels-efi59j .reels-yomjo3,
  .reels-efi59j .reels-lzcoff {
    flex: 1 1 100%;
  }
}

.reels-hkk03k .reels-02g7w1 {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.reels-hkk03k .reels-h8w7zg {
  position: relative;
  display: flex;
  flex-direction: column;
  border-radius: 8px;
  border: 2px solid var(--border-color);
  background-color: var(--fh-bg-color);
}

.reels-hkk03k .reels-lemq8b {
  width: 100%;
  padding: 12px 12px 8px 12px;
  background-color: #318562;
  font-size: 14px;
  font-weight: 800;
  line-height: 20px;
  color: #f9cb16;
}

.reels-hkk03k .reels-zdg5nm {
  display: grid;
  padding: 16px;
  gap: 0 16px;
  grid-template-columns: repeat(2, 1fr);
}

.reels-hkk03k .reels-zdg5nm > :nth-child(3) {
  margin-top: 0;
}

.reels-hkk03k .reels-iokfew {
  grid-column: 2/3;
  grid-row: 1/10;
}

.reels-hkk03k .reels-v49moc {
  grid-column: 1/2;
  margin-top: 0;
  margin-bottom: 8px;
}

.reels-hkk03k .reels-2z1x37 {
  grid-column: 1/2;
}

.reels-hkk03k > :not(.how-to__title):not(.content-button) {
  grid-column: 1/2;
}

.reels-hkk03k .reels-h8w7zg: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;
}

.reels-hkk03k .reels-h8w7zg:not(:last-child):after {
  position: relative;
  content: "";
  width: calc(100% - 32px);
  height: 1px;
  background-color: #318562;
  margin: 12px auto 27px auto;
}

.reels-hkk03k .reels-k43ecg {
  min-width: 240px;
}

@media (max-width: 768px) {
  .reels-hkk03k .reels-h8w7zg:not(:last-child):before {
    bottom: 8px;
  }
  .reels-hkk03k .reels-h8w7zg:not(:last-child):after {
    margin: 12px auto 18px auto;
  }
  .reels-hkk03k .reels-zdg5nm {
    grid-template-columns: 1fr;
    padding: 16px 16px 8px 16px;
  }
  .reels-hkk03k .reels-iokfew {
    grid-column: 1/2;
    grid-row: 1/2;
    margin: -16px -18px 16px -18px;
  }
  .reels-hkk03k .reels-iokfew img {
    width: 100%;
    height: auto;
  }
  .reels-hkk03k .reels-k43ecg {
    width: 100%;
    min-width: unset;
  }
}

.reels-tgy30b .reels-ug652i {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  list-style: none;
}

.reels-tgy30b .reels-xgyob5 {
  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;
}

.reels-tgy30b .reels-iokfew {
  height: 100%;
}

.reels-tgy30b .reels-iokfew img {
  height: 100%;
  width: auto;
  min-width: 220px;
  object-fit: cover;
}

.reels-tgy30b .reels-cp9ywd {
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding: 16px 16px 16px 0;
}

.reels-tgy30b .reels-jtguc9 {
  color: #f9cb16;
  font-size: 23px;
  font-weight: 800;
  line-height: 28px;
  margin: 0;
}

.reels-tgy30b .reels-zr6cj8 {
  color: #d2d2d2;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  flex: 1 1;
  margin: 0;
}

@media (max-width: 1200px) {
  .reels-tgy30b .reels-xgyob5 {
    flex: 1 1 100%;
  }
  .reels-tgy30b .reels-mw75fq {
    min-width: 320px;
    width: fit-content;
  }
}

@media (max-width: 767px) {
  .reels-tgy30b .reels-xgyob5 {
    flex-direction: column;
  }
  .reels-tgy30b .reels-iokfew {
    width: 100%;
    height: auto;
  }
  .reels-tgy30b .reels-iokfew img {
    width: 100%;
    height: auto;
    max-height: 260px;
    min-width: unset;
  }
  .reels-tgy30b .reels-cp9ywd {
    padding: 0 16px 16px 16px;
  }
  .reels-tgy30b .reels-mw75fq {
    min-width: unset;
    width: 100%;
  }
}

.reels-ab5e60 .reels-w5s6tv {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  flex-wrap: wrap;
  gap: 20px;
}

.reels-ab5e60 .reels-4kncs5 {
  position: relative;
  height: 220px;
  border-radius: 12px;
  border: 2px solid var(--border-color);
  overflow: hidden;
  transition: 0.2s;
}

.reels-ab5e60 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;
}

.reels-ab5e60 .reels-s913tz {
  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;
}

.reels-ab5e60 .reels-4kncs5:hover .reels-s913tz {
  display: flex;
}

.reels-ab5e60 .reels-tau9qg {
  text-align: center;
  margin-top: 0;
  margin-bottom: 5px;
  color: #d2d2d2;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}

.reels-ab5e60 .reels-58msz9 {
  text-align: center;
  font-size: 17px;
  font-weight: 800;
  line-height: 24px;
  margin-top: 0;
  margin-bottom: auto;
  color: #fff;
}

.reels-baddxn {
  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;
}

.reels-baddxn.reels-d0mhmu {
  color: #196948;
  background-color: #f9cb16;
  border: 1px solid #f9cb16;
  margin-bottom: 8px;
  transition: 0.reels-7o8m8s ease-in-out;
}

.reels-baddxn.reels-d0mhmu:hover {
  color: #f9cb16;
  background-color: transparent;
}

.reels-ab5e60 .reels-tzv4mz {
  color: #fff;
  border: 1px solid #f9cb16;
  background-color: unset;
  transition: 0.reels-7o8m8s ease-in-out;
}

.reels-ab5e60 .reels-tzv4mz:hover {
  color: #196948;
  background-color: #f9cb16;
}

.reels-ab5e60 .reels-tzv4mz:after,
.reels-baddxn.reels-d0mhmu:after {
  content: "";
  width: 24px;
  min-width: 24px;
  height: 24px;
  background-repeat: no-repeat;
  background-position: center;
}

.reels-baddxn.reels-d0mhmu:after {
  background-image: url(../images/Cash.svg);
}

.reels-ab5e60 .reels-tzv4mz:after {
  background-image: url(../images/Play.svg);
}

@media (max-width: 1200px) {
  .reels-ab5e60 .reels-w5s6tv {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 850px) {
  .reels-ab5e60 .reels-w5s6tv {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 600px) {
  .reels-ab5e60 .reels-w5s6tv {
    grid-template-columns: 1fr;
  }
  .reels-ab5e60 .reels-4kncs5 {
    height: auto;
  }
  .reels-ab5e60 .reels-4kncs5 .reels-s913tz {
    position: relative;
    display: flex;
    height: auto;
    background-color: var(--fh-bg-color);
    padding: 8px 12px 12px 12px;
  }
  .reels-ab5e60 .reels-tau9qg,
  .reels-ab5e60 .reels-58msz9 {
    text-align: left;
  }
  .reels-ab5e60 .reels-58msz9 {
    margin-bottom: 8px;
  }
  .reels-ab5e60 img {
    position: relative;
    top: unset;
    right: unset;
    bottom: unset;
    left: unset;
    min-height: unset;
  }
}

.reels-089p6z {
  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;
}

.reels-089p6z.reels-d25l7p {
  display: block;
}

.reels-089p6z .reels-rz08zg {
  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;
}

.reels-089p6z .reels-gp6sb9 {
  display: flex;
  gap: 24px;
  padding: 12px;
}

.reels-089p6z .reels-0z685m {
  display: flex;
  align-items: center;
  color: #fff;
  font-size: 23px;
  font-weight: 800;
  line-height: 28px;
}

.reels-089p6z .reels-q2dv0r {
  display: flex;
  align-items: center;
  flex: 1 1;
}

.reels-089p6z .reels-baddxn {
  min-width: 296px;
  margin-bottom: 0;
}

.reels-089p6z .reels-qvdhu8 {
  width: 44px;
  min-width: 44px;
  height: 44px;
  background-image: url(../images/cross.svg);
  background-position: center;
  background-repeat: no-repeat;
  cursor: pointer;
}

.reels-089p6z .reels-rr0482 {
  position: relative;
  flex: 1 1;
}

.reels-089p6z .reels-rr0482 iframe {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 100%;
  height: 100%;
}

@media (max-width: 768px) {
  .reels-089p6z .reels-gp6sb9 {
    flex-wrap: wrap;
    gap: 8px;
  }
  .reels-089p6z .reels-0z685m {
    order: 1;
  }
  .reels-089p6z .reels-q2dv0r {
    order: 3;
    flex: 1 1 100%;
  }
  .reels-089p6z .reels-baddxn {
    width: 100%;
    min-width: unset;
  }
  .reels-089p6z .reels-qvdhu8 {
    order: 2;
    margin-left: auto;
  }
}

@media (max-width: 767px) {
  .reels-aww5lg > .reels-gyp8gs {
    margin-bottom: 0;
  }
  .reels-aww5lg > .reels-2z1x37,
  .reels-aww5lg > p {
    margin-top: 0;
  }
}

.reels-d7nfss img,
.reels-y6z5s4 img {
  width: auto;
  object-fit: contain;
}

.reels-d7nfss {
  align-items: center;
}

.reels-d7nfss img {
  max-height: 76px;
}

.reels-y6z5s4 img {
  max-height: 64px;
}

.reels-77qkq2 {
  overflow: auto;
}

.reels-fl9gsd {
  border: 1px solid var(--color-table-border);
  box-shadow: 0 0 15px rgb(0 0 0 / 5%);
  border-collapse: collapse;
  width: 100%;
}

.reels-yjg5jc:not(:last-child) {
  border-bottom: 1px solid var(--color-table-border);
}

.reels-t4bmmn {
  border: none;
  padding: 25px 10px;
  font-weight: 700;
  color: var(--color-table-td-color);
  min-width: 200px;
}

.reels-fu6136 {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.reels-t4bmmn .reels-iokfew {
  margin-right: 20px;
  flex-shrink: 0;
}

.reels-t4bmmn img {
  max-height: 45px;
  object-fit: contain;
  width: 100%;
}

.reels-955xcj {
  padding: 25px 10px;
  align-self: center;
  border-bottom: 1px solid var(--color-table-border);
  flex-grow: 1;
  border-top: none;
}

.reels-955xcj > :first-child {
  margin-top: 0;
}

@media (max-width: 767px) {
  .reels-t4bmmn {
    padding: 15px 10px;
  }
  .reels-955xcj {
    padding: 15px 10px;
  }
  .reels-t4bmmn .reels-iokfew {
    margin-right: 10px;
  }
}

.reels-edznfh {
  overflow-x: auto;
}

.reels-35p0fg {
  border-collapse: collapse;
  width: 100%;
}

.reels-edznfh th {
  font-family: inherit;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 19px;
  padding: 25px 10px;
  text-align: center;
}

.reels-edznfh td {
  font-family: inherit;
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  padding: 15px 25px;
  white-space: nowrap;
}

.reels-edznfh td.reels-gadzcd {
  font-weight: 600;
  text-align: right;
  border-left: none;
}

.reels-edznfh td.reels-rsv3wz {
  border-right: none;
}

.reels-edznfh td.reels-rsv3wz .reels-iokfew {
  justify-content: flex-start;
}

.reels-edznfh td.reels-rsv3wz .reels-iokfew img {
  height: auto;
  width: 90px;
}

.reels-edznfh td.reels-7h7ymp,
.reels-edznfh td.reels-1ek63l {
  font-weight: 600;
  text-align: right;
}

.reels-edznfh td.reels-eg68f7,
.reels-edznfh td.reels-7h7ymp {
  padding-bottom: 10px;
  border-bottom: none;
}

.reels-edznfh td.reels-7h7ymp,
.reels-edznfh td.reels-1ek63l {
  border-left: none;
}

.reels-edznfh td.reels-eg68f7,
.reels-edznfh td.reels-sczycp {
  border-right: none;
}

.reels-edznfh td.reels-sczycp,
.reels-edznfh td.reels-1ek63l {
  border-top: none;
  padding-top: 10px;
}

.reels-rfedzt {
  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;
}

.reels-rfedzt .reels-mw75fq {
  min-width: unset;
  width: 100%;
}

.reels-rfedzt .reels-mw75fq.reels-u2h5cu {
  grid-column: 1/2;
  grid-row: 1/2;
}

.reels-rfedzt .reels-mw75fq.reels-wq7o19 {
  grid-column: 2/3;
  grid-row: 1/2;
}

.reels-rfedzt .reels-lrq6wq {
  grid-column: 1/3;
  grid-row: 2/3;
  margin-top: 0;
}

@media (max-width: 767px) {
  .reels-rfedzt {
    grid-template-columns: 1fr;
    margin-top: 0;
  }
  .reels-rfedzt .reels-mw75fq.reels-u2h5cu {
    grid-column: 1/2;
    grid-row: 1/2;
  }
  .reels-rfedzt .reels-mw75fq.reels-wq7o19 {
    grid-column: 1/2;
    grid-row: 2/3;
  }
  .reels-rfedzt .reels-lrq6wq {
    grid-column: 1/2;
    grid-row: 3/4;
  }
}

.reels-y6eu5m {
  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;
}

.reels-eer1ah {
  margin-bottom: 32px;
  font-size: 34px;
  font-weight: 800;
  line-height: 40px;
}

.reels-mci10m p a img {
  margin: 0 auto;
  display: block;
}

.reels-mci10m table {
  margin-bottom: 17px;
}

/* contanct form */
.reels-h76ft8 {
  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;
}

.reels-h76ft8 label {
  font-size: 14px;
}

.reels-h76ft8 h2 {
  text-align: center;
  margin-bottom: 1rem;
}
.reels-h76ft8 input,
.reels-h76ft8 textarea,
.reels-h76ft8 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;
}
.reels-h76ft8 button {
  background-color: #a91f09;
  color: var(--text-color);
  border: none;
  cursor: pointer;
  transition: background 0.reels-7o8m8s ease;
}
.reels-h76ft8 button:hover {
  background-color: #691204;
}
.reels-p15xpa {
  text-align: center;
  color: green;
  font-weight: 500;
  padding: 50px 0;
  animation: fadeIn 0.reels-nm7aka ease-in;
}

.reels-p15xpa 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;
}
.reels-jwzckj, .reels-merm7r, [class*="review-card"],
thead, thead th, table th, .reels-9mmrcl,
.reels-loa2t3, [class*="collapsible-header"],
.reels-lj97vb, [class*="updated-block"] {
  color: #ece7dc !important;
}
