/* Section title */

.scd-kcfep1393 {
    font-family: "Staples Norms Pro", Arial, Helvetica, sans-serif;
    max-width: 1320px;
    margin: 0 auto;
}

.scd-kcfep1393 .section-title {
    margin-bottom: 50px;
}

.scd-kcfep1393 .section-title h2 {
    font-weight: 700;
    font-size: 32px;
    line-height: 1.18;
    text-align: center;
}

/* Programs */

.scd-kcfep1393 .programs {
    display: flex;
    flex-direction: column;
    gap: 24px;
    margin-bottom: 60px;
}

.scd-kcfep1393 .programs .program-block {
    width: 100%;
    border-radius: 16px;
    border: 1px solid #DDDDDD;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.25);
}

.scd-kcfep1393 .programs .program-block .block-inner {
    height: 100%;
    padding: 24px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
}

.scd-kcfep1393 .programs .program-block .block-inner .image {
    width: 100%;
    height: auto;
    max-height: 200px;
    margin-bottom: 30px;
    object-fit: cover;
}

.scd-kcfep1393 .programs .program-block .block-inner .logo {
    width: auto;
    height: 20px;
    margin-bottom: 10px;
}

.scd-kcfep1393 .programs .program-block .block-inner .title {
    font-size: 24px;
    line-height: 1.2;
    font-weight: 700;
    margin-bottom: 25px;
}

.scd-kcfep1393 .programs .program-block .block-inner ul {
    margin-bottom: 35px;
}

.scd-kcfep1393 .programs .program-block .block-inner .button {
    width: 100%;
    max-width: 340px;
    text-align: center;
    margin-top: auto;
    align-self: center;
}

.scd-kcfep1393 .user-button {
    /* display: none; */
}

/* Call to action */

.scd-kcfep1393 .call-to-action {
    background: #F3F3F3;
    border-radius: 15px;
    padding: 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 10px;
    margin-bottom: 50px;
    text-align: center;
}

.scd-kcfep1393 .call-to-action .text {
    font-size: 18px;
    line-height: 1.2;
    font-weight: 700;
}

/* Comparison table - Desktop */

.scd-kcfep1393 .comparison {
    margin-bottom: 60px;
}

.scd-kcfep1393 .comparison.desktop {
    display: none;
}

.scd-kcfep1393 .comparison .table-row {
    display: flex;
}

.scd-kcfep1393 .comparison .table-row .table-column {
    width: 22%;
    border-top: 2px solid #DDDDDD;
    border-left: 2px solid #DDDDDD;
    padding: 12px;
    display: flex;
    flex-direction: column;
    place-items: center;
    position: relative;
}

.scd-kcfep1393 .comparison .table-row .table-column.with-img {
    /* width: calc(21.7% + 38px); */
    width: calc(21.92% + 10px);
}

.scd-kcfep1393 .comparison .table-row .table-column.with-link {
    /* width: calc(22.2% - 20px); */
    width: calc(22.1% - 6px);
}

.scd-kcfep1393 .comparison .table-row .table-column:nth-child(1) {
    width: 69%;
}

.scd-kcfep1393 .comparison .table-row .table-column:nth-last-child(1) {
    border-right: 2px solid #DDDDDD;
}

.scd-kcfep1393 .comparison .table-row.heading .table-column {
    text-align: center;
    /* padding: 16px 20px; */
}



.scd-kcfep1393 .comparison .table-row.heading .table-column {
    border-radius: 20px 20px 0 0;
    padding: 0;
    overflow: hidden;
}

.scd-kcfep1393 .comparison .table-row.heading .table-column:nth-child(1) {
    border-top: none;
    border-left: none;
    background: none;
    padding: 12px;
}

.scd-kcfep1393 .comparison .table-row.heading .table-column .title {
    font-size: 12px;
    font-style: normal;
    font-weight: 450;
    line-height: 22.541px;
    line-height: 100%;
    /* 187.845% */
    font-variant: all-small-caps;
    letter-spacing: 0.6px;
    margin: 18px;
    margin-bottom: 8px;
}

.scd-kcfep1393 .comparison .table-row.heading .table-column .subtitle {
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 100%;
    margin: 0px 9px 18px 9px;
}

.scd-kcfep1393 .comparison .table-row.heading .table-column .top-img {
    max-width: 100%;
}


.scd-kcfep1393 .comparison .table-row .table-column .label {
    font-weight: 500;
    font-size: 14px;
    margin: 0;
    margin-bottom: 10px;
    align-self: baseline;
}

.scd-kcfep1393 .comparison .table-row .table-column .sub-label {
    margin: 0;
    font-size: 14px;
    line-height: 150%;
    align-self: baseline;
}

.scd-kcfep1393 .comparison .table-row .table-column .in-box-text {
    position: absolute;
    bottom: -5px;
    text-align: center;
    padding: 0 6px;
    font-size: 14px;
}

.scd-kcfep1393 .comparison .table-row .table-column .check {
    height: 18px;
    width: auto;
    margin: auto;
}

.scd-kcfep1393 .comparison .table-row.footer .table-column {
    padding: 16px 20px;
    border-bottom: 2px solid #DDDDDD;
}

.scd-kcfep1393 .comparison .table-row.footer .table-column:nth-child(1) {
    border-left: none;
    border-bottom: none;
}

.scd-kcfep1393 .comparison .table-row.footer .table-column .text {
    font-size: 14px;
    line-height: 1.71;
    font-weight: 500;
    margin-bottom: 20px;
}

