.site-nav-product {
  position: relative;
}

.site-nav-product::after {
  content: "";
  position: absolute;
  z-index: 81;
  left: -18px;
  right: -18px;
  top: 100%;
  height: 38px;
  display: none;
  background: transparent;
}

.site-nav-product.open::after {
  display: block;
}

header .nav .nav-link {
  min-height: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 14px;
  border-radius: 8px;
  background: transparent;
  color: #2f3b4f;
  font-size: 15px;
  font-weight: 900;
  line-height: 1;
  text-decoration: none;
}

header .nav .nav-link:hover,
header .nav .nav-link.active,
.site-nav-product:hover .product-trigger,
.site-nav-product:focus-within .product-trigger,
.site-nav-product.open .product-trigger {
  background: #e9fff5;
  color: #08734f;
}

header .nav .product-trigger {
  appearance: none;
  border: 0;
  cursor: pointer;
  font-family: inherit;
  white-space: nowrap;
}

.header-actions .language-selector,
.language-selector {
  position: relative;
  display: inline-flex;
  align-items: center;
  flex: 0 0 auto;
}

.language-selector::after {
  content: "";
  position: absolute;
  left: -6px;
  right: -6px;
  top: 100%;
  height: 12px;
  display: block;
  background: transparent;
  pointer-events: auto;
}

.language-trigger,
.en-language-button {
  min-height: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  padding: 0 13px;
  border: 1px solid rgba(216,226,236,.92);
  border-radius: 999px;
  background: #fff;
  color: #1f2937;
  font: inherit;
  font-size: 13px;
  line-height: 1;
  font-weight: 900;
  white-space: nowrap;
  cursor: pointer;
  box-shadow: none;
  transition: background 160ms ease, border-color 160ms ease, color 160ms ease;
}

.language-trigger svg,
.en-language-button svg {
  width: 17px;
  height: 17px;
  flex: 0 0 auto;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.language-trigger i,
.en-language-button i {
  width: 7px;
  height: 7px;
  flex: 0 0 auto;
  margin-top: -3px;
  border-right: 1.8px solid currentColor;
  border-bottom: 1.8px solid currentColor;
  transform: rotate(45deg);
  transition: transform 160ms ease;
}

.language-selector.open .language-trigger i,
.language-selector.open .en-language-button i {
  transform: rotate(225deg) translate(-1px, -1px);
}

.language-menu,
.en-language-menu {
  position: absolute;
  z-index: 2200;
  right: 0;
  top: calc(100% + 8px);
  min-width: 172px;
  padding: 8px;
  border: 1px solid rgba(216,226,236,.95);
  border-radius: 12px;
  background: #fff;
  box-shadow: 0 18px 44px rgba(16,24,40,.14);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: translateY(6px);
  transition: opacity 180ms ease, transform 180ms ease, visibility 180ms ease;
}

.language-selector.open .language-menu,
.language-selector.open .en-language-menu {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: translateY(0);
}

.language-menu a,
.en-language-menu a {
  min-height: 44px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 0 12px;
  border-radius: 8px;
  color: #1f2937;
  text-decoration: none;
  font-size: 14px;
  font-weight: 850;
  white-space: nowrap;
}

.language-menu a:hover,
.language-menu a:focus-visible,
.en-language-menu a:hover,
.en-language-menu a:focus-visible {
  color: #08734f;
  background: #f3fff9;
  outline: 0;
}

.language-menu a[aria-current="true"],
.en-language-menu a[aria-current="true"] {
  color: #08734f;
  background: #e9fff5;
}

.language-menu a[aria-current="true"]::after,
.en-language-menu a[aria-current="true"]::after {
  content: "";
  width: 7px;
  height: 12px;
  flex: 0 0 auto;
  border-right: 2px solid currentColor;
  border-bottom: 2px solid currentColor;
  transform: rotate(45deg);
}

body.has-newpay-floating-header .header.nav-at-top .language-trigger,
body.has-newpay-floating-header .header.nav-at-top .en-language-button {
  border-color: rgba(255,255,255,.46);
  background: rgba(255,255,255,.08);
  color: #fff;
}

body.has-newpay-floating-header .header.nav-at-top .language-trigger:hover,
body.has-newpay-floating-header .header.nav-at-top .language-selector.open .language-trigger,
body.has-newpay-floating-header .header.nav-at-top .en-language-button:hover,
body.has-newpay-floating-header .header.nav-at-top .language-selector.open .en-language-button {
  border-color: rgba(255,255,255,.72);
  background: rgba(255,255,255,.14);
  color: #fff;
}

body.has-newpay-floating-header .header.nav-scrolled .language-trigger,
body.has-newpay-floating-header .header.nav-scrolled .en-language-button {
  border-color: #d8e2ec;
  background: #fff;
  color: #1f2937;
}

.mobile-help-row {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 0 0 14px;
  margin: 0 0 2px;
  border-bottom: 1px solid rgba(216,226,236,.82);
}

.header-help-link {
  min-height: 44px;
  white-space: nowrap;
}

.primary-nav-heading {
  display: flex;
  align-items: stretch;
  white-space: nowrap;
}

header.header .nav .primary-nav-heading .primary-nav-link {
  padding-right: 3px;
  border-radius: 8px 0 0 8px;
}

header.header .nav .primary-nav-heading .primary-nav-toggle {
  flex: 0 0 26px;
  width: 26px;
  padding: 0;
  border-radius: 0 8px 8px 0;
}

header .nav .primary-nav-heading .primary-nav-toggle i {
  margin-left: 0;
}

header .nav .primary-nav-link:focus-visible,
header .nav .primary-nav-toggle:focus-visible {
  outline: 2px solid currentColor;
  outline-offset: 2px;
}

.mobile-help-row .language-trigger,
body.has-newpay-floating-header .header.nav-at-top .mobile-help-row .language-trigger,
.mobile-help-row > .header-help-link {
  min-height: 44px;
  padding: 8px 12px;
  border: 1px solid rgba(216,226,236,.95);
  border-radius: 999px;
  background: #fff;
  color: #1f2937;
  font-size: 13px;
  line-height: 1.4;
  text-decoration: none;
  font-weight: 900;
}

.mobile-help-row > .header-help-link {
  min-width: 0;
  text-align: center;
  white-space: normal;
}

.mobile-help-row .language-menu {
  left: 0;
  right: auto;
}

.header-help-link[aria-current="page"] {
  border-color: rgba(0,153,99,.25);
  background: #e9fff5;
  color: #08734f;
}

@media (prefers-reduced-motion: reduce) {
  .language-trigger,
  .en-language-button,
  .language-trigger i,
  .en-language-button i,
  .language-menu,
  .en-language-menu {
    transition: none;
  }
}

.security-grid a.security-card {
  display: flex;
  flex-direction: column;
  color: inherit;
  text-decoration: none;
  transition: transform 180ms ease, border-color 180ms ease, background 180ms ease;
}

.security-grid a.security-card h3 {
  white-space: normal;
}

.security-grid a.security-card:hover {
  transform: translateY(-3px);
  border-color: rgba(140, 241, 199, 0.45);
  background: rgba(255, 255, 255, 0.11);
}

.security-grid a.security-card:focus-visible,
.news-strip a.news-link:focus-visible {
  outline: 3px solid #8cf1c7;
  outline-offset: 3px;
}

.security-entry-arrow {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-top: auto;
  color: #8cf1c7;
  font-size: 19px;
  font-weight: 900;
}

.news-strip a.news-link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  text-decoration: none;
}

