* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

svg {
    width: 30px;
    height: 30px;
}

header,footer {
    width: 100%;
}

header {
    background: rgb(177,178,185);
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
    padding: 0;
    z-index: 100;
    position: relative;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
    margin-top: 0;
}

.tyNote_No::before {
    opacity: 0.8;
    background: 
        radial-gradient(circle at 20% 30%, rgba(rgb(135,144,166), 0.07) 0%, transparent 50%),
        radial-gradient(circle at 80% 70%, rgba(rgb(78,104,151), 0.05) 0%, transparent 60%);
    position: absolute;
    z-index: 0;
    height: 100%;
    left: 0;
    top: 0;
    content: "";
    width: 100%;
}

.tyNote_No h2::after {
    border-radius: 2px;
    bottom: -0.8rem;
    height: 4px;
    animation: expandWidth 0.8s ease-out forwards;
    background: linear-gradient(90deg, rgb(135,144,166) 0%, rgb(78,104,151) 100%);
    left: 0;
    position: absolute;
    transform-origin: left center;
    content: "";
    width: 5rem;
}

.tyNote_No .fast_learn_OB::after {
    width: 40%;
    height: 30%;
    background-image: 
        linear-gradient(45deg, rgba(rgb(135,144,166), 0.03) 25%, transparent 25%),
        linear-gradient(-45deg, rgba(rgb(135,144,166), 0.03) 25%, transparent 25%);
    position: absolute;
    opacity: 0.5;
    background-size: 12px 12px;
    content: "";
    right: 0;
    bottom: 0;
    z-index: -1;
}

.title_intro_ZR {
    min-height: 100vh;
    width: 100%;
    align-items: center;
    background: linear-gradient(135deg, rgb(177,178,185), rgb(135,144,166,0.5));
    overflow: hidden;
    display: flex;
    position: relative;
    justify-content: center;
}

.title_intro_ZR .learning_page_zo > div:first-child {
    background: linear-gradient(135deg, rgb(255, 255, 255, 0.5) 0%, rgba(255,255,255,0.1) 100%);
    box-shadow: 0 10px 30px rgba(0,0,0,0.08), 
                0 1px 1px rgba(255,255,255,0.2) inset;
    padding: 2.5rem;
    transition: transform 0.5s cubic-bezier(0.16, 1, 0.3, 1);
    clip-path: polygon(0 0, 100% 3%, 97% 100%, 3% 97%);
    position: relative;
    transform: perspective(1000px) rotateX(2deg);
    backdrop-filter: blur(10px);
}

.title_intro_ZR .study_program_Uo > div::after {
    bottom: 0;
    left: 0;
    width: 100%;
    position: absolute;
    background: linear-gradient(to top, 
                rgb(135,144,166,0.5) 0%, 
                transparent 100%);
    z-index: 2;
    height: 30%;
    opacity: 0.7;
    content: "";
}

.title_intro_ZR .study_program_Uo > div > div > div {
    background: linear-gradient(135deg, 
                rgb(78,104,151) 0%, 
                rgb(135,144,166) 100%);
    padding: 2rem;
    position: relative;
    clip-path: polygon(0 0, 100% 0, 95% 100%, 5% 100%);
    transform: perspective(800px) rotateY(-2deg);
    box-shadow: 0 10px 30px rgba(0,0,0,0.2);
    transition: transform 0.6s cubic-bezier(0.22, 1, 0.36, 1),
                box-shadow 0.3s ease;
}

.plan_display_1x {
    background: linear-gradient(135deg, rgba(0, 0, 0, 0.5), rgb(177,178,185), rgba(0, 0, 0, 0.5));
    overflow: hidden;
    padding: 5rem 1rem;
    position: relative;
}

.plan_display_1x .cost_deals_D8 {
    gap: 3rem;
    display: flex;
    flex-direction: column;
}

.plan_display_1x .package_deals_2Q h2 {
    position: relative;
    font-weight: 700;
    color: #000000;
    display: inline-block;
    font-size: 31px;
    margin-bottom: 1rem;
}

.plan_display_1x .price_panel_a7 {
    perspective: 1000px;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    gap: 2rem;
    display: grid;
}

.plan_display_1x .bundle_price_qi:nth-child(2) {
    animation-delay: 0.2s;
}

.plan_display_1x .bundle_price_qi:nth-child(4) {
    animation-delay: 0.4s;
}

.plan_display_1x .bundle_price_qi:hover {
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.1);
    transform: translateZ(30px) scale(1.03);
}

.plan_display_1x .bundle_price_qi:hover::before {
    transform: scaleX(1);
}

.plan_display_1x .class_deals_BK {
    height: 100%;
    display: flex;
    flex-direction: column;
}

.plan_display_1x .member_plans_tl h3 {
    font-size: 20px;
    position: relative;
    transition: color 0.3s ease;
    margin: 0 0 1rem;
    color: #000000;
    font-weight: 700;
}

.plan_display_1x .bundle_price_qi:hover .learn_deals_f4 {
    transform: translateY(-3px);
}

.plan_display_1x .bundle_price_qi:hover .learn_deals_f4::after {
    width: 80px;
}

