/* _content/StartPoint/Components/Layout/Footer.razor.rz.scp.css */
.footer-container[b-1xdafksvrp] {
    min-height: 40vh;
    width: 100%;
    background-color: #313168;
    display: flex;
    flex-direction: column;
    padding: 5vh;
    box-sizing: border-box;
    align-items: center;
    justify-content: space-between;
}

@media screen and (max-width: 1025px) {
    .footer-container[b-1xdafksvrp] {
        padding: 1vh;
        max-height: 20vh;
    }

}

.footer-description-container[b-1xdafksvrp] {
    display: flex;
    flex-direction: column;
    width: 70%;
    gap: 1.5vh;
    text-align: center;
    justify-content:center;
    align-items: center;
    margin-top: 1vh;
    
}

    .footer-description-container span[b-1xdafksvrp] {
        color: #8ac5ff;
        font-size: 2vh;
        line-height: 3vh;
        font-weight: 600;
        opacity: 1 !important;
        text-decoration: underline;
        text-align: center;
    }

.footer-description-container h1[b-1xdafksvrp] {
        color: white;
    font-size: 3vh;
    line-height: 3vh;
}

    .footer-description-container h2[b-1xdafksvrp] {
        color: #fff;
        font-size: 2vh;
        line-height: 2.5vh;
        font-weight: 400;
        opacity: 1;
        width: 70%;
    }

    .footer-description-container h3[b-1xdafksvrp] {
        color: #fff;
        font-size: 1.7vh;
        line-height: 2.5vh;
        font-weight: 400;
        opacity: 1;
        width: 100%;
        text-align: center
    
    }

.footer-nav-container[b-1xdafksvrp] {
    display: flex;
    flex-direction: column;
    gap: 2vh;
    justify-content: space-around;
    align-items: center;
}

.footer-nav[b-1xdafksvrp] {
    display: flex;
    flex-direction: row;
    gap: 5vh;
}

.footer-nav a[b-1xdafksvrp] {
    color: white;
    font-size: 2vh;
    line-height: 3vh;
    font-weight: 700;
    opacity: 1;
    text-decoration: none;

}

.footer-nav-container h3[b-1xdafksvrp]{ 
    color: white;
    font-size: 2vh;
    line-height: 3vh;
    font-weight: 400;
    width: 70%;
    opacity: 1;
    text-align: center;
}

@media screen and (max-width: 500px) {
    .footer-container[b-1xdafksvrp] {
        height: 50vh !important;
    }
}

@media screen and (max-width: 1024px) {
    .footer-container[b-1xdafksvrp] {
        height: 47vh;
        justify-content: space-between;

    }

    .footer-description-container[b-1xdafksvrp] {
        width: 100%;
    }

    .footer-description-container h1[b-1xdafksvrp] {
        font-size: 2.5vh;
        width: 80% !important;
        line-height: 3vh;
    }

        .footer-description-container h2[b-1xdafksvrp] {
            font-size: 2vh;
            width: 100% !important;
            line-height: 2.5vh;
        }

        .footer-description-container span[b-1xdafksvrp] {
            font-size: 2vh;
            line-height: 2vh;
        }

    .footer-nav a[b-1xdafksvrp] {
        font-size: 1.5vh;
        line-height: 2vh;
    }

    .footer-nav-container h3[b-1xdafksvrp] {
        font-size: 1.5vh;
        line-height: 2vh;
    }
}
/* _content/StartPoint/Components/Layout/Header.razor.rz.scp.css */
body[b-0b9922nok7] {
}

.header-top-bar[b-0b9922nok7] {
    display: flex;
    flex-direction: row;
    width: 100%;
    height: 10vh;

}
.main-header[b-0b9922nok7] {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.header-top[b-0b9922nok7] {
    align-items: center;
}

a[b-0b9922nok7] {
    color: #313168 !important;
}

.header-a-tag[b-0b9922nok7] {
    color: #313168 !important;
    font-weight: 600 !important;
}

.text-link-bd-btom[b-0b9922nok7]::before {
    background: #8ac5ff !important;

}

.blue-header-a-tag[b-0b9922nok7] {
    color: #8ac5ff !important;
    font-weight: 600 !important;
}

.header-sign-button[b-0b9922nok7] {
    background: #8ac5ff !important;
    color: #313168 !important;
    border-radius: 10px !important;
    padding: 1.5vh 1.5vw !important;
    font-weight: 700 !important;
    font-size: 0.9rem !important;
}
/* _content/StartPoint/Components/Layout/MainLayout.razor.rz.scp.css */
.page[b-yu8ohlt7q2] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-yu8ohlt7q2] {
    flex: 1;
}

.sidebar[b-yu8ohlt7q2] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.top-row[b-yu8ohlt7q2] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-yu8ohlt7q2]  a, .top-row[b-yu8ohlt7q2]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

    .top-row[b-yu8ohlt7q2]  a:hover, .top-row[b-yu8ohlt7q2]  .btn-link:hover {
        text-decoration: underline;
    }

    .top-row[b-yu8ohlt7q2]  a:first-child {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row[b-yu8ohlt7q2] {
        justify-content: space-between;
    }

    .top-row[b-yu8ohlt7q2]  a, .top-row[b-yu8ohlt7q2]  .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-yu8ohlt7q2] {
        flex-direction: row;
    }

    .sidebar[b-yu8ohlt7q2] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-yu8ohlt7q2] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row.auth[b-yu8ohlt7q2]  a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

    .top-row[b-yu8ohlt7q2], article[b-yu8ohlt7q2] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}

#blazor-error-ui[b-yu8ohlt7q2] {
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

    #blazor-error-ui .dismiss[b-yu8ohlt7q2] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* _content/StartPoint/Components/Layout/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-b1j3hw5edb] {
    appearance: none;
    cursor: pointer;
    width: 3.5rem;
    height: 2.5rem;
    color: white;
    position: absolute;
    top: 0.5rem;
    right: 1rem;
    border: 1px solid rgba(255, 255, 255, 0.1);
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e") no-repeat center/1.75rem rgba(255, 255, 255, 0.1);
}

.navbar-toggler:checked[b-b1j3hw5edb] {
    background-color: rgba(255, 255, 255, 0.5);
}

.top-row[b-b1j3hw5edb] {
    height: 3.5rem;
    background-color: rgba(0,0,0,0.4);
}

.navbar-brand[b-b1j3hw5edb] {
    font-size: 1.1rem;
}

.bi[b-b1j3hw5edb] {
    display: inline-block;
    position: relative;
    width: 1.25rem;
    height: 1.25rem;
    margin-right: 0.75rem;
    top: -1px;
    background-size: cover;
}

.bi-house-door-fill-nav-menu[b-b1j3hw5edb] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-house-door-fill' viewBox='0 0 16 16'%3E%3Cpath d='M6.5 14.5v-3.505c0-.245.25-.495.5-.495h2c.25 0 .5.25.5.5v3.5a.5.5 0 0 0 .5.5h4a.5.5 0 0 0 .5-.5v-7a.5.5 0 0 0-.146-.354L13 5.793V2.5a.5.5 0 0 0-.5-.5h-1a.5.5 0 0 0-.5.5v1.293L8.354 1.146a.5.5 0 0 0-.708 0l-6 6A.5.5 0 0 0 1.5 7.5v7a.5.5 0 0 0 .5.5h4a.5.5 0 0 0 .5-.5Z'/%3E%3C/svg%3E");
}

.bi-plus-square-fill-nav-menu[b-b1j3hw5edb] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-plus-square-fill' viewBox='0 0 16 16'%3E%3Cpath d='M2 0a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2H2zm6.5 4.5v3h3a.5.5 0 0 1 0 1h-3v3a.5.5 0 0 1-1 0v-3h-3a.5.5 0 0 1 0-1h3v-3a.5.5 0 0 1 1 0z'/%3E%3C/svg%3E");
}

.bi-list-nested-nav-menu[b-b1j3hw5edb] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-list-nested' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M4.5 11.5A.5.5 0 0 1 5 11h10a.5.5 0 0 1 0 1H5a.5.5 0 0 1-.5-.5zm-2-4A.5.5 0 0 1 3 7h10a.5.5 0 0 1 0 1H3a.5.5 0 0 1-.5-.5zm-2-4A.5.5 0 0 1 1 3h10a.5.5 0 0 1 0 1H1a.5.5 0 0 1-.5-.5z'/%3E%3C/svg%3E");
}

.bi-lock-nav-menu[b-b1j3hw5edb] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-list-nested' viewBox='0 0 16 16'%3E%3Cpath d='M8 1a2 2 0 0 1 2 2v4H6V3a2 2 0 0 1 2-2zm3 6V3a3 3 0 0 0-6 0v4a2 2 0 0 0-2 2v5a2 2 0 0 0 2 2h6a2 2 0 0 0 2-2V9a2 2 0 0 0-2-2zM5 8h6a1 1 0 0 1 1 1v5a1 1 0 0 1-1 1H5a1 1 0 0 1-1-1V9a1 1 0 0 1 1-1z'/%3E%3C/svg%3E");
}

.bi-person-nav-menu[b-b1j3hw5edb] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-person' viewBox='0 0 16 16'%3E%3Cpath d='M8 8a3 3 0 1 0 0-6 3 3 0 0 0 0 6Zm2-3a2 2 0 1 1-4 0 2 2 0 0 1 4 0Zm4 8c0 1-1 1-1 1H3s-1 0-1-1 1-4 6-4 6 3 6 4Zm-1-.004c-.001-.246-.154-.986-.832-1.664C11.516 10.68 10.289 10 8 10c-2.29 0-3.516.68-4.168 1.332-.678.678-.83 1.418-.832 1.664h10Z'/%3E%3C/svg%3E");
}

.bi-person-badge-nav-menu[b-b1j3hw5edb] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-person-badge' viewBox='0 0 16 16'%3E%3Cpath d='M6.5 2a.5.5 0 0 0 0 1h3a.5.5 0 0 0 0-1h-3zM11 8a3 3 0 1 1-6 0 3 3 0 0 1 6 0z'/%3E%3Cpath d='M4.5 0A2.5 2.5 0 0 0 2 2.5V14a2 2 0 0 0 2 2h8a2 2 0 0 0 2-2V2.5A2.5 2.5 0 0 0 11.5 0h-7zM3 2.5A1.5 1.5 0 0 1 4.5 1h7A1.5 1.5 0 0 1 13 2.5v10.795a4.2 4.2 0 0 0-.776-.492C11.392 12.387 10.063 12 8 12s-3.392.387-4.224.803a4.2 4.2 0 0 0-.776.492V2.5z'/%3E%3C/svg%3E");
}

.bi-person-fill-nav-menu[b-b1j3hw5edb] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-person-fill' viewBox='0 0 16 16'%3E%3Cpath d='M3 14s-1 0-1-1 1-4 6-4 6 3 6 4-1 1-1 1H3Zm5-6a3 3 0 1 0 0-6 3 3 0 0 0 0 6Z'/%3E%3C/svg%3E");
}

.bi-arrow-bar-left-nav-menu[b-b1j3hw5edb] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-arrow-bar-left' viewBox='0 0 16 16'%3E%3Cpath d='M12.5 15a.5.5 0 0 1-.5-.5v-13a.5.5 0 0 1 1 0v13a.5.5 0 0 1-.5.5ZM10 8a.5.5 0 0 1-.5.5H3.707l2.147 2.146a.5.5 0 0 1-.708.708l-3-3a.5.5 0 0 1 0-.708l3-3a.5.5 0 1 1 .708.708L3.707 7.5H9.5a.5.5 0 0 1 .5.5Z'/%3E%3C/svg%3E");
}

.nav-item[b-b1j3hw5edb] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-b1j3hw5edb] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-b1j3hw5edb] {
        padding-bottom: 1rem;
    }

    .nav-item[b-b1j3hw5edb]  .nav-link {
        color: #5dfad0;
        background: none;
        border: none;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
        width: 100%;
    }

.nav-item[b-b1j3hw5edb]  a.active {
    background-color: rgba(255,255,255,0.37);
    color: white;
}

.nav-item[b-b1j3hw5edb]  .nav-link:hover {
    background-color: rgba(255,255,255,0.1);
    color: white;
}

.nav-scrollable[b-b1j3hw5edb] {
    display: none;
}

.navbar-toggler:checked ~ .nav-scrollable[b-b1j3hw5edb] {
    display: block;
}

@media (min-width: 641px) {
    .navbar-toggler[b-b1j3hw5edb] {
        display: none;
    }

    .nav-scrollable[b-b1j3hw5edb] {
        /* Never collapse the sidebar for wide screens */
        display: block;

        /* Allow sidebar to scroll for tall menus */
        height: calc(100vh - 3.5rem);
        overflow-y: auto;
    }
}
/* _content/StartPoint/Components/Pages/DynamicLandingPage.razor.rz.scp.css */
@media (max-width: 991.98px) {
    .info-1[b-l4kt1mzgwe] {
        width: 80%;
    }

    h1[b-l4kt1mzgwe] {
        font-size: 36px;
        line-height: 42px;
    }

    .info-2[b-l4kt1mzgwe] {
        width: 80%;
    }

    p[b-l4kt1mzgwe] {
        font-size: 22px;
        line-height: 30px;
    }

    .triple-column-item[b-l4kt1mzgwe] {
        padding-top: 25px;
    }
}

button[b-l4kt1mzgwe] {
    font-family: outfit, sans-serif !important;
}

.home-page-wrapper[b-l4kt1mzgwe] {
    min-height: 100vh;
    width: 100%;
    display: flex;
    flex-direction: column;
    overflow-x: hidden;
    overflow: hidden;
}

