@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-8tq9vr {
  margin: 0 auto;
  padding: 0 var(--offsets);
  max-width: var(--display-width);
}

.amunra-lx5nud {
  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-5cospe,
ul.amunra-5cospe {
  padding-left: 20px;
}

ul.amunra-5cospe {
  list-style: disc;
}

ol.amunra-5cospe {
  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-8psfhr > .amunra-dl00yj,
.amunra-8psfhr > .amunra-auaf3t,
.amunra-8psfhr > blockquote,
.amunra-8psfhr > h1,
.amunra-8psfhr > h2,
.amunra-8psfhr > h3,
.amunra-8psfhr > h4,
.amunra-8psfhr > h5,
.amunra-8psfhr > h6,
.amunra-8psfhr > ol,
.amunra-8psfhr > p,
.amunra-8psfhr > ul {
  margin-right: auto;
  margin-left: auto;
  padding: 0 var(--offsets);
  max-width: var(--display-width);
}

.amunra-8psfhr > ol,
.amunra-8psfhr > ul {
  padding-left: 50px;
}

.amunra-8psfhr 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-8psfhr:not(:last-child) {
  margin-bottom: 2rem;
}

.amunra-8psfhr > :not(:first-child) {
  margin-top: 2rem;
}

.amunra-8psfhr {
  margin-top: 64px;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.amunra-8psfhr:first-child {
  margin-top: 40px;
}

@media (max-width: 767px) {
  .amunra-8psfhr:first-child {
    margin-top: 20px;
  }
}

.amunra-8psfhr > p:last-of-type {
  margin-bottom: 32px;
}

.amunra-8psfhr > .amunra-y6gj3x:not(:first-child) {
  margin: 64px auto 16px auto;
}

.amunra-97flfr > .amunra-y6gj3x {
  margin-left: auto;
  margin-right: auto;
  padding: 0 var(--offsets);
  max-width: var(--display-width);
}

.amunra-auaf3t {
  overflow: auto;
}

.amunra-auaf3t::-webkit-scrollbar {
  height: 5px;
}

.amunra-auaf3t table,
table {
  margin-top: 24px;
  border-collapse: collapse;
  width: 100%;
  word-break: break-word;
}

.amunra-auaf3t table {
  border-radius: 12px;
  border: 2px solid var(--border-color);
  /* background: #0f442e; */
}

.amunra-auaf3t table thead,
table thead {
  border-bottom: none;
}

.amunra-auaf3t table th,
table th {
  padding: 5px 5px;
  text-align: center;
  color: var(--color-table-th-color);
  background-color: var(--table-1-color);
}

.amunra-auaf3t table th:not(:last-child) {
  border-right: 1px solid var(--border-color);
}

.amunra-auaf3t table td,
table td {
  border: 1px solid var(--border-color);
  padding: 5px 5px;
}

.amunra-auaf3t .amunra-1z2h3z {
  table-layout: auto;
}

.amunra-auaf3t .amunra-1z2h3z th {
  word-break: normal;
}

.amunra-auaf3t .amunra-1z2h3z td {
  word-break: normal;
}

.amunra-8tq9vr .amunra-8tq9vr {
  padding-right: 0;
  padding-left: 0;
}

.amunra-ux93lc {
  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-n1p533 {
  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-hdbguj {
  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-dl00yj {
  margin-top: 24px;
}

.amunra-dl00yj.amunra-iwnpt8 {
  text-align: left;
}

.amunra-dl00yj.amunra-yktym2 {
  text-align: right;
}

.amunra-dl00yj.amunra-oqm9vi {
  text-align: center;
}

.amunra-emu4pp {
  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-j5yocm ease-in-out;
  cursor: pointer;
}

.amunra-emu4pp:hover {
  color: var(--button-bg-color);
  background: 0 0;
}

.amunra-emu4pp {
  min-width: 328px;
}

@media (max-width: 768px) {
  .amunra-emu4pp {
    min-width: unset;
  }
}

.amunra-6lpl53 {
  background-color: var(--fh-bg-color);
}

.amunra-codswu {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 8px 20px;
}

.amunra-4pzt5h {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  max-width: 160px;
}

.amunra-4pzt5h img {
  max-height: 80px;
  object-fit: contain;
}

.amunra-4i1hx4 {
  flex: 1 1;
}

.amunra-lm00p2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-left: auto;
}

.amunra-d0d2c8 {
  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-d0d2c8 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-d0d2c8.amunra-s5nt3k span:nth-of-type(1) {
  -webkit-transform: translateY(11px) rotateZ(45deg);
  -ms-transform: translateY(11px) rotate(45deg);
  transform: translateY(11px) rotateZ(45deg);
}

.amunra-d0d2c8.amunra-s5nt3k span:nth-of-type(2) {
  -webkit-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform: scaleX(0);
}

.amunra-d0d2c8.amunra-s5nt3k span:nth-of-type(3) {
  -webkit-transform: translateY(-11px) rotateZ(-45deg);
  -ms-transform: translateY(-11px) rotate(-45deg);
  transform: translateY(-11px) rotateZ(-45deg);
}

.amunra-4i1hx4 + .amunra-lm00p2 {
  margin-left: 20px;
}

.amunra-0ve173 {
  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-0ve173 > svg {
  max-width: 24px;
  max-height: 24px;
}

.amunra-0ve173 + .amunra-0ve173 {
  margin-left: 5px;
}

.amunra-jnqhqe {
  color: var(--button-text-color);
  background-color: var(--button-bg-color);
  border: 1px solid var(--border-color);
  transition: 0.2s;
}

.amunra-jnqhqe:hover {
  background-color: var(--button-bg-hover);
}

.amunra-exdmip {
  color: var(--button-text-color);
  background-color: var(--button-bg-color);
  transition: 0.amunra-j5yocm ease-in-out;
  border: 1px solid var(--border-color);
}

.amunra-exdmip:hover {
  color: var(--button-text-color);
  background-color: var(--button-bg-hover);
}

.amunra-bqfx3q {
  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-4i1hx4 {
    flex: 1 1 100%;
    order: 10;
    margin-top: 8px;
  }
  .amunra-bqfx3q {
    justify-content: center;
  }
}

@media (max-width: 1024px) {
  .amunra-4i1hx4 {
    margin-top: unset;
  }
}

@media (max-width: 768px) {
  .amunra-0ve173 {
    min-width: unset;
    flex: 1 1;
  }
}

.amunra-1wxke3 {
  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-1wxke3:hover > a::after {
  -webkit-transform: scaleX(1);
  -ms-transform: scaleX(1);
  transform: scaleX(1);
}

.amunra-1wxke3:hover .amunra-1yoqpt {
  opacity: 1;
  pointer-events: auto;
}

.amunra-238ojk {
  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-68lwul ease-in-out;
  gap: 4px;
}

.amunra-238ojk > svg {
  max-width: 28px;
  max-height: 28px;
  fill: var(--text-color);
  stroke: var(--text-color);
}

.amunra-238ojk .amunra-ux93lc img {
  width: auto;
  height: 1.2rem;
  -o-object-fit: contain;
  object-fit: contain;
}

.amunra-44pstw,
.amunra-238ojk:hover {
  color: var(--button-bg-hover);
}

.amunra-sv2srj {
  position: relative;
}

.amunra-sv2srj .amunra-238ojk {
  margin-right: 0;
  padding-right: 4px;
}

.amunra-3xedrs svg {
  fill: var(--text-color);
  stroke: var(--text-color);
}

.amunra-sv2srj.amunra-s5nt3k .amunra-3xedrs svg {
  -webkit-transform: rotateZ(180deg);
  -ms-transform: rotate(180deg);
  transform: rotateZ(180deg);
}

.amunra-sv2srj.amunra-s5nt3k .amunra-1yoqpt {
  position: relative;
  top: 0;
  display: block;
  margin-top: 0;
  padding: 0 1rem;
  opacity: 1;
  pointer-events: auto;
}

.amunra-sv2srj.amunra-s5nt3k .amunra-1yoqpt::before {
  display: none;
}

.amunra-3xedrs svg {
  width: 100%;
  height: auto;
  max-width: 15px;
  -webkit-transition: 250ms;
  -o-transition: 250ms;
  transition: 250ms;
}

.amunra-1yoqpt {
  position: absolute;
  top: 100%;
  z-index: 100;
  list-style: none;
  margin-top: 0.5rem;
  border-radius: 5px;
  padding: 0.amunra-0umit5 1rem;
  background-color: var(--fh-bg-color);
  opacity: 0;
  transition: 250ms;
  width: auto;
  pointer-events: none;
}

.amunra-1yoqpt::before {
  content: "";
  position: absolute;
  left: 0;
  top: -0.5rem;
  width: 100%;
  height: 0.5rem;
  background-color: transparent;
}

.amunra-1yoqpt:hover {
  color: var(--fh-bg-color);
}

.amunra-xeg2uc {
  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-0umit5 0;
  font-size: 14px;
  font-weight: 500;
  line-height: 28px;
  white-space: nowrap;
  text-decoration: none;
  color: var(--text-color);
  -webkit-transition: 0.amunra-68lwul ease-in-out;
  -o-transition: 0.amunra-68lwul ease-in-out;
  transition: 0.amunra-68lwul ease-in-out;
}

.amunra-xeg2uc .amunra-ux93lc img {
  width: auto;
  height: 1.2rem;
  -o-object-fit: contain;
  object-fit: contain;
}

.amunra-nlev9q,
.amunra-xeg2uc:hover {
  color: var(--button-bg-hover);
}

.amunra-krdu0n {
  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-krdu0n.amunra-9ic1e9 {
  position: relative;
  z-index: 1;
  overflow: hidden;
  border: none;
}

.amunra-krdu0n.amunra-9ic1e9:after,
.amunra-krdu0n.amunra-9ic1e9:before {
  content: "";
  position: absolute;
  margin: auto;
}

.amunra-krdu0n.amunra-9ic1e9: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-krdu0n.amunra-9ic1e9:after {
  top: 2px;
  right: 2px;
  bottom: 2px;
  left: 2px;
  background-color: var(--fh-bg-color);
  border-radius: 12px;
  z-index: 0;
}

.amunra-krdu0n.amunra-9ic1e9 > * {
  z-index: 1;
}

.amunra-krdu0n b,
.amunra-krdu0n strong {
  color: var(--button-text-color);
  text-shadow: 0 0 8px var(--button-text-color);
}

.amunra-krdu0n .amunra-bd3dku {
  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-krdu0n .amunra-ha3evu {
  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-krdu0n .amunra-ux93lc {
  grid-row: 1/-1;
  grid-column: 2/3;
  min-width: 146px;
}

.amunra-krdu0n .amunra-zywdxl {
  margin-top: 12px;
}

.amunra-zywdxl {
  display: flex;
  gap: 8px;
  grid-row: 3/4;
  grid-column: 1/2;
}

.amunra-f0j6ya {
  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-zywdxl .amunra-cu33t0 {
  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-j5yocm ease-in-out;
}

.amunra-zywdxl .amunra-cu33t0:hover {
  background: rgba(255, 255, 255, 0.3);
}

.amunra-b5tamd {
  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-krdu0n.amunra-0pfjtd {
  gap: 12px;
  padding: 16px;
}

.amunra-krdu0n.amunra-0pfjtd .amunra-b5tamd {
  min-width: 240px;
}

.amunra-krdu0n.amunra-0pfjtd .amunra-b5tamd.amunra-3f5an5 {
  padding: 10px 12px;
}

@media (max-width: 1200px) {
  .amunra-krdu0n .amunra-bd3dku {
    grid-row: 1/2;
    grid-column: 1/3;
  }
  .amunra-krdu0n .amunra-ha3evu {
    grid-row: 2/3;
    grid-column: 1/2;
  }
  .amunra-krdu0n .amunra-ux93lc {
    min-width: 78px;
    grid-row: 2/3;
    grid-column: 2/3;
    align-self: start;
    max-width: 110px;
  }
  .amunra-krdu0n.amunra-0pfjtd .amunra-ux93lc {
    max-width: 126px;
  }
  .amunra-krdu0n .amunra-zywdxl {
    grid-row: 3/4;
    grid-column: 1/3;
  }
  .amunra-krdu0n .amunra-f0j6ya {
    max-width: unset;
  }
  .amunra-b5tamd {
    min-width: unset;
    width: 100%;
  }
  .amunra-krdu0n .amunra-b5tamd {
    grid-row: 4/5;
    grid-column: 1/3;
  }
  .amunra-krdu0n.amunra-0pfjtd {
    grid-template-rows: auto 1fr auto;
  }
  .amunra-krdu0n.amunra-0pfjtd .amunra-b5tamd {
    grid-row: 3/4;
  }
}

@media (max-width: 768px) {
  .amunra-krdu0n {
    padding: 16px;
    gap: 16px 12px;
    min-height: unset;
  }
  .amunra-krdu0n .amunra-bd3dku {
    font-size: 18px;
    font-weight: 900;
    line-height: 24px;
  }
  .amunra-krdu0n .amunra-ux93lc {
    max-width: 78px;
  }
  .amunra-krdu0n .amunra-zywdxl {
    margin-top: -12px;
  }
  .amunra-krdu0n.amunra-0pfjtd {
    gap: 8px;
  }
  .amunra-krdu0n.amunra-0pfjtd .amunra-bd3dku {
    grid-row: 1/2;
    grid-column: 1/2;
  }
  .amunra-krdu0n.amunra-0pfjtd .amunra-ha3evu {
    grid-column: 1/3;
  }
  .amunra-krdu0n.amunra-0pfjtd .amunra-ux93lc {
    grid-row: 1/2;
    grid-column: 2/3;
  }
  .amunra-krdu0n.amunra-0pfjtd .amunra-ux93lc img {
    max-width: 114px;
  }
}

.amunra-b5tamd.amunra-n40h67,
.amunra-b5tamd.amunra-h8adr6,
.amunra-b5tamd.amunra-y5x39u {
  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-j5yocm ease-in-out;
}

.amunra-b5tamd.amunra-n40h67,
.amunra-b5tamd.amunra-y5x39u {
  padding: 10px;
}

.amunra-b5tamd.amunra-n40h67:hover,
.amunra-b5tamd.amunra-h8adr6:hover,
.amunra-b5tamd.amunra-y5x39u:hover {
  background: var(--button-bg-hover);
}

.amunra-b5tamd.amunra-n40h67:hover svg path,
.amunra-b5tamd.amunra-y5x39u:hover svg path {
  stroke: var(--button-text-color);
  fill: none;
}

.amunra-b5tamd.amunra-3f5an5 {
  color: var(--button-text-color);
  background-color: transparent;
  border: 1px solid var(--border-color);
  padding: 12px;
  transition: 0.amunra-j5yocm ease-in-out;
  background: var(--button-bg-color);
}

.amunra-b5tamd.amunra-3f5an5:hover {
  background-color: var(--button-bg-hover);
}

.amunra-b5tamd.amunra-h8adr6: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-b5tamd.amunra-h8adr6:after {
  content: "";
  width: 24px;
  min-width: 24px;
  height: 24px;
  background-image: url(../images/user.svg);
  background-position: center;
  background-repeat: no-repeat;
}

.amunra-b5tamd.amunra-3f5an5:after {
  content: "";
  width: 24px;
  min-width: 24px;
  height: 24px;
  background-image: url(../images/btn-arrows.svg);
  background-position: center;
  background-repeat: no-repeat;
}

.amunra-n0fcbp {
  max-width: 650px;
}

.amunra-g7srdr {
  position: relative;
  padding-bottom: 56.25%;
  width: 100%;
  height: 0;
  background-color: #000;
}

.amunra-nooqow {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.amunra-oxlq4v {
  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-68lwul ease-in-out;
  cursor: pointer;
}

.amunra-oxlq4v:hover {
  opacity: 0.5;
}

.amunra-oxlq4v:focus {
  outline: 0;
}

.amunra-oxlq4v:focus .amunra-wttmhp,
.amunra-oxlq4v:hover .amunra-wttmhp {
  fill: red;
  fill-opacity: 1;
}

.amunra-oxlq4v:hover {
  cursor: pointer;
}

.amunra-dxaj77 {
  position: absolute;
  left: 0;
  top: 0;
  border: none;
  width: 100%;
  height: 100%;
}

.amunra-n0fcbp.amunra-oqm9vi {
  margin: 0 auto;
}

.amunra-n0fcbp.amunra-yktym2 {
  margin-left: auto;
}

.amunra-bxsl5c {
  margin: 33px 20px 0 20px;
  padding: 33px 40px 40px 40px;
  background-color: var(--fh-bg-color);
  border-radius: 12px 12px 0 0;
}

.amunra-fm5dhl {
  padding-bottom: 50px;
}

.amunra-eyufnj {
  justify-content: flex-start;
  align-items: center;
  flex: 1 1;
}

.amunra-lti8pr {
  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-1ci3sa {
  margin-top: 24px;
}

.amunra-eskzp4 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.amunra-ejs0yh {
  width: 100%;
  font-size: 14px;
  line-height: 16px;
  text-align: center;
  color: var(--color-footer-text);
  margin-top: 4px;
}

.amunra-a3ntfe {
  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-9ii8d4 {
  width: 468px;
}

.amunra-a3ntfe .amunra-1yoqpt {
  margin: 0.amunra-rchn3k 0;
}

.amunra-l1yxw2 {
  display: flex;
  min-width: 224px;
}

.amunra-ar580v {
  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-68lwul ease-in-out;
}

.amunra-jlr9e0,
.amunra-ar580v:hover {
  color: var(--text-color);
}

.amunra-a5t83p {
  display: flex;
  flex-wrap: wrap;
  padding: 0;
}

.amunra-tu56v3 {
  display: flex;
  flex-direction: column;
}

@media (max-width: 1024px) {
  .amunra-bxsl5c {
    padding: 16px;
  }
  .amunra-a5t83p {
    flex-direction: column;
    gap: 40px;
    padding: 0;
  }
  .amunra-tu56v3 {
    align-items: center;
  }
  .amunra-9ii8d4 {
    width: unset;
  }
  .amunra-l1yxw2 {
    min-width: unset;
  }
  .amunra-a3ntfe {
    max-height: unset;
  }
  .amunra-eyufnj {
    align-items: flex-start;
  }
}

@media (max-width: 768px) {
  .amunra-bxsl5c {
    margin: 33px 16px 0 16px;
    padding: 16px;
  }
}

.amunra-cinast {
  border-radius: 12px;
  border: 2px solid var(--border-color);
  background: var(--fh-bg-color);
  padding: 16px;
}

.amunra-cinast:not(:last-child) {
  margin-bottom: 16px;
}

.amunra-5l08u9 {
  outline: 0;
}

.amunra-5l08u9 .amunra-k4gczs {
  color: #fff;
  font-size: 17px;
  font-weight: 800;
  line-height: 24px;
}

.amunra-llgomc {
  display: flex;
  align-items: center;
  gap: 8px;
  outline: 0;
  cursor: pointer;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
}

.faq__details[open] .amunra-llgomc {
  padding-bottom: 16px;
  border-bottom: 1px solid var(--border-color);
}

.amunra-llgomc::-webkit-details-marker {
  display: none;
}

.amunra-llgomc: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-llgomc: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-llgomc:after {
  transform: unset;
}

.amunra-k4gczs {
  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-k4gczs 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-68lwul ease-in-out;
  -o-transition: 0.amunra-68lwul ease-in-out;
  transition: 0.amunra-68lwul ease-in-out;
}

.amunra-4vg7au {
  padding: 16px 0 0 0;
}

.amunra-4vg7au * {
  margin-top: 0.8rem;
  font-family: inherit;
  font-weight: 500;
  font-style: normal;
  font-size: inherit;
  line-height: inherit;
}

page-header__button .amunra-4vg7au :first-child {
  margin-top: 0;
}

@media (max-width: 767px) {
  .amunra-llgomc {
    flex-wrap: wrap;
    gap: 12px;
  }
  .amunra-llgomc::after {
    margin-left: auto;
  }
  .amunra-k4gczs {
    order: 3;
    flex: 1 1 100%;
  }
  .amunra-llgomc {
    font-size: 14px;
    line-height: 130%;
  }
  .amunra-k4gczs svg {
    margin-left: 15px;
    width: 18px;
    height: 18px;
    fill: var(--color-faq-item-title);
  }
}

.amunra-orvww2 {
  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-lk07mw {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #fff;
  margin: 0;
  width: 100%;
  cursor: pointer;
}

.amunra-orvww2.amunra-s5nt3k .amunra-lk07mw {
  margin-bottom: 12px;
}

.amunra-lk07mw::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-orvww2.amunra-s5nt3k .amunra-lk07mw::after {
  transform: unset;
}

.amunra-oqfho7 {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  list-style: none;
  overflow: hidden;
  margin: 0;
  padding: 0;
  width: 100%;
  height: auto;
  max-height: 0;
}

.amunra-ip98no {
  display: flex;
  align-items: center;
  gap: 4px;
  padding: 6px 12px;
  text-decoration: none;
  color: #fff;
  transition: 0.amunra-68lwul ease-in-out;
  border-radius: 8px;
  border: 1px solid var(--border-color);
}

.amunra-ip98no: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-orvww2.amunra-s5nt3k .amunra-oqfho7 {
  max-height: 100%;
}

.amunra-bsifey {
  margin: 0 auto 3rem;
  padding: 0 10px;
  max-width: var(--display-width);
}

.amunra-whtdl9 {
  padding: 4px 0;
  background: rgba(255, 255, 255, 0.1);
}

.amunra-omr2eu {
  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-y13chx {
  margin-right: 4px;
}

.amunra-rkgq8g {
  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-68lwul ease-in-out;
}

.amunra-rkgq8g svg {
  width: 4px;
  height: 4px;
  margin-left: 4px;
  stroke: var(--text-color);
}

.amunra-gn7h4q,
.amunra-rkgq8g:hover {
  color: var(--text-color);
}

.amunra-4zelye {
  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-4zelye img {
  grid-column: 1/2;
  grid-row: 1/3;
  max-width: 58px;
  height: auto;
}

.amunra-4zelye .amunra-qs9f2l {
  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-4zelye .amunra-1dzx76 {
  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-cvwyaw {
  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-8uz7qt {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.amunra-f4d7q8 .amunra-8tq9vr {
  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-f4d7q8 {
  background-image: url(../images/404.webp);
  background-position: -100px;
}

.amunra-o3bxlp {
  margin-top: 2rem;
  font-size: 5rem;
  line-height: 6rem;
  text-align: center;
}

.amunra-7hy76o {
  margin: 0;
  font-weight: 400;
  font-size: 2rem;
  line-height: 2.5rem;
  text-align: center;
}

.amunra-hgfj67 {
  display: inline-block;
  margin: 2rem auto 0;
  border: none;
  border-radius: 5px;
  padding: 0.amunra-3sqaiz 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-hgfj67:hover {
  -webkit-transform: translateY(-3px);
  -ms-transform: translateY(-3px);
  transform: translateY(-3px);
}

.amunra-mcwhnn {
  position: fixed;
  right: 10px;
  bottom: 15px;
  z-index: 10;
}

.amunra-tr58pt {
  -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-68lwul ease-in-out;
  transition: transform 0.amunra-68lwul ease-in-out;
  -o-transition: transform 0.amunra-68lwul ease-in-out;
  transition:
    transform 0.amunra-68lwul ease-in-out,
    -webkit-transform 0.amunra-68lwul ease-in-out;
  cursor: pointer;
}

.amunra-tr58pt svg {
  fill: var(--button-text-color);
  pointer-events: none;
}

.amunra-tr58pt: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-0kenwo {
  width: 113px !important;
  background-color: green !important;
  top: 124px !important;
}

@media screen and (max-width: 700px) {
  #cookie-law-div p {
    padding-bottom: 36px;
  }
  .amunra-0kenwo {
    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-ithmfc {
  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-wf45op {
  position: relative;
  width: 100%;
}

.amunra-ithmfc.amunra-9wcm47 {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.amunra-ithmfc.amunra-oqm9vi {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.amunra-ithmfc.amunra-yktym2 {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.amunra-9s9p3n {
  display: block;
  width: 100%;
  height: auto;
  object-fit: contain;
  aspect-ratio: 16/9;
  max-height: 488px;
  background-color: #454545;
}

.amunra-pouv15 {
  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-68lwul ease-in-out;
  cursor: pointer;
}

.amunra-pouv15:hover {
  opacity: 0.5;
}

.amunra-ithmfc.amunra-z6fbks .amunra-pouv15 {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

.amunra-ithmfc.amunra-z6fbks .amunra-9s9p3n {
  cursor: pointer;
}

.amunra-ac2e9j {
  fill: #0009;
}

.amunra-hiw0y9 {
  fill: #fff;
}

.amunra-pouv15:hover .amunra-ac2e9j {
  fill: red;
}

.amunra-pouv15 svg path {
  -webkit-transition: 0.amunra-68lwul ease-in-out;
  -o-transition: 0.amunra-68lwul ease-in-out;
  transition: 0.amunra-68lwul ease-in-out;
}

.amunra-9v5uub {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0 20px;
}

.amunra-9v5uub > :not(.get-image):not(.wp-block-heading) {
  grid-column: 1/2;
}

.amunra-9v5uub.amunra-47d8ae > :not(.get-image) {
  grid-column: 1/3;
}

.amunra-0tpmjt:not(._h1-block) .amunra-9v5uub > .amunra-y6gj3x {
  grid-row: 1/2;
  grid-column: 1/3;
}

.amunra-9v5uub.amunra-47d8ae .amunra-pwelau {
  grid-column: 2/3;
}

.amunra-9v5uub.amunra-47d8ae > .amunra-ux93lc {
  grid-column: 1/2;
}

.amunra-9v5uub.amunra-47d8ae > :not(.get-image):not(.wp-block-heading) {
  grid-column: 2/3;
}

.amunra-9v5uub > p:first-of-type {
  margin-top: 0;
}

.amunra-9v5uub .amunra-ux93lc {
  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-0tpmjt:not(._h1-block) .amunra-y6gj3x ~ .amunra-ux93lc {
  grid-row: 2/10;
}

.amunra-0tpmjt.amunra-b9d2x8 .amunra-y6gj3x ~ .amunra-ux93lc {
  grid-row: 1/10;
}

.amunra-0tpmjt.amunra-b9d2x8 > .amunra-y6gj3x {
  grid-column: 1/2;
  margin-bottom: 20px;
}

.amunra-0tpmjt.amunra-b9d2x8 .amunra-ux93lc {
  grid-row: 1/10;
}

.amunra-9v5uub.amunra-we5aeg .amunra-ux93lc {
  align-items: flex-start;
}

.amunra-9v5uub.amunra-oqm9vi .amunra-pwelau {
  margin-top: auto;
  margin-bottom: auto;
  height: fit-content;
}

.amunra-9v5uub.amunra-oqm9vi .amunra-ux93lc {
  align-items: center;
}

.amunra-9v5uub.amunra-b8vq0r .amunra-ux93lc {
  align-items: flex-end;
}

.amunra-pwelau > :first-child {
  margin-top: 0;
}

.amunra-pwelau > :last-child {
  margin-bottom: 0;
}

* + .amunra-yzc5vg,
.amunra-0tpmjt + .amunra-0tpmjt {
  margin-top: 2rem;
}

.amunra-wcvbl4 td::before,
.amunra-wcvbl4 th::after {
  display: none !important;
}

.amunra-wcvbl4 #link-selector {
  color: #000;
}

.amunra-wcvbl4 .amunra-91asrv {
  color: #135e96;
}

.amunra-wcvbl4 .amunra-9dckw4 *,
.amunra-wcvbl4 .amunra-y694oo p,
.amunra-wcvbl4 .amunra-zhirum * {
  color: #000;
}

.amunra-wcvbl4 .amunra-ypjb3w {
  background: 0 0 !important;
}

.amunra-wcvbl4 .amunra-fk569w {
  color: #000;
}

.amunra-wcvbl4 .amunra-6xv864.amunra-axj41s {
  color: #fff;
}

.amunra-wcvbl4 .amunra-foafgb {
  color: #000;
}

.amunra-wcvbl4
  .amunra-q3ljcx
  .amunra-fwpm2v.amunra-axj41s.amunra-cwvuum {
  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-16cvjj,
body .amunra-i49t7k {
  color: #000;
  background: var(--color-body) !important;
}

.amunra-16cvjj .amunra-kcdcy2 .amunra-g52pun,
body .amunra-i49t7k .amunra-kcdcy2 .amunra-g52pun {
  color: #000;
}

@media (hover: hover), screen and (min-width: 0\0) {
  .amunra-ip98no:focus,
  .amunra-ip98no:hover {
    color: #f9cb16;
  }
  .amunra-tjjfn6:focus,
  .amunra-tjjfn6:hover {
    background-color: var(--button-bg-color) !important;
    opacity: 1;
  }
}

@media (hover: hover), screen and (min-width: 0\0) {
  .amunra-3ajxfp:focus img,
  .amunra-3ajxfp:focus svg,
  .amunra-3ajxfp:hover img,
  .amunra-3ajxfp:hover svg {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
  }
}

@media (min-width: 768px) {
  .amunra-4zelye {
    display: none;
  }
}

@media (min-width: 1024px) {
  .amunra-sv2srj:hover .amunra-3xedrs svg {
    -webkit-transform: rotateZ(180deg);
    -ms-transform: rotate(180deg);
    transform: rotateZ(180deg);
  }
  .amunra-3xedrs {
    pointer-events: none;
  }
}

@media screen and (max-width: 1280px) {
  :root {
    --offsets: 20px;
  }
}

@media (max-width: 1280px) {
  .amunra-oqqfal {
    -ms-grid-columns: (1fr) [5];
    grid-template-columns: repeat(5, 1fr);
  }
  .amunra-b459hy {
    grid-template-columns: repeat(4, 1fr);
  }
  .amunra-iqx9fn {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 1279px) {
  .amunra-ulqlnp .amunra-i9u5jw {
    grid-template-columns: 1fr;
  }
  .amunra-ulqlnp .amunra-sor6iu {
    -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-ulqlnp .amunra-ilypv3 {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
  .amunra-ulqlnp .amunra-i08ii2 {
    border-bottom: none;
    border-radius: 0;
    padding: 12px 20px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
  .amunra-ulqlnp .amunra-io5rm6 {
    border-radius: 0 0 16px 16px;
    padding: 24px 16px;
  }
  .amunra-ulqlnp .amunra-ilypv3:not(:first-child) {
    border: none;
  }
  .amunra-ulqlnp .amunra-ilypv3:first-child .amunra-i08ii2 {
    border-top-left-radius: 18px;
    border-top-right-radius: 0;
  }
  .amunra-ulqlnp .amunra-ilypv3:last-child .amunra-i08ii2 {
    border-radius: 0 18px 0 0;
  }
}

@media screen and (max-width: 1024px) {
  :root {
    --offsets: 16px;
  }
}

@media (max-width: 1024px) {
  html {
    font-size: 16px;
  }
  .amunra-codswu {
    position: relative;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 8px var(--offsets);
  }
  .amunra-4pzt5h {
    max-width: 100px;
  }
  .amunra-4i1hx4 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
  .amunra-lm00p2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .amunra-lm00p2 svg {
    stroke: var(--button-text-color);
    /* fill: var(--button-text-color); */
  }
  .amunra-d0d2c8 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
    margin-left: 20px;
  }
  .amunra-4i1hx4 + .amunra-lm00p2 {
    margin-left: auto;
  }
  .amunra-h19zul {
    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-h19zul.amunra-s5nt3k {
    z-index: 9999;
    opacity: 1;
    pointer-events: auto;
  }
  .amunra-bqfx3q {
    -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-1wxke3 {
    width: 100%;
  }
  .amunra-1wxke3:not(:last-child) {
    border-bottom: 1px solid var(--border-color);
  }
  .amunra-238ojk {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin: 0;
    padding: 8px 0;
    width: 100%;
  }
  .amunra-238ojk svg {
    margin-right: 4px;
  }
  .amunra-sv2srj {
    -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-3xedrs svg {
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
  }
  .amunra-3xedrs {
    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-1yoqpt {
    display: none;
    width: 100%;
  }
  .amunra-sv2srj.amunra-s5nt3k .amunra-1yoqpt {
    padding: 0 0 0 48px;
  }
  .amunra-xeg2uc {
    justify-content: flex-start;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
  }
  .amunra-lti8pr .amunra-ux93lc {
    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-tbaiyi {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
  }
  .amunra-tbaiyi + .amunra-tbaiyi {
    margin-right: 0;
  }
  .amunra-tbaiyi + .amunra-ux93lc {
    margin: 0;
  }
  .amunra-oqqfal {
    grid-template-columns: repeat(4, 1fr);
  }
  .amunra-b459hy {
    grid-template-columns: repeat(3, 1fr);
  }
  .amunra-86bage,
  .amunra-gjyzwp {
    grid-template-columns: repeat(2, 1fr);
  }
  .amunra-9v5uub {
    grid-template-columns: 1fr;
    gap: 16px;
  }
  .amunra-9v5uub.amunra-47d8ae .amunra-pwelau {
    grid-column: auto;
    grid-row: auto;
  }
  .amunra-9v5uub > .amunra-y6gj3x {
    grid-column: 1/2;
  }
  .amunra-9v5uub.amunra-47d8ae > :not(.get-image) {
    grid-column: 1/2;
  }
  .amunra-9v5uub .amunra-ux93lc,
  .amunra-9v5uub.amunra-47d8ae > .amunra-ux93lc {
    grid-column: 1/2;
    grid-row: 1/2;
  }
  .amunra-9v5uub.amunra-47d8ae > :not(.get-image):not(.wp-block-heading) {
    grid-column: 1/2;
  }
  .amunra-0tpmjt.amunra-b9d2x8 .amunra-9v5uub > .amunra-ux93lc {
    grid-row: 1/2;
  }
  .amunra-9v5uub .amunra-y6gj3x ~ .amunra-ux93lc,
  .amunra-9v5uub.amunra-47d8ae .amunra-y6gj3x ~ .amunra-ux93lc {
    grid-row: 2/3;
  }
  .amunra-0tpmjt.amunra-b9d2x8 .amunra-y6gj3x ~ .amunra-ux93lc {
    grid-row: 2/3;
  }
}

@media (max-width: 800px) {
  .amunra-8psfhr:first-child .amunra-al4bp4 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .amunra-8psfhr:first-child .amunra-al4bp4 h1 {
    -webkit-box-ordinal-group: -1;
    -ms-flex-order: -2;
    order: -2;
  }
}

@media (max-width: 1100px) {
  .amunra-8psfhr {
    margin-bottom: 1rem;
    padding: 0 13px;
  }
}

@media (max-width: 767px) {
  .amunra-8psfhr {
    padding: 0;
  }
  .amunra-dl00yj {
    margin-top: 1rem;
  }
  .amunra-5l08u9 {
    border-radius: 5px;
  }
  .amunra-3ke6wp {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .amunra-lk07mw::after {
    display: inline-block;
  }
  .amunra-lk07mw {
    margin: 0;
    width: 100%;
  }
  .amunra-oqfho7 {
    width: 100%;
  }
  .amunra-oqfho7.amunra-xe14zr {
    -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-oqfho7.amunra-xe14zr .amunra-v5p3ul {
    width: 100%;
  }
  .amunra-oqfho7.amunra-xe14zr .amunra-v5p3ul:not(:last-child) {
    margin-right: 0;
  }
  .amunra-ip98no {
    width: 100%;
    text-align: center;
  }
  .amunra-orvww2.amunra-s5nt3k .amunra-oqfho7 {
    margin-top: 1rem;
  }
  .amunra-oqqfal {
    grid-template-columns: repeat(3, 1fr);
  }
  .amunra-iqx9fn,
  .amunra-b459hy {
    grid-template-columns: repeat(2, 1fr);
  }
  .amunra-86bage,
  .amunra-gjyzwp,
  .amunra-csv9qy {
    grid-template-columns: 1fr;
  }
  .amunra-cf08ry {
    overflow-x: auto;
    width: 100%;
    max-width: 980px;
  }
  .amunra-9kzhj4 {
    min-width: 300px;
    max-width: 325px;
  }
  .amunra-i08ii2 {
    cursor: auto;
  }
  .amunra-3qpjpp .amunra-i08ii2 {
    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-0kenwo {
    left: calc(50% - 60px);
  }
}

@media (max-width: 650px) {
  .amunra-1yoqpt {
    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-0kenwo {
    top: 100px !important;
  }
  #cookie-law-div p {
    padding-bottom: 50px;
  }
}

.amunra-tbaiyi p {
  margin-top: 0;
}

@media (max-width: 550px) {
  .amunra-lm00p2 {
    margin: 0 -0.2rem;
  }
  .amunra-tbaiyi {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
  .amunra-j7np6m {
    -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-22s8u5 {
    max-width: 100%;
  }
  .amunra-oqqfal {
    grid-template-columns: repeat(2, 1fr);
  }
  .amunra-iqx9fn,
  .amunra-b459hy {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 500px) {
  html {
    font-size: 16px;
  }
  .amunra-codswu {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .amunra-lm00p2 {
    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-6lpl53 {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .amunra-0ve173 {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
  }
  .amunra-w9sxx3,
  .amunra-3mu88o {
    width: calc(100% - 20px);
  }
}

@media (max-width: 475px) {
  .amunra-emu4pp {
    width: 100%;
  }
  .amunra-oqqfal {
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 400px) {
  .amunra-0kenwo {
    top: 127px !important;
  }
}

.amunra-56czlb {
  width: 100%;
  border-radius: 12px;
  overflow: hidden;
  margin-bottom: 20px;
}

@media (max-width: 1100px) {
  .amunra-56czlb {
  }
}

@media (max-width: 767px) {
  .amunra-56czlb {
    margin-bottom: 12px;
  }
}

.amunra-56czlb img {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  min-width: 100%;
  height: 100%;
}

.amunra-qk3kac {
  display: flex;
  margin: 0 auto;
  padding: 0 var(--offsets);
  max-width: var(--display-width);
  gap: 20px;
}

.amunra-qk3kac > .amunra-yy7l6r {
  flex: 1 1;
}

@media (max-width: 767px) {
  .amunra-qk3kac {
    flex-direction: column;
    gap: 12px;
  }
}

.amunra-tnjie6 {
  display: flex;
}

.amunra-tnjie6 .amunra-gadegm {
  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-tnjie6 .amunra-sdwyn7 {
  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-tnjie6 .amunra-m8l7o7 {
  display: flex;
  list-style: none;
  margin: 0;
  padding-left: 100%;
  animation: scroll 60s linear infinite;
}

.amunra-tnjie6 .amunra-4erabf {
  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-tnjie6 .amunra-4erabf:before {
  content: "";
  width: 24px;
  min-width: 24px;
  height: 24px;
  background-image: url(../images/award.svg);
  background-repeat: no-repeat;
  background-position: center;
}

.amunra-tnjie6 .amunra-ik4umt {
  color: #fff;
  font-size: 14px;
  font-weight: 800;
  line-height: 20px;
  margin-right: 4px;
}

.amunra-3nfaj0 {
  border: unset;
  background-color: unset;
}

.amunra-3nfaj0 tbody {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

.amunra-3nfaj0 .amunra-1rcec3,
.amunra-3nfaj0 .amunra-6hzy36 {
  flex: 0 1 330px;
}

.amunra-3nfaj0 .amunra-bpap3z {
  flex: 1 1;
}

.amunra-3nfaj0 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-3nfaj0 tr td {
  border: unset;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  color: #fff;
  padding: 0;
}

.amunra-3nfaj0 tr td:first-child {
  font-size: 23px;
  font-weight: 800;
  line-height: 28px;
  margin: 0;
  padding: 0;
}

.amunra-3nfaj0 tr td p {
  color: #fff;
  margin: 0;
}

.amunra-3nfaj0 tr td p span {
  color: var(--title-color);
  font-weight: 800;
}

.amunra-3nfaj0 tr.amunra-1rcec3 td p {
  padding: 16px 0;
}

.amunra-3nfaj0 tr.amunra-1rcec3 td p:not(:last-child),
.amunra-3nfaj0 tr.amunra-6hzy36 td p:not(:last-child) {
  border-bottom: 1px solid var(--border-color);
}

.amunra-3nfaj0 tr.amunra-1rcec3 td p:first-child,
.amunra-3nfaj0 tr.amunra-6hzy36 td p:first-child {
  padding-top: 0;
}

.amunra-3nfaj0 tr.amunra-6hzy36 td p {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 12px 0;
  font-size: 14px;
  font-weight: 800;
  line-height: 20px;
}

.amunra-3nfaj0 tr.amunra-6hzy36 td p:last-child {
  padding-bottom: 0;
}

.amunra-3nfaj0 .amunra-6hzy36 img {
  max-width: 32px;
}

.amunra-3nfaj0 .amunra-bpap3z {
  min-width: 718px;
}

.amunra-3nfaj0 .amunra-bpap3z td:last-child {
  display: flex;
  flex-wrap: wrap;
}

.amunra-3nfaj0 .amunra-bpap3z td {
  display: flex;
}

.amunra-3nfaj0 .amunra-bpap3z td:last-child .amunra-h11erc,
.amunra-3nfaj0 .amunra-bpap3z td:last-child .amunra-1k24xt,
.amunra-3nfaj0 .amunra-bpap3z td:last-child .amunra-1malwj {
  flex: 1 1 50%;
}

.amunra-3nfaj0 .amunra-bpap3z td:last-child .amunra-ja0438 {
  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-3nfaj0 .amunra-bpap3z td:last-child .amunra-2oab7c,
.amunra-3nfaj0 .amunra-bpap3z td:last-child .amunra-mluz6q {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  list-style: none;
  padding-left: 0;
  margin-top: 12px;
}

.amunra-3nfaj0 .amunra-bpap3z td:last-child .amunra-h11erc,
.amunra-3nfaj0 .amunra-bpap3z td:last-child .amunra-1k24xt {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
  padding-top: 16px;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}

.amunra-3nfaj0 .amunra-bpap3z td:last-child .amunra-h11erc span,
.amunra-3nfaj0 .amunra-bpap3z td:last-child .amunra-1k24xt span {
  font-weight: 800;
}

.amunra-3nfaj0 .amunra-bpap3z img {
  max-width: 34px;
}

@media (max-width: 1100px) {
  .amunra-3nfaj0 .amunra-bpap3z td .amunra-1malwj:not(:first-child) {
    padding-left: 0;
  }
}

@media (max-width: 767px) {
  .amunra-3nfaj0 tr.amunra-1rcec3 td p:last-child {
    padding-bottom: 0;
  }
  .amunra-3nfaj0 .amunra-6hzy36 > td {
    display: flex;
    flex-wrap: wrap;
    gap: 0 20px;
  }
  .amunra-3nfaj0 .amunra-6hzy36 > td > p {
    flex: 1 1 calc(50% - 10px);
  }
  .amunra-3nfaj0 tr.amunra-1rcec3 td p:not(:last-child),
  .amunra-3nfaj0 tr.amunra-6hzy36 td p:not(:last-child) {
    border-bottom: unset;
  }
  .amunra-3nfaj0 tr.amunra-6hzy36 td p:last-child {
    padding-bottom: 12px;
  }
  .amunra-3nfaj0 .amunra-bpap3z td:last-child .amunra-h11erc,
  .amunra-3nfaj0 .amunra-bpap3z td:last-child .amunra-1k24xt,
  .amunra-3nfaj0 .amunra-bpap3z td:last-child .amunra-1malwj {
    flex: 1 1 50%;
    padding: 0;
  }
  .amunra-3nfaj0 .amunra-bpap3z td:last-child .amunra-h11erc,
  .amunra-3nfaj0 .amunra-bpap3z td:last-child .amunra-1k24xt {
    margin-top: 16px;
  }
  .amunra-3nfaj0 .amunra-bpap3z td:last-child .amunra-1malwj {
    flex: 1 1 100%;
    padding-bottom: 16px;
    margin-top: 16px;
  }
  .amunra-3nfaj0 .amunra-bpap3z td:last-child .amunra-h11erc {
    border-right: 1px solid var(--border-color);
  }
  .amunra-3nfaj0 .amunra-bpap3z td:last-child .amunra-1malwj:first-child {
    padding-top: 0;
    margin-top: 0;
  }
  .amunra-3nfaj0 .amunra-bpap3z td:last-child .amunra-1malwj:last-child {
    padding-bottom: 0;
  }
}

.amunra-1malwj {
  display: flex;
  flex-direction: column;
}

.amunra-3nfaj0 .amunra-bpap3z td .amunra-1malwj {
  border-bottom: 1px solid var(--border-color);
  padding-bottom: 16px;
}

.amunra-3nfaj0 .amunra-bpap3z td .amunra-1malwj:not(:last-of-type) {
  border-right: 1px solid var(--border-color);
  padding-right: 16px;
}

.amunra-3nfaj0 .amunra-bpap3z td .amunra-1malwj:not(:first-child) {
  padding-left: 16px;
}

@media (max-width: 767px) {
  .amunra-3nfaj0 .amunra-bpap3z td .amunra-1malwj:not(:first-child) {
    padding-left: 0;
  }
  .amunra-3nfaj0 .amunra-bpap3z td .amunra-1malwj:not(:last-of-type) {
    border-right: unset;
  }
}

.amunra-3nfaj0 .amunra-obsv5p {
  flex: 0 1 485px;
}

.amunra-3nfaj0 .amunra-mfajoq {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  list-style: none;
}

.amunra-3nfaj0 .amunra-mfajoq li {
  border-radius: 4px;
  border: 1px solid var(--border-color);
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}

.amunra-3nfaj0 .amunra-mfajoq li.amunra-d7ka2a {
  padding: 6px 12px;
}

.amunra-3nfaj0 .amunra-mfajoq li a,
.amunra-3nfaj0 .amunra-mfajoq 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-3nfaj0 .amunra-3y22qt,
.amunra-3nfaj0 .amunra-p1zi02 {
  flex: 1 1;
}

.amunra-3nfaj0 .amunra-3izehg,
.amunra-3nfaj0 .amunra-p5mklm {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.amunra-3nfaj0 .amunra-3izehg li,
.amunra-3nfaj0 .amunra-p5mklm li {
  display: flex;
  align-items: center;
  gap: 8px;
  flex: 1 1 calc(50% - 20px);
  font-size: 14px;
  font-weight: 800;
  line-height: 20px;
}

.amunra-3nfaj0 .amunra-p1zi02 img {
  max-width: 32px;
}

.amunra-3nfaj0 .amunra-3y22qt img {
  max-width: 32px;
}

.amunra-3nfaj0 .amunra-cwo9cv {
  min-width: 280px;
}

.amunra-3nfaj0 .amunra-cwo9cv img {
  max-width: 146px;
}

.amunra-3nfaj0 .amunra-cwo9cv td {
  display: flex;
  flex-direction: column;
  gap: 12px;
  max-width: 280px;
}

@media (max-width: 1460px) {
  .amunra-3nfaj0 .amunra-1rcec3,
  .amunra-3nfaj0 .amunra-6hzy36 {
    flex: 0 1 auto;
  }
  .amunra-3nfaj0 .amunra-bpap3z {
    min-width: unset;
    flex: 1 1 50%;
  }
}

@media (max-width: 1100px) {
  .amunra-3nfaj0 .amunra-1rcec3,
  .amunra-3nfaj0 .amunra-obsv5p,
  .amunra-3nfaj0 .amunra-6hzy36,
  .amunra-3nfaj0 .amunra-bpap3z {
    flex: 1 1 calc(50% - 20px);
  }
  .amunra-3nfaj0 .amunra-3y22qt,
  .amunra-3nfaj0 .amunra-cwo9cv,
  .amunra-3nfaj0 .amunra-p1zi02 {
    flex: 1 1 30%;
  }
  .amunra-3nfaj0 .amunra-cwo9cv {
    min-width: unset;
  }
}

@media (max-width: 767px) {
  .amunra-3nfaj0 .amunra-1rcec3,
  .amunra-3nfaj0 .amunra-obsv5p,
  .amunra-3nfaj0 .amunra-3y22qt,
  .amunra-3nfaj0 .amunra-6hzy36,
  .amunra-3nfaj0 .amunra-bpap3z,
  .amunra-3nfaj0 .amunra-cwo9cv,
  .amunra-3nfaj0 .amunra-p1zi02 {
    flex: 1 1 100%;
  }
}

.amunra-ocr3ym .amunra-v6zuy5 {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.amunra-ocr3ym .amunra-mleqcg {
  position: relative;
  display: flex;
  flex-direction: column;
  border-radius: 8px;
  border: 2px solid var(--border-color);
  background-color: var(--fh-bg-color);
}

.amunra-ocr3ym .amunra-aa4uvl {
  width: 100%;
  padding: 12px 12px 8px 12px;
  background-color: #318562;
  font-size: 14px;
  font-weight: 800;
  line-height: 20px;
  color: #f9cb16;
}

.amunra-ocr3ym .amunra-orefnm {
  display: grid;
  padding: 16px;
  gap: 0 16px;
  grid-template-columns: repeat(2, 1fr);
}

.amunra-ocr3ym .amunra-orefnm > :nth-child(3) {
  margin-top: 0;
}

.amunra-ocr3ym .amunra-ux93lc {
  grid-column: 2/3;
  grid-row: 1/10;
}

.amunra-ocr3ym .amunra-jglrzf {
  grid-column: 1/2;
  margin-top: 0;
  margin-bottom: 8px;
}

.amunra-ocr3ym .amunra-dl00yj {
  grid-column: 1/2;
}

.amunra-ocr3ym > :not(.how-to__title):not(.content-button) {
  grid-column: 1/2;
}

.amunra-ocr3ym .amunra-mleqcg: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-ocr3ym .amunra-mleqcg:not(:last-child):after {
  position: relative;
  content: "";
  width: calc(100% - 32px);
  height: 1px;
  background-color: #318562;
  margin: 12px auto 27px auto;
}

.amunra-ocr3ym .amunra-emu4pp {
  min-width: 240px;
}

@media (max-width: 768px) {
  .amunra-ocr3ym .amunra-mleqcg:not(:last-child):before {
    bottom: 8px;
  }
  .amunra-ocr3ym .amunra-mleqcg:not(:last-child):after {
    margin: 12px auto 18px auto;
  }
  .amunra-ocr3ym .amunra-orefnm {
    grid-template-columns: 1fr;
    padding: 16px 16px 8px 16px;
  }
  .amunra-ocr3ym .amunra-ux93lc {
    grid-column: 1/2;
    grid-row: 1/2;
    margin: -16px -18px 16px -18px;
  }
  .amunra-ocr3ym .amunra-ux93lc img {
    width: 100%;
    height: auto;
  }
  .amunra-ocr3ym .amunra-emu4pp {
    width: 100%;
    min-width: unset;
  }
}

.amunra-0p5hex .amunra-pkez8t {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  list-style: none;
}

.amunra-0p5hex .amunra-uwdovp {
  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-0p5hex .amunra-ux93lc {
  height: 100%;
}

.amunra-0p5hex .amunra-ux93lc img {
  height: 100%;
  width: auto;
  min-width: 220px;
  object-fit: cover;
}

.amunra-0p5hex .amunra-f1tr7g {
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding: 16px 16px 16px 0;
}

.amunra-0p5hex .amunra-vu090k {
  color: #f9cb16;
  font-size: 23px;
  font-weight: 800;
  line-height: 28px;
  margin: 0;
}

.amunra-0p5hex .amunra-ik78xq {
  color: #d2d2d2;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  flex: 1 1;
  margin: 0;
}

@media (max-width: 1200px) {
  .amunra-0p5hex .amunra-uwdovp {
    flex: 1 1 100%;
  }
  .amunra-0p5hex .amunra-b5tamd {
    min-width: 320px;
    width: fit-content;
  }
}

@media (max-width: 767px) {
  .amunra-0p5hex .amunra-uwdovp {
    flex-direction: column;
  }
  .amunra-0p5hex .amunra-ux93lc {
    width: 100%;
    height: auto;
  }
  .amunra-0p5hex .amunra-ux93lc img {
    width: 100%;
    height: auto;
    max-height: 260px;
    min-width: unset;
  }
  .amunra-0p5hex .amunra-f1tr7g {
    padding: 0 16px 16px 16px;
  }
  .amunra-0p5hex .amunra-b5tamd {
    min-width: unset;
    width: 100%;
  }
}

.amunra-t4p8ga .amunra-5sud5g {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  flex-wrap: wrap;
  gap: 20px;
}

.amunra-t4p8ga .amunra-bnw03r {
  position: relative;
  height: 220px;
  border-radius: 12px;
  border: 2px solid var(--border-color);
  overflow: hidden;
  transition: 0.2s;
}

.amunra-t4p8ga 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-t4p8ga .amunra-vvxn36 {
  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-t4p8ga .amunra-bnw03r:hover .amunra-vvxn36 {
  display: flex;
}

.amunra-t4p8ga .amunra-m7oncv {
  text-align: center;
  margin-top: 0;
  margin-bottom: 5px;
  color: #d2d2d2;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}

.amunra-t4p8ga .amunra-0il7vb {
  text-align: center;
  font-size: 17px;
  font-weight: 800;
  line-height: 24px;
  margin-top: 0;
  margin-bottom: auto;
  color: #fff;
}

.amunra-uhykkp {
  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-uhykkp.amunra-wlj2mn {
  color: #196948;
  background-color: #f9cb16;
  border: 1px solid #f9cb16;
  margin-bottom: 8px;
  transition: 0.amunra-j5yocm ease-in-out;
}

.amunra-uhykkp.amunra-wlj2mn:hover {
  color: #f9cb16;
  background-color: transparent;
}

.amunra-t4p8ga .amunra-ly7meh {
  color: #fff;
  border: 1px solid #f9cb16;
  background-color: unset;
  transition: 0.amunra-j5yocm ease-in-out;
}

.amunra-t4p8ga .amunra-ly7meh:hover {
  color: #196948;
  background-color: #f9cb16;
}

.amunra-t4p8ga .amunra-ly7meh:after,
.amunra-uhykkp.amunra-wlj2mn:after {
  content: "";
  width: 24px;
  min-width: 24px;
  height: 24px;
  background-repeat: no-repeat;
  background-position: center;
}

.amunra-uhykkp.amunra-wlj2mn:after {
  background-image: url(../images/Cash.svg);
}

.amunra-t4p8ga .amunra-ly7meh:after {
  background-image: url(../images/Play.svg);
}

@media (max-width: 1200px) {
  .amunra-t4p8ga .amunra-5sud5g {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 850px) {
  .amunra-t4p8ga .amunra-5sud5g {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 600px) {
  .amunra-t4p8ga .amunra-5sud5g {
    grid-template-columns: 1fr;
  }
  .amunra-t4p8ga .amunra-bnw03r {
    height: auto;
  }
  .amunra-t4p8ga .amunra-bnw03r .amunra-vvxn36 {
    position: relative;
    display: flex;
    height: auto;
    background-color: var(--fh-bg-color);
    padding: 8px 12px 12px 12px;
  }
  .amunra-t4p8ga .amunra-m7oncv,
  .amunra-t4p8ga .amunra-0il7vb {
    text-align: left;
  }
  .amunra-t4p8ga .amunra-0il7vb {
    margin-bottom: 8px;
  }
  .amunra-t4p8ga img {
    position: relative;
    top: unset;
    right: unset;
    bottom: unset;
    left: unset;
    min-height: unset;
  }
}

.amunra-rbaa1h {
  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-rbaa1h.amunra-z6fbks {
  display: block;
}

.amunra-rbaa1h .amunra-lcwhom {
  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-rbaa1h .amunra-cv5smk {
  display: flex;
  gap: 24px;
  padding: 12px;
}

.amunra-rbaa1h .amunra-ym3rif {
  display: flex;
  align-items: center;
  color: #fff;
  font-size: 23px;
  font-weight: 800;
  line-height: 28px;
}

.amunra-rbaa1h .amunra-fxd2h0 {
  display: flex;
  align-items: center;
  flex: 1 1;
}

.amunra-rbaa1h .amunra-uhykkp {
  min-width: 296px;
  margin-bottom: 0;
}

.amunra-rbaa1h .amunra-ive79v {
  width: 44px;
  min-width: 44px;
  height: 44px;
  background-image: url(../images/cross.svg);
  background-position: center;
  background-repeat: no-repeat;
  cursor: pointer;
}

.amunra-rbaa1h .amunra-tgqjai {
  position: relative;
  flex: 1 1;
}

.amunra-rbaa1h .amunra-tgqjai iframe {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 100%;
  height: 100%;
}

@media (max-width: 768px) {
  .amunra-rbaa1h .amunra-cv5smk {
    flex-wrap: wrap;
    gap: 8px;
  }
  .amunra-rbaa1h .amunra-ym3rif {
    order: 1;
  }
  .amunra-rbaa1h .amunra-fxd2h0 {
    order: 3;
    flex: 1 1 100%;
  }
  .amunra-rbaa1h .amunra-uhykkp {
    width: 100%;
    min-width: unset;
  }
  .amunra-rbaa1h .amunra-ive79v {
    order: 2;
    margin-left: auto;
  }
}

@media (max-width: 767px) {
  .amunra-9v5uub > .amunra-y6gj3x {
    margin-bottom: 0;
  }
  .amunra-9v5uub > .amunra-dl00yj,
  .amunra-9v5uub > p {
    margin-top: 0;
  }
}

.amunra-4br3rq img,
.amunra-tbaiyi img {
  width: auto;
  object-fit: contain;
}

.amunra-4br3rq {
  align-items: center;
}

.amunra-4br3rq img {
  max-height: 76px;
}

.amunra-tbaiyi img {
  max-height: 64px;
}

.amunra-94ezh1 {
  overflow: auto;
}

.amunra-ymuifl {
  border: 1px solid var(--color-table-border);
  box-shadow: 0 0 15px rgb(0 0 0 / 5%);
  border-collapse: collapse;
  width: 100%;
}

.amunra-t459ee:not(:last-child) {
  border-bottom: 1px solid var(--color-table-border);
}

.amunra-09up8v {
  border: none;
  padding: 25px 10px;
  font-weight: 700;
  color: var(--color-table-td-color);
  min-width: 200px;
}

.amunra-vx37hn {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.amunra-09up8v .amunra-ux93lc {
  margin-right: 20px;
  flex-shrink: 0;
}

.amunra-09up8v img {
  max-height: 45px;
  object-fit: contain;
  width: 100%;
}

.amunra-dh583i {
  padding: 25px 10px;
  align-self: center;
  border-bottom: 1px solid var(--color-table-border);
  flex-grow: 1;
  border-top: none;
}

.amunra-dh583i > :first-child {
  margin-top: 0;
}

@media (max-width: 767px) {
  .amunra-09up8v {
    padding: 15px 10px;
  }
  .amunra-dh583i {
    padding: 15px 10px;
  }
  .amunra-09up8v .amunra-ux93lc {
    margin-right: 10px;
  }
}

.amunra-oq7nv4 {
  overflow-x: auto;
}

.amunra-vtm7sm {
  border-collapse: collapse;
  width: 100%;
}

.amunra-oq7nv4 th {
  font-family: inherit;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 19px;
  padding: 25px 10px;
  text-align: center;
}

.amunra-oq7nv4 td {
  font-family: inherit;
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  padding: 15px 25px;
  white-space: nowrap;
}

.amunra-oq7nv4 td.amunra-39l5cn {
  font-weight: 600;
  text-align: right;
  border-left: none;
}

.amunra-oq7nv4 td.amunra-kca92x {
  border-right: none;
}

.amunra-oq7nv4 td.amunra-kca92x .amunra-ux93lc {
  justify-content: flex-start;
}

.amunra-oq7nv4 td.amunra-kca92x .amunra-ux93lc img {
  height: auto;
  width: 90px;
}

.amunra-oq7nv4 td.amunra-6cd4qn,
.amunra-oq7nv4 td.amunra-pxqjvi {
  font-weight: 600;
  text-align: right;
}

.amunra-oq7nv4 td.amunra-fkqpg5,
.amunra-oq7nv4 td.amunra-6cd4qn {
  padding-bottom: 10px;
  border-bottom: none;
}

.amunra-oq7nv4 td.amunra-6cd4qn,
.amunra-oq7nv4 td.amunra-pxqjvi {
  border-left: none;
}

.amunra-oq7nv4 td.amunra-fkqpg5,
.amunra-oq7nv4 td.amunra-fb9ec8 {
  border-right: none;
}

.amunra-oq7nv4 td.amunra-fb9ec8,
.amunra-oq7nv4 td.amunra-pxqjvi {
  border-top: none;
  padding-top: 10px;
}

.amunra-jw1ss6 {
  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-jw1ss6 .amunra-b5tamd {
  min-width: unset;
  width: 100%;
}

.amunra-jw1ss6 .amunra-b5tamd.amunra-n40h67 {
  grid-column: 1/2;
  grid-row: 1/2;
}

.amunra-jw1ss6 .amunra-b5tamd.amunra-y5x39u {
  grid-column: 2/3;
  grid-row: 1/2;
}

.amunra-jw1ss6 .amunra-4nf62p {
  grid-column: 1/3;
  grid-row: 2/3;
  margin-top: 0;
}

@media (max-width: 767px) {
  .amunra-jw1ss6 {
    grid-template-columns: 1fr;
    margin-top: 0;
  }
  .amunra-jw1ss6 .amunra-b5tamd.amunra-n40h67 {
    grid-column: 1/2;
    grid-row: 1/2;
  }
  .amunra-jw1ss6 .amunra-b5tamd.amunra-y5x39u {
    grid-column: 1/2;
    grid-row: 2/3;
  }
  .amunra-jw1ss6 .amunra-4nf62p {
    grid-column: 1/2;
    grid-row: 3/4;
  }
}

.amunra-oczcij {
  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-xx0a14 {
  margin-bottom: 32px;
  font-size: 34px;
  font-weight: 800;
  line-height: 40px;
}

.amunra-97flfr p a img {
  margin: 0 auto;
  display: block;
}

.amunra-97flfr table {
  margin-bottom: 17px;
}

/* contanct form */
.amunra-kthypo {
  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-kthypo label {
  font-size: 14px;
}

.amunra-kthypo h2 {
  text-align: center;
  margin-bottom: 1rem;
}
.amunra-kthypo input,
.amunra-kthypo textarea,
.amunra-kthypo 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-kthypo button {
  background-color: #a91f09;
  color: var(--text-color);
  border: none;
  cursor: pointer;
  transition: background 0.amunra-j5yocm ease;
}
.amunra-kthypo button:hover {
  background-color: #691204;
}
.amunra-1dlg35 {
  text-align: center;
  color: green;
  font-weight: 500;
  padding: 50px 0;
  animation: fadeIn 0.amunra-n9kii8 ease-in;
}

.amunra-1dlg35 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-owvf85, .amunra-34mynb, [class*="review-card"],
thead, thead th, table th, .amunra-bve9iz,
.amunra-qpdg9l, [class*="collapsible-header"],
.amunra-5cc4pc, [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; }
