@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);
}

.nummus-8sjk26 {
  margin: 0 auto;
  padding: 0 var(--offsets);
  max-width: var(--display-width);
}

.nummus-j15xf5 {
  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.nummus-koay2d,
ul.nummus-koay2d {
  padding-left: 20px;
}

ul.nummus-koay2d {
  list-style: disc;
}

ol.nummus-koay2d {
  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;
  }
}

.nummus-3v9u7m > .nummus-68pwbm,
.nummus-3v9u7m > .nummus-pe29bj,
.nummus-3v9u7m > blockquote,
.nummus-3v9u7m > h1,
.nummus-3v9u7m > h2,
.nummus-3v9u7m > h3,
.nummus-3v9u7m > h4,
.nummus-3v9u7m > h5,
.nummus-3v9u7m > h6,
.nummus-3v9u7m > ol,
.nummus-3v9u7m > p,
.nummus-3v9u7m > ul {
  margin-right: auto;
  margin-left: auto;
  padding: 0 var(--offsets);
  max-width: var(--display-width);
}

.nummus-3v9u7m > ol,
.nummus-3v9u7m > ul {
  padding-left: 50px;
}

.nummus-3v9u7m 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;
}

.nummus-3v9u7m:not(:last-child) {
  margin-bottom: 2rem;
}

.nummus-3v9u7m > :not(:first-child) {
  margin-top: 2rem;
}

.nummus-3v9u7m {
  margin-top: 64px;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.nummus-3v9u7m:first-child {
  margin-top: 40px;
}

@media (max-width: 767px) {
  .nummus-3v9u7m:first-child {
    margin-top: 20px;
  }
}

.nummus-3v9u7m > p:last-of-type {
  margin-bottom: 32px;
}

.nummus-3v9u7m > .nummus-5udeej:not(:first-child) {
  margin: 64px auto 16px auto;
}

.nummus-azkiif > .nummus-5udeej {
  margin-left: auto;
  margin-right: auto;
  padding: 0 var(--offsets);
  max-width: var(--display-width);
}

.nummus-pe29bj {
  overflow: auto;
}

.nummus-pe29bj::-webkit-scrollbar {
  height: 5px;
}

.nummus-pe29bj table,
table {
  margin-top: 24px;
  border-collapse: collapse;
  width: 100%;
  word-break: break-word;
}

.nummus-pe29bj table {
  border-radius: 12px;
  border: 2px solid var(--border-color);
  /* background: #0f442e; */
}

.nummus-pe29bj table thead,
table thead {
  border-bottom: none;
}

.nummus-pe29bj table th,
table th {
  padding: 5px 5px;
  text-align: center;
  color: var(--color-table-th-color);
  background-color: var(--table-1-color);
}

.nummus-pe29bj table th:not(:last-child) {
  border-right: 1px solid var(--border-color);
}

.nummus-pe29bj table td,
table td {
  border: 1px solid var(--border-color);
  padding: 5px 5px;
}

.nummus-pe29bj .nummus-dpxizk {
  table-layout: auto;
}

.nummus-pe29bj .nummus-dpxizk th {
  word-break: normal;
}

.nummus-pe29bj .nummus-dpxizk td {
  word-break: normal;
}

.nummus-8sjk26 .nummus-8sjk26 {
  padding-right: 0;
  padding-left: 0;
}

.nummus-czx7vs {
  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;
}

.nummus-75etoe {
  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;
}

.nummus-a4jdhh {
  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;
}

.nummus-68pwbm {
  margin-top: 24px;
}

.nummus-68pwbm.nummus-qozm26 {
  text-align: left;
}

.nummus-68pwbm.nummus-vah81e {
  text-align: right;
}

.nummus-68pwbm.nummus-s7cxjd {
  text-align: center;
}

.nummus-7ht394 {
  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.nummus-slispg ease-in-out;
  cursor: pointer;
}

.nummus-7ht394:hover {
  color: var(--button-bg-color);
  background: 0 0;
}

.nummus-7ht394 {
  min-width: 328px;
}

@media (max-width: 768px) {
  .nummus-7ht394 {
    min-width: unset;
  }
}

.nummus-53kvsf {
  background-color: var(--fh-bg-color);
}

.nummus-uxhvps {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 8px 20px;
}

.nummus-3fx5ip {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  max-width: 80px;
}

.nummus-3fx5ip img {
  max-height: 44px;
  object-fit: contain;
}

.nummus-cu259m {
  flex: 1 1;
}

.nummus-542cu5 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-left: auto;
}

.nummus-aegw73 {
  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;
}

.nummus-aegw73 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;
}

.nummus-aegw73.nummus-a8mzob span:nth-of-type(1) {
  -webkit-transform: translateY(11px) rotateZ(45deg);
  -ms-transform: translateY(11px) rotate(45deg);
  transform: translateY(11px) rotateZ(45deg);
}

.nummus-aegw73.nummus-a8mzob span:nth-of-type(2) {
  -webkit-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform: scaleX(0);
}

.nummus-aegw73.nummus-a8mzob span:nth-of-type(3) {
  -webkit-transform: translateY(-11px) rotateZ(-45deg);
  -ms-transform: translateY(-11px) rotate(-45deg);
  transform: translateY(-11px) rotateZ(-45deg);
}

.nummus-cu259m + .nummus-542cu5 {
  margin-left: 20px;
}

.nummus-lpp4vx {
  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;
}

.nummus-lpp4vx > svg {
  max-width: 24px;
  max-height: 24px;
}

.nummus-lpp4vx + .nummus-lpp4vx {
  margin-left: 5px;
}

.nummus-7l4ucv {
  color: var(--button-text-color);
  background-color: var(--button-bg-color);
  border: 1px solid var(--border-color);
  transition: 0.2s;
}

.nummus-7l4ucv:hover {
  background-color: var(--button-bg-hover);
}

.nummus-hlomoa {
  color: var(--button-text-color);
  background-color: var(--button-bg-color);
  transition: 0.nummus-slispg ease-in-out;
  border: 1px solid var(--border-color);
}

.nummus-hlomoa:hover {
  color: var(--button-text-color);
  background-color: var(--button-bg-hover);
}

.nummus-fjdmks {
  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) {
  .nummus-cu259m {
    flex: 1 1 100%;
    order: 10;
    margin-top: 8px;
  }
  .nummus-fjdmks {
    justify-content: center;
  }
}

@media (max-width: 1024px) {
  .nummus-cu259m {
    margin-top: unset;
  }
}

@media (max-width: 768px) {
  .nummus-lpp4vx {
    min-width: unset;
    flex: 1 1;
  }
}

.nummus-rg4xee {
  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;
}

.nummus-rg4xee:hover > a::after {
  -webkit-transform: scaleX(1);
  -ms-transform: scaleX(1);
  transform: scaleX(1);
}

.nummus-rg4xee:hover .nummus-3pmd95 {
  opacity: 1;
  pointer-events: auto;
}

.nummus-wjnbxo {
  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.nummus-5474tg ease-in-out;
  gap: 4px;
}

.nummus-wjnbxo > svg {
  max-width: 28px;
  max-height: 28px;
  fill: var(--text-color);
  stroke: var(--text-color);
}

.nummus-wjnbxo .nummus-czx7vs img {
  width: auto;
  height: 1.2rem;
  -o-object-fit: contain;
  object-fit: contain;
}

.nummus-0og5x7,
.nummus-wjnbxo:hover {
  color: var(--button-bg-hover);
}

.nummus-mq6a5p {
  position: relative;
}

.nummus-mq6a5p .nummus-wjnbxo {
  margin-right: 0;
  padding-right: 4px;
}

.nummus-au5hb0 svg {
  fill: var(--text-color);
  stroke: var(--text-color);
}

.nummus-mq6a5p.nummus-a8mzob .nummus-au5hb0 svg {
  -webkit-transform: rotateZ(180deg);
  -ms-transform: rotate(180deg);
  transform: rotateZ(180deg);
}

.nummus-mq6a5p.nummus-a8mzob .nummus-3pmd95 {
  position: relative;
  top: 0;
  display: block;
  margin-top: 0;
  padding: 0 1rem;
  opacity: 1;
  pointer-events: auto;
}

.nummus-mq6a5p.nummus-a8mzob .nummus-3pmd95::before {
  display: none;
}

