* {
    margin: 0;
    box-sizing: border-box;
    padding: 0;
}::-webkit-scrollbar {
    width: thin;
    height: 4px;
    scroll-behavior: auto;
}::-webkit-scrollbar-track {
    border-radius: 6.9rem;
    background: radial-gradient(circle at bottom right, #ffffff 23%, rgb(255, 255, 255, 0.5) 78%, rgb(117,128,140) 96%, rgb(117,128,140,0.5) 63%, rgb(150,161,173) 90%, rgb(150,161,173,0.5) 95%, rgb(184,194,204) 50%);
    box-shadow: inset 3px -1px 14px 4px rgba(0, 0, 0, 0.5);
}::-webkit-scrollbar-thumb {
    transition: background, box-shadow, transform 1.5s cubic-bezier(0.42, 0, 0.58, 1);
    background: rgb(150,161,173,0.5);
    border-radius: 0px;
}::-webkit-scrollbar-thumb:hover {
    box-shadow: 2px 5px 3px -1px rgba(0, 0, 0, 0.5);
    background: rgb(117,128,140);
}::-webkit-scrollbar-thumb:active {
    background: rgb(255, 255, 255, 0.5);
}::-webkit-scrollbar-corner {
    background: rgb(150,161,173);
    border-radius: 8px;
}html {
    scrollbar-color: rgb(150,161,173,0.5) #ffffff;
    scrollbar-width: thin;
}
@media (max-width: 768px) {::-webkit-scrollbar {
    width: 8px;
}::-webkit-scrollbar-thumb {
    background: #ffffff;
}}

header,footer {
    width: 100%;
}.nav_mentor_82 {
    flex: 1 0 auto;
}.skill_test_08 {
    flex: 0 0 auto;
}.segment-wrapper_86 {
    flex-direction: column;
    display: flex;
    min-height: 100%;
    height: 100%;
}a {
    color: inherit;
    text-decoration: none;
}.container {
    margin: auto;
    max-width: 100%;
    width: 1181px;
}html,body {
    color: #000000;
    min-height: 100%;
    height: 100%;
    font-family: Arial, sans-serif;
}svg {
    width: 30px;
    height: 30px;
}
@media only screen and (max-width: 1200px)  {.container {
    padding: 0 20px;
    width: 100%;
}
}
@media only screen and (max-width: 800px)  {.container {
    padding: 0 12px;
}}
.contact_63 {
    overflow: hidden;
    position: relative;
    background: rgb(184,194,204);
    padding: 90px 0;
}.contact_63::before {
    height: 400px;
    position: absolute;
    width: 400px;
    border-radius: 50%;
    filter: blur(70px);
    z-index: 1;
    content: "";
    right: -150px;
    top: -150px;
    background: linear-gradient(45deg, rgb(150,161,173,0.5), rgb(117,128,140,0.5));
}.contact_63::after {
    position: absolute;
    z-index: 1;
    left: -100px;
    width: 300px;
    content: "";
    background: linear-gradient(225deg, rgb(117,128,140,0.5), rgb(150,161,173,0.5));
    filter: blur(60px);
    border-radius: 50%;
    height: 300px;
    bottom: -100px;
}.contact_63 .container {
    padding: 0 30px;
    margin: 0 auto;
    z-index: 2;
    position: relative;
    max-width: 1200px;
}.contact_63 h2 {
    font-weight: 700;
    text-align: center;
    position: relative;
    color: #000000;
    font-size: 33px;
    margin-bottom: 60px;
}.contact_63 h2::before {
    height: 50px;
    border-radius: 50%;
    background: rgb(150,161,173,0.5);
    left: calc(50% - 120px);
    z-index: -1;
    content: "";
    top: -25px;
    width: 50px;
    position: absolute;
}.contact_63 h2::after {
    z-index: -1;
    position: absolute;
    bottom: -15px;
    width: 30px;
    background: rgb(117,128,140,0.5);
    right: calc(50% - 100px);
    content: "";
    border-radius: 50%;
    height: 30px;
}.contact_63 .inquiry_links_92 {
    display: flex;
    background: #ffffff;
    border-radius: 20px;
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    position: relative;
}.contact_63 .inquiry_links_92::before {
    pointer-events: none;
    inset: 0;
    z-index: 0;
    content: "";
    background: radial-gradient(
        circle at 0% 0%,
        transparent 98%,
        rgb(150,161,173,0.5) 99%
    ), radial-gradient(
        circle at 100% 100%,
        transparent 98%,
        rgb(117,128,140,0.5) 99%
    );
    position: absolute;
}.contact_63 .photo_item_91 {
    flex: 0 0 45%;
    min-height: 500px;
    position: relative;
    transition: transform 0.5s ease;
}.contact_63 .photo_item_91::before {
    inset: 0;
    z-index: 1;
    content: "";
    position: absolute;
    background: linear-gradient(135deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.5));
}.contact_63 .photo_item_91::after {
    bottom: 20px;
    right: 20px;
    position: absolute;
    content: "";
    left: 20px;
    z-index: 2;
    top: 20px;
    pointer-events: none;
    border: 1px solid rgba(255, 255, 255, 0.3);
}.contact_63 .support_grid_37 {
    padding: 60px;
    flex: 0 0 55%;
    justify-content: center;
    flex-direction: column;
    display: flex;
    position: relative;
}.contact_63 form {
    position: relative;
    z-index: 3;
}.contact_63 form h3 {
    margin-bottom: 30px;
    color: #000000;
    font-size: 19px;
    font-weight: 600;
}.contact_63 form input[type="text"] {
    border: none;
    margin-bottom: 25px;
    padding: 18px 25px;
    border-radius: 12px;
    transition: all 0.3s ease;
    background: rgb(184,194,204);
    width: 100%;
    font-size: 13px;
    color: #000000;
}.contact_63 form input[type="text"]:focus {
    background: linear-gradient(rgb(184,194,204), rgb(184,194,204)) padding-box,
                linear-gradient(to right, rgb(150,161,173), rgb(117,128,140)) border-box;
    box-shadow: 0 5px 15px rgba(rgb(150,161,173), 0.1);
    border: 1px solid transparent;
    outline: none;
}.contact_63 form input[type="text"]::placeholder {
    color: rgba(#000000, 0.5);
}.contact_63 .message_message_14 {
    margin-bottom: 30px;
    position: relative;
}.contact_63 .message_message_14 input[type="checkbox"] {
    position: absolute;
    opacity: 0;
}.contact_63 .message_message_14 label {
    color: #000000;
    position: relative;
    font-size: 13px;
    padding-left: 35px;
    cursor: pointer;
    align-items: center;
    display: flex;
}.contact_63 .message_message_14 label::before {
    width: 22px;
    position: absolute;
    left: 0;
    content: "";
    background: rgb(184,194,204);
    border-radius: 6px;
    transition: all 0.3s ease;
    top: 0;
    height: 22px;
}.contact_63 .message_message_14 input[type="checkbox"]:checked + label::before {
    background: linear-gradient(135deg, rgb(150,161,173), rgb(117,128,140));
}.contact_63 .message_message_14 input[type="checkbox"]:checked + label::after {
    height: 12px;
    width: 6px;
    content: "";
    border-width: 0 2px 2px 0;
    position: absolute;
    top: 4px;
    border: solid #ffffff;
    left: 8px;
    transform: rotate(45deg);
}.contact_63 .message_message_14 label a {
    text-decoration: none;
    color: rgb(150,161,173);
    transition: color 0.3s ease;
    font-weight: 600;
}.contact_63 .message_message_14 label a:hover {
    color: rgb(117,128,140);
}.contact_63 .message_reach_46 {
    cursor: pointer;
    border: none;
    z-index: 1;
    padding: 20px;
    overflow: hidden;
    border-radius: 12px;
    background: linear-gradient(135deg, rgb(150,161,173), rgb(117,128,140));
    position: relative;
    font-size: 18px;
    transition: all 0.5s ease;
    width: 100%;
    color: #ffffff;
    font-weight: 600;
}.contact_63 .message_reach_46::before {
    transform-origin: right;
    left: 0;
    content: "";
    z-index: -1;
    top: 0;
    height: 100%;
    background: linear-gradient(135deg, rgb(117,128,140), rgb(150,161,173));
    position: absolute;
    transition: transform 0.5s ease;
    width: 100%;
    transform: scaleX(0);
}.contact_63 .message_reach_46:hover::before {
    transform-origin: left;
    transform: scaleX(1);
}.contact_63 svg {
    fill: none;
    height: 24px;
    width: 24px;
    transition: all 0.3s ease;
    stroke: rgb(150,161,173);
    margin-right: 12px;
}.contact_63 svg path {
    transition: all 0.3s ease;
    stroke-width: 2;
    stroke: rgb(150,161,173);
    fill: none;
}.contact_63 svg:hover,
.contact_63 svg:hover path {
    stroke: rgb(117,128,140);
}

@media (max-width: 1024px) {.contact_63 {
    padding: 70px 0;
}.contact_63 .support_grid_37 {
    padding: 45px;
}.contact_63 .photo_item_91 {
    min-height: 450px;
}
}

@media (max-width: 768px) {.contact_63 {
    padding: 60px 0;
}.contact_63 h2 {
    margin-bottom: 40px;
}.contact_63 .inquiry_links_92 {
    flex-direction: column;
}.contact_63 .photo_item_91 {
    min-height: 300px;
    flex: 0 0 300px;
    width: 100%;
}.contact_63 .support_grid_37 {
    padding: 40px 30px;
    flex: 0 0 auto;
}.contact_63 form h3 {
    margin-bottom: 25px;
}.contact_63 form input[type="text"] {
    padding: 15px 20px;
    margin-bottom: 20px;
}
}

@media (max-width: 480px) {.contact_63 {
    padding: 50px 0;
}.contact_63 h2 {
    font-size: calc(33px * 0.9);
    margin-bottom: 30px;
}.contact_63 .photo_item_91 {
    min-height: 220px;
}.contact_63 .support_grid_37 {
    padding: 30px 20px;
}.contact_63 form h3 {
    margin-bottom: 20px;
    font-size: calc(19px * 0.9);
}.contact_63 form input[type="text"] {
    font-size: calc(13px * 0.95);
    margin-bottom: 16px;
    padding: 14px 16px;
}.contact_63 .message_reach_46 {
    padding: 16px;
}.contact_63 .message_message_14 label {
    font-size: calc(13px * 0.95);
}}header {
    overflow: visible;
    position: relative;
    width: 100%;
    background: #ffffff;
    z-index: 99;
}header::before {
    background: linear-gradient(to right, rgb(150,161,173), rgb(117,128,140));
    content: "";
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    height: 5px;
}header .head_master_71 {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 25px 30px;
}header .head_master_71::after {
    left: 0;
    position: absolute;
    content: "";
    background-color: rgb(184,194,204);
    height: 1px;
    bottom: 0;
    width: 100%;
}header .head_master_71 .head_wrap_64 {
    position: relative;
    z-index: 2;
}header .head_master_71 .head_wrap_64 .top_sitebar_43 {
    overflow: hidden;
    position: relative;
    display: block;
}header .head_master_71 .head_wrap_64 .top_sitebar_43 svg {
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    width: auto;
    height: 40px;
}header .head_master_71 .head_wrap_64 .top_sitebar_43:hover svg {
    transform: scale(1.08);
}header .head_master_71 .site_info_32 {
    padding: 0;
    list-style: none;
    display: flex;
    margin: 0;
}header .head_master_71 .site_info_32 .header_main_45 {
    position: relative;
    margin: 0 15px;
}header .head_master_71 .site_info_32 .header_main_45:last-child {
    margin-right: 0;
}header .head_master_71 .site_info_32 .header_main_45 a {
    font-size: 14px;
    overflow: hidden;
    letter-spacing: 0.5px;
    font-weight: 400;
    display: block;
    padding: 8px 0;
    transition: color 0.3s ease, letter-spacing 0.3s ease;
    text-decoration: none;
    font-family: Arial, sans-serif;
    position: relative;
    color: #000000;
}header .head_master_71 .site_info_32 .header_main_45 a:hover {
    letter-spacing: 1px;
    color: rgb(150,161,173);
}header .head_master_71 .site_info_32 .header_main_45 a::before,
header .head_master_71 .site_info_32 .header_main_45 a::after {
    bottom: 0;
    transform-origin: right center;
    left: 0;
    content: "";
    width: 100%;
    background-color: rgb(150,161,173);
    height: 1px;
    position: absolute;
}header .head_master_71 .site_info_32 .header_main_45 a::before {
    transform: scaleX(0);
    transition: transform 0.3s cubic-bezier(0.19, 1, 0.22, 1);
}header .head_master_71 .site_info_32 .header_main_45 a::after {
    transition: transform 0.3s cubic-bezier(0.19, 1, 0.22, 1) 0.1s;
    transform: scaleX(0);
    transform-origin: left center;
    background-color: rgb(117,128,140);
}header .head_master_71 .site_info_32 .header_main_45 a:hover::before {
    transform-origin: left center;
    transform: scaleX(1);
}header .head_master_71 .site_info_32 .header_main_45 a:hover::after {
    transform-origin: right center;
    transform: scaleX(1);
}header .head_master_71 .site_info_32 .header_main_45 a::after {
    bottom: -2px;
    height: 3px;
    opacity: 0.3;
}header .head_master_71 .site_info_32 .header_main_45:hover {
    animation: subtle-float 2s infinite alternate ease-in-out;
}

@keyframes subtle-float {
    0% {
        transform: translateY(0);
    }
    100% {
        transform: translateY(-4px);
    }
}

@media (max-width: 992px) {header .head_master_71 {
    padding: 20px 15px;
    flex-direction: column;
}header .head_master_71 .head_wrap_64 {
    margin-bottom: 20px;
}header .head_master_71 .site_info_32 {
    flex-wrap: wrap;
    width: 100%;
    justify-content: center;
}header .head_master_71 .site_info_32 .header_main_45 {
    margin: 5px 12px;
}header .head_master_71 .site_info_32 .header_main_45 a {
    font-size: calc(14px - 1px);
    padding: 5px 0;
}
    
    @keyframes subtle-float {
        0% {
            transform: translateY(0);
        }
        100% {
            transform: translateY(-2px);
        }
    }
}

@media (max-width: 767px) {header .head_master_71 {
    padding: 15px 10px;
}header .head_master_71 .head_wrap_64 {
    margin-bottom: 15px;
}header .head_master_71 .head_wrap_64 .top_sitebar_43 svg {
    height: 35px;
}header .head_master_71 .site_info_32 {
    gap: 5px;
}header .head_master_71 .site_info_32 .header_main_45 {
    margin: 2px 10px;
}}.study_process_21 {
    overflow: hidden;
    padding: 120px 0 100px;
    position: relative;
    z-index: 1;
    background: linear-gradient(135deg, rgb(184,194,204) 0%, rgba(245, 245, 255, 0.95) 100%);
}.study_process_21::before {
    z-index: -1;
    width: 100%;
    background: 
        radial-gradient(circle at 20% 30%, rgba(rgb(150,161,173,0.5), 0.05) 0%, transparent 70%),
        radial-gradient(circle at 80% 70%, rgba(rgb(117,128,140,0.5), 0.08) 0%, transparent 70%);
    left: 0;
    height: 100%;
    content: "";
    top: 0;
    position: absolute;
}.study_process_21::after {
    clip-path: polygon(0 0, 100% 25%, 85% 100%, 10% 85%);
    top: -5%;
    animation: float 8s ease-in-out infinite;
    background: linear-gradient(45deg, rgb(150,161,173) 0%, rgb(117,128,140) 100%);
    opacity: 0.07;
    z-index: -1;
    height: 40%;
    transform: rotate(-15deg);
    width: 35%;
    position: absolute;
    right: -5%;
    content: "";
}.study_process_21 .community_team_42 {
    padding: 0 25px;
    position: relative;
    max-width: 1200px;
    margin: 0 auto;
}.study_process_21 .community_team_42::before {
    border-radius: 40% 60% 70% 30% / 40% 50% 60% 50%;
    left: 0;
    width: 200px;
    filter: blur(20px);
    content: "";
    opacity: 0.05;
    bottom: -40px;
    z-index: -1;
    height: 200px;
    background: linear-gradient(225deg, rgb(117,128,140) 0%, transparent 80%);
    position: absolute;
}.study_process_21 h2 {
    transform: translateX(-10px);
    font-size: 31px;
    display: inline-block;
    font-weight: 700;
    transition: transform 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    color: #000000;
    margin-bottom: 45px;
    position: relative;
}.study_process_21 h2::after {
    background: linear-gradient(90deg, rgb(150,161,173) 0%, rgb(117,128,140) 100%);
    content: "";
    position: absolute;
    width: 80px;
    height: 3px;
    transition: transform 0.5s ease-out;
    left: 0;
    bottom: -10px;
    transform: scaleX(1);
    transform-origin: left center;
}.study_process_21:hover h2 {
    transform: translateX(0);
}.study_process_21:hover h2::after {
    transform: scaleX(1.4);
}.study_process_21 .quote_box_64 {
    transform: translateY(0);
    box-shadow: 
        0 10px 30px rgba(0, 0, 0, 0.05),
        0 1px 4px rgba(0, 0, 0, 0.03);
    backdrop-filter: blur(10px);
    padding: 40px 50px;
    background: linear-gradient(to right, rgba(255, 255, 255, 0.95), rgba(255, 255, 255, 0.8));
    position: relative;
    transition: transform 0.4s ease-out, box-shadow 0.4s ease-out;
    border-left: 4px solid rgb(150,161,173);
}.study_process_21 .quote_box_64::before {
    right: 30px;
    background: rgb(117,128,140);
    clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
    height: 50px;
    position: absolute;
    width: 50px;
    opacity: 0.1;
    content: "";
    transition: transform 0.5s ease-out;
    top: -20px;
    transform: rotate(15deg);
}.study_process_21 .quote_box_64:hover {
    box-shadow: 
        0 15px 40px rgba(0, 0, 0, 0.08),
        0 2px 5px rgba(0, 0, 0, 0.05);
    transform: translateY(-5px);
}.study_process_21 .quote_box_64:hover::before {
    transform: rotate(30deg) scale(1.2);
}.study_process_21 p {
    margin: 0;
    color: #000000;
    position: relative;
    line-height: 1.7;
    font-size: 13px;
}

@keyframes float {
    0%, 100% {
        transform: rotate(-15deg) translateY(0);
    }
    50% {
        transform: rotate(-12deg) translateY(-15px);
    }
}

@media screen and (max-width: 992px) {.study_process_21 {
    padding: 80px 0 70px;
}.study_process_21 h2 {
    margin-bottom: 35px;
    font-size: calc(31px * 0.9);
}.study_process_21 .quote_box_64 {
    padding: 35px 40px;
}
}

@media screen and (max-width: 768px) {.study_process_21 {
    padding: 60px 0 50px;
}.study_process_21::after {
    width: 50%;
    right: -10%;
    top: -3%;
}.study_process_21 h2 {
    margin-bottom: 30px;
    transform: translateX(0);
    font-size: calc(31px * 0.8);
}.study_process_21 h2::after {
    width: 60px;
}.study_process_21 .quote_box_64 {
    padding: 30px 25px;
}.study_process_21 .quote_box_64::before {
    right: 20px;
    height: 40px;
    width: 40px;
    top: -15px;
}.study_process_21 p {
    font-size: calc(13px * 0.95);
}
}

@media screen and (max-width: 576px) {.study_process_21 {
    padding: 50px 0 40px;
}.study_process_21 .community_team_42 {
    padding: 0 15px;
}.study_process_21 h2 {
    margin-bottom: 25px;
    font-size: calc(31px * 0.7);
}.study_process_21 h2::after {
    width: 50px;
}.study_process_21 .quote_box_64 {
    border-left-width: 3px;
    padding: 25px 20px;
}.study_process_21 p {
    line-height: 1.6;
    font-size: calc(13px * 0.9);
}}.cookie_popup_interrupt_32 {
    background: rgb(184,194,204);
    z-index: 100;
    box-shadow: 0 -3px 10px rgba(0, 0, 0, 0.5);
    border-top: 3px solid rgb(150,161,173);
    padding: 20px 0;
    width: 100%;
    display: flex;
    justify-content: center;
    bottom: 0;
    position: fixed;
}.cookie_apply_95 {
    border-radius: 26px;
    align-items: center;
    display: flex;
    padding: 20px;
    justify-content: space-between;
    border: 2px solid rgb(150,161,173);
    width: 90%;
    max-width: 1200px;
    background: rgba(0, 0, 0, 0.5);
    margin: auto;
}.track_optin_01 {
    flex-shrink: 0;
    margin-right: 20px;
}.track_optin_01 svg {
    fill: rgb(150,161,173);
    height: 50px;
    width: 50px;
}.track_settings_05 {
    text-align: left;
    color: #ffffff;
    flex-grow: 1;
}.track_settings_05 h5 {
    margin-bottom: 10px;
    text-transform: uppercase;
    color: rgb(150,161,173);
    font-weight: 700;
    font-size: 21px;
    letter-spacing: 1px;
}.track_settings_05 p {
    font-size: 16px;
    margin: 0;
    color: #ffffff;
    line-height: 1.5;
}.track_settings_05 p a {
    text-decoration: underline;
    color: rgb(150,161,173);
}.cookie_review_61 {
    background: rgb(150,161,173);
    min-width: 120px;
    cursor: pointer;
    font-size: 20px;
    color: #ffffff;
    border-radius: 10px;
    text-decoration: none;
    flex-shrink: 0;
    padding: 10px 20px;
    border: none;
    text-align: center;
}.cookie_button.visitor_confirm_41 {
    margin-right: 10px;
}#cookiePreferenceBox_75 {
    display: none;
}#cookiePreferenceBox_75:checked ~ .cookie_popup_interrupt_32 {
    visibility: hidden;
    opacity: 0;
}
@media only screen and (max-width: 1200px) {.cookie_apply_95 {
    flex-direction: column;
    text-align: center;
    align-items: center;
}.track_optin_01 {
    margin-bottom: 20px;
    margin-right: 0;
}.cookie_review_61 {
    margin: 10px 0;
    width: 100%;
    max-width: 250px;
}}
.thankYouHub_74 {
    background: linear-gradient(135deg, rgb(184,194,204) 0%, rgba(rgb(150,161,173,0.5), 0.1) 100%);
    overflow: hidden;
    padding: 6rem 0;
    z-index: 1;
    position: relative;
}.thankYouHub_74::before {
    z-index: -1;
    background-size: 20px 20px;
    height: 100%;
    width: 100%;
    top: 0;
    content: "";
    left: 0;
    transform: perspective(1000px) rotateX(5deg);
    position: absolute;
    opacity: 0.6;
    background-image: 
        linear-gradient(90deg, rgba(rgb(150,161,173,0.5), 0.05) 1px, transparent 1px),
        linear-gradient(0deg, rgba(rgb(150,161,173,0.5), 0.05) 1px, transparent 1px);
}.thankYouHub_74::after {
    transform: rotate(-15deg) translateZ(-10px);
    content: "";
    z-index: -1;
    top: -10%;
    background: linear-gradient(45deg, rgb(150,161,173) 0%, rgba(rgb(117,128,140,0.5), 0.8) 100%);
    position: absolute;
    opacity: 0.15;
    animation: float 15s ease-in-out infinite;
    height: 70%;
    width: 40%;
    filter: blur(80px);
    right: -5%;
}.thankYouHub_74 .container {
    padding: 0 1.5rem;
    margin: 0 auto;
    position: relative;
    max-width: 1200px;
}.thankYouHub_74 .community_team_42 {
    transform: translateY(0);
    padding: 3.5rem;
    gap: 2.5rem;
    display: grid;
    grid-template-columns: 1fr;
    background: rgba(rgb(255, 255, 255, 0.5), 0.9);
    backdrop-filter: blur(10px);
    position: relative;
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    box-shadow: 
        0 10px 30px -15px rgba(rgba(0, 0, 0, 0.5), 0.12),
        0 0 0 1px rgba(rgb(150,161,173,0.5), 0.08);
}.thankYouHub_74 .community_team_42:hover {
    transform: translateY(-5px);
    box-shadow: 
        0 20px 40px -20px rgba(rgba(0, 0, 0, 0.5), 0.16),
        0 0 0 1px rgba(rgb(150,161,173,0.5), 0.12);
}.thankYouHub_74 .community_team_42::before {
    background: linear-gradient(to bottom, rgb(150,161,173), rgb(117,128,140));
    transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
    top: 0;
    width: 4px;
    transform-origin: top;
    position: absolute;
    left: 0;
    content: "";
    transform: scaleY(0);
    height: 100%;
}.thankYouHub_74 .community_team_42:hover::before {
    transform: scaleY(1);
}.thankYouHub_74 h5 {
    font-weight: 700;
    overflow: hidden;
    font-size: calc(24px * 1.1);
    margin-bottom: 0.5rem;
    line-height: 1.3;
    color: #000000;
    padding-bottom: 1rem;
    position: relative;
}.thankYouHub_74 h5::after {
    background: rgb(150,161,173);
    transform: translateX(0);
    height: 3px;
    position: absolute;
    transition: width 0.6s ease, transform 0.6s ease;
    bottom: 0;
    left: 0;
    content: "";
    width: 4rem;
}.thankYouHub_74 .community_team_42:hover h5::after {
    width: 7rem;
    transform: translateX(10px);
}.thankYouHub_74 p {
    opacity: 0.9;
    color: #000000;
    line-height: 1.7;
    font-weight: 400;
    margin: 0;
    font-size: 15px;
    transition: color 0.3s ease;
    transform: translateZ(0);
    position: relative;
}.thankYouHub_74 a {
    overflow: hidden;
    position: relative;
    display: block;
    transition: transform 0.4s cubic-bezier(0.19, 1, 0.22, 1);
    text-decoration: none;
}.thankYouHub_74 a::before {
    content: "";
    background: rgba(rgb(150,161,173,0.5), 0.3);
    width: 100%;
    transform: scaleX(0);
    transform-origin: right;
    bottom: 0;
    left: 0;
    position: absolute;
    transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    height: 1px;
    z-index: 1;
}.thankYouHub_74 a:hover {
    transform: translateY(-2px);
}.thankYouHub_74 a:hover::before {
    transform-origin: left;
    transform: scaleX(1);
}.thankYouHub_74 a:hover p {
    color: rgb(150,161,173);
}

