<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
/* ========================= */
/* ===== scd-kcfep1689 ===== */
/* ====== hero banner ====== */
/* ========================= */

.scd-kcfep1689 .inner.hero {
    display: flex;
    flex-direction: column-reverse;
    background-color: #F8F8F8;
    overflow: hidden;
    border-radius: 16px;
}

.scd-kcfep1689 .inner.hero .text_wrap {
    display: flex;
    flex-direction: column;
    justify-content: center;
    /* align-items: center; */
    padding: 20px;
    background-color: #F8F8F8;
}
.scd-kcfep1689 .inner.hero .text_wrap .logo-wrap {
    /* width: 100%; */
    display: flex;
    /* justify-content: center; */
    align-items: center;
    margin-bottom: 16px;
}
.scd-kcfep1689 .inner.hero .text_wrap .logo-wrap .tru_red {
    max-width: 40px;
    /* margin-left: 20px; */
    margin-left: 2px;
}
.scd-kcfep1689 .inner.hero .text_wrap .logo-wrap .staples-brand {
    width: 110px;
    margin-left: 10px;
}
.scd-kcfep1689 .inner.hero .text_wrap h2 {
    font-family: "Swiss", "Staples Norms Pro", Arial, Helvetica, sans-serif;
    font-size: 28px;
    line-height: 120%;
    font-weight: 700;
    /* text-align: center; */
    text-transform: uppercase;
    margin-bottom: 14px;
}
.scd-kcfep1689 .inner.hero .text_wrap p {
    font-size: 18px;
    line-height: 140%;
    /* text-align: center; */
}
.scd-kcfep1689 .inner.hero .text_wrap sup {
    line-height: 70%;
}

.scd-kcfep1689 .inner.hero .video_wrap {
    position: relative;
    max-height: 260px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    /*
    background-image: 
        url("/sbd/cre/products/240213/kcfep1689/images/video_bg.jpg"), 
        url("/sbd/images/sba/cre/products/240213/kcfep1689/images/video_bg.jpg"), 
        url("/SBA/cre/products/240213/kcfep1689/images/video_bg.jpg"), 
        url("../images/video_bg.jpg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    */
}

.scd-kcfep1689 .inner.hero .video_wrap .header_video {
    width: 100%;
    height: 450px;
    max-height: 450px;
    object-fit: cover;
}

.scd-kcfep1689 .inner.hero .video_wrap button.video-toggle-button {
    position: absolute;
    right: 56px;
    bottom: 20px;
    padding: 0;
    border: 0;
    background: none;
    z-index: 5;
}
.scd-kcfep1689 .inner.hero .video_wrap button.video-toggle-button:hover {
    cursor: pointer;
}
.scd-kcfep1689 .inner.hero .video_wrap button.video-toggle-button .icon {
    color: #ffffff;
    font-size: 20px;
    width: auto;
    height: 20px;
}
.scd-kcfep1689 .inner.hero .video_wrap button.video-toggle-button .icon.play-button {
    height: 20px;
}
.scd-kcfep1689 .inner.hero .video_wrap button.video-toggle-button .icon.pause-button {
    height: 18px;
}
.scd-kcfep1689 .inner.hero .video_wrap button.video-toggle-button.paused .icon.pause,
.scd-kcfep1689 .inner.hero .video_wrap button.video-toggle-button.playing .icon.play {
    display: none;
}
.scd-kcfep1689 .inner.hero .video_wrap button.video-toggle-button.paused .icon.play,
.scd-kcfep1689 .inner.hero .video_wrap button.video-toggle-button.playing .icon.pause {
    display: inline;
}

.scd-kcfep1689 .inner.hero .video_wrap button.mute-toggle {
    position: absolute;
    bottom: 20px;
    right: 20px;
    padding: 0;
    border: 0;
    background: none;
    z-index: 5;
}
.scd-kcfep1689 .inner.hero .video_wrap button.mute-toggle:hover {
    cursor: pointer;
}
.scd-kcfep1689 .inner.hero .video_wrap button.mute-toggle .icon {
    color: #ffffff;
    font-size: 20px;
    width: auto;
}
.scd-kcfep1689 .inner.hero .video_wrap button.mute-toggle .icon.fa-volume-xmark {
    height: 20px;
}
.scd-kcfep1689 .inner.hero .video_wrap button.mute-toggle .icon.fa-volume-high {
    height: 20px;
}
.scd-kcfep1689 .inner.hero .video_wrap button.mute-toggle.unmuted .icon.fa-volume-xmark,
.scd-kcfep1689 .inner.hero .video_wrap button.mute-toggle.muted .icon.fa-volume-high {
    display: none;
}
.scd-kcfep1689 .inner.hero .video_wrap button.mute-toggle.unmuted .icon.fa-volume-high,
.scd-kcfep1689 .inner.hero .video_wrap button.mute-toggle.muted .icon.fa-volume-xmark {
    display: inline;
}

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

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

}

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

    .scd-kcfep1689 .inner.hero {
        flex-direction: row;
    }
    .scd-kcfep1689 .inner.hero .text_wrap,
    .scd-kcfep1689 .inner.hero .video_wrap {
        width: 50%;
    }
    .scd-kcfep1689 .inner.hero .text_wrap {
        padding: 30px;
    }

    .scd-kcfep1689 .inner.hero .text_wrap .logo-wrap {
        margin-bottom: 24px;
    }
    .scd-kcfep1689 .inner.hero .text_wrap .logo-wrap .tru_red {
        max-width: 50px;
    }
    .scd-kcfep1689 .inner.hero .text_wrap .logo-wrap .staples-brand {
        width: 130px;
        margin-left: 15px;
    }
    .scd-kcfep1689 .inner.hero .text_wrap h2 {
        font-size: 36px;
        line-height: 110%;
        margin-bottom: 20px;
    }
    .scd-kcfep1689 .inner.hero .text_wrap p {
        font-size: 22px;
    }

    .scd-kcfep1689 .inner.hero .video_wrap {
        height: 480px;
        max-height: unset;
        flex-direction: row;
    }

    .scd-kcfep1689 .inner.hero .video_wrap .header_video {
        height: 100%;
        max-height: unset;
    }


}

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

}

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

    .scd-kcfep1689 .inner.hero .text_wrap {
        padding: 50px 45px;
    }

    .scd-kcfep1689 .inner.hero .text_wrap .logo-wrap .tru_red {
        max-width: 65px;
    }
    .scd-kcfep1689 .inner.hero .text_wrap .logo-wrap .staples-brand {
        width: 154px;
        margin-left: 20px;
    }

    .scd-kcfep1689 .inner.hero .text_wrap h2 {
        font-size: 40px;
    }

}

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

    .scd-kcfep1689 .inner.hero .text_wrap h2 {
        font-size: 48px;
    }
    
}</pre></body></html>