.mnu_btn {
    text-transform: uppercase;
    font-weight: 600;
    font-size: 15px!important;
    color: rgb(4, 17, 29)!important;
}

.mnu_btn:hover {
    color: #1e59ae!important;
}

.mnu_btn span {
    position: relative;
}

.mnu_cta_container {
    padding-left: 100px;
}

.mnu_cta {
    text-transform: uppercase;
    font-weight: 500;
    font-size: 13px!important;
    background-color: #1e59ae;
    padding: 8px 25px;
    border-radius: 6px;
    color: #fff;
}

.mnu_cta:hover {
    background-color: #2b6ac5;
    color: #fff;
}

#video-intro {
    width: 100%;
    background-color: #1e59ae;
    margin-top: 72px;
    padding: 100px 0;
    border-bottom: 4px solid #fbbf16;
}

.vi_content {
    display: flex;
    flex-direction: column;
    justify-content: center; /* Centers content vertically */
    height: 100%; /* Ensures the container takes full height */
}

.vi_title_0 {
    display: block;
    color: #e2eeff;
    font-size: 28px;
    font-weight: 400;
    margin-bottom: 3px;
}

.vi_title {
    display: block;
    color: #e2eeff;
    font-size: 40px;
    font-weight: 500;
    line-height: 1.25;
    margin-bottom: 1.778rem;
}

.vi_description {
    display: block;
    color: #f6f6ff;
    width: 90%;
}

.vi_cta {
    line-height: 16px;
    border: 1px solid transparent;
    background-color: #e2eeff;
    padding: 15px 25px;
    border-radius: 6px;
    color: #1e59ae;
    width: 170px;
    text-align: center;
    font-weight: 700;
    font-size: 16px;
    display: block;
    margin-top: 1.8rem;
}

.vi_cta:hover {
    background-color: #fff;
    color: #1e59ae;
}

#video-intro .vi_iframe_container {
    position: relative;
    height: 360px;
}

#vi_iframe {
    width: 100%;
    height: 100%;
    border-radius: 6px;
    border: 2px solid #e2eeff;
}

#play-button {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: url('/assets/img/vimeo_play.png?v=1') no-repeat center center;
    border: none;
    width: 100%;
    height: 100%;
    cursor: pointer;
}

#play-button:hover {
    opacity: .75;
    cursor: pointer;
}

#pause-button {
    position: absolute;
    top: 15px;
    right: 65px;
    font-size: 25px;
    background-color: rgb(251 251 251 / 85%);
    border-radius: 6px;
    padding: 5px;
    opacity: .75;
}

#pause-button:hover {
    opacity: 1;
    cursor: pointer;
}

#mute-button {
    position: absolute;
    top: 15px;
    right: 15px;
    font-size: 25px;
    background-color: rgb(251 251 251 / 85%);
    border-radius: 6px;
    padding: 5px;
    opacity: .75;
}

#mute-button:hover {
    opacity: 1;
    cursor: pointer;
}

#unmute-button {
    position: absolute;
    top: 15px;
    right: 15px;
    font-size: 25px;
    background-color: rgb(251 251 251 / 85%);
    border-radius: 6px;
    padding: 5px;
    opacity: .75;
}

#unmute-button:hover {
    opacity: 1;
    cursor: pointer;
}

.s_title {
    font-size: 30px;
    line-height: 120%;
    color: #404145;
    font-weight: 500;
    padding-bottom: 40px;
    display: block;
}

#why-gray ul {
    padding: 0;
    margin: 0;
    list-style: none;
    width: 90%;
}

#why-gray li {
    padding-bottom: 32px;
}

#why-gray li:last-child {
    padding-bottom: 0;
}

#why-gray2 ul {
    padding: 0;
    margin: 0;
    list-style: none;
    width: 90%;
}

#why-gray2 li {
    padding-bottom: 32px;
}

#why-gray2 li:last-child {
    padding-bottom: 0;
}

