/* ====================== */
/* === General Styles === */
/* ====================== */

.scd-kcfep2128 {
    max-width: 1440px;
    margin: auto;
}

.scd-kcfep2128 * {
    font-size: 16px;
    font-weight: 400;
    font-family: "Staples Norms Pro";
    text-rendering: optimizeSpeed;
    /* text-rendering: optimizeLegibility; */
    font-variant-ligatures: none;
    font-feature-settings: 'liga' off;
    -webkit-font-smoothing: antialiased;
    /* -webkit-font-smoothing: subpixel-antialiased; */
}

.scd-kcfep2128 *,
.scd-kcfep2128 *::before,
.scd-kcfep2128 *::after {
    box-sizing: border-box;
}

.scd-kcfep2128 h1 {
    font-size: 32px;
}

.scd-kcfep2128 h2 {
    font-size: 26px;
}

.scd-kcfep2128 h3 {
    font-size: 20px;
}

.scd-kcfep2128 h1,
.scd-kcfep2128 h2,
.scd-kcfep2128 h3,
.scd-kcfep2128 h4,
.scd-kcfep2128 p,
.scd-kcfep2128 figure,
.scd-kcfep2128 blockquote,
.scd-kcfep2128 dl,
.scd-kcfep2128 dd {
    margin: 0;
}

.scd-kcfep2128 a {
    color: #CC0000;
}

.scd-kcfep2128 a:hover {
    color: #dd1700;
}

.scd-kcfep2128 a:not([class]) {
    text-decoration-skip-ink: auto;
}

.scd-kcfep2128 img,
.scd-kcfep2128 picture {
    max-width: 100%;
    display: block;
}

.scd-kcfep2128 span,
.scd-kcfep2128 input,
.scd-kcfep2128 button,
.scd-kcfep2128 textarea,
.scd-kcfep2128 select {
    font: inherit;
}

.scd-kcfep2128 ul {
    padding-left: 0;
    margin: 0;
}

.scd-kcfep2128 ul li {
    line-height: 1.4;
    margin-left: 25px;
}

/* ===================== */
/* === Helper Styles === */
/* ===================== */

.scd-kcfep2128 .shadow {
    box-shadow: 0px 1px 5px #dddddc;
}

.scd-kcfep2128 .shadow-light {
    box-shadow: 0px 0px 2px #dddddc;
}

.scd-kcfep2128 .border {
    border: 1px solid #dddddc;
}

.scd-kcfep2128 .shadow:hover,
.scd-kcfep2128 .shadow-light:hover {
    box-shadow: 0px 0px 15px #dddddc;
}

/* =================== */
/* === Text Styles === */
/* =================== */

.scd-kcfep2128 .label {
    margin-top: 0.25em;
    font-size: 12px;
}

.scd-kcfep2128 .emphasis {
    font-weight: 500;
}

.scd-kcfep2128 .big {
    font-size: 22px;
    font-weight: 500;
}

.scd-kcfep2128 .headline-lg {
    font-size: 48px;
    font-weight: 900;
    color: #cc0000;
}

.scd-kcfep2128 .headline-md {
    font-size: 36px;
    font-weight: 900;
    color: #cc0000;
}

.scd-kcfep2128 .headline-sm {
    font-size: 24px;
    font-weight: 900;
    color: #cc0000;
}

/* =================== */
/* === Link Styles === */
/* =================== */

.scd-kcfep2128 .link {
    color: #0875e2;
    text-decoration: none;
}

.scd-kcfep2128 .link:hover {
    text-decoration: underline;
}

.scd-kcfep2128 .link.secondary {
    color: #000000;
    text-decoration: underline;
}

.scd-kcfep2128 .link.secondary:hover {
    font-weight: 500;
}

.scd-kcfep2128 .link.on-dark {
    color: #ffffff;
    text-decoration: underline;
}

.scd-kcfep2128 .link.on-dark:hover {
    font-weight: 500;
}

/* ===================== */
/* === Button Styles === */
/* ===================== */

.scd-kcfep2128 .button {
    color: #ffffff;
    background: #cc0000;
    font-size: 16px;
    font-weight: 500;
    display: inline-block;
    border-radius: 22px;
    border: none;
    padding: 10px 30px;
    text-decoration: none;
    cursor: pointer;
}

.scd-kcfep2128 .button:hover {
    color: #ffffff;
    background: #dd1700;
}

.scd-kcfep2128 .button.on-dark {
    color: #cc0000;
    background: #ffffff;
}

.scd-kcfep2128 .button.on-dark:hover {
    color: #cc0000;
    background: #f4f5f4;
}

