@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@300;500;700&display=swap");

.new-design-home {
  --nd-blue-900: #0b3fbe;
  --nd-blue-800: #1652d8;
  --nd-blue-700: #2468f6;
  --nd-cyan: #42d6ff;
  --nd-ink: #0f1b2d;
  --nd-ink-soft: #334155;
  --nd-bg: #f2f8ff;
  --nd-white: #ffffff;
  --nd-border: #dce8ff;
  margin: 0;
  color: var(--nd-ink);
  background: #ffffff;
  font-family: "Poppins", "Segoe UI", sans-serif;
  line-height: 1.5;
}

.new-design-home * {
  box-sizing: border-box;
}

.new-design-home img {
  max-width: 100%;
  height: auto;
  display: block;
}
section#guided-launch .nd-shell {
    width: 100%;
}
.new-design-home h1,
.new-design-home h2,
.new-design-home h3,
.new-design-home h4,
.new-design-home h5,
.new-design-home p,
.new-design-home ul {
  margin: 0;
}
.nd-dark-block .nd-check-list li,.nd-time-drains li {
  font-weight: 300;
}
.new-design-home h1,
.new-design-home h2,
.new-design-home h3,
.new-design-home h4,
.new-design-home h5 {
  font-family: "Poppins", "Segoe UI", sans-serif;
  font-weight: 500;
}
body {
    font-family: "Poppins", "Segoe UI", sans-serif;
}
.new-design-home p {
  font-family: "Poppins", "Segoe UI", sans-serif;
  font-weight: 300;
}
.nd-actions a {
    font-weight: bold;
}
.new-design-home a {
  text-decoration: none;
}
header.nd-site-header .nd-login-row a {
    font-weight: 300;
    text-decoration: underline;
}
a.nd-btn.nd-btn-light:hover {
    color: #4875A5;
}
.nd-shell {
  width: min(1220px, calc(100% - 32px));
  margin: 0 auto;
}

.nd-site-header .nd-shell {
  margin-top: 10px;
  margin-left: auto;
  margin-right: auto;
  max-width: 1440px;
 
  width: 100%;
}

.nd-narrow {
  width: min(1020px, calc(100% - 32px));
}

.nd-hero-wrap {
  margin: 20px 20px 0;
  padding: 16px 0 28px;
  border-radius: 20px;
  overflow: hidden;
  background: #1152cc url("../image/new-designs/hero-new.jpg") center/cover no-repeat;
}

.nd-site-header {
  position: relative;
  z-index: 30;
}

.nd-header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 0;
  border: 0;
  border-radius: 0;
  backdrop-filter: none;
  background: transparent;
}

.nd-logo img {
  width: 142px;
}
a.nd-btn.nd-btn-light {
    color: #4875A5;
}
.nd-menu-toggle {
  display: none;
  border: 0;
  border-radius: 99px;
  background: rgba(255, 255, 255, 0.12);
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  padding: 10px 16px;
  cursor: pointer;
}

.nd-nav-group {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 8px;
  margin-left: auto;
}

.nd-login-row {
  width: 100%;
  display: flex;
  justify-content: flex-end;
}

.nd-login-link {
  color: #ffffff;
  font-size: 14px;
  font-weight: 600;
  opacity: 0.95;
}

.nd-login-link:hover {
  opacity: 1;
}

.nd-main-nav {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 30px;
  flex-wrap: wrap;
}

.nd-main-nav a {
  color: #e7f2ff;
  font-size: 18px;
  font-weight: 300;
  opacity: 0.94;
}

.nd-main-nav a:hover {
  color: #fff;
  opacity: 1;
}

.nd-actions {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
  margin-left: 6px;
}

.nd-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  border-radius: 999px;
  font-size: 18px;
  font-weight: 400;
  padding: 10px 16px;
  transition: transform 0.25s ease, box-shadow 0.25s ease, background 0.25s ease;
}

.nd-btn img {
  width: 25px;
  height: 25px;
  object-fit: contain;
}
a.nd-btn.nd-btn-soft {
    border: 1px solid #00c0ed63;
}
a.nd-logo {
    margin-top: auto;
    margin-bottom: 5px;
}
.nd-btn:hover {
  transform: translateY(-1px);
}