@keyframes float {
    0%, 100% {
        transform: rotate(-15deg) translate(0, 0) translateZ(-10px);
    }
    50% {
        transform: rotate(-12deg) translate(-20px, 20px) translateZ(-10px);
    }
}

@media (min-width: 768px) {.thankYouHub_74 {
    padding: 8rem 0;
}.thankYouHub_74 .community_team_42 {
    align-items: start;
    padding: 4rem;
    grid-template-columns: 1fr 1.5fr;
    gap: 3rem;
}.thankYouHub_74 h5 {
    font-size: calc(24px * 1.2);
    padding-bottom: 1.5rem;
}.thankYouHub_74 p {
    font-size: calc(15px * 1.05);
    line-height: 1.8;
}.thankYouHub_74::before {
    background-size: 30px 30px;
}
}

@media (min-width: 1024px) {.thankYouHub_74 .community_team_42 {
    gap: 4rem;
    padding: 5rem;
}.thankYouHub_74 h5 {
    font-size: calc(24px * 1.3);
}.thankYouHub_74::after {
    width: 50%;
    right: -10%;
}
}

@media (max-width: 767px) {.thankYouHub_74 {
    padding: 4rem 0;
}.thankYouHub_74 .community_team_42 {
    padding: 2.5rem;
}.thankYouHub_74 h5 {
    font-size: 24px;
}.thankYouHub_74::before {
    background-size: 15px 15px;
}.thankYouHub_74::after {
    opacity: 0.1;
}
}

