* {
  box-sizing: border-box;
  outline: none;
  font-family:
    "Exo",
    -apple-system,
    BlinkMacSystemFont,
    "Segoe UI",
    Roboto,
    "Helvetica Neue",
    Arial,
    sans-serif;
}

*,
*::before,
*::after {
  box-sizing: border-box;
  padding: 0;
  margin: 0;
  outline: none;
  text-decoration: none;
  border: none;
}

h1,
h2,
h3,
h4 {
  font-weight: 700;
  overflow-wrap: break-word;
  color: var(--Text-100);
}

h1 {
  font-size: 48px;
  line-height: 60px;
  letter-spacing: 0.2px;
}

h2 {
  font-size: 32px;
  font-weight: 700;
  line-height: 40px;
  text-transform: capitalize;
}

@media screen and (min-width: 1200px) {
  h2 {
    font-size: 40px;
    line-height: 48px;
  }
}

h3 {
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
}

@media screen and (min-width: 1200px) {
  h3 {
    font-size: 32px;
    line-height: 40px;
  }
}

h4 {
  font-size: 24px;
  line-height: 32px;
}

p {
  margin: 0;
  font-size: 16px;
  line-height: 24px;
  overflow-wrap: break-word;
}

s {
  text-decoration: line-through;
}

a {
  color: var(--text-color);
}

html {
  scroll-behavior: smooth;
}

[id] {
  scroll-margin-top: 72px;
}

body {
  margin-top: 128px;
  font-size: 16px;
  line-height: 24px;
  background-color: var(--main-theme-color);
  color: var(--text-color);
}

@media screen and (min-width: 768px) {
  body {
    margin-top: 72px;
  }
}

.national-z6sata {
  max-width: 100%;
  margin: 0 auto;
  padding: 0 16px;
}

@media screen and (min-width: 768px) {
  .national-z6sata {
    max-width: 752px;
  }
}

@media screen and (min-width: 1200px) {
  .national-z6sata {
    padding: 0 16px;
    max-width: 1248px;
  }
}

.national-9gmiu8 {
  overflow: hidden;
}

.national-4yusm9 img {
  background: var(--Neutral-300);
}

.national-f1uala {
  font-size: 14px;
  font-weight: 700;
  font-style: normal;
  line-height: 20px;
  padding: 9px 15px;
  color: var(--button-text-color);
  border-radius: 16px;
  transition: 0.3s;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  cursor: pointer;
}

.national-2vig07 {
  border: 1px solid var(--border-color);
  background: var(--button-bg-color);
}

.national-2vig07:hover {
  background: var(--button-bg-hover);
}

.national-v1pbqg {
  border: 1px solid var(--border-color);
  background: var(--button-bg-color);
  color: var(--button-text-color);
}

.national-v1pbqg:hover {
  background: var(--button-bg-hover);
}

.national-sos0bk {
  font-size: 12px;
  line-height: 18px;
}

.national-27dviz {
  font-size: 18px;
  line-height: 26px;
}

.national-7gjt61 {
  width: 100%;
}

.national-lositk {
  padding: 6px 16px;
}

.national-1apoq0 {
  padding: 10px 16px;
}

.national-nox99b {
  padding: 15px 26px;
}

.national-p0xzy6 {
  flex-shrink: 0;
}

.national-8sgn7z {
  box-shadow:
    0 1px 33px 0 rgba(var(--Primary-200-rgb), 0.2),
    0 1px 22px 0 rgba(var(--Primary-200-rgb), 0.3);
}

.national-qnerkx {
  display: none;
}

.national-8yogar {
  position: relative;
  width: 100%;
  margin: 0 auto;
  user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}

.national-jgpsuz {
  overflow: hidden;
  width: 100%;
  margin-top: 20px;
}