.nd-btn-primary {
  color: #fff;
  background: linear-gradient(180deg, #2065d1 0%, #00c0ed 100%);
  box-shadow: 0 10px 24px rgba(15, 101, 236, 0.24);
}

.nd-btn-demo {
  background: linear-gradient(180deg, #2065d1 0%, #00c0ed 100%);
}

.nd-btn-soft {
  color: #0b4ecb;
  background: rgba(255, 255, 255, 0.9);
  border-color: #c9dbff;
}

.nd-btn-light {
  color: #0d4ccc;
  background: #ffffff;
}

.nd-btn-ghost {
  color: #ffffff;
  border-color: transparent;
  background: linear-gradient(180deg, #2065d1 0%, #00c0ed 100%);
}

.nd-hero {
  margin-top: 18px;
  padding: 46px 44px 34px;
  min-height: clamp(540px, 68vw, 820px);
  aspect-ratio: 1386 / 951;
  border-radius: 16px;
  background: transparent;
  box-shadow: none;
  color: #fff;
}

.nd-hero-content {
  max-width: 880px;
  margin: 0 auto;
  text-align: center;
}

.nd-hero h1 {
  font-size: clamp(34px, 4.2vw, 53px);
  line-height: 1.05;
  font-weight: 500;
  letter-spacing: -0.02em;
}
.nd-main-nav .nd-actions a {
    font-weight: 500;
}
.nd-login-row a {
    text-decoration: underline;
    font-size: 16px;
    margin-bottom: 10px;
    font-weight: 400;
}

header.nd-site-header a {
  text-decoration: none;
}

.agrippon_hero.new-hero {
  margin-top: -110px;
}

.nd-hero-content > p {
  margin-top: 18px;
  font-size: 16px;
  color: #e6f2ff;
}
p.nd-hero-note {
    font-weight: 600;
}
.nd-hero-cta-row {
  margin-top: 22px;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 10px;
}

.nd-hero-note {
  margin-top: 14px;
  font-size: 13px;
  color: #e9f6ff;
  font-weight: 700;
}

.nd-section {
  padding: 74px 0;
  padding-top: 140px;
}

p.nd-muted-center {
    margin: auto;
}
.nd-grid-two {
  display: grid;
  grid-template-columns: 1.02fr 0.98fr;
  gap: 70px;
}

.nd-bottleneck .nd-grid-two {
  grid-template-columns: 55% 40%;
}

.nd-center {
  align-items: center;
}

.new-design-home h2 {
  font-size: clamp(31px, 4vw, 49px);
  line-height: 1.08;
  letter-spacing: -0.02em;
  text-align: center;
  font-weight: 500;
}

.new-design-home h2 span {
  color: #2065d1;
  background: linear-gradient(180deg, #2065d1 0%, #6da6ff 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.nd-grid-two h2,
.nd-grid-two h3,
.nd-grid-two p {
  text-align: left;
}

.nd-grid-two > div > p + p {
  margin-top: 12px;
}

.nd-grid-two > div > p {
  margin-top: 16px;
  color: var(--nd-ink-soft);
}

.nd-card {
  border: 1px solid var(--nd-border);
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.95);
  box-shadow: 0 12px 30px rgba(23, 67, 154, 0.1);
  padding: 22px;
}

.nd-time-drains h3 {
  font-size: 18px;
  line-height: 1.1;
  color: #000000;
}

.nd-time-drains {
  background: transparent;
  box-shadow: none;
  border: 0;
  padding: 0;
}

.nd-time-drains ul {
  margin-top: 16px;
  padding-left: 18px;
  list-style-type: disc;
  display: grid;
  gap: 9px;
}

.nd-time-drains li {
  color: #253551;
}

.nd-time-drains li::marker {
  color: #00c0ed;
  font-size: 1.25em;
}

.nd-bottleneck {
  background: #edf4fb url("../image/new-designs/gradient-fill.jpg") center/cover no-repeat;
}

.nd-flow-path {
    margin-top: 40px;
    display: grid;
    place-items: center;
    margin-bottom: 40px;
}
.nd-hero-cta-row a {
    font-weight: 100;
}

.nd-flow-path img {
  width: min(100%, 1020px);
  height: auto;
}

.nd-muted-center {
  max-width: 870px;
  margin: 16px auto 0;
  text-align: center;
  color: #41516e;
}

.nd-check-list {
  margin-top: 14px;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 10px;
}

.nd-check-list li {
  position: relative;
  padding-left: 28px;
  color: #1d2f4f;
}

.nd-check-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 4px;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: linear-gradient(135deg, #1f8ef5, #45d2ff);
  box-shadow: inset 0 0 0 3px #fff;
}

.nd-system h3 {
  margin-top: 0;
  font-size: 18px;
  line-height: 1.1;
  color: #000000;
}

.nd-system-top {
  max-width: 780px;
  margin: 0 auto;
  text-align: center;
}

.nd-system-top p {
  margin-top: 16px;
  color: #2f3d59;
  font-weight: 500;
  max-width: none;
  width: 100%;
}

.nd-system-row {
  margin-top: 38px;
  grid-template-columns: 38% 62%;
  gap: 22px;
}

.nd-system-list {
  align-self: center;
}

.nd-system .nd-check-list {
  margin-top: 16px;
  padding-left: 18px;
  list-style-type: disc;
  gap: 9px;
}
.nd-system .nd-check-list li {
  position: static;
  padding-left: 0;
  font-size: 16px;
  font-weight: 300;
  color: #253551;
}

.nd-system .nd-check-list li::before {
  content: none;
}

.nd-system .nd-check-list li::marker {
  color: #00c0ed;
  font-size: 1.25em;
}

.nd-system-bottom .nd-btn {
    font-weight: 300;
}


.nd-system-image img {
  width: 100%;
  border-radius: 12px;
}

.nd-system-bottom {
  margin-top: 34px;
  text-align: center;
}

.nd-system-bottom p {
  max-width: none;
  width: 100%;
  margin: 0 auto;
  color: #202e46;
  font-weight: 500;
}

.nd-system-bottom .nd-btn {
  margin-top: 18px;
}
section.nd-section.nd-dark-block p {
    color: white;
}
header.nd-site-header {
    padding: 0px 40px;
}
.nd-dark-block {
  color: #fff;
  margin: 20px 20px 0;
  border-radius: 14px;
  overflow: hidden;
  padding: 100px 0 0px;
  background: #1152cc url("../image/new-designs/bg-section.png") center/cover no-repeat;
}
.agrippon_hero.new-hero {
    overflow: hidden;
}
.nd-dark-block h2,
.nd-dark-block h3,
.nd-dark-block p {
  color: #fff;
}
.nd-compare-card h3 {
    width: 100%;
}
article.nd-compare-card {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding-bottom: 0px;
}
.nd-compare-card {
    padding-bottom: 0px;
}
body .nd-compare-card img {
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
}

.nd-dark-block .nd-grid-two {
  align-items: flex-start;
}

.nd-dark-block h3 {
  font-size: 18px;
  line-height: 1.1;
}

.nd-dark-block .nd-check-list {
  margin-top: 16px;
  padding-left: 18px;
  list-style-type: disc;
  gap: 9px;
}

.nd-dark-block .nd-check-list li {
  position: static;
  padding-left: 0;
  color: #ffffff;
}

.nd-dark-block .nd-check-list li::before {
  content: none;
}

.nd-dark-block .nd-check-list li::marker {
  color: #00c0ed;
  font-size: 1.25em;
}

.nd-compare-grid {
  margin-top: 28px;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.nd-compare-card {
  border-radius: 14px;
  border: 1px solid rgba(222, 238, 255, 0.38);
  background: rgba(255, 255, 255, 0.08);
  padding: 18px;
  text-align: center;
}

.nd-compare-card h3 {
  font-size: 24px;
}

.nd-compare-card p {
  margin-top: 6px;
  color: #deebff;
}
section#guided-launch div#boxes {
    background: #e9f4fb;
}
.nd-compare-card img {
  margin-top: 14px;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  border-radius: 10px;
}

.nd-revenue {
  margin: 0;
  border-radius: 0;
  overflow: visible;
  padding: 150px 0 30px;
  background: #edf4fb url("../image/new-designs/bg-claims.jpg") center/cover no-repeat;
}

.nd-revenue h2 {
  margin-bottom: 30px;
}

.nd-center-copy {
  margin: 16px auto 0;
  text-align: center;
  max-width: 860px;
  color: #3a4b68;
}

.nd-stat-grid {
  margin-top: 24px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.nd-stat-card {
  border: 1px solid var(--nd-border);
  border-radius: 14px;
  background: #fff;
  text-align: center;
  padding: 18px;
  box-shadow: 0 14px 30px rgba(21, 67, 160, 0.1);
}

.nd-stat-card img {
  width: 54px;
  margin: 0 auto 10px;
}

.nd-stat-card h3 {
  font-size: 22px;
}

.nd-stat-card p {
  margin-top: 8px;
  color: #43516b;
}

.nd-revenue-grid {
  margin-top: 28px;
  display: grid;
  grid-template-columns: 40% 60%;
  gap: 26px;
  align-items: stretch;
}

.nd-revenue-card {
  border-radius: 14px;
  border: 1px solid #e8eef8;
  background: rgba(255, 255, 255, 0.92);
  padding: 18px 20px;
}

.nd-revenue-card h3 {
  font-size: 18px;
  color: #111827;
}

.nd-revenue-points {
  margin-top: 10px;
  padding-left: 20px;
  list-style-type: disc;
  display: grid;
  gap: 12px;
}
strong {
    font-weight: 600;
}
.nd-revenue-points li {
  color: #1f2937;
  font-weight: 300;
}
section.nd-section.nd-revenue {
    background-position: bottom;
}
.nd-revenue-points li::marker {
  color: #00c0ed;
  font-size: 1.2em;
}

.nd-revenue-copy {
  align-self: center;
}

.nd-revenue-copy p {
  color: #1f2a3f;
}

.nd-revenue-copy p + p {
  margin-top: 12px;
}
.nd-revenue-grid {
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}
.nd-revenue-cta-copy {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 36px;
  padding-bottom: 36px;
  text-align: center;
  max-width: 100%;
  color: #121a2a;
}

.nd-revenue .nd-center-actions {
  margin-top: 0;
}

.nd-revenue-next-intro {
  margin-top: 66px;
  text-align: center;
}

.nd-revenue-next-intro .nd-center-copy {
  margin-top: 14px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.nd-revenue > .nd-shell > .nd-center-copy {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
.nd-launch-inner.nd-narrow {
    margin: auto;
}
.nd-center-actions {
  margin-top: 20px;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 10px;
}
.nd-launch-wrap {
  margin-top: 0;
  border: 0;
  border-radius: 14px;
  padding: 80px 24px 80px;
  background: #e9f4fb;
}

.nd-launch-inner > h3 {
  text-align: center;
  font-size: 24px;
  color: #111827;
}

.nd-launch-grid {
  margin-top: 60px;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 50px 50px;
}

.nd-launch-card {
    position: relative;
    border: 0;
    border-radius: 14px;
    background: #fff;
    padding: 24px 35px 24px;
    text-align: center;
}

.nd-launch-card:nth-child(1)::after, .nd-launch-card:nth-child(3)::after {
    content: "";
    position: absolute;
    top: 50%;
    right: -61px;
    transform: translateY(-50%);
    width: 70px;
    height: 49px;
    background: url(../image/new-designs/dots-connect.png) center / contain no-repeat;
    pointer-events: none;
    z-index: 2;
}

.nd-day {
  position: absolute;
  left: 50%;
  top: 0;
  transform: translate(-50%, -50%);
  width: max-content;
  margin: 0;
  border-radius: 999px;
  padding: 4px 12px;
  background: linear-gradient(135deg, #0f6feb, #3fbfff);
  color: #fff;
  font-size: 12px;
  font-weight: 700;
}

.nd-launch-card:nth-child(3) .nd-day,
.nd-launch-card:nth-child(4) .nd-day {
  background: linear-gradient(135deg, #1b56b9, #245fca);
}

.nd-launch-card h4 {
  margin-top: 6px;
  font-size: 17px;
  line-height: 1.15;
}

.nd-launch-card p:last-child {
  margin-top: 8px;
  color: #44536f;
  font-size: 14px;
  font-weight: 300;
}

#guided-launch .nd-launch-inner > .nd-center-copy {
  margin-top: 34px;
  margin-bottom: 30px;
  text-align: center;
  max-width: 760px;
  margin-left: auto;
  margin-right: auto;
}

#guided-launch {
  margin: 20px;
  padding: 0;
}

.nd-support {
  margin: 0px;
  border-radius: 14px;
  padding: 72px 0 66px;
  background: #edf4fb url("../image/new-designs/gradient-fill.jpg") center/cover no-repeat;
}

.nd-support h2 {
  margin-bottom: 30px;
}

.nd-support > .nd-shell > .nd-center-copy {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.nd-tier-grid {
  margin-top: 22px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}

.nd-tier-card {
  position: relative;
  border-radius: 21px;
  border: 1px solid var(--nd-border);
  background: #fff;
  padding: 30px;
  box-shadow: 0 14px 28px rgba(29, 73, 162, 0.08);
  transition: transform 0.25s ease, box-shadow 0.25s ease, background 0.25s ease, color 0.25s ease;
}

.nd-tier-label {
  display: inline-block;
  padding: 1px 15px;
  font-size: 12px;
  font-weight: 500;
  text-transform: none;
  letter-spacing: normal;
  color: #2065d1;
  border: 1px solid rgba(0, 122, 255, 0.2);
  border-radius: 30px;
}
 

.nd-tier-card h3 {
  margin-top: 7px;
  font-size: 23px;
}

.nd-tier-card p:last-child {
  margin-top: 8px;
  color: #475874;
}
article.nd-tier-card p {
    font-size: 15px;
}
 

.nd-tier-card:hover {
  transform: scale(1.03);
  border-color: transparent;
  background: linear-gradient(180deg, #002969 0%, #007aff 100%);
  color: #ffffff;
  box-shadow: 0 0 0 7px #ffffff, 0 18px 34px rgba(0, 66, 168, 0.32);
  z-index: 2;
}

.nd-tier-card:hover .nd-tier-label {
  color: #e5f1ff;
}

.nd-tier-card:hover p:last-child,
.nd-tier-card:hover h3 {
  color: #ffffff;
}

.nd-results-block {
  margin-top: 86px;
}

.nd-results-intro {
  display: grid;
  grid-template-columns: 65% 35%;
  gap: 24px;
  align-items: center;
}

.nd-results-intro h2 {
  text-align: left;
}
h3.nd-results-heading {
    margin-bottom: 50px;
}
.nd-results-intro p {
  color: #1f2d47;
}
.nd-results-implementation {
    margin-top: 50px;
}
.nd-results-heading {
  margin-top: 26px;
  text-align: center;
  font-size: 24px;
  color: #111827;
}

.nd-result-grid {
  margin-top: 20px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.nd-result-card {
  position: relative;
  border-radius: 18px;
  border: 1px solid rgba(0, 122, 255, 0.2);
  background: #e9f4fb;
  padding: 30px 18px 16px;
  text-align: center;
}

.nd-result-card img {
  width: 54px;
  margin: 0 auto;
  position: absolute;
  left: 50%;
  top: 0;
  transform: translate(-50%, -50%);
}

.nd-result-card p {
  color: #1f2d47;
  line-height: 1.25;
}

.nd-results-block > .nd-center-copy {
  margin-top: 34px;
  text-align: center;
}

.nd-results-block > .nd-center-actions {
  margin-top: 26px;
}

.nd-results-implementation > .nd-center-copy {
  margin-top: 30px;
  text-align: center;
  max-width: 760px;
  margin-left: auto;
  margin-right: auto;
}

.nd-built-for {
  margin: 20px;
  border-radius: 14px;
  padding: 150px 0 66px;
  background: linear-gradient(180deg, #e9f4fb 0%, #ffffff 100%);
}

.nd-role-grid {
  margin-top: 26px;
  display: grid;
  grid-template-columns: repeat(6, max-content);
  justify-content: center;
  gap: 40px;
}

.nd-role-item {
  position: relative;
  border: 1px solid rgba(0, 122, 255, 0.2);
  border-radius: 16px;
  background: #fff;
  min-height: 64px;
  padding: 10px 16px 10px 58px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 12px;
  width: auto;
  grid-column: span 2;
}

.nd-role-item:nth-child(4) {
  grid-column: 2 / span 2;
}

.nd-role-item:nth-child(5) {
  grid-column: 4 / span 2;
}

.nd-role-item img {
  position: absolute;
  left: -20px;
  top: 50%;
  transform: translateY(-50%);
  width: 52px;
  height: 52px;
}
.nd-role-grid {
  row-gap: 20px;
}

.nd-role-item span {
  font-size: 15px;
  color: #111827;
  font-weight: 600;
  line-height: 1.15;
  text-align: left;
}

.nd-built-for .nd-center-copy {
  max-width: 760px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.nd-built-for h2 {
  margin-bottom: 30px;
}

.nd-bottom-cta {
  margin: 20px;
  width: auto;
  border-radius: 16px;
  overflow: hidden;
  padding: 150px 24px;
  color: #fff;
  background: #00c0ed url("../image/new-designs/bottom-cta.png") center/cover no-repeat;
}
section.nd-bottom-cta h2 span {
  color: #00c0ed;
  -webkit-background-clip: border-box;
  background-clip: border-box;
  -webkit-text-fill-color: currentColor;
  background: none;
}
.nd-bottom-cta h2 {
  color: #fff;
  max-width: 900px;
  margin: 0 auto;
  text-align: center;
  line-height: 1.15;
}
a.nd-btn.nd-btn-soft {
    background: transparent;
    color: white;
}
 body.new-design-home.nd-onboarding-page .nd-onb-bottom {
    padding-top: 100px;
    padding-bottom: 100px;
}
.nd-bottom-cta p {
  margin:50px 0px;
  text-align: center;
  color: #ebf5ff;
  font-size: 24px;
  font-weight: 700;
}
footer.nd-footer {
    padding-top: 1px;
}
.nd-bottom-cta .nd-btn-soft {
  color: #ffffff;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.45);
}

.nd-bottom-cta .nd-center-actions {
  margin-top: 20px;
}

.nd-bottom-cta .nd-btn {
  min-width: 250px;
}

.nd-footer {
  margin-top: 24px;
  background: #ffffff;
  color: #000000;
  padding: 22px 0;
}

.nd-footer-inner {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  flex-wrap: wrap;
}

.nd-footer p {
  font-size: 16px;
  color: #000000;
  text-align: center;
}

.nd-footer-links {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 16px;
}

.nd-footer-links a {
  color: #cfe3ff;
  font-size: 14px;
}

.nd-footer-links a:hover {
  color: #fff;
}

@media (max-width: 1100px) {
  .nd-hero-wrap {
    margin: 28px 18px 0;
  }
header.nd-site-header {
    padding: 0px 0px;
}
  .nd-nav-group {
    position: absolute;
    top: calc(100% + 10px);
    left: 16px;
    right: 16px;
    border-radius: 16px;
    border: 1px solid rgba(255, 255, 255, 0.25);
    background: rgba(8, 48, 147, 0.94);
    padding: 14px;
    flex-direction: column;
    align-items: stretch;
    gap: 12px;
    display: none;
  }

  .nd-nav-group.is-open {
    display: flex;
  }

  .nd-main-nav {
    flex-wrap: wrap;
    gap: 10px;
    justify-content: flex-start;
  }

  .nd-main-nav a {
    font-size: 14px;
  }

  .nd-login-row {
    justify-content: flex-start;
  }

  .nd-menu-toggle {
    display: inline-flex;
  }

  .nd-hero {
    padding: 34px 20px 22px;
    min-height: 560px;
    aspect-ratio: auto;
  }

  .nd-grid-two {
    grid-template-columns: 1fr;
  }

  .nd-system-row {
    gap: 20px;
  }

  .nd-revenue {
    margin: 0;
    border-radius: 0;
    padding: 48px 0 46px;
  }

  .nd-revenue-grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .nd-dark-block {
    margin: 28px 18px 0;
    padding: 48px 0 34px;
  }

  .nd-support {
    margin: 18px;
    padding: 56px 0 44px;
  }

  .nd-built-for {
    margin: 18px;
    padding: 56px 0 44px;
  }

  .nd-results-intro {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .nd-results-intro h2,
  .nd-results-intro p {
    text-align: center;
  }

  .nd-compare-grid,
  .nd-stat-grid,
  .nd-tier-grid,
  .nd-result-grid {
    grid-template-columns: 1fr 1fr;
  }

  .nd-role-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .nd-role-item:nth-child(4),
  .nd-role-item:nth-child(5) {
    grid-column: auto;
  }
}

@media (max-width: 700px) {
  .nd-hero-wrap {
    margin: 14px 10px 0;
    border-radius: 14px;
  }

  .nd-shell,
  .nd-narrow {
    width: calc(100% - 20px);
  }

  .nd-section {
    padding: 56px 0;
  }

  .nd-bottleneck .nd-grid-two {
    grid-template-columns: 100%;
    gap: 24px;
  }

  .nd-header-inner {
    padding: 10px 12px;
  }
.nd-bottleneck .nd-grid-two {
    padding-left: 20px;
    padding-right: 20px;
}
.nd-shell, .nd-narrow {
    width: 100%;
}
  .nd-logo img {
    width: 96px;
  }
.nd-shell.nd-narrow {
    padding-left: 20px;
    padding-right: 20px;
}
  .nd-btn {
    width: 100%;
    justify-content: center;
    padding: 11px 12px;
    text-align: center;
  }

  .nd-hero h1 {
    font-size: clamp(31px, 9vw, 43px);
  }

  .nd-hero-content > p {
    font-size: 15px;
  }

  .new-design-home h2 {
    font-size: clamp(28px, 8.2vw, 40px);
  }

  .nd-time-drains h3,
  .nd-system h3,
  .nd-dark-block h3,
  .nd-launch-inner > h3,
  .nd-results-heading,
  .nd-tier-card h3,
  .nd-stat-card h3,
  .nd-launch-card h4,
  .nd-compare-card h3 {
    font-size: 22px;
  }

  .nd-system .nd-check-list li {
    font-size: 16px;
  }

  .nd-launch-grid,
  .nd-compare-grid,
  .nd-stat-grid,
  .nd-tier-grid,
  .nd-result-grid,
  .nd-role-grid {
    grid-template-columns: 1fr;
  }

  .nd-role-item:nth-child(4),
  .nd-role-item:nth-child(5) {
    grid-column: auto;
  }

  .nd-role-grid {
    justify-content: stretch;
    gap: 12px;
  }

  .nd-role-item {
    grid-column: auto;
    width: 100%;
  }

  .nd-launch-card:nth-child(1)::after,
  .nd-launch-card:nth-child(3)::after {
    content: none;
  }

  .nd-revenue {
    margin: 0;
    border-radius: 0;
    padding: 38px 0 34px;
  }

  .nd-dark-block {
    margin: 14px 10px 0;
    border-radius: 12px;
    padding: 40px 0 26px;
  }

  .nd-support {
    margin: 10px;
    border-radius: 12px;
    padding: 42px 0 32px;
  }

  .nd-built-for {
    margin: 10px;
    border-radius: 12px;
    padding: 42px 0 32px;
  }

  .nd-results-block {
    margin-top: 52px;
  }

  .nd-launch-wrap {
    padding: 16px;
  }

  .nd-bottom-cta {
    margin: 10px;
    width: auto;
    padding: 52px 0px;
  }

  .nd-bottom-cta p {
    font-size: 25px;
  }
.nd-result-grid {
 
    gap: 40px;
}
.nd-role-grid {
    padding: 0px 30px;
}
    .nd-bottom-cta p {
        font-size: 15px;
    }
 
  .nd-footer-inner {
    align-items: flex-start;
  }
  .nd-dark-block .nd-grid-two {
    padding: 30px;
}
  .nd-btn {
    font-size:15px;
  }

.nd-hero {
    padding-bottom: 220px;
    background-size: contain;
}
section.nd-hero-wrap {
    background-size: 270%;
    background-repeat: no-repeat;
    background-position: bottom;
    background-color: #073e81;
}
header.nd-site-header {
    padding: 0px 10px;
}
nav.nd-main-nav > a {
    display: block;
    width: 100%;
    font-size: 15px;
}
.nd-login-row a {
    font-size: 14px;
}
nav.nd-main-nav .nd-actions {
    margin-top: 20px;
}

    .nd-main-nav {
        flex-wrap: wrap;
        gap: 15px;
        justify-content: flex-start;
    }
    .nd-login-row {
        justify-content: flex-end;
    }
}

/* Onboarding page */
.nd-onboarding-page .agrippon_hero.new-hero {
  margin-top: 0;
}

.nd-onb-main {
  background: linear-gradient(180deg, #e9f4fb 0%, #ffffff 100%);
}

.nd-onboarding-page .nd-hero-wrap {
  background: #1152cc url("../hero-onboarding.png") center/cover no-repeat;
}

.nd-onb-hero {
  color: #fff;
  text-align: center;
}

.nd-onb-hero .nd-center-actions {
  margin-top: 20px;
}

.nd-onb-btn {
  padding-left: 24px;
  padding-right: 24px;
}

.nd-onb-hero-media {
  max-width: 860px;
  margin: 24px auto 0;
  border-radius: 16px;
  overflow: hidden;
  border: 1px solid rgba(201, 219, 255, 0.5);
  box-shadow: 0 18px 40px rgba(8, 61, 164, 0.22);
}

.nd-onb-hero-media img {
  width: 100%;
  height: 260px;
  object-fit: cover;
}

.nd-onb-setup h2,
.nd-onb-path h2,
.nd-onb-replace h2,
.nd-onb-support h2 {
  text-align: left;
}

.nd-onb-setup .nd-grid-two {
  padding: 0;
  color: var(--nd-ink);
  grid-template-columns: 55% 40%;
}

.nd-onb-setup {
  background: #ffffff;
}

.nd-onb-setup .nd-card {
  background: transparent;
  border: 0;
  box-shadow: none;
  padding: 0;
}

.nd-onb-path h2,
.nd-onb-support h2 {
  text-align: center;
}
.nd-onb-mark img {
    width: 90%;
}

.nd-onb-replace .nd-grid-two {
    align-items: center;
    grid-template-columns: 54% 46%;
}

.nd-onb-replace {
  background: none;
}

.nd-onb-replace h2 {
  font-size: clamp(28px, 3.2vw, 42px);
}

.nd-onb-list-card h3 {
  font-size: 18px;
  color: #000;
  margin-bottom: 14px;
}

.nd-onb-list-card ul {
  list-style: none;
  padding: 0;
  display: grid;
  gap: 10px;
}

.nd-onb-list-card li,
.nd-onb-bottom .nd-check-list li {
  position: relative;
  padding-left: 18px;
}

.nd-onb-list-card li::before,
.nd-onb-bottom .nd-check-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 10px;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #00c0ed;
}
section#guided-launch .nd-launch-wrap {
    background: transparent;
}
section.nd-section.nd-revenue.nd-onb-path {
  background-color: #edf4fb;
  background-image: url("../table-bg.jpg?ver=2") !important;
  background-position: center;
    background-size: 100% 100%;
  background-repeat: no-repeat;
}
section.nd-section.nd-revenue.nd-onb-path {
    margin: 0px;
}
section#guided-launch .nd-launch-wrap {
    padding-top: 100px;
    padding-bottom: 100px;
}
body #guided-launch {
    margin: 0px;
    padding: 0;
}
.nd-onb-table-wrap {
    margin-top: 26px;
    border-radius: 18px;
    background: #ffffff;
    border: 2px solid transparent;
    box-shadow: 0 0 0 10px rgb(255 255 255 / 20%), 0 16px 30px rgb(255 255 255 / 18%);
    overflow: auto;
}

.nd-onb-table {
  width: 100%;
  border-collapse: collapse;
  min-width: 860px;
}

.nd-onb-table th {
  padding: 20px 14px;
  font-size: 15px;
  line-height: 1.25;
  text-align: center;
  color: #2065d1;
  border-bottom: 2px solid #dce9f8;
    border-right: 2px solid #ffffff;
    background: #c8dced66;
  font-weight: 500;
}

.nd-onb-table th:last-child {
  border-right: 0;
}

.nd-onb-table td {
  padding: 30px 26px;
  vertical-align: top;
  text-align: center;
  font-size: 15px;
  line-height: 1.45;
  color: #243247;
  border-top: 0;
  font-weight: 300;
}

.nd-onb-gap-copy {
  margin-top: 40px;
  margin-bottom: 24px;
}

.nd-support .nd-onb-gap-copy {
  margin-top: 40px !important;
}

.nd-onb-foot-note {
  margin-top: 18px;
}

.nd-onb-left-cta {
  justify-content: flex-start;
  margin: 18px 0 12px;
}

.nd-onb-mark {
  display: flex;
  justify-content: center;
  align-items: center;
}

.nd-onb-mark-image {
  width: min(340px, 85%);
  height: auto;
}

.nd-onb-support {
  background: url("../image/new-designs/gradient-fill.jpg") center/cover no-repeat;
}

.nd-onb-tier-grid .nd-tier-card {
  min-height: 182px;
}

.nd-onb-bottom {
  margin-top: 20px;
  padding: 78px 0 34px;
  background: #1152cc url("../image/new-designs/bottom-cta.png") center/cover no-repeat;
}

.nd-onb-bottom .nd-grid-two {
  align-items: flex-start;
}

.nd-onb-bottom .nd-check-list {
  margin-top: 12px;
  list-style-type: disc;
  padding-left: 18px;
}

.nd-onb-bottom .nd-check-list li {
  position: static;
  padding-left: 0;
}

.nd-onb-bottom .nd-check-list li::before {
  content: none;
}

.nd-onb-bottom .nd-check-list li::marker {
  color: #00c0ed;
  font-size: 1.25em;
}

.nd-onb-bottom .nd-center-actions {
  margin-top: 26px;
}

.nd-onb-bottom .nd-center-copy,
.nd-onb-bottom-note {
  color: rgba(231, 242, 255, 0.95);
  margin-top: 28px;
}

.nd-onb-bottom-note {
  text-align: center !important;
  max-width: 760px;
  margin: 40px auto 0 !important;
  width: 100%;
}

section.nd-section.nd-dark-block.nd-onb-bottom .nd-onb-bottom-note {
  text-align: center !important;
  margin: 40px auto 0 !important;
}

@media (max-width: 980px) {
  .nd-onb-hero-media img {
    height: 220px;
  }
}

@media (max-width: 700px) {
  .nd-onboarding-page .nd-hero-wrap,
  .nd-onb-bottom {
    margin-left: 10px;
    margin-right: 10px;
  }

  .nd-onb-hero-media img {
    height: 180px;
  }

  .nd-onb-setup h2,
  .nd-onb-replace h2 {
    text-align: center;
  }

  .nd-onb-setup .nd-grid-two {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .nd-onb-replace .nd-grid-two {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .nd-onb-left-cta {
    justify-content: center;
  }

  .nd-onb-mark-image {
    width: min(270px, 82%);
  }
  body.new-design-home.nd-onboarding-page .nd-onb-hero {
    padding-bottom: 360px;
}
body.new-design-home.nd-onboarding-page section.nd-hero-wrap {
    background-position: 65% 100%;
}
body.new-design-home.nd-onboarding-page section.nd-section.nd-bottleneck.nd-onb-setup {
    padding-left: 20px;
    padding-right: 20px;
}
section.nd-section.nd-dark-block.nd-onb-bottom {
    padding-left: 20px;
    padding-right: 20px;
}
}