@media (max-width: 480px) {.thankYouHub_74 {
    padding: 3rem 0;
}.thankYouHub_74 .community_team_42 {
    padding: 2rem 1.5rem;
}.thankYouHub_74 h5 {
    font-size: calc(24px * 0.9);
}.thankYouHub_74 p {
    line-height: 1.6;
    font-size: calc(15px * 0.95);
}}.client_opinions_52 {
    position: relative;
    background: linear-gradient(to right, rgb(184,194,204), #ffffff);
    padding: 100px 0 120px;
    overflow: hidden;
}.client_opinions_52::before {
    height: 100%;
    opacity: 0.2;
    width: 100%;
    top: 0;
    position: absolute;
    background: repeating-linear-gradient(
        -45deg,
        rgb(150,161,173,0.5) 0,
        rgb(150,161,173,0.5) 1px,
        transparent 1px,
        transparent 20px
    );
    left: 0;
    content: "";
    z-index: 0;
}.client_opinions_52 .community_team_42 {
    position: relative;
    z-index: 1;
    padding: 0 30px;
    margin: 0 auto;
    max-width: 1200px;
}.client_opinions_52 h4 {
    transform: skewY(0);
    font-size: 40px;
    margin-bottom: 60px;
    position: relative;
    text-align: center;
    font-weight: 700;
    color: #000000;
    display: block;
}.client_opinions_52 h4::after {
    width: 120%;
    left: -10%;
    bottom: -20px;
    content: "";
    transform: skewX(0);
    background: rgb(150,161,173);
    position: absolute;
    height: 10px;
}.client_opinions_52 .review_slider_82 {
    flex-wrap: wrap;
    justify-content: center;
    display: flex;
    position: relative;
}.client_opinions_52 .success_stories_08 {
    padding: 30px 0;
    transform: translateY(0);
    display: flex;
    margin: 0 20px 40px;
    position: relative;
    width: calc(33.333% - 40px);
    flex-direction: column;
    transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}.client_opinions_52 .success_stories_08:hover {
    transform: translateY(-15px);
}.client_opinions_52 .success_stories_08::before {
    height: 0;
    position: absolute;
    left: 0;
    transition: height 0.5s ease;
    top: 0;
    width: 2px;
    content: "";
    background: rgb(150,161,173);
}.client_opinions_52 .success_stories_08:hover::before {
    height: 100%;
}.client_opinions_52 .success_stories_08::after {
    height: 2px;
    content: "";
    background: rgb(150,161,173);
    left: 0;
    transition: width 0.5s ease 0.2s;
    bottom: 0;
    width: 0;
    position: absolute;
}.client_opinions_52 .success_stories_08:hover::after {
    width: 100%;
}.client_opinions_52 .photo_item_91 {
    transition: all 0.3s ease;
    transform: rotate(-3deg);
    position: relative;
    box-shadow: 5px 5px 0 rgb(117,128,140,0.5);
    border-radius: 16px;
    width: 80px;
    overflow: hidden;
    margin-bottom: 20px;
    height: 80px;
}.client_opinions_52 .success_stories_08:hover .photo_item_91 {
    box-shadow: 10px 10px 0 rgb(117,128,140,0.5);
    transform: rotate(0deg);
}.client_opinions_52 .success_stories_08 span {
    position: relative;
    margin: 10px 0;
    padding-left: 15px;
    transition: transform 0.3s ease;
    transform: translateX(0);
    font-size: calc(17px * 1.1);
    font-weight: 600;
    color: #000000;
}.client_opinions_52 .success_stories_08:hover span {
    color: rgb(150,161,173);
    transform: translateX(10px);
}.client_opinions_52 .success_stories_08 p {
    font-size: 17px;
    padding-left: 15px;
    color: #000000;
    border-left: 1px dashed rgb(117,128,140,0.5);
    margin-top: 15px;
    transition: border-left-color 0.3s ease;
    position: relative;
    line-height: 1.7;
}.client_opinions_52 .success_stories_08:hover p {
    border-left-color: rgb(150,161,173);
}.client_opinions_52 .success_stories_08:nth-child(3n+1) {
    transform: translateY(20px);
}.client_opinions_52 .success_stories_08:nth-child(3n+2) {
    transform: translateY(40px);
}.client_opinions_52 .success_stories_08:nth-child(3n+1):hover {
    transform: translateY(5px);
}.client_opinions_52 .success_stories_08:nth-child(3n+2):hover {
    transform: translateY(25px);
}

@media (max-width: 1024px) {.client_opinions_52 .success_stories_08 {
    width: calc(50% - 40px);
}.client_opinions_52 .success_stories_08:nth-child(2n+1) {
    transform: translateY(20px);
}.client_opinions_52 .success_stories_08:nth-child(2n+2) {
    transform: translateY(40px);
}.client_opinions_52 .success_stories_08:nth-child(2n+1):hover {
    transform: translateY(5px);
}.client_opinions_52 .success_stories_08:nth-child(2n+2):hover {
    transform: translateY(25px);
}.client_opinions_52 h4 {
    font-size: calc(40px * 0.9);
}
}

@media (max-width: 768px) {.client_opinions_52 {
    padding: 70px 0 90px;
}.client_opinions_52 .success_stories_08 {
    transform: translateY(0) !important;
    width: 100%;
    margin: 0 0 50px;
}.client_opinions_52 .success_stories_08:hover {
    transform: translateY(-10px) !important;
}.client_opinions_52 h4 {
    font-size: calc(40px * 0.8);
}.client_opinions_52 h4::after {
    left: 10%;
    transform: skewX(0);
    width: 80%;
}}.stay_connected_83 {
    perspective: 1500px;
    position: relative;
    background: linear-gradient(120deg, rgb(184,194,204) 0%, rgb(150,161,173,0.5) 100%);
    padding: 5rem 2rem;
    overflow: hidden;
}.stay_connected_83::before {
    width: 120%;
    background: 
        linear-gradient(45deg, transparent 70%, rgb(117,128,140,0.5) 70%),
        linear-gradient(135deg, rgb(150,161,173,0.5) 30%, transparent 30%);
    z-index: 1;
    position: absolute;
    transform: rotateX(45deg);
    left: -10%;
    top: -10%;
    content: "";
    height: 120%;
    opacity: 0.3;
}.stay_connected_83 .community_team_42 {
    max-width: 1200px;
    z-index: 2;
    margin: 0 auto;
    position: relative;
}.stay_connected_83 .inquiry_help_90 {
    transform-style: preserve-3d;
    justify-content: space-between;
    align-items: center;
    background: #ffffff;
    position: relative;
    max-width: 90%;
    margin: 0 auto;
    display: flex;
    transition: transform 0.5s ease;
    transform: rotateX(5deg) rotateY(-5deg);
    border-radius: 19px;
    box-shadow: 
        20px 20px 40px rgba(0, 0, 0, 0.5),
        -5px -5px 15px #ffffff;
    padding: 3rem 4rem;
    flex-direction: row;
}.stay_connected_83 .inquiry_help_90:hover {
    transform: rotateX(0deg) rotateY(0deg);
}.stay_connected_83 h3 {
    margin: 0 3rem 0 0;
    flex: 1;
    color: #000000;
    text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.5);
    transform: translateZ(30px);
    font-weight: 700;
    position: relative;
    font-size: 20px;
}.stay_connected_83 h3::before {
    height: 100%;
    left: -20px;
    top: 0;
    width: 4px;
    transform: translateZ(40px) skewY(15deg);
    position: absolute;
    background: rgb(150,161,173);
    content: "";
}.stay_connected_83 .input_holder {
    transform: translateZ(20px);
    flex: 2;
    flex-direction: row;
    display: flex;
    gap: 1.5rem;
    align-items: stretch;
}.stay_connected_83 input[type="email"] {
    background: #ffffff;
    border-radius: 10px;
    flex: 3;
    box-shadow: inset 5px 5px 10px rgba(0, 0, 0, 0.5);
    padding: 1rem 1.5rem;
    font-size: 15px;
    color: #000000;
    transition: all 0.3s ease;
    font-family: Arial, sans-serif;
    border: 2px solid rgba(0, 0, 0, 0.5);
}.stay_connected_83 input[type="email"]:focus {
    outline: none;
    border-color: rgb(150,161,173);
    transform: translateZ(40px);
    box-shadow: 
        inset 5px 5px 10px rgba(0, 0, 0, 0.5),
        0 0 15px rgb(150,161,173,0.5);
}.stay_connected_83 input[type="submit"] {
    font-family: Arial, sans-serif;
    transition: all 0.3s ease;
    position: relative;
    box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.5);
    background: linear-gradient(45deg, rgb(150,161,173) 0%, rgb(117,128,140) 100%);
    font-size: 15px;
    border-radius: 10px;
    border: none;
    color: #ffffff;
    overflow: hidden;
    flex: 1;
    font-weight: 600;
    padding: 1rem 1.5rem;
    cursor: pointer;
}.stay_connected_83 input[type="submit"]:hover {
    transform: translateZ(50px) translateY(-5px);
    box-shadow: 
        10px 10px 20px rgba(0, 0, 0, 0.5),
        0 0 15px rgb(150,161,173,0.5);
}.stay_connected_83 input[type="submit"]::before {
    left: 0;
    z-index: -1;
    content: "";
    height: 100%;
    transition: opacity 0.3s ease;
    background: linear-gradient(45deg, rgb(117,128,140) 0%, rgb(150,161,173) 100%);
    width: 100%;
    top: 0;
    opacity: 0;
    position: absolute;
}.stay_connected_83 input[type="submit"]:hover::before {
    opacity: 1;
}

