@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);
}

.magius-ddlms5 {
  margin: 0 auto;
  padding: 0 var(--offsets);
  max-width: var(--display-width);
}

.magius-ye15gz {
  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.magius-9khyl8,
ul.magius-9khyl8 {
  padding-left: 20px;
}

ul.magius-9khyl8 {
  list-style: disc;
}

ol.magius-9khyl8 {
  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;
  }
}

.magius-ajwyds > .magius-nenb51,
.magius-ajwyds > .magius-0yapb8,
.magius-ajwyds > blockquote,
.magius-ajwyds > h1,
.magius-ajwyds > h2,
.magius-ajwyds > h3,
.magius-ajwyds > h4,
.magius-ajwyds > h5,
.magius-ajwyds > h6,
.magius-ajwyds > ol,
.magius-ajwyds > p,
.magius-ajwyds > ul {
  margin-right: auto;
  margin-left: auto;
  padding: 0 var(--offsets);
  max-width: var(--display-width);
}

.magius-ajwyds > ol,
.magius-ajwyds > ul {
  padding-left: 50px;
}

.magius-ajwyds 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;
}

.magius-ajwyds:not(:last-child) {
  margin-bottom: 2rem;
}

.magius-ajwyds > :not(:first-child) {
  margin-top: 2rem;
}

.magius-ajwyds {
  margin-top: 64px;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.magius-ajwyds:first-child {
  margin-top: 40px;
}

@media (max-width: 767px) {
  .magius-ajwyds:first-child {
    margin-top: 20px;
  }
}

.magius-ajwyds > p:last-of-type {
  margin-bottom: 32px;
}

.magius-ajwyds > .magius-6q08rj:not(:first-child) {
  margin: 64px auto 16px auto;
}

.magius-g58hj2 > .magius-6q08rj {
  margin-left: auto;
  margin-right: auto;
  padding: 0 var(--offsets);
  max-width: var(--display-width);
}

.magius-0yapb8 {
  overflow: auto;
}

.magius-0yapb8::-webkit-scrollbar {
  height: 5px;
}

.magius-0yapb8 table,
table {
  margin-top: 24px;
  border-collapse: collapse;
  width: 100%;
  word-break: break-word;
}

.magius-0yapb8 table {
  border-radius: 12px;
  border: 2px solid var(--border-color);
  /* background: #0f442e; */
}

.magius-0yapb8 table thead,
table thead {
  border-bottom: none;
}

.magius-0yapb8 table th,
table th {
  padding: 5px 5px;
  text-align: center;
  color: var(--color-table-th-color);
  background-color: var(--table-1-color);
}

.magius-0yapb8 table th:not(:last-child) {
  border-right: 1px solid var(--border-color);
}

.magius-0yapb8 table td,
table td {
  border: 1px solid var(--border-color);
  padding: 5px 5px;
}

.magius-0yapb8 .magius-nnxuwu {
  table-layout: auto;
}

.magius-0yapb8 .magius-nnxuwu th {
  word-break: normal;
}

.magius-0yapb8 .magius-nnxuwu td {
  word-break: normal;
}

.magius-ddlms5 .magius-ddlms5 {
  padding-right: 0;
  padding-left: 0;
}

.magius-9lyxwc {
  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;
}

.magius-5y2j2f {
  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;
}

.magius-k9atu6 {
  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;
}

.magius-nenb51 {
  margin-top: 24px;
}

.magius-nenb51.magius-tpvk5f {
  text-align: left;
}

.magius-nenb51.magius-siyemy {
  text-align: right;
}

.magius-nenb51.magius-brultz {
  text-align: center;
}

.magius-z3d2gv {
  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.magius-8vewwm ease-in-out;
  cursor: pointer;
}

.magius-z3d2gv:hover {
  color: var(--button-bg-color);
  background: 0 0;
}

.magius-z3d2gv {
  min-width: 328px;
}

@media (max-width: 768px) {
  .magius-z3d2gv {
    min-width: unset;
  }
}

.magius-j50aoa {
  background-color: var(--fh-bg-color);
}

.magius-811ar7 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 8px 20px;
}

.magius-tiwt5v {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  max-width: 160px;
}

.magius-tiwt5v img {
  max-height: 80px;
  object-fit: contain;
}

.magius-ldq63f {
  flex: 1 1;
}

.magius-dcrccu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-left: auto;
}

.magius-lf650g {
  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;
}

.magius-lf650g 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;
}

.magius-lf650g.magius-wev77u span:nth-of-type(1) {
  -webkit-transform: translateY(11px) rotateZ(45deg);
  -ms-transform: translateY(11px) rotate(45deg);
  transform: translateY(11px) rotateZ(45deg);
}

.magius-lf650g.magius-wev77u span:nth-of-type(2) {
  -webkit-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform: scaleX(0);
}

.magius-lf650g.magius-wev77u span:nth-of-type(3) {
  -webkit-transform: translateY(-11px) rotateZ(-45deg);
  -ms-transform: translateY(-11px) rotate(-45deg);
  transform: translateY(-11px) rotateZ(-45deg);
}

.magius-ldq63f + .magius-dcrccu {
  margin-left: 20px;
}

.magius-nyjne9 {
  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;
}

.magius-nyjne9 > svg {
  max-width: 24px;
  max-height: 24px;
}

.magius-nyjne9 + .magius-nyjne9 {
  margin-left: 5px;
}

.magius-pfaxz5 {
  color: var(--button-text-color);
  background-color: var(--button-bg-color);
  border: 1px solid var(--border-color);
  transition: 0.2s;
}

.magius-pfaxz5:hover {
  background-color: var(--button-bg-hover);
}

.magius-0whg5m {
  color: var(--button-text-color);
  background-color: var(--button-bg-color);
  transition: 0.magius-8vewwm ease-in-out;
  border: 1px solid var(--border-color);
}

.magius-0whg5m:hover {
  color: var(--button-text-color);
  background-color: var(--button-bg-hover);
}

.magius-6vmo3e {
  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) {
  .magius-ldq63f {
    flex: 1 1 100%;
    order: 10;
    margin-top: 8px;
  }
  .magius-6vmo3e {
    justify-content: center;
  }
}

@media (max-width: 1024px) {
  .magius-ldq63f {
    margin-top: unset;
  }
}

@media (max-width: 768px) {
  .magius-nyjne9 {
    min-width: unset;
    flex: 1 1;
  }
}

.magius-v9r0x4 {
  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;
}

.magius-v9r0x4:hover > a::after {
  -webkit-transform: scaleX(1);
  -ms-transform: scaleX(1);
  transform: scaleX(1);
}

.magius-v9r0x4:hover .magius-5tvndg {
  opacity: 1;
  pointer-events: auto;
}

.magius-0q7hsc {
  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.magius-akg6l4 ease-in-out;
  gap: 4px;
}

.magius-0q7hsc > svg {
  max-width: 28px;
  max-height: 28px;
  fill: var(--text-color);
  stroke: var(--text-color);
}

.magius-0q7hsc .magius-9lyxwc img {
  width: auto;
  height: 1.2rem;
  -o-object-fit: contain;
  object-fit: contain;
}

.magius-jvbtlp,
.magius-0q7hsc:hover {
  color: var(--button-bg-hover);
}

.magius-n496l7 {
  position: relative;
}

.magius-n496l7 .magius-0q7hsc {
  margin-right: 0;
  padding-right: 4px;
}

.magius-1aug7x svg {
  fill: var(--text-color);
  stroke: var(--text-color);
}

.magius-n496l7.magius-wev77u .magius-1aug7x svg {
  -webkit-transform: rotateZ(180deg);
  -ms-transform: rotate(180deg);
  transform: rotateZ(180deg);
}

.magius-n496l7.magius-wev77u .magius-5tvndg {
  position: relative;
  top: 0;
  display: block;
  margin-top: 0;
  padding: 0 1rem;
  opacity: 1;
  pointer-events: auto;
}

