.hero-security-compliance {
    background: #000000;
    background: linear-gradient(45deg,rgba(0, 0, 0, 1) 0%, rgba(45, 5, 72, 1) 100%);
    color: var(--color-white);
    padding-top: 190px;
    padding-bottom: 65px;

    /* Header */

    /* Boxes */

    /* Top Box */

    /* Bottom Box (Left) */

    /* Bottom Box (Right) */
}
    .hero-security-compliance .hero-security-compliance__header {
        text-align: center;
        max-width: 850px;
        margin: 0 auto;
    }
    .hero-security-compliance .hero-security-compliance__title {
        font-weight: var(--font-weight-light);
    }
    .hero-security-compliance .hero-security-compliance__subtitle {
        font-size: var(--font-size-xl);
        max-width: 580px;
        margin: 24px auto 0;
    }
    .hero-security-compliance .hero-security-compliance__buttons-container {
        display: flex;
        justify-content: center;
        gap: 18px;
        margin-top: 24px;
    }
    .hero-security-compliance .hero-security-compliance__boxes {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 24px;
        margin-top: 60px;
    }
    .hero-security-compliance .hero-security-compliance__top-box,
    .hero-security-compliance .hero-security-compliance__bottom-box-left,
    .hero-security-compliance .hero-security-compliance__bottom-box-right {
        background: var(--gradient-purple-overlay);
        border: 1px solid rgba(255, 255, 255, 0.1);
        border-radius: var(--radius-xl);
        padding: 60px;
    }
    .hero-security-compliance .hero-security-compliance__bottom-box-left-title,
    .hero-security-compliance .hero-security-compliance__bottom-box-right-title {
        font-size: 28px;
        font-weight: var(--font-weight-light);
    }
    .hero-security-compliance .hero-security-compliance__top-box-copy,
    .hero-security-compliance .hero-security-compliance__bottom-box-left-copy,
    .hero-security-compliance .hero-security-compliance__bottom-box-right-copy {
        margin-top: 24px;
    }
    .hero-security-compliance .hero-security-compliance__bottom-box-right-cta,
    .hero-security-compliance .hero-security-compliance__bottom-box-left-cta {
        margin-top: 45px;
    }
    .hero-security-compliance .hero-security-compliance__top-box-subtitle {
        font-size: var(--font-size-lg);
        width: max-content;
        background-color: rgba(255, 255, 255, 0.05);
        border: 1px solid rgba(255, 255, 255, 0.1);
        border-radius: var(--radius-md);
        padding: 10px 16px;
        margin-bottom: 24px;
    }
    .hero-security-compliance .hero-security-compliance__top-box {
        grid-column: 1 / 3;
    }
    .hero-security-compliance .hero-security-compliance__top-box-subcontainer {
        display: flex;
        justify-content: space-between;
        gap: 90px;
    }
    .hero-security-compliance .hero-security-compliance__top-box-left {
        width: 100%;
        max-width: 540px;
    }
    .hero-security-compliance .hero-security-compliance__top-box-list {
        width: 100%;
    }
    .hero-security-compliance .hero-security-compliance__top-box-list ul li {
                font-weight: var(--font-weight-light);
            }
    .hero-security-compliance .hero-security-compliance__top-box-title {
        font-size: var(--font-size-3xl);
        font-weight: var(--font-weight-regular);
    }
    .hero-security-compliance .hero-security-compliance__top-box-copy {
        font-size: var(--font-size-lg);
        font-weight: var(--font-weight-light);
    }
    .hero-security-compliance .hero-security-compliance__bottom-box-left {
        grid-column: 1 / 2;
    }
    .hero-security-compliance .hero-security-compliance__bottom-box-left-icon {
        margin-bottom: 24px;
    }
    .hero-security-compliance .hero-security-compliance__bottom-box-left-copy {
        font-size: var(--font-size-lg);
    }
    .hero-security-compliance .hero-security-compliance__bottom-box-left-list {
        margin-top: 45px;
    }
    .hero-security-compliance .hero-security-compliance__bottom-box-left-list-item {
        display: flex;
        gap: 10px;
        margin-bottom: 20px;
    }
    .hero-security-compliance .hero-security-compliance__bottom-box-left-list-item:last-child {
            margin-bottom: 0;
        }
    .hero-security-compliance .hero-security-compliance__bottom-box-left-list-icon {
        max-width: 40px;
        height: max-content;
    }
    .hero-security-compliance .hero-security-compliance__bottom-box-left-list-text {
        font-weight: var(--font-weight-light);
    }
    .hero-security-compliance .hero-security-compliance__bottom-box-right {
        grid-column: 2 / 3;
    }
    .hero-security-compliance .hero-security-compliance__bottom-box-right-icon {
        margin-bottom: 24px;
    }
    .hero-security-compliance .hero-security-compliance__bottom-box-right-copy {
        font-size: var(--font-size-lg);
    }
    .hero-security-compliance .hero-security-compliance__bottom-box-right-list {
        margin-top: 32px;
    }
    .hero-security-compliance .hero-security-compliance__bottom-box-right-list ul li {
                font-weight: var(--font-weight-light);
            }