.plan_display_1x .img_show_wrap_HB::after {
    left: 0;
    transition: opacity 0.5s ease;
    top: 0;
    bottom: 0;
    background: linear-gradient(to top, rgba(0,0,0,0.6) 0%, rgba(0,0,0,0) 50%);
    right: 0;
    position: absolute;
    opacity: 0.7;
    content: "";
}

.course_overview_L5::after {
    height: 100%;
    left: 0;
    top: 0;
    width: 100%;
    background: 
        repeating-conic-gradient(rgba(255, 255, 255, 0.03) 0%, transparent 0.5%, transparent 1%, rgba(255, 255, 255, 0.03) 1.5%) 50% 50% / 30px 30px,
        radial-gradient(circle at 70% 30%, rgb(135,144,166,0.5) 0%, transparent 70%);
    content: "";
    animation: pulse 8s infinite alternate;
    position: absolute;
    z-index: 2;
}

.course_overview_L5 .training_guide_bD {
    perspective: 1000px;
    display: grid;
    grid-template-columns: 1.5fr 1fr;
    gap: 40px;
    position: relative;
}

.course_overview_L5 .reading_block_3h {
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.2), 
                inset 0 0 20px rgba(255, 255, 255, 0.05);
    transform: translateZ(0);
    backdrop-filter: blur(8px);
    animation: floatPanel 8s ease-in-out infinite;
    position: relative;
    flex-direction: column;
    display: flex;
    width: 100%;
    gap: 30px;
    background: rgba(255, 255, 255, 0.03);
    padding: 35px;
    border-radius: 21px;
    border: 1px solid rgba(255, 255, 255, 0.1);
}

.course_overview_L5 .reading_block_3h .description:first-of-type {
    border-left-color: rgb(135,144,166);
}

.course_overview_L5 .reading_block_3h .description:last-of-type {
    margin-bottom: 0;
    border-left-color: rgb(78,104,151);
}

.course_overview_L5 .reading_block_3h .description::before {
    z-index: -1;
    content: "";
    top: 0;
    border-radius: 10px;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0.05), transparent);
    position: absolute;
}

.contact_panel_K4 {
    background: linear-gradient(
        135deg, 
        rgb(78,104,151,0.5) 0%, 
        rgb(135,144,166,0.5) 100%
    );
    position: relative;
    isolation: isolate;
    padding: 6rem 0;
    overflow: hidden;
}

.contact_panel_K4::after {
    animation: subtle-wave 15s infinite alternate-reverse;
    height: 150%;
    width: 150%;
    z-index: 1;
    right: -30%;
    content: '';
    background: radial-gradient(
        circle at center, 
        rgba(255,255,255,0.03) 0%, 
        transparent 60%
    );
    position: absolute;
    bottom: -30%;
}

.contact_panel_K4 .request_section_0W {
    background: rgba(255,255,255,0.05);
    border-radius: 10px;
    border: 1px solid rgba(255,255,255,0.1);
    box-shadow: 0 15px 35px rgba(0,0,0,0.1);
    display: flex;
    backdrop-filter: blur(10px);
    align-items: stretch;
    overflow: hidden;
}

.contact_panel_K4 .request_help_BP form {
    margin: 0 auto;
    width: 100%;
    max-width: 500px;
}

.contact_panel_K4 .request_help_BP input:not([type="checkbox"]):not([type="submit"]) {
    background: rgba(255,255,255,0.1);
    padding: 1rem 1.5rem;
    transition: all 0.3s ease;
    border-radius: 10px;
    font-size: 12px;
    width: 100%;
    color: #ffffff;
    margin-bottom: 1.5rem;
    outline: none;
    border: 1px solid rgba(255,255,255,0.2);
}

.contact_panel_K4 .request_help_BP .help_card_Fv input[type="checkbox"]:checked::after {
    font-size: 0.8rem;
    left: 50%;
    content: '✔';
    top: 50%;
    position: absolute;
    color: #ffffff;
    transform: translate(-50%, -50%);
}

.contact_panel_K4 .request_help_BP .reach_map_mv {
    background: rgb(135,144,166);
    position: relative;
    border: none;
    color: #ffffff;
    overflow: hidden;
    cursor: pointer;
    font-size: 18px;
    width: 100%;
    transition: all 0.3s ease;
    font-weight: 600;
    border-radius: 10px;
    padding: 1rem;
}

.statistical_details_Zh::before {
    position: absolute;
    width: 100%;
    z-index: 0;
    content: "";
    background: 
        radial-gradient(circle at 10% 20%, rgb(135,144,166,0.5) 0%, transparent 50%),
        radial-gradient(circle at 90% 80%, rgb(78,104,151,0.5) 0%, transparent 60%);
    height: 100%;
    top: 0;
    opacity: 0.1;
    left: 0;
}

.statistical_details_Zh .container {
    z-index: 1;
    margin: 0 auto;
    position: relative;
    max-width: 1200px;
}