.home-page-landing-wrapper[b-l4kt1mzgwe] {
    position: relative;
    background: linear-gradient(120deg, #7f5af2 0%, #7a97ef 50%, #56bde1 100%);
    position: relative;
    display: flex;
    flex-direction: column;
}


/*LANDER*/
/*LANDER*/
/*LANDER*/
/*LANDER*/
/*LANDER*/
/*LANDER*/
/*LANDER*/
/*LANDER*/
/*LANDER*/

@media screen and (max-width: 1025px) {

    .home-page-wrapper .home-page-landing-wrapper[b-l4kt1mzgwe] {
        overflow: hidden;
        height: auto;
    }

    .home-page-wrapper .home-page-lander[b-l4kt1mzgwe] {
        height: 80vh !important;
        width: 100%;
        display: flex;
        flex-direction: column;
        justify-content: start;
        padding-top: 7vh;
        align-items: center;
        position: relative;
    }

    .home-page-lander .home-page-lander-text-container h1[b-l4kt1mzgwe] {
        font-size: 5vh;
        line-height: 6.5vh;
        color: #382574;
        font-weight: 700;
        text-align: center;
        margin-bottom: 2vh;
    }

    .home-page-lander .home-page-lander-text-container h2[b-l4kt1mzgwe] {
        font-size: 2.5vh;
        line-height: 3vh;
        color: #382574;
        font-weight: 500;
        width: 80%;
        text-align: center;
    }

    .home-page-lander .home-page-lander-stats-container[b-l4kt1mzgwe] {
        display: flex;
        flex-direction: column-reverse;
        justify-content: center;
        align-items: center;
        gap: 1vw;
    }

        .home-page-lander .home-page-lander-stats-container img[b-l4kt1mzgwe] {
            width: 4vh;
            opacity: 0.8;
        }

    .home-page-lander .home-page-lander-stat[b-l4kt1mzgwe] {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        background-color: #382574;
        height: fit-content;
        padding: 2vh 2vh;
        border-radius: 1.5vh;
        margin: 2vh 0 1vh 0;
    }

        .home-page-lander .home-page-lander-stat h3[b-l4kt1mzgwe] {
            font-size: 2vh;
            line-height: 3vh;
            color: #ddd;
            font-weight: 500;
            text-align: center;
            margin: 0;
            padding: 0;
        }

    .home-page-lander .break[b-l4kt1mzgwe] {
        display: none;
    }

    .home-page-lander .home-page-lander-buttons-container[b-l4kt1mzgwe] {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: 1vh;
        height: 20vh;
        width: 80vw;
        margin-top: 5vh;
    }

        .home-page-lander .home-page-lander-buttons-container button[b-l4kt1mzgwe] {
            width: 80%;
            height: 8vh;
            border-radius: 1.2vh;
            border: none;
            outline: none;
            color: #382574;
            font-weight: 600;
            font-size: 2vh;
            font-family: "outfit", sans-serif;
        }

        .home-page-lander .home-page-lander-buttons-container a[b-l4kt1mzgwe] {
            width: 80%;
            height: 8vh;
            border-radius: 1.2vh;
            border: none;
            outline: none;
            color: #382574;
            font-weight: 600;
            font-size: 2vh;
            font-family: "outfit", sans-serif;
        }

    .home-page-landing-wrapper .home-page-landing-secondary-wrapper[b-l4kt1mzgwe] {
        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 5vh;
        overflow-y: hidden;
        overflow-x: hidden !important;
        overflow-y: hidden !important;
    }

    .upload-cv h5[b-l4kt1mzgwe] {
        line-height: 1.5vh;
        font-weight: 600;
        text-align: center;
        margin: 0;
        padding: 0;
        color: #382574;
        font-size: 2vh;
    }
}

.home-page-lander[b-l4kt1mzgwe] {
    height: 94vh;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}



.home-page-lander-text-container[b-l4kt1mzgwe] {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

    .home-page-lander-text-container h1[b-l4kt1mzgwe] {
        font-size: 3.5vw;
        color: #382574;
        font-weight: 700;
        text-align: center;
    }

    .home-page-lander-text-container h2[b-l4kt1mzgwe] {
        font-size: 1.5vw;
        color: #382574;
        font-weight: 500;
        text-align: center;
    }

.home-page-lander-stats-container[b-l4kt1mzgwe] {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 1vw;
}

.break[b-l4kt1mzgwe] {
    height: 90%;
    border: 1px solid #382574;
    opacity: 0.8;
}

.home-page-lander-stats-container img[b-l4kt1mzgwe] {
    width: 2vw;
    margin: 0 0.5vh;
    opacity: 0.8;
}

.home-page-lander-stat[b-l4kt1mzgwe] {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-color: #382574;
    height: fit-content;
    padding: 0 2vh;
    border-radius: 1.5vh;
}

    .home-page-lander-stat h3[b-l4kt1mzgwe] {
        font-size: 1.6vh;
        color: #ddd;
        font-weight: 500;
        text-align: center;
        margin: 0;
        padding: 0;
    }

    .home-page-lander-stat span[b-l4kt1mzgwe] {
        color: white;
        font-weight: 700;
        text-align: center;
        margin: 0;
        padding: 0;
    }

.home-page-lander-buttons-container[b-l4kt1mzgwe] {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 1vw;
    height: 7vh;
    min-width: 200px;
    width: 30vw;
    margin-top: 10vh;
}

    .home-page-lander-buttons-container button[b-l4kt1mzgwe] {
        width: 70%;
        height: 100%;
        border-radius: 1.2vh;
        border: none;
        outline: none;
        color: #382574;
        font-weight: 600;
        font-size: 2vh;
        font-family: "outfit", sans-serif;
    }

    .home-page-lander-buttons-container a[b-l4kt1mzgwe] {
        width: 70%;
        height: 100%;
        border-radius: 1.2vh;
        border: none;
        outline: none;
        color: #382574;
        font-weight: 600;
        font-size: 2vh;
        font-family: "outfit", sans-serif;
    }

    .home-page-lander-buttons-container button:hover[b-l4kt1mzgwe] {
        transform: scale(1.05);
    }

.upload-cv[b-l4kt1mzgwe] {
    background-color: #5dfad0;
    box-shadow: 0px 0px 1.8vw #ffffff33;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 2vh;
}

    .upload-cv h5[b-l4kt1mzgwe] {
        font-size: 2vh !important;
        line-height: 2vh;
        font-weight: 600;
        text-align: center;
        margin: 0;
        padding: 0;
        color: #382574;
    }

    .upload-cv img[b-l4kt1mzgwe] {
        width: 2vh;
        object-fit: contain;
    }

.how-does[b-l4kt1mzgwe] {
    background-color: transparent;
    border: 0.35vh solid #5dfad0 !important;
    color: white;
    box-shadow: 0px 0px 1.8vw #ffffff33;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

    .how-does:hover[b-l4kt1mzgwe] {
        transform: scale(1.05)
    }

/*TAG DIV*/
/*TAG DIV*/
/*TAG DIV*/
/*TAG DIV*/
/*TAG DIV*/
/*TAG DIV*/
/*TAG DIV*/
/*TAG DIV*/



@media screen and (max-width: 1025px) {
    .home-page-wrapper .home-page-landing-tags-container[b-l4kt1mzgwe] {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: 2vw;
        height: 80vh !important;
        display: none;
    }

    .home-page-wrapper .home-page-landing-tags-row[b-l4kt1mzgwe] {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        gap: 2vw;
        justify-content: center;
        height: fit-content !important;
    }

    .home-page-landing-tags-container .home-page-landing-tag[b-l4kt1mzgwe] {
        background-color: white;
        border-radius: 1vh;
        padding: 1vh;
        box-shadow: 0px 5px 5px #00000015;
        flex-wrap: wrap;
        height: 4vh;
    }


        .home-page-landing-tags-container .home-page-landing-tag h3[b-l4kt1mzgwe] {
            font-size: 1vh;
            line-height: 1vh;
            color: #382574;
            font-weight: 700;
            text-align: center;
            margin: 0;
            padding: 0;
        }
}

.home-page-landing-secondary-wrapper[b-l4kt1mzgwe] {
    width: 100%;
    padding-bottom: 10vh;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10vh;
    overflow: hidden;
}

.showcase-container[b-l4kt1mzgwe] {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    width: 100%;
    gap: 10vh;
}

.showcase-card[b-l4kt1mzgwe] {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    justify-content: space-between;
    gap: 3vh;
}

.showcase-card img[b-l4kt1mzgwe] {
    width: 10vh !important;
    border-radius: 1.5vh;
}

.showcase-card div[b-l4kt1mzgwe] {
    display: flex;
    flex-direction: column;
    gap: 1vh;
}

.showcase-card h2[b-l4kt1mzgwe] {
    font-size: 2.5vh;
    line-height: 2.5vh;
    color: #382574;
    font-weight: 700;
    margin: 0;
    padding: 0;
}

.showcase-card h3[b-l4kt1mzgwe] {
    font-size: 1.5vh;
    line-height: 1.5vh;
    color: #382574;
    font-weight: 500;
    margin: 0;
    padding: 0;
}

.landing-job-listings[b-l4kt1mzgwe] {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 2vh;
}

    .ljl-header[b-l4kt1mzgwe]{
        font-size: 4.5vh;
        line-height: 5.5vh;
        color: #382574;
        font-weight: 700;
        margin: 0;
        padding: 0;
        text-align: center;
    }

.ljl-header2[b-l4kt1mzgwe] {
    font-size: 2vh;
    line-height: 2.5vh;
    color: #382574;
    font-weight: 400;
    margin: 0;
    text-align: center;
    padding: 0;
    width: 60%;
}

.buttons-container-ljl[b-l4kt1mzgwe] {
display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 2vh;
    height: 7vh;
    width: 40vw;
    min-width: 300px;
    margin-top: 5vh;
}


.faq-card-container img[b-l4kt1mzgwe] {
    position: absolute;
    right: 3vh;
    top: 4.5vh;
    height: 1vh;
}

.faq-card-container.expanded img[b-l4kt1mzgwe] {
    transform: rotate(180deg);
}


    .buttons-container-ljl button[b-l4kt1mzgwe] {
        width: 70%;
        height: 100%;
        border-radius: 1.2vh;
        border: none;
        outline: none;
        color: #382574;
        font-weight: 600;
        font-size: 2vh;
        font-family: "outfit", sans-serif;
    }

.job-listings-container[b-l4kt1mzgwe] {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    gap: 2vh;
    margin-top: 4vh;
    width: 80%;
}

.job-listing[b-l4kt1mzgwe] {
    width: 25%;
    min-width: 350px;
    height: 25vh;
    background-color: white;
    border-radius: 2vh;
    display: flex;
    flex-direction: column;
    padding: 2vh 2.5vh;
    box-sizing: border-box;
    justify-content: space-between;
    
}

.job-listing-contents[b-l4kt1mzgwe] {
    display: flex;
    flex-direction: row;
    gap: 2vh;
    height: 80%;
}

.job-listing-contents img[b-l4kt1mzgwe] {
    width: 5vh;
    height: 5vh;
}

.job-listing-description[b-l4kt1mzgwe] {
    display: flex;
    flex-direction: column;

}

.job-listing-description h1[b-l4kt1mzgwe] {
    font-size: 2vh;
    line-height: 2.5vh;
    color: #382574;
    font-weight: 700;
    margin: 0;
    padding: 0;
    margin-bottom: 1vh;
    width: 100%;
}

    .job-listing-description h2[b-l4kt1mzgwe] {
        font-size: 1.5vh;
        line-height: 1.5vh;
        color: #9777fa;
        font-weight: 800;
        margin: 0;
        padding: 0;
        margin-bottom: 1vh;
    }

.description-tag[b-l4kt1mzgwe] {
    display: flex;
    flex-direction: row;
    margin-bottom: 1vh;
    gap: 1vh;
    align-items: center;
}

.description-tag img[b-l4kt1mzgwe] {
    width: 1.5vh;
    height: 1.5vh;

}

.description-tag h3[b-l4kt1mzgwe] {
    font-size: 1.5vh;
    line-height: 1.5vh;
    color: #333;
    font-weight: 400;
    margin: 0;
    padding: 0;

}

.job-listing-tags[b-l4kt1mzgwe] {
    display: flex;
    flex-direction: row;
    align-items: flex-end;
    height: auto;
    width: 100%;
    gap: 1vh;
}

.listing-tag[b-l4kt1mzgwe] {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    background-color: #9777fa22;
    width: fit-content;
    height: 70%;
    border-radius: 0.5vh;
    padding: 1.3vh;
    gap: 1vh;

}

.listing-tag img[b-l4kt1mzgwe] {
    width: 1.5vh;
    height: 1.5vh;
}

.listing-tag h3[b-l4kt1mzgwe] {
    font-size: 1.3vh;
    line-height: 1vh;
    color: #382574;
    font-weight: 500;
    margin: 0;
    padding: 0;
}

.home-page-landing-tags-container[b-l4kt1mzgwe] {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 0.5vw;
    overflow: hidden !important;
}

.home-page-landing-tags-row[b-l4kt1mzgwe] {
    display: flex;
    flex-direction: row;
    gap: 0.5vw;
}

.home-page-landing-tag[b-l4kt1mzgwe] {
    background-color: white;
    padding: 0 1.5vw;
    border-radius: .6vh;
    box-shadow: 0px 5px 5px #00000015;
}

    .home-page-landing-tag h3[b-l4kt1mzgwe] {
        margin: 0;
        padding: 0;
        color: black;
        font-size: 1.3vh;
        font-weight: 500;
    }

.home-pagelanding-find-wrapper[b-l4kt1mzgwe] {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
}

/*LET YOUR DREAM JOB FIND YOU*/
/*LET YOUR DREAM JOB FIND YOU*/
/*LET YOUR DREAM JOB FIND YOU*/
/*LET YOUR DREAM JOB FIND YOU*/
/*LET YOUR DREAM JOB FIND YOU*/
/*LET YOUR DREAM JOB FIND YOU*/
/*LET YOUR DREAM JOB FIND YOU*/
/*LET YOUR DREAM JOB FIND YOU*/

@media screen and (max-width: 1025px) {
    .home-page-landing-find-wrapper .home-page-landing-find-container[b-l4kt1mzgwe] {
        flex-direction: column;
        justify-content: center;
        align-items: center;
        height: 100%;
        padding: 2vh !important;
    }

    .home-page-landing-find-container .home-page-landing-find-img-container[b-l4kt1mzgwe] {
        width: 50%;
        height: 50%;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .home-page-landing-find-container .home-page-landing-find-content-container h2[b-l4kt1mzgwe] {
        font-size: 3vh;
        width: 100% !important;
        height: 100%;
        text-align: center;
    }

    .home-page-landing-find-container .home-page-landing-find-content-container h3[b-l4kt1mzgwe] {
        font-size: 2vh;
        width: 100% !important;
        line-height: 3.5vw;
        text-align: center;
    }

    .job-listing[b-l4kt1mzgwe] {
        width: 90vw;
    }
    .trusted-wrapper[b-l4kt1mzgwe] {
        width: 90vw !important;
    }

    .buttons-container-ljl[b-l4kt1mzgwe] {
        width: 90vw;
    }

    .home-page-landing-find-content-container[b-l4kt1mzgwe] {
        justify-content: center;
        align-items: center;
        width: 100% !important;
    }

        .home-page-landing-find-content-container button[b-l4kt1mzgwe] {
            width: 80%;
            border-radius: 1.2vh;
            border: none;
            outline: none;
            color: #382574;
            font-weight: 600;
            font-size: 2vh !important;
            font-family: "outfit", sans-serif;
        }
}

.home-page-landing-find-container[b-l4kt1mzgwe] {
    display: flex;
    width: 70vw;
    height: 40vh;
    border: 0.1vh white solid;
    border-radius: 3vw;
    flex-direction: row;
    padding: 2vw;
    box-sizing: border-box;
    position: relative;
    justify-content: space-between;
    box-shadow: inset 0px 0px 20px #00000022;
}

.home-page-landing-find-img-container[b-l4kt1mzgwe] {
    width: 30%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

    .home-page-landing-find-img-container img[b-l4kt1mzgwe] {
        width: 75%;
        aspect-ratio: 1/1;
        object-fit: cover;
        border-radius: 3vw;
    }

.home-page-landing-find-content-container[b-l4kt1mzgwe] {
    width: 70%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 2vh;
}

    .home-page-landing-find-content-container h2[b-l4kt1mzgwe] {
        font-size: 3vh;
        color: #382574;
        font-weight: 700;
        line-height: 4vh;
    }

    .home-page-landing-find-content-container h3[b-l4kt1mzgwe] {
        font-size: 2vh;
        color: #382574;
        font-weight: 400;
        line-height: 2.5vh;
    }

    .home-page-landing-find-content-container button[b-l4kt1mzgwe] {
        width: fit-content;
        border-radius: 0.8vh;
        border: none;
        outline: none;
        color: #382574;
        font-weight: 600;
        padding: 1.5vh 3vh;
        font-size: 1.6vh;
        font-family: "outfit", sans-serif;
        background-color: #5dfad0;
    }

/*HOW IT WORKS*/
/*HOW IT WORKS*/
/*HOW IT WORKS*/
/*HOW IT WORKS*/
/*HOW IT WORKS*/
/*HOW IT WORKS*/
/*HOW IT WORKS*/
/*HOW IT WORKS*/
/*HOW IT WORKS*/
/*HOW IT WORKS*/

@media screen and (max-width: 1025px) {
    .home-page-wrapper .how-it-works-wrapper[b-l4kt1mzgwe] {
        height: fit-content;
        padding: 5vh;
    }

    .how-it-works-wrapper .how-it-works-container[b-l4kt1mzgwe] {
        gap: 5vh;
    }

    .how-it-works-wrapper .how-it-works-cards[b-l4kt1mzgwe] {
        flex-direction: column;
        gap: 5vh;
        width: 100%;
    }

    .how-it-works-wrapper .how-it-works-card[b-l4kt1mzgwe] {
        width: 100%;
    }

        .how-it-works-wrapper .how-it-works-card img[b-l4kt1mzgwe] {
            height: 20vw;
        }

    .home-page-wrapper .how-it-works-wrapper button[b-l4kt1mzgwe] {
        width: 80%;
        font-size: 3vw;
    }

    .home-page-wrapper .lander-faq-reviews-container[b-l4kt1mzgwe] {
    }
}

.how-it-works-wrapper[b-l4kt1mzgwe] {
    width: 100%;
    height: 70vh;
    padding: 5vh;
    box-sizing: border-box;
    background-color: #382574;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 10;
}

.how-it-works-container[b-l4kt1mzgwe] {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
}

    .how-it-works-container h1[b-l4kt1mzgwe] {
        color: white;
        font-size: 5vh;
        text-align: center;
        margin: 0;
        padding: 0;
    }

.how-it-works-cards[b-l4kt1mzgwe] {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    gap: 5vw;
    width: 70%;
}

.how-it-works-card[b-l4kt1mzgwe] {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 30%;
    height: 100%;
    gap: 1.5vh;
    text-align: center
}

    .how-it-works-card img[b-l4kt1mzgwe] {
        height: 7vw;
    }

    .how-it-works-card h2[b-l4kt1mzgwe] {
        color: white;
        font-size: 2.8vh;
        line-height: 3vh;
        margin: 0;
        padding: 0;
    }

    .how-it-works-card h3[b-l4kt1mzgwe] {
        color: white;
        font-size: 1.7vh;
        line-height: 2vh;
        font-weight: 500;
        opacity: 1;
        width: 75%;
        margin: 0;
        padding: 0;
    }

.how-it-works-container button[b-l4kt1mzgwe] {
    width: fit-content;
    border-radius: 0.8vh;
    border: none;
    outline: none;
    color: #382574;
    font-weight: 600;
    padding: 1.5vh 3vh;
    font-size: 1.6vh;
    font-family: "outfit", sans-serif;
    background-color: #5dfad0;
    box-shadow: 0px 0px 20px #ffffff33;
}

.lander-faq-reviews-container[b-l4kt1mzgwe] {
    width: 100%;
    min-height: auto;
    height: 100%;
    display: flex;
    flex-direction: column;
    background-color: #ecf2ff;
    position: relative;
}

.highlight-1[b-l4kt1mzgwe] {
    position: absolute;
    left: -20%;
    top: -10%;
    z-index: 0;
}

.faq-wrapper[b-l4kt1mzgwe] {
    width: 100%;
    height: 85vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

/*FAQ CONTAINER PART WITH THE DROPDOWNS*/
/*FAQ CONTAINER PART WITH THE DROPDOWNS*/
/*FAQ CONTAINER PART WITH THE DROPDOWNS*/
/*FAQ CONTAINER PART WITH THE DROPDOWNS*/
/*FAQ CONTAINER PART WITH THE DROPDOWNS*/
/*FAQ CONTAINER PART WITH THE DROPDOWNS*/
/*FAQ CONTAINER PART WITH THE DROPDOWNS*/
/*FAQ CONTAINER PART WITH THE DROPDOWNS*/
/*FAQ CONTAINER PART WITH THE DROPDOWNS*/
/*FAQ CONTAINER PART WITH THE DROPDOWNS*/


@media screen and (max-width: 1025px) {
    .home-page-wrapper .faq-wrapper[b-l4kt1mzgwe] {
        height: fit-content;
    }

    .faq-wrapper .faq-container h1[b-l4kt1mzgwe] {
        font-size: 5vh;
        line-height: 6vh;
    }

    .home-page-wrapper .faq-container[b-l4kt1mzgwe] {
        width: 100%;
        scroll-behavior: smooth;
        height: fit-content;
        padding: 6vh 3vh 3vh 3vh;
    }

    .faq-container .faq-cards-container[b-l4kt1mzgwe] {
        width: 100%;
        min-height: 50vh;
        height: 100%;
    }

    .faq-container .faq-card-container[b-l4kt1mzgwe] {
        width: 100%;
    }

        .faq-container .faq-card-container h4[b-l4kt1mzgwe] {
            font-size: 2vh;
            line-height: 2.5vh;
            width: 80%;
        }
}

.faq-container[b-l4kt1mzgwe] {
    width: 50%;
    height: 65%;
    box-sizing: border-box;
    z-index: 10;
}

    .faq-container h1[b-l4kt1mzgwe] {
        color: #382574;
        font-size: 5vh;
        text-align: center;
        margin: 0;
        padding: 0;
        margin-bottom: 1vh;
    }

    .faq-container h3[b-l4kt1mzgwe] {
        color: #382574;
        font-size: 1.9vh;
        line-height: 2vh;
        font-weight: 500;
        text-align: center;
        margin: 0;
        padding: 0;
    }

.faq-container-href[b-l4kt1mzgwe] {
    color: #382574;
    font-size: 1.9vh;
    line-height: 2vh;
    font-weight: 500;
    text-align: center;
    margin: 0;
    padding: 0;
    border-color: none;
    text-decoration: underline;
}

.faq-cards-container[b-l4kt1mzgwe] {
    display: flex;
    flex-direction: column;
    gap: 1vh;
    margin-top: 3vh;
}

.faq-card-container[b-l4kt1mzgwe] {
    --collapsed-height: 10vh;
    position: relative;
    height: var(--collapsed-height);
    width: 100%;
    background-color: white;
    padding: 0 3vh;
    box-sizing: border-box;
    border-radius: 2vh;
    transition: max-height 1s cubic-bezier(.47,.91,.23,.99);
    overflow: hidden;
    max-height: 10vh;
    cursor: pointer;
}

    .faq-card-container h4[b-l4kt1mzgwe] {
        position: absolute;
        top: calc(var(--collapsed-height) / 2);
        transform: translateY(-50%);
        margin: 0;
    }

    .faq-card-container.expanded[b-l4kt1mzgwe] {
        height: fit-content;
        padding-bottom: 3vh;
        max-height: 20vh !important;
    }



    .faq-card-container h5[b-l4kt1mzgwe] {
        position: relative;
        margin-top: calc(var(--collapsed-height) - 2vh);
        padding: 0;
        color: #382574;
        font-size: 16px;
        line-height: 20px;
        font-weight: 500;
    }

@media screen and (max-width: 1025px) {
    .faq-card-container.expanded[b-l4kt1mzgwe] {
        max-height: 35vh !important;
    }
}

.faq-card-container h4[b-l4kt1mzgwe] {
    color: #3b2876;
    font-size: 2.3vh;
    font-weight: 700;
    margin: 0;
    padding: 0;
}

.pro-recruit-pros-wrapper[b-l4kt1mzgwe] {
    height: fit-content;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
/*WHY CHOOSE PRO RECRUIT*/
/*WHY CHOOSE PRO RECRUIT*/
/*WHY CHOOSE PRO RECRUIT*/
/*WHY CHOOSE PRO RECRUIT*/
/*WHY CHOOSE PRO RECRUIT*/
/*WHY CHOOSE PRO RECRUIT*/
/*WHY CHOOSE PRO RECRUIT*/
/*WHY CHOOSE PRO RECRUIT*/

@media screen and (max-width: 1025px) {
    .pro-recruit-pros-container .pros-cards-container[b-l4kt1mzgwe] {
        flex-wrap: wrap;
        justify-content: center;
        align-items: center;
        width: 100vw;
        overflow: visible !important;
    }

    .pros-cards-container .pros-card[b-l4kt1mzgwe] {
        width: 45%;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        overflow: visible !important;
    }

        .pros-cards-container .pros-card img[b-l4kt1mzgwe] {
            height: 10vw !important;
        }

        .pros-cards-container .pros-card h2[b-l4kt1mzgwe] {
            font-size: 4vw;
            line-height: 5vw;
            overflow: visible !important;
        }

    .pro-recruit-pros-container .pros-partnership-container[b-l4kt1mzgwe] {
        width: 95vw;
        height: fit-content;
        padding: 3vh;
        min-width: 300px;
        gap: 2vh;
    }

        .pro-recruit-pros-container .pros-partnership-container h1[b-l4kt1mzgwe] {
            font-size: 3vw;
            line-height: 3vw;
            width: 90vw !important;
        }

    .pros-partnership-container .pros-partnership-partners[b-l4kt1mzgwe] {
        flex-wrap: wrap;
        justify-content: center;
        align-items: center;
        gap: 1vh;
    }

        .pros-partnership-container .pros-partnership-partners img[b-l4kt1mzgwe] {
            width: 3vw;
        }
}

.pro-recruit-pros-container[b-l4kt1mzgwe] {
    height: 100%;
    width: 80%;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8vh;
}

    .pro-recruit-pros-container h1[b-l4kt1mzgwe] {
        color: #382574;
        font-size: 4vh;
        text-align: center;
        margin: 0;
        padding: 0;
    }

.why-choose-us-container[b-l4kt1mzgwe] {
    display: flex;
    flex-direction: column;
    gap: 8vh;
}

.pros-cards-container[b-l4kt1mzgwe] {
    width: 90vw;
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 3vw;
    max-width: 1300px;
}

.pros-card[b-l4kt1mzgwe] {
    display: flex;
    flex-direction: column;
    width: 30%;
    height: 20vh;
    align-items: center;
    text-align: center;
    gap: 3vh;
}

.pros-card-text-container[b-l4kt1mzgwe] {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 1vh;
}

.pros-card img[b-l4kt1mzgwe] {
    height: 5vw;
}

.pros-card h2[b-l4kt1mzgwe] {
    color: #382574;
    font-size: 2.5vh;
    line-height: 2.5vh;
    margin: 0;
    padding: 0;
}

.pros-card h3[b-l4kt1mzgwe] {
    color: #382574;
    font-size: 14px;
    line-height: 18px;
    font-weight: 500;
    opacity: 0.8;
    width: 80%;
    margin: 0;
    padding: 0;
}

.trusted-wrapper[b-l4kt1mzgwe] {
    width: 60vw;
    min-width: 300px;
}

.trusted-wrapper h1[b-l4kt1mzgwe] {
    color: #382574;
    font-size: 3vh;
    text-align: center;
    margin: 0;
    padding: 0;
    margin-bottom: 3vh;
}

.trusted-container[b-l4kt1mzgwe] {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 2vh;
}

.trusted-container-row[b-l4kt1mzgwe] {
    display: flex;
    flex-direction: row;
    width: 100%;
    justify-content: space-between;
    gap: 2vh;
    box-sizing: border-box;
}


.trusted-value[b-l4kt1mzgwe] {
    height: 18vh;
    width: calc(50% - 1vh);
    background-color: white;
    border-radius: 1.5vh;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 1vw;
    padding: 2vh;
    box-sizing: border-box;
    justify-content: center;
    align-items: center;
}

@media screen and (max-width: 1025px) {
    .trusted-container-row .trusted-value h2[b-l4kt1mzgwe] {
        font-size: 3.5vh;
        line-height: 3.5vh;
    }.trusted-container-row .trusted-value h3[b-l4kt1mzgwe] {
         width: 100%;
         text-align: center;
    }
}

.trusted-value h2[b-l4kt1mzgwe] {
    color: #9777fa;
    font-size: 4.5vh;
    line-height: 4.5vh;
    font-weight: 700;
    margin: 0;
    padding: 0;
}

.trusted-value h3[b-l4kt1mzgwe] {
    color: #333;
    font-size: 1.5vh;
    line-height: 1.5vh;
    width: 60%;
    font-weight: 400;
    margin: 0;
    padding: 0;

}
.pros-partnership-container[b-l4kt1mzgwe] {
    width: 100%;
    height: 12vh;
    display: flex;
    flex-direction: column;
    padding: 0 3vh;
    box-sizing: border-box;
    align-items: center;
    background-color: white;
    justify-content: center;
    border-radius: 1.5vh;
}

.pros-partnership-partners[b-l4kt1mzgwe] {
    width: 100%;
    height: 50%;
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
}

.pros-partnership-container h1[b-l4kt1mzgwe] {
    color: #382574;
    font-size: 1.3vh;
    text-align: center;
    font-weight: 500;
    opacity: 0.8;
    margin: 0;
    padding: 0;
}

.pros-partnership-partner[b-l4kt1mzgwe] {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 0.3vw;
}



    .pros-partnership-partner img[b-l4kt1mzgwe] {
        width: 1.5vw;
    }

    .pros-partnership-partner h2[b-l4kt1mzgwe] {
        color: #382574;
        font-size: 1.5vh;
        line-height: 3vh;
        margin: 0;
        padding: 0;
    }

/*TRUSTED BY EMPLOYES*/
/* REVIEWS */
/*TRUSTED BY EMPLOYES*/
/* REVIEWS */
/*TRUSTED BY EMPLOYES*/
/* REVIEWS */
/*TRUSTED BY EMPLOYES*/
/* REVIEWS */
/*TRUSTED BY EMPLOYES*/
/* REVIEWS */

@media screen and (max-width: 1025px) {
    .pro-recruit-reviews-container .reviews-wrapper[b-l4kt1mzgwe] {
        overflow-x: initial !important;
    }

    .reviews-wrapper .highlight-2[b-l4kt1mzgwe] {
        display: none;
    }

    .pro-recruit-pros-container .reviews-wrapper[b-l4kt1mzgwe] {
        height: fit-content;
    }

        .pro-recruit-pros-container .reviews-wrapper h1[b-l4kt1mzgwe] {
            font-size: 3.5vh;
            line-height: 4.5vh;
            margin-bottom: 5vh;
        }

    .reviews-wrapper .reviews-carousel[b-l4kt1mzgwe] {
        width: 100vw !important;
    }

    .reviews-wrapper .review-card[b-l4kt1mzgwe] {
        width: 100vw !important;
        height: fit-content;
        min-width: 300px;
        padding: 2vh;
    }

    .reviews-wrapper .review-card-description h3[b-l4kt1mzgwe] {
        font-size: 1.5vh !important;
        line-height: 2vh !important;
    }

    .reviews-wrapper .review-card-rating img[b-l4kt1mzgwe] {
        width: 1.5vh !important;
    }

    .review-card .review-card-header[b-l4kt1mzgwe] {
        gap: 1vh;
    }

        .review-card .review-card-header img[b-l4kt1mzgwe] {
            width: 10vw;
        }

    .review-card-header .review-card-header-text h2[b-l4kt1mzgwe] {
        font-size: 2vh;
        line-height: 2vh;
        margin-bottom: 0.5vh;
    }

    .review-card-header .review-card-header-text h3[b-l4kt1mzgwe] {
        font-size: 1.5vh;
        line-height: 1.5vh;
    }

    .review-card .review-card-rating img[b-l4kt1mzgwe] {
        width: 1vh;
    }

    .review-card .review-card-description h3[b-l4kt1mzgwe] {
        font-size: 1vh;
        line-height: 1.5vh;
    }

    .reviews-wrapper .review-stats-container img[b-l4kt1mzgwe] {
        width: 4vh !important;
        left: -3vh;
    }

    .reviews-wrapper .review-stats-container[b-l4kt1mzgwe] {
        margin-top: 6vh;
    }

    .review-stats-container .review-stats h3[b-l4kt1mzgwe] {
        font-size: 1.2vh;
        line-height: 1.2vh;
    }
}

.reviews-wrapper[b-l4kt1mzgwe] {
    height: 55vh;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
    margin: 2vh;
    position: relative
}

.highlight-2[b-l4kt1mzgwe] {
    position: absolute;
    right: -40%;
    top: -50%;
    z-index: 0;
}

.reviews-carousel[b-l4kt1mzgwe] {
    width: 100%;
    height: 70%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 5vh;
}

.reviews-container[b-l4kt1mzgwe] {
    width: max-content;
    height: 60%;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 2vh;
    box-sizing: border-box;
    z-index: 10;
    animation: scroll-b-l4kt1mzgwe 40s linear infinite;
}

@keyframes scroll-b-l4kt1mzgwe {
    0% {
        transform: translateX(20%);
    }

    100% {
        transform: translateX(-30%);
    }
}

.review-card[b-l4kt1mzgwe] {
    width: 28vw;
    max-width: 28vw;
    min-width: 28vw;
    display: flex;
    flex-direction: column;
    border: 0.1vh solid #00000022;
    border-radius: 1vh;
    padding: 2.5vh;
    box-sizing: border-box;
    gap: 2vh;
    justify-content: center;
}



.review-card-rating[b-l4kt1mzgwe] {
    display: flex;
    flex-direction: row;
    gap: 0.2vw;
    align-items: center;
}

    .review-card-rating img[b-l4kt1mzgwe] {
        width: 1.5vw;
        aspect-ratio: 1/1;
        object-fit: cover;
    }

.review-card-description[b-l4kt1mzgwe] {
    height: 40%;
    display: flex;
    flex-direction: column;
    gap: 1vh;
}

    .review-card-description h2[b-l4kt1mzgwe] {
        color: #000000bb;
        font-size: 2.7vh;
        line-height: 3vh;
        font-weight: 700;
        margin: 0;
        padding: 0;
        text-align: start;
    }

    .review-card-description h3[b-l4kt1mzgwe] {
        color: #000000bb;
        font-size: 1.8vh;
        line-height: 2.5vh;
        font-weight: 500;
        margin: 0;
        padding: 0;
        text-align: start;
    }

.review-stats-container[b-l4kt1mzgwe] {
    display: flex;
    flex-direction: row;
    gap: 1vw;
    align-items: center;
    position: relative;
}

    .review-stats-container img[b-l4kt1mzgwe] {
        width: 5vh;
        position: absolute;
        left: -2vw;
        z-index: 0
    }

.review-stats[b-l4kt1mzgwe] {
    display: flex;
    flex-direction: column;
    gap: 0.5vw;
    background-color: #382574;
    padding: 1.5vh;
    border-radius: 2vh;
    z-index: 1;
}

    .review-stats h3[b-l4kt1mzgwe] {
        color: white;
        font-size: 2vh;
        line-height: 2vh;
        font-weight: 400;
        margin: 0;
        padding: 0;
        text-align: start;
    }

    .review-stats span[b-l4kt1mzgwe] {
        font-weight: 700;
    }



/*team members*/
/*team members*/
/*team members*/
/*team members*/
/*team members*/
/*team members*/
/*team members*/
/*team members*/

@media screen and (max-width: 1025px) {
    .pro-recruit-team-container .pro-recruit-team-headers h2[b-l4kt1mzgwe] {
        font-size: 3.5vh;
        line-height: 4.5vh;
        margin-bottom: 1vh;
    }

    .pro-recruit-team-container .pro-recruit-team-headers h3[b-l4kt1mzgwe] {
        font-size: 1.5vh;
        line-height: 2vh;
    }



    .pro-recruit-team-container .pro-recruit-team-profiles-container[b-l4kt1mzgwe] {
        width: 95vw;
    }

    .pro-recruit-team-profiles-container .team-profile-container[b-l4kt1mzgwe] {
        width: 46%;
        text-align: center;
        padding: 2vw;
    }

    .team-profile-container .team-profile-header[b-l4kt1mzgwe] {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        text-align: center;
        gap: 1vh;
    }

        .team-profile-container .team-profile-header img[b-l4kt1mzgwe] {
            width: 10vw;
        }

    .team-profile-container .team-profile-description[b-l4kt1mzgwe] {
        width: 100%;
        padding: 0;
    }
}

.pro-recruit-team-container[b-l4kt1mzgwe] {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    margin-bottom: 3vh;
    gap: 5vh;
    flex-grow: 1;
    min-height: auto;
    overflow: visible
}

.pro-recruit-team-headers[b-l4kt1mzgwe] {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

    .pro-recruit-team-headers h2[b-l4kt1mzgwe] {
        color: #382574;
        font-size: 4vh;
        text-align: center;
        margin: 0;
        padding: 0;
    }

    .pro-recruit-team-headers h3[b-l4kt1mzgwe] {
        color: #382574;
        font-size: 1.7vh;
        line-height: 2.3vh;
        font-weight: 500;
        text-align: center;
        margin: 0;
        padding: 0;
        width: 80%;
    }

.pro-recruit-team-profiles-container[b-l4kt1mzgwe] {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: stretch;
    gap: 2vw;
    width: 80vw;
}

.team-profile-container-carousel[b-l4kt1mzgwe] {
    width: 70vw !important;
    min-width: 300px;
    display: flex;
    flex-direction: column;
    padding: 2vh;
    box-sizing: border-box;
    border: 1px solid #00000022;
    border-radius: 2vh;
    gap: 1.2vh;
}

.team-profile-container[b-l4kt1mzgwe] {
    width: 25vw;
    height: auto !important;
    display: flex;
    flex-direction: column;
    padding: 3vh;
    box-sizing: border-box;
    border: 1px solid #00000022;
    border-radius: 2vh;
    gap: 1.2vh;
    justify-content: space-between;
}

.team-profile-header[b-l4kt1mzgwe] {
    display: flex;
    flex-direction: row;
    gap: 1vw;
}

.team-profile-header-text[b-l4kt1mzgwe] {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 1vh;
}



    .team-profile-header-text h2[b-l4kt1mzgwe] {
        color: #382574;
        font-size: 2.5vh;
        line-height: 2vh;
        font-weight: 700;
        margin: 0;
        padding: 0;
    }

    .team-profile-header-text h3[b-l4kt1mzgwe] {
        color: #382574;
        font-size: 1.5vh;
        line-height: 1.5vh;
        font-weight: 500;
        margin: 0;
        padding: 0;
    }

.team-profile-header img[b-l4kt1mzgwe] {
    width: 4vw;
    aspect-ratio: 1/1;
    object-fit: cover;
    border-radius: 50%;
}



.team-profile-description h4[b-l4kt1mzgwe] {
    color: #382574;
    font-size: 16px;
    line-height: 20px;
    font-weight: 500;
    margin: 0;
}


.team-profile-quote[b-l4kt1mzgwe] {
    width: 100%;
    height: fit-content;
    background-color: #dfe2ff;
    border-radius: 1vh;
    position: relative;
    padding: 0 1vh;
}

    .team-profile-quote h5[b-l4kt1mzgwe] {
        color: #382574;
        font-size: 1.5vh;
        line-height: 2vh;
        font-weight: 500;
        margin: 0;
        padding: 1vh;
    }

.quote-icon[b-l4kt1mzgwe] {
    position: absolute;
    width: 1.5vh;
    height: 1.5vh;
    object-fit: contain;
    left: -1vh;
    top: 5px;
}

/*FOOTER CV UPLOAD*/

@media screen and (max-width: 1025px) {
    .home-page-wrapper .cv-upload-footer-container h1[b-l4kt1mzgwe] {
        font-size: 4vh;
    }

    .home-page-wrapper .cv-upload-footer-container h2[b-l4kt1mzgwe] {
        font-size: 2vh;
    }

    .cv-upload-footer-container .secure-wrapper img[b-l4kt1mzgwe] {
        width: 20vh;
        top: -1vh;
    }

    .cv-upload-footer-container .secure-container[b-l4kt1mzgwe] {
        padding: 2vh 5vh;
        text-align: center;
    }

    .home-page-wrapper .cv-upload-footer-container button[b-l4kt1mzgwe] {
        font-size: 3vw;
    }
}

.cv-upload-footer-container[b-l4kt1mzgwe] {
    display: flex;
    flex-direction: column;
    padding: 5vh;
    box-sizing: border-box;
    background: linear-gradient( 90deg, #9878fb 0%, #7a97ef 48.96%, #56bde1 100%);
    justify-content: center;
    align-items: center;
    height: 60vh;
    gap: 5vh;
}

.upload-footer-headers[b-l4kt1mzgwe] {
    display: flex;
    flex-direction: column;
}

.cv-upload-footer-container h1[b-l4kt1mzgwe] {
    color: #382574;
    font-size: 5vh;
    text-align: center;
    margin: 0;
    padding: 0;
}

.cv-upload-footer-container h2[b-l4kt1mzgwe] {
    color: #382574;
    font-size: 2.5vh;
    line-height: 2.5vh;
    text-align: center;
    margin: 2vh 0 0 0;
    padding: 0;
    font-weight: 500;
}

.secure-wrapper[b-l4kt1mzgwe] {
    display: flex;
    flex-direction: row;
    position: relative;
}

    .secure-wrapper img[b-l4kt1mzgwe] {
        width: 20vh;
        aspect-ratio: 1/1;
        object-fit: cover;
        position: absolute;
        left: -10vh;
        top: -50%;
        transform: translateY(-25%);
        z-index: 2;
    }

.secure-container[b-l4kt1mzgwe] {
    display: flex;
    flex-direction: row;
    align-items: center;
    height: fit-content;
    background-color: #382574;
    padding: 1.5vh 3vh;
    box-sizing: border-box;
    border-radius: 1.5vh;
    z-index: 1;
}

    .secure-container h3[b-l4kt1mzgwe] {
        color: white;
        font-size: 1.5vh;
        line-height: 2vh;
        font-weight: 500;
        margin: 0;
        padding: 0;
    }

.cv-upload-footer-container button[b-l4kt1mzgwe] {
    width: fit-content;
    border-radius: 0.8vh;
    border: none;
    outline: none;
    color: #382574;
    font-weight: 600;
    padding: 1.5vh 3vh;
    font-size: 2vh !important;
    background-color: #5dfad0;
}






.carousel-container[b-l4kt1mzgwe] {
    display: flex;
    width: 100%;
    -ms-overflow-style: none;
    scrollbar-width: none;
}

.carousel-wrapper[b-l4kt1mzgwe] {
    overflow-x: auto;
    overflow-y: hidden;
    position: relative;
    width: 300px;
    margin: 0 auto;
    touch-action: pan-y;
    -ms-overflow-style: none;
    scrollbar-width: none;
    overflow: visible;
}

    .carousel-wrapper[b-l4kt1mzgwe]::-webkit-scrollbar {
        display: none;
    }

.carousel-dots[b-l4kt1mzgwe]::-webkit-scrollbar {
    display: none;
}




@media screen and (max-width: 1025px) {
    [b-l4kt1mzgwe]::-webkit-scrollbar {
        width: 0;
        background: transparent;
    }

    [b-l4kt1mzgwe]::-webkit-scrollbar-thumb {
    }

    .team-profile-container-carousel[b-l4kt1mzgwe] {
        justify-content: space-between;
    }

    .team-profile-header[b-l4kt1mzgwe] {
        gap: 2vh;
    }

        .team-profile-header img[b-l4kt1mzgwe] {
            width: 5vh;
            height: 5vh;
        }
}


.carousel-inner[b-l4kt1mzgwe] {
    -ms-overflow-style: none;
    scrollbar-width: none;
    display: flex;
    transition: transform 0.5s ease-out;
    overflow: visible !important;
}

.team-profile-container-carousel[b-l4kt1mzgwe] {
    flex: 0 0 auto;
    margin: 0 12.25vw;
    width: 300px;
}

.carousel-dots[b-l4kt1mzgwe] {
    text-align: center;
    margin-top: 10px;
}

    .carousel-dots .dot[b-l4kt1mzgwe] {
        display: inline-block;
        width: 10px;
        height: 10px;
        background-color: #ccc;
        border-radius: 50%;
        margin: 0 5px;
        cursor: pointer;
    }

        .carousel-dots .dot.active[b-l4kt1mzgwe] {
            background-color: #333;
        }



.upload-button[b-l4kt1mzgwe] {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 2vh;
}

    .upload-button h5[b-l4kt1mzgwe] {
        color: #382574;
        font-size: 2vh;
        line-height: 1.8vh;
        font-weight: 600;
        margin: 0;
        padding: 0;
    }

/* _content/StartPoint/Components/Pages/Home.razor.rz.scp.css */


body[b-8pl6u0laa0] {
    font-family: 'Poppins', sans-serif;
}

@media (max-width: 991.98px) {
    .info-1[b-8pl6u0laa0] {
        width: 80%;
    }

  

    .info-2[b-8pl6u0laa0] {
        width: 80%;
    }

    p[b-8pl6u0laa0] {
        font-size: 22px;
        line-height: 30px;
    }

    .triple-column-item[b-8pl6u0laa0] {
        padding-top: 25px;
    }
}

h1[b-8pl6u0laa0] {
    font-size: 6vh;
    line-height: 7vh;
    margin-bottom: 15px;
    color: #2e2c76;
    font-weight: 700;
    text-align: center;
}

h2[b-8pl6u0laa0] {
    font-size: 3.5vh;
    line-height: 4vh;
    color: #2e2c76;
    font-weight: 700;
}

h3[b-8pl6u0laa0] {
    font-size: 2vh;
    line-height: 2.5vh;
    color: #2e2c76;
    font-weight: 400;
}

h4[b-8pl6u0laa0] {
    font-size: 2vh;
    line-height: 2.4vh;
    color: #2e2c76;
    font-weight: 500;
}

h5[b-8pl6u0laa0] {
    font-size: 1.4vh;
    line-height: 2vh;
    color: #2e2c76;
    font-weight: 500;
}

.upload-button h5[b-8pl6u0laa0] {
    font-size: 1.5vh;
    line-height: 2vh;
    color: #2e2c76;
    font-weight: 500;
}

.cv-upload h5[b-8pl6u0laa0] {
    font-size: 1.5vh;
    line-height: 2vh;
    color: #2e2c76;
    font-weight: 500;

}

@media screen and (max-width: 1025px) {
    h1[b-8pl6u0laa0] {
        font-size: 3.5vh;
        line-height: 6vh;
        width: 95vw;
    }

    h2[b-8pl6u0laa0] {
        font-size: 3vh;
        line-height: 4vh;
        width: 90%;
        
    }

    h3[b-8pl6u0laa0] {
        font-size: 2vh;
        line-height: 2.5vh;
    }

    h4[b-8pl6u0laa0] {
        font-size: 1.8vh;
        line-height: 2.3vh;
    }

    h5[b-8pl6u0laa0] {
        font-size: 1.5vh;
        line-height: 2vh;
    }

    *[b-8pl6u0laa0] {
        text-align: center !important;
    }

    .upload-button h5[b-8pl6u0laa0] {
        font-size: 2vh;
    }
    
    .upload-cv h5[b-8pl6u0laa0] {
        font-size: 2vh;
    }

    .home-page-lander-buttons-container[b-8pl6u0laa0] {
        margin: 0 !important;
    }

    .team-title[b-8pl6u0laa0] {
        text-align: left !important;
    }

}



.light-text[b-8pl6u0laa0] {
    color: white;
}


button:hover[b-8pl6u0laa0] {
    cursor: pointer;
    transform: scale(1.05);

}

.home-page-wrapper[b-8pl6u0laa0] {
    width: 100%;
    display: flex;
    flex-direction: column;
    overflow-x: hidden;
    overflow: hidden;
    height: fit-content;
}

.home-page-landing-wrapper[b-8pl6u0laa0] {
    position: relative;
    background: #ecf2ff;
    position: relative;
    display: flex;
    flex-direction: column;
}



/*LANDER*/
/*LANDER*/
/*LANDER*/
/*LANDER*/
/*LANDER*/
/*LANDER*/
/*LANDER*/
/*LANDER*/
/*LANDER*/

@media screen and (max-width: 1025px) {
  
    .home-page-wrapper .home-page-landing-wrapper[b-8pl6u0laa0] {
        overflow:hidden;
        height: auto;
    }
    
    .home-page-wrapper .home-page-lander[b-8pl6u0laa0] {
        height: 80vh !important;
        width: 100%;
        display: flex;
        flex-direction: column;
        justify-content: start;
        padding-top: 7vh;
        align-items: center;
        position: relative;
    }


   

    .home-page-lander .home-page-lander-stats-container[b-8pl6u0laa0] {
        display: flex;
        flex-direction: column-reverse;
        justify-content: center;
        align-items: center;
        gap: 1vw;
    }

    .home-page-lander .home-page-lander-stats-container img[b-8pl6u0laa0] {
        width: 4vh;
        opacity: 0.8;
    }

    .home-page-lander .home-page-lander-stat[b-8pl6u0laa0] {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        background-color: #2e2c76;
        height: fit-content;
        padding: 2vh  2vh;
        border-radius: 1.5vh;
        margin: 2vh 0 1vh 0;
    }

  

    .home-page-lander .break[b-8pl6u0laa0] {
        display: none;
    }

    .home-page-lander .home-page-lander-buttons-container[b-8pl6u0laa0] {
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
        gap: 1vh;
        height: 20vh;
        width: 80vw;
        margin-top: 5vh;
    }

        .home-page-lander .home-page-lander-buttons-container button[b-8pl6u0laa0] {
            width: 80%;
            height: 8vh;
            border-radius: 1.2vh;
            border: none;
            outline: none;
            color: #2e2c76;
            font-weight: 600;
            font-size: 2vh;
            font-family: "Poppins", sans-serif;
        }
        .home-page-lander .home-page-lander-buttons-container a[b-8pl6u0laa0] {
            width: 80%;
            height: 8vh;
            border-radius: 1.2vh;
            border: none;
            outline: none;
            color: #2e2c76;
            font-weight: 600;
            font-size: 2vh;
            font-family: "Poppins", sans-serif;
        }

    .home-page-landing-wrapper .home-page-landing-secondary-wrapper[b-8pl6u0laa0] {
        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 5vh;
        overflow-y: hidden;
        overflow-x: hidden !important;
        overflow-y: hidden !important;
    }
  
}

.home-page-lander[b-8pl6u0laa0] {
    padding-top: 10vh;
    width: 100%;
    display: flex;
    flex-direction: column;
    box-sizing: border-box;
    align-items: center;
}

@keyframes opacity-in-b-8pl6u0laa0 {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }

}


.home-page-lander-text-container[b-8pl6u0laa0] {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

    .home-page-lander-text-container h1[b-8pl6u0laa0], .home-page-lander-text-container h2[b-8pl6u0laa0] {
        opacity: 0;
    }





    .home-page-lander-text-container.animations-active h1[b-8pl6u0laa0] {
        animation: opacity-in-b-8pl6u0laa0 0.5s cubic-bezier(.22,.85,.4,.91) forwards;
    }

.home-page-lander-text-container.animations-active h2[b-8pl6u0laa0] {
    animation: opacity-in-b-8pl6u0laa0 0.5s cubic-bezier(.22,.85,.4,.91) forwards;
    animation-delay: 0.2s;
}



.home-page-lander-stats-container[b-8pl6u0laa0] {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 1vw;
}

.break[b-8pl6u0laa0] {
    height: 90%;
    border: 1px solid #2e2c76;
    opacity: 0.8;
}

.home-page-lander-stats-container img[b-8pl6u0laa0] {
    width: 2vw;
    margin: 0 0.5vh;
    opacity: 0.8;
}

.home-page-lander-stat[b-8pl6u0laa0] {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-color: #2e2c76;
    height: fit-content;
    padding: 0 2vh;
    border-radius: 1.5vh;
}

    

    .home-page-lander-stat span[b-8pl6u0laa0] {
        color: white;
        font-weight: 700;
        text-align: center;
        margin: 0;
        padding: 0;
    }

.home-page-lander-buttons-container[b-8pl6u0laa0] {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 1vw;
    height: 7vh;
    min-width: 200px;
    width: 30vw;
    margin-top: 3vh;
}

    .home-page-lander-buttons-container button[b-8pl6u0laa0] {
        width: 70%;
        height: 100%;
        border-radius: 1.2vh;
        border: none;
        outline: none;
        color: #2e2c76;
        font-weight: 600;
        font-size: 2vh;
        font-family: "Poppins", sans-serif;
    }.home-page-lander-buttons-container a[b-8pl6u0laa0] {
        width: 70%;
        height: 100%;
        border-radius: 1.2vh;
        border: none;
        outline: none;
        color: #2e2c76;
        font-weight: 600;
        font-size: 2vh;
        font-family: "Poppins", sans-serif;
    }

    .home-page-lander-buttons-container button:hover[b-8pl6u0laa0] {
        transform: scale(1.05);
    }

    .home-page-lander-buttons-container.animations-active button[b-8pl6u0laa0] {
        animation: opacity-in-b-8pl6u0laa0 0.5s cubic-bezier(.22,.85,.4,.91) forwards;
        animation-delay: 0.3s;
    }


    .home-page-stock-holder[b-8pl6u0laa0] {
        height: 60vh;
        position:relative;
        z-index: 1;
        width: 100%;
        display: flex;
        flex-direction: column;
        justify-content: center;
        overflow-y: hidden;
        margin-bottom: 15vh;
    }

.woman-pic[b-8pl6u0laa0] {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    z-index: 3;
    height: 100%;
    opacity: 0;
   
}

.home-page-img-holder.animations-active .woman-pic[b-8pl6u0laa0] {
    animation: pop-up2-b-8pl6u0laa0 1s cubic-bezier(.22, .85, .16, .99) forwards;
    animation-delay: 0.1s;
}

.home-page-img-holder.animations-active .cards-right[b-8pl6u0laa0] {
    animation: come-out-right-b-8pl6u0laa0 1.2s cubic-bezier(.22, .85, .16, .99) forwards;
    animation-delay: 0.2s;
}

.home-page-img-holder.animations-active .cards-left[b-8pl6u0laa0] {
    animation: come-out-left-b-8pl6u0laa0 1.2s cubic-bezier(.22, .85, .16, .99) forwards;
    animation-delay: 0.2s;
}

.home-page-img-holder.animations-active .blur-pic[b-8pl6u0laa0] {
    animation: pop-up1-b-8pl6u0laa0 0.5s cubic-bezier(.22, .85, .16, .99) forwards;
   
}

.home-page-img-holder.animations-active .highlight_1[b-8pl6u0laa0] {
    animation: flickerIn-b-8pl6u0laa0 3s cubic-bezier(.22, .85, .16, .99) forwards;
    animation-delay: 0.4s;
}

.home-page-img-holder.animations-active .highlight_2[b-8pl6u0laa0] {
    animation: flickerIn-b-8pl6u0laa0 3s cubic-bezier(.22, .85, .16, .99) forwards;
    animation-delay: 0.6s;
}

.home-page-img-holder.animations-active .highlight_3[b-8pl6u0laa0] {
    animation: flickerIn3-b-8pl6u0laa0 3s cubic-bezier(.22, .85, .16, .99) forwards;
    animation-delay: 0.8s;
}


@keyframes pop-up2-b-8pl6u0laa0 {
    0% {
        transform: translateY(50%) translateX(-50%);
        opacity: 0;
    }

    30% {
        opacity: 1;
    }

    100% {
        transform: translateX(-50%);
        opacity: 1;
    }
}

.cards-img[b-8pl6u0laa0] {
    width: 15vw;
    min-width: 200px;
    position: absolute;
    z-index: 2
}

.cards-right[b-8pl6u0laa0] {
    left: 55%;
    opacity: 0;
    top: 30%;

}

.cards-left[b-8pl6u0laa0] {
    right: 55%;
    opacity: 0;
    bottom: 10%;
 
}

.blur-pic[b-8pl6u0laa0] {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1;
    height: 80%;
    opacity: 0;
  
}

    @keyframes pop-up1-b-8pl6u0laa0 {
        0% {
            transform: translateY(50%) translateX(-50%);
            opacity: 0;
        }
        100% {
            transform: translateX(-50%);
            opacity: 1;
        }
    }
    

    @keyframes come-out-right-b-8pl6u0laa0 {
        0% {
            transform: translateX(-50%);
            opacity: 0;
        }
        100% {
            transform: translateX(0);
            opacity: 1;
        }
    }

    @keyframes come-out-left-b-8pl6u0laa0 {
        0% {
            transform: translateX(50%);
            opacity: 0;
        }
        100% {
            transform: translateX(0);
            opacity: 1;
        }
    
    }

    .home-page-img-holder[b-8pl6u0laa0] {
        position: relative;
    }
/*HIHGLIHGTS*/

.highlight_1[b-8pl6u0laa0] {
    position: absolute;
    left: 20%;
    top: -30%;
    z-index: 0;
    width: 40%;

    opacity: 0;

}

.highlight_2[b-8pl6u0laa0] {
    position: absolute;
    right: 20%;
    top: -20%;
    z-index: 0;
    width: 40%;
    opacity: 0;
 
}

.highlight_3[b-8pl6u0laa0] {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 10%;
    z-index: 0;
    width: 40%;
    opacity: 0;

}

@keyframes flickerIn-b-8pl6u0laa0 {
    0% {
        opacity: 0;
        transform: scale(0.5) translateY(50%);
    }

    100% {
        opacity: 1;
        transform: scale(1) translateY(0%);
    }

}

@keyframes flickerIn3-b-8pl6u0laa0 {
    0% {
        opacity: 0;
        transform: scale(0.5) translateX(-50%);
    }

    100% {
        opacity: 1;
        transform: scale(1) translateX(-50%);
    }


}

.upload-cv[b-8pl6u0laa0] {
    background-color: #4bedff;
    box-shadow: 0px 0px 1.8vw #ffffff33;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 2vh;
    opacity: 0;
  
}

   

.upload-cv img[b-8pl6u0laa0] {
    width: 2vh;
    object-fit: contain;

}

.how-does[b-8pl6u0laa0] {
    background-color: transparent;
    border: 0.35vh solid #4bedff !important;
    color: white;
    box-shadow: 0px 0px 1.8vw #ffffff33;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items:center;
}

.how-does:hover[b-8pl6u0laa0] {
  transform: scale(1.05)
}

/*TAG DIV*/
/*TAG DIV*/
/*TAG DIV*/
/*TAG DIV*/
/*TAG DIV*/
/*TAG DIV*/
/*TAG DIV*/
/*TAG DIV*/



@media screen and (max-width: 1025px) {
    .home-page-wrapper .home-page-landing-tags-container[b-8pl6u0laa0] {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: 2vw;
        height: 80vh !important;
        display: none;
    }

    .home-page-wrapper .home-page-landing-tags-row[b-8pl6u0laa0] {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        gap: 2vw;
        justify-content: center;
        height: fit-content !important;
    }

    .home-page-landing-tags-container .home-page-landing-tag[b-8pl6u0laa0] {
        background-color: white;
        border-radius: 1vh;
        padding: 1vh;
        box-shadow: 0px 5px 5px #00000015;
        flex-wrap: wrap;
        height: 4vh;
    }


      
}

.home-page-landing-secondary-wrapper[b-8pl6u0laa0] {
    width: 100%;
    padding-bottom: 10vh;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10vh;
}

.home-page-landing-tags-container[b-8pl6u0laa0] {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 1vh;
    overflow: hidden !important;
    z-index: 1;
}

.home-page-landing-tags-row[b-8pl6u0laa0] {
    display: flex;
    flex-direction: row;
    gap: 1vh;
}

.home-page-landing-tag[b-8pl6u0laa0] {
    display: flex;
    flex-direction:row;
    background-color: white;
    padding: 1vh 2vh;
    border-radius: .6vh;
    box-shadow: 0px 5px 5px #00000015;
    gap: 1vh;
    justify-content: center;
    align-items: center;
}

.home-page-landing-tag img[b-8pl6u0laa0] {
width: 1.7vh;
    object-fit: contain;
}



.home-pagelanding-find-wrapper[b-8pl6u0laa0] {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
}

/*LET YOUR DREAM JOB FIND YOU*/
/*LET YOUR DREAM JOB FIND YOU*/
/*LET YOUR DREAM JOB FIND YOU*/
/*LET YOUR DREAM JOB FIND YOU*/
/*LET YOUR DREAM JOB FIND YOU*/
/*LET YOUR DREAM JOB FIND YOU*/
/*LET YOUR DREAM JOB FIND YOU*/
/*LET YOUR DREAM JOB FIND YOU*/

@media screen and (max-width: 1025px) {
    .home-page-landing-find-wrapper .home-page-landing-find-container[b-8pl6u0laa0] {
        display: flex;
        flex-direction: column;
        justify-content: center !important;
        align-items: center !important;
        height: 100%;
        width: 90vw;
        padding: 4vh 2vh !important;
    }


    .home-page-landing-find-container .home-page-landing-find-img-container[b-8pl6u0laa0] {
        width: 50%;
        height: 50%;
        display: flex;
        justify-content: center;
        align-items: center;
        
    }

  

  

    .home-page-landing-find-content-container[b-8pl6u0laa0] {
        justify-content: space-around;
        align-items:center;
        width: 100% !important; 
        padding-left: 0vh !important;
    }

        .home-page-landing-find-content-container button[b-8pl6u0laa0] {
            width: 80%;
            border-radius: 1.2vh;
            border: none;
            outline: none;
            color: #2e2c76;
            font-weight: 600;
            font-size: 2.5vw !important;
            font-family: "Poppins", sans-serif;
        }
}

.home-page-landing-find-container[b-8pl6u0laa0] {
    display: flex;
    width: 60vw;
    height: 35vh;
    border-radius: 2vh;
    flex-direction: row;
    padding: 2vw;
    box-sizing: border-box;
    position: relative;
    justify-content: space-between;
    background-color: #fff;
}

.home-page-landing-find-img-container[b-8pl6u0laa0] {
    display: flex;
    justify-content: center;
    align-items: center;    
    height: fit-content;
    position: absolute;
    bottom: 0;
    right: 2%;
}

    .home-page-landing-find-img-container img[b-8pl6u0laa0] {
        height: 40vh;
    }

.home-page-landing-find-content-container[b-8pl6u0laa0] {
    width: 70%;
    height: 100%;
    display: flex;
    flex-direction: column;
    gap: 2vh;
    justify-content: center;
    padding-left: 3vh;
}


   

  

    .home-page-landing-find-content-container button[b-8pl6u0laa0] {
        width: fit-content;
        border-radius: 0.8vh;
        border: none;
        outline: none;
        color: #2e2c76;
        font-weight: 600;
        padding: 1.5vh 3vh;
        font-size: 1.6vh;
        font-family: "Poppins", sans-serif;
        background-color: #4bedff;
        box-shadow: 0px 0px 1.8vw #ffffff33;
    }

/*HOW IT WORKS*/
/*HOW IT WORKS*/
/*HOW IT WORKS*/
/*HOW IT WORKS*/
/*HOW IT WORKS*/
/*HOW IT WORKS*/
/*HOW IT WORKS*/
/*HOW IT WORKS*/
/*HOW IT WORKS*/
/*HOW IT WORKS*/

@media screen and (max-width: 1025px) {
    .home-page-wrapper .how-it-works-wrapper[b-8pl6u0laa0] {
        height: fit-content;
        padding: 5vh;
    }

    .how-it-works-wrapper .how-it-works-container[b-8pl6u0laa0] {
        gap: 5vh;
    }

    .how-it-works-wrapper .how-it-works-cards[b-8pl6u0laa0] {
        flex-direction: column ;
        gap: 5vh;
        width: 100%;
    }

   .how-it-works-wrapper .how-it-works-card[b-8pl6u0laa0] {
       width: 100%;
   }

   .how-it-works-wrapper .how-it-works-card img[b-8pl6u0laa0] {
              height: 10vh;
   
   }

   .home-page-wrapper .how-it-works-wrapper button[b-8pl6u0laa0] {
       width: 80%;
         font-size: 3vw;
    
   }

    .home-page-wrapper .lander-faq-reviews-container[b-8pl6u0laa0] {
    
    }
}

.how-it-works-wrapper[b-8pl6u0laa0] {
    width: 100%;
    height: 60vh;
    padding: 5vh;
    box-sizing: border-box;
    background-color: #2e2c76;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 10;
    flex-direction: column;
    gap: 3vh;
}



.how-it-works-container[b-8pl6u0laa0] {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
}

   

.how-it-works-cards[b-8pl6u0laa0] {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    gap: 5vw;
    width: 70%;
}

.how-it-works-card[b-8pl6u0laa0] {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 30%;
    height: 100%;
    gap: 1.5vh;
    text-align: center
}

    .how-it-works-card img[b-8pl6u0laa0] {
        height: 7vw;
    }

   


.how-it-works-wrapper button[b-8pl6u0laa0] {
    width: fit-content;
    border-radius: 0.8vh;
    border: none;
    outline: none;
    color: #2e2c76;
    font-weight: 600;
    padding: 1.5vh 3vh;
    font-size: 1.6vh;
    font-family: "Poppins", sans-serif;
    background-color: #4bedff;
    box-shadow: 0px 0px 20px #ffffff33;
}

.lander-faq-reviews-container[b-8pl6u0laa0] {
    width: 100%;
    min-height: auto;
    height: 100%;
    display: flex;
    flex-direction: column;
    background-color: #ecf2ff;
    position: relative;
}



.faq-wrapper[b-8pl6u0laa0] {
    width: 100%;
    height: 85vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

/*FAQ CONTAINER PART WITH THE DROPDOWNS*/
/*FAQ CONTAINER PART WITH THE DROPDOWNS*/
/*FAQ CONTAINER PART WITH THE DROPDOWNS*/
/*FAQ CONTAINER PART WITH THE DROPDOWNS*/
/*FAQ CONTAINER PART WITH THE DROPDOWNS*/
/*FAQ CONTAINER PART WITH THE DROPDOWNS*/
/*FAQ CONTAINER PART WITH THE DROPDOWNS*/
/*FAQ CONTAINER PART WITH THE DROPDOWNS*/
/*FAQ CONTAINER PART WITH THE DROPDOWNS*/
/*FAQ CONTAINER PART WITH THE DROPDOWNS*/

@media screen and (max-width: 1025px) {
    .home-page-wrapper .faq-wrapper[b-8pl6u0laa0] {
        height: fit-content;
    }

  
    .home-page-wrapper .faq-container[b-8pl6u0laa0] {
        width: 100%;
        scroll-behavior: smooth;
        height: fit-content;
        padding: 6vh 3vh 3vh 3vh;
    }

    .faq-container .faq-cards-container[b-8pl6u0laa0] {
        width: 100%;
        min-height: 50vh; 
        height: 100%;
        

    }

    .faq-container .faq-card-container[b-8pl6u0laa0] {
        width: 100%;
    }

  
}

.faq-container[b-8pl6u0laa0] {
    width: 50%;
    height: 80%;
    box-sizing: border-box;
    z-index: 10;
}

   


.faq-container-href[b-8pl6u0laa0] {
    color: #2e2c76;
    font-size: 1.9vh;
    line-height: 2vh;
    font-weight: 500;
    text-align: center;
    margin: 0;
    padding: 0;
    border-color: none;
    text-decoration: underline;
}

.faq-cards-container[b-8pl6u0laa0] {
    display: flex;
    flex-direction: column;
    gap: 1vh;
    margin-top: 3vh;
}
.faq-card-container[b-8pl6u0laa0] {
    --collapsed-height: 10vh;
    position: relative;
    height: var(--collapsed-height);
    width: 100%;
    background-color: white;
    padding: 0 3vh;
    box-sizing: border-box;
    border-radius: 2vh;
    transition: max-height 1s cubic-bezier(.47,.91,.23,.99);
    overflow: hidden;
    max-height: 10vh;
    cursor: pointer;
}

   
    .faq-card-container.expanded[b-8pl6u0laa0] {
        height: fit-content;
        padding-bottom: 3vh;
        max-height: 40vh !important;
    }

    .faq-card-container img[b-8pl6u0laa0] {
        position: absolute; 
        right: 3vh;
        top: 4.5vh;
        height: 1vh;
    }

    .faq-card-container.expanded img[b-8pl6u0laa0] {
        transform: rotate(180deg);
    }
   

  

     @media screen and (max-width: 1025px) {
        .faq-card-container.expanded[b-8pl6u0laa0] {
            max-height: 55vh !important;
        }
    }


.pro-recruit-pros-wrapper[b-8pl6u0laa0] {
    height: fit-content;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    
}

@media screen and (max-width: 1025px) {
    .pro-recruit-pros-container .pros-cards-container[b-8pl6u0laa0] {
        flex-wrap: wrap;
        justify-content: center;
        justify-content: space-between;
        width: fit-content;
        overflow: visible !important;
        row-gap: 4vh;
    }

    .pros-cards-container .pros-card[b-8pl6u0laa0] {
        width: 45%;
        display: flex;
        flex-direction: column;
        align-items: center;
        overflow: visible !important;
    }

    

    .pros-cards-container .pros-card img[b-8pl6u0laa0] {
        height: 10vh ;
        min-height: 5vh;
    }

    .pro-recruit-pros-container .pros-partnership-container[b-8pl6u0laa0] {
        width: 90vw;
        height: min-content !important;
        padding: 3.5vh;
        min-width: 300px;
        gap: 2vh;
    }

       
    .pros-partnership-container .pros-partnership-partners[b-8pl6u0laa0] {
        flex-wrap: wrap;
        justify-content: center;
        align-items: center;    
        gap: 2vh;
    }

    .pros-partnership-container .pros-partnership-partners img[b-8pl6u0laa0] {
        width: 3vw;
    }

    .why-choose-us-container[b-8pl6u0laa0] {
        gap: 5vh !important;
        width: 100%;
    }
}

.pro-recruit-pros-container[b-8pl6u0laa0] {
    height: 100%;
    width: 90%;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 6vh;
    padding-bottom: 5vh;
}

  

.why-choose-us-container[b-8pl6u0laa0] {
    display: flex;
    flex-direction: column;
    gap: 8vh;
}

  

.pros-cards-container[b-8pl6u0laa0] {
    width: 90vw;
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 3vw;
    max-width: 1300px;
}

.pros-card[b-8pl6u0laa0] {
    display: flex;
    flex-direction: column;
    width: 30%;
    height: 20vh;
    align-items: center;
    text-align: center;
    gap: 3vh;
}

.pros-card-text-container[b-8pl6u0laa0] {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 1vh;
}

.pros-card img[b-8pl6u0laa0] {
    height: 5vw;
}



.pros-partnership-container[b-8pl6u0laa0] {
    width: 70%;
    max-width: 900px;
    min-width: 700px;
    height: 15vh;
    display: flex;
    flex-direction: column;
    padding: 0 5vh;
    box-sizing: border-box;
    align-items: center;
    background-color: white;
    justify-content: center;
    border-radius: 3vh;
    gap: 2vh;
    overflow: hidden;
}

.pros-partnership-partners[b-8pl6u0laa0] {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
}


.pros-partnership-partner[b-8pl6u0laa0] {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 0.7vw;
}



    .pros-partnership-partner img[b-8pl6u0laa0] {
        width: 1.5vw;
    }

    

/*TRUSTED BY EMPLOYES*/
/* REVIEWS */
/*TRUSTED BY EMPLOYES*/
/* REVIEWS */
/*TRUSTED BY EMPLOYES*/
/* REVIEWS */
/*TRUSTED BY EMPLOYES*/
/* REVIEWS */
/*TRUSTED BY EMPLOYES*/
/* REVIEWS */

@media screen and (max-width: 1025px) {
    .pro-recruit-reviews-container .reviews-wrapper[b-8pl6u0laa0] {
      
        overflow-x: initial !important;
    }
    .reviews-wrapper .highlight-2[b-8pl6u0laa0] {
        display: none;
    }

    .pro-recruit-pros-container .reviews-wrapper[b-8pl6u0laa0] {
        height: fit-content;
    }

   
   
    .reviews-wrapper .reviews-carousel[b-8pl6u0laa0] {
        width: 100vw !important;
    }

    .reviews-wrapper .review-card[b-8pl6u0laa0] {
        width: 100vw !important;
        height: fit-content;
        min-width: 300px;
        padding: 2vh;
    }

  

    .reviews-wrapper .review-card-rating img[b-8pl6u0laa0] {
        width: 1.5vh !important;
    }

    .review-card .review-card-header[b-8pl6u0laa0] {
        gap: 1vh;
    }

    .review-card .review-card-header img[b-8pl6u0laa0] {
        width: 10vw;
    }

  

    .review-card .review-card-rating img[b-8pl6u0laa0] {
        width: 1vh;
    }

   

    .reviews-wrapper .review-stats-container img[b-8pl6u0laa0] {
        width: 4vh !important;
        left: -3vh;
    }

    .reviews-wrapper .review-stats-container[b-8pl6u0laa0] {
        margin-top: 6vh;
    }

  

}

.reviews-wrapper[b-8pl6u0laa0] {
    height: 55vh;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
    margin: 2vh;
    position: relative
}



.reviews-carousel[b-8pl6u0laa0] {
    width: 100%;
    height: 70%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 5vh;
}

.reviews-container[b-8pl6u0laa0] {
    width: max-content;
    height: 60%;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 2vh;
    box-sizing: border-box;
    z-index: 10;
    animation: scroll-b-8pl6u0laa0 40s linear infinite;
}

@keyframes scroll-b-8pl6u0laa0 {
    0% {
        transform: translateX(20%);
    }

    100% {
        transform: translateX(-30%);
    }
}

.review-card[b-8pl6u0laa0] {
    width: 28vw;
    max-width: 28vw;
    min-width: 28vw;
    display: flex;
    flex-direction: column;
    border: 0.1vh solid #00000022;
    border-radius: 1vh;
    padding: 2.5vh;
    box-sizing: border-box;
    gap: 2vh;
    justify-content: center;
}



.review-card-rating[b-8pl6u0laa0] {
    display: flex;
    flex-direction: row;
    gap: 0.2vw;
    align-items: center;
}

    .review-card-rating img[b-8pl6u0laa0] {
        width: 1.5vw;
        aspect-ratio: 1/1;
        object-fit: cover;
    }

.review-card-description[b-8pl6u0laa0] {
    height: 40%;
    display: flex;
    flex-direction: column; 
    gap: 1vh;
}

  

   
.review-stats-container[b-8pl6u0laa0] {
    display: flex;
    flex-direction: row;
    gap: 1vw;
    align-items: center;
    position: relative;
}

    .review-stats-container img[b-8pl6u0laa0] {
        width: 5vh;
        position: absolute;
        left: -2vw;
        z-index: 0
    }

.review-stats[b-8pl6u0laa0] {
    display: flex;
    flex-direction: column;
    gap: 0.5vw;
    background-color: #2e2c76;
    padding: 1.5vh;
    border-radius: 2vh;
    z-index: 1;
}

   

    .review-stats span[b-8pl6u0laa0] {
        font-weight: 700;
    }



/*team members*/
/*team members*/
/*team members*/
/*team members*/
/*team members*/
/*team members*/
/*team members*/
/*team members*/

@media screen and (max-width: 1025px) {
    

   

   

    .pro-recruit-team-container .pro-recruit-team-profiles-container[b-8pl6u0laa0] {
        width: 95vw;
    }

    .pro-recruit-team-profiles-container .team-profile-container[b-8pl6u0laa0] {
        width: 46%;
        text-align: center;
        padding: 2vw;
    }

    .team-profile-container .team-profile-header[b-8pl6u0laa0] {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        text-align: center;
        gap: 1vh;
    }

    .team-profile-container .team-profile-header img[b-8pl6u0laa0] {
        width: 10vw;
        height: 10vw;
        aspect-ratio: 1/1
    }

    .team-profile-container .team-profile-description[b-8pl6u0laa0] {
        width: 100%;
        padding: 0;
    }
}

.pro-recruit-team-container[b-8pl6u0laa0] {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    margin-bottom: 3vh;
    gap: 5vh;
    flex-grow: 1;
    min-height: auto;
    overflow: visible
}

.pro-recruit-team-headers[b-8pl6u0laa0] {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 3vh;
}

  


.pro-recruit-team-profiles-container[b-8pl6u0laa0] {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: stretch;
    gap: 2vw;
    width: 80vw;
}
.team-profile-container-carousel[b-8pl6u0laa0] {
    width: 300px;
    min-width: 300px;
    display: flex;
    flex-direction: column;
    padding: 2vh;
    box-sizing: border-box;
    border: 1px solid #00000022;
    border-radius: 2vh;
    gap: 1.2vh;
}
.team-profile-container[b-8pl6u0laa0] {
    width: 25vw;
    height: auto !important;
    display: flex;
    flex-direction: column;
    padding: 3vh;
    box-sizing: border-box;
    border: 1px solid #00000022;
    border-radius: 2vh;
    gap: 1.2vh;
    justify-content: space-between;
}

.team-profile-header[b-8pl6u0laa0] {
    display: flex;
    flex-direction: row;
    gap: 1vw;
}

.team-profile-header-text[b-8pl6u0laa0] {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 1vh;
}



   
    

.team-profile-header img[b-8pl6u0laa0] {
    width: 4vw;
    aspect-ratio: 1/1;
    object-fit: cover;
    border-radius: 50%;
}





.team-profile-quote[b-8pl6u0laa0] {
    width: 100%;
    height: fit-content;
    background-color: #dfe2ff;
    border-radius: 1vh;
    position: relative;
    padding: 1vh 2vh;
}

  

    .quote-icon[b-8pl6u0laa0] {
        position: absolute;
        width: 1.5vh;
        height: 1.5vh;
        object-fit: contain;
        left: -1vh;
        top: 5px;
    }

/*FOOTER CV UPLOAD*/

@media screen and (max-width: 1025px) {
  
   

    .cv-upload-footer-container .secure-wrapper img[b-8pl6u0laa0] {
        width: 20vh;
        top: -1vh;
    
    }

    .cv-upload-footer-container .secure-container[b-8pl6u0laa0] {
        padding: 2vh 5vh;
        text-align: center;
    }

    .home-page-wrapper .cv-upload-footer-container button[b-8pl6u0laa0] {
        font-size: 3vw;
    
    }


}

.cv-upload-footer-container[b-8pl6u0laa0] {
    display: flex;
    flex-direction: column;
    padding: 5vh;
    box-sizing: border-box;
    background: linear-gradient( 90deg, #9878fb 0%, #7a97ef 48.96%, #56bde1 100%);
    justify-content: center;
    align-items: center;
    height: 60vh;
    gap: 5vh;
}

.upload-footer-headers[b-8pl6u0laa0] {
    display: flex;
    flex-direction: column;
}





.secure-wrapper[b-8pl6u0laa0] {
    display: flex;
    flex-direction: row;
    position: relative;
}

    .secure-wrapper img[b-8pl6u0laa0] {
        width: 20vh;
        aspect-ratio: 1/1;
        object-fit: cover;
        position: absolute;
        left: -10vh;
        top: -50%;
        transform: translateY(-25%);
        z-index: 2;
    }

.secure-container[b-8pl6u0laa0] {
    display: flex;
    flex-direction: row;
    align-items: center;
    height: fit-content;
    background-color: #2e2c76;
    padding: 1.5vh 3vh;
    box-sizing: border-box;
    border-radius: 1.5vh;
    z-index: 1;
}

 

.cv-upload-footer-container button[b-8pl6u0laa0] {
    width: fit-content;
    border-radius: 0.8vh;
    border: none;
    outline: none;
    color: #2e2c76;
    font-weight: 600;
    padding: 1.5vh 3vh;
    font-size: 2vh;
    background-color: #4bedff;
}






.carousel-container[b-8pl6u0laa0] {
    display: flex;
    width: 100%;
    -ms-overflow-style: none;
    scrollbar-width: none;
}

.carousel-wrapper[b-8pl6u0laa0] {
    overflow-x: auto;
    overflow-y: hidden;
    position: relative;
    width: 300px;
    margin: 0 auto;
    touch-action: pan-y;
    -ms-overflow-style: none;
    scrollbar-width: none;
    overflow: visible;
}

    .carousel-wrapper[b-8pl6u0laa0]::-webkit-scrollbar {
        display: none;
    }

.carousel-dots[b-8pl6u0laa0]::-webkit-scrollbar {
    display: none;
}




@media screen and (max-width: 1025px) {
    [b-8pl6u0laa0]::-webkit-scrollbar {
        width: 0;
        background: transparent;
    }

    [b-8pl6u0laa0]::-webkit-scrollbar-thumb {
    }

    .team-profile-container-carousel[b-8pl6u0laa0] {
        justify-content: space-between;
    }

    .team-profile-header[b-8pl6u0laa0] {
        gap: 2vh;
    }

        .team-profile-header img[b-8pl6u0laa0] {
            width: 5vh;
            height: 5vh;
        }
}


.carousel-inner[b-8pl6u0laa0] {
    -ms-overflow-style: none;
    scrollbar-width: none;
    display: flex;
    transition: transform 0.5s ease-out;
    overflow: visible !important;
}

.team-profile-container-carousel[b-8pl6u0laa0] {
    flex: 0 0 auto;
    margin: 0 12.25vw;
    width: 300px;
}

.carousel-dots[b-8pl6u0laa0] {
    text-align: center;
    margin-top: 10px;
}

    .carousel-dots .dot[b-8pl6u0laa0] {
        display: inline-block;
        width: 10px;
        height: 10px;
        background-color: #ccc;
        border-radius: 50%;
        margin: 0 5px;
        cursor: pointer;
    }

        .carousel-dots .dot.active[b-8pl6u0laa0] {
            background-color: #333;
        }



        .upload-button[b-8pl6u0laa0] {
            display: flex;
            flex-direction: row;
            justify-content: center;
            align-items: center;
            gap: 2vh;
        }

      

        @media screen and (max-width: 1025px) {
            .upload-button[b-8pl6u0laa0] {
                display: flex;
                flex-direction: row;
                justify-content: center;
                align-items: center;
                gap: 2vh;
            }


        }





.hide-desktop[b-8pl6u0laa0] {
    display: none;
}
/*MOBILE HIDE*/

@media screen and (max-width: 500px) {
    .home-page-wrapper .cards-img[b-8pl6u0laa0] {
        display: none;
    }

    .home-page-stock-holder[b-8pl6u0laa0] {
        height: 40vh !important;
    }
}

@media screen and (max-width: 767px) {
    .hide-desktop[b-8pl6u0laa0] {
        display: inline;
    }

    .home-page-lander-text-container h2 span[b-8pl6u0laa0]{
        font-size: 2.3vh !important;
    }

    .home-page-lander-text-container h2 span i[b-8pl6u0laa0] {
    }
}

@media screen and (max-width: 1025px) {
    .home-page-wrapper .cards-img[b-8pl6u0laa0] {
        width: 40vw;
        max-width: 200px;
    }

    .home-page-img-holder[b-8pl6u0laa0] {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 100vw;
    }

    .woman-pic[b-8pl6u0laa0] {
        object-fit: cover;
    }

    .blur-pic[b-8pl6u0laa0] {
        object-fit: cover;
        height: 30vh;
    }
    .home-page-wrapper .home-page-stock-holder[b-8pl6u0laa0] {
        width: 100vw !important;
        max-width: 800px;
        height: 50vh;
    }

    .highlight_1[b-8pl6u0laa0] {
        top: -10%;
        width: 500px;
        left: -20%;
    }

    .highlight_2[b-8pl6u0laa0] {
        top: -10%;
        width: 500px;
        right: -20%;
    }

    .highlight_3[b-8pl6u0laa0] {
        top: 30%;
        width: 500px;
        left: 50%;
        transform: translateX(-50%);
    }

    .home-page-wrapper .home-page-lander[b-8pl6u0laa0] {
        height: fit-content !important;
    }

    .home-page-wrapper .home-page-landing-find-img-container[b-8pl6u0laa0] {
        display: none !important;
    }

    .home-page-wrapper .how-it-works-wrapper h2[b-8pl6u0laa0] {
        font-size: 3vh;
        line-height: 4vh;
        width: 90% !important;
    }
}
/* _content/StartPoint/Components/Pages/JobList.razor.rz.scp.css */
.selection-box-fullscreen[b-2gz7dfrw2w] {
    height: 90vh;
}
*[b-2gz7dfrw2w] {
    font-family: 'Outfit', sans-serif !important;
}

button[b-2gz7dfrw2w] {
    font-family: 'Outfit', sans-serif !important;
}

.search-button[b-2gz7dfrw2w] {
    background-color: #5dfad0 !important;
    color: #382574 !important;
    font-size: 1.5vh;
    line-height: 3vh;
    font-weight: 600;
    border: none;
    padding: 1vh 3vh;
    cursor: pointer;
    border-radius: 1vh;
    float: right;
    height: 100%;
    width: 150px;
}

.input-row-mobile[b-2gz7dfrw2w] {
    display: flex;
    flex-direction: row;
    gap: 5vh;
    width: 100%;
}

*[b-2gz7dfrw2w] {
    font-family: 'Outfit', sans-serif !important;
}

button[b-2gz7dfrw2w] {
    font-family: 'Outfit', sans-serif !important;
}

@media screen and (max-width: 991px) {
    .section-box[b-2gz7dfrw2w] {
        padding-top: 4vh !important;
    }

    .sidebar-shadow[b-2gz7dfrw2w]  {
        margin-bottom: 1vh !important; 
    }

    .arrow-spin[b-2gz7dfrw2w] {
        transform: rotate(180deg)
    }
}

.box-dw-find[b-2gz7dfrw2w] {
    padding-right: 1vh;
}

@media screen and (max-width: 767px) {
    .job-fillter[b-2gz7dfrw2w] {
        padding: 2vh 0 1vh 0;
    }

    .box-dw-find[b-2gz7dfrw2w] {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: 1vh;
        height: fit-content;
        padding-right: 0;
    }

    .search-fillter[b-2gz7dfrw2w] {
        padding: 0 0 1vh 0;
    }

    .input-search-job[b-2gz7dfrw2w] {
        width: 100%;
        padding-right: 0;
        padding-bottom: 1.8vh;
        font-size: 1.8vh !important;
    }


    .search-button[b-2gz7dfrw2w] {
        background-color: #9777fa;
        color: white;
        font-size: 2vh;
        line-height: 3vh;
        font-weight: 600;
        border: none;
        padding: 1vh;
        cursor: pointer;
        border-radius: 1vh;
        width: 150px;
        height: 100%;
    }

    .search-wrapper[b-2gz7dfrw2w] {
        padding-bottom: 2vh !important;
        width: 90vw !important;
    }

    .input-row-mobile[b-2gz7dfrw2w] {
        padding: 0 1vh;
        display: flex;
        justify-content: space-between;
        align-items: center;
        flex-direction: row !important;
        gap: 3vh;
    }

    .section-box[b-2gz7dfrw2w] {
        padding-top: 2vh !important;
    }
}

@media screen and (max-width: 600px) {
    .search-button[b-2gz7dfrw2w] {
        background-color: #9777fa;
        color: white;
        font-size: 2vh;
        line-height: 3vh;
        font-weight: 600;
        border: none;
        padding: 1vh;
        cursor: pointer;
        border-radius: 1vh;
        width: 100%;
        height: 100%;
    }
}

@media screen and (max-width: 500px) {
    .input-row-mobile[b-2gz7dfrw2w] {
                display: flex;
        flex-direction: column !important;
        gap: 1vh;
        align-items: start;
    
    }
}

@media screen and (max-width: 400px) {
    .input-row-mobile[b-2gz7dfrw2w] {
        display: flex;
        flex-direction: column !important;
        gap: 1vh;
    }
}

.job-type-dropdown[b-2gz7dfrw2w] {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

    .job-type-dropdown span[b-2gz7dfrw2w] {
        color: rgb(136, 146, 155);
        font-family: "outfit", sans-serif !important;
        font-size: 1.8vh;
    }

.filters-header-container[b-2gz7dfrw2w] {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    align-content: center;
}

.filters-header-container h5[b-2gz7dfrw2w] {
    font-size: 2vh;
    font-weight: 600;

}

.filters-header-container img[b-2gz7dfrw2w] {
    width: 2.5vh;
    object-fit: contain;
    margin-right: 1vh;
}
/* _content/StartPoint/Components/Pages/MagicApplicationBrowse.razor.rz.scp.css */
body[b-56gsbm1gbo] {
}
/* _content/StartPoint/Components/Pages/MyApplications.razor.rz.scp.css */
.my-applications-container[b-keaa3x9tax] {
    background-color: #ecf2ff;
    min-height: 60vh;
}

.card-job[b-keaa3x9tax] {
    border: none !important;
}


@media screen and (max-width: 767px) {
    .how-it-works-wrapper[b-keaa3x9tax] {
        height: 100vh !important;
        padding: 5vh;
        box-sizing:border-box ;
    }

    .how-it-works-wrapper .how-it-works-container[b-keaa3x9tax] {
        gap: 5vh;
    }

    .how-it-works-wrapper .how-it-works-cards[b-keaa3x9tax] {
        flex-direction: column;
        gap: 5vh;
        width: 100%;
    }

    .how-it-works-wrapper .how-it-works-card[b-keaa3x9tax] {
        width: 100%;
    }

        .how-it-works-wrapper .how-it-works-card img[b-keaa3x9tax] {
            height: 20vw;
        }

    .home-page-wrapper .how-it-works-wrapper button[b-keaa3x9tax] {
        width: 80%;
        font-size: 3vw;
    }

    .home-page-wrapper .lander-faq-reviews-container[b-keaa3x9tax] {
    }
}


.how-it-works-wrapper[b-keaa3x9tax] {
    width: 100%;
    height: 70vh;
    padding: 5vh;
    box-sizing: border-box;
    background-color: #dfedfc;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 10;
}

.how-it-works-container[b-keaa3x9tax] {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
}

    .how-it-works-container h1[b-keaa3x9tax] {
        color: #382574;
        font-size: 5vh;
        text-align: center;
        margin: 0;
        padding: 0;
    }

.how-it-works-cards[b-keaa3x9tax] {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    gap: 5vw;
    width: 70%;
}

.how-it-works-card[b-keaa3x9tax] {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 30%;
    height: 100%;
    gap: 1.5vh;
    text-align: center
}

    .how-it-works-card img[b-keaa3x9tax] {
        height: 7vw;
    }

    .how-it-works-card h2[b-keaa3x9tax] {
        color: #382574;
        font-size: 2.8vh;
        line-height: 3vh;
        margin: 0;
        padding: 0;
    }

    .how-it-works-card h3[b-keaa3x9tax] {
        color: #382574;
        font-size: 1.7vh;
        line-height: 2vh;
        font-weight: 500;
        opacity: 1;
        width: 75%;
        margin: 0;
        padding: 0;
    }

.how-it-works-container button[b-keaa3x9tax] {
    width: fit-content;
    border-radius: 0.8vh;
    border: none;
    outline: none;
    color: #382574;
    font-weight: 600;
    padding: 1.5vh 3vh;
    font-size: 1.6vh;
    font-family: "Poppins", sans-serif;
    background-color: #5dfad0;
    box-shadow: 0px 0px 20px #ffffff33;
}


.upload-button[b-keaa3x9tax] {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 2vh;
}

    .upload-button h5[b-keaa3x9tax] {
        color: #382574;
        font-size: 2vh;
        line-height: 1.8vh;
        font-weight: 600;
        margin: 0;
        padding: 0;
    }




.email-sent-container[b-keaa3x9tax] {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    min-height: 80vh;
    width: 100%;
    padding: 3vh 0;

    gap: 2vh;
}

    .email-sent-container img[b-keaa3x9tax] {
        width: 30vh;
        object-fit: contain;
        margin-bottom: 3vh;
    }

    .email-sent-container h1[b-keaa3x9tax] {
        color: #382574;
        font-size: 5vh;
        line-height: 5vh;
        font-weight: 700;
    }

    .email-sent-container p[b-keaa3x9tax] {
        color: #382574;
        font-size: 2vh;
        line-height: 3vh;
        font-weight: 500;
    }
/* _content/StartPoint/Components/Pages/MyJobs.razor.rz.scp.css */
.my-jobs-container[b-uebvyzxqtj] {
    background-color: #ecf2ff !important;
    min-height: 80vh;
    height: fit-content;
    width: 100%;
}

h1[b-uebvyzxqtj], h2[b-uebvyzxqtj], h3[b-uebvyzxqtj], h4[b-uebvyzxqtj], h5[b-uebvyzxqtj], h6[b-uebvyzxqtj] {
    color: #313168 !important;
}

p[b-uebvyzxqtj] {
    color: #313168 !important;
}

.card-job[b-uebvyzxqtj] {
    font-size: 140% !important;
    position: relative !important;
    min-height: 200px !important; /* Ensure there's room for content + buttons */
}

button[b-uebvyzxqtj] {
    padding: 2vh 4vh !important;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    bottom: 10px !important;
}

.job-action-buttons[b-uebvyzxqtj] {
    bottom: 10px !important;
    right: 10px !important;
    gap: 10px !important;
    display: flex !important;
    flex-direction: row !important;
    justify-content: end !important;
    height: 30px !important;
    font-size: 10px !important;
}

.btn-nothanks[b-uebvyzxqtj] {
    background-color: rgba(255, 93, 137, 0.2);
    font-weight: 600 !important;
    font-family: Poppins !important;
}

    .btn-nothanks:hover[b-uebvyzxqtj] {
        background-color: #ffe6e6;
        color: #ff5d89;
    }

.action-btn[b-uebvyzxqtj] {
    font-family: "Poppins", sans-serif !important;
    font-size: 14px !important;
    padding: 0px 25px;
}

.hide-mobile[b-uebvyzxqtj] {
    display: block !important;
}

.hide-desktop[b-uebvyzxqtj] {
    display: none !important;
}

@media screen and (max-width: 767px) {
     .how-it-works-wrapper[b-uebvyzxqtj] {
        height: 100vh !important;
        padding: 5vh;
        box-sizing:border-box ;
    }

    .how-it-works-wrapper .how-it-works-container[b-uebvyzxqtj] {
        gap: 5vh;
    }

    .how-it-works-wrapper .how-it-works-cards[b-uebvyzxqtj] {
        flex-direction: column;
        gap: 5vh;
        width: 100%;
    }

    .how-it-works-wrapper .how-it-works-card[b-uebvyzxqtj] {
        width: 100%;
    }

        .how-it-works-wrapper .how-it-works-card img[b-uebvyzxqtj] {
            height: 20vw;
        }

    .home-page-wrapper .how-it-works-wrapper button[b-uebvyzxqtj] {
        width: 80%;
        font-size: 3vw;
    }

    .job-action-buttons[b-uebvyzxqtj] {
        position: absolute !important;
        display: flex !important;
        flex-direction: row !important;
        height: 40px !important;
        font-size: 10px !important;
        width: 100%;
        bottom: 10px;
        left: 0;
        padding: 0 3vw;
        justify-content: space-around !important;
    }

    .mobile-wide[b-uebvyzxqtj] {
        width: 70%;
        margin: 0 !important;
        
    }

    .mobile-slim[b-uebvyzxqtj] {
        width: 15%;
        margin: 0 !important;

    }

    .card-job-top .card-padding[b-uebvyzxqtj] {
        padding: 0 !important;
    }

    .home-page-wrapper .lander-faq-reviews-container[b-uebvyzxqtj] {
    }
    .hide-mobile[b-uebvyzxqtj] {
        display: none !important;
    }

    .hide-desktop[b-uebvyzxqtj] {
        display: block !important;
    }

    

    .action-btn[b-uebvyzxqtj] {
        padding: 1vh 2vw  !important;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .flex-between[b-uebvyzxqtj] {
        display: flex;
        flex-direction: row;
        justify-content: space-between !important;
    }

    .info-btn-big[b-uebvyzxqtj] {
        padding: 0 4vw !important;
    }
}



.action-btn h1[b-uebvyzxqtj] {
    font-size: 1.5vh;
    margin: 0;
    padding: 0;
    color: white;
    font-weight: 400;

}
.red-cross[b-uebvyzxqtj] {
    color: #ff5d89 !important;
    font-weight: 700 !important;
}




.how-it-works-wrapper[b-uebvyzxqtj] {
    width: 100%;
    height: 70vh;
    padding: 5vh;
    box-sizing: border-box;
    background-color: #dfedfc;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 10;
}

.how-it-works-container[b-uebvyzxqtj] {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
}

    .how-it-works-container h1[b-uebvyzxqtj] {
        color: #382574;
        font-size: 5vh;
        text-align: center;
        margin: 0;
        padding: 0;
    }

.how-it-works-cards[b-uebvyzxqtj] {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    gap: 5vw;
    width: 70%;
}

.how-it-works-card[b-uebvyzxqtj] {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 30%;
    height: 100%;
    gap: 1.5vh;
    text-align: center
}

    .how-it-works-card img[b-uebvyzxqtj] {
        height: 7vw;
    }

    .how-it-works-card h2[b-uebvyzxqtj] {
        color: #382574;
        font-size: 2.8vh;
        line-height: 3vh;
        margin: 0;
        padding: 0;
    }

    .how-it-works-card h3[b-uebvyzxqtj] {
        color: #382574;
        font-size: 1.7vh;
        line-height: 2vh;
        font-weight: 500;
        opacity: 1;
        width: 75%;
        margin: 0;
        padding: 0;
    }

.how-it-works-container button[b-uebvyzxqtj] {
    width: fit-content;
    border-radius: 0.8vh;
    border: none;
    outline: none;
    color: #382574;
    font-weight: 600;
    padding: 1.5vh 3vh;
    font-size: 1.6vh;
    font-family: "Poppins", sans-serif;
    background-color: #5dfad0;
    box-shadow: 0px 0px 20px #ffffff33;
}


.upload-button[b-uebvyzxqtj] {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 2vh;
}

    .upload-button h5[b-uebvyzxqtj] {
        color: #382574;
        font-size: 2vh;
        line-height: 1.8vh;
        font-weight: 600;
        margin: 0;
        padding: 0;
    }




.email-sent-container[b-uebvyzxqtj] {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 80vh;
    width: 100%;
    gap: 2vh;
}

    .email-sent-container img[b-uebvyzxqtj] {
        width: 30vh;
        object-fit: contain;
        margin-bottom: 3vh;
    }

    .email-sent-container h1[b-uebvyzxqtj] {
        color: #382574;
        font-size: 5vh;
        line-height: 5vh;
        font-weight: 700;
    }

    .email-sent-container p[b-uebvyzxqtj] {
        color: #382574;
        font-size: 2vh;
        line-height: 3vh;
        font-weight: 500;
    }

.modal-overlay[b-uebvyzxqtj] {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5); /* semi-transparent overlay */
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1050;
    pointer-events: none;
}

.modal-content[b-uebvyzxqtj] {
    background-color: #fff;
    padding: 2em;
    border-radius: 5px;
    max-width: 900px;
    width: 100%;
    position: relative;

    overflow-y: scroll;
}

.close-button[b-uebvyzxqtj] {
    position: absolute;
    top: 0.5rem;
    right: 0.5rem;
    background: none;
    border: none;
    font-size: 1.25rem;
    cursor: pointer;
}

body.modal-open[b-uebvyzxqtj] {
    overflow: hidden;
}


/*REAL CSS VVVV*/

.job-card-container[b-uebvyzxqtj] {
    display: flex;
    flex-direction: column;
    width: 50vw;
    min-height: 200px;
    height: auto;
    background-color: #fff;
    border-radius: 20px;
    padding: 3vh;
    justify-content: space-between
}

.job-card-header[b-uebvyzxqtj] {
    font-size: 30px;
    font-weight: 600;
}

button:hover[b-uebvyzxqtj] {
    transform: scale(1.05);
}
/* _content/StartPoint/Components/Pages/MyProfile.razor.rz.scp.css */
.dropzone[b-iublc1d4h9] {
    border: 3px solid #313168;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #eee;
    box-shadow: inset 0 0 8px rgba(0,0,0,0.2);
    color: #444;
    font-size: 1.5rem;
    cursor: pointer;
    position: relative;
}

    .dropzone:hover[b-iublc1d4h9] {
        background-color: #f3f3f3;
        color: #333;
    }



.dropzone-drag[b-iublc1d4h9] {
    background-color: palegreen;
}

.embed-container[b-iublc1d4h9] {
    position: relative;
    overflow: hidden;
    width: 100%;
    padding-top: 141%; /* A4 1:1.41 Aspect Ratio  */
}

.option-selected[b-iublc1d4h9] {
    background-color: rgb(93, 250, 208) !important;
    h4, h5{
        font-weight: 700;
        color: rgb(56, 37, 116);
    }
}

.responsive-embed[b-iublc1d4h9] {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
}

.rz-fieldset-legend-text[b-iublc1d4h9] {
    font-size: 21px;
    font-weight: 700;
}

.rz-fieldset[b-iublc1d4h9] {
    border: 2px solid rgba(151,119,250, 0.5);
}

@media(max-width: 991.98px) {
    .cvContainer[b-iublc1d4h9] {
        width: 100% !important;
    }
}

.card-job-container[b-iublc1d4h9]{
    width: 100%;
}

.trivia-wrapper[b-iublc1d4h9] {
    height: 90vh;
    width: 100%;
    background-color: #ecf2ff;
    display: flex;
    flex-direction: column;
    padding: 5vh;
    box-sizing: border-box;
    gap: 5vh;
    align-items: center;
    position: relative;
}

.trivia-header-container[b-iublc1d4h9] {
    display: flex;
    flex-direction: column;
    gap: 2vh;
}

    .trivia-header-container h1[b-iublc1d4h9] {
        margin: 0;
        font-size: 5vh;
        line-height: 5vh;
        font-weight: 700;
        color: #382574;
        text-align: center;
    }

    .trivia-header-container p[b-iublc1d4h9] {
        margin: 0;
        font-size: 2vh;
        line-height: 2vh;
        font-weight: 400;
        color: #382574;
        text-align: center;
    }

.trivia-content-container[b-iublc1d4h9] {
    width: 32vw;
    height: 75vh !important;
    background-color: white;
    border: 1px grey solid;
    border-radius: 2vh;
    padding: 3.5vh;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    min-width: 630px;
    z-index: 1;
}

.trivia-content-header[b-iublc1d4h9] {
    display: flex;
    flex-direction: column;
    gap: 2vh;
}

    .trivia-content-header h2[b-iublc1d4h9] {
        margin: 0;
        font-size: 2vh;
        line-height: 3vh;
        font-weight: 600;
        color: #382574;
    }

.trivia-content-progress[b-iublc1d4h9] {
    width: 100%;
    display: flex;
    flex-direction: row;
    gap: 1vw;
    justify-content: center;
    align-items: center;
}

    .trivia-content-progress button[b-iublc1d4h9] {
        border: none;
        outline: none;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        background-color: transparent;
        cursor: pointer;
    }

.trivia-content-progress-bar[b-iublc1d4h9] {
    display: flex;
    flex-direction: row;
    position: relative;
    width: 100%;
    height: 2.5vh;
    align-items: center;
}

.trivia-content-progress-bar-back[b-iublc1d4h9] {
    position: absolute;
    width: 100%;
    height: 0.5vh;
    border-radius: 100px;
    background-color: #38257444;
    z-index: 0;
}

.trivia-content-progress-bar-fill[b-iublc1d4h9] {
    position: absolute;
    width: 70%;
    height: 0.5vh !important;
    border-radius: 100px;
    background-color: #382574;
    z-index: 1;
    transition: all 0.5s cubic-bezier(.46,1.57,.45,.84);
}

.trivia-content-next[b-iublc1d4h9] {
    width: 100%;
    padding: 1.5vh;
    background-color: #5dfad0;
    color: #382574;
    border-radius: 1vh;
    border: none;
    outline: none;
    font-family: "Poppins", sans-serif;
    font-size: 2vh;
    font-weight: 500;
    align-self: flex-end;
}

.trivia-content-type[b-iublc1d4h9] {
    display: flex;
    flex-direction: column;
    height: 100%;
    margin: 0.5vh 0 2vh 0;
    display: flex;
    flex-direction: column;
    position: relative;
}

    .trivia-content-type h3[b-iublc1d4h9] {
        margin: 0;
        font-size: 1.5vh;
        line-height: 3vh;
        font-weight: 500;
        color: #382574;
    }

.trivia-multiple-choice-container[b-iublc1d4h9] {
    display: flex;
    flex-direction: column;
    gap: 1vh;
    height: 50%;
    overflow: visible;
    position: relative;
}

.single-select-choice-container[b-iublc1d4h9] {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1vh;
    overflow: visible !important;
}

    .single-select-choice-container button[b-iublc1d4h9] {
        display: flex;
        flex-direction: row;
        padding: 1.5vh 3vh;
        background-color: #ecf2ff;
        border: none;
        outline: none;
        border-radius: 1vh;
        align-items: center;
        gap: 1vh;
        font-family: "Poppins", sans-serif;
        font-weight: 600;
        font-size: 2vh;
        color: #382574;
        justify-content: center;
    }

        .single-select-choice-container button img[b-iublc1d4h9] {
            width: 2.5vh;
            height: 2.5vh;
            object-fit: contain;
        }

.multiple-choice-options-container[b-iublc1d4h9] {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 1vh;
    padding: 1vh 1vh;
}

.multiple-choice-options-container-scroll[b-iublc1d4h9] {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 1vh;
    padding: 1vh 1vh;
    overflow-y: scroll;
    height: 35vh;
    box-shadow: inset 0 1vh 1vh -1vh #00000022, inset 0 -1vh 1vh -1vh #00000022;
}

    .multiple-choice-options-container-scroll[b-iublc1d4h9]::-webkit-scrollbar-track {
        -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
        border-radius: 10px;
        background-color: #38257433;
    }

    .multiple-choice-options-container-scroll[b-iublc1d4h9]::-webkit-scrollbar {
        width: 8px;
        background-color: #38257433;
    }

    .multiple-choice-options-container-scroll[b-iublc1d4h9]::-webkit-scrollbar-thumb {
        border-radius: 10px;
        -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
        background-color: #382574;
    }

.multiple-choice-option[b-iublc1d4h9] {
    border-radius: 5vh;
    padding: 0.5vh 2vh;
    background-color: transparent;
    border: 1px solid #382574;
}

    .multiple-choice-option h4[b-iublc1d4h9] {
        margin: 0;
        font-size: 1.5vh;
        line-height: 3vh;
        font-weight: 500;
        color: #382574;
    }

    .multiple-choice-option h5[b-iublc1d4h9] {
        margin: 0;
        font-size: 1.2vh;
        line-height: 2vh;
        font-weight: 600;
        color: #382574;
    }

.trivia-single-choice-container[b-iublc1d4h9] {
    display: flex;
    flex-direction: column;
    gap: 2vh;
    margin-top: 3vh;
}

    .trivia-single-choice-container button[b-iublc1d4h9] {
        display: flex;
        flex-direction: row;
        padding: 3vh 3vh;
        background-color: #ecf2ff;
        border: none;
        outline: none;
        border-radius: 1vh;
        align-items: center;
        gap: 2vh;
        font-family: "Poppins", sans-serif;
        font-weight: 600;
        font-size: 2vh;
        color: #382574;
    }

        .trivia-single-choice-container button img[b-iublc1d4h9] {
            width: 2.5vh;
            height: 2.5vh;
            margin-right: 1vh;
            object-fit: contain;
        }

.trivia-static-container[b-iublc1d4h9] {
    display: flex;
    flex-direction: column;
    width: 60%;
    height: auto;
    background-color: #ebf7f9;
    padding: 2vh;
    border-radius: 1vh;
    gap: 1vh;
    justify-self: center;
    align-self: center;
}

    .trivia-static-container h1[b-iublc1d4h9] {
        margin: 0;
        font-size: 1.5vh;
        line-height: 3vh;
        font-weight: 600;
        color: #382574;
    }

    .trivia-static-container img[b-iublc1d4h9] {
        width: 100%;
        object-fit: contain;
    }

.graph-tags[b-iublc1d4h9] {
    display: flex;
    flex-direction: row;
    gap: 1vh;
}

.graph-tag1[b-iublc1d4h9] {
    padding: 1vh 2vh;
    border-radius: 5vh;
    background-color: #b1f5e6;
    display: flex;
    justify-content: center;
    align-items: center;
}

    .graph-tag1 p[b-iublc1d4h9] {
        margin: 0;
        font-size: 1.2vh;
        line-height: 2vh;
        font-weight: 700;
        color: #4dc4a4;
    }

.graph-tag2[b-iublc1d4h9] {
    padding: 0.5vh 2vh;
    border-radius: 5vh;
    background-color: #cbcfe7;
    display: flex;
    justify-content: center;
    align-items: center;
}

    .graph-tag2 p[b-iublc1d4h9] {
        margin: 0;
        font-size: 1.2vh;
        line-height: 2vh;
        font-weight: 700;
        color: #8371bc;
    }

.trivia-static-container h2[b-iublc1d4h9] {
    margin: 0;
    font-size: 1.5vh;
    line-height: 3vh;
    font-weight: 600;
    color: #382574;
}

.trivia-animation-container[b-iublc1d4h9] {
    animation: slide-in-animation-b-iublc1d4h9 0.3s cubic-bezier(.32,1.17,.81,.99) forwards;
    position: absolute;
    opacity: 0;
    width: 100%;
}

@keyframes slide-in-animation-b-iublc1d4h9 {
    0% {
        transform: translateY(10%);
        opacity: 0;
    }

    100% {
        transform: translateY(0%);
        opacity: 1;
    }
}

button:hover[b-iublc1d4h9] {
    cursor: pointer;
    transform: scale(1.05) translateY(-5%)
}

button:active[b-iublc1d4h9] {
    transform: scale(1) translateY(0%)
}

.complete-trivia[b-iublc1d4h9] {
    display: flex;
    flex-direction: column;
    gap: 2vh;
    align-items: center;
    justify-content: center;
    margin-top: 8vh;
}

    .complete-trivia img[b-iublc1d4h9] {
        width: 15vh;
        object-fit: contain;
    }

    .complete-trivia h2[b-iublc1d4h9] {
        margin: 0;
        font-size: 4vh;
        line-height: 4vh;
        font-weight: 700;
        color: #382574;
    }

    .complete-trivia h3[b-iublc1d4h9] {
        margin: 0;
        font-size: 2vh;
        line-height: 3vh;
        font-weight: 500;
        color: #382574;
    }

.highlight1[b-iublc1d4h9] {
    position: absolute;
    z-index: 0;
    left: -10%;
    top: 0;
    opacity: 0.8;
}

@media screen and (max-width: 800px) {
    .trivia-header-container h1[b-iublc1d4h9] {
        font-size: 3vh;
        line-height: 3vh;
    }

    .trivia-wrapper[b-iublc1d4h9] {
        padding: 1vh 2vh 2vh 2vh;
        gap: 0 !important;
        height: fit-content !important;
    }

    .trivia-header-container[b-iublc1d4h9] {
        gap: 0.5vh;
        margin-bottom: 2vh;
        margin-top: 1vh;
    }

        .trivia-header-container p[b-iublc1d4h9] {
            font-size: 1.5vh;
        }

    .trivia-content-container[b-iublc1d4h9] {
        width: 90vw;
        min-width: 0;
        height: 66vh !important;
        padding: 2vh;
    }

    .trivia-content-header[b-iublc1d4h9] {
        gap: 1vh;
    }

        .trivia-content-header h2[b-iublc1d4h9] {
            font-size: 2.5vh;
            line-height: 3vh;
            text-align: center;
        }

    .multiple-choice-options-container-scroll[b-iublc1d4h9] {
        gap: 2vh;
    }

    .trivia-content-progress-bar[b-iublc1d4h9] {
        height: 1.5vh;
    }

    .trivia-content-progress-bar-fill[b-iublc1d4h9] {
        height: 1.5vh;
    }

    .trivia-content-progress-bar-back[b-iublc1d4h9] {
        height: 0.3vh;
    }

    .trivia-content-progress button[b-iublc1d4h9] {
        padding: 1vh;
    }

    .trivia-content-next[b-iublc1d4h9] {
        padding: 1vh;
        font-size: 3vh;
    }

    .trivia-content-type h3[b-iublc1d4h9] {
        font-size: 2vh;
        line-height: 3vh;
    }

    .trivia-multiple-choice-container[b-iublc1d4h9] {
        gap: 1vh;
    }

        .trivia-multiple-choice-container h3[b-iublc1d4h9] {
            font-size: 1.5vh;
            line-height: 2vh;
            text-align: center;
        }

    .single-select-choice-container button[b-iublc1d4h9] {
        padding: 2vh 2vh;
        font-size: 3vh;
    }

    .multiple-choice-options-container[b-iublc1d4h9] {
        padding: 1vh 1vh;
        min-height: 20vh;
        height: fit-content;
        max-height: 40vh;
        overflow-y: scroll;
        gap: 2vh;
        justify-content: unset;
        box-shadow: inset 0 1vh 1vh -1vh #00000022, inset 0 -1vh 1vh -1vh #00000022;
    }

    .multiple-choice-options-container2[b-iublc1d4h9] {
        padding: 1vh 1vh;
        min-height: 20vh;
        height: fit-content;
        max-height: 40vh;
        gap: 2vh;
        justify-content: unset;
    }

    .hide-scroll[b-iublc1d4h9] {
        overflow: hidden;
        box-shadow: none !important;
    }

        .hide-scroll[b-iublc1d4h9]::-webkit-scrollbar {
            display: none !important;
        }

        .hide-scroll[b-iublc1d4h9]::-webkit-scrollbar-thumb {
            display: none !important;
        }

        .hide-scroll[b-iublc1d4h9]::-webkit-scrollbar-track {
            display: none !important;
        }




    .multiple-choice-options-container[b-iublc1d4h9]::-webkit-scrollbar-track {
        -webkit-box-shadow: inset 0 0 0.6vh rgba(0,0,0,0.3);
        border-radius: 10px;
        background-color: #38257433;
    }

    .multiple-choice-options-container[b-iublc1d4h9]::-webkit-scrollbar {
        width: 8px;
        background-color: #38257433;
    }

    .multiple-choice-options-container[b-iublc1d4h9]::-webkit-scrollbar-thumb {
        border-radius: 10px;
        -webkit-box-shadow: inset 0 0 0.6vh rgba(0,0,0,.3);
        background-color: #382574;
    }


    .multiple-choice-option[b-iublc1d4h9] {
        width: 100%;
        height: fit-content;
    }

        .multiple-choice-option h4[b-iublc1d4h9] {
            font-size: 1.5vh;
            line-height: 3vh;
        }

        .multiple-choice-option h5[b-iublc1d4h9] {
            font-size: 1.5vh;
            line-height: 2vh;
        }

    .trivia-single-choice-container button[b-iublc1d4h9] {
        padding: 2vh 2vh;
    }

    .trivia-static-container[b-iublc1d4h9] {
        width: 50%;
        min-width: 250px;
        padding: 2vh;
        gap: 1vh;
        margin-top: 5vh;
    }

    .trivia-content-next[b-iublc1d4h9] {
        padding: 1vh;
        font-size: 2vh;
    }

    .single-select-choice-container button[b-iublc1d4h9] {
        padding: 1.5vh 0.5vh;
        font-size: 1.5vh;
    }

    .small-mobile-scroll[b-iublc1d4h9] {
        overflow-y: scroll;
        height: 27vh;
        box-shadow: inset 0 10px 10px -10px #00000022, inset 0 -10px 10px -10px #00000022;
    }

    .legal-text[b-iublc1d4h9] {
        text-align: center;
    }

    .complete-trivia[b-iublc1d4h9] {
        text-align: center
    }

    .complete-trivia img[b-iublc1d4h9] {
        width: 10vh;
    }

    .complete-trivia h2[b-iublc1d4h9] {
        font-size: 3vh;
        line-height: 3vh;
    }
    
    .complete-trivia h3[b-iublc1d4h9] {
        font-size: 1.5vh;
        line-height: 2vh;
    }
}


@media screen and (max-width: 400px) {
    .multiple-choice-options-container[b-iublc1d4h9] {
        max-height: 37vh;
    }


   
}

@media screen and (max-width: 374px) {

    .small-mobile-scroll[b-iublc1d4h9] {
        overflow-y: scroll;
        height: 19vh;
        min-height: 12vh;
        box-shadow: inset 0 10px 10px -10px #00000022, inset 0 -10px 10px -10px #00000022;
    }
}

@media screen and (max-width: 1500px) {
    .trivia-toaster-container[b-iublc1d4h9] {
        width: 20vw !important;
        min-width: 220px;
        height: 10vh !important;
        z-index: 999;
        padding: 1.5vh !important;
        background-color: #ffffff !important;
        position: absolute !important;
        right: 1vh !important;
        top: 1vh !important;
        margin-bottom: 2vh;

    }
}

@media screen and (max-width: 800px) {
    .trivia-toaster-container[b-iublc1d4h9] {
        width: 90vw !important;
        height: 10vh !important;
        z-index: 999;
        padding: 1.5vh !important; 
        background-color: #ffffff !important;
        position: relative !important;
        right: auto !important;
        bottom: auto !important;
        margin-bottom: 2vh;
    }

    .toaster-img-container[b-iublc1d4h9] {
        display: none !important;
    }
    .toaster-img-container img[b-iublc1d4h9] {
        width: 50%;
        object-fit: contain;
    }

    .toaster-text-container[b-iublc1d4h9] {
        display: flex;
        flex-direction: column;
        padding: 0 !important;
        gap: 0.5vh !important;
        justify-content: center;
        align-items: center;
        width: 100%;
    }

        .toaster-text-container h3[b-iublc1d4h9] {
            margin: 0;
            font-size: 2vh !important;
            line-height: 2vh;
            font-weight: 600;
            color: #382574;
            text-align: center;
        }

        .toaster-text-container p[b-iublc1d4h9] {
            margin: 0;
            font-size: 1.5vh !important;
            line-height: 2vh !important;
            font-weight: 400;
            color: #382574;
        }
}

.trivia-toaster-container[b-iublc1d4h9] {
    display: flex;
    flex-direction: row;
    position: absolute;
    bottom: 5vh;
    right: 5vh;
    width: 25vw;
    height: 12vh;
    background-color: white;
    border-radius: 1vh;
    padding: 1vh 1vh 2vh 1vh;
}

.toaster-img-container[b-iublc1d4h9] {
    height: 100%;
    aspect-ratio: 1/1;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #5dfad0;
    border-radius: 0.5vh;

}

.toaster-img-container img[b-iublc1d4h9] {
    width: 50%;
    object-fit: contain;
}

.toaster-text-container[b-iublc1d4h9] {
    display: flex;
    flex-direction: column;
    padding: 1.5vh;
    gap: 0.5vh;
}

.toaster-text-container h3[b-iublc1d4h9] {
    margin: 0;
    font-size: 1.7vh;
    line-height: 2vh;
    font-weight: 600;
    color: #382574;
}
.toaster-text-container p[b-iublc1d4h9] {
        margin: 0;
    font-size: 1.5vh;
    line-height: 2vh;
    font-weight: 400;
    color: #382574;

}

.toaster-bar-container[b-iublc1d4h9] {
    position: absolute;
    height: 0.8vh;
    bottom: 0;
    left: 0;
    width: 100%
}
.toaster-bar-progress[b-iublc1d4h9] {
    position: absolute;
    height: 100%;
    background-color: #5dfad0;
    border-radius: 0 0 0 1vh;
    width: 30%;
    z-index: 2;
    animation: moveProgress-b-iublc1d4h9 60s linear forwards;
}

.toaster-bar-track[b-iublc1d4h9] {
    position: absolute;
    height: 100%;
    background-color: #5dfad044;
    border-radius: 0 0 1vh 1vh;
    width: 100%;
    z-index: 1;
}

@keyframes moveProgress-b-iublc1d4h9 {
    from {
        width: 0;
    }
    to {
        width: 80%;
    }
}

@keyframes moveComplete-b-iublc1d4h9 {
    from{
        width: inherit;
    }
    to {
        width: 100%;
    }
}

.animate-fast-complete[b-iublc1d4h9] {
    animation: moveComplete-b-iublc1d4h9 5s linear forwards; 
}

.scroll-container[b-iublc1d4h9] {
    width: 90%;
    overflow-y: auto; 
    overflow-x: clip; 
    padding: 10px;
    background-color: #f9f9f9;
}

/* WebKit-based browsers (Chrome, Safari) */
.scroll-container[b-iublc1d4h9]::-webkit-scrollbar {
    width: 5px; /* Super small scrollbar */
}

.scroll-container[b-iublc1d4h9]::-webkit-scrollbar-track {
    background: #ddd; /* Track color */
    border-radius: 5px;
}

.scroll-container[b-iublc1d4h9]::-webkit-scrollbar-thumb {
    background: #5dfad0; /* Scrollbar color */
    border-radius: 5px;
}

.scroll-container[b-iublc1d4h9]::-webkit-scrollbar-thumb:hover {
    background: #40ae94; /* Darker color on hover */
}

.upload-container[b-iublc1d4h9] {
    width: 100%;
    height: 70vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 4vh;
    margin: 2vh 0 6vh 0;
}

.upload-container h5[b-iublc1d4h9] {
    font-size: 3vh;
    line-height: 3vh;
    font-weight: 600;
    color: #382574;
    text-align: center;
}

@media screen and (max-width: 1500px) {
    .hide-mobile[b-iublc1d4h9] {
        display: none;
    }
}
/* _content/StartPoint/Components/Pages/NoLongerSearching.razor.rz.scp.css */


body[b-vrlrd8pws0] {
    font-family: 'outfit', sans-serif;
}

@media (max-width: 991.98px) {
    .info-1[b-vrlrd8pws0] {
        width: 80%;
    }

    h1[b-vrlrd8pws0] {
        font-size: 36px;
        line-height: 42px;
    }

    .info-2[b-vrlrd8pws0] {
        width: 80%;
    }

    p[b-vrlrd8pws0] {
        font-size: 22px;
        line-height: 30px;
    }

    .triple-column-item[b-vrlrd8pws0] {
        padding-top: 25px;
    }
}



button:hover[b-vrlrd8pws0] {
    cursor: pointer;
    transform: scale(1.05);
}

.home-page-wrapper[b-vrlrd8pws0] {
    width: 100%;
    display: flex;
    flex-direction: column;
    overflow-x: hidden;
    overflow: hidden;
    height: fit-content;
}

.home-page-landing-wrapper[b-vrlrd8pws0] {
    position: relative;
    background: linear-gradient(120deg, #7f5af2 0%, #7a97ef 50%, #56bde1 100%);
    position: relative;
    display: flex;
    flex-direction: column;
}



/*LANDER*/
/*LANDER*/
/*LANDER*/
/*LANDER*/
/*LANDER*/
/*LANDER*/
/*LANDER*/
/*LANDER*/
/*LANDER*/

@media screen and (max-width: 1025px) {

    .home-page-wrapper .home-page-landing-wrapper[b-vrlrd8pws0] {
        overflow: hidden;
        height: auto;
    }

    .home-page-wrapper .home-page-lander[b-vrlrd8pws0] {
        height: 80vh !important;
        width: 100%;
        display: flex;
        flex-direction: column;
        justify-content: start;
        padding-top: 7vh;
        align-items: center;
        position: relative;
    }

    .home-page-lander .home-page-lander-text-container h1[b-vrlrd8pws0] {
        font-size: 5vh;
        line-height: 6.5vh;
        color: #382574;
        font-weight: 700;
        text-align: center;
        margin-bottom: 2vh;
    }

    .home-page-lander .home-page-lander-text-container h2[b-vrlrd8pws0] {
        font-size: 2.5vh;
        line-height: 3vh;
        color: #382574;
        font-weight: 500;
        width: 80%;
        text-align: center;
    }

    .home-page-lander .home-page-lander-stats-container[b-vrlrd8pws0] {
        display: flex;
        flex-direction: column-reverse;
        justify-content: center;
        align-items: center;
        gap: 1vw;
    }

        .home-page-lander .home-page-lander-stats-container img[b-vrlrd8pws0] {
            width: 4vh;
            opacity: 0.8;
        }

    .home-page-lander .home-page-lander-stat[b-vrlrd8pws0] {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        background-color: #382574;
        height: fit-content;
        padding: 2vh 2vh;
        border-radius: 1.5vh;
        margin: 2vh 0 1vh 0;
    }

        .home-page-lander .home-page-lander-stat h3[b-vrlrd8pws0] {
            font-size: 2vh;
            line-height: 3vh;
            color: #ddd;
            font-weight: 500;
            text-align: center;
            margin: 0;
            padding: 0;
        }

    .home-page-lander .break[b-vrlrd8pws0] {
        display: none;
    }

    .home-page-lander .home-page-lander-buttons-container[b-vrlrd8pws0] {
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
        gap: 1vh;
        height: 20vh;
        width: 80vw;
        margin-top: 5vh;
    }

        .home-page-lander .home-page-lander-buttons-container button[b-vrlrd8pws0] {
            width: 80%;
            height: 8vh;
            border-radius: 1.2vh;
            border: none;
            outline: none;
            color: #382574;
            font-weight: 600;
            font-size: 2vh;
            font-family: "outfit", sans-serif;
        }

        .home-page-lander .home-page-lander-buttons-container a[b-vrlrd8pws0] {
            width: 80%;
            height: 8vh;
            border-radius: 1.2vh;
            border: none;
            outline: none;
            color: #382574;
            font-weight: 600;
            font-size: 2vh;
            font-family: "outfit", sans-serif;
        }

    .home-page-landing-wrapper .home-page-landing-secondary-wrapper[b-vrlrd8pws0] {
        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 5vh;
        overflow-y: hidden;
        overflow-x: hidden !important;
        overflow-y: hidden !important;
    }

    .upload-cv h5[b-vrlrd8pws0] {
        line-height: 1.5vh;
        font-weight: 600;
        text-align: center;
        margin: 0;
        padding: 0;
        color: #382574;
        font-size: 2vh;
    }
}

.home-page-lander[b-vrlrd8pws0] {
    height: 94vh;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}



.home-page-lander-text-container[b-vrlrd8pws0] {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

    .home-page-lander-text-container h1[b-vrlrd8pws0] {
        font-size: 3.5vw;
        color: #382574;
        font-weight: 700;
        text-align: center;
    }

    .home-page-lander-text-container h2[b-vrlrd8pws0] {
        font-size: 1.5vw;
        color: #382574;
        font-weight: 500;
        text-align: center;
    }

.home-page-lander-stats-container[b-vrlrd8pws0] {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 1vw;
}

.break[b-vrlrd8pws0] {
    height: 90%;
    border: 1px solid #382574;
    opacity: 0.8;
}

.home-page-lander-stats-container img[b-vrlrd8pws0] {
    width: 2vw;
    margin: 0 0.5vh;
    opacity: 0.8;
}

.home-page-lander-stat[b-vrlrd8pws0] {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-color: #382574;
    height: fit-content;
    padding: 0 2vh;
    border-radius: 1.5vh;
}

    .home-page-lander-stat h3[b-vrlrd8pws0] {
        font-size: 1.6vh;
        color: #ddd;
        font-weight: 500;
        text-align: center;
        margin: 0;
        padding: 0;
    }

    .home-page-lander-stat span[b-vrlrd8pws0] {
        color: white;
        font-weight: 700;
        text-align: center;
        margin: 0;
        padding: 0;
    }

.home-page-lander-buttons-container[b-vrlrd8pws0] {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 1vw;
    height: 7vh;
    min-width: 200px;
    width: 30vw;
    margin-top: 10vh;
}

    .home-page-lander-buttons-container button[b-vrlrd8pws0] {
        width: 70%;
        height: 100%;
        border-radius: 1.2vh;
        border: none;
        outline: none;
        color: #382574;
        font-weight: 600;
        font-size: 2vh;
        font-family: "outfit", sans-serif;
    }

    .home-page-lander-buttons-container a[b-vrlrd8pws0] {
        width: 70%;
        height: 100%;
        border-radius: 1.2vh;
        border: none;
        outline: none;
        color: #382574;
        font-weight: 600;
        font-size: 2vh;
        font-family: "outfit", sans-serif;
    }

    .home-page-lander-buttons-container button:hover[b-vrlrd8pws0] {
        transform: scale(1.05);
    }

.upload-cv[b-vrlrd8pws0] {
    background-color: #5dfad0;
    box-shadow: 0px 0px 1.8vw #ffffff33;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 2vh;
}

    .upload-cv h5[b-vrlrd8pws0] {
        font-size: 2vh !important;
        line-height: 2vh;
        font-weight: 600;
        text-align: center;
        margin: 0;
        padding: 0;
        color: #382574;
    }

    .upload-cv img[b-vrlrd8pws0] {
        width: 2vh;
        object-fit: contain;
    }

.how-does[b-vrlrd8pws0] {
    background-color: transparent;
    border: 0.35vh solid #5dfad0 !important;
    color: white;
    box-shadow: 0px 0px 1.8vw #ffffff33;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

    .how-does:hover[b-vrlrd8pws0] {
        transform: scale(1.05)
    }

/*TAG DIV*/
/*TAG DIV*/
/*TAG DIV*/
/*TAG DIV*/
/*TAG DIV*/
/*TAG DIV*/
/*TAG DIV*/
/*TAG DIV*/



@media screen and (max-width: 1025px) {
    .home-page-wrapper .home-page-landing-tags-container[b-vrlrd8pws0] {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: 2vw;
        height: 80vh !important;
        display: none;
    }

    .home-page-wrapper .home-page-landing-tags-row[b-vrlrd8pws0] {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        gap: 2vw;
        justify-content: center;
        height: fit-content !important;
    }

    .home-page-landing-tags-container .home-page-landing-tag[b-vrlrd8pws0] {
        background-color: white;
        border-radius: 1vh;
        padding: 1vh;
        box-shadow: 0px 5px 5px #00000015;
        flex-wrap: wrap;
        height: 4vh;
    }


        .home-page-landing-tags-container .home-page-landing-tag h3[b-vrlrd8pws0] {
            font-size: 1vh;
            line-height: 1vh;
            color: #382574;
            font-weight: 700;
            text-align: center;
            margin: 0;
            padding: 0;
        }
}

.home-page-landing-secondary-wrapper[b-vrlrd8pws0] {
    width: 100%;
    padding-bottom: 10vh;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10vh;
    overflow: hidden;
}

.home-page-landing-tags-container[b-vrlrd8pws0] {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 1vh;
    overflow: hidden !important;
}

.home-page-landing-tags-row[b-vrlrd8pws0] {
    display: flex;
    flex-direction: row;
    gap: 1vh;
}

.home-page-landing-tag[b-vrlrd8pws0] {
    display: flex;
    flex-direction: row;
    background-color: white;
    padding: 1vh 2vh;
    border-radius: .6vh;
    box-shadow: 0px 5px 5px #00000015;
    gap: 1vh;
    justify-content: center;
    align-items: center;
}

    .home-page-landing-tag img[b-vrlrd8pws0] {
        width: 1.7vh;
        object-fit: contain;
    }



    .home-page-landing-tag h3[b-vrlrd8pws0] {
        margin: 0;
        padding: 0;
        color: #333;
        font-size: 1.8vh;
        font-weight: 400;
        line-height: 1.3vh;
    }

.home-pagelanding-find-wrapper[b-vrlrd8pws0] {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
}

/*LET YOUR DREAM JOB FIND YOU*/
/*LET YOUR DREAM JOB FIND YOU*/
/*LET YOUR DREAM JOB FIND YOU*/
/*LET YOUR DREAM JOB FIND YOU*/
/*LET YOUR DREAM JOB FIND YOU*/
/*LET YOUR DREAM JOB FIND YOU*/
/*LET YOUR DREAM JOB FIND YOU*/
/*LET YOUR DREAM JOB FIND YOU*/

@media screen and (max-width: 1025px) {
    .home-page-landing-find-wrapper .home-page-landing-find-container[b-vrlrd8pws0] {
        flex-direction: column;
        justify-content: center;
        align-items: center;
        height: 100%;
        width: 90vw;
        padding: 4vh 2vh !important;
    }


    .home-page-landing-find-container .home-page-landing-find-img-container[b-vrlrd8pws0] {
        width: 50%;
        height: 50%;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .home-page-landing-find-container .home-page-landing-find-content-container h2[b-vrlrd8pws0] {
        font-size: 4vh;
        line-height: 4.5vh;
        width: 100% !important;
        height: 100%;
        text-align: center;
    }

    .home-page-landing-find-container .home-page-landing-find-content-container h3[b-vrlrd8pws0] {
        font-size: 2vh;
        width: 90%;
        line-height: 2.5vh;
        text-align: center;
        margin-bottom: 1.5vh;
    }

    .home-page-landing-find-content-container[b-vrlrd8pws0] {
        justify-content: center;
        align-items: center;
        width: 100% !important;
    }

        .home-page-landing-find-content-container button[b-vrlrd8pws0] {
            width: 80%;
            border-radius: 1.2vh;
            border: none;
            outline: none;
            color: #382574;
            font-weight: 600;
            font-size: 2.5vw !important;
            font-family: "outfit", sans-serif;
        }
}

.home-page-landing-find-container[b-vrlrd8pws0] {
    display: flex;
    width: 60vw;
    height: 35vh;
    border: 0.1vh white solid;
    border-radius: 3vw;
    flex-direction: row;
    padding: 2vw;
    box-sizing: border-box;
    position: relative;
    justify-content: space-between;
    box-shadow: inset 0px 0px 20px #00000022;
}

.home-page-landing-find-img-container[b-vrlrd8pws0] {
    width: 30%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

    .home-page-landing-find-img-container img[b-vrlrd8pws0] {
        aspect-ratio: 1/1;
        object-fit: cover;
        border-radius: 3vw;
        height: 18vh;
    }

.home-page-landing-find-content-container[b-vrlrd8pws0] {
    width: 70%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 1vh;
}

@media screen and (min-width: 1025px) {
    .home-page-landing-find-content-container[b-vrlrd8pws0] {
        gap: 3vh;
    }
}

.home-page-landing-find-content-container h2[b-vrlrd8pws0] {
    font-size: 2.5vh !important;
    color: #382574;
    font-weight: 700;
    line-height: 4vh;
}

.home-page-landing-find-content-container h3[b-vrlrd8pws0] {
    font-size: 2vh;
    color: #382574;
    font-weight: 400;
    line-height: 2.5vh;
    margin-bottom: 1vh;
}

.home-page-landing-find-content-container button[b-vrlrd8pws0] {
    width: fit-content;
    border-radius: 0.8vh;
    border: none;
    outline: none;
    color: #382574;
    font-weight: 600;
    padding: 1.5vh 3vh;
    font-size: 1.6vh;
    font-family: "outfit", sans-serif;
    background-color: #5dfad0;
    box-shadow: 0px 0px 1.8vw #ffffff33;
}

/*HOW IT WORKS*/
/*HOW IT WORKS*/
/*HOW IT WORKS*/
/*HOW IT WORKS*/
/*HOW IT WORKS*/
/*HOW IT WORKS*/
/*HOW IT WORKS*/
/*HOW IT WORKS*/
/*HOW IT WORKS*/
/*HOW IT WORKS*/

@media screen and (max-width: 1025px) {
    .home-page-wrapper .how-it-works-wrapper[b-vrlrd8pws0] {
        height: fit-content;
        padding: 5vh;
    }

    .how-it-works-wrapper .how-it-works-container[b-vrlrd8pws0] {
        gap: 5vh;
    }

    .how-it-works-wrapper .how-it-works-cards[b-vrlrd8pws0] {
        flex-direction: column;
        gap: 5vh;
        width: 100%;
    }

    .how-it-works-wrapper .how-it-works-card[b-vrlrd8pws0] {
        width: 100%;
    }

        .how-it-works-wrapper .how-it-works-card img[b-vrlrd8pws0] {
            height: 10vh;
        }

    .home-page-wrapper .how-it-works-wrapper button[b-vrlrd8pws0] {
        width: 80%;
        font-size: 3vw;
    }

    .home-page-wrapper .lander-faq-reviews-container[b-vrlrd8pws0] {
    }
}

.how-it-works-wrapper[b-vrlrd8pws0] {
    width: 100%;
    height: 70vh;
    padding: 5vh;
    box-sizing: border-box;
    background-color: #382574;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 10;
}

.how-it-works-container[b-vrlrd8pws0] {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
}

    .how-it-works-container h1[b-vrlrd8pws0] {
        color: white;
        font-size: 5vh;
        text-align: center;
        margin: 0;
        padding: 0;
    }

.how-it-works-cards[b-vrlrd8pws0] {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    gap: 5vw;
    width: 70%;
}

.how-it-works-card[b-vrlrd8pws0] {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 30%;
    height: 100%;
    gap: 1.5vh;
    text-align: center
}

    .how-it-works-card img[b-vrlrd8pws0] {
        height: 7vw;
    }

    .how-it-works-card h2[b-vrlrd8pws0] {
        color: white;
        font-size: 2.8vh;
        line-height: 3vh;
        margin: 0;
        padding: 0;
    }

    .how-it-works-card h3[b-vrlrd8pws0] {
        color: white;
        font-size: 1.7vh;
        line-height: 2vh;
        font-weight: 500;
        opacity: 1;
        width: 75%;
        margin: 0;
        padding: 0;
    }

.how-it-works-container button[b-vrlrd8pws0] {
    width: fit-content;
    border-radius: 0.8vh;
    border: none;
    outline: none;
    color: #382574;
    font-weight: 600;
    padding: 1.5vh 3vh;
    font-size: 1.6vh;
    font-family: "outfit", sans-serif;
    background-color: #5dfad0;
    box-shadow: 0px 0px 20px #ffffff33;
}

.lander-faq-reviews-container[b-vrlrd8pws0] {
    width: 100%;
    min-height: auto;
    height: 100%;
    display: flex;
    flex-direction: column;
    background-color: #ecf2ff;
    position: relative;
}

.highlight-1[b-vrlrd8pws0] {
    position: absolute;
    left: -20%;
    top: -10%;
    z-index: 0;
}

.faq-wrapper[b-vrlrd8pws0] {
    width: 100%;
    height: 85vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

/*FAQ CONTAINER PART WITH THE DROPDOWNS*/
/*FAQ CONTAINER PART WITH THE DROPDOWNS*/
/*FAQ CONTAINER PART WITH THE DROPDOWNS*/
/*FAQ CONTAINER PART WITH THE DROPDOWNS*/
/*FAQ CONTAINER PART WITH THE DROPDOWNS*/
/*FAQ CONTAINER PART WITH THE DROPDOWNS*/
/*FAQ CONTAINER PART WITH THE DROPDOWNS*/
/*FAQ CONTAINER PART WITH THE DROPDOWNS*/
/*FAQ CONTAINER PART WITH THE DROPDOWNS*/
/*FAQ CONTAINER PART WITH THE DROPDOWNS*/

@media screen and (max-width: 1025px) {
    .home-page-wrapper .faq-wrapper[b-vrlrd8pws0] {
        height: fit-content;
    }

    .faq-wrapper .faq-container h1[b-vrlrd8pws0] {
        font-size: 5vh;
        line-height: 6vh;
    }

    .home-page-wrapper .faq-container[b-vrlrd8pws0] {
        width: 100%;
        scroll-behavior: smooth;
        height: fit-content;
        padding: 6vh 3vh 3vh 3vh;
    }

    .faq-container .faq-cards-container[b-vrlrd8pws0] {
        width: 100%;
        min-height: 50vh;
        height: 100%;
    }

    .faq-container .faq-card-container[b-vrlrd8pws0] {
        width: 100%;
    }

        .faq-container .faq-card-container h4[b-vrlrd8pws0] {
            font-size: 2vh;
            line-height: 2.5vh;
            width: 80%;
        }
}

.faq-container[b-vrlrd8pws0] {
    width: 50%;
    height: 80%;
    box-sizing: border-box;
    z-index: 10;
}

    .faq-container h1[b-vrlrd8pws0] {
        color: #382574;
        font-size: 5vh;
        text-align: center;
        margin: 0;
        padding: 0;
        margin-bottom: 1vh;
    }

    .faq-container h3[b-vrlrd8pws0] {
        color: #382574;
        font-size: 1.9vh;
        line-height: 2vh;
        font-weight: 500;
        text-align: center;
        margin: 0;
        padding: 0;
    }

.faq-container-href[b-vrlrd8pws0] {
    color: #382574;
    font-size: 1.9vh;
    line-height: 2vh;
    font-weight: 500;
    text-align: center;
    margin: 0;
    padding: 0;
    border-color: none;
    text-decoration: underline;
}

.faq-cards-container[b-vrlrd8pws0] {
    display: flex;
    flex-direction: column;
    gap: 1vh;
    margin-top: 3vh;
}

.faq-card-container[b-vrlrd8pws0] {
    --collapsed-height: 10vh;
    position: relative;
    height: var(--collapsed-height);
    width: 100%;
    background-color: white;
    padding: 0 3vh;
    box-sizing: border-box;
    border-radius: 2vh;
    transition: max-height 1s cubic-bezier(.47,.91,.23,.99);
    overflow: hidden;
    max-height: 10vh;
    cursor: pointer;
}

    .faq-card-container h4[b-vrlrd8pws0] {
        position: absolute;
        top: calc(var(--collapsed-height) / 2);
        transform: translateY(-50%);
        margin: 0;
    }

    .faq-card-container.expanded[b-vrlrd8pws0] {
        height: fit-content;
        padding-bottom: 3vh;
        max-height: 40vh !important;
    }

    .faq-card-container img[b-vrlrd8pws0] {
        position: absolute;
        right: 3vh;
        top: 4.5vh;
        height: 1vh;
    }

    .faq-card-container.expanded img[b-vrlrd8pws0] {
        transform: rotate(180deg);
    }


    .faq-card-container h5[b-vrlrd8pws0] {
        position: relative;
        margin-top: calc(var(--collapsed-height) - 2vh);
        padding: 0;
        color: #382574;
        font-size: 16px;
        line-height: 20px;
        font-weight: 500;
    }

@media screen and (max-width: 1025px) {
    .faq-card-container.expanded[b-vrlrd8pws0] {
        max-height: 55vh !important;
    }
}

.faq-card-container h4[b-vrlrd8pws0] {
    color: #3b2876;
    font-size: 2.3vh;
    font-weight: 700;
    margin: 0;
    padding: 0;
}

.pro-recruit-pros-wrapper[b-vrlrd8pws0] {
    height: fit-content;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
/*WHY CHOOSE PRO RECRUIT*/
/*WHY CHOOSE PRO RECRUIT*/
/*WHY CHOOSE PRO RECRUIT*/
/*WHY CHOOSE PRO RECRUIT*/
/*WHY CHOOSE PRO RECRUIT*/
/*WHY CHOOSE PRO RECRUIT*/
/*WHY CHOOSE PRO RECRUIT*/
/*WHY CHOOSE PRO RECRUIT*/

@media screen and (max-width: 1025px) {
    .pro-recruit-pros-container .pros-cards-container[b-vrlrd8pws0] {
        flex-wrap: wrap;
        justify-content: center;
        justify-content: space-between;
        width: fit-content;
        overflow: visible !important;
        row-gap: 4vh;
    }

    .pros-cards-container .pros-card[b-vrlrd8pws0] {
        width: 45%;
        display: flex;
        flex-direction: column;
        align-items: center;
        overflow: visible !important;
    }

    .pros-card .pros-card-text-container h3[b-vrlrd8pws0] {
        font-size: 1.8vh;
        line-height: 2.3vh;
        width: 100%;
    }

    .pros-cards-container .pros-card img[b-vrlrd8pws0] {
        height: 10vh;
        min-height: 5vh;
    }

    .pros-cards-container .pros-card h2[b-vrlrd8pws0] {
        font-size: 2.4vh;
        line-height: 2.9vh;
        overflow: visible !important;
    }

    .pro-recruit-pros-container .pros-partnership-container[b-vrlrd8pws0] {
        width: 90vw;
        height: min-content !important;
        padding: 3.5vh;
        min-width: 300px;
        gap: 2vh;
    }

        .pro-recruit-pros-container .pros-partnership-container h1[b-vrlrd8pws0] {
            font-size: 2vh;
            line-height: 3vh;
            width: 90% !important;
        }

    .pros-partnership-container .pros-partnership-partners[b-vrlrd8pws0] {
        flex-wrap: wrap;
        justify-content: center;
        align-items: center;
        gap: 2vh;
    }

        .pros-partnership-container .pros-partnership-partners img[b-vrlrd8pws0] {
            width: 3vw;
        }

    .why-choose-us-container[b-vrlrd8pws0] {
        gap: 5vh !important;
        width: 100%;
    }
}

.pro-recruit-pros-container[b-vrlrd8pws0] {
    height: 100%;
    width: 90%;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 6vh;
    padding-bottom: 5vh;
}

    .pro-recruit-pros-container h1[b-vrlrd8pws0] {
        color: #382574;
        font-size: 4vh;
        text-align: center;
        margin: 0;
        padding: 0;
    }

.why-choose-us-container[b-vrlrd8pws0] {
    display: flex;
    flex-direction: column;
    gap: 8vh;
}

    .why-choose-us-container h1[b-vrlrd8pws0] {
        font-size: 5vh;
        line-height: 6vh;
    }

.pros-cards-container[b-vrlrd8pws0] {
    width: 90vw;
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 3vw;
    max-width: 1300px;
}

.pros-card[b-vrlrd8pws0] {
    display: flex;
    flex-direction: column;
    width: 30%;
    height: 20vh;
    align-items: center;
    text-align: center;
    gap: 3vh;
}

.pros-card-text-container[b-vrlrd8pws0] {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 1vh;
}

.pros-card img[b-vrlrd8pws0] {
    height: 5vw;
}

.pros-card h2[b-vrlrd8pws0] {
    color: #382574;
    font-size: 2.5vh;
    line-height: 2.5vh;
    margin: 0;
    padding: 0;
}

.pros-card h3[b-vrlrd8pws0] {
    color: #382574;
    font-size: 16px;
    line-height: 20px;
    font-weight: 500;
    opacity: 0.8;
    width: 80%;
    margin: 0;
    padding: 0;
}

.pros-partnership-container[b-vrlrd8pws0] {
    width: 70%;
    max-width: 900px;
    min-width: 700px;
    height: 15vh;
    display: flex;
    flex-direction: column;
    padding: 0 5vh;
    box-sizing: border-box;
    align-items: center;
    background-color: white;
    justify-content: center;
    border-radius: 3vh;
    gap: 2vh;
    overflow: hidden;
}

.pros-partnership-partners[b-vrlrd8pws0] {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
}

.pros-partnership-container h1[b-vrlrd8pws0] {
    color: #382574;
    font-size: 16px;
    text-align: center;
    font-weight: 500;
    opacity: 0.8;
    margin: 0;
    padding: 0;
}

.pros-partnership-partner[b-vrlrd8pws0] {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 0.7vw;
}



    .pros-partnership-partner img[b-vrlrd8pws0] {
        width: 1.5vw;
    }

    .pros-partnership-partner h2[b-vrlrd8pws0] {
        color: #382574;
        font-size: 1.5vh;
        line-height: 3vh;
        margin: 0;
        padding: 0;
    }

/*TRUSTED BY EMPLOYES*/
/* REVIEWS */
/*TRUSTED BY EMPLOYES*/
/* REVIEWS */
/*TRUSTED BY EMPLOYES*/
/* REVIEWS */
/*TRUSTED BY EMPLOYES*/
/* REVIEWS */
/*TRUSTED BY EMPLOYES*/
/* REVIEWS */

@media screen and (max-width: 1025px) {
    .pro-recruit-reviews-container .reviews-wrapper[b-vrlrd8pws0] {
        overflow-x: initial !important;
    }

    .reviews-wrapper .highlight-2[b-vrlrd8pws0] {
        display: none;
    }

    .pro-recruit-pros-container .reviews-wrapper[b-vrlrd8pws0] {
        height: fit-content;
    }

        .pro-recruit-pros-container .reviews-wrapper h1[b-vrlrd8pws0] {
            font-size: 3.5vh;
            line-height: 4.5vh;
            margin-bottom: 5vh;
        }

    .reviews-wrapper .reviews-carousel[b-vrlrd8pws0] {
        width: 100vw !important;
    }

    .reviews-wrapper .review-card[b-vrlrd8pws0] {
        width: 100vw !important;
        height: fit-content;
        min-width: 300px;
        padding: 2vh;
    }

    .reviews-wrapper .review-card-description h3[b-vrlrd8pws0] {
        font-size: 1.5vh !important;
        line-height: 2vh !important;
    }

    .reviews-wrapper .review-card-rating img[b-vrlrd8pws0] {
        width: 1.5vh !important;
    }

    .review-card .review-card-header[b-vrlrd8pws0] {
        gap: 1vh;
    }

        .review-card .review-card-header img[b-vrlrd8pws0] {
            width: 10vw;
        }

    .review-card-header .review-card-header-text h2[b-vrlrd8pws0] {
        font-size: 2vh;
        line-height: 2vh;
        margin-bottom: 0.5vh;
    }

    .review-card-header .review-card-header-text h3[b-vrlrd8pws0] {
        font-size: 1.5vh;
        line-height: 1.5vh;
    }

    .review-card .review-card-rating img[b-vrlrd8pws0] {
        width: 1vh;
    }

    .review-card .review-card-description h3[b-vrlrd8pws0] {
        font-size: 1vh;
        line-height: 1.5vh;
    }

    .reviews-wrapper .review-stats-container img[b-vrlrd8pws0] {
        width: 4vh !important;
        left: -3vh;
    }

    .reviews-wrapper .review-stats-container[b-vrlrd8pws0] {
        margin-top: 6vh;
    }

    .review-stats-container .review-stats h3[b-vrlrd8pws0] {
        font-size: 1.2vh;
        line-height: 1.2vh;
    }
}

.reviews-wrapper[b-vrlrd8pws0] {
    height: 55vh;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
    margin: 2vh;
    position: relative
}

.highlight-2[b-vrlrd8pws0] {
    position: absolute;
    right: -40%;
    top: -80%;
    z-index: 0;
}

.reviews-carousel[b-vrlrd8pws0] {
    width: 100%;
    height: 70%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 5vh;
}

.reviews-container[b-vrlrd8pws0] {
    width: max-content;
    height: 60%;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 2vh;
    box-sizing: border-box;
    z-index: 10;
    animation: scroll-b-vrlrd8pws0 40s linear infinite;
}

@keyframes scroll-b-vrlrd8pws0 {
    0% {
        transform: translateX(20%);
    }

    100% {
        transform: translateX(-30%);
    }
}

.review-card[b-vrlrd8pws0] {
    width: 28vw;
    max-width: 28vw;
    min-width: 28vw;
    display: flex;
    flex-direction: column;
    border: 0.1vh solid #00000022;
    border-radius: 1vh;
    padding: 2.5vh;
    box-sizing: border-box;
    gap: 2vh;
    justify-content: center;
}



.review-card-rating[b-vrlrd8pws0] {
    display: flex;
    flex-direction: row;
    gap: 0.2vw;
    align-items: center;
}

    .review-card-rating img[b-vrlrd8pws0] {
        width: 1.5vw;
        aspect-ratio: 1/1;
        object-fit: cover;
    }

.review-card-description[b-vrlrd8pws0] {
    height: 40%;
    display: flex;
    flex-direction: column;
    gap: 1vh;
}

    .review-card-description h2[b-vrlrd8pws0] {
        color: #000000bb;
        font-size: 2.7vh;
        line-height: 3vh;
        font-weight: 700;
        margin: 0;
        padding: 0;
        text-align: start;
    }

    .review-card-description h3[b-vrlrd8pws0] {
        color: #000000bb;
        font-size: 1.8vh;
        line-height: 2.5vh;
        font-weight: 500;
        margin: 0;
        padding: 0;
        text-align: start;
    }

.review-stats-container[b-vrlrd8pws0] {
    display: flex;
    flex-direction: row;
    gap: 1vw;
    align-items: center;
    position: relative;
}

    .review-stats-container img[b-vrlrd8pws0] {
        width: 5vh;
        position: absolute;
        left: -2vw;
        z-index: 0
    }

.review-stats[b-vrlrd8pws0] {
    display: flex;
    flex-direction: column;
    gap: 0.5vw;
    background-color: #382574;
    padding: 1.5vh;
    border-radius: 2vh;
    z-index: 1;
}

    .review-stats h3[b-vrlrd8pws0] {
        color: white;
        font-size: 2vh;
        line-height: 2vh;
        font-weight: 400;
        margin: 0;
        padding: 0;
        text-align: start;
    }

    .review-stats span[b-vrlrd8pws0] {
        font-weight: 700;
    }



/*team members*/
/*team members*/
/*team members*/
/*team members*/
/*team members*/
/*team members*/
/*team members*/
/*team members*/

@media screen and (max-width: 1025px) {
    .pro-recruit-team-container .pro-recruit-team-headers h2[b-vrlrd8pws0] {
        font-size: 3.5vh;
        line-height: 4.5vh;
        margin-bottom: 1vh;
        margin-top: 2vh;
    }

    .pro-recruit-team-container .pro-recruit-team-headers h3[b-vrlrd8pws0] {
        font-size: 1.5vh;
        line-height: 2vh;
    }



    .pro-recruit-team-container .pro-recruit-team-profiles-container[b-vrlrd8pws0] {
        width: 95vw;
    }

    .pro-recruit-team-profiles-container .team-profile-container[b-vrlrd8pws0] {
        width: 46%;
        text-align: center;
        padding: 2vw;
    }

    .team-profile-container .team-profile-header[b-vrlrd8pws0] {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        text-align: center;
        gap: 1vh;
    }

        .team-profile-container .team-profile-header img[b-vrlrd8pws0] {
            width: 10vw;
        }

    .team-profile-container .team-profile-description[b-vrlrd8pws0] {
        width: 100%;
        padding: 0;
    }
}

.pro-recruit-team-container[b-vrlrd8pws0] {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    margin-bottom: 3vh;
    gap: 5vh;
    flex-grow: 1;
    min-height: auto;
    overflow: visible
}

.pro-recruit-team-headers[b-vrlrd8pws0] {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

    .pro-recruit-team-headers h2[b-vrlrd8pws0] {
        color: #382574;
        font-size: 4vh;
        text-align: center;
        margin: 0;
        padding: 0;
    }

    .pro-recruit-team-headers h3[b-vrlrd8pws0] {
        color: #382574;
        font-size: 1.7vh;
        line-height: 2.3vh;
        font-weight: 500;
        text-align: center;
        margin: 0;
        padding: 0;
        width: 80%;
    }

.pro-recruit-team-profiles-container[b-vrlrd8pws0] {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: stretch;
    gap: 2vw;
    width: 80vw;
}

.team-profile-container-carousel[b-vrlrd8pws0] {
    width: 300px;
    min-width: 300px;
    display: flex;
    flex-direction: column;
    padding: 2vh;
    box-sizing: border-box;
    border: 1px solid #00000022;
    border-radius: 2vh;
    gap: 1.2vh;
}

.team-profile-container[b-vrlrd8pws0] {
    width: 25vw;
    height: auto !important;
    display: flex;
    flex-direction: column;
    padding: 3vh;
    box-sizing: border-box;
    border: 1px solid #00000022;
    border-radius: 2vh;
    gap: 1.2vh;
    justify-content: space-between;
}

.team-profile-header[b-vrlrd8pws0] {
    display: flex;
    flex-direction: row;
    gap: 1vw;
}

.team-profile-header-text[b-vrlrd8pws0] {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 1vh;
}



    .team-profile-header-text h2[b-vrlrd8pws0] {
        color: #382574;
        font-size: 2.5vh;
        line-height: 2vh;
        font-weight: 700;
        margin: 0;
        padding: 0;
    }

    .team-profile-header-text h3[b-vrlrd8pws0] {
        color: #382574;
        font-size: 1.5vh;
        line-height: 1.5vh;
        font-weight: 500;
        margin: 0;
        padding: 0;
    }

.team-profile-header img[b-vrlrd8pws0] {
    width: 4vw;
    aspect-ratio: 1/1;
    object-fit: cover;
    border-radius: 50%;
}


.team-profile-description h4[b-vrlrd8pws0] {
    color: #382574;
    font-size: 16px;
    line-height: 20px;
    font-weight: 500;
    margin: 0;
}


.team-profile-quote[b-vrlrd8pws0] {
    width: 100%;
    height: fit-content;
    background-color: #dfe2ff;
    border-radius: 1vh;
    position: relative;
    padding: 0 1vh;
}

    .team-profile-quote h5[b-vrlrd8pws0] {
        color: #382574;
        font-size: 1.5vh;
        line-height: 2vh;
        font-weight: 500;
        margin: 0;
        padding: 1vh;
    }

.quote-icon[b-vrlrd8pws0] {
    position: absolute;
    width: 1.5vh;
    height: 1.5vh;
    object-fit: contain;
    left: -1vh;
    top: 5px;
}

/*FOOTER CV UPLOAD*/

@media screen and (max-width: 1025px) {
    .home-page-wrapper .cv-upload-footer-container h1[b-vrlrd8pws0] {
        font-size: 4vh;
    }

    .home-page-wrapper .cv-upload-footer-container h2[b-vrlrd8pws0] {
        font-size: 2vh;
    }

    .cv-upload-footer-container .secure-wrapper img[b-vrlrd8pws0] {
        width: 20vh;
        top: -1vh;
    }

    .cv-upload-footer-container .secure-container[b-vrlrd8pws0] {
        padding: 2vh 5vh;
        text-align: center;
    }

    .home-page-wrapper .cv-upload-footer-container button[b-vrlrd8pws0] {
        font-size: 3vw;
    }
}

.cv-upload-footer-container[b-vrlrd8pws0] {
    display: flex;
    flex-direction: column;
    padding: 5vh;
    box-sizing: border-box;
    background: linear-gradient( 90deg, #9878fb 0%, #7a97ef 48.96%, #56bde1 100%);
    justify-content: center;
    align-items: center;
    height: 60vh;
    gap: 5vh;
}

.upload-footer-headers[b-vrlrd8pws0] {
    display: flex;
    flex-direction: column;
}

.cv-upload-footer-container h1[b-vrlrd8pws0] {
    color: #382574;
    font-size: 5vh;
    text-align: center;
    margin: 0;
    padding: 0;
}

.cv-upload-footer-container h2[b-vrlrd8pws0] {
    color: #382574;
    font-size: 2.5vh;
    line-height: 2.5vh;
    text-align: center;
    margin: 2vh 0 0 0;
    padding: 0;
    font-weight: 500;
}

.secure-wrapper[b-vrlrd8pws0] {
    display: flex;
    flex-direction: row;
    position: relative;
}

    .secure-wrapper img[b-vrlrd8pws0] {
        width: 20vh;
        aspect-ratio: 1/1;
        object-fit: cover;
        position: absolute;
        left: -10vh;
        top: -50%;
        transform: translateY(-25%);
        z-index: 2;
    }

.secure-container[b-vrlrd8pws0] {
    display: flex;
    flex-direction: row;
    align-items: center;
    height: fit-content;
    background-color: #382574;
    padding: 1.5vh 3vh;
    box-sizing: border-box;
    border-radius: 1.5vh;
    z-index: 1;
}

    .secure-container h3[b-vrlrd8pws0] {
        color: white;
        font-size: 1.5vh;
        line-height: 2vh;
        font-weight: 500;
        margin: 0;
        padding: 0;
    }

.cv-upload-footer-container button[b-vrlrd8pws0] {
    width: fit-content;
    border-radius: 0.8vh;
    border: none;
    outline: none;
    color: #382574;
    font-weight: 600;
    padding: 1.5vh 3vh;
    font-size: 2vh;
    background-color: #5dfad0;
}






.carousel-container[b-vrlrd8pws0] {
    display: flex;
    width: 100%;
    -ms-overflow-style: none;
    scrollbar-width: none;
}

.carousel-wrapper[b-vrlrd8pws0] {
    overflow-x: auto;
    overflow-y: hidden;
    position: relative;
    width: 300px;
    margin: 0 auto;
    touch-action: pan-y;
    -ms-overflow-style: none;
    scrollbar-width: none;
    overflow: visible;
}

    .carousel-wrapper[b-vrlrd8pws0]::-webkit-scrollbar {
        display: none;
    }

.carousel-dots[b-vrlrd8pws0]::-webkit-scrollbar {
    display: none;
}




@media screen and (max-width: 1025px) {
    [b-vrlrd8pws0]::-webkit-scrollbar {
        width: 0;
        background: transparent;
    }

    [b-vrlrd8pws0]::-webkit-scrollbar-thumb {
    }

    .team-profile-container-carousel[b-vrlrd8pws0] {
        justify-content: space-between;
    }

    .team-profile-header[b-vrlrd8pws0] {
        gap: 2vh;
    }

        .team-profile-header img[b-vrlrd8pws0] {
            width: 5vh;
            height: 5vh;
        }
}


.carousel-inner[b-vrlrd8pws0] {
    -ms-overflow-style: none;
    scrollbar-width: none;
    display: flex;
    transition: transform 0.5s ease-out;
    overflow: visible !important;
}

.team-profile-container-carousel[b-vrlrd8pws0] {
    flex: 0 0 auto;
    margin: 0 12.25vw;
    width: 300px;
}

.carousel-dots[b-vrlrd8pws0] {
    text-align: center;
    margin-top: 10px;
}

    .carousel-dots .dot[b-vrlrd8pws0] {
        display: inline-block;
        width: 10px;
        height: 10px;
        background-color: #ccc;
        border-radius: 50%;
        margin: 0 5px;
        cursor: pointer;
    }

        .carousel-dots .dot.active[b-vrlrd8pws0] {
            background-color: #333;
        }



.upload-button[b-vrlrd8pws0] {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 2vh;
}

    .upload-button h5[b-vrlrd8pws0] {
        color: #382574;
        font-size: 2vh;
        line-height: 2.2vh;
        font-weight: 600;
        margin: 0;
        padding: 0;
    }

@media screen and (max-width: 1025px) {
    .upload-button[b-vrlrd8pws0] {
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
        gap: 2vh;
    }

        .upload-button h5[b-vrlrd8pws0] {
            color: #382574;
            font-size: 2vh;
            line-height: 2.2vh;
            font-weight: 600;
            margin: 0;
            padding: 0;
        }
}
/* _content/StartPoint/Components/Pages/PageContact.razor.rz.scp.css */
.contact-page-container[b-3oeroo44y1] {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-color: #ecf2ff;
    height: 90vh;
    gap: 5vh;
    overflow: hidden;
}

@media screen and (max-width: 767px) {
    .contact-page-container[b-3oeroo44y1] {
        height: 95vh;
    }
}

.contact-page-headers[b-3oeroo44y1] {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 50%;
    text-align: center;
    gap: 3vh;
}

.contact-page-headers h1[b-3oeroo44y1] {
    color: #382574;
    font-size: 5vh;
    line-height: 5vh;
    font-weight: 700;
}

.contact-page-headers h2[b-3oeroo44y1] { 
    color: #382574;
    font-size: 2.5vh;
    line-height: 3vh;
    font-weight: 500;
}

.headers-emails[b-3oeroo44y1] {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
    width: 70%; gap: 1vh;
}

.headers-emails a[b-3oeroo44y1] {
    color: #382574 !important;
    font-size: 2vh;
    line-height: 3vh;
    font-weight: 500;
    opacity: 1;
    text-decoration: underline !important;
    cursor: pointer;
}

.contact-page-contents[b-3oeroo44y1] {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 50%;
    gap: 1vh;
}

.text-area[b-3oeroo44y1] {
    resize: none;
    width: 100%;
    grid-column: 1 / -1;
}

.small-inputs[b-3oeroo44y1] {
    width: 100%;
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 1vh;
}

.small-inputs button[b-3oeroo44y1] {
    grid-column: 1 / -1;
    width: 50%;
    justify-self: center;
}

.contact-page-contents button[b-3oeroo44y1] {
    width: 80%;
    max-width: 200px;
    height: 7vh;
    border-radius: 1.2vh;
    border: none;
    outline: none;
    color: #2e2c76;
    font-weight: 600;
    font-size: 2vh;
    font-family: "Poppins", sans-serif;
    background-color: #4bedff;
    margin-top: 2vh;
}

.contact-page-contents button:hover[b-3oeroo44y1] {
    transform: scale(1.05);
}

@media screen and (max-width: 767px) {
    .contact-page-headers[b-3oeroo44y1] {
        width: 80%;
    }
    .contact-page-contents[b-3oeroo44y1] {
        width: 80%;
    }
    .contact-page-contents button[b-3oeroo44y1] {
        width: 50%;
    }
    .headers-emails[b-3oeroo44y1] {
        width: 100%;
        display: flex;
        flex-direction: column;
    }
    .headers-emails a[b-3oeroo44y1] {
        font-size: 1.8vh;
    }
}


.email-sent-container[b-3oeroo44y1] {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height:100%;
    width: 100%;
    gap: 2vh;
}

.email-sent-container img[b-3oeroo44y1] {
    width: 30vh;
    object-fit: contain;
    margin-bottom: 3vh;

}

.email-sent-container h1[b-3oeroo44y1] {
    color: #382574;
    font-size: 5vh;
    line-height: 5vh;
    font-weight: 700;
}

.email-sent-container p[b-3oeroo44y1] {
    color: #382574;
    font-size: 2vh;
    line-height: 3vh;
    font-weight: 500;
}
/* _content/StartPoint/Components/Pages/PagesFAQs.razor.rz.scp.css */
body[b-8x3zxlehos] {
}

.faq-page-wrapper[b-8x3zxlehos] {
    width: 100%;
    background-color: #ecf2ff;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 5vh;

}

*[b-8x3zxlehos] {
    font-family: 'Poppins', sans-serif !important;
}

button[b-8x3zxlehos] {
    font-family: 'Poppins', sans-serif !important;
}

@media screen and (max-width: 1100px) {
        .faq-page-wrapper[b-8x3zxlehos] {
        padding: 3vh;
    }

    .faq-content-container[b-8x3zxlehos] {
        padding: 0vh !important;
        margin-top: 3vh;
    }

    .faq-page-headers h1[b-8x3zxlehos] {
        padding-top: 2vh;
    }

    .faq-page-headers h2[b-8x3zxlehos] {
        font-size: 1.8vh;
        line-height: 2.5vh;
        font-weight: 400;
        color: #313168;
        width: 70vw; 
        text-align: center;
    }

    .faq-question[b-8x3zxlehos] {
        padding: 3vh 0 3vh 0 !important;
        gap: 2vh !important;
    }

    .faq-question img[b-8x3zxlehos] {
        top: 3.5vh !important;
    }

    .faq-question h2[b-8x3zxlehos] {
        font-size: 2vh !important;
        line-height: 2vh;
    }

    .faq-questions-container[b-8x3zxlehos] {
        margin-top: 3vh !important;
    }
}

.faq-page-headers[b-8x3zxlehos]{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 1vh;
    width: 40%;

}

    .faq-page-headers h1[b-8x3zxlehos] {
        font-size: 5vh;
        font-weight: 700;
        color: #313168;
        text-align: center;
    }

    .faq-page-headers h2[b-8x3zxlehos] {
        font-size: 2.2vh;
        line-height: 2.5vh;
        font-weight: 500;
        color: #313168;
        text-align: center;
    }

.faq-content-container[b-8x3zxlehos] {
    display: flex;
    flex-direction: column;
    padding: 6vh 10vh 0 10vh;
    width: 80%;
    text-align: start !important;
}

.faq-content-container h1[b-8x3zxlehos] {
    font-size: 3.5vh;
    font-weight: 700;
    color: #313168;
    text-align: left !important;
    width: fit-content;
}

.faq-questions-container[b-8x3zxlehos] {
    display: flex;
    flex-direction: column;
    margin-top: 5vh;
    border-top: 1px solid #00000033;
    pointer-events: auto;
}

.faq-question[b-8x3zxlehos] {
    border-bottom: 1px solid #00000033;
    display: flex;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    cursor: pointer;
    position: relative;
    transition: max-height 0.3s ease-in-out;
    user-select: none;
    background-color: #ecf2ff;
    justify-content: center;
    overflow: hidden;
    padding: 1.1vh 0 2vh 0;
    max-height: 10vh;
}

.faq-card-expand[b-8x3zxlehos] {
    /* Set a max-height high enough to cover the expanded content */
    max-height: 50vh; /* adjust this value as needed */
    justify-content: flex-start;
    padding: 1.1vh 0 2vh 0;
}




.faq-question img[b-8x3zxlehos] {
    width: 2.5vh;
    object-fit: contain;
    position: absolute;
    right: 1vh;
    top: 4.5vh;
}

.faq-question h2[b-8x3zxlehos] {
    font-size: 2.2vh;
    font-weight: 500;
    color: #313168;
    text-align: left;
   
}

    .faq-question p[b-8x3zxlehos] {
        font-size: 1.7vh;
        font-weight: 400;
        line-height: 2.5vh;
        color: #313168;
        text-align: left;
        width: 90%;
    }

.faq-contact-container[b-8x3zxlehos] {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 3vh;
    width: 100%;
    background-color: #ecf2ff;
    z-index: 10;
    padding: 6vh; 
}

.faq-contact-container h1[b-8x3zxlehos] {
    font-size: 2.5vh;
    line-height: 4vh;
    font-weight: 600;
    color: #313168;
    text-align: center;
    width: 100%;
}

    .faq-contact-container button[b-8x3zxlehos] {
        width: 70%;
        max-width: 300px;
        height: 100%;
        border-radius: 1.2vh;
        border: none;
        outline: none;
        color: #313168;
        font-weight: 600;
        font-size: 2vh;
        font-family: 'Poppins';
        background-color: #4bedff;
        padding: 3vh;
    }


    @media screen and (max-width: 767px) {
        .faq-page-headers[b-8x3zxlehos] {
            width: 80%;
            margin-bottom: 3vh;
        }

        .faq-page-wrapper[b-8x3zxlehos] {
            padding: 2vh;
        }

        .faq-content-container[b-8x3zxlehos] {
            width: 100%;
            padding: 0;
            justify-content:center;
            align-items:center;
            
        }

        .faq-content-container h1[b-8x3zxlehos] {
            font-size: 3vh;
            width: 100%;
            text-align: center !important;
        }


        .faq-contact-container[b-8x3zxlehos] {
            padding: 3vh;
        }

        .faq-contact-container button[b-8x3zxlehos] {
            padding: 2vh;
        }

        .faq-questions-container[b-8x3zxlehos] {
            width: 100% !important;
        }

        .faq-question img[b-8x3zxlehos] {
            width: 2vh;
        }

        .faq-question p[b-8x3zxlehos] {
            margin-top: 2vh;
        }

        .faq-question[b-8x3zxlehos] {
            width: 100% !important;
            padding: 4vh 0 4vh 0;
        }
    }
/* _content/StartPoint/Components/Pages/PrivacyPolicy.razor.rz.scp.css */
body[b-g16tiwak5s] {
}

h1[b-g16tiwak5s],h2[b-g16tiwak5s],h3[b-g16tiwak5s],h4[b-g16tiwak5s],h5[b-g16tiwak5s],p[b-g16tiwak5s],strong[b-g16tiwak5s],li[b-g16tiwak5s] {
    color: #313168 !important;
}

h5[b-g16tiwak5s] {
    margin-top: 1.5vh;
    font-size: 14px;
    font-weight: 600;
}

ul[b-g16tiwak5s] {
    margin-left: 1vw;
}

p[b-g16tiwak5s] {
    margin-left: 1vw;
}
/* _content/StartPoint/Components/Pages/Terms.razor.rz.scp.css */
body[b-onbvglsyx1] {
    background-color: #eaf0fd !important;
}

h1[b-onbvglsyx1], h2[b-onbvglsyx1], h3[b-onbvglsyx1], h4[b-onbvglsyx1], h5[b-onbvglsyx1], p[b-onbvglsyx1], strong[b-onbvglsyx1], li[b-onbvglsyx1] {
    color: #313168 !important;
}


ul[b-onbvglsyx1] {
    list-style-type: disc;
    padding: 0;
    padding-left: 3vh;
}
/* _content/StartPoint/Components/Shared/Apply.razor.rz.scp.css */
.disabled-btn[b-sx9k2kyjpx] {
    cursor: default;
    opacity: .65;
}

.disabled-btn:hover[b-sx9k2kyjpx] {
    color: #ffffff;
    background-color: #9777fa !important;
}

.disabled-btn:hover[b-sx9k2kyjpx]::after {
    content: "You have reached the max pending job Applications. Check back later to apply for more jobs.";
    position: absolute;
    background-color: #000;
    color: #fff;
    padding: 10px; /* Increased padding for better readability */
    border-radius: 5px;
    font-size: 12px;
    white-space: normal; /* Allows text wrapping */
    width: 250px; /* Set a fixed width to control wrapping */
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.2); /* Optional: Add a shadow for better visibility */
    z-index: 1000; /* Ensure the tooltip is on top of other elements */
    left: -80px;
    top: -60px;
}

.inactive-btn[b-sx9k2kyjpx] {
    cursor: default;
    opacity: .65;
}

    .inactive-btn:hover[b-sx9k2kyjpx] {
        color: #ffffff;
        background-color: #9777fa !important;
    }

        .inactive-btn:hover[b-sx9k2kyjpx]::after {
            content: "This job is no longer active.";
            position: absolute;
            background-color: #000;
            color: #fff;
            padding: 10px; /* Increased padding for better readability */
            border-radius: 5px;
            font-size: 12px;
            white-space: normal; /* Allows text wrapping */
            width: 250px; /* Set a fixed width to control wrapping */
            box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.2); /* Optional: Add a shadow for better visibility */
            z-index: 1000; /* Ensure the tooltip is on top of other elements */
            left: -80px;
            top: -60px;
        }
/* _content/StartPoint/Components/Shared/ApplySignup.razor.rz.scp.css */
body[b-afq046qfme] {
}


.how-it-works-modal[b-afq046qfme] {
    overflow: hidden;
    
}


.how-it-works-container[b-afq046qfme] {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    width: 100%;
    align-items:center;
    gap: 4vh;
    padding: 2vh 0;
}

.how-it-works-container h1[b-afq046qfme] {
    font-size: 4vh;
    font-weight: 700;
    color: white;

}

.how-it-works-cards[b-afq046qfme] {
    display: flex;
    flex-direction: row;
    gap: 2vh;
}

.how-it-works-card[b-afq046qfme] {
   display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: center
}

.how-it-works-card img[b-afq046qfme] {
    height: 10vh;

}

.how-it-works-card h2[b-afq046qfme] {
    font-size: 3vh;
    font-weight: 700;
    color: white;
}

.how-it-works-card h3[b-afq046qfme] {
    font-size: 1.5vh;
    line-height: 2vh;
    font-weight: 400;
    color: white;
    text-align: center;
}

.upload-button[b-afq046qfme] {
    background-color: #5dfad0;
    box-shadow: 0px 0px 1.8vw #ffffff33;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 2vh;
    border-radius: 1.2vh;
    border: none;
    outline: none;
    color: #382574;
    font-weight: 600;
    font-size: 2.5vw !important;
    font-family: "outfit", sans-serif;
    padding: 2vh 4vh;
}
/* _content/StartPoint/Components/Shared/JobListComponent.razor.rz.scp.css */
.card-job[b-g47m2f4dxq] {
    display: flex;
    flex-direction: column;
    height: 100%; /* Makes sure the card stretches to fill its container */
}

.card-job-top[b-g47m2f4dxq] {
    flex-grow: 1; /* Allows the top section to grow and fill available space */
}

.card-job-bottom[b-g47m2f4dxq] {
    margin-top: 25px;
}
*[b-g47m2f4dxq] {
    font-family: 'Outfit', sans-serif !important;
}

button[b-g47m2f4dxq] {
    font-family: 'Outfit', sans-serif !important;
}
/* Basic skeleton styles */
.skeleton[b-g47m2f4dxq] {
    background: #e0e0e0;
    background-image: linear-gradient(90deg, #f0f0f0 25%, #e0e0e0 50%, #f0f0f0 75%);
    background-size: 200% 100%;
    animation: loading-b-g47m2f4dxq 1.5s infinite linear;
    border-radius: 4px;
}

/* Specific skeleton styles */
.skeleton-text[b-g47m2f4dxq] {
    height: 20px;
    width: 60%;
    margin-bottom: 10px;
}

.skeleton-small[b-g47m2f4dxq] {
    height: 15px;
    width: 50%;
    margin-bottom: 8px;
}

.skeleton-btn[b-g47m2f4dxq] {
    height: 35px;
    width: 100px;
    margin: 10px 5px;
}

/* Shimmer effect animation */
@keyframes loading-b-g47m2f4dxq {
    0% {
        background-position: -200% 0;
    }
    100% {
        background-position: 200% 0;
    }
}

/* Full card skeleton */
.loading .card-job-top--image[b-g47m2f4dxq] {
    width: 100%;
    height: 150px;
    background-color: #ccc;
}

.loading .card-job-top--info h6[b-g47m2f4dxq],
.loading .card-job-top--info .row[b-g47m2f4dxq] {
    display: none;
}

.loading .card-job-top--info[b-g47m2f4dxq] {
    padding: 10px;
}
/* _content/StartPoint/Components/Shared/MyProfileNavItem.razor.rz.scp.css */

.page-icon[b-9wgimn751m] {
    height: 30px;
    width: 30px;
    border: 2px solid #382574;
    border-radius: 50%;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}

.page-icon-active[b-9wgimn751m] {
    background-color: #9777fa;
}

.page-icon-complete[b-9wgimn751m] {
    background-color: #a0c03d;
}

.page-icon-incomplete[b-9wgimn751m] {
    background-color: #ffffff;
}

@media(max-width: 991.98px){
    .checkpointContainer[b-9wgimn751m]{
        display: flex;
        justify-content: space-evenly;
    }
    
    .page-icon[b-9wgimn751m]{
        margin: 0 !important;
    }
    h6[b-9wgimn751m]{
        width: 50%;
    }
}
/* _content/StartPoint/Components/Shared/NothingHere.razor.rz.scp.css */
p[b-g8lln40u7c] {
    color: #382574;
    font-weight: 400;
    font-size: 30px;
    line-height: 36px;
    font-family: "Barlow Semi Condensed", sans-serif;
}

a[b-g8lln40u7c] {
    color: rgba(151, 119, 250, 1);
}

section[b-g8lln40u7c] {
    display: block;
    padding-top: 25px;
}

.row[b-g8lln40u7c] {
    margin-left: 10%;
    margin-right: 10%;
}

.info-1[b-g8lln40u7c] {
    display: flex;
    margin: auto;
    width: 40%
}

h1[b-g8lln40u7c] {
    color: #382574;
    font-weight: 700;
    font-size: 50px;
    line-height: 60px;
    text-align: center;
    max-width: 1200px;
    margin: auto;
    font-family: "Barlow Semi Condensed", sans-serif;
}

.reg-text-bold[b-g8lln40u7c] {
    font-weight: 700;
}

.why-choose-us[b-g8lln40u7c] {
    background-color: rgba(56, 37, 116, 0.1);
    p, h1

{
    text-align: center;
}

}

.how-it-works[b-g8lln40u7c] {
    background-color: rgba(56, 37, 116, 1);
    p, h1

{
    color: #ffffff;
}

}

.get-started[b-g8lln40u7c] {
    background-color: rgba(32, 21, 65, 1);
    p, h1

{
    color: #ffffff;
}

}

.triple-column-item[b-g8lln40u7c] {
    display: inline-block;
    text-align: center;
    padding-left: 35px;
    padding-right: 35px;
}

@media (max-width: 991.98px) {
    .info-1[b-g8lln40u7c] {
        width: 80%;
    }

    h1[b-g8lln40u7c] {
        font-size: 36px;
        line-height: 42px;
    }

    .info-2[b-g8lln40u7c] {
        width: 80%;
    }

    p[b-g8lln40u7c] {
        font-size: 22px;
        line-height: 30px;
    }

    .triple-column-item[b-g8lln40u7c] {
        padding-top: 25px;
    }
}
/* _content/StartPoint/Components/Shared/Reviews.razor.rz.scp.css */
p[b-02yzfiukme] {
    color: #382574;
    font-weight: 400;
    font-size: 30px;
    line-height: 36px;
    font-family: "Barlow Semi Condensed", sans-serif;
}

a[b-02yzfiukme] {
    color: rgba(151, 119, 250, 1);
}

section[b-02yzfiukme] {
    display: block;
    padding-top: 25px;
    padding-bottom: 50px;
}

.row[b-02yzfiukme] {
    margin-left: 10%;
    margin-right: 10%;
}

.info-1[b-02yzfiukme] {
    display: flex;
    margin: auto;
    width: 40%
}

h1[b-02yzfiukme] {
    color: #382574;
    font-weight: 700;
    font-size: 50px;
    line-height: 60px;
    text-align: center;
    max-width: 1200px;
    margin: auto;
    font-family: "Barlow Semi Condensed", sans-serif;
}

.reg-text-bold[b-02yzfiukme] {
    font-weight: 700;
}

.let-us-help[b-02yzfiukme]{
    background-image: url("assets/imgs/theme/prof-bg.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-blend-mode: multiply;
    background-color: rgba(0, 0, 0, 0.5);
    p, h1{
        color: #ffffff;
    }
}

.carousel-container[b-02yzfiukme] {
    display: flex;
    align-items: center;
    position: relative;
}

.carousel[b-02yzfiukme] {
    display: flex;
    overflow-x: auto;
    scroll-behavior: smooth;
    gap: 6rem;
    padding: 1rem;
    width: 80%;
    overflow: hidden;
}

.review-box[b-02yzfiukme] {
    background: white;
    border-radius: 8px;
    padding: 1rem;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    min-width: 250px;
    max-width: 250px;
    max-height: 225px;
    min-height: 225px;
}

.review-header[b-02yzfiukme] {
    font-weight: bold;
    margin-bottom: 0.5rem;
}

.review-user[b-02yzfiukme] {
    display: block;
    font-size: 1.1em;
}

.review-title[b-02yzfiukme] {
    font-size: 0.9em;
    color: gray;
}

.review-stars[b-02yzfiukme] {
    color: #ffd700;
    margin-bottom: 0.5rem;
}

.review-text[b-02yzfiukme] {
    font-size: 0.95em;
    color: #555;
}

.carousel-arrow[b-02yzfiukme] {
    font-size: 2em;
    cursor: pointer;
    padding: 0.5rem;
    user-select: none;
}

.carousel-content[b-02yzfiukme] {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

@media (max-width: 991.98px) {
    h1[b-02yzfiukme] {
        font-size: 36px;
        line-height: 42px;
    }

    p[b-02yzfiukme] {
        font-size: 22px;
        line-height: 30px;
    }
}
/* _content/StartPoint/Components/Shared/SignupForm.razor.rz.scp.css */
p[b-gsldqw55iv]{
    color: #382574;
    font-weight: 400;
    font-size: 30px;
    line-height: 36px;
    font-family: "Barlow Semi Condensed", sans-serif;
}

a[b-gsldqw55iv] {
    color: rgba(151, 119, 250, 1);
}

section[b-gsldqw55iv] {
    display: block;
    padding-top: 25px;
    padding-bottom: 50px;
}

.row[b-gsldqw55iv] {
    margin-left: 10%;
    margin-right: 10%;
}

.info-1[b-gsldqw55iv]{
    display: flex;
    margin: auto;
    width: 40%
}

h1[b-gsldqw55iv] {
    color: #382574;
    font-weight: 700;
    font-size: 50px;
    line-height: 60px;
    text-align: center;
    max-width: 1200px;
    margin: auto;
    font-family: "Barlow Semi Condensed", sans-serif;
}

.get-started[b-gsldqw55iv]{
    background-color: rgba(32, 21, 65, 1);
    p, h1{
        color: #ffffff;
    }
}

@media (max-width: 991.98px) {
    h1[b-gsldqw55iv] {
        font-size: 36px;
        line-height: 42px;
    }
    p[b-gsldqw55iv] {
        font-size: 22px;
        line-height: 30px;
    }
}






@media screen and (max-width: 767px) {
    .how-it-works-wrapper[b-gsldqw55iv] {
        height: 100vh !important;
        padding: 5vh;
        box-sizing: border-box;
    }

        .how-it-works-wrapper .how-it-works-container[b-gsldqw55iv] {
            gap: 5vh;
        }

        .how-it-works-wrapper .how-it-works-cards[b-gsldqw55iv] {
            flex-direction: column;
            gap: 5vh;
            width: 100%;
        }

        .how-it-works-wrapper .how-it-works-card[b-gsldqw55iv] {
            width: 100%;
        }

            .how-it-works-wrapper .how-it-works-card img[b-gsldqw55iv] {
                height: 20vw;
            }

    .home-page-wrapper .how-it-works-wrapper button[b-gsldqw55iv] {
        width: 80%;
        font-size: 3vw;
    }

    .home-page-wrapper .lander-faq-reviews-container[b-gsldqw55iv] {
    }
}


.how-it-works-wrapper[b-gsldqw55iv] {
    width: 100%;
    height: 70vh;
    padding: 5vh;
    box-sizing: border-box;
    background-color: #dfedfc;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 10;
}

.how-it-works-container[b-gsldqw55iv] {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
}

    .how-it-works-container h1[b-gsldqw55iv] {
        color: #382574;
        font-size: 5vh;
        text-align: center;
        margin: 0;
        padding: 0;
    }

.how-it-works-cards[b-gsldqw55iv] {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    gap: 5vw;
    width: 70%;
}

.how-it-works-card[b-gsldqw55iv] {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 30%;
    height: 100%;
    gap: 1.5vh;
    text-align: center
}

    .how-it-works-card img[b-gsldqw55iv] {
        height: 7vw;
    }

    .how-it-works-card h2[b-gsldqw55iv] {
        color: #382574;
        font-size: 2.8vh;
        line-height: 3vh;
        margin: 0;
        padding: 0;
    }

    .how-it-works-card h3[b-gsldqw55iv] {
        color: #382574;
        font-size: 1.7vh;
        line-height: 2vh;
        font-weight: 500;
        opacity: 1;
        width: 75%;
        margin: 0;
        padding: 0;
    }

.how-it-works-container button[b-gsldqw55iv] {
    width: fit-content;
    border-radius: 0.8vh;
    border: none;
    outline: none;
    color: #382574;
    font-weight: 600;
    padding: 1.5vh 3vh;
    font-size: 1.6vh;
    font-family: "outfit", sans-serif;
    background-color: #5dfad0;
    box-shadow: 0px 0px 20px #ffffff33;
}


.upload-button[b-gsldqw55iv] {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 2vh;
}

    .upload-button h5[b-gsldqw55iv] {
        color: #382574;
        font-size: 2vh;
        line-height: 1.8vh;
        font-weight: 600;
        margin: 0;
        padding: 0;
    }
