* {
    padding: 0;
    box-sizing: border-box;
    margin: 0;
}html,body {
    min-height: 100%;
    font-family: Arial, sans-serif;
    color: #000000;
    height: 100%;
    scroll-behavior: smooth;
}.footer_social_9 {
    flex: 0 0 auto;
}header,footer {
    width: 100%;
}svg {
    height: 30px;
    width: 30px;
}.container {
    max-width: 100%;
    margin: auto;
    width: 1267px;
}a {
    text-decoration: none;
    color: inherit;
}.grid-container_4 {
    height: 100%;
    display: flex;
    min-height: 100%;
    flex-direction: column;
}.header_learn_3 {
    flex: 1 0 auto;
}
@media only screen and (max-width: 1200px)  {.container {
    width: 100%;
    padding: 0 20px;
}
}
@media only screen and (max-width: 800px)  {.container {
    padding: 0 12px;
}}
.cookie_message_banner_1 {
    box-shadow: 0 -3px 10px rgba(0, 0, 0, 0.5);
    display: flex;
    position: fixed;
    z-index: 100;
    width: 100%;
    justify-content: center;
    padding: 20px 0;
    border-top: 3px solid rgb(197,225,195);
    bottom: 0;
    background: rgb(229,242,228);
}.privacy_opt_8 {
    padding: 20px;
    display: flex;
    border: 2px solid rgb(197,225,195);
    background: rgba(0, 0, 0, 0.5);
    border-radius: 29px;
    margin: auto;
    width: 90%;
    justify-content: space-between;
    align-items: center;
    max-width: 1200px;
}.data_policy_9 {
    margin-right: 20px;
    flex-shrink: 0;
}.data_policy_9 svg {
    fill: rgb(197,225,195);
    width: 50px;
    height: 50px;
}.data_control_3 {
    flex-grow: 1;
    text-align: left;
    color: #ffffff;
}.data_control_3 h5 {
    color: rgb(197,225,195);
    margin-bottom: 10px;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 24px;
}.data_control_3 p {
    color: #ffffff;
    line-height: 1.5;
    margin: 0;
    font-size: 18px;
}.data_control_3 p a {
    text-decoration: underline;
    color: rgb(197,225,195);
}.visitor_confirm_4 {
    min-width: 120px;
    background: rgb(197,225,195);
    text-decoration: none;
    padding: 10px 20px;
    border: none;
    border-radius: 10px;
    font-size: 17px;
    flex-shrink: 0;
    text-align: center;
    color: #ffffff;
    cursor: pointer;
}.cookie_button.cookie_show_7 {
    margin-right: 10px;
}#cookie_popupbanner_9 {
    display: none;
}#cookie_popupbanner_9:checked ~ .cookie_message_banner_1 {
    visibility: hidden;
    opacity: 0;
}
@media only screen and (max-width: 1200px) {.privacy_opt_8 {
    align-items: center;
    flex-direction: column;
    text-align: center;
}.data_policy_9 {
    margin-bottom: 20px;
    margin-right: 0;
}.visitor_confirm_4 {
    max-width: 250px;
    margin: 10px 0;
    width: 100%;
}}
.leadership_experience_5 {
    background: linear-gradient(135deg, rgb(229,242,228) 0%, #ffffff 100%);
    padding: 5rem 0;
    overflow: hidden;
    position: relative;
}.leadership_experience_5::before {
    width: 30%;
    content: "";
    background: linear-gradient(45deg, rgb(161,202,158,0.5) 0%, rgb(197,225,195,0.5) 100%);
    position: absolute;
    opacity: 0.4;
    filter: blur(40px);
    z-index: 0;
    top: -10%;
    transform: rotate(-15deg);
    right: -5%;
    height: 80%;
}.leadership_experience_5::after {
    filter: blur(50px);
    transform: rotate(10deg);
    background: linear-gradient(-45deg, rgb(197,225,195,0.5) 0%, rgb(161,202,158,0.5) 100%);
    position: absolute;
    z-index: 0;
    height: 70%;
    width: 40%;
    opacity: 0.3;
    bottom: -10%;
    left: -5%;
    content: "";
}.leadership_experience_5 .container {
    max-width: 1200px;
    margin: 0 auto;
    z-index: 1;
    padding: 0 1.5rem;
    position: relative;
}.leadership_experience_5 .learner_voices_1 {
    backdrop-filter: blur(10px);
    padding: 2rem;
    border-left: 4px solid rgb(161,202,158);
    transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    display: grid;
    gap: 2rem;
    transform: perspective(1000px) rotateY(-2deg);
    grid-template-columns: 1fr;
    background: rgba(255, 255, 255, 0.85);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.08), 
                0 5px 15px rgba(0, 0, 0, 0.05);
}.leadership_experience_5 .learner_voices_1:hover {
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1), 
                0 10px 20px rgba(0, 0, 0, 0.05);
    transform: perspective(1000px) rotateY(0deg) translateY(-5px);
}.leadership_experience_5 .img_circular_6 {
    transform: rotate(-3deg);
    margin: 0 auto;
    position: relative;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15);
    transition: all 0.4s ease-out;
    border-radius: 10px;
    height: 180px;
    width: 180px;
}.leadership_experience_5 .img_circular_6:hover {
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.2);
    transform: rotate(0deg) scale(1.03);
}.leadership_experience_5 .img_circular_6::after {
    border: 2px solid rgba(255, 255, 255, 0.3);
    pointer-events: none;
    content: "";
    top: 10px;
    left: 10px;
    border-radius: 5px;
    right: 10px;
    position: absolute;
    bottom: 10px;
}.leadership_experience_5 .name {
    display: inline-block;
    font-size: 23px;
    color: #000000;
    font-weight: 700;
    position: relative;
    margin-bottom: 0.5rem;
}.leadership_experience_5 .name::after {
    position: absolute;
    bottom: -5px;
    background: linear-gradient(90deg, rgb(161,202,158) 0%, transparent 100%);
    content: "";
    left: 0;
    transition: width 0.3s ease;
    width: 40%;
    height: 3px;
}.leadership_experience_5 .learner_voices_1:hover .name::after {
    width: 70%;
}.leadership_experience_5 .experience_tasks_6 {
    color: #000000;
    border-left: 2px solid rgb(161,202,158,0.5);
    position: relative;
    line-height: 1.7;
    margin: 0;
    padding-left: 1.5rem;
    font-size: 12px;
}.leadership_experience_5 .experience_tasks_6::before {
    font-family: serif;
    font-size: 5rem;
    position: absolute;
    opacity: 0.3;
    content: "";
    left: -10px;
    color: rgb(161,202,158,0.5);
    top: -20px;
}

@media (min-width: 768px) {.leadership_experience_5 {
    padding: 7rem 0;
}.leadership_experience_5 .learner_voices_1 {
    grid-template-rows: auto 1fr;
    gap: 2.5rem;
    grid-template-columns: 220px 1fr;
    padding: 3rem;
}.leadership_experience_5 .learner_voices_1 > div:nth-child(1) {
    grid-row: 1 / 3;
}.leadership_experience_5 .img_circular_6 {
    height: 280px;
    margin: 0;
    width: 220px;
}.leadership_experience_5 .experience_tasks_6 {
    font-size: calc(12px + 0.1rem);
    padding-left: 2rem;
}
}

@media (min-width: 992px) {.leadership_experience_5 .learner_voices_1 {
    grid-template-columns: 300px 1fr;
    padding: 4rem;
    gap: 3rem;
}.leadership_experience_5 .img_circular_6 {
    width: 280px;
    height: 350px;
}.leadership_experience_5 .name {
    font-size: calc(23px + 0.2rem);
}.leadership_experience_5 .experience_tasks_6 {
    line-height: 1.8;
    padding-left: 2.5rem;
    font-size: calc(12px + 0.2rem);
}
}

@media (min-width: 1200px) {.leadership_experience_5 .container {
    padding: 0 2rem;
}.leadership_experience_5 .learner_voices_1 {
    padding: 5rem;
    transform: perspective(1500px) rotateY(-3deg);
    gap: 4rem;
    grid-template-columns: 350px 1fr;
}.leadership_experience_5 .img_circular_6 {
    width: 320px;
    height: 400px;
}
}

