.job-test-landing-breadcrumb {
    color: #0D0D12;
    display: flex;
    align-items: flex-start;
    gap: 8px;
    font-size: 16px;
    font-weight: 400;
    line-height: 28px;
    padding: 20px 0 20px 0;
}

.job-test-landing-breadcrumb-homepage {
    color: #00B7FD;
    transition: 0.2s ease;
    cursor: pointer;
}

.job-test-landing-breadcrumb-homepage:hover {
    color: #10A0DF;
}

.job-test-landing-hero {
    display: flex;
    padding: 40px 0 80px 0;
    flex-direction: column;
    align-items: flex-start;
}

.job-test-landing-hero-content {
    display: flex;
    align-items: flex-start;
    gap: 24px;
}

.job-test-landing-hero-content-text {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
    width: 100%;
    max-width: 50%;
}

.job-test-landing-hero-content-header {
    color: #0D0D12;
    font-size: 62px;
    font-weight: 500;
    line-height: 80px;
    letter-spacing: -1.44px;
}

.job-test-landing-hero-content-header-question {
    color: #0D0D12;
    font-size: 62px;
    font-weight: 500;
    line-height: 80px;
    letter-spacing: -1.44px;
    margin-top: -15px;
    }

.job-test-landing-hero-content-text p {
    color: #666D80;
    font-size: 17px;
    font-weight: 400;
    line-height: 28px;
}

.job-test-landing-hero-content-screen {
    display: flex;
    flex: 1 0 0;
    position: relative;
    top: 40px;
}

.job-test-landing-hero-content-screen-bg-white {
    background: #FFF;
    border-radius: 20px;
    width: 100%;
    height: 350px;
    box-shadow: 0 0 41.169px 0 rgba(0, 0, 0, 0.06), 0 6.862px 13.723px 0 rgba(0, 0, 0, 0.02), 0 0.858px 1.715px 0 rgba(164, 172, 185, 0.24), 0 0 0 0.858px rgba(18, 55, 105, 0.02);
    z-index: 1;
}

.job-test-landing-hero-content-screen-bg-grey {
    width: 98%;
    height: 340px;
    border-radius: 16px;
    background: #F2F2F2;
    box-shadow: 0 0 0 0.858px #F1F2F3;
    z-index: 2;
    margin-top: 5px;
    margin-left: 5px;
}

.job-test-landing-hero-content-screen-window {
    width: 98%;
    height: 330px;
    background: #FFF;
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    margin-left: 5px;
    box-shadow: 0 0 0 0.858px rgba(18, 55, 105, 0.02);
    position: relative;
    top: 5px;
}

.job-test-landing-hero-content-screen-window-traffic-lights {
    display: flex;
    align-items: center;
    gap: 12px;
    color: #C7C7C8;
    opacity: 0.5;
    transform: scale(0.8);
    padding: 8px 0 0 8px;
}

.job-test-landing-hero-content-screen-window hr {
    width: 100%;
    border: 1px solid #C7C7C8;
    opacity: 0.2;
    padding: 0;
    margin: 10px 0 0 0;
}

.job-test-landing-hero-content-screen-video {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}

.job-test-landing-hero-content-screen-video video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 0 0 15px 15px;
}

.job-test-landing-hero-btn-size {
    width: 100%;
    max-width: 330px;
    margin-top: 2rem;
}

.job-test-landing-what-how {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 80px 0 100px 0;
    gap: 48px;
}

.job-test-landing-what-how-header h2 {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
    font-family: 'ClashGrotesk-medium';
    color: #0D0D12;
    font-size: 48px;
    font-weight: 500;
    line-height: 56px;
    letter-spacing: -0.48px;
    text-align: center;

}

.job-test-landing-what-how-content {
    display: flex;
    flex-direction: column;
    align-items: center;

}

.job-test-landing-what-how-steps-image {
    display: flex;
    align-items: center;
    gap: 32px;
}

.job-test-landing-what-how-steps {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 48px;
    width: 100%;
    max-width: 38%;
}

.job-test-landing-what-how-steps-part {
    display: flex;
    align-items: flex-start;
    gap: 8px;
}

.job-test-landing-what-how-steps-part i {
    color: #00B7FD;
    font-size: 32px;
    margin-top:-13px;
}

.job-test-landing-what-how-steps-part-text {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    flex: 1 0 0;
}

