/* =========================================================
   INCEIF APEL.A Page - Flatsome Compatible
========================================================= */

.apel-a-page {
    --apela-navy: #071f63;
    --apela-blue: #004fd3;
    --apela-blue-dark: #003fb4;
    --apela-teal: #008795;
    --apela-teal-dark: #006f7c;
    --apela-soft-teal: #eaf8f9;
    --apela-light-blue: #edf5ff;
    --apela-border: #dce8ee;
    --apela-text: #111827;
    --apela-muted: #5d6978;
    --apela-white: #ffffff;

    font-family: Arial, Helvetica, sans-serif;
    color: var(--apela-text);
    background: #ffffff;
    line-height: 1.6;
    overflow-x: hidden;
}

.apel-a-page * {
    box-sizing: border-box;
}

.apel-a-page h1,
.apel-a-page h2,
.apel-a-page h3,
.apel-a-page h4,
.apel-a-page p {
    margin-top: 0;
}

.apel-a-page a {
    text-decoration: none !important;
}

.apel-a-page img {
    max-width: 100%;
    display: block;
}

.apela-container {
    width: min(1280px, calc(100% - 44px));
    margin: 0 auto;
}

.apela-section {
    padding: 36px 0;
}


/* =========================================================
   Hero
========================================================= */

.apela-hero {
    min-height: 455px;
    display: flex;
    align-items: center;
    background:
        linear-gradient(
            90deg,
            rgba(255,255,255,1) 0%,
            rgba(255,255,255,.98) 28%,
            rgba(255,255,255,.88) 40%,
            rgba(255,255,255,.20) 58%,
            rgba(255,255,255,.02) 100%
        ),
        url("/wp-content/themes/flatsome-child/apel/images/apel-a-hero.jpg") center right / cover no-repeat;
}

.apela-hero-content {
    max-width: 500px;
    padding: 62px 0;
}

.apela-hero-content h1 {
    color: var(--apela-teal);
    font-size: clamp(56px, 7vw, 82px);
    line-height: 0.95;
    letter-spacing: -2px;
    font-weight: 900;
    margin-bottom: 18px;
}

.apela-hero-content h2 {
    color: var(--apela-navy);
    font-size: clamp(25px, 3vw, 33px);
    line-height: 1.2;
    font-weight: 900;
    margin-bottom: 26px;
}

.apela-hero-content p {
    color: #000;
    font-size: 15.5px;
    line-height: 1.95;
    max-width: 420px;
    margin-bottom: 30px;
}

.apela-hero-actions {
    display: flex;
    gap: 18px;
    align-items: center;
    flex-wrap: wrap;
}

.apela-btn {
    min-width: 180px;
    min-height: 48px;
    padding: 12px 22px;
    border-radius: 6px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    font-size: 14px;
    font-weight: 800;
    transition: all .25s ease;
}

.apela-btn-icon {
    font-size: 16px;
    line-height: 1;
}

.apela-btn-primary {
    color: #ffffff !important;
    background: linear-gradient(135deg, #008795, #007683);
    box-shadow: 0 10px 24px rgba(0, 135, 149, .18);
}

.apela-btn-outline {
    color: var(--apela-teal) !important;
    background: #ffffff;
    border: 1.5px solid var(--apela-teal);
}

.apela-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 15px 30px rgba(7, 31, 99, .15);
}


/* =========================================================
   Headings
========================================================= */

.apela-heading {
    margin-bottom: 12px;
}

.apela-heading h2 {
    color: var(--apela-navy);
    font-size: 27px;
    line-height: 1.25;
    font-weight: 900;
    margin-bottom: 8px;
}

.apela-heading span {
    width: 42px;
    height: 3px;
    background: var(--apela-teal);
    display: block;
}

.apela-heading.small h2 {
    font-size: 22px;
}

.apela-section-intro {
    color: #000;
    font-size: 14.5px;
    margin-bottom: 24px;
}


/* =========================================================
   Programmes
========================================================= */

.apela-programmes {
    padding-top: 34px;
    padding-bottom: 28px;
}

.apela-programme-grid {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 16px;
}