.s_h6 {
    -webkit-box-align: start;
    -ms-flex-align: start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    font-size: 17px;
    color: #404145;
    font-weight: 600;
}

.s_h6_check_icon {
    width: 24px;
    height: 24px;
    fill: #7A7D85;
    margin-right: 10px;
    min-width: 24px;
    background: none;
    border: none;
    display: inline-block;
    margin: 0;
    padding: 0;
    margin-right: 12px;
    position: relative;
    bottom: 3px;
}

.s_h6_check_icon svg {
    float: left;
    height: 100%;
    width: 100%;
    fill: #fbbf16;
}

.s_desc {
    font-size: 18px;
    line-height: 26px;
    color: #62646a;
}

.s_bullet_list {
    display: block;
    position: relative;
    margin-left: 20px;
    padding-left: 5px;
    margin-top: 12px;
}

.s_bullet_list:before {
    content: '\2022';
    position: absolute;
    left: -15px;
    top: 0;
}

.s_content_list {
    background-color: transparent;
    margin-top: 30px;
}

.s_why_gray_img {
    width: 100%;
    border-radius: 6px;
}

#footer-cta {
    background-color: #ffff;
}

.f_cta_title {
    font-size: 30px;
    line-height: 120%;
    color: #404145;
    font-weight: 600;
    padding-bottom: 15px;
    display: block;
    text-align: center;
}

.f_cta_desc {
    color: #74767e;
    text-align: center;
    width: 100%;
    display: block;
    font-size: 17px;
    margin-bottom: 60px;
}

#what-we-do {
    background-color: #f7f7f7;
}

.wwd_title {
    font-size: 30px;
    line-height: 120%;
    color: #404145;
    font-weight: 600;
    padding-bottom: 15px;
    display: block;
    text-align: center;
}

.wwd_description {
    color: #74767e;
    text-align: center;
    width: 100%;
    display: block;
    font-size: 17px;
}

.wwd_description_bottom {
    color: #74767e;
    text-align: center;
    width: 100%;
    display: block;
    font-size: 17px;
    border-top: 1px solid #e4e5e7;
    margin-top: 40px;
    padding-top: 60px;
}

.back-to-top {
    background: #1e59ae;
}

.back-to-top:hover {
    background: #2b6ac5;
}

.wwd_icon_container {
    margin-top: 65px;
}

.wwd_icon_container lottie-player {
    width: 100px;
}

.wwd_icon {
    text-align: center;
}

.wwd_img {
    width: 44px;
}

.wwd_icon_title {
    color: #404145;
    font-weight: 600;
    padding-bottom: 10px;
    display: block;
    text-align: center;
    padding-top: 24px;
    font-size: 19px;
}

.wwd_icon_description {
    color: #7A7D85;
    font-size: 14px;
    padding: 0 25px;
    text-align: center;
    display: block;
}

.s_benefits_img {
    width: 100%;
    border-radius: 6px;
}

.sb_title {
    font-size: 26px;
    line-height: 120%;
    color: #404145;
    font-weight: 600;
    padding-bottom: 15px;
    padding-top: 36px;
    display: block;
}

.sb_description {
    color: #74767e;
    width: 100%;
    display: block;
    font-size: 16px;
    margin-bottom: 15px;
}

.sb_item {
    color: #404145;
    font-weight: 600;
    font-size: 15px;
    padding-bottom: 15px;
}

.sb_item svg {

    position: relative;
    bottom: 2px;
    margin-right: 5px;

}

#find-your-opportunity {
    background-color: #fff;
}

#find-your-opportunity ul {
    list-style: none;
}

#find-your-opportunity ul li {
    margin-bottom: 40px;
}

#find-your-opportunity .s_why_gray_img:hover {
    opacity: .75;
    cursor: pointer;
}

#find-your-opportunity .s_h6_check_icon {
    top: 3px;
    left: -3px;
}

.fyo_1 {
    color: #e51737;
    display: block;
    padding: 0 2rem;
    font-weight: 500;
    font-size: 17px;
    margin-top: 20px;
}

