@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-c19eyg {
  margin: 0 auto;
  padding: 0 var(--offsets);
  max-width: var(--display-width);
}

.reels-y5erhs {
  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-4nfb8w,
ul.reels-4nfb8w {
  padding-left: 20px;
}

ul.reels-4nfb8w {
  list-style: disc;
}

ol.reels-4nfb8w {
  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-cfq6j2 > .reels-d4b8aw,
.reels-cfq6j2 > .reels-d1tiko,
.reels-cfq6j2 > blockquote,
.reels-cfq6j2 > h1,
.reels-cfq6j2 > h2,
.reels-cfq6j2 > h3,
.reels-cfq6j2 > h4,
.reels-cfq6j2 > h5,
.reels-cfq6j2 > h6,
.reels-cfq6j2 > ol,
.reels-cfq6j2 > p,
.reels-cfq6j2 > ul {
  margin-right: auto;
  margin-left: auto;
  padding: 0 var(--offsets);
  max-width: var(--display-width);
}

.reels-cfq6j2 > ol,
.reels-cfq6j2 > ul {
  padding-left: 50px;
}

.reels-cfq6j2 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-cfq6j2:not(:last-child) {
  margin-bottom: 2rem;
}

.reels-cfq6j2 > :not(:first-child) {
  margin-top: 2rem;
}

.reels-cfq6j2 {
  margin-top: 64px;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.reels-cfq6j2:first-child {
  margin-top: 40px;
}

@media (max-width: 767px) {
  .reels-cfq6j2:first-child {
    margin-top: 20px;
  }
}

.reels-cfq6j2 > p:last-of-type {
  margin-bottom: 32px;
}

.reels-cfq6j2 > .reels-wttgu0:not(:first-child) {
  margin: 64px auto 16px auto;
}

.reels-40urle > .reels-wttgu0 {
  margin-left: auto;
  margin-right: auto;
  padding: 0 var(--offsets);
  max-width: var(--display-width);
}

.reels-d1tiko {
  overflow: auto;
}

.reels-d1tiko::-webkit-scrollbar {
  height: 5px;
}

.reels-d1tiko table,
table {
  margin-top: 24px;
  border-collapse: collapse;
  width: 100%;
  word-break: break-word;
}

.reels-d1tiko table {
  border-radius: 12px;
  border: 2px solid var(--border-color);
  /* background: #0f442e; */
}

.reels-d1tiko table thead,
table thead {
  border-bottom: none;
}

.reels-d1tiko table th,
table th {
  padding: 5px 5px;
  text-align: center;
  color: var(--color-table-th-color);
  background-color: var(--table-1-color);
}

.reels-d1tiko table th:not(:last-child) {
  border-right: 1px solid var(--border-color);
}

.reels-d1tiko table td,
table td {
  border: 1px solid var(--border-color);
  padding: 5px 5px;
}

.reels-d1tiko .reels-t82um5 {
  table-layout: auto;
}

.reels-d1tiko .reels-t82um5 th {
  word-break: normal;
}

.reels-d1tiko .reels-t82um5 td {
  word-break: normal;
}

.reels-c19eyg .reels-c19eyg {
  padding-right: 0;
  padding-left: 0;
}

.reels-gn1071 {
  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-4qp1mo {
  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-dhucrz {
  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-d4b8aw {
  margin-top: 24px;
}

.reels-d4b8aw.reels-223ytf {
  text-align: left;
}

.reels-d4b8aw.reels-y7ddgg {
  text-align: right;
}

.reels-d4b8aw.reels-1xz3gj {
  text-align: center;
}

.reels-xmct0x {
  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-97ujqu ease-in-out;
  cursor: pointer;
}

.reels-xmct0x:hover {
  color: var(--button-bg-color);
  background: 0 0;
}

.reels-xmct0x {
  min-width: 328px;
}

@media (max-width: 768px) {
  .reels-xmct0x {
    min-width: unset;
  }
}

.reels-bb88fr {
  background-color: var(--fh-bg-color);
}

.reels-wpkrc5 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 8px 20px;
}

.reels-f9dv7u {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  max-width: 160px;
}

.reels-f9dv7u img {
  max-height: 80px;
  object-fit: contain;
}

.reels-jllotr {
  flex: 1 1;
}

.reels-9cy6t9 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-left: auto;
}

.reels-3t5fce {
  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-3t5fce 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-3t5fce.reels-tj2e7u span:nth-of-type(1) {
  -webkit-transform: translateY(11px) rotateZ(45deg);
  -ms-transform: translateY(11px) rotate(45deg);
  transform: translateY(11px) rotateZ(45deg);
}

.reels-3t5fce.reels-tj2e7u span:nth-of-type(2) {
  -webkit-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform: scaleX(0);
}

.reels-3t5fce.reels-tj2e7u span:nth-of-type(3) {
  -webkit-transform: translateY(-11px) rotateZ(-45deg);
  -ms-transform: translateY(-11px) rotate(-45deg);
  transform: translateY(-11px) rotateZ(-45deg);
}

.reels-jllotr + .reels-9cy6t9 {
  margin-left: 20px;
}

.reels-pnwdgv {
  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-pnwdgv > svg {
  max-width: 24px;
  max-height: 24px;
}

.reels-pnwdgv + .reels-pnwdgv {
  margin-left: 5px;
}

.reels-3lvg84 {
  color: var(--button-text-color);
  background-color: var(--button-bg-color);
  border: 1px solid var(--border-color);
  transition: 0.2s;
}

.reels-3lvg84:hover {
  background-color: var(--button-bg-hover);
}

.reels-3qjdio {
  color: var(--button-text-color);
  background-color: var(--button-bg-color);
  transition: 0.reels-97ujqu ease-in-out;
  border: 1px solid var(--border-color);
}

.reels-3qjdio:hover {
  color: var(--button-text-color);
  background-color: var(--button-bg-hover);
}

.reels-ty7gzo {
  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-jllotr {
    flex: 1 1 100%;
    order: 10;
    margin-top: 8px;
  }
  .reels-ty7gzo {
    justify-content: center;
  }
}

@media (max-width: 1024px) {
  .reels-jllotr {
    margin-top: unset;
  }
}

@media (max-width: 768px) {
  .reels-pnwdgv {
    min-width: unset;
    flex: 1 1;
  }
}

.reels-j5immt {
  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-j5immt:hover > a::after {
  -webkit-transform: scaleX(1);
  -ms-transform: scaleX(1);
  transform: scaleX(1);
}

.reels-j5immt:hover .reels-h4658q {
  opacity: 1;
  pointer-events: auto;
}

.reels-2b0uom {
  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-vx4raf ease-in-out;
  gap: 4px;
}

.reels-2b0uom > svg {
  max-width: 28px;
  max-height: 28px;
  fill: var(--text-color);
  stroke: var(--text-color);
}

.reels-2b0uom .reels-gn1071 img {
  width: auto;
  height: 1.2rem;
  -o-object-fit: contain;
  object-fit: contain;
}

.reels-uly7sy,
.reels-2b0uom:hover {
  color: var(--button-bg-hover);
}

.reels-84dpuz {
  position: relative;
}

.reels-84dpuz .reels-2b0uom {
  margin-right: 0;
  padding-right: 4px;
}

.reels-0qqmsj svg {
  fill: var(--text-color);
  stroke: var(--text-color);
}

.reels-84dpuz.reels-tj2e7u .reels-0qqmsj svg {
  -webkit-transform: rotateZ(180deg);
  -ms-transform: rotate(180deg);
  transform: rotateZ(180deg);
}

.reels-84dpuz.reels-tj2e7u .reels-h4658q {
  position: relative;
  top: 0;
  display: block;
  margin-top: 0;
  padding: 0 1rem;
  opacity: 1;
  pointer-events: auto;
}

.reels-84dpuz.reels-tj2e7u .reels-h4658q::before {
  display: none;
}

.reels-0qqmsj svg {
  width: 100%;
  height: auto;
  max-width: 15px;
  -webkit-transition: 250ms;
  -o-transition: 250ms;
  transition: 250ms;
}

.reels-h4658q {
  position: absolute;
  top: 100%;
  z-index: 100;
  list-style: none;
  margin-top: 0.5rem;
  border-radius: 5px;
  padding: 0.reels-7omv6c 1rem;
  background-color: var(--fh-bg-color);
  opacity: 0;
  transition: 250ms;
  width: auto;
  pointer-events: none;
}

.reels-h4658q::before {
  content: "";
  position: absolute;
  left: 0;
  top: -0.5rem;
  width: 100%;
  height: 0.5rem;
  background-color: transparent;
}

.reels-h4658q:hover {
  color: var(--fh-bg-color);
}

.reels-xt3jow {
  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-7omv6c 0;
  font-size: 14px;
  font-weight: 500;
  line-height: 28px;
  white-space: nowrap;
  text-decoration: none;
  color: var(--text-color);
  -webkit-transition: 0.reels-vx4raf ease-in-out;
  -o-transition: 0.reels-vx4raf ease-in-out;
  transition: 0.reels-vx4raf ease-in-out;
}

.reels-xt3jow .reels-gn1071 img {
  width: auto;
  height: 1.2rem;
  -o-object-fit: contain;
  object-fit: contain;
}

.reels-lgr3ff,
.reels-xt3jow:hover {
  color: var(--button-bg-hover);
}

.reels-frw2dh {
  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-frw2dh.reels-v85h75 {
  position: relative;
  z-index: 1;
  overflow: hidden;
  border: none;
}

.reels-frw2dh.reels-v85h75:after,
.reels-frw2dh.reels-v85h75:before {
  content: "";
  position: absolute;
  margin: auto;
}

.reels-frw2dh.reels-v85h75: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-frw2dh.reels-v85h75:after {
  top: 2px;
  right: 2px;
  bottom: 2px;
  left: 2px;
  background-color: var(--fh-bg-color);
  border-radius: 12px;
  z-index: 0;
}

.reels-frw2dh.reels-v85h75 > * {
  z-index: 1;
}

.reels-frw2dh b,
.reels-frw2dh strong {
  color: var(--button-text-color);
  text-shadow: 0 0 8px var(--button-text-color);
}

.reels-frw2dh .reels-6xls2y {
  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-frw2dh .reels-tdsi8n {
  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-frw2dh .reels-gn1071 {
  grid-row: 1/-1;
  grid-column: 2/3;
  min-width: 146px;
}

.reels-frw2dh .reels-pie20d {
  margin-top: 12px;
}

.reels-pie20d {
  display: flex;
  gap: 8px;
  grid-row: 3/4;
  grid-column: 1/2;
}

.reels-4wni13 {
  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-pie20d .reels-yylomd {
  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-97ujqu ease-in-out;
}

.reels-pie20d .reels-yylomd:hover {
  background: rgba(255, 255, 255, 0.3);
}

.reels-ftv0hv {
  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-frw2dh.reels-s6xsdm {
  gap: 12px;
  padding: 16px;
}

.reels-frw2dh.reels-s6xsdm .reels-ftv0hv {
  min-width: 240px;
}

.reels-frw2dh.reels-s6xsdm .reels-ftv0hv.reels-uejl2z {
  padding: 10px 12px;
}

@media (max-width: 1200px) {
  .reels-frw2dh .reels-6xls2y {
    grid-row: 1/2;
    grid-column: 1/3;
  }
  .reels-frw2dh .reels-tdsi8n {
    grid-row: 2/3;
    grid-column: 1/2;
  }
  .reels-frw2dh .reels-gn1071 {
    min-width: 78px;
    grid-row: 2/3;
    grid-column: 2/3;
    align-self: start;
    max-width: 110px;
  }
  .reels-frw2dh.reels-s6xsdm .reels-gn1071 {
    max-width: 126px;
  }
  .reels-frw2dh .reels-pie20d {
    grid-row: 3/4;
    grid-column: 1/3;
  }
  .reels-frw2dh .reels-4wni13 {
    max-width: unset;
  }
  .reels-ftv0hv {
    min-width: unset;
    width: 100%;
  }
  .reels-frw2dh .reels-ftv0hv {
    grid-row: 4/5;
    grid-column: 1/3;
  }
  .reels-frw2dh.reels-s6xsdm {
    grid-template-rows: auto 1fr auto;
  }
  .reels-frw2dh.reels-s6xsdm .reels-ftv0hv {
    grid-row: 3/4;
  }
}

@media (max-width: 768px) {
  .reels-frw2dh {
    padding: 16px;
    gap: 16px 12px;
    min-height: unset;
  }
  .reels-frw2dh .reels-6xls2y {
    font-size: 18px;
    font-weight: 900;
    line-height: 24px;
  }
  .reels-frw2dh .reels-gn1071 {
    max-width: 78px;
  }
  .reels-frw2dh .reels-pie20d {
    margin-top: -12px;
  }
  .reels-frw2dh.reels-s6xsdm {
    gap: 8px;
  }
  .reels-frw2dh.reels-s6xsdm .reels-6xls2y {
    grid-row: 1/2;
    grid-column: 1/2;
  }
  .reels-frw2dh.reels-s6xsdm .reels-tdsi8n {
    grid-column: 1/3;
  }
  .reels-frw2dh.reels-s6xsdm .reels-gn1071 {
    grid-row: 1/2;
    grid-column: 2/3;
  }
  .reels-frw2dh.reels-s6xsdm .reels-gn1071 img {
    max-width: 114px;
  }
}

.reels-ftv0hv.reels-qatehx,
.reels-ftv0hv.reels-djrjbv,
.reels-ftv0hv.reels-wojk3v {
  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-97ujqu ease-in-out;
}

.reels-ftv0hv.reels-qatehx,
.reels-ftv0hv.reels-wojk3v {
  padding: 10px;
}

.reels-ftv0hv.reels-qatehx:hover,
.reels-ftv0hv.reels-djrjbv:hover,
.reels-ftv0hv.reels-wojk3v:hover {
  background: var(--button-bg-hover);
}

.reels-ftv0hv.reels-qatehx:hover svg path,
.reels-ftv0hv.reels-wojk3v:hover svg path {
  stroke: var(--button-text-color);
  fill: none;
}

.reels-ftv0hv.reels-uejl2z {
  color: var(--button-text-color);
  background-color: transparent;
  border: 1px solid var(--border-color);
  padding: 12px;
  transition: 0.reels-97ujqu ease-in-out;
  background: var(--button-bg-color);
}

.reels-ftv0hv.reels-uejl2z:hover {
  background-color: var(--button-bg-hover);
}

.reels-ftv0hv.reels-djrjbv: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-ftv0hv.reels-djrjbv:after {
  content: "";
  width: 24px;
  min-width: 24px;
  height: 24px;
  background-image: url(../images/user.svg);
  background-position: center;
  background-repeat: no-repeat;
}

.reels-ftv0hv.reels-uejl2z:after {
  content: "";
  width: 24px;
  min-width: 24px;
  height: 24px;
  background-image: url(../images/btn-arrows.svg);
  background-position: center;
  background-repeat: no-repeat;
}

.reels-smrq0w {
  max-width: 650px;
}

.reels-8fszpe {
  position: relative;
  padding-bottom: 56.25%;
  width: 100%;
  height: 0;
  background-color: #000;
}

.reels-bilzs1 {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.reels-5u6v3f {
  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-vx4raf ease-in-out;
  cursor: pointer;
}

.reels-5u6v3f:hover {
  opacity: 0.5;
}

.reels-5u6v3f:focus {
  outline: 0;
}

.reels-5u6v3f:focus .reels-a1nswe,
.reels-5u6v3f:hover .reels-a1nswe {
  fill: red;
  fill-opacity: 1;
}

.reels-5u6v3f:hover {
  cursor: pointer;
}

.reels-e6molz {
  position: absolute;
  left: 0;
  top: 0;
  border: none;
  width: 100%;
  height: 100%;
}

.reels-smrq0w.reels-1xz3gj {
  margin: 0 auto;
}

.reels-smrq0w.reels-y7ddgg {
  margin-left: auto;
}

.reels-sfp8m3 {
  margin: 33px 20px 0 20px;
  padding: 33px 40px 40px 40px;
  background-color: var(--fh-bg-color);
  border-radius: 12px 12px 0 0;
}

.reels-ognssq {
  padding-bottom: 50px;
}

.reels-n2aw1g {
  justify-content: flex-start;
  align-items: center;
  flex: 1 1;
}

.reels-jmfkv4 {
  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-witu63 {
  margin-top: 24px;
}

.reels-kjhfw0 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.reels-n6siop {
  width: 100%;
  font-size: 14px;
  line-height: 16px;
  text-align: center;
  color: var(--color-footer-text);
  margin-top: 4px;
}

.reels-kyv6qj {
  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-hueicn {
  width: 468px;
}

.reels-kyv6qj .reels-h4658q {
  margin: 0.reels-3158dq 0;
}

.reels-23qik0 {
  display: flex;
  min-width: 224px;
}

.reels-eitj0o {
  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-vx4raf ease-in-out;
}

.reels-5ikist,
.reels-eitj0o:hover {
  color: var(--text-color);
}

.reels-yv10ee {
  display: flex;
  flex-wrap: wrap;
  padding: 0;
}

.reels-fxg12x {
  display: flex;
  flex-direction: column;
}

@media (max-width: 1024px) {
  .reels-sfp8m3 {
    padding: 16px;
  }
  .reels-yv10ee {
    flex-direction: column;
    gap: 40px;
    padding: 0;
  }
  .reels-fxg12x {
    align-items: center;
  }
  .reels-hueicn {
    width: unset;
  }
  .reels-23qik0 {
    min-width: unset;
  }
  .reels-kyv6qj {
    max-height: unset;
  }
  .reels-n2aw1g {
    align-items: flex-start;
  }
}

@media (max-width: 768px) {
  .reels-sfp8m3 {
    margin: 33px 16px 0 16px;
    padding: 16px;
  }
}

.reels-70o173 {
  border-radius: 12px;
  border: 2px solid var(--border-color);
  background: var(--fh-bg-color);
  padding: 16px;
}

.reels-70o173:not(:last-child) {
  margin-bottom: 16px;
}

.reels-dzua6v {
  outline: 0;
}

.reels-dzua6v .reels-gq730d {
  color: #fff;
  font-size: 17px;
  font-weight: 800;
  line-height: 24px;
}

.reels-rrnw5k {
  display: flex;
  align-items: center;
  gap: 8px;
  outline: 0;
  cursor: pointer;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
}

.faq__details[open] .reels-rrnw5k {
  padding-bottom: 16px;
  border-bottom: 1px solid var(--border-color);
}

.reels-rrnw5k::-webkit-details-marker {
  display: none;
}

.reels-rrnw5k: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-rrnw5k: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-rrnw5k:after {
  transform: unset;
}

.reels-gq730d {
  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-gq730d 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-vx4raf ease-in-out;
  -o-transition: 0.reels-vx4raf ease-in-out;
  transition: 0.reels-vx4raf ease-in-out;
}

.reels-oyab94 {
  padding: 16px 0 0 0;
}

.reels-oyab94 * {
  margin-top: 0.8rem;
  font-family: inherit;
  font-weight: 500;
  font-style: normal;
  font-size: inherit;
  line-height: inherit;
}

page-header__button .reels-oyab94 :first-child {
  margin-top: 0;
}

@media (max-width: 767px) {
  .reels-rrnw5k {
    flex-wrap: wrap;
    gap: 12px;
  }
  .reels-rrnw5k::after {
    margin-left: auto;
  }
  .reels-gq730d {
    order: 3;
    flex: 1 1 100%;
  }
  .reels-rrnw5k {
    font-size: 14px;
    line-height: 130%;
  }
  .reels-gq730d svg {
    margin-left: 15px;
    width: 18px;
    height: 18px;
    fill: var(--color-faq-item-title);
  }
}

.reels-l8vtky {
  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-66iayv {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #fff;
  margin: 0;
  width: 100%;
  cursor: pointer;
}

.reels-l8vtky.reels-tj2e7u .reels-66iayv {
  margin-bottom: 12px;
}

.reels-66iayv::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-l8vtky.reels-tj2e7u .reels-66iayv::after {
  transform: unset;
}

.reels-n9s10w {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  list-style: none;
  overflow: hidden;
  margin: 0;
  padding: 0;
  width: 100%;
  height: auto;
  max-height: 0;
}

.reels-7cgfic {
  display: flex;
  align-items: center;
  gap: 4px;
  padding: 6px 12px;
  text-decoration: none;
  color: #fff;
  transition: 0.reels-vx4raf ease-in-out;
  border-radius: 8px;
  border: 1px solid var(--border-color);
}

.reels-7cgfic: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-l8vtky.reels-tj2e7u .reels-n9s10w {
  max-height: 100%;
}

.reels-ftrwb8 {
  margin: 0 auto 3rem;
  padding: 0 10px;
  max-width: var(--display-width);
}

.reels-7qlkx8 {
  padding: 4px 0;
  background: rgba(255, 255, 255, 0.1);
}

.reels-u4yltz {
  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-q067as {
  margin-right: 4px;
}

.reels-zds4fs {
  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-vx4raf ease-in-out;
}

.reels-zds4fs svg {
  width: 4px;
  height: 4px;
  margin-left: 4px;
  stroke: var(--text-color);
}

.reels-nwdi0n,
.reels-zds4fs:hover {
  color: var(--text-color);
}

.reels-aamms2 {
  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-aamms2 img {
  grid-column: 1/2;
  grid-row: 1/3;
  max-width: 58px;
  height: auto;
}

.reels-aamms2 .reels-u56zp9 {
  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-aamms2 .reels-nedeyq {
  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-76wehs {
  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-q71ewj {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.reels-bknl7h .reels-c19eyg {
  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-bknl7h {
  background-image: url(../images/404.webp);
  background-position: -100px;
}

.reels-rri118 {
  margin-top: 2rem;
  font-size: 5rem;
  line-height: 6rem;
  text-align: center;
}

.reels-lzf7nj {
  margin: 0;
  font-weight: 400;
  font-size: 2rem;
  line-height: 2.5rem;
  text-align: center;
}

.reels-cielkl {
  display: inline-block;
  margin: 2rem auto 0;
  border: none;
  border-radius: 5px;
  padding: 0.reels-448m97 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-cielkl:hover {
  -webkit-transform: translateY(-3px);
  -ms-transform: translateY(-3px);
  transform: translateY(-3px);
}

.reels-jwfwmp {
  position: fixed;
  right: 10px;
  bottom: 15px;
  z-index: 10;
}

.reels-ul2doi {
  -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-vx4raf ease-in-out;
  transition: transform 0.reels-vx4raf ease-in-out;
  -o-transition: transform 0.reels-vx4raf ease-in-out;
  transition:
    transform 0.reels-vx4raf ease-in-out,
    -webkit-transform 0.reels-vx4raf ease-in-out;
  cursor: pointer;
}

.reels-ul2doi svg {
  fill: var(--button-text-color);
  pointer-events: none;
}

.reels-ul2doi: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-vsb476 {
  width: 113px !important;
  background-color: green !important;
  top: 124px !important;
}

@media screen and (max-width: 700px) {
  #cookie-law-div p {
    padding-bottom: 36px;
  }
  .reels-vsb476 {
    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-js96ew {
  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-wt17gf {
  position: relative;
  width: 100%;
}

.reels-js96ew.reels-2q55r2 {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.reels-js96ew.reels-1xz3gj {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.reels-js96ew.reels-y7ddgg {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.reels-olehhf {
  display: block;
  width: 100%;
  height: auto;
  object-fit: contain;
  aspect-ratio: 16/9;
  max-height: 488px;
  background-color: #454545;
}

.reels-o3dfoj {
  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-vx4raf ease-in-out;
  cursor: pointer;
}

.reels-o3dfoj:hover {
  opacity: 0.5;
}

.reels-js96ew.reels-fvgqm9 .reels-o3dfoj {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

.reels-js96ew.reels-fvgqm9 .reels-olehhf {
  cursor: pointer;
}

.reels-yi499x {
  fill: #0009;
}

.reels-myn6yj {
  fill: #fff;
}

.reels-o3dfoj:hover .reels-yi499x {
  fill: red;
}

.reels-o3dfoj svg path {
  -webkit-transition: 0.reels-vx4raf ease-in-out;
  -o-transition: 0.reels-vx4raf ease-in-out;
  transition: 0.reels-vx4raf ease-in-out;
}

.reels-z2zovy {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0 20px;
}

.reels-z2zovy > :not(.get-image):not(.wp-block-heading) {
  grid-column: 1/2;
}

.reels-z2zovy.reels-u8q7j9 > :not(.get-image) {
  grid-column: 1/3;
}

.reels-nbapui:not(._h1-block) .reels-z2zovy > .reels-wttgu0 {
  grid-row: 1/2;
  grid-column: 1/3;
}

.reels-z2zovy.reels-u8q7j9 .reels-bd9ax8 {
  grid-column: 2/3;
}

.reels-z2zovy.reels-u8q7j9 > .reels-gn1071 {
  grid-column: 1/2;
}

.reels-z2zovy.reels-u8q7j9 > :not(.get-image):not(.wp-block-heading) {
  grid-column: 2/3;
}

.reels-z2zovy > p:first-of-type {
  margin-top: 0;
}

.reels-z2zovy .reels-gn1071 {
  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-nbapui:not(._h1-block) .reels-wttgu0 ~ .reels-gn1071 {
  grid-row: 2/10;
}

.reels-nbapui.reels-bdzsv9 .reels-wttgu0 ~ .reels-gn1071 {
  grid-row: 1/10;
}

.reels-nbapui.reels-bdzsv9 > .reels-wttgu0 {
  grid-column: 1/2;
  margin-bottom: 20px;
}

.reels-nbapui.reels-bdzsv9 .reels-gn1071 {
  grid-row: 1/10;
}

.reels-z2zovy.reels-1mke0m .reels-gn1071 {
  align-items: flex-start;
}

.reels-z2zovy.reels-1xz3gj .reels-bd9ax8 {
  margin-top: auto;
  margin-bottom: auto;
  height: fit-content;
}

.reels-z2zovy.reels-1xz3gj .reels-gn1071 {
  align-items: center;
}

.reels-z2zovy.reels-t1s2d2 .reels-gn1071 {
  align-items: flex-end;
}

.reels-bd9ax8 > :first-child {
  margin-top: 0;
}

.reels-bd9ax8 > :last-child {
  margin-bottom: 0;
}

* + .reels-yl043e,
.reels-nbapui + .reels-nbapui {
  margin-top: 2rem;
}

.reels-1fejz7 td::before,
.reels-1fejz7 th::after {
  display: none !important;
}

.reels-1fejz7 #link-selector {
  color: #000;
}

.reels-1fejz7 .reels-puyk9m {
  color: #135e96;
}

.reels-1fejz7 .reels-qqakm5 *,
.reels-1fejz7 .reels-cepnfp p,
.reels-1fejz7 .reels-l1oely * {
  color: #000;
}

.reels-1fejz7 .reels-wq4cx6 {
  background: 0 0 !important;
}

.reels-1fejz7 .reels-cer29b {
  color: #000;
}

.reels-1fejz7 .reels-9pkzzk.reels-astt0w {
  color: #fff;
}

.reels-1fejz7 .reels-wibuou {
  color: #000;
}

.reels-1fejz7
  .reels-owadju
  .reels-028tck.reels-astt0w.reels-2m3anx {
  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-echa1m,
body .reels-60oble {
  color: #000;
  background: var(--color-body) !important;
}

.reels-echa1m .reels-w1auy7 .reels-97o144,
body .reels-60oble .reels-w1auy7 .reels-97o144 {
  color: #000;
}

@media (hover: hover), screen and (min-width: 0\0) {
  .reels-7cgfic:focus,
  .reels-7cgfic:hover {
    color: #f9cb16;
  }
  .reels-x5anxk:focus,
  .reels-x5anxk:hover {
    background-color: var(--button-bg-color) !important;
    opacity: 1;
  }
}

@media (hover: hover), screen and (min-width: 0\0) {
  .reels-pxwlxi:focus img,
  .reels-pxwlxi:focus svg,
  .reels-pxwlxi:hover img,
  .reels-pxwlxi:hover svg {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
  }
}

@media (min-width: 768px) {
  .reels-aamms2 {
    display: none;
  }
}

@media (min-width: 1024px) {
  .reels-84dpuz:hover .reels-0qqmsj svg {
    -webkit-transform: rotateZ(180deg);
    -ms-transform: rotate(180deg);
    transform: rotateZ(180deg);
  }
  .reels-0qqmsj {
    pointer-events: none;
  }
}

@media screen and (max-width: 1280px) {
  :root {
    --offsets: 20px;
  }
}

@media (max-width: 1280px) {
  .reels-1a9avz {
    -ms-grid-columns: (1fr) [5];
    grid-template-columns: repeat(5, 1fr);
  }
  .reels-t1imk8 {
    grid-template-columns: repeat(4, 1fr);
  }
  .reels-681anw {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 1279px) {
  .reels-rj4zln .reels-x3r3tm {
    grid-template-columns: 1fr;
  }
  .reels-rj4zln .reels-ytf9qn {
    -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-rj4zln .reels-uianka {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
  .reels-rj4zln .reels-26vt4r {
    border-bottom: none;
    border-radius: 0;
    padding: 12px 20px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
  .reels-rj4zln .reels-nz5a6m {
    border-radius: 0 0 16px 16px;
    padding: 24px 16px;
  }
  .reels-rj4zln .reels-uianka:not(:first-child) {
    border: none;
  }
  .reels-rj4zln .reels-uianka:first-child .reels-26vt4r {
    border-top-left-radius: 18px;
    border-top-right-radius: 0;
  }
  .reels-rj4zln .reels-uianka:last-child .reels-26vt4r {
    border-radius: 0 18px 0 0;
  }
}

@media screen and (max-width: 1024px) {
  :root {
    --offsets: 16px;
  }
}

@media (max-width: 1024px) {
  html {
    font-size: 16px;
  }
  .reels-wpkrc5 {
    position: relative;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 8px var(--offsets);
  }
  .reels-f9dv7u {
    max-width: 100px;
  }
  .reels-jllotr {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
  .reels-9cy6t9 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .reels-9cy6t9 svg {
    stroke: var(--button-text-color);
    /* fill: var(--button-text-color); */
  }
  .reels-3t5fce {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
    margin-left: 20px;
  }
  .reels-jllotr + .reels-9cy6t9 {
    margin-left: auto;
  }
  .reels-whxvtv {
    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-whxvtv.reels-tj2e7u {
    z-index: 9999;
    opacity: 1;
    pointer-events: auto;
  }
  .reels-ty7gzo {
    -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-j5immt {
    width: 100%;
  }
  .reels-j5immt:not(:last-child) {
    border-bottom: 1px solid var(--border-color);
  }
  .reels-2b0uom {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin: 0;
    padding: 8px 0;
    width: 100%;
  }
  .reels-2b0uom svg {
    margin-right: 4px;
  }
  .reels-84dpuz {
    -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-0qqmsj svg {
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
  }
  .reels-0qqmsj {
    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-h4658q {
    display: none;
    width: 100%;
  }
  .reels-84dpuz.reels-tj2e7u .reels-h4658q {
    padding: 0 0 0 48px;
  }
  .reels-xt3jow {
    justify-content: flex-start;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
  }
  .reels-jmfkv4 .reels-gn1071 {
    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-46iwim {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
  }
  .reels-46iwim + .reels-46iwim {
    margin-right: 0;
  }
  .reels-46iwim + .reels-gn1071 {
    margin: 0;
  }
  .reels-1a9avz {
    grid-template-columns: repeat(4, 1fr);
  }
  .reels-t1imk8 {
    grid-template-columns: repeat(3, 1fr);
  }
  .reels-zaxgfe,
  .reels-ntgpdf {
    grid-template-columns: repeat(2, 1fr);
  }
  .reels-z2zovy {
    grid-template-columns: 1fr;
    gap: 16px;
  }
  .reels-z2zovy.reels-u8q7j9 .reels-bd9ax8 {
    grid-column: auto;
    grid-row: auto;
  }
  .reels-z2zovy > .reels-wttgu0 {
    grid-column: 1/2;
  }
  .reels-z2zovy.reels-u8q7j9 > :not(.get-image) {
    grid-column: 1/2;
  }
  .reels-z2zovy .reels-gn1071,
  .reels-z2zovy.reels-u8q7j9 > .reels-gn1071 {
    grid-column: 1/2;
    grid-row: 1/2;
  }
  .reels-z2zovy.reels-u8q7j9 > :not(.get-image):not(.wp-block-heading) {
    grid-column: 1/2;
  }
  .reels-nbapui.reels-bdzsv9 .reels-z2zovy > .reels-gn1071 {
    grid-row: 1/2;
  }
  .reels-z2zovy .reels-wttgu0 ~ .reels-gn1071,
  .reels-z2zovy.reels-u8q7j9 .reels-wttgu0 ~ .reels-gn1071 {
    grid-row: 2/3;
  }
  .reels-nbapui.reels-bdzsv9 .reels-wttgu0 ~ .reels-gn1071 {
    grid-row: 2/3;
  }
}

@media (max-width: 800px) {
  .reels-cfq6j2:first-child .reels-rla10r {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .reels-cfq6j2:first-child .reels-rla10r h1 {
    -webkit-box-ordinal-group: -1;
    -ms-flex-order: -2;
    order: -2;
  }
}

@media (max-width: 1100px) {
  .reels-cfq6j2 {
    margin-bottom: 1rem;
    padding: 0 13px;
  }
}

@media (max-width: 767px) {
  .reels-cfq6j2 {
    padding: 0;
  }
  .reels-d4b8aw {
    margin-top: 1rem;
  }
  .reels-dzua6v {
    border-radius: 5px;
  }
  .reels-nqrlzo {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .reels-66iayv::after {
    display: inline-block;
  }
  .reels-66iayv {
    margin: 0;
    width: 100%;
  }
  .reels-n9s10w {
    width: 100%;
  }
  .reels-n9s10w.reels-hg584w {
    -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-n9s10w.reels-hg584w .reels-vlncyw {
    width: 100%;
  }
  .reels-n9s10w.reels-hg584w .reels-vlncyw:not(:last-child) {
    margin-right: 0;
  }
  .reels-7cgfic {
    width: 100%;
    text-align: center;
  }
  .reels-l8vtky.reels-tj2e7u .reels-n9s10w {
    margin-top: 1rem;
  }
  .reels-1a9avz {
    grid-template-columns: repeat(3, 1fr);
  }
  .reels-681anw,
  .reels-t1imk8 {
    grid-template-columns: repeat(2, 1fr);
  }
  .reels-zaxgfe,
  .reels-ntgpdf,
  .reels-kpfv8s {
    grid-template-columns: 1fr;
  }
  .reels-89w93l {
    overflow-x: auto;
    width: 100%;
    max-width: 980px;
  }
  .reels-pnklfp {
    min-width: 300px;
    max-width: 325px;
  }
  .reels-26vt4r {
    cursor: auto;
  }
  .reels-g5kc36 .reels-26vt4r {
    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-vsb476 {
    left: calc(50% - 60px);
  }
}

@media (max-width: 650px) {
  .reels-h4658q {
    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-vsb476 {
    top: 100px !important;
  }
  #cookie-law-div p {
    padding-bottom: 50px;
  }
}

.reels-46iwim p {
  margin-top: 0;
}

@media (max-width: 550px) {
  .reels-9cy6t9 {
    margin: 0 -0.2rem;
  }
  .reels-46iwim {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
  .reels-lyvxbx {
    -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-vkonqh {
    max-width: 100%;
  }
  .reels-1a9avz {
    grid-template-columns: repeat(2, 1fr);
  }
  .reels-681anw,
  .reels-t1imk8 {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 500px) {
  html {
    font-size: 16px;
  }
  .reels-wpkrc5 {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .reels-9cy6t9 {
    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-bb88fr {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .reels-pnwdgv {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
  }
  .reels-pv8l6c,
  .reels-5y6d5z {
    width: calc(100% - 20px);
  }
}

@media (max-width: 475px) {
  .reels-xmct0x {
    width: 100%;
  }
  .reels-1a9avz {
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 400px) {
  .reels-vsb476 {
    top: 127px !important;
  }
}

.reels-bqefa5 {
  width: 100%;
  border-radius: 12px;
  overflow: hidden;
  margin-bottom: 20px;
}

@media (max-width: 1100px) {
  .reels-bqefa5 {
  }
}

@media (max-width: 767px) {
  .reels-bqefa5 {
    margin-bottom: 12px;
  }
}

.reels-bqefa5 img {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  min-width: 100%;
  height: 100%;
}

.reels-mpxum0 {
  display: flex;
  margin: 0 auto;
  padding: 0 var(--offsets);
  max-width: var(--display-width);
  gap: 20px;
}

.reels-mpxum0 > .reels-5f6pfe {
  flex: 1 1;
}

@media (max-width: 767px) {
  .reels-mpxum0 {
    flex-direction: column;
    gap: 12px;
  }
}

.reels-xkxy7p {
  display: flex;
}

.reels-xkxy7p .reels-xmnn7z {
  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-xkxy7p .reels-kd2fnq {
  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-xkxy7p .reels-gk3tjx {
  display: flex;
  list-style: none;
  margin: 0;
  padding-left: 100%;
  animation: scroll 60s linear infinite;
}

.reels-xkxy7p .reels-t0ejva {
  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-xkxy7p .reels-t0ejva:before {
  content: "";
  width: 24px;
  min-width: 24px;
  height: 24px;
  background-image: url(../images/award.svg);
  background-repeat: no-repeat;
  background-position: center;
}

.reels-xkxy7p .reels-gvfk26 {
  color: #fff;
  font-size: 14px;
  font-weight: 800;
  line-height: 20px;
  margin-right: 4px;
}

.reels-9usqcd {
  border: unset;
  background-color: unset;
}

.reels-9usqcd tbody {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

.reels-9usqcd .reels-yw4ody,
.reels-9usqcd .reels-26pje2 {
  flex: 0 1 330px;
}

.reels-9usqcd .reels-0r5s3a {
  flex: 1 1;
}

.reels-9usqcd 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-9usqcd tr td {
  border: unset;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  color: #fff;
  padding: 0;
}

.reels-9usqcd tr td:first-child {
  font-size: 23px;
  font-weight: 800;
  line-height: 28px;
  margin: 0;
  padding: 0;
}

.reels-9usqcd tr td p {
  color: #fff;
  margin: 0;
}

.reels-9usqcd tr td p span {
  color: var(--title-color);
  font-weight: 800;
}

.reels-9usqcd tr.reels-yw4ody td p {
  padding: 16px 0;
}

.reels-9usqcd tr.reels-yw4ody td p:not(:last-child),
.reels-9usqcd tr.reels-26pje2 td p:not(:last-child) {
  border-bottom: 1px solid var(--border-color);
}

.reels-9usqcd tr.reels-yw4ody td p:first-child,
.reels-9usqcd tr.reels-26pje2 td p:first-child {
  padding-top: 0;
}

.reels-9usqcd tr.reels-26pje2 td p {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 12px 0;
  font-size: 14px;
  font-weight: 800;
  line-height: 20px;
}

.reels-9usqcd tr.reels-26pje2 td p:last-child {
  padding-bottom: 0;
}

.reels-9usqcd .reels-26pje2 img {
  max-width: 32px;
}

.reels-9usqcd .reels-0r5s3a {
  min-width: 718px;
}

.reels-9usqcd .reels-0r5s3a td:last-child {
  display: flex;
  flex-wrap: wrap;
}

.reels-9usqcd .reels-0r5s3a td {
  display: flex;
}

.reels-9usqcd .reels-0r5s3a td:last-child .reels-vjtc5v,
.reels-9usqcd .reels-0r5s3a td:last-child .reels-fw6y6p,
.reels-9usqcd .reels-0r5s3a td:last-child .reels-0ot2vf {
  flex: 1 1 50%;
}

.reels-9usqcd .reels-0r5s3a td:last-child .reels-eq2s0y {
  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-9usqcd .reels-0r5s3a td:last-child .reels-kh5ctn,
.reels-9usqcd .reels-0r5s3a td:last-child .reels-0kyf58 {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  list-style: none;
  padding-left: 0;
  margin-top: 12px;
}

.reels-9usqcd .reels-0r5s3a td:last-child .reels-vjtc5v,
.reels-9usqcd .reels-0r5s3a td:last-child .reels-fw6y6p {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
  padding-top: 16px;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}

.reels-9usqcd .reels-0r5s3a td:last-child .reels-vjtc5v span,
.reels-9usqcd .reels-0r5s3a td:last-child .reels-fw6y6p span {
  font-weight: 800;
}

.reels-9usqcd .reels-0r5s3a img {
  max-width: 34px;
}

@media (max-width: 1100px) {
  .reels-9usqcd .reels-0r5s3a td .reels-0ot2vf:not(:first-child) {
    padding-left: 0;
  }
}

@media (max-width: 767px) {
  .reels-9usqcd tr.reels-yw4ody td p:last-child {
    padding-bottom: 0;
  }
  .reels-9usqcd .reels-26pje2 > td {
    display: flex;
    flex-wrap: wrap;
    gap: 0 20px;
  }
  .reels-9usqcd .reels-26pje2 > td > p {
    flex: 1 1 calc(50% - 10px);
  }
  .reels-9usqcd tr.reels-yw4ody td p:not(:last-child),
  .reels-9usqcd tr.reels-26pje2 td p:not(:last-child) {
    border-bottom: unset;
  }
  .reels-9usqcd tr.reels-26pje2 td p:last-child {
    padding-bottom: 12px;
  }
  .reels-9usqcd .reels-0r5s3a td:last-child .reels-vjtc5v,
  .reels-9usqcd .reels-0r5s3a td:last-child .reels-fw6y6p,
  .reels-9usqcd .reels-0r5s3a td:last-child .reels-0ot2vf {
    flex: 1 1 50%;
    padding: 0;
  }
  .reels-9usqcd .reels-0r5s3a td:last-child .reels-vjtc5v,
  .reels-9usqcd .reels-0r5s3a td:last-child .reels-fw6y6p {
    margin-top: 16px;
  }
  .reels-9usqcd .reels-0r5s3a td:last-child .reels-0ot2vf {
    flex: 1 1 100%;
    padding-bottom: 16px;
    margin-top: 16px;
  }
  .reels-9usqcd .reels-0r5s3a td:last-child .reels-vjtc5v {
    border-right: 1px solid var(--border-color);
  }
  .reels-9usqcd .reels-0r5s3a td:last-child .reels-0ot2vf:first-child {
    padding-top: 0;
    margin-top: 0;
  }
  .reels-9usqcd .reels-0r5s3a td:last-child .reels-0ot2vf:last-child {
    padding-bottom: 0;
  }
}

.reels-0ot2vf {
  display: flex;
  flex-direction: column;
}

.reels-9usqcd .reels-0r5s3a td .reels-0ot2vf {
  border-bottom: 1px solid var(--border-color);
  padding-bottom: 16px;
}

.reels-9usqcd .reels-0r5s3a td .reels-0ot2vf:not(:last-of-type) {
  border-right: 1px solid var(--border-color);
  padding-right: 16px;
}

.reels-9usqcd .reels-0r5s3a td .reels-0ot2vf:not(:first-child) {
  padding-left: 16px;
}

@media (max-width: 767px) {
  .reels-9usqcd .reels-0r5s3a td .reels-0ot2vf:not(:first-child) {
    padding-left: 0;
  }
  .reels-9usqcd .reels-0r5s3a td .reels-0ot2vf:not(:last-of-type) {
    border-right: unset;
  }
}

.reels-9usqcd .reels-c12f6h {
  flex: 0 1 485px;
}

.reels-9usqcd .reels-kanacj {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  list-style: none;
}

.reels-9usqcd .reels-kanacj li {
  border-radius: 4px;
  border: 1px solid var(--border-color);
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}

.reels-9usqcd .reels-kanacj li.reels-wvergi {
  padding: 6px 12px;
}

.reels-9usqcd .reels-kanacj li a,
.reels-9usqcd .reels-kanacj 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-9usqcd .reels-e29ugg,
.reels-9usqcd .reels-tl300t {
  flex: 1 1;
}

.reels-9usqcd .reels-hd7022,
.reels-9usqcd .reels-cmwlc3 {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.reels-9usqcd .reels-hd7022 li,
.reels-9usqcd .reels-cmwlc3 li {
  display: flex;
  align-items: center;
  gap: 8px;
  flex: 1 1 calc(50% - 20px);
  font-size: 14px;
  font-weight: 800;
  line-height: 20px;
}

.reels-9usqcd .reels-tl300t img {
  max-width: 32px;
}

.reels-9usqcd .reels-e29ugg img {
  max-width: 32px;
}

.reels-9usqcd .reels-2pepp2 {
  min-width: 280px;
}

.reels-9usqcd .reels-2pepp2 img {
  max-width: 146px;
}

.reels-9usqcd .reels-2pepp2 td {
  display: flex;
  flex-direction: column;
  gap: 12px;
  max-width: 280px;
}

@media (max-width: 1460px) {
  .reels-9usqcd .reels-yw4ody,
  .reels-9usqcd .reels-26pje2 {
    flex: 0 1 auto;
  }
  .reels-9usqcd .reels-0r5s3a {
    min-width: unset;
    flex: 1 1 50%;
  }
}

@media (max-width: 1100px) {
  .reels-9usqcd .reels-yw4ody,
  .reels-9usqcd .reels-c12f6h,
  .reels-9usqcd .reels-26pje2,
  .reels-9usqcd .reels-0r5s3a {
    flex: 1 1 calc(50% - 20px);
  }
  .reels-9usqcd .reels-e29ugg,
  .reels-9usqcd .reels-2pepp2,
  .reels-9usqcd .reels-tl300t {
    flex: 1 1 30%;
  }
  .reels-9usqcd .reels-2pepp2 {
    min-width: unset;
  }
}

@media (max-width: 767px) {
  .reels-9usqcd .reels-yw4ody,
  .reels-9usqcd .reels-c12f6h,
  .reels-9usqcd .reels-e29ugg,
  .reels-9usqcd .reels-26pje2,
  .reels-9usqcd .reels-0r5s3a,
  .reels-9usqcd .reels-2pepp2,
  .reels-9usqcd .reels-tl300t {
    flex: 1 1 100%;
  }
}

.reels-wuxe2y .reels-1l43h2 {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.reels-wuxe2y .reels-tezr00 {
  position: relative;
  display: flex;
  flex-direction: column;
  border-radius: 8px;
  border: 2px solid var(--border-color);
  background-color: var(--fh-bg-color);
}

.reels-wuxe2y .reels-qdlebp {
  width: 100%;
  padding: 12px 12px 8px 12px;
  background-color: #318562;
  font-size: 14px;
  font-weight: 800;
  line-height: 20px;
  color: #f9cb16;
}

.reels-wuxe2y .reels-etr70a {
  display: grid;
  padding: 16px;
  gap: 0 16px;
  grid-template-columns: repeat(2, 1fr);
}

.reels-wuxe2y .reels-etr70a > :nth-child(3) {
  margin-top: 0;
}

.reels-wuxe2y .reels-gn1071 {
  grid-column: 2/3;
  grid-row: 1/10;
}

.reels-wuxe2y .reels-k1ffsz {
  grid-column: 1/2;
  margin-top: 0;
  margin-bottom: 8px;
}

.reels-wuxe2y .reels-d4b8aw {
  grid-column: 1/2;
}

.reels-wuxe2y > :not(.how-to__title):not(.content-button) {
  grid-column: 1/2;
}

.reels-wuxe2y .reels-tezr00: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-wuxe2y .reels-tezr00:not(:last-child):after {
  position: relative;
  content: "";
  width: calc(100% - 32px);
  height: 1px;
  background-color: #318562;
  margin: 12px auto 27px auto;
}

.reels-wuxe2y .reels-xmct0x {
  min-width: 240px;
}

@media (max-width: 768px) {
  .reels-wuxe2y .reels-tezr00:not(:last-child):before {
    bottom: 8px;
  }
  .reels-wuxe2y .reels-tezr00:not(:last-child):after {
    margin: 12px auto 18px auto;
  }
  .reels-wuxe2y .reels-etr70a {
    grid-template-columns: 1fr;
    padding: 16px 16px 8px 16px;
  }
  .reels-wuxe2y .reels-gn1071 {
    grid-column: 1/2;
    grid-row: 1/2;
    margin: -16px -18px 16px -18px;
  }
  .reels-wuxe2y .reels-gn1071 img {
    width: 100%;
    height: auto;
  }
  .reels-wuxe2y .reels-xmct0x {
    width: 100%;
    min-width: unset;
  }
}

.reels-3ho0w2 .reels-xrivuh {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  list-style: none;
}

.reels-3ho0w2 .reels-ftequa {
  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-3ho0w2 .reels-gn1071 {
  height: 100%;
}

.reels-3ho0w2 .reels-gn1071 img {
  height: 100%;
  width: auto;
  min-width: 220px;
  object-fit: cover;
}

.reels-3ho0w2 .reels-j6t5ze {
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding: 16px 16px 16px 0;
}

.reels-3ho0w2 .reels-634592 {
  color: #f9cb16;
  font-size: 23px;
  font-weight: 800;
  line-height: 28px;
  margin: 0;
}

.reels-3ho0w2 .reels-cy6n18 {
  color: #d2d2d2;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  flex: 1 1;
  margin: 0;
}

@media (max-width: 1200px) {
  .reels-3ho0w2 .reels-ftequa {
    flex: 1 1 100%;
  }
  .reels-3ho0w2 .reels-ftv0hv {
    min-width: 320px;
    width: fit-content;
  }
}

@media (max-width: 767px) {
  .reels-3ho0w2 .reels-ftequa {
    flex-direction: column;
  }
  .reels-3ho0w2 .reels-gn1071 {
    width: 100%;
    height: auto;
  }
  .reels-3ho0w2 .reels-gn1071 img {
    width: 100%;
    height: auto;
    max-height: 260px;
    min-width: unset;
  }
  .reels-3ho0w2 .reels-j6t5ze {
    padding: 0 16px 16px 16px;
  }
  .reels-3ho0w2 .reels-ftv0hv {
    min-width: unset;
    width: 100%;
  }
}

.reels-e1ffm5 .reels-fnfqgd {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  flex-wrap: wrap;
  gap: 20px;
}

.reels-e1ffm5 .reels-64vtwi {
  position: relative;
  height: 220px;
  border-radius: 12px;
  border: 2px solid var(--border-color);
  overflow: hidden;
  transition: 0.2s;
}

.reels-e1ffm5 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-e1ffm5 .reels-g7lupv {
  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-e1ffm5 .reels-64vtwi:hover .reels-g7lupv {
  display: flex;
}

.reels-e1ffm5 .reels-2zl5q3 {
  text-align: center;
  margin-top: 0;
  margin-bottom: 5px;
  color: #d2d2d2;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}

.reels-e1ffm5 .reels-2ptcvd {
  text-align: center;
  font-size: 17px;
  font-weight: 800;
  line-height: 24px;
  margin-top: 0;
  margin-bottom: auto;
  color: #fff;
}

.reels-yfbcqc {
  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-yfbcqc.reels-uem3oe {
  color: #196948;
  background-color: #f9cb16;
  border: 1px solid #f9cb16;
  margin-bottom: 8px;
  transition: 0.reels-97ujqu ease-in-out;
}

.reels-yfbcqc.reels-uem3oe:hover {
  color: #f9cb16;
  background-color: transparent;
}

.reels-e1ffm5 .reels-b5n4ki {
  color: #fff;
  border: 1px solid #f9cb16;
  background-color: unset;
  transition: 0.reels-97ujqu ease-in-out;
}

.reels-e1ffm5 .reels-b5n4ki:hover {
  color: #196948;
  background-color: #f9cb16;
}

.reels-e1ffm5 .reels-b5n4ki:after,
.reels-yfbcqc.reels-uem3oe:after {
  content: "";
  width: 24px;
  min-width: 24px;
  height: 24px;
  background-repeat: no-repeat;
  background-position: center;
}

.reels-yfbcqc.reels-uem3oe:after {
  background-image: url(../images/Cash.svg);
}

.reels-e1ffm5 .reels-b5n4ki:after {
  background-image: url(../images/Play.svg);
}

@media (max-width: 1200px) {
  .reels-e1ffm5 .reels-fnfqgd {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 850px) {
  .reels-e1ffm5 .reels-fnfqgd {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 600px) {
  .reels-e1ffm5 .reels-fnfqgd {
    grid-template-columns: 1fr;
  }
  .reels-e1ffm5 .reels-64vtwi {
    height: auto;
  }
  .reels-e1ffm5 .reels-64vtwi .reels-g7lupv {
    position: relative;
    display: flex;
    height: auto;
    background-color: var(--fh-bg-color);
    padding: 8px 12px 12px 12px;
  }
  .reels-e1ffm5 .reels-2zl5q3,
  .reels-e1ffm5 .reels-2ptcvd {
    text-align: left;
  }
  .reels-e1ffm5 .reels-2ptcvd {
    margin-bottom: 8px;
  }
  .reels-e1ffm5 img {
    position: relative;
    top: unset;
    right: unset;
    bottom: unset;
    left: unset;
    min-height: unset;
  }
}

.reels-5arldz {
  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-5arldz.reels-fvgqm9 {
  display: block;
}

.reels-5arldz .reels-uzd5ax {
  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-5arldz .reels-mppzk1 {
  display: flex;
  gap: 24px;
  padding: 12px;
}

.reels-5arldz .reels-h7uov1 {
  display: flex;
  align-items: center;
  color: #fff;
  font-size: 23px;
  font-weight: 800;
  line-height: 28px;
}

.reels-5arldz .reels-se39u0 {
  display: flex;
  align-items: center;
  flex: 1 1;
}

.reels-5arldz .reels-yfbcqc {
  min-width: 296px;
  margin-bottom: 0;
}

.reels-5arldz .reels-xesomv {
  width: 44px;
  min-width: 44px;
  height: 44px;
  background-image: url(../images/cross.svg);
  background-position: center;
  background-repeat: no-repeat;
  cursor: pointer;
}

.reels-5arldz .reels-mwm69p {
  position: relative;
  flex: 1 1;
}

.reels-5arldz .reels-mwm69p iframe {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 100%;
  height: 100%;
}

@media (max-width: 768px) {
  .reels-5arldz .reels-mppzk1 {
    flex-wrap: wrap;
    gap: 8px;
  }
  .reels-5arldz .reels-h7uov1 {
    order: 1;
  }
  .reels-5arldz .reels-se39u0 {
    order: 3;
    flex: 1 1 100%;
  }
  .reels-5arldz .reels-yfbcqc {
    width: 100%;
    min-width: unset;
  }
  .reels-5arldz .reels-xesomv {
    order: 2;
    margin-left: auto;
  }
}

@media (max-width: 767px) {
  .reels-z2zovy > .reels-wttgu0 {
    margin-bottom: 0;
  }
  .reels-z2zovy > .reels-d4b8aw,
  .reels-z2zovy > p {
    margin-top: 0;
  }
}

.reels-xhfv3w img,
.reels-46iwim img {
  width: auto;
  object-fit: contain;
}

.reels-xhfv3w {
  align-items: center;
}

.reels-xhfv3w img {
  max-height: 76px;
}

.reels-46iwim img {
  max-height: 64px;
}

.reels-v0z91a {
  overflow: auto;
}

.reels-nro0py {
  border: 1px solid var(--color-table-border);
  box-shadow: 0 0 15px rgb(0 0 0 / 5%);
  border-collapse: collapse;
  width: 100%;
}

.reels-7aytn3:not(:last-child) {
  border-bottom: 1px solid var(--color-table-border);
}

.reels-dg098o {
  border: none;
  padding: 25px 10px;
  font-weight: 700;
  color: var(--color-table-td-color);
  min-width: 200px;
}

.reels-fjoa3e {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.reels-dg098o .reels-gn1071 {
  margin-right: 20px;
  flex-shrink: 0;
}

.reels-dg098o img {
  max-height: 45px;
  object-fit: contain;
  width: 100%;
}

.reels-8h5to9 {
  padding: 25px 10px;
  align-self: center;
  border-bottom: 1px solid var(--color-table-border);
  flex-grow: 1;
  border-top: none;
}

.reels-8h5to9 > :first-child {
  margin-top: 0;
}

@media (max-width: 767px) {
  .reels-dg098o {
    padding: 15px 10px;
  }
  .reels-8h5to9 {
    padding: 15px 10px;
  }
  .reels-dg098o .reels-gn1071 {
    margin-right: 10px;
  }
}

.reels-3lnjdl {
  overflow-x: auto;
}

.reels-p7jzx0 {
  border-collapse: collapse;
  width: 100%;
}

.reels-3lnjdl th {
  font-family: inherit;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 19px;
  padding: 25px 10px;
  text-align: center;
}

.reels-3lnjdl td {
  font-family: inherit;
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  padding: 15px 25px;
  white-space: nowrap;
}

.reels-3lnjdl td.reels-66nld1 {
  font-weight: 600;
  text-align: right;
  border-left: none;
}

.reels-3lnjdl td.reels-umxe14 {
  border-right: none;
}

.reels-3lnjdl td.reels-umxe14 .reels-gn1071 {
  justify-content: flex-start;
}

.reels-3lnjdl td.reels-umxe14 .reels-gn1071 img {
  height: auto;
  width: 90px;
}

.reels-3lnjdl td.reels-5w1nxb,
.reels-3lnjdl td.reels-6nqq7n {
  font-weight: 600;
  text-align: right;
}

.reels-3lnjdl td.reels-z26ere,
.reels-3lnjdl td.reels-5w1nxb {
  padding-bottom: 10px;
  border-bottom: none;
}

.reels-3lnjdl td.reels-5w1nxb,
.reels-3lnjdl td.reels-6nqq7n {
  border-left: none;
}

.reels-3lnjdl td.reels-z26ere,
.reels-3lnjdl td.reels-63uq5w {
  border-right: none;
}

.reels-3lnjdl td.reels-63uq5w,
.reels-3lnjdl td.reels-6nqq7n {
  border-top: none;
  padding-top: 10px;
}

.reels-17gypp {
  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-17gypp .reels-ftv0hv {
  min-width: unset;
  width: 100%;
}

.reels-17gypp .reels-ftv0hv.reels-qatehx {
  grid-column: 1/2;
  grid-row: 1/2;
}

.reels-17gypp .reels-ftv0hv.reels-wojk3v {
  grid-column: 2/3;
  grid-row: 1/2;
}

.reels-17gypp .reels-4h6z2g {
  grid-column: 1/3;
  grid-row: 2/3;
  margin-top: 0;
}

@media (max-width: 767px) {
  .reels-17gypp {
    grid-template-columns: 1fr;
    margin-top: 0;
  }
  .reels-17gypp .reels-ftv0hv.reels-qatehx {
    grid-column: 1/2;
    grid-row: 1/2;
  }
  .reels-17gypp .reels-ftv0hv.reels-wojk3v {
    grid-column: 1/2;
    grid-row: 2/3;
  }
  .reels-17gypp .reels-4h6z2g {
    grid-column: 1/2;
    grid-row: 3/4;
  }
}

.reels-x306dm {
  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-j0e6fu {
  margin-bottom: 32px;
  font-size: 34px;
  font-weight: 800;
  line-height: 40px;
}

.reels-40urle p a img {
  margin: 0 auto;
  display: block;
}

.reels-40urle table {
  margin-bottom: 17px;
}

/* contanct form */
.reels-jekuw7 {
  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-jekuw7 label {
  font-size: 14px;
}

.reels-jekuw7 h2 {
  text-align: center;
  margin-bottom: 1rem;
}
.reels-jekuw7 input,
.reels-jekuw7 textarea,
.reels-jekuw7 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-jekuw7 button {
  background-color: #a91f09;
  color: var(--text-color);
  border: none;
  cursor: pointer;
  transition: background 0.reels-97ujqu ease;
}
.reels-jekuw7 button:hover {
  background-color: #691204;
}
.reels-lj4qnx {
  text-align: center;
  color: green;
  font-weight: 500;
  padding: 50px 0;
  animation: fadeIn 0.reels-hhma0j ease-in;
}

.reels-lj4qnx 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-ugagfa, .reels-awgbn4, [class*="review-card"],
thead, thead th, table th, .reels-brxg83,
.reels-shfwhe, [class*="collapsible-header"],
.reels-dpt208, [class*="updated-block"] {
  color: #ece7dc !important;
}

/* brandauto-contrast-fix v3 */
body, body :is(p,h1,h2,h3,h4,h5,h6,li,td,th,dd,dt,blockquote,figcaption,label) { color: #ECE7DC !important; }
#cookie-law-div, #cookie-law-div :is(p,h1,h2,h3,h4,h5,h6,li,td,th,dd,dt,blockquote,figcaption,label) { color: var(--text-color) !important; }