@keyframes float {
    0%, 100% {
        transform: translateY(0) translateZ(0);
    }
    50% {
        transform: translateY(-10px) translateZ(20px);
    }
}

@media (max-width: 992px) {.stay_connected_83 .inquiry_help_90 {
    flex-direction: column;
    transform: none;
    padding: 2.5rem;
}.stay_connected_83 h3 {
    margin: 0 0 2rem 0;
    text-align: center;
    transform: none;
}.stay_connected_83 h3::before {
    top: auto;
    left: 50%;
    width: 50px;
    transform: translateX(-50%);
    bottom: -10px;
    height: 4px;
}.stay_connected_83 .input_holder {
    width: 100%;
    transform: none;
}.stay_connected_83 input[type="submit"]:hover {
    transform: none;
}
}

@media (max-width: 768px) {.stay_connected_83 {
    padding: 4rem 1.5rem;
}.stay_connected_83 .inquiry_help_90 {
    max-width: 100%;
    padding: 2rem;
}.stay_connected_83 .input_holder {
    flex-direction: column;
}.stay_connected_83 input[type="email"],
    .stay_connected_83 input[type="submit"] {
    width: 100%;
}
}

@media (max-width: 480px) {.stay_connected_83 {
    padding: 3rem 1rem;
}.stay_connected_83 .inquiry_help_90 {
    padding: 1.5rem;
}.stay_connected_83 h3 {
    margin: 0 0 1.5rem 0;
    font-size: calc(20px * 0.9);
}.stay_connected_83 input[type="email"] {
    padding: 0.8rem 1rem;
}.stay_connected_83 input[type="submit"] {
    padding: 0.8rem 1rem;
}}footer {
    position: relative;
    width: 100%;
}footer .skill_test_08 {
    color: #ffffff;
    background-color: rgb(117,128,140);
    position: relative;
    font-family: Arial, sans-serif;
    padding: 80px 0 30px;
}footer .skill_test_08::before {
    position: absolute;
    width: 100%;
    background-image: 
        linear-gradient(30deg, rgb(117,128,140) 12%, transparent 12.5%, transparent 87%, rgb(117,128,140) 87.5%, rgb(117,128,140)),
        linear-gradient(150deg, rgb(117,128,140) 12%, transparent 12.5%, transparent 87%, rgb(117,128,140) 87.5%, rgb(117,128,140)),
        linear-gradient(30deg, rgb(117,128,140) 12%, transparent 12.5%, transparent 87%, rgb(117,128,140) 87.5%, rgb(117,128,140)),
        linear-gradient(150deg, rgb(117,128,140) 12%, transparent 12.5%, transparent 87%, rgb(117,128,140) 87.5%, rgb(117,128,140)),
        linear-gradient(60deg, rgb(150,161,173,0.5) 25%, transparent 25.5%, transparent 75%, rgb(150,161,173,0.5) 75%, rgb(150,161,173,0.5)),
        linear-gradient(60deg, rgb(150,161,173,0.5) 25%, transparent 25.5%, transparent 75%, rgb(150,161,173,0.5) 75%, rgb(150,161,173,0.5));
    height: 100%;
    pointer-events: none;
    opacity: 0.05;
    background-position: 0 0, 0 0, 40px 70px, 40px 70px, 0 0, 40px 70px;
    background-size: 80px 140px;
    top: 0;
    left: 0;
    content: "";
}footer .skill_test_08::after {
    top: 0;
    left: 0;
    pointer-events: none;
    position: absolute;
    height: 5px;
    width: 100%;
    background: linear-gradient(90deg, rgb(150,161,173), rgb(117,128,140));
    content: "";
}footer .subscr_info_05 {
    position: relative;
    z-index: 1;
}footer .contact_now_56 {
    gap: 20px;
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 60px;
    justify-content: center;
}footer .info_item {
    max-width: 300px;
    display: flex;
    min-height: 60px;
    padding: 20px 25px;
    min-width: 200px;
    justify-content: center;
    cursor: pointer;
    position: relative;
    background-color: rgba(255, 255, 255, 0.03);
    align-items: center;
    transition: all 0.4s ease;
    flex: 0 1 auto;
    clip-path: polygon(10% 0, 90% 0, 100% 50%, 90% 100%, 10% 100%, 0 50%);
}footer .info_item::before {
    right: 3px;
    content: "";
    clip-path: polygon(10% 0, 90% 0, 100% 50%, 90% 100%, 10% 100%, 0 50%);
    z-index: -1;
    bottom: 3px;
    position: absolute;
    left: 3px;
    background-color: rgb(117,128,140);
    pointer-events: none;
    top: 3px;
}footer .info_item:hover {
    background-color: rgb(150,161,173);
    transform: translateY(-5px);
}footer .info_item svg {
    height: 20px;
    margin-right: 12px;
    fill: rgb(150,161,173);
    transition: fill 0.3s ease;
    width: 20px;
    flex-shrink: 0;
}footer .info_item:hover svg {
    fill: #ffffff;
}footer .info_item p,
footer .info_item a {
    color: #ffffff;
    transition: all 0.3s ease;
    cursor: pointer;
    overflow: hidden;
    text-overflow: ellipsis;
    text-decoration: none;
    width: 100%;
    align-items: center;
    z-index: 1;
    font-size: 14px;
    display: flex;
    white-space: nowrap;
    height: 100%;
}footer .text_main_holder {
    gap: 50px;
    grid-template-columns: 1fr;
    display: grid;
    padding-top: 40px;
    position: relative;
}footer .text_main_holder::before {
    pointer-events: none;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.15), transparent);
    content: "";
    width: 80%;
    height: 1px;
    top: 0;
    position: absolute;
    left: 10%;
}footer .head_wrap_64 {
    flex-direction: column;
    display: flex;
    margin: 0 auto;
    clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);
    text-align: center;
    justify-content: center;
    align-items: center;
    position: relative;
    max-width: 350px;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.05) 0%, rgba(255, 255, 255, 0.01) 100%);
    padding: 20px;
}footer .head_wrap_64::before {
    z-index: -1;
    left: 3px;
    pointer-events: none;
    content: "";
    right: 3px;
    top: 3px;
    background-color: rgb(117,128,140);
    position: absolute;
    clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);
    bottom: 3px;
}footer .head_wrap_64 svg {
    filter: brightness(0) invert(1);
    width: auto;
    height: 45px;
    margin-bottom: 20px;
}footer .compliance_61 {
    color: rgba(255, 255, 255, 0.7);
    line-height: 1.6;
    font-size: 15px;
}footer .site_info_32 {
    border-radius: 12px;
    background-color: rgba(255, 255, 255, 0.03);
    padding: 30px;
    position: relative;
}footer .site_info_32 h5 {
    font-size: 24px;
    color: #ffffff;
    padding-bottom: 10px;
    position: relative;
    margin-bottom: 25px;
    display: inline-block;
    font-weight: 700;
}footer .site_info_32 h5::after {
    content: "";
    height: 2px;
    width: 50px;
    pointer-events: none;
    background-color: rgb(150,161,173);
    left: 0;
    position: absolute;
    bottom: 0;
}footer .header_wrap_83 {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    margin-bottom: 20px;
    gap: 5px;
}footer .header_wrap_83 a {
    color: rgba(255, 255, 255, 0.7);
    display: flex;
    align-items: center;
    cursor: pointer;
    background-color: rgba(255, 255, 255, 0.03);
    position: relative;
    border-radius: 10px;
    font-size: 14px;
    text-decoration: none;
    padding: 12px 15px;
    transition: all 0.3s ease;
}footer .header_wrap_83 a::before {
    width: 0;
    border-bottom: 4px solid transparent;
    content: "";
    left: 5px;
    transition: all 0.3s ease;
    position: absolute;
    height: 0;
    opacity: 0;
    border-left: 4px solid rgb(150,161,173);
    pointer-events: none;
    top: 50%;
    transform: translateY(-50%);
    border-top: 4px solid transparent;
}footer .header_wrap_83 a:hover {
    padding-left: 25px;
    background-color: rgba(255, 255, 255, 0.05);
    color: #ffffff;
}footer .header_wrap_83 a:hover::before {
    opacity: 1;
}footer .subscribe_holder {
    background-color: rgba(255, 255, 255, 0.05);
    position: relative;
    border-radius: 12px;
    padding: 30px;
}footer .subscribe_holder::before {
    height: 100%;
    pointer-events: none;
    border-radius: 12px;
    opacity: 0.05;
    top: 0;
    content: "";
    left: 0;
    width: 100%;
    background-size: 20px 20px;
    background-image: 
        linear-gradient(-45deg, transparent 48%, rgb(150,161,173,0.5) 49%, rgb(150,161,173,0.5) 51%, transparent 52%),
        linear-gradient(45deg, transparent 48%, rgb(150,161,173,0.5) 49%, rgb(150,161,173,0.5) 51%, transparent 52%);
    position: absolute;
}footer .subscribe_holder h5 {
    margin-bottom: 15px;
    font-size: 24px;
    color: #ffffff;
    font-weight: 700;
}footer .subscribe_holder p {
    margin-bottom: 25px;
    line-height: 1.6;
    font-size: 14px;
    color: rgba(255, 255, 255, 0.7);
}footer .input_holder {
    gap: 15px;
    flex-direction: column;
    position: relative;
    display: flex;
    width: 100%;
    z-index: 5;
}footer .input_holder input[type="email"] {
    border-radius: 10px;
    padding: 14px 16px;
    -webkit-appearance: none;
    border: 1px solid rgba(255, 255, 255, 0.1);
    position: relative;
    appearance: none;
    background-color: rgba(255, 255, 255, 0.05);
    color: #ffffff;
    width: 100%;
    z-index: 5;
    font-size: 14px;
    transition: all 0.3s ease;
    cursor: text;
}footer .input_holder input[type="email"]:focus {
    outline: none;
    border-color: rgb(150,161,173);
    background-color: rgba(255, 255, 255, 0.08);
}footer .input_holder input[type="email"]::placeholder {
    color: rgba(255, 255, 255, 0.4);
}footer .sub_warning_12 {
    transition: all 0.3s ease;
    font-size: 14px;
    border-radius: 10px;
    background-color: rgb(150,161,173);
    z-index: 5;
    position: relative;
    color: #ffffff;
    padding: 14px 20px;
    text-align: center;
    width: 100%;
    border: none;
    font-weight: 600;
    cursor: pointer;
}footer .sub_warning_12:hover {
    transform: translateY(-3px);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
    background-color: rgb(117,128,140);
}footer .quiz_links_25 {
    position: relative;
    margin-top: 50px;
    text-align: center;
}footer .honor_cta_26 {
    padding: 0 20px;
    color: rgba(255, 255, 255, 0.5);
    display: inline-block;
    font-size: 15px;
    position: relative;
}footer .honor_cta_26::before,
footer .honor_cta_26::after {
    height: 1px;
    pointer-events: none;
    width: 20px;
    content: "";
    background-color: rgba(255, 255, 255, 0.2);
    top: 50%;
    position: absolute;
}footer .honor_cta_26::before {
    transform: rotate(-45deg);
    left: -10px;
}footer .honor_cta_26::after {
    right: -10px;
    transform: rotate(45deg);
}