.scd-kcfep1393 .comparison .table-row.footer .table-column .button {
    text-align: center;
    color: #fff;
    background-color: #cc0000;
    text-decoration: none;
    padding: 8px 20px;
    border-radius: 99px;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    margin: 6px auto;
}

/* Comparison table - Mobile */

.scd-kcfep1393 .comparison.mobile {
    margin: 0;
}

.scd-kcfep1393 .comparison.mobile .table-row .table-column {
    width: 40%;
}

.scd-kcfep1393 .comparison.mobile .table-row .table-column:nth-child(1) {
    width: 60%;
}

/* Mobile accordions */

.scd-kcfep1393 .accordion {
    margin-bottom: 20px;
    display: block;
}

.scd-kcfep1393 .accordion:nth-last-child(1) {
    margin-bottom: 60px;
}

.scd-kcfep1393 .accordion .accordion-content {
    overflow: hidden;
    max-height: 0;
    opacity: 0;
    transition: all 0.3s ease-in-out;
}

.scd-kcfep1393 .accordion.open .accordion-content {
    max-height: 3000px;
    opacity: 1;
    transition: all 0.3s ease-in-out;
}

.scd-kcfep1393 .accordion .accordion-heading {
    /* background: #F3F3F3; */
    padding: 20px 30px;
    border: 2px solid #DDDDDD;
    border-radius: 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    transition: all 0.3s ease-in-out;
}

.scd-kcfep1393 .accordion.open .accordion-heading {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    border-bottom: 0 solid #DDDDDD;
    transition: all 0.3s ease-in-out;
}

.scd-kcfep1393 .accordion .accordion-heading .text {
    padding-right: 30px;
}

.scd-kcfep1393 .accordion .accordion-heading .title {
    font-size: 14px;
    font-style: normal;
    font-weight: 450;
    line-height: 22.541px;
    line-height: 100%;
    /* 187.845% */
    font-variant: all-small-caps;
    letter-spacing: 0.6px;
    margin-left: 3px;
}

.scd-kcfep1393 .accordion .accordion-heading .subtitle {
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 100%;
    margin: 0 3px 18px 3px;
}

.scd-kcfep1393 .accordion .accordion-footer {
    padding: 16px 20px;
    border: 2px solid #DDDDDD;
    display: flex;
    place-items: center;
}

.scd-kcfep1393 .accordion .accordion-footer .text {
    font-size: 14px;
    line-height: 1.71;
    font-weight: 500;
    margin-bottom: 20px;
}

.scd-kcfep1393 .accordion .accordion-footer .button {
    text-align: center;
    color: #fff;
    background-color: #cc0000;
    text-decoration: none;
    padding: 8px 20px;
    border-radius: 99px;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    margin: 6px auto;
}

.scd-kcfep1393 .accordion .accordion-heading .arrow {
    width: 40px;
    height: 40px;
    background-color: #c3c3c3;
    border-radius: 100%;
    flex-shrink: 0;
    position: relative;
}

.scd-kcfep1393 .accordion .accordion-heading .arrow .bar {
    position: absolute;
    background: white;
    width: 4px;
    height: 12px;
    top: 15px;
    transition: all 0.3s ease-in-out;
}

.scd-kcfep1393 .accordion .accordion-heading .arrow .bar.b1 {
    left: 15px;
    transform: rotate(135deg);
}

.scd-kcfep1393 .accordion .accordion-heading .arrow .bar.b2 {
    right: 15px;
    transform: rotate(-135deg);
}

.scd-kcfep1393 .accordion.open .accordion-heading .arrow .bar {
    top: 13px;
    transition: all 0.3s ease-in-out;
}

.scd-kcfep1393 .accordion.open .accordion-heading .arrow .bar.b1 {
    transform: rotate(45deg);
}

.scd-kcfep1393 .accordion.open .accordion-heading .arrow .bar.b2 {
    transform: rotate(-45deg);
}


/* ===================== */
/* === Media Queries === */
/* ===================== */

/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) {

    .scd-kcfep1393 .programs .program-block .block-inner .logo {
        height: 26px;
    }

}

/* Medium devices (tablets, 768px and up) */
@media (min-width: 910px) {

    .scd-kcfep1393 .programs {
        flex-direction: row;
    }

    .scd-kcfep1393 .programs .program-block {
        width: 33.3333%;
    }

    .scd-kcfep1393 .programs .program-block .block-inner .image {
        max-height: none;
    }

    .scd-kcfep1393 .programs .program-block .block-inner .logo {
        height: 13px;
    }

    .scd-kcfep1393 .comparison.desktop {
        display: block;
    }

    .scd-kcfep1393 .accordion {
        display: none;
    }

    .scd-kcfep1393 .call-to-action {
        flex-direction: row;
    }

    .scd-kcfep1393 .call-to-action .text {
        text-align: left;
    }

    .scd-kcfep1393 .comparison .table-row .table-column .label {
        font-size: 16px;
        margin: 5px 12px 3px 12px;
    }

    .scd-kcfep1393 .comparison .table-row .table-column .sub-label {
        font-size: 14px;
        margin: 5px 12px 5px 12px;
    }
}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) {

    .scd-kcfep1393 .programs .program-block .block-inner .logo {
        height: 19px;
    }

}

/* X-Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {

    .scd-kcfep1393 .programs .program-block .block-inner .logo {
        height: 23px;
    }

}

/* XX-Large devices (extra large desktops, 1400px and up) */
@media (min-width: 1400px) {

    .scd-kcfep1393 {
        padding: 0;
    }

    .scd-kcfep1393 .programs .program-block .block-inner .logo {
        height: 26px;
    }

}