@media (max-width: 767px) {.leadership_experience_5 .learner_voices_1 > div:nth-child(2) {
    text-align: center;
}.leadership_experience_5 .name::after {
    transform: translateX(-50%);
    left: 50%;
}.leadership_experience_5 .experience_tasks_6 {
    padding: 1.5rem;
    text-align: left;
}}.price_pack_9 {
    overflow: hidden;
    background-color: rgb(229,242,228);
    padding: 6rem 0;
    position: relative;
}.price_pack_9::before {
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1;
    background: linear-gradient(135deg, rgb(197,225,195,0.5) 0%, transparent 70%);
    content: "";
    pointer-events: none;
    position: absolute;
    width: 100%;
}.price_pack_9::after {
    height: 20rem;
    pointer-events: none;
    transform: rotate(-15deg);
    content: "";
    right: -5rem;
    position: absolute;
    background: linear-gradient(225deg, rgb(161,202,158) 0%, transparent 80%);
    z-index: 1;
    width: 20rem;
    opacity: 0.15;
    bottom: -5rem;
}.price_pack_9 .container {
    position: relative;
    z-index: 2;
    margin: 0 auto;
    max-width: 1400px;
    padding: 0 2rem;
}.price_pack_9 .learning_pricing_8 {
    position: relative;
    gap: 3rem;
    grid-template-columns: 1fr;
    display: grid;
}.price_pack_9 .premium_cost_9 {
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
    border-left: 4px solid rgb(197,225,195);
    padding: 2rem;
    transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    background-color: #ffffff;
    position: relative;
    transform: translateZ(0);
}.price_pack_9 .premium_cost_9::before {
    background-color: rgb(197,225,195);
    transform: rotate(45deg);
    left: -20px;
    z-index: -1;
    content: "";
    height: 40px;
    width: 40px;
    top: 20px;
    position: absolute;
}.price_pack_9 .premium_cost_9 h2 {
    color: #000000;
    position: relative;
    font-weight: 700;
    font-size: 29px;
    margin-bottom: 1.5rem;
    transform: perspective(800px) translateZ(30px);
}.price_pack_9 .premium_cost_9 h2::after {
    position: absolute;
    width: 80px;
    bottom: -10px;
    left: 0;
    background: linear-gradient(90deg, rgb(197,225,195), rgb(161,202,158));
    height: 3px;
    content: "";
}.price_pack_9 .premium_cost_9 .learning_cost_0 {
    line-height: 1.6;
    font-size: 18px;
    max-width: 80%;
    color: #000000;
}.price_pack_9 .trial_pricing_9 {
    perspective: 1000px;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    display: grid;
    gap: 2rem;
}.price_pack_9 .annual_plan_0 {
    color: inherit;
    display: block;
    text-decoration: none;
    transform-style: preserve-3d;
    position: relative;
    transition: all 0.4s ease;
}.price_pack_9 .annual_plan_0:hover {
    transform: translateY(-10px);
}.price_pack_9 .price_choices_0 {
    border-radius: 10px;
    background-color: #ffffff;
    transform: translateZ(0);
    overflow: hidden;
    position: relative;
    transition: transform 0.5s cubic-bezier(0.23, 1, 0.32, 1), box-shadow 0.5s ease;
    height: 100%;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
    flex-direction: column;
    display: flex;
}.price_pack_9 .annual_plan_0:hover .price_choices_0 {
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.12), 0 0 0 1px rgb(197,225,195,0.5);
    transform: translateZ(20px);
}.price_pack_9 .annual_plan_0:nth-child(odd) .price_choices_0 {
    transform: rotate(-1deg);
}.price_pack_9 .annual_plan_0:nth-child(even) .price_choices_0 {
    transform: rotate(1deg);
}.price_pack_9 .annual_plan_0:hover .price_choices_0 {
    transform: rotate(0) translateZ(20px);
}.price_pack_9 .learning_fees_5 {
    padding: 2rem;
    position: relative;
    overflow-wrap: break-word;
    display: flex;
    flex: 1;
    z-index: 2;
    flex-direction: column;
    word-break: break-word;
}.price_pack_9 .learning_fees_5::before {
    top: 0;
    left: 0;
    position: absolute;
    width: 100%;
    z-index: -1;
    content: "";
    height: 100%;
    background: linear-gradient(135deg, #ffffff 0%, rgba(255, 255, 255, 0.8) 100%);
}.price_pack_9 .learning_fees_5 h3 {
    color: #000000;
    position: relative;
    font-size: calc(19px * 1.2);
    margin-bottom: 1rem;
    transition: transform 0.3s ease;
    font-weight: 600;
    transform: translateZ(10px);
}.price_pack_9 .annual_plan_0:hover .learning_fees_5 h3 {
    transform: translateZ(25px);
}.price_pack_9 .learning_fees_5 h3::after {
    position: absolute;
    left: 0;
    bottom: -8px;
    height: 3px;
    background: rgb(197,225,195);
    content: "";
    transition: width 0.3s ease;
    width: 40px;
}.price_pack_9 .annual_plan_0:hover .learning_fees_5 h3::after {
    width: 60px;
}.price_pack_9 .payment_plan_9 {
    margin: 0.5rem 0 1.5rem;
    position: relative;
    font-weight: 700;
    display: block;
    transform: translateZ(15px);
    color: rgb(197,225,195);
    font-size: calc(19px * 1.8);
}.price_pack_9 .payment_plan_9::before {
    position: absolute;
    content: "";
    width: 80px;
    left: 0;
    bottom: -8px;
    height: 2px;
    background: linear-gradient(90deg, rgb(197,225,195,0.5), transparent);
}.price_pack_9 .learning_fees_5 p {
    margin-top: 1rem;
    line-height: 1.6;
    overflow-wrap: break-word;
    flex: 1;
    word-break: break-word;
    color: #000000;
    font-size: 18px;
}.price_pack_9 .img_circular_6 {
    transform: translateZ(0);
    position: relative;
    overflow: hidden;
    height: 200px;
    width: 100%;
    transition: transform 0.5s ease;
}.price_pack_9 .annual_plan_0:hover .img_circular_6 {
    transform: scale(1.05) translateZ(0);
}.price_pack_9 .img_circular_6::after {
    width: 100%;
    z-index: 1;
    height: 50%;
    content: "";
    bottom: 0;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.6), transparent);
    left: 0;
    position: absolute;
}.price_pack_9 .img_circular_6::before {
    background: rgb(197,225,195);
    content: "";
    left: 0;
    opacity: 0.15;
    transition: opacity 0.3s ease;
    width: 100%;
    z-index: 1;
    position: absolute;
    top: 0;
    height: 100%;
}.price_pack_9 .annual_plan_0:hover .img_circular_6::before {
    opacity: 0.05;
}

@media (min-width: 992px) {.price_pack_9 .learning_pricing_8 {
    grid-template-columns: 2fr 1fr;
    gap: 4rem;
}.price_pack_9 .premium_cost_9 {
    padding: 3rem;
}.price_pack_9 .trial_pricing_9 {
    grid-column: 1;
    grid-row: 1;
}.price_pack_9 .premium_cost_9 {
    align-self: start;
    grid-row: 1;
    grid-column: 2;
    position: sticky;
    top: 2rem;
    transform: perspective(1000px) rotateY(-5deg) translateZ(0);
}.price_pack_9 .premium_cost_9:hover {
    transform: perspective(1000px) rotateY(0) translateZ(30px);
}
}

@media (min-width: 1200px) {.price_pack_9 .trial_pricing_9 {
    grid-template-columns: repeat(2, 1fr);
    gap: 2.5rem;
}.price_pack_9 .learning_fees_5 {
    min-height: 300px;
}
}

@media (max-width: 991px) {.price_pack_9 {
    padding: 4rem 0;
}.price_pack_9 .premium_cost_9 {
    order: -1;
}.price_pack_9 .premium_cost_9 h2 {
    font-size: calc(29px * 0.9);
}.price_pack_9 .premium_cost_9 .learning_cost_0 {
    max-width: 100%;
}
}

@media (max-width: 767px) {.price_pack_9 {
    padding: 3rem 0;
}.price_pack_9 .container {
    padding: 0 1.5rem;
}.price_pack_9 .trial_pricing_9 {
    grid-template-columns: 1fr;
}.price_pack_9 .premium_cost_9 h2 {
    font-size: calc(29px * 0.8);
}.price_pack_9 .learning_fees_5 {
    padding: 1.5rem;
}.price_pack_9 .payment_plan_9 {
    font-size: calc(19px * 1.5);
}.price_pack_9 .img_circular_6 {
    height: 180px;
}
}