@media (min-width: 768px) {footer .text_main_holder {
    grid-template-columns: 1fr 1fr 1fr;
    gap: 30px;
}footer .input_holder {
    flex-direction: row;
}footer .sub_warning_12 {
    flex-shrink: 0;
    min-width: 150px;
    width: auto;
}footer .input_holder input[type="email"] {
    flex: 1;
    min-width: 0;
}
}

@media (max-width: 991px) {footer .header_wrap_83 {
    grid-template-columns: 1fr;
}
}

@media (max-width: 767px) {footer .skill_test_08 {
    padding: 60px 0 30px;
}footer .contact_now_56 {
    margin-bottom: 40px;
}footer .info_item {
    padding: 15px 20px;
    min-width: 150px;
}footer .site_info_32, footer .subscribe_holder {
    padding: 25px 20px;
}footer .head_wrap_64 {
    padding: 15px;
    margin-bottom: 20px;
}footer .quiz_links_25 {
    margin-top: 40px;
}
}

@media (max-width: 576px) {footer .skill_test_08 {
    padding: 50px 0 20px;
}footer .info_item {
    min-width: 100%;
}footer .site_info_32 h5, footer .subscribe_holder h5 {
    font-size: calc(24px - 2px);
    margin-bottom: 20px;
}footer .site_info_32, footer .subscribe_holder {
    padding: 20px 15px;
}footer .input_holder input[type="email"],
    footer .sub_warning_12 {
    padding: 12px;
}}.mentorship_experience_59 {
    padding: 6rem 2rem;
    position: relative;
    background-color: rgb(184,194,204);
    overflow: hidden;
}.mentorship_experience_59::before {
    background: linear-gradient(90deg, transparent, rgb(150,161,173,0.5));
    height: 100%;
    width: 40%;
    top: 0;
    position: absolute;
    z-index: 1;
    content: "";
    right: 0;
}.mentorship_experience_59 .success_stories_08 {
    max-width: 1200px;
    background: transparent;
    z-index: 2;
    display: flex;
    box-shadow: none;
    position: relative;
    margin: 0 auto;
    border-radius: 0;
}.mentorship_experience_59 .photo_item_91 {
    width: 45%;
    height: 480px;
    position: relative;
    transition: all 0.5s ease;
    transform: rotate(-2deg);
    box-shadow: 15px 15px 0 rgb(150,161,173,0.5);
    border-radius: 0;
}.mentorship_experience_59 .career_story_36 {
    display: flex;
    justify-content: center;
    padding: 3rem 0 3rem 4rem;
    flex-direction: column;
    position: relative;
    width: 55%;
}.mentorship_experience_59 .career_story_36::before {
    content: "";
    left: 2.5rem;
    top: 0;
    background: linear-gradient(to bottom, rgb(117,128,140,0.5), transparent);
    height: 100%;
    position: absolute;
    width: 1px;
}.mentorship_experience_59 .name {
    position: relative;
    font-size: calc(41px * 1.2);
    line-height: 1.1;
    font-weight: 700;
    margin-bottom: 1rem;
    color: #000000;
}.mentorship_experience_59 .career_story_36 > div:nth-child(2) {
    letter-spacing: 1px;
    background-color: rgb(117,128,140);
    font-size: 19px;
    display: inline-block;
    margin-bottom: 2.5rem;
    transform: translateX(-10px);
    color: #ffffff;
    font-weight: 600;
    border-radius: 10px;
    padding: 0.5rem 1.5rem;
}.mentorship_experience_59 .job_background_46 {
    max-width: 90%;
    font-size: 13px;
    padding-left: 0;
    position: relative;
    line-height: 1.8;
    color: #000000;
}.mentorship_experience_59 .job_background_46::before {
    position: absolute;
    height: 3px;
    content: "";
    top: -1.5rem;
    width: 60px;
    background-color: rgb(150,161,173);
    left: 0;
}.mentorship_experience_59 .success_stories_08:hover .photo_item_91 {
    transform: rotate(0deg);
    box-shadow: 10px 10px 0 rgb(117,128,140);
}

@media (max-width: 992px) {.mentorship_experience_59::before {
    background: linear-gradient(180deg, rgb(150,161,173,0.5), transparent);
    width: 100%;
    height: 40%;
    right: 0;
    top: 0;
}.mentorship_experience_59 .success_stories_08 {
    flex-direction: column;
    align-items: center;
    max-width: 90%;
}.mentorship_experience_59 .photo_item_91 {
    height: 400px;
    width: 90%;
}.mentorship_experience_59 .career_story_36 {
    padding: 3rem 1rem 1rem;
    width: 100%;
}.mentorship_experience_59 .career_story_36::before {
    display: none;
}.mentorship_experience_59 .job_background_46 {
    max-width: 100%;
}
}

