@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);
}

.madnix-9jbism {
  margin: 0 auto;
  padding: 0 var(--offsets);
  max-width: var(--display-width);
}

.madnix-nzb6dh {
  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.madnix-pk3otw,
ul.madnix-pk3otw {
  padding-left: 20px;
}

ul.madnix-pk3otw {
  list-style: disc;
}

ol.madnix-pk3otw {
  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;
  }
}

.madnix-0mru45 > .madnix-ovpm82,
.madnix-0mru45 > .madnix-ipua9t,
.madnix-0mru45 > blockquote,
.madnix-0mru45 > h1,
.madnix-0mru45 > h2,
.madnix-0mru45 > h3,
.madnix-0mru45 > h4,
.madnix-0mru45 > h5,
.madnix-0mru45 > h6,
.madnix-0mru45 > ol,
.madnix-0mru45 > p,
.madnix-0mru45 > ul {
  margin-right: auto;
  margin-left: auto;
  padding: 0 var(--offsets);
  max-width: var(--display-width);
}

.madnix-0mru45 > ol,
.madnix-0mru45 > ul {
  padding-left: 50px;
}

.madnix-0mru45 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;
}

.madnix-0mru45:not(:last-child) {
  margin-bottom: 2rem;
}

.madnix-0mru45 > :not(:first-child) {
  margin-top: 2rem;
}

.madnix-0mru45 {
  margin-top: 64px;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.madnix-0mru45:first-child {
  margin-top: 40px;
}

@media (max-width: 767px) {
  .madnix-0mru45:first-child {
    margin-top: 20px;
  }
}

.madnix-0mru45 > p:last-of-type {
  margin-bottom: 32px;
}

.madnix-0mru45 > .madnix-krbpd4:not(:first-child) {
  margin: 64px auto 16px auto;
}

.madnix-g9drg3 > .madnix-krbpd4 {
  margin-left: auto;
  margin-right: auto;
  padding: 0 var(--offsets);
  max-width: var(--display-width);
}

.madnix-ipua9t {
  overflow: auto;
}

.madnix-ipua9t::-webkit-scrollbar {
  height: 5px;
}

.madnix-ipua9t table,
table {
  margin-top: 24px;
  border-collapse: collapse;
  width: 100%;
  word-break: break-word;
}

.madnix-ipua9t table {
  border-radius: 12px;
  border: 2px solid var(--border-color);
  /* background: #0f442e; */
}

.madnix-ipua9t table thead,
table thead {
  border-bottom: none;
}

.madnix-ipua9t table th,
table th {
  padding: 5px 5px;
  text-align: center;
  color: var(--color-table-th-color);
  background-color: var(--table-1-color);
}

.madnix-ipua9t table th:not(:last-child) {
  border-right: 1px solid var(--border-color);
}

.madnix-ipua9t table td,
table td {
  border: 1px solid var(--border-color);
  padding: 5px 5px;
}

.madnix-ipua9t .madnix-0act6i {
  table-layout: auto;
}

.madnix-ipua9t .madnix-0act6i th {
  word-break: normal;
}

.madnix-ipua9t .madnix-0act6i td {
  word-break: normal;
}

.madnix-9jbism .madnix-9jbism {
  padding-right: 0;
  padding-left: 0;
}

.madnix-pldpna {
  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;
}

.madnix-wkdf5m {
  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;
}

.madnix-hjmpph {
  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;
}

.madnix-ovpm82 {
  margin-top: 24px;
}

.madnix-ovpm82.madnix-4dzl8m {
  text-align: left;
}

.madnix-ovpm82.madnix-y8pl01 {
  text-align: right;
}

.madnix-ovpm82.madnix-wns9p7 {
  text-align: center;
}

.madnix-f7qxyj {
  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.madnix-ck1mbk ease-in-out;
  cursor: pointer;
}

.madnix-f7qxyj:hover {
  color: var(--button-bg-color);
  background: 0 0;
}

.madnix-f7qxyj {
  min-width: 328px;
}

@media (max-width: 768px) {
  .madnix-f7qxyj {
    min-width: unset;
  }
}

.madnix-ob1ctc {
  background-color: var(--fh-bg-color);
}

.madnix-0d9y42 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 8px 20px;
}

.madnix-09ofon {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  max-width: 80px;
}

.madnix-09ofon img {
  max-height: 44px;
  object-fit: contain;
}

.madnix-t6x88w {
  flex: 1 1;
}

.madnix-pkztk0 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-left: auto;
}

.madnix-379zog {
  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;
}

.madnix-379zog 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;
}

.madnix-379zog.madnix-85xya5 span:nth-of-type(1) {
  -webkit-transform: translateY(11px) rotateZ(45deg);
  -ms-transform: translateY(11px) rotate(45deg);
  transform: translateY(11px) rotateZ(45deg);
}

.madnix-379zog.madnix-85xya5 span:nth-of-type(2) {
  -webkit-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform: scaleX(0);
}

.madnix-379zog.madnix-85xya5 span:nth-of-type(3) {
  -webkit-transform: translateY(-11px) rotateZ(-45deg);
  -ms-transform: translateY(-11px) rotate(-45deg);
  transform: translateY(-11px) rotateZ(-45deg);
}

.madnix-t6x88w + .madnix-pkztk0 {
  margin-left: 20px;
}

.madnix-q4ariu {
  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;
}

.madnix-q4ariu > svg {
  max-width: 24px;
  max-height: 24px;
}

.madnix-q4ariu + .madnix-q4ariu {
  margin-left: 5px;
}

.madnix-862iw5 {
  color: var(--button-text-color);
  background-color: var(--button-bg-color);
  border: 1px solid var(--border-color);
  transition: 0.2s;
}

.madnix-862iw5:hover {
  background-color: var(--button-bg-hover);
}

.madnix-c07dp7 {
  color: var(--button-text-color);
  background-color: var(--button-bg-color);
  transition: 0.madnix-ck1mbk ease-in-out;
  border: 1px solid var(--border-color);
}

.madnix-c07dp7:hover {
  color: var(--button-text-color);
  background-color: var(--button-bg-hover);
}

.madnix-8lif46 {
  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) {
  .madnix-t6x88w {
    flex: 1 1 100%;
    order: 10;
    margin-top: 8px;
  }
  .madnix-8lif46 {
    justify-content: center;
  }
}

@media (max-width: 1024px) {
  .madnix-t6x88w {
    margin-top: unset;
  }
}

@media (max-width: 768px) {
  .madnix-q4ariu {
    min-width: unset;
    flex: 1 1;
  }
}

.madnix-u286ed {
  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;
}

.madnix-u286ed:hover > a::after {
  -webkit-transform: scaleX(1);
  -ms-transform: scaleX(1);
  transform: scaleX(1);
}

.madnix-u286ed:hover .madnix-ds3xs6 {
  opacity: 1;
  pointer-events: auto;
}

.madnix-5pg2t6 {
  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.madnix-2k72lh ease-in-out;
  gap: 4px;
}

.madnix-5pg2t6 > svg {
  max-width: 28px;
  max-height: 28px;
  fill: var(--text-color);
  stroke: var(--text-color);
}

.madnix-5pg2t6 .madnix-pldpna img {
  width: auto;
  height: 1.2rem;
  -o-object-fit: contain;
  object-fit: contain;
}

.madnix-mzxk6z,
.madnix-5pg2t6:hover {
  color: var(--button-bg-hover);
}

.madnix-h5l421 {
  position: relative;
}

.madnix-h5l421 .madnix-5pg2t6 {
  margin-right: 0;
  padding-right: 4px;
}

.madnix-b3pgac svg {
  fill: var(--text-color);
  stroke: var(--text-color);
}

.madnix-h5l421.madnix-85xya5 .madnix-b3pgac svg {
  -webkit-transform: rotateZ(180deg);
  -ms-transform: rotate(180deg);
  transform: rotateZ(180deg);
}

.madnix-h5l421.madnix-85xya5 .madnix-ds3xs6 {
  position: relative;
  top: 0;
  display: block;
  margin-top: 0;
  padding: 0 1rem;
  opacity: 1;
  pointer-events: auto;
}

.madnix-h5l421.madnix-85xya5 .madnix-ds3xs6::before {
  display: none;
}