@media (max-width: 480px) {.price_pack_9 .learning_fees_5 p {
    font-size: calc(18px * 0.9);
}.price_pack_9 .learning_fees_5 h3 {
    font-size: 19px;
}.price_pack_9 .payment_plan_9 {
    font-size: calc(19px * 1.3);
}.price_pack_9 .img_circular_6 {
    height: 160px;
}}.course_program_info_9 {
    background: rgb(161,202,158);
    min-height: 100vh;
    grid-template-columns: 1fr 1fr;
    overflow: hidden;
    display: grid;
    position: relative;
}.course_program_info_9 .program_plan_7 {
    top: 0;
    height: 100%;
    position: absolute;
    width: 50%;
    right: 0;
    clip-path: polygon(25% 0%, 100% 0%, 100% 100%, 0% 100%);
    overflow: hidden;
}.course_program_info_9 .skill_master_3 {
    width: 100%;
    flex-direction: column;
    animation: verticalScroll 25s ease-in-out infinite alternate;
    height: 400%;
    display: flex;
}.course_program_info_9 .program_plan_7:hover .skill_master_3 {
    animation-play-state: paused;
}.course_program_info_9 .coding_class_3 {
    height: 25%;
    transform: scale(1.1);
    transition: transform 0.5s ease;
    position: relative;
    width: 100%;
}.course_program_info_9 .coding_class_3::after {
    content: "";
    background: linear-gradient(to right, #000000 0%, transparent 50%);
    z-index: 1;
    position: absolute;
    inset: 0;
}.course_program_info_9 .coding_class_3 img {
    transition: filter 0.5s ease;
    width: 100%;
    filter: saturate(0.8) contrast(1.2);
    height: 100%;
    object-fit: cover;
}.course_program_info_9 .coding_class_3:hover img {
    filter: saturate(1.2) contrast(1.3);
}@keyframes verticalScroll {
    0%, 5% {
        transform: translateY(0);
    }
    23%, 28% {
        transform: translateY(-25%);
    }
    48%, 53% {
        transform: translateY(-50%);
    }
    73%, 78% {
        transform: translateY(-75%);
    }
    95%, 100% {
        transform: translateY(-75%);
    }
}

.course_program_info_9 .container {
    height: 100%;
    grid-column: 1;
    align-items: center;
    z-index: 5;
    position: relative;
    display: flex;
}.course_program_info_9 .quick_skill_5 {
    padding-left: 10%;
    width: 100%;
    padding-right: 10%;
}.course_program_info_9 .tech_skills_0 {
    padding: 4rem 3rem;
    border-left: 4px solid rgb(197,225,195);
    position: relative;
    background: transparent;
}.course_program_info_9 .tech_skills_0::before {
    transition: width 0.6s ease;
    width: 0;
    top: 0;
    background: rgb(197,225,195,0.5);
    height: 100%;
    left: 0;
    content: "";
    position: absolute;
    z-index: -1;
}.course_program_info_9 .tech_skills_0:hover::before {
    width: 100%;
}.course_program_info_9 .tech_skills_0::after {
    position: absolute;
    background: rgb(197,225,195);
    transform: translateY(-50%) rotate(45deg);
    width: 40px;
    top: 50%;
    left: -20px;
    height: 40px;
    content: "";
}.course_program_info_9 .tech_skills_0 h3 {
    font-size: 44px;
    letter-spacing: 2px;
    margin-bottom: 2rem;
    text-transform: uppercase;
    color: #ffffff;
    font-weight: 700;
}.course_program_info_9 .tech_skills_0 span > * {
    display: inline-block;
    transform: skewX(15deg);
}.course_program_info_9 .tech_skills_0 p {
    font-size: 15px;
    padding-left: 1rem;
    border-left: 2px solid rgb(161,202,158);
    position: relative;
    margin-bottom: 2.5rem;
    line-height: 1.8;
    color: #ffffff;
}.course_program_info_9 .tech_skills_0 .request_info_2 {
    border: 2px solid rgb(197,225,195);
    font-weight: 700;
    z-index: 1;
    background: transparent;
    display: inline-block;
    text-decoration: none;
    overflow: hidden;
    position: relative;
    transition: color 0.3s ease;
    letter-spacing: 1px;
    font-size: 15px;
    color: #ffffff;
    padding: 1rem 2.5rem;
    text-transform: uppercase;
}.course_program_info_9 .tech_skills_0 .request_info_2::before {
    transition: width 0.3s ease;
    z-index: -1;
    width: 0;
    height: 100%;
    left: 0;
    content: "";
    top: 0;
    position: absolute;
    background: rgb(197,225,195);
}.course_program_info_9 .tech_skills_0 .request_info_2:hover {
    color: #000000;
}.course_program_info_9 .tech_skills_0 .request_info_2:hover::before {
    width: 100%;
}

@media screen and (max-width: 1200px) {.course_program_info_9 .tech_skills_0 h3 {
    font-size: calc(44px * 0.85);
}.course_program_info_9 .quick_skill_5 {
    padding-right: 0;
    padding-left: 5%;
}
}

@media screen and (max-width: 992px) {.course_program_info_9 {
    grid-template-rows: 40vh 1fr;
    grid-template-columns: 1fr;
}.course_program_info_9 .program_plan_7 {
    position: relative;
    height: 40vh;
    clip-path: none;
    width: 100%;
}.course_program_info_9 .skill_master_3 {
    animation: horizontalScroll 25s ease-in-out infinite alternate;
    width: 400%;
    flex-direction: row;
    height: 100%;
}.course_program_info_9 .coding_class_3 {
    height: 100%;
    width: 25%;
}.course_program_info_9 .coding_class_3::after {
    background: linear-gradient(to bottom, #000000 0%, transparent 50%);
}.course_program_info_9 .container {
    padding: 3rem 0;
    grid-row: 2;
    grid-column: auto;
}.course_program_info_9 .quick_skill_5 {
    padding: 0 5%;
}
    
    @keyframes horizontalScroll {
        0%, 5% {
            transform: translateX(0);
        }
        23%, 28% {
            transform: translateX(-25%);
        }
        48%, 53% {
            transform: translateX(-50%);
        }
        73%, 78% {
            transform: translateX(-75%);
        }
        95%, 100% {
            transform: translateX(-75%);
        }
    }
}

@media screen and (max-width: 768px) {.course_program_info_9 .tech_skills_0 {
    padding: 3rem 1.5rem;
}.course_program_info_9 .tech_skills_0 h3 {
    font-size: 33px;
    margin-bottom: 1.5rem;
}.course_program_info_9 .tech_skills_0::after {
    left: -15px;
    height: 30px;
    width: 30px;
}
}

@media screen and (max-width: 480px) {.course_program_info_9 {
    grid-template-rows: 30vh 1fr;
}.course_program_info_9 .program_plan_7 {
    height: 30vh;
}.course_program_info_9 .skill_master_3 {
    width: 300%;
    animation-duration: 20s;
}.course_program_info_9 .coding_class_3 {
    width: 33.333%;
}.course_program_info_9 .tech_skills_0 {
    border-left-width: 3px;
    padding: 2rem 1rem;
}.course_program_info_9 .tech_skills_0 h3 {
    letter-spacing: 1px;
    font-size: calc(33px * 0.9);
}.course_program_info_9 .tech_skills_0 p {
    font-size: calc(15px * 0.9);
    padding-left: 0.5rem;
}.course_program_info_9 .tech_skills_0 .request_info_2 {
    padding: 0.8rem 1.5rem;
    font-size: calc(15px * 0.9);
    text-align: center;
    display: block;
}.course_program_info_9 .tech_skills_0::after {
    height: 20px;
    width: 20px;
    left: -10px;
}@keyframes horizontalScroll {
        0%, 5% {
            transform: translateX(0);
        }
        30%, 35% {
            transform: translateX(-33.333%);
        }
        60%, 65% {
            transform: translateX(-66.666%);
        }
        95%, 100% {
            transform: translateX(-66.666%);
        }
    }
}footer {
    position: relative;
    color: #ffffff;
    z-index: 1;
    font-family: Arial, sans-serif;
}footer::before {
    background: linear-gradient(135deg, rgba(0, 0, 0, 0.5) 0%, rgb(197,225,195,0.5) 50%, rgb(161,202,158,0.5) 100%);
    content: "";
    position: absolute;
    backdrop-filter: blur(8px);
    width: 100%;
    top: 0;
    z-index: -1;
    height: 100%;
    animation: gradientShift 15s ease infinite;
    left: 0;
}.footer_social_9 {
    position: relative;
    padding: 4.5rem 0 2rem;
}.footer_social_9::before {
    right: 0;
    left: 0;
    position: absolute;
    animation: shimmer 8s linear infinite;
    height: 1px;
    top: 0;
    background: linear-gradient(to right, 
                transparent 0%, 
                rgb(197,225,195) 25%, 
                #ffffff 50%, 
                rgb(161,202,158) 75%, 
                transparent 100%);
    content: "";
}.footer_social_9 .container {
    z-index: 1;
    display: flex;
    justify-content: space-between;
    position: relative;
    flex-wrap: wrap;
}.footer_social_9 .company_holder {
    transform: translateY(0);
    border-radius: 26px;
    margin-right: 2rem;
    flex: 1 1 350px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15), 
                inset 0 0 0 1px rgba(255, 255, 255, 0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    padding: 1.5rem;
    backdrop-filter: blur(15px);
    background: rgba(0, 0, 0, 0.5);
}.footer_social_9 .company_holder:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.2), 
                inset 0 0 0 1px rgba(255, 255, 255, 0.15),
                0 0 20px rgb(197,225,195,0.5);
}.footer_social_9 .company_holder h3 {
    margin-bottom: 1.25rem;
    color: #ffffff;
    position: relative;
    font-size: calc(28px * 0.85);
    display: inline-block;
    font-weight: 700;
}.footer_social_9 .company_holder h3::after {
    background: linear-gradient(to right, rgb(197,225,195), rgb(161,202,158));
    transform: scaleX(0.3);
    height: 2px;
    transition: transform 0.5s ease;
    content: "";
    bottom: -8px;
    width: 100%;
    left: 0;
    transform-origin: left;
    position: absolute;
}.footer_social_9 .company_holder:hover h3::after {
    transform: scaleX(1);
}.footer_social_9 .edu_global_0 {
    max-width: 450px;
    font-size: 14px;
    line-height: 1.6;
    color: rgba(255, 255, 255, 0.7);
    margin-top: 1rem;
}.footer_social_9 .med_guides_1 {
    position: relative;
    flex: 1 1 450px;
}.footer_social_9 .main_site_1 {
    flex-wrap: wrap;
    display: flex;
    gap: 1.5rem;
}.footer_social_9 .med_guides_1 .main_site_1 {
    justify-content: flex-end;
}.footer_social_9 .main_start_3 {
    overflow: hidden;
    background: rgba(255, 255, 255, 0.05);
    border-radius: 26px;
    padding: 1.5rem;
    flex: 1 1 200px;
    transition: all 0.3s ease;
    backdrop-filter: blur(10px);
    position: relative;
}.footer_social_9 .main_start_3 h5 {
    font-weight: 600;
    position: relative;
    margin-bottom: 1.25rem;
    font-size: 18px;
    color: #ffffff;
    display: inline-block;
}.footer_social_9 .main_start_3 h5::before {
    background: rgb(197,225,195);
    bottom: -6px;
    content: "";
    position: absolute;
    width: 40px;
    transition: width 0.3s ease;
    height: 2px;
    left: 0;
}.footer_social_9 .main_start_3:hover h5::before {
    width: 100%;
}.footer_social_9 .main_start_3 .main_site_1 {
    flex-direction: column;
    display: flex;
    gap: 0.75rem;
}.footer_social_9 .main_start_3 a {
    display: block;
    border-radius: 10px;
    font-size: 14px;
    z-index: 1;
    color: rgba(255, 255, 255, 0.8);
    transition: all 0.3s ease;
    position: relative;
    text-decoration: none;
    padding: 0.25rem 0.5rem;
}.footer_social_9 .main_start_3 a::before {
    transition: width 0.3s ease;
    height: 1px;
    bottom: 0;
    content: "";
    position: absolute;
    left: 0;
    background: linear-gradient(to right, rgb(197,225,195), rgb(161,202,158));
    width: 0;
    z-index: -1;
}.footer_social_9 .main_start_3 a:hover {
    color: #ffffff;
    transform: translateX(5px);
}.footer_social_9 .main_start_3 a:hover::before {
    width: 100%;
}.ranking_bar_6 {
    position: relative;
    background: rgba(0, 0, 0, 0.5);
    overflow: hidden;
    padding: 1.5rem 0;
    backdrop-filter: blur(15px);
}.ranking_bar_6::before {
    content: "";
    background: linear-gradient(to right, 
                transparent 0%, 
                rgb(161,202,158) 25%, 
                #ffffff 50%, 
                rgb(197,225,195) 75%, 
                transparent 100%);
    top: 0;
    right: 0;
    height: 1px;
    position: absolute;
    left: 0;
}.ranking_bar_6 .container {
    display: flex;
    justify-content: center;
    position: relative;
    align-items: center;
}.ranking_bar_6 .calc_foot_1 {
    text-align: center;
    font-size: 13px;
    background: rgba(0, 0, 0, 0.1);
    padding: 0.5rem 1rem;
    color: rgba(255, 255, 255, 0.7);
    border-radius: 30px;
    transition: all 0.3s ease;
    backdrop-filter: blur(5px);
    position: relative;
}.ranking_bar_6 .calc_foot_1:hover {
    box-shadow: 0 0 15px rgb(197,225,195,0.5);
    color: #ffffff;
    background: rgba(0, 0, 0, 0.2);
}

@keyframes gradientShift {
    0%, 100% {
        background-position: 0% 50%;
    }
    50% {
        background-position: 100% 50%;
    }
}

@keyframes shimmer {
    0% {
        background-position: -1000px 0;
    }
    100% {
        background-position: 1000px 0;
    }
}

@keyframes pulsate {
    0%, 100% {
        opacity: 0.4;
        transform: scale(1);
    }
    50% {
        opacity: 0.6;
        transform: scale(1.05);
    }
}

@media (max-width: 992px) {.footer_social_9 {
    padding: 3.5rem 0 2rem;
}.footer_social_9 .container {
    flex-direction: column;
}.footer_social_9 .company_holder {
    flex: 1 1 100%;
    margin-right: 0;
    margin-bottom: 2rem;
}.footer_social_9 .med_guides_1 {
    flex: 1 1 100%;
}.footer_social_9 .med_guides_1 .main_site_1 {
    justify-content: space-between;
}.footer_social_9 .main_start_3 {
    flex: 1 1 calc(50% - 1rem);
}
}

@media (max-width: 768px) {.footer_social_9 {
    padding: 3rem 0 1.5rem;
}.footer_social_9::before {
    height: 2px;
}.footer_social_9 .company_holder {
    padding: 1.25rem;
}.footer_social_9 .main_start_3 {
    margin-bottom: 1rem;
    flex: 1 1 100%;
}.footer_social_9 .med_guides_1 .main_site_1 {
    flex-direction: column;
}.ranking_bar_6 {
    padding: 1.25rem 0;
}.ranking_bar_6::before {
    height: 2px;
}
}

@media (max-width: 576px) {.footer_social_9 {
    padding: 2.5rem 0 1rem;
}.footer_social_9 .company_holder h3 {
    font-size: calc(28px * 0.75);
}.footer_social_9 .edu_global_0 {
    font-size: calc(14px * 0.9);
}.footer_social_9 .main_start_3 h5 {
    font-size: calc(18px * 0.9);
}.footer_social_9 .main_start_3 a {
    font-size: calc(14px * 0.9);
}.ranking_bar_6 .calc_foot_1 {
    padding: 0.4rem 0.8rem;
    font-size: calc(13px * 0.9);
}}