.magius-n496l7.magius-wev77u .magius-5tvndg::before {
  display: none;
}

.magius-1aug7x svg {
  width: 100%;
  height: auto;
  max-width: 15px;
  -webkit-transition: 250ms;
  -o-transition: 250ms;
  transition: 250ms;
}

.magius-5tvndg {
  position: absolute;
  top: 100%;
  z-index: 100;
  list-style: none;
  margin-top: 0.5rem;
  border-radius: 5px;
  padding: 0.magius-84rdc3 1rem;
  background-color: var(--fh-bg-color);
  opacity: 0;
  transition: 250ms;
  width: auto;
  pointer-events: none;
}

.magius-5tvndg::before {
  content: "";
  position: absolute;
  left: 0;
  top: -0.5rem;
  width: 100%;
  height: 0.5rem;
  background-color: transparent;
}

.magius-5tvndg:hover {
  color: var(--fh-bg-color);
}

.magius-oxrdaa {
  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.magius-84rdc3 0;
  font-size: 14px;
  font-weight: 500;
  line-height: 28px;
  white-space: nowrap;
  text-decoration: none;
  color: var(--text-color);
  -webkit-transition: 0.magius-akg6l4 ease-in-out;
  -o-transition: 0.magius-akg6l4 ease-in-out;
  transition: 0.magius-akg6l4 ease-in-out;
}

.magius-oxrdaa .magius-9lyxwc img {
  width: auto;
  height: 1.2rem;
  -o-object-fit: contain;
  object-fit: contain;
}

.magius-452j7t,
.magius-oxrdaa:hover {
  color: var(--button-bg-hover);
}

.magius-cgnz7e {
  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%;
}

.magius-cgnz7e.magius-l2g66l {
  position: relative;
  z-index: 1;
  overflow: hidden;
  border: none;
}

.magius-cgnz7e.magius-l2g66l:after,
.magius-cgnz7e.magius-l2g66l:before {
  content: "";
  position: absolute;
  margin: auto;
}

.magius-cgnz7e.magius-l2g66l: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);
  }
}

.magius-cgnz7e.magius-l2g66l:after {
  top: 2px;
  right: 2px;
  bottom: 2px;
  left: 2px;
  background-color: var(--fh-bg-color);
  border-radius: 12px;
  z-index: 0;
}

.magius-cgnz7e.magius-l2g66l > * {
  z-index: 1;
}

.magius-cgnz7e b,
.magius-cgnz7e strong {
  color: var(--button-text-color);
  text-shadow: 0 0 8px var(--button-text-color);
}

.magius-cgnz7e .magius-glwg4r {
  grid-row: 1/2;
  grid-column: 1/2;
  font-size: 24px;
  font-weight: 900;
  line-height: 32px;
  text-transform: uppercase;
  margin: 0;
  color: #fff;
}

.magius-cgnz7e .magius-it6alg {
  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;
}

.magius-cgnz7e .magius-9lyxwc {
  grid-row: 1/-1;
  grid-column: 2/3;
  min-width: 146px;
}

.magius-cgnz7e .magius-3adv6y {
  margin-top: 12px;
}

.magius-3adv6y {
  display: flex;
  gap: 8px;
  grid-row: 3/4;
  grid-column: 1/2;
}

.magius-48e3yy {
  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;
}

.magius-3adv6y .magius-if5pv7 {
  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.magius-8vewwm ease-in-out;
}

.magius-3adv6y .magius-if5pv7:hover {
  background: rgba(255, 255, 255, 0.3);
}

.magius-unbedr {
  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;
}

.magius-cgnz7e.magius-in0voa {
  gap: 12px;
  padding: 16px;
}

.magius-cgnz7e.magius-in0voa .magius-unbedr {
  min-width: 240px;
}

.magius-cgnz7e.magius-in0voa .magius-unbedr.magius-qkt030 {
  padding: 10px 12px;
}

@media (max-width: 1200px) {
  .magius-cgnz7e .magius-glwg4r {
    grid-row: 1/2;
    grid-column: 1/3;
  }
  .magius-cgnz7e .magius-it6alg {
    grid-row: 2/3;
    grid-column: 1/2;
  }
  .magius-cgnz7e .magius-9lyxwc {
    min-width: 78px;
    grid-row: 2/3;
    grid-column: 2/3;
    align-self: start;
    max-width: 110px;
  }
  .magius-cgnz7e.magius-in0voa .magius-9lyxwc {
    max-width: 126px;
  }
  .magius-cgnz7e .magius-3adv6y {
    grid-row: 3/4;
    grid-column: 1/3;
  }
  .magius-cgnz7e .magius-48e3yy {
    max-width: unset;
  }
  .magius-unbedr {
    min-width: unset;
    width: 100%;
  }
  .magius-cgnz7e .magius-unbedr {
    grid-row: 4/5;
    grid-column: 1/3;
  }
  .magius-cgnz7e.magius-in0voa {
    grid-template-rows: auto 1fr auto;
  }
  .magius-cgnz7e.magius-in0voa .magius-unbedr {
    grid-row: 3/4;
  }
}

@media (max-width: 768px) {
  .magius-cgnz7e {
    padding: 16px;
    gap: 16px 12px;
    min-height: unset;
  }
  .magius-cgnz7e .magius-glwg4r {
    font-size: 18px;
    font-weight: 900;
    line-height: 24px;
  }
  .magius-cgnz7e .magius-9lyxwc {
    max-width: 78px;
  }
  .magius-cgnz7e .magius-3adv6y {
    margin-top: -12px;
  }
  .magius-cgnz7e.magius-in0voa {
    gap: 8px;
  }
  .magius-cgnz7e.magius-in0voa .magius-glwg4r {
    grid-row: 1/2;
    grid-column: 1/2;
  }
  .magius-cgnz7e.magius-in0voa .magius-it6alg {
    grid-column: 1/3;
  }
  .magius-cgnz7e.magius-in0voa .magius-9lyxwc {
    grid-row: 1/2;
    grid-column: 2/3;
  }
  .magius-cgnz7e.magius-in0voa .magius-9lyxwc img {
    max-width: 114px;
  }
}

.magius-unbedr.magius-zumw5i,
.magius-unbedr.magius-45lkiw,
.magius-unbedr.magius-oe77np {
  color: var(--button-text-color);
  background-color: var(--button-bg-color);
  padding: 12px 12px 12px 64px;
  border: 1px solid var(--border-color);
  transition: 0.magius-8vewwm ease-in-out;
}

.magius-unbedr.magius-zumw5i,
.magius-unbedr.magius-oe77np {
  padding: 10px;
}

.magius-unbedr.magius-zumw5i:hover,
.magius-unbedr.magius-45lkiw:hover,
.magius-unbedr.magius-oe77np:hover {
  background: var(--button-bg-hover);
}

.magius-unbedr.magius-zumw5i:hover svg path,
.magius-unbedr.magius-oe77np:hover svg path {
  stroke: var(--button-text-color);
  fill: none;
}

.magius-unbedr.magius-qkt030 {
  color: var(--button-text-color);
  background-color: transparent;
  border: 1px solid var(--border-color);
  padding: 12px;
  transition: 0.magius-8vewwm ease-in-out;
  background: var(--button-bg-color);
}

.magius-unbedr.magius-qkt030:hover {
  background-color: var(--button-bg-hover);
}

.magius-unbedr.magius-45lkiw: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);
  }
}

.magius-unbedr.magius-45lkiw:after {
  content: "";
  width: 24px;
  min-width: 24px;
  height: 24px;
  background-image: url(../images/user.svg);
  background-position: center;
  background-repeat: no-repeat;
}

.magius-unbedr.magius-qkt030:after {
  content: "";
  width: 24px;
  min-width: 24px;
  height: 24px;
  background-image: url(../images/btn-arrows.svg);
  background-position: center;
  background-repeat: no-repeat;
}

.magius-5vu3xx {
  max-width: 650px;
}