@media (prefers-reduced-motion: reduce) {
  .security-grid a.security-card {
    transition: none;
  }

  .security-grid a.security-card:hover {
    transform: none;
  }
}

@media (max-width: 980px) {
  .header-actions .language-selector {
    display: none;
  }
}

header .nav .product-trigger i {
  width: 7px;
  height: 7px;
  display: inline-block;
  margin-left: 8px;
  border-right: 2px solid currentColor;
  border-bottom: 2px solid currentColor;
  transform: rotate(45deg) translateY(-2px);
  transition: transform 180ms ease;
}

.site-nav-product.open .product-trigger i {
  transform: rotate(225deg) translateY(-1px);
}

.product-mega {
  position: fixed;
  z-index: 80;
  top: calc(var(--site-nav-top, 76px) + 1px);
  left: 0;
  width: 100vw;
  transform: translateY(8px);
  pointer-events: none;
  opacity: 0;
  visibility: hidden;
  padding: 0;
  background: transparent;
  border: 0;
  box-shadow: 0 26px 58px rgba(15, 32, 50, 0.10);
  max-height: calc(100vh - var(--site-nav-top, 76px));
  overflow-y: auto;
  overscroll-behavior: contain;
  transition: opacity 180ms ease, transform 180ms ease, visibility 180ms ease;
}

.site-nav-product.open .product-mega {
  pointer-events: auto;
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.product-mega-inner {
  width: 100%;
  margin: 0;
  display: grid;
  grid-template-columns: minmax(340px, 23vw) 1fr;
  overflow: hidden;
  border: 0;
  border-radius: 0;
  background:
    linear-gradient(180deg, rgba(255,255,255,0.99), rgba(250,253,255,0.985)),
    radial-gradient(circle at 86% 12%, rgba(0, 200, 128, 0.07), transparent 34%);
  box-shadow: none;
  backdrop-filter: blur(18px);
}

.product-mega-side {
  position: relative;
  min-height: 438px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  overflow: hidden;
  padding: 50px 48px;
  background:
    radial-gradient(ellipse 92% 70% at 2% 16%, rgba(168, 255, 224, 0.22), transparent 56%),
    radial-gradient(ellipse 88% 64% at 110% 88%, rgba(142, 255, 208, 0.30), transparent 56%),
    linear-gradient(136deg, #073b2b 0%, #08734f 46%, #00a873 100%);
  color: #fff;
}

.product-mega-side::before,
.product-mega-side::after {
  content: "";
  position: absolute;
  pointer-events: none;
}

.product-mega-side::before {
  width: 420px;
  height: 420px;
  left: -220px;
  bottom: -178px;
  border-radius: 50%;
  background: rgba(0, 200, 128, 0.22);
}

.product-mega-side::after {
  inset: 0;
  background:
    linear-gradient(142deg, transparent 0 42%, rgba(255,255,255,0.08) 42.2%, rgba(255,255,255,0.02) 72%, transparent 72.3%),
    radial-gradient(circle at 86% 78%, rgba(255,255,255,0.14), transparent 34%);
  opacity: 0.9;
}

.product-mega-side > * {
  position: relative;
  z-index: 1;
}

.product-mega-side small {
  margin-bottom: 34px;
  color: rgba(255,255,255,0.72);
  font-size: 12px;
  font-weight: 950;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.product-mega-side strong {
  display: block;
  max-width: 220px;
  margin-bottom: 18px;
  font-size: 34px;
  line-height: 1.14;
  font-weight: 950;
  white-space: normal;
}

.product-mega-side span {
  display: block;
  max-width: 240px;
  color: rgba(255,255,255,0.78);
  font-size: 14px;
  line-height: 1.72;
  font-weight: 750;
  white-space: normal;
}

header .nav .product-mega-side .product-overview-link,
.product-mega-side .product-overview-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  min-height: 42px;
  margin-top: 28px;
  padding: 0 18px;
  border: 1px solid rgba(255,255,255,0.42);
  border-radius: 999px;
  color: #fff;
  background: rgba(255,255,255,0.12);
  font-size: 13px;
  line-height: 1;
  font-weight: 900;
  text-decoration: none;
  box-shadow: none;
}

header .nav .product-mega-side .product-overview-link:hover,
.product-mega-side .product-overview-link:hover {
  color: #073b2b;
  border-color: #fff;
  background: #fff;
}

.product-mega-side-products {
  gap: 0;
}

.product-mega-side-products .product-mega-copy {
  max-width: 248px;
}

.product-feature-links {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 13px;
  width: 100%;
  max-width: 246px;
  margin-top: 28px;
}

header .nav .product-feature-card,
.product-feature-card {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 48px;
  padding: 0 16px 0 18px;
  border: 1px solid rgba(255,255,255,0.28);
  border-radius: 15px;
  color: #fff;
  background:
    linear-gradient(145deg, rgba(255,255,255,0.17), rgba(255,255,255,0.08)),
    rgba(255,255,255,0.07);
  box-shadow: 0 12px 24px rgba(0, 49, 35, 0.13);
  text-decoration: none;
  overflow: hidden;
  transition: background 160ms ease, border-color 160ms ease, transform 160ms ease, box-shadow 160ms ease;
}

.product-feature-card::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: radial-gradient(circle at 92% 0%, rgba(255,255,255,0.24), transparent 36%);
  opacity: 0.84;
}

.product-feature-card b {
  position: relative;
  z-index: 1;
}

.product-feature-card b {
  display: block;
  color: #fff;
  font-size: 14px;
  line-height: 1;
  font-weight: 950;
  white-space: normal;
}

.product-feature-card::after {
  content: "→";
  position: relative;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  color: rgba(255,255,255,0.94);
  font-size: 14px;
  line-height: 1;
  font-weight: 900;
  transform: translateX(0);
  transition: transform 160ms ease;
}

header .nav .product-feature-card:hover,
.product-feature-card:hover {
  color: #fff;
  border-color: rgba(255,255,255,0.52);
  background:
    linear-gradient(145deg, rgba(255,255,255,0.25), rgba(255,255,255,0.13)),
    rgba(255,255,255,0.12);
  box-shadow: 0 16px 30px rgba(0, 49, 35, 0.18);
  transform: translateY(-1px);
}

.product-feature-card:hover::after {
  transform: translateX(4px);
}

.product-mega-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
  align-items: stretch;
  padding: 28px 36px;
}