@keyframes rotate {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}

@keyframes float {
    0%, 100% {
        transform: translateY(0) scale(1);
    }
    50% {
        transform: translateY(-30px) scale(1.1);
    }
}

.footer_social_9 .main_site_1 a::after {
    position: absolute;
    border-radius: 50%;
    width: 4px;
    background: rgb(197,225,195);
    height: 4px;
    content: "";
    transition: transform 0.3s ease;
    left: -10px;
    top: 50%;
    transform: translateY(-50%) scale(0);
}.footer_social_9 .main_site_1 a:hover::after {
    transform: translateY(-50%) scale(1);
}.footer_social_9 .edu_global_0::before {
    left: -10px;
    top: -10px;
    position: absolute;
    border: 1px solid transparent;
    height: 0;
    transition: width 0.5s ease 0.3s, height 0.5s ease;
    content: "";
    width: 0;
}.footer_social_9 .edu_global_0::after {
    transition: width 0.5s ease 0.3s, height 0.5s ease;
    height: 0;
    bottom: -10px;
    width: 0;
    border: 1px solid transparent;
    position: absolute;
    content: "";
    right: -10px;
}.footer_social_9 .company_holder:hover .edu_global_0::before {
    transition: width 0.5s ease, height 0.5s ease 0.3s;
    width: calc(100% + 20px);
    height: calc(100% + 20px);
    border-top-color: rgb(197,225,195,0.5);
    border-right-color: rgb(197,225,195,0.5);
}.footer_social_9 .company_holder:hover .edu_global_0::after {
    width: calc(100% + 20px);
    border-bottom-color: rgb(161,202,158,0.5);
    transition: width 0.5s ease, height 0.5s ease 0.3s;
    border-left-color: rgb(161,202,158,0.5);
    height: calc(100% + 20px);
}.reach_us_6 {
    position: relative;
    padding: 6rem 0;
    background: linear-gradient(135deg, rgb(229,242,228) 0%, rgb(197,225,195,0.5) 100%);
    overflow: hidden;
}.reach_us_6::before {
    position: absolute;
    z-index: 1;
    content: "";
    background: rgb(161,202,158,0.5);
    height: 35%;
    animation: float 8s ease-in-out infinite;
    right: -5%;
    opacity: 0.15;
    clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
    top: -5%;
    width: 35%;
    transform: rotate(-15deg);
}.reach_us_6::after {
    z-index: 1;
    opacity: 0.15;
    position: absolute;
    width: 25%;
    height: 25%;
    background: rgb(197,225,195,0.5);
    left: -5%;
    content: "";
    transform: rotate(15deg);
    bottom: -5%;
    animation: float 8s ease-in-out infinite reverse;
    clip-path: polygon(50% 0%, 100% 38%, 82% 100%, 18% 100%, 0% 38%);
}.reach_us_6 .container {
    position: relative;
    z-index: 2;
    padding: 0 20px;
    max-width: 1200px;
    margin: 0 auto;
}.reach_us_6 .get_in_touch_6 {
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1), 0 5px 15px rgba(0, 0, 0, 0.05);
    transform: perspective(1000px) rotateX(2deg);
    border-radius: 13px;
    background: rgba(255, 255, 255, 0.95);
    padding: 3rem;
    transition: all 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    backdrop-filter: blur(10px);
    border-left: 4px solid rgb(197,225,195);
}.reach_us_6 .get_in_touch_6:hover {
    transform: perspective(1000px) rotateX(0deg);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15), 0 10px 20px rgba(0, 0, 0, 0.1);
}.reach_us_6 h3 {
    display: inline-block;
    font-weight: 700;
    margin-bottom: 1.5rem;
    font-size: 31px;
    position: relative;
    color: rgb(197,225,195);
}.reach_us_6 h3::after {
    transition: transform 0.3s ease;
    position: absolute;
    bottom: -10px;
    left: 0;
    width: 80%;
    background: linear-gradient(90deg, rgb(197,225,195) 0%, rgb(161,202,158) 100%);
    content: "";
    height: 3px;
    transform-origin: left;
}.reach_us_6 .get_in_touch_6:hover h3::after {
    transform: scaleX(1.2);
}.reach_us_6 p {
    margin-bottom: 1.5rem;
    color: #000000;
    line-height: 1.7;
    font-size: 15px;
}.reach_us_6 h5 {
    gap: 0.5rem;
    text-transform: capitalize;
    color: #000000;
    font-size: 19px;
    font-weight: 600;
    display: flex;
    align-items: center;
    margin-bottom: 0.5rem;
}.reach_us_6 .contact_us_0 {
    list-style: none;
    display: flex;
    margin: 2rem 0 0;
    flex-direction: column;
    padding: 0;
    gap: 1rem;
}.reach_us_6 .contact_query_8 {
    border-radius: 10px;
    padding: 0.75rem 1rem;
    gap: 0.5rem;
    background: linear-gradient(to right, rgba(rgb(197,225,195,0.5), 0.05), rgba(rgb(229,242,228), 0.1));
    font-weight: 400;
    border-left: 2px solid transparent;
    font-size: 15px;
    align-items: center;
    color: #000000;
    display: flex;
    text-decoration: none;
    transition: all 0.3s ease;
}.reach_us_6 .contact_query_8:hover {
    border-left: 2px solid rgb(197,225,195);
    background: linear-gradient(to right, rgba(rgb(197,225,195,0.5), 0.1), rgba(rgb(229,242,228), 0.2));
    transform: translateX(5px);
}.reach_us_6 svg {
    transition: transform 0.3s ease;
    height: 20px;
    flex-shrink: 0;
    width: 20px;
}.reach_us_6 .contact_query_8:hover svg {
    transform: scale(1.1);
}.reach_us_6 svg path {
    fill: rgb(197,225,195);
    transition: fill 0.3s ease;
}.reach_us_6 .contact_query_8:hover svg path {
    fill: rgb(161,202,158);
}

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

@media (min-width: 768px) {.reach_us_6 .get_in_touch_6 {
    padding: 4rem;
    display: grid;
    gap: 2rem;
    grid-template-columns: 1fr;
}.reach_us_6 h3 {
    font-size: calc(31px * 1.1);
}.reach_us_6 .contact_us_0 {
    flex-wrap: wrap;
    gap: 1.5rem;
    flex-direction: row;
}.reach_us_6 .contact_query_8 {
    padding: 1rem 1.5rem;
}
}

@media (min-width: 992px) {.reach_us_6 {
    padding: 8rem 0;
}.reach_us_6 .get_in_touch_6 {
    transform: perspective(1500px) rotateX(2deg) rotateY(-1deg);
    margin: 0 auto;
    max-width: 900px;
}.reach_us_6 .get_in_touch_6:hover {
    transform: perspective(1500px) rotateX(0deg) rotateY(0deg);
}.reach_us_6 h3 {
    margin-bottom: 2.5rem;
}.reach_us_6 h3::after {
    height: 4px;
}
}

@media (max-width: 767px) {.reach_us_6 {
    padding: 4rem 0;
}.reach_us_6 .get_in_touch_6 {
    transform: none;
    padding: 2rem;
}.reach_us_6 h3 {
    font-size: calc(31px * 0.9);
    margin-bottom: 1.25rem;
}.reach_us_6 p {
    font-size: calc(15px * 0.95);
}.reach_us_6 svg {
    width: 18px;
    height: 18px;
}.reach_us_6 .contact_query_8 {
    padding: 0.65rem 0.75rem;
}
}

@media (hover: none) {.reach_us_6 .get_in_touch_6 {
    transform: none !important;
}.reach_us_6 .contact_query_8:hover {
    transform: none;
}}.statistical_details_2 {
    padding: 150px 0;
    overflow: hidden;
    position: relative;
    background-color: rgb(229,242,228);
}.statistical_details_2::before {
    height: 100%;
    z-index: 1;
    left: 0;
    top: 0;
    position: absolute;
    width: 100%;
    content: "";
    background: radial-gradient(circle at center, rgb(197,225,195,0.5) 0%, transparent 60%);
}.statistical_details_2::after {
    background-image: 
        linear-gradient(0deg, transparent 95%, rgb(197,225,195,0.5) 95%, rgb(197,225,195,0.5) 100%, transparent 100%),
        linear-gradient(90deg, transparent 95%, rgb(197,225,195,0.5) 95%, rgb(197,225,195,0.5) 100%, transparent 100%);
    position: absolute;
    left: 0;
    height: 100%;
    content: "";
    opacity: 0.3;
    z-index: 1;
    top: 0;
    width: 100%;
    background-size: 20px 20px;
}.statistical_details_2 .container {
    padding: 0 30px;
    display: flex;
    position: relative;
    max-width: 1400px;
    flex-direction: column;
    margin: 0 auto;
    align-items: center;
    z-index: 5;
}.statistical_details_2 h2 {
    font-family: Arial, sans-serif;
    position: relative;
    padding: 0 20px;
    color: #000000;
    font-size: 30px;
    z-index: 3;
    margin: 0 0 80px;
    font-weight: 700;
    text-align: center;
}.statistical_details_2 h2::before,
.statistical_details_2 h2::after {
    top: 50%;
    height: 2px;
    background: rgb(197,225,195);
    content: "";
    position: absolute;
    transform: translateY(-50%);
    width: 60px;
}.statistical_details_2 h2::before {
    right: calc(100% + 20px);
}.statistical_details_2 h2::after {
    left: calc(100% + 20px);
}.statistical_details_2 ul {
    width: 100%;
    margin: 0;
    gap: 30px;
    list-style: none;
    justify-content: center;
    flex-wrap: wrap;
    position: relative;
    display: flex;
    padding: 0;
}.statistical_details_2 .statistics_expert_4 {
    transition: all 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
    z-index: 3;
    justify-content: center;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08);
    width: 150px;
    height: 150px;
    align-items: center;
    position: relative;
    padding: 20px;
    border-radius: 50%;
    display: flex;
    flex-direction: column;
    background: #ffffff;
}.statistical_details_2 .statistics_expert_4::before {
    width: 100%;
    left: 0;
    content: "";
    transition: opacity 0.4s ease;
    position: absolute;
    background: conic-gradient(from var(--rotation, 0deg), transparent, rgb(197,225,195,0.5), transparent);
    opacity: 0;
    height: 100%;
    top: 0;
    border-radius: 50%;
    z-index: -1;
}.statistical_details_2 .statistics_expert_4:hover::before {
    opacity: 1;
}.statistical_details_2 .statistics_expert_4:nth-child(1) {
    --rotation: 0deg;
}.statistical_details_2 .statistics_expert_4:nth-child(2) {
    --rotation: 36deg;
}.statistical_details_2 .statistics_expert_4:nth-child(3) {
    --rotation: 72deg;
}.statistical_details_2 .statistics_expert_4:nth-child(4) {
    --rotation: 108deg;
}.statistical_details_2 .statistics_expert_4:nth-child(5) {
    --rotation: 144deg;
}.statistical_details_2 .statistics_expert_4:nth-child(6) {
    --rotation: 180deg;
}.statistical_details_2 .statistics_expert_4:nth-child(7) {
    --rotation: 216deg;
}.statistical_details_2 .statistics_expert_4:nth-child(8) {
    --rotation: 252deg;
}.statistical_details_2 .statistics_expert_4:nth-child(9) {
    --rotation: 288deg;
}.statistical_details_2 .statistics_expert_4:nth-child(10) {
    --rotation: 324deg;
}.statistical_details_2 .statistics_expert_4 p {
    margin: 0 0 5px;
    font-size: calc(30px * 1.1);
    font-weight: 700;
    color: rgb(197,225,195);
    text-align: center;
    line-height: 1;
}.statistical_details_2 .statistics_expert_4 span {
    color: #000000;
    line-height: 1.2;
    text-align: center;
    font-size: calc(17px * 0.85);
    font-weight: 400;
}.statistical_details_2 .statistics_expert_4:hover {
    transform: scale(1.1);
    z-index: 10;
}.statistical_details_2 svg {
    width: 18px;
    fill: rgb(161,202,158);
    transition: transform 0.3s ease;
    opacity: 0.7;
    top: 10px;
    position: absolute;
    height: 18px;
    right: 10px;
}.statistical_details_2 svg path {
    fill: rgb(161,202,158);
}.statistical_details_2 .statistics_expert_4:hover svg {
    transform: rotate(45deg);
}.statistical_details_2 ul.items-1 {
    justify-content: center;
}.statistical_details_2 ul.items-2,
.statistical_details_2 ul.items-3,
.statistical_details_2 ul.items-4 {
    max-width: 800px;
    margin: 0 auto;
}.statistical_details_2 ul.items-5,
.statistical_details_2 ul.items-6 {
    max-width: 900px;
    margin: 0 auto;
}.statistical_details_2 ul.items-7,
.statistical_details_2 ul.items-8,
.statistical_details_2 ul.items-9,
.statistical_details_2 ul.items-10 {
    margin: 0 auto;
    max-width: 1200px;
}