.statistical_details_Zh .statistics_value_p5 {
    position: relative;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    transition: transform 0.5s cubic-bezier(0.23, 1, 0.32, 1), box-shadow 0.5s ease;
    transform: translateY(30px);
    animation: statAppear 0.7s forwards cubic-bezier(0.19, 1, 0.22, 1);
    animation-delay: calc(0.15s * var(--i, 0));
    background: #ffffff;
    opacity: 0;
    padding: 1.8rem 1.5rem;
    border-left: 3px solid rgb(135,144,166);
}

.statistical_details_Zh .statistics_value_p5:hover::before {
    opacity: 1;
}

.statistical_details_Zh .statistics_value_p5:hover span {
    transform: translateX(5px);
}

.statistical_details_Zh .statistics_value_p5 p {
    -webkit-background-clip: text !important;
    font-size: calc(37px * 1.2);
    -webkit-text-fill-color: transparent;
    font-weight: 700;
    background: linear-gradient(135deg, rgb(135,144,166) 0%, rgb(78,104,151) 100%);
    color: rgb(135,144,166);
    transition: transform 0.3s ease;
    line-height: 1.1;
    margin: 0;
    font-family: Arial, sans-serif;
    position: relative;
}

.transcript_y6 .container {
    display: grid;
    grid-gap: 30px;
    grid-template-columns: repeat(12, 1fr);
}

.transcript_y6 .contact_edu_4D {
    padding: 20px;
    border-radius: 20px;
    background: rgba(255, 255, 255, 0.1);
    font-size: 13px;
    margin-top: 25px;
    backdrop-filter: blur(10px);
    line-height: 1.6;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    border-left: 4px solid rgb(135,144,166);
    transform: translateZ(0);
}

.transcript_y6 .main_lead_EZ h5::before {
    position: absolute;
    border-radius: 50%;
    left: -15px;
    transform: translateY(-50%);
    height: 8px;
    top: 50%;
    width: 8px;
    content: '';
    background: rgb(135,144,166);
}

.transcript_y6 .main_lead_EZ .head_nav_qC a:hover {
    transform: translateX(5px);
    background: rgba(255, 255, 255, 0.1);
}

.transcript_y6 .main_lead_EZ .head_nav_qC a:hover::before {
    background: rgb(135,144,166,0.5);
    width: 100%;
}