@media (max-width: 576px) {.mentorship_experience_59 {
    padding: 4rem 1rem;
}.mentorship_experience_59 .photo_item_91 {
    height: 320px;
}.mentorship_experience_59 .name {
    font-size: 38px;
}.mentorship_experience_59 .career_story_36 > div:nth-child(2) {
    font-size: 14px;
}.mentorship_experience_59 .job_background_46 {
    font-size: calc(13px * 0.95);
    line-height: 1.6;
}}.plan_box_06 {
    position: relative;
    background: rgb(184,194,204);
    padding: 120px 0;
    overflow: hidden;
}.plan_box_06::before {
    position: absolute;
    content: "";
    top: 0;
    background: linear-gradient(135deg, rgb(150,161,173,0.5) 0%, transparent 70%);
    z-index: 1;
    left: 0;
    width: 100%;
    height: 100%;
}.plan_box_06 .container {
    margin: 0 auto;
    max-width: 1320px;
    padding: 0 15px;
    position: relative;
    z-index: 2;
}.plan_box_06 .learn_sub_53 {
    gap: 60px;
    flex-direction: column-reverse;
    display: flex;
}.plan_box_06 .tuition_grid_93 {
    margin: 0 auto;
    animation: fadeInUp 0.8s ease-out forwards;
    max-width: 800px;
    transform: translateY(-10px);
    text-align: center;
}.plan_box_06 .tuition_grid_93 h2 {
    margin-bottom: 20px;
    color: #000000;
    display: inline-block;
    position: relative;
    font-weight: 700;
    font-size: 35px;
}.plan_box_06 .tuition_grid_93 h2::after {
    height: 3px;
    bottom: -10px;
    transform: translateX(-50%);
    width: 80px;
    position: absolute;
    background: rgb(150,161,173);
    content: "";
    left: 50%;
}.plan_box_06 .skill_pricing_83 {
    margin: 0 auto;
    word-break: break-word;
    font-size: 13px;
    max-width: 600px;
    overflow-wrap: break-word;
    color: #000000;
    margin-bottom: 0;
    line-height: 1.7;
}.plan_box_06 .rate_panel_79 {
    grid-template-columns: 1fr;
    width: 100%;
    gap: 30px;
    display: grid;
}.plan_box_06 .fee_board_69 {
    transform: translateY(20px);
    border-radius: 10px;
    overflow: hidden;
    animation: fadeInUp 0.8s ease-out forwards;
    animation-delay: calc(var(--index, 0) * 0.1s);
    opacity: 0;
    display: block;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    height: 100%;
    text-decoration: none;
    transition: transform 0.5s cubic-bezier(0.25, 1, 0.5, 1), box-shadow 0.5s cubic-bezier(0.25, 1, 0.5, 1);
}.plan_box_06 .fee_board_69:nth-child(1) {
    --index: 1;
}.plan_box_06 .fee_board_69:nth-child(2) {
    --index: 2;
}.plan_box_06 .fee_board_69:nth-child(3) {
    --index: 3;
}.plan_box_06 .fee_board_69:nth-child(4) {
    --index: 4;
}.plan_box_06 .fee_board_69:hover {
    transform: translateY(-5px) scale(1.02);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
}.plan_box_06 .study_pricing_38 {
    position: relative;
    display: flex;
    overflow: hidden;
    height: 100%;
    box-sizing: border-box;
    flex-direction: column;
    background: linear-gradient(145deg, #ffffff, #f5f8ff);
}.plan_box_06 .study_pricing_38::before {
    height: 5px;
    content: "";
    background: linear-gradient(90deg, rgb(150,161,173), rgb(117,128,140));
    left: 0;
    top: 0;
    position: absolute;
    width: 100%;
}.plan_box_06 .value_rates_23 {
    display: flex;
    padding: 40px 30px;
    flex-direction: column;
    flex: 1;
    box-sizing: border-box;
}.plan_box_06 .value_rates_23 h3 {
    font-size: 21px;
    margin-bottom: 15px;
    word-break: break-word;
    position: relative;
    overflow-wrap: break-word;
    margin-top: 0;
    font-weight: 700;
    color: #000000;
}.plan_box_06 .value_rates_23 h3::after {
    height: 2px;
    position: absolute;
    content: "";
    bottom: -8px;
    left: 0;
    width: 40px;
    background-color: rgb(150,161,173);
    transition: width 0.3s ease;
}.plan_box_06 .fee_board_69:hover .value_rates_23 h3::after {
    width: 70px;
}.plan_box_06 .monthly_plan_23 {
    margin: 10px 0 20px;
    padding: 8px 16px;
    overflow-wrap: break-word;
    position: relative;
    word-break: break-word;
    border-radius: 10px;
    background: linear-gradient(to right, rgba(var(--primary-color-rgb), 0.1), rgba(var(--primary-color-rgb), 0.05));
    color: rgb(150,161,173);
    font-weight: 700;
    font-size: calc(21px * 1.2);
    display: inline-block;
}.plan_box_06 .value_rates_23 p {
    line-height: 1.7;
    overflow-wrap: break-word;
    flex-grow: 1;
    word-break: break-word;
    white-space: normal;
    color: #000000;
    font-size: 13px;
    margin-bottom: 0;
}.plan_box_06 .photo_item_91 {
    height: 200px;
    transition: transform 0.6s cubic-bezier(0.25, 1, 0.5, 1), filter 0.6s ease;
    width: 100%;
}.plan_box_06 .fee_board_69:hover .photo_item_91 {
    filter: brightness(1.05);
    transform: scale(1.05);
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@media (min-width: 768px) {.plan_box_06 .rate_panel_79 {
    grid-template-columns: repeat(2, 1fr);
}.plan_box_06 .value_rates_23 {
    padding: 40px;
}.plan_box_06 .photo_item_91 {
    height: 220px;
}
}

@media (min-width: 992px) {.plan_box_06 .learn_sub_53 {
    flex-direction: row;
    align-items: center;
    gap: 50px;
}.plan_box_06 .rate_panel_79 {
    width: 65%;
    grid-template-columns: repeat(2, 1fr);
}.plan_box_06 .tuition_grid_93 {
    width: 35%;
    text-align: left;
    margin: 0;
}.plan_box_06 .tuition_grid_93 h2::after {
    left: 0;
    transform: none;
}.plan_box_06 .skill_pricing_83 {
    margin: 0;
}
}

@media (min-width: 1200px) {.plan_box_06 .rate_panel_79 {
    gap: 40px;
    grid-template-columns: repeat(2, 1fr);
}.plan_box_06 .value_rates_23 h3 {
    font-size: calc(21px * 1.1);
}.plan_box_06 .monthly_plan_23 {
    font-size: calc(21px * 1.3);
}.plan_box_06 .photo_item_91 {
    height: 240px;
}
}

@media (max-width: 767px) {.plan_box_06 {
    padding: 80px 0;
}.plan_box_06 .value_rates_23 {
    padding: 30px 20px;
}.plan_box_06 .monthly_plan_23 {
    font-size: 21px;
    padding: 6px 12px;
}.plan_box_06 .photo_item_91 {
    height: 180px;
}
}

@media (max-width: 480px) {.plan_box_06 {
    padding: 60px 0;
}.plan_box_06 .tuition_grid_93 h2 {
    font-size: calc(35px * 0.85);
}.plan_box_06 .value_rates_23 h3 {
    font-size: calc(21px * 0.95);
}.plan_box_06 .photo_item_91 {
    height: 160px;
}}.sign_up_now_70 {
    padding: 5rem 0;
    overflow: hidden;
    position: relative;
    perspective: 1000px;
    background: linear-gradient(135deg, rgb(184,194,204) 0%, rgb(117,128,140,0.5) 100%);
}.sign_up_now_70::before {
    transform: translateZ(-10px);
    pointer-events: none;
    position: absolute;
    height: 100%;
    top: 0;
    content: '';
    left: 0;
    width: 100%;
    z-index: 1;
    background: linear-gradient(45deg, rgb(150,161,173,0.5) 0%, transparent 70%);
    opacity: 0.15;
}.sign_up_now_70::after {
    position: absolute;
    opacity: 0.05;
    content: '';
    width: 15rem;
    height: 15rem;
    right: -2rem;
    clip-path: polygon(50% 0%, 100% 38%, 82% 100%, 18% 100%, 0% 38%);
    background: rgb(150,161,173);
    bottom: -2rem;
    z-index: 0;
    animation: rotate 30s infinite linear;
}.sign_up_now_70 .container {
    padding: 0 2rem;
    z-index: 2;
    position: relative;
    transform-style: preserve-3d;
    max-width: 1200px;
    margin: 0 auto;
}.sign_up_now_70 h2 {
    transform: translateZ(20px);
    position: relative;
    opacity: 0;
    margin-bottom: 2.5rem;
    text-align: center;
    font-weight: 700;
    color: #000000;
    font-size: 38px;
    animation: fadeInUp 0.8s ease-out 0.2s forwards;
}.sign_up_now_70 .community_team_42 {
    transform: translateZ(30px) rotateX(2deg);
    backdrop-filter: blur(5px);
    transform-origin: center bottom;
    opacity: 0;
    grid-template-columns: auto 1fr;
    box-shadow: 
    0 10px 30px rgba(0,0,0,0.08),
    0 1px 0 rgba(255,255,255,0.7) inset,
    0 -20px 50px rgb(150,161,173,0.5) inset;
    transition: transform 0.4s cubic-bezier(0.17, 0.67, 0.3, 1.33);
    padding: 3rem;
    align-items: center;
    border-left: 3px solid rgb(150,161,173);
    display: grid;
    animation: fadeInUp 0.8s ease-out 0.4s forwards;
    background: linear-gradient(to right, rgba(255,255,255,0.95), rgba(255,255,255,0.85));
    gap: 2.5rem;
}.sign_up_now_70 .community_team_42:hover {
    transform: translateZ(40px) rotateX(0deg) scale(1.02);
    box-shadow: 
    0 15px 35px rgba(0,0,0,0.12),
    0 1px 0 rgba(255,255,255,0.8) inset,
    0 -20px 50px rgb(150,161,173,0.5) inset;
}.sign_up_now_70 svg {
    height: 4.5rem;
    transform: translateZ(10px) translateY(-5px);
    width: 4.5rem;
    transition: transform 0.5s cubic-bezier(0.34, 1.56, 0.64, 1);
    filter: drop-shadow(0 4px 6px rgba(0,0,0,0.1));
}.sign_up_now_70 .community_team_42:hover svg {
    transform: translateZ(20px) translateY(-8px) rotate(5deg);
}.sign_up_now_70 svg path {
    fill: rgb(150,161,173);
    transition: fill 0.3s ease;
}.sign_up_now_70 .community_team_42:hover svg path {
    fill: rgb(117,128,140);
}.sign_up_now_70 .community_team_42 > div {
    text-align: center;
    transform: translateZ(15px);
}.sign_up_now_70 .message_reach_46 {
    box-shadow: 
    0 6px 16px -8px rgb(150,161,173,0.5),
    0 2px 0 rgb(150,161,173,0.5) inset;
    border-radius: 10px;
    font-weight: 600;
    text-decoration: none;
    transition: transform 0.3s cubic-bezier(0.17, 0.67, 0.3, 1.33), box-shadow 0.3s ease;
    padding: 1rem 2.5rem;
    background: linear-gradient(135deg, rgb(150,161,173), rgb(117,128,140) 120%);
    display: inline-block;
    position: relative;
    z-index: 1;
    border: none;
    font-size: 16px;
    overflow: hidden;
    color: #ffffff;
}.sign_up_now_70 .message_reach_46::before {
    background: linear-gradient(90deg, transparent, rgba(255,255,255,0.2), transparent);
    height: 100%;
    position: absolute;
    content: '';
    top: 0;
    z-index: -1;
    width: 100%;
    left: -100%;
    transition: transform 0.6s ease;
}.sign_up_now_70 .message_reach_46:hover {
    box-shadow: 
    0 10px 20px -5px rgb(150,161,173,0.5),
    0 2px 0 rgb(255, 255, 255, 0.5) inset;
    transform: translateY(-3px) scale(1.05);
}.sign_up_now_70 .message_reach_46:hover::before {
    transform: translateX(200%);
}.sign_up_now_70 .message_reach_46:active {
    transform: translateY(1px) scale(0.98);
    box-shadow: 
    0 2px 10px -3px rgb(150,161,173,0.5),
    0 1px 0 rgb(255, 255, 255, 0.5) inset;
}

@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translateY(30px) translateZ(0px);
  }
  100% {
    opacity: 1;
    transform: translateY(0) translateZ(20px);
  }
}