.scd-kcfep2128 .button.secondary {
    color: #000000;
    background: #ffffff;
    box-shadow: 0px 0px 4px 2px rgba(0, 0, 0, 0.1);
}

.scd-kcfep2128 .button.secondary:hover {
    color: #000000;
    background: #f4f5f4;
}

.scd-kcfep2128 .button.secondary.on-dark {
    color: #ffffff;
    background: transparent;
    border: 1px solid #ffffff;
}

.scd-kcfep2128 .button.secondary.on-dark:hover {
    color: #ffffff;
    background: rgba(0, 0, 0, 0.1);
}

.scd-kcfep2128 .button.disabled {
    color: #ffffff;
    background: #dddddc;
    pointer-events: none;
}
.scd-kcfep2128 .button.disabled:hover {
    color: #ffffff;
    background: #dddddc;
    pointer-events: none;
}

/* ================== */
/* === Checkboxes === */
/* ================== */

.scd-kcfep2128 .cbox-row {
    display: block;
}

.scd-kcfep2128 .cbox-row input {
    padding: 0;
    height: initial;
    width: initial;
    margin-bottom: 0;
    display: none;
    cursor: pointer;
}

.scd-kcfep2128 .cbox-row input:checked + label:before {
    background-color: #0875e2;
    border: 1px solid #0875e2;
}