.badge_case_ce::before {
    right: 15%;
    position: absolute;
    opacity: 0.2;
    background: linear-gradient(90deg, transparent, #ffffff, transparent);
    content: '';
    top: 0;
    height: 1px;
    left: 15%;
}



footer::after {
    right: 0;
    z-index: 1;
    bottom: 0;
    content: '';
    left: 0;
    position: absolute;
    background: repeating-linear-gradient(
        45deg,
        transparent,
        transparent 10px,
        rgba(255, 255, 255, 0.02) 10px,
        rgba(255, 255, 255, 0.02) 20px
    );
    top: 0;
}

.transcript_y6 .company_holder::before {
    position: absolute;
    bottom: 0;
    width: 100px;
    height: 100px;
    background: rgb(78,104,151,0.5);
    filter: blur(40px);
    border-radius: 50%;
    z-index: -1;
    left: -30px;
    content: '';
    opacity: 0.3;
}

.transcript_y6 .main_lead_EZ h5::after {
    bottom: -5px;
    position: absolute;
    background: rgb(78,104,151);
    left: 0;
    height: 2px;
    content: '';
    width: 30px;
}

.newsletter_signup_ye::after {
    position: absolute;
    transform: rotate(15deg) skew(-15deg);
    clip-path: polygon(0% 0%, 90% 0%, 100% 100%, 10% 100%);
    animation: floatElement 8s infinite ease-in-out reverse;
    left: -5%;
    opacity: 0.1;
    background: rgb(135,144,166);
    content: "";
    height: 60%;
    width: 30%;
    z-index: -1;
    bottom: -10%;
}

.newsletter_signup_ye .fast_learn_OB::before {
    left: 0;
    position: absolute;
    background-size: 200% 100%;
    height: 4px;
    top: 0;
    animation: gradientMove 6s infinite linear;
    background: linear-gradient(90deg, rgb(135,144,166), rgb(78,104,151), rgb(135,144,166));
    right: 0;
    content: "";
}

.newsletter_signup_ye .input_holder div {
    overflow: hidden;
    position: relative;
    flex-grow: 1;
}

.newsletter_signup_ye .access_classes_Ue {
    color: #000000;
    font-size: 13px;
    border: 1px solid rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
    width: 100%;
    background: #ffffff;
    padding: 1rem 1.2rem;
}

.newsletter_signup_ye .access_classes_Ue:focus::placeholder {
    transform: translateX(10px);
    opacity: 0.7;
}

.newsletter_signup_ye .join_section_tC:hover {
    transform: translateY(-3px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}

.newsletter_signup_ye .join_section_tC:hover::before {
    left: 100%;
}

.about_this_2u {
    padding: 150px 0;
    background-color: rgb(177,178,185);
    overflow: hidden;
    isolation: isolate;
    position: relative;
}

.about_this_2u::after {
    height: 100%;
    left: 0;
    top: 0;
    z-index: -1;
    pointer-events: none;
    content: "";
    opacity: 0.03;
    background-size: 20px 20px;
    background-image: 
        linear-gradient(90deg, rgba(0, 0, 0, 0.5) 1px, transparent 1px),
        linear-gradient(0deg, rgba(0, 0, 0, 0.5) 1px, transparent 1px);
    width: 100%;
    position: absolute;
}

.about_this_2u .container::after {
    bottom: -100px;
    opacity: 0.3;
    width: 150px;
    content: "";
    position: absolute;
    animation: pulseCircles 8s infinite alternate-reverse ease-in-out;
    background-repeat: no-repeat;
    left: -70px;
    height: 150px;
    background-size: 150px 150px;
    background: 
        radial-gradient(circle, transparent 30%, rgb(78,104,151,0.5) 30%, rgb(78,104,151,0.5) 32%, transparent 32%),
        radial-gradient(circle, transparent 36%, rgb(78,104,151,0.5) 36%, rgb(78,104,151,0.5) 38%, transparent 38%),
        radial-gradient(circle, transparent 43%, rgb(78,104,151,0.5) 43%, rgb(78,104,151,0.5) 45%, transparent 45%);
    z-index: -1;
}

.about_this_2u .timeline_hist_Qh::before {
    z-index: 1;
    border-left: 2px solid rgb(135,144,166,0.5);
    width: 60px;
    content: "";
    border-top: 2px solid rgb(135,144,166,0.5);
    position: absolute;
    height: 60px;
    opacity: 0.6;
    top: 30px;
    left: 30px;
}

.about_this_2u .timeline_hist_Qh::after {
    height: 60px;
    width: 60px;
    right: 30px;
    bottom: 30px;
    z-index: 1;
    position: absolute;
    border-right: 2px solid rgb(135,144,166,0.5);
    border-bottom: 2px solid rgb(135,144,166,0.5);
    content: "";
    opacity: 0.6;
}

.about_this_2u .timeline_hist_Qh .img_show_wrap_HB::before {
    z-index: 1;
    position: absolute;
    background: linear-gradient(
        to bottom,
        transparent 60%,
        rgba(0, 0, 0, 0.4) 100%
    );
    content: "";
    inset: 0;
}

.about_this_2u .skill_program_o3 {
    box-shadow: 
        0 15px 35px rgba(0, 0, 0, 0.1),
        0 5px 15px rgba(0, 0, 0, 0.05);
    color: #ffffff;
    position: relative;
    z-index: 3;
    transform: translateY(-30px) translateX(40px);
    transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
    border-radius: 10px;
    padding: 20px 30px;
    background: rgb(135,144,166);
}

.about_this_2u .timeline_hist_Qh:hover .skill_program_o3 {
    box-shadow: 
        0 20px 40px rgba(0, 0, 0, 0.15),
        0 10px 20px rgba(0, 0, 0, 0.1);
    transform: translateY(-35px) translateX(30px);
}

.about_this_2u .reading_block_3h::before {
    top: 0;
    width: 1px;
    opacity: 0.4;
    background: linear-gradient(
        to bottom,
        transparent,
        rgb(135,144,166,0.5),
        rgb(78,104,151,0.5),
        transparent
    );
    left: 0;
    height: 100%;
    position: absolute;
    content: "";
}

.about_this_2u .achieve_goals_A1::before {
    width: 100%;
    background: linear-gradient(
        to right,
        rgb(135,144,166,0.5),
        transparent 80%
    );
    bottom: -12px;
    height: 1px;
    position: absolute;
    left: 0;
    opacity: 0.3;
    content: "";
}

.about_this_2u .achieve_goals_A1:hover svg {
    transform: translateY(-5px) rotate(10deg);
}

.about_this_2u h2 {
    font-size: 31px;
    padding-bottom: 15px;
    position: relative;
    font-weight: 700;
    margin: 0 0 30px 0;
    color: #000000;
}

.about_this_2u .reading_block_3h:hover h2::after {
    width: 100px;
}

.about_this_2u p {
    padding-left: 20px;
    margin: 0;
    color: #000000;
    font-size: 13px;
    position: relative;
    line-height: 1.8;
}

.join_now_7G {
    padding: 5rem 0;
    position: relative;
    background: linear-gradient(135deg, rgb(135,144,166) 0%, rgb(78,104,151) 100%);
    overflow: hidden;
}

.join_now_7G::before {
    width: 200%;
    pointer-events: none;
    background: radial-gradient(circle at center, transparent 0%, rgba(255, 255, 255, 0.03) 20%, transparent 70%);
    position: absolute;
    left: -50%;
    top: -50%;
    animation: rotate 60s linear infinite;
    content: "";
    height: 200%;
}

.join_now_7G .container:hover {
    transform: perspective(1000px) rotateX(0deg) translateY(-5px);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.25), 
                inset 0 1px 1px rgba(255, 255, 255, 0.15),
                inset 0 -1px 1px rgba(0, 0, 0, 0.15);
}

.join_now_7G h6 {
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.15);
    position: relative;
    color: #ffffff;
    animation: fadeUp 0.8s cubic-bezier(0.19, 1, 0.22, 1) both;
    font-family: Arial, sans-serif;
    font-weight: 700;
    max-width: 80%;
    text-align: center;
    font-size: calc(18px * 1.15);
    line-height: 1.6;
    margin-bottom: 2.5rem;
    letter-spacing: 0.5px;
}