.job-test-landing-what-how-steps-part-text h3 {
    color: #0D0D12;
    font-size: 24px;
    font-weight: 600;
    line-height: 32px;
}

.job-test-landing-what-how-steps-part-text p {
    color: #36394A;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
}

.job-test-landing-what-how-img {
    margin-top: -50px;
}

.job-test-landing-content {
    display: flex;
    padding: 60px 0 60px 0;
    flex-direction: column;
    align-items: center;
    gap: 36px;
    background: #F8F9FB;
}

.job-test-landing-content-text-btn {
    display: flex;
    gap: 36px;
    flex-direction: column;
}

.job-test-landing-content-text {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
}

.job-test-landing-content-text h3 {
    color: #0D0D12;
    font-size: 24px;
    font-weight: 500;
    line-height: 32px;
    font-family: 'ClashGrotesk-medium';
}

.job-test-landing-content-text p {
    color: #36394A;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
}

.job-test-landing-careers-paths {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 48px;
    padding: 60px 0 50px 0;
}

.job-test-landing-careers-paths-content {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 48px;
}

.job-test-landing-careers-paths-content-header {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 16px;
}

.job-test-landing-careers-paths-content-header h3 {
    color: #0D0D12;
    font-size: 48px;
    font-weight: 500;
    line-height: 56px;
    letter-spacing: -0.48px;
    text-align: center;
    font-family: 'ClashGrotesk-medium';
}

.job-test-landing-careers-paths-content-header p {
    color: #36394A;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    text-align: center;
}

.job-test-landing-careers-paths-hint {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 64px;
}

.job-test-landing-careers {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 48px;
    padding: 0 80px 0 80px;
}

.job-test-landing-careers-row {
    display: flex;
    align-items: flex-start;
    gap: 50px;
}

.job-test-landing-careers-row-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 24px;
    flex: 1 0 0;
}

.job-test-landing-careers-row-item-text {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
}

.job-test-landing-careers-row-item-text h3 {
    color: #323232;
    text-align: center;
    font-size: 20px;
    font-weight: 600;
    line-height: 24px;
}

.job-test-landing-careers-row-item-text p {
    color: #666D80;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    text-align: center;
}

.job-test-landing-hint {
    display: flex;
    padding: 24px;
    align-items: center;
    gap: 24px;
    border-radius: 24px;
    background: #FFF;
    box-shadow: 0 8px 16px -6px rgba(7, 32, 69, 0.10), 0 1px 2px 0 rgba(164, 172, 185, 0.24), 0 0 0 1px rgba(18, 55, 105, 0.08);
}

.job-test-landing-hint-icon {
    display: flex;
    padding: 8px;
    justify-content: center;
    align-items: center;
    gap: 6px;
    border-radius: 62px;
    background:#FFF;
    box-shadow: 0 1px 2px 0 rgba(164, 172, 185, 0.24), 0 0 0 1px rgba(18, 55, 105, 0.08);
    color: #00B7FD;
    font-size: 30px;
    width: 60px;
}

.job-test-landing-hint p {
    color: #36394A;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    flex: 1 0 0;
    margin:0 auto;
}

.certificateLanding-quoteSection{
    margin-top: 80px;
    margin-bottom: 80px;
}

.certificateLanding-quoteSection h3{
    font-weight: 500;
    font-size: 48px;
    line-height: 56px;
    letter-spacing: -1px;
    color: #0D0D12;
    margin-bottom: 0;
    font-family: 'ClashGrotesk-medium';
}

.cl-qs-outerContainer{
    margin-top: 48px;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 24px;
}