.fyo_2 {
    display: block;
    padding: 0 2rem;
    margin-top: 5px;
}




.fyo_container {
    margin-bottom: 24px;
    background: #FFFFFF;
    box-shadow: 0px 3px 7px rgba(0, 0, 0, 0.09), 0px 0.37px 4.42626px rgba(0, 0, 0, 0.0476886), 0px 0.14px 2.29266px rgba(0, 0, 0, 0.0323114);
    border-radius: 8px;
    padding: 24px;
    position: relative;

    display: flex;
    justify-content: space-between;
    align-items: center;
}

.fyo_left {
    border: 1px solid var(--bs-gray-300);
    margin-right: 30px;
    border-radius: 6px;
}

.fyo_right {
    flex-grow: 1;
}

.fyo_container lottie-player {
    width: 150px;
    height: 200px;
}

.fyo_title {
    font-size: 16px;
    color: #404145;
    font-weight: 600;
    padding-bottom: 6px;
    display: block;
}

.fyo_description {
    display: block;
    color: rgb(122, 125, 133);
    font-size: 15px;
    margin-bottom: 15px;
    min-height: 150px;
}

.fyo_cta {
    font-weight: 700;
    font-size: 15px;
    color: #2a6ac5;
    opacity: .85;
}

.fyo_container:hover .fyo_cta {
    color: #2b6ac5;
    opacity: 1;
}

.fyo_title_1 {
    color: #e31837;
    font-weight: 600;
    font-size: 15px;
}

.fyo_title_2 {
    color: #404145;
    display: block;
    font-weight: 600;
    font-size: 24px;
    padding-top: 5px;
    padding-bottom: 24px;
}

#vimeo_player {
    background-color: transparent;
    border: none;
    box-shadow: none;
    position: relative;
    padding-bottom: 56.25%; /* 16:9 aspect ratio, adjust as needed */
    height: 0;
    overflow: hidden;
}

#vimeo_player iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.sc_close_modal {
    position: absolute;
    top: -28px;
    right: 0;
    z-index: 999999999999;
    background: red;
    padding: 2px 8px;
    border-radius: 6px;
    text-transform: uppercase;
    color: #fff;
    font-weight: bold;
    font-size: 10px;
    cursor: pointer;
}

#vimeo_modal .modal-content {
    background-color: transparent;
    border: none;
}

.scl_item {
    font-size: 12px;
    font-weight: 500;
    padding: 3px 10px;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    background: #fafafa;
    border: 1px solid #e4e5e7;
    border-radius: 40px;
    color: #95979d;
    margin-right: 10px;
    display: inline-block;
    margin-bottom: 15px;
}

#benefits {
    background-color: #f7f7f7;
}

.gdm_title {
    font-size: 20px;
    color: #e31837;
    font-weight: 600;
    margin-bottom: 15px;
    display: block;
}

.gdm_desc {
    font-size: 18px;
    line-height: 26px;
    color: #62646a;
}

.lottie_1 {
    width: 550px;
    position: relative;
    left: 40px;
    top: 5px;
}

#navbar .active {
    color: #1e59ae!important;
}

#navbar .active span::before {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    background-color: #fbbf16;
    width: 0%;
    content: "";
    height: 3px;
    transition: all 0.5s;
    width: 100%;
    top: 27px;
}

#navbar .nav-link:not(.active) span::after {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    content: "";
    background-color: #fbbf16;
    width: 0%;
    height: 3px;
    transition: all 0.5s;
    top: 26px;
}

#navbar .nav-link:not(.active) span:hover::after {
    width:100%;
}

.bottom-4-play-button {
    position: relative;
    top: 3px;
    font-size: 19px;
    margin-right: 5px;
}

.f_cta_image {
    width: 400px;
    border-radius: 6px;
}

.f_cta_box_title {
    display: block;
    font-size: 17px;
    color: #404145;
    font-weight: 600;
    margin-top: 20px;
    margin-bottom: 20px;
}