.apela-programme-card {
    background: #ffffff;
    border: 1px solid var(--apela-border);
    border-radius: 10px;
    min-height: 230px;
    padding: 28px 20px 24px;
    text-align: center;
    box-shadow: 0 8px 22px rgba(7, 31, 99, .04);
    transition: all .25s ease;
}

.apela-programme-card:hover {
    transform: translateY(-5px);
    border-color: rgba(0, 135, 149, .45);
    box-shadow: 0 18px 42px rgba(7, 31, 99, .11);
}

.apela-circle-icon {
    width: 72px;
    height: 72px;
    margin: 0 auto 22px;
    border-radius: 50%;
    background: var(--apela-soft-teal);
    display: flex;
    align-items: center;
    justify-content: center;
}

.apela-circle-icon img {
    object-fit: contain;
}

.apela-programme-card h3 {
    color: var(--apela-navy);
    font-size: 15px;
    line-height: 1.55;
    font-weight: 900;
    min-height: 66px;
    margin-bottom: 20px;
}

.apela-card-line {
    width: 38px;
    height: 3px;
    background: var(--apela-teal);
    margin: 0 auto;
}


/* =========================================================
   Admission Criteria
========================================================= */

.apela-criteria {
    padding-top: 24px;
    padding-bottom: 28px;
}

.apela-criteria-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 28px;
    margin-top: 38px;
}

.apela-criteria-card {
    position: relative;
    background: #ffffff;
    border: 1px solid var(--apela-border);
    border-radius: 10px;
    overflow: visible;
    box-shadow: 0 8px 24px rgba(7, 31, 99, .05);
}

.apela-criteria-badge {
    position: absolute;
    top: -50px;
    left: 50%;
    transform: translateX(-50%);
    width: 72px;
    height: 72px;
    border-radius: 50%;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: center;
}

.apela-criteria-badge.teal {
    background: var(--apela-teal);
}

.apela-criteria-badge.blue {
    background: var(--apela-blue);
}

.apela-criteria-badge img {
    width: 40px;
    height: 40px;
    object-fit: contain;
    filter: brightness(0) invert(1);
}

.apela-criteria-title {
    min-height: 54px;
    border-radius: 8px 8px 0 0;
    color: #ffffff;
    font-size: 23px;
    font-weight: 900;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 6px;
}