.product-group {
  min-width: 0;
  padding: 24px 20px 22px;
  overflow: hidden;
  border: 1px solid #e3eadf;
  border-radius: 20px;
  background:
    radial-gradient(circle at 94% 5%, rgba(0, 200, 128, 0.12), transparent 35%),
    linear-gradient(180deg, #ffffff, #f8fbfa);
  box-shadow: 0 16px 38px rgba(20, 32, 51, 0.07);
}

.product-group:first-child {
  padding-left: 20px;
}

.product-group:last-child {
  padding-right: 20px;
}

.product-group-head {
  display: block;
  margin-bottom: 18px;
}

.product-group-head .product-icon {
  margin-bottom: 14px;
}

.product-icon {
  width: 44px;
  height: 44px;
  display: grid;
  place-items: center;
  border-radius: 12px;
  background: linear-gradient(180deg, #f0fff8, #ffffff);
  border: 1px solid #c7f6df;
  color: #08734f;
  box-shadow: 0 12px 24px rgba(0, 153, 99, 0.10);
}

.product-icon svg {
  width: 25px;
  height: 25px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.9;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.product-group h3 {
  margin: 0 0 4px;
  color: #08734f;
  font-size: 19px;
  line-height: 1.24;
  font-weight: 950;
  white-space: normal;
}

.product-group p {
  margin: 0;
  color: #7b8494;
  font-size: 12px;
  line-height: 1.25;
  font-weight: 800;
}

.product-link-list {
  display: grid;
  gap: 13px;
}

.product-link-section {
  display: block;
  margin-top: 2px;
  padding-bottom: 5px;
  border-bottom: 1px solid #e7edf4;
  color: #667085;
  font-size: 11px;
  line-height: 1.2;
  font-weight: 950;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

header .nav .product-link-list a,
.product-link-list a {
  min-height: auto;
  display: block;
  padding: 0;
  border-radius: 0;
  color: inherit;
  background: transparent;
}

.product-link-list a b,
.product-capability b {
  display: block;
  margin-bottom: 6px;
  color: #667085;
  font-size: 13.5px;
  line-height: 1.45;
  font-weight: 720;
}

.product-capability b:last-child {
  margin-bottom: 0;
}

.product-group:nth-child(2) .product-link-list {
  gap: 8px;
}

.product-group:nth-child(2) .product-link-section {
  margin-top: 0;
  padding-bottom: 4px;
}

.product-link-list a span,
.product-capability span {
  display: block;
  color: #687386;
  font-size: 12.5px;
  line-height: 1.46;
  font-weight: 720;
}

.product-link-list a:hover b {
  color: #00a66c;
}

.product-link-list a:hover span {
  color: #465264;
}

@media (min-width: 981px) {
  .site-nav-products .product-mega-inner {
    height: 438px;
    min-height: 438px;
    grid-template-columns: minmax(280px, 23vw) minmax(0, 1fr);
  }

  .site-nav-products .product-mega-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    align-items: start;
    align-content: center;
    gap: 14px;
    min-width: 0;
    padding: 24px 28px;
  }

  .site-nav-products .product-group {
    align-self: start;
    width: 100%;
    padding: 18px 16px 17px;
  }

  .site-nav-products .product-group:first-child {
    padding-left: 16px;
  }

  .site-nav-products .product-group:last-child {
    padding-right: 16px;
  }

  .site-nav-products .product-group-head {
    display: flex;
    align-items: center;
    gap: 11px;
    min-height: 42px;
    margin-bottom: 13px;
  }

  .site-nav-products .product-group-head > div {
    min-width: 0;
  }

  .site-nav-products .product-group-head .product-icon {
    flex: 0 0 auto;
    width: 40px;
    height: 40px;
    margin-bottom: 0;
  }

  .site-nav-products .product-group h3 {
    font-size: 16px;
    line-height: 1.22;
    overflow-wrap: anywhere;
  }

  .site-nav-products .product-group-destination {
    display: block;
    min-width: 0;
    white-space: normal;
    overflow-wrap: anywhere;
  }

  .site-nav-products .product-link-list {
    gap: 7px;
  }

  .site-nav-products .product-link-section {
    margin-top: 0;
    padding-bottom: 3px;
    font-size: 10px;
  }

  .site-nav-products .product-link-list a b,
  .site-nav-products .product-capability b {
    margin-bottom: 0;
    font-size: 12.5px;
    line-height: 1.32;
    overflow-wrap: anywhere;
  }
}

@media (min-width: 981px) and (max-width: 1180px) {
  .site-nav-products .product-mega-inner {
    grid-template-columns: 220px minmax(0, 1fr);
  }

  .site-nav-products .product-mega-grid {
    gap: 8px;
    padding: 18px 12px;
  }

  .site-nav-products .product-group {
    padding: 14px 10px;
  }

  .site-nav-products .product-group:first-child {
    padding-left: 10px;
  }

  .site-nav-products .product-group:last-child {
    padding-right: 10px;
  }

  .site-nav-products .product-group-head {
    gap: 7px;
    min-height: 34px;
    margin-bottom: 9px;
  }

  .site-nav-products .product-group-head .product-icon {
    width: 34px;
    height: 34px;
  }

  .site-nav-products .product-group h3 {
    font-size: 13px;
    line-height: 1.2;
  }

  .site-nav-products .product-link-list {
    gap: 5px;
  }

  .site-nav-products .product-link-list a b,
  .site-nav-products .product-capability b {
    font-size: 11px;
    line-height: 1.25;
  }

  html[lang="lo"] .site-nav-products .product-group h3 {
    font-size: 12px;
  }

  html[lang="lo"] .site-nav-products .product-link-list a b,
  html[lang="lo"] .site-nav-products .product-capability b {
    font-size: 10.5px;
    line-height: 1.22;
  }
}

@media (min-width: 981px) {
  body.en-page .site-nav-products .product-mega-inner,
  body.lo-page .site-nav-products .product-mega-inner {
    height: 438px;
    min-height: 438px;
    grid-template-columns: minmax(260px, 19vw) minmax(0, 1fr);
  }

  body.en-page .site-nav-products .product-mega-grid,
  body.lo-page .site-nav-products .product-mega-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    align-items: start;
    align-content: center;
  }

  body.en-page .site-nav-products .product-mega-side,
  body.lo-page .site-nav-products .product-mega-side {
    padding: 30px 24px;
  }

  body.en-page .site-nav-products .product-mega-side small,
  body.lo-page .site-nav-products .product-mega-side small {
    margin-bottom: 16px;
    font-size: 11px;
  }

  body.en-page .site-nav-products .product-mega-side strong,
  body.lo-page .site-nav-products .product-mega-side strong {
    max-width: none;
    margin-bottom: 12px;
    font-size: 24px;
    line-height: 1.2;
  }

  body.lo-page .site-nav-products .product-mega-side strong {
    font-size: 22px;
  }

  body.en-page .site-nav-products .product-mega-side span,
  body.lo-page .site-nav-products .product-mega-side span {
    max-width: none;
    font-size: 12px;
    line-height: 1.5;
  }

  body.en-page .site-nav-products .product-group,
  body.lo-page .site-nav-products .product-group {
    align-self: start;
  }

  body.en-page .site-nav-products .product-group-head,
  body.lo-page .site-nav-products .product-group-head {
    display: flex;
    align-items: center;
  }

  body.en-page .site-nav-products .product-group-destination,
  body.lo-page .site-nav-products .product-group-destination {
    display: block !important;
    min-width: 0;
    white-space: normal !important;
    overflow-wrap: anywhere;
    word-break: normal;
  }

  body.en-page .site-nav-products .product-link-list a b,
  body.en-page .site-nav-products .product-capability b,
  body.lo-page .site-nav-products .product-link-list a b,
  body.lo-page .site-nav-products .product-capability b {
    white-space: normal;
    overflow-wrap: anywhere;
    word-break: normal;
  }
}

@media (min-width: 981px) and (max-width: 1480px) {
  body.en-page .site-nav-products .product-mega-inner,
  body.lo-page .site-nav-products .product-mega-inner {
    grid-template-columns: 220px minmax(0, 1fr);
  }

  body.en-page .site-nav-products .product-mega-grid,
  body.lo-page .site-nav-products .product-mega-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 8px;
    padding: 18px 12px;
  }

  body.en-page .site-nav-products .product-group,
  body.en-page .site-nav-products .product-group:nth-child(odd),
  body.en-page .site-nav-products .product-group:nth-child(even),
  body.lo-page .site-nav-products .product-group,
  body.lo-page .site-nav-products .product-group:nth-child(odd),
  body.lo-page .site-nav-products .product-group:nth-child(even) {
    padding: 14px 10px;
  }

  body.en-page .site-nav-products .product-group-head,
  body.lo-page .site-nav-products .product-group-head {
    gap: 7px;
    min-height: 34px;
    margin-bottom: 9px;
  }

  body.en-page .site-nav-products .product-group-head .product-icon,
  body.lo-page .site-nav-products .product-group-head .product-icon {
    width: 34px;
    height: 34px;
  }

  body.en-page .site-nav-products .product-group h3 {
    font-size: 12px;
    line-height: 1.18;
  }

  body.lo-page .site-nav-products .product-group h3 {
    font-size: 11.5px;
    line-height: 1.22;
  }

  body.en-page .site-nav-products .product-link-list,
  body.lo-page .site-nav-products .product-link-list {
    gap: 5px;
  }

  body.en-page .site-nav-products .product-link-list a b,
  body.en-page .site-nav-products .product-capability b {
    font-size: 10.5px;
    line-height: 1.22;
  }

  body.lo-page .site-nav-products .product-link-list a b,
  body.lo-page .site-nav-products .product-capability b {
    font-size: 10px;
    line-height: 1.2;
  }
}

header .nav .product-group-destination {
  display: inline;
  padding: 0;
  color: inherit;
  font: inherit;
  background: transparent;
  text-decoration: none;
}

header .nav .product-group-destination:hover,
header .nav .product-group-destination:focus-visible {
  color: #667085;
  text-decoration: underline;
  text-underline-offset: 4px;
}

header .nav .site-nav-products .product-group-destination:hover,
header .nav .site-nav-products .product-group-destination:focus-visible {
  color: #00a66c;
  text-decoration: none;
}

.site-page-trail {
  background: #fff;
  border-bottom: 1px solid #e8eef1;
  color: #687386;
  font-size: 13px;
  line-height: 1.6;
}

.site-page-trail ol {
  width: min(1180px, calc(100% - 48px));
  margin: 0 auto;
  padding: 8px 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 0 10px;
}

.site-page-trail li {
  min-width: 0;
  overflow-wrap: anywhere;
}

.site-page-trail li + li::before {
  content: "/";
  margin-right: 10px;
  color: #9ca9b7;
}

.site-page-trail a {
  display: inline-block;
  padding: 6px 0;
  color: #08734f;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.site-page-trail a:focus-visible {
  outline: 2px solid #08734f;
  outline-offset: 3px;
}

@media (max-width: 980px) {
  .site-page-trail ol {
    width: calc(100% - 32px);
  }
}

@media (min-width: 981px) {
  body.has-newpay-floating-header .header-actions .header-help-link {
    display: inline-flex !important;
  }

  body.has-newpay-floating-header .header .nav {
    display: flex !important;
    align-items: center;
    justify-content: center;
    min-width: 0;
  }

  body.has-newpay-floating-header .header .mobile-menu {
    display: none !important;
  }
}

@media (min-width: 981px) and (max-width: 1180px) {
  body.has-newpay-floating-header .header .header-inner {
    gap: 12px !important;
  }

  body.has-newpay-floating-header .header .nav {
    gap: 2px !important;
  }

  body.has-newpay-floating-header .header .nav-link {
    padding-left: 8px;
    padding-right: 8px;
  }

  body.has-newpay-floating-header .header .primary-nav-heading .primary-nav-toggle {
    flex-basis: 20px;
    width: 20px;
    padding: 0;
  }
}

.merchant-mega-inner {
  grid-template-columns: minmax(340px, 23vw) 1fr;
}

.merchant-mega-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
  padding: 48px 56px;
  align-items: stretch;
}

