.product-sca-bg {
    background: #0064C0 url('/assets/images/background/hero-banner-sca.svg') no-repeat;
    background-size: cover;
    padding-top: 128px;
    padding-bottom: 80px;
}

.sca-hero--content {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 40px;
}

.sca-hero--title {
    font-weight: 800;
    font-size: 40px;
    line-height: 1.2;
    color: #F2F2F2;
    margin-top: 0;
    margin-bottom: 32px;
    text-align: center;
}

.sca-hero--intro {
    font-weight: 500;
    font-size: 16px;
    line-height: 1.5;
    color: #E8F4FC;
    margin-bottom: 32px;
    text-align: center;
}

.video-wrap {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 24px;
}

.video-description {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 16px;
}

.sca-section {
    padding-top: 80px;
    padding-bottom: 80px;
}

.sca-section-row {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.sca-section--context {
    margin-bottom: 40px;
}

.sca-section--title {
    font-weight: 800;
    font-size: 26px;
    line-height: 1.4;
    text-align: center;
    color: #011C35;
    margin-top: 0;
    margin-bottom: 16px;
}

.sca-section--subtitle {
    font-weight: 700;
    font-size: 20px;
    line-height: 1.5;
    text-align: center;
    color: #3B556E;
    margin-top: 0;
    margin-bottom: 16px;
}

.sca-section--paragraph {
    font-weight: 500;
    font-size: 15px;
    line-height: 1.9;
    color: #3B556E;
    text-align: center;
    margin-bottom: 16px;
}

.sca-demo-section .sca-section--paragraph {
    margin-bottom: 40px;
}

.sca-section--paragraph b,
.sca-section--paragraph strong {
    font-weight: 700;
    color: #011C35;
}

.sca-section--paragraph a {
    font-weight: 500;
}

.sca-section--list {
    padding: 0;
}

.sca-section--list .sca-section--paragraph {
    margin: 0;
}

.sca-section--press-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    flex-wrap: wrap;
    gap: 16px;
    margin-bottom: 24px;
}

.sca-resources {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 16px;
}

.sca-resources img {
    margin: 0;
}

.sca-img {
    width: 100%;
    height: auto;
}

.list-group-item { /* demo style */
    background-color: #efefef;
    border-color: #ececec;
}

.list-group-item.active, /* demo style */
.list-group-item.active:focus, /* demo style */
.list-group-item.active:hover { /* demo style */
    border-color: #ececec;
}

a.list-group-item:focus, /* demo style */
a.list-group-item:hover, /* demo style */
button.list-group-item:focus, /* demo style */
button.list-group-item:hover { /* demo style */
    text-decoration: none;
    background-color: #efefef;
}

.video-authenticator {
    display: inline-flex;
    align-items: center;
    cursor: pointer;
    margin-top: 10px;
    padding: 10px 0;
}

.video-authenticator:hover {
    text-decoration: underline;
}

.video-authenticator svg {
    margin-left: 6px;
}

@media (min-width: 425px) {
    .sca-section--press-wrapper {
        flex-direction: row;
        justify-content: center;
    }
}

@media (min-width: 768px) {
    .product-sca-bg {
        padding-bottom: 128px;
    }

    .sca-hero--row {
        align-items: center;
    }

    .sca-hero--content {
        align-items: flex-start;
        margin-bottom: 0;
    }

    .sca-hero--title {
        font-size: 50px;
        text-align: left;
        max-width: 910px;
    }

    .video-wrap {
        max-width: 910px;
        flex-direction: row;
    }

    .video-description {
        align-items: flex-start;
    }

    .sca-hero--intro {
        text-align: left;
    }

    .sca-section-row {
        flex-direction: row;
    }

    .sca-section--context {
        margin-bottom: 0;
    }

    .sca-section--title {
        text-align: left;
    }

    .sca-demo-section .sca-section--title {
        text-align: center;
    }

    .sca-section--subtitle {
        text-align: left;
    }

    .sca-section--paragraph {
        text-align: left;
    }

    .sca-demo-section .sca-section--paragraph {
        text-align: center;
    }

    .sca-section--list {
        padding-left: 1rem;
        list-style: disc;
    }

    .sca-section--press-wrapper {
        justify-content: flex-start;
    }

    .sca-resources {
        justify-content: flex-start;
    }

    .list-group-item:last-child { /* demo style */
        border-bottom-left-radius: 10px;
    }

    .list-group-item:first-child { /* demo style */
        border-top-left-radius: 10px;
    }

    .video-authenticator {
        padding: 0;
        margin-top: 0;
    }
}

@media (max-width: 1200px) {
    .product-sca-bg {
        background: #0064C0 url('/assets/images/background/hero-banner-sca.svg') no-repeat 50% top;
        background-size: cover;
    }
}
