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

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

.scd-kcfep2367 * {
    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-kcfep2367 *,
.scd-kcfep2367 *::before,
.scd-kcfep2367 *::after {
    box-sizing: border-box;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 756px) {
    .scd-kcfep2367 .button {
        padding: 10px 30px;
    }
}

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

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

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

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

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

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

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

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

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

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

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

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

.scd-kcfep2367 .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-kcfep2367 .cbox-row label {
    position: relative;
    cursor: pointer;
}

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

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

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


/* ========================= */
/* ===== scd-kcfep2367 ===== */
/* ========================= */

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

.scd-kcfep2367 .inner.hero .text_wrap {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    /* align-items: center; */
    padding: 20px;
}
.scd-kcfep2367 .inner.hero .text_wrap:before {
    content: ' ';
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0.2;
    z-index: 1;
}
.scd-kcfep2367 .inner.hero .text_wrap .logo-wrap {
    /* width: 100%; */
    display: flex;
    /* justify-content: center; */
    align-items: center;
    margin-bottom: 16px;
    z-index: 4;
}
.scd-kcfep2367 .inner.hero .text_wrap .logo-wrap .brand_logo {
    width: 80px;
    margin-left: 2px;
}
.scd-kcfep2367 .inner.hero .text_wrap .logo-wrap .tru_red {
    max-width: 40px;
    /* margin-left: 20px; */
    margin-left: 2px;
}
.scd-kcfep2367 .inner.hero .text_wrap .logo-wrap .staples-brand {
    width: 110px;
    margin-left: 10px;
}
.scd-kcfep2367 .inner.hero .text_wrap h2 {
    max-width: 360px;
    font-family: "Staples Norms Pro", Arial, Helvetica, sans-serif;
    font-size: 32px;
    line-height: 95%;
    font-weight: 700;
    text-align: center;
    /* text-transform: uppercase; */
    margin-bottom: 14px;
    z-index: 4;
}
.scd-kcfep2367 .inner.hero .text_wrap p {
    max-width: 345px;
    font-size: 18px;
    line-height: 110%;
    text-align: center;
    z-index: 4;
}
.scd-kcfep2367 .inner.hero .text_wrap sup {
    line-height: 70%;
}

.scd-kcfep2367 .inner.hero .video_wrap {
    position: relative;
    max-height: 240px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}

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

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

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

    .scd-kcfep2367 .inner.hero .video_wrap {
        max-height: 300px;
    }
    /* .scd-kcfep2367 .inner.hero .video_wrap .header_video {
        max-height: 450px;
    } */

}

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

    .scd-kcfep2367 .inner.hero {
        flex-direction: row;
    }
    .scd-kcfep2367 .inner.hero .text_wrap {
        width: calc(50% - 4px);
        align-items: flex-start;
        padding: 30px;
        margin-right: 4px;
    }
    .scd-kcfep2367 .inner.hero .text_wrap:before {
        background-position: -40% 50%;
        background-size: 175%;
    }

    .scd-kcfep2367 .inner.hero .text_wrap .logo-wrap {
        margin-bottom: 24px;
    }
    .scd-kcfep2367 .inner.hero .text_wrap .logo-wrap .brand_logo {
        width: 100px;
    }
    .scd-kcfep2367 .inner.hero .text_wrap .logo-wrap .tru_red {
        max-width: 50px;
    }
    .scd-kcfep2367 .inner.hero .text_wrap .logo-wrap .staples-brand {
        width: 130px;
        margin-left: 15px;
    }
    .scd-kcfep2367 .inner.hero .text_wrap h2 {
        max-width: 320px;
        font-size: 36px;
        text-align: left;
        margin-bottom: 20px;
    }
    .scd-kcfep2367 .inner.hero .text_wrap p {
        max-width: 310px;
        font-size: 22px;
        text-align: left;
    }

    .scd-kcfep2367 .inner.hero .video_wrap {
        width: 50%;
        max-height: unset;
        flex-direction: row;
    }

    /* .scd-kcfep2367 .inner.hero .video_wrap .header_video {
        max-height: 470px;
    } */

}

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

    .scd-kcfep2367 .inner.hero .text_wrap:before {
        background-position: -120% 40%;
        background-size: 135%;
    }

    .scd-kcfep2367 .inner.hero .text_wrap .logo-wrap .brand_logo {
        width: 160px;
    }

    .scd-kcfep2367 .inner.hero .text_wrap h2 {
        max-width: 400px;
        font-size: 40px;
    }

}

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

    .scd-kcfep2367 .inner.hero .text_wrap:before {
        opacity: 1;
        background-position: -120% 40%;
    }

    .scd-kcfep2367 .inner.hero .text_wrap h2 {
        max-width: 500px;
        font-size: 52px;
    }
    .scd-kcfep2367 .inner.hero .text_wrap p {
        max-width: 460px;
        font-size: 24px;
    }

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

}

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

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

    .scd-kcfep2367 .inner.hero .text_wrap h2 {
        max-width: 610px;
        font-size: 56px;
    }
    /* .scd-kcfep2367 .inner.hero .text_wrap p {
        max-width: 500px;
        font-size: 24px;
    } */
    
}