@keyframes rotateCircle {
    0% {
        transform: translate(-50%, -50%) rotate(0deg);
    }
    100% {
        transform: translate(-50%, -50%) rotate(360deg);
    }
}

@keyframes pulseAnimation {
    0%, 100% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.05);
    }
}

@media (max-width: 1200px) {.statistical_details_2 .statistics_expert_4 {
    height: 130px;
    width: 130px;
}.statistical_details_2 .statistics_expert_4 p {
    font-size: 30px;
}.statistical_details_2 h2::before,
    .statistical_details_2 h2::after {
    width: 40px;
}
}

@media (max-width: 991px) {.statistical_details_2 {
    padding: 100px 0;
}.statistical_details_2 .statistics_expert_4 {
    height: 120px;
    width: 120px;
}.statistical_details_2 .statistics_expert_4 span {
    font-size: calc(17px * 0.8);
}.statistical_details_2 ul {
    gap: 20px;
}
}

@media (max-width: 768px) {.statistical_details_2 {
    padding: 80px 0;
}.statistical_details_2 h2 {
    margin-bottom: 50px;
}.statistical_details_2 h2::before,
    .statistical_details_2 h2::after {
    display: none;
}.statistical_details_2 .statistics_expert_4 {
    border-radius: 20px;
}.statistical_details_2 .statistics_expert_4::before {
    border-radius: 20px;
}
}

@media (max-width: 576px) {.statistical_details_2 {
    padding: 60px 0;
}.statistical_details_2 h2 {
    margin-bottom: 40px;
    font-size: calc(30px * 0.9);
}.statistical_details_2 .container {
    padding: 0 15px;
}.statistical_details_2 ul {
    gap: 15px;
}.statistical_details_2 .statistics_expert_4 {
    width: calc(50% - 15px);
    height: auto;
    aspect-ratio: 1/1;
}.statistical_details_2 .statistics_expert_4 p {
    font-size: calc(30px * 0.9);
}.statistical_details_2 .statistics_expert_4 span {
    font-size: calc(17px * 0.75);
}
}

@media (max-width: 375px) {.statistical_details_2 .statistics_expert_4 {
    max-width: 150px;
    width: 100%;
}}.title_page_4 {
    align-items: center;
    padding: 2rem;
    position: relative;
    display: flex;
    min-height: 100vh;
    background: linear-gradient(135deg, rgb(229,242,228) 0%, rgba(0, 0, 0, 0.5) 100%);
    overflow: hidden;
    justify-content: center;
}.title_page_4::before {
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    background: 
    radial-gradient(circle at 20% 30%, rgb(197,225,195,0.5) 0%, transparent 25%),
    radial-gradient(circle at 80% 70%, rgb(161,202,158,0.5) 0%, transparent 30%);
    z-index: 1;
    left: 0;
    position: absolute;
}.title_page_4::after {
    position: absolute;
    background-image: 
    repeating-linear-gradient(45deg, rgb(197,225,195,0.5) 0, rgb(197,225,195,0.5) 1px, transparent 1px, transparent 16px),
    repeating-linear-gradient(135deg, rgb(161,202,158,0.5) 0, rgb(161,202,158,0.5) 1px, transparent 1px, transparent 16px);
    content: "";
    left: -10%;
    pointer-events: none;
    width: 120%;
    z-index: 1;
    top: -10%;
    opacity: 0.1;
    height: 120%;
}.title_page_4 .main_intro_6 {
    gap: 3rem;
    display: grid;
    width: 100%;
    grid-template-columns: 1fr;
    position: relative;
    max-width: 1200px;
    z-index: 2;
    transform: perspective(1000px) rotateX(2deg);
}.title_page_4 .main_intro_6 > div:first-child {
    padding: 2.5rem;
    background: linear-gradient(120deg, #ffffff 0%, rgb(255, 255, 255, 0.5) 100%);
    animation: float 8s ease-in-out infinite;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1), 0 10px 20px rgba(0, 0, 0, 0.05);
    transform: translateY(-10px);
    position: relative;
}.title_page_4 .main_intro_6 > div:first-child::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 6px;
    background: linear-gradient(to bottom, rgb(197,225,195), rgb(161,202,158));
    height: 100%;
    transform: translateX(-3px);
}.title_page_4 .main_intro_6 > div:first-child h3 {
    font-size: 18px;
    margin: 0;
    color: #000000;
    font-weight: 600;
    letter-spacing: 0.02em;
    line-height: 1.6;
}.title_page_4 .student_journey_5 {
    box-shadow: 0 30px 60px rgba(0, 0, 0, 0.15), 0 15px 30px rgba(0, 0, 0, 0.1);
    background: linear-gradient(145deg, rgb(197,225,195) 0%, rgb(161,202,158) 100%);
    padding: 3rem;
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    color: #ffffff;
    position: relative;
    transform: perspective(1000px) rotateY(-5deg);
}.title_page_4 .student_journey_5:hover {
    transform: perspective(1000px) rotateY(-2deg) translateZ(20px);
}.title_page_4 .student_journey_5 h1 {
    font-size: 45px;
    font-weight: 700;
    background: linear-gradient(90deg, #ffffff 0%, rgba(255, 255, 255, 0.85) 100%);
    line-height: 1.2;
    -webkit-background-clip: text !important;
    text-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    color: transparent;
    transform: translateX(-5px);
    margin: 0 0 1.5rem;
    background-clip: text !important;
}.title_page_4 .student_journey_5 > div {
    height: 200px;
    transition: all 0.4s ease;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.2);
    display: flex;
    align-items: center;
    margin-top: 2rem;
    justify-content: center;
    overflow: hidden;
    position: relative;
    clip-path: polygon(0 0, 100% 5%, 95% 100%, 5% 95%);
}.title_page_4 .student_journey_5 > div::before {
    opacity: 0.7;
    width: 100%;
    left: 0;
    transition: opacity 0.4s ease;
    background: linear-gradient(45deg, rgb(197,225,195,0.5) 0%, rgb(161,202,158,0.5) 100%);
    mix-blend-mode: multiply;
    height: 100%;
    content: "";
    z-index: 1;
    top: 0;
    position: absolute;
}.title_page_4 .student_journey_5 > div:hover::before {
    opacity: 0.5;
}.title_page_4 .student_journey_5 > div p {
    font-size: calc(18px * 1.2);
    position: relative;
    backdrop-filter: blur(5px);
    padding: 1.5rem;
    transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    max-width: 80%;
    font-weight: 600;
    border-left: 3px solid rgb(197,225,195);
    z-index: 2;
    transform: translateY(5px);
    color: #ffffff;
    background: rgba(0, 0, 0, 0.4);
    text-align: center;
}.title_page_4 .student_journey_5 > div:hover p {
    transform: translateY(0);
}

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

@media (min-width: 768px) {.title_page_4 .main_intro_6 {
    align-items: center;
    grid-template-columns: 1fr 1.5fr;
}.title_page_4 .student_journey_5 {
    padding: 4rem;
}.title_page_4 .student_journey_5 > div {
    height: 300px;
}.title_page_4 .student_journey_5 h1 {
    font-size: calc(45px * 1.2);
}
}

@media (max-width: 767px) {.title_page_4 {
    padding: 1rem;
}.title_page_4 .main_intro_6 {
    transform: perspective(1000px) rotateX(0);
}.title_page_4 .main_intro_6 > div:first-child {
    padding: 1.5rem;
}.title_page_4 .main_intro_6 > div:first-child h3 {
    font-size: calc(18px * 0.9);
}.title_page_4 .student_journey_5 {
    padding: 2rem;
    transform: perspective(1000px) rotateY(0);
}.title_page_4 .student_journey_5 h1 {
    font-size: calc(45px * 0.8);
    margin-bottom: 1rem;
}.title_page_4 .student_journey_5 > div {
    height: 150px;
}.title_page_4 .student_journey_5 > div p {
    font-size: 18px;
    padding: 1rem;
}
}

