* {
  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-xkvrz6 {
  max-width: 100%;
  margin: 0 auto;
  padding: 0 16px;
}

@media screen and (min-width: 768px) {
  .national-xkvrz6 {
    max-width: 752px;
  }
}

@media screen and (min-width: 1200px) {
  .national-xkvrz6 {
    padding: 0 16px;
    max-width: 1248px;
  }
}

.national-1jsht6 {
  overflow: hidden;
}

.national-lh0ob0 img {
  background: var(--Neutral-300);
}

.national-6b6es4 {
  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-7sig35 {
  border: 1px solid var(--border-color);
  background: var(--button-bg-color);
}

.national-7sig35:hover {
  background: var(--button-bg-hover);
}

.national-weqz75 {
  border: 1px solid var(--border-color);
  background: var(--button-bg-color);
  color: var(--button-text-color);
}

.national-weqz75:hover {
  background: var(--button-bg-hover);
}

.national-awnymq {
  font-size: 12px;
  line-height: 18px;
}

.national-jjybt3 {
  font-size: 18px;
  line-height: 26px;
}

.national-q6eu2z {
  width: 100%;
}

.national-n87rsz {
  padding: 6px 16px;
}

.national-ufoxsc {
  padding: 10px 16px;
}

.national-a9xrdr {
  padding: 15px 26px;
}

.national-auwbk3 {
  flex-shrink: 0;
}

.national-ib5c17 {
  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-908ivl {
  display: none;
}

.national-oky3hh {
  position: relative;
  width: 100%;
  margin: 0 auto;
  user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}

.national-prhi76 {
  overflow: hidden;
  width: 100%;
  margin-top: 20px;
}

.national-6mbgss {
  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-a592nt {
  cursor: grab;
}

.national-6mbgss::-webkit-scrollbar {
  display: none;
}

.national-ju4bmr {
  display: flex;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
  scroll-snap-align: start;
}

.national-gqqns5 {
  display: block;
  width: 100%;
  object-fit: contain;
  height: 40px;
  pointer-events: none;
}

.national-pe2q6w {
  text-align: center;
  font-size: 14px;
  padding: 10px 0;
}

.national-cgumth {
  text-align: center;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  justify-content: center;
  visibility: hidden;
}

.national-tslvpl {
  visibility: visible;
}

.national-7th66u {
  display: inline-block;
  width: 8px;
  height: 8px;
  background-color: var(--Text-400);
  border-radius: 8px;
  cursor: pointer;
  transition: 0.national-9t582m ease;
}

.national-ehtt16 {
  background-color: var(--Primary-200);
  width: 16px;
}

.national-0p9nkc {
  -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-9t582m,
    mask-image 0.3s;
}

.national-0p9nkc.national-tcqztk {
  -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-t00f2y: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-hnyoa6 {
  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-oflg3c.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-oflg3c.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-52k4kj {
  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-52k4kj::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-n42iuw {
  position: relative;
  z-index: 1;
}

.national-kj3brk {
  color: var(--Text-100);
  text-align: center;
  font-size: 20px;
  line-height: 28px;
  font-weight: 700;
  text-transform: capitalize;
}

.national-mie0aa {
  color: var(--Text-100);
  font-size: 48px;
  font-weight: 700;
  line-height: 56px;
  text-transform: capitalize;
  margin: 4px 0;
  overflow-wrap: break-word;
}

.national-nuekh1 {
  font-size: 40px;
  line-height: 48px;
}

.national-f9n23q {
  color: var(--Text-200);
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

.national-c9ykqn {
  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-c9ykqn:hover {
  background: var(--Primary-400);
}

.national-c9ykqn svg {
  display: inline-block;
  vertical-align: middle;
  margin-left: 8px;
  pointer-events: none;
  touch-action: none;
}

.national-t00f2y 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-52k4kj {
    max-width: 600px;
    padding: 64px;
  }

  .national-kj3brk {
    font-size: 24px;
    line-height: 32px;
  }

  .national-mie0aa {
    font-size: 72px;
    line-height: 88px;
    margin: 4px 0;
  }

  .national-nuekh1 {
    font-size: 50px;
    line-height: 56px;
  }

  .national-f9n23q {
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    margin-right: auto;
    margin-left: auto;
  }

  .national-hnyoa6 {
    top: 25px;
    right: 25px;
  }
}

.national-mtomsr,
.national-ca2iig {
  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-tgqwjw.national-5xvgk6::before,
.national-ca2iig::before,
.national-ztivql::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-oflg3c.org/2000/svg'%3E%3Crect width='31' height='31' rx='15.5' fill='%23FFF4D0'/%3E%3Cpath d='M15.national-ksy8ma 14.national-gpob3v.national-ed0u90 14.national-53e3b5 15.national-p4dije 14.national-7lqeg6 15.national-s284xf 14.national-k8si70.national-i8rcrf 14.national-9u9x43 19.national-wkputn 12.national-8ra7dp 19.national-wkputn 10.national-f11gle.national-wkputn 8.national-tb02mo 17.national-fkgadu 7.national-snqe02 15.national-who2j9 7.national-9m5uvl.national-sqa4bp 7.national-snqe02 11.national-wz8owg 8.national-tb02mo 11.national-wz8owg 10.national-klnj1c.national-wz8owg 12.national-lxnp1j 13.national-wbyndq 14.national-yed49d 15.national-a56iny 14.national-dn840e.national-khhqra 14.national-3lr0n4 15.national-ysw4za 14.national-55olyc 15.national-w4kd5k 14.national-z9j0jt.national-ksy8ma 14.5684Z' fill='%23FFC421'/%3E%3Cpath d='M15.national-zxrmig 15.national-a5p9f0.national-pniuxx 15.national-lufpmv 15.national-cwwz2n 15.national-p78zqw 15.national-sgkvgr 15.national-dpucg9.national-ns28by 15.national-p78zqw 15.national-hmslu7 15.national-9whk7a 15.national-rctxr1 15.national-w6myae.national-zothfe 15.national-18mudb 7.national-y09v4y 18.national-5d3jov 7.national-21tlh7 23.national-iotrzp.national-3d7ca3.national-dtiums 18.national-g0w1uy 19.national-w9vlqp 15.national-xso7it 15.national-zxrmig 15.1903Z' fill='%23FFC421'/%3E%3Ccircle cx='5.5' cy='5.5' r='3' fill='%23179163' stroke='%23FFF4D0'/%3E%3C/svg%3E%0A");
}

.national-vsfn8v [type="submit"] *,
.national-oypal4 button * {
  pointer-events: none;
  touch-action: none;
}

@media screen and (max-width: 767px) {
  body:has(.pc61d126-chatbot-window[aria-hidden="false"]) .national-8fzn1p {
    display: none;
  }
}

.national-hte3kq {
  position: fixed;
  right: 20px;
  bottom: 8px;
  z-index: 992;
  color: var(--Neutral-50);
}

body:has(header nav.open) .national-hte3kq {
  display: none;
}

@media (min-width: 768px) {
  .national-hte3kq {
    bottom: 22px;
  }
}

.national-hte3kq input {
  font-family: inherit;
}

@media (max-width: 767px) {
  body:has(.pc61d126-floating-bar-wrapper) .national-hte3kq {
    bottom: calc(var(--floating-bar-height) + 8px);
  }
}

@media (max-width: 767px) {
  body:has(.national-zs6tf6.static) .national-hte3kq {
    bottom: 8px;
  }
}

.national-djtc10 {
  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-oflg3c.org/2000/svg' width='40' height='40' viewBox='0 0 40 40' fill='none'%3E%3Cpath d='M31.national-ne2v4v 3.national-r1gej6.national-bwrql2.national-1htu7g 3.national-4zn02x 3.national-w9g11h 5.national-bthyv1 3.national-w9g11h 8.national-fedn67.national-vw40ec.national-w9g11h 26.national-8vrlck 5.national-4xz3cl 28.national-oc2xj4 8.national-vw79fz 28.national-06xvt2.national-fhseuh 28.national-bfnj6a.national-tgv5a7 34.national-56pygp.national-68yosz 36.national-szmlge 11.national-v5ft37 37.national-kan93x 12.national-yik612 36.national-4rwlxl.national-okukay 28.national-qetmvx.national-pexgpd.national-evkcxj 28.national-je2kgf 36.national-40tcvm 26.national-b9kdkx 36.national-40tcvm 23.national-sy6ioq.national-voglca.national-40tcvm 5.national-mhazxa 34.national-mdfbot 3.national-4zn02x 31.national-ne2v4v 3.national-flocpd.national-h9x5dy 18.national-01ihfe.national-shy5zv 18.national-sg4uen 8.national-awv7q4 17.national-z58xci 8.national-awv7q4 15.national-1gkslp.national-awv7q4 14.national-zjb1t7 9.national-shy5zv 13.national-2hpci4 11.national-h9x5dy 13.national-wro1k2.national-h1id33 13.national-2hpci4 13.national-d2wlp2 14.national-zjb1t7 13.national-d2wlp2 15.national-d8zfpt.national-d2wlp2 17.national-z58xci 12.national-h1id33 18.national-sg4uen 11.national-h9x5dy 18.national-fwflmq.national-xutfcs 18.national-01n6i5.national-g5luuq 18.national-sg4uen 17.national-fgk7kd 17.national-z58xci 17.national-fgk7kd 15.national-ln5q5f.national-fgk7kd 14.national-zjb1t7 18.national-g5luuq 13.national-2hpci4 20.national-xutfcs 13.national-cf57tr.national-4wkivi 13.national-2hpci4 22.national-0gsafj 14.national-zjb1t7 22.national-0gsafj 15.national-tdrncw.national-jmm1jl 17.national-z58xci 21.national-4wkivi 18.national-sg4uen 20.national-xutfcs 18.national-chxnoo.national-a9sbnc 18.national-h9onm9.national-j399bn 18.national-sg4uen 26.national-1jd74h 17.national-z58xci 26.national-1jd74h 15.national-daee97.national-1jd74h 14.national-zjb1t7 27.national-j399bn 13.national-2hpci4 28.national-a9sbnc 13.national-zxjb4r.national-7l824g 13.national-2hpci4 31.national-bs4b4x 14.national-zjb1t7 31.national-bs4b4x 15.national-ba8h7b.national-1jd74h 17.national-z58xci 30.national-7l824g 18.national-sg4uen 28.national-a9sbnc 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-djtc10 {
    display: none;
  }
}

.national-nuphj4 {
  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-nuphj4 {
    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-oypal4 {
  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-oypal4 {
    padding: 14px 16px;
  }
}

.national-oypal4 button {
  border: none;
  background: none;
  cursor: pointer;
  align-content: center;
  color: var(--Neutral-50);
}

.national-oypal4 button:first-child {
  align-content: end;
}

.national-oypal4 button:first-of-type {
  display: none;
}

.pc61d126-chatbot[data-active-screen="2"]
  .national-oypal4
  button:first-of-type,
.pc61d126-chatbot[data-active-screen="3"]
  .national-oypal4
  button:first-of-type {
  display: initial;
  width: 44px;
  height: 16px;
}

.national-oypal4 button:first-of-type svg {
  width: 30px;
  height: 30px;
}

.national-oypal4 button:last-child svg {
  width: 38px;
  height: 38px;
}

.national-ztivql {
  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-ztivql::before {
  content: "";
  width: 48px;
}

.pc61d126-chatbot[data-active-screen="2"] .national-ztivql,
.pc61d126-chatbot[data-active-screen="3"]
  .national-ztivql {
  opacity: 1;
  visibility: visible;
}

.national-2lvum8 {
  flex: 1 1;
}

.national-zafcgw {
  display: none;
  padding: 64px 16px 16px;
}

@media screen and (min-width: 768px) {
  .national-zafcgw {
    padding: 24px;
  }
}

.pc61d126-chatbot[data-active-screen="1"] .national-3vnnxj {
  display: block;
}

.national-ddzsaj {
  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-ddzsaj {
    margin-top: 41px;
    font-size: 48px;
    line-height: 56px;
  }
}

.national-ca2iig {
  display: grid;
  grid-template-columns: 50px 1fr;
  grid-template-areas: "avatar name" "button button";
  row-gap: 16px;
  column-gap: 12px;
  padding: 10px 14px;
}

.national-ca2iig::before {
  content: "";
  grid-area: avatar;
  width: 50px;
  height: 50px;
  align-self: center;
}

.national-bssiy6 span {
  color: var(--Text-300);
  font-feature-settings:
    "liga" off,
    "clig" off;
  font-size: 12px;
  line-height: 16px;
}

.national-bssiy6 p {
  color: var(--Text-100);
}

.national-ca2iig .national-gsbu27 {
  grid-area: button;
}

.national-ca2iig .national-gsbu27::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-oflg3c.org/2000/svg'%3E%3Cpath d='M4.national-67gbu2 10H16.3327' stroke='%23F0F0F0' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M11.national-datv92 15L16.national-datv92 10' stroke='%23F0F0F0' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M11.national-datv92 5L16.national-datv92 10' stroke='%23F0F0F0' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}

.pc61d126-chatbot[data-active-screen="2"] .national-hq4st1 {
  display: block;
}

.national-c9tp15 {
  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-c9tp15 {
    margin-top: 40px;
  }
}

.national-mtomsr label,
.national-mtomsr input {
  display: block;
  width: 100%;
}

.national-mtomsr label {
  margin-bottom: 16px;
  color: var(--Text-100);
  font-size: 14px;
  line-height: 20px;
}

.national-mtomsr label.national-zw9pbb input {
  border: 1px solid var(--Accent-100);
  padding: 16px;
}

.national-mtomsr label.national-zw9pbb::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-mtomsr 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-mtomsr input::placeholder {
  color: var(--Text-400);
}

.national-oen4c9 {
  padding: 0;
  min-height: 100%;
  flex-direction: column;
  justify-content: space-between;
  gap: 16px;
}

.pc61d126-chatbot[data-active-screen="3"] .national-oen4c9 {
  display: flex;
}

.national-oen4c9 ol {
  list-style: none;
  padding: 16px;
  overflow: auto;
  overscroll-behavior: contain;
  height: calc(100vh - 170px);
}

@media screen and (min-width: 768px) {
  .national-oen4c9 ol {
    height: 420px;
    padding: 24px;
  }
}

.national-oen4c9 ol a {
  cursor: pointer;
  color: var(--Primary-100);
}

.national-vsfn8v {
  flex: 0 0;
  position: relative;
  padding: 0 16px 16px;
}

@media screen and (min-width: 768px) {
  .national-vsfn8v {
    padding: 0 24px 24px;
  }
}

.national-vsfn8v 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-vsfn8v input::placeholder {
  color: var(--Text-400);
}

.national-vsfn8v [type="submit"] {
  border: none;
  background: none;
  cursor: pointer;
  position: absolute;
  top: 15px;
  right: 32px;
  width: 22px;
  height: 22px;
}

.national-vsfn8v [type="submit"]:disabled {
  opacity: 0.5;
}

.national-vsfn8v [type="submit"] svg {
  color: var(--Neutral-50);
}

@media screen and (min-width: 768px) {
  .national-vsfn8v [type="submit"] {
    right: 40px;
  }
}

.national-tgqwjw {
  margin-bottom: 16px;
  color: var(--Primary-100);
}

.national-tgqwjw.national-5xvgk6 {
  display: grid;
  grid-template-columns: 31px 1fr;
  gap: 12px;
  color: var(--Text-100);
  align-items: flex-end;
}

.national-tgqwjw.national-5xvgk6::before {
  content: "";
  width: 31px;
}

.national-tgqwjw.national-5xvgk6 p {
  border-radius: 24px;
  border: 1px solid var(--Neutral-300);
  background: var(--neutral-30060, rgba(43, 43, 43, 0.6));
}

.national-tgqwjw.national-jlro0f p {
  box-shadow: 0 0 12px 0 rgba(191, 191, 191, 0.1);
}

.national-tgqwjw p {
  padding: 15px 14px;
  border-radius: 24px;
  border: 1px solid var(--Neutral-200);
  background: var(--neutral-30060, rgba(43, 43, 43, 0.6));
}

.national-hte3kq .national-gsbu27 {
  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-8fzn1p {
  position: fixed;
  z-index: 1000;
  top: 0;
  width: 100%;
}

@media (min-width: 768px) {
  .national-8fzn1p {
    padding: 16px 0;
    background: var(--fh-bg-color);
  }
}

@media (min-width: 1200px) {
  .national-8fzn1p {
    padding: 18px 0;
  }
}

.national-8fzn1p .national-xkvrz6 {
  display: flex;
  align-items: center;
  flex-direction: row;
  justify-content: space-between;
}

@media (max-width: 767px) {
  .national-8fzn1p .national-xkvrz6 {
    padding: 16px;
    background: var(--fh-bg-color);
    min-height: 72px;
  }
}

.national-9qpd5i {
  display: block;
  width: 100%;
  max-width: 128px;
  height: 32px;
  object-fit: contain;
  object-position: center left;
}

@media (min-width: 1200px) {
  .national-9qpd5i {
    max-width: 160px;
    height: 40px;
  }
}

.national-9qpd5i picture,
.national-9qpd5i img {
  display: block;
  width: 100%;
  height: 100%;
}

.national-9qpd5i img {
  object-fit: contain;
  object-position: left center;
}

@media (max-width: 1199px) {
  .national-n1hldy {
    position: fixed;
    right: 0;
    width: 100%;
    transition: transform 0.national-9t582m ease;
    transform: translateX(100%);
    background: var(--menu-color);
    box-shadow: 0 12px 24px 0 rgba(109, 109, 109, 0.15);
  }

  .national-8fzn1p.national-ic86ii .national-n1hldy {
    transform: translateX(0);
  }
}

@media screen and (min-width: 768px) and (max-width: 1199px) {
  .national-n1hldy {
    top: 72px;
    max-width: 400px;
    height: calc(100% - 72px);
    overflow-y: auto;
    padding: 8px 16px;
  }
}

@media (max-width: 767px) {
  .national-n1hldy {
    padding: 8px 16px;
    top: 128px;
    height: calc(100% - 128px);
    overflow-y: auto;
    overscroll-behavior: contain;
  }
}

.national-t15h1w,
.national-evxbmp {
  display: flex;
  align-items: center;
  flex-shrink: 0;
  gap: 8px;
}

@media (min-width: 767px) {
  .national-t15h1w,
  .national-evxbmp {
    gap: 12px;
  }
}

@media (max-width: 767px) {
  .national-evxbmp {
    display: none;
  }
}

.national-20z49y {
  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-ic86ii .national-20z49y {
  background: var(--fh-bg-color);
}

.national-20z49y button {
  flex: 1 1;
  padding: 9px 12px;
  line-height: 20px;
}

@media (min-width: 768px) {
  .national-20z49y {
    display: none;
  }
}

.national-ej26q5 {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  cursor: pointer;
}

@media (min-width: 1200px) {
  .national-ej26q5 {
    display: none;
  }
}

.national-dn6c7d {
  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-8fzn1p.national-ic86ii .national-dn6c7d:first-child {
  display: none;
}

.national-8fzn1p.national-ic86ii .national-dn6c7d:last-child {
  display: block;
}

.national-dn6c7d:last-child {
  display: none;
}

@media (min-width: 1200px) {
  .national-dn6c7d {
    display: none;
  }
}

.national-qra1yz {
  position: relative;
  display: none;
  padding: 5px 9px 6px;
  color: var(--Text-100);
}

@media (min-width: 1200px) {
  .national-qra1yz {
    display: flex;
  }
}

.national-qra1yz ul {
  max-height: 350px;
  overflow-y: auto;
}

.national-qra1yz:hover ul {
  visibility: visible;
  opacity: 1;
}

.national-qra1yz:hover ul::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}

.national-qra1yz:hover ul::-webkit-scrollbar-thumb {
  border-radius: 16px;
  background: var(--Neutral-100);
}

.national-qra1yz:hover ul::-webkit-scrollbar-track {
  background: rgba(0, 0, 0, 0);
}

.national-qra1yz:hover .national-1hr40s svg {
  transform: rotate(180deg);
}

.national-1go753 {
  font-size: 14px;
  font-weight: 700;
  display: flex;
  width: 100%;
}

.national-fnz8o5 {
  padding: 0 8px;
}

.national-kdxn7d {
  display: flex;
  width: 100%;
  padding: 5px 9px;
  transition: 0.3s;
  color: var(--Text-100);
  border-radius: 8px;
}

.national-kdxn7d:hover {
  background-color: var(--Neutral-300);
}

@media (min-width: 1200px) {
  .national-kdxn7d {
    padding: 4px 8px;
  }
}

.national-n3ssjc {
  display: flex;
}

.national-n3ssjc img {
  width: 24px;
  height: 24px;
  margin-right: 8px;
  border: 1px solid var(--Neutral-200);
  border-radius: 12px;
}

.national-1hr40s {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  margin-left: 9px;
  margin-top: 2px;
}

.national-1hr40s svg {
  transition: 0.3s;
  width: 13px;
  height: 13px;
}

.national-r8o8gw {
  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-r8o8gw {
    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-kr6ss2 {
  width: 100%;
}

@media (min-width: 1200px) {
  .national-kr6ss2 {
    display: none;
  }
}

.national-lnld42 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 10px;
  padding-bottom: 5px;
  border-bottom: 1px solid var(--Neutral-300);
}

.national-kkrgpo {
  font-weight: 700;
  font-size: 20px;
  line-height: 28px;
  text-transform: capitalize;
  color: var(--Text-100);
}

.national-ati3ei {
  display: flex;
}

.national-q4zr5n {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}

.national-g8jy92 {
  list-style: none;
}

@media (max-width: 1199px) {
  .national-g8jy92 {
    max-height: 90%;
    overflow: auto;
  }
}

@media (min-width: 1200px) {
  .national-g8jy92 {
    display: flex;
    align-items: center;
    gap: 8px;
  }

  .national-g8jy92 .national-w2hnyq [data-ref-el],
  .national-g8jy92 .national-w2hnyq span,
  .national-g8jy92 .national-w2hnyq a {
    white-space: nowrap;
  }
}

.national-9950o8 {
  width: 100%;
  transition: 0.3s;
  color: var(--Text-100);
  position: relative;
}

@media (max-width: 1199px) {
  .national-9950o8.national-gu5t1h > .national-w2hnyq {
    background: var(--Neutral-300);
  }
}

@media (min-width: 1200px) {
  .national-9950o8.national-pi5e6w:hover > .sub-menu[data-depth="1"] {
    height: auto;
    opacity: 1;
    visibility: visible;
  }
}

@media (max-width: 1199px) {
  .national-9950o8.national-gu5t1h > .national-lov9ax {
    height: auto;
  }

  .national-9950o8.national-gu5t1h > div > .national-2aqt1y {
    transform: rotate(180deg);
  }
}

.national-9950o8 [data-ref-el] {
  background: none;
  border: none;
  cursor: pointer;
}

.national-9950o8 [data-ref-el],
.national-9950o8 span {
  cursor: pointer;
}

.national-9950o8 [data-ref-el],
.national-9950o8 span,
.national-9950o8 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-9950o8 [data-ref-el],
  .national-9950o8 span,
  .national-9950o8 a {
    font-size: 18px;
    line-height: 38px;
  }
}

@media (min-width: 1200px) {
  .national-9950o8 [data-ref-el],
  .national-9950o8 span,
  .national-9950o8 a {
    font-size: 14px;
    line-height: 20px;
    width: 100%;
  }
}

.national-lov9ax {
  height: 0;
  overflow: hidden;
  transition: height 0.national-9t582m ease;
  padding-left: 24px;
  list-style: none;
  box-sizing: border-box;
}

.national-lov9ax::-webkit-scrollbar {
  width: 4px;
  height: 4px;
}

.national-lov9ax::-webkit-scrollbar-thumb {
  border-radius: 16px;
  background: var(--Neutral-200);
}

.national-lov9ax::-webkit-scrollbar-track {
  background: rgba(0, 0, 0, 0);
}

@media (min-width: 1200px) {
  .national-lov9ax {
    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-lov9ax:has(> .national-9950o8.active) {
    height: auto;
    visibility: visible;
    opacity: 1;
  }

  .national-lov9ax .national-lov9ax {
    padding: 0;
  }

  .national-lov9ax .national-9950o8 {
    font-weight: 400;
  }

  .national-lov9ax .national-9950o8:hover > .national-w2hnyq {
    background: var(--Neutral-300);
  }

  .national-lov9ax .national-2aqt1y {
    rotate: -90deg;
  }
}

.national-w2hnyq {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  padding: 0 8px;
  border-radius: 16px;
  cursor: pointer;
}

@media (min-width: 1200px) {
  .national-w2hnyq {
    padding: 8px;
  }

  .national-9950o8.national-t7fan0 > .national-w2hnyq {
    background: var(--Neutral-300);
  }
}

.national-2aqt1y {
  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-oflg3c.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M0.national-gehamf 0.national-0l6cwt.national-x9qvav -0.national-xu31xe 0.national-msypkp -0.national-xu31xe 1.national-esa7at 0.national-13wh33.national-cfo8x1 4.national-1h1471.national-gehamf 0.national-1gmcbm.national-gw48zw -0.national-xu31xe 9.national-r36n70 -0.national-xu31xe 10.national-r1a561 0.national-nyg3zw.national-7g9zfy 0.national-x9qvav 10.national-7g9zfy 0.national-msypkp 10.national-r1a561 1.national-gf4m3c.national-59d370 5.national-9mualr.national-lxrqfe 6.national-ggocv8 5.national-ym3dh3 6.national-ggocv8 4.national-ffgfwv 5.national-ozsjhh.national-gehamf 1.national-h7hqgk.national-xu31xe 0.national-msypkp -0.national-xu31xe 0.national-x9qvav 0.national-gehamf 0.21967Z' fill='%23F0F0F0'/%3E%3C/svg%3E%0A");
  mask-repeat: no-repeat;
  mask-position: center;
  mask-size: 10px;
  transition: rotate 0.national-9t582m ease;
  background-color: var(--Text-100);
}

@media (min-width: 1200px) {
  .national-2aqt1y {
    cursor: default;
  }
}

.national-k37r7z {
  position: fixed;
  z-index: 1001;
  top: 80px;
  left: 100px;
  visibility: visible;
  opacity: 1;
  max-height: 290px;
  height: auto;
}

.national-a69qrq {
  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-a69qrq {
    padding: 40px 4px;
  }
}

.national-myp4ek {
  margin-bottom: 30px;
}

@media screen and (min-width: 1200px) {
  .national-myp4ek {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 0;
  }
}

.national-915omj {
  margin-bottom: 32px;
}

@media (min-width: 1200px) {
  .national-915omj {
    margin-right: 32px;
    margin-bottom: 20px;
  }
}

.national-915omj ul {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  gap: 8px;
}

.national-915omj [data-ref-el] {
  background: none;
  border: none;
  cursor: pointer;
  font: inherit;
}

.national-915omj [data-ref-el],
.national-915omj span,
.national-915omj a {
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  display: block;
  padding: 4px 8px;
  color: var(--text-color);
}

.national-11nvta {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  max-width: 340px;
  margin-bottom: 32px;
  flex-shrink: 0;
}

@media (min-width: 1200px) {
  .national-11nvta {
    margin-bottom: 12px;
  }
}

.national-0cgc3q {
  width: 32px;
  height: 32px;
  margin-right: 12px;
  overflow: hidden;
}

.national-0cgc3q img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

@media screen and (min-width: 1200px) {
  .national-0cgc3q:last-child {
    margin-right: 0;
  }
}

.national-o2898t {
  line-height: 19px;
  margin-top: -4px;
  position: relative;
  color: var(--Primary-100);
  border-bottom: 1px solid var(--Primary-100);
}

.national-11nvta:hover .national-ma5zaa {
  visibility: visible;
  opacity: 1;
}

.national-ma5zaa {
  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-t1z9xo {
  display: grid;
  margin: -6px;
  grid-template-columns: repeat(5, 1fr);
  max-height: 240px;
  overflow-y: auto;
  overflow-x: hidden;
}

.national-jb1dbr {
  display: flex;
  margin: 6px;
}

.national-jb1dbr img {
  display: block;
  max-width: 32px;
  object-fit: contain;
}

.national-ma5zaa::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-ma5zaa::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-l2yypa {
  display: flex;
  flex-direction: column;
  width: 100%;
}

@media (min-width: 1200px) {
  .national-l2yypa {
    align-items: flex-end;
    flex-direction: row;
    justify-content: space-between;
  }
}

.national-fplgw6 {
  font-size: 14px;
  line-height: 20px;
  color: var(--text-color);
}

@media (min-width: 1200px) {
  .national-fplgw6 {
    margin-right: 32px;
  }
}

.national-dzxmxo {
  width: 100%;
  max-width: 340px;
  margin-top: 10px;
  text-align: left;
  flex-shrink: 0;
}

@media (min-width: 1200px) {
  .national-dzxmxo {
    margin-top: 0;
    width: 340px;
  }
}

.national-dzxmxo a {
  line-height: 19px;
  color: var(--Primary-100);
  border-bottom: 1px solid var(--Primary-100);
}

.national-1z48m1 {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 24px;
}

.national-jm6orp {
  position: relative;
}

@media (min-width: 768px) {
  .national-jm6orp {
    margin-top: 40px;
  }
}

.national-jm6orp + .national-j5gzms,
.national-jm6orp + .national-jm6orp {
  margin-top: 24px;
}

.national-5a4uxh {
  padding: 40px 16px;
  position: relative;
  overflow: hidden;
  text-align: center;
  min-height: 700px;
}

@media screen and (min-width: 768px) {
  .national-5a4uxh {
    padding: 80px 16px;
    border-radius: 24px;
    min-height: 400px;
  }
}

@media screen and (min-width: 1200px) {
  .national-5a4uxh {
    padding: 80px;
  }
}

.national-s8pomd {
  position: relative;
  z-index: 1;
  padding: 0;
}

@media screen and (min-width: 563px) {
  .national-s8pomd {
    padding: 0 16px;
}


}

.national-s2y8l4 {
  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-s2y8l4 {
    font-size: 48px;
    line-height: 56px;
  }
}

.national-fgwcns {
  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-fgwcns {
    font-size: 24px;
    line-height: 32px;
  }
}

.national-zmm7ax {
  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-zmm7ax:hover {
  background: var(--button-bg-hover);
}

.national-hs99mq {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -2;
}

.national-hs99mq img {
  display: block;
  width: 100%;
  /* min-height: 100%; */
  object-fit: cover;
  object-position: center;
}

@media (max-width: 768px) {
  .national-hs99mq img {
  min-height: initial;
  }
}

@media (max-width: 563px) {
  .national-hs99mq img {
  min-height: 100%;
  }
}

.national-5a4uxh::before {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
}

.national-jaz3s4 {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.national-jaz3s4 h1,
.national-jaz3s4 h2,
.national-jaz3s4 h3,
.national-jaz3s4 h4 {
  margin-bottom: 6px;
}

.national-jaz3s4 h1:not(:first-child),
.national-jaz3s4 h2:not(:first-child),
.national-jaz3s4 h3:not(:first-child),
.national-jaz3s4 h4:not(:first-child) {
  margin-top: 16px;
}

.national-jaz3s4 h1,
.national-jaz3s4 h1 > * {
  font-size: 40px;
  line-height: 48px;
}

@media (min-width: 768px) {
  .national-jaz3s4 h1,
  .national-jaz3s4 h1 > * {
    font-size: 48px;
    line-height: 60px;
  }
}

.national-jaz3s4 h2,
.national-jaz3s4 h2 > * {
  font-size: 32px;
  line-height: 40px;
}

@media (min-width: 768px) {
  .national-jaz3s4 h2,
  .national-jaz3s4 h2 > * {
    font-size: 40px;
    line-height: 48px;
  }
}

.national-jaz3s4 h3,
.national-jaz3s4 h3 > * {
  font-size: 24px;
  line-height: 32px;
}

@media (min-width: 768px) {
  .national-jaz3s4 h3,
  .national-jaz3s4 h3 > * {
    font-size: 32px;
    line-height: 40px;
  }
}

.national-jaz3s4 h4,
.national-jaz3s4 h4 > * {
  font-size: 24px;
  line-height: 32px;
}

.national-jaz3s4 ul {
  font-size: 16px;
  margin: 6px 0 14px;
  padding: 0;
  padding-left: 8px;
  list-style: none;
}

.national-jaz3s4 ul li {
  position: relative;
  margin-bottom: 8px;
  padding-left: 16px;
  list-style-type: none;
}

.national-jaz3s4 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-jaz3s4 ul ul {
  margin-bottom: 8px;
}

.national-jaz3s4 ul ul > li {
  margin-top: 16px;
  padding-left: 33px;
}

.national-jaz3s4 ul ul > li::before {
  left: 16px;
  border: 1px solid var(--Text-300);
  background: rgba(0, 0, 0, 0);
}

.national-jaz3s4 ol {
  font-size: 16px;
  margin: 6px 0 14px;
  padding-left: 24px;
  list-style: decimal;
}

.national-jaz3s4 ol li {
  margin-bottom: 8px;
  padding-left: 6px;
}

.national-jaz3s4 ol li::marker {
  font-weight: 700;
}

.national-jaz3s4 ol ol {
  margin-bottom: 8px;
}

.national-jaz3s4 ol ol > li {
  margin-top: 16px;
  padding-left: 0;
}

.national-jaz3s4 ol ul li {
  padding-left: 16px;
}

.national-jaz3s4 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-jaz3s4 table {
    padding: 24px;
  }
}

.national-jaz3s4 table.national-76idsp {
  -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-9t582m,
    mask-image 0.3s;
}

.national-jaz3s4 table.national-76idsp.national-tcqztk {
  -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-jaz3s4 table {
    display: table;
  }
}

.national-jaz3s4 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-jaz3s4 table thead th:first-child {
  border-top-left-radius: 16px;
  border-bottom-left-radius: 16px;
}

.national-jaz3s4 table thead th:last-child {
  border-top-right-radius: 16px;
  border-bottom-right-radius: 16px;
}

.national-jaz3s4 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-jaz3s4 table tbody td {
    width: auto;
    white-space: wrap;
  }
}

.national-jaz3s4 table tbody td:first-child {
  border-top-left-radius: 16px;
  border-bottom-left-radius: 16px;
}

.national-jaz3s4 table tbody td:last-child {
  border-top-right-radius: 16px;
  border-bottom-right-radius: 16px;
}

.national-jaz3s4 table tbody td img {
  max-width: 24px;
  max-height: 24px;
  margin-right: 14px;
  vertical-align: middle;
}

.national-jaz3s4 img {
  max-width: 100%;
  height: auto;
}

.national-l2p73h {
  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-l2p73h {
    padding: 24px;
  }
}

.national-fpdgyc {
  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-fpdgyc {
    font-size: 40px;
    line-height: 48px;
    max-width: 62%;
  }
}

.national-fpdgyc > * {
  margin: 0 !important;
}

.national-fpdgyc img,
.national-kqmd13 {
  box-sizing: content-box;
  width: 24px;
  height: 24px;
}

@media screen and (min-width: 768px) {
  .national-fpdgyc img,
  .national-kqmd13 {
    width: 48px;
    height: 48px;
    max-width: 32px;
    max-height: 32px;
  }
}

.national-1k1xgv {
  display: flex;
  width: 24px;
  height: 24px;
  background: var(--text-color);
  vertical-align: middle;
}

@media (min-width: 768px) {
  .national-1k1xgv {
    width: 32px;
    height: 32px;
  }
}

.national-d4celf {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 16px;
}

.national-d4celf .national-2b79tf {
  flex-shrink: 0;
}

.national-d4celf .national-gf7vl3 svg {
  display: none;
}

.national-6b0vlh {
  display: grid;
  transition: max-height 0.national-9t582m ease-in-out;
  column-gap: 16px;
  grid-template-columns: 1fr;
}

@media (min-width: 508px) {
  .national-6b0vlh {
    grid-template-columns: 1fr 1fr;
    gap: 16px;
  }
}

@media (min-width: 1200px) {
  .national-6b0vlh {
    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-6b0vlh.national-g3f965 + .national-2b79tf svg {
  transform: rotate(180deg);
}

.national-1q43eg {
  display: grid;
  align-items: flex-start;
  column-gap: 16px;
  grid-template-columns: repeat(2, 1fr);
  height: max-content;
}

.national-1q43eg > div:nth-child(3n) {
  grid-column: span 2;
}

.national-1q43eg
  > div:nth-child(3n)
  .national-f8w9y9
  button {
  max-width: 270px;
}

@media (min-width: 768px) {
  .national-1q43eg {
    gap: 16px;
    grid-template-columns: repeat(2, 1fr);
  }

  .national-1q43eg > div:nth-child(3n) {
    grid-column: unset;
  }

  .national-1q43eg
    > div:nth-child(3n)
    .national-f8w9y9
    button {
    max-width: 83px;
  }
}

@media (min-width: 1200px) {
  .national-1q43eg {
    max-width: 270px;
  }
}

.national-1q43eg .national-f8w9y9 button {
  max-width: 96px;
}

@media (min-width: 375px) {
  .national-1q43eg .national-f8w9y9 button {
    max-width: 120px;
  }
}

@media (min-width: 1200px) {
  .national-1q43eg .national-f8w9y9 button {
    max-width: 104px;
  }
}

.national-6hgvwq {
  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-6hgvwq {
    margin-bottom: 0;
  }
}

.national-u22smy {
  display: none;
  opacity: 0;
}

.national-600n4l {
  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-600n4l img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  border-radius: 16px;
}

.national-f8w9y9 {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  color: var(--Text-400);
  gap: 4px;
  position: relative;
}

.national-f8w9y9 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-f8w9y9
    button {
    max-width: 124px;
  }
}

@media (min-width: 1200px) {
  .pc61d126-games__list-item[data-game-type="Live Shows"]
    .national-f8w9y9
    button {
    max-width: 145px;
  }
}

.national-hod0ps:first-child
  .national-f8w9y9
  button {
  max-width: 270px;
}

.national-ts5ccj {
  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-6hgvwq picture {
  width: 100%;
  max-width: 100%;
}

.national-c9904g {
  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-c9904g svg {
  outline: 10px solid var(--button-bg-color);
  border-radius: 1px;
  background: var(--button-bg-color);
}

.national-6hgvwq:hover .national-c9904g {
  display: flex;
}

.national-pr4zg5 {
  font-size: 12px;
  line-height: 16px;
  color: var(--Text-400);
}

.national-zej725 {
  display: flex;
}

.national-zej725:hover .national-peb79o,
.national-zej725 .national-t7fan0 .national-peb79o {
  display: flex;
}

.national-zej725 svg {
  flex-shrink: 0;
}

.national-peb79o {
  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-peb79o {
    width: 174px;
    right: -28px;
    padding: 12px;
  }
}

.national-peb79o:hover {
  display: flex;
}

.national-peb79o svg {
  color: var(--Neutral-300);
  position: absolute;
  right: 19px;
  top: -11px;
}

.national-cctlfe {
  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-cctlfe {
    font-size: 12px;
  }
}

.national-aii4sv,
.national-uw8tcs {
  width: 50%;
  flex-shrink: 0;
}

.national-aii4sv {
  font-weight: 700;
}

.national-9rzovr .national-6b0vlh {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

@media (min-width: 768px) {
  .national-9rzovr .national-6b0vlh {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

@media (min-width: 1200px) {
  .national-9rzovr .national-6b0vlh {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }
}

.national-9rzovr
  .national-ts5ccj:has(img) {
  max-height: initial !important;
  aspect-ratio: 1/1;
}

.national-9rzovr .national-600n4l {
  height: 100% !important;
  border-radius: 16px;
}

.national-9rzovr .national-f8w9y9 {
  gap: 4px;
  align-items: center;
}

.national-9rzovr .national-f8w9y9 button {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.national-9rzovr .national-f8w9y9 svg {
  display: block;
  aspect-ratio: 1/1;
  flex: 0 0 16px;
}

.national-9rzovr .national-97m8pk,
.national-9rzovr .national-fxwfku {
  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-oflg3c.org/2000/svg'%3E%3Cpath d='M9.national-4bdxdb 4.national-k2e9iu.national-sawlfk 5.national-0sn044.national-vpkw49 5.national-aud3wo.national-ispu3o 5.national-zgdhnk.national-o6i59e 8.national-8h66k8.national-xdz726 9.national-1gamt9.national-4suuto 9.national-vhkc5o.national-kyok80 13.national-cdnjft.national-fx4t41 11.national-urce86.national-691v2j 11.national-pfm6u0.national-ao3w86 11.national-ijzf3w.national-yiuc59 13.national-3bqki0.national-a26pch 9.national-bmo2ky.national-n6o500 9.national-zw5g6j.national-q9zlcr 8.national-0w071a.national-35ykwu 5.national-0cmta5.national-ahzxlr 5.national-5xs2d5.national-ws0eka 5.national-6vka9e.national-nr73jy 4.national-mbq7u5.national-691v2j 1.national-fb1r5k.national-4bdxdb 4.98633Z' fill='%23FFBB00' stroke='%23FFBB00'/%3E%3C/svg%3E%0A");
}

.national-9rzovr .national-97m8pk {
  background-color: hsl(from var(--Neutral-50) h s l/30%);
  width: 81px;
}

.national-9rzovr .national-fxwfku {
  display: block;
  background-color: var(--Accent-Yellow-300, #fb0);
}

.national-v7prek {
  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-v7prek {
    padding: 24px;
  }
}

.national-v7prek .national-2b79tf {
  display: flex;
}

@media (min-width: 768px) {
  .national-v7prek .national-2b79tf {
    display: none;
  }
}

.national-v7prek .national-gf7vl3 svg {
  display: none;
}

.national-atce0a {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.national-atce0a .national-6b6es4 {
  display: none;
}

@media (min-width: 768px) {
  .national-atce0a .national-6b6es4 {
    display: flex;
  }
}

.national-pq1zln {
  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-pq1zln {
    font-size: 40px;
    line-height: 48px;
  }
}

.national-pq1zln > * {
  margin: 0 !important;
}

.national-pq1zln img,
.national-3yaekf {
  box-sizing: content-box;
  width: 24px;
  height: 24px;
}

@media screen and (min-width: 768px) {
  .national-pq1zln img,
  .national-3yaekf {
    width: 48px;
    height: 48px;
    max-width: 32px;
    max-height: 32px;
  }
}

.national-yfmxhh {
  display: flex;
  width: 24px;
  height: 24px;
  background: var(--Primary-100);
  vertical-align: middle;
}

@media (min-width: 768px) {
  .national-yfmxhh {
    width: 32px;
    height: 32px;
  }
}

.national-tdqhrl {
  display: grid;
  overflow: hidden;
  gap: 8px;
  grid-template-columns: repeat(3, 1fr);
}

@media (min-width: 768px) {
  .national-tdqhrl {
    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-tdqhrl::-webkit-scrollbar {
    display: none;
  }
}

.national-uphuj7 {
  border-radius: 24px;
  border: 1px solid var(--Neutral-200);
  background: var(--Neutral-400);
  padding: 7px;
}

@media (min-width: 768px) {
  .national-uphuj7 {
    padding: 7px 15px;
  }
}

.national-uphuj7:hover {
  background-color: var(--Neutral-200);
  color: var(--Text-100);
}

.national-lfyfaz {
  display: none;
  opacity: 0;
}

@media (min-width: 768px) {
  .national-lfyfaz {
    display: flex;
    opacity: 1;
  }
}

.national-uphuj7 picture {
  height: 100%;
  display: block;
}

.national-uphuj7 img {
  display: block;
  width: 100%;
  height: 40px;
  object-fit: contain;
}

@media (min-width: 768px) {
  .national-uphuj7 img {
    width: 88px;
    height: 44px;
  }
}

.national-uphuj7 p {
  text-align: center;
  width: 100%;
}

.national-drdjfb {
  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-drdjfb {
    font-size: 40px;
    line-height: 48px;
  }
}

.national-drdjfb img,
.national-ab7vtw {
  box-sizing: content-box;
  width: 24px;
  height: 24px;
}

@media screen and (min-width: 768px) {
  .national-drdjfb img,
  .national-ab7vtw {
    width: 48px;
    height: 48px;
    max-width: 32px;
    max-height: 32px;
  }
}

.national-j8pbtb {
  display: flex;
  width: 24px;
  height: 24px;
  background: var(--Primary-100);
  vertical-align: middle;
}

@media (min-width: 768px) {
  .national-j8pbtb {
    width: 32px;
    height: 32px;
  }
}

.national-070j05 {
  color: var(--Text-200);
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  margin-bottom: 16px;
}

.national-aiu1eh {
  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-mhtg44 {
  padding: 10px 15px 12px;
  transition: 0.3s;
  border-bottom: 4px solid rgba(0, 0, 0, 0);
}

.national-mhtg44.national-t7fan0 {
  border-bottom: 4px solid var(--button-bg-color, #70f);
}

.national-tu67el {
  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-tu67el {
    font-size: 20px;
    line-height: 28px;
  }
}

.national-i1mpng {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 4px;
  transition: 0.3s;
  color: var(--text-color);
}

.national-pm2cl3 {
  visibility: hidden;
  overflow: hidden;
  max-height: 0;
  transition: 0.national-9t582m ease;
  opacity: 0;
  color: var(--text-color);
}

.national-39yp99 {
  font-size: 16px;
  line-height: 24px;
  padding: 8px 0 0;
}

.national-39yp99 ol,
.national-39yp99 ul {
  padding-left: 1.3em;
}

.national-mhtg44.national-t7fan0 .national-pm2cl3 {
  visibility: visible;
  max-height: 1000px;
  opacity: 1;
}

.national-mhtg44.national-t7fan0 .national-i1mpng {
  transform: rotate(180deg);
  color: var(--text-color);
}

.national-b7mjcg {
  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-b7mjcg {
    padding: 24px;
  }
}

.national-b7mjcg .national-2b79tf {
  display: flex;
}

@media (min-width: 768px) {
  .national-b7mjcg .national-2b79tf {
    display: none;
  }
}

.national-b7mjcg .national-gf7vl3 svg {
  display: none;
}

.national-84hdmf {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.national-84hdmf .national-6b6es4 {
  display: none;
}

@media (min-width: 768px) {
  .national-84hdmf .national-6b6es4 {
    display: flex;
  }
}

.national-6ot8o7 {
  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-6ot8o7 {
    align-items: center;
    font-size: 40px;
    line-height: 48px;
  }
}

.national-6ot8o7 > * {
  margin: 0 !important;
}

.national-6ot8o7 img,
.national-an8anh {
  box-sizing: content-box;
  width: 24px;
  height: 24px;
}

@media screen and (min-width: 768px) {
  .national-6ot8o7 img,
  .national-an8anh {
    width: 48px;
    height: 48px;
    max-width: 32px;
    max-height: 32px;
  }
}

.national-0akc4f {
  display: flex;
  width: 24px;
  height: 24px;
  background: var(--Primary-100);
  vertical-align: middle;
}

@media (min-width: 768px) {
  .national-0akc4f {
    width: 32px;
    height: 32px;
  }
}

.national-r42l24 {
  display: flex;
  flex-wrap: wrap;
  column-gap: 16px;
  row-gap: 8px;
}

@media (min-width: 768px) {
  .national-r42l24 {
    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-r42l24::-webkit-scrollbar {
    display: none;
  }
}

.national-4n0bp5 {
  border-radius: 24px;
  border: 1px solid var(--Neutral-200);
  background: var(--Neutral-400);
  padding: 8px 16px;
  height: 60px;
}

.national-4n0bp5:hover {
  background-color: var(--Neutral-200);
  color: var(--Text-100);
}

.national-maj66l {
  display: none;
  opacity: 0;
}

@media (min-width: 768px) {
  .national-maj66l {
    display: flex;
    opacity: 1;
  }
}

.national-4n0bp5 picture {
  width: auto;
  height: 100%;
  display: block;
}

.national-4n0bp5 picture img {
  display: block;
  width: auto;
  height: 100%;
}

.national-cjhvy2 {
  margin: -24px 0;
}

.national-cjhvy2:first-of-type {
  margin-top: 24px;
}

@media (min-width: 1200px) {
  .national-cjhvy2 {
    margin: -16px 0;
  }
}

.national-jjjzv8 {
  display: flex;
  flex-direction: column;
  gap: 8px;
  position: relative;
  margin-bottom: 12px;
}

@media (min-width: 768px) {
  .national-jjjzv8 {
    flex-direction: row;
  }
}

.national-r6a5li {
  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-r6a5li {
    flex: 1;
  }
}

.national-r6a5li::placeholder {
  color: var(--Text-400);
}

.national-zhzelw {
  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-zwigur {
  display: flex;
  margin: -4px;
  overflow-x: auto;
  scrollbar-width: none;
}

.national-zwigur::-webkit-scrollbar {
  display: none;
}

.national-c3quep {
  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-c3quep img,
.national-c3quep svg {
  margin-right: 8px;
}

.national-zlptdz {
  background: var(--Primary-200);
  color: var(--Text-00);
}

.national-cjhvy2 + .national-pix9n3 {
  margin-top: 0;
}

@media (min-width: 768px) {
  .national-cjhvy2 + .national-pix9n3 {
    margin-top: -16px;
  }
}

.national-wygk0c {
  border-radius: 4px;
  overflow-y: auto;
  position: absolute;
  background-color: var(--Neutral-300);
  width: 100%;
  z-index: 990;
  top: 54px;
}

.national-wygk0c > * {
  padding: 12px;
  color: var(--Text-200);
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  cursor: pointer;
}

.national-wygk0c > *:hover {
  box-shadow: inset 0px 0px 3px var(--Text-300);
  background-color: var(--Neutral-100);
}

.national-mmd3u8 {
  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-ivxpc0 {
  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-sbxc8q {
  color: var(--text-color);
  font-feature-settings: "liga" off;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
}

.national-iw2bfd {
  display: flex;
  gap: 16px;
  margin-top: 24px;
}

.national-uyxftr {
  position: absolute;
  top: 0;
  right: 0;
  pointer-events: none;
  touch-action: none;
  z-index: -1;
  width: auto;
  height: 170px;
}

.national-mmd3u8 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-mmd3u8 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-mmd3u8 {
    padding: 39px 179px 39px 39px;
  }

  .national-ivxpc0 {
    font-size: 40px;
    line-height: 48px;
  }

  .national-uyxftr {
    height: 348px;
  }

  .national-mmd3u8 button {
    font-size: 18px;
    line-height: 26px;
    flex: 0 0 auto;
    padding: 15px 23px;
  }

  .national-mmd3u8 button svg {
    width: 24px;
    height: 24px;
  }
}

@media screen and (min-width: 1200px) {
  .national-mmd3u8 {
    padding: 63px;
  }
}

.national-adjcml {
  display: flex;
  align-items: center;
  padding: 8px 0;
  flex-wrap: wrap;
}

@media (min-width: 768px) {
  .national-adjcml {
    flex-wrap: nowrap;
    padding: 16px 0;
  }
}

.national-dwp81f {
  font-size: 14px;
  width: 100%;
  color: var(--Text-100);
}

@media (min-width: 768px) {
  .national-dwp81f {
    width: auto;
  }
}

.national-tsgynm {
  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-tsgynm::-webkit-scrollbar {
  display: none;
}

.national-tsgynm 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-tsgynm a:hover {
  background-color: var(--Neutral-200);
  color: var(--Text-100);
}

@media (min-width: 768px) {
  .national-tsgynm {
    margin-left: 16px;
    margin-top: 0;
  }
}

.national-adjcml .national-gm5how {
  -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-9t582m,
    mask-image 0.3s;
}

.national-adjcml .national-gm5how.national-tcqztk {
  -webkit-mask-image: linear-gradient(to right, black 100%, black 100%);
  mask-image: linear-gradient(to right, black 100%, black 100%);
}

.national-0jlpzg {
  margin: 40px -16px;
}

.national-6m1f0p + .national-j5gzms,
.national-6m1f0p + .national-jm6orp {
  margin-top: 24px;
}

.national-syqn6f {
  border-radius: 24px;
  position: relative;
  overflow: hidden;
  border: 1px solid var(--Neutral-200);
}

.national-syqn6f picture {
  display: flex;
  width: 100%;
  min-height: 400px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}

.national-3ams00 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 46px;
  padding: 0 8px;
}

@media (min-width: 768px) {
  .national-3ams00 {
    padding: 0 15px;
    margin-bottom: 40px;
    margin-top: 7px;
  }
}

@media (min-width: 1200px) {
  .national-3ams00 {
    margin-top: 0;
  }
}

.national-9ekk0n {
  font-size: 20px;
  line-height: 28px;
  font-weight: 700;
  text-transform: capitalize;
}

@media (min-width: 768px) {
  .national-9ekk0n {
    font-size: 24px;
    line-height: 32px;
  }
}

.national-73aau8 {
  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-73aau8 {
    gap: 24px;
    padding: 22px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    align-self: stretch;
    flex-direction: row;
  }
}

.national-r2oaui {
  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-r2oaui {
    margin-bottom: 0;
    margin-right: 32px;
    padding: 40px;
  }
}

.national-ijymv8 {
  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-ijymv8 {
    font-size: 20px;
    line-height: 28px;
  }
}

.national-329puo {
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
  color: var(--Text-100);
  text-transform: capitalize;
}

@media (min-width: 768px) {
  .national-329puo {
    font-size: 32px;
    line-height: 40px;
  }
}

.national-d1pdjf {
  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-gl79sm {
  display: block;
  object-fit: cover;
  max-width: 100%;
  height: 100%;
  width: 100%;
  max-height: 100%;
}

.national-gl79sm img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.national-pix9n3 {
  margin: 24px auto 40px;
  width: 100%;
  display: flex;
  justify-content: center;
}

.national-7vfp4p {
  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-7vfp4p {
    padding: 15px 48px;
  }
}

main > .national-pix9n3 {
  margin: -26px auto -16px;
}

@media (max-width: 700px) {
  .national-6b0vlh.national-7o8jsi > div:nth-child(n+5) {
    display: none;
  }
}

.national-jaz3s4 p a img {
  display: block;
  margin: 0 auto;
}


.national-e2ltqj {
  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-1f2rez {
  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-1f2rez label {
  font-size: 14px;
}

.national-1f2rez h2 {
  text-align: center;
  margin-bottom: 1rem;
}
.national-1f2rez input,
.national-1f2rez textarea,
.national-1f2rez 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-1f2rez button {
  background-color: var(--button-bg-color);
  color: var(--button-text-color);
  border: none;
  cursor: pointer;
  transition: background 0.national-fgpglb ease;
}
.national-1f2rez button:hover {
  background-color: var(--button-bg-hover);
}
.national-tn8yck {
  text-align: center;
  color: green;
  font-weight: 500;
  padding: 50px 0;
  animation: fadeIn 0.national-3a7bub ease-in;
}

.national-tn8yck 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-uy6tkm, .national-1bexgi, [class*="review-card"],
thead, thead th, table th, .national-5tf9in,
.national-uyq5mh, [class*="collapsible-header"],
.national-qpv78s, [class*="updated-block"] {
  color: #ece7dc !important;
}