.nummus-au5hb0 svg {
  width: 100%;
  height: auto;
  max-width: 15px;
  -webkit-transition: 250ms;
  -o-transition: 250ms;
  transition: 250ms;
}

.nummus-3pmd95 {
  position: absolute;
  top: 100%;
  z-index: 100;
  list-style: none;
  margin-top: 0.5rem;
  border-radius: 5px;
  padding: 0.nummus-ncyhyh 1rem;
  background-color: var(--fh-bg-color);
  opacity: 0;
  transition: 250ms;
  width: auto;
  pointer-events: none;
}

.nummus-3pmd95::before {
  content: "";
  position: absolute;
  left: 0;
  top: -0.5rem;
  width: 100%;
  height: 0.5rem;
  background-color: transparent;
}

.nummus-3pmd95:hover {
  color: var(--fh-bg-color);
}

.nummus-yocnx1 {
  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.nummus-ncyhyh 0;
  font-size: 14px;
  font-weight: 500;
  line-height: 28px;
  white-space: nowrap;
  text-decoration: none;
  color: var(--text-color);
  -webkit-transition: 0.nummus-5474tg ease-in-out;
  -o-transition: 0.nummus-5474tg ease-in-out;
  transition: 0.nummus-5474tg ease-in-out;
}

.nummus-yocnx1 .nummus-czx7vs img {
  width: auto;
  height: 1.2rem;
  -o-object-fit: contain;
  object-fit: contain;
}

.nummus-6lndos,
.nummus-yocnx1:hover {
  color: var(--button-bg-hover);
}

.nummus-urirqg {
  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%;
}

.nummus-urirqg.nummus-7mq6yy {
  position: relative;
  z-index: 1;
  overflow: hidden;
  border: none;
}

.nummus-urirqg.nummus-7mq6yy:after,
.nummus-urirqg.nummus-7mq6yy:before {
  content: "";
  position: absolute;
  margin: auto;
}

.nummus-urirqg.nummus-7mq6yy: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);
  }
}

.nummus-urirqg.nummus-7mq6yy:after {
  top: 2px;
  right: 2px;
  bottom: 2px;
  left: 2px;
  background-color: var(--fh-bg-color);
  border-radius: 12px;
  z-index: 0;
}

.nummus-urirqg.nummus-7mq6yy > * {
  z-index: 1;
}

.nummus-urirqg b,
.nummus-urirqg strong {
  color: var(--button-text-color);
  text-shadow: 0 0 8px var(--button-text-color);
}

.nummus-urirqg .nummus-d0eafs {
  grid-row: 1/2;
  grid-column: 1/2;
  font-size: 24px;
  font-weight: 900;
  line-height: 32px;
  text-transform: uppercase;
  margin: 0;
  color: #fff;
}

.nummus-urirqg .nummus-bilfz4 {
  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;
}

.nummus-urirqg .nummus-czx7vs {
  grid-row: 1/-1;
  grid-column: 2/3;
  min-width: 146px;
}

.nummus-urirqg .nummus-iz3bwn {
  margin-top: 12px;
}

.nummus-iz3bwn {
  display: flex;
  gap: 8px;
  grid-row: 3/4;
  grid-column: 1/2;
}

.nummus-w27o06 {
  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;
}

.nummus-iz3bwn .nummus-zddgnf {
  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.nummus-slispg ease-in-out;
}

.nummus-iz3bwn .nummus-zddgnf:hover {
  background: rgba(255, 255, 255, 0.3);
}

.nummus-1tmzch {
  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;
}

.nummus-urirqg.nummus-41otd1 {
  gap: 12px;
  padding: 16px;
}

.nummus-urirqg.nummus-41otd1 .nummus-1tmzch {
  min-width: 240px;
}

.nummus-urirqg.nummus-41otd1 .nummus-1tmzch.nummus-8t2b1m {
  padding: 10px 12px;
}

@media (max-width: 1200px) {
  .nummus-urirqg .nummus-d0eafs {
    grid-row: 1/2;
    grid-column: 1/3;
  }
  .nummus-urirqg .nummus-bilfz4 {
    grid-row: 2/3;
    grid-column: 1/2;
  }
  .nummus-urirqg .nummus-czx7vs {
    min-width: 78px;
    grid-row: 2/3;
    grid-column: 2/3;
    align-self: start;
    max-width: 110px;
  }
  .nummus-urirqg.nummus-41otd1 .nummus-czx7vs {
    max-width: 126px;
  }
  .nummus-urirqg .nummus-iz3bwn {
    grid-row: 3/4;
    grid-column: 1/3;
  }
  .nummus-urirqg .nummus-w27o06 {
    max-width: unset;
  }
  .nummus-1tmzch {
    min-width: unset;
    width: 100%;
  }
  .nummus-urirqg .nummus-1tmzch {
    grid-row: 4/5;
    grid-column: 1/3;
  }
  .nummus-urirqg.nummus-41otd1 {
    grid-template-rows: auto 1fr auto;
  }
  .nummus-urirqg.nummus-41otd1 .nummus-1tmzch {
    grid-row: 3/4;
  }
}

@media (max-width: 768px) {
  .nummus-urirqg {
    padding: 16px;
    gap: 16px 12px;
    min-height: unset;
  }
  .nummus-urirqg .nummus-d0eafs {
    font-size: 18px;
    font-weight: 900;
    line-height: 24px;
  }
  .nummus-urirqg .nummus-czx7vs {
    max-width: 78px;
  }
  .nummus-urirqg .nummus-iz3bwn {
    margin-top: -12px;
  }
  .nummus-urirqg.nummus-41otd1 {
    gap: 8px;
  }
  .nummus-urirqg.nummus-41otd1 .nummus-d0eafs {
    grid-row: 1/2;
    grid-column: 1/2;
  }
  .nummus-urirqg.nummus-41otd1 .nummus-bilfz4 {
    grid-column: 1/3;
  }
  .nummus-urirqg.nummus-41otd1 .nummus-czx7vs {
    grid-row: 1/2;
    grid-column: 2/3;
  }
  .nummus-urirqg.nummus-41otd1 .nummus-czx7vs img {
    max-width: 114px;
  }
}

.nummus-1tmzch.nummus-ue01ky,
.nummus-1tmzch.nummus-ujt14d,
.nummus-1tmzch.nummus-yxfp38 {
  color: var(--button-text-color);
  background-color: var(--button-bg-color);
  padding: 12px 12px 12px 64px;
  border: 1px solid var(--border-color);
  transition: 0.nummus-slispg ease-in-out;
}

.nummus-1tmzch.nummus-ue01ky,
.nummus-1tmzch.nummus-yxfp38 {
  padding: 10px;
}

.nummus-1tmzch.nummus-ue01ky:hover,
.nummus-1tmzch.nummus-ujt14d:hover,
.nummus-1tmzch.nummus-yxfp38:hover {
  background: var(--button-bg-hover);
}

.nummus-1tmzch.nummus-ue01ky:hover svg path,
.nummus-1tmzch.nummus-yxfp38:hover svg path {
  stroke: var(--button-text-color);
  fill: none;
}

.nummus-1tmzch.nummus-8t2b1m {
  color: var(--button-text-color);
  background-color: transparent;
  border: 1px solid var(--border-color);
  padding: 12px;
  transition: 0.nummus-slispg ease-in-out;
  background: var(--button-bg-color);
}

.nummus-1tmzch.nummus-8t2b1m:hover {
  background-color: var(--button-bg-hover);
}

.nummus-1tmzch.nummus-ujt14d: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);
  }
}

.nummus-1tmzch.nummus-ujt14d:after {
  content: "";
  width: 24px;
  min-width: 24px;
  height: 24px;
  background-image: url(../images/user.svg);
  background-position: center;
  background-repeat: no-repeat;
}

.nummus-1tmzch.nummus-8t2b1m:after {
  content: "";
  width: 24px;
  min-width: 24px;
  height: 24px;
  background-image: url(../images/btn-arrows.svg);
  background-position: center;
  background-repeat: no-repeat;
}

.nummus-d88s1x {
  max-width: 650px;
}

.nummus-cnnd15 {
  position: relative;
  padding-bottom: 56.25%;
  width: 100%;
  height: 0;
  background-color: #000;
}

