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

.wrap-structure_a {
    height: 100%;
    min-height: 100%;
    display: flex;
    flex-direction: column;
}

a {
    color: inherit;
    text-decoration: none;
}

header .top_plank .master_learnpro_h div span {
    color: #ffffff;
}

header .top_plank .master_learnpro_h div img, header .top_plank .master_learnpro_h div svg {
    height: 16px;
    width: 16px;
    margin-right: 8px;
}

.title_portal_y::after {
    bottom: -10%;
    position: absolute;
    z-index: 1;
    content: "";
    width: 60%;
    background: linear-gradient(225deg, rgb(164,176,164,0.5) 0%, transparent 80%);
    right: -10%;
    transform: rotate(15deg);
    border-radius: 100px;
    height: 60%;
}

.title_portal_y .text_frame_wrap_g li {
    margin-bottom: 2rem;
}

.title_portal_y .course_base_I svg path {
    stroke: rgb(164,176,164);
    transition: all 0.3s ease;
    fill: rgb(202,210,202);
    stroke-width: 0.5;
}

.title_portal_y .course_base_I p {
    line-height: 1.6;
    transform: translateY(20px);
    font-size: calc(18px * 1.2);
    color: #000000;
    animation: fadeSlideUp 0.8s ease-out 0.8s forwards;
    max-width: 600px;
    position: relative;
    opacity: 0;
    margin-bottom: 1.5rem;
}

.title_portal_y .message_map_q:hover {
    transform: translateY(-5px) scale(1.03);
    box-shadow: 0 15px 30px rgba(0,0,0,0.15), 0 10px 10px rgba(0,0,0,0.05);
}

.title_portal_y .header_image_p::after {
    position: absolute;
    border-radius: calc(26px - 10px);
    border: 2px solid rgb(255, 255, 255, 0.5);
    right: 10px;
    z-index: 2;
    top: 10px;
    left: 10px;
    content: "";
    bottom: 10px;
}

.get_support_f::before {
    content: "";
    left: 0;
    height: 100%;
    top: 0;
    width: 100%;
    animation: ambientGlow 15s infinite alternate;
    background: 
        radial-gradient(circle at 20% 20%, rgb(202,210,202,0.5) 0%, transparent 50%),
        radial-gradient(circle at 80% 80%, rgb(164,176,164,0.5) 0%, transparent 40%);
    z-index: -1;
    position: absolute;
}

.get_support_f .get_help_H::after {
    height: 3px;
    left: 0;
    content: "";
    bottom: -10px;
    width: 100%;
    animation: headerUnderline 3s infinite;
    background: linear-gradient(90deg, transparent, rgb(202,210,202), transparent);
    position: absolute;
}

.get_support_f .header_image_p::after {
    left: 0;
    width: 100%;
    z-index: 1;
    position: absolute;
    height: 100%;
    content: "";
    background: linear-gradient(
        135deg,
        rgba(0, 123, 255, 0.2) 0%,
        transparent 100%
    );
    top: 0;
}

.get_support_f .edu_input_r p span {
    margin-top: 0.3rem;
    font-weight: 600;
}

.get_support_f .edu_input_r svg {
    position: absolute;
    top: 5px;
    stroke-linejoin: round;
    stroke-width: 2;
    width: 18px;
    height: 18px;
    left: 0;
    stroke-linecap: round;
    fill: none;
    transition: transform 0.3s ease;
}

.get_support_f .edu_input_r p:nth-child(4) svg path {
    stroke-dasharray: 50;
    stroke-dashoffset: 50;
    animation: drawSVG 1.5s 0.6s forwards;
}

.get_support_f .chat_form_O::after {
    right: 20%;
}

.get_support_f .write_form_G {
    grid-template-columns: repeat(2, 1fr);
    display: grid;
    gap: 1rem;
}

.get_support_f .support_center_Q:hover {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    border-color: rgba(0, 123, 255, 0.2);
    transform: translateY(-3px);
    background: rgba(0, 123, 255, 0.1);
}