@keyframes rotate {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

@media (max-width: 992px) {.sign_up_now_70 {
    padding: 4rem 0;
}.sign_up_now_70 h2 {
    margin-bottom: 2rem;
    font-size: calc(38px * 0.9);
}.sign_up_now_70 .community_team_42 {
    transform: translateZ(20px) rotateX(1deg);
    padding: 2.5rem;
    gap: 2rem;
}
}

@media (max-width: 768px) {.sign_up_now_70 {
    padding: 3.5rem 0;
}.sign_up_now_70 h2 {
    line-height: 1.4;
    font-size: calc(38px * 0.8);
}.sign_up_now_70 .community_team_42 {
    gap: 1.5rem;
    transform: translateZ(15px) rotateX(0deg);
    grid-template-columns: 1fr;
    padding: 2rem;
    grid-template-rows: auto auto;
    text-align: center;
}.sign_up_now_70 svg {
    width: 4rem;
    margin: 0 auto;
    height: 4rem;
}.sign_up_now_70 .message_reach_46 {
    padding: 0.9rem 2rem;
}.sign_up_now_70::after {
    width: 10rem;
    height: 10rem;
}
}

@media (max-width: 576px) {.sign_up_now_70 {
    padding: 3rem 0;
}.sign_up_now_70 h2 {
    margin-bottom: 1.5rem;
    font-size: calc(38px * 0.7);
}.sign_up_now_70 .community_team_42 {
    gap: 1rem;
    transform: translateZ(10px) rotateX(0deg);
    padding: 1.5rem;
}.sign_up_now_70 svg {
    width: 3.5rem;
    height: 3.5rem;
}.sign_up_now_70 .message_reach_46 {
    padding: 0.8rem 1.8rem;
    font-size: calc(16px * 0.9);
}.sign_up_now_70::after {
    display: none;
}.sign_up_now_70 .container {
    padding: 0 1rem;
}}.who_we_are_06 {
    overflow: hidden;
    padding: 120px 0;
    position: relative;
    background: rgb(184,194,204);
}.who_we_are_06::before {
    bottom: 0;
    right: 0;
    z-index: 1;
    background: linear-gradient(135deg, rgb(150,161,173,0.5) 0%, transparent 50%);
    content: "";
    left: 0;
    top: 0;
    position: absolute;
}.who_we_are_06::after {
    z-index: 2;
    left: 0;
    top: 0;
    background: radial-gradient(circle at 70% 30%, rgb(117,128,140,0.5) 0%, transparent 60%);
    animation: pulse 15s infinite alternate;
    position: absolute;
    content: "";
    height: 100%;
    width: 100%;
}.who_we_are_06 .container {
    z-index: 10;
    position: relative;
}.who_we_are_06 .community_team_42 {
    display: flex;
    gap: 60px;
    flex-direction: column;
    position: relative;
}.who_we_are_06 .community_team_42::before {
    left: 50%;
    content: "";
    height: 85%;
    width: 2px;
    transform: translateX(-50%);
    background: linear-gradient(to bottom, transparent, rgb(150,161,173), transparent);
    z-index: -1;
    position: absolute;
    top: 80px;
}.who_we_are_06 h3 {
    font-weight: 700;
    position: relative;
    margin-bottom: 40px;
    font-size: 28px;
    color: rgb(150,161,173);
    text-align: center;
    transform: perspective(1000px) rotateX(0deg);
    transition: transform 0.5s ease;
}.who_we_are_06 h3::after {
    left: 50%;
    background: rgb(150,161,173);
    content: "";
    width: 80px;
    bottom: -15px;
    border-radius: 10px;
    transform: translateX(-50%);
    height: 3px;
    position: absolute;
}.who_we_are_06 h3:hover {
    transform: perspective(1000px) rotateX(5deg);
}.who_we_are_06 .knowledge_pro_16 {
    padding: 40px;
    overflow: hidden;
    position: relative;
    backdrop-filter: blur(10px);
    display: grid;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    align-items: center;
    border-radius: 11px;
    border-left: 3px solid rgb(150,161,173);
    grid-template-columns: 1fr 1fr;
    background: rgba(255, 255, 255, 0.05);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
    gap: 40px;
}.who_we_are_06 .knowledge_pro_16::before {
    position: absolute;
    background: radial-gradient(circle, rgb(150,161,173,0.5) 0%, transparent 70%);
    height: 200px;
    top: -100px;
    animation: float 8s infinite ease-in-out;
    width: 200px;
    right: -100px;
    content: "";
    border-radius: 50%;
}.who_we_are_06 .knowledge_pro_16:hover {
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
    transform: translateY(-5px);
}.who_we_are_06 .knowledge_pro_16 span {
    font-weight: 600;
    margin-bottom: 20px;
    display: block;
    position: relative;
    font-size: 23px;
    grid-column: 1 / 2;
    padding-left: 15px;
    color: rgb(150,161,173);
}.who_we_are_06 .knowledge_pro_16 span::before {
    width: 5px;
    top: 0;
    position: absolute;
    background: rgb(150,161,173);
    height: 100%;
    left: 0;
    border-radius: 10px;
    content: "";
}.who_we_are_06 .knowledge_pro_16 p {
    color: #000000;
    font-size: 17px;
    position: relative;
    grid-column: 1 / 2;
    line-height: 1.8;
}.who_we_are_06 .knowledge_pro_16 .photo_item_91 {
    overflow: hidden;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
    grid-row: 1 / 3;
    border-radius: 11px;
    position: relative;
    transition: transform 0.5s ease, box-shadow 0.5s ease;
    grid-column: 2 / 3;
    height: 350px;
}.who_we_are_06 .knowledge_pro_16 .photo_item_91::before {
    content: "";
    position: absolute;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.5) 0%, transparent 60%);
    z-index: 1;
    width: 100%;
    height: 100%;
}.who_we_are_06 .knowledge_pro_16 .photo_item_91::after {
    height: 5px;
    position: absolute;
    background: linear-gradient(to right, rgb(150,161,173), rgb(117,128,140));
    left: 0;
    content: "";
    top: 0;
    width: 100%;
}.who_we_are_06 .knowledge_pro_16 .photo_item_91:hover {
    transform: scale(1.02);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.2);
}.who_we_are_06 .edu_commit_72 {
    padding: 40px;
    overflow: hidden;
    position: relative;
    display: grid;
    align-items: center;
    backdrop-filter: blur(10px);
    gap: 40px;
    border-radius: 11px;
    background: rgba(255, 255, 255, 0.05);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    grid-template-columns: 1fr 1fr;
    border-right: 3px solid rgb(117,128,140);
}.who_we_are_06 .edu_commit_72::before {
    position: absolute;
    animation: float 8s infinite ease-in-out reverse;
    content: "";
    width: 200px;
    background: radial-gradient(circle, rgb(117,128,140,0.5) 0%, transparent 70%);
    left: -100px;
    border-radius: 50%;
    height: 200px;
    bottom: -100px;
}.who_we_are_06 .edu_commit_72:hover {
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
    transform: translateY(-5px);
}.who_we_are_06 .edu_commit_72 p {
    position: relative;
    line-height: 1.8;
    font-size: 17px;
    grid-row: 1 / 2;
    grid-column: 2 / 3;
    color: #000000;
}.who_we_are_06 .edu_commit_72 .study_zone_26 {
    transition: transform 0.5s ease, box-shadow 0.5s ease;
    grid-column: 1 / 2;
    height: 350px;
    position: relative;
    border-radius: 11px;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
    grid-row: 1 / 2;
    overflow: hidden;
}.who_we_are_06 .edu_commit_72 .study_zone_26::before {
    height: 100%;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.5) 0%, transparent 60%);
    width: 100%;
    z-index: 1;
    position: absolute;
    content: "";
}.who_we_are_06 .edu_commit_72 .study_zone_26::after {
    height: 5px;
    top: 0;
    position: absolute;
    width: 100%;
    left: 0;
    content: "";
    background: linear-gradient(to right, rgb(117,128,140), rgb(150,161,173));
}.who_we_are_06 .edu_commit_72 .study_zone_26:hover {
    transform: scale(1.02);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.2);
}

@keyframes pulse {
    0% {
        opacity: 0.4;
    }
    50% {
        opacity: 0.7;
    }
    100% {
        opacity: 0.4;
    }
}

@keyframes float {
    0% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-20px);
    }
    100% {
        transform: translateY(0);
    }
}

@media (max-width: 992px) {.who_we_are_06 {
    padding: 80px 0;
}.who_we_are_06 .community_team_42::before {
    height: 90%;
}.who_we_are_06 .knowledge_pro_16,
    .who_we_are_06 .edu_commit_72 {
    gap: 30px;
    grid-template-columns: 1fr;
}.who_we_are_06 .knowledge_pro_16 span,
    .who_we_are_06 .knowledge_pro_16 p {
    grid-column: 1 / -1;
}.who_we_are_06 .knowledge_pro_16 .photo_item_91 {
    height: 300px;
    grid-row: 3 / 4;
    grid-column: 1 / -1;
}.who_we_are_06 .edu_commit_72 p {
    grid-row: 2 / 3;
    grid-column: 1 / -1;
}.who_we_are_06 .edu_commit_72 .study_zone_26 {
    grid-row: 1 / 2;
    height: 300px;
    grid-column: 1 / -1;
}
}

@media (max-width: 768px) {.who_we_are_06 {
    padding: 60px 0;
}.who_we_are_06 h3 {
    font-size: calc(28px * 0.9);
}.who_we_are_06 .community_team_42 {
    gap: 40px;
}.who_we_are_06 .community_team_42::before {
    display: none;
}.who_we_are_06 .knowledge_pro_16,
    .who_we_are_06 .edu_commit_72 {
    padding: 30px;
}.who_we_are_06 .knowledge_pro_16 span {
    font-size: calc(23px * 0.9);
}.who_we_are_06 .knowledge_pro_16 .photo_item_91,
    .who_we_are_06 .edu_commit_72 .study_zone_26 {
    height: 250px;
}
}

@media (max-width: 576px) {.who_we_are_06 {
    padding: 40px 0;
}.who_we_are_06 h3 {
    font-size: calc(28px * 0.8);
    margin-bottom: 30px;
}.who_we_are_06 .knowledge_pro_16,
    .who_we_are_06 .edu_commit_72 {
    gap: 20px;
    padding: 20px;
}.who_we_are_06 .knowledge_pro_16 span {
    margin-bottom: 15px;
}.who_we_are_06 .knowledge_pro_16 .photo_item_91,
    .who_we_are_06 .edu_commit_72 .study_zone_26 {
    height: 200px;
}}.program_details_79 {
    background: linear-gradient(135deg, rgb(184,194,204) 0%, rgba(0, 0, 0, 0.5) 100%);
    overflow: hidden;
    padding: 80px 0;
    position: relative;
}.program_details_79::before {
    top: 0;
    content: "";
    position: absolute;
    opacity: 0.6;
    left: 0;
    width: 100%;
    animation: backgroundPulse 15s infinite alternate;
    height: 100%;
    background-image: 
        radial-gradient(circle at 10% 20%, rgb(150,161,173,0.5) 5%, transparent 10%),
        radial-gradient(circle at 70% 65%, rgb(117,128,140,0.5) 5%, transparent 10%),
        radial-gradient(circle at 40% 80%, rgb(150,161,173,0.5) 4%, transparent 8%),
        radial-gradient(circle at 80% 10%, rgb(117,128,140,0.5) 4%, transparent 8%);
    z-index: 1;
}.program_details_79::after {
    animation: gradientRotate 20s infinite linear;
    z-index: 0;
    background: linear-gradient(45deg, rgb(150,161,173,0.5) 0%, transparent 70%);
    opacity: 0.2;
    top: -50%;
    left: -50%;
    transform: rotate(45deg);
    content: "";
    width: 200%;
    position: absolute;
    height: 200%;
}.program_details_79 .container {
    z-index: 5;
    position: relative;
}.program_details_79 .community_team_42 {
    align-items: center;
    backdrop-filter: blur(10px);
    display: flex;
    flex-wrap: wrap;
    background: rgba(255, 255, 255, 0.03);
    border-radius: 18px;
    transition: all 0.5s ease;
    position: relative;
    overflow: hidden;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1), 
                0 8px 15px rgba(0, 0, 0, 0.5), 
                0 0 0 1px rgb(150,161,173,0.5);
}.program_details_79 .community_team_42::before {
    opacity: 0.1;
    top: 0;
    background: linear-gradient(135deg, rgb(150,161,173,0.5) 0%, transparent 100%);
    z-index: -1;
    content: "";
    height: 100%;
    width: 100%;
    left: 0;
    position: absolute;
}.program_details_79 .education_56 {
    z-index: 2;
    flex: 1 1 55%;
    position: relative;
    padding: 40px 50px;
}.program_details_79 .head_wrap_64 {
    transition: transform 0.6s ease;
    transform: perspective(1000px) rotateY(0deg);
    position: relative;
    margin-bottom: 20px;
    display: inline-block;
}.program_details_79 .head_wrap_64:hover {
    transform: perspective(1000px) rotateY(10deg);
}.program_details_79 .head_wrap_64 svg {
    height: auto;
    filter: drop-shadow(0 5px 10px rgba(0, 0, 0, 0.5));
    width: 120px;
}.program_details_79 .head_wrap_64 svg path {
    transition: fill 0.3s ease;
    fill: rgb(150,161,173);
}.program_details_79 .head_wrap_64:hover svg path {
    fill: rgb(117,128,140);
}.program_details_79 .education_56 h3 {
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
    font-size: 29px;
    color: #ffffff;
    margin-bottom: 25px;
    font-weight: 700;
    position: relative;
    transform-style: preserve-3d;
}.program_details_79 .education_56 h3::after {
    filter: blur(1px);
    bottom: -12px;
    width: 80px;
    transform: translateZ(-5px);
    background: linear-gradient(90deg, rgb(150,161,173) 0%, rgb(117,128,140) 100%);
    left: 0;
    height: 3px;
    position: absolute;
    border-radius: 10px;
    content: "";
}.program_details_79 .education_56 p {
    color: #ffffff;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
    position: relative;
    line-height: 1.7;
    margin-bottom: 30px;
    font-size: 14px;
    max-width: 100%;
}.program_details_79 .photo_item_91 {
    perspective: 1000px;
    transform-style: preserve-3d;
    min-height: 450px;
    transition: all 0.5s ease;
    position: relative;
    flex: 1 1 45%;
}.program_details_79 .photo_item_91::before {
    background: linear-gradient(45deg, rgb(150,161,173,0.5) 0%, transparent 70%);
    content: "";
    top: 0;
    z-index: 1;
    height: 100%;
    left: 0;
    mix-blend-mode: overlay;
    animation: overlayPulse 8s infinite alternate;
    position: absolute;
    width: 100%;
}.program_details_79 .photo_item_91::after {
    left: 20px;
    content: "";
    opacity: 0.2;
    position: absolute;
    right: 20px;
    transform: translateZ(20px);
    border: 1px solid #ffffff;
    top: 20px;
    bottom: 20px;
    z-index: 2;
    box-shadow: 0 0 30px rgb(150,161,173,0.5);
}

@keyframes backgroundPulse {
    0% {
        background-position: 0% 0%;
    }
    100% {
        background-position: 100% 100%;
    }
}

