.elementor-2058 .elementor-element.elementor-element-6a3d6c54{--display:flex;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-2058 .elementor-element.elementor-element-7110680d{padding:0px 0px 0px 0px;}.elementor-2058 .elementor-element.elementor-element-3bccf9f4{--display:flex;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}/* Start custom CSS for html, class: .elementor-element-7110680d */.ge-article-hero {
  --ge-blue: #0d27d9;
  --ge-navy: #06163a;
  --ge-yellow: #f2c200;
  --ge-white: #ffffff;
  --ge-max-width: 1280px;

  position: relative;
  min-height: 560px;
  padding: clamp(110px, 10vw, 160px) 24px 60px;
  display: flex;
  align-items: flex-end;
  overflow: hidden;
  isolation: isolate;
  background: #071a5c;
}

.ge-article-hero__bg {
  position: absolute;
  inset: 0;
  z-index: -3;
  background-image: url("https://images.unsplash.com/photo-1504917595217-d4dc5ebe6122?auto=format&fit=crop&w=1800&q=80");
  background-size: cover;
  background-position: center;
  transform: scale(1.04);
}

.ge-article-hero__overlay {
  position: absolute;
  inset: 0;
  z-index: -2;
  background: linear-gradient(180deg, rgba(6,22,58,.24) 0%, rgba(6,22,58,.62) 48%, rgba(6,22,58,.94) 100%);
}

.ge-article-hero__inner {
  width: 100%;
  max-width: var(--ge-max-width);
  margin: 0 auto;
}

.ge-article-hero__content {
  max-width: 900px;
}

.ge-article-hero__eyebrow,
.ge-article-body__sidebar-label,
.ge-article-related__eyebrow,
.ge-article-cta__eyebrow {
  margin: 0 0 10px;
  color: #0d27d9;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .14em;
  text-transform: uppercase;
}

.ge-article-hero__eyebrow {
  color: rgba(255,255,255,.82);
}

.ge-article-hero__meta {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 16px;
}

.ge-article-hero__meta span {
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  padding: 0 12px;
  border-radius: 999px;
  background: rgba(255,255,255,.12);
  color: #fff;
  font-size: 13px;
  font-weight: 700;
  backdrop-filter: blur(8px);
}

.ge-article-hero__title {
  margin: 0 0 18px;
  color: #fff;
  font-size: clamp(38px, 5.4vw, 76px);
  line-height: .98;
  font-weight: 800;
  letter-spacing: -.04em;
  max-width: 13ch;
}

.ge-article-hero__text {
  margin: 0;
  max-width: 62ch;
  color: rgba(255,255,255,.9);
  font-size: clamp(16px, 1.3vw, 19px);
  line-height: 1.75;
}

.ge-article-body,
.ge-article-related {
  --ge-blue: #0d27d9;
  --ge-navy: #06163a;
  --ge-text: #0d1730;
  --ge-muted: #667085;
  --ge-surface: #fff;
  --ge-border: rgba(13,23,48,.08);
  --ge-shadow: 0 16px 40px rgba(7,22,58,.08);
  --ge-max-width: 1280px;

  padding: 72px 24px;
  background: linear-gradient(180deg, #eef3ff 0%, #f8faff 100%);
}

.ge-article-body__shell {
  width: 100%;
  max-width: var(--ge-max-width);
  margin: 0 auto;
  display: grid;
  grid-template-columns: 280px minmax(0, 1fr);
  gap: 28px;
  align-items: start;
}

.ge-article-body__sidebar {
  position: sticky;
  top: 120px;
}

.ge-article-body__sidebar-card,
.ge-article-body__content,
.ge-article-related-card {
  background: var(--ge-surface);
  border: 1px solid var(--ge-border);
  border-radius: 28px;
  box-shadow: var(--ge-shadow);
}

.ge-article-body__sidebar-card {
  padding: 22px;
}

.ge-article-body__detail {
  padding: 14px 0;
  border-top: 1px solid var(--ge-border);
}

.ge-article-body__detail span {
  display: block;
  color: var(--ge-muted);
  font-size: 13px;
  margin-bottom: 4px;
}

.ge-article-body__detail strong {
  color: var(--ge-navy);
  font-size: 15px;
}

.ge-article-body__back-link {
  display: inline-flex;
  margin-top: 18px;
  color: var(--ge-blue);
  font-weight: 800;
  text-decoration: none;
}

.ge-article-body__content {
  overflow: hidden;
}

.ge-article-body__featured-image {
  aspect-ratio: 16 / 8;
  background: #dfe7ff;
}

.ge-article-body__featured-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.ge-article-body__copy {
  padding: clamp(28px, 4vw, 52px);
  color: var(--ge-text);
}

.ge-article-body__copy p {
  margin: 0 0 20px;
  color: var(--ge-muted);
  font-size: 18px;
  line-height: 1.85;
}

.ge-article-body__copy .ge-article-body__lead {
  color: var(--ge-navy);
  font-size: clamp(22px, 2vw, 30px);
  line-height: 1.4;
  font-weight: 700;
}

.ge-article-body__copy h2 {
  margin: 34px 0 14px;
  color: var(--ge-navy);
  font-size: clamp(28px, 2.6vw, 42px);
  line-height: 1.08;
  letter-spacing: -.03em;
}

.ge-article-body__copy blockquote {
  margin: 32px 0;
  padding: 28px;
  border-radius: 24px;
  background: linear-gradient(135deg, #071a5c 0%, #0d27d9 100%);
  color: #fff;
  font-size: clamp(22px, 2.2vw, 34px);
  line-height: 1.35;
  font-weight: 800;
}

.ge-article-related {
  padding-top: 0;
}

.ge-article-related__shell {
  width: 100%;
  max-width: var(--ge-max-width);
  margin: 0 auto;
}

.ge-article-related__head {
  margin-bottom: 24px;
}

.ge-article-related__title {
  margin: 0;
  color: var(--ge-navy);
  font-size: clamp(30px, 3vw, 44px);
  line-height: 1.08;
  font-weight: 800;
  max-width: 14ch;
  letter-spacing: -.03em;
}

.ge-article-related__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
}

.ge-article-related-card {
  overflow: hidden;
  text-decoration: none;
  display: flex;
  flex-direction: column;
  transition: transform .25s ease, box-shadow .25s ease;
}

.ge-article-related-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 20px 44px rgba(7,22,58,.12);
}

.ge-article-related-card img {
  width: 100%;
  aspect-ratio: 16 / 10;
  object-fit: cover;
}

.ge-article-related-card__category {
  margin: 18px 18px 8px;
  color: var(--ge-blue);
  font-size: 11px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: .12em;
}

.ge-article-related-card h3 {
  margin: 0 18px 16px;
  color: var(--ge-navy);
  font-size: 20px;
  line-height: 1.2;
  font-weight: 800;
}

.ge-article-related-card p {
  margin: auto 18px 18px;
  color: var(--ge-blue);
  font-size: 14px;
  font-weight: 800;
}

.ge-article-cta {
  --ge-max-width: 1280px;
  padding: 0 24px 80px;
  background: linear-gradient(180deg, #f8faff 0%, #e8efff 100%);
}

.ge-article-cta__shell {
  width: 100%;
  max-width: var(--ge-max-width);
  margin: 0 auto;
  padding: clamp(28px, 4vw, 42px);
  border-radius: 30px;
  background: linear-gradient(135deg, #071a5c 0%, #0d27d9 100%);
  box-shadow: 0 20px 48px rgba(7,22,58,.16);
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 28px;
  align-items: center;
}

.ge-article-cta h2 {
  margin: 0 0 14px;
  color: #fff;
  font-size: clamp(30px, 3vw, 44px);
  line-height: 1.06;
  font-weight: 800;
  letter-spacing: -.03em;
  max-width: 14ch;
}

.ge-article-cta p {
  margin: 0;
  color: rgba(255,255,255,.78);
  font-size: 16px;
  line-height: 1.75;
  max-width: 58ch;
}

.ge-article-cta__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  justify-content: flex-end;
}

.ge-article-cta-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 20px;
  border-radius: 999px;
  text-decoration: none;
  font-size: 15px;
  font-weight: 700;
}

.ge-article-cta-btn--primary {
  background: #f2c200;
  color: #06163a;
}

.ge-article-cta-btn--secondary {
  background: #fff;
  color: #071a5c;
}

.ge-article-cta-btn--ghost {
  background: rgba(255,255,255,.1);
  color: #fff;
  border: 1px solid rgba(255,255,255,.18);
}

@media (max-width: 1024px) {
  .ge-article-body__shell {
    grid-template-columns: 1fr;
  }

  .ge-article-body__sidebar {
    position: static;
  }

  .ge-article-related__grid {
    grid-template-columns: 1fr;
  }

  .ge-article-cta__shell {
    grid-template-columns: 1fr;
  }

  .ge-article-cta__actions {
    justify-content: flex-start;
  }
}

@media (max-width: 767px) {
  .ge-article-hero {
    min-height: 520px;
    padding: 90px 20px 40px;
  }

  .ge-article-body,
  .ge-article-related {
    padding: 56px 20px;
  }

  .ge-article-related {
    padding-top: 0;
  }

  .ge-article-body__copy {
    padding: 22px;
  }

  .ge-article-body__copy p {
    font-size: 16px;
    line-height: 1.75;
  }

  .ge-article-body__featured-image {
    aspect-ratio: 16 / 11;
  }

  .ge-article-cta {
    padding: 0 20px 56px;
  }

  .ge-article-cta__shell {
    padding: 22px;
    border-radius: 22px;
  }

  .ge-article-cta__actions,
  .ge-article-cta-btn {
    width: 100%;
  }
}

.ge-article-body__external {
  margin-top: 40px;
}

.ge-article-external-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 0 26px;
  border-radius: 999px;
   background: #f2c200;
  color: #06163a;
  color: #ffffff;
  font-size: 15px;
  font-weight: 800;
  text-decoration: none;
  transition: all 0.2s ease;
  box-shadow: 0 10px 24px rgba(3, 115, 252, 0.25);
}

