.elementor-1556 .elementor-element.elementor-element-3bb9864{--display:flex;}.elementor-1556 .elementor-element.elementor-element-3c8a4b0{width:100%;max-width:100%;margin:-120px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;}.elementor-1556 .elementor-element.elementor-element-6e92347{width:100%;max-width:100%;}.elementor-1556 .elementor-element.elementor-element-514d8c6{width:100%;max-width:100%;}.elementor-1556 .elementor-element.elementor-element-b4c3fb8{width:100%;max-width:100%;}.elementor-1556 .elementor-element.elementor-element-37d34c0{width:100%;max-width:100%;}.elementor-1556 .elementor-element.elementor-element-7b7c532{width:100%;max-width:100%;}.elementor-1556 .elementor-element.elementor-element-19a80a8{width:100%;max-width:100%;}.elementor-1556 .elementor-element.elementor-element-a3ad833{width:100%;max-width:100%;}:root{--page-title-display:none;}body.elementor-page-1556{margin:0px 0px 0px 0px;}/* Start custom CSS */* {
            margin: 0;
            padding: 0;
            box-sizing: border-box;
        }
        body {
            font-family: 'Barlow', sans-serif;
            color: #333;
            line-height: 1.6;
        }
        a.fmia-btn-outline-white {
            background: transparent;
            color: white;
            font-family: 'Barlow', sans-serif;
            font-size: 14px;
            font-weight: 600;
            padding: 13px 28px;
            border: 2px solid rgba(255, 255, 255, .4);
            border-radius: 40px !important;
            cursor: pointer;
            text-decoration: none;
            display: inline-flex;
            align-items: center;
            gap: 8px;
            transition: border-color .2s, background .2s;
        }
        
        /* Hero Section */
        .ae-hero {
            position: relative;
            min-height: 480px;
            overflow: hidden;
            background: #0e2a4a;
        }
        .ae-hero-bg {
            position: absolute;
            inset: 0;
            background: url('YOUR-HERO-PHOTO-URL') center/cover no-repeat;
            opacity: .20;
        }
        .ae-hero-overlay {
            position: absolute;
            inset: 0;
            background: linear-gradient(to right, rgba(10,22,42,.94) 50%, rgba(10,22,42,.5));
        }
        .ae-hero-inner {
            position: relative;
            max-width: 1200px;
            margin: 0 auto;
            padding: 180px 48px 64px;
        }
        .ae-hero-content {
            max-width: 720px;
        }
        .ae-hero-eyebrow {
            font-family: 'Barlow Condensed', sans-serif;
            font-size: 12px;
            font-weight: 700;
            letter-spacing: .18em;
            text-transform: uppercase;
            color: #e67e00;
            margin-bottom: 14px;
            display: block;
            animation: aeFadeUp .6s .1s both;
        }
        h1.ae-hero-title {
            font-family: "Baskervville", serif;
            font-size: 50px;
            font-weight: 400;
            font-style: italic;
            color: #fff;
            line-height: 1.1;
            margin-bottom: 20px;
            animation: aeFadeUp .6s .25s both;
        }
        .ae-hero-inner .ae-body-text {
            max-width: 700px;
            margin-bottom: 36px;
            animation: aeFadeUp .6s .4s both;
            color: #fff;
            font-size: 16px;
        }
        .ae-hero-actions {
            display: flex;
            gap: 14px;
            flex-wrap: wrap;
            animation: aeFadeUp .6s .55s both;
        }
        .ae-btn-primary {
            background: #e67e00;
            color: white;
            padding: 12px 32px;
            border-radius: 40px;
            border: none;
            font-weight: 600;
            cursor: pointer;
            text-decoration: none !important;
            display: inline-flex;
            align-items: center;
            gap: 8px;
            font-size: 14px;
            transition: background .3s, transform .2s;
        }
        .ae-btn-primary:hover {
            background: #d46b00;
            transform: translateY(-2px);
        }
        .ae-btn-secondary {
            background: transparent;
            color: white;
            padding: 12px 32px;
            border-radius: 40px;
            border: 2px solid rgba(255,255,255,.4);
            font-weight: 600;
            cursor: pointer;
            text-decoration: none !important;
            display: inline-flex;
            align-items: center;
            gap: 8px;
            font-size: 14px;
            transition: border-color .3s, transform .2s;
        }
        .ae-btn-secondary:hover {
            border-color: white;
            transform: translateY(-2px);
        }
        @keyframes aeFadeUp {
            from {
                opacity: 0;
                transform: translateY(18px);
            }
            to {
                opacity: 1;
                transform: translateY(0);
            }
        }
        /* Intro Section */
        .ae-intro {
            display: grid;
            grid-template-columns: 1fr 1fr;
            gap: 64px;
            max-width: 1200px;
            margin: 80px auto;
            padding: 0 48px;
            align-items: center;
        }
        .ae-intro-text {
            padding-right: 16px;
        }
        .ae-section-eyebrow {
            font-family: 'Barlow Condensed', sans-serif;
            font-size: 12px;
            font-weight: 700;
            letter-spacing: .18em;
            text-transform: uppercase;
            color: #e67e00;
            margin-bottom: 14px;
            display: block;
        }
        .ae-section-title {
            font-family: "Baskervville", serif;
            font-size: 42px;
            font-weight: 400;
            font-style: italic;
            color: #2e7ba9;
            line-height: 1.15;
            margin-bottom: 28px;
        }
        .ae-section-text {
            font-size: 15px;
            color: #556677;
            line-height: 1.7;
            margin-bottom: 20px;
        }
        .ae-intro-visual {
            position: relative;
            padding-bottom: 20px;
            padding-left: 20px;
        }
        .ae-intro-visual img {
            width: 100%;
            border-radius: 6px;
            display: block;
            box-shadow: 0 20px 60px rgba(14,42,74,.18);
        }
        .ae-intro-ph {
            background: #d4e8f0;
            border-radius: 6px;
            min-height: 380px;
            display: flex;
            flex-direction: column;
            align-items: center;
            justify-content: center;
            gap: 10px;
            box-shadow: 0 20px 60px rgba(14,42,74,.18);
        }
        .ae-intro-ph-icon {
            font-size: 36px;
            opacity: .35;
        }
        .ae-intro-ph-label {
            font-family: 'Barlow Condensed', sans-serif;
            font-size: 11px;
            font-weight: 700;
            letter-spacing: .12em;
            text-transform: uppercase;
            color: #7090a8;
            text-align: center;
        }
        .ae-badge {
            position: absolute;
            bottom: 0;
            left: 0;
            background: #1a6faf;
            color: white;
            padding: 20px 24px;
            border-radius: 6px;
            box-shadow: 0 8px 24px rgba(26,111,175,.35);
        }
        .ae-badge strong {
            font-family: 'Barlow Condensed', sans-serif;
            font-size: 22px;
            font-weight: 800;
            display: block;
            line-height: 1.2;
        }
        .ae-badge span {
            font-size: 11px;
            font-weight: 600;
            text-transform: uppercase;
            letter-spacing: .08em;
            opacity: .9;
        }
        /* Overview Section */
        .ae-overview-wrap {
            max-width: 1200px;
            margin: 0 auto;
            padding: 80px 48px;
        }
        .ae-overview-header {
            margin-bottom: 56px;
        }
        .ae-overview-grid {
            display: grid;
            grid-template-columns: repeat(3, 1fr);
            gap: 28px;
        }
        .ae-overview-card {
            background: white;
            border-radius: 8px;
            padding: 32px 28px;
            box-shadow: 0 2px 16px rgba(14,42,74,.07);
            transition: transform .25s, box-shadow .25s;
            border-left: 4px solid #e67e00;
        }
        .ae-overview-card:hover {
            transform: translateY(-4px);
            box-shadow: 0 12px 36px rgba(14,42,74,.13);
        }
        .ae-overview-card h3 {
            font-family: 'Barlow Condensed', sans-serif;
            font-size: 18px;
            font-weight: 700;
            text-transform: uppercase;
            letter-spacing: .05em;
            color: #0e2a4a;
            margin-bottom: 12px;
        }
        .ae-overview-card p {
            font-size: 14px;
            color: #556677;
            line-height: 1.65;
        }
        /* Core Components Section */
        .ae-components-wrap {
            max-width: 1200px;
            margin: 0 auto;
            padding: 80px 48px;
            background: #f8f9fb;
            border-radius: 8px;
        }
        .ae-components-header {
            text-align: center;
            margin-bottom: 56px;
        }
        .ae-components-grid {
            display: grid;
            grid-template-columns: 1fr 1fr;
            gap: 28px;
        }
        .ae-component-item {
            background: white;
            padding: 32px;
            border-radius: 8px;
            border-left: 4px solid #e67e00;
            box-shadow: 0 2px 8px rgba(14,42,74,.05);
            transition: box-shadow .3s;
        }
        .ae-component-item:hover {
            box-shadow: 0 8px 20px rgba(14,42,74,.1);
        }
        .ae-component-item h4 {
            font-family: 'Barlow Condensed', sans-serif;
            font-size: 16px;
            font-weight: 700;
            text-transform: uppercase;
            letter-spacing: .05em;
            color: #0e2a4a;
            margin-bottom: 12px;
        }
        .ae-component-item p {
            font-size: 14px;
            color: #556677;
            line-height: 1.7;
        }
        /* Implementation Section */
        .ae-implementation-wrap {
            max-width: 1200px;
            margin: 0 auto;
            padding: 80px 48px;
            display: grid;
            grid-template-columns: 1fr 1fr;
            gap: 64px;
            align-items: center;
        }
        .ae-implementation-text .ae-section-title {
            color: #0e2a4a;
        }
        .ae-implementation-visual {
            position: relative;
            padding-bottom: 20px;
            padding-left: 20px;
        }
        .ae-implementation-visual img {
            width: 100%;
            border-radius: 6px;
            display: block;
            box-shadow: 0 20px 60px rgba(14,42,74,.18);
        }
        /* Steps Section */
        .ae-steps-wrap {
            max-width: 1200px;
            margin: 0 auto;
            padding: 80px 48px;
            background: #f8f9fb;
            border-radius: 8px;
        }
        .ae-steps-header {
            text-align: center;
            margin-bottom: 56px;
        }
        .ae-steps-list {
            display: grid;
            grid-template-columns: 1fr;
            gap: 28px;
        }
        .ae-step-item {
            background: white;
            padding: 32px;
            border-radius: 8px;
            border-left: 4px solid #e67e00;
            box-shadow: 0 2px 8px rgba(14,42,74,.05);
            transition: box-shadow .3s;
        }
        .ae-step-item:hover {
            box-shadow: 0 8px 20px rgba(14,42,74,.1);
        }
        .ae-step-item h4 {
            font-family: 'Barlow Condensed', sans-serif;
            font-size: 18px;
            font-weight: 700;
            text-transform: uppercase;
            letter-spacing: .05em;
            color: #0e2a4a;
            margin-bottom: 12px;
        }
        .ae-step-item p {
            font-size: 15px;
            color: #556677;
            line-height: 1.7;
        }
        /* Resources Section */
        .ae-resources-wrap {
            max-width: 1200px;
            margin: 0 auto;
            padding: 72px 48px;
            background: linear-gradient(135deg, #0e2a4a 0%, #163a61 100%);
            border-radius: 8px;
        }
        .ae-resources-wrap h2 {
            font-family: 'Barlow Condensed', sans-serif;
            font-size: 32px;
            font-weight: 700;
            text-transform: uppercase;
            color: white;
            margin-bottom: 28px;
            letter-spacing: .05em;
        }
        .ae-resources-content {
            display: grid;
            grid-template-columns: 1fr 1fr;
            gap: 32px;
        }
        .ae-resource-item {
            background: rgba(255,255,255,.08);
            padding: 28px;
            border-radius: 6px;
            border-left: 4px solid #e67e00;
        }
        .ae-resource-item h3 {
            font-family: 'Barlow', sans-serif;
            font-size: 18px;
            font-weight: 700;
            color: white;
            margin-bottom: 12px;
        }
        .ae-resource-item p {
            font-size: 14px;
            color: #fff;
            line-height: 1.65;
            margin-bottom: 14px;
        }
        .ae-resource-link {
            display: inline-block;
            color: #e67e00;
            font-weight: 600;
            text-decoration: none;
            transition: color .3s;
            font-size: 14px;
        }
        .ae-resource-link:hover {
            color: #fff;
        }
        /* CTA Section */
        .ae-cta-wrap {
            position: relative;
            padding: 72px 48px;
            text-align: center;
            overflow: hidden;
            background: linear-gradient(135deg, #0e2a4a 0%, #163a61 100%);
            margin-top: 80px;
        }
        .ae-cta-inner {
            position: relative;
            max-width: 850px;
            margin: 0 auto;
        }
        .ae-cta-inner h2 {
            font-family: 'Baskervville', serif;
            font-size: 42px;
            font-weight: 400;
            font-style: italic;
            color: white;
            line-height: 1.2;
            margin-bottom: 16px;
        }
        .ae-cta-inner p {
            font-size: 16px;
            color: #fff;
            margin-bottom: 36px;
            line-height: 1.6;
        }
        .ae-cta-actions {
            display: flex;
            gap: 16px;
            justify-content: center;
            flex-wrap: wrap;
        }
        /* Responsive */
        @media (max-width: 768px) {
            .ae-hero-inner {
                padding: 48px 24px 40px;
            }
            h1.ae-hero-title {
                font-size: 34px;
            }
            .ae-intro {
                grid-template-columns: 1fr;
                gap: 40px;
                padding: 40px 24px;
                margin: 0;
            }
            .ae-section-title {
                font-size: 32px;
            }
            .ae-overview-grid {
                grid-template-columns: 1fr;
            }
            .ae-overview-wrap {
                padding: 48px 24px;
            }
            .ae-components-grid {
                grid-template-columns: 1fr;
            }
            .ae-components-wrap {
                padding: 48px 24px;
            }
            .ae-implementation-wrap {
                grid-template-columns: 1fr;
                gap: 40px;
                padding: 48px 24px;
            }
            .ae-steps-wrap {
                padding: 48px 24px;
            }
            .ae-resources-wrap {
                padding: 48px 24px;
            }
            .ae-resources-content {
                grid-template-columns: 1fr;
            }
            .ae-cta-wrap {
                padding: 48px 24px;
            }
            .ae-cta-inner h2 {
                font-size: 28px;
            }
        }/* End custom CSS */