:host, :root{
    --purple-dark: #6472AC;
    --purple-light: #8EA3F5;
    --bright-blue: #2a9df5;
    --midnight: #002147;
    
}
html {
   scroll-behavior: smooth;
}

a.anchor {
   position: absolute;
   width: 100%;
   visibility: hidden;
   top: 0;
   left: 0;
}

h1,
h2,
h3,
h4,
h5,
h6{
    font-family: "Space Grotesk", sans-serif;
}
h1 .primary{
    font-size: 48px;
    display: block;
}
.bright-blue{
    color: var(--bright-blue);
}
.midnight{
    color: var(--midnight);
}


.pageUpper, .pageLowerAccent, .testimonial{
     background:  url(_img/gradient-noise.svg) no-repeat 50% 0 / cover;
}

.pageUpper{
    position: relative;
    overflow: hidden;
    padding: 100px 0;
}

.pageUpper.assessment{
    padding: 100px 0 60px;
}
.pageLowerAccent{
    
    width: 100%;
    height: 30px;
}
.testimonial{
   padding: 30px;
   border-radius: 10px;
   position: relative;
   overflow: hidden;
   margin: auto;
   width:95%;
}
.testimonial.simple{
    background: none;
    padding: 0;
}
.testimonial .quote{
    background: rgb(255 255 255 / 20%);
    padding: 30px;
    backdrop-filter: blur(10px);
    border-radius: 10px;
    position: relative;
    z-index: 2
    
}
.testimonial .ellipse{
    z-index: 1;
}
.testimonial .quote span{
    font-family: "Poppins", sans-serif;
    font-size: 24px;
    line-height: 30px;
    display: block;
    margin-bottom: 0.75rem;
    font-weight: 300;
    text-align: center;
}
.testimonial.simple .quote span{
    font-size: 22px;
    line-height: 26px;
} 
.ellipse{
    position: absolute;
    width: 155%;
    height: 660px;
    background: #FFF;
    left: 50%;
    -webkit-transform:translate(-50%, -50%);
    transform: translate(-50%, -50%);
    border-radius: 100%;
    /* display: flex;
    align-items: center; */
    top: 100%;
    filter: blur(112.5px);
    z-index: -1;
}
         
.cta-btn_solid{
    border-radius: 5.75px;
    display: inline-block;
    color: #ffffff;
    text-align: center;
    font-family: var(--roboto);
    font-style: normal;
    transition: all 0.3s ease-in-out;
    position: relative;
    z-index: 1;
    overflow: hidden;
    font-weight: 700;
    font-size: 18px;
    padding: 12px 24px;
    /* filter: drop-shadow(0px 9.2px 28.75px rgba(4, 27, 53, 0.20)); */
    background-color: #000;
    border: 1px solid #000;
}




.cta-btn_solid:hover, .cta-btn_solid:focus{
    color: #000;
    background-color: #FFF;
}


.whyRead ul, .insideReport ul{
    /* margin-left: 1em; */
    display: grid;
    /* gap: 8px; */
    list-style-type: none;
    margin-bottom: 1rem;
}

.whyRead ul li, .insideReport ul li{
   position: relative;
    padding: 12px 0 12px 25px;
    border-bottom: 1px solid #dce3fe;
    line-height: 1.5;
}
.whyRead ul li::before, .insideReport ul li::before {
    font-family: "Font Awesome 6 Pro";
    content: "\f061";
    font-weight: 700;
    position: absolute;
    left: 0;
    top: 12px;
    color: var(--bright-blue);
}

.whyRead{
    padding: 120px 0;
}
.whyRead.assessment{
    padding: 60px 0 120px;
}
.whyRead h2,  .insideReport h2{
   
        font-size: 42px;
    margin-bottom: 1rem;
    font-style: normal;
    font-weight: 300;
    line-height: 1.1; 
    
}

.insideReport{
    padding: 120px 0;
    background-color: #FFF;
}


.divider{
    width: 100%;
    height: 1px;
    background-color: #C6C6C6;
}

.circle-chart__circle {
    transform: rotate(-90deg);
    transform-origin: center;
    opacity: 0;
}

.circle-chart__circle.animated {
    animation: circle-chart-fill 1.2s reverse;
    opacity: 1;
}

.circle-chart {
    margin: 0 auto 1rem;
    display: flex;
    justify-content: center;
    position: relative;
}

.percent {
    color: #6472AC;
    font-weight: 700;
    font-size: 54px;
    line-height: normal;
    opacity: 0;
    
}
.percent.animated{
    animation: percent-animate 1.2s forwards;
}

.circle-chart .percent {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.fa-person {
    color: rgb(142 163 245);
    opacity: 0.3;
}

.fa-person.animated.person-chartfill {
    animation: person-fill 1.2s forwards;
}

@keyframes person-fill {
    0% {
        opacity: 0.3;
    }

    100% {
        opacity: 1;
    }
}

@keyframes percent-animate {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes circle-chart-fill {
    to {
        stroke-dasharray: 0 100;
    }
}


.statWrapper {
    margin: 0 auto 2.5rem;
}


@media (min-width:768px) {
    .d-block-lg{
        display: block;
    }
    .statWrapper {
        max-width: 70%;
    }
}
@media (max-width:991px){
    .testimonial .quote span{
        font-size: 20px;
        line-height: 24px;
    }
}
@media (max-width:767px) {
    .ellipse{
        /* width:200%;
        height: 150%;
        top: 0; */
        display: none;
    }
    h1.lg{
        font-size: 44px;
        line-height: 1.1;
    }
    .whyRead h2, .insideReport h2{
        font-size: 36px;
    }
    .pageUpper::after{
        background: linear-gradient(360deg,rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 50%, rgba(255, 255, 255, 0) 100%);
        height: 100%;
        width: 100%;
        position: absolute;
        inset: 0;
        content:'';
        z-index: -1;
    }
    .testimonial.simple .quote{
        padding: 30px 0;
    }
    
    
}



.personIcons {
    display: grid;
    grid-template-columns: repeat(10, 1fr);
    width: 100%;
    text-align: center;
    font-size: 2.2em;
    gap: 3px;
}

.stat1 {
    display: grid;
    grid-template-columns: 2fr 1fr;
    place-items: center;
        gap: 8px;
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
}

.fa-person:before {
    content: "\f183"
}