.join_now_7G .reach_map_mv::before {
    left: -100%;
    top: 0;
    height: 100%;
    width: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    content: "";
    transition: left 0.7s ease;
    position: absolute;
}

.join_now_7G .reach_map_mv:hover::before {
    left: 100%;
}

.join_now_7G .reach_map_mv span {
    transition: transform 0.3s ease;
    position: relative;
    z-index: 2;
}

.client_testimonials_o1 {
    background: rgb(177,178,185);
    padding: 120px 0;
    overflow: hidden;
    position: relative;
}

.client_testimonials_o1 .container {
    position: relative;
    z-index: 2;
}

.client_testimonials_o1 h2::before {
    transform: scaleY(1.2);
    width: 4px;
    position: absolute;
    top: 0;
    content: "";
    left: 0;
    height: 100%;
    background: rgb(135,144,166);
}

.client_testimonials_o1 .review_views_t6 {
    transition: all 0.5s cubic-bezier(0.25, 1, 0.5, 1);
    grid-template-columns: auto 1fr;
    grid-template-rows: auto auto 1fr;
    position: relative;
    display: grid;
    padding: 0;
    grid-template-areas:
        "image ."
        "name name"
        "desc desc";
}

.client_testimonials_o1 .review_views_t6:hover img {
    filter: grayscale(0%);
    transform: rotate(0deg);
}

.client_testimonials_o1 .review_views_t6 p::after {
    height: 2px;
    left: 0;
    position: absolute;
    content: "";
    transition: width 0.4s ease;
    bottom: 0;
    width: 30px;
    background: rgb(78,104,151);
}

.client_testimonials_o1 .review_views_t6:hover .description {
    transform: translateX(10px);
}

.client_testimonials_o1 .review_views_t6:nth-child(3n+1) {
    transform: translateY(20px);
}

.course_demographic_Qy {
    background-color: rgb(177,178,185);
    z-index: 1;
    padding: 100px 20px;
    overflow: hidden;
    position: relative;
}

.course_demographic_Qy h3 {
    text-align: center;
    margin-bottom: 50px;
    font-weight: 600;
    position: relative;
    letter-spacing: 1px;
    color: #000000;
    font-size: 29px;
}

.course_demographic_Qy h3::after {
    left: 50%;
    background: linear-gradient(90deg, 
    rgb(135,144,166,0.5), 
    rgb(78,104,151), 
    rgb(135,144,166,0.5)
  );
    border-radius: 10px;
    transform: translateX(-50%);
    width: 60px;
    position: absolute;
    bottom: -15px;
    height: 3px;
    content: "";
}

.course_demographic_Qy ul li:hover {
    transform: translateY(-5px);
    box-shadow: 
    0 15px 25px rgba(0, 0, 0, 0.08),
    0 0 0 1px rgba(255, 255, 255, 0.2) inset;
}

.course_demographic_Qy ul li:hover::before {
    opacity: 1;
}

.course_demographic_Qy ul li svg {
    height: 45px;
    transition: all 0.3s ease;
    margin-bottom: 15px;
    width: 45px;
    fill: rgb(78,104,151);
}

.course_demographic_Qy ul li:hover svg path {
    fill: rgb(135,144,166);
}

.course_demographic_Qy ul li:hover::after {
    opacity: 1;
}

header .top_guide_va {
    justify-content: space-between;
    z-index: 2;
    align-items: center;
    position: relative;
    display: flex;
    padding: 1.2rem 2rem;
}

header .top_nav_2C {
    max-width: 180px;
    position: relative;
    flex: 0 0 auto;
    margin-right: 2rem;
}

header .nav_train_gH {
    display: block;
    position: relative;
    transition: all 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
}

header .nav_train_gH:hover::before {
    opacity: 0.7;
    transform: scaleX(1);
}

header .main_lead_EZ::after {
    position: absolute;
    background: linear-gradient(90deg, 
        transparent, 
        rgb(135,144,166,0.5), 
        transparent
    );
    bottom: -15px;
    height: 1px;
    content: '';
    width: 100%;
    left: 0;
}

header .top_train_wM a:hover {
    color: rgb(135,144,166);
}

header .top_train_wM a:hover::before {
    transform: translateX(0);
}

header .top_train_wM a:hover::after {
    opacity: 0.15;
    transform: scale(1);
}

header .top_guide_va::after {
    z-index: -1;
    background: linear-gradient(90deg, rgb(177,178,185), transparent);
    height: 100%;
    width: 30%;
    position: absolute;
    content: '';
    top: 0;
    left: 0;
}