.scd-kcfep2128 .cbox-row input:checked + label:after {
    content: "";
    display: block;
    position: absolute;
    top: 2px;
    left: 6px;
    width: 6px;
    height: 10px;
    border: solid #ffffff;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}

.scd-kcfep2128 .cbox-row label {
    position: relative;
    cursor: pointer;
}

.scd-kcfep2128 .cbox-row label:before {
    content: "";
    -webkit-appearance: none;
    background-color: transparent;
    border: 1px solid #979797;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05);
    padding: 8px;
    display: inline-block;
    position: relative;
    vertical-align: middle;
    cursor: pointer;
    margin-right: 10px;
    border-radius: 4px;
    top: -1px;
}

/* ===================== */
/* === Radio Buttons === */
/* ===================== */

.scd-kcfep2128 .radio-row input:checked,
.scd-kcfep2128 .radio-row input:not(:checked) {
    position: absolute;
    left: -9999px;
}
  
.scd-kcfep2128 .radio-row input:checked + label,
.scd-kcfep2128 .radio-row input:not(:checked) + label {
    position: relative;
    padding-left: 28px;
    cursor: pointer;
    line-height: 20px;
    display: inline-block;
}
  
.scd-kcfep2128 .radio-row input:checked + label:before,
.scd-kcfep2128 .radio-row input:not(:checked) + label:before {
    content: "";
    position: absolute;
    left: 0;
    top: -1px;
    width: 18px;
    height: 18px;
    border: 1px solid #979797;
    border-radius: 100%;
    background: #ffffff;
}
  
.scd-kcfep2128 .radio-row input:checked + label:after,
.scd-kcfep2128 .radio-row input:not(:checked) + label:after {
    content: "";
    width: 10px;
    height: 10px;
    position: absolute;
    top: 3px;
    left: 4px;
    border-radius: 100%;
}
  
.scd-kcfep2128 .radio-row input:checked + label:before {
    background: #0875e2;
    border: none;
}
  
.scd-kcfep2128 .radio-row input:checked + label:after {
    opacity: 1;
    transform: scale(1);
    background: #ffffff;
}
  
.scd-kcfep2128 .radio-row input:not(:checked) + label:after {
    opacity: 0;
    transform: scale(0);
}

/* ================================== */
/* === Normalization (2024-05-15) === */
/* ================================== */

.scd-kcfep2128 ol,
.scd-kcfep2128 ul, 
.scd-kcfep2128 li {
    color: inherit;
    font-family: inherit;
    font-size: inherit;
    font-weight: inherit;
    font-style: inherit;
    line-height: inherit;
    letter-spacing: inherit;
}
.scd-kcfep2128 ol,
.scd-kcfep2128 ul {
    margin-bottom: 15px;
}
.scd-kcfep2128 b {
    color: inherit;
    font-family: inherit;
    font-size: inherit;
    font-weight: 700;
    font-style: inherit;
    letter-spacing: inherit;
    line-height: inherit;
}
.scd-kcfep2128 i {
    color: inherit;
    font-family: inherit;
    font-size: inherit;
    font-weight: inherit;
    font-style: italic;
    letter-spacing: inherit;
    line-height: inherit;
}
.scd-kcfep2128 span {
    color: inherit;
    font-family: inherit;
    font-size: inherit;
    font-weight: inherit;
    font-style: inherit;
    line-height: inherit;
    letter-spacing: inherit;
}
.scd-kcfep2128 sup,
.scd-kcfep2128 sub {
    color: inherit;
    font-size: 70%;
    font-family: inherit;
    font-weight: inherit;
    font-style: inherit;
    line-height: 50%;
    letter-spacing: inherit;
}

/* ========================= */
/* ===== scd-kcfep2128 ===== */
/* ========================= */

.scd-kcfep2128 {
    background-color: #cc0000;
}

.scd-kcfep2128 .inner {
    display: flex;
    flex-direction: column;
    color: #FAEFE5;
    font-style: normal;
    padding: 49px 32px;
    /* background-image: url("/sbd/images/sba/cre/products/240710/kcfep2128/images/hero-bg.jpg");
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat; */
}

.scd-kcfep2128 .inner .left {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
}
.scd-kcfep2128 .inner h1 {
    max-width: 400px;
    font-size: 43px;
    font-weight: 700;
    line-height: 105%;
    letter-spacing: -0.86px;
    margin-bottom: 14px;
}
.scd-kcfep2128 .inner p.sub {
    max-width: 350px;
    font-size: 19px;
    font-weight: 450;
    line-height: 123%;
    letter-spacing: -0.38px;
    margin-bottom: 43px;
    /* margin-bottom: 14px; */
}
.scd-kcfep2128 .br-mobile {
    display: none;
}

.scd-kcfep2128 .inner .right {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.scd-kcfep2128 .inner .right p.eyebrow {
    font-size: 16px;
    font-weight: 700;
    line-height: 99%;
    font-variant: all-small-caps;
    letter-spacing: 0.64px;
    margin-bottom: 17px;
}
.scd-kcfep2128 .inner .right .card {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 285px;
    min-height: 295px;
    flex-shrink: 0;
    border-radius: 6.61px;
    border: 0.661px solid #8CB4EA;
    background: rgba(250, 239, 229, 1.00);
    box-shadow: 15.204px 18.84px 38.043px 0px rgba(0, 0, 0, 0.25), 0px 1.322px 5.487px 0px rgba(0, 0, 0, 0.25) inset;
    overflow: hidden;
    margin-bottom: 29px;
}
.scd-kcfep2128 .inner .right .card .card-text {
    display: flex;
    flex-direction: column;
    margin: 21px 8px 21px 16px;
}
.scd-kcfep2128 .inner .right .card .card-text p.card-eyebrow {
    color: #cc0000;
    font-size: 12px;
    font-weight: 450;
    line-height: 144%;
    font-variant: all-small-caps;
    letter-spacing: 0.357px;
    margin-bottom: 5px;
}
.scd-kcfep2128 .inner .right .card .card-text p.card-title {
    color: #cc0000;
    font-size: 23px;
    font-weight: 700;
    line-height: 100%;
    letter-spacing: -0.688px;
    margin-bottom: 5px;
}
.scd-kcfep2128 .inner .right .card .card-text p.card-sub {
    color: #000;
    font-size: 13.559px;
    font-weight: 450;
    line-height: 144%;
    letter-spacing: -0.407px;
}
.scd-kcfep2128 .inner .right .card .card-image {
    width: 100%;
    z-index: 5;
}

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

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

}

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

    .scd-kcfep2128 .inner {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
    }

    .scd-kcfep2128 .inner .left {
        width: 60%;
        align-items: flex-start;
        text-align: left;
    }

    .scd-kcfep2128 .inner h1 {
        max-width: unset;
    }
    .scd-kcfep2128 .inner p.sub {
        max-width: unset;
        width: 350px;
        margin-bottom: 0;
    }
    .scd-kcfep2128 .br-mobile {
        display: inline-block;
    }

    .scd-kcfep2128 .inner .right {
        width: 40%;
    }
    .scd-kcfep2128 .inner .right p.eyebrow {
        text-shadow: 0px 2px 4px rgba(0, 0, 0, 0.25);
        font-size: 20.194px;
        letter-spacing: 0.808px;
    }

}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) {
    
    .scd-kcfep2128 .inner {
        padding: 49px 63px;
    }



}

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

    .scd-kcfep2128 .inner .left {
        width: initial;
    }

    .scd-kcfep2128 .inner .right {
        width: initial;
    }

    .scd-kcfep2128 .inner h1 {
        font-size: 68px;
        line-height: 105%;
        letter-spacing: -1.36px;
        margin-bottom: 4px;
    }

    .scd-kcfep2128 .inner p.sub {
        width: 700px;
        font-size: 36px;
        line-height: 123%;
        letter-spacing: -0.72px;
        /* margin-bottom: 28px; */
    }

}

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

    .scd-kcfep2128 .inner {
        padding: 49px 94px;
    }

}