.elementor-32946 .elementor-element.elementor-element-be26dfe{--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;}.elementor-widget-post-info .elementor-icon-list-item:not(:last-child):after{border-color:var( --e-global-color-text );}.elementor-widget-post-info .elementor-icon-list-icon i{color:var( --e-global-color-primary );}.elementor-widget-post-info .elementor-icon-list-icon svg{fill:var( --e-global-color-primary );}.elementor-widget-post-info .elementor-icon-list-text, .elementor-widget-post-info .elementor-icon-list-text a{color:var( --e-global-color-secondary );}.elementor-widget-post-info .elementor-icon-list-item{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );}.elementor-32946 .elementor-element.elementor-element-a36e872 .elementor-icon-list-icon{width:14px;}.elementor-32946 .elementor-element.elementor-element-a36e872 .elementor-icon-list-icon i{font-size:14px;}.elementor-32946 .elementor-element.elementor-element-a36e872 .elementor-icon-list-icon svg{--e-icon-list-icon-size:14px;}.elementor-32946 .elementor-element.elementor-element-e2e0fc1{--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;}.elementor-32946 .elementor-element.elementor-element-e2e0fc1.e-con{--flex-grow:0;--flex-shrink:0;}.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 );}.elementor-widget-image .widget-image-caption{color:var( --e-global-color-text );font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );}@media(min-width:768px){.elementor-32946 .elementor-element.elementor-element-e2e0fc1{--width:91.03%;}}/* Start custom CSS */.reb-summary,
.reb-warning,
.reb-note,
.reb-update {
    margin: 22px 0;
    padding: 18px 20px;
    border-radius: 10px;
}

.reb-summary {
    border-left: 5px solid #135d91;
    background: #eef6fb;
}

.reb-warning {
    border-left: 5px solid #d88b00;
    background: #fff8e8;
}

.reb-note {
    border-left: 5px solid #557b55;
    background: #f1f8f1;
}

.reb-update {
    border: 1px solid #dce5ec;
    background: #f7f9fb;
}

.reb-summary p,
.reb-warning p,
.reb-note p,
.reb-update p {
    margin: 0;
}

.reb-deadlines {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
    margin: 24px 0;
}

.reb-deadline {
    padding: 20px;
    border: 1px solid #d7e2ea;
    border-radius: 11px;
    background: #fff;
    box-shadow: 0 3px 14px rgba(0, 0, 0, .07);
}

.reb-deadline strong {
    display: block;
    margin-bottom: 5px;
    color: #135d91;
    font-size: 23px;
    line-height: 1.2;
}

.reb-steps {
    margin: 24px 0;
    padding: 0;
    list-style: none;
    counter-reset: reb-step;
}

.reb-steps li {
    position: relative;
    margin: 0 0 14px;
    padding: 17px 18px 17px 60px;
    border: 1px solid #dce5ec;
    border-radius: 10px;
    background: #fff;
    counter-increment: reb-step;
}

.reb-steps li::before {
    content: counter(reb-step);
    position: absolute;
    top: 15px;
    left: 16px;
    display: flex;
    width: 30px;
    height: 30px;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: #135d91;
    color: #fff;
    font-weight: 700;
}

.reb-table-wrap {
    width: 100%;
    margin: 24px 0;
    overflow-x: auto;
    border-radius: 12px;
    box-shadow: 0 4px 18px rgba(0, 0, 0, .09);
    -webkit-overflow-scrolling: touch;
}

.reb-table {
    width: 100%;
    min-width: 780px;
    margin: 0;
    border: 0;
    border-collapse: collapse;
    background: #fff;
    font-size: 15px;
    line-height: 1.55;
}

.reb-table th {
    padding: 15px 16px;
    border: 1px solid #dce4ec;
    background: #135d91;
    color: #fff !important;
    font-weight: 700;
    text-align: left;
    vertical-align: middle;
}

.reb-table td {
    padding: 15px 16px;
    border: 1px solid #dce4ec;
    color: #263746;
    text-align: left;
    vertical-align: top;
}

.reb-table tbody tr:nth-child(even) {
    background: #f4f8fb;
}

.reb-table td:first-child {
    color: #135d91;
    font-weight: 700;
}

.reb-checklist {
    margin: 22px 0;
    padding: 0;
    list-style: none;
}

.reb-checklist li {
    position: relative;
    margin-bottom: 10px;
    padding-left: 31px;
}

.reb-checklist li::before {
    content: "✓";
    position: absolute;
    top: 0;
    left: 0;
    color: #287a3d;
    font-size: 19px;
    font-weight: 700;
}

@media (max-width: 767px) {
    .reb-deadlines {
        grid-template-columns: 1fr;
    }

    .reb-table-wrap {
        overflow: visible;
        border-radius: 0;
        box-shadow: none;
    }

    .reb-table {
        display: block;
        min-width: 0;
        background: transparent;
    }

    .reb-table thead {
        display: none;
    }

    .reb-table tbody {
        display: block;
    }

    .reb-table tr {
        display: block;
        margin-bottom: 17px;
        overflow: hidden;
        border: 1px solid #d6e0e8;
        border-radius: 11px;
        background: #fff;
        box-shadow: 0 3px 14px rgba(0, 0, 0, .08);
    }

    .reb-table tbody tr:nth-child(even) {
        background: #fff;
    }

    .reb-table td {
        display: grid;
        grid-template-columns: minmax(110px, 40%) minmax(0, 60%);
        gap: 12px;
        width: 100%;
        padding: 13px 14px;
        border: 0;
        border-bottom: 1px solid #e4eaf0;
        box-sizing: border-box;
        overflow-wrap: anywhere;
    }

    .reb-table td:last-child {
        border-bottom: 0;
    }

    .reb-table td::before {
        content: attr(data-label);
        color: #135d91;
        font-weight: 700;
        line-height: 1.4;
    }

    .reb-table td:first-child {
        display: block;
        padding: 15px;
        background: #135d91;
        color: #fff;
        font-size: 16px;
    }

    .reb-table td:first-child::before {
        display: none;
    }

    .reb-summary,
    .reb-warning,
    .reb-note,
    .reb-update,
    .reb-deadline {
        padding: 17px;
    }

    .reb-steps li {
        padding-right: 15px;
    }
}/* End custom CSS */