@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);
}

.national-u7ydon {
  margin: 0 auto;
  padding: 0 var(--offsets);
  max-width: var(--display-width);
}

.national-fb5ccy {
  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.national-jmbso6,
ul.national-jmbso6 {
  padding-left: 20px;
}

ul.national-jmbso6 {
  list-style: disc;
}

ol.national-jmbso6 {
  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;
  }
}

.national-id0tp4 > .national-wwv85x,
.national-id0tp4 > .national-m6xmmd,
.national-id0tp4 > blockquote,
.national-id0tp4 > h1,
.national-id0tp4 > h2,
.national-id0tp4 > h3,
.national-id0tp4 > h4,
.national-id0tp4 > h5,
.national-id0tp4 > h6,
.national-id0tp4 > ol,
.national-id0tp4 > p,
.national-id0tp4 > ul {
  margin-right: auto;
  margin-left: auto;
  padding: 0 var(--offsets);
  max-width: var(--display-width);
}

.national-id0tp4 > ol,
.national-id0tp4 > ul {
  padding-left: 50px;
}

.national-id0tp4 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;
}

.national-id0tp4:not(:last-child) {
  margin-bottom: 2rem;
}

.national-id0tp4 > :not(:first-child) {
  margin-top: 2rem;
}

.national-id0tp4 {
  margin-top: 64px;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.national-id0tp4:first-child {
  margin-top: 40px;
}

@media (max-width: 767px) {
  .national-id0tp4:first-child {
    margin-top: 20px;
  }
}

.national-id0tp4 > p:last-of-type {
  margin-bottom: 32px;
}

.national-id0tp4 > .national-ok3zks:not(:first-child) {
  margin: 64px auto 16px auto;
}

.national-2d5ya3 > .national-ok3zks {
  margin-left: auto;
  margin-right: auto;
  padding: 0 var(--offsets);
  max-width: var(--display-width);
}

.national-m6xmmd {
  overflow: auto;
}

.national-m6xmmd::-webkit-scrollbar {
  height: 5px;
}

.national-m6xmmd table,
table {
  margin-top: 24px;
  border-collapse: collapse;
  width: 100%;
  word-break: break-word;
}

.national-m6xmmd table {
  border-radius: 12px;
  border: 2px solid var(--border-color);
  /* background: #0f442e; */
}

.national-m6xmmd table thead,
table thead {
  border-bottom: none;
}

.national-m6xmmd table th,
table th {
  padding: 5px 5px;
  text-align: center;
  color: var(--color-table-th-color);
  background-color: var(--table-1-color);
}

.national-m6xmmd table th:not(:last-child) {
  border-right: 1px solid var(--border-color);
}

.national-m6xmmd table td,
table td {
  border: 1px solid var(--border-color);
  padding: 5px 5px;
}

.national-m6xmmd .national-bt36si {
  table-layout: auto;
}

.national-m6xmmd .national-bt36si th {
  word-break: normal;
}

.national-m6xmmd .national-bt36si td {
  word-break: normal;
}

.national-u7ydon .national-u7ydon {
  padding-right: 0;
  padding-left: 0;
}

.national-mipoj1 {
  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;
}

.national-r1cily {
  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;
}

.national-kau79x {
  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;
}

.national-wwv85x {
  margin-top: 24px;
}

.national-wwv85x.national-jgwtwv {
  text-align: left;
}

.national-wwv85x.national-dwec52 {
  text-align: right;
}

.national-wwv85x.national-qv79kt {
  text-align: center;
}

.national-soms20 {
  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.national-hbksgq ease-in-out;
  cursor: pointer;
}

.national-soms20:hover {
  color: var(--button-bg-color);
  background: 0 0;
}

.national-soms20 {
  min-width: 328px;
}

@media (max-width: 768px) {
  .national-soms20 {
    min-width: unset;
  }
}

.national-5o84os {
  background-color: var(--fh-bg-color);
}

.national-fnv2jr {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 8px 20px;
}

.national-t2ae3i {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  max-width: 160px;
}

.national-t2ae3i img {
  max-height: 80px;
  object-fit: contain;
}

.national-z5dlbv {
  flex: 1 1;
}

.national-x83j35 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-left: auto;
}

.national-7g5lc4 {
  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;
}

.national-7g5lc4 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;
}

.national-7g5lc4.national-qw52ml span:nth-of-type(1) {
  -webkit-transform: translateY(11px) rotateZ(45deg);
  -ms-transform: translateY(11px) rotate(45deg);
  transform: translateY(11px) rotateZ(45deg);
}

.national-7g5lc4.national-qw52ml span:nth-of-type(2) {
  -webkit-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform: scaleX(0);
}

.national-7g5lc4.national-qw52ml span:nth-of-type(3) {
  -webkit-transform: translateY(-11px) rotateZ(-45deg);
  -ms-transform: translateY(-11px) rotate(-45deg);
  transform: translateY(-11px) rotateZ(-45deg);
}

.national-z5dlbv + .national-x83j35 {
  margin-left: 20px;
}

.national-5p16yt {
  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;
}

.national-5p16yt > svg {
  max-width: 24px;
  max-height: 24px;
}

.national-5p16yt + .national-5p16yt {
  margin-left: 5px;
}

.national-f3id01 {
  color: var(--button-text-color);
  background-color: var(--button-bg-color);
  border: 1px solid var(--border-color);
  transition: 0.2s;
}

.national-f3id01:hover {
  background-color: var(--button-bg-hover);
}

.national-v4bjpr {
  color: var(--button-text-color);
  background-color: var(--button-bg-color);
  transition: 0.national-hbksgq ease-in-out;
  border: 1px solid var(--border-color);
}

.national-v4bjpr:hover {
  color: var(--button-text-color);
  background-color: var(--button-bg-hover);
}

.national-4gjwhf {
  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) {
  .national-z5dlbv {
    flex: 1 1 100%;
    order: 10;
    margin-top: 8px;
  }
  .national-4gjwhf {
    justify-content: center;
  }
}

@media (max-width: 1024px) {
  .national-z5dlbv {
    margin-top: unset;
  }
}

@media (max-width: 768px) {
  .national-5p16yt {
    min-width: unset;
    flex: 1 1;
  }
}

.national-ao5zct {
  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;
}

.national-ao5zct:hover > a::after {
  -webkit-transform: scaleX(1);
  -ms-transform: scaleX(1);
  transform: scaleX(1);
}

.national-ao5zct:hover .national-w33aan {
  opacity: 1;
  pointer-events: auto;
}

.national-l679dd {
  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.national-s9b3wb ease-in-out;
  gap: 4px;
}

.national-l679dd > svg {
  max-width: 28px;
  max-height: 28px;
  fill: var(--text-color);
  stroke: var(--text-color);
}

.national-l679dd .national-mipoj1 img {
  width: auto;
  height: 1.2rem;
  -o-object-fit: contain;
  object-fit: contain;
}

.national-12uumr,
.national-l679dd:hover {
  color: var(--button-bg-hover);
}

.national-xn21s6 {
  position: relative;
}

.national-xn21s6 .national-l679dd {
  margin-right: 0;
  padding-right: 4px;
}

.national-n9i40j svg {
  fill: var(--text-color);
  stroke: var(--text-color);
}

.national-xn21s6.national-qw52ml .national-n9i40j svg {
  -webkit-transform: rotateZ(180deg);
  -ms-transform: rotate(180deg);
  transform: rotateZ(180deg);
}

.national-xn21s6.national-qw52ml .national-w33aan {
  position: relative;
  top: 0;
  display: block;
  margin-top: 0;
  padding: 0 1rem;
  opacity: 1;
  pointer-events: auto;
}

