@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-mqmi56 {
  margin: 0 auto;
  padding: 0 var(--offsets);
  max-width: var(--display-width);
}

.national-01q15l {
  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-sy2tpa,
ul.national-sy2tpa {
  padding-left: 20px;
}

ul.national-sy2tpa {
  list-style: disc;
}

ol.national-sy2tpa {
  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-kbt1da > .national-xl9uuv,
.national-kbt1da > .national-3rptts,
.national-kbt1da > blockquote,
.national-kbt1da > h1,
.national-kbt1da > h2,
.national-kbt1da > h3,
.national-kbt1da > h4,
.national-kbt1da > h5,
.national-kbt1da > h6,
.national-kbt1da > ol,
.national-kbt1da > p,
.national-kbt1da > ul {
  margin-right: auto;
  margin-left: auto;
  padding: 0 var(--offsets);
  max-width: var(--display-width);
}

.national-kbt1da > ol,
.national-kbt1da > ul {
  padding-left: 50px;
}

.national-kbt1da 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-kbt1da:not(:last-child) {
  margin-bottom: 2rem;
}

.national-kbt1da > :not(:first-child) {
  margin-top: 2rem;
}

.national-kbt1da {
  margin-top: 64px;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.national-kbt1da:first-child {
  margin-top: 40px;
}

@media (max-width: 767px) {
  .national-kbt1da:first-child {
    margin-top: 20px;
  }
}

.national-kbt1da > p:last-of-type {
  margin-bottom: 32px;
}

.national-kbt1da > .national-4blrdj:not(:first-child) {
  margin: 64px auto 16px auto;
}

.national-2g1olc > .national-4blrdj {
  margin-left: auto;
  margin-right: auto;
  padding: 0 var(--offsets);
  max-width: var(--display-width);
}

.national-3rptts {
  overflow: auto;
}

.national-3rptts::-webkit-scrollbar {
  height: 5px;
}

.national-3rptts table,
table {
  margin-top: 24px;
  border-collapse: collapse;
  width: 100%;
  word-break: break-word;
}

.national-3rptts table {
  border-radius: 12px;
  border: 2px solid var(--border-color);
  /* background: #0f442e; */
}

.national-3rptts table thead,
table thead {
  border-bottom: none;
}

.national-3rptts table th,
table th {
  padding: 5px 5px;
  text-align: center;
  color: var(--color-table-th-color);
  background-color: var(--table-1-color);
}

.national-3rptts table th:not(:last-child) {
  border-right: 1px solid var(--border-color);
}

.national-3rptts table td,
table td {
  border: 1px solid var(--border-color);
  padding: 5px 5px;
}

.national-3rptts .national-097ful {
  table-layout: auto;
}

.national-3rptts .national-097ful th {
  word-break: normal;
}

.national-3rptts .national-097ful td {
  word-break: normal;
}

.national-mqmi56 .national-mqmi56 {
  padding-right: 0;
  padding-left: 0;
}

.national-fjn8jh {
  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-lbojxq {
  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-k4fk7r {
  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-xl9uuv {
  margin-top: 24px;
}

.national-xl9uuv.national-zk1eg4 {
  text-align: left;
}

.national-xl9uuv.national-jlot4b {
  text-align: right;
}

.national-xl9uuv.national-57rzqx {
  text-align: center;
}

.national-0o0709 {
  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-irys1v ease-in-out;
  cursor: pointer;
}

.national-0o0709:hover {
  color: var(--button-bg-color);
  background: 0 0;
}

.national-0o0709 {
  min-width: 328px;
}

@media (max-width: 768px) {
  .national-0o0709 {
    min-width: unset;
  }
}

.national-jdgyks {
  background-color: var(--fh-bg-color);
}

.national-hq8jpg {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 8px 20px;
}

.national-n2g4ye {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  max-width: 160px;
}

.national-n2g4ye img {
  max-height: 80px;
  object-fit: contain;
}

.national-vkb9uf {
  flex: 1 1;
}

.national-cy0f6i {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-left: auto;
}

.national-fhtxma {
  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-fhtxma 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-fhtxma.national-hdon15 span:nth-of-type(1) {
  -webkit-transform: translateY(11px) rotateZ(45deg);
  -ms-transform: translateY(11px) rotate(45deg);
  transform: translateY(11px) rotateZ(45deg);
}

.national-fhtxma.national-hdon15 span:nth-of-type(2) {
  -webkit-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform: scaleX(0);
}

.national-fhtxma.national-hdon15 span:nth-of-type(3) {
  -webkit-transform: translateY(-11px) rotateZ(-45deg);
  -ms-transform: translateY(-11px) rotate(-45deg);
  transform: translateY(-11px) rotateZ(-45deg);
}

.national-vkb9uf + .national-cy0f6i {
  margin-left: 20px;
}

.national-nzjtdj {
  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-nzjtdj > svg {
  max-width: 24px;
  max-height: 24px;
}

.national-nzjtdj + .national-nzjtdj {
  margin-left: 5px;
}

.national-66h9dl {
  color: var(--button-text-color);
  background-color: var(--button-bg-color);
  border: 1px solid var(--border-color);
  transition: 0.2s;
}

.national-66h9dl:hover {
  background-color: var(--button-bg-hover);
}

.national-tvwyk1 {
  color: var(--button-text-color);
  background-color: var(--button-bg-color);
  transition: 0.national-irys1v ease-in-out;
  border: 1px solid var(--border-color);
}

.national-tvwyk1:hover {
  color: var(--button-text-color);
  background-color: var(--button-bg-hover);
}

.national-zaiyo5 {
  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-vkb9uf {
    flex: 1 1 100%;
    order: 10;
    margin-top: 8px;
  }
  .national-zaiyo5 {
    justify-content: center;
  }
}

@media (max-width: 1024px) {
  .national-vkb9uf {
    margin-top: unset;
  }
}

@media (max-width: 768px) {
  .national-nzjtdj {
    min-width: unset;
    flex: 1 1;
  }
}

.national-oalxst {
  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-oalxst:hover > a::after {
  -webkit-transform: scaleX(1);
  -ms-transform: scaleX(1);
  transform: scaleX(1);
}

.national-oalxst:hover .national-d8grmy {
  opacity: 1;
  pointer-events: auto;
}

.national-jakdvl {
  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-k1y8rg ease-in-out;
  gap: 4px;
}

.national-jakdvl > svg {
  max-width: 28px;
  max-height: 28px;
  fill: var(--text-color);
  stroke: var(--text-color);
}

.national-jakdvl .national-fjn8jh img {
  width: auto;
  height: 1.2rem;
  -o-object-fit: contain;
  object-fit: contain;
}

.national-fq3nmw,
.national-jakdvl:hover {
  color: var(--button-bg-hover);
}

.national-5r0jar {
  position: relative;
}

.national-5r0jar .national-jakdvl {
  margin-right: 0;
  padding-right: 4px;
}

.national-z1memm svg {
  fill: var(--text-color);
  stroke: var(--text-color);
}

.national-5r0jar.national-hdon15 .national-z1memm svg {
  -webkit-transform: rotateZ(180deg);
  -ms-transform: rotate(180deg);
  transform: rotateZ(180deg);
}

.national-5r0jar.national-hdon15 .national-d8grmy {
  position: relative;
  top: 0;
  display: block;
  margin-top: 0;
  padding: 0 1rem;
  opacity: 1;
  pointer-events: auto;
}

.national-5r0jar.national-hdon15 .national-d8grmy::before {
  display: none;
}

.national-z1memm svg {
  width: 100%;
  height: auto;
  max-width: 15px;
  -webkit-transition: 250ms;
  -o-transition: 250ms;
  transition: 250ms;
}

.national-d8grmy {
  position: absolute;
  top: 100%;
  z-index: 100;
  list-style: none;
  margin-top: 0.5rem;
  border-radius: 5px;
  padding: 0.national-i924x1 1rem;
  background-color: var(--fh-bg-color);
  opacity: 0;
  transition: 250ms;
  width: auto;
  pointer-events: none;
}

.national-d8grmy::before {
  content: "";
  position: absolute;
  left: 0;
  top: -0.5rem;
  width: 100%;
  height: 0.5rem;
  background-color: transparent;
}

.national-d8grmy:hover {
  color: var(--fh-bg-color);
}

.national-t6quxj {
  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-i924x1 0;
  font-size: 14px;
  font-weight: 500;
  line-height: 28px;
  white-space: nowrap;
  text-decoration: none;
  color: var(--text-color);
  -webkit-transition: 0.national-k1y8rg ease-in-out;
  -o-transition: 0.national-k1y8rg ease-in-out;
  transition: 0.national-k1y8rg ease-in-out;
}

.national-t6quxj .national-fjn8jh img {
  width: auto;
  height: 1.2rem;
  -o-object-fit: contain;
  object-fit: contain;
}

.national-54aqvk,
.national-t6quxj:hover {
  color: var(--button-bg-hover);
}

.national-wccr0x {
  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-wccr0x.national-9za789 {
  position: relative;
  z-index: 1;
  overflow: hidden;
  border: none;
}

.national-wccr0x.national-9za789:after,
.national-wccr0x.national-9za789:before {
  content: "";
  position: absolute;
  margin: auto;
}

.national-wccr0x.national-9za789: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-wccr0x.national-9za789:after {
  top: 2px;
  right: 2px;
  bottom: 2px;
  left: 2px;
  background-color: var(--fh-bg-color);
  border-radius: 12px;
  z-index: 0;
}

.national-wccr0x.national-9za789 > * {
  z-index: 1;
}

.national-wccr0x b,
.national-wccr0x strong {
  color: var(--button-text-color);
  text-shadow: 0 0 8px var(--button-text-color);
}

.national-wccr0x .national-o9tqrx {
  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-wccr0x .national-9frawr {
  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-wccr0x .national-fjn8jh {
  grid-row: 1/-1;
  grid-column: 2/3;
  min-width: 146px;
}

.national-wccr0x .national-noc3qj {
  margin-top: 12px;
}

.national-noc3qj {
  display: flex;
  gap: 8px;
  grid-row: 3/4;
  grid-column: 1/2;
}

.national-tx9f4s {
  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-noc3qj .national-3uquw1 {
  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-irys1v ease-in-out;
}

.national-noc3qj .national-3uquw1:hover {
  background: rgba(255, 255, 255, 0.3);
}

.national-9z6djv {
  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-wccr0x.national-jp4vez {
  gap: 12px;
  padding: 16px;
}

.national-wccr0x.national-jp4vez .national-9z6djv {
  min-width: 240px;
}

.national-wccr0x.national-jp4vez .national-9z6djv.national-nk43k7 {
  padding: 10px 12px;
}

@media (max-width: 1200px) {
  .national-wccr0x .national-o9tqrx {
    grid-row: 1/2;
    grid-column: 1/3;
  }
  .national-wccr0x .national-9frawr {
    grid-row: 2/3;
    grid-column: 1/2;
  }
  .national-wccr0x .national-fjn8jh {
    min-width: 78px;
    grid-row: 2/3;
    grid-column: 2/3;
    align-self: start;
    max-width: 110px;
  }
  .national-wccr0x.national-jp4vez .national-fjn8jh {
    max-width: 126px;
  }
  .national-wccr0x .national-noc3qj {
    grid-row: 3/4;
    grid-column: 1/3;
  }
  .national-wccr0x .national-tx9f4s {
    max-width: unset;
  }
  .national-9z6djv {
    min-width: unset;
    width: 100%;
  }
  .national-wccr0x .national-9z6djv {
    grid-row: 4/5;
    grid-column: 1/3;
  }
  .national-wccr0x.national-jp4vez {
    grid-template-rows: auto 1fr auto;
  }
  .national-wccr0x.national-jp4vez .national-9z6djv {
    grid-row: 3/4;
  }
}

@media (max-width: 768px) {
  .national-wccr0x {
    padding: 16px;
    gap: 16px 12px;
    min-height: unset;
  }
  .national-wccr0x .national-o9tqrx {
    font-size: 18px;
    font-weight: 900;
    line-height: 24px;
  }
  .national-wccr0x .national-fjn8jh {
    max-width: 78px;
  }
  .national-wccr0x .national-noc3qj {
    margin-top: -12px;
  }
  .national-wccr0x.national-jp4vez {
    gap: 8px;
  }
  .national-wccr0x.national-jp4vez .national-o9tqrx {
    grid-row: 1/2;
    grid-column: 1/2;
  }
  .national-wccr0x.national-jp4vez .national-9frawr {
    grid-column: 1/3;
  }
  .national-wccr0x.national-jp4vez .national-fjn8jh {
    grid-row: 1/2;
    grid-column: 2/3;
  }
  .national-wccr0x.national-jp4vez .national-fjn8jh img {
    max-width: 114px;
  }
}

.national-9z6djv.national-moev7s,
.national-9z6djv.national-va28yv,
.national-9z6djv.national-xhy5bl {
  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-irys1v ease-in-out;
}

.national-9z6djv.national-moev7s,
.national-9z6djv.national-xhy5bl {
  padding: 10px;
}

.national-9z6djv.national-moev7s:hover,
.national-9z6djv.national-va28yv:hover,
.national-9z6djv.national-xhy5bl:hover {
  background: var(--button-bg-hover);
}

.national-9z6djv.national-moev7s:hover svg path,
.national-9z6djv.national-xhy5bl:hover svg path {
  stroke: var(--button-text-color);
  fill: none;
}

.national-9z6djv.national-nk43k7 {
  color: var(--button-text-color);
  background-color: transparent;
  border: 1px solid var(--border-color);
  padding: 12px;
  transition: 0.national-irys1v ease-in-out;
  background: var(--button-bg-color);
}

.national-9z6djv.national-nk43k7:hover {
  background-color: var(--button-bg-hover);
}

.national-9z6djv.national-va28yv: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-9z6djv.national-va28yv:after {
  content: "";
  width: 24px;
  min-width: 24px;
  height: 24px;
  background-image: url(../images/user.svg);
  background-position: center;
  background-repeat: no-repeat;
}

.national-9z6djv.national-nk43k7:after {
  content: "";
  width: 24px;
  min-width: 24px;
  height: 24px;
  background-image: url(../images/btn-arrows.svg);
  background-position: center;
  background-repeat: no-repeat;
}

.national-svd4db {
  max-width: 650px;
}

.national-x6fi38 {
  position: relative;
  padding-bottom: 56.25%;
  width: 100%;
  height: 0;
  background-color: #000;
}

.national-c7be8z {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.national-jwl63f {
  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-k1y8rg ease-in-out;
  cursor: pointer;
}

.national-jwl63f:hover {
  opacity: 0.5;
}

.national-jwl63f:focus {
  outline: 0;
}

.national-jwl63f:focus .national-bonu77,
.national-jwl63f:hover .national-bonu77 {
  fill: red;
  fill-opacity: 1;
}

.national-jwl63f:hover {
  cursor: pointer;
}

.national-zm1mfg {
  position: absolute;
  left: 0;
  top: 0;
  border: none;
  width: 100%;
  height: 100%;
}

.national-svd4db.national-57rzqx {
  margin: 0 auto;
}

.national-svd4db.national-jlot4b {
  margin-left: auto;
}

.national-ydu617 {
  margin: 33px 20px 0 20px;
  padding: 33px 40px 40px 40px;
  background-color: var(--fh-bg-color);
  border-radius: 12px 12px 0 0;
}

.national-mh46qw {
  padding-bottom: 50px;
}

.national-jkla41 {
  justify-content: flex-start;
  align-items: center;
  flex: 1 1;
}

.national-cyfin7 {
  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-n1ys55 {
  margin-top: 24px;
}

.national-v7fznh {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.national-37sdbl {
  width: 100%;
  font-size: 14px;
  line-height: 16px;
  text-align: center;
  color: var(--color-footer-text);
  margin-top: 4px;
}

.national-9x1epg {
  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-l3cidl {
  width: 468px;
}

.national-9x1epg .national-d8grmy {
  margin: 0.national-k59wm5 0;
}

.national-xth4o0 {
  display: flex;
  min-width: 224px;
}

.national-tbv7gx {
  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-k1y8rg ease-in-out;
}

.national-xq56e9,
.national-tbv7gx:hover {
  color: var(--text-color);
}

.national-a1is2n {
  display: flex;
  flex-wrap: wrap;
  padding: 0;
}

.national-75putc {
  display: flex;
  flex-direction: column;
}

@media (max-width: 1024px) {
  .national-ydu617 {
    padding: 16px;
  }
  .national-a1is2n {
    flex-direction: column;
    gap: 40px;
    padding: 0;
  }
  .national-75putc {
    align-items: center;
  }
  .national-l3cidl {
    width: unset;
  }
  .national-xth4o0 {
    min-width: unset;
  }
  .national-9x1epg {
    max-height: unset;
  }
  .national-jkla41 {
    align-items: flex-start;
  }
}

@media (max-width: 768px) {
  .national-ydu617 {
    margin: 33px 16px 0 16px;
    padding: 16px;
  }
}

.national-c2hpvi {
  border-radius: 12px;
  border: 2px solid var(--border-color);
  background: var(--fh-bg-color);
  padding: 16px;
}

.national-c2hpvi:not(:last-child) {
  margin-bottom: 16px;
}

.national-rjh6gy {
  outline: 0;
}

.national-rjh6gy .national-cxlpyn {
  color: #fff;
  font-size: 17px;
  font-weight: 800;
  line-height: 24px;
}

.national-h8uavx {
  display: flex;
  align-items: center;
  gap: 8px;
  outline: 0;
  cursor: pointer;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
}

.faq__details[open] .national-h8uavx {
  padding-bottom: 16px;
  border-bottom: 1px solid var(--border-color);
}

.national-h8uavx::-webkit-details-marker {
  display: none;
}

.national-h8uavx: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-h8uavx: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-h8uavx:after {
  transform: unset;
}

.national-cxlpyn {
  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-cxlpyn 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-k1y8rg ease-in-out;
  -o-transition: 0.national-k1y8rg ease-in-out;
  transition: 0.national-k1y8rg ease-in-out;
}

.national-54jsrk {
  padding: 16px 0 0 0;
}

.national-54jsrk * {
  margin-top: 0.8rem;
  font-family: inherit;
  font-weight: 500;
  font-style: normal;
  font-size: inherit;
  line-height: inherit;
}

page-header__button .national-54jsrk :first-child {
  margin-top: 0;
}

@media (max-width: 767px) {
  .national-h8uavx {
    flex-wrap: wrap;
    gap: 12px;
  }
  .national-h8uavx::after {
    margin-left: auto;
  }
  .national-cxlpyn {
    order: 3;
    flex: 1 1 100%;
  }
  .national-h8uavx {
    font-size: 14px;
    line-height: 130%;
  }
  .national-cxlpyn svg {
    margin-left: 15px;
    width: 18px;
    height: 18px;
    fill: var(--color-faq-item-title);
  }
}

.national-bga5ol {
  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-lo7dh5 {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #fff;
  margin: 0;
  width: 100%;
  cursor: pointer;
}

.national-bga5ol.national-hdon15 .national-lo7dh5 {
  margin-bottom: 12px;
}

.national-lo7dh5::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-bga5ol.national-hdon15 .national-lo7dh5::after {
  transform: unset;
}

.national-l4yv79 {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  list-style: none;
  overflow: hidden;
  margin: 0;
  padding: 0;
  width: 100%;
  height: auto;
  max-height: 0;
}

.national-89ncbn {
  display: flex;
  align-items: center;
  gap: 4px;
  padding: 6px 12px;
  text-decoration: none;
  color: #fff;
  transition: 0.national-k1y8rg ease-in-out;
  border-radius: 8px;
  border: 1px solid var(--border-color);
}

.national-89ncbn: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-bga5ol.national-hdon15 .national-l4yv79 {
  max-height: 100%;
}

.national-xdu3lx {
  margin: 0 auto 3rem;
  padding: 0 10px;
  max-width: var(--display-width);
}

.national-85tood {
  padding: 4px 0;
  background: rgba(255, 255, 255, 0.1);
}

.national-q2mewa {
  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-gey4sr {
  margin-right: 4px;
}

.national-g7wyvi {
  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-k1y8rg ease-in-out;
}

.national-g7wyvi svg {
  width: 4px;
  height: 4px;
  margin-left: 4px;
  stroke: var(--text-color);
}

.national-06x64e,
.national-g7wyvi:hover {
  color: var(--text-color);
}

.national-8oaqyh {
  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-8oaqyh img {
  grid-column: 1/2;
  grid-row: 1/3;
  max-width: 58px;
  height: auto;
}

.national-8oaqyh .national-9rhmh6 {
  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-8oaqyh .national-5607yn {
  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-0wg4b6 {
  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-bfw9dc {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.national-13r9ks .national-mqmi56 {
  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-13r9ks {
  background-image: url(../images/404.webp);
  background-position: -100px;
}

.national-1cub9n {
  margin-top: 2rem;
  font-size: 5rem;
  line-height: 6rem;
  text-align: center;
}

.national-xhz96t {
  margin: 0;
  font-weight: 400;
  font-size: 2rem;
  line-height: 2.5rem;
  text-align: center;
}

.national-zoc9dl {
  display: inline-block;
  margin: 2rem auto 0;
  border: none;
  border-radius: 5px;
  padding: 0.national-l2gzs9 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-zoc9dl:hover {
  -webkit-transform: translateY(-3px);
  -ms-transform: translateY(-3px);
  transform: translateY(-3px);
}

.national-kevqmn {
  position: fixed;
  right: 10px;
  bottom: 15px;
  z-index: 10;
}

.national-qefaq9 {
  -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-k1y8rg ease-in-out;
  transition: transform 0.national-k1y8rg ease-in-out;
  -o-transition: transform 0.national-k1y8rg ease-in-out;
  transition:
    transform 0.national-k1y8rg ease-in-out,
    -webkit-transform 0.national-k1y8rg ease-in-out;
  cursor: pointer;
}

.national-qefaq9 svg {
  fill: var(--button-text-color);
  pointer-events: none;
}

.national-qefaq9: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-vyqldj {
  width: 113px !important;
  background-color: green !important;
  top: 124px !important;
}

@media screen and (max-width: 700px) {
  #cookie-law-div p {
    padding-bottom: 36px;
  }
  .national-vyqldj {
    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-skha3u {
  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-nixeaf {
  position: relative;
  width: 100%;
}

.national-skha3u.national-z6ksb5 {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.national-skha3u.national-57rzqx {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.national-skha3u.national-jlot4b {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.national-qlyen9 {
  display: block;
  width: 100%;
  height: auto;
  object-fit: contain;
  aspect-ratio: 16/9;
  max-height: 488px;
  background-color: #454545;
}

.national-z30tjm {
  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-k1y8rg ease-in-out;
  cursor: pointer;
}

.national-z30tjm:hover {
  opacity: 0.5;
}

.national-skha3u.national-7y9kqn .national-z30tjm {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

.national-skha3u.national-7y9kqn .national-qlyen9 {
  cursor: pointer;
}

.national-ovg0sa {
  fill: #0009;
}

.national-9vc2kc {
  fill: #fff;
}

.national-z30tjm:hover .national-ovg0sa {
  fill: red;
}

.national-z30tjm svg path {
  -webkit-transition: 0.national-k1y8rg ease-in-out;
  -o-transition: 0.national-k1y8rg ease-in-out;
  transition: 0.national-k1y8rg ease-in-out;
}

.national-x1upny {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0 20px;
}

.national-x1upny > :not(.get-image):not(.wp-block-heading) {
  grid-column: 1/2;
}

.national-x1upny.national-sqvoe0 > :not(.get-image) {
  grid-column: 1/3;
}

.national-e6vai3:not(._h1-block) .national-x1upny > .national-4blrdj {
  grid-row: 1/2;
  grid-column: 1/3;
}

.national-x1upny.national-sqvoe0 .national-bvtv27 {
  grid-column: 2/3;
}

.national-x1upny.national-sqvoe0 > .national-fjn8jh {
  grid-column: 1/2;
}

.national-x1upny.national-sqvoe0 > :not(.get-image):not(.wp-block-heading) {
  grid-column: 2/3;
}

.national-x1upny > p:first-of-type {
  margin-top: 0;
}

.national-x1upny .national-fjn8jh {
  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-e6vai3:not(._h1-block) .national-4blrdj ~ .national-fjn8jh {
  grid-row: 2/10;
}

.national-e6vai3.national-1lp4ur .national-4blrdj ~ .national-fjn8jh {
  grid-row: 1/10;
}

.national-e6vai3.national-1lp4ur > .national-4blrdj {
  grid-column: 1/2;
  margin-bottom: 20px;
}

.national-e6vai3.national-1lp4ur .national-fjn8jh {
  grid-row: 1/10;
}

.national-x1upny.national-u2nl20 .national-fjn8jh {
  align-items: flex-start;
}

.national-x1upny.national-57rzqx .national-bvtv27 {
  margin-top: auto;
  margin-bottom: auto;
  height: fit-content;
}

.national-x1upny.national-57rzqx .national-fjn8jh {
  align-items: center;
}

.national-x1upny.national-whty0r .national-fjn8jh {
  align-items: flex-end;
}

.national-bvtv27 > :first-child {
  margin-top: 0;
}

.national-bvtv27 > :last-child {
  margin-bottom: 0;
}

* + .national-ge3c7k,
.national-e6vai3 + .national-e6vai3 {
  margin-top: 2rem;
}

.national-coyfax td::before,
.national-coyfax th::after {
  display: none !important;
}

.national-coyfax #link-selector {
  color: #000;
}

.national-coyfax .national-yzlbjr {
  color: #135e96;
}

.national-coyfax .national-nyomte *,
.national-coyfax .national-vhg7pg p,
.national-coyfax .national-6z7gvb * {
  color: #000;
}

.national-coyfax .national-gdgjf5 {
  background: 0 0 !important;
}

.national-coyfax .national-77ms06 {
  color: #000;
}

.national-coyfax .national-0kyxpe.national-1lrb9v {
  color: #fff;
}

.national-coyfax .national-xksxio {
  color: #000;
}

.national-coyfax
  .national-qwhnjh
  .national-wrpjcx.national-1lrb9v.national-5543h4 {
  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-sxgq4z,
body .national-sqx2lk {
  color: #000;
  background: var(--color-body) !important;
}

.national-sxgq4z .national-5y8cdr .national-5zwx61,
body .national-sqx2lk .national-5y8cdr .national-5zwx61 {
  color: #000;
}

@media (hover: hover), screen and (min-width: 0\0) {
  .national-89ncbn:focus,
  .national-89ncbn:hover {
    color: #f9cb16;
  }
  .national-fmd1b3:focus,
  .national-fmd1b3:hover {
    background-color: var(--button-bg-color) !important;
    opacity: 1;
  }
}

@media (hover: hover), screen and (min-width: 0\0) {
  .national-e2pnav:focus img,
  .national-e2pnav:focus svg,
  .national-e2pnav:hover img,
  .national-e2pnav:hover svg {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
  }
}

@media (min-width: 768px) {
  .national-8oaqyh {
    display: none;
  }
}

@media (min-width: 1024px) {
  .national-5r0jar:hover .national-z1memm svg {
    -webkit-transform: rotateZ(180deg);
    -ms-transform: rotate(180deg);
    transform: rotateZ(180deg);
  }
  .national-z1memm {
    pointer-events: none;
  }
}

@media screen and (max-width: 1280px) {
  :root {
    --offsets: 20px;
  }
}

@media (max-width: 1280px) {
  .national-fhse0i {
    -ms-grid-columns: (1fr) [5];
    grid-template-columns: repeat(5, 1fr);
  }
  .national-4y4vtg {
    grid-template-columns: repeat(4, 1fr);
  }
  .national-dma6w9 {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 1279px) {
  .national-cmu09h .national-wo0zso {
    grid-template-columns: 1fr;
  }
  .national-cmu09h .national-j9o1eb {
    -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-cmu09h .national-frn8cu {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
  .national-cmu09h .national-4tnelm {
    border-bottom: none;
    border-radius: 0;
    padding: 12px 20px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
  .national-cmu09h .national-q2resp {
    border-radius: 0 0 16px 16px;
    padding: 24px 16px;
  }
  .national-cmu09h .national-frn8cu:not(:first-child) {
    border: none;
  }
  .national-cmu09h .national-frn8cu:first-child .national-4tnelm {
    border-top-left-radius: 18px;
    border-top-right-radius: 0;
  }
  .national-cmu09h .national-frn8cu:last-child .national-4tnelm {
    border-radius: 0 18px 0 0;
  }
}

@media screen and (max-width: 1024px) {
  :root {
    --offsets: 16px;
  }
}

@media (max-width: 1024px) {
  html {
    font-size: 16px;
  }
  .national-hq8jpg {
    position: relative;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 8px var(--offsets);
  }
  .national-n2g4ye {
    max-width: 100px;
  }
  .national-vkb9uf {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
  .national-cy0f6i {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .national-cy0f6i svg {
    stroke: var(--button-text-color);
    /* fill: var(--button-text-color); */
  }
  .national-fhtxma {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
    margin-left: 20px;
  }
  .national-vkb9uf + .national-cy0f6i {
    margin-left: auto;
  }
  .national-m6s37q {
    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-m6s37q.national-hdon15 {
    z-index: 9999;
    opacity: 1;
    pointer-events: auto;
  }
  .national-zaiyo5 {
    -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-oalxst {
    width: 100%;
  }
  .national-oalxst:not(:last-child) {
    border-bottom: 1px solid var(--border-color);
  }
  .national-jakdvl {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin: 0;
    padding: 8px 0;
    width: 100%;
  }
  .national-jakdvl svg {
    margin-right: 4px;
  }
  .national-5r0jar {
    -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-z1memm svg {
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
  }
  .national-z1memm {
    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-d8grmy {
    display: none;
    width: 100%;
  }
  .national-5r0jar.national-hdon15 .national-d8grmy {
    padding: 0 0 0 48px;
  }
  .national-t6quxj {
    justify-content: flex-start;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
  }
  .national-cyfin7 .national-fjn8jh {
    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-6wpryw {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
  }
  .national-6wpryw + .national-6wpryw {
    margin-right: 0;
  }
  .national-6wpryw + .national-fjn8jh {
    margin: 0;
  }
  .national-fhse0i {
    grid-template-columns: repeat(4, 1fr);
  }
  .national-4y4vtg {
    grid-template-columns: repeat(3, 1fr);
  }
  .national-l0vt63,
  .national-wpvxpc {
    grid-template-columns: repeat(2, 1fr);
  }
  .national-x1upny {
    grid-template-columns: 1fr;
    gap: 16px;
  }
  .national-x1upny.national-sqvoe0 .national-bvtv27 {
    grid-column: auto;
    grid-row: auto;
  }
  .national-x1upny > .national-4blrdj {
    grid-column: 1/2;
  }
  .national-x1upny.national-sqvoe0 > :not(.get-image) {
    grid-column: 1/2;
  }
  .national-x1upny .national-fjn8jh,
  .national-x1upny.national-sqvoe0 > .national-fjn8jh {
    grid-column: 1/2;
    grid-row: 1/2;
  }
  .national-x1upny.national-sqvoe0 > :not(.get-image):not(.wp-block-heading) {
    grid-column: 1/2;
  }
  .national-e6vai3.national-1lp4ur .national-x1upny > .national-fjn8jh {
    grid-row: 1/2;
  }
  .national-x1upny .national-4blrdj ~ .national-fjn8jh,
  .national-x1upny.national-sqvoe0 .national-4blrdj ~ .national-fjn8jh {
    grid-row: 2/3;
  }
  .national-e6vai3.national-1lp4ur .national-4blrdj ~ .national-fjn8jh {
    grid-row: 2/3;
  }
}

@media (max-width: 800px) {
  .national-kbt1da:first-child .national-3po92p {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .national-kbt1da:first-child .national-3po92p h1 {
    -webkit-box-ordinal-group: -1;
    -ms-flex-order: -2;
    order: -2;
  }
}

@media (max-width: 1100px) {
  .national-kbt1da {
    margin-bottom: 1rem;
    padding: 0 13px;
  }
}

@media (max-width: 767px) {
  .national-kbt1da {
    padding: 0;
  }
  .national-xl9uuv {
    margin-top: 1rem;
  }
  .national-rjh6gy {
    border-radius: 5px;
  }
  .national-9o7tjh {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .national-lo7dh5::after {
    display: inline-block;
  }
  .national-lo7dh5 {
    margin: 0;
    width: 100%;
  }
  .national-l4yv79 {
    width: 100%;
  }
  .national-l4yv79.national-50d9y4 {
    -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-l4yv79.national-50d9y4 .national-fmmft4 {
    width: 100%;
  }
  .national-l4yv79.national-50d9y4 .national-fmmft4:not(:last-child) {
    margin-right: 0;
  }
  .national-89ncbn {
    width: 100%;
    text-align: center;
  }
  .national-bga5ol.national-hdon15 .national-l4yv79 {
    margin-top: 1rem;
  }
  .national-fhse0i {
    grid-template-columns: repeat(3, 1fr);
  }
  .national-dma6w9,
  .national-4y4vtg {
    grid-template-columns: repeat(2, 1fr);
  }
  .national-l0vt63,
  .national-wpvxpc,
  .national-x070jq {
    grid-template-columns: 1fr;
  }
  .national-a9dr3h {
    overflow-x: auto;
    width: 100%;
    max-width: 980px;
  }
  .national-zrxe9t {
    min-width: 300px;
    max-width: 325px;
  }
  .national-4tnelm {
    cursor: auto;
  }
  .national-btp98j .national-4tnelm {
    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-vyqldj {
    left: calc(50% - 60px);
  }
}

@media (max-width: 650px) {
  .national-d8grmy {
    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-vyqldj {
    top: 100px !important;
  }
  #cookie-law-div p {
    padding-bottom: 50px;
  }
}

.national-6wpryw p {
  margin-top: 0;
}

@media (max-width: 550px) {
  .national-cy0f6i {
    margin: 0 -0.2rem;
  }
  .national-6wpryw {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
  .national-n2c9qs {
    -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-d0lqpf {
    max-width: 100%;
  }
  .national-fhse0i {
    grid-template-columns: repeat(2, 1fr);
  }
  .national-dma6w9,
  .national-4y4vtg {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 500px) {
  html {
    font-size: 16px;
  }
  .national-hq8jpg {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .national-cy0f6i {
    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-jdgyks {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .national-nzjtdj {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
  }
  .national-0phbuf,
  .national-6txts1 {
    width: calc(100% - 20px);
  }
}

@media (max-width: 475px) {
  .national-0o0709 {
    width: 100%;
  }
  .national-fhse0i {
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 400px) {
  .national-vyqldj {
    top: 127px !important;
  }
}

.national-g98976 {
  width: 100%;
  border-radius: 12px;
  overflow: hidden;
  margin-bottom: 20px;
}

@media (max-width: 1100px) {
  .national-g98976 {
  }
}

@media (max-width: 767px) {
  .national-g98976 {
    margin-bottom: 12px;
  }
}

.national-g98976 img {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  min-width: 100%;
  height: 100%;
}

.national-nh16hz {
  display: flex;
  margin: 0 auto;
  padding: 0 var(--offsets);
  max-width: var(--display-width);
  gap: 20px;
}

.national-nh16hz > .national-amvxas {
  flex: 1 1;
}

@media (max-width: 767px) {
  .national-nh16hz {
    flex-direction: column;
    gap: 12px;
  }
}

.national-07s82l {
  display: flex;
}

.national-07s82l .national-7iuv8g {
  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-07s82l .national-nq4cex {
  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-07s82l .national-ez81zp {
  display: flex;
  list-style: none;
  margin: 0;
  padding-left: 100%;
  animation: scroll 60s linear infinite;
}

.national-07s82l .national-p6l39q {
  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-07s82l .national-p6l39q:before {
  content: "";
  width: 24px;
  min-width: 24px;
  height: 24px;
  background-image: url(../images/award.svg);
  background-repeat: no-repeat;
  background-position: center;
}

.national-07s82l .national-38m9fb {
  color: #fff;
  font-size: 14px;
  font-weight: 800;
  line-height: 20px;
  margin-right: 4px;
}

.national-lbdwgt {
  border: unset;
  background-color: unset;
}

.national-lbdwgt tbody {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

.national-lbdwgt .national-f2rdh2,
.national-lbdwgt .national-182vf8 {
  flex: 0 1 330px;
}

.national-lbdwgt .national-x7js2w {
  flex: 1 1;
}

.national-lbdwgt 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-lbdwgt tr td {
  border: unset;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  color: #fff;
  padding: 0;
}

.national-lbdwgt tr td:first-child {
  font-size: 23px;
  font-weight: 800;
  line-height: 28px;
  margin: 0;
  padding: 0;
}

.national-lbdwgt tr td p {
  color: #fff;
  margin: 0;
}

.national-lbdwgt tr td p span {
  color: var(--title-color);
  font-weight: 800;
}

.national-lbdwgt tr.national-f2rdh2 td p {
  padding: 16px 0;
}

.national-lbdwgt tr.national-f2rdh2 td p:not(:last-child),
.national-lbdwgt tr.national-182vf8 td p:not(:last-child) {
  border-bottom: 1px solid var(--border-color);
}

.national-lbdwgt tr.national-f2rdh2 td p:first-child,
.national-lbdwgt tr.national-182vf8 td p:first-child {
  padding-top: 0;
}

.national-lbdwgt tr.national-182vf8 td p {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 12px 0;
  font-size: 14px;
  font-weight: 800;
  line-height: 20px;
}

.national-lbdwgt tr.national-182vf8 td p:last-child {
  padding-bottom: 0;
}

.national-lbdwgt .national-182vf8 img {
  max-width: 32px;
}

.national-lbdwgt .national-x7js2w {
  min-width: 718px;
}

.national-lbdwgt .national-x7js2w td:last-child {
  display: flex;
  flex-wrap: wrap;
}

.national-lbdwgt .national-x7js2w td {
  display: flex;
}

.national-lbdwgt .national-x7js2w td:last-child .national-ng52a9,
.national-lbdwgt .national-x7js2w td:last-child .national-6o763u,
.national-lbdwgt .national-x7js2w td:last-child .national-nu1a2q {
  flex: 1 1 50%;
}

.national-lbdwgt .national-x7js2w td:last-child .national-j8ref3 {
  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-lbdwgt .national-x7js2w td:last-child .national-p21qcc,
.national-lbdwgt .national-x7js2w td:last-child .national-sarhx4 {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  list-style: none;
  padding-left: 0;
  margin-top: 12px;
}

.national-lbdwgt .national-x7js2w td:last-child .national-ng52a9,
.national-lbdwgt .national-x7js2w td:last-child .national-6o763u {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
  padding-top: 16px;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}

.national-lbdwgt .national-x7js2w td:last-child .national-ng52a9 span,
.national-lbdwgt .national-x7js2w td:last-child .national-6o763u span {
  font-weight: 800;
}

.national-lbdwgt .national-x7js2w img {
  max-width: 34px;
}

@media (max-width: 1100px) {
  .national-lbdwgt .national-x7js2w td .national-nu1a2q:not(:first-child) {
    padding-left: 0;
  }
}

@media (max-width: 767px) {
  .national-lbdwgt tr.national-f2rdh2 td p:last-child {
    padding-bottom: 0;
  }
  .national-lbdwgt .national-182vf8 > td {
    display: flex;
    flex-wrap: wrap;
    gap: 0 20px;
  }
  .national-lbdwgt .national-182vf8 > td > p {
    flex: 1 1 calc(50% - 10px);
  }
  .national-lbdwgt tr.national-f2rdh2 td p:not(:last-child),
  .national-lbdwgt tr.national-182vf8 td p:not(:last-child) {
    border-bottom: unset;
  }
  .national-lbdwgt tr.national-182vf8 td p:last-child {
    padding-bottom: 12px;
  }
  .national-lbdwgt .national-x7js2w td:last-child .national-ng52a9,
  .national-lbdwgt .national-x7js2w td:last-child .national-6o763u,
  .national-lbdwgt .national-x7js2w td:last-child .national-nu1a2q {
    flex: 1 1 50%;
    padding: 0;
  }
  .national-lbdwgt .national-x7js2w td:last-child .national-ng52a9,
  .national-lbdwgt .national-x7js2w td:last-child .national-6o763u {
    margin-top: 16px;
  }
  .national-lbdwgt .national-x7js2w td:last-child .national-nu1a2q {
    flex: 1 1 100%;
    padding-bottom: 16px;
    margin-top: 16px;
  }
  .national-lbdwgt .national-x7js2w td:last-child .national-ng52a9 {
    border-right: 1px solid var(--border-color);
  }
  .national-lbdwgt .national-x7js2w td:last-child .national-nu1a2q:first-child {
    padding-top: 0;
    margin-top: 0;
  }
  .national-lbdwgt .national-x7js2w td:last-child .national-nu1a2q:last-child {
    padding-bottom: 0;
  }
}

.national-nu1a2q {
  display: flex;
  flex-direction: column;
}

.national-lbdwgt .national-x7js2w td .national-nu1a2q {
  border-bottom: 1px solid var(--border-color);
  padding-bottom: 16px;
}

.national-lbdwgt .national-x7js2w td .national-nu1a2q:not(:last-of-type) {
  border-right: 1px solid var(--border-color);
  padding-right: 16px;
}

.national-lbdwgt .national-x7js2w td .national-nu1a2q:not(:first-child) {
  padding-left: 16px;
}

@media (max-width: 767px) {
  .national-lbdwgt .national-x7js2w td .national-nu1a2q:not(:first-child) {
    padding-left: 0;
  }
  .national-lbdwgt .national-x7js2w td .national-nu1a2q:not(:last-of-type) {
    border-right: unset;
  }
}

.national-lbdwgt .national-vk1fgp {
  flex: 0 1 485px;
}

.national-lbdwgt .national-6n5ud5 {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  list-style: none;
}

.national-lbdwgt .national-6n5ud5 li {
  border-radius: 4px;
  border: 1px solid var(--border-color);
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}

.national-lbdwgt .national-6n5ud5 li.national-wjiten {
  padding: 6px 12px;
}

.national-lbdwgt .national-6n5ud5 li a,
.national-lbdwgt .national-6n5ud5 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-lbdwgt .national-w3iz7f,
.national-lbdwgt .national-uj9xkc {
  flex: 1 1;
}

.national-lbdwgt .national-mjbj9a,
.national-lbdwgt .national-l3z3nw {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.national-lbdwgt .national-mjbj9a li,
.national-lbdwgt .national-l3z3nw li {
  display: flex;
  align-items: center;
  gap: 8px;
  flex: 1 1 calc(50% - 20px);
  font-size: 14px;
  font-weight: 800;
  line-height: 20px;
}

.national-lbdwgt .national-uj9xkc img {
  max-width: 32px;
}

.national-lbdwgt .national-w3iz7f img {
  max-width: 32px;
}

.national-lbdwgt .national-vprr4h {
  min-width: 280px;
}

.national-lbdwgt .national-vprr4h img {
  max-width: 146px;
}

.national-lbdwgt .national-vprr4h td {
  display: flex;
  flex-direction: column;
  gap: 12px;
  max-width: 280px;
}

@media (max-width: 1460px) {
  .national-lbdwgt .national-f2rdh2,
  .national-lbdwgt .national-182vf8 {
    flex: 0 1 auto;
  }
  .national-lbdwgt .national-x7js2w {
    min-width: unset;
    flex: 1 1 50%;
  }
}

@media (max-width: 1100px) {
  .national-lbdwgt .national-f2rdh2,
  .national-lbdwgt .national-vk1fgp,
  .national-lbdwgt .national-182vf8,
  .national-lbdwgt .national-x7js2w {
    flex: 1 1 calc(50% - 20px);
  }
  .national-lbdwgt .national-w3iz7f,
  .national-lbdwgt .national-vprr4h,
  .national-lbdwgt .national-uj9xkc {
    flex: 1 1 30%;
  }
  .national-lbdwgt .national-vprr4h {
    min-width: unset;
  }
}

@media (max-width: 767px) {
  .national-lbdwgt .national-f2rdh2,
  .national-lbdwgt .national-vk1fgp,
  .national-lbdwgt .national-w3iz7f,
  .national-lbdwgt .national-182vf8,
  .national-lbdwgt .national-x7js2w,
  .national-lbdwgt .national-vprr4h,
  .national-lbdwgt .national-uj9xkc {
    flex: 1 1 100%;
  }
}

.national-luyt6u .national-frmyqo {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.national-luyt6u .national-d8fmrb {
  position: relative;
  display: flex;
  flex-direction: column;
  border-radius: 8px;
  border: 2px solid var(--border-color);
  background-color: var(--fh-bg-color);
}

.national-luyt6u .national-mo3309 {
  width: 100%;
  padding: 12px 12px 8px 12px;
  background-color: #318562;
  font-size: 14px;
  font-weight: 800;
  line-height: 20px;
  color: #f9cb16;
}

.national-luyt6u .national-707am3 {
  display: grid;
  padding: 16px;
  gap: 0 16px;
  grid-template-columns: repeat(2, 1fr);
}

.national-luyt6u .national-707am3 > :nth-child(3) {
  margin-top: 0;
}

.national-luyt6u .national-fjn8jh {
  grid-column: 2/3;
  grid-row: 1/10;
}

.national-luyt6u .national-2fd37b {
  grid-column: 1/2;
  margin-top: 0;
  margin-bottom: 8px;
}

.national-luyt6u .national-xl9uuv {
  grid-column: 1/2;
}

.national-luyt6u > :not(.how-to__title):not(.content-button) {
  grid-column: 1/2;
}

.national-luyt6u .national-d8fmrb: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-luyt6u .national-d8fmrb:not(:last-child):after {
  position: relative;
  content: "";
  width: calc(100% - 32px);
  height: 1px;
  background-color: #318562;
  margin: 12px auto 27px auto;
}

.national-luyt6u .national-0o0709 {
  min-width: 240px;
}

@media (max-width: 768px) {
  .national-luyt6u .national-d8fmrb:not(:last-child):before {
    bottom: 8px;
  }
  .national-luyt6u .national-d8fmrb:not(:last-child):after {
    margin: 12px auto 18px auto;
  }
  .national-luyt6u .national-707am3 {
    grid-template-columns: 1fr;
    padding: 16px 16px 8px 16px;
  }
  .national-luyt6u .national-fjn8jh {
    grid-column: 1/2;
    grid-row: 1/2;
    margin: -16px -18px 16px -18px;
  }
  .national-luyt6u .national-fjn8jh img {
    width: 100%;
    height: auto;
  }
  .national-luyt6u .national-0o0709 {
    width: 100%;
    min-width: unset;
  }
}

.national-h1bgdh .national-p8dekb {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  list-style: none;
}

.national-h1bgdh .national-w6voej {
  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-h1bgdh .national-fjn8jh {
  height: 100%;
}

.national-h1bgdh .national-fjn8jh img {
  height: 100%;
  width: auto;
  min-width: 220px;
  object-fit: cover;
}

.national-h1bgdh .national-fe41eo {
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding: 16px 16px 16px 0;
}

.national-h1bgdh .national-uco7v4 {
  color: #f9cb16;
  font-size: 23px;
  font-weight: 800;
  line-height: 28px;
  margin: 0;
}

.national-h1bgdh .national-ed5kif {
  color: #d2d2d2;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  flex: 1 1;
  margin: 0;
}

@media (max-width: 1200px) {
  .national-h1bgdh .national-w6voej {
    flex: 1 1 100%;
  }
  .national-h1bgdh .national-9z6djv {
    min-width: 320px;
    width: fit-content;
  }
}

@media (max-width: 767px) {
  .national-h1bgdh .national-w6voej {
    flex-direction: column;
  }
  .national-h1bgdh .national-fjn8jh {
    width: 100%;
    height: auto;
  }
  .national-h1bgdh .national-fjn8jh img {
    width: 100%;
    height: auto;
    max-height: 260px;
    min-width: unset;
  }
  .national-h1bgdh .national-fe41eo {
    padding: 0 16px 16px 16px;
  }
  .national-h1bgdh .national-9z6djv {
    min-width: unset;
    width: 100%;
  }
}

.national-4r0pwb .national-q9iah2 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  flex-wrap: wrap;
  gap: 20px;
}

.national-4r0pwb .national-w1j2n3 {
  position: relative;
  height: 220px;
  border-radius: 12px;
  border: 2px solid var(--border-color);
  overflow: hidden;
  transition: 0.2s;
}

.national-4r0pwb 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-4r0pwb .national-ufcutc {
  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-4r0pwb .national-w1j2n3:hover .national-ufcutc {
  display: flex;
}

.national-4r0pwb .national-ysz9h3 {
  text-align: center;
  margin-top: 0;
  margin-bottom: 5px;
  color: #d2d2d2;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}

.national-4r0pwb .national-lhyf98 {
  text-align: center;
  font-size: 17px;
  font-weight: 800;
  line-height: 24px;
  margin-top: 0;
  margin-bottom: auto;
  color: #fff;
}

.national-ds5sgn {
  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-ds5sgn.national-tp446q {
  color: #196948;
  background-color: #f9cb16;
  border: 1px solid #f9cb16;
  margin-bottom: 8px;
  transition: 0.national-irys1v ease-in-out;
}

.national-ds5sgn.national-tp446q:hover {
  color: #f9cb16;
  background-color: transparent;
}

.national-4r0pwb .national-zh66xt {
  color: #fff;
  border: 1px solid #f9cb16;
  background-color: unset;
  transition: 0.national-irys1v ease-in-out;
}

.national-4r0pwb .national-zh66xt:hover {
  color: #196948;
  background-color: #f9cb16;
}

.national-4r0pwb .national-zh66xt:after,
.national-ds5sgn.national-tp446q:after {
  content: "";
  width: 24px;
  min-width: 24px;
  height: 24px;
  background-repeat: no-repeat;
  background-position: center;
}

.national-ds5sgn.national-tp446q:after {
  background-image: url(../images/Cash.svg);
}

.national-4r0pwb .national-zh66xt:after {
  background-image: url(../images/Play.svg);
}

@media (max-width: 1200px) {
  .national-4r0pwb .national-q9iah2 {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 850px) {
  .national-4r0pwb .national-q9iah2 {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 600px) {
  .national-4r0pwb .national-q9iah2 {
    grid-template-columns: 1fr;
  }
  .national-4r0pwb .national-w1j2n3 {
    height: auto;
  }
  .national-4r0pwb .national-w1j2n3 .national-ufcutc {
    position: relative;
    display: flex;
    height: auto;
    background-color: var(--fh-bg-color);
    padding: 8px 12px 12px 12px;
  }
  .national-4r0pwb .national-ysz9h3,
  .national-4r0pwb .national-lhyf98 {
    text-align: left;
  }
  .national-4r0pwb .national-lhyf98 {
    margin-bottom: 8px;
  }
  .national-4r0pwb img {
    position: relative;
    top: unset;
    right: unset;
    bottom: unset;
    left: unset;
    min-height: unset;
  }
}

.national-98nixo {
  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-98nixo.national-7y9kqn {
  display: block;
}

.national-98nixo .national-p2m7e5 {
  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-98nixo .national-t5ozex {
  display: flex;
  gap: 24px;
  padding: 12px;
}

.national-98nixo .national-d1ofrp {
  display: flex;
  align-items: center;
  color: #fff;
  font-size: 23px;
  font-weight: 800;
  line-height: 28px;
}

.national-98nixo .national-jf16rj {
  display: flex;
  align-items: center;
  flex: 1 1;
}

.national-98nixo .national-ds5sgn {
  min-width: 296px;
  margin-bottom: 0;
}

.national-98nixo .national-nvrhev {
  width: 44px;
  min-width: 44px;
  height: 44px;
  background-image: url(../images/cross.svg);
  background-position: center;
  background-repeat: no-repeat;
  cursor: pointer;
}

.national-98nixo .national-ofuflt {
  position: relative;
  flex: 1 1;
}

.national-98nixo .national-ofuflt iframe {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 100%;
  height: 100%;
}

@media (max-width: 768px) {
  .national-98nixo .national-t5ozex {
    flex-wrap: wrap;
    gap: 8px;
  }
  .national-98nixo .national-d1ofrp {
    order: 1;
  }
  .national-98nixo .national-jf16rj {
    order: 3;
    flex: 1 1 100%;
  }
  .national-98nixo .national-ds5sgn {
    width: 100%;
    min-width: unset;
  }
  .national-98nixo .national-nvrhev {
    order: 2;
    margin-left: auto;
  }
}

@media (max-width: 767px) {
  .national-x1upny > .national-4blrdj {
    margin-bottom: 0;
  }
  .national-x1upny > .national-xl9uuv,
  .national-x1upny > p {
    margin-top: 0;
  }
}

.national-hvatje img,
.national-6wpryw img {
  width: auto;
  object-fit: contain;
}

.national-hvatje {
  align-items: center;
}

.national-hvatje img {
  max-height: 76px;
}

.national-6wpryw img {
  max-height: 64px;
}

.national-6780is {
  overflow: auto;
}

.national-2rvdhz {
  border: 1px solid var(--color-table-border);
  box-shadow: 0 0 15px rgb(0 0 0 / 5%);
  border-collapse: collapse;
  width: 100%;
}

.national-ocjql8:not(:last-child) {
  border-bottom: 1px solid var(--color-table-border);
}

.national-h4viuz {
  border: none;
  padding: 25px 10px;
  font-weight: 700;
  color: var(--color-table-td-color);
  min-width: 200px;
}

.national-yg6gtw {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.national-h4viuz .national-fjn8jh {
  margin-right: 20px;
  flex-shrink: 0;
}

.national-h4viuz img {
  max-height: 45px;
  object-fit: contain;
  width: 100%;
}

.national-t1ogr3 {
  padding: 25px 10px;
  align-self: center;
  border-bottom: 1px solid var(--color-table-border);
  flex-grow: 1;
  border-top: none;
}

.national-t1ogr3 > :first-child {
  margin-top: 0;
}

@media (max-width: 767px) {
  .national-h4viuz {
    padding: 15px 10px;
  }
  .national-t1ogr3 {
    padding: 15px 10px;
  }
  .national-h4viuz .national-fjn8jh {
    margin-right: 10px;
  }
}

.national-kxz5uf {
  overflow-x: auto;
}

.national-3537d4 {
  border-collapse: collapse;
  width: 100%;
}

.national-kxz5uf th {
  font-family: inherit;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 19px;
  padding: 25px 10px;
  text-align: center;
}

.national-kxz5uf td {
  font-family: inherit;
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  padding: 15px 25px;
  white-space: nowrap;
}

.national-kxz5uf td.national-vi63bo {
  font-weight: 600;
  text-align: right;
  border-left: none;
}

.national-kxz5uf td.national-zfyrq1 {
  border-right: none;
}

.national-kxz5uf td.national-zfyrq1 .national-fjn8jh {
  justify-content: flex-start;
}

.national-kxz5uf td.national-zfyrq1 .national-fjn8jh img {
  height: auto;
  width: 90px;
}

.national-kxz5uf td.national-ppjff5,
.national-kxz5uf td.national-qwavzj {
  font-weight: 600;
  text-align: right;
}

.national-kxz5uf td.national-0bwytr,
.national-kxz5uf td.national-ppjff5 {
  padding-bottom: 10px;
  border-bottom: none;
}

.national-kxz5uf td.national-ppjff5,
.national-kxz5uf td.national-qwavzj {
  border-left: none;
}

.national-kxz5uf td.national-0bwytr,
.national-kxz5uf td.national-av4upx {
  border-right: none;
}

.national-kxz5uf td.national-av4upx,
.national-kxz5uf td.national-qwavzj {
  border-top: none;
  padding-top: 10px;
}

.national-rh0d69 {
  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-rh0d69 .national-9z6djv {
  min-width: unset;
  width: 100%;
}

.national-rh0d69 .national-9z6djv.national-moev7s {
  grid-column: 1/2;
  grid-row: 1/2;
}

.national-rh0d69 .national-9z6djv.national-xhy5bl {
  grid-column: 2/3;
  grid-row: 1/2;
}

.national-rh0d69 .national-uom5b9 {
  grid-column: 1/3;
  grid-row: 2/3;
  margin-top: 0;
}

@media (max-width: 767px) {
  .national-rh0d69 {
    grid-template-columns: 1fr;
    margin-top: 0;
  }
  .national-rh0d69 .national-9z6djv.national-moev7s {
    grid-column: 1/2;
    grid-row: 1/2;
  }
  .national-rh0d69 .national-9z6djv.national-xhy5bl {
    grid-column: 1/2;
    grid-row: 2/3;
  }
  .national-rh0d69 .national-uom5b9 {
    grid-column: 1/2;
    grid-row: 3/4;
  }
}

.national-hdacuh {
  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-2hl42q {
  margin-bottom: 32px;
  font-size: 34px;
  font-weight: 800;
  line-height: 40px;
}

.national-2g1olc p a img {
  margin: 0 auto;
  display: block;
}

.national-2g1olc table {
  margin-bottom: 17px;
}

/* contanct form */
.national-0y1ht1 {
  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-0y1ht1 label {
  font-size: 14px;
}

.national-0y1ht1 h2 {
  text-align: center;
  margin-bottom: 1rem;
}
.national-0y1ht1 input,
.national-0y1ht1 textarea,
.national-0y1ht1 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-0y1ht1 button {
  background-color: #a91f09;
  color: var(--text-color);
  border: none;
  cursor: pointer;
  transition: background 0.national-irys1v ease;
}
.national-0y1ht1 button:hover {
  background-color: #691204;
}
.national-g3ajq2 {
  text-align: center;
  color: green;
  font-weight: 500;
  padding: 50px 0;
  animation: fadeIn 0.national-jpjbgs ease-in;
}

.national-g3ajq2 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-oafl6g, .national-9eu2rf, [class*="review-card"],
thead, thead th, table th, .national-6s6naz,
.national-8ao9fp, [class*="collapsible-header"],
.national-p5gj2u, [class*="updated-block"] {
  color: #ece7dc !important;
}
