@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);
}

.amunra-pz1dy4 {
  margin: 0 auto;
  padding: 0 var(--offsets);
  max-width: var(--display-width);
}

.amunra-phd6ji {
  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.amunra-yn1fn1,
ul.amunra-yn1fn1 {
  padding-left: 20px;
}

ul.amunra-yn1fn1 {
  list-style: disc;
}

ol.amunra-yn1fn1 {
  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;
  }
}

.amunra-3bq09n > .amunra-d2kyor,
.amunra-3bq09n > .amunra-lzrgl2,
.amunra-3bq09n > blockquote,
.amunra-3bq09n > h1,
.amunra-3bq09n > h2,
.amunra-3bq09n > h3,
.amunra-3bq09n > h4,
.amunra-3bq09n > h5,
.amunra-3bq09n > h6,
.amunra-3bq09n > ol,
.amunra-3bq09n > p,
.amunra-3bq09n > ul {
  margin-right: auto;
  margin-left: auto;
  padding: 0 var(--offsets);
  max-width: var(--display-width);
}

.amunra-3bq09n > ol,
.amunra-3bq09n > ul {
  padding-left: 50px;
}

.amunra-3bq09n 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;
}

.amunra-3bq09n:not(:last-child) {
  margin-bottom: 2rem;
}

.amunra-3bq09n > :not(:first-child) {
  margin-top: 2rem;
}

.amunra-3bq09n {
  margin-top: 64px;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.amunra-3bq09n:first-child {
  margin-top: 40px;
}

@media (max-width: 767px) {
  .amunra-3bq09n:first-child {
    margin-top: 20px;
  }
}

.amunra-3bq09n > p:last-of-type {
  margin-bottom: 32px;
}

.amunra-3bq09n > .amunra-9aw5yf:not(:first-child) {
  margin: 64px auto 16px auto;
}

.amunra-hw8yy9 > .amunra-9aw5yf {
  margin-left: auto;
  margin-right: auto;
  padding: 0 var(--offsets);
  max-width: var(--display-width);
}

.amunra-lzrgl2 {
  overflow: auto;
}

.amunra-lzrgl2::-webkit-scrollbar {
  height: 5px;
}

.amunra-lzrgl2 table,
table {
  margin-top: 24px;
  border-collapse: collapse;
  width: 100%;
  word-break: break-word;
}

.amunra-lzrgl2 table {
  border-radius: 12px;
  border: 2px solid var(--border-color);
  /* background: #0f442e; */
}

.amunra-lzrgl2 table thead,
table thead {
  border-bottom: none;
}

.amunra-lzrgl2 table th,
table th {
  padding: 5px 5px;
  text-align: center;
  color: var(--color-table-th-color);
  background-color: var(--table-1-color);
}

.amunra-lzrgl2 table th:not(:last-child) {
  border-right: 1px solid var(--border-color);
}

.amunra-lzrgl2 table td,
table td {
  border: 1px solid var(--border-color);
  padding: 5px 5px;
}

.amunra-lzrgl2 .amunra-mq0h6s {
  table-layout: auto;
}

.amunra-lzrgl2 .amunra-mq0h6s th {
  word-break: normal;
}

.amunra-lzrgl2 .amunra-mq0h6s td {
  word-break: normal;
}

.amunra-pz1dy4 .amunra-pz1dy4 {
  padding-right: 0;
  padding-left: 0;
}

.amunra-fj3cpg {
  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;
}

.amunra-7hzn8x {
  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;
}

.amunra-ln0c93 {
  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;
}

.amunra-d2kyor {
  margin-top: 24px;
}

.amunra-d2kyor.amunra-d6z7vl {
  text-align: left;
}

.amunra-d2kyor.amunra-z7hc5u {
  text-align: right;
}

.amunra-d2kyor.amunra-jtse0z {
  text-align: center;
}

.amunra-opunxe {
  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.amunra-bwdtkx ease-in-out;
  cursor: pointer;
}

.amunra-opunxe:hover {
  color: var(--button-bg-color);
  background: 0 0;
}

.amunra-opunxe {
  min-width: 328px;
}

@media (max-width: 768px) {
  .amunra-opunxe {
    min-width: unset;
  }
}

.amunra-3bs46e {
  background-color: var(--fh-bg-color);
}

.amunra-4v2bnb {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 8px 20px;
}

.amunra-nzd9c1 {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  max-width: 160px;
}

.amunra-nzd9c1 img {
  max-height: 80px;
  object-fit: contain;
}

.amunra-aggc2n {
  flex: 1 1;
}

.amunra-yn2idu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-left: auto;
}

.amunra-uoislz {
  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;
}

.amunra-uoislz 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;
}

.amunra-uoislz.amunra-9n20bf span:nth-of-type(1) {
  -webkit-transform: translateY(11px) rotateZ(45deg);
  -ms-transform: translateY(11px) rotate(45deg);
  transform: translateY(11px) rotateZ(45deg);
}

.amunra-uoislz.amunra-9n20bf span:nth-of-type(2) {
  -webkit-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform: scaleX(0);
}

.amunra-uoislz.amunra-9n20bf span:nth-of-type(3) {
  -webkit-transform: translateY(-11px) rotateZ(-45deg);
  -ms-transform: translateY(-11px) rotate(-45deg);
  transform: translateY(-11px) rotateZ(-45deg);
}

.amunra-aggc2n + .amunra-yn2idu {
  margin-left: 20px;
}

.amunra-rlb8zi {
  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;
}

.amunra-rlb8zi > svg {
  max-width: 24px;
  max-height: 24px;
}

.amunra-rlb8zi + .amunra-rlb8zi {
  margin-left: 5px;
}

.amunra-l8bqkd {
  color: var(--button-text-color);
  background-color: var(--button-bg-color);
  border: 1px solid var(--border-color);
  transition: 0.2s;
}

.amunra-l8bqkd:hover {
  background-color: var(--button-bg-hover);
}

.amunra-8oi2qw {
  color: var(--button-text-color);
  background-color: var(--button-bg-color);
  transition: 0.amunra-bwdtkx ease-in-out;
  border: 1px solid var(--border-color);
}

.amunra-8oi2qw:hover {
  color: var(--button-text-color);
  background-color: var(--button-bg-hover);
}

.amunra-5q9vby {
  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) {
  .amunra-aggc2n {
    flex: 1 1 100%;
    order: 10;
    margin-top: 8px;
  }
  .amunra-5q9vby {
    justify-content: center;
  }
}

@media (max-width: 1024px) {
  .amunra-aggc2n {
    margin-top: unset;
  }
}

@media (max-width: 768px) {
  .amunra-rlb8zi {
    min-width: unset;
    flex: 1 1;
  }
}

.amunra-w033ze {
  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;
}

.amunra-w033ze:hover > a::after {
  -webkit-transform: scaleX(1);
  -ms-transform: scaleX(1);
  transform: scaleX(1);
}

.amunra-w033ze:hover .amunra-q5146m {
  opacity: 1;
  pointer-events: auto;
}

.amunra-3k2ibp {
  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.amunra-iddz22 ease-in-out;
  gap: 4px;
}

.amunra-3k2ibp > svg {
  max-width: 28px;
  max-height: 28px;
  fill: var(--text-color);
  stroke: var(--text-color);
}

.amunra-3k2ibp .amunra-fj3cpg img {
  width: auto;
  height: 1.2rem;
  -o-object-fit: contain;
  object-fit: contain;
}

.amunra-1erbmu,
.amunra-3k2ibp:hover {
  color: var(--button-bg-hover);
}

.amunra-eh8iub {
  position: relative;
}

.amunra-eh8iub .amunra-3k2ibp {
  margin-right: 0;
  padding-right: 4px;
}

.amunra-y80qmh svg {
  fill: var(--text-color);
  stroke: var(--text-color);
}

.amunra-eh8iub.amunra-9n20bf .amunra-y80qmh svg {
  -webkit-transform: rotateZ(180deg);
  -ms-transform: rotate(180deg);
  transform: rotateZ(180deg);
}

.amunra-eh8iub.amunra-9n20bf .amunra-q5146m {
  position: relative;
  top: 0;
  display: block;
  margin-top: 0;
  padding: 0 1rem;
  opacity: 1;
  pointer-events: auto;
}

.amunra-eh8iub.amunra-9n20bf .amunra-q5146m::before {
  display: none;
}