.check_it_out_now_j {
    overflow: hidden;
    position: relative;
    padding: 6rem 0;
    background: linear-gradient(135deg, rgb(202,210,202,0.5), rgb(202,210,202), rgb(164,176,164));
}

.check_it_out_now_j h2 {
    font-size: 32px;
    opacity: 0;
    margin-left: auto;
    margin-bottom: 3rem;
    text-align: center;
    transform: translateY(-10px);
    color: #ffffff;
    max-width: 800px;
    animation: fadeInUp 0.8s forwards ease-out;
    margin-right: auto;
    font-weight: 700;
    letter-spacing: 0.5px;
    line-height: 1.4;
    text-shadow: 0 2px 10px rgba(0,0,0,0.15);
}

.check_it_out_now_j .community_team_Q:hover svg path {
    fill: #ffffff;
}

.check_it_out_now_j .message_map_q::before {
    transition: left 0.6s ease-out;
    left: -100%;
    position: absolute;
    background: linear-gradient(90deg, transparent, rgba(255,255,255,0.3), transparent);
    top: 0;
    content: '';
    height: 100%;
    z-index: -1;
    width: 100%;
}



.our_story_y .container {
    max-width: 1000px;
    z-index: 2;
    padding: 0 20px;
    margin: 0 auto;
    position: relative;
}

.our_story_y .expert_team_Q {
    gap: 40px;
    display: flex;
    flex-direction: column;
}

.our_story_y .smart_learning_E:hover {
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.15);
    transform: translateY(-8px);
}

.our_story_y .smart_learning_E::before {
    transition: all 0.5s ease;
    background: rgb(202,210,202,0.5);
    content: "";
    height: 200px;
    position: absolute;
    top: -100px;
    width: 200px;
    border-radius: 50%;
    right: -100px;
    opacity: 0.1;
}

.our_story_y .smart_learning_E h3::after {
    height: 2px;
    left: 0;
    transition: width 0.3s ease;
    opacity: 0.3;
    background: currentColor;
    content: "";
    position: absolute;
    bottom: -5px;
    width: 100%;
}

.our_story_y .smart_learning_E:nth-child(2)::after {
    background: linear-gradient(to bottom, rgb(164,176,164), rgb(202,210,202));
}

.our_story_y .smart_learning_E:last-child {
    animation: fadeInUp 0.7s 0.2s ease forwards;
}

.plan_comparison_g::after {
    animation: float 18s ease-in-out infinite alternate-reverse;
    border-radius: 30% 70% 50% 50% / 30% 30% 70% 70%;
    height: 300px;
    opacity: 0.5;
    position: absolute;
    content: '';
    left: -50px;
    width: 300px;
    background: linear-gradient(135deg, rgb(164,176,164,0.5), transparent);
    bottom: -100px;
    z-index: 1;
    filter: blur(25px);
}

.plan_comparison_g .fee_schemes_X {
    transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    transform: translateY(30px);
    position: relative;
    text-decoration: none;
    opacity: 0;
    display: block;
    animation: fadeUp 0.8s ease-out 0.4s forwards;
}

.plan_comparison_g .price_panel_W h3 {
    transition: color 0.3s ease;
    color: #000000;
    margin-bottom: 1rem;
    font-weight: 700;
    position: relative;
    font-size: calc(24px + 2px);
}

.plan_comparison_g .fee_struct_m::after {
    background: rgb(202,210,202,0.5);
    content: '';
    width: 40px;
    transition: width 0.3s ease;
    bottom: 0;
    left: 0;
    height: 2px;
    position: absolute;
}

.plan_comparison_g .fee_schemes_X:hover .header_image_p::after {
    opacity: 1;
}

.course_candidates_g::before {
    height: 100%;
    position: absolute;
    background: linear-gradient(135deg, 
        transparent 0%,
        rgba(rgb(164,176,164,0.5), 0.05) 25%, 
        transparent 35%,
        rgba(rgb(202,210,202,0.5), 0.05) 50%,
        transparent 65%,
        rgba(rgb(164,176,164,0.5), 0.05) 75%,
        transparent 100%
    );
    top: 0;
    width: 100%;
    content: "";
    left: 0;
    z-index: -1;
}

