.ai-screening-overjet-banner{
    margin-top: -72px;
    padding-top: 120px;
    padding-bottom: 52px;
}
.ai-screening-overjet-banner .banner-content{
    color: #FFFFFF;
}
.ai-screening-overjet-banner .h1{
    font-weight: 600;
    font-size: 48px;
    line-height: 114.99999999999999%;
    background: linear-gradient(94.63deg, #00FFDE -11.43%, #00F0FF 98.96%);
    -webkit-text-fill-color: transparent;
    background-clip: text;
    -webkit-background-clip: text;
    color: inherit;
    margin-bottom: 8px;
}
.ai-screening-overjet-banner .banner_description{
    font-weight: 500;
    font-size: 40px;
    line-height: 125%;
    margin-bottom: 20px;
    font-family: 'Haffer';
}
.ai-screening-overjet-banner .banner_quote{
    font-weight: 500;
    font-size: 16px;
    line-height: 26px;
    margin-bottom:10px;
}
.quote-author-row{
    display: flex;
    gap: 20px;
    align-items: center;
}
.quote_author_image{
    min-width: 50px;
    width: 50px;
    min-height: 50px;
    height: 50px;
    border-radius: 100%;
    overflow: hidden;
}
.quote_author_image img{
    width: 100%;
    height: 100%;
    border-radius: 100%;
    object-fit: cover;
}
.author_title{
    font-weight: 700;
    font-size: 18px;
    line-height: 25.2px;
}
.author_destination{
    font-weight: 400;
    font-size: 16px;
    line-height: 25.2px;
}
.ai-screening-overjet-banner .banner-btn-wrapper {
    border: 3px solid rgba(255,255,255,.35);
    border-radius: 270px;
    width: auto;
    display: inline-block;
    margin-top: 20px;
}
.ai-screening-overjet-banner .primary_btn {
    color: #161616;
    font-family: Haffer;
    font-size: 20px;
    background: linear-gradient(301deg,rgba(255,255,255,0) 95.55%,rgba(255,255,255,.72) 106.8%,rgba(255,255,255,0) 121.16%),linear-gradient(95deg,#00ffde -11.43%,#00f0ff 98.96%);
    font-style: normal;
    font-weight: 600;
    line-height: 32px;
    letter-spacing: .16px;
    display: inline-flex;
    height: 56px;
    padding: 13px 30px;
    border: none;
    justify-content: center;
    align-items: center;
    position: relative;
    overflow: hidden;
    transition: none;
    border-radius: 50px;
    box-shadow: none;
}
.ai-screening-overjet-banner .primary_btn:hover {
    position: relative;
    background: linear-gradient(99.01deg,#0074DD -2.93%,#591EFF 58.85%,#9644FF 126.18%);
    color: #ffffff!important;
    box-shadow: 0 0 0 3px rgba(255,255,255,.3);
    filter: none;
}
@media (min-width: 1280px){
    .ai-screening-overjet-banner .banner_quote {
        padding-right: 70px;
    }
    .ai-screening-overjet-banner .banner-inner-img {
        width: calc(100% + 44px);
    }
}
@media (max-width: 767px){
    .ai-screening-overjet-banner{
        padding-bottom: 20px;
    }
    .ai-screening-overjet-banner .h1{
        font-size: 39px;
    }
    .ai-screening-overjet-banner .banner_description {
        font-size: 30px;
    }
    .ai-screening-overjet-banner .banner-inner-img{
        margin-top: 24px;
    }
}
@media (max-width: 420px){
    .ai-screening-overjet-banner .primary_btn {
        font-size: 16px;
    }
}
/*--------------------candidate-section--------------------------*/
.candidate-section{
    padding-top: 56px;
    padding-bottom: 72px;
    background: #F6F8FF;
}
.candidate-section .row {
    display: flex;
    flex-wrap: nowrap;
    margin: 0;
    gap: 80px;
}
.candidate-section .row .col-candidate-left, 
.candidate-section .row .col-candidate-right{
    padding: 0;
    box-sizing: border-box;
    flex-shrink: inherit;
}
.candidate-section .h2{
    font-weight: 600;
    font-size: 36px;
    line-height: 46px;
    letter-spacing: 0.36px;
    color: #38446B;
}
.candidate_description{
    font-weight: 500;
    font-size: 18px;
    line-height: 26px;
    color: #38446B;
}
.candidate_year_inner {
    font-weight: 700;
    font-size: 20px;
    line-height: 130%;
    padding: 4px 0 4px 20px;
    border-left: 4px solid;
    border-color: #472EE7;
    margin-top: 20px;
}
.candidate_text_year{
    color:#38446B
}
.candidate_text_year_link a{
    color: #472EE7;
    font-weight: 600;
    font-size: 16px;
    line-height: 26px;
    text-decoration: underline;
}
.candidate_text_year_link a:hover{
    text-decoration: none;
}
@media (min-width: 1024px){
    .candidate-section .row .col-candidate-left{
        min-width: 440px;
        width: 440px;
    }
}
@media (max-width: 1199px){
    .candidate-section .row {
        gap: 40px;
    }
    .candidate-section .row .col-candidate-left, 
    .candidate-section .row .col-candidate-right{
        max-width: 50%;
    }
}
@media (max-width: 767px){
    .candidate-section{
        padding-top: 36px;
        padding-bottom: 32px;
    }
    .candidate-section .row {
        flex-wrap: wrap;
        gap: 20px;
    }
    .candidate-section .row .col-candidate-left, 
    .candidate-section .row .col-candidate-right{
        max-width: 100%;
    }
    .candidate-section .h2{
        font-size: 32px;
        line-height: 120%;
    }
}


/*----------------------chapters-section------------------------*/
.chapters-section{
    padding-top: 60px;
    padding-bottom: 88px;
    /* background: linear-gradient(0deg, #E5EFF6, #E5EFF6), linear-gradient(0deg, #ECF0FF, #ECF0FF); */
    background: #ECF0FF;
}
.chapters-section .h1{
    color: #273653;
    font-family: "Haffer";
font-weight: 600;
font-style: SemiBold;
font-size: 40px;
leading-trim: NONE;
line-height: 48px;
letter-spacing: 0%;
text-align: center;

}
.chapters-section .row{
    margin-top: 32px;
    display: grid;
    gap: 20px;
    grid-template-columns: repeat(3,1fr);
}
.chapter-grid-item {
    padding: 32px 24px 28px 24px !important;
    background: #fff;
    border-radius: 12px;
    flex-shrink: inherit;
    border: 1px solid;
    border-color:#E6E8EF;
    width: 100%;
}
.chapters-grid-box {
    display: flex;
    flex-direction: column;
    height: 100%;
}
.chapter-grid-item .box-img {
    display: flex;
    width: 60px;
    height: 60px;
    border-radius: 12px;
    background: #F0F5FD;
    align-items: center;
    justify-content: center;
    margin-bottom: 14px;
}
.chapter-grid-item .box-img img{
    max-height: 60px;
}
.chapter_title{
    font-weight: 700;
    font-size: 20px;
    line-height: 28px;
    margin-bottom: 18px;
    color: #38446B;
}
.chapter_description{
    font-weight: 500;
    font-size: 16px;
    line-height: 22px;
    color: #5F6B92;
    margin-bottom: 12px;
}
.chapter_link {
    margin-top: auto;
}
.chapter_link a {
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
    color: #472EE7;
    position: relative;
    padding-right: 15px;
}
.chapter_link a:after{
    content: url("data:image/svg+xml,%3Csvg width='7' height='10' viewBox='0 0 7 10' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M6.34674 5.26558L1.75996 9.88986C1.61311 10.0367 1.37564 10.0367 1.22879 9.88986L0.610139 9.27121C0.463287 9.12436 0.463287 8.88689 0.610139 8.74004L4.31269 5L0.610139 1.25996C0.463287 1.11311 0.463287 0.875644 0.610139 0.728792L1.22879 0.110139C1.37564 -0.036713 1.61311 -0.036713 1.75996 0.110139L6.34674 4.73442C6.49359 4.88127 6.49359 5.11873 6.34674 5.26558Z' fill='%23472EE7'/%3E%3C/svg%3E%0A");
    display: inline-block;
    transition: ease .2s;
    position: absolute;
    top: 0;
    right: 0;
}


/*--------------------train-cta-section--------------------------*/
section.train-cta-section {
    background: #E2E9FF;
    padding-bottom: 60px;
    padding-top: 56px;
}
section.train-cta-section .banner-content .h1 {
    margin-bottom: 12px;
    color: #472EE7;
    font-weight: 600;
    font-size: 36px;
    line-height: 120%;
    letter-spacing: 1.6px;
}
section.train-cta-section .banner_description {
    font-weight: 500;
    font-size: 20px;
    line-height: 150%;
    color: #283560;
}
section.train-cta-section .banner-btn-wrapper {
    border: 3px solid rgba(255,255,255,.35);
    border-radius: 270px;
    width: auto;
    display: inline-block;
    margin-top: 22px;
}
section.train-cta-section .primary_btn {
    color: #283560;
    font-family: Haffer;
    font-size: 20px;
    background: linear-gradient(301deg,rgba(255,255,255,0) 95.55%,rgba(255,255,255,.72) 106.8%,rgba(255,255,255,0) 121.16%),linear-gradient(95deg,#00ffde -11.43%,#00f0ff 98.96%);
    font-style: normal;
    font-weight: 600;
    line-height: 32px;
    letter-spacing: .16px;
    display: inline-flex;
    height: 56px;
    padding: 13px 30px;
    border: none;
    justify-content: center;
    align-items: center;
    position: relative;
    overflow: hidden;
    transition: none;
    border-radius: 50px;
    box-shadow: none;
}
section.train-cta-section .primary_btn:hover {
    position: relative;
    background: linear-gradient(99.01deg,#0074DD -2.93%,#591EFF 58.85%,#9644FF 126.18%);
    color: #ffffff!important;
    box-shadow: 0 0 0 3px rgba(255,255,255,.3);
    filter: none;
}

@media (min-width: 768px){
    section.train-cta-section .train-cta-left-col{
        padding-right: 40px;
    }
    section.train-cta-section .train-cta-right-col{
        padding-left: 40px;
    }
}
@media (max-width: 767px){
    section.train-cta-section {
        padding-bottom: 40px;
        padding-top: 40px;
    }
    .train-cta-right-col{
        margin-top: 24px;
    }
    section.train-cta-section .banner-content .h1 {
        font-size: 32px;
    }
}

/*-------------------fraud-exposed-section-----------------*/
.exposed-wrapper {
    max-width: 760px;
    margin: 0 auto;
    padding-bottom: 16px;
    padding-top: 68px;
    border-bottom: 1px solid #D4D7E3;
}
.start-roles-section+.start-roles-section .exposed-wrapper {
    padding-top: 32px;
}
.exposed-wrapper .h2{
	font-family: 'Haffer';
	font-style: normal;
	font-weight: 600;
	font-size: 36px;
	line-height: 44px;
	color: #283560;
    margin-bottom: 24px;
    padding-right: 11px;
}

.exposed-wrapper h3 {
    font-family: 'Haffer';
    font-style: normal;
    font-weight: 600;
    font-size: 28px;
    line-height: 120%;
    letter-spacing: 0.01em;
    color: #283560;
    margin-bottom: 10px;
}

.list_content ul {
    margin-bottom: 24px;
    padding-left: 20px;
        margin-left: 10px;
}
.list_content ul li {
    font-family: 'DM Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 26px;
    align-items: center;
    color: #38446B;
    align-self: stretch;
        margin-bottom: 6px;
}
.list_content ul li::marker {
    font-size: 12px;
    line-height: 20px;
}
.candidate_fraud_heading{
    font-weight: 600;
    font-size: 28px;
    line-height: 120%;
    letter-spacing: 0.16px;
    margin-bottom: 10px;
    color:#283560;
    font-family: 'Haffer';
}
.candidate_fraud_text, .candidate_fraud_text ul li{
    font-weight: 400;
    font-size: 18px;
    line-height: 26px;
    color:#38446B;
    margin-bottom: 24px;
}
.candidate_fraud_text ul li {
    margin-bottom: 8px;
}
.candidate_fraud_text ul li:last-child {
    margin-bottom: 0px;
}
.candidate_fraud_text a {
    color:#472EE7;
    font-weight: 600;
}
.candidate_fraud_text strong {
    color:#38446B;
    font-weight: 700;
}
.growing_threat_content span{
    color: #472EE7;
    font-weight: 700;
    background-color: #ece2fc;
    padding-left: 4px;
    padding-right: 1px;
}
.candidate_fraud_text a{
    text-decoration: underline;
}
.candidate_fraud_text a:hover{
    text-decoration: none;
}
.exposed_quote_inner {
    background: #F0F5FD;
    padding: 20px 28px 32px 28px;
    border-radius: 11px;
    margin-bottom: 24px;
    color: #38446B;
}
.exposed_quote_inner .banner_quote{
    font-weight: 500;
    font-size: 24px;
    line-height: 36px;
    color:#38446B;
    font-family: 'Haffer';
}
.exposed_quote_inner .banner_quote strong{
    font-weight: 600;
}
.exposed_quote_inner .quote-author-row{
    margin-top: 20px;
}
.testimonial_content {
    max-width: 704px;
    font-family: 'Haffer';
    font-style: normal;
    font-weight: 500;
    font-size: 24px;
    line-height: 36px;
    display: flex;
    align-items: center;
    color: #38446B;
    flex: none;
    order: 0;
    align-self: stretch;
    flex-grow: 0;
    margin-bottom: 20px;
}
.testimonial_inner .author_title {
    font-family: 'DM Sans';
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 25px;
    color: #38446B;
    align-self: stretch;
}

.testimonial_inner .author_position {
    font-family: 'DM Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 25px;
    align-items: center;
    color: #38446B;
    align-self: stretch;
}


.start-roles-section .testimonial-btn a.primary_btn {
    background: linear-gradient(99.01deg, #0074DD -2.93%, #591EFF 58.85%, #9644FF 126.18%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    border: 0;
    box-shadow: inherit;
    padding: 0 !important;
    height: inherit !important;
    min-height: inherit !important;
    border-radius: 0 !important;
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 32px;
    letter-spacing: 0.01em;
    margin-top: 20px;
}

.start-roles-section .testimonial-btn a.primary_btn svg {
    margin-left: 0;
}


.testimonial_inner {

display: flex;flex-direction: column;align-items: flex-start;
padding: 20px 28px 32px;
background: #F0F5FD;border-radius: 11px;
flex: none;order: 3;align-self: stretch;flex-grow: 0;margin-bottom: 24px;    
margin-top: 40px;
}

.testimonial_content {/* “Talent teams and hiring managers are responsible for talent strategy and other important things, but being on the front lines of security has historically not been one of them. Folks may think they’re not experiencing candidate fraud, but it’s probably more likely that they’re just not realizing that it’s going on.” */
    max-width: 704px;
    font-family: 'Haffer';
    font-style: normal;
    font-weight: 500;
    font-size: 24px;
    line-height: 36px;
/* or 150% */
    display: flex;
    align-items: center;

/* Midnight Blue/800 */
    color: #38446B;


/* Inside auto layout */
    flex: none;
    order: 0;
    align-self: stretch;
    flex-grow: 0;
    margin-bottom: 20px;
}

.testimonial_inner .quote_author_image {
    width: 60px;
    height: 60px;
    opacity: 1;
    border-radius: 39px;
        min-width: 60px;
}

.testimonial_content .author_title {/* Strong → Hung Lee */
    font-family: 'DM Sans';
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 25px;
/* identical to box height, or 140% */
    display: flex;
    align-items: center;

/* Midnight Blue/800 */
    color: #38446B;


/* Inside auto layout */
    align-self: stretch;
}

.testimonial_inner .author_title {/* Strong → Hung Lee */
    font-family: 'DM Sans';
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 25px;
/* identical to box height, or 140% */
    

/* Midnight Blue/800 */
    color: #38446B;


/* Inside auto layout */
    align-self: stretch;
}

.testimonial_inner .author_position {/* Strong → Hung Lee */
    font-family: 'DM Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 25px;
/* identical to box height, or 140% */
    align-items: center;

/* Midnight Blue/800 */
    color: #38446B;


/* Inside auto layout */
    align-self: stretch;
}

.start-roles-section .testimonial-btn a.primary_btn {
    background: linear-gradient(99.01deg, #0074DD -2.93%, #591EFF 58.85%, #9644FF 126.18%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    border: 0;
    box-shadow: inherit;
    padding: 0 !important;
    height: inherit !important;
    min-height:  inherit !important;
    border-radius: 0 !important;
/* See all integrations */
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 32px;
/* identical to box height, or 160% */
    letter-spacing: 0.01em;

/* Gradient/Blue-Purple */
    
    


/* Inside auto layout */
    margin-top: 20px;
}

.start-roles-section .testimonial-btn {}

section#recruiting-work {}

.start-roles-section:last-child {opacity: 0;}

section.counter-section {
    position: relative;
    margin-top: 29px;
    padding: 52px 0 80px;
}

section.counter-section:before {
    content: '';
    width: 100%;
    height: 30px;
    position: absolute;
    top: -30px;
    background: #fff;
}

section.counter-section h3.h1 {
    font-family: 'Haffer';
    font-style: normal;
    font-weight: 600;
    font-size: 40px;
    line-height: 48px;
    align-items: center;
    text-align: center;
    color: #1E293B;
    align-self: stretch;
    margin-bottom: 36px;
}

.start-roles-section .testimonial-btn a.primary_btn svg {
    margin-left: 0;
}
.counter-box ul {
    width: 100%;
    max-width: 1280px;
    margin: 0 auto;
    display: flex;
    grid-column-gap: 12px;
    flex-wrap: nowrap;
    list-style: none;
    padding: 0;
}

.counter-box ul li {
    border: 8px solid var(--Alpha-White-Alpha-500, rgba(255, 255, 255, .36));
    width: 100%;
    max-width: calc(33.33% - 8px);
    border-radius: 12px;
    padding: 0;
}

.counter-stats-card {
    background: #fff;
    padding: 20px 20px 28px 20px;
    border-radius: 12px;
    text-align: center;
    display: flex;
    flex-direction: column;
    gap: 0px;
    border: 1px solid #E5E7EA;
    position: relative;
    padding: 32px 32px 36px 32px;
    border-radius: 7px;
    background: var(--White, #FFF);
    border: none;
    padding: 32px 24px 36px 24px;
    border-radius: 7px;
    background: var(--White, #FFF);
    border: none;
    height: 100%;
}

.counter-stats-card span.h1 {
    font-family: 'Haffer';
    font-style: normal;
    font-weight: 700;
    font-size: 56px;
    line-height: 120%;
    text-align: center;
    letter-spacing: 0.01em;
    background: linear-gradient(99.01deg, #0074DD -2.93%, #591EFF 58.85%, #9644FF 126.18%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
    flex: none;
    order: 1;
    align-self: stretch;
    flex-grow: 0;
    min-width: 90px;
    display: block;
}

.counter-stats-card p {/* of all hiring costs */
    font-family: 'DM Sans';
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 140%;
    text-align: center;
    color: #6C7C91;
    flex: none;
    order: 2;
    align-self: stretch;
    flex-grow: 0;
}

.counter-stats-card span.h1 i.counter {
    font-style: normal;
}




/*-------------candidate-risk-section----------------*/
.candidate-risk-wrapper{
    max-width: 800px;
    margin: 0 auto;
    padding-bottom: 52px;
    padding-top: 40px;
    border-bottom: 1px solid #D4D7E3;
}
.candidate-risk-wrapper .h1{
    font-weight: 600;
    font-size: 36px;
    line-height: 44px;
    letter-spacing: 0.36px;
    color: #283560;
    margin-bottom: 24px;
}
.candidate-risk-wrapper, .candidate-risk-wrapper ul li{
    font-weight: 400;
    font-size: 18px;
    line-height: 26px;
    color:#38446B;
}
.candidate-risk-wrapper ul li:last-child{
    margin-bottom: 0px;
}
.candidate-risk-wrapper .row{
    display: grid;
    gap: 20px;
    grid-template-columns: repeat(2,1fr);
    margin: 0;
}
.candidate_risk_items {
    padding: 32px 28px 28px 28px !important;
    background: #F0F5FD;
    border-radius: 12px;
    flex-shrink: inherit;
    border: 1px solid;
    border-color:#E6E8EF;
    width: 100%;
}
.risk_label {
    font-family: Inter;
    font-weight: 600;
    font-size: 14px;
    line-height: 19.2px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    padding: 2px 7.2px;
    border-radius: 3.2px;
    background: #B381001A;
    margin-bottom: 8px;
    color: #B38100;
}
.risk_label_medium{
    background: #D982001A;
    color: #D98200;
}
.risk_label_high{
    background: #D953001A;
    color: #D95300;
}
.risk_label_highest{
    background: #D900001A;
    color: #D90000;
}
.risk_title{
    font-weight: 700;
    font-size: 20px;
    line-height: 28px;
    color: #38446B;
    margin-bottom: 8px;
}
.risk_content{
    font-weight: 500;
    font-size: 18px;
    line-height: 28px;
    color:#5F6B92;
}
.exposed_quote_inner .author_destination {
    font-size: 18px;
}
@media (max-width: 767px){
    .candidate-risk-wrapper .row{
        grid-template-columns: repeat(1,1fr);
    }
    .candidate-risk-wrapper .h1{
        font-size: 32px;
        line-height: 120%;
        letter-spacing: 0;
    }
    .candidate_risk_items {
        padding: 20px 24px 28px 24px !important;
    }
}


/*-------------candidate-spot-section----------------*/
.candidate-spot-wrapper{
    max-width: 800px;
    margin: 0 auto;
    padding-top: 40px;
    padding-bottom: 52px;
    border-bottom: 1px solid #D4D7E3;
}
.candidate-spot-wrapper .h1{
    font-weight: 600;
    font-size: 36px;
    line-height: 44px;
    letter-spacing: 0.36px;
    color: #283560;
    margin-bottom: 24px;
}
.spot_content, .spot_content ul li{
    font-weight: 400;
    font-size: 18px;
    line-height: 26px;
    color:#38446B;
}
.spot_content ul{
    padding: 0;
}
.spot_content ul li {
    position: relative;
    margin-bottom: 16px;
    padding: 0 0 0 32px;
    list-style: none;
}
.spot_content ul li:last-child{
    margin-bottom: 0px;
}
.spot_content ul li:before {
    position: absolute;
    content: "";
    background-image: url(/wp-content/themes/brighthire/assets/images/check-squre.svg);
    background-position: 0 5px;
    background-size: contain;
    width: 100%;
    height: 100%;
    left: 0;
    max-width: 20px;
    background-repeat: no-repeat;
    top: 0;
}
@media (max-width: 767px){
    .candidate-spot-wrapper .h1{
        font-size: 32px;
        line-height: 120%;
        margin-bottom: 12px;
        letter-spacing:0.36px;
    }
}


/*-------------hiring-process-section----------------*/
.hring-process-wrapper{
    max-width: 800px;
    margin: 0 auto;
    padding-top: 40px;
    padding-bottom: 52px;
    border-bottom: 1px solid #D4D7E3;
}
.hring-process-wrapper .h1{
    font-weight: 600;
    font-size: 36px;
    line-height: 44px;
    letter-spacing: 0.36px;
    color: #283560;
    margin-bottom: 24px;
}
.hring_process_content h3{
    color:#283560;
    font-weight: 600;
    font-size: 28px;
    line-height: 120%;
    letter-spacing:0.16px;
    margin-bottom: 10px;
    margin-top: 24px;
}
.hring_process_content p strong{
    font-weight: 600;
    font-size: 20px;
    line-height: 28px;
}
.hring_process_content, .hring_process_content ul li{
    font-weight: 400;
    font-size: 18px;
    line-height: 26px;
    color:#38446B;
}
.hring_process_content ul li{
    margin-bottom: 8px;
}
.hring_process_content ul li:last-child{
    margin-bottom: 0px;
}

.special_measures_content {
    background: #F0F5FD;
    padding: 16px 28px 28px 28px;
    border-radius: 11px;
    color: #38446B;
    margin-top: 24px;
}
.special_measures_content h3{
    font-weight: 600;
    font-size: 24px;
    line-height: 36px;
    color: #38446B;
    margin-bottom: 12px;
}
.special_measures_content ul li{
    font-weight: 400;
    font-size: 20px;
    line-height: 28px;
    color:#38446B;
    margin-bottom: 8px;
}
.special_measures_content ul li:last-child{
    margin-bottom: 0px;
}
@media (max-width: 767px){
    .hring-process-wrapper .h1{
        font-size: 32px;
        line-height: 120%;
        letter-spacing:0.36px;
    }
}


/*-------------real-life-section----------------*/
.real-life-wrapper{
    max-width: 800px;
    margin: 0 auto;
    padding-top: 40px;
    padding-bottom: 52px;
    border-bottom: 1px solid #D4D7E3;
}
.real-life-wrapper .h1{
    font-weight: 600;
    font-size: 36px;
    line-height: 44px;
    letter-spacing: 0.36px;
    color: #283560;
    margin-bottom: 24px;
}
.real_life_content h3{
    color:#283560;
    font-weight: 600;
    font-size: 28px;
    line-height: 120%;
    letter-spacing:0.16px;
    margin-bottom: 10px;
    margin-top: 24px;
}
.real_life_content p strong{
    font-weight: 600;
    font-size: 20px;
    line-height: 28px;
}
.real-life-wrapper, .real-life-wrapper ul li{
    font-weight: 400;
    font-size: 18px;
    line-height: 26px;
    color:#38446B;
}
.real-life-wrapper ul li{
    margin-bottom: 8px;
}
.real-life-wrapper ul li:last-child{
    margin-bottom: 0px;
}
.real_life_box_content{
    background: #F0F5FD;
    padding: 16px 28px 32px 28px;
    border-radius: 11px;
    color: #38446B;
    margin-top: 24px;
}
.real_life_box_content p{
    font-weight: 500;
    font-size: 24px;
    line-height: 36px;
    color: #38446B;
    margin-bottom: 20px;
    font-family: 'Haffer';
}
.real_life_box_content h4{
    font-weight: 700;
    font-size: 18px;
    line-height: 25.2px;
    color: #38446B;
    margin-bottom: 0px;
    font-family: "DM Sans", sans-serif;
}
.real_life_box_content h5{
    font-weight: 400;
    font-size: 18px;
    line-height: 25.2px;
    color: #38446B;
    margin-bottom: 0px;
    font-family: "DM Sans", sans-serif;
}
.real-life-wrapper a {
    color:#472EE7;
    font-weight: 600;
    text-decoration: underline;
}
.real-life-wrapper strong {
    color:#38446B;
}
.real-life-wrapper a:hover{
    text-decoration: none;
}
@media (max-width: 767px){
    .real-life-wrapper .h1{
        font-size: 32px;
        line-height: 120%;
        margin-bottom: 12px;
        letter-spacing:0.36px;
    }
}


/*-------------conclusion-section----------------*/

section.conclusion-section {
    padding: 68px 0px 60px;
    background: #FFFFFF;
}

.conclusion-wrapper{
    max-width: 760px;
    margin: 0 auto;
}
.conclusion-wrapper .h1{
font-family: 'Haffer';
font-style: normal;
font-weight: 600;
font-size: 36px;
line-height: 44px;
display: flex;
align-items: center;
letter-spacing: 0.36px;
color: #283560;
    margin-bottom: 24px;
    margin-top: 0;
}
.conclusion-wrapper h3{
    color:#283560;
    font-weight: 600;
    font-size: 28px;
    line-height: 120%;
    letter-spacing:0.16px;
    margin-bottom: 10px;
    margin-top: 24px;
}
.conclusion-wrapper p {
font-family: 'DM Sans';
font-style: normal;
font-weight: 500;
font-size: 18px;
line-height: 26px;
display: flex;
align-items: center;
color: #38446B;
}
.conclusion-wrapper p strong{
    font-weight: 600;
}
.conclusion-wrapper, .conclusion-wrapper ul li{
    font-weight: 400;
    font-size: 18px;
    line-height: 26px;
    color:#38446B;
}
.conclusion-wrapper ul li{
    margin-bottom: 8px;
}
.conclusion-wrapper ul li:last-child{
    margin-bottom: 0px;
}
.conclusion-wrapper a {
    color:#472EE7;
    font-weight: 600;
    text-decoration: underline;
}
.conclusion-wrapper strong {
    color:#38446B;
}
.conclusion-wrapper a:hover{
    text-decoration: none;
}
.conclusion_content p {
    font-weight: 500;
}
.conclusion_box_content{
    background: #F0F5FD;
    padding: 16px 24px 20px 24px;
    border-radius: 8px;
    color: #38446B;
    margin-top: 24px;
}
.conclusion_box_content{
    font-weight: 500;
    font-size: 18px;
    line-height: 26px;
}
.conclusion_box_content p strong, .conclusion_box_content a{
    font-weight: 700;
}
.conclusion_box_content p:last-child{
    margin-bottom: 0px;
}






/*-------------hero-section--start--------------*/
section.ai-screening-overjet {
    margin-top: -72px;
    padding-top: 72px;
    padding-bottom: 0px
}

section.ai-screening-overjet .banner-content {
    color: #FFF
}

section.ai-screening-overjet .h1 {
   margin-bottom: 20px;
   font-family: 'Haffer';
   font-style: normal;
   font-weight: 600;
   font-size: 44px;
   line-height: 115%;
   background: linear-gradient(94.63deg, #00FFDE -11.43%, #00F0FF 98.96%);
   -webkit-background-clip: text;
   -webkit-text-fill-color: transparent;
   background-clip: text;
   text-fill-color: transparent;

   -webkit-text-fill-color: transparent;
   background-clip: text;
   -webkit-background-clip: text;
   color: inherit;
}

section.ai-screening-overjet .banner_description p {max-width: 532px;

font-family: 'DM Sans';font-style: normal;font-weight: 500;font-size: 18px;line-height: 26px;
display: flex;align-items: center;color: #FFFFFF;
flex: none;order: 2;flex-grow: 0;}

section.ai-screening-overjet .banner_quote {
    font-weight: 500;
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 10px
}


section.ai-screening-overjet .banner-btn-wrapper {
    border: 3px solid rgba(255,255,255,.35);
    border-radius: 270px;
    width: auto;
    display: inline-block;
    margin-top: 20px
}

section.ai-screening-overjet .primary_btn {
    color: #161616;
    font-family: Haffer;
    font-size: 20px;
    background: linear-gradient(301deg,rgba(255,255,255,0) 95.55%,rgba(255,255,255,.72) 106.8%,rgba(255,255,255,0) 121.16%),linear-gradient(95deg,#00ffde -11.43%,#00f0ff 98.96%);
    font-style: normal;
    font-weight: 600;
    line-height: 32px;
    letter-spacing: .16px;
    display: inline-flex;
    height: 56px;
    padding: 13px 30px;
    border: none;
    justify-content: center;
    align-items: center;
    position: relative;
    overflow: hidden;
    transition: none;
    border-radius: 50px;
    box-shadow: none
}

section.ai-screening-overjet .primary_btn:hover {
    position: relative;
    background: linear-gradient(99.01deg,#0074DD -2.93%,#591EFF 58.85%,#9644FF 126.18%);
    color: #ffffff!important;
    box-shadow: 0 0 0 3px rgba(255,255,255,.3);
    filter: none
}




section.ai-screening-overjet span.h2 {
    font-family: 'Haffer';
    font-style: normal;
    font-weight: 600;
    font-size: 24px;
    line-height: 115%;
    color: #FFFFFF;

    margin-bottom: 12px;
    display: block;
}
/*-------------hero-section--end--------------*/




/*-------------banner-inner-content-section--end--------------*/
section.banner-inner-content {
    padding: 48px 0 52px;
    text-align: center;
}

section.banner-inner-content p {
    font-family: 'DM Sans';
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 28px;
    text-align: center;
    color: #334155;

}

/*-------------banner-inner-content-section--end--------------*/



/*-------------case-study-cta --start--------------*/
section.case-study-cta {
    align-items: center;
    padding: 72px 80px;
    background: #E2E9FF;
}

section.case-study-cta .cta-wrapper {
    padding: 60px 0px !important;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 5px 5px 15px 0 rgba(28, 28, 28, .1);
    text-align: center;
    padding: 60px 0px !important;
    border-radius: 20px;
    background-size: cover;
    border-radius: 20px;
}

section.case-study-cta .cta-wrapper h2.h1 {
    font-family: 'Haffer';
    font-style: normal;
    font-weight: 600;
    font-size: 48px;
    line-height: 56px;
    text-align: center;
    color: #FFFFFF;
    flex: none;
    order: 0;
    margin-bottom: 8px;
}

section.case-study-cta .cta-wrapper p {
    font-family: 'Haffer';
    font-style: normal;
    font-weight: 500;
    font-size: 32px;
    line-height: 40px;
    text-align: center;
    letter-spacing: 0.01em;
    color: #FFFFFF;
    flex: none;
    order: 1;
    margin-bottom: 36px;
}

section.case-study-cta .cta-wrapper .cta-btn .primary_btn {
    border-radius: 270px;
    background: linear-gradient(301deg, rgba(255, 255, 255, 0) 95.55%, rgba(255, 255, 255, .72) 106.8%, rgba(255, 255, 255, 0) 121.16%), linear-gradient(95deg, #00FFDE -11.43%, #00F0FF 98.96%);
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 32px;
    letter-spacing: .2px;
    padding: 0;
    color: #161616;
    padding: 12px 36px;
    -webkit-font-smoothing: antialiased;
    margin: 0 auto;
    border: none;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    z-index: 20;
    transition: none !important;
    overflow: hidden;
    white-space: nowrap;
    min-height: 40px;
    text-decoration: none;
}

section.case-study-cta .cta-wrapper .cta-btn {
    border: 3px solid rgba(255, 255, 255, .35);
    border-radius: 270px;
    width: auto;
    margin: 0 auto;
    display: inline-block;
}


/*-------------case-study-cta --end--------------*/




@media (min-width: 1280px) {
    section.ai-screening-overjet .banner_quote {
        padding-right:70px
    }

    section.ai-screening-overjet .banner-inner-img {
        width: calc(100% + 44px)
    }
}

@media (max-width: 991px) {
 .chapters-section .row{
        grid-template-columns: repeat(2,1fr);
    }
.counter-box ul {
    display: flex;
    flex-wrap: wrap;
}
.counter-box ul li {
    width: 50%;
    max-width: calc(50% - 8px);
}
section.case-study-cta {
    padding: 60px 0px;
}
section.case-study-cta .cta-wrapper {
    padding: 60px 20px !important;
}
}
 
@media (max-width: 767px){
    .chapters-section{
        padding-top: 40px;
        padding-bottom: 60px;
    }
    .chapters-section .h1{
        font-size: 32px;
        line-height: 120%;
    }
    .chapters-section .row{
        margin-top: 20px;
        grid-template-columns: repeat(1,1fr);
                margin-right: 0;
        margin-left: 0;
                gap: 12px;
    }
    .chapter_title{
        line-height: 24px;
    }
    .exposed-wrapper{
        padding-top: 48px;
    }
    .conclusion-wrapper .h1{
        font-size: 32px;
        line-height: 130%;
        letter-spacing:0.36px;
    }
.conclusion-wrapper p {
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 26px;
    color: #38446B;
}
    section.ai-screening-overjet {
        padding-bottom:28px
    }

    section.ai-screening-overjet .h1 {
	font-weight: 600;
	font-size: 39px;
	line-height: 115%;
    }

    section.ai-screening-overjet .banner_description {
        font-size: 30px
    }

    section.ai-screening-overjet .banner-inner-img {
        margin-top: 0px
    }
    
    section.ai-screening-overjet .banner-content {
	    color: #FFF;
	    margin-top: 40px;
	}
    section.ai-screening-overjet span.h2 {
	    font-family: 'Haffer';
	    font-style: normal;
	    font-weight: 600;
	    font-size: 28px;
	    line-height: 125%;
	    color: #FFFFFF;
	    flex: none;
	    order: 0;
	    align-self: stretch;
	    flex-grow: 0;
	    margin-bottom: 8px;
	}
	
section.banner-inner-content {
    padding: 36px 0 32px;
    text-align: left;
}

section.banner-inner-content p {
    text-align: left;
font-weight: 500;
font-size: 20px;
line-height: 140%;
}
.chapter-grid-item {
    padding-top: 28px !important;
}
.exposed-wrapper .h2 {
    font-style: normal;
    font-weight: 600;
    font-size: 32px;
    line-height: 40px;
    letter-spacing: 0.01em;
    color: #283560;
}
.exposed-wrapper h3 {
    font-style: normal;
    font-weight: 600;
    font-size: 28px;
    line-height: 120%;
    letter-spacing: 0.01em;
    color: #283560;
}
.list_content ul li {
    font-family: 'DM Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 26px;
    color: #38446B;
    align-self: stretch;
}
.testimonial_inner {
    padding: 20px 24px 32px;
    border-radius: 11px;
}
.testimonial_content {
    font-family: 'Haffer';
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 130%;
    color: #38446B;
}
.quote-author-row {
    align-items: flex-start;
}
section.counter-section {
    padding: 52px 0 80px;
}
.counter-stats-card p {
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 28px;
    text-align: center;
    color: #6C7C91;
}

section.conclusion-section {
    padding: 36px 0px 44px;
}
section.case-study-cta .cta-wrapper h2.h1 {
    font-style: normal;
    font-weight: 500;
    font-size: 32px;
    line-height: 120%;
    text-align: center;
    letter-spacing: 0.01em;
    color: #FFFFFF;
}
section.case-study-cta .cta-wrapper p {
    font-family: 'DM Sans';
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 26px;
    text-align: center;
    color: #FFFFFF;
    flex: none;
    order: 1;
    align-self: stretch;
    flex-grow: 0;
}
    
}

@media (max-width: 420px) {
   section.ai-screening-overjet .primary_btn {
        font-size:16px
    }
    .counter-box ul{
    gap: 16px;
    }
    .counter-box ul li {
	    width:100%;
	    max-width: 100%;
	}
}