.madnix-b3pgac svg {
  width: 100%;
  height: auto;
  max-width: 15px;
  -webkit-transition: 250ms;
  -o-transition: 250ms;
  transition: 250ms;
}

.madnix-ds3xs6 {
  position: absolute;
  top: 100%;
  z-index: 100;
  list-style: none;
  margin-top: 0.5rem;
  border-radius: 5px;
  padding: 0.madnix-dnmil3 1rem;
  background-color: var(--fh-bg-color);
  opacity: 0;
  transition: 250ms;
  width: auto;
  pointer-events: none;
}

.madnix-ds3xs6::before {
  content: "";
  position: absolute;
  left: 0;
  top: -0.5rem;
  width: 100%;
  height: 0.5rem;
  background-color: transparent;
}

.madnix-ds3xs6:hover {
  color: var(--fh-bg-color);
}

.madnix-9da12w {
  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.madnix-dnmil3 0;
  font-size: 14px;
  font-weight: 500;
  line-height: 28px;
  white-space: nowrap;
  text-decoration: none;
  color: var(--text-color);
  -webkit-transition: 0.madnix-2k72lh ease-in-out;
  -o-transition: 0.madnix-2k72lh ease-in-out;
  transition: 0.madnix-2k72lh ease-in-out;
}

.madnix-9da12w .madnix-pldpna img {
  width: auto;
  height: 1.2rem;
  -o-object-fit: contain;
  object-fit: contain;
}

.madnix-wt42at,
.madnix-9da12w:hover {
  color: var(--button-bg-hover);
}

.madnix-id4giq {
  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%;
}

.madnix-id4giq.madnix-3jhxn4 {
  position: relative;
  z-index: 1;
  overflow: hidden;
  border: none;
}

.madnix-id4giq.madnix-3jhxn4:after,
.madnix-id4giq.madnix-3jhxn4:before {
  content: "";
  position: absolute;
  margin: auto;
}

.madnix-id4giq.madnix-3jhxn4: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);
  }
}

.madnix-id4giq.madnix-3jhxn4:after {
  top: 2px;
  right: 2px;
  bottom: 2px;
  left: 2px;
  background-color: var(--fh-bg-color);
  border-radius: 12px;
  z-index: 0;
}

.madnix-id4giq.madnix-3jhxn4 > * {
  z-index: 1;
}

.madnix-id4giq b,
.madnix-id4giq strong {
  color: var(--button-text-color);
  text-shadow: 0 0 8px var(--button-text-color);
}

.madnix-id4giq .madnix-he02c7 {
  grid-row: 1/2;
  grid-column: 1/2;
  font-size: 24px;
  font-weight: 900;
  line-height: 32px;
  text-transform: uppercase;
  margin: 0;
  color: #fff;
}

.madnix-id4giq .madnix-o7g66j {
  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;
}

.madnix-id4giq .madnix-pldpna {
  grid-row: 1/-1;
  grid-column: 2/3;
  min-width: 146px;
}

.madnix-id4giq .madnix-ftjcpb {
  margin-top: 12px;
}

.madnix-ftjcpb {
  display: flex;
  gap: 8px;
  grid-row: 3/4;
  grid-column: 1/2;
}

.madnix-81x33w {
  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;
}

.madnix-ftjcpb .madnix-e967jx {
  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.madnix-ck1mbk ease-in-out;
}

.madnix-ftjcpb .madnix-e967jx:hover {
  background: rgba(255, 255, 255, 0.3);
}

.madnix-h69ph7 {
  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;
}

.madnix-id4giq.madnix-pm3481 {
  gap: 12px;
  padding: 16px;
}

.madnix-id4giq.madnix-pm3481 .madnix-h69ph7 {
  min-width: 240px;
}

.madnix-id4giq.madnix-pm3481 .madnix-h69ph7.madnix-hwl6sy {
  padding: 10px 12px;
}

@media (max-width: 1200px) {
  .madnix-id4giq .madnix-he02c7 {
    grid-row: 1/2;
    grid-column: 1/3;
  }
  .madnix-id4giq .madnix-o7g66j {
    grid-row: 2/3;
    grid-column: 1/2;
  }
  .madnix-id4giq .madnix-pldpna {
    min-width: 78px;
    grid-row: 2/3;
    grid-column: 2/3;
    align-self: start;
    max-width: 110px;
  }
  .madnix-id4giq.madnix-pm3481 .madnix-pldpna {
    max-width: 126px;
  }
  .madnix-id4giq .madnix-ftjcpb {
    grid-row: 3/4;
    grid-column: 1/3;
  }
  .madnix-id4giq .madnix-81x33w {
    max-width: unset;
  }
  .madnix-h69ph7 {
    min-width: unset;
    width: 100%;
  }
  .madnix-id4giq .madnix-h69ph7 {
    grid-row: 4/5;
    grid-column: 1/3;
  }
  .madnix-id4giq.madnix-pm3481 {
    grid-template-rows: auto 1fr auto;
  }
  .madnix-id4giq.madnix-pm3481 .madnix-h69ph7 {
    grid-row: 3/4;
  }
}

@media (max-width: 768px) {
  .madnix-id4giq {
    padding: 16px;
    gap: 16px 12px;
    min-height: unset;
  }
  .madnix-id4giq .madnix-he02c7 {
    font-size: 18px;
    font-weight: 900;
    line-height: 24px;
  }
  .madnix-id4giq .madnix-pldpna {
    max-width: 78px;
  }
  .madnix-id4giq .madnix-ftjcpb {
    margin-top: -12px;
  }
  .madnix-id4giq.madnix-pm3481 {
    gap: 8px;
  }
  .madnix-id4giq.madnix-pm3481 .madnix-he02c7 {
    grid-row: 1/2;
    grid-column: 1/2;
  }
  .madnix-id4giq.madnix-pm3481 .madnix-o7g66j {
    grid-column: 1/3;
  }
  .madnix-id4giq.madnix-pm3481 .madnix-pldpna {
    grid-row: 1/2;
    grid-column: 2/3;
  }
  .madnix-id4giq.madnix-pm3481 .madnix-pldpna img {
    max-width: 114px;
  }
}

.madnix-h69ph7.madnix-t8pbzl,
.madnix-h69ph7.madnix-xzs3v6,
.madnix-h69ph7.madnix-4m7s8d {
  color: var(--button-text-color);
  background-color: var(--button-bg-color);
  padding: 12px 12px 12px 64px;
  border: 1px solid var(--border-color);
  transition: 0.madnix-ck1mbk ease-in-out;
}

.madnix-h69ph7.madnix-t8pbzl,
.madnix-h69ph7.madnix-4m7s8d {
  padding: 10px;
}

.madnix-h69ph7.madnix-t8pbzl:hover,
.madnix-h69ph7.madnix-xzs3v6:hover,
.madnix-h69ph7.madnix-4m7s8d:hover {
  background: var(--button-bg-hover);
}

.madnix-h69ph7.madnix-t8pbzl:hover svg path,
.madnix-h69ph7.madnix-4m7s8d:hover svg path {
  stroke: var(--button-text-color);
  fill: none;
}

.madnix-h69ph7.madnix-hwl6sy {
  color: var(--button-text-color);
  background-color: transparent;
  border: 1px solid var(--border-color);
  padding: 12px;
  transition: 0.madnix-ck1mbk ease-in-out;
  background: var(--button-bg-color);
}

.madnix-h69ph7.madnix-hwl6sy:hover {
  background-color: var(--button-bg-hover);
}

.madnix-h69ph7.madnix-xzs3v6: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);
  }
}

.madnix-h69ph7.madnix-xzs3v6:after {
  content: "";
  width: 24px;
  min-width: 24px;
  height: 24px;
  background-image: url(../images/user.svg);
  background-position: center;
  background-repeat: no-repeat;
}

.madnix-h69ph7.madnix-hwl6sy:after {
  content: "";
  width: 24px;
  min-width: 24px;
  height: 24px;
  background-image: url(../images/btn-arrows.svg);
  background-position: center;
  background-repeat: no-repeat;
}

.madnix-v7pasd {
  max-width: 650px;
}

.madnix-4qtqh1 {
  position: relative;
  padding-bottom: 56.25%;
  width: 100%;
  height: 0;
  background-color: #000;
}