@keyframes gradientRotate {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

@keyframes overlayPulse {
    0% {
        opacity: 0.3;
    }
    50% {
        opacity: 0.5;
    }
    100% {
        opacity: 0.3;
    }
}

@media (hover: hover) {.program_details_79 .community_team_42:hover {
    transform: translateY(-5px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15), 
                    0 12px 20px rgba(0, 0, 0, 0.5), 
                    0 0 0 1px rgb(150,161,173);
}.program_details_79 .photo_item_91:hover {
    transform: rotateY(-5deg) translateZ(10px);
}
}

@media screen and (max-width: 992px) {.program_details_79 {
    padding: 60px 0;
}.program_details_79 .education_56 {
    padding: 30px 40px;
}.program_details_79 .photo_item_91 {
    min-height: 380px;
}.program_details_79 .head_wrap_64 svg {
    width: 100px;
}.program_details_79 .education_56 h3 {
    font-size: calc(29px * 0.9);
}
}

@media screen and (max-width: 768px) {.program_details_79 {
    padding: 50px 0;
}.program_details_79 .community_team_42 {
    flex-direction: column-reverse;
}.program_details_79 .education_56 {
    padding: 30px 25px;
    flex: 1 1 100%;
}.program_details_79 .photo_item_91 {
    flex: 1 1 100%;
    width: 100%;
    min-height: 300px;
}.program_details_79 .education_56 h3 {
    font-size: calc(29px * 0.8);
    margin-bottom: 20px;
}.program_details_79 .education_56 p {
    margin-bottom: 20px;
}.program_details_79 .head_wrap_64 {
    margin-bottom: 15px;
}.program_details_79 .head_wrap_64 svg {
    width: 90px;
}.program_details_79 .education_56 h3::after {
    width: 60px;
    height: 2px;
    bottom: -10px;
}
}

@media screen and (max-width: 480px) {.program_details_79 {
    padding: 40px 0;
}.program_details_79 .photo_item_91 {
    min-height: 250px;
}.program_details_79 .education_56 {
    padding: 25px 20px;
}.program_details_79 .education_56 h3 {
    font-size: calc(18px * 1.2);
}.program_details_79 .head_wrap_64 svg {
    width: 80px;
}}.secure_safehold_67 {
    color: #ffffff;
    background: linear-gradient(135deg, rgb(150,161,173,0.5) 0%, rgb(117,128,140,0.5) 100%);
    font-family: Arial, sans-serif;
    padding: 60px 40px;
    overflow: hidden;
    line-height: 1.7;
    position: relative;
}.secure_safehold_67 h1, .secure_safehold_67 h2, .secure_safehold_67 h3, .secure_safehold_67 h4, .secure_safehold_67 h5, .secure_safehold_67 h6 {
    z-index: 1;
    color: #ffffff;
    position: relative;
    margin-bottom: 20px;
}.secure_safehold_67 h1 {
    font-weight: 700;
    font-size: 46px;
    text-transform: uppercase;
    letter-spacing: 1px;
    padding-bottom: 12px;
}.secure_safehold_67 h2 {
    padding-bottom: 10px;
    letter-spacing: 0.5px;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 35px;
}.secure_safehold_67 h3 {
    padding-bottom: 8px;
    font-weight: 600;
    font-size: 35px;
}.secure_safehold_67 ul, .secure_safehold_67 ol {
    z-index: 1;
    list-style: none;
    margin-bottom: 25px;
    padding-left: 25px;
    position: relative;
}.secure_safehold_67 li {
    line-height: 1.6;
    margin-bottom: 12px;
    position: relative;
    padding-left: 25px;
    font-size: 16px;
    color: #ffffff;
}.secure_safehold_67 ul li:before, .secure_safehold_67 ol li:before {
    width: 12px;
    top: 0.6em;
    border-radius: 50%;
    background-color: #ffffff;
    position: absolute;
    left: 0;
    height: 12px;
    content: '';
}.secure_safehold_67 ol {
    counter-reset: item;
}.secure_safehold_67 ol li {
    list-style-type: none;
}.secure_safehold_67 ol li:before {
    content: counter(item);
    width: 20px;
    border-radius: 50%;
    line-height: 20px;
    background-color: #ffffff;
    height: 20px;
    color: rgb(150,161,173);
    position: absolute;
    counter-increment: item;
    font-size: 19px;
    left: 0;
    top: 0;
    text-align: center;
}.secure_safehold_67 p, .secure_safehold_67 span {
    text-align: justify;
    font-size: 16px;
    z-index: 1;
    position: relative;
    margin-bottom: 25px;
}.secure_safehold_67 div {
    margin-bottom: 30px;
    z-index: 1;
    position: relative;
}
@media only screen and (max-width: 800px) {.secure_safehold_67 {
    padding: 40px 20px;
}.secure_safehold_67 h1 {
    font-size: calc(19px - 10px);
}.secure_safehold_67 h2 {
    font-size: calc(19px - 8px);
}.secure_safehold_67 p, .secure_safehold_67 li {
    font-size: calc(16px - 2px);
}}.title_portal_90 {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 100vh;
}.course_open_49 {
    position: relative;
    width: 100%;
    align-items: center;
    height: 100%;
    justify-content: center;
    display: flex;
}.course_open_49::before {
    background: linear-gradient(
    135deg,
    rgb(150,161,173,0.5),
    rgb(117,128,140,0.5) 60%,
    rgba(255, 255, 255, 0.1)
  );
    left: 0;
    position: absolute;
    z-index: 1;
    top: 0;
    width: 100%;
    backdrop-filter: blur(3px);
    content: "";
    height: 100%;
}.course_open_49::after {
    background: linear-gradient(
    120deg,
    rgb(150,161,173) 10%,
    transparent 60%
  );
    transform: rotate(-5deg) translateZ(0);
    animation: floatEffect 15s ease-in-out infinite alternate;
    position: absolute;
    height: 50%;
    width: 50%;
    opacity: 0.15;
    right: -5%;
    top: -5%;
    clip-path: polygon(50% 0%, 100% 0%, 100% 100%, 0% 100%);
    z-index: 1;
    content: "";
}.title_portal_90 .expert_zone_06 {
    background: linear-gradient(
    135deg,
    rgba(255, 255, 255, 0.1),
    rgba(255, 255, 255, 0.05)
  );
    transform: perspective(1000px) rotateY(-2deg);
    max-width: 80%;
    border-left: 4px solid rgb(150,161,173);
    padding: 4rem 3rem;
    box-shadow: 
    0 25px 45px rgba(0, 0, 0, 0.2),
    0 8px 15px rgba(0, 0, 0, 0.1),
    0 0 0 1px rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(10px);
    position: relative;
    z-index: 2;
}.title_portal_90 .expert_zone_06::before {
    height: 100px;
    top: -30px;
    opacity: 0.7;
    background: rgb(117,128,140);
    animation: rotateShape 20s linear infinite;
    content: "";
    z-index: -1;
    position: absolute;
    width: 100px;
    clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
    left: -30px;
}.title_portal_90 .expert_zone_06::after {
    transform: rotate(-15deg);
    bottom: -50px;
    right: -50px;
    z-index: -1;
    position: absolute;
    content: "";
    background: rgb(150,161,173);
    width: 150px;
    opacity: 0.4;
    height: 150px;
    clip-path: polygon(50% 0%, 100% 38%, 82% 100%, 18% 100%, 0% 38%);
    animation: pulseShape 8s ease-in-out infinite alternate;
}.title_portal_90 h1 {
    transform: translateX(-10px);
    position: relative;
    margin-bottom: 1.5rem;
    text-shadow: 0 2px 15px rgba(0, 0, 0, 0.3);
    opacity: 0;
    color: #ffffff;
    font-size: calc(41px * 1.1);
    animation: slideInText 0.8s ease-out 0.3s forwards;
    font-weight: 700;
}.title_portal_90 h1::after {
    background: linear-gradient(90deg, rgb(150,161,173), rgb(117,128,140));
    width: 80px;
    content: "";
    transform-origin: left;
    animation: lineExpand 1.2s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.8s forwards;
    transform: scaleX(0);
    position: absolute;
    height: 4px;
    bottom: -10px;
    left: 0;
}.title_portal_90 h3 {
    font-weight: 600;
    opacity: 0;
    margin-bottom: 1.8rem;
    color: #ffffff;
    position: relative;
    animation: fadeUpIn 0.8s ease-out 0.6s forwards;
    transform: translateY(20px);
    font-size: calc(20px * 1.1);
    line-height: 1.4;
}.title_portal_90 p {
    position: relative;
    font-size: 13px;
    animation: fadeUpIn 0.8s ease-out 0.9s forwards;
    opacity: 0;
    color: #ffffff;
    font-weight: 300;
    line-height: 1.6;
}

@keyframes slideInText {
  0% {
    opacity: 0;
    transform: translateX(-10px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}

@keyframes fadeUpIn {
  0% {
    opacity: 0;
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes lineExpand {
  0% {
    transform: scaleX(0);
  }
  100% {
    transform: scaleX(1);
  }
}

@keyframes rotateShape {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

@keyframes pulseShape {
  0% {
    transform: rotate(-15deg) scale(1);
    opacity: 0.4;
  }
  50% {
    opacity: 0.5;
  }
  100% {
    transform: rotate(-15deg) scale(1.1);
    opacity: 0.3;
  }
}

@keyframes floatEffect {
  0% {
    transform: rotate(-5deg) translateZ(0);
  }
  100% {
    transform: rotate(-8deg) translateZ(0) translateY(20px);
  }
}

@media (max-width: 1200px) {.title_portal_90 .expert_zone_06 {
    max-width: 90%;
    padding: 3.5rem 2.5rem;
}.title_portal_90 h1 {
    font-size: calc(41px * 0.95);
}.title_portal_90 h3 {
    font-size: 20px;
}
}

@media (max-width: 992px) {.course_open_49 {
    padding-top: 15vh;
    align-items: flex-start;
}.title_portal_90 .expert_zone_06 {
    max-width: 85%;
    transform: perspective(1000px) rotateY(-1deg);
}.title_portal_90 h1 {
    font-size: calc(41px * 0.9);
}
}

@media (max-width: 768px) {.course_open_49 {
    padding-top: 12vh;
}.title_portal_90 .expert_zone_06 {
    max-width: 90%;
    padding: 2.5rem 2rem;
    transform: perspective(800px) rotateY(0deg);
}.title_portal_90 .expert_zone_06::before {
    height: 80px;
    top: -20px;
    left: -20px;
    width: 80px;
}.title_portal_90 .expert_zone_06::after {
    width: 100px;
    right: -30px;
    bottom: -30px;
    height: 100px;
}.title_portal_90 h1 {
    font-size: calc(41px * 0.8);
    margin-bottom: 1.2rem;
}.title_portal_90 h3 {
    font-size: calc(20px * 0.9);
    margin-bottom: 1.5rem;
}.title_portal_90 p {
    font-size: calc(13px * 0.95);
}
}

@media (max-width: 576px) {.course_open_49 {
    padding-top: 10vh;
}.title_portal_90 .expert_zone_06 {
    border-left: 3px solid rgb(150,161,173);
    max-width: 92%;
    padding: 2rem 1.5rem;
}.title_portal_90 h1 {
    font-size: calc(41px * 0.7);
}.title_portal_90 h3 {
    line-height: 1.5;
    font-size: calc(20px * 0.85);
}.title_portal_90 p {
    font-size: calc(13px * 0.9);
}.title_portal_90 h1::after {
    height: 3px;
    width: 60px;
}
}

@media (max-height: 700px) {.course_open_49 {
    height: auto;
    min-height: 100vh;
    padding: 5rem 0;
}.title_portal_90 .expert_zone_06 {
    padding: 2rem 1.5rem;
}
}