.f_cta_box_description {
    max-width: 400px;
    display: block;
    margin: 0 auto;
    color: rgb(122, 125, 133);
    font-size: 15px;
}

.f_cta_box_link {
    text-transform: uppercase;
    font-weight: 500;
    font-size: 13px!important;
    background-color: #1e59ae;
    padding: 10px 25px;
    border-radius: 6px;
    color: #fff;
    margin-top: 30px;
    display: inline-block;
}

.f_cta_box_link:hover {
    background-color: #2b6ac5;
    color: #fff;
}

.subheader_menu {
    background-color: #fbbf16;
    position: fixed;
    width: 100%;
    z-index: 999;
    text-align: center;
    padding: 10px 15px;
    color: #1e59ae;
    font-weight: 400;
    font-size: 14px;
}

.wwd_apply_now {
    text-transform: uppercase;
    font-weight: 500;
    font-size: 13px!important;
    background-color: #1e59ae;
    padding: 10px 40px;
    border-radius: 6px;
    color: #fff;
    margin-top: 30px;
    display: inline-block;
}

.wwd_apply_now:hover {
    background-color: #2b6ac5;
    color: #fff;
}

.gdm_apply_now {
    text-transform: uppercase;
    font-weight: 500;
    font-size: 13px!important;
    background-color: #1e59ae;
    padding: 10px 40px;
    border-radius: 6px;
    color: #fff;
    margin-top: 30px;
    display: inline-block;
}

.gdm_apply_now:hover {
    background-color: #2b6ac5;
    color: #fff;
}

.subheader_menu a {
    color: #404145;
    font-weight: 500;
    font-size: 14px;
}

.subheader_menu a:hover {
    text-decoration: underline;
}

.fyo_img {
    width: 100%;
    border-radius: 6px;
    margin-bottom: 15px;
}

.fyo_title_height {
    min-height: 55px;
}

.apply_today_info {
    font-weight: 500;
    margin-top: 40px;
    display: block;
}


















/*--------------------------------------------------------------
# Responsive
--------------------------------------------------------------*/
@media (max-width: 1400px) {

    #vi_iframe {
        border: none;
    }

}


@media (max-width: 1250px) {

    .lottie_1 {
        width: 400px;
        position: relative;
        left: 55px;
        top: 5px;
    }
    
}

@media (max-width: 1200px) {

    .vi_title_0 {
        font-size: 24px;
    }

    .vi_title {
        font-size: 34px;
    }

    .subheader_menu {
        display: none;
    }

}


@media (max-width: 991px) {

    #video-intro {
        padding: 35px 0;
        text-align: center;
    }

    .vi_description {
        width: 100%;
        margin-bottom: 1.778rem;
    }

    .vi_cta {
        margin: 0 auto;
        margin-bottom: 1.8rem;
    }

    .s_why_gray_img {
        margin-top: 50px;
    }

    .s_title {
        font-size: 24px;
    }

    #why-gray ul {
        width: 100%;
    }

    #why-gray2 ul {
        width: 100%;
    }

    .lottie_1 {
        width: 100%;
        left: 0;
        top: 0;
        margin-bottom: 40px;
    }

    .gdm_title {
        text-align: center;
    }

    .gdm_desc {
        text-align: center;
    }

    .fyo_title_1 {
        display: none;
    }

    .fyo_title_2 {
        text-align: center;
        font-size: 20px;
    }

    .fyo_container {
        display: block;
    }

    .fyo_left {
        margin-right: unset;
        margin-bottom: 15px;
    }

    .fyo_container lottie-player {
        width: 100%;
        height: 110px;
    }

    .f_cta_image {
        width: 100%;
    }

}


@media (max-width: 768px) {

    .vi_title_0 {
        font-size: 18px;
    }

    .vi_title {
        font-size: 27px;
    }

    #video-intro .vi_iframe_container {
        width: 100%!important;
        height: 200px;
    }

    .vi_description {
        font-size: 14px;
    }

}