.service_contact_yw {
    padding: 120px 0 80px;
    overflow: hidden;
    position: relative;
    background: linear-gradient(135deg, rgb(177,178,185) 0%, #ffffff 100%);
}

.service_contact_yw h1 {
    position: relative;
    font-size: 47px;
    color: #000000;
    opacity: 0;
    z-index: 1;
    text-align: center;
    font-weight: 700;
    margin-bottom: 50px;
    animation: fadeInUp 0.8s ease-out forwards;
    transform: translateY(10px);
}

.service_contact_yw .instant_request_vU {
    transform: translateY(20px);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.08);
    grid-template-columns: 1fr;
    background: #ffffff;
    border-radius: 18px;
    animation: fadeInUp 1s ease-out 0.3s forwards;
    display: grid;
    position: relative;
    opacity: 0;
    overflow: hidden;
    gap: 40px;
    padding: 40px;
}

.service_contact_yw .instant_request_vU > div:nth-child(2) {
    border-top: 1px solid rgba(0, 0, 0, 0.05);
    --animation-order: 2;
}

.service_contact_yw h6 {
    color: #000000;
    text-transform: capitalize;
    margin-bottom: 12px;
    font-size: 18px;
    display: flex;
    align-items: center;
    font-weight: 600;
}

.service_contact_yw .quick_request_m8 {
    position: relative;
    display: flex;
    color: #000000;
    text-decoration: none;
    padding-bottom: 5px;
    align-items: center;
    font-size: 14px;
    transition: all 0.3s ease;
}

.service_contact_yw svg path {
    fill: #000000;
    transition: fill 0.3s ease;
}

.service_contact_yw .quick_request_m8:hover svg path {
    fill: rgb(135,144,166);
}

.privacy_safeguard_xp h2 {
    color: rgb(78,104,151);
    margin-top: 0;
    border-bottom: 2px solid rgb(135,144,166);
    padding-bottom: 10px;
    font-size: 30px;
    margin-bottom: 25px;
    font-weight: 600;
}

.privacy_safeguard_xp section {
    border-radius: 18px;
    background: rgb(78,104,151,0.5);
    padding: 30px;
    width: 100%;
}

.leadership_profile_et {
    padding: 120px 0;
    position: relative;
    background: linear-gradient(135deg, rgb(177,178,185) 0%, rgb(78,104,151,0.5) 100%);
    overflow: hidden;
}

.leadership_profile_et .container {
    padding: 0 15px;
    max-width: 1140px;
    position: relative;
    margin: 0 auto;
    z-index: 2;
}

.leadership_profile_et .review_views_t6 {
    position: relative;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.08);
    display: grid;
    transform: perspective(1000px) rotateX(2deg);
    grid-template-columns: 1fr;
    backdrop-filter: blur(5px);
    background: #ffffff;
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    gap: 30px;
    padding: 40px;
}

.leadership_profile_et .img_show_wrap_HB::before {
    height: 100%;
    content: "";
    opacity: 0.7;
    left: 0;
    width: 100%;
    top: 0;
    position: absolute;
    z-index: 1;
    background: linear-gradient(to bottom, transparent 60%, rgb(135,144,166,0.5) 100%);
    transition: opacity 0.5s ease;
}

.leadership_profile_et .review_views_t6:hover .name::after {
    width: 100%;
}

.leadership_profile_et .review_views_t6 > div:nth-child(2) > div {
    color: #000000;
    margin-bottom: 15px;
    letter-spacing: 0.5px;
    font-size: calc(17px - 2px);
    opacity: 0.85;
    font-weight: 600;
}

.cookie_banner_dialog_l8 {
    position: fixed;
    transition: transform 0.3s ease-in-out;
    z-index: 90;
    border-top: 3px solid rgb(135,144,166);
    background: rgb(177,178,185);
    justify-content: center;
    bottom: 0;
    box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.5);
    align-items: center;
    display: flex;
    width: 100%;
    overflow: hidden;
    padding: 1rem 0;
}

.web_cookies_t4 p {
    font-size: 1rem;
    color: #000000;
}

.cookie_button.privacy_cookies_nD {
    background: rgb(135,144,166);
}

.edu_approve_Lu:hover {
    transform: translateY(-3px);
    background: #000000;
}

.cookie_banner_dialog_l8 p a {
    text-decoration: underline;
    transition: color 0.3s ease;
    color: rgb(135,144,166);
}


@media only screen and (max-width: 1200px)  {.container {
    width: 100%;
    padding: 0 20px;
}
}