.course_candidates_g ul::before {
    background: linear-gradient(
        to bottom,
        transparent,
        rgba(rgb(202,210,202,0.5), 0.3),
        transparent
    );
    height: 100%;
    position: absolute;
    z-index: -1;
    content: "";
    top: 0;
    width: 1px;
    left: 50%;
}

.course_candidates_g li:hover {
    box-shadow: 
        0 10px 25px rgba(0, 0, 0, 0.1),
        inset 0 0 0 1px rgba(rgb(202,210,202,0.5), 0.2);
    background: rgba(rgb(164,176,164,0.5), 0.05);
    transform: translateY(-5px);
}

.course_candidates_g li svg::after {
    border-radius: 50%;
    background: radial-gradient(
        circle,
        rgba(rgb(202,210,202,0.5), 0.3) 0%,
        transparent 70%
    );
    width: 100%;
    z-index: -1;
    content: "";
    height: 100%;
    position: absolute;
}

.appDiv_X .container {
    position: relative;
    margin: 0 auto;
    max-width: 1200px;
    z-index: 2;
    padding: 0 2rem;
}

.appDiv_X .community_team_Q > div:first-child {
    background: linear-gradient(45deg, rgb(202,210,202,0.5) 0%, rgb(202,210,202) 100%);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1), 0 5px 15px rgba(0, 0, 0, 0.07);
    clip-path: polygon(0 0, 100% 0, 95% 100%, 5% 100%);
    padding: 2.5rem;
    position: relative;
    transform: translateY(0) rotateX(0deg);
    transition: transform 0.6s cubic-bezier(0.23, 1, 0.32, 1);
}

.appDiv_X a {
    text-decoration: none;
    transition: transform 0.3s ease;
    display: block;
}

.appDiv_X a:focus {
    outline: 2px dashed rgb(164,176,164);
    outline-offset: 4px;
}

.privacy_container_U {
    font-family: Arial, sans-serif;
    overflow: hidden;
    background: linear-gradient(135deg, rgb(233,237,233) 0%, rgba(rgb(202,210,202,0.5), 0.05) 100%);
    padding: 5rem 2rem;
    position: relative;
}

.privacy_container_U h1::after {
    background: rgb(202,210,202);
    content: "";
    transform-origin: left;
    transform: scaleX(0);
    height: 3px;
    left: 0;
    position: absolute;
    bottom: -12px;
    animation: scaleIn 0.6s ease-out 0.6s forwards;
    width: 60px;
}

.privacy_container_U h4 {
    font-weight: 600;
    opacity: 0;
    opacity: 0.85;
    font-size: calc(35px * 0.75);
    animation: fadeup 0.5s ease-out 0.3s forwards;
    transform: translateY(10px);
    color: #000000;
    margin: 1.5rem 0 1rem;
}

.privacy_container_U span {
    line-height: 1.75;
    padding-left: 1rem;
    margin-bottom: 1.5rem;
    transform: translateY(10px);
    opacity: 0;
    display: block;
    font-size: 17px;
    color: #000000;
    position: relative;
    animation: fadeup 0.5s ease-out 0.4s forwards;
}

.privacy_container_U li:last-child {
    margin-bottom: 0;
}

.privacy_container_U li::before {
    left: 0;
    top: 0.5rem;
    position: absolute;
    border-radius: 1px;
    content: "";
    height: 8px;
    transform: rotate(45deg);
    width: 8px;
    background: rgb(164,176,164);
}

.contact_M h2::after {
    position: absolute;
    transform: translateX(-50%);
    content: "";
    bottom: -15px;
    height: 3px;
    background: rgb(202,210,202);
    left: 50%;
    width: 60px;
}

.contact_M .header_image_p::after {
    background: linear-gradient(45deg, rgb(202,210,202,0.5), transparent);
    position: absolute;
    width: 100%;
    left: 0;
    height: 100%;
    top: 0;
    content: "";
}

.contact_M h3::after {
    content: "";
    bottom: 0;
    left: 0;
    height: 2px;
    background: rgb(202,210,202,0.5);
    position: absolute;
    width: 100%;
}