.cards-security-compliance {
    position: relative;
    padding-top: 80px;
    padding-bottom: 80px;
    background-color: var(--color-purple-medium-05);
}

    .cards-security-compliance .cards-security-compliance__cards-container {
        display: flex;
        gap: 24px;
    }

    .cards-security-compliance .cards-security-compliance__card {
        border: 1px solid rgba(0, 0, 0, .1);
        border-radius: var(--radius-xl);
        background-color: var(--color-white);
        padding: 48px;
    }

    .cards-security-compliance .cards-security-compliance__card-icon {
        margin-bottom: 32px;
    }

    .cards-security-compliance .cards-security-compliance__card-title {
        font-size: 22px;
        font-weight: var(--font-weight-regular);
    }

    .cards-security-compliance .cards-security-compliance__card-content {
        font-size: var(--font-size-lg);
        margin-top: 32px;
    }
.certifications-frameworks {
    position: relative;
    overflow: hidden;

    /* --- Header --- */

    /* --- Grid --- */
}
    
    .certifications-frameworks .certifications-frameworks__container {
        padding-top: 80px;
        padding-bottom: 80px;
    }
    
    .certifications-frameworks .certifications-frameworks__title  {
        text-align: center;
    }
    
    .certifications-frameworks .certifications-frameworks__subtitle {
        font-size: var(--font-size-lg);
        text-align: center;
        max-width: 505px;
        margin: 16px auto 0;
    }
    
    .certifications-frameworks .certifications-frameworks__grid {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        gap: 24px;
        max-width: 1220px;
        margin: 30px auto 0;
    }
    
    .certifications-frameworks .certifications-frameworks__grid-item {
        position: relative;
        display: flex;
        align-items: center;
        gap: 32px;
        border: 1px solid rgba(0, 0, 0, 0.1);
        border-radius: var(--radius-xl);
        padding: 24px;
    }
    
    .certifications-frameworks .certifications-frameworks__grid-item-link {
        position: absolute;
        inset: 0;
        z-index: 2;
    }
    
    .certifications-frameworks .certifications-frameworks__grid-item-link::before,
        .certifications-frameworks .certifications-frameworks__grid-item-link::after {
            content: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTMiIGhlaWdodD0iMTMiIHZpZXdCb3g9IjAgMCAxMyAxMyIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTAuOTk5OTI3IDExLjMyMzdMMTAuODk5NCAxLjQyNDE2TTEwLjg5OTQgMS40MjQxNkwxMS4zMjM3IDguNzc4MDdNMTAuODk5NCAxLjQyNDE2TDMuNTQ1NTEgMC45OTk4OTgiIHN0cm9rZT0iYmxhY2siIHN0cm9rZS13aWR0aD0iMiIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIi8+Cjwvc3ZnPgo=);
            position: absolute;
            opacity: 1;
            transition: .2s linear;
        }
    
    .certifications-frameworks .certifications-frameworks__grid-item-link::before {
            top: 24px;
            left: 24px;
            transform: translateX(-20px);
            opacity: 0;
        }
    
    .certifications-frameworks .certifications-frameworks__grid-item-link::after {
            top: 24px;
            right: 24px;
        }
    
    .certifications-frameworks .certifications-frameworks__grid-item-link:hover::before {
                top: 24px;
                left: 24px;
                transform: translateX(0);
                opacity: 1;
            }
    
    .certifications-frameworks .certifications-frameworks__grid-item-link:hover::after {
                transform: translateX(20px);
                opacity: 0;
                transition: .2s linear;
            }
    
    .certifications-frameworks .certifications-frameworks__grid-item-link:hover ~ .certifications-frameworks__grid-item-title,
            .certifications-frameworks .certifications-frameworks__grid-item-link:hover ~ .certifications-frameworks__grid-item-logo {
                transform: translateX(20px);
                transition: .2s linear;
            }
    
    .certifications-frameworks .certifications-frameworks__grid-item-title,
    .certifications-frameworks .certifications-frameworks__grid-item-logo {
        transform: translateX(0);
        transition: .2s linear;
    }