.national-xn21s6.national-qw52ml .national-w33aan::before {
  display: none;
}

.national-n9i40j svg {
  width: 100%;
  height: auto;
  max-width: 15px;
  -webkit-transition: 250ms;
  -o-transition: 250ms;
  transition: 250ms;
}

.national-w33aan {
  position: absolute;
  top: 100%;
  z-index: 100;
  list-style: none;
  margin-top: 0.5rem;
  border-radius: 5px;
  padding: 0.national-6enoc3 1rem;
  background-color: var(--fh-bg-color);
  opacity: 0;
  transition: 250ms;
  width: auto;
  pointer-events: none;
}

.national-w33aan::before {
  content: "";
  position: absolute;
  left: 0;
  top: -0.5rem;
  width: 100%;
  height: 0.5rem;
  background-color: transparent;
}

.national-w33aan:hover {
  color: var(--fh-bg-color);
}

.national-x5yym2 {
  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.national-6enoc3 0;
  font-size: 14px;
  font-weight: 500;
  line-height: 28px;
  white-space: nowrap;
  text-decoration: none;
  color: var(--text-color);
  -webkit-transition: 0.national-s9b3wb ease-in-out;
  -o-transition: 0.national-s9b3wb ease-in-out;
  transition: 0.national-s9b3wb ease-in-out;
}

.national-x5yym2 .national-mipoj1 img {
  width: auto;
  height: 1.2rem;
  -o-object-fit: contain;
  object-fit: contain;
}

.national-mgmsgz,
.national-x5yym2:hover {
  color: var(--button-bg-hover);
}

.national-gl4izq {
  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%;
}

.national-gl4izq.national-ajao31 {
  position: relative;
  z-index: 1;
  overflow: hidden;
  border: none;
}

.national-gl4izq.national-ajao31:after,
.national-gl4izq.national-ajao31:before {
  content: "";
  position: absolute;
  margin: auto;
}

.national-gl4izq.national-ajao31: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);
  }
}

.national-gl4izq.national-ajao31:after {
  top: 2px;
  right: 2px;
  bottom: 2px;
  left: 2px;
  background-color: var(--fh-bg-color);
  border-radius: 12px;
  z-index: 0;
}

.national-gl4izq.national-ajao31 > * {
  z-index: 1;
}

.national-gl4izq b,
.national-gl4izq strong {
  color: var(--button-text-color);
  text-shadow: 0 0 8px var(--button-text-color);
}

.national-gl4izq .national-hlgbv6 {
  grid-row: 1/2;
  grid-column: 1/2;
  font-size: 24px;
  font-weight: 900;
  line-height: 32px;
  text-transform: uppercase;
  margin: 0;
  color: #fff;
}

.national-gl4izq .national-3kmqtf {
  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;
}

.national-gl4izq .national-mipoj1 {
  grid-row: 1/-1;
  grid-column: 2/3;
  min-width: 146px;
}

.national-gl4izq .national-a0ulpd {
  margin-top: 12px;
}

.national-a0ulpd {
  display: flex;
  gap: 8px;
  grid-row: 3/4;
  grid-column: 1/2;
}

.national-elgnfl {
  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;
}

.national-a0ulpd .national-mzoor6 {
  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.national-hbksgq ease-in-out;
}

.national-a0ulpd .national-mzoor6:hover {
  background: rgba(255, 255, 255, 0.3);
}

.national-xfy9cv {
  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;
}

.national-gl4izq.national-4u483c {
  gap: 12px;
  padding: 16px;
}

.national-gl4izq.national-4u483c .national-xfy9cv {
  min-width: 240px;
}

.national-gl4izq.national-4u483c .national-xfy9cv.national-m5m4nh {
  padding: 10px 12px;
}

@media (max-width: 1200px) {
  .national-gl4izq .national-hlgbv6 {
    grid-row: 1/2;
    grid-column: 1/3;
  }
  .national-gl4izq .national-3kmqtf {
    grid-row: 2/3;
    grid-column: 1/2;
  }
  .national-gl4izq .national-mipoj1 {
    min-width: 78px;
    grid-row: 2/3;
    grid-column: 2/3;
    align-self: start;
    max-width: 110px;
  }
  .national-gl4izq.national-4u483c .national-mipoj1 {
    max-width: 126px;
  }
  .national-gl4izq .national-a0ulpd {
    grid-row: 3/4;
    grid-column: 1/3;
  }
  .national-gl4izq .national-elgnfl {
    max-width: unset;
  }
  .national-xfy9cv {
    min-width: unset;
    width: 100%;
  }
  .national-gl4izq .national-xfy9cv {
    grid-row: 4/5;
    grid-column: 1/3;
  }
  .national-gl4izq.national-4u483c {
    grid-template-rows: auto 1fr auto;
  }
  .national-gl4izq.national-4u483c .national-xfy9cv {
    grid-row: 3/4;
  }
}

@media (max-width: 768px) {
  .national-gl4izq {
    padding: 16px;
    gap: 16px 12px;
    min-height: unset;
  }
  .national-gl4izq .national-hlgbv6 {
    font-size: 18px;
    font-weight: 900;
    line-height: 24px;
  }
  .national-gl4izq .national-mipoj1 {
    max-width: 78px;
  }
  .national-gl4izq .national-a0ulpd {
    margin-top: -12px;
  }
  .national-gl4izq.national-4u483c {
    gap: 8px;
  }
  .national-gl4izq.national-4u483c .national-hlgbv6 {
    grid-row: 1/2;
    grid-column: 1/2;
  }
  .national-gl4izq.national-4u483c .national-3kmqtf {
    grid-column: 1/3;
  }
  .national-gl4izq.national-4u483c .national-mipoj1 {
    grid-row: 1/2;
    grid-column: 2/3;
  }
  .national-gl4izq.national-4u483c .national-mipoj1 img {
    max-width: 114px;
  }
}

.national-xfy9cv.national-eobj8r,
.national-xfy9cv.national-pvvm7n,
.national-xfy9cv.national-mbl2s7 {
  color: var(--button-text-color);
  background-color: var(--button-bg-color);
  padding: 12px 12px 12px 64px;
  border: 1px solid var(--border-color);
  transition: 0.national-hbksgq ease-in-out;
}

.national-xfy9cv.national-eobj8r,
.national-xfy9cv.national-mbl2s7 {
  padding: 10px;
}

.national-xfy9cv.national-eobj8r:hover,
.national-xfy9cv.national-pvvm7n:hover,
.national-xfy9cv.national-mbl2s7:hover {
  background: var(--button-bg-hover);
}

.national-xfy9cv.national-eobj8r:hover svg path,
.national-xfy9cv.national-mbl2s7:hover svg path {
  stroke: var(--button-text-color);
  fill: none;
}

.national-xfy9cv.national-m5m4nh {
  color: var(--button-text-color);
  background-color: transparent;
  border: 1px solid var(--border-color);
  padding: 12px;
  transition: 0.national-hbksgq ease-in-out;
  background: var(--button-bg-color);
}

.national-xfy9cv.national-m5m4nh:hover {
  background-color: var(--button-bg-hover);
}

.national-xfy9cv.national-pvvm7n: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);
  }
}

.national-xfy9cv.national-pvvm7n:after {
  content: "";
  width: 24px;
  min-width: 24px;
  height: 24px;
  background-image: url(../images/user.svg);
  background-position: center;
  background-repeat: no-repeat;
}

.national-xfy9cv.national-m5m4nh:after {
  content: "";
  width: 24px;
  min-width: 24px;
  height: 24px;
  background-image: url(../images/btn-arrows.svg);
  background-position: center;
  background-repeat: no-repeat;
}