.nummus-h82pa2 {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.nummus-opiw5m {
  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.nummus-5474tg ease-in-out;
  cursor: pointer;
}

.nummus-opiw5m:hover {
  opacity: 0.5;
}

.nummus-opiw5m:focus {
  outline: 0;
}

.nummus-opiw5m:focus .nummus-sioir4,
.nummus-opiw5m:hover .nummus-sioir4 {
  fill: red;
  fill-opacity: 1;
}

.nummus-opiw5m:hover {
  cursor: pointer;
}

.nummus-0lf8e2 {
  position: absolute;
  left: 0;
  top: 0;
  border: none;
  width: 100%;
  height: 100%;
}

.nummus-d88s1x.nummus-s7cxjd {
  margin: 0 auto;
}

.nummus-d88s1x.nummus-vah81e {
  margin-left: auto;
}

.nummus-y2w9xc {
  margin: 33px 20px 0 20px;
  padding: 33px 40px 40px 40px;
  background-color: var(--fh-bg-color);
  border-radius: 12px 12px 0 0;
}

.nummus-ssocjh {
  padding-bottom: 50px;
}

.nummus-init5n {
  justify-content: flex-start;
  align-items: center;
  flex: 1 1;
}

.nummus-cxj571 {
  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;
}

.nummus-ethmdk {
  margin-top: 24px;
}

.nummus-6rcxyh {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.nummus-fs05zv {
  width: 100%;
  font-size: 14px;
  line-height: 16px;
  text-align: center;
  color: var(--color-footer-text);
  margin-top: 4px;
}

.nummus-snl87b {
  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;
}

.nummus-1koxiq {
  width: 468px;
}

.nummus-snl87b .nummus-3pmd95 {
  margin: 0.nummus-375f7x 0;
}

.nummus-4ljyvs {
  display: flex;
  min-width: 224px;
}

.nummus-u75rkx {
  cursor: pointer;
  display: inline-block;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  text-decoration: none;
  color: var(--footer-text-color);
  transition: 0.nummus-5474tg ease-in-out;
}

.nummus-esn9t9,
.nummus-u75rkx:hover {
  color: var(--text-color);
}

.nummus-l0lzna {
  display: flex;
  flex-wrap: wrap;
  padding: 0;
}

.nummus-0w739b {
  display: flex;
  flex-direction: column;
}

@media (max-width: 1024px) {
  .nummus-y2w9xc {
    padding: 16px;
  }
  .nummus-l0lzna {
    flex-direction: column;
    gap: 40px;
    padding: 0;
  }
  .nummus-0w739b {
    align-items: center;
  }
  .nummus-1koxiq {
    width: unset;
  }
  .nummus-4ljyvs {
    min-width: unset;
  }
  .nummus-snl87b {
    max-height: unset;
  }
  .nummus-init5n {
    align-items: flex-start;
  }
}

@media (max-width: 768px) {
  .nummus-y2w9xc {
    margin: 33px 16px 0 16px;
    padding: 16px;
  }
}

.nummus-mkss2n {
  border-radius: 12px;
  border: 2px solid var(--border-color);
  background: var(--fh-bg-color);
  padding: 16px;
}

.nummus-mkss2n:not(:last-child) {
  margin-bottom: 16px;
}

.nummus-y4tqt8 {
  outline: 0;
}

.nummus-y4tqt8 .nummus-es8z1n {
  color: #fff;
  font-size: 17px;
  font-weight: 800;
  line-height: 24px;
}

.nummus-olnndy {
  display: flex;
  align-items: center;
  gap: 8px;
  outline: 0;
  cursor: pointer;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
}

.faq__details[open] .nummus-olnndy {
  padding-bottom: 16px;
  border-bottom: 1px solid var(--border-color);
}

.nummus-olnndy::-webkit-details-marker {
  display: none;
}

.nummus-olnndy: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;
}

.nummus-olnndy: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] .nummus-olnndy:after {
  transform: unset;
}

.nummus-es8z1n {
  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);
}

.nummus-es8z1n 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.nummus-5474tg ease-in-out;
  -o-transition: 0.nummus-5474tg ease-in-out;
  transition: 0.nummus-5474tg ease-in-out;
}

.nummus-1mstid {
  padding: 16px 0 0 0;
}

.nummus-1mstid * {
  margin-top: 0.8rem;
  font-family: inherit;
  font-weight: 500;
  font-style: normal;
  font-size: inherit;
  line-height: inherit;
}

page-header__button .nummus-1mstid :first-child {
  margin-top: 0;
}

@media (max-width: 767px) {
  .nummus-olnndy {
    flex-wrap: wrap;
    gap: 12px;
  }
  .nummus-olnndy::after {
    margin-left: auto;
  }
  .nummus-es8z1n {
    order: 3;
    flex: 1 1 100%;
  }
  .nummus-olnndy {
    font-size: 14px;
    line-height: 130%;
  }
  .nummus-es8z1n svg {
    margin-left: 15px;
    width: 18px;
    height: 18px;
    fill: var(--color-faq-item-title);
  }
}

.nummus-7jk7t2 {
  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;
}

.nummus-oge22w {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #fff;
  margin: 0;
  width: 100%;
  cursor: pointer;
}

.nummus-7jk7t2.nummus-a8mzob .nummus-oge22w {
  margin-bottom: 12px;
}

.nummus-oge22w::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;
}

.nummus-7jk7t2.nummus-a8mzob .nummus-oge22w::after {
  transform: unset;
}

.nummus-x2w18x {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  list-style: none;
  overflow: hidden;
  margin: 0;
  padding: 0;
  width: 100%;
  height: auto;
  max-height: 0;
}

.nummus-p7bffz {
  display: flex;
  align-items: center;
  gap: 4px;
  padding: 6px 12px;
  text-decoration: none;
  color: #fff;
  transition: 0.nummus-5474tg ease-in-out;
  border-radius: 8px;
  border: 1px solid var(--border-color);
}

.nummus-p7bffz: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;
}

.nummus-7jk7t2.nummus-a8mzob .nummus-x2w18x {
  max-height: 100%;
}

.nummus-injb6c {
  margin: 0 auto 3rem;
  padding: 0 10px;
  max-width: var(--display-width);
}

.nummus-10s97h {
  padding: 4px 0;
  background: rgba(255, 255, 255, 0.1);
}

.nummus-2n71v3 {
  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;
}

.nummus-h52lh5 {
  margin-right: 4px;
}

.nummus-ucjjcj {
  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.nummus-5474tg ease-in-out;
}

.nummus-ucjjcj svg {
  width: 4px;
  height: 4px;
  margin-left: 4px;
  stroke: var(--text-color);
}

.nummus-katq48,
.nummus-ucjjcj:hover {
  color: var(--text-color);
}

.nummus-yps8zf {
  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;
}

.nummus-yps8zf img {
  grid-column: 1/2;
  grid-row: 1/3;
  max-width: 58px;
  height: auto;
}

.nummus-yps8zf .nummus-f4ytej {
  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;
}

.nummus-yps8zf .nummus-zca7t9 {
  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;
}

.nummus-o5dwup {
  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;
}

.nummus-n02asl {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.nummus-n9lg2m .nummus-8sjk26 {
  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;
}

.nummus-n9lg2m {
  background-image: url(../images/404.webp);
  background-position: -100px;
}

.nummus-ufu5e2 {
  margin-top: 2rem;
  font-size: 5rem;
  line-height: 6rem;
  text-align: center;
}

.nummus-ddr60r {
  margin: 0;
  font-weight: 400;
  font-size: 2rem;
  line-height: 2.5rem;
  text-align: center;
}

.nummus-i95zej {
  display: inline-block;
  margin: 2rem auto 0;
  border: none;
  border-radius: 5px;
  padding: 0.nummus-gd9g2o 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;
}

.nummus-i95zej:hover {
  -webkit-transform: translateY(-3px);
  -ms-transform: translateY(-3px);
  transform: translateY(-3px);
}

.nummus-0uelwh {
  position: fixed;
  right: 10px;
  bottom: 15px;
  z-index: 10;
}

.nummus-gi1mxg {
  -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.nummus-5474tg ease-in-out;
  transition: transform 0.nummus-5474tg ease-in-out;
  -o-transition: transform 0.nummus-5474tg ease-in-out;
  transition:
    transform 0.nummus-5474tg ease-in-out,
    -webkit-transform 0.nummus-5474tg ease-in-out;
  cursor: pointer;
}

.nummus-gi1mxg svg {
  fill: var(--button-text-color);
  pointer-events: none;
}

.nummus-gi1mxg: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;
}