.amunra-y80qmh svg {
  width: 100%;
  height: auto;
  max-width: 15px;
  -webkit-transition: 250ms;
  -o-transition: 250ms;
  transition: 250ms;
}

.amunra-q5146m {
  position: absolute;
  top: 100%;
  z-index: 100;
  list-style: none;
  margin-top: 0.5rem;
  border-radius: 5px;
  padding: 0.amunra-xileld 1rem;
  background-color: var(--fh-bg-color);
  opacity: 0;
  transition: 250ms;
  width: auto;
  pointer-events: none;
}

.amunra-q5146m::before {
  content: "";
  position: absolute;
  left: 0;
  top: -0.5rem;
  width: 100%;
  height: 0.5rem;
  background-color: transparent;
}

.amunra-q5146m:hover {
  color: var(--fh-bg-color);
}

.amunra-mn8f3r {
  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.amunra-xileld 0;
  font-size: 14px;
  font-weight: 500;
  line-height: 28px;
  white-space: nowrap;
  text-decoration: none;
  color: var(--text-color);
  -webkit-transition: 0.amunra-iddz22 ease-in-out;
  -o-transition: 0.amunra-iddz22 ease-in-out;
  transition: 0.amunra-iddz22 ease-in-out;
}

.amunra-mn8f3r .amunra-fj3cpg img {
  width: auto;
  height: 1.2rem;
  -o-object-fit: contain;
  object-fit: contain;
}

.amunra-1cr1x0,
.amunra-mn8f3r:hover {
  color: var(--button-bg-hover);
}

.amunra-8qetyy {
  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%;
}

.amunra-8qetyy.amunra-ayj7vt {
  position: relative;
  z-index: 1;
  overflow: hidden;
  border: none;
}

.amunra-8qetyy.amunra-ayj7vt:after,
.amunra-8qetyy.amunra-ayj7vt:before {
  content: "";
  position: absolute;
  margin: auto;
}

.amunra-8qetyy.amunra-ayj7vt: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);
  }
}

.amunra-8qetyy.amunra-ayj7vt:after {
  top: 2px;
  right: 2px;
  bottom: 2px;
  left: 2px;
  background-color: var(--fh-bg-color);
  border-radius: 12px;
  z-index: 0;
}

.amunra-8qetyy.amunra-ayj7vt > * {
  z-index: 1;
}

.amunra-8qetyy b,
.amunra-8qetyy strong {
  color: var(--button-text-color);
  text-shadow: 0 0 8px var(--button-text-color);
}

.amunra-8qetyy .amunra-a168k0 {
  grid-row: 1/2;
  grid-column: 1/2;
  font-size: 24px;
  font-weight: 900;
  line-height: 32px;
  text-transform: uppercase;
  margin: 0;
  color: #fff;
}

.amunra-8qetyy .amunra-1fszee {
  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;
}

.amunra-8qetyy .amunra-fj3cpg {
  grid-row: 1/-1;
  grid-column: 2/3;
  min-width: 146px;
}

.amunra-8qetyy .amunra-5yph59 {
  margin-top: 12px;
}

.amunra-5yph59 {
  display: flex;
  gap: 8px;
  grid-row: 3/4;
  grid-column: 1/2;
}

.amunra-tcdo4o {
  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;
}

.amunra-5yph59 .amunra-w5l9wn {
  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.amunra-bwdtkx ease-in-out;
}

.amunra-5yph59 .amunra-w5l9wn:hover {
  background: rgba(255, 255, 255, 0.3);
}

.amunra-ww6koj {
  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;
}

.amunra-8qetyy.amunra-n2wgny {
  gap: 12px;
  padding: 16px;
}

.amunra-8qetyy.amunra-n2wgny .amunra-ww6koj {
  min-width: 240px;
}

.amunra-8qetyy.amunra-n2wgny .amunra-ww6koj.amunra-zh1g7l {
  padding: 10px 12px;
}

@media (max-width: 1200px) {
  .amunra-8qetyy .amunra-a168k0 {
    grid-row: 1/2;
    grid-column: 1/3;
  }
  .amunra-8qetyy .amunra-1fszee {
    grid-row: 2/3;
    grid-column: 1/2;
  }
  .amunra-8qetyy .amunra-fj3cpg {
    min-width: 78px;
    grid-row: 2/3;
    grid-column: 2/3;
    align-self: start;
    max-width: 110px;
  }
  .amunra-8qetyy.amunra-n2wgny .amunra-fj3cpg {
    max-width: 126px;
  }
  .amunra-8qetyy .amunra-5yph59 {
    grid-row: 3/4;
    grid-column: 1/3;
  }
  .amunra-8qetyy .amunra-tcdo4o {
    max-width: unset;
  }
  .amunra-ww6koj {
    min-width: unset;
    width: 100%;
  }
  .amunra-8qetyy .amunra-ww6koj {
    grid-row: 4/5;
    grid-column: 1/3;
  }
  .amunra-8qetyy.amunra-n2wgny {
    grid-template-rows: auto 1fr auto;
  }
  .amunra-8qetyy.amunra-n2wgny .amunra-ww6koj {
    grid-row: 3/4;
  }
}

@media (max-width: 768px) {
  .amunra-8qetyy {
    padding: 16px;
    gap: 16px 12px;
    min-height: unset;
  }
  .amunra-8qetyy .amunra-a168k0 {
    font-size: 18px;
    font-weight: 900;
    line-height: 24px;
  }
  .amunra-8qetyy .amunra-fj3cpg {
    max-width: 78px;
  }
  .amunra-8qetyy .amunra-5yph59 {
    margin-top: -12px;
  }
  .amunra-8qetyy.amunra-n2wgny {
    gap: 8px;
  }
  .amunra-8qetyy.amunra-n2wgny .amunra-a168k0 {
    grid-row: 1/2;
    grid-column: 1/2;
  }
  .amunra-8qetyy.amunra-n2wgny .amunra-1fszee {
    grid-column: 1/3;
  }
  .amunra-8qetyy.amunra-n2wgny .amunra-fj3cpg {
    grid-row: 1/2;
    grid-column: 2/3;
  }
  .amunra-8qetyy.amunra-n2wgny .amunra-fj3cpg img {
    max-width: 114px;
  }
}

.amunra-ww6koj.amunra-8wqtji,
.amunra-ww6koj.amunra-pklhxh,
.amunra-ww6koj.amunra-vdcxgw {
  color: var(--button-text-color);
  background-color: var(--button-bg-color);
  padding: 12px 12px 12px 64px;
  border: 1px solid var(--border-color);
  transition: 0.amunra-bwdtkx ease-in-out;
}

.amunra-ww6koj.amunra-8wqtji,
.amunra-ww6koj.amunra-vdcxgw {
  padding: 10px;
}

.amunra-ww6koj.amunra-8wqtji:hover,
.amunra-ww6koj.amunra-pklhxh:hover,
.amunra-ww6koj.amunra-vdcxgw:hover {
  background: var(--button-bg-hover);
}

.amunra-ww6koj.amunra-8wqtji:hover svg path,
.amunra-ww6koj.amunra-vdcxgw:hover svg path {
  stroke: var(--button-text-color);
  fill: none;
}

.amunra-ww6koj.amunra-zh1g7l {
  color: var(--button-text-color);
  background-color: transparent;
  border: 1px solid var(--border-color);
  padding: 12px;
  transition: 0.amunra-bwdtkx ease-in-out;
  background: var(--button-bg-color);
}

.amunra-ww6koj.amunra-zh1g7l:hover {
  background-color: var(--button-bg-hover);
}

.amunra-ww6koj.amunra-pklhxh: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);
  }
}

.amunra-ww6koj.amunra-pklhxh:after {
  content: "";
  width: 24px;
  min-width: 24px;
  height: 24px;
  background-image: url(../images/user.svg);
  background-position: center;
  background-repeat: no-repeat;
}

.amunra-ww6koj.amunra-zh1g7l:after {
  content: "";
  width: 24px;
  min-width: 24px;
  height: 24px;
  background-image: url(../images/btn-arrows.svg);
  background-position: center;
  background-repeat: no-repeat;
}

.amunra-qky7vh {
  max-width: 650px;
}

.amunra-s4ab0m {
  position: relative;
  padding-bottom: 56.25%;
  width: 100%;
  height: 0;
  background-color: #000;
}