.national-gl29tg {
  max-width: 650px;
}

.national-d4q2qj {
  position: relative;
  padding-bottom: 56.25%;
  width: 100%;
  height: 0;
  background-color: #000;
}

.national-l4m55t {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.national-ne2pdb {
  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.national-s9b3wb ease-in-out;
  cursor: pointer;
}

.national-ne2pdb:hover {
  opacity: 0.5;
}

.national-ne2pdb:focus {
  outline: 0;
}

.national-ne2pdb:focus .national-ubf1qk,
.national-ne2pdb:hover .national-ubf1qk {
  fill: red;
  fill-opacity: 1;
}

.national-ne2pdb:hover {
  cursor: pointer;
}

.national-95s132 {
  position: absolute;
  left: 0;
  top: 0;
  border: none;
  width: 100%;
  height: 100%;
}

.national-gl29tg.national-qv79kt {
  margin: 0 auto;
}

.national-gl29tg.national-dwec52 {
  margin-left: auto;
}

.national-8qmymq {
  margin: 33px 20px 0 20px;
  padding: 33px 40px 40px 40px;
  background-color: var(--fh-bg-color);
  border-radius: 12px 12px 0 0;
}

.national-jh2u7j {
  padding-bottom: 50px;
}

.national-rgx14t {
  justify-content: flex-start;
  align-items: center;
  flex: 1 1;
}

.national-4ndrum {
  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;
}

.national-zi0ym9 {
  margin-top: 24px;
}

.national-81r0z5 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.national-yqjtj7 {
  width: 100%;
  font-size: 14px;
  line-height: 16px;
  text-align: center;
  color: var(--color-footer-text);
  margin-top: 4px;
}

.national-ggakvt {
  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;
}

.national-2e5ny3 {
  width: 468px;
}

.national-ggakvt .national-w33aan {
  margin: 0.national-hq5odo 0;
}

.national-0302qb {
  display: flex;
  min-width: 224px;
}

.national-n0eqoe {
  cursor: pointer;
  display: inline-block;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  text-decoration: none;
  color: var(--footer-text-color);
  transition: 0.national-s9b3wb ease-in-out;
}

.national-6yeei4,
.national-n0eqoe:hover {
  color: var(--text-color);
}

.national-23maxm {
  display: flex;
  flex-wrap: wrap;
  padding: 0;
}

.national-de417c {
  display: flex;
  flex-direction: column;
}

@media (max-width: 1024px) {
  .national-8qmymq {
    padding: 16px;
  }
  .national-23maxm {
    flex-direction: column;
    gap: 40px;
    padding: 0;
  }
  .national-de417c {
    align-items: center;
  }
  .national-2e5ny3 {
    width: unset;
  }
  .national-0302qb {
    min-width: unset;
  }
  .national-ggakvt {
    max-height: unset;
  }
  .national-rgx14t {
    align-items: flex-start;
  }
}

@media (max-width: 768px) {
  .national-8qmymq {
    margin: 33px 16px 0 16px;
    padding: 16px;
  }
}

.national-883ysq {
  border-radius: 12px;
  border: 2px solid var(--border-color);
  background: var(--fh-bg-color);
  padding: 16px;
}

.national-883ysq:not(:last-child) {
  margin-bottom: 16px;
}

.national-wcv7oi {
  outline: 0;
}

.national-wcv7oi .national-0vj3w4 {
  color: #fff;
  font-size: 17px;
  font-weight: 800;
  line-height: 24px;
}

.national-w12aik {
  display: flex;
  align-items: center;
  gap: 8px;
  outline: 0;
  cursor: pointer;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
}

.faq__details[open] .national-w12aik {
  padding-bottom: 16px;
  border-bottom: 1px solid var(--border-color);
}

.national-w12aik::-webkit-details-marker {
  display: none;
}

.national-w12aik: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;
}

.national-w12aik: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] .national-w12aik:after {
  transform: unset;
}

.national-0vj3w4 {
  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);
}

.national-0vj3w4 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.national-s9b3wb ease-in-out;
  -o-transition: 0.national-s9b3wb ease-in-out;
  transition: 0.national-s9b3wb ease-in-out;
}

.national-yxqihp {
  padding: 16px 0 0 0;
}

.national-yxqihp * {
  margin-top: 0.8rem;
  font-family: inherit;
  font-weight: 500;
  font-style: normal;
  font-size: inherit;
  line-height: inherit;
}

page-header__button .national-yxqihp :first-child {
  margin-top: 0;
}

@media (max-width: 767px) {
  .national-w12aik {
    flex-wrap: wrap;
    gap: 12px;
  }
  .national-w12aik::after {
    margin-left: auto;
  }
  .national-0vj3w4 {
    order: 3;
    flex: 1 1 100%;
  }
  .national-w12aik {
    font-size: 14px;
    line-height: 130%;
  }
  .national-0vj3w4 svg {
    margin-left: 15px;
    width: 18px;
    height: 18px;
    fill: var(--color-faq-item-title);
  }
}

.national-s8xz79 {
  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;
}

.national-7i6ui6 {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #fff;
  margin: 0;
  width: 100%;
  cursor: pointer;
}

.national-s8xz79.national-qw52ml .national-7i6ui6 {
  margin-bottom: 12px;
}

.national-7i6ui6::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;
}

.national-s8xz79.national-qw52ml .national-7i6ui6::after {
  transform: unset;
}

.national-rujm3e {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  list-style: none;
  overflow: hidden;
  margin: 0;
  padding: 0;
  width: 100%;
  height: auto;
  max-height: 0;
}

.national-dk4umv {
  display: flex;
  align-items: center;
  gap: 4px;
  padding: 6px 12px;
  text-decoration: none;
  color: #fff;
  transition: 0.national-s9b3wb ease-in-out;
  border-radius: 8px;
  border: 1px solid var(--border-color);
}

.national-dk4umv: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;
}

.national-s8xz79.national-qw52ml .national-rujm3e {
  max-height: 100%;
}

.national-1gjyyd {
  margin: 0 auto 3rem;
  padding: 0 10px;
  max-width: var(--display-width);
}

.national-ij6itj {
  padding: 4px 0;
  background: rgba(255, 255, 255, 0.1);
}

.national-mu4kyl {
  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;
}

.national-ibm4wm {
  margin-right: 4px;
}

.national-7kdby5 {
  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.national-s9b3wb ease-in-out;
}

.national-7kdby5 svg {
  width: 4px;
  height: 4px;
  margin-left: 4px;
  stroke: var(--text-color);
}

.national-2a3aiy,
.national-7kdby5:hover {
  color: var(--text-color);
}

.national-8cwyha {
  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;
}

.national-8cwyha img {
  grid-column: 1/2;
  grid-row: 1/3;
  max-width: 58px;
  height: auto;
}

.national-8cwyha .national-697p7g {
  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;
}

.national-8cwyha .national-8g8dje {
  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;
}

.national-mgaptn {
  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;
}