.madnix-nnug16 {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.madnix-6hr80o {
  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.madnix-2k72lh ease-in-out;
  cursor: pointer;
}

.madnix-6hr80o:hover {
  opacity: 0.5;
}

.madnix-6hr80o:focus {
  outline: 0;
}

.madnix-6hr80o:focus .madnix-zox1hw,
.madnix-6hr80o:hover .madnix-zox1hw {
  fill: red;
  fill-opacity: 1;
}

.madnix-6hr80o:hover {
  cursor: pointer;
}

.madnix-xwuwl9 {
  position: absolute;
  left: 0;
  top: 0;
  border: none;
  width: 100%;
  height: 100%;
}

.madnix-v7pasd.madnix-wns9p7 {
  margin: 0 auto;
}

.madnix-v7pasd.madnix-y8pl01 {
  margin-left: auto;
}

.madnix-ribhb9 {
  margin: 33px 20px 0 20px;
  padding: 33px 40px 40px 40px;
  background-color: var(--fh-bg-color);
  border-radius: 12px 12px 0 0;
}

.madnix-ucwbw3 {
  padding-bottom: 50px;
}

.madnix-hhopvz {
  justify-content: flex-start;
  align-items: center;
  flex: 1 1;
}

.madnix-dnikbg {
  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;
}

.madnix-q66q9s {
  margin-top: 24px;
}

.madnix-k7ipw5 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.madnix-hp1ujf {
  width: 100%;
  font-size: 14px;
  line-height: 16px;
  text-align: center;
  color: var(--color-footer-text);
  margin-top: 4px;
}

.madnix-am7nmv {
  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;
}

.madnix-wbd6ze {
  width: 468px;
}

.madnix-am7nmv .madnix-ds3xs6 {
  margin: 0.madnix-su647w 0;
}

.madnix-i1dprf {
  display: flex;
  min-width: 224px;
}

.madnix-umfgo0 {
  cursor: pointer;
  display: inline-block;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  text-decoration: none;
  color: var(--footer-text-color);
  transition: 0.madnix-2k72lh ease-in-out;
}

.madnix-slxar1,
.madnix-umfgo0:hover {
  color: var(--text-color);
}

.madnix-n85riz {
  display: flex;
  flex-wrap: wrap;
  padding: 0;
}

.madnix-9fdqb9 {
  display: flex;
  flex-direction: column;
}

@media (max-width: 1024px) {
  .madnix-ribhb9 {
    padding: 16px;
  }
  .madnix-n85riz {
    flex-direction: column;
    gap: 40px;
    padding: 0;
  }
  .madnix-9fdqb9 {
    align-items: center;
  }
  .madnix-wbd6ze {
    width: unset;
  }
  .madnix-i1dprf {
    min-width: unset;
  }
  .madnix-am7nmv {
    max-height: unset;
  }
  .madnix-hhopvz {
    align-items: flex-start;
  }
}

@media (max-width: 768px) {
  .madnix-ribhb9 {
    margin: 33px 16px 0 16px;
    padding: 16px;
  }
}

.madnix-b5nwkk {
  border-radius: 12px;
  border: 2px solid var(--border-color);
  background: var(--fh-bg-color);
  padding: 16px;
}

.madnix-b5nwkk:not(:last-child) {
  margin-bottom: 16px;
}

.madnix-ou7kd0 {
  outline: 0;
}

.madnix-ou7kd0 .madnix-osyx98 {
  color: #fff;
  font-size: 17px;
  font-weight: 800;
  line-height: 24px;
}

.madnix-vs86df {
  display: flex;
  align-items: center;
  gap: 8px;
  outline: 0;
  cursor: pointer;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
}

.faq__details[open] .madnix-vs86df {
  padding-bottom: 16px;
  border-bottom: 1px solid var(--border-color);
}

.madnix-vs86df::-webkit-details-marker {
  display: none;
}

.madnix-vs86df: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;
}

.madnix-vs86df: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] .madnix-vs86df:after {
  transform: unset;
}

.madnix-osyx98 {
  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);
}

.madnix-osyx98 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.madnix-2k72lh ease-in-out;
  -o-transition: 0.madnix-2k72lh ease-in-out;
  transition: 0.madnix-2k72lh ease-in-out;
}

.madnix-gx9rf6 {
  padding: 16px 0 0 0;
}

.madnix-gx9rf6 * {
  margin-top: 0.8rem;
  font-family: inherit;
  font-weight: 500;
  font-style: normal;
  font-size: inherit;
  line-height: inherit;
}

page-header__button .madnix-gx9rf6 :first-child {
  margin-top: 0;
}

@media (max-width: 767px) {
  .madnix-vs86df {
    flex-wrap: wrap;
    gap: 12px;
  }
  .madnix-vs86df::after {
    margin-left: auto;
  }
  .madnix-osyx98 {
    order: 3;
    flex: 1 1 100%;
  }
  .madnix-vs86df {
    font-size: 14px;
    line-height: 130%;
  }
  .madnix-osyx98 svg {
    margin-left: 15px;
    width: 18px;
    height: 18px;
    fill: var(--color-faq-item-title);
  }
}

.madnix-k0nqbb {
  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;
}

.madnix-55p5im {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #fff;
  margin: 0;
  width: 100%;
  cursor: pointer;
}

.madnix-k0nqbb.madnix-85xya5 .madnix-55p5im {
  margin-bottom: 12px;
}

.madnix-55p5im::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;
}

.madnix-k0nqbb.madnix-85xya5 .madnix-55p5im::after {
  transform: unset;
}

.madnix-hjmvna {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  list-style: none;
  overflow: hidden;
  margin: 0;
  padding: 0;
  width: 100%;
  height: auto;
  max-height: 0;
}

.madnix-qdcc9c {
  display: flex;
  align-items: center;
  gap: 4px;
  padding: 6px 12px;
  text-decoration: none;
  color: #fff;
  transition: 0.madnix-2k72lh ease-in-out;
  border-radius: 8px;
  border: 1px solid var(--border-color);
}

.madnix-qdcc9c: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;
}

.madnix-k0nqbb.madnix-85xya5 .madnix-hjmvna {
  max-height: 100%;
}

.madnix-4lsg4d {
  margin: 0 auto 3rem;
  padding: 0 10px;
  max-width: var(--display-width);
}

.madnix-0xopd2 {
  padding: 4px 0;
  background: rgba(255, 255, 255, 0.1);
}

.madnix-oikjl2 {
  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;
}

.madnix-feyord {
  margin-right: 4px;
}

.madnix-14sbz8 {
  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.madnix-2k72lh ease-in-out;
}

.madnix-14sbz8 svg {
  width: 4px;
  height: 4px;
  margin-left: 4px;
  stroke: var(--text-color);
}

.madnix-9hjh9q,
.madnix-14sbz8:hover {
  color: var(--text-color);
}

.madnix-sbljvl {
  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;
}

.madnix-sbljvl img {
  grid-column: 1/2;
  grid-row: 1/3;
  max-width: 58px;
  height: auto;
}

.madnix-sbljvl .madnix-cmwci4 {
  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;
}

.madnix-sbljvl .madnix-woedvc {
  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;
}

.madnix-c7p1wa {
  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;
}

.madnix-ostf2f {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.madnix-20titp .madnix-9jbism {
  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;
}

.madnix-20titp {
  background-image: url(../images/404.webp);
  background-position: -100px;
}

.madnix-ipl58x {
  margin-top: 2rem;
  font-size: 5rem;
  line-height: 6rem;
  text-align: center;
}

.madnix-76ihmc {
  margin: 0;
  font-weight: 400;
  font-size: 2rem;
  line-height: 2.5rem;
  text-align: center;
}

.madnix-11a68h {
  display: inline-block;
  margin: 2rem auto 0;
  border: none;
  border-radius: 5px;
  padding: 0.madnix-arvuvk 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;
}

.madnix-11a68h:hover {
  -webkit-transform: translateY(-3px);
  -ms-transform: translateY(-3px);
  transform: translateY(-3px);
}

.madnix-nlskrm {
  position: fixed;
  right: 10px;
  bottom: 15px;
  z-index: 10;
}

.madnix-7g9tal {
  -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.madnix-2k72lh ease-in-out;
  transition: transform 0.madnix-2k72lh ease-in-out;
  -o-transition: transform 0.madnix-2k72lh ease-in-out;
  transition:
    transform 0.madnix-2k72lh ease-in-out,
    -webkit-transform 0.madnix-2k72lh ease-in-out;
  cursor: pointer;
}

.madnix-7g9tal svg {
  fill: var(--button-text-color);
  pointer-events: none;
}

.madnix-7g9tal: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;
}

