.elementor-3290 .elementor-element.elementor-element-852284b{--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-3290 .elementor-element.elementor-element-b3193c9 a{color:var( --e-global-color-secondary );}.elementor-3290 .elementor-element.elementor-element-b3193c9 a:hover, .elementor-3290 .elementor-element.elementor-element-b3193c9 a:focus{color:var( --e-global-color-primary );}/* Start custom CSS for text-editor, class: .elementor-element-b3193c9 */.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 (IMPORTANT FIX FOR RESPONSIVENESS) */
.article h2 {
    margin-top: 32px;
    font-size: 28px;
    line-height: 1.3;
}

.article h3 {
    margin-top: 22px;
    font-size: 22px;
    line-height: 1.35;
}

.article h4 {
    margin-top: 16px;
    font-size: 18px;
    line-height: 1.4;
}

/* LISTS */
.article ul {
    margin: 14px 0 18px;
    padding-left: 22px;
}

.article li {
    margin-bottom: 6px;
}

/* PARAGRAPHS */
.article p {
    margin: 10px 0;
}

/* DIVIDER */
.article hr {
    border: none;
    border-top: 1px solid #e6e6e6;
    margin: 28px 0;
}

/* STRONG */
.article strong {
    font-weight: 600;
}

/* SEO HIDDEN HEADINGS */
.visually-hidden {
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
    clip: rect(1px, 1px, 1px, 1px);
    white-space: nowrap;
}

/* =========================
   RESPONSIVE SYSTEM (FIXED PROPERLY)
   ========================= */

/* ≤1024px */
@media (max-width: 1024px) {
    .article {
        font-size: 15px;
        padding: 10px 16px;
    }

    .article h2 {
        font-size: 24px;
    }

    .article h3 {
        font-size: 20px;
    }

    .article h4 {
        font-size: 17px;
    }
}

/* ≤768px */
@media (max-width: 768px) {
    .article {
        font-size: 14.5px;
        padding: 10px 14px;
    }

    .article h2 {
        font-size: 21px;
    }

    .article h3 {
        font-size: 18px;
    }

    .article h4 {
        font-size: 16px;
    }

    .article hr {
        margin: 22px 0;
    }
}

/* ≤480px */
@media (max-width: 480px) {
    .article {
        font-size: 14px;
        line-height: 1.75;
        padding: 10px 12px;
    }

    .article h2 {
        font-size: 19px;
    }

    .article h3 {
        font-size: 16.5px;
    }

    .article h4 {
        font-size: 15px;
    }

    .article ul {
        padding-left: 18px;
    }
}/* End custom CSS */