.site-nav-consumer .merchant-mega-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

header .nav .site-nav-consumer .merchant-mega-card {
  min-height: 0;
  padding: 24px;
}

.site-nav-consumer .merchant-mega-card .product-icon {
  margin-bottom: 16px;
}

@media (min-width: 981px) {
  .site-nav-products .merchant-mega-inner {
    height: auto;
    min-height: 0;
    grid-template-columns: minmax(340px, 23vw) minmax(0, 1fr);
  }

  .site-nav-products .merchant-mega-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-template-rows: repeat(2, minmax(0, 1fr));
  }

  header .nav .site-nav-products .merchant-mega-card {
    min-height: 0;
    padding: 24px;
  }

  .site-nav-products .merchant-mega-card .product-icon {
    margin-bottom: 16px;
  }

  .site-nav-products .merchant-mega-card b,
  .site-nav-products .merchant-mega-card span {
    overflow-wrap: anywhere;
  }
}

header .nav .merchant-mega-card,
.merchant-mega-card {
  min-height: 252px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 30px 30px 28px;
  border-radius: 22px;
  background:
    radial-gradient(circle at 92% 8%, rgba(0, 200, 128, 0.12), transparent 34%),
    linear-gradient(180deg, #ffffff, #f8fbfa);
  border: 1px solid #e3eadf;
  color: #111827;
  box-shadow: 0 18px 42px rgba(20, 32, 51, 0.08);
  text-decoration: none;
  transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease;
}

header .nav .merchant-mega-card:hover,
.merchant-mega-card:hover {
  transform: translateY(-2px);
  border-color: rgba(0, 200, 128, 0.40);
  box-shadow: 0 24px 56px rgba(6, 34, 28, 0.13);
}

.merchant-mega-card .product-icon {
  margin-bottom: 24px;
}

.merchant-mega-card b {
  display: block;
  margin-bottom: 10px;
  color: #08734f;
  font-size: 21px;
  line-height: 1.22;
  font-weight: 950;
  white-space: normal;
}

.merchant-mega-card span {
  display: block;
  max-width: 260px;
  color: #667085;
  font-size: 13.5px;
  line-height: 1.64;
  font-weight: 720;
  white-space: normal;
}

.merchant-mega-card .product-icon {
  display: grid;
  place-items: center;
  max-width: none;
  color: #08734f;
}

.merchant-mega-card em {
  margin-top: auto;
  color: #08734f;
  font-size: 13px;
  line-height: 1;
  font-style: normal;
  font-weight: 950;
}

.mobile-product-card {
  min-width: 240px;
}

.mobile-product-title {
  display: block;
  color: inherit;
  text-decoration: none;
}

.mobile-product-links {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px 10px;
  margin-top: 12px;
  padding-top: 12px;
  border-top: 1px solid #dfe7f0;
}

.mobile-product-links a {
  color: #08734f;
  font-size: 12px;
  line-height: 1.2;
  font-weight: 900;
  text-decoration: none;
}

@media (max-width: 1180px) {
  .product-mega-inner {
    grid-template-columns: 260px 1fr;
  }

  .product-mega-grid {
    gap: 12px;
    padding: 22px 20px;
  }

  .product-group {
    padding: 20px 14px;
  }

  .product-group:first-child {
    padding-left: 14px;
  }

  .product-group:last-child {
    padding-right: 14px;
  }

  .product-group-head {
    margin-bottom: 16px;
  }

  .product-icon {
    width: 40px;
    height: 40px;
  }

  .product-group h3 {
    font-size: 17px;
  }

  .product-link-list a b,
  .product-capability b {
    font-size: 13.5px;
  }

  .product-mega-side {
    padding: 42px 34px;
  }

  .product-mega-side strong {
    font-size: 30px;
    max-width: 190px;
  }

  .product-mega-side span {
    max-width: 190px;
  }

  .product-feature-links {
    max-width: 100%;
    margin-top: 24px;
    gap: 12px;
  }

  header .nav .product-feature-card,
  .product-feature-card {
    min-height: 46px;
    padding: 0 14px 0 16px;
  }

  .merchant-mega-grid {
    gap: 16px;
    padding: 36px 32px;
  }

  .merchant-mega-card {
    padding: 24px;
  }

  .merchant-mega-card b {
    font-size: 18px;
  }
}

@media (max-width: 980px) {
  .product-mega {
    display: none;
  }
}

html.newpay-scroll-locked,
body.newpay-scroll-locked {
  overflow: hidden !important;
}

body.newpay-scroll-locked {
  position: fixed !important;
  left: 0 !important;
  right: 0 !important;
}

@media (max-width: 980px) {
  body.has-newpay-floating-header .header .container {
    width: min(100% - 32px, 1180px) !important;
    padding-left: env(safe-area-inset-left) !important;
    padding-right: env(safe-area-inset-right) !important;
  }

  body.has-newpay-floating-header .header .header-inner {
    min-height: 68px !important;
    display: flex !important;
    grid-template-columns: none !important;
    align-items: center !important;
    justify-content: space-between !important;
    gap: 16px !important;
  }

  body.has-newpay-floating-header .header {
    padding-top: env(safe-area-inset-top) !important;
  }

  body.has-newpay-floating-header .header .brand {
    flex: 0 1 auto !important;
    width: 142px !important;
    min-width: 142px !important;
    min-height: 44px !important;
  }

  body.has-newpay-floating-header .header .brand img {
    width: 142px !important;
  }

  body.has-newpay-floating-header .header .nav,
  body.has-newpay-floating-header .header-actions > :not(.mobile-menu) {
    display: none !important;
  }

  header .mobile-menu,
  body.has-newpay-floating-header .header .mobile-menu {
    position: relative !important;
    z-index: 2140 !important;
    width: 48px !important;
    min-width: 48px !important;
    height: 48px !important;
    min-height: 48px !important;
    display: grid !important;
    place-items: center !important;
    padding: 0 !important;
    border: 1px solid rgba(8, 115, 79, 0.20) !important;
    border-radius: 14px !important;
    background: rgba(255,255,255,0.92) !important;
    color: #08734f !important;
    font-size: 0 !important;
    line-height: 1 !important;
    cursor: pointer !important;
    touch-action: manipulation !important;
    -webkit-tap-highlight-color: transparent !important;
  }

  header .mobile-menu > span {
    display: none !important;
  }

  header .mobile-menu::before,
  header .mobile-menu::after {
    content: "" !important;
    position: absolute !important;
    left: 14px !important;
    right: 14px !important;
    height: 2px !important;
    border-radius: 999px !important;
    background: currentColor !important;
    transform-origin: center !important;
    transition: transform var(--motion-fast, 160ms) var(--ease-standard, cubic-bezier(0.2,0,0,1)), opacity var(--motion-fast, 160ms) var(--ease-standard, cubic-bezier(0.2,0,0,1)) !important;
  }

  header .mobile-menu::before {
    transform: translateY(-4px) !important;
  }

  header .mobile-menu::after {
    transform: translateY(4px) !important;
  }

  body.newpay-mobile-drawer-open header .mobile-menu,
  body.newpay-mobile-drawer-open.has-newpay-floating-header .header .mobile-menu {
    opacity: 0 !important;
    visibility: hidden !important;
    pointer-events: none !important;
  }

  body.newpay-mobile-drawer-open header .mobile-menu::before,
  body.newpay-mobile-drawer-open header .mobile-menu::after {
    content: none !important;
    display: none !important;
    opacity: 0 !important;
  }

  body.newpay-mobile-drawer-open header.header,
  body.newpay-mobile-drawer-open header {
    z-index: 2140 !important;
    background: transparent !important;
    border-color: transparent !important;
    border-bottom-color: transparent !important;
    box-shadow: none !important;
    backdrop-filter: none !important;
  }

  body.newpay-mobile-drawer-open.has-newpay-floating-header .header,
  body.newpay-mobile-drawer-open.has-newpay-floating-header .header.nav-at-top,
  body.newpay-mobile-drawer-open.has-newpay-floating-header .header.nav-scrolled {
    background: transparent !important;
    border-color: transparent !important;
    border-bottom-color: transparent !important;
    box-shadow: none !important;
    backdrop-filter: none !important;
  }

  body.newpay-mobile-drawer-open header .header-inner {
    opacity: 0 !important;
    visibility: hidden !important;
    pointer-events: none !important;
  }

  .newpay-mobile-backdrop {
    position: fixed !important;
    inset: 0 !important;
    z-index: 2090 !important;
    display: block !important;
    width: 100vw !important;
    height: 100vh !important;
    height: 100dvh !important;
    padding: 0 !important;
    border: 0 !important;
    background: rgba(7, 18, 24, 0.36) !important;
    opacity: 0 !important;
    pointer-events: none !important;
    transition: opacity var(--motion-normal, 220ms) var(--ease-standard, cubic-bezier(0.2,0,0,1)) !important;
  }

  .newpay-mobile-backdrop.open {
    opacity: 1 !important;
    pointer-events: auto !important;
  }

  header .mobile-platform-nav,
  header .mobile-platform-nav.open,
  .mobile-platform-nav,
  .mobile-platform-nav.open {
    position: fixed !important;
    z-index: 2150 !important;
    inset: 0 !important;
    width: 100% !important;
    height: 100vh !important;
    height: 100dvh !important;
    min-height: 0 !important;
    max-height: 100dvh !important;
    display: block !important;
    overflow: hidden !important;
    padding: 0 !important;
    border: 0 !important;
    background: transparent !important;
    color: #111827 !important;
    opacity: 0 !important;
    visibility: hidden !important;
    pointer-events: none !important;
    transform: translateY(12px) !important;
    transition: opacity var(--motion-normal, 220ms) var(--ease-entrance, cubic-bezier(0.22,1,0.36,1)), transform var(--motion-normal, 220ms) var(--ease-entrance, cubic-bezier(0.22,1,0.36,1)), visibility var(--motion-normal, 220ms) var(--ease-standard, cubic-bezier(0.2,0,0,1)) !important;
  }

  header .mobile-platform-nav.open,
  .mobile-platform-nav.open {
    opacity: 1 !important;
    visibility: visible !important;
    pointer-events: auto !important;
    transform: translateY(0) !important;
  }

  .newpay-drawer-shell {
    width: min(440px, calc(100% - 16px)) !important;
    margin-left: auto !important;
    height: 100% !important;
    min-height: 0 !important;
    display: grid !important;
    grid-template-rows: auto minmax(0, 1fr) auto !important;
    background:
      radial-gradient(circle at 100% 0%, rgba(0, 200, 128, 0.10), transparent 34%),
      linear-gradient(180deg, #ffffff, #f6f9fc) !important;
    overflow: hidden !important;
    box-shadow: -22px 0 54px rgba(15, 32, 50, 0.18) !important;
  }

  .newpay-drawer-topbar {
    position: relative !important;
    z-index: 1 !important;
    min-height: calc(72px + env(safe-area-inset-top)) !important;
    display: grid !important;
    grid-template-columns: minmax(128px, 1fr) 48px !important;
    gap: 8px !important;
    align-items: center !important;
    padding: calc(10px + env(safe-area-inset-top)) calc(14px + env(safe-area-inset-right)) 10px calc(14px + env(safe-area-inset-left)) !important;
    border-bottom: 1px solid #e8edf3 !important;
    background: rgba(255,255,255,0.96) !important;
  }

  .newpay-drawer-brand {
    justify-self: start !important;
    min-width: 0 !important;
    min-height: 44px !important;
    display: inline-flex !important;
    align-items: center !important;
    border-radius: 10px !important;
  }

  .newpay-drawer-brand img {
    width: 132px !important;
    max-width: 100% !important;
    height: auto !important;
    display: block !important;
  }

  .newpay-drawer-brand.active {
    box-shadow: 0 0 0 3px rgba(0, 200, 128, 0.12) !important;
  }

  .newpay-drawer-cta {
    min-height: 44px !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    padding: 0 13px !important;
    border-radius: 999px !important;
    border: 1px solid rgba(0, 153, 99, 0.22) !important;
    background: #f1fff8 !important;
    color: #08734f !important;
    font-size: 13px !important;
    line-height: 1 !important;
    font-weight: 950 !important;
    text-decoration: none !important;
    white-space: nowrap !important;
    box-shadow: none !important;
  }

  .newpay-cta-full {
    display: none !important;
  }

  .newpay-cta-short {
    display: inline !important;
  }

  .newpay-drawer-close {
    position: relative !important;
    width: 48px !important;
    min-width: 48px !important;
    height: 48px !important;
    min-height: 48px !important;
    display: grid !important;
    place-items: center !important;
    padding: 0 !important;
    border: 1px solid rgba(0, 125, 88, 0.24) !important;
    border-radius: 14px !important;
    background: #ffffff !important;
    color: #073b2b !important;
    font-size: 0 !important;
    line-height: 1 !important;
    cursor: pointer !important;
    touch-action: manipulation !important;
    box-shadow: none !important;
  }

  .newpay-drawer-close::before,
  .newpay-drawer-close::after {
    content: none !important;
    display: none !important;
  }

  .newpay-drawer-close:hover,
  .newpay-drawer-close:active {
    border-color: rgba(0, 153, 99, 0.30) !important;
    background: #e9fff5 !important;
    color: #073b2b !important;
  }

  .newpay-drawer-close:focus-visible {
    outline: 2px solid rgba(0, 153, 99, 0.36) !important;
    outline-offset: 3px !important;
  }

  .newpay-drawer-close svg {
    width: 24px !important;
    height: 24px !important;
    display: block !important;
    fill: none !important;
    stroke: currentColor !important;
    stroke-width: 2.2 !important;
    stroke-linecap: round !important;
    stroke-linejoin: round !important;
    transform: none !important;
    opacity: 1 !important;
  }

  header .mobile-platform-scroll,
  .mobile-platform-scroll,
  .newpay-drawer-scroll {
    min-width: 0 !important;
    display: flex !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
    gap: 12px !important;
    grid-auto-flow: row !important;
    grid-auto-columns: auto !important;
    height: auto !important;
    min-height: 0 !important;
    overflow-x: hidden !important;
    overflow-y: auto !important;
    scrollbar-width: thin;
    scrollbar-color: #b7d9ca transparent;
    overscroll-behavior: contain !important;
    -webkit-overflow-scrolling: touch !important;
    padding: 16px calc(14px + env(safe-area-inset-right)) 18px calc(14px + env(safe-area-inset-left)) !important;
  }

  .newpay-drawer-direct,
  .newpay-mobile-section-link,
  .newpay-mobile-section-toggle,
  .newpay-mobile-link-card {
    width: 100% !important;
    flex: 0 0 auto !important;
    display: grid !important;
    align-items: center !important;
    border-radius: 16px !important;
    text-decoration: none !important;
    touch-action: manipulation !important;
    -webkit-tap-highlight-color: transparent !important;
  }

  .newpay-drawer-direct {
    grid-template-columns: 42px 1fr !important;
    gap: 12px !important;
    margin-bottom: 0 !important;
    min-height: 62px !important;
    padding: 10px 12px !important;
    border: 1px solid #dfe7f0 !important;
    background: #fff !important;
    color: #111827 !important;
  }

  .newpay-drawer-direct > span,
  .newpay-mobile-section-link > span,
  .newpay-mobile-link-card > span {
    min-width: 0 !important;
  }

  .newpay-drawer-direct.active,
  .newpay-mobile-link-card.active {
    border-color: rgba(0,200,128,.45) !important;
    background: #e9fff5 !important;
  }

  .newpay-drawer-direct b,
  .newpay-mobile-section-link b {
    display: block !important;
    max-width: 100% !important;
    color: #111827 !important;
    font-size: 18px !important;
    line-height: 1.18 !important;
    font-weight: 700 !important;
    overflow-wrap: anywhere !important;
  }

  .newpay-drawer-direct em,
  .newpay-mobile-link-card em,
  .newpay-mobile-section-toggle em {
    display: block !important;
    max-width: 100% !important;
    margin-top: 3px !important;
    color: #667085 !important;
    font-size: 12px !important;
    line-height: 1.35 !important;
    font-style: normal !important;
    font-weight: 720 !important;
    overflow-wrap: anywhere !important;
  }

  .newpay-mobile-section {
    min-width: 0 !important;
    flex: 0 0 auto !important;
    margin: 0 !important;
    padding: 0 !important;
  }

  .newpay-mobile-section-heading {
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) 44px !important;
    align-items: stretch !important;
    border: 1px solid #dfe7f0 !important;
    border-radius: 16px !important;
    background: #fff !important;
  }

  .newpay-mobile-section-link {
    grid-template-columns: 42px minmax(0, 1fr) !important;
    gap: 12px !important;
    min-width: 0 !important;
    min-height: 62px !important;
    padding: 10px 12px !important;
    background: transparent !important;
    color: #111827 !important;
  }

  .newpay-mobile-section-toggle {
    grid-template-columns: 1fr !important;
    min-height: 62px !important;
    padding: 0 !important;
    border: 0 !important;
    background: transparent !important;
    font: inherit !important;
    cursor: pointer !important;
  }

  .newpay-mobile-section-link:focus-visible,
  .newpay-mobile-section-toggle:focus-visible {
    outline: 2px solid #08734f !important;
    outline-offset: -3px !important;
  }

  .newpay-mobile-section-toggle i {
    width: 9px !important;
    height: 9px !important;
    justify-self: center !important;
    border-right: 2px solid #08734f !important;
    border-bottom: 2px solid #08734f !important;
    transform: rotate(45deg) !important;
    transition: transform var(--motion-fast, 160ms) var(--ease-standard, cubic-bezier(0.2,0,0,1)) !important;
  }

  .newpay-mobile-section.open .newpay-mobile-section-heading {
    border-color: rgba(0,200,128,.42) !important;
    background: #f7fffb !important;
  }

  .newpay-mobile-section.open .newpay-mobile-section-toggle i {
    transform: rotate(225deg) !important;
  }

  .newpay-mobile-section-panel {
    display: block !important;
    flex: 0 0 auto !important;
    min-width: 0 !important;
  }

  .newpay-mobile-section-panel[hidden] {
    display: none !important;
  }

  .newpay-mobile-card-list {
    min-height: 0 !important;
    overflow: hidden !important;
    display: grid !important;
    gap: 10px !important;
    padding: 0 !important;
  }

  .newpay-mobile-section.open .newpay-mobile-card-list {
    margin: 10px 0 2px 20px !important;
    padding: 0 0 0 12px !important;
    border-left: 2px solid #cce9dc !important;
  }

  .newpay-mobile-link-card {
    grid-template-columns: 32px minmax(0, 1fr) !important;
    gap: 10px !important;
    min-height: 58px !important;
    padding: 9px 11px !important;
    border: 1px solid #e8edf3 !important;
    background: rgba(255,255,255,.94) !important;
    color: #111827 !important;
  }

  .newpay-drawer-direct .product-icon,
  .newpay-mobile-section-link .product-icon {
    width: 42px !important;
    height: 42px !important;
    margin: 0 !important;
    border-radius: 13px !important;
  }

  .newpay-mobile-link-card .product-icon {
    width: 32px !important;
    height: 32px !important;
    margin: 0 !important;
    border-radius: 12px !important;
  }

  .newpay-mobile-link-card b {
    display: block !important;
    max-width: 100% !important;
    color: #344054 !important;
    font-size: 15px !important;
    line-height: 1.45 !important;
    font-weight: 600 !important;
    overflow-wrap: anywhere !important;
  }

  .newpay-mobile-link-card em {
    margin-top: 2px !important;
    color: #7a8598 !important;
    font-size: 12px !important;
    line-height: 1.5 !important;
    font-weight: 500 !important;
  }

  .newpay-drawer-utility {
    display: grid !important;
    grid-template-columns: 1fr 1fr !important;
    gap: 10px !important;
    padding: 12px calc(16px + env(safe-area-inset-right)) calc(14px + env(safe-area-inset-bottom)) calc(16px + env(safe-area-inset-left)) !important;
    border-top: 1px solid #e8edf3 !important;
    background: rgba(255,255,255,0.96) !important;
  }

  .newpay-drawer-utility a {
    min-height: 44px !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    padding: 0 10px !important;
    border-radius: 14px !important;
    border: 1px solid #dfe7f0 !important;
    background: #fff !important;
    color: #08734f !important;
    font-size: 13px !important;
    line-height: 1.4 !important;
    white-space: normal !important;
    overflow-wrap: anywhere !important;
    font-weight: 900 !important;
    text-align: center !important;
    text-decoration: none !important;
  }
}

@media (max-width: 360px) {
  .newpay-drawer-topbar {
    grid-template-columns: minmax(0, 1fr) 48px !important;
    gap: 8px !important;
    padding-bottom: 10px !important;
  }

  .newpay-drawer-cta {
    grid-column: 1 / -1 !important;
    order: 3 !important;
    width: 100% !important;
    min-height: 44px !important;
  }

  .newpay-cta-full {
    display: inline !important;
  }

  .newpay-cta-short {
    display: none !important;
  }
}

@media (prefers-reduced-motion: reduce) {
  .newpay-mobile-backdrop,
  .mobile-platform-nav,
  .newpay-mobile-section-panel,
  .newpay-mobile-section-toggle i,
  header .mobile-menu::before,
  header .mobile-menu::after {
    transition: none !important;
  }
}