.national-hrmzjb {
  display: flex;
  scroll-snap-type: x mandatory;
  overflow-x: auto;
  scroll-behavior: smooth;
  cursor: grab;
  padding-bottom: 20px;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.national-uusqis {
  cursor: grab;
}

.national-hrmzjb::-webkit-scrollbar {
  display: none;
}

.national-fquexj {
  display: flex;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
  scroll-snap-align: start;
}

.national-o7h3og {
  display: block;
  width: 100%;
  object-fit: contain;
  height: 40px;
  pointer-events: none;
}

.national-svqsfn {
  text-align: center;
  font-size: 14px;
  padding: 10px 0;
}

.national-k3dnrr {
  text-align: center;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  justify-content: center;
  visibility: hidden;
}

.national-pd5q6m {
  visibility: visible;
}

.national-uvybqz {
  display: inline-block;
  width: 8px;
  height: 8px;
  background-color: var(--Text-400);
  border-radius: 8px;
  cursor: pointer;
  transition: 0.national-g1sbl9 ease;
}

.national-34t3g0 {
  background-color: var(--Primary-200);
  width: 16px;
}

.national-6qtrel {
  -webkit-mask-image: linear-gradient(
    to right,
    var(--Neutral-300) 96%,
    transparent
  );
  mask-image: linear-gradient(to right, var(--Neutral-300) 96%, transparent);
  transition:
    -webkit-mask-image 0.national-g1sbl9,
    mask-image 0.3s;
}

.national-6qtrel.national-6e6w3d {
  -webkit-mask-image: linear-gradient(to right, black 100%, black 100%);
  mask-image: linear-gradient(to right, black 100%, black 100%);
}

main {
  display: flex;
  flex-direction: column;
  margin-bottom: 40px;
  gap: 48px;
}

@media (min-width: 768px) {
  main {
    gap: 56px;
  }
}

.national-15avkw:not([hidden]) {
  position: fixed;
  background: var(--neutral-30060);
  backdrop-filter: blur(8px);
  inset: 0;
  z-index: 1100;
  padding: 16px;
  isolation: isolate;
  display: flex;
  justify-content: center;
  align-items: center;
}

.national-rjzlsr {
  cursor: pointer;
  display: block;
  border: none;
  width: 22px;
  height: 22px;
  background-color: var(--Neutral-50);
  -webkit-mask: url("data:image/svg+xml,%3Csvg width='22' height='22' viewBox='0 0 22 22' fill='none' xmlns='http://www.national-a3h04n.org/2000/svg'%3E%3Cpath d='M21 1L1 21M1 1L21 21' stroke='%23F0E1DF' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E")
    no-repeat center;
  mask: url("data:image/svg+xml,%3Csvg width='22' height='22' viewBox='0 0 22 22' fill='none' xmlns='http://www.national-a3h04n.org/2000/svg'%3E%3Cpath d='M21 1L1 21M1 1L21 21' stroke='%23F0E1DF' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E")
    no-repeat center;
  -webkit-mask-size: contain;
  mask-size: contain;
  position: absolute;
  top: 20px;
  right: 20px;
  z-index: 1;
}

.national-yq1vhf {
  border-radius: 24px;
  background: var(--Neutral-400);
  padding: 40px 24px 40px;
  position: relative;
  text-align: center;
  overflow: hidden;
  width: 100%;
  max-width: 600px;
  box-shadow: 0 12px 24px 0 rgba(191, 191, 191, 0.2);
}

.national-yq1vhf::before {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  background: radial-gradient(
    156.65% 140.48% at 1.23% 99.9%,
    var(--Primary-300, #53109f) 0%,
    var(--neutral-30080, rgba(21, 24, 41, 0.75)) 49.52%
  );
}

.national-phrqtx {
  position: relative;
  z-index: 1;
}

.national-b6z3nd {
  color: var(--Text-100);
  text-align: center;
  font-size: 20px;
  line-height: 28px;
  font-weight: 700;
  text-transform: capitalize;
}

.national-9qwa9k {
  color: var(--Text-100);
  font-size: 48px;
  font-weight: 700;
  line-height: 56px;
  text-transform: capitalize;
  margin: 4px 0;
  overflow-wrap: break-word;
}

.national-abiqwy {
  font-size: 40px;
  line-height: 48px;
}

.national-5s8gm1 {
  color: var(--Text-200);
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

.national-c0y6an {
  border-radius: 16px;
  background: var(--Primary-200);
  color: var(--Text-00);
  text-align: center;
  font-size: 18px;
  font-weight: 700;
  line-height: 26px;
  padding: 15px 16px;
  align-content: center;
  display: block;
  width: 100%;
  margin-top: 24px;
  cursor: pointer;
  text-transform: capitalize;
  transition: 0.3s;
}

.national-c0y6an:hover {
  background: var(--Primary-400);
}

.national-c0y6an svg {
  display: inline-block;
  vertical-align: middle;
  margin-left: 8px;
  pointer-events: none;
  touch-action: none;
}

.national-15avkw img {
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  width: 100%;
  left: 0;
  object-fit: cover;
  pointer-events: none;
  touch-action: none;
  z-index: 0;
}

@media screen and (min-width: 768px) {
  .national-yq1vhf {
    max-width: 600px;
    padding: 64px;
  }

  .national-b6z3nd {
    font-size: 24px;
    line-height: 32px;
  }

  .national-9qwa9k {
    font-size: 72px;
    line-height: 88px;
    margin: 4px 0;
  }

  .national-abiqwy {
    font-size: 50px;
    line-height: 56px;
  }

  .national-5s8gm1 {
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    margin-right: auto;
    margin-left: auto;
  }

  .national-rjzlsr {
    top: 25px;
    right: 25px;
  }
}

.national-d1c4v9,
.national-ulp6cj {
  border-radius: 24px;
  border: 1px solid var(--Neutral-200);
  background: var(--Neutral-300);
  box-shadow: 0 0 12px 0 rgba(191, 191, 191, 0.1);
  padding: 16px 14px;
}

.national-3a70he.national-773cpz::before,
.national-ulp6cj::before,
.national-zvvyk6::before {
  display: block;
  aspect-ratio: 1/1;
  background: no-repeat center/contain rgba(0, 0, 0, 0)
    url("data:image/svg+xml,%3Csvg width='31' height='31' viewBox='0 0 31 31' fill='none' xmlns='http://www.national-a3h04n.org/2000/svg'%3E%3Crect width='31' height='31' rx='15.5' fill='%23FFF4D0'/%3E%3Cpath d='M15.national-0e22b5 14.national-a5uwxe.national-dd0tjh 14.national-k6bst9 15.national-danxsf 14.national-2js4wu 15.national-ngmw7m 14.national-uf8cte.national-pi6kaj 14.national-15uht4 19.national-3d5grr 12.national-zhr9if 19.national-3d5grr 10.national-jtk641.national-3d5grr 8.national-b07al8 17.national-8tkpzt 7.national-l4jmkr 15.national-y3wiw7 7.national-q9j02t.national-pjwbfs 7.national-l4jmkr 11.national-jbg1no 8.national-b07al8 11.national-jbg1no 10.national-nmb7ug.national-jbg1no 12.national-cy7bya 13.national-g5se4g 14.national-v8i1i4 15.national-jrwxng 14.national-xd6kjw.national-kzmyq8 14.national-qa3evw 15.national-rfsy5v 14.national-d3ft7e 15.national-oickm1 14.national-kpxy1h.national-0e22b5 14.5684Z' fill='%23FFC421'/%3E%3Cpath d='M15.national-aeak08 15.national-hs38ke.national-1lzv80 15.national-nboxkd 15.national-l80tmy 15.national-roizuy 15.national-36vajb 15.national-oksoyw.national-2cegax 15.national-roizuy 15.national-jvqj1w 15.national-nyziam 15.national-jmbz01 15.national-sabrp6.national-r2didh 15.national-kfmm2n 7.national-zqaxf3 18.national-lnz2u7 7.national-a5i9i9 23.national-iv6g1h.national-13d2w9.national-wthfov 18.national-v5vzc3 19.national-xnffcn 15.national-zkx54c 15.national-aeak08 15.1903Z' fill='%23FFC421'/%3E%3Ccircle cx='5.5' cy='5.5' r='3' fill='%23179163' stroke='%23FFF4D0'/%3E%3C/svg%3E%0A");
}

.national-s94v59 [type="submit"] *,
.national-dbmerf button * {
  pointer-events: none;
  touch-action: none;
}

@media screen and (max-width: 767px) {
  body:has(.pc61d126-chatbot-window[aria-hidden="false"]) .national-7g779n {
    display: none;
  }
}

.national-3emqkc {
  position: fixed;
  right: 20px;
  bottom: 8px;
  z-index: 992;
  color: var(--Neutral-50);
}

body:has(header nav.open) .national-3emqkc {
  display: none;
}

@media (min-width: 768px) {
  .national-3emqkc {
    bottom: 22px;
  }
}

.national-3emqkc input {
  font-family: inherit;
}

@media (max-width: 767px) {
  body:has(.pc61d126-floating-bar-wrapper) .national-3emqkc {
    bottom: calc(var(--floating-bar-height) + 8px);
  }
}

@media (max-width: 767px) {
  body:has(.national-wyq57f.static) .national-3emqkc {
    bottom: 8px;
  }
}

.national-rt4j7u {
  width: 80px;
  height: 80px;
  cursor: pointer;
  border: 1px solid var(--Primary-100);
  background: no-repeat center/40px var(--Primary-200)
    url("data:image/svg+xml,%3Csvg xmlns='http://www.national-a3h04n.org/2000/svg' width='40' height='40' viewBox='0 0 40 40' fill='none'%3E%3Cpath d='M31.national-1zd1c6 3.national-n1ps3m.national-vmagj5.national-ni41rj 3.national-qm08xw 3.national-c5y2f8 5.national-uu7o6i 3.national-c5y2f8 8.national-d1k6td.national-unfnzv.national-c5y2f8 26.national-ijp7sv 5.national-m6sx6t 28.national-y88xzx 8.national-2creso 28.national-nz5yyy.national-gp2ys1 28.national-zcfodw.national-k9j6lo 34.national-zh7mq1.national-oo854q 36.national-1914ht 11.national-iiparl 37.national-acik9o 12.national-9ixj6h 36.national-6le2mo.national-w3z2ts 28.national-4bmqnn.national-rklacj.national-wjqelr 28.national-cw3s38 36.national-060w5k 26.national-bb54c8 36.national-060w5k 23.national-veppia.national-8dpwru.national-060w5k 5.national-9p775s 34.national-7exv1x 3.national-qm08xw 31.national-1zd1c6 3.national-yppyno.national-zedx1v 18.national-3s7c40.national-62n8yi 18.national-s0m9x3 8.national-8pqvkq 17.national-t95ro1 8.national-8pqvkq 15.national-s8yjqx.national-8pqvkq 14.national-cs5j2k 9.national-62n8yi 13.national-zku8br 11.national-zedx1v 13.national-e2c1h5.national-wb26ry 13.national-zku8br 13.national-2zwlg0 14.national-cs5j2k 13.national-2zwlg0 15.national-d8tyja.national-2zwlg0 17.national-t95ro1 12.national-wb26ry 18.national-s0m9x3 11.national-zedx1v 18.national-i5o9nh.national-66fvc7 18.national-it2u54.national-hr5kfl 18.national-s0m9x3 17.national-9znqgz 17.national-t95ro1 17.national-9znqgz 15.national-zggddu.national-9znqgz 14.national-cs5j2k 18.national-hr5kfl 13.national-zku8br 20.national-66fvc7 13.national-e7o5ap.national-hfqskh 13.national-zku8br 22.national-83zs8v 14.national-cs5j2k 22.national-83zs8v 15.national-wv9bxr.national-yerqz3 17.national-t95ro1 21.national-hfqskh 18.national-s0m9x3 20.national-66fvc7 18.national-vd3ezc.national-t2twrf 18.national-fwrtwx.national-oacegw 18.national-s0m9x3 26.national-8sf23f 17.national-t95ro1 26.national-8sf23f 15.national-dp9j0b.national-8sf23f 14.national-cs5j2k 27.national-oacegw 13.national-zku8br 28.national-t2twrf 13.national-jcl3l5.national-75j6er 13.national-zku8br 31.national-gy7ev9 14.national-cs5j2k 31.national-gy7ev9 15.national-9nkym2.national-8sf23f 17.national-t95ro1 30.national-75j6er 18.national-s0m9x3 28.national-t2twrf 18.5087Z' fill='%23F7F7F7'/%3E%3C/svg%3E");
  border-radius: 50%;
}

@media screen and (max-width: 767px) {
  body:has(.pc61d126-chatbot-window[aria-hidden="false"])
    .national-rt4j7u {
    display: none;
  }
}

.national-huch6s {
  position: fixed;
  inset: 0;
  z-index: 101;
  background: var(--Neutral-400);
  box-shadow: 0 12px 24px 0 rgba(109, 109, 109, 0.15);
  overscroll-behavior: contain;
  overflow: auto;
  display: flex;
  flex-direction: column;
  overflow-x: hidden;
}

@media screen and (min-width: 768px) {
  .national-huch6s {
    inset: auto 24px 24px auto;
    width: 448px;
    height: 600px;
    border-radius: 24px;
    border: 1px solid var(--Neutral-200);
    box-shadow: 0 12px 24px 0 rgba(191, 191, 191, 0.16);
  }
}

.pc61d126-chatbot-window[aria-hidden="true"] {
  display: none;
}

.national-dbmerf {
  border-bottom: 1px solid var(--Neutral-200);
  background: var(--Neutral-300);
  color: var(--Text-300);
  padding: 16px;
  display: flex;
  align-items: center;
  gap: 8px;
  flex: 0 0;
}

@media (min-width: 768px) {
  .national-dbmerf {
    padding: 14px 16px;
  }
}

.national-dbmerf button {
  border: none;
  background: none;
  cursor: pointer;
  align-content: center;
  color: var(--Neutral-50);
}

.national-dbmerf button:first-child {
  align-content: end;
}

.national-dbmerf button:first-of-type {
  display: none;
}

.pc61d126-chatbot[data-active-screen="2"]
  .national-dbmerf
  button:first-of-type,
.pc61d126-chatbot[data-active-screen="3"]
  .national-dbmerf
  button:first-of-type {
  display: initial;
  width: 44px;
  height: 16px;
}

.national-dbmerf button:first-of-type svg {
  width: 30px;
  height: 30px;
}

.national-dbmerf button:last-child svg {
  width: 38px;
  height: 38px;
}

.national-zvvyk6 {
  flex: 1 1;
  align-content: center;
  display: flex;
  align-items: center;
  gap: 10px;
  font-feature-settings: "liga" off;
  font-size: 16px;
  line-height: 24px;
  font-weight: 700;
  opacity: 0;
  visibility: hidden;
}

.national-zvvyk6::before {
  content: "";
  width: 48px;
}

.pc61d126-chatbot[data-active-screen="2"] .national-zvvyk6,
.pc61d126-chatbot[data-active-screen="3"]
  .national-zvvyk6 {
  opacity: 1;
  visibility: visible;
}

.national-wg5y42 {
  flex: 1 1;
}

.national-4lq6lc {
  display: none;
  padding: 64px 16px 16px;
}

@media screen and (min-width: 768px) {
  .national-4lq6lc {
    padding: 24px;
  }
}

.pc61d126-chatbot[data-active-screen="1"] .national-6zeuhn {
  display: block;
}

.national-gr1ecw {
  color: var(--Text-100);
  font-feature-settings: "liga" off;
  font-weight: 700;
  margin-bottom: 24px;
  font-size: 40px;
  line-height: 48px;
  text-transform: capitalize;
}

@media screen and (min-width: 768px) {
  .national-gr1ecw {
    margin-top: 41px;
    font-size: 48px;
    line-height: 56px;
  }
}

.national-ulp6cj {
  display: grid;
  grid-template-columns: 50px 1fr;
  grid-template-areas: "avatar name" "button button";
  row-gap: 16px;
  column-gap: 12px;
  padding: 10px 14px;
}

.national-ulp6cj::before {
  content: "";
  grid-area: avatar;
  width: 50px;
  height: 50px;
  align-self: center;
}

.national-5ma7rc span {
  color: var(--Text-300);
  font-feature-settings:
    "liga" off,
    "clig" off;
  font-size: 12px;
  line-height: 16px;
}

.national-5ma7rc p {
  color: var(--Text-100);
}

.national-ulp6cj .national-0nhvt8 {
  grid-area: button;
}

.national-ulp6cj .national-0nhvt8::after {
  content: "";
  display: inline-block;
  vertical-align: sub;
  margin-left: 8px;
  width: 20px;
  height: 20px;
  background: no-repeat center/contain rgba(0, 0, 0, 0)
    url("data:image/svg+xml,%3Csvg width='21' height='20' viewBox='0 0 21 20' fill='none' xmlns='http://www.national-a3h04n.org/2000/svg'%3E%3Cpath d='M4.national-du1g90 10H16.3327' stroke='%23F0F0F0' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M11.national-1zdz0v 15L16.national-1zdz0v 10' stroke='%23F0F0F0' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M11.national-1zdz0v 5L16.national-1zdz0v 10' stroke='%23F0F0F0' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}

.pc61d126-chatbot[data-active-screen="2"] .national-o6qtyb {
  display: block;
}

.national-dr9dv9 {
  color: var(--Text-100);
  font-feature-settings: "liga" off;
  font-size: 20px;
  line-height: 28px;
  font-weight: 700;
  margin-bottom: 24px;
}

@media (min-width: 768px) {
  .national-dr9dv9 {
    margin-top: 40px;
  }
}

.national-d1c4v9 label,
.national-d1c4v9 input {
  display: block;
  width: 100%;
}

.national-d1c4v9 label {
  margin-bottom: 16px;
  color: var(--Text-100);
  font-size: 14px;
  line-height: 20px;
}

.national-d1c4v9 label.national-9gb9co input {
  border: 1px solid var(--Accent-100);
  padding: 16px;
}

.national-d1c4v9 label.national-9gb9co::after {
  content: attr(data-error);
  display: block;
  color: var(--Accent-100);
  font-feature-settings:
    "liga" off,
    "clig" off;
  font-size: 12px;
  line-height: 16px;
  margin-top: 4px;
}

.national-d1c4v9 input {
  color: var(--Text-100);
  border-radius: 16px;
  background: var(--Neutral-400);
  font-feature-settings: "liga" off;
  font-size: 16px;
  line-height: 24px;
  padding: 17px 16px;
  margin-top: 4px;
}

.national-d1c4v9 input::placeholder {
  color: var(--Text-400);
}

.national-h38lds {
  padding: 0;
  min-height: 100%;
  flex-direction: column;
  justify-content: space-between;
  gap: 16px;
}

.pc61d126-chatbot[data-active-screen="3"] .national-h38lds {
  display: flex;
}

.national-h38lds ol {
  list-style: none;
  padding: 16px;
  overflow: auto;
  overscroll-behavior: contain;
  height: calc(100vh - 170px);
}

@media screen and (min-width: 768px) {
  .national-h38lds ol {
    height: 420px;
    padding: 24px;
  }
}

.national-h38lds ol a {
  cursor: pointer;
  color: var(--Primary-100);
}

.national-s94v59 {
  flex: 0 0;
  position: relative;
  padding: 0 16px 16px;
}

@media screen and (min-width: 768px) {
  .national-s94v59 {
    padding: 0 24px 24px;
  }
}

.national-s94v59 input {
  display: block;
  width: 100%;
  padding: 16px 44px 16px 16px;
  border-radius: 24px;
  background: var(--Neutral-300);
  color: var(--Text-100);
  font-size: 16px;
  line-height: 24px;
}

.national-s94v59 input::placeholder {
  color: var(--Text-400);
}

.national-s94v59 [type="submit"] {
  border: none;
  background: none;
  cursor: pointer;
  position: absolute;
  top: 15px;
  right: 32px;
  width: 22px;
  height: 22px;
}

.national-s94v59 [type="submit"]:disabled {
  opacity: 0.5;
}

.national-s94v59 [type="submit"] svg {
  color: var(--Neutral-50);
}

@media screen and (min-width: 768px) {
  .national-s94v59 [type="submit"] {
    right: 40px;
  }
}

.national-3a70he {
  margin-bottom: 16px;
  color: var(--Primary-100);
}

.national-3a70he.national-773cpz {
  display: grid;
  grid-template-columns: 31px 1fr;
  gap: 12px;
  color: var(--Text-100);
  align-items: flex-end;
}

.national-3a70he.national-773cpz::before {
  content: "";
  width: 31px;
}

.national-3a70he.national-773cpz p {
  border-radius: 24px;
  border: 1px solid var(--Neutral-300);
  background: var(--neutral-30060, rgba(43, 43, 43, 0.6));
}

.national-3a70he.national-f260q4 p {
  box-shadow: 0 0 12px 0 rgba(191, 191, 191, 0.1);
}

.national-3a70he p {
  padding: 15px 14px;
  border-radius: 24px;
  border: 1px solid var(--Neutral-200);
  background: var(--neutral-30060, rgba(43, 43, 43, 0.6));
}

.national-3emqkc .national-0nhvt8 {
  border-radius: 16px;
  background: var(--Primary-200);
  text-align: center;
  padding: 9px;
  color: var(--Text-00);
  font-feature-settings: "liga" off;
  font-size: 14px;
  line-height: 20px;
  font-weight: 700;
  width: 100%;
  cursor: pointer;
}

@media (max-width: 767px) {
  body:has(header.mobile-menu) {
    overflow: hidden;
  }
}

.national-7g779n {
  position: fixed;
  z-index: 1000;
  top: 0;
  width: 100%;
}

@media (min-width: 768px) {
  .national-7g779n {
    padding: 16px 0;
    background: var(--fh-bg-color);
  }
}

@media (min-width: 1200px) {
  .national-7g779n {
    padding: 18px 0;
  }
}

.national-7g779n .national-z6sata {
  display: flex;
  align-items: center;
  flex-direction: row;
  justify-content: space-between;
}

@media (max-width: 767px) {
  .national-7g779n .national-z6sata {
    padding: 16px;
    background: var(--fh-bg-color);
    min-height: 72px;
  }
}

.national-7thcuf {
  display: block;
  width: 100%;
  max-width: 128px;
  height: 32px;
  object-fit: contain;
  object-position: center left;
}

@media (min-width: 1200px) {
  .national-7thcuf {
    max-width: 160px;
    height: 40px;
  }
}

.national-7thcuf picture,
.national-7thcuf img {
  display: block;
  width: 100%;
  height: 100%;
}

.national-7thcuf img {
  object-fit: contain;
  object-position: left center;
}

@media (max-width: 1199px) {
  .national-97sx3e {
    position: fixed;
    right: 0;
    width: 100%;
    transition: transform 0.national-g1sbl9 ease;
    transform: translateX(100%);
    background: var(--menu-color);
    box-shadow: 0 12px 24px 0 rgba(109, 109, 109, 0.15);
  }

  .national-7g779n.national-ixy6xe .national-97sx3e {
    transform: translateX(0);
  }
}

@media screen and (min-width: 768px) and (max-width: 1199px) {
  .national-97sx3e {
    top: 72px;
    max-width: 400px;
    height: calc(100% - 72px);
    overflow-y: auto;
    padding: 8px 16px;
  }
}

@media (max-width: 767px) {
  .national-97sx3e {
    padding: 8px 16px;
    top: 128px;
    height: calc(100% - 128px);
    overflow-y: auto;
    overscroll-behavior: contain;
  }
}

.national-t2w5zo,
.national-ftx9za {
  display: flex;
  align-items: center;
  flex-shrink: 0;
  gap: 8px;
}

@media (min-width: 767px) {
  .national-t2w5zo,
  .national-ftx9za {
    gap: 12px;
  }
}

@media (max-width: 767px) {
  .national-ftx9za {
    display: none;
  }
}

.national-tzirhg {
  display: flex;
  align-items: center;
  gap: 6px;
  background: linear-gradient(
    0deg,
    rgba(0, 3, 20, 0) 0%,
    var(--fh-bg-color) 70%
  );
  padding: 0 16px 16px;
  justify-content: center;
}

.national-ixy6xe .national-tzirhg {
  background: var(--fh-bg-color);
}

.national-tzirhg button {
  flex: 1 1;
  padding: 9px 12px;
  line-height: 20px;
}

@media (min-width: 768px) {
  .national-tzirhg {
    display: none;
  }
}

.national-4oora0 {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  cursor: pointer;
}

@media (min-width: 1200px) {
  .national-4oora0 {
    display: none;
  }
}

.national-e1v8wq {
  display: block;
  width: 30px;
  height: 30px;
  object-fit: contain;
  object-position: center;
  cursor: pointer;
  color: var(--Text-100);
  pointer-events: none;
  touch-action: none;
}

.national-7g779n.national-ixy6xe .national-e1v8wq:first-child {
  display: none;
}

.national-7g779n.national-ixy6xe .national-e1v8wq:last-child {
  display: block;
}

.national-e1v8wq:last-child {
  display: none;
}

@media (min-width: 1200px) {
  .national-e1v8wq {
    display: none;
  }
}

.national-ifjmow {
  position: relative;
  display: none;
  padding: 5px 9px 6px;
  color: var(--Text-100);
}

@media (min-width: 1200px) {
  .national-ifjmow {
    display: flex;
  }
}

.national-ifjmow ul {
  max-height: 350px;
  overflow-y: auto;
}

.national-ifjmow:hover ul {
  visibility: visible;
  opacity: 1;
}

.national-ifjmow:hover ul::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}

.national-ifjmow:hover ul::-webkit-scrollbar-thumb {
  border-radius: 16px;
  background: var(--Neutral-100);
}

.national-ifjmow:hover ul::-webkit-scrollbar-track {
  background: rgba(0, 0, 0, 0);
}

.national-ifjmow:hover .national-lgpuzq svg {
  transform: rotate(180deg);
}

.national-3wom8p {
  font-size: 14px;
  font-weight: 700;
  display: flex;
  width: 100%;
}

.national-uy0hgj {
  padding: 0 8px;
}

.national-of0hk8 {
  display: flex;
  width: 100%;
  padding: 5px 9px;
  transition: 0.3s;
  color: var(--Text-100);
  border-radius: 8px;
}

.national-of0hk8:hover {
  background-color: var(--Neutral-300);
}

@media (min-width: 1200px) {
  .national-of0hk8 {
    padding: 4px 8px;
  }
}

.national-3eal8r {
  display: flex;
}

.national-3eal8r img {
  width: 24px;
  height: 24px;
  margin-right: 8px;
  border: 1px solid var(--Neutral-200);
  border-radius: 12px;
}

.national-lgpuzq {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  margin-left: 9px;
  margin-top: 2px;
}

.national-lgpuzq svg {
  transition: 0.3s;
  width: 13px;
  height: 13px;
}

.national-0kjbcv {
  position: relative;
  top: 0;
  left: 0;
  display: flex;
  visibility: hidden;
  align-items: flex-start;
  flex-direction: column;
  width: auto;
  max-height: 0;
  transition: max-height 0.3s;
  opacity: 0;
  background: unset;
  gap: 0;
}

@media (min-width: 1200px) {
  .national-0kjbcv {
    position: absolute;
    top: 40px;
    left: 0;
    width: 112px;
    padding: 8px;
    border-radius: 8px;
    background: var(--fh-bg-color);
    box-shadow: 0 12px 24px 0 rgba(109, 109, 109, 0.15);
    gap: 2px;
  }
}

.national-om754d {
  width: 100%;
}

@media (min-width: 1200px) {
  .national-om754d {
    display: none;
  }
}

.national-80n88g {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 10px;
  padding-bottom: 5px;
  border-bottom: 1px solid var(--Neutral-300);
}

.national-xzw3a0 {
  font-weight: 700;
  font-size: 20px;
  line-height: 28px;
  text-transform: capitalize;
  color: var(--Text-100);
}

.national-udqc5g {
  display: flex;
}

.national-ztevqn {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}

.national-op7jrj {
  list-style: none;
}

@media (max-width: 1199px) {
  .national-op7jrj {
    max-height: 90%;
    overflow: auto;
  }
}

@media (min-width: 1200px) {
  .national-op7jrj {
    display: flex;
    align-items: center;
    gap: 8px;
  }

  .national-op7jrj .national-84ksft [data-ref-el],
  .national-op7jrj .national-84ksft span,
  .national-op7jrj .national-84ksft a {
    white-space: nowrap;
  }
}

.national-i8xjxz {
  width: 100%;
  transition: 0.3s;
  color: var(--Text-100);
  position: relative;
}

@media (max-width: 1199px) {
  .national-i8xjxz.national-0rh3se > .national-84ksft {
    background: var(--Neutral-300);
  }
}

@media (min-width: 1200px) {
  .national-i8xjxz.national-dvced6:hover > .sub-menu[data-depth="1"] {
    height: auto;
    opacity: 1;
    visibility: visible;
  }
}

@media (max-width: 1199px) {
  .national-i8xjxz.national-0rh3se > .national-d22amw {
    height: auto;
  }

  .national-i8xjxz.national-0rh3se > div > .national-uk1wh9 {
    transform: rotate(180deg);
  }
}

.national-i8xjxz [data-ref-el] {
  background: none;
  border: none;
  cursor: pointer;
}

.national-i8xjxz [data-ref-el],
.national-i8xjxz span {
  cursor: pointer;
}

.national-i8xjxz [data-ref-el],
.national-i8xjxz span,
.national-i8xjxz a {
  font-size: 18px;
  font-weight: 700;
  line-height: 46px;
  color: var(--text-color);
  text-align: left;
  flex: 1 1;
}

@media (min-width: 768px) {
  .national-i8xjxz [data-ref-el],
  .national-i8xjxz span,
  .national-i8xjxz a {
    font-size: 18px;
    line-height: 38px;
  }
}

@media (min-width: 1200px) {
  .national-i8xjxz [data-ref-el],
  .national-i8xjxz span,
  .national-i8xjxz a {
    font-size: 14px;
    line-height: 20px;
    width: 100%;
  }
}

.national-d22amw {
  height: 0;
  overflow: hidden;
  transition: height 0.national-g1sbl9 ease;
  padding-left: 24px;
  list-style: none;
  box-sizing: border-box;
}

.national-d22amw::-webkit-scrollbar {
  width: 4px;
  height: 4px;
}

.national-d22amw::-webkit-scrollbar-thumb {
  border-radius: 16px;
  background: var(--Neutral-200);
}

.national-d22amw::-webkit-scrollbar-track {
  background: rgba(0, 0, 0, 0);
}

@media (min-width: 1200px) {
  .national-d22amw {
    width: 300px;
    position: absolute;
    z-index: 1001;
    border-radius: 0 0 24px 24px;
    background: var(--Neutral-400);
    box-shadow: 0 12px 24px 0 rgba(191, 191, 191, 0.2);
    padding: 8px;
    opacity: 0;
    visibility: hidden;
    max-height: 290px;
    overflow-y: auto;
    overflow-x: hidden;
  }

  .national-d22amw:has(> .national-i8xjxz.active) {
    height: auto;
    visibility: visible;
    opacity: 1;
  }

  .national-d22amw .national-d22amw {
    padding: 0;
  }

  .national-d22amw .national-i8xjxz {
    font-weight: 400;
  }

  .national-d22amw .national-i8xjxz:hover > .national-84ksft {
    background: var(--Neutral-300);
  }

  .national-d22amw .national-uk1wh9 {
    rotate: -90deg;
  }
}

.national-84ksft {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  padding: 0 8px;
  border-radius: 16px;
  cursor: pointer;
}

@media (min-width: 1200px) {
  .national-84ksft {
    padding: 8px;
  }

  .national-i8xjxz.national-gjoqtc > .national-84ksft {
    background: var(--Neutral-300);
  }
}

.national-uk1wh9 {
  width: 24px;
  height: 24px;
  border: none;
  cursor: pointer;
  mask-image: url("data:image/svg+xml,%3Csvg width='11' height='6' viewBox='0 0 11 6' fill='none' xmlns='http://www.national-a3h04n.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M0.national-x8wun6 0.national-7eue1z.national-8ksscx -0.national-9zg9vs 0.national-y9gchb -0.national-9zg9vs 1.national-ux2mhw 0.national-7ikz52.national-srofab 4.national-blx0mm.national-x8wun6 0.national-lo9zr2.national-xsdyvf -0.national-9zg9vs 9.national-ei7ucm -0.national-9zg9vs 10.national-cph2v3 0.national-y0ftcv.national-jgrvvw 0.national-8ksscx 10.national-jgrvvw 0.national-y9gchb 10.national-cph2v3 1.national-yyhy1q.national-mzaq0m 5.national-fcn622.national-obh36l 6.national-654h08 5.national-n5w15c 6.national-654h08 4.national-t19xcz 5.national-6eka9y.national-x8wun6 1.national-rki7ls.national-9zg9vs 0.national-y9gchb -0.national-9zg9vs 0.national-8ksscx 0.national-x8wun6 0.21967Z' fill='%23F0F0F0'/%3E%3C/svg%3E%0A");
  mask-repeat: no-repeat;
  mask-position: center;
  mask-size: 10px;
  transition: rotate 0.national-g1sbl9 ease;
  background-color: var(--Text-100);
}

@media (min-width: 1200px) {
  .national-uk1wh9 {
    cursor: default;
  }
}

.national-txci1b {
  position: fixed;
  z-index: 1001;
  top: 80px;
  left: 100px;
  visibility: visible;
  opacity: 1;
  max-height: 290px;
  height: auto;
}

.national-1so2tp {
  padding: 24px 0;
  border-top: 1px solid var(--border-color);
  gap: 32px;
  background-color: var(--fh-bg-color);
}

@media screen and (min-width: 768px) {
  .national-1so2tp {
    padding: 40px 4px;
  }
}

.national-f8xlxp {
  margin-bottom: 30px;
}

@media screen and (min-width: 1200px) {
  .national-f8xlxp {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 0;
  }
}

.national-mjr3pn {
  margin-bottom: 32px;
}

@media (min-width: 1200px) {
  .national-mjr3pn {
    margin-right: 32px;
    margin-bottom: 20px;
  }
}

.national-mjr3pn ul {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  gap: 8px;
}

.national-mjr3pn [data-ref-el] {
  background: none;
  border: none;
  cursor: pointer;
  font: inherit;
}

.national-mjr3pn [data-ref-el],
.national-mjr3pn span,
.national-mjr3pn a {
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  display: block;
  padding: 4px 8px;
  color: var(--text-color);
}

.national-xa5qdp {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  max-width: 340px;
  margin-bottom: 32px;
  flex-shrink: 0;
}

@media (min-width: 1200px) {
  .national-xa5qdp {
    margin-bottom: 12px;
  }
}

.national-bram85 {
  width: 32px;
  height: 32px;
  margin-right: 12px;
  overflow: hidden;
}

.national-bram85 img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

@media screen and (min-width: 1200px) {
  .national-bram85:last-child {
    margin-right: 0;
  }
}

.national-sdrl1c {
  line-height: 19px;
  margin-top: -4px;
  position: relative;
  color: var(--Primary-100);
  border-bottom: 1px solid var(--Primary-100);
}

.national-xa5qdp:hover .national-8nuwds {
  visibility: visible;
  opacity: 1;
}

.national-8nuwds {
  position: absolute;
  right: -13px;
  bottom: 30px;
  visibility: hidden;
  max-width: 240px;
  padding: 16px;
  transition: 0.3s;
  opacity: 0;
  border: 1px solid var(--Neutral-200);
  border-radius: 8px;
  background-color: var(--Neutral-300);
  box-shadow: 0 0 12px 0 rgba(191, 191, 191, 0.14);
}

.national-8jx7ge {
  display: grid;
  margin: -6px;
  grid-template-columns: repeat(5, 1fr);
  max-height: 240px;
  overflow-y: auto;
  overflow-x: hidden;
}

.national-e4kvon {
  display: flex;
  margin: 6px;
}

.national-e4kvon img {
  display: block;
  max-width: 32px;
  object-fit: contain;
}

.national-8nuwds::after {
  position: absolute;
  right: 18px;
  bottom: -8px;
  width: 0;
  height: 0;
  content: "";
  border-top: 8px solid var(--Neutral-300);
  border-right: 8px solid rgba(0, 0, 0, 0);
  border-left: 8px solid rgba(0, 0, 0, 0);
}

.national-8nuwds::before {
  position: absolute;
  right: 16px;
  bottom: -10px;
  width: 0;
  height: 0;
  content: "";
  border-top: 10px solid var(--Neutral-200);
  border-right: 10px solid rgba(0, 0, 0, 0);
  border-left: 10px solid rgba(0, 0, 0, 0);
}

.national-rhxs8e {
  display: flex;
  flex-direction: column;
  width: 100%;
}

@media (min-width: 1200px) {
  .national-rhxs8e {
    align-items: flex-end;
    flex-direction: row;
    justify-content: space-between;
  }
}

.national-8f3l49 {
  font-size: 14px;
  line-height: 20px;
  color: var(--text-color);
}

@media (min-width: 1200px) {
  .national-8f3l49 {
    margin-right: 32px;
  }
}

.national-3bwy9r {
  width: 100%;
  max-width: 340px;
  margin-top: 10px;
  text-align: left;
  flex-shrink: 0;
}

@media (min-width: 1200px) {
  .national-3bwy9r {
    margin-top: 0;
    width: 340px;
  }
}

.national-3bwy9r a {
  line-height: 19px;
  color: var(--Primary-100);
  border-bottom: 1px solid var(--Primary-100);
}

.national-kzryat {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 24px;
}

.national-bf8xe5 {
  position: relative;
}

@media (min-width: 768px) {
  .national-bf8xe5 {
    margin-top: 40px;
  }
}

.national-bf8xe5 + .national-0ghpw9,
.national-bf8xe5 + .national-bf8xe5 {
  margin-top: 24px;
}

.national-cju2kx {
  padding: 40px 16px;
  position: relative;
  overflow: hidden;
  text-align: center;
  min-height: 700px;
}

@media screen and (min-width: 768px) {
  .national-cju2kx {
    padding: 80px 16px;
    border-radius: 24px;
    min-height: 400px;
  }
}

@media screen and (min-width: 1200px) {
  .national-cju2kx {
    padding: 80px;
  }
}

.national-mm3mu6 {
  position: relative;
  z-index: 1;
  padding: 0;
}

@media screen and (min-width: 563px) {
  .national-mm3mu6 {
    padding: 0 16px;
}


}

.national-p22om6 {
  font-size: 40px;
  font-weight: 700;
  line-height: 48px;
  text-transform: capitalize;
  margin-bottom: 8px;
  color: var(--text-color);
  overflow-wrap: break-word;
}

@media (min-width: 768px) {
  .national-p22om6 {
    font-size: 48px;
    line-height: 56px;
  }
}

.national-xgpb7y {
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
  text-transform: capitalize;
  margin-bottom: 24px;
  color: var(--Text-200);
  overflow-wrap: break-word;
}

@media (min-width: 768px) {
  .national-xgpb7y {
    font-size: 24px;
    line-height: 32px;
  }
}

.national-b8qn8d {
  font-size: 18px;
  font-weight: 700;
  line-height: 26px;
  display: flex;
  align-items: center;
  flex-direction: row;
  justify-content: center;
  margin: auto;
  width: 240px;
  padding: 15px 23px;
  transition: 0.3s;
  color: var(--button-text-color);
  border-radius: 16px;
  border: none;
  background: var(--button-bg-color);
  gap: 8px;
  cursor: pointer;
}

.national-b8qn8d:hover {
  background: var(--button-bg-hover);
}

.national-lgf2sj {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -2;
}

.national-lgf2sj img {
  display: block;
  width: 100%;
  /* min-height: 100%; */
  object-fit: cover;
  object-position: center;
}

@media (max-width: 768px) {
  .national-lgf2sj img {
  min-height: initial;
  }
}

@media (max-width: 563px) {
  .national-lgf2sj img {
  min-height: 100%;
  }
}

.national-cju2kx::before {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
}

.national-5g5pz9 {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.national-5g5pz9 h1,
.national-5g5pz9 h2,
.national-5g5pz9 h3,
.national-5g5pz9 h4 {
  margin-bottom: 6px;
}

.national-5g5pz9 h1:not(:first-child),
.national-5g5pz9 h2:not(:first-child),
.national-5g5pz9 h3:not(:first-child),
.national-5g5pz9 h4:not(:first-child) {
  margin-top: 16px;
}

.national-5g5pz9 h1,
.national-5g5pz9 h1 > * {
  font-size: 40px;
  line-height: 48px;
}

@media (min-width: 768px) {
  .national-5g5pz9 h1,
  .national-5g5pz9 h1 > * {
    font-size: 48px;
    line-height: 60px;
  }
}

.national-5g5pz9 h2,
.national-5g5pz9 h2 > * {
  font-size: 32px;
  line-height: 40px;
}

@media (min-width: 768px) {
  .national-5g5pz9 h2,
  .national-5g5pz9 h2 > * {
    font-size: 40px;
    line-height: 48px;
  }
}

.national-5g5pz9 h3,
.national-5g5pz9 h3 > * {
  font-size: 24px;
  line-height: 32px;
}

@media (min-width: 768px) {
  .national-5g5pz9 h3,
  .national-5g5pz9 h3 > * {
    font-size: 32px;
    line-height: 40px;
  }
}

.national-5g5pz9 h4,
.national-5g5pz9 h4 > * {
  font-size: 24px;
  line-height: 32px;
}

.national-5g5pz9 ul {
  font-size: 16px;
  margin: 6px 0 14px;
  padding: 0;
  padding-left: 8px;
  list-style: none;
}

.national-5g5pz9 ul li {
  position: relative;
  margin-bottom: 8px;
  padding-left: 16px;
  list-style-type: none;
}

.national-5g5pz9 ul li::before {
  position: absolute;
  top: 11px;
  left: 0;
  box-sizing: border-box;
  width: 6px;
  height: 6px;
  content: "";
  transform: translateY(-50%);
  border-radius: 50%;
  background: var(--Text-300);
}

.national-5g5pz9 ul ul {
  margin-bottom: 8px;
}

.national-5g5pz9 ul ul > li {
  margin-top: 16px;
  padding-left: 33px;
}

.national-5g5pz9 ul ul > li::before {
  left: 16px;
  border: 1px solid var(--Text-300);
  background: rgba(0, 0, 0, 0);
}

.national-5g5pz9 ol {
  font-size: 16px;
  margin: 6px 0 14px;
  padding-left: 24px;
  list-style: decimal;
}

.national-5g5pz9 ol li {
  margin-bottom: 8px;
  padding-left: 6px;
}

.national-5g5pz9 ol li::marker {
  font-weight: 700;
}

.national-5g5pz9 ol ol {
  margin-bottom: 8px;
}

.national-5g5pz9 ol ol > li {
  margin-top: 16px;
  padding-left: 0;
}

.national-5g5pz9 ol ul li {
  padding-left: 16px;
}

.national-5g5pz9 table {
  display: block;
  overflow-x: auto;
  width: 100%;
  margin-top: 16px;
  border-spacing: 0 4px;
  overflow-wrap: break-word;
  font-size: 16px;
  position: relative;
  -webkit-text-size-adjust: none;
  text-size-adjust: none;
  -webkit-mask-image: none;
  mask-image: none;
  border-radius: 24px;
  border: 1px solid var(--border-color);
  /* background: var(--Neutral-300); */
  padding: 16px;
  margin-bottom: 16px;
}

@media (min-width: 768px) {
  .national-5g5pz9 table {
    padding: 24px;
  }
}

.national-5g5pz9 table.national-xncl4h {
  -webkit-mask-image: linear-gradient(to right, black 90%, transparent);
  mask-image: linear-gradient(to right, black 90%, transparent);
  transition:
    -webkit-mask-image 0.national-g1sbl9,
    mask-image 0.3s;
}

.national-5g5pz9 table.national-xncl4h.national-6e6w3d {
  -webkit-mask-image: linear-gradient(to right, black 100%, black 100%);
  mask-image: linear-gradient(to right, black 100%, black 100%);
}

@media (min-width: 1200px) {
  .national-5g5pz9 table {
    display: table;
  }
}

.national-5g5pz9 table thead th {
  font-weight: 700;
  padding: 12px 18px;
  text-align: left;
  white-space: nowrap;
  background-color: var(--table-1-color);
  border: 1px solid var(--border-color);
}

.national-5g5pz9 table thead th:first-child {
  border-top-left-radius: 16px;
  border-bottom-left-radius: 16px;
}

.national-5g5pz9 table thead th:last-child {
  border-top-right-radius: 16px;
  border-bottom-right-radius: 16px;
}

.national-5g5pz9 table tbody td {
  background-color: var(--table-2-color);
  width: 150px;
  padding: 11px 18px;
  white-space: nowrap;
  border: 1px solid var(--border-color);
}

@media (min-width: 1200px) {
  .national-5g5pz9 table tbody td {
    width: auto;
    white-space: wrap;
  }
}

.national-5g5pz9 table tbody td:first-child {
  border-top-left-radius: 16px;
  border-bottom-left-radius: 16px;
}

.national-5g5pz9 table tbody td:last-child {
  border-top-right-radius: 16px;
  border-bottom-right-radius: 16px;
}

.national-5g5pz9 table tbody td img {
  max-width: 24px;
  max-height: 24px;
  margin-right: 14px;
  vertical-align: middle;
}

.national-5g5pz9 img {
  max-width: 100%;
  height: auto;
}

.national-yehhsg {
  padding: 16px;
  border-radius: 24px;
  border: 1px solid var(--border-color);
  background: radial-gradient(
    156.65% 140.48% at 1.23% 99.9%,
    var(--fh-bg-color) 0%,
    color-mix(in srgb, var(--menu-color) 50%, transparent)
  );
}

@media (min-width: 768px) {
  .national-yehhsg {
    padding: 24px;
  }
}

.national-e00rc4 {
  color: var(--text-color);
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 32px;
  line-height: 40px;
  font-weight: 700;
}

@media (min-width: 768px) {
  .national-e00rc4 {
    font-size: 40px;
    line-height: 48px;
    max-width: 62%;
  }
}

.national-e00rc4 > * {
  margin: 0 !important;
}

.national-e00rc4 img,
.national-6valzn {
  box-sizing: content-box;
  width: 24px;
  height: 24px;
}

@media screen and (min-width: 768px) {
  .national-e00rc4 img,
  .national-6valzn {
    width: 48px;
    height: 48px;
    max-width: 32px;
    max-height: 32px;
  }
}

.national-exka43 {
  display: flex;
  width: 24px;
  height: 24px;
  background: var(--text-color);
  vertical-align: middle;
}

@media (min-width: 768px) {
  .national-exka43 {
    width: 32px;
    height: 32px;
  }
}

.national-fiuvy4 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 16px;
}

.national-fiuvy4 .national-nkt0bh {
  flex-shrink: 0;
}

.national-fiuvy4 .national-stfx6c svg {
  display: none;
}

.national-rm8tel {
  display: grid;
  transition: max-height 0.national-g1sbl9 ease-in-out;
  column-gap: 16px;
  grid-template-columns: 1fr;
}

@media (min-width: 508px) {
  .national-rm8tel {
    grid-template-columns: 1fr 1fr;
    gap: 16px;
  }
}

@media (min-width: 1200px) {
  .national-rm8tel {
    grid-template-columns: 1fr 270px 1fr 270px;
  }
}

.pc61d126-games__list[data-games-type="Live Shows"] {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

@media (min-width: 768px) {
  .pc61d126-games__list[data-games-type="Live Shows"] {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

@media (min-width: 1200px) {
  .pc61d126-games__list[data-games-type="Live Shows"] {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }
}

.national-rm8tel.national-hw5zyt + .national-nkt0bh svg {
  transform: rotate(180deg);
}

.national-4h5fw6 {
  display: grid;
  align-items: flex-start;
  column-gap: 16px;
  grid-template-columns: repeat(2, 1fr);
  height: max-content;
}

.national-4h5fw6 > div:nth-child(3n) {
  grid-column: span 2;
}

.national-4h5fw6
  > div:nth-child(3n)
  .national-82g1ko
  button {
  max-width: 270px;
}

@media (min-width: 768px) {
  .national-4h5fw6 {
    gap: 16px;
    grid-template-columns: repeat(2, 1fr);
  }

  .national-4h5fw6 > div:nth-child(3n) {
    grid-column: unset;
  }

  .national-4h5fw6
    > div:nth-child(3n)
    .national-82g1ko
    button {
    max-width: 83px;
  }
}

@media (min-width: 1200px) {
  .national-4h5fw6 {
    max-width: 270px;
  }
}

.national-4h5fw6 .national-82g1ko button {
  max-width: 96px;
}

@media (min-width: 375px) {
  .national-4h5fw6 .national-82g1ko button {
    max-width: 120px;
  }
}

@media (min-width: 1200px) {
  .national-4h5fw6 .national-82g1ko button {
    max-width: 104px;
  }
}

.national-xx1lha {
  height: calc(100% - 16px);
  transition: 0.3s;
  overflow-wrap: break-word;
  display: flex;
  flex-direction: column;
  gap: 4px;
  border-radius: 16px;
  margin-bottom: 16px;
}

@media (min-width: 768px) {
  .national-xx1lha {
    margin-bottom: 0;
  }
}

.national-dtm0dh {
  display: none;
  opacity: 0;
}

.national-v2w6mt {
  width: 100%;
  height: 190px;
  max-width: 100%;
  aspect-ratio: 1/1;
  display: block;
}

@media (min-width: 768px) {
  .pc61d126-games__list-item-logo[data-game-type="Live Shows"] {
    width: 152px;
    height: 152px;
  }
}

@media (min-width: 1200px) {
  .pc61d126-games__list-item-logo[data-game-type="Live Shows"] {
    width: 173px;
    height: 173px;
  }
}

.national-v2w6mt img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  border-radius: 16px;
}

.national-82g1ko {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  color: var(--Text-400);
  gap: 4px;
  position: relative;
}

.national-82g1ko button {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
}

@media (min-width: 768px) {
  .pc61d126-games__list-item[data-game-type="Live Shows"]
    .national-82g1ko
    button {
    max-width: 124px;
  }
}

@media (min-width: 1200px) {
  .pc61d126-games__list-item[data-game-type="Live Shows"]
    .national-82g1ko
    button {
    max-width: 145px;
  }
}

.national-31qlou:first-child
  .national-82g1ko
  button {
  max-width: 270px;
}

.national-quq5qq {
  position: relative;
  overflow-wrap: break-word;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  cursor: pointer;
  text-align: left;
  color: var(--text-color);
  background: rgba(0, 0, 0, 0);
  width: 100%;
}

.national-xx1lha picture {
  width: 100%;
  max-width: 100%;
}

.national-ywo91c {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: var(--Neutral-30060);
  backdrop-filter: blur(8px);
  border-radius: 16px;
  overflow: hidden;
  align-content: center;
  justify-content: center;
  flex-wrap: wrap;
}

.national-ywo91c svg {
  outline: 10px solid var(--button-bg-color);
  border-radius: 1px;
  background: var(--button-bg-color);
}

.national-xx1lha:hover .national-ywo91c {
  display: flex;
}

.national-5519qi {
  font-size: 12px;
  line-height: 16px;
  color: var(--Text-400);
}

.national-aaq6zw {
  display: flex;
}

.national-aaq6zw:hover .national-pl1u3f,
.national-aaq6zw .national-gjoqtc .national-pl1u3f {
  display: flex;
}

.national-aaq6zw svg {
  flex-shrink: 0;
}

.national-pl1u3f {
  display: none;
  padding: 10px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 8px;
  border-radius: 24px;
  border: 1px solid var(--Neutral-200);
  background: var(--Neutral-300);
  position: absolute;
  z-index: 2;
  top: 34px;
  right: -20px;
  width: 130px;
}

@media (min-width: 768px) {
  .national-pl1u3f {
    width: 174px;
    right: -28px;
    padding: 12px;
  }
}

.national-pl1u3f:hover {
  display: flex;
}

.national-pl1u3f svg {
  color: var(--Neutral-300);
  position: absolute;
  right: 19px;
  top: -11px;
}

.national-togr1k {
  display: flex;
  justify-content: space-between;
  gap: 4px;
  color: var(--Text-100);
  line-height: 16px;
  width: 100%;
  font-size: 10px;
}

@media (min-width: 768px) {
  .national-togr1k {
    font-size: 12px;
  }
}

.national-ook4zm,
.national-qld4yi {
  width: 50%;
  flex-shrink: 0;
}

.national-ook4zm {
  font-weight: 700;
}

.national-a6yqdv .national-rm8tel {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

@media (min-width: 768px) {
  .national-a6yqdv .national-rm8tel {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

@media (min-width: 1200px) {
  .national-a6yqdv .national-rm8tel {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }
}

.national-a6yqdv
  .national-quq5qq:has(img) {
  max-height: initial !important;
  aspect-ratio: 1/1;
}

.national-a6yqdv .national-v2w6mt {
  height: 100% !important;
  border-radius: 16px;
}

.national-a6yqdv .national-82g1ko {
  gap: 4px;
  align-items: center;
}

.national-a6yqdv .national-82g1ko button {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.national-a6yqdv .national-82g1ko svg {
  display: block;
  aspect-ratio: 1/1;
  flex: 0 0 16px;
}

.national-a6yqdv .national-mqhdbz,
.national-a6yqdv .national-5dikmo {
  margin-left: -1px;
  height: 12px;
  max-width: 100%;
  mask-repeat: repeat;
  mask-position: left center;
  mask-size: 16px 12px;
  mask-image: url("data:image/svg+xml,%3Csvg width='16' height='15' viewBox='0 0 16 15' fill='none' xmlns='http://www.national-a3h04n.org/2000/svg'%3E%3Cpath d='M9.national-xjsbc5 4.national-kw52hw.national-xhz14c 5.national-mpr7wp.national-l9tjrn 5.national-12bj2j.national-b23uc4 5.national-wkdk5b.national-bhzgo7 8.national-5quhoe.national-44bqag 9.national-2tx97l.national-pfz41z 9.national-bqsrlv.national-wyxikw 13.national-ycrzoy.national-gluern 11.national-5maw8o.national-c22932 11.national-oiqsax.national-xuq7gh 11.national-r15hep.national-2s2yiq 13.national-reoivf.national-mrdoed 9.national-0cfzgr.national-ccndqx 9.national-9c3jpb.national-6z2k85 8.national-gejufi.national-ve2frt 5.national-usdtn7.national-kux95r 5.national-yvujnh.national-3dexkl 5.national-73gne1.national-n7do75 4.national-wamlja.national-c22932 1.national-lgj9el.national-xjsbc5 4.98633Z' fill='%23FFBB00' stroke='%23FFBB00'/%3E%3C/svg%3E%0A");
}

.national-a6yqdv .national-mqhdbz {
  background-color: hsl(from var(--Neutral-50) h s l/30%);
  width: 81px;
}

.national-a6yqdv .national-5dikmo {
  display: block;
  background-color: var(--Accent-Yellow-300, #fb0);
}

.national-gy8nt6 {
  display: flex;
  flex-direction: column;
  gap: 16px;
  align-self: stretch;
  border-radius: var(--M, 24px);
  border: 1px solid var(--Neutral-200);
  background: radial-gradient(
    156.65% 140.48% at 1.23% 99.9%,
    var(--Primary-300) 0%,
    var(--Neutral-300) 49.52%
  );
  padding: 16px;
}

@media (min-width: 768px) {
  .national-gy8nt6 {
    padding: 24px;
  }
}

.national-gy8nt6 .national-nkt0bh {
  display: flex;
}

@media (min-width: 768px) {
  .national-gy8nt6 .national-nkt0bh {
    display: none;
  }
}

.national-gy8nt6 .national-stfx6c svg {
  display: none;
}

.national-57og38 {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.national-57og38 .national-f1uala {
  display: none;
}

@media (min-width: 768px) {
  .national-57og38 .national-f1uala {
    display: flex;
  }
}

.national-07drv3 {
  color: var(--Text-100);
  font-size: 32px;
  line-height: 40px;
  font-weight: 700;
  text-transform: capitalize;
  display: flex;
  align-items: center;
  gap: 12px;
}

@media screen and (min-width: 768px) {
  .national-07drv3 {
    font-size: 40px;
    line-height: 48px;
  }
}

.national-07drv3 > * {
  margin: 0 !important;
}

.national-07drv3 img,
.national-fivn6q {
  box-sizing: content-box;
  width: 24px;
  height: 24px;
}

@media screen and (min-width: 768px) {
  .national-07drv3 img,
  .national-fivn6q {
    width: 48px;
    height: 48px;
    max-width: 32px;
    max-height: 32px;
  }
}

.national-5e2ebv {
  display: flex;
  width: 24px;
  height: 24px;
  background: var(--Primary-100);
  vertical-align: middle;
}

@media (min-width: 768px) {
  .national-5e2ebv {
    width: 32px;
    height: 32px;
  }
}

.national-co3639 {
  display: grid;
  overflow: hidden;
  gap: 8px;
  grid-template-columns: repeat(3, 1fr);
}

@media (min-width: 768px) {
  .national-co3639 {
    gap: 16px;
    margin: 13px 0 16px;
    display: flex;
    flex-wrap: nowrap;
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    cursor: grab;
    user-select: none;
    scrollbar-width: none;
    -ms-overflow-style: none;
    touch-action: pan-x;
  }

  .national-co3639::-webkit-scrollbar {
    display: none;
  }
}

.national-7ev9cg {
  border-radius: 24px;
  border: 1px solid var(--Neutral-200);
  background: var(--Neutral-400);
  padding: 7px;
}

@media (min-width: 768px) {
  .national-7ev9cg {
    padding: 7px 15px;
  }
}

.national-7ev9cg:hover {
  background-color: var(--Neutral-200);
  color: var(--Text-100);
}

.national-1bgqnt {
  display: none;
  opacity: 0;
}

@media (min-width: 768px) {
  .national-1bgqnt {
    display: flex;
    opacity: 1;
  }
}

.national-7ev9cg picture {
  height: 100%;
  display: block;
}

.national-7ev9cg img {
  display: block;
  width: 100%;
  height: 40px;
  object-fit: contain;
}

@media (min-width: 768px) {
  .national-7ev9cg img {
    width: 88px;
    height: 44px;
  }
}

.national-7ev9cg p {
  text-align: center;
  width: 100%;
}

.national-07l19y {
  color: var(--text-color);
  font-feature-settings: "liga" off;
  font-size: 32px;
  line-height: 40px;
  font-weight: 700;
  text-transform: capitalize;
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 12px;
}

@media screen and (min-width: 768px) {
  .national-07l19y {
    font-size: 40px;
    line-height: 48px;
  }
}

.national-07l19y img,
.national-cp380s {
  box-sizing: content-box;
  width: 24px;
  height: 24px;
}

@media screen and (min-width: 768px) {
  .national-07l19y img,
  .national-cp380s {
    width: 48px;
    height: 48px;
    max-width: 32px;
    max-height: 32px;
  }
}

.national-pjrate {
  display: flex;
  width: 24px;
  height: 24px;
  background: var(--Primary-100);
  vertical-align: middle;
}

@media (min-width: 768px) {
  .national-pjrate {
    width: 32px;
    height: 32px;
  }
}

.national-scctpo {
  color: var(--Text-200);
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  margin-bottom: 16px;
}

.national-33rmbs {
  display: flex;
  flex-direction: column;
  gap: 20px;
  border-radius: 24px;
  border: 1px solid var(--border-color);
 background: radial-gradient(
    156.65% 140.48% at 1.23% 99.9%,
    var(--fh-bg-color) 0%,
    color-mix(in srgb, var(--menu-color) 50%, transparent)
  );
  padding: 24px;
  padding-top: 30px;
}

.national-hy4pth {
  padding: 10px 15px 12px;
  transition: 0.3s;
  border-bottom: 4px solid rgba(0, 0, 0, 0);
}

.national-hy4pth.national-gjoqtc {
  border-bottom: 4px solid var(--button-bg-color, #70f);
}

.national-vhvxu4 {
  font-size: 18px;
  font-weight: 700;
  line-height: 26px;
  text-transform: capitalize;
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
  color: var(--text-color);
}

@media screen and (min-width: 768px) {
  .national-vhvxu4 {
    font-size: 20px;
    line-height: 28px;
  }
}

.national-k12fsm {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 4px;
  transition: 0.3s;
  color: var(--text-color);
}

.national-nt28sb {
  visibility: hidden;
  overflow: hidden;
  max-height: 0;
  transition: 0.national-g1sbl9 ease;
  opacity: 0;
  color: var(--text-color);
}

.national-umdyl9 {
  font-size: 16px;
  line-height: 24px;
  padding: 8px 0 0;
}

.national-umdyl9 ol,
.national-umdyl9 ul {
  padding-left: 1.3em;
}

.national-hy4pth.national-gjoqtc .national-nt28sb {
  visibility: visible;
  max-height: 1000px;
  opacity: 1;
}

.national-hy4pth.national-gjoqtc .national-k12fsm {
  transform: rotate(180deg);
  color: var(--text-color);
}

.national-w9potv {
  display: flex;
  flex-direction: column;
  gap: 16px;
  align-self: stretch;
  border-radius: var(--M, 24px);
  border: 1px solid var(--Neutral-200);
  background: radial-gradient(
    156.65% 140.48% at 1.23% 99.9%,
    var(--Primary-300) 0%,
    var(--Neutral-300) 49.52%
  );
  padding: 16px;
}

@media (min-width: 768px) {
  .national-w9potv {
    padding: 24px;
  }
}

.national-w9potv .national-nkt0bh {
  display: flex;
}

@media (min-width: 768px) {
  .national-w9potv .national-nkt0bh {
    display: none;
  }
}

.national-w9potv .national-stfx6c svg {
  display: none;
}

.national-n9s7ip {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.national-n9s7ip .national-f1uala {
  display: none;
}

@media (min-width: 768px) {
  .national-n9s7ip .national-f1uala {
    display: flex;
  }
}

.national-28517d {
  color: var(--Text-100);
  font-size: 32px;
  line-height: 40px;
  font-weight: 700;
  text-transform: capitalize;
  display: flex;
  align-items: center;
  gap: 12px;
}

@media screen and (min-width: 768px) {
  .national-28517d {
    align-items: center;
    font-size: 40px;
    line-height: 48px;
  }
}

.national-28517d > * {
  margin: 0 !important;
}

.national-28517d img,
.national-z5etjx {
  box-sizing: content-box;
  width: 24px;
  height: 24px;
}

@media screen and (min-width: 768px) {
  .national-28517d img,
  .national-z5etjx {
    width: 48px;
    height: 48px;
    max-width: 32px;
    max-height: 32px;
  }
}

.national-ks8j75 {
  display: flex;
  width: 24px;
  height: 24px;
  background: var(--Primary-100);
  vertical-align: middle;
}

@media (min-width: 768px) {
  .national-ks8j75 {
    width: 32px;
    height: 32px;
  }
}

.national-tna27t {
  display: flex;
  flex-wrap: wrap;
  column-gap: 16px;
  row-gap: 8px;
}

@media (min-width: 768px) {
  .national-tna27t {
    flex-wrap: nowrap;
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    cursor: grab;
    user-select: none;
    scrollbar-width: none;
    -ms-overflow-style: none;
    touch-action: pan-x;
  }

  .national-tna27t::-webkit-scrollbar {
    display: none;
  }
}

.national-blv1ez {
  border-radius: 24px;
  border: 1px solid var(--Neutral-200);
  background: var(--Neutral-400);
  padding: 8px 16px;
  height: 60px;
}

.national-blv1ez:hover {
  background-color: var(--Neutral-200);
  color: var(--Text-100);
}

.national-uzk1wv {
  display: none;
  opacity: 0;
}

@media (min-width: 768px) {
  .national-uzk1wv {
    display: flex;
    opacity: 1;
  }
}

.national-blv1ez picture {
  width: auto;
  height: 100%;
  display: block;
}

.national-blv1ez picture img {
  display: block;
  width: auto;
  height: 100%;
}

.national-22mtsm {
  margin: -24px 0;
}

.national-22mtsm:first-of-type {
  margin-top: 24px;
}

@media (min-width: 1200px) {
  .national-22mtsm {
    margin: -16px 0;
  }
}

.national-g1czgx {
  display: flex;
  flex-direction: column;
  gap: 8px;
  position: relative;
  margin-bottom: 12px;
}

@media (min-width: 768px) {
  .national-g1czgx {
    flex-direction: row;
  }
}

.national-igfalw {
  padding: 12px 12px 12px 50px;
  border-radius: 16px;
  background:
    url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNSIgaGVpZ2h0PSIyNSIgdmlld0JveD0iMCAwIDI1IDI1IiBmaWxsPSJub25lIj4KICA8cGF0aCBkPSJNMTguMzk5OSAxNy42TDIzLjk5OTkgMjMuMiIgc3Ryb2tlPSIjOTk5OTk5IiBzdHJva2Utd2lkdGg9IjIiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIvPgogIDxjaXJjbGUgY3g9IjExLjIiIGN5PSIxMS4yIiByPSI5LjQiIHN0cm9rZT0iIzk5OTk5OSIgc3Ryb2tlLXdpZHRoPSIyIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiLz4KPC9zdmc+")
      no-repeat 16px center,
    var(--Neutral-300);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  position: relative;
  color: var(--Text-400);
}

@media (min-width: 768px) {
  .national-igfalw {
    flex: 1;
  }
}

.national-igfalw::placeholder {
  color: var(--Text-400);
}

.national-9km59w {
  padding: 10px 15px;
  border-radius: 16px;
  border: 1px solid var(--Primary-200);
  background: var(--neutral-30060);
  backdrop-filter: blur(8px);
  display: flex;
  justify-content: center;
  gap: 8px;
  color: var(--Text-100);
  text-align: center;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
}

.national-6rdgqm {
  display: flex;
  margin: -4px;
  overflow-x: auto;
  scrollbar-width: none;
}

.national-6rdgqm::-webkit-scrollbar {
  display: none;
}

.national-d11auu {
  border-radius: 16px;
  background-color: var(--neutral-30060);
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: 14px;
  color: var(--Text-100);
  margin: 4px;
  text-align: center;
  padding: 7px 15.5px;
  border: 1px solid var(--Primary-200);
  flex-shrink: 0;
  cursor: pointer;
}

.national-d11auu img,
.national-d11auu svg {
  margin-right: 8px;
}

.national-c1982v {
  background: var(--Primary-200);
  color: var(--Text-00);
}

.national-22mtsm + .national-6iwslu {
  margin-top: 0;
}

@media (min-width: 768px) {
  .national-22mtsm + .national-6iwslu {
    margin-top: -16px;
  }
}

.national-wtb8ve {
  border-radius: 4px;
  overflow-y: auto;
  position: absolute;
  background-color: var(--Neutral-300);
  width: 100%;
  z-index: 990;
  top: 54px;
}

.national-wtb8ve > * {
  padding: 12px;
  color: var(--Text-200);
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  cursor: pointer;
}

.national-wtb8ve > *:hover {
  box-shadow: inset 0px 0px 3px var(--Text-300);
  background-color: var(--Neutral-100);
}

.national-ilrue1 {
  border-radius: 24px;
  border: 1px solid var(--border-color);

  background: radial-gradient(
    156.65% 140.48% at 1.23% 99.9%,
    var(--fh-bg-color) 0%,
    color-mix(in srgb, var(--menu-color) 50%, transparent)
  );
  padding: 15px;
  position: relative;
  overflow: hidden;
  isolation: isolate;
}

.national-7pb03f {
  color: var(--text-color);
  font-feature-settings: "liga" off;
  font-size: 32px;
  line-height: 40px;
  font-weight: 700;
  text-transform: capitalize;
  margin-bottom: 12px;
}

.national-g9skme {
  color: var(--text-color);
  font-feature-settings: "liga" off;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
}

.national-gkwz60 {
  display: flex;
  gap: 16px;
  margin-top: 24px;
}

.national-9ohdre {
  position: absolute;
  top: 0;
  right: 0;
  pointer-events: none;
  touch-action: none;
  z-index: -1;
  width: auto;
  height: 170px;
}

.national-ilrue1 button {
  border-radius: 16px;
  background: var(--button-bg-color);
  padding: 10px 15px;
  color: var(--button-text-color);
  text-align: center;
  font-feature-settings: "liga" off;
  font-family: inherit;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  cursor: pointer;
  flex: 1;
}

.national-ilrue1 button svg {
  pointer-events: none;
  touch-action: none;
  display: inline-block;
  vertical-align: sub;
  margin-right: 6px;
  width: 20px;
  height: 20px;
  object-position: center;
  object-fit: contain;
}

@media screen and (min-width: 768px) {
  .national-ilrue1 {
    padding: 39px 179px 39px 39px;
  }

  .national-7pb03f {
    font-size: 40px;
    line-height: 48px;
  }

  .national-9ohdre {
    height: 348px;
  }

  .national-ilrue1 button {
    font-size: 18px;
    line-height: 26px;
    flex: 0 0 auto;
    padding: 15px 23px;
  }

  .national-ilrue1 button svg {
    width: 24px;
    height: 24px;
  }
}

@media screen and (min-width: 1200px) {
  .national-ilrue1 {
    padding: 63px;
  }
}

.national-r1xl14 {
  display: flex;
  align-items: center;
  padding: 8px 0;
  flex-wrap: wrap;
}

@media (min-width: 768px) {
  .national-r1xl14 {
    flex-wrap: nowrap;
    padding: 16px 0;
  }
}

.national-5krih2 {
  font-size: 14px;
  width: 100%;
  color: var(--Text-100);
}

@media (min-width: 768px) {
  .national-5krih2 {
    width: auto;
  }
}

.national-rtr1pq {
  display: flex;
  flex-wrap: nowrap;
  overflow-x: auto;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
  cursor: grab;
  user-select: none;
  scrollbar-width: none;
  -ms-overflow-style: none;
  touch-action: pan-x;
  margin-top: 4px;
}

.national-rtr1pq::-webkit-scrollbar {
  display: none;
}

.national-rtr1pq a {
  background-color: var(--Neutral-300);
  color: var(--Text-300);
  padding: 8px 16px;
  flex-shrink: 0;
  display: flex;
  white-space: nowrap;
  font-weight: 700;
  font-size: 16px;
  margin-right: 8px;
  border-radius: var(--M, 8px);
}

.national-rtr1pq a:hover {
  background-color: var(--Neutral-200);
  color: var(--Text-100);
}

@media (min-width: 768px) {
  .national-rtr1pq {
    margin-left: 16px;
    margin-top: 0;
  }
}

.national-r1xl14 .national-p4rvsq {
  -webkit-mask-image: linear-gradient(to right, black 90%, transparent);
  mask-image: linear-gradient(to right, black 90%, transparent);
  transition:
    -webkit-mask-image 0.national-g1sbl9,
    mask-image 0.3s;
}

.national-r1xl14 .national-p4rvsq.national-6e6w3d {
  -webkit-mask-image: linear-gradient(to right, black 100%, black 100%);
  mask-image: linear-gradient(to right, black 100%, black 100%);
}

.national-johq7y {
  margin: 40px -16px;
}

.national-48mkqa + .national-0ghpw9,
.national-48mkqa + .national-bf8xe5 {
  margin-top: 24px;
}

.national-fzv9jh {
  border-radius: 24px;
  position: relative;
  overflow: hidden;
  border: 1px solid var(--Neutral-200);
}

.national-fzv9jh picture {
  display: flex;
  width: 100%;
  min-height: 400px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}

.national-p5abge {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 46px;
  padding: 0 8px;
}

@media (min-width: 768px) {
  .national-p5abge {
    padding: 0 15px;
    margin-bottom: 40px;
    margin-top: 7px;
  }
}

@media (min-width: 1200px) {
  .national-p5abge {
    margin-top: 0;
  }
}

.national-f43q29 {
  font-size: 20px;
  line-height: 28px;
  font-weight: 700;
  text-transform: capitalize;
}

@media (min-width: 768px) {
  .national-f43q29 {
    font-size: 24px;
    line-height: 32px;
  }
}

.national-cufm96 {
  max-width: 700px;
  padding: 18px 14px;
  border-radius: 24px;
  border: 1px solid var(--Neutral-200);
  background: var(--neutral-30080);
  backdrop-filter: blur(8px);
  display: flex;
  flex-direction: column;
  gap: 16px;
}

@media (min-width: 768px) {
  .national-cufm96 {
    gap: 24px;
    padding: 22px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    align-self: stretch;
    flex-direction: row;
  }
}

.national-doyatr {
  position: relative;
  z-index: 1;
  width: 100%;
  background: radial-gradient(
    156.65% 140.48% at 1.23% 99.9%,
    var(--Primary-300) 0%,
    var(--neutral-30080) 49.52%
  );
  padding: 16px 16px;
}

@media (min-width: 1200px) {
  .national-doyatr {
    margin-bottom: 0;
    margin-right: 32px;
    padding: 40px;
  }
}

.national-g8h073 {
  font-weight: 700;
  margin-bottom: 8px;
  overflow-wrap: break-word;
  color: var(--Text-300);
  font-size: 18px;
  line-height: 26px;
  text-transform: capitalize;
}

@media (min-width: 1200px) {
  .national-g8h073 {
    font-size: 20px;
    line-height: 28px;
  }
}

.national-2ivzuv {
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
  color: var(--Text-100);
  text-transform: capitalize;
}

@media (min-width: 768px) {
  .national-2ivzuv {
    font-size: 32px;
    line-height: 40px;
  }
}

.national-qply6q {
  border-radius: 24px;
  border: 1px solid var(--Neutral-200);
  background: var(--Neutral-300);
  display: flex;
  padding: 8px;
  align-items: center;
  box-shadow: 0 0 12px 0 rgba(191, 191, 191, 0.14);
  color: var(--Text-100);
  text-align: center;
  font-feature-settings:
    "liga" off,
    "clig" off;
  font-size: 12px;
  font-weight: 700;
  line-height: 14px;
}

.national-8ps4dk {
  display: block;
  object-fit: cover;
  max-width: 100%;
  height: 100%;
  width: 100%;
  max-height: 100%;
}

.national-8ps4dk img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.national-6iwslu {
  margin: 24px auto 40px;
  width: 100%;
  display: flex;
  justify-content: center;
}

.national-dkrgm3 {
  border-radius: 16px;
  background: var(--Primary-200);
  padding: 15px 24px;
  color: var(--Text-00);
  text-align: center;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 26px;
}

@media (min-width: 768px) {
  .national-dkrgm3 {
    padding: 15px 48px;
  }
}

main > .national-6iwslu {
  margin: -26px auto -16px;
}

@media (max-width: 700px) {
  .national-rm8tel.national-25usyh > div:nth-child(n+5) {
    display: none;
  }
}

.national-5g5pz9 p a img {
  display: block;
  margin: 0 auto;
}


.national-g3x6fy {
  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;
}

/* contanct form */
.national-ixom7h {
  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-ixom7h label {
  font-size: 14px;
}

.national-ixom7h h2 {
  text-align: center;
  margin-bottom: 1rem;
}
.national-ixom7h input,
.national-ixom7h textarea,
.national-ixom7h 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-ixom7h button {
  background-color: var(--button-bg-color);
  color: var(--button-text-color);
  border: none;
  cursor: pointer;
  transition: background 0.national-5a1c4v ease;
}
.national-ixom7h button:hover {
  background-color: var(--button-bg-hover);
}
.national-aaa3mr {
  text-align: center;
  color: green;
  font-weight: 500;
  padding: 50px 0;
  animation: fadeIn 0.national-8m5yfw ease-in;
}

.national-aaa3mr h2 {
  color: green;
  font-weight: 500;
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

/* brandauto-contrast-fix v1 */
:root {
  --footer-menu-color: #ece7dc;
  --updated-block-color: #ece7dc;
  --rate-counter-bg: #1e1e1e;
  --rate-counter-bg-top: #2a2a2a;
}
.national-20uy72, .national-2ckbu6, [class*="review-card"],
thead, thead th, table th, .national-5yksw8,
.national-g2ohxh, [class*="collapsible-header"],
.national-r3e4h7, [class*="updated-block"] {
  color: #ece7dc !important;
}

/* brandauto-contrast-fix v4 */
header nav li a, header ul li a { color: var(--text-color) !important; }