.cl-qs-innerContainer{
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.cl-qs-outerContainer quote-item{
    padding: 24px 24px;
    display: flex;
    flex-direction: column;
    gap: 6px;
    border: 1px solid #ECEFF3;
    border-radius: 24px;
    position: relative;
    background-color: #fff;
}

.cl-qs-outerContainer quote-item .cl-qs-i-top{
    display: flex;
    gap: 16px;
}

.cl-qs-outerContainer quote-item > p{
    color: #36394A;
    letter-spacing: -0.4px;
    line-height: 24px;
    padding-top: 20px;
}

.cl-qs-outerContainer quote-item > span{
    font-weight: 600;
    font-size: 16px;

    line-height: 24px;
    margin-top: 9px;
}

.cl-qs-outerContainer quote-item .cl-qs-i-top img{
    width: 40px;
    height: 40px;
    border-radius: 50%;
    object-fit: cover;
}

.cl-qs-outerContainer quote-item .cl-qs-i-top span:nth-child(1){
    font-weight: 500;
    font-size: 16px;
    color: #0D0D12;
    line-height: 24px;
}

.cl-qs-outerContainer quote-item .cl-qs-i-top span:nth-child(2){
    font-weight: 400;
    font-size: 14px;
    color: #36394A;
    line-height: 20px;
}

.cl-qs-outerContainer quote-item .cl-qs-i-top div:nth-child(2){
    display: flex;
    flex-direction: column;

}

.cl-qs-i-top-imgWrapper{
    display: flex;
    justify-content: center;
    align-items: center;
}

.cl-qs-outerContainer quote-item .cl-qs-i-top p{
    font-weight: 400;
    font-size: 16px;
    letter-spacing: -0.4px;
    color: #36394A;
}

.cl-qs-outerContainer quote-item::after{
    content: " ";
    position: absolute;
    left: -8px;
    bottom: -8px;
    top: 8px;
    right: 8px;
    z-index: -1;
    border-radius: 32px;
}

.cl-qs-outerContainer quote-item.--blue::after{
    background-color: #00B7FD;
}

.cl-qs-outerContainer quote-item.--yellow::after{
    background-color: #FFD600;
}

.cl-qs-outerContainer quote-item.--red::after{
    background-color: #F40060;
}

.job-test-landing-faq {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.job-test-landing-faq h3 {
    color: #0D0D12;
    font-size: 48px;
    font-weight: 500;
    line-height: 56px;
    letter-spacing: -0.48px;
    font-family: 'ClashGrotesk-medium';
}

.seeAll-header h2{
    color: var(--text-loud-900, #0D0D12);
    font-feature-settings: 'cv10' on, 'ss01' on;
    font-family: 'ClashGrotesk-medium';
    font-size: 48px;
    font-weight: 500;
    line-height: 56px; /* 116.667% */
    letter-spacing: -0.48px;
    margin-bottom: 0;
}

.faqp-itemsSection-container{
    margin-top: 20px;
    padding: 0;
}

.faqp-itemsSection-container .faq-container{
    box-shadow: 0 20px 30px #07204515;
}

.faq-item{
    display: flex;
    flex-direction: column;
    padding: 24px;
    border-bottom: 1px solid var(--surface-200, #EEE);
    cursor: pointer;
}

.faq-active .faq-answer{
    padding-top: 16px;
}

.faq-item:last-child{
    border-bottom: none;
}

.faq-question{
    display: flex;
    align-items: center;
    color: var(--text-loud-900, #0D0D12);
    font-size: 18px;
    font-weight: 500;
    line-height: 28px;
}

.faq-item p {
    margin-bottom: 0;
}

.job-test-landing-last-item {
    margin: 0 10px 0 10px
}

.cv-landing-cta1-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 36px;
    margin-top: 160px;
    margin-bottom: 100px;
}

.cvl-cta1-top {
    display: flex;
    flex-direction: column;
    text-align: center;
    gap: 20px;
}

.cvl-cta1-top h2 {
    font-size: 48px;
    color: #0d0d12;
    margin: 0;
    letter-spacing: -1px;
    line-height: 56px;
}
.cvl-cta1-top p {
    font-size: 16px;
    line-height: 24px;
    color: #36394a;
    margin: 0;
}

.cvl-cta1-mid {
    display: flex;
    text-align: center;
    gap: 48px;
    margin-top: 28px;
}

.cvl-cta1-mid-elem {
    display: flex;
    flex-direction: column;
    gap: 8px;
    align-items: center;
    max-width: 304px;
}

.cvl-cta1-imgWrapper {
    width: 64px;
    min-width: 64px;
    height: 64px;
    border-radius: 50%;
    border: 1px solid #e5e5e5;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #00b7fd;
    font-size: 1.5rem;
    box-shadow: 0px 2px 7px rgba(0, 0, 0, 0.08);
}

.ctp-container {
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 0;
    position: relative;
}

.ctp-container h3 {
    font-size: 48px;
    font-family: 'ClashGrotesk-medium';
}

.cvl-cta1-mid-btn {
    width: fit-content;
    padding: 14px 24px;
}

.job-test-cta-card-img {
    position: relative;
    align-self: end;
}

.job-test-cta-card-img-gno {
    width: 550px;
    position: relative;
    z-index: 2;
}

.job-test-cta-card-light {
    z-index: 1;
    position: absolute;
    top: 0;
    right: 0;
    height: 360px;
}

.job-test-cta-card {
    border-radius: 24px;
    box-shadow: 0 0 0 1px #12376914, 0 1px 2px 0 #a4acb93d;
    display: grid;
    grid-template-columns: 2fr 1fr;
    gap: 7px;
    padding: 0;
    margin-top: 80px;
    margin-bottom: 80px;
    overflow: hidden;
    background: #0D0D12;
}

.job-test-cta-card-left-content {
    padding-left: 64px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin: 36px 0;
}

.job-test-cta-card-left-content h2 {
    color: #FFF;
    font-size: 40px;
    font-weight: 500;
    line-height: 48px;
    margin-bottom: 24px;
}

.job-test-cta-card-left-content p {
    color: #FFF;
    font-size: 16px;
    margin-bottom: 32px;
    font-weight: 400;
}

.events-cta--cv-btnWrapper a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 4px;
}

.btn-secondary{
    cursor: pointer;
    width: fit-content;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 4px;
    border-radius: 62px;
    box-shadow: 0 0 0 1px rgba(18, 55, 105, 0.08), 0px 1px 2px 0px rgba(164, 172, 185, 0.24);
    color: var(--text-loud-900, #0D0D12);
    font-weight: 500;
    line-height: 20px;
    padding: 14px 24px;
    border: none;
    transition: 300ms;
    position: relative;
    background-color: #fff;
}

.events-cta--cv-btnWrapper a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 4px;
}

.btn-secondary::after {
    content: '';
    position: absolute;
    left: -3px;
    top: -3px;
    right: -3px;
    bottom: -3px;
    background-image:  linear-gradient(180deg, rgba(255, 255, 255, 0.00) 0%, rgba(255, 255, 255, 0.32) 100%, #00B7FD);
    opacity: 0;
    transition: all 300ms ease-in-out;
    border-radius: 62px;
    box-shadow: 0px 0px 0px 1px rgba(95, 87, 255, 0.50), 0px 0px 0px 2px #FFF, 0px 0px 0px 1px rgba(18, 55, 105, 0.08), 0px 1px 2px 0px rgba(164, 172, 185, 0.40);
}

.btn-secondary:hover::after{
    opacity: 1;
}

.btn-primary:hover::after{
    opacity: 1;
}

.primary-highlighted-text{
    color: #00b7fd;
    font-size: 62px;
    display: inline;
}

.home-fyc-title-threeLineContainer{
    position: absolute;
    top: -7px;
    z-index: -1;
    width: 27px;
    height: 29px;
    user-select: none;
    transform: scaleX(-1);
    left: -22px;
}

.home-fyc-title-threeLine{
    width: 8px;
    height: 15px;
    position: absolute;
}

.home-fyc-title-threeLineContainer .home-fyc-title-threeLine:nth-child(1){
    top: 0;
    left: 0;
}

.home-fyc-title-threeLineContainer .home-fyc-title-threeLine:nth-child(2){
    top: 4px;
    left: 6px;
    transform: rotate(18deg);
}

.home-fyc-title-threeLineContainer .home-fyc-title-threeLine:nth-child(3){
    top: 10px;
    left: 10px;
    transform: rotate(40deg);
}

.home-fyc-title-underlineContainer{
    position: absolute;
    bottom: -5px;
    right: 4px;
    z-index: -1;
    user-select: none;
    height: 10px;
    overflow: hidden;
    width: 100%;
    max-width: 98%;
}

.home-fyc-title-underline{
    position: absolute;
    left: 0;
    right: 0;
    width: 100%;
}

.home-fyc-title-underlineAnimator{
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    background-color: #fff;
    transform: translate(370px,0);
}

.btnLink-black {
    padding: 14px 24px;
    font-size: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 20px;
    background-color: #000;
    color: #fff;
    border-radius: 50px;
    width: fit-content;
    transition: 300ms;
    border-radius: 62px;
    outline: none;
    border: none;
    margin: 0 auto;
    position: relative;
}

.job-test-btn-size {
    position: relative;
    top: 1rem;
}

.job-test-cta-card-web {
    display: flex;
}

.job-test-cta-card-mobile {
    display: none;
}

.btnLink-black:hover {
    text-decoration: none;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.00) 0%, rgba(255, 255, 255, 0.20) 100%), #0D0D12;
    box-shadow: 0px 0px 0px 1px #333, 0px 1px 2px 0px #292929;
    color: #fff;
}

.home-fyc-title-threeLineContainer .home-fyc-title-threeLine:nth-child(1){
    animation: homeFycTitleThreeLineAnimation1 1s ease-in-out 1;
}
.home-fyc-title-threeLineContainer .home-fyc-title-threeLine:nth-child(2){
    animation: homeFycTitleThreeLineAnimation2 2s ease-in-out 1;
}
.home-fyc-title-threeLineContainer .home-fyc-title-threeLine:nth-child(3){
    animation: homeFycTitleThreeLineAnimation3 3s ease-in-out 1;
}
.home-fyc-title-underlineAnimator{
    animation: homeFycTitleUnderlineAnimator 2s ease-in-out 1;
}

@keyframes homeFycTitleThreeLineAnimation1{
    0%{
        opacity: 0;
        transform: translate(9px, -15px);
    }
    40%{
        opacity: 1;
    }
    100%{
        opacity: 1;
        transform: translateX(0);
    }
}
@keyframes homeFycTitleThreeLineAnimation2{
    0%{
        opacity: 0;
        transform: translate(15px, -15px) rotate(18deg);
    }
    50%{
        opacity: 0;
        transform: translate(15px, -15px) rotate(18deg);
    }
    75%{
        opacity: 1;
    }
    100%{
        opacity: 1;
        transform: translate(0) rotate(18deg);
    }
}
@keyframes homeFycTitleThreeLineAnimation3{
    0%{
        opacity: 0;
        transform: translate(15px, -5px) rotate(40deg);
    }
    77%{
        opacity: 0;
        transform: translate(15px, -5px) rotate(40deg);
    }
    89%{
        opacity: 1;
    }
    100%{
        opacity: 1;
        transform: translate(0) rotate(40deg);
    }
}
@keyframes homeFycTitleUnderlineAnimator{
    0%{
        transform: translate(0);
    }
    100%{
        transform: translate(370px, 0);
    }
}


@media only screen and (max-width: 991px) {
    .seeAll-header h3 {
        font-size: 48px;
        line-height: 60px;
    }


}

@media(min-width: 991px) and (max-width: 1200px){
    .job-test-cta-card-light {
        z-index: 1;
        position: absolute;
        top: -80px;
        right: -200px;
        height: 450px;
    }

    .job-test-cta-card-img-gno {
        width: 450px;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .job-test-landing-what-how-steps {
        width: 100%;
        max-width: 100%;
        flex-direction: row;
        gap: 35px;
    }

    .job-test-landing-what-how-steps-part-text h3 {
        font-size: 22px;
    }

    .job-test-landing-what-how-steps-part-text {
        gap: 0;
    }

    .job-test-landing-what-how-steps-image {
        display: grid;
        grid-template-columns:1fr;
    }

    .job-test-landing-what-how-img {
        display: flex;
        justify-content: center;
        margin-top: -50px;
    }
}

@media(min-width: 768px) and (max-width: 991px){

    .job-test-landing-hero-content{
        display: grid;
    }

    .job-test-landing-hero-content-header {
        font-size: 50px;
        line-height: 65px;
        text-align: center;
    }

    .job-test-landing-hero-content-text {
        max-width: 100%;
    }

    .job-test-landing-hero-content-text p {
        font-size: 18px;
        text-align: center;
    }

    .job-test-landing-hero-content-screen-bg-white {
        height: 420px;
    }

    .job-test-landing-hero-content-screen-bg-grey {
        width: 98%;
        height: 410px;
        margin-top: 5px;
        margin-left: 7px;
        border-radius: 15px;
    }

    .job-test-landing-hero-content-screen-window {
        width: 98%;
        height: 400px;
        margin-left: 7px;
        top: 5px;
    }

    .job-test-landing-hero .btn-primary {
        margin: 0 auto;
    }

    .job-test-landing-hero {
        padding: 40px 0 60px 0 ;
        gap: 60px;
    }

    .job-test-landing-what-how-steps {
        width: 100%;
        max-width: 100%;
        flex-direction: row;
        gap: 35px;
    }

    .job-test-landing-what-how-steps-part-text h3 {
        font-size: 22px;
    }

    .job-test-landing-what-how-steps-part-text {
        gap: 0;
    }

    .job-test-landing-what-how-steps-image {
        display: grid;
        grid-template-columns:1fr;
    }

    .cl-qs-outerContainer {
        grid-template-columns: 1fr;
    }

    .job-test-landing-faq {
        padding: 0;
    }

    .ctp-container {
        margin: 140px 0;
    }

    .ctp-container h3 {
        font-size: 35px;
    }

    .job-test-cta-card {
        display: flex;
        height: 350px;
        flex-direction: column;
    }

    .job-test-cta-card-left-content {
        padding:0 55px;
        margin: 30px 0 0 0;
        z-index: 3;
    }

    .job-test-cta-card-left-content h2 {
        font-size: 30px;
        line-height: 40px;
    }

    .job-test-cta-card-left-content p {
        font-size: 14px;
        margin-bottom: 20px;
    }

    .job-test-cta-card-img-gno {
        position: relative;
        top: -120px;
        right: 0;
        width: 420px;
    }

    .job-test-cta-card-light {
        top: -220px;
        right: -120px;
        transform: scale(1.3);
    }

    .cv-landing-cta1-container {
        margin-top: 120px;
    }

    .job-test-cta-card-web {
        display: flex;
    }

    .job-test-cta-card-mobile {
        display: none;
    }
}

@media(max-width: 767px){
    .job-test-btn-size {
        margin-top: 2rem;
    }

    .cvl-cta1-mid-btn {
        margin-top: 2rem;
    }

    .job-test-landing-careers-paths {
        padding: 60px 0 65px 0;
    }

    .job-test-landing-what-how-steps-part i {
        color: #00B7FD;
        font-size: 32px;
        margin-top: -18px;
    }

    .job-test-landing-what-how-img img {
        width: 500px;
    }

    .job-test-landing-hero-content {
        display: grid;
    }

    .job-test-landing-hero-content-text {
        max-width: 100%;
    }

    .job-test-landing-hero-content-header {
        font-size: 50px;
        line-height: 65px;
        text-align: center;
    }

    .job-test-landing-hero-content-text p {
        font-size: 18px;
        text-align: center;
    }

    .job-test-landing-hero-content-screen-bg-grey {
        width: 98%;
        height: 340px;
        margin-top: 5px;
        margin-left: 5px;
    }

    .job-test-landing-hero-content-screen-window {
        width: 98%;
        height: 330px;
        margin-left: 5px;
        top: 5px;
        border-radius: 12px;
    }

    .job-test-landing-hero-btn-size {
        width: fit-content;
        position: relative;
        margin: 0 auto;
        top: 1rem;
    }

    .job-test-landing-careers-paths {
        gap: 0;
    }

    .cv-landing-cta1-container {
        gap: 0;
    }

    .job-test-landing-hero {
        padding: 0 0 60px 0 ;
    }

    .job-test-landing-what-how-steps {
        width: 100%;
        max-width: 100%;
        flex-direction: column;
        gap: 1px;
    }

    .job-test-landing-what-how-header h2 {
        font-size: 40px;
    }

    .job-test-landing-what-how-steps-part-text h3 {
        font-size: 22px;
        line-height: 25px;
    }

    .job-test-landing-what-how-steps-part-text {
        gap: 0;
    }

    .job-test-landing-what-how-steps-image {
        display: grid;
        grid-template-columns: 1fr;
    }

    .job-test-landing-careers-paths-content-header h3 {
        font-size: 40px;
    }

    .certificateLanding-quoteSection h3 {
        font-size: 48px;
    }

    .cvl-cta1-top h2 {
        font-size: 40px;
    }


    .cl-qs-outerContainer {
        grid-template-columns: 1fr;
    }

    .job-test-landing-faq {
        padding: 0;
    }

    .ctp-container {
        margin: 130px 0;
    }

    .ctp-container h3 {
        font-size: 40px;
    }

    .job-test-cta-card {
        height: 400px;
    }

    .job-test-cta-card-left-content {
        padding:0 30px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        z-index: 3;
    }

    .job-test-cta-card-left-content h2 {
        font-size: 25px;
        line-height: 40px;
        margin-bottom: 10px;
    }

    .job-test-cta-card-left-content p {
        font-size: 14px;
        margin-bottom: 15px;
    }

    .job-test-landing-content-text p {
        margin-bottom: -1.5rem ;
    }

    .job-test-cta-card {
        border-radius: 24px;
        box-shadow: 0 0 0 1px #12376914, 0 1px 2px 0 #a4acb93d;
        display: flex;
        padding: 0;
        margin-top: 80px;
        margin-bottom: 100px;
        overflow: hidden;
        background: #0D0D12;
        flex-direction: column;
    }

    .job-test-cta-card-img-gno {
        position: relative;
        top: -90px;
        right: -30px;
        width: 400px
    }

    .job-test-cta-card-light {
        top: -200px;
        right: -200px;
        transform: scale(1.3);
    }

    .cv-landing-cta1-container {
        margin-top: 120px;
    }

    .cvl-cta1-mid {
        display: grid;
    }

    .job-test-cta-card-web {
        display: flex;
    }

    .job-test-cta-card-mobile {
        display: none;
    }

    .job-test-landing-careers-paths-content {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        gap: 30px;
    }

    .job-test-hero-mobile-btn-alignment {
        position: relative;
        top: 4rem;
    }
}

@media(max-width: 550px) {
    .job-test-landing-what-how-img img {
        display: flex;
        width: 420px;
        margin: 0 auto;
    }

    .job-test-landing-hero-content-header-question {
        font-size: 32px;
        line-height: 40px;
    }

    .primary-highlighted-text {
        font-size: 32px;
    }

    .mb-5 {
        margin-bottom: 5rem!important;
    }

    .home-highlightedEvents {
        margin-top: 80px;
        gap: 15px;
        margin-bottom: 64px;
    }

    .seeAll-header h2 {
        font-size: 24px;
    }
    .job-test-landing-last-item {
        margin: 0!important;
    }

    .seeAll-header h3 {
        font-size: 24px;
        line-height: 30px;
        text-align: center;
    }


    .ctp-container {
        margin: 100px 0 !important;
        position: relative;
    }

    .btnLink-black {
        top: 1rem;
    }


    .job-test-landing-what-how-steps-part i {
        color: #00B7FD;
        font-size: 32px;
        margin-top: -16px;
    }

    .home-fyc-title-underlineContainer {
        right: 5px;
        max-width: 98%;
    }

    .home-fyc-title-threeLineContainer {
        top: -12px;
        left: -24px;
    }

    .job-test-landing-hero-content {
        display: grid;
    }

    .job-test-landing-hero-content-text {
        max-width: 100%;
    }

    .job-test-landing-hero-content-header {
        line-height: 40px;
        text-align: center;
        font-size: 32px;
    }

    .job-test-landing-hero-content-text p {
        font-size: 18px;
        text-align: center;
    }

    .job-test-landing-hero-content-screen-bg-grey {
        width: 97%;
        height: 340px;
        margin-top: 5px;
        margin-left: 7px;
    }

    .job-test-landing-hero-content-screen-window {
        width: 97%;
        height: 330px;
        margin-left: 7px;
        top: 5px;
    }

    .job-test-landing-hero-btn-size {
        width: fit-content;
        position: relative;
        margin: 0 auto;
        top: 1rem;
    }
    .job-test-btn-size {
        width: fit-content;
        max-width: 100%;
    }


    .job-test-landing-what-how-steps {
        width: 100%;
        max-width: 100%;
        flex-direction: column;
        gap: 1px;
    }

    .job-test-landing-what-how-header h2 {
        font-size: 40px;
    }

    .job-test-landing-what-how-steps-part-text h3 {
        font-size: 24px;
        line-height: 25px;
    }

    .job-test-landing-what-how-steps-part-text {
        gap: 0;
    }

    .job-test-landing-what-how-steps-image {
        display: grid;
        grid-template-columns:1fr;
    }

    .job-test-landing-careers-paths-content-header h3 {
        font-size: 40px;
    }

    .certificateLanding-quoteSection h3 {
        font-size: 40px;
    }

    .cvl-cta1-top h2 {
        font-size: 40px;
    }


    .cl-qs-outerContainer {
        grid-template-columns: 1fr;
    }

    .job-test-landing-faq {
        padding: 0;
    }

    .ctp-container h3 {
        font-size: 30px;
    }

    .job-test-cta-card {
        height: 400px;
    }

    .job-test-cta-card-left-content {
        padding:0 25px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        z-index: 3;
        margin: 20px 0;
    }

    .job-test-cta-card-left-content h2 {
        font-size: 25px;
        line-height: 40px;
        margin-bottom: 10px;
    }

    .job-test-cta-card-left-content p {
        font-size: 14px;
        margin-bottom: 15px;
    }

    .job-test-cta-card {
        border-radius: 24px;
        box-shadow: 0 0 0 1px #12376914, 0 1px 2px 0 #a4acb93d;
        display: flex;
        padding: 0;
        margin-top: 80px;
        margin-bottom: 100px;
        overflow: hidden;
        background: #0D0D12;
        flex-direction: column;
    }

    .job-test-cta-card-img-gno {
        position: relative;
        top: -70px;
        right: -30px;
        width: 420px
    }


    .job-test-cta-card-light {
        top: -190px;
        right: -220px;
        transform: scale(1.4);
    }

    .cv-landing-cta1-container {
        margin-top: 120px;
    }

    .job-test-landing-careers-row {
        display: grid;
    }

    .job-test-landing-hint {
        display: grid;
    }

    .job-test-cta-card-web {
        display: flex;
    }

    .job-test-cta-card-mobile {
        display: none;
    }

    .job-test-hero-mobile-btn-alignment {
        position: relative;
        top: 4rem;
    }

    .job-test-landing-careers-paths {
        padding: 60px 0 70px 0;
    }
}

@media(max-width: 420px) {
    .job-test-landing-what-how-img img {
        width: 330px;
        margin: 0 auto;
    }

    .job-test-hero-mobile-btn-alignment {
        padding: 8px 18px;
        top:-230px;
        z-index: 10;
    }

    .certificateLanding-quoteSection h3 {
        font-size: 32px;
        line-height: 40px;
    }

    .job-test-landing-faq h3 {
        font-size: 24px;
        line-height: 32px;
    }

    .faqp-itemsSection-container {
        margin-top: 0;
    }

    .seeAll-header h2 {
        font-size: 24px;
    }

    .cvl-cta1-top h2 {
        font-size: 24px;
        line-height: 32px;
    }

    .job-test-landing-what-how-steps-part i {
        color: #00B7FD;
        font-size: 32px;
        margin-top: -12px;
    }

    .job-test-landing-hero-content-screen {
        top: 80px;
        position: relative;
    }

    .job-test-landing-what-how-header h2 {
        font-size: 24px;
        text-align: left;
        line-height: 32px;
    }

    .ctp-container {
        margin: 100px 0;
    }

    .job-test-landing-hero-content-screen-window-traffic-lights {
        display: flex;
        align-items: center;
        gap: 8px;
        color: #C7C7C8;
        opacity: 0.5;
        transform: scale(0.6);
        padding: 8px 0 0 2px;
    }

    .job-test-landing-hero-content-screen-window hr {
        width: 100%;
        border: 1px solid #C7C7C8;
        opacity: 0.2;
        padding: 0;
        margin: 0;
    }

    .job-test-landing-hero-content-screen-bg-white {
        width: 100%;
        height: 220px;
    }

    .job-test-landing-hero-content-screen-bg-grey {
        height: 210px;
        margin-left: 4px;
    }

    .job-test-landing-hero-content-screen-window {
        height: 200px;
        margin-left: 5px;
    }

    .job-test-cta-card-web {
        display: none;
    }

    .job-test-cta-card-mobile {
        display: flex;
    }

    .job-test-cta-card-light {
        top: -230px;
        right: -350px;
    }

    .job-test-cta-card-mobile-img {
        position: relative;
        top: -110px;
        width:320px;
    }

    .job-test-landing-what-how-steps-part-text h3 {
        font-size: 22px;
        line-height: 32px;
    }

    .job-test-landing-careers-paths-content-header h3 {
        font-size: 24px;
        line-height: 32px;
    }

    .certificateLanding-quoteSection h3 {
        font-size: 32px;
        line-height: 40px;
    }
}