.ge-article-external-btn:hover {
    background: #f2c200;
  color: #06163a;
  transform: translateY(-1px);
  box-shadow: 0 14px 28px rgba(3, 115, 252, 0.3);
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-45b69c77 */.ge-pipeline-cta {
  --ge-blue: #0d27d9;
  --ge-blue-dark: #071a5c;
  --ge-navy: #06163a;
  --ge-white: #ffffff;
  --ge-muted-light: rgba(255, 255, 255, 0.78);
  --ge-max-width: 1280px;

  padding: 0 24px 80px;
  background: linear-gradient(180deg, #eef3ff 0%, #e8efff 100%);
}

.ge-pipeline-cta__shell {
  width: 100%;
  max-width: var(--ge-max-width);
  margin: 0 auto;
  padding: clamp(28px, 4vw, 42px);
  border-radius: 30px;
  background: linear-gradient(135deg, #071a5c 0%, #0d27d9 100%);
  box-shadow: 0 20px 48px rgba(7, 22, 58, 0.16);
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 28px;
  align-items: center;
}

.ge-pipeline-cta__content {
  max-width: 760px;
}

.ge-pipeline-cta__eyebrow {
  margin: 0 0 10px;
  color: rgba(255, 255, 255, 0.78);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.ge-pipeline-cta__title {
  margin: 0 0 14px;
  color: var(--ge-white);
  font-size: clamp(30px, 3vw, 44px);
  line-height: 1.06;
  font-weight: 800;
  letter-spacing: -0.03em;
  max-width: 15ch;
}

.ge-pipeline-cta__text {
  margin: 0;
  color: var(--ge-muted-light);
  font-size: 16px;
  line-height: 1.75;
  max-width: 58ch;
}

.ge-pipeline-cta__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  justify-content: flex-end;
}

.ge-pipeline-cta-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 20px;
  border-radius: 999px;
  text-decoration: none;
  font-size: 15px;
  font-weight: 700;
  transition: all 0.2s ease;
}

.ge-pipeline-cta-btn:hover {
  transform: translateY(-1px);
}

.ge-pipeline-cta-btn--primary {
  background: #f2c200;
  color: #06163a;
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.18);
}

.ge-pipeline-cta-btn--primary:hover {
  background: #ffd42a;
  color: #06163a;
}

.ge-pipeline-cta-btn--secondary {
  background: #f2c200;
  color: #06163a;
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.18);
}

.ge-pipeline-cta-btn--secondary:hover {
  background: #ffd42a;
  color: #06163a;
}

.ge-pipeline-cta-btn--ghost {
  background: #f2c200;
  color: #06163a;
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.18);
}

.ge-pipeline-cta-btn--ghost:hover {
  background: #ffd42a;
  color: #06163a;
}

@media (max-width: 1024px) {
  .ge-pipeline-cta__shell {
    grid-template-columns: 1fr;
    align-items: start;
  }

  .ge-pipeline-cta__actions {
    justify-content: flex-start;
  }
}

@media (max-width: 767px) {
  .ge-pipeline-cta {
    padding: 0 20px 56px;
  }

  .ge-pipeline-cta__shell {
    padding: 22px;
    border-radius: 22px;
    gap: 20px;
  }

  .ge-pipeline-cta__text {
    font-size: 15px;
    line-height: 1.65;
  }

  .ge-pipeline-cta__actions {
    width: 100%;
  }

  .ge-pipeline-cta__actions .ge-pipeline-cta-btn {
    width: 100%;
  }
}/* End custom CSS */