.madnix-cdrune {
  width: 113px !important;
  background-color: green !important;
  top: 124px !important;
}

@media screen and (max-width: 700px) {
  #cookie-law-div p {
    padding-bottom: 36px;
  }
  .madnix-cdrune {
    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);
}

.madnix-5ylyju {
  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;
}

.madnix-pdwuna {
  position: relative;
  width: 100%;
}

.madnix-5ylyju.madnix-yb5vk3 {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.madnix-5ylyju.madnix-wns9p7 {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.madnix-5ylyju.madnix-y8pl01 {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.madnix-b83cvq {
  display: block;
  width: 100%;
  height: auto;
  object-fit: contain;
  aspect-ratio: 16/9;
  max-height: 488px;
  background-color: #454545;
}

.madnix-fhjbxj {
  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.madnix-2k72lh ease-in-out;
  cursor: pointer;
}

.madnix-fhjbxj:hover {
  opacity: 0.5;
}

.madnix-5ylyju.madnix-5y31xy .madnix-fhjbxj {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

.madnix-5ylyju.madnix-5y31xy .madnix-b83cvq {
  cursor: pointer;
}

.madnix-08dpwl {
  fill: #0009;
}

.madnix-rnv8vi {
  fill: #fff;
}

.madnix-fhjbxj:hover .madnix-08dpwl {
  fill: red;
}

.madnix-fhjbxj svg path {
  -webkit-transition: 0.madnix-2k72lh ease-in-out;
  -o-transition: 0.madnix-2k72lh ease-in-out;
  transition: 0.madnix-2k72lh ease-in-out;
}

.madnix-9h8box {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0 20px;
}

.madnix-9h8box > :not(.get-image):not(.wp-block-heading) {
  grid-column: 1/2;
}

.madnix-9h8box.madnix-wf4lp7 > :not(.get-image) {
  grid-column: 1/3;
}

.madnix-6he0p7:not(._h1-block) .madnix-9h8box > .madnix-krbpd4 {
  grid-row: 1/2;
  grid-column: 1/3;
}

.madnix-9h8box.madnix-wf4lp7 .madnix-tino7g {
  grid-column: 2/3;
}

.madnix-9h8box.madnix-wf4lp7 > .madnix-pldpna {
  grid-column: 1/2;
}

.madnix-9h8box.madnix-wf4lp7 > :not(.get-image):not(.wp-block-heading) {
  grid-column: 2/3;
}

.madnix-9h8box > p:first-of-type {
  margin-top: 0;
}

.madnix-9h8box .madnix-pldpna {
  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;
}

.madnix-6he0p7:not(._h1-block) .madnix-krbpd4 ~ .madnix-pldpna {
  grid-row: 2/10;
}

.madnix-6he0p7.madnix-r5oswp .madnix-krbpd4 ~ .madnix-pldpna {
  grid-row: 1/10;
}

.madnix-6he0p7.madnix-r5oswp > .madnix-krbpd4 {
  grid-column: 1/2;
  margin-bottom: 20px;
}

.madnix-6he0p7.madnix-r5oswp .madnix-pldpna {
  grid-row: 1/10;
}

.madnix-9h8box.madnix-c30s4y .madnix-pldpna {
  align-items: flex-start;
}

.madnix-9h8box.madnix-wns9p7 .madnix-tino7g {
  margin-top: auto;
  margin-bottom: auto;
  height: fit-content;
}

.madnix-9h8box.madnix-wns9p7 .madnix-pldpna {
  align-items: center;
}

.madnix-9h8box.madnix-kdiv7s .madnix-pldpna {
  align-items: flex-end;
}

.madnix-tino7g > :first-child {
  margin-top: 0;
}

.madnix-tino7g > :last-child {
  margin-bottom: 0;
}

* + .madnix-qc6jhd,
.madnix-6he0p7 + .madnix-6he0p7 {
  margin-top: 2rem;
}

.madnix-34y0qr td::before,
.madnix-34y0qr th::after {
  display: none !important;
}

.madnix-34y0qr #link-selector {
  color: #000;
}

.madnix-34y0qr .madnix-6qqnq1 {
  color: #135e96;
}

.madnix-34y0qr .madnix-ndoimt *,
.madnix-34y0qr .madnix-xgfw1l p,
.madnix-34y0qr .madnix-589b2h * {
  color: #000;
}

.madnix-34y0qr .madnix-8kzpnk {
  background: 0 0 !important;
}

.madnix-34y0qr .madnix-awhve1 {
  color: #000;
}

.madnix-34y0qr .madnix-w2rlvd.madnix-b1kdwx {
  color: #fff;
}

.madnix-34y0qr .madnix-z36i3b {
  color: #000;
}

.madnix-34y0qr
  .madnix-ajoyt0
  .madnix-nwzdxx.madnix-b1kdwx.madnix-5ra8r1 {
  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;
}

.madnix-pcv3sv,
body .madnix-wvj7p2 {
  color: #000;
  background: var(--color-body) !important;
}

.madnix-pcv3sv .madnix-o6koxp .madnix-hgifk8,
body .madnix-wvj7p2 .madnix-o6koxp .madnix-hgifk8 {
  color: #000;
}

@media (hover: hover), screen and (min-width: 0\0) {
  .madnix-qdcc9c:focus,
  .madnix-qdcc9c:hover {
    color: #f9cb16;
  }
  .madnix-exd2fd:focus,
  .madnix-exd2fd:hover {
    background-color: var(--button-bg-color) !important;
    opacity: 1;
  }
}

@media (hover: hover), screen and (min-width: 0\0) {
  .madnix-6yihta:focus img,
  .madnix-6yihta:focus svg,
  .madnix-6yihta:hover img,
  .madnix-6yihta:hover svg {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
  }
}

@media (min-width: 768px) {
  .madnix-sbljvl {
    display: none;
  }
}

@media (min-width: 1024px) {
  .madnix-h5l421:hover .madnix-b3pgac svg {
    -webkit-transform: rotateZ(180deg);
    -ms-transform: rotate(180deg);
    transform: rotateZ(180deg);
  }
  .madnix-b3pgac {
    pointer-events: none;
  }
}

@media screen and (max-width: 1280px) {
  :root {
    --offsets: 20px;
  }
}

@media (max-width: 1280px) {
  .madnix-798b4o {
    -ms-grid-columns: (1fr) [5];
    grid-template-columns: repeat(5, 1fr);
  }
  .madnix-wdzyr3 {
    grid-template-columns: repeat(4, 1fr);
  }
  .madnix-f3v8qh {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 1279px) {
  .madnix-ttnlnu .madnix-927g0w {
    grid-template-columns: 1fr;
  }
  .madnix-ttnlnu .madnix-zxdy9j {
    -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;
  }
  .madnix-ttnlnu .madnix-12prqi {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
  .madnix-ttnlnu .madnix-g2b1u3 {
    border-bottom: none;
    border-radius: 0;
    padding: 12px 20px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
  .madnix-ttnlnu .madnix-01x4wd {
    border-radius: 0 0 16px 16px;
    padding: 24px 16px;
  }
  .madnix-ttnlnu .madnix-12prqi:not(:first-child) {
    border: none;
  }
  .madnix-ttnlnu .madnix-12prqi:first-child .madnix-g2b1u3 {
    border-top-left-radius: 18px;
    border-top-right-radius: 0;
  }
  .madnix-ttnlnu .madnix-12prqi:last-child .madnix-g2b1u3 {
    border-radius: 0 18px 0 0;
  }
}

@media screen and (max-width: 1024px) {
  :root {
    --offsets: 16px;
  }
}

@media (max-width: 1024px) {
  html {
    font-size: 16px;
  }
  .madnix-0d9y42 {
    position: relative;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 8px var(--offsets);
  }
  .madnix-09ofon {
    max-width: 100px;
  }
  .madnix-t6x88w {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
  .madnix-pkztk0 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .madnix-pkztk0 svg {
    stroke: var(--button-text-color);
    /* fill: var(--button-text-color); */
  }
  .madnix-379zog {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
    margin-left: 20px;
  }
  .madnix-t6x88w + .madnix-pkztk0 {
    margin-left: auto;
  }
  .madnix-jixb5f {
    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;
  }
  .madnix-jixb5f.madnix-85xya5 {
    z-index: 9999;
    opacity: 1;
    pointer-events: auto;
  }
  .madnix-8lif46 {
    -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;
  }
  .madnix-u286ed {
    width: 100%;
  }
  .madnix-u286ed:not(:last-child) {
    border-bottom: 1px solid var(--border-color);
  }
  .madnix-5pg2t6 {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin: 0;
    padding: 8px 0;
    width: 100%;
  }
  .madnix-5pg2t6 svg {
    margin-right: 4px;
  }
  .madnix-h5l421 {
    -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;
  }
  .madnix-b3pgac svg {
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
  }
  .madnix-b3pgac {
    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;
  }
  .madnix-ds3xs6 {
    display: none;
    width: 100%;
  }
  .madnix-h5l421.madnix-85xya5 .madnix-ds3xs6 {
    padding: 0 0 0 48px;
  }
  .madnix-9da12w {
    justify-content: flex-start;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
  }
  .madnix-dnikbg .madnix-pldpna {
    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;
  }
  .madnix-t0njpw {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
  }
  .madnix-t0njpw + .madnix-t0njpw {
    margin-right: 0;
  }
  .madnix-t0njpw + .madnix-pldpna {
    margin: 0;
  }
  .madnix-798b4o {
    grid-template-columns: repeat(4, 1fr);
  }
  .madnix-wdzyr3 {
    grid-template-columns: repeat(3, 1fr);
  }
  .madnix-ztfuir,
  .madnix-2w0otw {
    grid-template-columns: repeat(2, 1fr);
  }
  .madnix-9h8box {
    grid-template-columns: 1fr;
    gap: 16px;
  }
  .madnix-9h8box.madnix-wf4lp7 .madnix-tino7g {
    grid-column: auto;
    grid-row: auto;
  }
  .madnix-9h8box > .madnix-krbpd4 {
    grid-column: 1/2;
  }
  .madnix-9h8box.madnix-wf4lp7 > :not(.get-image) {
    grid-column: 1/2;
  }
  .madnix-9h8box .madnix-pldpna,
  .madnix-9h8box.madnix-wf4lp7 > .madnix-pldpna {
    grid-column: 1/2;
    grid-row: 1/2;
  }
  .madnix-9h8box.madnix-wf4lp7 > :not(.get-image):not(.wp-block-heading) {
    grid-column: 1/2;
  }
  .madnix-6he0p7.madnix-r5oswp .madnix-9h8box > .madnix-pldpna {
    grid-row: 1/2;
  }
  .madnix-9h8box .madnix-krbpd4 ~ .madnix-pldpna,
  .madnix-9h8box.madnix-wf4lp7 .madnix-krbpd4 ~ .madnix-pldpna {
    grid-row: 2/3;
  }
  .madnix-6he0p7.madnix-r5oswp .madnix-krbpd4 ~ .madnix-pldpna {
    grid-row: 2/3;
  }
}

@media (max-width: 800px) {
  .madnix-0mru45:first-child .madnix-o6hrvk {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .madnix-0mru45:first-child .madnix-o6hrvk h1 {
    -webkit-box-ordinal-group: -1;
    -ms-flex-order: -2;
    order: -2;
  }
}

@media (max-width: 1100px) {
  .madnix-0mru45 {
    margin-bottom: 1rem;
    padding: 0 13px;
  }
}

@media (max-width: 767px) {
  .madnix-0mru45 {
    padding: 0;
  }
  .madnix-ovpm82 {
    margin-top: 1rem;
  }
  .madnix-ou7kd0 {
    border-radius: 5px;
  }
  .madnix-5z1z2g {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .madnix-55p5im::after {
    display: inline-block;
  }
  .madnix-55p5im {
    margin: 0;
    width: 100%;
  }
  .madnix-hjmvna {
    width: 100%;
  }
  .madnix-hjmvna.madnix-edkoxn {
    -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%;
  }
  .madnix-hjmvna.madnix-edkoxn .madnix-s3s79e {
    width: 100%;
  }
  .madnix-hjmvna.madnix-edkoxn .madnix-s3s79e:not(:last-child) {
    margin-right: 0;
  }
  .madnix-qdcc9c {
    width: 100%;
    text-align: center;
  }
  .madnix-k0nqbb.madnix-85xya5 .madnix-hjmvna {
    margin-top: 1rem;
  }
  .madnix-798b4o {
    grid-template-columns: repeat(3, 1fr);
  }
  .madnix-f3v8qh,
  .madnix-wdzyr3 {
    grid-template-columns: repeat(2, 1fr);
  }
  .madnix-ztfuir,
  .madnix-2w0otw,
  .madnix-f0sh1q {
    grid-template-columns: 1fr;
  }
  .madnix-yphphm {
    overflow-x: auto;
    width: 100%;
    max-width: 980px;
  }
  .madnix-sh6jek {
    min-width: 300px;
    max-width: 325px;
  }
  .madnix-g2b1u3 {
    cursor: auto;
  }
  .madnix-6oxyt5 .madnix-g2b1u3 {
    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;
  }
  .madnix-cdrune {
    left: calc(50% - 60px);
  }
}

@media (max-width: 650px) {
  .madnix-ds3xs6 {
    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) {
  .madnix-cdrune {
    top: 100px !important;
  }
  #cookie-law-div p {
    padding-bottom: 50px;
  }
}

.madnix-t0njpw p {
  margin-top: 0;
}

@media (max-width: 550px) {
  .madnix-pkztk0 {
    margin: 0 -0.2rem;
  }
  .madnix-t0njpw {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
  .madnix-pv8xao {
    -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;
  }
  .madnix-vdhigh {
    max-width: 100%;
  }
  .madnix-798b4o {
    grid-template-columns: repeat(2, 1fr);
  }
  .madnix-f3v8qh,
  .madnix-wdzyr3 {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 500px) {
  html {
    font-size: 16px;
  }
  .madnix-0d9y42 {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .madnix-pkztk0 {
    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;
  }
  .madnix-ob1ctc {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .madnix-q4ariu {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
  }
  .madnix-8vze73,
  .madnix-pvs7vt {
    width: calc(100% - 20px);
  }
}

@media (max-width: 475px) {
  .madnix-f7qxyj {
    width: 100%;
  }
  .madnix-798b4o {
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 400px) {
  .madnix-cdrune {
    top: 127px !important;
  }
}

.madnix-98avr4 {
  width: 100%;
  border-radius: 12px;
  overflow: hidden;
  margin-bottom: 20px;
}

@media (max-width: 1100px) {
  .madnix-98avr4 {
  }
}

@media (max-width: 767px) {
  .madnix-98avr4 {
    margin-bottom: 12px;
  }
}

.madnix-98avr4 img {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  min-width: 100%;
  height: 100%;
}

.madnix-d0sjpz {
  display: flex;
  margin: 0 auto;
  padding: 0 var(--offsets);
  max-width: var(--display-width);
  gap: 20px;
}

.madnix-d0sjpz > .madnix-elbmbr {
  flex: 1 1;
}

@media (max-width: 767px) {
  .madnix-d0sjpz {
    flex-direction: column;
    gap: 12px;
  }
}

.madnix-o7oe6l {
  display: flex;
}

.madnix-o7oe6l .madnix-pewlto {
  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;
}

.madnix-o7oe6l .madnix-3vx3br {
  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;
}

.madnix-o7oe6l .madnix-e9mk88 {
  display: flex;
  list-style: none;
  margin: 0;
  padding-left: 100%;
  animation: scroll 60s linear infinite;
}

.madnix-o7oe6l .madnix-b26ygl {
  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));
  }
}

.madnix-o7oe6l .madnix-b26ygl:before {
  content: "";
  width: 24px;
  min-width: 24px;
  height: 24px;
  background-image: url(../images/award.svg);
  background-repeat: no-repeat;
  background-position: center;
}

.madnix-o7oe6l .madnix-v7a5q4 {
  color: #fff;
  font-size: 14px;
  font-weight: 800;
  line-height: 20px;
  margin-right: 4px;
}

.madnix-mekq7a {
  border: unset;
  background-color: unset;
}

.madnix-mekq7a tbody {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

.madnix-mekq7a .madnix-xwkykp,
.madnix-mekq7a .madnix-zn8xh3 {
  flex: 0 1 330px;
}

.madnix-mekq7a .madnix-umwbpc {
  flex: 1 1;
}

.madnix-mekq7a tr {
  display: flex;
  flex-direction: column;
  gap: 16px;
  border-radius: 12px;
  border: 2px solid var(--border-color);
  background: var(--fh-bg-color);
  padding: 16px;
}

.madnix-mekq7a tr td {
  border: unset;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  color: #fff;
  padding: 0;
}

.madnix-mekq7a tr td:first-child {
  font-size: 23px;
  font-weight: 800;
  line-height: 28px;
  margin: 0;
  padding: 0;
}

.madnix-mekq7a tr td p {
  color: #fff;
  margin: 0;
}

.madnix-mekq7a tr td p span {
  color: var(--title-color);
  font-weight: 800;
}

.madnix-mekq7a tr.madnix-xwkykp td p {
  padding: 16px 0;
}

.madnix-mekq7a tr.madnix-xwkykp td p:not(:last-child),
.madnix-mekq7a tr.madnix-zn8xh3 td p:not(:last-child) {
  border-bottom: 1px solid var(--border-color);
}

.madnix-mekq7a tr.madnix-xwkykp td p:first-child,
.madnix-mekq7a tr.madnix-zn8xh3 td p:first-child {
  padding-top: 0;
}

.madnix-mekq7a tr.madnix-zn8xh3 td p {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 12px 0;
  font-size: 14px;
  font-weight: 800;
  line-height: 20px;
}

.madnix-mekq7a tr.madnix-zn8xh3 td p:last-child {
  padding-bottom: 0;
}

.madnix-mekq7a .madnix-zn8xh3 img {
  max-width: 32px;
}

.madnix-mekq7a .madnix-umwbpc {
  min-width: 718px;
}

.madnix-mekq7a .madnix-umwbpc td:last-child {
  display: flex;
  flex-wrap: wrap;
}

.madnix-mekq7a .madnix-umwbpc td {
  display: flex;
}

.madnix-mekq7a .madnix-umwbpc td:last-child .madnix-f0hnwz,
.madnix-mekq7a .madnix-umwbpc td:last-child .madnix-d9xd82,
.madnix-mekq7a .madnix-umwbpc td:last-child .madnix-tq7l5f {
  flex: 1 1 50%;
}

.madnix-mekq7a .madnix-umwbpc td:last-child .madnix-6475jg {
  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;
}

.madnix-mekq7a .madnix-umwbpc td:last-child .madnix-djscan,
.madnix-mekq7a .madnix-umwbpc td:last-child .madnix-2l5uwk {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  list-style: none;
  padding-left: 0;
  margin-top: 12px;
}

.madnix-mekq7a .madnix-umwbpc td:last-child .madnix-f0hnwz,
.madnix-mekq7a .madnix-umwbpc td:last-child .madnix-d9xd82 {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
  padding-top: 16px;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}

.madnix-mekq7a .madnix-umwbpc td:last-child .madnix-f0hnwz span,
.madnix-mekq7a .madnix-umwbpc td:last-child .madnix-d9xd82 span {
  font-weight: 800;
}

.madnix-mekq7a .madnix-umwbpc img {
  max-width: 34px;
}

@media (max-width: 1100px) {
  .madnix-mekq7a .madnix-umwbpc td .madnix-tq7l5f:not(:first-child) {
    padding-left: 0;
  }
}

@media (max-width: 767px) {
  .madnix-mekq7a tr.madnix-xwkykp td p:last-child {
    padding-bottom: 0;
  }
  .madnix-mekq7a .madnix-zn8xh3 > td {
    display: flex;
    flex-wrap: wrap;
    gap: 0 20px;
  }
  .madnix-mekq7a .madnix-zn8xh3 > td > p {
    flex: 1 1 calc(50% - 10px);
  }
  .madnix-mekq7a tr.madnix-xwkykp td p:not(:last-child),
  .madnix-mekq7a tr.madnix-zn8xh3 td p:not(:last-child) {
    border-bottom: unset;
  }
  .madnix-mekq7a tr.madnix-zn8xh3 td p:last-child {
    padding-bottom: 12px;
  }
  .madnix-mekq7a .madnix-umwbpc td:last-child .madnix-f0hnwz,
  .madnix-mekq7a .madnix-umwbpc td:last-child .madnix-d9xd82,
  .madnix-mekq7a .madnix-umwbpc td:last-child .madnix-tq7l5f {
    flex: 1 1 50%;
    padding: 0;
  }
  .madnix-mekq7a .madnix-umwbpc td:last-child .madnix-f0hnwz,
  .madnix-mekq7a .madnix-umwbpc td:last-child .madnix-d9xd82 {
    margin-top: 16px;
  }
  .madnix-mekq7a .madnix-umwbpc td:last-child .madnix-tq7l5f {
    flex: 1 1 100%;
    padding-bottom: 16px;
    margin-top: 16px;
  }
  .madnix-mekq7a .madnix-umwbpc td:last-child .madnix-f0hnwz {
    border-right: 1px solid var(--border-color);
  }
  .madnix-mekq7a .madnix-umwbpc td:last-child .madnix-tq7l5f:first-child {
    padding-top: 0;
    margin-top: 0;
  }
  .madnix-mekq7a .madnix-umwbpc td:last-child .madnix-tq7l5f:last-child {
    padding-bottom: 0;
  }
}

.madnix-tq7l5f {
  display: flex;
  flex-direction: column;
}

.madnix-mekq7a .madnix-umwbpc td .madnix-tq7l5f {
  border-bottom: 1px solid var(--border-color);
  padding-bottom: 16px;
}

.madnix-mekq7a .madnix-umwbpc td .madnix-tq7l5f:not(:last-of-type) {
  border-right: 1px solid var(--border-color);
  padding-right: 16px;
}

.madnix-mekq7a .madnix-umwbpc td .madnix-tq7l5f:not(:first-child) {
  padding-left: 16px;
}

@media (max-width: 767px) {
  .madnix-mekq7a .madnix-umwbpc td .madnix-tq7l5f:not(:first-child) {
    padding-left: 0;
  }
  .madnix-mekq7a .madnix-umwbpc td .madnix-tq7l5f:not(:last-of-type) {
    border-right: unset;
  }
}

.madnix-mekq7a .madnix-ddvzo9 {
  flex: 0 1 485px;
}

.madnix-mekq7a .madnix-9juggm {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  list-style: none;
}

.madnix-mekq7a .madnix-9juggm li {
  border-radius: 4px;
  border: 1px solid var(--border-color);
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}

.madnix-mekq7a .madnix-9juggm li.madnix-mzvshm {
  padding: 6px 12px;
}

.madnix-mekq7a .madnix-9juggm li a,
.madnix-mekq7a .madnix-9juggm 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;
}

.madnix-mekq7a .madnix-hdc1zp,
.madnix-mekq7a .madnix-f5yf1e {
  flex: 1 1;
}

.madnix-mekq7a .madnix-xn3c4q,
.madnix-mekq7a .madnix-1ux4q6 {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.madnix-mekq7a .madnix-xn3c4q li,
.madnix-mekq7a .madnix-1ux4q6 li {
  display: flex;
  align-items: center;
  gap: 8px;
  flex: 1 1 calc(50% - 20px);
  font-size: 14px;
  font-weight: 800;
  line-height: 20px;
}

.madnix-mekq7a .madnix-f5yf1e img {
  max-width: 32px;
}

.madnix-mekq7a .madnix-hdc1zp img {
  max-width: 32px;
}

.madnix-mekq7a .madnix-aymz7n {
  min-width: 280px;
}

.madnix-mekq7a .madnix-aymz7n img {
  max-width: 146px;
}

.madnix-mekq7a .madnix-aymz7n td {
  display: flex;
  flex-direction: column;
  gap: 12px;
  max-width: 280px;
}

@media (max-width: 1460px) {
  .madnix-mekq7a .madnix-xwkykp,
  .madnix-mekq7a .madnix-zn8xh3 {
    flex: 0 1 auto;
  }
  .madnix-mekq7a .madnix-umwbpc {
    min-width: unset;
    flex: 1 1 50%;
  }
}

@media (max-width: 1100px) {
  .madnix-mekq7a .madnix-xwkykp,
  .madnix-mekq7a .madnix-ddvzo9,
  .madnix-mekq7a .madnix-zn8xh3,
  .madnix-mekq7a .madnix-umwbpc {
    flex: 1 1 calc(50% - 20px);
  }
  .madnix-mekq7a .madnix-hdc1zp,
  .madnix-mekq7a .madnix-aymz7n,
  .madnix-mekq7a .madnix-f5yf1e {
    flex: 1 1 30%;
  }
  .madnix-mekq7a .madnix-aymz7n {
    min-width: unset;
  }
}

@media (max-width: 767px) {
  .madnix-mekq7a .madnix-xwkykp,
  .madnix-mekq7a .madnix-ddvzo9,
  .madnix-mekq7a .madnix-hdc1zp,
  .madnix-mekq7a .madnix-zn8xh3,
  .madnix-mekq7a .madnix-umwbpc,
  .madnix-mekq7a .madnix-aymz7n,
  .madnix-mekq7a .madnix-f5yf1e {
    flex: 1 1 100%;
  }
}

.madnix-a1j4st .madnix-bngz80 {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.madnix-a1j4st .madnix-jmhmmb {
  position: relative;
  display: flex;
  flex-direction: column;
  border-radius: 8px;
  border: 2px solid var(--border-color);
  background-color: var(--fh-bg-color);
}

.madnix-a1j4st .madnix-c6dspj {
  width: 100%;
  padding: 12px 12px 8px 12px;
  background-color: #318562;
  font-size: 14px;
  font-weight: 800;
  line-height: 20px;
  color: #f9cb16;
}

.madnix-a1j4st .madnix-z20d57 {
  display: grid;
  padding: 16px;
  gap: 0 16px;
  grid-template-columns: repeat(2, 1fr);
}

.madnix-a1j4st .madnix-z20d57 > :nth-child(3) {
  margin-top: 0;
}

.madnix-a1j4st .madnix-pldpna {
  grid-column: 2/3;
  grid-row: 1/10;
}

.madnix-a1j4st .madnix-75s4mq {
  grid-column: 1/2;
  margin-top: 0;
  margin-bottom: 8px;
}

.madnix-a1j4st .madnix-ovpm82 {
  grid-column: 1/2;
}

.madnix-a1j4st > :not(.how-to__title):not(.content-button) {
  grid-column: 1/2;
}

.madnix-a1j4st .madnix-jmhmmb: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;
}

.madnix-a1j4st .madnix-jmhmmb:not(:last-child):after {
  position: relative;
  content: "";
  width: calc(100% - 32px);
  height: 1px;
  background-color: #318562;
  margin: 12px auto 27px auto;
}

.madnix-a1j4st .madnix-f7qxyj {
  min-width: 240px;
}

@media (max-width: 768px) {
  .madnix-a1j4st .madnix-jmhmmb:not(:last-child):before {
    bottom: 8px;
  }
  .madnix-a1j4st .madnix-jmhmmb:not(:last-child):after {
    margin: 12px auto 18px auto;
  }
  .madnix-a1j4st .madnix-z20d57 {
    grid-template-columns: 1fr;
    padding: 16px 16px 8px 16px;
  }
  .madnix-a1j4st .madnix-pldpna {
    grid-column: 1/2;
    grid-row: 1/2;
    margin: -16px -18px 16px -18px;
  }
  .madnix-a1j4st .madnix-pldpna img {
    width: 100%;
    height: auto;
  }
  .madnix-a1j4st .madnix-f7qxyj {
    width: 100%;
    min-width: unset;
  }
}

.madnix-uzv9pt .madnix-8v9382 {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  list-style: none;
}

.madnix-uzv9pt .madnix-nb7syn {
  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;
}

.madnix-uzv9pt .madnix-pldpna {
  height: 100%;
}

.madnix-uzv9pt .madnix-pldpna img {
  height: 100%;
  width: auto;
  min-width: 220px;
  object-fit: cover;
}

.madnix-uzv9pt .madnix-19wmtg {
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding: 16px 16px 16px 0;
}

.madnix-uzv9pt .madnix-qm2z2j {
  color: #f9cb16;
  font-size: 23px;
  font-weight: 800;
  line-height: 28px;
  margin: 0;
}

.madnix-uzv9pt .madnix-o820xe {
  color: #d2d2d2;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  flex: 1 1;
  margin: 0;
}

@media (max-width: 1200px) {
  .madnix-uzv9pt .madnix-nb7syn {
    flex: 1 1 100%;
  }
  .madnix-uzv9pt .madnix-h69ph7 {
    min-width: 320px;
    width: fit-content;
  }
}

@media (max-width: 767px) {
  .madnix-uzv9pt .madnix-nb7syn {
    flex-direction: column;
  }
  .madnix-uzv9pt .madnix-pldpna {
    width: 100%;
    height: auto;
  }
  .madnix-uzv9pt .madnix-pldpna img {
    width: 100%;
    height: auto;
    max-height: 260px;
    min-width: unset;
  }
  .madnix-uzv9pt .madnix-19wmtg {
    padding: 0 16px 16px 16px;
  }
  .madnix-uzv9pt .madnix-h69ph7 {
    min-width: unset;
    width: 100%;
  }
}

.madnix-wm5jhj .madnix-upgz0g {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  flex-wrap: wrap;
  gap: 20px;
}

.madnix-wm5jhj .madnix-uwkius {
  position: relative;
  height: 220px;
  border-radius: 12px;
  border: 2px solid var(--border-color);
  overflow: hidden;
  transition: 0.2s;
}

.madnix-wm5jhj 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;
}

.madnix-wm5jhj .madnix-izaowe {
  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;
}

.madnix-wm5jhj .madnix-uwkius:hover .madnix-izaowe {
  display: flex;
}

.madnix-wm5jhj .madnix-y8z0t3 {
  text-align: center;
  margin-top: 0;
  margin-bottom: 5px;
  color: #d2d2d2;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}

.madnix-wm5jhj .madnix-8zegs7 {
  text-align: center;
  font-size: 17px;
  font-weight: 800;
  line-height: 24px;
  margin-top: 0;
  margin-bottom: auto;
  color: #fff;
}

.madnix-o82om0 {
  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;
}

.madnix-o82om0.madnix-o3qsun {
  color: #196948;
  background-color: #f9cb16;
  border: 1px solid #f9cb16;
  margin-bottom: 8px;
  transition: 0.madnix-ck1mbk ease-in-out;
}

.madnix-o82om0.madnix-o3qsun:hover {
  color: #f9cb16;
  background-color: transparent;
}

.madnix-wm5jhj .madnix-hljmkd {
  color: #fff;
  border: 1px solid #f9cb16;
  background-color: unset;
  transition: 0.madnix-ck1mbk ease-in-out;
}

.madnix-wm5jhj .madnix-hljmkd:hover {
  color: #196948;
  background-color: #f9cb16;
}

.madnix-wm5jhj .madnix-hljmkd:after,
.madnix-o82om0.madnix-o3qsun:after {
  content: "";
  width: 24px;
  min-width: 24px;
  height: 24px;
  background-repeat: no-repeat;
  background-position: center;
}

.madnix-o82om0.madnix-o3qsun:after {
  background-image: url(../images/Cash.svg);
}

.madnix-wm5jhj .madnix-hljmkd:after {
  background-image: url(../images/Play.svg);
}

@media (max-width: 1200px) {
  .madnix-wm5jhj .madnix-upgz0g {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 850px) {
  .madnix-wm5jhj .madnix-upgz0g {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 600px) {
  .madnix-wm5jhj .madnix-upgz0g {
    grid-template-columns: 1fr;
  }
  .madnix-wm5jhj .madnix-uwkius {
    height: auto;
  }
  .madnix-wm5jhj .madnix-uwkius .madnix-izaowe {
    position: relative;
    display: flex;
    height: auto;
    background-color: var(--fh-bg-color);
    padding: 8px 12px 12px 12px;
  }
  .madnix-wm5jhj .madnix-y8z0t3,
  .madnix-wm5jhj .madnix-8zegs7 {
    text-align: left;
  }
  .madnix-wm5jhj .madnix-8zegs7 {
    margin-bottom: 8px;
  }
  .madnix-wm5jhj img {
    position: relative;
    top: unset;
    right: unset;
    bottom: unset;
    left: unset;
    min-height: unset;
  }
}

.madnix-ct7qhb {
  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;
}

.madnix-ct7qhb.madnix-5y31xy {
  display: block;
}

.madnix-ct7qhb .madnix-qxgytn {
  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;
}

.madnix-ct7qhb .madnix-0da0l7 {
  display: flex;
  gap: 24px;
  padding: 12px;
}

.madnix-ct7qhb .madnix-lq8qno {
  display: flex;
  align-items: center;
  color: #fff;
  font-size: 23px;
  font-weight: 800;
  line-height: 28px;
}

.madnix-ct7qhb .madnix-klq77n {
  display: flex;
  align-items: center;
  flex: 1 1;
}

.madnix-ct7qhb .madnix-o82om0 {
  min-width: 296px;
  margin-bottom: 0;
}

.madnix-ct7qhb .madnix-qnuc65 {
  width: 44px;
  min-width: 44px;
  height: 44px;
  background-image: url(../images/cross.svg);
  background-position: center;
  background-repeat: no-repeat;
  cursor: pointer;
}

.madnix-ct7qhb .madnix-549pk7 {
  position: relative;
  flex: 1 1;
}

.madnix-ct7qhb .madnix-549pk7 iframe {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 100%;
  height: 100%;
}

@media (max-width: 768px) {
  .madnix-ct7qhb .madnix-0da0l7 {
    flex-wrap: wrap;
    gap: 8px;
  }
  .madnix-ct7qhb .madnix-lq8qno {
    order: 1;
  }
  .madnix-ct7qhb .madnix-klq77n {
    order: 3;
    flex: 1 1 100%;
  }
  .madnix-ct7qhb .madnix-o82om0 {
    width: 100%;
    min-width: unset;
  }
  .madnix-ct7qhb .madnix-qnuc65 {
    order: 2;
    margin-left: auto;
  }
}

@media (max-width: 767px) {
  .madnix-9h8box > .madnix-krbpd4 {
    margin-bottom: 0;
  }
  .madnix-9h8box > .madnix-ovpm82,
  .madnix-9h8box > p {
    margin-top: 0;
  }
}

.madnix-iyx54b img,
.madnix-t0njpw img {
  width: auto;
  object-fit: contain;
}

.madnix-iyx54b {
  align-items: center;
}

.madnix-iyx54b img {
  max-height: 76px;
}

.madnix-t0njpw img {
  max-height: 64px;
}

.madnix-zncne1 {
  overflow: auto;
}

.madnix-gpplh3 {
  border: 1px solid var(--color-table-border);
  box-shadow: 0 0 15px rgb(0 0 0 / 5%);
  border-collapse: collapse;
  width: 100%;
}

.madnix-h6n8vp:not(:last-child) {
  border-bottom: 1px solid var(--color-table-border);
}

.madnix-7ewq6x {
  border: none;
  padding: 25px 10px;
  font-weight: 700;
  color: var(--color-table-td-color);
  min-width: 200px;
}

.madnix-c0jwp3 {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.madnix-7ewq6x .madnix-pldpna {
  margin-right: 20px;
  flex-shrink: 0;
}

.madnix-7ewq6x img {
  max-height: 45px;
  object-fit: contain;
  width: 100%;
}

.madnix-3ppvcu {
  padding: 25px 10px;
  align-self: center;
  border-bottom: 1px solid var(--color-table-border);
  flex-grow: 1;
  border-top: none;
}

.madnix-3ppvcu > :first-child {
  margin-top: 0;
}

@media (max-width: 767px) {
  .madnix-7ewq6x {
    padding: 15px 10px;
  }
  .madnix-3ppvcu {
    padding: 15px 10px;
  }
  .madnix-7ewq6x .madnix-pldpna {
    margin-right: 10px;
  }
}

.madnix-45thgj {
  overflow-x: auto;
}

.madnix-7je8qu {
  border-collapse: collapse;
  width: 100%;
}

.madnix-45thgj th {
  font-family: inherit;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 19px;
  padding: 25px 10px;
  text-align: center;
}

.madnix-45thgj td {
  font-family: inherit;
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  padding: 15px 25px;
  white-space: nowrap;
}

.madnix-45thgj td.madnix-g5u3k2 {
  font-weight: 600;
  text-align: right;
  border-left: none;
}

.madnix-45thgj td.madnix-eghn8p {
  border-right: none;
}

.madnix-45thgj td.madnix-eghn8p .madnix-pldpna {
  justify-content: flex-start;
}

.madnix-45thgj td.madnix-eghn8p .madnix-pldpna img {
  height: auto;
  width: 90px;
}

.madnix-45thgj td.madnix-a6d1zt,
.madnix-45thgj td.madnix-lzbimu {
  font-weight: 600;
  text-align: right;
}

.madnix-45thgj td.madnix-0h4tm3,
.madnix-45thgj td.madnix-a6d1zt {
  padding-bottom: 10px;
  border-bottom: none;
}

.madnix-45thgj td.madnix-a6d1zt,
.madnix-45thgj td.madnix-lzbimu {
  border-left: none;
}

.madnix-45thgj td.madnix-0h4tm3,
.madnix-45thgj td.madnix-0h0nlj {
  border-right: none;
}

.madnix-45thgj td.madnix-0h0nlj,
.madnix-45thgj td.madnix-lzbimu {
  border-top: none;
  padding-top: 10px;
}

.madnix-d8jdfx {
  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;
}

.madnix-d8jdfx .madnix-h69ph7 {
  min-width: unset;
  width: 100%;
}

.madnix-d8jdfx .madnix-h69ph7.madnix-t8pbzl {
  grid-column: 1/2;
  grid-row: 1/2;
}

.madnix-d8jdfx .madnix-h69ph7.madnix-4m7s8d {
  grid-column: 2/3;
  grid-row: 1/2;
}

.madnix-d8jdfx .madnix-th2xq1 {
  grid-column: 1/3;
  grid-row: 2/3;
  margin-top: 0;
}

@media (max-width: 767px) {
  .madnix-d8jdfx {
    grid-template-columns: 1fr;
    margin-top: 0;
  }
  .madnix-d8jdfx .madnix-h69ph7.madnix-t8pbzl {
    grid-column: 1/2;
    grid-row: 1/2;
  }
  .madnix-d8jdfx .madnix-h69ph7.madnix-4m7s8d {
    grid-column: 1/2;
    grid-row: 2/3;
  }
  .madnix-d8jdfx .madnix-th2xq1 {
    grid-column: 1/2;
    grid-row: 3/4;
  }
}

.madnix-hlui9b {
  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;
}

.madnix-2zb1ye {
  margin-bottom: 32px;
  font-size: 34px;
  font-weight: 800;
  line-height: 40px;
}

.madnix-g9drg3 p a img {
  margin: 0 auto;
  display: block;
}

.madnix-g9drg3 table {
  margin-bottom: 17px;
}

/* contanct form */
.madnix-tq0oko {
  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;
}

.madnix-tq0oko label {
  font-size: 14px;
}

.madnix-tq0oko h2 {
  text-align: center;
  margin-bottom: 1rem;
}
.madnix-tq0oko input,
.madnix-tq0oko textarea,
.madnix-tq0oko 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;
}
.madnix-tq0oko button {
  background-color: #a91f09;
  color: var(--text-color);
  border: none;
  cursor: pointer;
  transition: background 0.madnix-ck1mbk ease;
}
.madnix-tq0oko button:hover {
  background-color: #691204;
}
.madnix-sb8p9r {
  text-align: center;
  color: green;
  font-weight: 500;
  padding: 50px 0;
  animation: fadeIn 0.madnix-qh45fp ease-in;
}

.madnix-sb8p9r h2 {
  color: green;
  font-weight: 500;
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

main a img {
    display: block;
    margin: 0 auto;
}