.national-u59b8u {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.national-3sov2h .national-u7ydon {
  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;
}

.national-3sov2h {
  background-image: url(../images/404.webp);
  background-position: -100px;
}

.national-8cc1ed {
  margin-top: 2rem;
  font-size: 5rem;
  line-height: 6rem;
  text-align: center;
}

.national-fr03gs {
  margin: 0;
  font-weight: 400;
  font-size: 2rem;
  line-height: 2.5rem;
  text-align: center;
}

.national-d1cvhp {
  display: inline-block;
  margin: 2rem auto 0;
  border: none;
  border-radius: 5px;
  padding: 0.national-az255a 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;
}

.national-d1cvhp:hover {
  -webkit-transform: translateY(-3px);
  -ms-transform: translateY(-3px);
  transform: translateY(-3px);
}

.national-09pdni {
  position: fixed;
  right: 10px;
  bottom: 15px;
  z-index: 10;
}

.national-yjomlu {
  -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.national-s9b3wb ease-in-out;
  transition: transform 0.national-s9b3wb ease-in-out;
  -o-transition: transform 0.national-s9b3wb ease-in-out;
  transition:
    transform 0.national-s9b3wb ease-in-out,
    -webkit-transform 0.national-s9b3wb ease-in-out;
  cursor: pointer;
}

.national-yjomlu svg {
  fill: var(--button-text-color);
  pointer-events: none;
}

.national-yjomlu: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;
}

.national-6rq7ho {
  width: 113px !important;
  background-color: green !important;
  top: 124px !important;
}

@media screen and (max-width: 700px) {
  #cookie-law-div p {
    padding-bottom: 36px;
  }
  .national-6rq7ho {
    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);
}

.national-34za87 {
  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;
}

.national-ddhqpf {
  position: relative;
  width: 100%;
}