.contact_M .help_support_M {
    margin-top: 10px;
    display: flex;
    gap: 12px;
    align-items: flex-start;
}

.contact_M .help_support_M label {
    color: #000000;
    font-size: 16px;
    line-height: 1.5;
}

.contact_M .help_support_M a:hover {
    color: rgb(164,176,164);
}

.contact_M .message_map_q {
    background: rgb(202,210,202);
    font-size: 16px;
    border-radius: 10px;
    margin-top: 20px;
    cursor: pointer;
    transition: all 0.3s ease;
    align-self: flex-start;
    box-shadow: 0 8px 20px rgb(202,210,202,0.5);
    position: relative;
    overflow: hidden;
    padding: 16px 40px;
    border: none;
    color: #ffffff;
    font-weight: 600;
}

.training_results_T .container {
    padding: 0 20px;
    margin: 0 auto;
    max-width: 1200px;
    z-index: 2;
    position: relative;
}

.training_results_T .community_team_Q::before {
    z-index: 1;
    width: 2px;
    position: absolute;
    top: 10%;
    height: 80%;
    background: linear-gradient(to bottom, rgb(202,210,202,0.5), transparent);
    left: calc(50% - 1px);
    content: "";
}

.training_results_T .header_image_p:hover::after {
    inset: -25px;
    opacity: 0.3;
}

.training_results_T .text_frame_wrap_g::before {
    height: 70px;
    top: -10px;
    border-left: 3px solid rgb(202,210,202);
    opacity: 0.7;
    position: absolute;
    left: -10px;
    border-top: 3px solid rgb(202,210,202);
    content: "";
    width: 70px;
    border-radius: 10px 0 0 0;
}

.training_results_T li {
    border-radius: 12px;
    overflow: hidden;
    transition: all 0.3s ease;
    background: rgb(233,237,233);
    position: relative;
}

.training_results_T li p {
    font-size: 18px;
    display: flex;
    z-index: 1;
    margin: 0;
    line-height: 1.5;
    padding: 16px 20px;
    gap: 16px;
    position: relative;
    font-weight: 400;
    align-items: center;
    color: #000000;
}

.academic_expertise_y::before {
    opacity: 0.07;
    background-size: 60px 60px;
    height: 100%;
    left: 0;
    width: 100%;
    top: 0;
    content: "";
    background-image: 
        linear-gradient(30deg, rgb(164,176,164,0.5) 2px, transparent 2px),
        linear-gradient(120deg, rgb(164,176,164,0.5) 2px, transparent 2px);
    position: absolute;
    z-index: 0;
}