@media (hover: hover) {.tyNote_No .fast_learn_OB:hover {
    transform: translateZ(10px) scale(1.01);
    box-shadow: 
            0 20px 45px rgba(#000000, 0.07),
            0 5px 20px rgba(#000000, 0.05);
}
}



@media (max-width: 576px) {.tyNote_No {
    padding: 3rem 0;
}.tyNote_No .container {
    padding: 0 1.5rem;
}.tyNote_No h2 {
    font-size: calc(36px * 0.7);
    margin-bottom: 1.5rem;
}.tyNote_No .fast_learn_OB {
    padding: 1.5rem;
}.tyNote_No li::before {
    left: -1.2rem;
    width: 6px;
    height: 6px;
}}



@media screen and (max-width: 767px) {.title_intro_ZR {
    padding: 3rem 1rem;
}.title_intro_ZR .learning_page_zo {
    width: 95%;
    gap: 1.5rem;
}.title_intro_ZR .learning_page_zo > div:first-child {
    padding: 1.5rem;
}.title_intro_ZR .learning_page_zo > div:first-child p {
    font-size: 13px;
}.title_intro_ZR .study_program_Uo > div {
    min-height: 350px;
    padding: 2rem 1.5rem;
}.title_intro_ZR .study_program_Uo h3 {
    transform: translateX(0);
    font-size: calc(19px * 0.85);
    padding: 1rem;
}.title_intro_ZR .study_program_Uo > div > div > div {
    padding: 1.5rem 1rem;
}.title_intro_ZR .title_style_header {
    font-size: calc(34px * 0.9);
}}



@media (min-width: 1200px) {.plan_display_1x {
    padding: 8rem 2rem;
}.plan_display_1x .package_deals_2Q {
    flex: 0 0 25%;
}.plan_display_1x .price_panel_a7 {
    flex: 0 0 75%;
}.plan_display_1x .member_plans_tl {
    padding: 2.5rem;
}
}



@media screen and (max-width: 1200px) {.course_overview_L5 {
    padding: 100px 0;
}.course_overview_L5 .training_guide_bD {
    gap: 30px;
}.course_overview_L5 .reading_block_3h {
    padding: 30px;
}.course_overview_L5 .reading_block_3h h2 {
    padding: 12px 18px;
    font-size: calc(37px * 0.9);
}.course_overview_L5 .reading_block_3h .description {
    padding: 15px;
}
}



@media screen and (max-width: 480px) {.course_overview_L5 {
    padding: 40px 0;
}.course_overview_L5 .reading_block_3h {
    gap: 15px;
    padding: 20px;
}.course_overview_L5 .reading_block_3h h2 {
    padding: 8px 12px;
    font-size: calc(37px * 0.7);
    letter-spacing: 1px;
}.course_overview_L5 .reading_block_3h .description {
    font-size: calc(17px * 0.9);
    line-height: 1.6;
    padding: 10px;
}.course_overview_L5 .img_show_wrap_HB {
    min-height: 280px;
}}



@media screen and (max-width: 1024px) {.contact_panel_K4 .request_section_0W {
    flex-direction: column;
}.contact_panel_K4 .img_show_wrap_HB {
    flex: 0 0 100%;
    min-height: 300px;
}.contact_panel_K4 .request_help_BP {
    padding: 3rem 2rem;
    flex: 0 0 100%;
}
}



@media (min-width: 768px) {.statistical_details_Zh {
    padding: 8rem 3rem;
}.statistical_details_Zh h3 {
    font-size: calc(37px * 1.1);
    margin-bottom: 4.5rem;
}.statistical_details_Zh ul {
    gap: 2.5rem;
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
}.statistical_details_Zh .statistics_value_p5 {
    padding: 2.2rem 1.8rem;
}
}



@media (max-width: 992px) {.transcript_y6 .container {
    grid-template-columns: repeat(1, 1fr);
}.transcript_y6 .company_holder {
    grid-column: 1 / -1;
    margin-bottom: 40px;
}.transcript_y6 .flag_content_d5 {
    grid-column: 1 / -1;
}.transcript_y6 .head_nav_qC {
    grid-template-columns: repeat(2, 1fr);
}
}



@media (min-width: 768px) {.newsletter_signup_ye h3 {
    max-width: 80%;
    font-size: calc(22px * 1.1);
}.newsletter_signup_ye .input_holder {
    flex-direction: row;
}.newsletter_signup_ye .fast_learn_OB {
    clip-path: polygon(calc(100% - 30px) 0, 100% 30px, 100% 100%, 0 100%, 0 0);
    padding: 4rem;
}.newsletter_signup_ye .access_classes_Ue {
    border-radius: 10px 0 0 10px;
}.newsletter_signup_ye .join_section_tC {
    padding: 1rem 2.5rem;
    border-radius: 0 10px 10px 0;
}
}



@media (max-width: 768px) {.about_this_2u {
    padding: 80px 0;
}.about_this_2u .timeline_hist_Qh {
    padding-bottom: 60px;
    flex-direction: column;
    padding: 30px;
}.about_this_2u .timeline_hist_Qh .img_show_wrap_HB {
    height: 270px;
    margin-bottom: 20px;
    width: 200px;
}.about_this_2u .skill_program_o3 {
    text-align: center;
    width: 90%;
}.about_this_2u .skill_program_o3::before {
    width: 100%;
    height: 4px;
}.about_this_2u .skill_program_o3::after {
    transform: translateX(-50%);
    left: 50%;
}.about_this_2u .reading_block_3h {
    padding: 30px;
}.about_this_2u h2 {
    text-align: center;
}.about_this_2u h2::after {
    transform: translateX(-50%);
    left: 50%;
}.about_this_2u .reading_block_3h:hover h2::after {
    width: 80px;
}.about_this_2u p {
    text-align: center;
    padding-left: 0;
}.about_this_2u p::before {
    display: none;
}
}



@media (max-width: 576px) {.join_now_7G {
    padding: 2.5rem 0;
}.join_now_7G .container {
    padding: 1.5rem;
}.join_now_7G h6 {
    margin-bottom: 1.75rem;
    font-size: calc(18px * 0.9);
}.join_now_7G div div::before {
    height: 100px;
    width: 100px;
}.join_now_7G .reach_map_mv {
    font-size: calc(20px * 0.95);
    padding: 0.8rem 1.75rem;
}}



@media screen and (max-width: 992px) {.course_demographic_Qy {
    padding: 70px 15px;
}.course_demographic_Qy .fast_learn_OB {
    padding: 40px 30px;
}.course_demographic_Qy h3 {
    margin-bottom: 40px;
    font-size: calc(29px * 0.9);
}.course_demographic_Qy ul {
    gap: 20px;
}
}



@media (hover: hover) {.course_demographic_Qy ul li:hover {
    --y: calc(100%);
    --x: calc(1100%);
}
}



@media (min-width: 1400px) {header .top_guide_va {
    margin: 0 auto;
    max-width: 1300px;
}header .top_train_wM a {
    padding: 1rem 1.5rem;
}
}



@media (max-width: 767px) {header {
    margin-top: 0;
}header .top_guide_va {
    padding: 1rem 1.5rem;
}header .top_nav_2C {
    flex: 0 0 auto;
    max-width: 150px;
}header .main_lead_EZ {
    padding-bottom: 0.5rem;
    margin-top: 0.5rem;
    overflow-x: auto;
    flex-wrap: nowrap;
    scrollbar-width: thin;
    -webkit-overflow-scrolling: touch;
    padding: 0.5rem 0;
    justify-content: flex-start;
}header .main_lead_EZ::-webkit-scrollbar {
    height: 3px;
}header .main_lead_EZ::-webkit-scrollbar-thumb {
    background: rgb(135,144,166,0.5);
    border-radius: 10px;
}header .top_train_wM {
    flex: 0 0 auto;
}header .top_train_wM a {
    white-space: nowrap;
    padding: 0.6rem 0.8rem;
    font-size: calc(18px - 2px);
}header .main_lead_EZ::after {
    bottom: 0;
}header .nav_train_gH::before {
    display: none;
}}



@media only screen and (max-width: 800px) {.privacy_safeguard_xp {
    padding: 30px 15px;
    grid-template-columns: 1fr;
}.privacy_safeguard_xp h1 {
    font-size: calc(24px - 10px);
}.privacy_safeguard_xp h2 {
    font-size: calc(24px - 8px);
}.privacy_safeguard_xp li {
    padding: 8px 15px;
    font-size: calc(12px - 2px);
}}



@media (max-width: 767px) {.leadership_profile_et {
    padding: 80px 0;
}.leadership_profile_et .review_views_t6 {
    padding: 30px;
}.leadership_profile_et .img_show_wrap_HB {
    height: 240px;
}.leadership_profile_et .name {
    font-size: calc(20px - 1px);
}.leadership_profile_et .exp_details_C3 {
    line-height: 1.7;
    font-size: calc(17px - 1px);
}}


@media only screen and (max-width: 768px) {.cookie_banner_dialog_l8 .container {
    align-items: center;
    flex-direction: column;
}.cookie_overlay_1i {
    margin-bottom: 1rem;
    margin-right: 0;
}.web_cookies_t4 {
    margin-bottom: 1rem;
    text-align: center;
}.cookie_button.privacy_notify_eU {
    margin-left: 0;
    margin-top: 0.5rem;
}
}



@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(30px) rotateX(5deg);
    }
    to {
        opacity: 1;
        transform: translateY(0) rotateX(0);
    }
}