.amunra-cgrr7h {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.amunra-88dwkd {
  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.amunra-iddz22 ease-in-out;
  cursor: pointer;
}

.amunra-88dwkd:hover {
  opacity: 0.5;
}

.amunra-88dwkd:focus {
  outline: 0;
}

.amunra-88dwkd:focus .amunra-lqh1bz,
.amunra-88dwkd:hover .amunra-lqh1bz {
  fill: red;
  fill-opacity: 1;
}

.amunra-88dwkd:hover {
  cursor: pointer;
}

.amunra-2dr5lp {
  position: absolute;
  left: 0;
  top: 0;
  border: none;
  width: 100%;
  height: 100%;
}

.amunra-qky7vh.amunra-jtse0z {
  margin: 0 auto;
}

.amunra-qky7vh.amunra-z7hc5u {
  margin-left: auto;
}

.amunra-iien9k {
  margin: 33px 20px 0 20px;
  padding: 33px 40px 40px 40px;
  background-color: var(--fh-bg-color);
  border-radius: 12px 12px 0 0;
}

.amunra-stiktl {
  padding-bottom: 50px;
}

.amunra-9ju3mg {
  justify-content: flex-start;
  align-items: center;
  flex: 1 1;
}

.amunra-ceng6p {
  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;
}

.amunra-xmbdb8 {
  margin-top: 24px;
}

.amunra-j4kgc6 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.amunra-c8cnf5 {
  width: 100%;
  font-size: 14px;
  line-height: 16px;
  text-align: center;
  color: var(--color-footer-text);
  margin-top: 4px;
}

.amunra-z2cpnn {
  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;
}

.amunra-zo791a {
  width: 468px;
}

.amunra-z2cpnn .amunra-q5146m {
  margin: 0.amunra-hb4904 0;
}

.amunra-9gi2x0 {
  display: flex;
  min-width: 224px;
}

.amunra-je9hb8 {
  cursor: pointer;
  display: inline-block;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  text-decoration: none;
  color: var(--footer-text-color);
  transition: 0.amunra-iddz22 ease-in-out;
}

.amunra-v01jtm,
.amunra-je9hb8:hover {
  color: var(--text-color);
}

.amunra-e0j86h {
  display: flex;
  flex-wrap: wrap;
  padding: 0;
}

.amunra-lgtlr0 {
  display: flex;
  flex-direction: column;
}

@media (max-width: 1024px) {
  .amunra-iien9k {
    padding: 16px;
  }
  .amunra-e0j86h {
    flex-direction: column;
    gap: 40px;
    padding: 0;
  }
  .amunra-lgtlr0 {
    align-items: center;
  }
  .amunra-zo791a {
    width: unset;
  }
  .amunra-9gi2x0 {
    min-width: unset;
  }
  .amunra-z2cpnn {
    max-height: unset;
  }
  .amunra-9ju3mg {
    align-items: flex-start;
  }
}

@media (max-width: 768px) {
  .amunra-iien9k {
    margin: 33px 16px 0 16px;
    padding: 16px;
  }
}

.amunra-mg8pxc {
  border-radius: 12px;
  border: 2px solid var(--border-color);
  background: var(--fh-bg-color);
  padding: 16px;
}

.amunra-mg8pxc:not(:last-child) {
  margin-bottom: 16px;
}

.amunra-wax1e9 {
  outline: 0;
}

.amunra-wax1e9 .amunra-eghawb {
  color: #fff;
  font-size: 17px;
  font-weight: 800;
  line-height: 24px;
}

.amunra-1d655s {
  display: flex;
  align-items: center;
  gap: 8px;
  outline: 0;
  cursor: pointer;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
}

.faq__details[open] .amunra-1d655s {
  padding-bottom: 16px;
  border-bottom: 1px solid var(--border-color);
}

.amunra-1d655s::-webkit-details-marker {
  display: none;
}

.amunra-1d655s: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;
}

.amunra-1d655s: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] .amunra-1d655s:after {
  transform: unset;
}

.amunra-eghawb {
  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);
}

.amunra-eghawb 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.amunra-iddz22 ease-in-out;
  -o-transition: 0.amunra-iddz22 ease-in-out;
  transition: 0.amunra-iddz22 ease-in-out;
}

.amunra-vcr3va {
  padding: 16px 0 0 0;
}

.amunra-vcr3va * {
  margin-top: 0.8rem;
  font-family: inherit;
  font-weight: 500;
  font-style: normal;
  font-size: inherit;
  line-height: inherit;
}

page-header__button .amunra-vcr3va :first-child {
  margin-top: 0;
}

@media (max-width: 767px) {
  .amunra-1d655s {
    flex-wrap: wrap;
    gap: 12px;
  }
  .amunra-1d655s::after {
    margin-left: auto;
  }
  .amunra-eghawb {
    order: 3;
    flex: 1 1 100%;
  }
  .amunra-1d655s {
    font-size: 14px;
    line-height: 130%;
  }
  .amunra-eghawb svg {
    margin-left: 15px;
    width: 18px;
    height: 18px;
    fill: var(--color-faq-item-title);
  }
}

.amunra-7xwy96 {
  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;
}

.amunra-ohuia2 {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #fff;
  margin: 0;
  width: 100%;
  cursor: pointer;
}

.amunra-7xwy96.amunra-9n20bf .amunra-ohuia2 {
  margin-bottom: 12px;
}

.amunra-ohuia2::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;
}

.amunra-7xwy96.amunra-9n20bf .amunra-ohuia2::after {
  transform: unset;
}

.amunra-tj5xb7 {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  list-style: none;
  overflow: hidden;
  margin: 0;
  padding: 0;
  width: 100%;
  height: auto;
  max-height: 0;
}

.amunra-syra61 {
  display: flex;
  align-items: center;
  gap: 4px;
  padding: 6px 12px;
  text-decoration: none;
  color: #fff;
  transition: 0.amunra-iddz22 ease-in-out;
  border-radius: 8px;
  border: 1px solid var(--border-color);
}

.amunra-syra61: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;
}

.amunra-7xwy96.amunra-9n20bf .amunra-tj5xb7 {
  max-height: 100%;
}

.amunra-1ice1w {
  margin: 0 auto 3rem;
  padding: 0 10px;
  max-width: var(--display-width);
}

.amunra-6nuv6r {
  padding: 4px 0;
  background: rgba(255, 255, 255, 0.1);
}

.amunra-mao9fr {
  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;
}

.amunra-ba97t8 {
  margin-right: 4px;
}

.amunra-wkjbk8 {
  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.amunra-iddz22 ease-in-out;
}

.amunra-wkjbk8 svg {
  width: 4px;
  height: 4px;
  margin-left: 4px;
  stroke: var(--text-color);
}

.amunra-7ehqn4,
.amunra-wkjbk8:hover {
  color: var(--text-color);
}

.amunra-ppz506 {
  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;
}

.amunra-ppz506 img {
  grid-column: 1/2;
  grid-row: 1/3;
  max-width: 58px;
  height: auto;
}

.amunra-ppz506 .amunra-9y7dya {
  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;
}

.amunra-ppz506 .amunra-zl9qa2 {
  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;
}

.amunra-3m6d7k {
  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;
}

.amunra-3iagss {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.amunra-wozdm0 .amunra-pz1dy4 {
  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;
}

.amunra-wozdm0 {
  background-image: url(../images/404.webp);
  background-position: -100px;
}

.amunra-3jm0bd {
  margin-top: 2rem;
  font-size: 5rem;
  line-height: 6rem;
  text-align: center;
}

.amunra-hg0mp9 {
  margin: 0;
  font-weight: 400;
  font-size: 2rem;
  line-height: 2.5rem;
  text-align: center;
}

.amunra-hd0n8a {
  display: inline-block;
  margin: 2rem auto 0;
  border: none;
  border-radius: 5px;
  padding: 0.amunra-qmra6s 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;
}

.amunra-hd0n8a:hover {
  -webkit-transform: translateY(-3px);
  -ms-transform: translateY(-3px);
  transform: translateY(-3px);
}

.amunra-8vk6n7 {
  position: fixed;
  right: 10px;
  bottom: 15px;
  z-index: 10;
}

.amunra-y0ga8r {
  -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.amunra-iddz22 ease-in-out;
  transition: transform 0.amunra-iddz22 ease-in-out;
  -o-transition: transform 0.amunra-iddz22 ease-in-out;
  transition:
    transform 0.amunra-iddz22 ease-in-out,
    -webkit-transform 0.amunra-iddz22 ease-in-out;
  cursor: pointer;
}

.amunra-y0ga8r svg {
  fill: var(--button-text-color);
  pointer-events: none;
}

.amunra-y0ga8r: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;
}