@media (max-width: 480px) {.title_page_4 .main_intro_6 > div:first-child h3 {
    font-size: calc(18px * 0.8);
}.title_page_4 .student_journey_5 {
    padding: 1.5rem;
}.title_page_4 .student_journey_5 h1 {
    font-size: calc(45px * 0.7);
}.title_page_4 .student_journey_5 > div {
    height: 120px;
}.title_page_4 .student_journey_5 > div p {
    font-size: calc(18px * 0.9);
    padding: 0.75rem;
}}.program_assets_4 {
    overflow: hidden;
    position: relative;
    background: linear-gradient(135deg, rgb(229,242,228) 0%, #ffffff 100%);
    padding: 120px 0;
}.program_assets_4::before {
    width: 300px;
    opacity: 0.4;
    height: 300px;
    right: -50px;
    animation: float 15s infinite alternate ease-in-out;
    z-index: 0;
    content: "";
    position: absolute;
    top: -50px;
    background: linear-gradient(45deg, rgb(197,225,195,0.5) 0%, rgb(161,202,158,0.5) 100%);
    filter: blur(60px);
    border-radius: 50%;
}.program_assets_4::after {
    left: -100px;
    content: "";
    background: linear-gradient(225deg, rgb(161,202,158,0.5) 0%, rgb(197,225,195,0.5) 100%);
    bottom: -100px;
    animation: float 18s infinite alternate-reverse ease-in-out;
    height: 400px;
    opacity: 0.3;
    width: 400px;
    border-radius: 50%;
    z-index: 0;
    position: absolute;
    filter: blur(80px);
}.program_assets_4 .container {
    margin: 0 auto;
    position: relative;
    max-width: 1200px;
    flex-direction: column;
    padding: 0 20px;
    z-index: 1;
    display: flex;
}.program_assets_4 .img_circular_6 {
    object-fit: cover;
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.15);
    height: 380px;
    transition: transform 0.7s cubic-bezier(0.19, 1, 0.22, 1);
    transform: perspective(1000px) rotateY(-2deg) rotateX(2deg);
    clip-path: polygon(0 0, 100% 4%, 97% 100%, 3% 96%);
    filter: brightness(1.05) contrast(1.05);
    width: 100%;
}.program_assets_4 .img_circular_6:hover {
    transform: perspective(1000px) rotateY(0deg) rotateX(0deg);
}.program_assets_4 .quick_skill_5 {
    z-index: 2;
    margin-top: -120px;
    padding: 40px 0 0;
    position: relative;
}.program_assets_4 .text_spot_7 {
    opacity: 0;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.95) 0%, rgba(255, 255, 255, 0.85) 100%);
    transform: translateY(30px);
    backdrop-filter: blur(10px);
    animation: slideUp 0.8s forwards 0.3s cubic-bezier(0.22, 1, 0.36, 1);
    padding: 40px 45px;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.08);
}.program_assets_4 h1 {
    animation: fadeIn 0.6s forwards 0.5s cubic-bezier(0.22, 1, 0.36, 1);
    font-weight: 700;
    font-family: Arial, sans-serif;
    font-size: 36px;
    line-height: 1.3;
    margin-bottom: 30px;
    color: #000000;
    transform: translateY(10px);
    position: relative;
    opacity: 0;
}.program_assets_4 h1::after {
    left: 0;
    width: 80px;
    bottom: -10px;
    animation: lineExpand 0.6s forwards 1s cubic-bezier(0.22, 1, 0.36, 1);
    content: "";
    transform: scaleX(0);
    height: 3px;
    background: linear-gradient(90deg, rgb(197,225,195) 0%, rgb(161,202,158) 100%);
    position: absolute;
    transform-origin: left;
}.program_assets_4 ul {
    grid-template-columns: 1fr;
    display: grid;
    padding: 0;
    gap: 15px;
    list-style: none;
    margin: 0;
}.program_assets_4 li {
    position: relative;
    transform: translateX(15px);
    opacity: 0;
    padding-left: 40px;
}.program_assets_4 li:nth-child(1) {
    animation: slideIn 0.5s forwards 0.8s cubic-bezier(0.22, 1, 0.36, 1);
}.program_assets_4 li:nth-child(2) {
    animation: slideIn 0.5s forwards 0.9s cubic-bezier(0.22, 1, 0.36, 1);
}.program_assets_4 li:nth-child(3) {
    animation: slideIn 0.5s forwards 1s cubic-bezier(0.22, 1, 0.36, 1);
}.program_assets_4 li:nth-child(4) {
    animation: slideIn 0.5s forwards 1.1s cubic-bezier(0.22, 1, 0.36, 1);
}.program_assets_4 li:nth-child(5) {
    animation: slideIn 0.5s forwards 1.2s cubic-bezier(0.22, 1, 0.36, 1);
}.program_assets_4 li p {
    margin: 0;
    line-height: 1.6;
    color: #000000;
    font-weight: 400;
    font-size: 16px;
}.program_assets_4 li svg {
    position: absolute;
    width: 24px;
    left: 0;
    transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    top: 0;
    height: 24px;
}.program_assets_4 li:hover svg {
    transform: translateY(-3px) scale(1.1);
}.program_assets_4 svg path {
    transition: fill 0.3s ease;
    fill: rgb(197,225,195);
}.program_assets_4 li:hover svg path {
    fill: rgb(161,202,158);
}

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

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

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

@keyframes slideIn {
    from {
        transform: translateX(15px);
        opacity: 0;
    }
    to {
        transform: translateX(0);
        opacity: 1;
    }
}

@keyframes float {
    0% {
        transform: translate(0, 0);
    }
    100% {
        transform: translate(30px, -30px);
    }
}

@media (min-width: 768px) {.program_assets_4 .container {
    gap: 30px;
    flex-direction: row;
    align-items: center;
}.program_assets_4 .img_circular_6 {
    height: 450px;
    width: 45%;
    clip-path: polygon(0 0, 100% 4%, 96% 100%, 4% 96%);
}.program_assets_4 .quick_skill_5 {
    padding: 0;
    margin-top: 0;
    width: 55%;
}.program_assets_4 .text_spot_7 {
    padding: 50px;
}.program_assets_4 h1 {
    font-size: 46px;
}.program_assets_4 ul {
    gap: 20px;
    grid-template-columns: repeat(2, 1fr);
}
}

@media (min-width: 992px) {.program_assets_4 {
    padding: 150px 0;
}.program_assets_4 .img_circular_6 {
    height: 550px;
}.program_assets_4 .text_spot_7 {
    padding: 60px;
}.program_assets_4 h1::after {
    width: 100px;
}
}

@media (max-width: 767px) {.program_assets_4 {
    padding: 80px 0;
}.program_assets_4 .text_spot_7 {
    padding: 30px;
}.program_assets_4 h1 {
    margin-bottom: 25px;
    font-size: calc(36px * 0.9);
}.program_assets_4 li {
    padding-left: 35px;
}.program_assets_4 li p {
    font-size: calc(16px * 0.95);
}
}

@media (hover: none) {.program_assets_4 .img_circular_6 {
    transform: none;
}.program_assets_4 li:hover svg {
    transform: none;
}}.contact_box_2 {
    position: relative;
    background: linear-gradient(90deg, #ffffff 50%, rgb(229,242,228) 50%);
    overflow: hidden;
    padding: 100px 0;
}.contact_box_2::before {
    z-index: 0;
    height: 100%;
    content: "";
    left: 0;
    background-size: 60px 60px;
    position: absolute;
    width: 100%;
    top: 0;
    background: 
        radial-gradient(circle at 20% 20%, rgba(0, 0, 0, 0.02) 0%, transparent 20%),
        radial-gradient(circle at 80% 80%, rgba(0, 0, 0, 0.02) 0%, transparent 20%);
}.contact_box_2 .container {
    margin: 0 auto;
    z-index: 1;
    position: relative;
    padding: 0 20px;
    max-width: 1200px;
}.contact_box_2 h2 {
    color: rgb(197,225,195);
    text-align: center;
    margin-bottom: 60px;
    font-weight: 700;
    font-size: 31px;
    position: relative;
}.contact_box_2 h2::after {
    transform: translateX(-50%);
    background: rgb(197,225,195);
    content: "";
    height: 3px;
    bottom: -15px;
    position: absolute;
    left: 50%;
    width: 60px;
}.contact_box_2 .support_request_7 {
    box-shadow: 0 15px 50px rgba(0, 0, 0, 0.1);
    border-radius: 20px;
    overflow: hidden;
    position: relative;
    display: flex;
    background: #ffffff;
}.contact_box_2 .support_request_7::before {
    height: 5px;
    content: "";
    left: 0;
    width: 100%;
    position: absolute;
    background: linear-gradient(90deg, rgb(197,225,195), rgb(161,202,158));
    top: 0;
}.contact_box_2 .img_circular_6 {
    transition: all 0.5s ease;
    flex: 0 0 50%;
    min-height: 550px;
    position: relative;
}.contact_box_2 .img_circular_6::after {
    content: "";
    background: linear-gradient(45deg, rgb(197,225,195,0.5), transparent);
    top: 0;
    left: 0;
    height: 100%;
    position: absolute;
    width: 100%;
}.contact_box_2 .message_box_1 {
    position: relative;
    background: #ffffff;
    flex: 0 0 50%;
    padding: 60px 50px;
}.contact_box_2 .message_box_1::before {
    content: "";
    background: rgb(229,242,228);
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 10px;
}.contact_box_2 #contact {
    gap: 30px;
    display: flex;
    flex-direction: column;
}.contact_box_2 h3 {
    color: #000000;
    font-weight: 600;
    margin-bottom: 20px;
    position: relative;
    display: inline-block;
    padding-bottom: 10px;
    font-size: 21px;
}.contact_box_2 h3::after {
    height: 2px;
    left: 0;
    width: 100%;
    position: absolute;
    bottom: 0;
    content: "";
    background: rgb(197,225,195,0.5);
}.contact_box_2 input[type="text"] {
    padding: 18px 20px;
    background: #ffffff;
    transition: all 0.3s ease;
    width: 100%;
    color: #000000;
    border: 2px solid rgb(229,242,228);
    font-size: 13px;
    border-radius: 10px;
}.contact_box_2 input[type="text"]:focus {
    outline: none;
    border-color: rgb(197,225,195);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
}.contact_box_2 input[type="text"]::placeholder {
    color: #000000;
    opacity: 0.6;
}.contact_box_2 .message_reach_2 {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    margin-top: 10px;
}.contact_box_2 .message_reach_2 input[type="checkbox"] {
    cursor: pointer;
    width: 24px;
    margin-top: 2px;
    position: relative;
    height: 24px;
    border-radius: 10px;
    transition: all 0.3s ease;
    border: 2px solid rgb(229,242,228);
    appearance: none;
}.contact_box_2 .message_reach_2 input[type="checkbox"]:checked {
    background: rgb(197,225,195);
    border-color: rgb(197,225,195);
}.contact_box_2 .message_reach_2 input[type="checkbox"]:checked::after {
    position: absolute;
    content: "";
    top: 5px;
    left: 8px;
    height: 10px;
    border-bottom: 2px solid #ffffff;
    width: 6px;
    transform: rotate(45deg);
    border-right: 2px solid #ffffff;
}.contact_box_2 .message_reach_2 label {
    line-height: 1.5;
    font-size: 13px;
    color: #000000;
}.contact_box_2 .message_reach_2 a {
    transition: all 0.3s ease;
    color: rgb(197,225,195);
    font-weight: 600;
    text-decoration: none;
}.contact_box_2 .message_reach_2 a:hover {
    color: rgb(161,202,158);
}.contact_box_2 .request_info_2 {
    align-self: flex-start;
    font-size: 19px;
    box-shadow: 0 8px 20px rgb(197,225,195,0.5);
    border-radius: 10px;
    margin-top: 20px;
    font-weight: 600;
    padding: 16px 40px;
    color: #ffffff;
    overflow: hidden;
    transition: all 0.3s ease;
    background: rgb(197,225,195);
    cursor: pointer;
    position: relative;
    border: none;
}.contact_box_2 .request_info_2::before {
    height: 100%;
    left: -100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.3), transparent);
    width: 100%;
    top: 0;
    transition: all 0.6s ease;
    content: "";
    position: absolute;
}.contact_box_2 .request_info_2:hover {
    background: rgb(161,202,158);
    box-shadow: 0 10px 25px rgb(161,202,158,0.5);
    transform: translateY(-3px);
}.contact_box_2 .request_info_2:hover::before {
    left: 100%;
}.contact_box_2 svg {
    height: 22px;
    width: 22px;
    fill: rgb(197,225,195);
    transition: all 0.3s ease;
}.contact_box_2 svg path {
    transition: all 0.3s ease;
    fill: rgb(197,225,195);
}.contact_box_2 svg:hover {
    transform: translateY(-2px);
    fill: rgb(161,202,158);
}.contact_box_2 svg:hover path {
    fill: rgb(161,202,158);
}