@keyframes borderPulse {
    0% {
        border-color: rgb(135,144,166,0.5);
        transform: rotateY(5deg) rotateX(2deg);
    }
    100% {
        border-color: rgb(78,104,151,0.5);
        transform: rotateY(3deg) rotateX(0deg);
    }
}



@keyframes shine {
    0% {
        left: -100px;
    }
    20%, 100% {
        left: 120%;
    }
}



@keyframes glow {
    0% {
        opacity: 0.5;
        box-shadow: 0 0 10px rgb(135,144,166,0.5);
    }
    100% {
        opacity: 1;
        box-shadow: 0 0 20px rgb(135,144,166);
    }
}



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

@keyframes floatAnimation {
    0%, 100% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-10px);
    }
}

@keyframes movingGradient {
    0% {
        background-position: 0% 0%;
    }
    100% {
        background-position: 100% 100%;
    }
}



@keyframes floatElement {
    0%, 100% { transform: translate(0, 0) rotate(-15deg) skew(15deg); }
    50% { transform: translate(10px, -10px) rotate(-15deg) skew(15deg); }
}

@keyframes reflectionSweep {
    0% {
        transform: rotate(30deg) translateX(-100%);
    }
    100% {
        transform: rotate(30deg) translateX(500%);
    }
}



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



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



@keyframes glow {
    0% { opacity: 0.3; transform: scale(1); }
    50% { opacity: 0.5; transform: scale(1.2); }
    100% { opacity: 0.3; transform: scale(1); }
}

