.elementor-402 .elementor-element.elementor-element-6d45ffa1{--display:flex;}.elementor-widget-text-editor{font-family:var( --e-global-typography-text-font-family ), iranyekan;font-size:var( --e-global-typography-text-font-size );font-weight:var( --e-global-typography-text-font-weight );line-height:var( --e-global-typography-text-line-height );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 );}@media(max-width:1024px){.elementor-widget-text-editor{font-size:var( --e-global-typography-text-font-size );line-height:var( --e-global-typography-text-line-height );}}@media(max-width:767px){.elementor-widget-text-editor{font-size:var( --e-global-typography-text-font-size );line-height:var( --e-global-typography-text-line-height );}}/* Start custom CSS for text-editor, class: .elementor-element-6b3f64a */.liminal-article {
    direction: rtl;
    max-width: 920px;
    margin: 0 auto;
    padding: 80px 28px 100px;
    color: #263331;
    font-family: inherit;
    box-sizing: border-box;
}

/* Header */
.liminal-header {
    text-align: center;
    margin-bottom: 85px;
}

.liminal-eyebrow {
    display: inline-block;
    padding: 7px 15px;
    border-radius: 50px;
    background: #eaf3f0;
    color: #3d8f83;
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 0.2px;
    margin-bottom: 22px;
}

.liminal-title {
    margin: 0;
    color: #20312e;
    font-size: clamp(30px, 4vw, 48px);
    line-height: 1.45;
    font-weight: 700;
    letter-spacing: -0.5px;
}

.liminal-intro {
    max-width: 650px;
    margin: 20px auto 0;
    color: #7b8582;
    font-size: 16px;
    line-height: 2.1;
}

/* Content */
.liminal-content {
    position: relative;
}

/* Each section */
.liminal-section {
    position: relative;
    padding: 0 0 65px;
    margin-bottom: 65px;
}

.liminal-section:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
}

/* Number */
.liminal-number {
    position: absolute;
    right: -70px;
    top: 3px;
    color: #b7cbc6;
    font-size: 13px;
    font-weight: 600;
    direction: ltr;
}

/* Section heading */
.liminal-section h2 {
    margin: 0 0 22px;
    color: #263b37;
    font-size: clamp(21px, 2.2vw, 27px);
    line-height: 1.7;
    font-weight: 650;
}

/* Paragraph */
.liminal-section p {
    margin: 0 0 18px;
    color: #596562;
    font-size: 16px;
    line-height: 2.25;
    font-weight: 400;
}

.liminal-section p:last-child {
    margin-bottom: 0;
}

/* Highlight sentence */
.liminal-highlight {
    margin-top: 30px !important;
    padding: 20px 24px;
    border-right: 3px solid #3d8f83;
    background: #f5f8f7;
    border-radius: 4px 12px 12px 4px;
    color: #354541 !important;
    font-size: 15px !important;
    line-height: 2.2 !important;
}

/* Divider */
.liminal-divider {
    width: 45px;
    height: 1px;
    background: #b9cbc7;
    margin: 0 0 65px auto;
}

/* Final section */
.liminal-final {
    margin-top: 10px;
    padding: 55px 45px;
    background: #f6f9f8;
    border-radius: 22px;
    text-align: center;
}

.liminal-final h2 {
    margin-bottom: 25px;
    color: #20312e;
}

.liminal-final p {
    max-width: 680px;
    margin-left: auto;
    margin-right: auto;
    color: #596562;
}

.liminal-final-quote {
    margin-top: 35px !important;
    color: #3d8f83 !important;
    font-size: 19px !important;
    line-height: 2 !important;
    font-weight: 600 !important;
}

/* ================================
   TABLET
================================ */

@media (max-width: 1024px) {

    .liminal-article {
        padding: 65px 35px 80px;
    }

    .liminal-header {
        margin-bottom: 70px;
    }

    .liminal-number {
        right: -35px;
    }
}

/* ================================
   MOBILE
================================ */

@media (max-width: 767px) {

    .liminal-article {
        padding: 45px 20px 65px;
    }

    .liminal-header {
        margin-bottom: 55px;
    }

    .liminal-eyebrow {
        font-size: 11px;
        padding: 6px 13px;
        margin-bottom: 17px;
    }

    .liminal-title {
        font-size: 29px;
        line-height: 1.55;
    }

    .liminal-intro {
        font-size: 14px;
        line-height: 2;
    }

    .liminal-section {
        padding-bottom: 45px;
        margin-bottom: 45px;
    }

    .liminal-number {
        position: static;
        display: block;
        margin-bottom: 8px;
        color: #8fa9a3;
        font-size: 11px;
    }

    .liminal-section h2 {
        font-size: 21px;
        line-height: 1.7;
        margin-bottom: 17px;
    }

    .liminal-section p {
        font-size: 14px;
        line-height: 2.15;
        margin-bottom: 15px;
    }

    .liminal-highlight {
        padding: 16px 17px;
        margin-top: 22px !important;
        font-size: 13px !important;
        line-height: 2.1 !important;
    }

    .liminal-divider {
        margin-bottom: 45px;
    }

    .liminal-final {
        padding: 35px 22px;
        border-radius: 18px;
    }

    .liminal-final h2 {
        font-size: 21px;
    }

    .liminal-final p {
        font-size: 14px;
    }

    .liminal-final-quote {
        font-size: 17px !important;
    }/* End custom CSS */