@media (max-width: 1200px) {.contact_box_2 {
    background: #ffffff;
}
}

@media (max-width: 992px) {.contact_box_2 {
    padding: 80px 0;
}.contact_box_2 .support_request_7 {
    flex-direction: column-reverse;
}.contact_box_2 .img_circular_6 {
    flex: 0 0 auto;
    min-height: 350px;
}.contact_box_2 .message_box_1 {
    padding: 50px 40px;
    flex: 0 0 auto;
}.contact_box_2 .message_box_1::before {
    width: 100%;
    left: 0;
    top: 0;
    height: 10px;
}
}

@media (max-width: 768px) {.contact_box_2 {
    padding: 60px 0;
}.contact_box_2 h2 {
    font-size: calc(31px - 4px);
    margin-bottom: 40px;
}.contact_box_2 .message_box_1 {
    padding: 40px 30px;
}.contact_box_2 #contact {
    gap: 25px;
}.contact_box_2 .img_circular_6 {
    min-height: 300px;
}
}

@media (max-width: 576px) {.contact_box_2 {
    padding: 50px 0;
}.contact_box_2 .container {
    padding: 0 15px;
}.contact_box_2 h2 {
    margin-bottom: 30px;
    font-size: calc(31px - 6px);
}.contact_box_2 .message_box_1 {
    padding: 35px 25px;
}.contact_box_2 #contact {
    gap: 20px;
}.contact_box_2 input[type="text"] {
    padding: 15px;
}.contact_box_2 .request_info_2 {
    padding: 15px 25px;
    width: 100%;
}.contact_box_2 .img_circular_6 {
    min-height: 250px;
}}.privacy_bunker_9 {
    border: 2px solid rgb(197,225,195);
    gap: 25px;
    width: 100%;
    padding: 40px;
    display: flex;
    height: auto;
    background: rgb(161,202,158);
    box-shadow: 0 0 10px rgb(197,225,195,0.5), inset 0 0 15px rgba(0, 0, 0, 0.5);
    color: #ffffff;
    flex-direction: column;
}.privacy_bunker_9 h1 {
    color: rgb(197,225,195);
    border-bottom: 2px solid rgb(161,202,158);
    font-family: Arial, sans-serif;
    margin: 0;
    padding-bottom: 10px;
    text-align: center;
    letter-spacing: 2px;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 42px;
}.privacy_bunker_9 h2 {
    text-transform: uppercase;
    font-size: 34px;
    margin: 0;
    padding-left: 15px;
    border-left: 4px solid rgb(197,225,195);
    letter-spacing: 1px;
    text-align: left;
    font-family: Arial, sans-serif;
    color: rgb(161,202,158);
    font-weight: 600;
}.privacy_bunker_9 h3, .privacy_bunker_9 h4, .privacy_bunker_9 h5 {
    color: #ffffff;
    font-size: 19px;
}.privacy_bunker_9 ul {
    padding-left: 20px;
    margin: 0;
    list-style-type: disc;
}.privacy_bunker_9 li {
    line-height: 1.6;
    padding: 10px;
    border-radius: 10px;
    margin-bottom: 10px;
    font-size: 14px;
    border: 1px solid rgb(197,225,195);
    font-family: Arial, sans-serif;
    background: rgb(161,202,158,0.5);
    color: #ffffff;
}.privacy_bunker_9 div {
    color: #000000;
    box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.5);
    padding: 20px;
    border-radius: 10px;
    background: rgb(197,225,195,0.5);
    font-size: 14px;
    font-family: Arial, sans-serif;
    line-height: 1.8;
    border: 1px solid rgb(161,202,158);
}.privacy_bunker_9 p, .privacy_bunker_9 span {
    font-family: Arial, sans-serif;
    line-height: 1.8;
    color: #ffffff;
    font-size: 14px;
    margin-bottom: 10px;
}
@media only screen and (max-width: 800px) {.privacy_bunker_9 {
    padding: 20px;
}.privacy_bunker_9 h1 {
    font-size: calc(19px - 4px);
    margin-bottom: 15px;
}.privacy_bunker_9 h2 {
    font-size: calc(19px - 2px);
    margin-bottom: 10px;
}.privacy_bunker_9 ul {
    padding-left: 15px;
}.privacy_bunker_9 li {
    padding: 8px;
    margin-bottom: 8px;
}.privacy_bunker_9 div {
    padding: 15px;
}}.thxField_6 {
    position: relative;
    background: linear-gradient(135deg, rgb(229,242,228) 0%, rgb(197,225,195,0.5) 100%);
    padding: 5rem 2rem;
    justify-content: center;
    display: flex;
    min-height: 60vh;
    overflow: hidden;
    align-items: center;
}.thxField_6::before {
    z-index: 1;
    position: absolute;
    height: 100%;
    width: 100%;
    background: repeating-linear-gradient(
        -45deg,
        rgb(197,225,195,0.5) 0px,
        rgb(197,225,195,0.5) 1px,
        transparent 1px,
        transparent 20px
    );
    top: 0;
    left: 0;
    content: "";
    opacity: 0.05;
}.thxField_6::after {
    top: -5%;
    content: "";
    position: absolute;
    width: 30%;
    right: -5%;
    z-index: 1;
    opacity: 0.1;
    height: 30%;
    background: rgb(161,202,158,0.5);
    clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
    transform: rotate(15deg);
}.thxField_6 .container {
    width: 100%;
    margin: 0 auto;
    max-width: 1200px;
    position: relative;
    z-index: 2;
}.thxField_6 .quick_skill_5 {
    position: relative;
    grid-template-columns: 1fr;
    transform: perspective(1000px) rotateX(2deg);
    gap: 2rem;
    background: rgba(255, 255, 255, 0.97);
    display: grid;
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.08), 0 10px 20px rgba(0, 0, 0, 0.05);
    border-left: 5px solid rgb(197,225,195);
    padding: 3.5rem;
}.thxField_6 .quick_skill_5::before {
    height: 8px;
    background: linear-gradient(90deg, rgb(197,225,195) 0%, rgb(161,202,158) 100%);
    content: "";
    position: absolute;
    width: 100%;
    transform-origin: left top;
    top: 0;
    left: 0;
}.thxField_6 .quick_skill_5 > div:first-child {
    position: relative;
    padding-bottom: 1.5rem;
}.thxField_6 .quick_skill_5 > div:first-child::after {
    background: rgb(161,202,158);
    height: 4px;
    transform-origin: left;
    left: 0;
    width: 80px;
    content: "";
    animation: lineGrow 1.2s cubic-bezier(0.34, 1.56, 0.64, 1) forwards;
    position: absolute;
    bottom: 0;
}.thxField_6 h5 {
    transform: translateY(20px);
    font-weight: 700;
    color: #000000;
    line-height: 1.4;
    opacity: 0;
    margin: 0;
    animation: fadeUp 0.8s cubic-bezier(0.34, 1.56, 0.64, 1) 0.2s forwards;
    font-size: calc(19px * 1.1);
}.thxField_6 a {
    transition: transform 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
    text-decoration: none;
    display: block;
}.thxField_6 a:hover {
    transform: translateY(-5px);
}.thxField_6 p {
    line-height: 1.8;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.03);
    animation: fadeUp 0.8s cubic-bezier(0.34, 1.56, 0.64, 1) 0.4s forwards;
    opacity: 0;
    border-radius: 10px;
    margin: 0;
    padding: 1.5rem;
    background: linear-gradient(to bottom right, rgba(rgb(229,242,228), 0.3), rgba(255, 255, 255, 0.9));
    font-size: 18px;
    color: #000000;
    border-left: 3px solid rgb(161,202,158,0.5);
    position: relative;
    transform: translateY(20px);
}.thxField_6 p::before {
    height: 36px;
    align-items: center;
    font-weight: 700;
    width: 36px;
    top: -15px;
    color: #ffffff;
    display: flex;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    content: "✓";
    border-radius: 50%;
    background: rgb(197,225,195);
    position: absolute;
    left: -15px;
    justify-content: center;
}

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

@keyframes lineGrow {
    from {
        width: 0;
    }
    to {
        width: 80px;
    }
}

@media (min-width: 768px) {.thxField_6 {
    padding: 7rem 3rem;
}.thxField_6 .quick_skill_5 {
    gap: 3rem;
    padding: 4rem;
    transform: perspective(1000px) rotateX(1deg);
    grid-template-columns: 1fr 1fr;
}.thxField_6 h5 {
    font-size: calc(19px * 1.3);
}.thxField_6 .quick_skill_5 > div:first-child {
    align-items: center;
    padding-bottom: 0;
    display: flex;
}.thxField_6 .quick_skill_5 > div:first-child::after {
    display: none;
}.thxField_6 p {
    padding: 2rem;
}
}

@media (max-width: 767px) {.thxField_6 {
    padding: 4rem 1.5rem;
}.thxField_6 .quick_skill_5 {
    transform: perspective(1000px) rotateX(1deg);
    padding: 2.5rem 1.5rem;
}.thxField_6 h5 {
    font-size: 19px;
    line-height: 1.5;
}.thxField_6 p {
    padding: 1.2rem;
    font-size: calc(18px * 0.95);
}.thxField_6 p::before {
    top: -10px;
    width: 30px;
    font-size: 0.8rem;
    left: -10px;
    height: 30px;
}
}

