/* Whitepaper CSS */
section.whitepaper--MainBanner {
    height: 650px;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    display: flex;
    align-items: center;
}
.postid-5151 header.header-background {
    display: block;
}
.whitepaper--BannerContentWrp h1 {
    color: #fff;
    font-size: 80px;
    font-weight: 400;
    line-height: 80px;
    margin-bottom: 55px;
}
.whitepaper--BannerContentWrp p {
    color: #FFF;
    font-size: 18px;
    font-weight: 400;
    line-height: 150%;
}
.whitepaper--PublishedMonth h6 {color: #FFF;font-size: 18px;font-weight: 600;line-height: 150%; /* 27px */text-transform: capitalize;}

.whitepaper--PublishedMonth {
    margin-bottom: 20px;
}
.category--eyebrow h6 {
    color: #CCFC00;
    font-size: 14px;
    font-weight: 600;
    line-height: 150%;
    letter-spacing: 1.4px;
    text-transform: capitalize;
    margin-bottom: 18px;
}

.whitepaper--MainTitle h2 {
    color: #3A3A3A;
    font-size: 44px;
    font-weight: 400;
    margin-bottom: 40px;
}

.whitepaper--Eyebrow h6 {
    color: var(--primary-color);
    font-size: 14px;
    font-weight: 600;
    line-height: normal;
    letter-spacing: 1.4px;
    text-transform: uppercase;
}

section.whitepaper--ContentSection {
    padding: 80px 0px 0px;
}

.whitepaper--SubTitle h4 {
    color: #3A3A3A;
    font-size: 18px;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 20px;
}

.whitepaper--SubList ul {
    padding-left: 35px;
}

.whitepaper--SubList {
    margin-bottom: 20px;
}

.whitepaper--SubList ul li {
    list-style: disc;
    color: #3A3A3A;
    font-size: 18px;
    font-weight: 400;
    line-height: normal;
}
.whitepaper--MainTitle p {
    margin-bottom: 20px;
    color: #3A3A3A;
    font-size: 18px;
    font-weight: 400;
    line-height: normal;
}
.whitepaper--SubTitle p {
    margin-bottom: 20px;
}
.green--HighlightedNum h4 {
    color: var(--primary-color);
    font-size: 96px;
    font-weight: 500;
    line-height: normal;
}

.green--HighlightedContent p strong {
    font-weight: 500;
}

.whitepaper--SubList ul li strong {
    font-weight: 700;
}

.measure--BoxWraper {
    display: flex;
    gap: 20px;
    padding: 0px 20px;
    border-left: 1px solid var(--primary-color);
    align-items: center;
}

.green--HighlightedContent p {
    color: var(--primary-color);
    font-size: 32px;
    font-weight: 300;
    line-height: normal;
}

.green--HighlightedText {
    border-left: 1px solid var(--primary-color);
    padding-left: 20px;
}

.measure--BoxTitle h5 {
    color: var(--text-color);
    font-size: 30px;
    font-weight: 400;
    line-height: normal;
}

.measure--BoxContent p {
    color: var(--text-color);
    font-size: 18px;
    font-weight: 400;
    line-height: normal;
    min-height: 55px;
}
section.cta-sectionWrap {
    padding: 80px 0px;
}

section.cta-sectionWrap .btn-yellow {
    width: auto;
    padding: 8px 20px;
}

.reference--ContentWrap h4 {
    color: #3A3A3A;
    font-size: 18px;
    font-weight: 700;
    line-height: normal;
}

.reference--ContentWrap ul li {
    color: #3A3A3A;
    font-size: 12px;
    font-weight: 400;
    line-height: normal;
}

section.whitepaper--contentImage-Section {padding: 0px;}

.whitepaper--MainTitle.content--Image--div p {
    font-size: 18px;
    color: #3a3a3a;
    font-weight: 400;
    line-height: normal;
}

.whitepaper--MainTitle.content--Image--div h4 {
    color: #3A3A3A;
    font-size: 18px;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 20px;
}

.whitepaper--MainTitle.content--Image--div h4 a {
    color: #3a3a3a;
}

.whitepaper--MainTitle.content--Image--div ul li {
    color: #3A3A3A;
    /* text-align: justify; */
    /* font-family: Inter; */
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    list-style: disc;
}

.whitepaper--MainTitle.content--Image--div ul {
    padding: 0px 0px 20px 19px;
}


ul.num--list li span {position: absolute;left: 0;}

ul.num--list li {
    list-style: none !important;
    padding-left: 20px;
    position: relative;
}

ul.num--list {
    padding: 10px 30px 20px 0px !important;
}

.whitepaper--rightside-form input.wpcf7-form-control.wpcf7-submit {
    padding: 12px 30px;
    align-items: center;
    border-radius: 6px;
    background: var(--secondary-color);
    border: 0px;
    font-size: 18px;
    font-weight: 500;
}

@media(max-width:1025px){
    .whitepaper--ImageBox img {
        width: 100%;
    }
    
    .whitepaper--BannerContentWrp h1 {
        font-size: 48px;
        line-height: 48px;
        margin-bottom: 25px;
    }

    .whitepaper--BannerContentWrp p {
        font-size: 16px;
    }

    .whitepaper--PublishedMonth h6 {
        font-size: 16px;
    }

    .green--HighlightedNum h4 {
        font-size: 58px;
    }

    .green--HighlightedContent p {
        font-size: 24px;
    }

    .whitepaper--MainTitle h2 {
        font-size: 30px;
    }

    .whitepaper--MainTitle h2 {
        line-height: 35px;
        margin-bottom: 25px;
    }

    .measure--BoxTitle h5 {
        font-size: 20px;
    }

    .measure--BoxContent p {
        font-size: 16px;
    }

    .measure--BoxWraper {
        gap: 0px;
    }

    .prefooter--title h2 {
        font-size: 58px;
        line-height: 65px;
    }
}