.elementor-392 .elementor-element.elementor-element-62fef75{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}/* Start custom CSS for html, class: .elementor-element-470a0a1 */* {
            margin: 0;
            padding: 0;
            box-sizing: border-box;
        }
        
        body {
            font-family: Arial, sans-serif;
            font-size: 16px;
            line-height: 1.6;
            color: #333;
        }
        
        .container {
            max-width: 1200px;
            margin: 0 auto;
            padding: 0 20px;
        }
        
        header {
            background: #014274;
            color: white;
            padding: 20px 0;
        }
        
        .logo {
            font-size: 24px;
            font-weight: bold;
        }
        
        .tagline {
            font-size: 16px;
            opacity: 0.9;
        }
        
        .hero {
            background: #f8f9fa;
            padding: 60px 0;
        }
        
        .hero-content h1 {
            font-size: 32px;
            margin-bottom: 20px;
            color: #014274;
        }
        
        .hero-content p {
            font-size: 18px;
            margin-bottom: 15px;
        }
        
        .image-placeholder {
            background: #e9ecef;
            
            text-align: center;
            border-radius: 8px;
            font-size: 16px;
            color: #666;
        }
        
        section {
            padding: 50px 0;
        }
        
        .section-title {
            font-size: 28px !important;
            color: #014274;
            margin-bottom: 30px;
            text-align: center;
        }
        
        .card {
            background: white;
            padding: 30px;
            border-radius: 8px;
            box-shadow: 0 2px 10px rgba(0,0,0,0.1);
            font-size: 16px;
        }
        
        .card ul {
            margin: 15px 0;
            padding-left: 20px;
        }
        
        .card li {
            margin-bottom: 8px;
            font-size: 16px;
        }
        
        .highlight {
            background: #e8f4fd;
            padding: 15px;
            border-left: 4px solid #014274;
            margin: 20px 0;
            font-size: 16px;
        }
        
        .steps {
            display: flex;
            gap: 20px;
            margin-bottom: 30px;
        }
        
        .step {
            flex: 1;
            text-align: center;
            padding: 20px;
        }
        
        .step-number {
            background: #014274;
            color: white;
            width: 40px;
            height: 40px;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            margin: 0 auto 15px;
            font-size: 18px;
            font-weight: bold;
        }
        
        .step h3 {
            font-size: 18px;
            margin-bottom: 10px;
            color: #014274;
        }
        
        .step p {
            font-size: 16px;
        }
        
        .commitment {
            background: #f8f9fa;
            text-align: center;
        }
        
        .commitment p {
            font-size: 18px;
            max-width: 800px;
            margin: 0 auto;
        }
        
        footer {
            background: #014274;
            color: white;
            padding: 40px 0;
            text-align: center;
        }
        
        .footer-logo {
            font-size: 20px;
            font-weight: bold;
            margin-bottom: 10px;
        }
        
        .contact-info {
            margin-top: 20px;
            font-size: 16px;
        }
        
        @media (max-width: 768px) {
            .steps {
                flex-direction: column;
            }
            
            .hero-content h1 {
                font-size: 28px;
            }
            
            .section-title {
                font-size: 24px;
            }
        }/* End custom CSS */