.academic_expertise_y .header_image_p {
    transition: transform 0.6s cubic-bezier(0.34, 1.56, 0.64, 1);
    transform: rotate(-2deg);
    width: 160px;
    box-shadow: 
        8px 8px 16px rgba(rgba(0, 0, 0, 0.5), 0.1),
        -4px -4px 12px rgba(#ffffff, 0.6);
    position: relative;
    border-radius: 12px;
    height: 160px;
}

.academic_expertise_y .name {
    font-family: Arial, sans-serif;
    font-weight: 700;
    position: relative;
    display: inline-block;
    color: rgb(202,210,202);
    margin: 0 0 10px;
    letter-spacing: 0.5px;
    font-size: calc(23px * 1.1);
}

.academic_expertise_y .exp_container_N::before {
    color: rgb(164,176,164);
    content: "";
    left: 10px;
    position: absolute;
    font-size: 80px;
    opacity: 0.1;
    font-family: serif;
    top: -20px;
}

.program_information_E {
    position: relative;
    padding: 120px 0;
    overflow: hidden;
    background: linear-gradient(120deg, rgb(233,237,233) 0%, rgba(0, 0, 0, 0.5) 60%, rgb(202,210,202,0.5) 100%);
}

.program_information_E .job_training_q {
    margin-right: auto;
    margin-left: auto;
    transform: translateY(80px);
    border-radius: 23px;
    padding: 60px;
    position: relative;
    width: 75%;
    z-index: 3;
    background: #ffffff;
    backdrop-filter: blur(10px);
    box-shadow: 
        0 25px 50px -12px rgba(0, 0, 0, 0.5),
        0 0 0 1px rgb(202,210,202,0.5),
        0 0 40px rgb(164,176,164,0.5);
}

.program_information_E .main_head_N:hover svg {
    fill: rgb(164,176,164);
    transform: scale(1.2) rotate(-10deg);
}

.program_information_E .job_training_q h3 {
    position: relative;
    padding-bottom: 15px;
    font-size: 38px;
    margin-bottom: 25px;
    color: #000000;
    transform: translateZ(0);
    font-weight: 700;
}

.program_information_E .job_training_q p::first-letter {
    margin-top: 8px;
    margin-right: 8px;
    float: left;
    color: rgb(202,210,202);
    font-weight: 700;
    font-size: 2em;
    line-height: 0.8;
}

.program_information_E .community_team_Q:hover .header_image_p::before {
    opacity: 0.5;
}

.program_information_E .header_image_p::after {
    content: "";
    top: 0;
    height: 100%;
    opacity: 0.1;
    z-index: 2;
    background: 
        repeating-linear-gradient(
            -45deg,
            rgba(0, 0, 0, 0.5) 0,
            rgba(0, 0, 0, 0.5) 1px,
            transparent 1px,
            transparent 10px
        );
    position: absolute;
    left: 0;
    width: 100%;
    mix-blend-mode: overlay;
}

.enroll_info_J .tiktok_edu_v {
    grid-column: 5 / 13;
    position: relative;
}

.enroll_info_J .head_class_j {
    display: grid;
    grid-gap: 40px;
    grid-template-columns: repeat(2, 1fr);
}

.enroll_info_J .top_train_a h5::before {
    top: 50%;
    border-radius: 50%;
    height: 8px;
    transform: translateY(-50%);
    width: 8px;
    background: rgb(202,210,202);
    left: -15px;
    position: absolute;
    content: '';
}

.enroll_info_J .top_train_a .head_class_j a:hover::before {
    background: rgb(202,210,202,0.5);
    width: 100%;
}

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

.enroll_info_J .company_holder::after {
    top: 40px;
    z-index: -1;
    width: 150px;
    border-radius: 50%;
    opacity: 0.4;
    content: '';
    height: 150px;
    position: absolute;
    filter: blur(60px);
    background: rgb(202,210,202,0.5);
    right: -50px;
}

.enroll_info_J .tiktok_edu_v::before {
    filter: blur(70px);
    opacity: 0.25;
    content: '';
    width: 180px;
    background: rgb(164,176,164,0.5);
    z-index: -1;
    position: absolute;
    bottom: -50px;
    left: 80px;
    border-radius: 50%;
    height: 180px;
}

header .nav_sitebar_G .main_head_N {
    z-index: 2;
    position: relative;
}

header .nav_sitebar_G .main_head_N {
    margin-bottom: 20px;
}

header .nav_sitebar_G .main_head_N .top_lead_R svg {
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    height: 40px;
    width: auto;
}

header .nav_sitebar_G .top_train_a .top_sitebar_m a {
    font-weight: 400;
    overflow: hidden;
    font-size: 14px;
    display: block;
    letter-spacing: 0.5px;
    position: relative;
    color: #000000;
    transition: color 0.3s ease, letter-spacing 0.3s ease;
    text-decoration: none;
    padding: 8px 0;
    font-family: Arial, sans-serif;
}

header .nav_sitebar_G .top_train_a .top_sitebar_m a {
    font-size: calc(14px - 1px);
    padding: 5px 0;
}

.client_feedback_g::before {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    content: "";
    background: 
        radial-gradient(circle at 10% 20%, rgb(202,210,202,0.5) 0%, transparent 30%),
        radial-gradient(circle at 90% 80%, rgb(164,176,164,0.5) 0%, transparent 40%);
    z-index: 0;
    top: 0;
}



.client_feedback_g .student_feedback_P {
    display: flex;
    perspective: 1000px;
    gap: 3rem;
    flex-wrap: wrap;
    justify-content: center;
}



.client_feedback_g .feedback_carousel_D:hover {
    transform: translateZ(20px);
    box-shadow: 
        0 20px 40px rgba(0, 0, 0, 0.2),
        0 0 10px rgb(202,210,202,0.5), 
        0 0 20px rgb(164,176,164,0.5);
}

.client_feedback_g .feedback_carousel_D:hover {
    transform: translateZ(30px) rotate(0);
}

.client_feedback_g .feedback_carousel_D img {
    border: 3px solid #ffffff;
    box-shadow: 
        0 0 0 1px rgb(202,210,202,0.5),
        0 0 10px rgb(202,210,202,0.5);
    height: 90px;
    margin-bottom: 1.5rem;
    transition: all 0.5s ease;
    border-radius: 50%;
    filter: grayscale(50%);
    object-fit: cover;
    width: 90px;
}


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



@media (max-width: 767px) {.title_portal_y .course_base_I svg {
    width: 120px;
    height: 120px;
}.title_portal_y .course_base_I p {
    font-size: 18px;
}.title_portal_y .message_map_q {
    width: 100%;
    text-align: center;
}}



@media (min-width: 768px) {.get_support_f .get_help_a {
    align-items: flex-start;
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: wrap;
}.get_support_f .get_help_H {
    margin-bottom: 3rem;
    width: 100%;
}.get_support_f .header_image_p {
    flex-shrink: 0;
    height: 250px;
    margin: 0;
    width: 250px;
}.get_support_f .edu_input_r {
    flex: 1;
    margin-left: 2.5rem;
}.get_support_f .edu_input_r svg {
    width: 20px;
    height: 20px;
}.get_support_f .write_form_G {
    grid-template-columns: repeat(3, 1fr);
}
}



@media (max-width: 576px) {.check_it_out_now_j {
    padding: 3.5rem 0;
}.check_it_out_now_j h2 {
    margin-bottom: 1.5rem;
    font-size: calc(32px * 0.7);
    line-height: 1.5;
}.check_it_out_now_j .community_team_Q {
    gap: 1rem;
    padding: 1.2rem;
}.check_it_out_now_j svg {
    height: 36px;
    width: 36px;
}.check_it_out_now_j .message_map_q {
    font-size: calc(20px * 0.9);
    padding: 0.8rem 1.5rem;
}.check_it_out_now_j::after {
    width: 15rem;
    height: 15rem;
}
}



@media (min-width: 992px) {.plan_comparison_g .rate_schemes_S {
    flex-direction: row-reverse;
}.plan_comparison_g .deal_opts_G {
    display: flex;
    width: 35%;
    text-align: left;
    padding-right: 3rem;
    flex-direction: column;
    justify-content: center;
}.plan_comparison_g .deal_opts_G h2 {
    text-align: left;
}.plan_comparison_g .deal_opts_G h2::after {
    transform: none;
    left: 0;
}.plan_comparison_g .trial_rates_V {
    margin: 1.5rem 0 0;
}.plan_comparison_g .package_deal_S {
    gap: 2rem;
    margin-top: 0;
    grid-template-columns: repeat(2, 1fr);
    width: 65%;
}
}



@media (max-width: 768px) {.course_candidates_g {
    padding: 3.5rem 0;
}.course_candidates_g .community_team_Q {
    padding: 0 1.5rem;
}.course_candidates_g h3 {
    margin-bottom: 2rem;
    font-size: calc(38px * 0.8);
    text-align: center;
    padding-left: 0;
}.course_candidates_g h3::before {
    bottom: -12px;
    left: 50%;
    width: 80px;
    height: 4px;
    top: auto;
    transform: translateX(-50%);
}.course_candidates_g ul {
    grid-template-columns: 1fr;
    gap: 1.5rem;
}.course_candidates_g ul::before {
    display: none;
}
}



@media (max-width: 767px) {.appDiv_X {
    padding: 4rem 0;
}.appDiv_X .community_team_Q > div:first-child,
  .appDiv_X .community_team_Q > div:last-child {
    padding: 2rem;
}.appDiv_X h5 {
    font-size: calc(23px * 0.9);
}.appDiv_X p {
    font-size: calc(12px * 0.95);
}
}



@media (max-width: 767px) {.privacy_container_U {
    padding: 4rem 1.5rem;
}.privacy_container_U h1 {
    font-size: calc(48px * 0.9);
}.privacy_container_U h2 {
    font-size: calc(35px * 0.9);
}.privacy_container_U h3 {
    font-size: calc(35px * 0.8);
}.privacy_container_U h4 {
    font-size: calc(35px * 0.7);
}.privacy_container_U p, .privacy_container_U span {
    max-width: 100%;
}.privacy_container_U ul {
    padding: 1.25rem 1.5rem;
}}



@media (max-width: 576px) {.training_results_T {
    padding: 60px 0;
}.training_results_T .header_image_p {
    border-radius: 25% 45% 30% 40% / 40% 25% 45% 30%;
    width: 100%;
}.training_results_T .header_image_p::after {
    display: none;
}.training_results_T .text_frame_wrap_g {
    width: 100%;
    padding: 35px 25px;
}.training_results_T .text_frame_wrap_g::before,
    .training_results_T .text_frame_wrap_g::after {
    width: 50px;
    height: 50px;
}.training_results_T h3 {
    font-size: 23px;
    margin-bottom: 25px;
}.training_results_T ul {
    gap: 15px;
}.training_results_T li p {
    padding: 12px 15px;
}.training_results_T svg {
    width: 22px;
    padding: 4px;
    height: 22px;
}}



@media screen and (max-width: 1200px) {.program_information_E {
    padding: 100px 0;
}.program_information_E .job_training_q {
    transform: translateY(70px);
    padding: 50px;
    width: 85%;
}.program_information_E .header_image_p {
    width: 90%;
    height: 350px;
}
}



@media screen and (max-width: 992px) {.program_information_E {
    padding: 80px 0;
}.program_information_E .community_team_Q {
    flex-direction: column-reverse;
}.program_information_E .job_training_q {
    padding: 40px;
    transform: translateY(-70px);
    width: 90%;
    margin-left: auto;
    margin-right: auto;
}.program_information_E .main_head_N {
    width: 100px;
    left: 40px;
    height: 100px;
    top: -50px;
}.program_information_E .header_image_p {
    height: 320px;
    border-radius: 23px;
    margin-left: 0;
    margin-right: 0;
    transform: perspective(800px) rotateY(0) rotateX(0);
    width: 100%;
}.program_information_E .community_team_Q:hover .header_image_p {
    transform: perspective(800px) rotateY(0) rotateX(0);
}
}



@media (max-width: 992px) {.client_feedback_g .feedback_carousel_D {
    width: calc(50% - 2rem);
}
}



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



@keyframes growAndRotate {
  from {
    transform: scale(0) rotate(-10deg);
  }
  to {
    transform: scale(1) rotate(0);
  }
}



@keyframes ambientGlow {
    0% {
        opacity: 0.5;
        background-position: 0% 0%;
    }
    50% {
        opacity: 0.7;
    }
    100% {
        opacity: 0.5;
        background-position: 100% 100%;
    }
}

@keyframes backgroundShift {
    0% {
        background-position: 0 0, 0 0, 40px 70px, 40px 70px, 0 0, 40px 70px;
    }
    100% {
        background-position: 80px 140px, 80px 140px, 120px 210px, 120px 210px, 80px 140px, 120px 210px;
    }
}



@keyframes pulseEven {
    0% {
        opacity: 0.3;
        transform: scale(1);
    }
    100% {
        opacity: 0.6;
        transform: scale(1.4);
    }
}



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



@keyframes scaleIn {
    from {
        transform: scaleX(0);
    }
    to {
        transform: scaleX(1);
    }
}



@keyframes pulseGlow {
    0%, 100% {
        opacity: 0.4;
        transform: scale(1);
    }
    50% {
        opacity: 0.7;
        transform: scale(1.05);
    }
}

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

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

@keyframes pulse {
    0%, 100% { opacity: 0.2; }
    50% { opacity: 0.7; }
}