.apela-criteria-title.teal {
    background: linear-gradient(135deg, #008795, #007784);
}

.apela-criteria-title.blue {
    background: linear-gradient(135deg, #0057d8, #0042bf);
}

.apela-criteria-list {
    list-style: none;
    margin: 0;
    padding: 22px 34px 24px;
}

.apela-criteria-list li {
    display: grid;
    grid-template-columns: 28px 1fr;
    gap: 14px;
    align-items: center;
    color: #000;
    font-size: 14.5px;
    padding: 13px 0;
    border-bottom: 1px solid #e7eef3;
}

.apela-criteria-list li:last-child {
    border-bottom: none;
}

.apela-criteria-list span {
    width: 26px;
    height: 26px;
    border-radius: 50%;
    background: var(--apela-soft-teal);
    display: flex;
    align-items: center;
    justify-content: center;
}

.apela-criteria-list img {
    object-fit: contain;
}


/* =========================================================
   Process
========================================================= */

.apela-process {
    padding-top: 30px;
    padding-bottom: 28px;
}

.apela-info-strip {
    background: linear-gradient(135deg, #eefbfc, #ffffff);
    border: 1px solid #cfe4ea;
    border-radius: 10px;
    display: grid;
    grid-template-columns: 74px 1fr;
    gap: 22px;
    align-items: center;
    padding: 20px 28px;
    margin: 18px 0 28px;
}

.apela-info-icon {
    width: 62px;
    height: 62px;
    border-radius: 50%;
    background: var(--apela-teal);
    display: flex;
    align-items: center;
    justify-content: center;
}

.apela-info-icon img {
    /*width: 36px;*/
    /*height: 36px;*/
    object-fit: contain;
    /*filter: brightness(0) invert(1);*/
}

.apela-info-strip p {
    color: var(--apela-navy);
    font-size: 16px;
    line-height: 1.55;
    font-weight: 800;
    margin: 0;
}

.apela-timeline-wrap {
    position: relative;
    padding-top: 4px;
}

.apela-timeline {
    display: grid;
    gap: 18px;
}

.apela-step {
    display: grid;
    grid-template-columns: 78px 104px 1fr;
    gap: 22px;
    align-items: center;
    position: relative;
}

.apela-step-no {
    width: 54px;
    height: 54px;
    margin: 0 auto;
    border-radius: 50%;
    color: #ffffff;
    font-size: 21px;
    font-weight: 900;
    display: flex;
    align-items: center;
    justify-content: center;
}

.apela-step-no.blue {
    background: var(--apela-blue);
}

.apela-step-no.teal {
    background: var(--apela-teal);
}

.apela-step-icon {
    width: 82px;
    height: 82px;
    border-radius: 50%;
    background: #eef7f9;
    display: flex;
    align-items: center;
    justify-content: center;
}

.apela-step-icon img {
    object-fit: contain;
}

.apela-step-card {
    background: #ffffff;
    border: 1px solid var(--apela-border);
    border-radius: 10px;
    padding: 20px 26px 20px 30px;
    box-shadow: 0 8px 24px rgba(7, 31, 99, .04);
    position: relative;
}

.apela-step-card::before {
    content: "";
    position: absolute;
    top: 22px;
    bottom: 22px;
    left: 18px;
    width: 4px;
    border-radius: 10px;
}

.apela-step-card.blue::before {
    background: var(--apela-blue);
}

.apela-step-card.teal::before {
    background: var(--apela-teal);
}

.apela-step-card h3 {
    color: var(--apela-blue);
    font-size: 21px;
    font-weight: 900;
    margin-bottom: 5px;
    padding-left: 12px;
}

.apela-step-card.teal h3 {
    color: var(--apela-teal);
}

.apela-step-card p {
    color: #000;
    font-size: 14.5px;
    line-height: 1.65;
    margin-bottom: 0;
    padding-left: 12px;
}

.apela-step-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
    margin-top: 16px;
    padding-left: 12px;
}

.apela-small-btn {
    min-height: 40px;
    padding: 9px 18px;
    border: 1px solid var(--apela-teal);
    border-radius: 5px;
    color: var(--apela-teal) !important;
    font-size: 14px;
    font-weight: 800;
    display: inline-flex;
    align-items: center;
    gap: 12px;
    transition: all .25s ease;
}

.apela-small-btn:hover {
    background: var(--apela-teal);
    color: #ffffff !important;
}


/* Left dotted timeline */
.apela-timeline-wrap::before {
    content: "";
    position: absolute;
    top: 24px;
    bottom: 24px;
    left: 38px;
    width: 1px;
    border-left: 2px dotted #5b91d6;
    z-index: 0;
}

.apela-step > * {
    position: relative;
    z-index: 1;
}


/* =========================================================
   Bottom Cards
========================================================= */

.apela-bottom {
    padding-top: 24px;
    padding-bottom: 24px;
}

.apela-bottom-grid {
    display: grid;
    grid-template-columns: 1fr 1fr 1.1fr;
    gap: 18px;
}

.apela-bottom-card {
    background: #ffffff;
    border: 1px solid var(--apela-border);
    border-radius: 10px;
    padding: 24px 24px;
    box-shadow: 0 8px 24px rgba(7, 31, 99, .04);
}

.apela-icon-list {
    list-style: none;
    padding: 0;
    margin: 22px 0 0;
}

.apela-icon-list li {
    display: grid;
    grid-template-columns: 28px 1fr;
    gap: 14px;
    align-items: start;
    color: #000;
    font-size: 14px;
    line-height: 1.6;
    margin-bottom: 20px;
}

.apela-icon-list li:last-child {
    margin-bottom: 0;
}

.apela-icon-list span {
    width: 26px;
    height: 26px;
    border-radius: 50%;
    background: var(--apela-soft-teal);
    display: flex;
    align-items: center;
    justify-content: center;
}

.apela-icon-list img {
    width: 15px;
    height: 15px;
    object-fit: contain;
}

.apela-faq {
    margin-top: 18px;
}

.apela-faq details {
    border: 1px solid #e4edf4;
    border-radius: 5px;
    margin-bottom: 8px;
    background: #f9fcff;
}

.apela-faq summary {
    cursor: pointer;
    color: var(--apela-navy);
    font-size: 14px;
    font-weight: 800;
    padding: 10px 14px;
    list-style: none;
    position: relative;
}

.apela-faq summary::-webkit-details-marker {
    display: none;
}

.apela-faq summary::after {
    content: "⌄";
    position: absolute;
    right: 14px;
    top: 9px;
    color: var(--apela-blue);
}

.apela-faq details[open] summary::after {
    content: "⌃";
}

.apela-faq p {
    font-size: 13.5px;
    line-height: 1.6;
    padding: 0 14px 12px;
    margin: 0;
}

.apela-view-faq {
    display: inline-flex;
    gap: 8px;
    color: var(--apela-navy) !important;
    font-size: 14px;
    font-weight: 900;
    margin-top: 8px;
}


/* =========================================================
   Contact
========================================================= */

.apela-contact-section {
    padding: 0 0 46px;
}

.apela-contact-box {
    background: linear-gradient(135deg, #008895 0%, #007986 44%, #00667e 100%);
    border-radius: 10px;
    padding: 28px 42px;
    display: grid;
    grid-template-columns: 96px 1.35fr 1.2fr auto;
    gap: 32px;
    align-items: center;
    color: #ffffff;
    box-shadow: 0 14px 34px rgba(0, 100, 120, .20);
}

.apela-contact-icon {
    width: 86px;
    height: 86px;
    border-radius: 50%;
    background: rgba(255,255,255,.16);
    display: flex;
    align-items: center;
    justify-content: center;
}

.apela-contact-icon img {
    width: 52px;
    height: 52px;
    object-fit: contain;
    filter: brightness(0) invert(1);
}

.apela-contact-title h2 {
    color: #ffffff;
    font-size: 30px;
    line-height: 1.2;
    font-weight: 900;
    margin-bottom: 8px;
}

.apela-contact-title p {
    color: #ffffff;
    font-size: 15px;
    line-height: 1.5;
    margin: 0;
}

.apela-contact-info {
    border-left: 1px solid rgba(255,255,255,.35);
    padding-left: 30px;
}

.apela-contact-info p {
    display: flex;
    align-items: center;
    gap: 12px;
    color: #ffffff;
    font-size: 15px;
    margin: 0 0 9px;
}

.apela-contact-info p:last-child {
    margin-bottom: 0;
}

.apela-contact-info img {
    width: 19px;
    height: 19px;
    object-fit: contain;
    filter: brightness(0) invert(1);
}

.apela-contact-btn {
    min-width: 148px;
    min-height: 54px;
    padding: 14px 24px;
    background: #ffffff;
    color: #006f7c !important;
    border-radius: 6px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 14px;
    font-size: 15px;
    font-weight: 900;
    transition: all .25s ease;
}

.apela-contact-btn:hover {
    transform: translateY(-2px);
    background: #f4fcfd;
}


/* =========================================================
   Flatsome Compatibility
========================================================= */

.apel-a-page .row,
.apel-a-page .col,
.apel-a-page .col-inner {
    margin-top: 0;
}


/* =========================================================
   Responsive
========================================================= */

@media (max-width: 1100px) {
    .apela-programme-grid {
        grid-template-columns: repeat(3, 1fr);
    }

    .apela-bottom-grid {
        grid-template-columns: 1fr 1fr;
    }

    .apela-bottom-card:last-child {
        grid-column: 1 / -1;
    }

    .apela-contact-box {
        grid-template-columns: 90px 1fr 1fr;
    }

    .apela-contact-btn {
        grid-column: 2 / -1;
        width: max-content;
    }
}

@media (max-width: 900px) {
    .apela-hero {
        background:
            linear-gradient(
                90deg,
                rgba(255,255,255,1) 0%,
                rgba(255,255,255,.94) 52%,
                rgba(255,255,255,.45) 100%
            ),
            url("/wp-content/themes/flatsome-child/apel/images/apel-a-hero.jpg") center right / cover no-repeat;
    }

    .apela-criteria-grid {
        grid-template-columns: 1fr;
        gap: 48px;
    }

    .apela-step {
        grid-template-columns: 70px 86px 1fr;
        gap: 16px;
    }

    .apela-contact-box {
        grid-template-columns: 1fr;
        text-align: center;
    }

    .apela-contact-icon {
        margin: 0 auto;
    }

    .apela-contact-info {
        border-left: 0;
        padding-left: 0;
        max-width: 370px;
        margin: 0 auto;
        text-align: left;
    }

    .apela-contact-btn {
        grid-column: auto;
        margin: 0 auto;
    }
}

@media (max-width: 768px) {
    .apela-container {
        width: min(100% - 28px, 1280px);
    }

    .apela-section {
        padding: 30px 0;
    }

    .apela-hero {
        min-height: auto;
    }

    .apela-hero-content {
        padding: 54px 0;
    }

    .apela-hero-content h1 {
        font-size: 58px;
    }

    .apela-hero-content h2 {
        font-size: 26px;
    }

    .apela-programme-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .apela-step {
        grid-template-columns: 1fr;
        text-align: center;
    }

    .apela-step-card {
        text-align: left;
    }

    .apela-timeline-wrap::before {
        display: none;
    }

    .apela-step-no,
    .apela-step-icon {
        margin: 0 auto;
    }

    .apela-bottom-grid {
        grid-template-columns: 1fr;
    }

    .apela-bottom-card:last-child {
        grid-column: auto;
    }
}

@media (max-width: 560px) {
    .apela-container {
        width: min(100% - 24px, 1280px);
    }

    .apela-hero-actions {
        flex-direction: column;
        align-items: stretch;
    }

    .apela-btn {
        width: 100%;
    }

    .apela-programme-grid {
        grid-template-columns: 1fr;
    }

    .apela-programme-card {
        min-height: auto;
    }

    .apela-criteria-list {
        padding: 20px 20px 22px;
    }

    .apela-criteria-title {
        font-size: 20px;
    }

    .apela-info-strip {
        grid-template-columns: 1fr;
        text-align: center;
    }

    .apela-info-icon {
        margin: 0 auto;
    }

    .apela-step-actions {
        flex-direction: column;
    }

    .apela-small-btn {
        justify-content: center;
    }

    .apela-contact-box {
        padding: 28px 22px;
    }

    .apela-contact-title h2 {
        font-size: 25px;
    }
}
/* =========================================================
   APEL.A FAQ Eligibility Details
========================================================= */

.apela-faq-eligibility .apela-faq-content {
    padding: 4px 14px 16px;
}

.apela-faq-eligibility .apela-faq-content > p {
    color: #111827;
    font-size: 13.5px;
    line-height: 1.7;
    margin: 0 0 12px;
}

.apela-faq-entry-grid {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 12px;
    margin-top: 14px;
}

.apela-faq-entry-card {
    border: 1px solid #dce8ee;
    border-radius: 10px;
    background: #ffffff;
    padding: 14px 14px 12px;
    box-shadow: 0 8px 20px rgba(7, 31, 99, .05);
}

.apela-faq-entry-card.master {
    border-top: 4px solid #008795;
}

.apela-faq-entry-card.phd {
    border-top: 4px solid #004fd3;
}

.apela-faq-entry-header {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 10px;
}

.apela-faq-entry-icon {
    width: 34px;
    height: 34px;
    border-radius: 50%;
    background: #eaf8f9;
    color: #008795;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
}

.apela-faq-entry-card.phd .apela-faq-entry-icon {
    background: #edf5ff;
    color: #004fd3;
}

.apela-faq-entry-header h4 {
    color: #071f63;
    font-size: 15px;
    line-height: 1.2;
    font-weight: 900;
    margin: 0;
}

.apela-faq-entry-header h4 small {
    display: inline-flex;
    margin-left: 4px;
    padding: 2px 7px;
    border-radius: 999px;
    background: #eaf8f9;
    color: #008795;
    font-size: 11px;
    font-weight: 900;
}

.apela-faq-entry-card.phd .apela-faq-entry-header h4 small {
    background: #edf5ff;
    color: #004fd3;
}

.apela-faq-entry-card ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.apela-faq-entry-card li {
    position: relative;
    padding-left: 22px;
    color: #111827;
    font-size: 13px;
    line-height: 1.55;
    margin-bottom: 8px;
}

.apela-faq-entry-card li:last-child {
    margin-bottom: 0;
}

.apela-faq-entry-card li::before {
    content: "✓";
    position: absolute;
    left: 0;
    top: 1px;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background: #008795;
    color: #ffffff;
    font-size: 10px;
    line-height: 15px;
    text-align: center;
    font-weight: 900;
}

.apela-faq-entry-card.phd li::before {
    background: #004fd3;
}

/* Responsive */
@media (max-width: 768px) {
    .apela-faq-entry-grid {
        grid-template-columns: 1fr;
    }
}
/* =========================================================
   APEL.A FAQ Duration Details
========================================================= */

.apela-faq-duration .apela-faq-content {
    padding: 4px 14px 16px;
}

.apela-faq-duration .apela-faq-content > p {
    color: #111827;
    font-size: 13.5px;
    line-height: 1.7;
    margin: 0 0 12px;
}

.apela-duration-grid {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 12px;
    margin-top: 14px;
    margin-bottom: 14px;
}

.apela-duration-card {
    display: grid;
    grid-template-columns: 46px 1fr;
    gap: 12px;
    align-items: center;
    border: 1px solid #dce8ee;
    border-radius: 10px;
    background: #ffffff;
    padding: 14px;
    box-shadow: 0 8px 20px rgba(7, 31, 99, .05);
}

.apela-duration-card.master {
    border-top: 4px solid #008795;
}

.apela-duration-card.phd {
    border-top: 4px solid #004fd3;
}

.apela-duration-icon {
    width: 42px;
    height: 42px;
    border-radius: 50%;
    background: #eaf8f9;
    color: #008795;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
}

.apela-duration-card.phd .apela-duration-icon {
    background: #edf5ff;
    color: #004fd3;
}

.apela-duration-card h4 {
    color: #071f63;
    font-size: 14px;
    line-height: 1.2;
    font-weight: 900;
    margin: 0 0 4px;
}

.apela-duration-card h4 small {
    display: inline-flex;
    margin-left: 4px;
    padding: 2px 7px;
    border-radius: 999px;
    background: #eaf8f9;
    color: #008795;
    font-size: 10.5px;
    font-weight: 900;
}

.apela-duration-card.phd h4 small {
    background: #edf5ff;
    color: #004fd3;
}

.apela-duration-card strong {
    display: block;
    color: #071f63;
    font-size: 20px;
    line-height: 1.2;
    font-weight: 900;
    margin-bottom: 3px;
}

.apela-duration-card p {
    color: #111827;
    font-size: 12.5px;
    line-height: 1.45;
    margin: 0;
}

.apela-duration-note {
    display: grid;
    grid-template-columns: 26px 1fr;
    gap: 10px;
    align-items: start;
    background: linear-gradient(135deg, #eefbfc, #ffffff);
    border: 1px solid #cfe4ea;
    border-radius: 10px;
    padding: 12px 14px;
    margin-top: 12px;
}

.apela-duration-note span {
    width: 22px;
    height: 22px;
    border-radius: 50%;
    background: #008795;
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 13px;
    font-weight: 900;
}

.apela-duration-note p {
    color: #071f63;
    font-size: 13px;
    line-height: 1.6;
    font-weight: 700;
    margin: 0;
}

.apela-duration-note strong {
    font-weight: 900;
}

/* Responsive */
@media (max-width: 768px) {
    .apela-duration-grid {
        grid-template-columns: 1fr;
    }
}