.elementor-widget-container .eael-protected-content-message{font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-weight:var( --e-global-typography-secondary-font-weight );}.elementor-widget-container .protected-content-error-msg{font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-weight:var( --e-global-typography-secondary-font-weight );}.elementor-1959 .elementor-element.elementor-element-e0eed5b{--display:flex;}.elementor-1959 .elementor-element.elementor-element-e0eed5b:not(.elementor-motion-effects-element-type-background), .elementor-1959 .elementor-element.elementor-element-e0eed5b > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:var( --e-global-color-secondary );}.elementor-widget-html .eael-protected-content-message{font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-weight:var( --e-global-typography-secondary-font-weight );}.elementor-widget-html .protected-content-error-msg{font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-weight:var( --e-global-typography-secondary-font-weight );}:root{--page-title-display:none;}/* Start custom CSS */<style>
    :root {
      --fd-blue: #005BBB;
      --fd-yellow: #FFD500;
      --fd-light: #E8F1FF;
      --fd-dark: #123047;
      --fd-grey: #f5f5f7;
    }

    body {
      margin: 0;
      padding: 0;
      font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
      line-height: 1.6;
      color: #222;
      background-color: #ffffff;
    }

    .fd-container {
      max-width: 1100px;
      margin: 0 auto;
      padding: 2.5rem 1.5rem 4rem;
    }

    .fd-badge {
      display: inline-flex;
      align-items: center;
      gap: .5rem;
      padding: .25rem .75rem;
      border-radius: 999px;
      background: var(--fd-light);
      color: var(--fd-blue);
      font-size: .8rem;
      font-weight: 600;
      text-transform: uppercase;
      letter-spacing: .06em;
      margin-bottom: 1rem;
    }

    .fd-badge span {
      width: 8px;
      height: 8px;
      border-radius: 999px;
      background: var(--fd-yellow);
    }

    h1 {
      font-size: 2.2rem;
      margin-bottom: .5rem;
      color: var(--fd-dark);
    }

    h2 {
      font-size: 1.5rem;
      margin-top: 2.25rem;
      margin-bottom: .75rem;
      color: var(--fd-dark);
    }

    h3 {
      font-size: 1.1rem;
      margin-top: 1.5rem;
      margin-bottom: .35rem;
      color: var(--fd-blue);
    }

    p {
      margin: .4rem 0 .8rem;
    }

    .fd-lead {
      font-size: 1.03rem;
      max-width: 860px;
      color: #333;
      margin-bottom: 1.5rem;
    }

    .fd-grid-2 {
      display: grid;
      grid-template-columns: minmax(0, 1.4fr) minmax(0, 1fr);
      gap: 1.8rem;
      align-items: start;
      margin: 1.5rem 0 1rem;
    }

    @media (max-width: 800px) {
      .fd-grid-2 {
        grid-template-columns: minmax(0, 1fr);
      }
    }

    .fd-card {
      background: #ffffff;
      border-radius: 18px;
      padding: 1.25rem 1.4rem;
      box-shadow: 0 10px 30px rgba(0,0,0,.04);
      border: 1px solid #e3e8f0;
    }

    .fd-card-highlight {
      background: linear-gradient(135deg, var(--fd-light), #ffffff);
      border-color: rgba(0, 91, 187, .2);
    }

    .fd-card h3 {
      margin-top: 0;
    }

    .fd-list {
      padding-left: 1.1rem;
      margin: .2rem 0 .8rem;
    }

    .fd-list li {
      margin-bottom: .35rem;
    }

    .fd-tagline {
      font-size: .95rem;
      font-weight: 500;
      color: var(--fd-blue);
    }

    .fd-section-muted {
      background: var(--fd-grey);
      border-radius: 18px;
      padding: 1.5rem 1.6rem;
      margin-top: 1rem;
      border: 1px solid #e0e6f0;
    }

    .fd-pill {
      display: inline-block;
      padding: .25rem .7rem;
      border-radius: 999px;
      background: #ffffff;
      border: 1px solid rgba(0,0,0,.06);
      font-size: .78rem;
      margin: .15rem .3rem .15rem 0;
    }

    .fd-subtle {
      font-size: .9rem;
      color: #555;
    }

    .fd-cta-wrapper {
      margin-top: 2.5rem;
      padding-top: 1.75rem;
      border-top: 1px solid #e3e8f0;
      display: flex;
      flex-wrap: wrap;
      gap: 1rem;
      align-items: center;
      justify-content: space-between;
      row-gap: 1.5rem;
    }

    .fd-cta-buttons {
      display: flex;
      flex-wrap: wrap;
      gap: .75rem;
    }

    .fd-btn-primary,
    .fd-btn-secondary {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      padding: .7rem 1.4rem;
      border-radius: 999px;
      font-size: .9rem;
      font-weight: 600;
      text-decoration: none;
      cursor: pointer;
      border: 1px solid transparent;
      transition: transform .12s ease, box-shadow .12s ease, background-color .12s ease, border-color .12s ease;
      white-space: nowrap;
    }

    .fd-btn-primary {
      background: var(--fd-blue);
      color: #ffffff;
      box-shadow: 0 10px 25px rgba(0, 91, 187, .25);
    }

    .fd-btn-primary:hover {
      transform: translateY(-1px);
      box-shadow: 0 12px 30px rgba(0, 91, 187, .3);
    }

    .fd-btn-secondary {
      background: #ffffff;
      color: var(--fd-dark);
      border-color: #d3dae5;
    }

    .fd-btn-secondary:hover {
      background: var(--fd-light);
      border-color: var(--fd-blue);
    }

    .fd-cta-note {
      font-size: .9rem;
      color: #555;
      max-width: 420px;
    }

    .fd-kpi-row {
      display: flex;
      flex-wrap: wrap;
      gap: 1rem;
      margin-top: 1rem;
    }

    .fd-kpi {
      flex: 1 1 150px;
      min-width: 140px;
      background: #ffffff;
      border-radius: 14px;
      padding: .75rem 1rem;
      border: 1px dashed rgba(0, 91, 187, .25);
      font-size: .85rem;
    }

    .fd-kpi strong {
      display: block;
      font-size: 1.1rem;
      margin-bottom: .1rem;
      color: var(--fd-blue);
    }
  </style>/* End custom CSS */