@media (max-width: 480px) {.thxField_6 {
    padding: 3rem 1rem;
}.thxField_6 .quick_skill_5 {
    border-left-width: 3px;
    padding: 2rem 1.2rem;
}.thxField_6 .quick_skill_5::before {
    height: 5px;
}.thxField_6 h5 {
    font-size: calc(19px * 0.9);
}.thxField_6 p {
    font-size: calc(18px * 0.9);
    line-height: 1.6;
    padding: 1rem;
}}header {
    padding: 1.5rem 0;
    position: relative;
    z-index: 100;
    background: linear-gradient(to right, rgb(229,242,228), #ffffff);
    box-shadow: 0 5px 15px rgb(197,225,195,0.5);
}header .container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 1.5rem;
    position: relative;
}header .header_main_1 {
    align-items: center;
    display: flex;
    flex-direction: column;
    gap: 1.2rem;
}header .nav_master_1 {
    margin-bottom: 0.5rem;
    border-radius: 10px;
    text-decoration: none;
    display: block;
    position: relative;
    transition: all 0.3s ease;
    padding: 0.5rem;
}header .nav_master_1::after {
    width: 100%;
    content: '';
    opacity: 0.7;
    background: linear-gradient(to right, transparent, rgb(197,225,195), transparent);
    height: 2px;
    left: 0;
    bottom: -5px;
    position: absolute;
}header .nav_master_1 svg {
    width: 180px;
    transition: transform 0.3s ease;
    height: auto;
}header .nav_master_1:hover svg {
    transform: scale(1.05);
}header .main_start_3 {
    flex-wrap: wrap;
    width: 100%;
    gap: 0.5rem;
    padding: 0.8rem;
    justify-content: center;
    background: linear-gradient(to right, rgb(197,225,195,0.5), rgb(161,202,158,0.5));
    border-radius: 24px;
    display: flex;
}header .head_main_0 {
    font-weight: 400;
    transition: all 0.3s ease;
    font-size: 17px;
    padding: 0.6rem 1.2rem;
    text-decoration: none;
    background: #ffffff;
    font-family: Arial, sans-serif;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05);
    border-radius: 10px;
    color: #000000;
}header .head_main_0:hover {
    background: linear-gradient(135deg, rgb(197,225,195), rgb(161,202,158));
    transform: translateY(-2px);
    color: #ffffff;
    box-shadow: 0 4px 8px rgb(197,225,195,0.5);
}

@media (max-width: 991px) {header {
    padding: 1.2rem 0;
}header .nav_master_1 svg {
    width: 160px;
}header .main_start_3 {
    padding: 0.7rem;
}header .head_main_0 {
    padding: 0.5rem 1rem;
    font-size: calc(17px - 1px);
}
}

@media (max-width: 767px) {header {
    padding: 1rem 0;
}header .header_main_1 {
    gap: 1rem;
}header .nav_master_1 svg {
    width: 140px;
}header .main_start_3 {
    padding: 0.6rem;
    gap: 0.4rem;
}header .head_main_0 {
    padding: 0.4rem 0.8rem;
    font-size: calc(17px - 2px);
}
}

@media (max-width: 480px) {header {
    padding: 0.8rem 0;
}header .header_main_1 {
    gap: 0.8rem;
}header .nav_master_1 svg {
    width: 120px;
}header .main_start_3 {
    overflow-x: auto;
    flex-wrap: nowrap;
    padding: 0.5rem;
    justify-content: flex-start;
}header .main_start_3::-webkit-scrollbar {
    height: 3px;
}header .main_start_3::-webkit-scrollbar-thumb {
    background: rgb(197,225,195);
    border-radius: 10px;
}header .head_main_0 {
    white-space: nowrap;
    font-size: calc(17px - 2px);
    flex-shrink: 0;
    padding: 0.4rem 0.7rem;
}}.company_overview_6 {
    padding: 100px 0;
    position: relative;
    background: linear-gradient(135deg, rgb(229,242,228) 0%, #ffffff 100%);
    overflow: hidden;
}.company_overview_6::before {
    left: 0;
    top: 0;
    height: 100%;
    opacity: 0.4;
    width: 100%;
    background: 
        radial-gradient(circle at 20% 30%, rgb(197,225,195,0.5) 0%, transparent 25%),
        radial-gradient(circle at 80% 70%, rgb(161,202,158,0.5) 0%, transparent 25%);
    position: absolute;
    content: "";
    z-index: 1;
}.company_overview_6 .container {
    z-index: 5;
    position: relative;
}.company_overview_6 h2 {
    font-size: 29px;
    text-align: center;
    font-weight: 700;
    color: #000000;
    margin-bottom: 30px;
    position: relative;
    padding-bottom: 20px;
}.company_overview_6 h2::after {
    position: absolute;
    width: 80px;
    bottom: 0;
    transform: translateX(-50%);
    height: 3px;
    background: rgb(197,225,195);
    content: "";
    left: 50%;
}.company_overview_6 .learn_track_5 {
    flex-wrap: wrap;
    margin-top: 60px;
    position: relative;
    display: flex;
}.company_overview_6 .skill_growth_7 {
    background: #ffffff;
    position: relative;
    transition: all 0.3s ease;
    z-index: 2;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.05);
    border-radius: 24px;
    flex: 1 1 calc(50% - 20px);
    padding: 40px;
    margin: 0 10px;
    overflow: hidden;
}.company_overview_6 .skill_growth_7::before {
    height: 0;
    top: 0;
    width: 5px;
    transition: all 0.5s ease;
    content: "";
    position: absolute;
    left: 0;
    background: rgb(197,225,195);
}.company_overview_6 .skill_growth_7:hover::before {
    height: 100%;
}.company_overview_6 .skill_growth_7::after {
    height: 100%;
    width: 100%;
    left: 0;
    transform-origin: right;
    z-index: -1;
    transition: transform 0.5s ease;
    transform: scaleX(0);
    top: 0;
    content: "";
    background: rgb(229,242,228);
    position: absolute;
}.company_overview_6 .skill_growth_7:hover::after {
    transform: scaleX(1);
    transform-origin: left;
}.company_overview_6 .skill_growth_7:hover {
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.1);
    transform: translateY(-10px);
}.company_overview_6 .skill_growth_7 h3 {
    color: #000000;
    font-size: 23px;
    margin-bottom: 20px;
    z-index: 2;
    font-weight: 600;
    transition: all 0.3s ease;
    position: relative;
}.company_overview_6 .skill_growth_7:hover h3 {
    transform: translateX(10px);
    color: rgb(197,225,195);
}.company_overview_6 .skill_growth_7 p {
    transition: all 0.3s ease;
    color: #000000;
    position: relative;
    font-size: 15px;
    z-index: 2;
    line-height: 1.8;
}.company_overview_6 .skill_growth_7:hover p {
    transform: translateX(10px);
}.company_overview_6 .skill_growth_7:first-child {
    border-top: 3px solid rgb(197,225,195);
}.company_overview_6 .skill_growth_7:last-child {
    border-top: 3px solid rgb(161,202,158);
}.company_overview_6 .container::before {
    position: absolute;
    opacity: 0.2;
    border: 2px solid rgb(197,225,195,0.5);
    top: -10%;
    height: 20%;
    animation: rotate-element 20s linear infinite;
    content: "";
    border-radius: 10px;
    width: 20%;
    left: -10%;
}.company_overview_6 .container::after {
    border-radius: 10px;
    border: 2px solid rgb(161,202,158,0.5);
    animation: rotate-element 15s linear infinite reverse;
    width: 15%;
    bottom: -5%;
    opacity: 0.2;
    height: 15%;
    position: absolute;
    content: "";
    right: -5%;
}@keyframes rotate-element {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

.company_overview_6 .learn_track_5::before {
    z-index: 1;
    top: 0;
    left: 50%;
    position: absolute;
    content: "";
    opacity: 0.5;
    width: 1px;
    background: linear-gradient(to bottom, transparent, rgb(197,225,195,0.5), transparent);
    bottom: 0;
}.company_overview_6 .learn_track_5::after {
    opacity: 0.02;
    top: 0;
    height: 100%;
    background-size: 20px 20px;
    z-index: 0;
    width: 100%;
    background-position: 0 0, 0 10px, 10px -10px, -10px 0px;
    content: "";
    position: absolute;
    background-image: 
        linear-gradient(45deg, rgba(0, 0, 0, 0.5) 25%, transparent 25%),
        linear-gradient(-45deg, rgba(0, 0, 0, 0.5) 25%, transparent 25%),
        linear-gradient(45deg, transparent 75%, rgba(0, 0, 0, 0.5) 75%),
        linear-gradient(-45deg, transparent 75%, rgba(0, 0, 0, 0.5) 75%);
    left: 0;
}

@media screen and (max-width: 992px) {.company_overview_6 {
    padding: 80px 0;
}.company_overview_6 .learn_track_5 {
    margin-top: 40px;
    flex-direction: column;
}.company_overview_6 .skill_growth_7 {
    margin: 10px 0;
    flex: 1 1 100%;
}.company_overview_6 .learn_track_5::before {
    display: none;
}.company_overview_6 .container::before,
    .company_overview_6 .container::after {
    display: none;
}
}

@media screen and (max-width: 768px) {.company_overview_6 {
    padding: 60px 0;
}.company_overview_6 h2 {
    padding-bottom: 15px;
    margin-bottom: 20px;
    font-size: calc(29px * 0.9);
}.company_overview_6 h2::after {
    width: 60px;
}.company_overview_6 .skill_growth_7 {
    padding: 30px;
}.company_overview_6 .skill_growth_7 h3 {
    font-size: calc(23px * 0.9);
    margin-bottom: 15px;
}
}

@media screen and (max-width: 576px) {.company_overview_6 {
    padding: 50px 0;
}.company_overview_6 h2 {
    font-size: calc(29px * 0.8);
    padding-bottom: 12px;
    margin-bottom: 15px;
}.company_overview_6 h2::after {
    height: 2px;
    width: 50px;
}.company_overview_6 .learn_track_5 {
    margin-top: 30px;
}.company_overview_6 .skill_growth_7 {
    padding: 25px;
}.company_overview_6 .skill_growth_7 h3 {
    font-size: calc(23px * 0.85);
    margin-bottom: 12px;
}.company_overview_6 .skill_growth_7 p {
    line-height: 1.6;
    font-size: calc(15px * 0.9);
}.company_overview_6 .skill_growth_7:hover h3,
    .company_overview_6 .skill_growth_7:hover p {
    transform: translateX(5px);
}
}