.elementor-2448 .elementor-element.elementor-element-3f74473{--display:flex;}.elementor-widget-text-editor{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );color:var( --e-global-color-text );}.elementor-widget-text-editor.elementor-drop-cap-view-stacked .elementor-drop-cap{background-color:var( --e-global-color-primary );}.elementor-widget-text-editor.elementor-drop-cap-view-framed .elementor-drop-cap, .elementor-widget-text-editor.elementor-drop-cap-view-default .elementor-drop-cap{color:var( --e-global-color-primary );border-color:var( --e-global-color-primary );}:root{--page-title-display:none;}/* Start custom CSS for text-editor, class: .elementor-element-033986f */body {
            font-family: Georgia, 'Times New Roman', Times, serif;
            margin: 0;
            padding: 0;
            background-color: #f9f9f9;
            color: #333;
            line-height: 1.6;
        }
        .container {
            width: 90%;
            max-width: 1200px;
            margin: 0 auto;
            padding: 20px;
        }
        header {
            text-align: center;
            padding: 20px 0;
            border-bottom: 2px solid #ddd;
            margin-bottom: 30px;
        }
        h1 {
            color: #003366;
            margin: 0;
            font-size: 28px;
        }
        .intro {
            margin-bottom: 30px;
            line-height: 1.8;
            font-size: 16px;
            text-align: justify;
        }
        table {
            width: 100%;
            border-collapse: collapse;
            margin: 30px 0;
            background-color: #fff;
            box-shadow: 0 2px 5px rgba(0,0,0,0.1);
        }
        th, td {
            border: 1px solid #ccc;
            padding: 12px;
            text-align: left;
            vertical-align: top;
            font-size: 14px;
        }
        th {
            background-color: #e6eef7;
            font-weight: bold;
            color: #003366;
        }
        .header-row th {
            text-align: center;
            background-color: #003366;
            font-size: 15px;
        }
        tr:nth-child(even) {
            background-color: #f5f5f5;
        }
        .note {
            margin: 20px 0;
            font-style: italic;
            border-left: 3px solid #003366;
            padding-left: 15px;
            color: #555;
        }
        .payment-info {
            margin: 30px 0;
            padding: 15px;
            background-color: #eef5ff;
            border: 1px solid #ccc;
            border-radius: 5px;
            text-align: center;
        }
        .payment-info a {
            color: #0056b3;
            font-weight: bold;
            text-decoration: none;
        }
         .payment-info {
            margin: 30px 0;
            padding: 15px;
            background-color: #eef5ff;
            border: 1px solid #ccc;
            border-radius: 5px;
            text-align: center;
        }
        .contact-info {
            margin: 30px 0;
            padding: 15px;
            background-color: #f0f8ff;
            border: 1px solid #ccc;
            border-radius: 5px;
            text-align: center;
        }
        .payment-info a, .contact-info a {
            color: #0056b3;
            font-weight: bold;
            text-decoration: none;
        }
        .payment-info a:hover, .contact-info a:hover {
            text-decoration: underline;
        }
        footer {
            text-align: center;
            padding: 20px;
            margin-top: 30px;
            border-top: 1px solid #ddd;
            font-size: 14px;
            color: #666;
        }/* End custom CSS */