.magius-x2kcyx {
  position: relative;
  padding-bottom: 56.25%;
  width: 100%;
  height: 0;
  background-color: #000;
}

.magius-rcgrnc {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.magius-k0xu0n {
  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.magius-akg6l4 ease-in-out;
  cursor: pointer;
}

.magius-k0xu0n:hover {
  opacity: 0.5;
}

.magius-k0xu0n:focus {
  outline: 0;
}

.magius-k0xu0n:focus .magius-0589ay,
.magius-k0xu0n:hover .magius-0589ay {
  fill: red;
  fill-opacity: 1;
}

.magius-k0xu0n:hover {
  cursor: pointer;
}

.magius-ehn0vk {
  position: absolute;
  left: 0;
  top: 0;
  border: none;
  width: 100%;
  height: 100%;
}

.magius-5vu3xx.magius-brultz {
  margin: 0 auto;
}

.magius-5vu3xx.magius-siyemy {
  margin-left: auto;
}

.magius-kxgcqk {
  margin: 33px 20px 0 20px;
  padding: 33px 40px 40px 40px;
  background-color: var(--fh-bg-color);
  border-radius: 12px 12px 0 0;
}

.magius-glvlqw {
  padding-bottom: 50px;
}

.magius-bdp2t5 {
  justify-content: flex-start;
  align-items: center;
  flex: 1 1;
}

.magius-m2hqn6 {
  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;
}

.magius-lg4ign {
  margin-top: 24px;
}

.magius-fw7cc0 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.magius-ak2z16 {
  width: 100%;
  font-size: 14px;
  line-height: 16px;
  text-align: center;
  color: var(--color-footer-text);
  margin-top: 4px;
}

.magius-0v8bhd {
  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;
}

.magius-94q81r {
  width: 468px;
}

.magius-0v8bhd .magius-5tvndg {
  margin: 0.magius-hi8ud5 0;
}

.magius-8w57nb {
  display: flex;
  min-width: 224px;
}

.magius-vi72gf {
  cursor: pointer;
  display: inline-block;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  text-decoration: none;
  color: var(--footer-text-color);
  transition: 0.magius-akg6l4 ease-in-out;
}

.magius-dfq381,
.magius-vi72gf:hover {
  color: var(--text-color);
}

.magius-fv77hh {
  display: flex;
  flex-wrap: wrap;
  padding: 0;
}

.magius-s8ndp7 {
  display: flex;
  flex-direction: column;
}

@media (max-width: 1024px) {
  .magius-kxgcqk {
    padding: 16px;
  }
  .magius-fv77hh {
    flex-direction: column;
    gap: 40px;
    padding: 0;
  }
  .magius-s8ndp7 {
    align-items: center;
  }
  .magius-94q81r {
    width: unset;
  }
  .magius-8w57nb {
    min-width: unset;
  }
  .magius-0v8bhd {
    max-height: unset;
  }
  .magius-bdp2t5 {
    align-items: flex-start;
  }
}

@media (max-width: 768px) {
  .magius-kxgcqk {
    margin: 33px 16px 0 16px;
    padding: 16px;
  }
}

.magius-l2o3me {
  border-radius: 12px;
  border: 2px solid var(--border-color);
  background: var(--fh-bg-color);
  padding: 16px;
}

.magius-l2o3me:not(:last-child) {
  margin-bottom: 16px;
}

.magius-kcolzh {
  outline: 0;
}

.magius-kcolzh .magius-lr8zfw {
  color: #fff;
  font-size: 17px;
  font-weight: 800;
  line-height: 24px;
}

.magius-p2mwjv {
  display: flex;
  align-items: center;
  gap: 8px;
  outline: 0;
  cursor: pointer;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
}

.faq__details[open] .magius-p2mwjv {
  padding-bottom: 16px;
  border-bottom: 1px solid var(--border-color);
}

.magius-p2mwjv::-webkit-details-marker {
  display: none;
}

.magius-p2mwjv: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;
}

.magius-p2mwjv: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] .magius-p2mwjv:after {
  transform: unset;
}

.magius-lr8zfw {
  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);
}

.magius-lr8zfw 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.magius-akg6l4 ease-in-out;
  -o-transition: 0.magius-akg6l4 ease-in-out;
  transition: 0.magius-akg6l4 ease-in-out;
}

.magius-8ga8li {
  padding: 16px 0 0 0;
}

.magius-8ga8li * {
  margin-top: 0.8rem;
  font-family: inherit;
  font-weight: 500;
  font-style: normal;
  font-size: inherit;
  line-height: inherit;
}

page-header__button .magius-8ga8li :first-child {
  margin-top: 0;
}

@media (max-width: 767px) {
  .magius-p2mwjv {
    flex-wrap: wrap;
    gap: 12px;
  }
  .magius-p2mwjv::after {
    margin-left: auto;
  }
  .magius-lr8zfw {
    order: 3;
    flex: 1 1 100%;
  }
  .magius-p2mwjv {
    font-size: 14px;
    line-height: 130%;
  }
  .magius-lr8zfw svg {
    margin-left: 15px;
    width: 18px;
    height: 18px;
    fill: var(--color-faq-item-title);
  }
}

.magius-gcdqit {
  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;
}

.magius-e93a9f {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #fff;
  margin: 0;
  width: 100%;
  cursor: pointer;
}

.magius-gcdqit.magius-wev77u .magius-e93a9f {
  margin-bottom: 12px;
}

.magius-e93a9f::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;
}

.magius-gcdqit.magius-wev77u .magius-e93a9f::after {
  transform: unset;
}

.magius-u7bsj7 {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  list-style: none;
  overflow: hidden;
  margin: 0;
  padding: 0;
  width: 100%;
  height: auto;
  max-height: 0;
}

.magius-y6d6b7 {
  display: flex;
  align-items: center;
  gap: 4px;
  padding: 6px 12px;
  text-decoration: none;
  color: #fff;
  transition: 0.magius-akg6l4 ease-in-out;
  border-radius: 8px;
  border: 1px solid var(--border-color);
}

.magius-y6d6b7: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;
}

.magius-gcdqit.magius-wev77u .magius-u7bsj7 {
  max-height: 100%;
}

.magius-moq0bv {
  margin: 0 auto 3rem;
  padding: 0 10px;
  max-width: var(--display-width);
}

.magius-zcimt2 {
  padding: 4px 0;
  background: rgba(255, 255, 255, 0.1);
}

.magius-l6s9jl {
  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;
}

.magius-8owemy {
  margin-right: 4px;
}

.magius-e3a6gz {
  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.magius-akg6l4 ease-in-out;
}

.magius-e3a6gz svg {
  width: 4px;
  height: 4px;
  margin-left: 4px;
  stroke: var(--text-color);
}

.magius-o40kzr,
.magius-e3a6gz:hover {
  color: var(--text-color);
}

.magius-k3vhk5 {
  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;
}

.magius-k3vhk5 img {
  grid-column: 1/2;
  grid-row: 1/3;
  max-width: 58px;
  height: auto;
}

.magius-k3vhk5 .magius-93u6af {
  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;
}

.magius-k3vhk5 .magius-stcgiq {
  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;
}

.magius-hvamb9 {
  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;
}

.magius-jf3248 {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.magius-96zurm .magius-ddlms5 {
  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;
}

.magius-96zurm {
  background-image: url(../images/404.webp);
  background-position: -100px;
}

.magius-u0juw9 {
  margin-top: 2rem;
  font-size: 5rem;
  line-height: 6rem;
  text-align: center;
}

.magius-tqr47f {
  margin: 0;
  font-weight: 400;
  font-size: 2rem;
  line-height: 2.5rem;
  text-align: center;
}

.magius-c0dwhv {
  display: inline-block;
  margin: 2rem auto 0;
  border: none;
  border-radius: 5px;
  padding: 0.magius-jqm950 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;
}

.magius-c0dwhv:hover {
  -webkit-transform: translateY(-3px);
  -ms-transform: translateY(-3px);
  transform: translateY(-3px);
}

.magius-1ohkvi {
  position: fixed;
  right: 10px;
  bottom: 15px;
  z-index: 10;
}

.magius-tqflcq {
  -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.magius-akg6l4 ease-in-out;
  transition: transform 0.magius-akg6l4 ease-in-out;
  -o-transition: transform 0.magius-akg6l4 ease-in-out;
  transition:
    transform 0.magius-akg6l4 ease-in-out,
    -webkit-transform 0.magius-akg6l4 ease-in-out;
  cursor: pointer;
}

.magius-tqflcq svg {
  fill: var(--button-text-color);
  pointer-events: none;
}

.magius-tqflcq: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;
}