.nummus-1v7yuq {
  width: 113px !important;
  background-color: green !important;
  top: 124px !important;
}

@media screen and (max-width: 700px) {
  #cookie-law-div p {
    padding-bottom: 36px;
  }
  .nummus-1v7yuq {
    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);
}

.nummus-gtg0en {
  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;
}

.nummus-wsx4hz {
  position: relative;
  width: 100%;
}

.nummus-gtg0en.nummus-vf99n4 {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.nummus-gtg0en.nummus-s7cxjd {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.nummus-gtg0en.nummus-vah81e {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.nummus-pw7fqs {
  display: block;
  width: 100%;
  height: auto;
  object-fit: contain;
  aspect-ratio: 16/9;
  max-height: 488px;
  background-color: #454545;
}

.nummus-56gp0f {
  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.nummus-5474tg ease-in-out;
  cursor: pointer;
}

.nummus-56gp0f:hover {
  opacity: 0.5;
}

.nummus-gtg0en.nummus-jdvwc3 .nummus-56gp0f {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

.nummus-gtg0en.nummus-jdvwc3 .nummus-pw7fqs {
  cursor: pointer;
}

.nummus-8zhajz {
  fill: #0009;
}

.nummus-ndjz4x {
  fill: #fff;
}

.nummus-56gp0f:hover .nummus-8zhajz {
  fill: red;
}

.nummus-56gp0f svg path {
  -webkit-transition: 0.nummus-5474tg ease-in-out;
  -o-transition: 0.nummus-5474tg ease-in-out;
  transition: 0.nummus-5474tg ease-in-out;
}

.nummus-8ie5lc {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0 20px;
}

.nummus-8ie5lc > :not(.get-image):not(.wp-block-heading) {
  grid-column: 1/2;
}

.nummus-8ie5lc.nummus-4effon > :not(.get-image) {
  grid-column: 1/3;
}

.nummus-76ub6c:not(._h1-block) .nummus-8ie5lc > .nummus-5udeej {
  grid-row: 1/2;
  grid-column: 1/3;
}

.nummus-8ie5lc.nummus-4effon .nummus-igc8er {
  grid-column: 2/3;
}

.nummus-8ie5lc.nummus-4effon > .nummus-czx7vs {
  grid-column: 1/2;
}

.nummus-8ie5lc.nummus-4effon > :not(.get-image):not(.wp-block-heading) {
  grid-column: 2/3;
}

.nummus-8ie5lc > p:first-of-type {
  margin-top: 0;
}

.nummus-8ie5lc .nummus-czx7vs {
  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;
}

.nummus-76ub6c:not(._h1-block) .nummus-5udeej ~ .nummus-czx7vs {
  grid-row: 2/10;
}

.nummus-76ub6c.nummus-9wcq9g .nummus-5udeej ~ .nummus-czx7vs {
  grid-row: 1/10;
}

.nummus-76ub6c.nummus-9wcq9g > .nummus-5udeej {
  grid-column: 1/2;
  margin-bottom: 20px;
}

.nummus-76ub6c.nummus-9wcq9g .nummus-czx7vs {
  grid-row: 1/10;
}

.nummus-8ie5lc.nummus-tg7url .nummus-czx7vs {
  align-items: flex-start;
}

.nummus-8ie5lc.nummus-s7cxjd .nummus-igc8er {
  margin-top: auto;
  margin-bottom: auto;
  height: fit-content;
}

.nummus-8ie5lc.nummus-s7cxjd .nummus-czx7vs {
  align-items: center;
}

.nummus-8ie5lc.nummus-yuknis .nummus-czx7vs {
  align-items: flex-end;
}

.nummus-igc8er > :first-child {
  margin-top: 0;
}

.nummus-igc8er > :last-child {
  margin-bottom: 0;
}

* + .nummus-fo4kuw,
.nummus-76ub6c + .nummus-76ub6c {
  margin-top: 2rem;
}

.nummus-0p3p0j td::before,
.nummus-0p3p0j th::after {
  display: none !important;
}

.nummus-0p3p0j #link-selector {
  color: #000;
}

.nummus-0p3p0j .nummus-k4gjqp {
  color: #135e96;
}

.nummus-0p3p0j .nummus-lw4emt *,
.nummus-0p3p0j .nummus-82twr1 p,
.nummus-0p3p0j .nummus-b9s14l * {
  color: #000;
}

.nummus-0p3p0j .nummus-m1zy79 {
  background: 0 0 !important;
}

.nummus-0p3p0j .nummus-pleaxf {
  color: #000;
}

.nummus-0p3p0j .nummus-8je8cg.nummus-2v1iqs {
  color: #fff;
}

.nummus-0p3p0j .nummus-a40xsl {
  color: #000;
}

.nummus-0p3p0j
  .nummus-4mm71d
  .nummus-6fggzi.nummus-2v1iqs.nummus-qwcm05 {
  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;
}

.nummus-qesdtr,
body .nummus-lqe4yv {
  color: #000;
  background: var(--color-body) !important;
}

.nummus-qesdtr .nummus-mbud5f .nummus-65b94w,
body .nummus-lqe4yv .nummus-mbud5f .nummus-65b94w {
  color: #000;
}

@media (hover: hover), screen and (min-width: 0\0) {
  .nummus-p7bffz:focus,
  .nummus-p7bffz:hover {
    color: #f9cb16;
  }
  .nummus-cpf2qo:focus,
  .nummus-cpf2qo:hover {
    background-color: var(--button-bg-color) !important;
    opacity: 1;
  }
}

@media (hover: hover), screen and (min-width: 0\0) {
  .nummus-shdhte:focus img,
  .nummus-shdhte:focus svg,
  .nummus-shdhte:hover img,
  .nummus-shdhte:hover svg {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
  }
}

@media (min-width: 768px) {
  .nummus-yps8zf {
    display: none;
  }
}

@media (min-width: 1024px) {
  .nummus-mq6a5p:hover .nummus-au5hb0 svg {
    -webkit-transform: rotateZ(180deg);
    -ms-transform: rotate(180deg);
    transform: rotateZ(180deg);
  }
  .nummus-au5hb0 {
    pointer-events: none;
  }
}

@media screen and (max-width: 1280px) {
  :root {
    --offsets: 20px;
  }
}

@media (max-width: 1280px) {
  .nummus-c6t7s0 {
    -ms-grid-columns: (1fr) [5];
    grid-template-columns: repeat(5, 1fr);
  }
  .nummus-oucs50 {
    grid-template-columns: repeat(4, 1fr);
  }
  .nummus-zkg435 {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 1279px) {
  .nummus-zeose3 .nummus-cefr8t {
    grid-template-columns: 1fr;
  }
  .nummus-zeose3 .nummus-243r6f {
    -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;
  }
  .nummus-zeose3 .nummus-yxkm5z {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
  .nummus-zeose3 .nummus-remh7v {
    border-bottom: none;
    border-radius: 0;
    padding: 12px 20px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
  .nummus-zeose3 .nummus-17eup2 {
    border-radius: 0 0 16px 16px;
    padding: 24px 16px;
  }
  .nummus-zeose3 .nummus-yxkm5z:not(:first-child) {
    border: none;
  }
  .nummus-zeose3 .nummus-yxkm5z:first-child .nummus-remh7v {
    border-top-left-radius: 18px;
    border-top-right-radius: 0;
  }
  .nummus-zeose3 .nummus-yxkm5z:last-child .nummus-remh7v {
    border-radius: 0 18px 0 0;
  }
}

@media screen and (max-width: 1024px) {
  :root {
    --offsets: 16px;
  }
}

@media (max-width: 1024px) {
  html {
    font-size: 16px;
  }
  .nummus-uxhvps {
    position: relative;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 8px var(--offsets);
  }
  .nummus-3fx5ip {
    max-width: 100px;
  }
  .nummus-cu259m {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
  .nummus-542cu5 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .nummus-542cu5 svg {
    stroke: var(--button-text-color);
    /* fill: var(--button-text-color); */
  }
  .nummus-aegw73 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
    margin-left: 20px;
  }
  .nummus-cu259m + .nummus-542cu5 {
    margin-left: auto;
  }
  .nummus-mt8jka {
    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;
  }
  .nummus-mt8jka.nummus-a8mzob {
    z-index: 9999;
    opacity: 1;
    pointer-events: auto;
  }
  .nummus-fjdmks {
    -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;
  }
  .nummus-rg4xee {
    width: 100%;
  }
  .nummus-rg4xee:not(:last-child) {
    border-bottom: 1px solid var(--border-color);
  }
  .nummus-wjnbxo {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin: 0;
    padding: 8px 0;
    width: 100%;
  }
  .nummus-wjnbxo svg {
    margin-right: 4px;
  }
  .nummus-mq6a5p {
    -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;
  }
  .nummus-au5hb0 svg {
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
  }
  .nummus-au5hb0 {
    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;
  }
  .nummus-3pmd95 {
    display: none;
    width: 100%;
  }
  .nummus-mq6a5p.nummus-a8mzob .nummus-3pmd95 {
    padding: 0 0 0 48px;
  }
  .nummus-yocnx1 {
    justify-content: flex-start;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
  }
  .nummus-cxj571 .nummus-czx7vs {
    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;
  }
  .nummus-qjz8u8 {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
  }
  .nummus-qjz8u8 + .nummus-qjz8u8 {
    margin-right: 0;
  }
  .nummus-qjz8u8 + .nummus-czx7vs {
    margin: 0;
  }
  .nummus-c6t7s0 {
    grid-template-columns: repeat(4, 1fr);
  }
  .nummus-oucs50 {
    grid-template-columns: repeat(3, 1fr);
  }
  .nummus-m3qe7p,
  .nummus-uk4yk9 {
    grid-template-columns: repeat(2, 1fr);
  }
  .nummus-8ie5lc {
    grid-template-columns: 1fr;
    gap: 16px;
  }
  .nummus-8ie5lc.nummus-4effon .nummus-igc8er {
    grid-column: auto;
    grid-row: auto;
  }
  .nummus-8ie5lc > .nummus-5udeej {
    grid-column: 1/2;
  }
  .nummus-8ie5lc.nummus-4effon > :not(.get-image) {
    grid-column: 1/2;
  }
  .nummus-8ie5lc .nummus-czx7vs,
  .nummus-8ie5lc.nummus-4effon > .nummus-czx7vs {
    grid-column: 1/2;
    grid-row: 1/2;
  }
  .nummus-8ie5lc.nummus-4effon > :not(.get-image):not(.wp-block-heading) {
    grid-column: 1/2;
  }
  .nummus-76ub6c.nummus-9wcq9g .nummus-8ie5lc > .nummus-czx7vs {
    grid-row: 1/2;
  }
  .nummus-8ie5lc .nummus-5udeej ~ .nummus-czx7vs,
  .nummus-8ie5lc.nummus-4effon .nummus-5udeej ~ .nummus-czx7vs {
    grid-row: 2/3;
  }
  .nummus-76ub6c.nummus-9wcq9g .nummus-5udeej ~ .nummus-czx7vs {
    grid-row: 2/3;
  }
}

@media (max-width: 800px) {
  .nummus-3v9u7m:first-child .nummus-hihrnk {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .nummus-3v9u7m:first-child .nummus-hihrnk h1 {
    -webkit-box-ordinal-group: -1;
    -ms-flex-order: -2;
    order: -2;
  }
}

@media (max-width: 1100px) {
  .nummus-3v9u7m {
    margin-bottom: 1rem;
    padding: 0 13px;
  }
}

@media (max-width: 767px) {
  .nummus-3v9u7m {
    padding: 0;
  }
  .nummus-68pwbm {
    margin-top: 1rem;
  }
  .nummus-y4tqt8 {
    border-radius: 5px;
  }
  .nummus-o1zmni {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .nummus-oge22w::after {
    display: inline-block;
  }
  .nummus-oge22w {
    margin: 0;
    width: 100%;
  }
  .nummus-x2w18x {
    width: 100%;
  }
  .nummus-x2w18x.nummus-83wh9n {
    -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%;
  }
  .nummus-x2w18x.nummus-83wh9n .nummus-e11vfq {
    width: 100%;
  }
  .nummus-x2w18x.nummus-83wh9n .nummus-e11vfq:not(:last-child) {
    margin-right: 0;
  }
  .nummus-p7bffz {
    width: 100%;
    text-align: center;
  }
  .nummus-7jk7t2.nummus-a8mzob .nummus-x2w18x {
    margin-top: 1rem;
  }
  .nummus-c6t7s0 {
    grid-template-columns: repeat(3, 1fr);
  }
  .nummus-zkg435,
  .nummus-oucs50 {
    grid-template-columns: repeat(2, 1fr);
  }
  .nummus-m3qe7p,
  .nummus-uk4yk9,
  .nummus-j8jkob {
    grid-template-columns: 1fr;
  }
  .nummus-0mt14g {
    overflow-x: auto;
    width: 100%;
    max-width: 980px;
  }
  .nummus-0gympe {
    min-width: 300px;
    max-width: 325px;
  }
  .nummus-remh7v {
    cursor: auto;
  }
  .nummus-67nhjx .nummus-remh7v {
    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;
  }
  .nummus-1v7yuq {
    left: calc(50% - 60px);
  }
}

@media (max-width: 650px) {
  .nummus-3pmd95 {
    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) {
  .nummus-1v7yuq {
    top: 100px !important;
  }
  #cookie-law-div p {
    padding-bottom: 50px;
  }
}

.nummus-qjz8u8 p {
  margin-top: 0;
}

@media (max-width: 550px) {
  .nummus-542cu5 {
    margin: 0 -0.2rem;
  }
  .nummus-qjz8u8 {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
  .nummus-g7gk4r {
    -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;
  }
  .nummus-cz8xzq {
    max-width: 100%;
  }
  .nummus-c6t7s0 {
    grid-template-columns: repeat(2, 1fr);
  }
  .nummus-zkg435,
  .nummus-oucs50 {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 500px) {
  html {
    font-size: 16px;
  }
  .nummus-uxhvps {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .nummus-542cu5 {
    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;
  }
  .nummus-53kvsf {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .nummus-lpp4vx {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
  }
  .nummus-ryukit,
  .nummus-zqw5d7 {
    width: calc(100% - 20px);
  }
}

@media (max-width: 475px) {
  .nummus-7ht394 {
    width: 100%;
  }
  .nummus-c6t7s0 {
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 400px) {
  .nummus-1v7yuq {
    top: 127px !important;
  }
}

.nummus-vlcj3i {
  width: 100%;
  border-radius: 12px;
  overflow: hidden;
  margin-bottom: 20px;
}

@media (max-width: 1100px) {
  .nummus-vlcj3i {
  }
}

@media (max-width: 767px) {
  .nummus-vlcj3i {
    margin-bottom: 12px;
  }
}

.nummus-vlcj3i img {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  min-width: 100%;
  height: 100%;
}

.nummus-gmjr8w {
  display: flex;
  margin: 0 auto;
  padding: 0 var(--offsets);
  max-width: var(--display-width);
  gap: 20px;
}

.nummus-gmjr8w > .nummus-glvkjs {
  flex: 1 1;
}

@media (max-width: 767px) {
  .nummus-gmjr8w {
    flex-direction: column;
    gap: 12px;
  }
}

.nummus-yeato9 {
  display: flex;
}

.nummus-yeato9 .nummus-g1suby {
  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;
}

.nummus-yeato9 .nummus-0jyna7 {
  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;
}

.nummus-yeato9 .nummus-ajc7xr {
  display: flex;
  list-style: none;
  margin: 0;
  padding-left: 100%;
  animation: scroll 60s linear infinite;
}

.nummus-yeato9 .nummus-3ufalq {
  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));
  }
}

.nummus-yeato9 .nummus-3ufalq:before {
  content: "";
  width: 24px;
  min-width: 24px;
  height: 24px;
  background-image: url(../images/award.svg);
  background-repeat: no-repeat;
  background-position: center;
}

.nummus-yeato9 .nummus-6y5fj0 {
  color: #fff;
  font-size: 14px;
  font-weight: 800;
  line-height: 20px;
  margin-right: 4px;
}

.nummus-oku4cn {
  border: unset;
  background-color: unset;
}

.nummus-oku4cn tbody {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

.nummus-oku4cn .nummus-ewgzv0,
.nummus-oku4cn .nummus-s5qymy {
  flex: 0 1 330px;
}

.nummus-oku4cn .nummus-6o1x7c {
  flex: 1 1;
}

.nummus-oku4cn tr {
  display: flex;
  flex-direction: column;
  gap: 16px;
  border-radius: 12px;
  border: 2px solid var(--border-color);
  background: var(--fh-bg-color);
  padding: 16px;
}

.nummus-oku4cn tr td {
  border: unset;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  color: #fff;
  padding: 0;
}

.nummus-oku4cn tr td:first-child {
  font-size: 23px;
  font-weight: 800;
  line-height: 28px;
  margin: 0;
  padding: 0;
}

.nummus-oku4cn tr td p {
  color: #fff;
  margin: 0;
}

.nummus-oku4cn tr td p span {
  color: var(--title-color);
  font-weight: 800;
}

.nummus-oku4cn tr.nummus-ewgzv0 td p {
  padding: 16px 0;
}

.nummus-oku4cn tr.nummus-ewgzv0 td p:not(:last-child),
.nummus-oku4cn tr.nummus-s5qymy td p:not(:last-child) {
  border-bottom: 1px solid var(--border-color);
}

.nummus-oku4cn tr.nummus-ewgzv0 td p:first-child,
.nummus-oku4cn tr.nummus-s5qymy td p:first-child {
  padding-top: 0;
}

.nummus-oku4cn tr.nummus-s5qymy td p {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 12px 0;
  font-size: 14px;
  font-weight: 800;
  line-height: 20px;
}

.nummus-oku4cn tr.nummus-s5qymy td p:last-child {
  padding-bottom: 0;
}

.nummus-oku4cn .nummus-s5qymy img {
  max-width: 32px;
}

.nummus-oku4cn .nummus-6o1x7c {
  min-width: 718px;
}

.nummus-oku4cn .nummus-6o1x7c td:last-child {
  display: flex;
  flex-wrap: wrap;
}

.nummus-oku4cn .nummus-6o1x7c td {
  display: flex;
}

.nummus-oku4cn .nummus-6o1x7c td:last-child .nummus-12dk4b,
.nummus-oku4cn .nummus-6o1x7c td:last-child .nummus-sh3okd,
.nummus-oku4cn .nummus-6o1x7c td:last-child .nummus-w4o24y {
  flex: 1 1 50%;
}

.nummus-oku4cn .nummus-6o1x7c td:last-child .nummus-gf31cq {
  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;
}

.nummus-oku4cn .nummus-6o1x7c td:last-child .nummus-nii3n3,
.nummus-oku4cn .nummus-6o1x7c td:last-child .nummus-fewtrm {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  list-style: none;
  padding-left: 0;
  margin-top: 12px;
}

.nummus-oku4cn .nummus-6o1x7c td:last-child .nummus-12dk4b,
.nummus-oku4cn .nummus-6o1x7c td:last-child .nummus-sh3okd {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
  padding-top: 16px;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}

.nummus-oku4cn .nummus-6o1x7c td:last-child .nummus-12dk4b span,
.nummus-oku4cn .nummus-6o1x7c td:last-child .nummus-sh3okd span {
  font-weight: 800;
}

.nummus-oku4cn .nummus-6o1x7c img {
  max-width: 34px;
}

@media (max-width: 1100px) {
  .nummus-oku4cn .nummus-6o1x7c td .nummus-w4o24y:not(:first-child) {
    padding-left: 0;
  }
}

@media (max-width: 767px) {
  .nummus-oku4cn tr.nummus-ewgzv0 td p:last-child {
    padding-bottom: 0;
  }
  .nummus-oku4cn .nummus-s5qymy > td {
    display: flex;
    flex-wrap: wrap;
    gap: 0 20px;
  }
  .nummus-oku4cn .nummus-s5qymy > td > p {
    flex: 1 1 calc(50% - 10px);
  }
  .nummus-oku4cn tr.nummus-ewgzv0 td p:not(:last-child),
  .nummus-oku4cn tr.nummus-s5qymy td p:not(:last-child) {
    border-bottom: unset;
  }
  .nummus-oku4cn tr.nummus-s5qymy td p:last-child {
    padding-bottom: 12px;
  }
  .nummus-oku4cn .nummus-6o1x7c td:last-child .nummus-12dk4b,
  .nummus-oku4cn .nummus-6o1x7c td:last-child .nummus-sh3okd,
  .nummus-oku4cn .nummus-6o1x7c td:last-child .nummus-w4o24y {
    flex: 1 1 50%;
    padding: 0;
  }
  .nummus-oku4cn .nummus-6o1x7c td:last-child .nummus-12dk4b,
  .nummus-oku4cn .nummus-6o1x7c td:last-child .nummus-sh3okd {
    margin-top: 16px;
  }
  .nummus-oku4cn .nummus-6o1x7c td:last-child .nummus-w4o24y {
    flex: 1 1 100%;
    padding-bottom: 16px;
    margin-top: 16px;
  }
  .nummus-oku4cn .nummus-6o1x7c td:last-child .nummus-12dk4b {
    border-right: 1px solid var(--border-color);
  }
  .nummus-oku4cn .nummus-6o1x7c td:last-child .nummus-w4o24y:first-child {
    padding-top: 0;
    margin-top: 0;
  }
  .nummus-oku4cn .nummus-6o1x7c td:last-child .nummus-w4o24y:last-child {
    padding-bottom: 0;
  }
}

.nummus-w4o24y {
  display: flex;
  flex-direction: column;
}

.nummus-oku4cn .nummus-6o1x7c td .nummus-w4o24y {
  border-bottom: 1px solid var(--border-color);
  padding-bottom: 16px;
}

.nummus-oku4cn .nummus-6o1x7c td .nummus-w4o24y:not(:last-of-type) {
  border-right: 1px solid var(--border-color);
  padding-right: 16px;
}

.nummus-oku4cn .nummus-6o1x7c td .nummus-w4o24y:not(:first-child) {
  padding-left: 16px;
}

@media (max-width: 767px) {
  .nummus-oku4cn .nummus-6o1x7c td .nummus-w4o24y:not(:first-child) {
    padding-left: 0;
  }
  .nummus-oku4cn .nummus-6o1x7c td .nummus-w4o24y:not(:last-of-type) {
    border-right: unset;
  }
}

.nummus-oku4cn .nummus-gmhjz1 {
  flex: 0 1 485px;
}

.nummus-oku4cn .nummus-hwlayx {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  list-style: none;
}

.nummus-oku4cn .nummus-hwlayx li {
  border-radius: 4px;
  border: 1px solid var(--border-color);
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}

.nummus-oku4cn .nummus-hwlayx li.nummus-j94xog {
  padding: 6px 12px;
}

.nummus-oku4cn .nummus-hwlayx li a,
.nummus-oku4cn .nummus-hwlayx 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;
}

.nummus-oku4cn .nummus-kddx3c,
.nummus-oku4cn .nummus-305jl6 {
  flex: 1 1;
}

.nummus-oku4cn .nummus-ztgkf5,
.nummus-oku4cn .nummus-9km3vb {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.nummus-oku4cn .nummus-ztgkf5 li,
.nummus-oku4cn .nummus-9km3vb li {
  display: flex;
  align-items: center;
  gap: 8px;
  flex: 1 1 calc(50% - 20px);
  font-size: 14px;
  font-weight: 800;
  line-height: 20px;
}

.nummus-oku4cn .nummus-305jl6 img {
  max-width: 32px;
}

.nummus-oku4cn .nummus-kddx3c img {
  max-width: 32px;
}

.nummus-oku4cn .nummus-s9njbl {
  min-width: 280px;
}

.nummus-oku4cn .nummus-s9njbl img {
  max-width: 146px;
}

.nummus-oku4cn .nummus-s9njbl td {
  display: flex;
  flex-direction: column;
  gap: 12px;
  max-width: 280px;
}

@media (max-width: 1460px) {
  .nummus-oku4cn .nummus-ewgzv0,
  .nummus-oku4cn .nummus-s5qymy {
    flex: 0 1 auto;
  }
  .nummus-oku4cn .nummus-6o1x7c {
    min-width: unset;
    flex: 1 1 50%;
  }
}

@media (max-width: 1100px) {
  .nummus-oku4cn .nummus-ewgzv0,
  .nummus-oku4cn .nummus-gmhjz1,
  .nummus-oku4cn .nummus-s5qymy,
  .nummus-oku4cn .nummus-6o1x7c {
    flex: 1 1 calc(50% - 20px);
  }
  .nummus-oku4cn .nummus-kddx3c,
  .nummus-oku4cn .nummus-s9njbl,
  .nummus-oku4cn .nummus-305jl6 {
    flex: 1 1 30%;
  }
  .nummus-oku4cn .nummus-s9njbl {
    min-width: unset;
  }
}

@media (max-width: 767px) {
  .nummus-oku4cn .nummus-ewgzv0,
  .nummus-oku4cn .nummus-gmhjz1,
  .nummus-oku4cn .nummus-kddx3c,
  .nummus-oku4cn .nummus-s5qymy,
  .nummus-oku4cn .nummus-6o1x7c,
  .nummus-oku4cn .nummus-s9njbl,
  .nummus-oku4cn .nummus-305jl6 {
    flex: 1 1 100%;
  }
}

.nummus-njctim .nummus-cbmqii {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.nummus-njctim .nummus-yo5ko2 {
  position: relative;
  display: flex;
  flex-direction: column;
  border-radius: 8px;
  border: 2px solid var(--border-color);
  background-color: var(--fh-bg-color);
}

.nummus-njctim .nummus-5s80gy {
  width: 100%;
  padding: 12px 12px 8px 12px;
  background-color: #318562;
  font-size: 14px;
  font-weight: 800;
  line-height: 20px;
  color: #f9cb16;
}

.nummus-njctim .nummus-ukozpy {
  display: grid;
  padding: 16px;
  gap: 0 16px;
  grid-template-columns: repeat(2, 1fr);
}

.nummus-njctim .nummus-ukozpy > :nth-child(3) {
  margin-top: 0;
}

.nummus-njctim .nummus-czx7vs {
  grid-column: 2/3;
  grid-row: 1/10;
}

.nummus-njctim .nummus-wkbxnc {
  grid-column: 1/2;
  margin-top: 0;
  margin-bottom: 8px;
}

.nummus-njctim .nummus-68pwbm {
  grid-column: 1/2;
}

.nummus-njctim > :not(.how-to__title):not(.content-button) {
  grid-column: 1/2;
}

.nummus-njctim .nummus-yo5ko2: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;
}

.nummus-njctim .nummus-yo5ko2:not(:last-child):after {
  position: relative;
  content: "";
  width: calc(100% - 32px);
  height: 1px;
  background-color: #318562;
  margin: 12px auto 27px auto;
}

.nummus-njctim .nummus-7ht394 {
  min-width: 240px;
}

@media (max-width: 768px) {
  .nummus-njctim .nummus-yo5ko2:not(:last-child):before {
    bottom: 8px;
  }
  .nummus-njctim .nummus-yo5ko2:not(:last-child):after {
    margin: 12px auto 18px auto;
  }
  .nummus-njctim .nummus-ukozpy {
    grid-template-columns: 1fr;
    padding: 16px 16px 8px 16px;
  }
  .nummus-njctim .nummus-czx7vs {
    grid-column: 1/2;
    grid-row: 1/2;
    margin: -16px -18px 16px -18px;
  }
  .nummus-njctim .nummus-czx7vs img {
    width: 100%;
    height: auto;
  }
  .nummus-njctim .nummus-7ht394 {
    width: 100%;
    min-width: unset;
  }
}

.nummus-3p7zyo .nummus-vb6zog {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  list-style: none;
}

.nummus-3p7zyo .nummus-w415tw {
  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;
}

.nummus-3p7zyo .nummus-czx7vs {
  height: 100%;
}

.nummus-3p7zyo .nummus-czx7vs img {
  height: 100%;
  width: auto;
  min-width: 220px;
  object-fit: cover;
}

.nummus-3p7zyo .nummus-y4yo60 {
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding: 16px 16px 16px 0;
}

.nummus-3p7zyo .nummus-a1fa62 {
  color: #f9cb16;
  font-size: 23px;
  font-weight: 800;
  line-height: 28px;
  margin: 0;
}

.nummus-3p7zyo .nummus-nfcs65 {
  color: #d2d2d2;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  flex: 1 1;
  margin: 0;
}

@media (max-width: 1200px) {
  .nummus-3p7zyo .nummus-w415tw {
    flex: 1 1 100%;
  }
  .nummus-3p7zyo .nummus-1tmzch {
    min-width: 320px;
    width: fit-content;
  }
}

@media (max-width: 767px) {
  .nummus-3p7zyo .nummus-w415tw {
    flex-direction: column;
  }
  .nummus-3p7zyo .nummus-czx7vs {
    width: 100%;
    height: auto;
  }
  .nummus-3p7zyo .nummus-czx7vs img {
    width: 100%;
    height: auto;
    max-height: 260px;
    min-width: unset;
  }
  .nummus-3p7zyo .nummus-y4yo60 {
    padding: 0 16px 16px 16px;
  }
  .nummus-3p7zyo .nummus-1tmzch {
    min-width: unset;
    width: 100%;
  }
}

.nummus-oorw0b .nummus-p3xbu9 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  flex-wrap: wrap;
  gap: 20px;
}

.nummus-oorw0b .nummus-qdq3yx {
  position: relative;
  height: 220px;
  border-radius: 12px;
  border: 2px solid var(--border-color);
  overflow: hidden;
  transition: 0.2s;
}

.nummus-oorw0b 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;
}

.nummus-oorw0b .nummus-zupro3 {
  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;
}

.nummus-oorw0b .nummus-qdq3yx:hover .nummus-zupro3 {
  display: flex;
}

.nummus-oorw0b .nummus-1v88iy {
  text-align: center;
  margin-top: 0;
  margin-bottom: 5px;
  color: #d2d2d2;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}

.nummus-oorw0b .nummus-0zqqfq {
  text-align: center;
  font-size: 17px;
  font-weight: 800;
  line-height: 24px;
  margin-top: 0;
  margin-bottom: auto;
  color: #fff;
}

.nummus-ksqydy {
  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;
}

.nummus-ksqydy.nummus-xu1qj8 {
  color: #196948;
  background-color: #f9cb16;
  border: 1px solid #f9cb16;
  margin-bottom: 8px;
  transition: 0.nummus-slispg ease-in-out;
}

.nummus-ksqydy.nummus-xu1qj8:hover {
  color: #f9cb16;
  background-color: transparent;
}

.nummus-oorw0b .nummus-qkvagf {
  color: #fff;
  border: 1px solid #f9cb16;
  background-color: unset;
  transition: 0.nummus-slispg ease-in-out;
}

.nummus-oorw0b .nummus-qkvagf:hover {
  color: #196948;
  background-color: #f9cb16;
}

.nummus-oorw0b .nummus-qkvagf:after,
.nummus-ksqydy.nummus-xu1qj8:after {
  content: "";
  width: 24px;
  min-width: 24px;
  height: 24px;
  background-repeat: no-repeat;
  background-position: center;
}

.nummus-ksqydy.nummus-xu1qj8:after {
  background-image: url(../images/Cash.svg);
}

.nummus-oorw0b .nummus-qkvagf:after {
  background-image: url(../images/Play.svg);
}

@media (max-width: 1200px) {
  .nummus-oorw0b .nummus-p3xbu9 {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 850px) {
  .nummus-oorw0b .nummus-p3xbu9 {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 600px) {
  .nummus-oorw0b .nummus-p3xbu9 {
    grid-template-columns: 1fr;
  }
  .nummus-oorw0b .nummus-qdq3yx {
    height: auto;
  }
  .nummus-oorw0b .nummus-qdq3yx .nummus-zupro3 {
    position: relative;
    display: flex;
    height: auto;
    background-color: var(--fh-bg-color);
    padding: 8px 12px 12px 12px;
  }
  .nummus-oorw0b .nummus-1v88iy,
  .nummus-oorw0b .nummus-0zqqfq {
    text-align: left;
  }
  .nummus-oorw0b .nummus-0zqqfq {
    margin-bottom: 8px;
  }
  .nummus-oorw0b img {
    position: relative;
    top: unset;
    right: unset;
    bottom: unset;
    left: unset;
    min-height: unset;
  }
}

.nummus-gz04k9 {
  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;
}

.nummus-gz04k9.nummus-jdvwc3 {
  display: block;
}

.nummus-gz04k9 .nummus-vb3ujm {
  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;
}

.nummus-gz04k9 .nummus-rg6ais {
  display: flex;
  gap: 24px;
  padding: 12px;
}

.nummus-gz04k9 .nummus-5v21cj {
  display: flex;
  align-items: center;
  color: #fff;
  font-size: 23px;
  font-weight: 800;
  line-height: 28px;
}

.nummus-gz04k9 .nummus-wa3tam {
  display: flex;
  align-items: center;
  flex: 1 1;
}

.nummus-gz04k9 .nummus-ksqydy {
  min-width: 296px;
  margin-bottom: 0;
}

.nummus-gz04k9 .nummus-7misgz {
  width: 44px;
  min-width: 44px;
  height: 44px;
  background-image: url(../images/cross.svg);
  background-position: center;
  background-repeat: no-repeat;
  cursor: pointer;
}

.nummus-gz04k9 .nummus-n7klvf {
  position: relative;
  flex: 1 1;
}

.nummus-gz04k9 .nummus-n7klvf iframe {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 100%;
  height: 100%;
}

@media (max-width: 768px) {
  .nummus-gz04k9 .nummus-rg6ais {
    flex-wrap: wrap;
    gap: 8px;
  }
  .nummus-gz04k9 .nummus-5v21cj {
    order: 1;
  }
  .nummus-gz04k9 .nummus-wa3tam {
    order: 3;
    flex: 1 1 100%;
  }
  .nummus-gz04k9 .nummus-ksqydy {
    width: 100%;
    min-width: unset;
  }
  .nummus-gz04k9 .nummus-7misgz {
    order: 2;
    margin-left: auto;
  }
}

@media (max-width: 767px) {
  .nummus-8ie5lc > .nummus-5udeej {
    margin-bottom: 0;
  }
  .nummus-8ie5lc > .nummus-68pwbm,
  .nummus-8ie5lc > p {
    margin-top: 0;
  }
}

.nummus-u1c9oj img,
.nummus-qjz8u8 img {
  width: auto;
  object-fit: contain;
}

.nummus-u1c9oj {
  align-items: center;
}

.nummus-u1c9oj img {
  max-height: 76px;
}

.nummus-qjz8u8 img {
  max-height: 64px;
}

.nummus-hh2pxa {
  overflow: auto;
}

.nummus-rudsfp {
  border: 1px solid var(--color-table-border);
  box-shadow: 0 0 15px rgb(0 0 0 / 5%);
  border-collapse: collapse;
  width: 100%;
}

.nummus-66zi29:not(:last-child) {
  border-bottom: 1px solid var(--color-table-border);
}

.nummus-d5bsti {
  border: none;
  padding: 25px 10px;
  font-weight: 700;
  color: var(--color-table-td-color);
  min-width: 200px;
}

.nummus-o7rana {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.nummus-d5bsti .nummus-czx7vs {
  margin-right: 20px;
  flex-shrink: 0;
}

.nummus-d5bsti img {
  max-height: 45px;
  object-fit: contain;
  width: 100%;
}

.nummus-9jirh2 {
  padding: 25px 10px;
  align-self: center;
  border-bottom: 1px solid var(--color-table-border);
  flex-grow: 1;
  border-top: none;
}

.nummus-9jirh2 > :first-child {
  margin-top: 0;
}

@media (max-width: 767px) {
  .nummus-d5bsti {
    padding: 15px 10px;
  }
  .nummus-9jirh2 {
    padding: 15px 10px;
  }
  .nummus-d5bsti .nummus-czx7vs {
    margin-right: 10px;
  }
}

.nummus-dlhd02 {
  overflow-x: auto;
}

.nummus-xx14kw {
  border-collapse: collapse;
  width: 100%;
}

.nummus-dlhd02 th {
  font-family: inherit;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 19px;
  padding: 25px 10px;
  text-align: center;
}

.nummus-dlhd02 td {
  font-family: inherit;
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  padding: 15px 25px;
  white-space: nowrap;
}

.nummus-dlhd02 td.nummus-i0x4yj {
  font-weight: 600;
  text-align: right;
  border-left: none;
}

.nummus-dlhd02 td.nummus-7cfms9 {
  border-right: none;
}

.nummus-dlhd02 td.nummus-7cfms9 .nummus-czx7vs {
  justify-content: flex-start;
}

.nummus-dlhd02 td.nummus-7cfms9 .nummus-czx7vs img {
  height: auto;
  width: 90px;
}

.nummus-dlhd02 td.nummus-lw7vkd,
.nummus-dlhd02 td.nummus-ljmtgx {
  font-weight: 600;
  text-align: right;
}

.nummus-dlhd02 td.nummus-7ds3ji,
.nummus-dlhd02 td.nummus-lw7vkd {
  padding-bottom: 10px;
  border-bottom: none;
}

.nummus-dlhd02 td.nummus-lw7vkd,
.nummus-dlhd02 td.nummus-ljmtgx {
  border-left: none;
}

.nummus-dlhd02 td.nummus-7ds3ji,
.nummus-dlhd02 td.nummus-1ldg6z {
  border-right: none;
}

.nummus-dlhd02 td.nummus-1ldg6z,
.nummus-dlhd02 td.nummus-ljmtgx {
  border-top: none;
  padding-top: 10px;
}

.nummus-v1g8sd {
  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;
}

.nummus-v1g8sd .nummus-1tmzch {
  min-width: unset;
  width: 100%;
}

.nummus-v1g8sd .nummus-1tmzch.nummus-ue01ky {
  grid-column: 1/2;
  grid-row: 1/2;
}

.nummus-v1g8sd .nummus-1tmzch.nummus-yxfp38 {
  grid-column: 2/3;
  grid-row: 1/2;
}

.nummus-v1g8sd .nummus-fxwg0n {
  grid-column: 1/3;
  grid-row: 2/3;
  margin-top: 0;
}

@media (max-width: 767px) {
  .nummus-v1g8sd {
    grid-template-columns: 1fr;
    margin-top: 0;
  }
  .nummus-v1g8sd .nummus-1tmzch.nummus-ue01ky {
    grid-column: 1/2;
    grid-row: 1/2;
  }
  .nummus-v1g8sd .nummus-1tmzch.nummus-yxfp38 {
    grid-column: 1/2;
    grid-row: 2/3;
  }
  .nummus-v1g8sd .nummus-fxwg0n {
    grid-column: 1/2;
    grid-row: 3/4;
  }
}

.nummus-o436rt {
  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;
}

.nummus-uqz8hf {
  margin-bottom: 32px;
  font-size: 34px;
  font-weight: 800;
  line-height: 40px;
}

.nummus-azkiif p a img {
  margin: 0 auto;
  display: block;
}

.nummus-azkiif table {
  margin-bottom: 17px;
}

/* contanct form */
.nummus-7w1q1g {
  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;
}

.nummus-7w1q1g label {
  font-size: 14px;
}

.nummus-7w1q1g h2 {
  text-align: center;
  margin-bottom: 1rem;
}
.nummus-7w1q1g input,
.nummus-7w1q1g textarea,
.nummus-7w1q1g 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;
}
.nummus-7w1q1g button {
  background-color: #a91f09;
  color: var(--text-color);
  border: none;
  cursor: pointer;
  transition: background 0.nummus-slispg ease;
}
.nummus-7w1q1g button:hover {
  background-color: #691204;
}
.nummus-pbogzp {
  text-align: center;
  color: green;
  font-weight: 500;
  padding: 50px 0;
  animation: fadeIn 0.nummus-5xrf61 ease-in;
}

.nummus-pbogzp h2 {
  color: green;
  font-weight: 500;
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

main a img {
    display: block;
    margin: 0 auto;
}