.elementor-3114 .elementor-element.elementor-element-4b9aa3f{--display:flex;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;}.elementor-widget-text-editor{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 );}.elementor-3114 .elementor-element.elementor-element-ae93aee a{color:var( --e-global-color-secondary );}.elementor-3114 .elementor-element.elementor-element-ae93aee a:hover, .elementor-3114 .elementor-element.elementor-element-ae93aee a:focus{color:var( --e-global-color-primary );}/* Start custom CSS for text-editor, class: .elementor-element-ae93aee */.article {
    font-size: 16px;
    line-height: 1.8;
    color: #222;
    max-width: 900px;
    margin: 0 auto;
    padding: 10px 18px;
}

/* Links (scoped only inside article) */
.article a {
    text-decoration: none;
    color: #464feb;
    transition: 0.2s ease;
}

.article a:hover {
    opacity: 0.8;
}

/* Headings */
.article h2 {
    margin-top: 34px;
    margin-bottom: 14px;
    font-size: 30px;
    line-height: 1.3;
    font-weight: 700;
}

.article h3 {
    margin-top: 26px;
    margin-bottom: 12px;
    font-size: 22px;
    line-height: 1.4;
    font-weight: 600;
}

.article h4 {
    margin-top: 22px;
    margin-bottom: 10px;
    font-size: 18px;
    line-height: 1.45;
    font-weight: 600;
}

.article h5 {
    margin-top: 18px;
    margin-bottom: 8px;
    font-size: 17px;
    line-height: 1.45;
    font-weight: 600;
}

/* Paragraph spacing */
.article p {
    margin: 12px 0;
}

/* Lists */
.article ul {
    margin: 14px 0 20px;
    padding-left: 22px;
}

.article li {
    margin-bottom: 7px;
}

/* Divider */
.article hr {
    border: none;
    border-top: 1px solid #e6e6e6;
    margin: 30px 0;
}

/* Strong emphasis */
.article strong {
    font-weight: 600;
}

/* Tables */
.article table {
    width: 100%;
    border-collapse: collapse;
    margin: 20px 0;
}

.article tr th,
.article tr td {
    border: 1px solid #e6e6e6;
    padding: 12px;
    text-align: left;
}

.article tr th {
    background-color: #f5f5f5;
}

/* Section spacing helper */
.article .section-space {
    margin-top: 28px;
}

/* Hidden SEO headings */
.article .visually-hidden {
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
    clip: rect(1px, 1px, 1px, 1px);
    white-space: nowrap;
}

/* =========================
   RESPONSIVE SYSTEM
   ========================= */

/* Large tablets / small laptops */
@media (max-width: 1024px) {
    .article {
        font-size: 15px;
        padding: 10px 16px;
    }

    .article h2 {
        font-size: 26px;
    }

    .article h3 {
        font-size: 21px;
    }

    .article h4 {
        font-size: 17px;
    }

    .article h5 {
        font-size: 16px;
    }
}

/* Tablets */
@media (max-width: 768px) {
    .article {
        font-size: 14.5px;
        line-height: 1.75;
        padding: 10px 14px;
    }

    .article h2 {
        font-size: 23px;
    }

    .article h3 {
        font-size: 19px;
    }

    .article h4 {
        font-size: 16px;
    }

    .article h5 {
        font-size: 15px;
    }

    .article hr {
        margin: 24px 0;
    }

    .article ul {
        padding-left: 20px;
    }
}

/* Mobile phones */
@media (max-width: 480px) {
    .article {
        font-size: 14px;
        line-height: 1.72;
        padding: 10px 12px;
    }

    .article h2 {
        font-size: 20px;
        line-height: 1.35;
    }

    .article h3 {
        font-size: 18px;
    }

    .article h4 {
        font-size: 15px;
    }

    .article h5 {
        font-size: 14px;
    }

    .article ul {
        padding-left: 18px;
    }

    .article hr {
        margin: 20px 0;
    }
}/* End custom CSS */