.magius-3rfx4s {
  width: 113px !important;
  background-color: green !important;
  top: 124px !important;
}

@media screen and (max-width: 700px) {
  #cookie-law-div p {
    padding-bottom: 36px;
  }
  .magius-3rfx4s {
    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);
}

.magius-mcl2w4 {
  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;
}

.magius-bufeon {
  position: relative;
  width: 100%;
}

.magius-mcl2w4.magius-7kmwbh {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.magius-mcl2w4.magius-brultz {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.magius-mcl2w4.magius-siyemy {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.magius-ssvyl0 {
  display: block;
  width: 100%;
  height: auto;
  object-fit: contain;
  aspect-ratio: 16/9;
  max-height: 488px;
  background-color: #454545;
}

.magius-37unqb {
  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.magius-akg6l4 ease-in-out;
  cursor: pointer;
}

.magius-37unqb:hover {
  opacity: 0.5;
}

.magius-mcl2w4.magius-r4l2q1 .magius-37unqb {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

.magius-mcl2w4.magius-r4l2q1 .magius-ssvyl0 {
  cursor: pointer;
}

.magius-m0i6a9 {
  fill: #0009;
}

.magius-5llqsb {
  fill: #fff;
}

.magius-37unqb:hover .magius-m0i6a9 {
  fill: red;
}

.magius-37unqb svg path {
  -webkit-transition: 0.magius-akg6l4 ease-in-out;
  -o-transition: 0.magius-akg6l4 ease-in-out;
  transition: 0.magius-akg6l4 ease-in-out;
}

.magius-q85r3u {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0 20px;
}

.magius-q85r3u > :not(.get-image):not(.wp-block-heading) {
  grid-column: 1/2;
}

.magius-q85r3u.magius-w87ytm > :not(.get-image) {
  grid-column: 1/3;
}

.magius-crn4nh:not(._h1-block) .magius-q85r3u > .magius-6q08rj {
  grid-row: 1/2;
  grid-column: 1/3;
}

.magius-q85r3u.magius-w87ytm .magius-mw85e5 {
  grid-column: 2/3;
}

.magius-q85r3u.magius-w87ytm > .magius-9lyxwc {
  grid-column: 1/2;
}

.magius-q85r3u.magius-w87ytm > :not(.get-image):not(.wp-block-heading) {
  grid-column: 2/3;
}

.magius-q85r3u > p:first-of-type {
  margin-top: 0;
}

.magius-q85r3u .magius-9lyxwc {
  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;
}

.magius-crn4nh:not(._h1-block) .magius-6q08rj ~ .magius-9lyxwc {
  grid-row: 2/10;
}

.magius-crn4nh.magius-831i4f .magius-6q08rj ~ .magius-9lyxwc {
  grid-row: 1/10;
}

.magius-crn4nh.magius-831i4f > .magius-6q08rj {
  grid-column: 1/2;
  margin-bottom: 20px;
}

.magius-crn4nh.magius-831i4f .magius-9lyxwc {
  grid-row: 1/10;
}

.magius-q85r3u.magius-f4t45e .magius-9lyxwc {
  align-items: flex-start;
}

.magius-q85r3u.magius-brultz .magius-mw85e5 {
  margin-top: auto;
  margin-bottom: auto;
  height: fit-content;
}

.magius-q85r3u.magius-brultz .magius-9lyxwc {
  align-items: center;
}

.magius-q85r3u.magius-9dzvve .magius-9lyxwc {
  align-items: flex-end;
}

.magius-mw85e5 > :first-child {
  margin-top: 0;
}

.magius-mw85e5 > :last-child {
  margin-bottom: 0;
}

* + .magius-g4wxt7,
.magius-crn4nh + .magius-crn4nh {
  margin-top: 2rem;
}

.magius-f8z7bt td::before,
.magius-f8z7bt th::after {
  display: none !important;
}

.magius-f8z7bt #link-selector {
  color: #000;
}

.magius-f8z7bt .magius-nf8j4l {
  color: #135e96;
}

.magius-f8z7bt .magius-7gu1d2 *,
.magius-f8z7bt .magius-bhw3jr p,
.magius-f8z7bt .magius-ym99sz * {
  color: #000;
}

.magius-f8z7bt .magius-q4c1jc {
  background: 0 0 !important;
}

.magius-f8z7bt .magius-6bfhpv {
  color: #000;
}

.magius-f8z7bt .magius-sncdf2.magius-5qrxeu {
  color: #fff;
}

.magius-f8z7bt .magius-k5h2j3 {
  color: #000;
}

.magius-f8z7bt
  .magius-f75u5t
  .magius-908ggy.magius-5qrxeu.magius-uoz5yv {
  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;
}

.magius-ufwxdq,
body .magius-pwgjjq {
  color: #000;
  background: var(--color-body) !important;
}

.magius-ufwxdq .magius-nyeori .magius-5fxjn1,
body .magius-pwgjjq .magius-nyeori .magius-5fxjn1 {
  color: #000;
}

@media (hover: hover), screen and (min-width: 0\0) {
  .magius-y6d6b7:focus,
  .magius-y6d6b7:hover {
    color: #f9cb16;
  }
  .magius-ez2hjw:focus,
  .magius-ez2hjw:hover {
    background-color: var(--button-bg-color) !important;
    opacity: 1;
  }
}

@media (hover: hover), screen and (min-width: 0\0) {
  .magius-gqwg4h:focus img,
  .magius-gqwg4h:focus svg,
  .magius-gqwg4h:hover img,
  .magius-gqwg4h:hover svg {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
  }
}

@media (min-width: 768px) {
  .magius-k3vhk5 {
    display: none;
  }
}

@media (min-width: 1024px) {
  .magius-n496l7:hover .magius-1aug7x svg {
    -webkit-transform: rotateZ(180deg);
    -ms-transform: rotate(180deg);
    transform: rotateZ(180deg);
  }
  .magius-1aug7x {
    pointer-events: none;
  }
}

@media screen and (max-width: 1280px) {
  :root {
    --offsets: 20px;
  }
}

@media (max-width: 1280px) {
  .magius-12474x {
    -ms-grid-columns: (1fr) [5];
    grid-template-columns: repeat(5, 1fr);
  }
  .magius-7gsfsd {
    grid-template-columns: repeat(4, 1fr);
  }
  .magius-4xxuoe {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 1279px) {
  .magius-e2d193 .magius-ieitds {
    grid-template-columns: 1fr;
  }
  .magius-e2d193 .magius-af5236 {
    -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;
  }
  .magius-e2d193 .magius-zqmuyc {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
  .magius-e2d193 .magius-q43hz6 {
    border-bottom: none;
    border-radius: 0;
    padding: 12px 20px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
  .magius-e2d193 .magius-u4b8a7 {
    border-radius: 0 0 16px 16px;
    padding: 24px 16px;
  }
  .magius-e2d193 .magius-zqmuyc:not(:first-child) {
    border: none;
  }
  .magius-e2d193 .magius-zqmuyc:first-child .magius-q43hz6 {
    border-top-left-radius: 18px;
    border-top-right-radius: 0;
  }
  .magius-e2d193 .magius-zqmuyc:last-child .magius-q43hz6 {
    border-radius: 0 18px 0 0;
  }
}

@media screen and (max-width: 1024px) {
  :root {
    --offsets: 16px;
  }
}

@media (max-width: 1024px) {
  html {
    font-size: 16px;
  }
  .magius-811ar7 {
    position: relative;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 8px var(--offsets);
  }
  .magius-tiwt5v {
    max-width: 100px;
  }
  .magius-ldq63f {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
  .magius-dcrccu {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .magius-dcrccu svg {
    stroke: var(--button-text-color);
    /* fill: var(--button-text-color); */
  }
  .magius-lf650g {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
    margin-left: 20px;
  }
  .magius-ldq63f + .magius-dcrccu {
    margin-left: auto;
  }
  .magius-1h3mmk {
    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;
  }
  .magius-1h3mmk.magius-wev77u {
    z-index: 9999;
    opacity: 1;
    pointer-events: auto;
  }
  .magius-6vmo3e {
    -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;
  }
  .magius-v9r0x4 {
    width: 100%;
  }
  .magius-v9r0x4:not(:last-child) {
    border-bottom: 1px solid var(--border-color);
  }
  .magius-0q7hsc {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin: 0;
    padding: 8px 0;
    width: 100%;
  }
  .magius-0q7hsc svg {
    margin-right: 4px;
  }
  .magius-n496l7 {
    -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;
  }
  .magius-1aug7x svg {
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
  }
  .magius-1aug7x {
    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;
  }
  .magius-5tvndg {
    display: none;
    width: 100%;
  }
  .magius-n496l7.magius-wev77u .magius-5tvndg {
    padding: 0 0 0 48px;
  }
  .magius-oxrdaa {
    justify-content: flex-start;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
  }
  .magius-m2hqn6 .magius-9lyxwc {
    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;
  }
  .magius-izy6tf {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
  }
  .magius-izy6tf + .magius-izy6tf {
    margin-right: 0;
  }
  .magius-izy6tf + .magius-9lyxwc {
    margin: 0;
  }
  .magius-12474x {
    grid-template-columns: repeat(4, 1fr);
  }
  .magius-7gsfsd {
    grid-template-columns: repeat(3, 1fr);
  }
  .magius-mnuwbo,
  .magius-fnuq0p {
    grid-template-columns: repeat(2, 1fr);
  }
  .magius-q85r3u {
    grid-template-columns: 1fr;
    gap: 16px;
  }
  .magius-q85r3u.magius-w87ytm .magius-mw85e5 {
    grid-column: auto;
    grid-row: auto;
  }
  .magius-q85r3u > .magius-6q08rj {
    grid-column: 1/2;
  }
  .magius-q85r3u.magius-w87ytm > :not(.get-image) {
    grid-column: 1/2;
  }
  .magius-q85r3u .magius-9lyxwc,
  .magius-q85r3u.magius-w87ytm > .magius-9lyxwc {
    grid-column: 1/2;
    grid-row: 1/2;
  }
  .magius-q85r3u.magius-w87ytm > :not(.get-image):not(.wp-block-heading) {
    grid-column: 1/2;
  }
  .magius-crn4nh.magius-831i4f .magius-q85r3u > .magius-9lyxwc {
    grid-row: 1/2;
  }
  .magius-q85r3u .magius-6q08rj ~ .magius-9lyxwc,
  .magius-q85r3u.magius-w87ytm .magius-6q08rj ~ .magius-9lyxwc {
    grid-row: 2/3;
  }
  .magius-crn4nh.magius-831i4f .magius-6q08rj ~ .magius-9lyxwc {
    grid-row: 2/3;
  }
}

@media (max-width: 800px) {
  .magius-ajwyds:first-child .magius-v7bm0a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .magius-ajwyds:first-child .magius-v7bm0a h1 {
    -webkit-box-ordinal-group: -1;
    -ms-flex-order: -2;
    order: -2;
  }
}

@media (max-width: 1100px) {
  .magius-ajwyds {
    margin-bottom: 1rem;
    padding: 0 13px;
  }
}

@media (max-width: 767px) {
  .magius-ajwyds {
    padding: 0;
  }
  .magius-nenb51 {
    margin-top: 1rem;
  }
  .magius-kcolzh {
    border-radius: 5px;
  }
  .magius-mc5j37 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .magius-e93a9f::after {
    display: inline-block;
  }
  .magius-e93a9f {
    margin: 0;
    width: 100%;
  }
  .magius-u7bsj7 {
    width: 100%;
  }
  .magius-u7bsj7.magius-fhwd4r {
    -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%;
  }
  .magius-u7bsj7.magius-fhwd4r .magius-jmnm8h {
    width: 100%;
  }
  .magius-u7bsj7.magius-fhwd4r .magius-jmnm8h:not(:last-child) {
    margin-right: 0;
  }
  .magius-y6d6b7 {
    width: 100%;
    text-align: center;
  }
  .magius-gcdqit.magius-wev77u .magius-u7bsj7 {
    margin-top: 1rem;
  }
  .magius-12474x {
    grid-template-columns: repeat(3, 1fr);
  }
  .magius-4xxuoe,
  .magius-7gsfsd {
    grid-template-columns: repeat(2, 1fr);
  }
  .magius-mnuwbo,
  .magius-fnuq0p,
  .magius-46wq6k {
    grid-template-columns: 1fr;
  }
  .magius-uduerj {
    overflow-x: auto;
    width: 100%;
    max-width: 980px;
  }
  .magius-tm1nhk {
    min-width: 300px;
    max-width: 325px;
  }
  .magius-q43hz6 {
    cursor: auto;
  }
  .magius-rymzlb .magius-q43hz6 {
    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;
  }
  .magius-3rfx4s {
    left: calc(50% - 60px);
  }
}

@media (max-width: 650px) {
  .magius-5tvndg {
    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) {
  .magius-3rfx4s {
    top: 100px !important;
  }
  #cookie-law-div p {
    padding-bottom: 50px;
  }
}

.magius-izy6tf p {
  margin-top: 0;
}

@media (max-width: 550px) {
  .magius-dcrccu {
    margin: 0 -0.2rem;
  }
  .magius-izy6tf {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
  .magius-278qni {
    -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;
  }
  .magius-hf22q6 {
    max-width: 100%;
  }
  .magius-12474x {
    grid-template-columns: repeat(2, 1fr);
  }
  .magius-4xxuoe,
  .magius-7gsfsd {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 500px) {
  html {
    font-size: 16px;
  }
  .magius-811ar7 {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .magius-dcrccu {
    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;
  }
  .magius-j50aoa {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .magius-nyjne9 {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
  }
  .magius-udpuni,
  .magius-13svb2 {
    width: calc(100% - 20px);
  }
}

@media (max-width: 475px) {
  .magius-z3d2gv {
    width: 100%;
  }
  .magius-12474x {
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 400px) {
  .magius-3rfx4s {
    top: 127px !important;
  }
}

.magius-4ip37v {
  width: 100%;
  border-radius: 12px;
  overflow: hidden;
  margin-bottom: 20px;
}

@media (max-width: 1100px) {
  .magius-4ip37v {
  }
}

@media (max-width: 767px) {
  .magius-4ip37v {
    margin-bottom: 12px;
  }
}

.magius-4ip37v img {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  min-width: 100%;
  height: 100%;
}

.magius-on1u6u {
  display: flex;
  margin: 0 auto;
  padding: 0 var(--offsets);
  max-width: var(--display-width);
  gap: 20px;
}

.magius-on1u6u > .magius-fb700y {
  flex: 1 1;
}

@media (max-width: 767px) {
  .magius-on1u6u {
    flex-direction: column;
    gap: 12px;
  }
}

.magius-l41umr {
  display: flex;
}

.magius-l41umr .magius-beo1dq {
  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;
}

.magius-l41umr .magius-c31j11 {
  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;
}

.magius-l41umr .magius-brqq2b {
  display: flex;
  list-style: none;
  margin: 0;
  padding-left: 100%;
  animation: scroll 60s linear infinite;
}

.magius-l41umr .magius-tceec5 {
  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));
  }
}

.magius-l41umr .magius-tceec5:before {
  content: "";
  width: 24px;
  min-width: 24px;
  height: 24px;
  background-image: url(../images/award.svg);
  background-repeat: no-repeat;
  background-position: center;
}

.magius-l41umr .magius-f7ytd6 {
  color: #fff;
  font-size: 14px;
  font-weight: 800;
  line-height: 20px;
  margin-right: 4px;
}

.magius-92fijn {
  border: unset;
  background-color: unset;
}

.magius-92fijn tbody {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

.magius-92fijn .magius-ei0u7h,
.magius-92fijn .magius-3pb741 {
  flex: 0 1 330px;
}

.magius-92fijn .magius-6q047g {
  flex: 1 1;
}

.magius-92fijn tr {
  display: flex;
  flex-direction: column;
  gap: 16px;
  border-radius: 12px;
  border: 2px solid var(--border-color);
  background: var(--fh-bg-color);
  padding: 16px;
}

.magius-92fijn tr td {
  border: unset;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  color: #fff;
  padding: 0;
}

.magius-92fijn tr td:first-child {
  font-size: 23px;
  font-weight: 800;
  line-height: 28px;
  margin: 0;
  padding: 0;
}

.magius-92fijn tr td p {
  color: #fff;
  margin: 0;
}

.magius-92fijn tr td p span {
  color: var(--title-color);
  font-weight: 800;
}

.magius-92fijn tr.magius-ei0u7h td p {
  padding: 16px 0;
}

.magius-92fijn tr.magius-ei0u7h td p:not(:last-child),
.magius-92fijn tr.magius-3pb741 td p:not(:last-child) {
  border-bottom: 1px solid var(--border-color);
}

.magius-92fijn tr.magius-ei0u7h td p:first-child,
.magius-92fijn tr.magius-3pb741 td p:first-child {
  padding-top: 0;
}

.magius-92fijn tr.magius-3pb741 td p {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 12px 0;
  font-size: 14px;
  font-weight: 800;
  line-height: 20px;
}

.magius-92fijn tr.magius-3pb741 td p:last-child {
  padding-bottom: 0;
}

.magius-92fijn .magius-3pb741 img {
  max-width: 32px;
}

.magius-92fijn .magius-6q047g {
  min-width: 718px;
}

.magius-92fijn .magius-6q047g td:last-child {
  display: flex;
  flex-wrap: wrap;
}

.magius-92fijn .magius-6q047g td {
  display: flex;
}

.magius-92fijn .magius-6q047g td:last-child .magius-9tew1z,
.magius-92fijn .magius-6q047g td:last-child .magius-axocoh,
.magius-92fijn .magius-6q047g td:last-child .magius-jq6qn9 {
  flex: 1 1 50%;
}

.magius-92fijn .magius-6q047g td:last-child .magius-4lba07 {
  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;
}

.magius-92fijn .magius-6q047g td:last-child .magius-s0owb8,
.magius-92fijn .magius-6q047g td:last-child .magius-5nuuv0 {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  list-style: none;
  padding-left: 0;
  margin-top: 12px;
}

.magius-92fijn .magius-6q047g td:last-child .magius-9tew1z,
.magius-92fijn .magius-6q047g td:last-child .magius-axocoh {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
  padding-top: 16px;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}

.magius-92fijn .magius-6q047g td:last-child .magius-9tew1z span,
.magius-92fijn .magius-6q047g td:last-child .magius-axocoh span {
  font-weight: 800;
}

.magius-92fijn .magius-6q047g img {
  max-width: 34px;
}

@media (max-width: 1100px) {
  .magius-92fijn .magius-6q047g td .magius-jq6qn9:not(:first-child) {
    padding-left: 0;
  }
}

@media (max-width: 767px) {
  .magius-92fijn tr.magius-ei0u7h td p:last-child {
    padding-bottom: 0;
  }
  .magius-92fijn .magius-3pb741 > td {
    display: flex;
    flex-wrap: wrap;
    gap: 0 20px;
  }
  .magius-92fijn .magius-3pb741 > td > p {
    flex: 1 1 calc(50% - 10px);
  }
  .magius-92fijn tr.magius-ei0u7h td p:not(:last-child),
  .magius-92fijn tr.magius-3pb741 td p:not(:last-child) {
    border-bottom: unset;
  }
  .magius-92fijn tr.magius-3pb741 td p:last-child {
    padding-bottom: 12px;
  }
  .magius-92fijn .magius-6q047g td:last-child .magius-9tew1z,
  .magius-92fijn .magius-6q047g td:last-child .magius-axocoh,
  .magius-92fijn .magius-6q047g td:last-child .magius-jq6qn9 {
    flex: 1 1 50%;
    padding: 0;
  }
  .magius-92fijn .magius-6q047g td:last-child .magius-9tew1z,
  .magius-92fijn .magius-6q047g td:last-child .magius-axocoh {
    margin-top: 16px;
  }
  .magius-92fijn .magius-6q047g td:last-child .magius-jq6qn9 {
    flex: 1 1 100%;
    padding-bottom: 16px;
    margin-top: 16px;
  }
  .magius-92fijn .magius-6q047g td:last-child .magius-9tew1z {
    border-right: 1px solid var(--border-color);
  }
  .magius-92fijn .magius-6q047g td:last-child .magius-jq6qn9:first-child {
    padding-top: 0;
    margin-top: 0;
  }
  .magius-92fijn .magius-6q047g td:last-child .magius-jq6qn9:last-child {
    padding-bottom: 0;
  }
}

.magius-jq6qn9 {
  display: flex;
  flex-direction: column;
}

.magius-92fijn .magius-6q047g td .magius-jq6qn9 {
  border-bottom: 1px solid var(--border-color);
  padding-bottom: 16px;
}

.magius-92fijn .magius-6q047g td .magius-jq6qn9:not(:last-of-type) {
  border-right: 1px solid var(--border-color);
  padding-right: 16px;
}

.magius-92fijn .magius-6q047g td .magius-jq6qn9:not(:first-child) {
  padding-left: 16px;
}

@media (max-width: 767px) {
  .magius-92fijn .magius-6q047g td .magius-jq6qn9:not(:first-child) {
    padding-left: 0;
  }
  .magius-92fijn .magius-6q047g td .magius-jq6qn9:not(:last-of-type) {
    border-right: unset;
  }
}

.magius-92fijn .magius-s58a7t {
  flex: 0 1 485px;
}

.magius-92fijn .magius-zxa4bk {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  list-style: none;
}

.magius-92fijn .magius-zxa4bk li {
  border-radius: 4px;
  border: 1px solid var(--border-color);
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}

.magius-92fijn .magius-zxa4bk li.magius-9ydh4u {
  padding: 6px 12px;
}

.magius-92fijn .magius-zxa4bk li a,
.magius-92fijn .magius-zxa4bk 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;
}

.magius-92fijn .magius-tsvpcc,
.magius-92fijn .magius-lnuvny {
  flex: 1 1;
}

.magius-92fijn .magius-wuuub9,
.magius-92fijn .magius-7xen8v {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.magius-92fijn .magius-wuuub9 li,
.magius-92fijn .magius-7xen8v li {
  display: flex;
  align-items: center;
  gap: 8px;
  flex: 1 1 calc(50% - 20px);
  font-size: 14px;
  font-weight: 800;
  line-height: 20px;
}

.magius-92fijn .magius-lnuvny img {
  max-width: 32px;
}

.magius-92fijn .magius-tsvpcc img {
  max-width: 32px;
}

.magius-92fijn .magius-1jsvxm {
  min-width: 280px;
}

.magius-92fijn .magius-1jsvxm img {
  max-width: 146px;
}

.magius-92fijn .magius-1jsvxm td {
  display: flex;
  flex-direction: column;
  gap: 12px;
  max-width: 280px;
}

@media (max-width: 1460px) {
  .magius-92fijn .magius-ei0u7h,
  .magius-92fijn .magius-3pb741 {
    flex: 0 1 auto;
  }
  .magius-92fijn .magius-6q047g {
    min-width: unset;
    flex: 1 1 50%;
  }
}

@media (max-width: 1100px) {
  .magius-92fijn .magius-ei0u7h,
  .magius-92fijn .magius-s58a7t,
  .magius-92fijn .magius-3pb741,
  .magius-92fijn .magius-6q047g {
    flex: 1 1 calc(50% - 20px);
  }
  .magius-92fijn .magius-tsvpcc,
  .magius-92fijn .magius-1jsvxm,
  .magius-92fijn .magius-lnuvny {
    flex: 1 1 30%;
  }
  .magius-92fijn .magius-1jsvxm {
    min-width: unset;
  }
}

@media (max-width: 767px) {
  .magius-92fijn .magius-ei0u7h,
  .magius-92fijn .magius-s58a7t,
  .magius-92fijn .magius-tsvpcc,
  .magius-92fijn .magius-3pb741,
  .magius-92fijn .magius-6q047g,
  .magius-92fijn .magius-1jsvxm,
  .magius-92fijn .magius-lnuvny {
    flex: 1 1 100%;
  }
}

.magius-7l8tgd .magius-vtvhj2 {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.magius-7l8tgd .magius-t7g1y3 {
  position: relative;
  display: flex;
  flex-direction: column;
  border-radius: 8px;
  border: 2px solid var(--border-color);
  background-color: var(--fh-bg-color);
}

.magius-7l8tgd .magius-envrvi {
  width: 100%;
  padding: 12px 12px 8px 12px;
  background-color: #318562;
  font-size: 14px;
  font-weight: 800;
  line-height: 20px;
  color: #f9cb16;
}

.magius-7l8tgd .magius-5vklkl {
  display: grid;
  padding: 16px;
  gap: 0 16px;
  grid-template-columns: repeat(2, 1fr);
}

.magius-7l8tgd .magius-5vklkl > :nth-child(3) {
  margin-top: 0;
}

.magius-7l8tgd .magius-9lyxwc {
  grid-column: 2/3;
  grid-row: 1/10;
}

.magius-7l8tgd .magius-9vw481 {
  grid-column: 1/2;
  margin-top: 0;
  margin-bottom: 8px;
}

.magius-7l8tgd .magius-nenb51 {
  grid-column: 1/2;
}

.magius-7l8tgd > :not(.how-to__title):not(.content-button) {
  grid-column: 1/2;
}

.magius-7l8tgd .magius-t7g1y3: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;
}

.magius-7l8tgd .magius-t7g1y3:not(:last-child):after {
  position: relative;
  content: "";
  width: calc(100% - 32px);
  height: 1px;
  background-color: #318562;
  margin: 12px auto 27px auto;
}

.magius-7l8tgd .magius-z3d2gv {
  min-width: 240px;
}

@media (max-width: 768px) {
  .magius-7l8tgd .magius-t7g1y3:not(:last-child):before {
    bottom: 8px;
  }
  .magius-7l8tgd .magius-t7g1y3:not(:last-child):after {
    margin: 12px auto 18px auto;
  }
  .magius-7l8tgd .magius-5vklkl {
    grid-template-columns: 1fr;
    padding: 16px 16px 8px 16px;
  }
  .magius-7l8tgd .magius-9lyxwc {
    grid-column: 1/2;
    grid-row: 1/2;
    margin: -16px -18px 16px -18px;
  }
  .magius-7l8tgd .magius-9lyxwc img {
    width: 100%;
    height: auto;
  }
  .magius-7l8tgd .magius-z3d2gv {
    width: 100%;
    min-width: unset;
  }
}

.magius-6m6i07 .magius-zvmg4b {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  list-style: none;
}

.magius-6m6i07 .magius-22awdu {
  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;
}

.magius-6m6i07 .magius-9lyxwc {
  height: 100%;
}

.magius-6m6i07 .magius-9lyxwc img {
  height: 100%;
  width: auto;
  min-width: 220px;
  object-fit: cover;
}

.magius-6m6i07 .magius-o9wloo {
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding: 16px 16px 16px 0;
}

.magius-6m6i07 .magius-bhk6ax {
  color: #f9cb16;
  font-size: 23px;
  font-weight: 800;
  line-height: 28px;
  margin: 0;
}

.magius-6m6i07 .magius-ak5x8m {
  color: #d2d2d2;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  flex: 1 1;
  margin: 0;
}

@media (max-width: 1200px) {
  .magius-6m6i07 .magius-22awdu {
    flex: 1 1 100%;
  }
  .magius-6m6i07 .magius-unbedr {
    min-width: 320px;
    width: fit-content;
  }
}

@media (max-width: 767px) {
  .magius-6m6i07 .magius-22awdu {
    flex-direction: column;
  }
  .magius-6m6i07 .magius-9lyxwc {
    width: 100%;
    height: auto;
  }
  .magius-6m6i07 .magius-9lyxwc img {
    width: 100%;
    height: auto;
    max-height: 260px;
    min-width: unset;
  }
  .magius-6m6i07 .magius-o9wloo {
    padding: 0 16px 16px 16px;
  }
  .magius-6m6i07 .magius-unbedr {
    min-width: unset;
    width: 100%;
  }
}

.magius-01pbwt .magius-4xsjyt {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  flex-wrap: wrap;
  gap: 20px;
}

.magius-01pbwt .magius-cw7g8l {
  position: relative;
  height: 220px;
  border-radius: 12px;
  border: 2px solid var(--border-color);
  overflow: hidden;
  transition: 0.2s;
}

.magius-01pbwt 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;
}

.magius-01pbwt .magius-1u39hy {
  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;
}

.magius-01pbwt .magius-cw7g8l:hover .magius-1u39hy {
  display: flex;
}

.magius-01pbwt .magius-mmvcb8 {
  text-align: center;
  margin-top: 0;
  margin-bottom: 5px;
  color: #d2d2d2;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}

.magius-01pbwt .magius-lapnkk {
  text-align: center;
  font-size: 17px;
  font-weight: 800;
  line-height: 24px;
  margin-top: 0;
  margin-bottom: auto;
  color: #fff;
}

.magius-lalah2 {
  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;
}

.magius-lalah2.magius-nxbg59 {
  color: #196948;
  background-color: #f9cb16;
  border: 1px solid #f9cb16;
  margin-bottom: 8px;
  transition: 0.magius-8vewwm ease-in-out;
}

.magius-lalah2.magius-nxbg59:hover {
  color: #f9cb16;
  background-color: transparent;
}

.magius-01pbwt .magius-e7ti0d {
  color: #fff;
  border: 1px solid #f9cb16;
  background-color: unset;
  transition: 0.magius-8vewwm ease-in-out;
}

.magius-01pbwt .magius-e7ti0d:hover {
  color: #196948;
  background-color: #f9cb16;
}

.magius-01pbwt .magius-e7ti0d:after,
.magius-lalah2.magius-nxbg59:after {
  content: "";
  width: 24px;
  min-width: 24px;
  height: 24px;
  background-repeat: no-repeat;
  background-position: center;
}

.magius-lalah2.magius-nxbg59:after {
  background-image: url(../images/Cash.svg);
}

.magius-01pbwt .magius-e7ti0d:after {
  background-image: url(../images/Play.svg);
}

@media (max-width: 1200px) {
  .magius-01pbwt .magius-4xsjyt {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 850px) {
  .magius-01pbwt .magius-4xsjyt {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 600px) {
  .magius-01pbwt .magius-4xsjyt {
    grid-template-columns: 1fr;
  }
  .magius-01pbwt .magius-cw7g8l {
    height: auto;
  }
  .magius-01pbwt .magius-cw7g8l .magius-1u39hy {
    position: relative;
    display: flex;
    height: auto;
    background-color: var(--fh-bg-color);
    padding: 8px 12px 12px 12px;
  }
  .magius-01pbwt .magius-mmvcb8,
  .magius-01pbwt .magius-lapnkk {
    text-align: left;
  }
  .magius-01pbwt .magius-lapnkk {
    margin-bottom: 8px;
  }
  .magius-01pbwt img {
    position: relative;
    top: unset;
    right: unset;
    bottom: unset;
    left: unset;
    min-height: unset;
  }
}

.magius-zehb6o {
  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;
}

.magius-zehb6o.magius-r4l2q1 {
  display: block;
}

.magius-zehb6o .magius-yvtbqn {
  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;
}

.magius-zehb6o .magius-vbq87e {
  display: flex;
  gap: 24px;
  padding: 12px;
}

.magius-zehb6o .magius-zh2jat {
  display: flex;
  align-items: center;
  color: #fff;
  font-size: 23px;
  font-weight: 800;
  line-height: 28px;
}

.magius-zehb6o .magius-ewcwvb {
  display: flex;
  align-items: center;
  flex: 1 1;
}

.magius-zehb6o .magius-lalah2 {
  min-width: 296px;
  margin-bottom: 0;
}

.magius-zehb6o .magius-wekdoy {
  width: 44px;
  min-width: 44px;
  height: 44px;
  background-image: url(../images/cross.svg);
  background-position: center;
  background-repeat: no-repeat;
  cursor: pointer;
}

.magius-zehb6o .magius-60htdw {
  position: relative;
  flex: 1 1;
}

.magius-zehb6o .magius-60htdw iframe {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 100%;
  height: 100%;
}

@media (max-width: 768px) {
  .magius-zehb6o .magius-vbq87e {
    flex-wrap: wrap;
    gap: 8px;
  }
  .magius-zehb6o .magius-zh2jat {
    order: 1;
  }
  .magius-zehb6o .magius-ewcwvb {
    order: 3;
    flex: 1 1 100%;
  }
  .magius-zehb6o .magius-lalah2 {
    width: 100%;
    min-width: unset;
  }
  .magius-zehb6o .magius-wekdoy {
    order: 2;
    margin-left: auto;
  }
}

@media (max-width: 767px) {
  .magius-q85r3u > .magius-6q08rj {
    margin-bottom: 0;
  }
  .magius-q85r3u > .magius-nenb51,
  .magius-q85r3u > p {
    margin-top: 0;
  }
}

.magius-y9toz1 img,
.magius-izy6tf img {
  width: auto;
  object-fit: contain;
}

.magius-y9toz1 {
  align-items: center;
}

.magius-y9toz1 img {
  max-height: 76px;
}

.magius-izy6tf img {
  max-height: 64px;
}

.magius-vtj5oy {
  overflow: auto;
}

.magius-zckke6 {
  border: 1px solid var(--color-table-border);
  box-shadow: 0 0 15px rgb(0 0 0 / 5%);
  border-collapse: collapse;
  width: 100%;
}

.magius-7z8n3c:not(:last-child) {
  border-bottom: 1px solid var(--color-table-border);
}

.magius-oudo8a {
  border: none;
  padding: 25px 10px;
  font-weight: 700;
  color: var(--color-table-td-color);
  min-width: 200px;
}

.magius-z9vaak {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.magius-oudo8a .magius-9lyxwc {
  margin-right: 20px;
  flex-shrink: 0;
}

.magius-oudo8a img {
  max-height: 45px;
  object-fit: contain;
  width: 100%;
}

.magius-ujvr1k {
  padding: 25px 10px;
  align-self: center;
  border-bottom: 1px solid var(--color-table-border);
  flex-grow: 1;
  border-top: none;
}

.magius-ujvr1k > :first-child {
  margin-top: 0;
}

@media (max-width: 767px) {
  .magius-oudo8a {
    padding: 15px 10px;
  }
  .magius-ujvr1k {
    padding: 15px 10px;
  }
  .magius-oudo8a .magius-9lyxwc {
    margin-right: 10px;
  }
}

.magius-h3rmye {
  overflow-x: auto;
}

.magius-rbnp49 {
  border-collapse: collapse;
  width: 100%;
}

.magius-h3rmye th {
  font-family: inherit;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 19px;
  padding: 25px 10px;
  text-align: center;
}

.magius-h3rmye td {
  font-family: inherit;
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  padding: 15px 25px;
  white-space: nowrap;
}

.magius-h3rmye td.magius-zn7250 {
  font-weight: 600;
  text-align: right;
  border-left: none;
}

.magius-h3rmye td.magius-yebwnu {
  border-right: none;
}

.magius-h3rmye td.magius-yebwnu .magius-9lyxwc {
  justify-content: flex-start;
}

.magius-h3rmye td.magius-yebwnu .magius-9lyxwc img {
  height: auto;
  width: 90px;
}

.magius-h3rmye td.magius-0t3zym,
.magius-h3rmye td.magius-o7shlf {
  font-weight: 600;
  text-align: right;
}

.magius-h3rmye td.magius-aqhgwz,
.magius-h3rmye td.magius-0t3zym {
  padding-bottom: 10px;
  border-bottom: none;
}

.magius-h3rmye td.magius-0t3zym,
.magius-h3rmye td.magius-o7shlf {
  border-left: none;
}

.magius-h3rmye td.magius-aqhgwz,
.magius-h3rmye td.magius-2gotve {
  border-right: none;
}

.magius-h3rmye td.magius-2gotve,
.magius-h3rmye td.magius-o7shlf {
  border-top: none;
  padding-top: 10px;
}

.magius-p6ep4h {
  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;
}

.magius-p6ep4h .magius-unbedr {
  min-width: unset;
  width: 100%;
}

.magius-p6ep4h .magius-unbedr.magius-zumw5i {
  grid-column: 1/2;
  grid-row: 1/2;
}

.magius-p6ep4h .magius-unbedr.magius-oe77np {
  grid-column: 2/3;
  grid-row: 1/2;
}

.magius-p6ep4h .magius-46blog {
  grid-column: 1/3;
  grid-row: 2/3;
  margin-top: 0;
}

@media (max-width: 767px) {
  .magius-p6ep4h {
    grid-template-columns: 1fr;
    margin-top: 0;
  }
  .magius-p6ep4h .magius-unbedr.magius-zumw5i {
    grid-column: 1/2;
    grid-row: 1/2;
  }
  .magius-p6ep4h .magius-unbedr.magius-oe77np {
    grid-column: 1/2;
    grid-row: 2/3;
  }
  .magius-p6ep4h .magius-46blog {
    grid-column: 1/2;
    grid-row: 3/4;
  }
}

.magius-w8rybo {
  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;
}

.magius-hv9chq {
  margin-bottom: 32px;
  font-size: 34px;
  font-weight: 800;
  line-height: 40px;
}

.magius-g58hj2 p a img {
  margin: 0 auto;
  display: block;
}

.magius-g58hj2 table {
  margin-bottom: 17px;
}

/* contanct form */
.magius-f9igkx {
  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;
}

.magius-f9igkx label {
  font-size: 14px;
}

.magius-f9igkx h2 {
  text-align: center;
  margin-bottom: 1rem;
}
.magius-f9igkx input,
.magius-f9igkx textarea,
.magius-f9igkx 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;
}
.magius-f9igkx button {
  background-color: #a91f09;
  color: var(--text-color);
  border: none;
  cursor: pointer;
  transition: background 0.magius-8vewwm ease;
}
.magius-f9igkx button:hover {
  background-color: #691204;
}
.magius-p5l8kv {
  text-align: center;
  color: green;
  font-weight: 500;
  padding: 50px 0;
  animation: fadeIn 0.magius-lo44k1 ease-in;
}

.magius-p5l8kv 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;
}
.magius-hx3d58, .magius-77ijia, [class*="review-card"],
thead, thead th, table th, .magius-g0iby4,
.magius-tnvu2i, [class*="collapsible-header"],
.magius-bsq20o, [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; }

/* brandauto-contrast-fix v4 */
header nav li a, header ul li a { color: var(--text-color) !important; }