.national-34za87.national-60p78f {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.national-34za87.national-qv79kt {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.national-34za87.national-dwec52 {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.national-cw8j83 {
  display: block;
  width: 100%;
  height: auto;
  object-fit: contain;
  aspect-ratio: 16/9;
  max-height: 488px;
  background-color: #454545;
}

.national-klf9c5 {
  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.national-s9b3wb ease-in-out;
  cursor: pointer;
}

.national-klf9c5:hover {
  opacity: 0.5;
}

.national-34za87.national-mdme2g .national-klf9c5 {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

.national-34za87.national-mdme2g .national-cw8j83 {
  cursor: pointer;
}

.national-vavmcs {
  fill: #0009;
}

.national-hecjso {
  fill: #fff;
}

.national-klf9c5:hover .national-vavmcs {
  fill: red;
}

.national-klf9c5 svg path {
  -webkit-transition: 0.national-s9b3wb ease-in-out;
  -o-transition: 0.national-s9b3wb ease-in-out;
  transition: 0.national-s9b3wb ease-in-out;
}

.national-ie7m7d {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0 20px;
}

.national-ie7m7d > :not(.get-image):not(.wp-block-heading) {
  grid-column: 1/2;
}

.national-ie7m7d.national-m08qit > :not(.get-image) {
  grid-column: 1/3;
}

.national-abg548:not(._h1-block) .national-ie7m7d > .national-ok3zks {
  grid-row: 1/2;
  grid-column: 1/3;
}

.national-ie7m7d.national-m08qit .national-rgetk9 {
  grid-column: 2/3;
}

.national-ie7m7d.national-m08qit > .national-mipoj1 {
  grid-column: 1/2;
}

.national-ie7m7d.national-m08qit > :not(.get-image):not(.wp-block-heading) {
  grid-column: 2/3;
}

.national-ie7m7d > p:first-of-type {
  margin-top: 0;
}

.national-ie7m7d .national-mipoj1 {
  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;
}

.national-abg548:not(._h1-block) .national-ok3zks ~ .national-mipoj1 {
  grid-row: 2/10;
}

.national-abg548.national-9tzrnv .national-ok3zks ~ .national-mipoj1 {
  grid-row: 1/10;
}

.national-abg548.national-9tzrnv > .national-ok3zks {
  grid-column: 1/2;
  margin-bottom: 20px;
}

.national-abg548.national-9tzrnv .national-mipoj1 {
  grid-row: 1/10;
}

.national-ie7m7d.national-4wofzg .national-mipoj1 {
  align-items: flex-start;
}

.national-ie7m7d.national-qv79kt .national-rgetk9 {
  margin-top: auto;
  margin-bottom: auto;
  height: fit-content;
}

.national-ie7m7d.national-qv79kt .national-mipoj1 {
  align-items: center;
}

.national-ie7m7d.national-4z1jd5 .national-mipoj1 {
  align-items: flex-end;
}

.national-rgetk9 > :first-child {
  margin-top: 0;
}

.national-rgetk9 > :last-child {
  margin-bottom: 0;
}

* + .national-uv6q0v,
.national-abg548 + .national-abg548 {
  margin-top: 2rem;
}

.national-99m374 td::before,
.national-99m374 th::after {
  display: none !important;
}

.national-99m374 #link-selector {
  color: #000;
}

.national-99m374 .national-an73oz {
  color: #135e96;
}

.national-99m374 .national-hxtdwe *,
.national-99m374 .national-x90a2h p,
.national-99m374 .national-mzariv * {
  color: #000;
}

.national-99m374 .national-oz583r {
  background: 0 0 !important;
}

.national-99m374 .national-sce841 {
  color: #000;
}

.national-99m374 .national-m1bs09.national-rl527q {
  color: #fff;
}

.national-99m374 .national-hyfqy2 {
  color: #000;
}

.national-99m374
  .national-3830th
  .national-2d5h5w.national-rl527q.national-4umv3i {
  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;
}

.national-fqho4m,
body .national-76kugy {
  color: #000;
  background: var(--color-body) !important;
}

.national-fqho4m .national-h898h5 .national-j8u8ht,
body .national-76kugy .national-h898h5 .national-j8u8ht {
  color: #000;
}

@media (hover: hover), screen and (min-width: 0\0) {
  .national-dk4umv:focus,
  .national-dk4umv:hover {
    color: #f9cb16;
  }
  .national-2dvhgp:focus,
  .national-2dvhgp:hover {
    background-color: var(--button-bg-color) !important;
    opacity: 1;
  }
}

@media (hover: hover), screen and (min-width: 0\0) {
  .national-56gg7s:focus img,
  .national-56gg7s:focus svg,
  .national-56gg7s:hover img,
  .national-56gg7s:hover svg {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
  }
}

@media (min-width: 768px) {
  .national-8cwyha {
    display: none;
  }
}

@media (min-width: 1024px) {
  .national-xn21s6:hover .national-n9i40j svg {
    -webkit-transform: rotateZ(180deg);
    -ms-transform: rotate(180deg);
    transform: rotateZ(180deg);
  }
  .national-n9i40j {
    pointer-events: none;
  }
}

@media screen and (max-width: 1280px) {
  :root {
    --offsets: 20px;
  }
}

@media (max-width: 1280px) {
  .national-9z20bx {
    -ms-grid-columns: (1fr) [5];
    grid-template-columns: repeat(5, 1fr);
  }
  .national-7mekkj {
    grid-template-columns: repeat(4, 1fr);
  }
  .national-o64zvl {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 1279px) {
  .national-yuhi78 .national-bsmqb3 {
    grid-template-columns: 1fr;
  }
  .national-yuhi78 .national-91cqyh {
    -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;
  }
  .national-yuhi78 .national-1ebidh {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
  .national-yuhi78 .national-rnb9dx {
    border-bottom: none;
    border-radius: 0;
    padding: 12px 20px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
  .national-yuhi78 .national-d4816a {
    border-radius: 0 0 16px 16px;
    padding: 24px 16px;
  }
  .national-yuhi78 .national-1ebidh:not(:first-child) {
    border: none;
  }
  .national-yuhi78 .national-1ebidh:first-child .national-rnb9dx {
    border-top-left-radius: 18px;
    border-top-right-radius: 0;
  }
  .national-yuhi78 .national-1ebidh:last-child .national-rnb9dx {
    border-radius: 0 18px 0 0;
  }
}

@media screen and (max-width: 1024px) {
  :root {
    --offsets: 16px;
  }
}

@media (max-width: 1024px) {
  html {
    font-size: 16px;
  }
  .national-fnv2jr {
    position: relative;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 8px var(--offsets);
  }
  .national-t2ae3i {
    max-width: 100px;
  }
  .national-z5dlbv {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
  .national-x83j35 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .national-x83j35 svg {
    stroke: var(--button-text-color);
    /* fill: var(--button-text-color); */
  }
  .national-7g5lc4 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
    margin-left: 20px;
  }
  .national-z5dlbv + .national-x83j35 {
    margin-left: auto;
  }
  .national-87z7tz {
    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;
  }
  .national-87z7tz.national-qw52ml {
    z-index: 9999;
    opacity: 1;
    pointer-events: auto;
  }
  .national-4gjwhf {
    -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;
  }
  .national-ao5zct {
    width: 100%;
  }
  .national-ao5zct:not(:last-child) {
    border-bottom: 1px solid var(--border-color);
  }
  .national-l679dd {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin: 0;
    padding: 8px 0;
    width: 100%;
  }
  .national-l679dd svg {
    margin-right: 4px;
  }
  .national-xn21s6 {
    -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;
  }
  .national-n9i40j svg {
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
  }
  .national-n9i40j {
    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;
  }
  .national-w33aan {
    display: none;
    width: 100%;
  }
  .national-xn21s6.national-qw52ml .national-w33aan {
    padding: 0 0 0 48px;
  }
  .national-x5yym2 {
    justify-content: flex-start;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
  }
  .national-4ndrum .national-mipoj1 {
    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;
  }
  .national-le9eyj {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
  }
  .national-le9eyj + .national-le9eyj {
    margin-right: 0;
  }
  .national-le9eyj + .national-mipoj1 {
    margin: 0;
  }
  .national-9z20bx {
    grid-template-columns: repeat(4, 1fr);
  }
  .national-7mekkj {
    grid-template-columns: repeat(3, 1fr);
  }
  .national-iqjlmf,
  .national-6aewy3 {
    grid-template-columns: repeat(2, 1fr);
  }
  .national-ie7m7d {
    grid-template-columns: 1fr;
    gap: 16px;
  }
  .national-ie7m7d.national-m08qit .national-rgetk9 {
    grid-column: auto;
    grid-row: auto;
  }
  .national-ie7m7d > .national-ok3zks {
    grid-column: 1/2;
  }
  .national-ie7m7d.national-m08qit > :not(.get-image) {
    grid-column: 1/2;
  }
  .national-ie7m7d .national-mipoj1,
  .national-ie7m7d.national-m08qit > .national-mipoj1 {
    grid-column: 1/2;
    grid-row: 1/2;
  }
  .national-ie7m7d.national-m08qit > :not(.get-image):not(.wp-block-heading) {
    grid-column: 1/2;
  }
  .national-abg548.national-9tzrnv .national-ie7m7d > .national-mipoj1 {
    grid-row: 1/2;
  }
  .national-ie7m7d .national-ok3zks ~ .national-mipoj1,
  .national-ie7m7d.national-m08qit .national-ok3zks ~ .national-mipoj1 {
    grid-row: 2/3;
  }
  .national-abg548.national-9tzrnv .national-ok3zks ~ .national-mipoj1 {
    grid-row: 2/3;
  }
}

@media (max-width: 800px) {
  .national-id0tp4:first-child .national-j7qwkm {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .national-id0tp4:first-child .national-j7qwkm h1 {
    -webkit-box-ordinal-group: -1;
    -ms-flex-order: -2;
    order: -2;
  }
}

@media (max-width: 1100px) {
  .national-id0tp4 {
    margin-bottom: 1rem;
    padding: 0 13px;
  }
}

@media (max-width: 767px) {
  .national-id0tp4 {
    padding: 0;
  }
  .national-wwv85x {
    margin-top: 1rem;
  }
  .national-wcv7oi {
    border-radius: 5px;
  }
  .national-7rn8a3 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .national-7i6ui6::after {
    display: inline-block;
  }
  .national-7i6ui6 {
    margin: 0;
    width: 100%;
  }
  .national-rujm3e {
    width: 100%;
  }
  .national-rujm3e.national-jp00em {
    -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%;
  }
  .national-rujm3e.national-jp00em .national-4w6087 {
    width: 100%;
  }
  .national-rujm3e.national-jp00em .national-4w6087:not(:last-child) {
    margin-right: 0;
  }
  .national-dk4umv {
    width: 100%;
    text-align: center;
  }
  .national-s8xz79.national-qw52ml .national-rujm3e {
    margin-top: 1rem;
  }
  .national-9z20bx {
    grid-template-columns: repeat(3, 1fr);
  }
  .national-o64zvl,
  .national-7mekkj {
    grid-template-columns: repeat(2, 1fr);
  }
  .national-iqjlmf,
  .national-6aewy3,
  .national-ij1lh0 {
    grid-template-columns: 1fr;
  }
  .national-rwbfbi {
    overflow-x: auto;
    width: 100%;
    max-width: 980px;
  }
  .national-z0qx7u {
    min-width: 300px;
    max-width: 325px;
  }
  .national-rnb9dx {
    cursor: auto;
  }
  .national-d8xa7k .national-rnb9dx {
    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;
  }
  .national-6rq7ho {
    left: calc(50% - 60px);
  }
}

@media (max-width: 650px) {
  .national-w33aan {
    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) {
  .national-6rq7ho {
    top: 100px !important;
  }
  #cookie-law-div p {
    padding-bottom: 50px;
  }
}

.national-le9eyj p {
  margin-top: 0;
}

@media (max-width: 550px) {
  .national-x83j35 {
    margin: 0 -0.2rem;
  }
  .national-le9eyj {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
  .national-5gcawe {
    -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;
  }
  .national-y6s7kw {
    max-width: 100%;
  }
  .national-9z20bx {
    grid-template-columns: repeat(2, 1fr);
  }
  .national-o64zvl,
  .national-7mekkj {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 500px) {
  html {
    font-size: 16px;
  }
  .national-fnv2jr {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .national-x83j35 {
    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;
  }
  .national-5o84os {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .national-5p16yt {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
  }
  .national-d7ihkt,
  .national-3azb28 {
    width: calc(100% - 20px);
  }
}

@media (max-width: 475px) {
  .national-soms20 {
    width: 100%;
  }
  .national-9z20bx {
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 400px) {
  .national-6rq7ho {
    top: 127px !important;
  }
}

.national-rz2ola {
  width: 100%;
  border-radius: 12px;
  overflow: hidden;
  margin-bottom: 20px;
}

@media (max-width: 1100px) {
  .national-rz2ola {
  }
}

@media (max-width: 767px) {
  .national-rz2ola {
    margin-bottom: 12px;
  }
}

.national-rz2ola img {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  min-width: 100%;
  height: 100%;
}

.national-1lkk6a {
  display: flex;
  margin: 0 auto;
  padding: 0 var(--offsets);
  max-width: var(--display-width);
  gap: 20px;
}

.national-1lkk6a > .national-yz2skt {
  flex: 1 1;
}

@media (max-width: 767px) {
  .national-1lkk6a {
    flex-direction: column;
    gap: 12px;
  }
}

.national-qex540 {
  display: flex;
}

.national-qex540 .national-w123m1 {
  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;
}

.national-qex540 .national-1tzpq8 {
  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;
}

.national-qex540 .national-efs3hf {
  display: flex;
  list-style: none;
  margin: 0;
  padding-left: 100%;
  animation: scroll 60s linear infinite;
}

.national-qex540 .national-iokv46 {
  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));
  }
}

.national-qex540 .national-iokv46:before {
  content: "";
  width: 24px;
  min-width: 24px;
  height: 24px;
  background-image: url(../images/award.svg);
  background-repeat: no-repeat;
  background-position: center;
}

.national-qex540 .national-0k7mpx {
  color: #fff;
  font-size: 14px;
  font-weight: 800;
  line-height: 20px;
  margin-right: 4px;
}

.national-579wer {
  border: unset;
  background-color: unset;
}

.national-579wer tbody {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

.national-579wer .national-5ot54n,
.national-579wer .national-rnr1o9 {
  flex: 0 1 330px;
}

.national-579wer .national-npwjtu {
  flex: 1 1;
}

.national-579wer tr {
  display: flex;
  flex-direction: column;
  gap: 16px;
  border-radius: 12px;
  border: 2px solid var(--border-color);
  background: var(--fh-bg-color);
  padding: 16px;
}

.national-579wer tr td {
  border: unset;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  color: #fff;
  padding: 0;
}

.national-579wer tr td:first-child {
  font-size: 23px;
  font-weight: 800;
  line-height: 28px;
  margin: 0;
  padding: 0;
}

.national-579wer tr td p {
  color: #fff;
  margin: 0;
}

.national-579wer tr td p span {
  color: var(--title-color);
  font-weight: 800;
}

.national-579wer tr.national-5ot54n td p {
  padding: 16px 0;
}

.national-579wer tr.national-5ot54n td p:not(:last-child),
.national-579wer tr.national-rnr1o9 td p:not(:last-child) {
  border-bottom: 1px solid var(--border-color);
}

.national-579wer tr.national-5ot54n td p:first-child,
.national-579wer tr.national-rnr1o9 td p:first-child {
  padding-top: 0;
}

.national-579wer tr.national-rnr1o9 td p {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 12px 0;
  font-size: 14px;
  font-weight: 800;
  line-height: 20px;
}

.national-579wer tr.national-rnr1o9 td p:last-child {
  padding-bottom: 0;
}

.national-579wer .national-rnr1o9 img {
  max-width: 32px;
}

.national-579wer .national-npwjtu {
  min-width: 718px;
}

.national-579wer .national-npwjtu td:last-child {
  display: flex;
  flex-wrap: wrap;
}

.national-579wer .national-npwjtu td {
  display: flex;
}

.national-579wer .national-npwjtu td:last-child .national-t0xcne,
.national-579wer .national-npwjtu td:last-child .national-t9ik66,
.national-579wer .national-npwjtu td:last-child .national-51lxq4 {
  flex: 1 1 50%;
}

.national-579wer .national-npwjtu td:last-child .national-18kijx {
  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;
}

.national-579wer .national-npwjtu td:last-child .national-jg96zf,
.national-579wer .national-npwjtu td:last-child .national-j0i3sk {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  list-style: none;
  padding-left: 0;
  margin-top: 12px;
}

.national-579wer .national-npwjtu td:last-child .national-t0xcne,
.national-579wer .national-npwjtu td:last-child .national-t9ik66 {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
  padding-top: 16px;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}

.national-579wer .national-npwjtu td:last-child .national-t0xcne span,
.national-579wer .national-npwjtu td:last-child .national-t9ik66 span {
  font-weight: 800;
}

.national-579wer .national-npwjtu img {
  max-width: 34px;
}

@media (max-width: 1100px) {
  .national-579wer .national-npwjtu td .national-51lxq4:not(:first-child) {
    padding-left: 0;
  }
}

@media (max-width: 767px) {
  .national-579wer tr.national-5ot54n td p:last-child {
    padding-bottom: 0;
  }
  .national-579wer .national-rnr1o9 > td {
    display: flex;
    flex-wrap: wrap;
    gap: 0 20px;
  }
  .national-579wer .national-rnr1o9 > td > p {
    flex: 1 1 calc(50% - 10px);
  }
  .national-579wer tr.national-5ot54n td p:not(:last-child),
  .national-579wer tr.national-rnr1o9 td p:not(:last-child) {
    border-bottom: unset;
  }
  .national-579wer tr.national-rnr1o9 td p:last-child {
    padding-bottom: 12px;
  }
  .national-579wer .national-npwjtu td:last-child .national-t0xcne,
  .national-579wer .national-npwjtu td:last-child .national-t9ik66,
  .national-579wer .national-npwjtu td:last-child .national-51lxq4 {
    flex: 1 1 50%;
    padding: 0;
  }
  .national-579wer .national-npwjtu td:last-child .national-t0xcne,
  .national-579wer .national-npwjtu td:last-child .national-t9ik66 {
    margin-top: 16px;
  }
  .national-579wer .national-npwjtu td:last-child .national-51lxq4 {
    flex: 1 1 100%;
    padding-bottom: 16px;
    margin-top: 16px;
  }
  .national-579wer .national-npwjtu td:last-child .national-t0xcne {
    border-right: 1px solid var(--border-color);
  }
  .national-579wer .national-npwjtu td:last-child .national-51lxq4:first-child {
    padding-top: 0;
    margin-top: 0;
  }
  .national-579wer .national-npwjtu td:last-child .national-51lxq4:last-child {
    padding-bottom: 0;
  }
}

.national-51lxq4 {
  display: flex;
  flex-direction: column;
}

.national-579wer .national-npwjtu td .national-51lxq4 {
  border-bottom: 1px solid var(--border-color);
  padding-bottom: 16px;
}

.national-579wer .national-npwjtu td .national-51lxq4:not(:last-of-type) {
  border-right: 1px solid var(--border-color);
  padding-right: 16px;
}

.national-579wer .national-npwjtu td .national-51lxq4:not(:first-child) {
  padding-left: 16px;
}

@media (max-width: 767px) {
  .national-579wer .national-npwjtu td .national-51lxq4:not(:first-child) {
    padding-left: 0;
  }
  .national-579wer .national-npwjtu td .national-51lxq4:not(:last-of-type) {
    border-right: unset;
  }
}

.national-579wer .national-1mlh9p {
  flex: 0 1 485px;
}

.national-579wer .national-rb07wo {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  list-style: none;
}

.national-579wer .national-rb07wo li {
  border-radius: 4px;
  border: 1px solid var(--border-color);
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}

.national-579wer .national-rb07wo li.national-ksjr8u {
  padding: 6px 12px;
}

.national-579wer .national-rb07wo li a,
.national-579wer .national-rb07wo 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;
}

.national-579wer .national-dw7beg,
.national-579wer .national-mohi9g {
  flex: 1 1;
}

.national-579wer .national-54k9jp,
.national-579wer .national-tw6hjo {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.national-579wer .national-54k9jp li,
.national-579wer .national-tw6hjo li {
  display: flex;
  align-items: center;
  gap: 8px;
  flex: 1 1 calc(50% - 20px);
  font-size: 14px;
  font-weight: 800;
  line-height: 20px;
}

.national-579wer .national-mohi9g img {
  max-width: 32px;
}

.national-579wer .national-dw7beg img {
  max-width: 32px;
}

.national-579wer .national-k899gv {
  min-width: 280px;
}

.national-579wer .national-k899gv img {
  max-width: 146px;
}

.national-579wer .national-k899gv td {
  display: flex;
  flex-direction: column;
  gap: 12px;
  max-width: 280px;
}

@media (max-width: 1460px) {
  .national-579wer .national-5ot54n,
  .national-579wer .national-rnr1o9 {
    flex: 0 1 auto;
  }
  .national-579wer .national-npwjtu {
    min-width: unset;
    flex: 1 1 50%;
  }
}

@media (max-width: 1100px) {
  .national-579wer .national-5ot54n,
  .national-579wer .national-1mlh9p,
  .national-579wer .national-rnr1o9,
  .national-579wer .national-npwjtu {
    flex: 1 1 calc(50% - 20px);
  }
  .national-579wer .national-dw7beg,
  .national-579wer .national-k899gv,
  .national-579wer .national-mohi9g {
    flex: 1 1 30%;
  }
  .national-579wer .national-k899gv {
    min-width: unset;
  }
}

@media (max-width: 767px) {
  .national-579wer .national-5ot54n,
  .national-579wer .national-1mlh9p,
  .national-579wer .national-dw7beg,
  .national-579wer .national-rnr1o9,
  .national-579wer .national-npwjtu,
  .national-579wer .national-k899gv,
  .national-579wer .national-mohi9g {
    flex: 1 1 100%;
  }
}

.national-hrvwip .national-kwktjl {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.national-hrvwip .national-5oakdg {
  position: relative;
  display: flex;
  flex-direction: column;
  border-radius: 8px;
  border: 2px solid var(--border-color);
  background-color: var(--fh-bg-color);
}

.national-hrvwip .national-gduxyy {
  width: 100%;
  padding: 12px 12px 8px 12px;
  background-color: #318562;
  font-size: 14px;
  font-weight: 800;
  line-height: 20px;
  color: #f9cb16;
}

.national-hrvwip .national-1ihewo {
  display: grid;
  padding: 16px;
  gap: 0 16px;
  grid-template-columns: repeat(2, 1fr);
}

.national-hrvwip .national-1ihewo > :nth-child(3) {
  margin-top: 0;
}

.national-hrvwip .national-mipoj1 {
  grid-column: 2/3;
  grid-row: 1/10;
}

.national-hrvwip .national-jmk7zr {
  grid-column: 1/2;
  margin-top: 0;
  margin-bottom: 8px;
}

.national-hrvwip .national-wwv85x {
  grid-column: 1/2;
}

.national-hrvwip > :not(.how-to__title):not(.content-button) {
  grid-column: 1/2;
}

.national-hrvwip .national-5oakdg: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;
}

.national-hrvwip .national-5oakdg:not(:last-child):after {
  position: relative;
  content: "";
  width: calc(100% - 32px);
  height: 1px;
  background-color: #318562;
  margin: 12px auto 27px auto;
}

.national-hrvwip .national-soms20 {
  min-width: 240px;
}

@media (max-width: 768px) {
  .national-hrvwip .national-5oakdg:not(:last-child):before {
    bottom: 8px;
  }
  .national-hrvwip .national-5oakdg:not(:last-child):after {
    margin: 12px auto 18px auto;
  }
  .national-hrvwip .national-1ihewo {
    grid-template-columns: 1fr;
    padding: 16px 16px 8px 16px;
  }
  .national-hrvwip .national-mipoj1 {
    grid-column: 1/2;
    grid-row: 1/2;
    margin: -16px -18px 16px -18px;
  }
  .national-hrvwip .national-mipoj1 img {
    width: 100%;
    height: auto;
  }
  .national-hrvwip .national-soms20 {
    width: 100%;
    min-width: unset;
  }
}

.national-1fr5cx .national-xctcjt {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  list-style: none;
}

.national-1fr5cx .national-oha9uu {
  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;
}

.national-1fr5cx .national-mipoj1 {
  height: 100%;
}

.national-1fr5cx .national-mipoj1 img {
  height: 100%;
  width: auto;
  min-width: 220px;
  object-fit: cover;
}

.national-1fr5cx .national-t70v7z {
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding: 16px 16px 16px 0;
}

.national-1fr5cx .national-2fh9cx {
  color: #f9cb16;
  font-size: 23px;
  font-weight: 800;
  line-height: 28px;
  margin: 0;
}

.national-1fr5cx .national-erz2cf {
  color: #d2d2d2;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  flex: 1 1;
  margin: 0;
}

@media (max-width: 1200px) {
  .national-1fr5cx .national-oha9uu {
    flex: 1 1 100%;
  }
  .national-1fr5cx .national-xfy9cv {
    min-width: 320px;
    width: fit-content;
  }
}

@media (max-width: 767px) {
  .national-1fr5cx .national-oha9uu {
    flex-direction: column;
  }
  .national-1fr5cx .national-mipoj1 {
    width: 100%;
    height: auto;
  }
  .national-1fr5cx .national-mipoj1 img {
    width: 100%;
    height: auto;
    max-height: 260px;
    min-width: unset;
  }
  .national-1fr5cx .national-t70v7z {
    padding: 0 16px 16px 16px;
  }
  .national-1fr5cx .national-xfy9cv {
    min-width: unset;
    width: 100%;
  }
}

.national-uzzy0j .national-4he58u {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  flex-wrap: wrap;
  gap: 20px;
}

.national-uzzy0j .national-4py8ec {
  position: relative;
  height: 220px;
  border-radius: 12px;
  border: 2px solid var(--border-color);
  overflow: hidden;
  transition: 0.2s;
}

.national-uzzy0j 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;
}

.national-uzzy0j .national-z7y6y8 {
  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;
}

.national-uzzy0j .national-4py8ec:hover .national-z7y6y8 {
  display: flex;
}

.national-uzzy0j .national-tcc4op {
  text-align: center;
  margin-top: 0;
  margin-bottom: 5px;
  color: #d2d2d2;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}

.national-uzzy0j .national-y7u0z5 {
  text-align: center;
  font-size: 17px;
  font-weight: 800;
  line-height: 24px;
  margin-top: 0;
  margin-bottom: auto;
  color: #fff;
}

.national-t3l1vb {
  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;
}

.national-t3l1vb.national-0085dn {
  color: #196948;
  background-color: #f9cb16;
  border: 1px solid #f9cb16;
  margin-bottom: 8px;
  transition: 0.national-hbksgq ease-in-out;
}

.national-t3l1vb.national-0085dn:hover {
  color: #f9cb16;
  background-color: transparent;
}

.national-uzzy0j .national-ctnk4p {
  color: #fff;
  border: 1px solid #f9cb16;
  background-color: unset;
  transition: 0.national-hbksgq ease-in-out;
}

.national-uzzy0j .national-ctnk4p:hover {
  color: #196948;
  background-color: #f9cb16;
}

.national-uzzy0j .national-ctnk4p:after,
.national-t3l1vb.national-0085dn:after {
  content: "";
  width: 24px;
  min-width: 24px;
  height: 24px;
  background-repeat: no-repeat;
  background-position: center;
}

.national-t3l1vb.national-0085dn:after {
  background-image: url(../images/Cash.svg);
}

.national-uzzy0j .national-ctnk4p:after {
  background-image: url(../images/Play.svg);
}

@media (max-width: 1200px) {
  .national-uzzy0j .national-4he58u {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 850px) {
  .national-uzzy0j .national-4he58u {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 600px) {
  .national-uzzy0j .national-4he58u {
    grid-template-columns: 1fr;
  }
  .national-uzzy0j .national-4py8ec {
    height: auto;
  }
  .national-uzzy0j .national-4py8ec .national-z7y6y8 {
    position: relative;
    display: flex;
    height: auto;
    background-color: var(--fh-bg-color);
    padding: 8px 12px 12px 12px;
  }
  .national-uzzy0j .national-tcc4op,
  .national-uzzy0j .national-y7u0z5 {
    text-align: left;
  }
  .national-uzzy0j .national-y7u0z5 {
    margin-bottom: 8px;
  }
  .national-uzzy0j img {
    position: relative;
    top: unset;
    right: unset;
    bottom: unset;
    left: unset;
    min-height: unset;
  }
}

.national-m3hhxt {
  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;
}

.national-m3hhxt.national-mdme2g {
  display: block;
}

.national-m3hhxt .national-me93zq {
  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;
}

.national-m3hhxt .national-f3gra4 {
  display: flex;
  gap: 24px;
  padding: 12px;
}

.national-m3hhxt .national-bocp67 {
  display: flex;
  align-items: center;
  color: #fff;
  font-size: 23px;
  font-weight: 800;
  line-height: 28px;
}

.national-m3hhxt .national-pkecvt {
  display: flex;
  align-items: center;
  flex: 1 1;
}

.national-m3hhxt .national-t3l1vb {
  min-width: 296px;
  margin-bottom: 0;
}

.national-m3hhxt .national-zrq4xa {
  width: 44px;
  min-width: 44px;
  height: 44px;
  background-image: url(../images/cross.svg);
  background-position: center;
  background-repeat: no-repeat;
  cursor: pointer;
}

.national-m3hhxt .national-spbnqt {
  position: relative;
  flex: 1 1;
}

.national-m3hhxt .national-spbnqt iframe {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 100%;
  height: 100%;
}

@media (max-width: 768px) {
  .national-m3hhxt .national-f3gra4 {
    flex-wrap: wrap;
    gap: 8px;
  }
  .national-m3hhxt .national-bocp67 {
    order: 1;
  }
  .national-m3hhxt .national-pkecvt {
    order: 3;
    flex: 1 1 100%;
  }
  .national-m3hhxt .national-t3l1vb {
    width: 100%;
    min-width: unset;
  }
  .national-m3hhxt .national-zrq4xa {
    order: 2;
    margin-left: auto;
  }
}

@media (max-width: 767px) {
  .national-ie7m7d > .national-ok3zks {
    margin-bottom: 0;
  }
  .national-ie7m7d > .national-wwv85x,
  .national-ie7m7d > p {
    margin-top: 0;
  }
}

.national-hvxhor img,
.national-le9eyj img {
  width: auto;
  object-fit: contain;
}

.national-hvxhor {
  align-items: center;
}

.national-hvxhor img {
  max-height: 76px;
}

.national-le9eyj img {
  max-height: 64px;
}

.national-n8nxw7 {
  overflow: auto;
}

.national-lymcv5 {
  border: 1px solid var(--color-table-border);
  box-shadow: 0 0 15px rgb(0 0 0 / 5%);
  border-collapse: collapse;
  width: 100%;
}

.national-fulab2:not(:last-child) {
  border-bottom: 1px solid var(--color-table-border);
}

.national-5ai5tm {
  border: none;
  padding: 25px 10px;
  font-weight: 700;
  color: var(--color-table-td-color);
  min-width: 200px;
}

.national-f3covr {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.national-5ai5tm .national-mipoj1 {
  margin-right: 20px;
  flex-shrink: 0;
}

.national-5ai5tm img {
  max-height: 45px;
  object-fit: contain;
  width: 100%;
}

.national-dh7ov3 {
  padding: 25px 10px;
  align-self: center;
  border-bottom: 1px solid var(--color-table-border);
  flex-grow: 1;
  border-top: none;
}

.national-dh7ov3 > :first-child {
  margin-top: 0;
}

@media (max-width: 767px) {
  .national-5ai5tm {
    padding: 15px 10px;
  }
  .national-dh7ov3 {
    padding: 15px 10px;
  }
  .national-5ai5tm .national-mipoj1 {
    margin-right: 10px;
  }
}

.national-qiqb2a {
  overflow-x: auto;
}

.national-kc10il {
  border-collapse: collapse;
  width: 100%;
}

.national-qiqb2a th {
  font-family: inherit;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 19px;
  padding: 25px 10px;
  text-align: center;
}

.national-qiqb2a td {
  font-family: inherit;
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  padding: 15px 25px;
  white-space: nowrap;
}

.national-qiqb2a td.national-wdq0j0 {
  font-weight: 600;
  text-align: right;
  border-left: none;
}

.national-qiqb2a td.national-pkxvin {
  border-right: none;
}

.national-qiqb2a td.national-pkxvin .national-mipoj1 {
  justify-content: flex-start;
}

.national-qiqb2a td.national-pkxvin .national-mipoj1 img {
  height: auto;
  width: 90px;
}

.national-qiqb2a td.national-2bs8cb,
.national-qiqb2a td.national-afcqwv {
  font-weight: 600;
  text-align: right;
}

.national-qiqb2a td.national-475oen,
.national-qiqb2a td.national-2bs8cb {
  padding-bottom: 10px;
  border-bottom: none;
}

.national-qiqb2a td.national-2bs8cb,
.national-qiqb2a td.national-afcqwv {
  border-left: none;
}

.national-qiqb2a td.national-475oen,
.national-qiqb2a td.national-651i77 {
  border-right: none;
}

.national-qiqb2a td.national-651i77,
.national-qiqb2a td.national-afcqwv {
  border-top: none;
  padding-top: 10px;
}

.national-p7p947 {
  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;
}

.national-p7p947 .national-xfy9cv {
  min-width: unset;
  width: 100%;
}

.national-p7p947 .national-xfy9cv.national-eobj8r {
  grid-column: 1/2;
  grid-row: 1/2;
}

.national-p7p947 .national-xfy9cv.national-mbl2s7 {
  grid-column: 2/3;
  grid-row: 1/2;
}

.national-p7p947 .national-ysxnc5 {
  grid-column: 1/3;
  grid-row: 2/3;
  margin-top: 0;
}

@media (max-width: 767px) {
  .national-p7p947 {
    grid-template-columns: 1fr;
    margin-top: 0;
  }
  .national-p7p947 .national-xfy9cv.national-eobj8r {
    grid-column: 1/2;
    grid-row: 1/2;
  }
  .national-p7p947 .national-xfy9cv.national-mbl2s7 {
    grid-column: 1/2;
    grid-row: 2/3;
  }
  .national-p7p947 .national-ysxnc5 {
    grid-column: 1/2;
    grid-row: 3/4;
  }
}

.national-s7gbkd {
  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;
}

.national-jnvngh {
  margin-bottom: 32px;
  font-size: 34px;
  font-weight: 800;
  line-height: 40px;
}

.national-2d5ya3 p a img {
  margin: 0 auto;
  display: block;
}

.national-2d5ya3 table {
  margin-bottom: 17px;
}

/* contanct form */
.national-ekakdx {
  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;
}

.national-ekakdx label {
  font-size: 14px;
}

.national-ekakdx h2 {
  text-align: center;
  margin-bottom: 1rem;
}
.national-ekakdx input,
.national-ekakdx textarea,
.national-ekakdx 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;
}
.national-ekakdx button {
  background-color: #a91f09;
  color: var(--text-color);
  border: none;
  cursor: pointer;
  transition: background 0.national-hbksgq ease;
}
.national-ekakdx button:hover {
  background-color: #691204;
}
.national-q21dvz {
  text-align: center;
  color: green;
  font-weight: 500;
  padding: 50px 0;
  animation: fadeIn 0.national-g7cd4r ease-in;
}

.national-q21dvz 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;
}
.national-1avhfe, .national-igwv47, [class*="review-card"],
thead, thead th, table th, .national-r0kfhj,
.national-39zyy5, [class*="collapsible-header"],
.national-15bms0, [class*="updated-block"] {
  color: #ece7dc !important;
}