.technical-whitepapers {
    position: relative;
    overflow: hidden;
    padding-top: 80px;
    padding-bottom: 80px;
    background: var(--gradient-brand-dark-bg);
    color: var(--color-white);

    /* --- Header --- */

    /* --- Cards --- */
}

    .technical-whitepapers.dark .gradient-ellipse {
            display: none;
        }

    .technical-whitepapers.white {
        background: transparent;
        color: var(--color-black);
    }

    .technical-whitepapers.white .technical-whitepapers__card {
            background: var(--color-white);
            border: 1px solid rgba(0, 0, 0, .1);
        }

    .technical-whitepapers.white .technical-whitepapers__card-link {
            background-color: var(--color-black);
            color: var(--color-white);
        }

    .technical-whitepapers .technical-whitepapers__title {
        text-align: center;
    }

    .technical-whitepapers .technical-whitepapers__cards {
        margin-top: 32px;
    }

    .technical-whitepapers .technical-whitepapers__cards-container {
        display: flex;
        gap: 24px;
        margin-top: 32px;
    }

    .technical-whitepapers .technical-whitepapers__card {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        background: var(--gradient-purple-overlay);
        border: 1px solid rgba(255, 255, 255, .1);
        border-radius: var(--radius-xl);
        width: 100%;
        padding: 60px;
    }

    .technical-whitepapers .technical-whitepapers__card-title {
        font-size: 28px;
        font-weight: var(--font-weight-light);
    }

    .technical-whitepapers .technical-whitepapers__card-copy {
        font-size: var(--font-size-lg);
        margin-top: 24px;
    }

    .technical-whitepapers .technical-whitepapers__card-link {
        display: block;
        font-size: var(--font-size-lg);
        color: var(--color-white);
        border: 1px solid rgba(255, 255, 255, .15);
        border-radius: var(--radius-lg);
        background-color: rgba(255, 255, 255, .1);
        width: max-content;
        height: max-content;
        padding: 12px 24px;
        margin-top: 65px;
        margin-left: auto;
    }
.industry-leaders-choose {
    position: relative;
    overflow: hidden;
    padding-top: 100px;
    padding-bottom: 100px;
}

    .industry-leaders-choose .industry-leaders-choose__title {
        text-align: center;

        /* Mobile */
    }

    .industry-leaders-choose .industry-leaders-choose__title strong {
            display: block;
        }

    @media (max-width: 768px) {

    .industry-leaders-choose .industry-leaders-choose__title {
            font-size: var(--font-size-4xl)
    }
        }

    .industry-leaders-choose .industry-leaders-choose__copy {
        font-size: var(--font-size-lg);
        text-align: center;
        max-width: 720px;
        margin: 16px auto 0;
    }

    .industry-leaders-choose .industry-leaders-choose__cta {
        display: block;
        width: max-content;
        margin: 52px auto 0;
    }