.amunra-9no1ap {
  width: 113px !important;
  background-color: green !important;
  top: 124px !important;
}

@media screen and (max-width: 700px) {
  #cookie-law-div p {
    padding-bottom: 36px;
  }
  .amunra-9no1ap {
    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);
}

.amunra-56otnu {
  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;
}

.amunra-y3kti0 {
  position: relative;
  width: 100%;
}

.amunra-56otnu.amunra-0jvgtf {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.amunra-56otnu.amunra-jtse0z {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.amunra-56otnu.amunra-z7hc5u {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.amunra-7payar {
  display: block;
  width: 100%;
  height: auto;
  object-fit: contain;
  aspect-ratio: 16/9;
  max-height: 488px;
  background-color: #454545;
}

.amunra-6hrhx4 {
  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.amunra-iddz22 ease-in-out;
  cursor: pointer;
}

.amunra-6hrhx4:hover {
  opacity: 0.5;
}

.amunra-56otnu.amunra-pvwews .amunra-6hrhx4 {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

.amunra-56otnu.amunra-pvwews .amunra-7payar {
  cursor: pointer;
}

.amunra-xu1ain {
  fill: #0009;
}

.amunra-71r0ly {
  fill: #fff;
}

.amunra-6hrhx4:hover .amunra-xu1ain {
  fill: red;
}

.amunra-6hrhx4 svg path {
  -webkit-transition: 0.amunra-iddz22 ease-in-out;
  -o-transition: 0.amunra-iddz22 ease-in-out;
  transition: 0.amunra-iddz22 ease-in-out;
}

.amunra-amlzdo {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0 20px;
}

.amunra-amlzdo > :not(.get-image):not(.wp-block-heading) {
  grid-column: 1/2;
}

.amunra-amlzdo.amunra-8dwhcm > :not(.get-image) {
  grid-column: 1/3;
}

.amunra-hbgqy2:not(._h1-block) .amunra-amlzdo > .amunra-9aw5yf {
  grid-row: 1/2;
  grid-column: 1/3;
}

.amunra-amlzdo.amunra-8dwhcm .amunra-bygf1e {
  grid-column: 2/3;
}

.amunra-amlzdo.amunra-8dwhcm > .amunra-fj3cpg {
  grid-column: 1/2;
}

.amunra-amlzdo.amunra-8dwhcm > :not(.get-image):not(.wp-block-heading) {
  grid-column: 2/3;
}

.amunra-amlzdo > p:first-of-type {
  margin-top: 0;
}

.amunra-amlzdo .amunra-fj3cpg {
  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;
}

.amunra-hbgqy2:not(._h1-block) .amunra-9aw5yf ~ .amunra-fj3cpg {
  grid-row: 2/10;
}

.amunra-hbgqy2.amunra-i2c7lt .amunra-9aw5yf ~ .amunra-fj3cpg {
  grid-row: 1/10;
}

.amunra-hbgqy2.amunra-i2c7lt > .amunra-9aw5yf {
  grid-column: 1/2;
  margin-bottom: 20px;
}

.amunra-hbgqy2.amunra-i2c7lt .amunra-fj3cpg {
  grid-row: 1/10;
}

.amunra-amlzdo.amunra-xbeafr .amunra-fj3cpg {
  align-items: flex-start;
}

.amunra-amlzdo.amunra-jtse0z .amunra-bygf1e {
  margin-top: auto;
  margin-bottom: auto;
  height: fit-content;
}

.amunra-amlzdo.amunra-jtse0z .amunra-fj3cpg {
  align-items: center;
}

.amunra-amlzdo.amunra-om23j2 .amunra-fj3cpg {
  align-items: flex-end;
}

.amunra-bygf1e > :first-child {
  margin-top: 0;
}

.amunra-bygf1e > :last-child {
  margin-bottom: 0;
}

* + .amunra-ak86e9,
.amunra-hbgqy2 + .amunra-hbgqy2 {
  margin-top: 2rem;
}

.amunra-w0k4c0 td::before,
.amunra-w0k4c0 th::after {
  display: none !important;
}

.amunra-w0k4c0 #link-selector {
  color: #000;
}

.amunra-w0k4c0 .amunra-bmum1g {
  color: #135e96;
}

.amunra-w0k4c0 .amunra-in9s24 *,
.amunra-w0k4c0 .amunra-jqt7om p,
.amunra-w0k4c0 .amunra-ppu4o5 * {
  color: #000;
}

.amunra-w0k4c0 .amunra-pkwjtn {
  background: 0 0 !important;
}

.amunra-w0k4c0 .amunra-qtw0te {
  color: #000;
}

.amunra-w0k4c0 .amunra-3sw846.amunra-dz9pec {
  color: #fff;
}

.amunra-w0k4c0 .amunra-9g9s14 {
  color: #000;
}

.amunra-w0k4c0
  .amunra-losrgm
  .amunra-8njwdt.amunra-dz9pec.amunra-6kw5s4 {
  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;
}

.amunra-i2igdy,
body .amunra-80b7y8 {
  color: #000;
  background: var(--color-body) !important;
}

.amunra-i2igdy .amunra-s7lcep .amunra-8wl5dg,
body .amunra-80b7y8 .amunra-s7lcep .amunra-8wl5dg {
  color: #000;
}

@media (hover: hover), screen and (min-width: 0\0) {
  .amunra-syra61:focus,
  .amunra-syra61:hover {
    color: #f9cb16;
  }
  .amunra-z23f1u:focus,
  .amunra-z23f1u:hover {
    background-color: var(--button-bg-color) !important;
    opacity: 1;
  }
}

@media (hover: hover), screen and (min-width: 0\0) {
  .amunra-bkc6ot:focus img,
  .amunra-bkc6ot:focus svg,
  .amunra-bkc6ot:hover img,
  .amunra-bkc6ot:hover svg {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
  }
}

@media (min-width: 768px) {
  .amunra-ppz506 {
    display: none;
  }
}

@media (min-width: 1024px) {
  .amunra-eh8iub:hover .amunra-y80qmh svg {
    -webkit-transform: rotateZ(180deg);
    -ms-transform: rotate(180deg);
    transform: rotateZ(180deg);
  }
  .amunra-y80qmh {
    pointer-events: none;
  }
}

@media screen and (max-width: 1280px) {
  :root {
    --offsets: 20px;
  }
}

@media (max-width: 1280px) {
  .amunra-ihhedx {
    -ms-grid-columns: (1fr) [5];
    grid-template-columns: repeat(5, 1fr);
  }
  .amunra-ig73qn {
    grid-template-columns: repeat(4, 1fr);
  }
  .amunra-vmc9w8 {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 1279px) {
  .amunra-awkfev .amunra-qiol3m {
    grid-template-columns: 1fr;
  }
  .amunra-awkfev .amunra-dba84b {
    -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;
  }
  .amunra-awkfev .amunra-44k5r5 {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
  .amunra-awkfev .amunra-evr8rh {
    border-bottom: none;
    border-radius: 0;
    padding: 12px 20px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
  .amunra-awkfev .amunra-kqlbhv {
    border-radius: 0 0 16px 16px;
    padding: 24px 16px;
  }
  .amunra-awkfev .amunra-44k5r5:not(:first-child) {
    border: none;
  }
  .amunra-awkfev .amunra-44k5r5:first-child .amunra-evr8rh {
    border-top-left-radius: 18px;
    border-top-right-radius: 0;
  }
  .amunra-awkfev .amunra-44k5r5:last-child .amunra-evr8rh {
    border-radius: 0 18px 0 0;
  }
}

@media screen and (max-width: 1024px) {
  :root {
    --offsets: 16px;
  }
}

@media (max-width: 1024px) {
  html {
    font-size: 16px;
  }
  .amunra-4v2bnb {
    position: relative;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 8px var(--offsets);
  }
  .amunra-nzd9c1 {
    max-width: 100px;
  }
  .amunra-aggc2n {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
  .amunra-yn2idu {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .amunra-yn2idu svg {
    stroke: var(--button-text-color);
    /* fill: var(--button-text-color); */
  }
  .amunra-uoislz {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
    margin-left: 20px;
  }
  .amunra-aggc2n + .amunra-yn2idu {
    margin-left: auto;
  }
  .amunra-fza934 {
    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;
  }
  .amunra-fza934.amunra-9n20bf {
    z-index: 9999;
    opacity: 1;
    pointer-events: auto;
  }
  .amunra-5q9vby {
    -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;
  }
  .amunra-w033ze {
    width: 100%;
  }
  .amunra-w033ze:not(:last-child) {
    border-bottom: 1px solid var(--border-color);
  }
  .amunra-3k2ibp {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin: 0;
    padding: 8px 0;
    width: 100%;
  }
  .amunra-3k2ibp svg {
    margin-right: 4px;
  }
  .amunra-eh8iub {
    -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;
  }
  .amunra-y80qmh svg {
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
  }
  .amunra-y80qmh {
    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;
  }
  .amunra-q5146m {
    display: none;
    width: 100%;
  }
  .amunra-eh8iub.amunra-9n20bf .amunra-q5146m {
    padding: 0 0 0 48px;
  }
  .amunra-mn8f3r {
    justify-content: flex-start;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
  }
  .amunra-ceng6p .amunra-fj3cpg {
    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;
  }
  .amunra-rbz2ic {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
  }
  .amunra-rbz2ic + .amunra-rbz2ic {
    margin-right: 0;
  }
  .amunra-rbz2ic + .amunra-fj3cpg {
    margin: 0;
  }
  .amunra-ihhedx {
    grid-template-columns: repeat(4, 1fr);
  }
  .amunra-ig73qn {
    grid-template-columns: repeat(3, 1fr);
  }
  .amunra-qbe9ab,
  .amunra-1q19pg {
    grid-template-columns: repeat(2, 1fr);
  }
  .amunra-amlzdo {
    grid-template-columns: 1fr;
    gap: 16px;
  }
  .amunra-amlzdo.amunra-8dwhcm .amunra-bygf1e {
    grid-column: auto;
    grid-row: auto;
  }
  .amunra-amlzdo > .amunra-9aw5yf {
    grid-column: 1/2;
  }
  .amunra-amlzdo.amunra-8dwhcm > :not(.get-image) {
    grid-column: 1/2;
  }
  .amunra-amlzdo .amunra-fj3cpg,
  .amunra-amlzdo.amunra-8dwhcm > .amunra-fj3cpg {
    grid-column: 1/2;
    grid-row: 1/2;
  }
  .amunra-amlzdo.amunra-8dwhcm > :not(.get-image):not(.wp-block-heading) {
    grid-column: 1/2;
  }
  .amunra-hbgqy2.amunra-i2c7lt .amunra-amlzdo > .amunra-fj3cpg {
    grid-row: 1/2;
  }
  .amunra-amlzdo .amunra-9aw5yf ~ .amunra-fj3cpg,
  .amunra-amlzdo.amunra-8dwhcm .amunra-9aw5yf ~ .amunra-fj3cpg {
    grid-row: 2/3;
  }
  .amunra-hbgqy2.amunra-i2c7lt .amunra-9aw5yf ~ .amunra-fj3cpg {
    grid-row: 2/3;
  }
}

@media (max-width: 800px) {
  .amunra-3bq09n:first-child .amunra-evlh9q {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .amunra-3bq09n:first-child .amunra-evlh9q h1 {
    -webkit-box-ordinal-group: -1;
    -ms-flex-order: -2;
    order: -2;
  }
}

@media (max-width: 1100px) {
  .amunra-3bq09n {
    margin-bottom: 1rem;
    padding: 0 13px;
  }
}

@media (max-width: 767px) {
  .amunra-3bq09n {
    padding: 0;
  }
  .amunra-d2kyor {
    margin-top: 1rem;
  }
  .amunra-wax1e9 {
    border-radius: 5px;
  }
  .amunra-qassqk {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .amunra-ohuia2::after {
    display: inline-block;
  }
  .amunra-ohuia2 {
    margin: 0;
    width: 100%;
  }
  .amunra-tj5xb7 {
    width: 100%;
  }
  .amunra-tj5xb7.amunra-l4uxf8 {
    -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%;
  }
  .amunra-tj5xb7.amunra-l4uxf8 .amunra-b3861e {
    width: 100%;
  }
  .amunra-tj5xb7.amunra-l4uxf8 .amunra-b3861e:not(:last-child) {
    margin-right: 0;
  }
  .amunra-syra61 {
    width: 100%;
    text-align: center;
  }
  .amunra-7xwy96.amunra-9n20bf .amunra-tj5xb7 {
    margin-top: 1rem;
  }
  .amunra-ihhedx {
    grid-template-columns: repeat(3, 1fr);
  }
  .amunra-vmc9w8,
  .amunra-ig73qn {
    grid-template-columns: repeat(2, 1fr);
  }
  .amunra-qbe9ab,
  .amunra-1q19pg,
  .amunra-9ggf6c {
    grid-template-columns: 1fr;
  }
  .amunra-1cgefj {
    overflow-x: auto;
    width: 100%;
    max-width: 980px;
  }
  .amunra-8pueuk {
    min-width: 300px;
    max-width: 325px;
  }
  .amunra-evr8rh {
    cursor: auto;
  }
  .amunra-zugx9w .amunra-evr8rh {
    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;
  }
  .amunra-9no1ap {
    left: calc(50% - 60px);
  }
}

@media (max-width: 650px) {
  .amunra-q5146m {
    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) {
  .amunra-9no1ap {
    top: 100px !important;
  }
  #cookie-law-div p {
    padding-bottom: 50px;
  }
}

.amunra-rbz2ic p {
  margin-top: 0;
}

@media (max-width: 550px) {
  .amunra-yn2idu {
    margin: 0 -0.2rem;
  }
  .amunra-rbz2ic {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
  .amunra-hkq10o {
    -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;
  }
  .amunra-432o3u {
    max-width: 100%;
  }
  .amunra-ihhedx {
    grid-template-columns: repeat(2, 1fr);
  }
  .amunra-vmc9w8,
  .amunra-ig73qn {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 500px) {
  html {
    font-size: 16px;
  }
  .amunra-4v2bnb {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .amunra-yn2idu {
    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;
  }
  .amunra-3bs46e {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .amunra-rlb8zi {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
  }
  .amunra-iwrw36,
  .amunra-8yr9pn {
    width: calc(100% - 20px);
  }
}

@media (max-width: 475px) {
  .amunra-opunxe {
    width: 100%;
  }
  .amunra-ihhedx {
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 400px) {
  .amunra-9no1ap {
    top: 127px !important;
  }
}

.amunra-wmpkkc {
  width: 100%;
  border-radius: 12px;
  overflow: hidden;
  margin-bottom: 20px;
}

@media (max-width: 1100px) {
  .amunra-wmpkkc {
  }
}

@media (max-width: 767px) {
  .amunra-wmpkkc {
    margin-bottom: 12px;
  }
}

.amunra-wmpkkc img {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  min-width: 100%;
  height: 100%;
}

.amunra-hg7jpg {
  display: flex;
  margin: 0 auto;
  padding: 0 var(--offsets);
  max-width: var(--display-width);
  gap: 20px;
}

.amunra-hg7jpg > .amunra-shs6d9 {
  flex: 1 1;
}

@media (max-width: 767px) {
  .amunra-hg7jpg {
    flex-direction: column;
    gap: 12px;
  }
}

.amunra-ujje51 {
  display: flex;
}

.amunra-ujje51 .amunra-6m1dcs {
  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;
}

.amunra-ujje51 .amunra-f4w4lv {
  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;
}

.amunra-ujje51 .amunra-r9qf4r {
  display: flex;
  list-style: none;
  margin: 0;
  padding-left: 100%;
  animation: scroll 60s linear infinite;
}

.amunra-ujje51 .amunra-t86bh2 {
  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));
  }
}

.amunra-ujje51 .amunra-t86bh2:before {
  content: "";
  width: 24px;
  min-width: 24px;
  height: 24px;
  background-image: url(../images/award.svg);
  background-repeat: no-repeat;
  background-position: center;
}

.amunra-ujje51 .amunra-pz60aw {
  color: #fff;
  font-size: 14px;
  font-weight: 800;
  line-height: 20px;
  margin-right: 4px;
}

.amunra-8akzc3 {
  border: unset;
  background-color: unset;
}

.amunra-8akzc3 tbody {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

.amunra-8akzc3 .amunra-mn4zkz,
.amunra-8akzc3 .amunra-qw5b73 {
  flex: 0 1 330px;
}

.amunra-8akzc3 .amunra-ea098h {
  flex: 1 1;
}

.amunra-8akzc3 tr {
  display: flex;
  flex-direction: column;
  gap: 16px;
  border-radius: 12px;
  border: 2px solid var(--border-color);
  background: var(--fh-bg-color);
  padding: 16px;
}

.amunra-8akzc3 tr td {
  border: unset;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  color: #fff;
  padding: 0;
}

.amunra-8akzc3 tr td:first-child {
  font-size: 23px;
  font-weight: 800;
  line-height: 28px;
  margin: 0;
  padding: 0;
}

.amunra-8akzc3 tr td p {
  color: #fff;
  margin: 0;
}

.amunra-8akzc3 tr td p span {
  color: var(--title-color);
  font-weight: 800;
}

.amunra-8akzc3 tr.amunra-mn4zkz td p {
  padding: 16px 0;
}

.amunra-8akzc3 tr.amunra-mn4zkz td p:not(:last-child),
.amunra-8akzc3 tr.amunra-qw5b73 td p:not(:last-child) {
  border-bottom: 1px solid var(--border-color);
}

.amunra-8akzc3 tr.amunra-mn4zkz td p:first-child,
.amunra-8akzc3 tr.amunra-qw5b73 td p:first-child {
  padding-top: 0;
}

.amunra-8akzc3 tr.amunra-qw5b73 td p {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 12px 0;
  font-size: 14px;
  font-weight: 800;
  line-height: 20px;
}

.amunra-8akzc3 tr.amunra-qw5b73 td p:last-child {
  padding-bottom: 0;
}

.amunra-8akzc3 .amunra-qw5b73 img {
  max-width: 32px;
}

.amunra-8akzc3 .amunra-ea098h {
  min-width: 718px;
}

.amunra-8akzc3 .amunra-ea098h td:last-child {
  display: flex;
  flex-wrap: wrap;
}

.amunra-8akzc3 .amunra-ea098h td {
  display: flex;
}

.amunra-8akzc3 .amunra-ea098h td:last-child .amunra-1x4w2z,
.amunra-8akzc3 .amunra-ea098h td:last-child .amunra-ek2g83,
.amunra-8akzc3 .amunra-ea098h td:last-child .amunra-tl5dd5 {
  flex: 1 1 50%;
}

.amunra-8akzc3 .amunra-ea098h td:last-child .amunra-k6m4ir {
  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;
}

.amunra-8akzc3 .amunra-ea098h td:last-child .amunra-5jdly6,
.amunra-8akzc3 .amunra-ea098h td:last-child .amunra-mu6195 {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  list-style: none;
  padding-left: 0;
  margin-top: 12px;
}

.amunra-8akzc3 .amunra-ea098h td:last-child .amunra-1x4w2z,
.amunra-8akzc3 .amunra-ea098h td:last-child .amunra-ek2g83 {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
  padding-top: 16px;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}

.amunra-8akzc3 .amunra-ea098h td:last-child .amunra-1x4w2z span,
.amunra-8akzc3 .amunra-ea098h td:last-child .amunra-ek2g83 span {
  font-weight: 800;
}

.amunra-8akzc3 .amunra-ea098h img {
  max-width: 34px;
}

@media (max-width: 1100px) {
  .amunra-8akzc3 .amunra-ea098h td .amunra-tl5dd5:not(:first-child) {
    padding-left: 0;
  }
}

@media (max-width: 767px) {
  .amunra-8akzc3 tr.amunra-mn4zkz td p:last-child {
    padding-bottom: 0;
  }
  .amunra-8akzc3 .amunra-qw5b73 > td {
    display: flex;
    flex-wrap: wrap;
    gap: 0 20px;
  }
  .amunra-8akzc3 .amunra-qw5b73 > td > p {
    flex: 1 1 calc(50% - 10px);
  }
  .amunra-8akzc3 tr.amunra-mn4zkz td p:not(:last-child),
  .amunra-8akzc3 tr.amunra-qw5b73 td p:not(:last-child) {
    border-bottom: unset;
  }
  .amunra-8akzc3 tr.amunra-qw5b73 td p:last-child {
    padding-bottom: 12px;
  }
  .amunra-8akzc3 .amunra-ea098h td:last-child .amunra-1x4w2z,
  .amunra-8akzc3 .amunra-ea098h td:last-child .amunra-ek2g83,
  .amunra-8akzc3 .amunra-ea098h td:last-child .amunra-tl5dd5 {
    flex: 1 1 50%;
    padding: 0;
  }
  .amunra-8akzc3 .amunra-ea098h td:last-child .amunra-1x4w2z,
  .amunra-8akzc3 .amunra-ea098h td:last-child .amunra-ek2g83 {
    margin-top: 16px;
  }
  .amunra-8akzc3 .amunra-ea098h td:last-child .amunra-tl5dd5 {
    flex: 1 1 100%;
    padding-bottom: 16px;
    margin-top: 16px;
  }
  .amunra-8akzc3 .amunra-ea098h td:last-child .amunra-1x4w2z {
    border-right: 1px solid var(--border-color);
  }
  .amunra-8akzc3 .amunra-ea098h td:last-child .amunra-tl5dd5:first-child {
    padding-top: 0;
    margin-top: 0;
  }
  .amunra-8akzc3 .amunra-ea098h td:last-child .amunra-tl5dd5:last-child {
    padding-bottom: 0;
  }
}

.amunra-tl5dd5 {
  display: flex;
  flex-direction: column;
}

.amunra-8akzc3 .amunra-ea098h td .amunra-tl5dd5 {
  border-bottom: 1px solid var(--border-color);
  padding-bottom: 16px;
}

.amunra-8akzc3 .amunra-ea098h td .amunra-tl5dd5:not(:last-of-type) {
  border-right: 1px solid var(--border-color);
  padding-right: 16px;
}

.amunra-8akzc3 .amunra-ea098h td .amunra-tl5dd5:not(:first-child) {
  padding-left: 16px;
}

@media (max-width: 767px) {
  .amunra-8akzc3 .amunra-ea098h td .amunra-tl5dd5:not(:first-child) {
    padding-left: 0;
  }
  .amunra-8akzc3 .amunra-ea098h td .amunra-tl5dd5:not(:last-of-type) {
    border-right: unset;
  }
}

.amunra-8akzc3 .amunra-p55b1r {
  flex: 0 1 485px;
}

.amunra-8akzc3 .amunra-6a39a0 {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  list-style: none;
}

.amunra-8akzc3 .amunra-6a39a0 li {
  border-radius: 4px;
  border: 1px solid var(--border-color);
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}

.amunra-8akzc3 .amunra-6a39a0 li.amunra-mge51v {
  padding: 6px 12px;
}

.amunra-8akzc3 .amunra-6a39a0 li a,
.amunra-8akzc3 .amunra-6a39a0 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;
}

.amunra-8akzc3 .amunra-kmizss,
.amunra-8akzc3 .amunra-pfyzk9 {
  flex: 1 1;
}

.amunra-8akzc3 .amunra-f4ctzb,
.amunra-8akzc3 .amunra-z9444o {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.amunra-8akzc3 .amunra-f4ctzb li,
.amunra-8akzc3 .amunra-z9444o li {
  display: flex;
  align-items: center;
  gap: 8px;
  flex: 1 1 calc(50% - 20px);
  font-size: 14px;
  font-weight: 800;
  line-height: 20px;
}

.amunra-8akzc3 .amunra-pfyzk9 img {
  max-width: 32px;
}

.amunra-8akzc3 .amunra-kmizss img {
  max-width: 32px;
}

.amunra-8akzc3 .amunra-8lgvnv {
  min-width: 280px;
}

.amunra-8akzc3 .amunra-8lgvnv img {
  max-width: 146px;
}

.amunra-8akzc3 .amunra-8lgvnv td {
  display: flex;
  flex-direction: column;
  gap: 12px;
  max-width: 280px;
}

@media (max-width: 1460px) {
  .amunra-8akzc3 .amunra-mn4zkz,
  .amunra-8akzc3 .amunra-qw5b73 {
    flex: 0 1 auto;
  }
  .amunra-8akzc3 .amunra-ea098h {
    min-width: unset;
    flex: 1 1 50%;
  }
}

@media (max-width: 1100px) {
  .amunra-8akzc3 .amunra-mn4zkz,
  .amunra-8akzc3 .amunra-p55b1r,
  .amunra-8akzc3 .amunra-qw5b73,
  .amunra-8akzc3 .amunra-ea098h {
    flex: 1 1 calc(50% - 20px);
  }
  .amunra-8akzc3 .amunra-kmizss,
  .amunra-8akzc3 .amunra-8lgvnv,
  .amunra-8akzc3 .amunra-pfyzk9 {
    flex: 1 1 30%;
  }
  .amunra-8akzc3 .amunra-8lgvnv {
    min-width: unset;
  }
}

@media (max-width: 767px) {
  .amunra-8akzc3 .amunra-mn4zkz,
  .amunra-8akzc3 .amunra-p55b1r,
  .amunra-8akzc3 .amunra-kmizss,
  .amunra-8akzc3 .amunra-qw5b73,
  .amunra-8akzc3 .amunra-ea098h,
  .amunra-8akzc3 .amunra-8lgvnv,
  .amunra-8akzc3 .amunra-pfyzk9 {
    flex: 1 1 100%;
  }
}

.amunra-tiu455 .amunra-idx28b {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.amunra-tiu455 .amunra-ywhhkp {
  position: relative;
  display: flex;
  flex-direction: column;
  border-radius: 8px;
  border: 2px solid var(--border-color);
  background-color: var(--fh-bg-color);
}

.amunra-tiu455 .amunra-743hee {
  width: 100%;
  padding: 12px 12px 8px 12px;
  background-color: #318562;
  font-size: 14px;
  font-weight: 800;
  line-height: 20px;
  color: #f9cb16;
}

.amunra-tiu455 .amunra-84kwgo {
  display: grid;
  padding: 16px;
  gap: 0 16px;
  grid-template-columns: repeat(2, 1fr);
}

.amunra-tiu455 .amunra-84kwgo > :nth-child(3) {
  margin-top: 0;
}

.amunra-tiu455 .amunra-fj3cpg {
  grid-column: 2/3;
  grid-row: 1/10;
}

.amunra-tiu455 .amunra-u23nig {
  grid-column: 1/2;
  margin-top: 0;
  margin-bottom: 8px;
}

.amunra-tiu455 .amunra-d2kyor {
  grid-column: 1/2;
}

.amunra-tiu455 > :not(.how-to__title):not(.content-button) {
  grid-column: 1/2;
}

.amunra-tiu455 .amunra-ywhhkp: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;
}

.amunra-tiu455 .amunra-ywhhkp:not(:last-child):after {
  position: relative;
  content: "";
  width: calc(100% - 32px);
  height: 1px;
  background-color: #318562;
  margin: 12px auto 27px auto;
}

.amunra-tiu455 .amunra-opunxe {
  min-width: 240px;
}

@media (max-width: 768px) {
  .amunra-tiu455 .amunra-ywhhkp:not(:last-child):before {
    bottom: 8px;
  }
  .amunra-tiu455 .amunra-ywhhkp:not(:last-child):after {
    margin: 12px auto 18px auto;
  }
  .amunra-tiu455 .amunra-84kwgo {
    grid-template-columns: 1fr;
    padding: 16px 16px 8px 16px;
  }
  .amunra-tiu455 .amunra-fj3cpg {
    grid-column: 1/2;
    grid-row: 1/2;
    margin: -16px -18px 16px -18px;
  }
  .amunra-tiu455 .amunra-fj3cpg img {
    width: 100%;
    height: auto;
  }
  .amunra-tiu455 .amunra-opunxe {
    width: 100%;
    min-width: unset;
  }
}

.amunra-u0wpfu .amunra-l944ia {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  list-style: none;
}

.amunra-u0wpfu .amunra-w4sz9i {
  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;
}

.amunra-u0wpfu .amunra-fj3cpg {
  height: 100%;
}

.amunra-u0wpfu .amunra-fj3cpg img {
  height: 100%;
  width: auto;
  min-width: 220px;
  object-fit: cover;
}

.amunra-u0wpfu .amunra-1ugd8j {
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding: 16px 16px 16px 0;
}

.amunra-u0wpfu .amunra-jrviui {
  color: #f9cb16;
  font-size: 23px;
  font-weight: 800;
  line-height: 28px;
  margin: 0;
}

.amunra-u0wpfu .amunra-27eods {
  color: #d2d2d2;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  flex: 1 1;
  margin: 0;
}

@media (max-width: 1200px) {
  .amunra-u0wpfu .amunra-w4sz9i {
    flex: 1 1 100%;
  }
  .amunra-u0wpfu .amunra-ww6koj {
    min-width: 320px;
    width: fit-content;
  }
}

@media (max-width: 767px) {
  .amunra-u0wpfu .amunra-w4sz9i {
    flex-direction: column;
  }
  .amunra-u0wpfu .amunra-fj3cpg {
    width: 100%;
    height: auto;
  }
  .amunra-u0wpfu .amunra-fj3cpg img {
    width: 100%;
    height: auto;
    max-height: 260px;
    min-width: unset;
  }
  .amunra-u0wpfu .amunra-1ugd8j {
    padding: 0 16px 16px 16px;
  }
  .amunra-u0wpfu .amunra-ww6koj {
    min-width: unset;
    width: 100%;
  }
}

.amunra-jywcuf .amunra-mrdvcd {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  flex-wrap: wrap;
  gap: 20px;
}

.amunra-jywcuf .amunra-g4ul48 {
  position: relative;
  height: 220px;
  border-radius: 12px;
  border: 2px solid var(--border-color);
  overflow: hidden;
  transition: 0.2s;
}

.amunra-jywcuf 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;
}

.amunra-jywcuf .amunra-0cb6cv {
  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;
}

.amunra-jywcuf .amunra-g4ul48:hover .amunra-0cb6cv {
  display: flex;
}

.amunra-jywcuf .amunra-8orqn9 {
  text-align: center;
  margin-top: 0;
  margin-bottom: 5px;
  color: #d2d2d2;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}

.amunra-jywcuf .amunra-62ota3 {
  text-align: center;
  font-size: 17px;
  font-weight: 800;
  line-height: 24px;
  margin-top: 0;
  margin-bottom: auto;
  color: #fff;
}

.amunra-gry6op {
  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;
}

.amunra-gry6op.amunra-o9ep9v {
  color: #196948;
  background-color: #f9cb16;
  border: 1px solid #f9cb16;
  margin-bottom: 8px;
  transition: 0.amunra-bwdtkx ease-in-out;
}

.amunra-gry6op.amunra-o9ep9v:hover {
  color: #f9cb16;
  background-color: transparent;
}

.amunra-jywcuf .amunra-ybw9ky {
  color: #fff;
  border: 1px solid #f9cb16;
  background-color: unset;
  transition: 0.amunra-bwdtkx ease-in-out;
}

.amunra-jywcuf .amunra-ybw9ky:hover {
  color: #196948;
  background-color: #f9cb16;
}

.amunra-jywcuf .amunra-ybw9ky:after,
.amunra-gry6op.amunra-o9ep9v:after {
  content: "";
  width: 24px;
  min-width: 24px;
  height: 24px;
  background-repeat: no-repeat;
  background-position: center;
}

.amunra-gry6op.amunra-o9ep9v:after {
  background-image: url(../images/Cash.svg);
}

.amunra-jywcuf .amunra-ybw9ky:after {
  background-image: url(../images/Play.svg);
}

@media (max-width: 1200px) {
  .amunra-jywcuf .amunra-mrdvcd {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 850px) {
  .amunra-jywcuf .amunra-mrdvcd {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 600px) {
  .amunra-jywcuf .amunra-mrdvcd {
    grid-template-columns: 1fr;
  }
  .amunra-jywcuf .amunra-g4ul48 {
    height: auto;
  }
  .amunra-jywcuf .amunra-g4ul48 .amunra-0cb6cv {
    position: relative;
    display: flex;
    height: auto;
    background-color: var(--fh-bg-color);
    padding: 8px 12px 12px 12px;
  }
  .amunra-jywcuf .amunra-8orqn9,
  .amunra-jywcuf .amunra-62ota3 {
    text-align: left;
  }
  .amunra-jywcuf .amunra-62ota3 {
    margin-bottom: 8px;
  }
  .amunra-jywcuf img {
    position: relative;
    top: unset;
    right: unset;
    bottom: unset;
    left: unset;
    min-height: unset;
  }
}

.amunra-kpbd0a {
  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;
}

.amunra-kpbd0a.amunra-pvwews {
  display: block;
}

.amunra-kpbd0a .amunra-je4r9l {
  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;
}

.amunra-kpbd0a .amunra-oq3umw {
  display: flex;
  gap: 24px;
  padding: 12px;
}

.amunra-kpbd0a .amunra-n69zsf {
  display: flex;
  align-items: center;
  color: #fff;
  font-size: 23px;
  font-weight: 800;
  line-height: 28px;
}

.amunra-kpbd0a .amunra-e3q7ui {
  display: flex;
  align-items: center;
  flex: 1 1;
}

.amunra-kpbd0a .amunra-gry6op {
  min-width: 296px;
  margin-bottom: 0;
}

.amunra-kpbd0a .amunra-ma8wji {
  width: 44px;
  min-width: 44px;
  height: 44px;
  background-image: url(../images/cross.svg);
  background-position: center;
  background-repeat: no-repeat;
  cursor: pointer;
}

.amunra-kpbd0a .amunra-ejsr69 {
  position: relative;
  flex: 1 1;
}

.amunra-kpbd0a .amunra-ejsr69 iframe {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 100%;
  height: 100%;
}

@media (max-width: 768px) {
  .amunra-kpbd0a .amunra-oq3umw {
    flex-wrap: wrap;
    gap: 8px;
  }
  .amunra-kpbd0a .amunra-n69zsf {
    order: 1;
  }
  .amunra-kpbd0a .amunra-e3q7ui {
    order: 3;
    flex: 1 1 100%;
  }
  .amunra-kpbd0a .amunra-gry6op {
    width: 100%;
    min-width: unset;
  }
  .amunra-kpbd0a .amunra-ma8wji {
    order: 2;
    margin-left: auto;
  }
}

@media (max-width: 767px) {
  .amunra-amlzdo > .amunra-9aw5yf {
    margin-bottom: 0;
  }
  .amunra-amlzdo > .amunra-d2kyor,
  .amunra-amlzdo > p {
    margin-top: 0;
  }
}

.amunra-g1lk76 img,
.amunra-rbz2ic img {
  width: auto;
  object-fit: contain;
}

.amunra-g1lk76 {
  align-items: center;
}

.amunra-g1lk76 img {
  max-height: 76px;
}

.amunra-rbz2ic img {
  max-height: 64px;
}

.amunra-ftheqk {
  overflow: auto;
}

.amunra-nsy86e {
  border: 1px solid var(--color-table-border);
  box-shadow: 0 0 15px rgb(0 0 0 / 5%);
  border-collapse: collapse;
  width: 100%;
}

.amunra-udykvg:not(:last-child) {
  border-bottom: 1px solid var(--color-table-border);
}

.amunra-5he808 {
  border: none;
  padding: 25px 10px;
  font-weight: 700;
  color: var(--color-table-td-color);
  min-width: 200px;
}

.amunra-b7k6u2 {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.amunra-5he808 .amunra-fj3cpg {
  margin-right: 20px;
  flex-shrink: 0;
}

.amunra-5he808 img {
  max-height: 45px;
  object-fit: contain;
  width: 100%;
}

.amunra-tb3dsz {
  padding: 25px 10px;
  align-self: center;
  border-bottom: 1px solid var(--color-table-border);
  flex-grow: 1;
  border-top: none;
}

.amunra-tb3dsz > :first-child {
  margin-top: 0;
}

@media (max-width: 767px) {
  .amunra-5he808 {
    padding: 15px 10px;
  }
  .amunra-tb3dsz {
    padding: 15px 10px;
  }
  .amunra-5he808 .amunra-fj3cpg {
    margin-right: 10px;
  }
}

.amunra-eascob {
  overflow-x: auto;
}

.amunra-l43z3p {
  border-collapse: collapse;
  width: 100%;
}

.amunra-eascob th {
  font-family: inherit;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 19px;
  padding: 25px 10px;
  text-align: center;
}

.amunra-eascob td {
  font-family: inherit;
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  padding: 15px 25px;
  white-space: nowrap;
}

.amunra-eascob td.amunra-nfbhdb {
  font-weight: 600;
  text-align: right;
  border-left: none;
}

.amunra-eascob td.amunra-dqpu07 {
  border-right: none;
}

.amunra-eascob td.amunra-dqpu07 .amunra-fj3cpg {
  justify-content: flex-start;
}

.amunra-eascob td.amunra-dqpu07 .amunra-fj3cpg img {
  height: auto;
  width: 90px;
}

.amunra-eascob td.amunra-vxakl0,
.amunra-eascob td.amunra-txh21h {
  font-weight: 600;
  text-align: right;
}

.amunra-eascob td.amunra-jwayse,
.amunra-eascob td.amunra-vxakl0 {
  padding-bottom: 10px;
  border-bottom: none;
}

.amunra-eascob td.amunra-vxakl0,
.amunra-eascob td.amunra-txh21h {
  border-left: none;
}

.amunra-eascob td.amunra-jwayse,
.amunra-eascob td.amunra-t2qhym {
  border-right: none;
}

.amunra-eascob td.amunra-t2qhym,
.amunra-eascob td.amunra-txh21h {
  border-top: none;
  padding-top: 10px;
}

.amunra-0ceg4f {
  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;
}

.amunra-0ceg4f .amunra-ww6koj {
  min-width: unset;
  width: 100%;
}

.amunra-0ceg4f .amunra-ww6koj.amunra-8wqtji {
  grid-column: 1/2;
  grid-row: 1/2;
}

.amunra-0ceg4f .amunra-ww6koj.amunra-vdcxgw {
  grid-column: 2/3;
  grid-row: 1/2;
}

.amunra-0ceg4f .amunra-xkek82 {
  grid-column: 1/3;
  grid-row: 2/3;
  margin-top: 0;
}

@media (max-width: 767px) {
  .amunra-0ceg4f {
    grid-template-columns: 1fr;
    margin-top: 0;
  }
  .amunra-0ceg4f .amunra-ww6koj.amunra-8wqtji {
    grid-column: 1/2;
    grid-row: 1/2;
  }
  .amunra-0ceg4f .amunra-ww6koj.amunra-vdcxgw {
    grid-column: 1/2;
    grid-row: 2/3;
  }
  .amunra-0ceg4f .amunra-xkek82 {
    grid-column: 1/2;
    grid-row: 3/4;
  }
}

.amunra-s313hm {
  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;
}

.amunra-3shjki {
  margin-bottom: 32px;
  font-size: 34px;
  font-weight: 800;
  line-height: 40px;
}

.amunra-hw8yy9 p a img {
  margin: 0 auto;
  display: block;
}

.amunra-hw8yy9 table {
  margin-bottom: 17px;
}

/* contanct form */
.amunra-90qgt5 {
  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;
}

.amunra-90qgt5 label {
  font-size: 14px;
}

.amunra-90qgt5 h2 {
  text-align: center;
  margin-bottom: 1rem;
}
.amunra-90qgt5 input,
.amunra-90qgt5 textarea,
.amunra-90qgt5 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;
}
.amunra-90qgt5 button {
  background-color: #a91f09;
  color: var(--text-color);
  border: none;
  cursor: pointer;
  transition: background 0.amunra-bwdtkx ease;
}
.amunra-90qgt5 button:hover {
  background-color: #691204;
}
.amunra-igwjjm {
  text-align: center;
  color: green;
  font-weight: 500;
  padding: 50px 0;
  animation: fadeIn 0.amunra-grls1p ease-in;
}

.amunra-igwjjm h2 {
  color: green;
  font-weight: 500;
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

main a img {
    display: block;
    margin: 0 auto;
}
/* brandauto-contrast-fix v1 */
:root {
  --footer-menu-color: #ece7dc;
  --updated-block-color: #ece7dc;
  --rate-counter-bg: #1e1e1e;
  --rate-counter-bg-top: #2a2a2a;
}
.amunra-eu2x7c, .amunra-s7t2lp, [class*="review-card"],
thead, thead th, table th, .amunra-tdgr7r,
.amunra-gkjkgx, [class*="collapsible-header"],
.amunra-vo0a19, [class*="updated-block"] {
  color: #ece7dc !important;
}

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