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

.webinar_live_base {
    flex: 0 0 auto;
}

.webinar_live_base {
    font-family: Arial, sans-serif;
    position: relative;
    z-index: 2;
    padding: 70px 0;
    color: #ffffff;
}


.learning_outcomes_base {
    background: rgb(229,225,236);
    position: relative;
    overflow: hidden;
    padding: 10rem 0;
}

.learning_outcomes_base .learning_dna_base {
    margin: 0 auto;
    max-width: 1400px;
    flex-direction: column;
    z-index: 5;
    display: flex;
    position: relative;
}

.learning_outcomes_base h2::after {
    background: rgb(194,187,207);
    bottom: -15px;
    width: 120px;
    position: absolute;
    height: 6px;
    border-radius: 10px;
    left: 0;
    content: '';
}

.learning_outcomes_base .text_widget_base {
    position: relative;
    z-index: 3;
    padding-left: 2rem;
    width: 65%;
}

.learning_outcomes_base .text_main_holder {
    gap: 2.5rem;
    grid-template-columns: repeat(2, 1fr);
    margin-top: 1rem;
    display: grid;
}

.learning_outcomes_base .text_main_holder > div:hover {
    transform: translateY(-10px);
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.15);
}

.learning_outcomes_base .text_main_holder > div:hover::before {
    width: 100%;
}

.learning_outcomes_base .text_main_holder > div:hover svg {
    transform: rotate(10deg) scale(1.1);
}

.learning_outcomes_base .text_main_holder > div:hover svg path {
    fill: rgb(159,151,175);
}

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

header .site_prime_base:hover {
    transform: translateY(-5px);
    background: rgba(255, 255, 255, 0.25);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.15);
}

header .main_sitewrap_base img {
    max-height: 40px;
    filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.1));
}

header .main_skill_base {
    margin: 0 0.3rem;
    position: relative;
}

header .main_skill_base a:hover {
    transform: translateY(-3px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
    border-color: rgba(255, 255, 255, 0.2);
    background: rgba(255, 255, 255, 0.2);
}

header .main_skill_base a:hover::before {
    opacity: 1;
}

header .main_skill_base::after {
    content: '';
    opacity: 0.7;
    background: #ffffff;
    bottom: -3px;
    transform: translateX(-50%);
    height: 3px;
    transition: width 0.3s ease;
    width: 0;
    left: 50%;
    position: absolute;
    border-radius: 10px;
}

header .nav_pagewrap_base {
    position: relative;
    background: rgb(229,225,236);
    z-index: 1;
    padding-top: 2rem;
}



header .site_prime_base::after {
    opacity: 0.5;
    height: 20px;
    left: 0;
    width: 100%;
    position: absolute;
    bottom: -20px;
    content: '';
    background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.1) 0%, transparent 70%);
    transition: all 0.4s ease;
}

.title_greeting_base .text_widget_base {
    transition: transform 0.8s cubic-bezier(0.19, 1, 0.22, 1);
    transform: translateY(0);
    flex: 1;
    position: relative;
    padding: 40px 20px;
    z-index: 3;
}

.title_greeting_base h1 {
    font-weight: 700;
    font-size: 28px;
    transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    transform: perspective(1000px) rotateX(0deg);
    line-height: 1.3;
    position: relative;
    margin-bottom: 25px;
    color: #000000;
}

.title_greeting_base .learn_entry_base svg {
    height: 80px;
    width: 80px;
    transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1), filter 0.6s ease;
    filter: drop-shadow(0 4px 6px rgba(94, 170, 168, 0.15));
}

.title_greeting_base .text_widget_base:hover .learn_entry_base svg path,
.title_greeting_base .text_widget_base:hover .learn_entry_base svg text {
    fill: rgb(194,187,207);
}

.title_greeting_base .text_widget_base:hover .learn_entry_base p {
    transform: translateX(5px);
}

.title_greeting_base ul {
    margin: 30px 0 0;
    padding: 0;
    display: flex;
    list-style: none;
}

.title_greeting_base .query_reach_base::before {
    height: 100%;
    width: 100%;
    position: absolute;
    content: "";
    z-index: -1;
    transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    left: -100%;
    background: linear-gradient(135deg, rgb(159,151,175) 0%, rgb(194,187,207) 100%);
    top: 0;
}

.title_greeting_base .pic_card_base::after {
    background: linear-gradient(to bottom, rgba(94, 170, 168, 0.2), transparent 30%, transparent 60%, rgba(0, 0, 0, 0.3));
    content: "";
    transition: opacity 0.6s ease;
    position: absolute;
    z-index: 1;
    bottom: 0;
    right: 0;
    top: 0;
    left: 0;
}

.give_it_a_try_base {
    overflow: hidden;
    padding: 120px 0;
    position: relative;
    background: rgb(229,225,236);
}

.give_it_a_try_base .learning_dna_base {
    backdrop-filter: blur(10px);
    display: flex;
    padding: 60px;
    position: relative;
    border-radius: 12px;
    background: linear-gradient(135deg, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.1));
    flex-direction: row-reverse;
    -webkit-backdrop-filter: blur(10px);
    justify-content: space-between;
    align-items: center;
    border: 1px solid rgba(255, 255, 255, 0.05);
    z-index: 10;
}

.give_it_a_try_base .query_reach_base::after {
    background: rgb(159,151,175);
    z-index: -1;
    position: absolute;
    content: '';
    inset: 3px;
    border-radius: 50%;
}

.give_it_a_try_base .query_reach_base:hover {
    transform: scale(1.05);
}

header .top_plank {
    color:  #ffffff;
    background: rgb(194,187,207);
}

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

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

.sign_up_base::before {
    content: '';
    top: -10%;
    background: linear-gradient(225deg, rgb(194,187,207) 0%, rgb(194,187,207,0.5) 90%);
    transform: rotate(-15deg) skewX(15deg);
    filter: blur(20px);
    width: 30%;
    height: 60%;
    opacity: 0.2;
    z-index: -1;
    position: absolute;
    right: -5%;
    animation: float 12s ease-in-out infinite;
}

.sign_up_base .learning_dna_base:hover {
    transform: perspective(1000px) rotateY(0deg);
}

.sign_up_base h3::before {
    top: 0.5rem;
    transform: scaleY(0.7);
    content: '';
    background: linear-gradient(to bottom, rgb(194,187,207), rgb(159,151,175));
    position: absolute;
    opacity: 0.8;
    width: 4px;
    left: 0;
    transition: transform 0.3s ease, opacity 0.3s ease;
    border-radius: 2px;
    bottom: 0.5rem;
}

.sign_up_base .sub_banners_base {
    background: #ffffff;
    font-size: 17px;
    color: #000000;
    font-family: Arial, sans-serif;
    width: 100%;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.03);
    transition: all 0.3s ease;
    border: 2px solid rgba(0, 0, 0, 0.08);
    padding: 0.875rem 1.25rem;
}

.sign_up_base .begin_now_base:active {
    transform: translateY(0);
    box-shadow: 0 3px 8px rgba(rgb(194,187,207,0.5), 0.2);
}

.sign_up_base .begin_now_base:hover::before {
    transform: translateX(100%);
}

.contact_us_basepJI4 {
    padding: 6rem 0;
    overflow: hidden;
    position: relative;
}

.contact_us_basepJI4::before {
    z-index: 1;
    content: "";
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.5);
    top: 0;
    position: absolute;
    left: 0;
}

.contact_us_basepJI4 .help_section_base {
    display: flex;
    background: linear-gradient(145deg, rgba(255, 255, 255, 0.03), rgba(0, 0, 0, 0.3));
    flex-wrap: wrap;
    padding: 2rem;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 25px;
    overflow: hidden;
    gap: 2rem;
    backdrop-filter: blur(10px);
    position: relative;
    box-shadow: 0 15px 25px rgba(0, 0, 0, 0.2), 
                0 5px 10px rgba(0, 0, 0, 0.1);
}

.contact_us_basepJI4 .request_box_base::before {
    content: "";
    left: -50%;
    animation: pulse 15s infinite linear;
    position: absolute;
    top: -50%;
    width: 200%;
    background: radial-gradient(
        circle at center, 
        rgba(255, 255, 255, 0.05) 0%, 
        transparent 70%);
    height: 200%;
    z-index: -1;
}

.contact_us_basepJI4 .request_box_base div:hover {
    transform: translateX(5px);
}

.contact_us_basepJI4 .request_box_base div::before {
    width: 3px;
    height: 0;
    position: absolute;
    transition: height 0.3s ease;
    content: "";
    top: 50%;
    left: 0;
    background: rgb(159,151,175);
}

.contact_us_basepJI4 .request_box_base div span {
    letter-spacing: 0.5px;
    font-size: calc(17px - 2px);
    color: #ffffff;
}

.contact_us_basepJI4 .inquiry_message_base {
    border: 1px solid rgba(255, 255, 255, 0.05);
    border-radius: 10px;
    background: linear-gradient(135deg, 
        rgba(255, 255, 255, 0.05), 
        rgba(0, 0, 0, 0.1));
    flex: 1 1 400px;
    backdrop-filter: blur(8px);
    overflow: hidden;
    padding: 2rem;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
    position: relative;
}

.contact_us_basepJI4 .inquiry_message_base input[type="text"],
.contact_us_basepJI4 .inquiry_message_base input[type="email"] {
    border: 1px solid rgba(255, 255, 255, 0.1);
    font-size: 17px;
    background: rgba(0, 0, 0, 0.2);
    border-radius: 10px;
    transition: all 0.3s ease;
    width: 100%;
    padding: 12px 15px;
    outline: none;
    color: #ffffff;
    box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1);
}

.contact_us_basepJI4 .inquiry_message_base .request_reach_base input[type="checkbox"] {
    appearance: none;
    width: 18px;
    border-radius: 3px;
    margin-top: 3px;
    flex-shrink: 0;
    position: relative;
    -webkit-appearance: none;
    background: rgba(0, 0, 0, 0.2);
    transition: all 0.3s ease;
    height: 18px;
    cursor: pointer;
    border: 1px solid rgba(255, 255, 255, 0.1);
}

.contact_us_basepJI4 .inquiry_message_base .request_reach_base label a:hover::after {
    width: 100%;
}

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

.cookie_notice_window_base {
    box-shadow: 0px -2px 10px rgba(0, 0, 0, 0.1);
    z-index: 1000;
    width: 100%;
    bottom: 0;
    padding: 20px 0;
    background-color: rgb(229,225,236);
    animation: fadeInUp 0.5s ease-out;
    position: fixed;
    border-top: 1px solid rgb(194,187,207);
}

.cookie_notice_window_base .data_approve_base {
    font-size: 15px;
    background-color: rgb(194,187,207);
    margin-top: 20px;
    padding: 10px 20px;
    border-radius: 5px;
    text-decoration: none;
    color: #ffffff;
    display: inline-block;
    transition: transform 0.3s, box-shadow 0.3s;
    margin-right: 15px;
}

.secure_bunker_base h1 {
    margin-top: 0;
    max-width: 800px;
    color: rgb(194,187,207);
    border-bottom: 3px solid rgb(159,151,175);
    text-transform: uppercase;
    font-size: 40px;
    padding-bottom: 15px;
    font-weight: 700;
    margin-bottom: 30px;
    text-align: center;
    width: 100%;
}

.secure_bunker_base ul li::before, .secure_bunker_base ol li::before {
    border-radius: 50%;
    content: '';
    width: 8px;
    top: 50%;
    position: absolute;
    transform: translateY(-50%);
    height: 8px;
    left: 0;
    background: rgb(194,187,207);
}

.quantitative_data_base {
    padding: 7rem 0;
    position: relative;
    background: rgb(229,225,236);
    overflow: hidden;
}

.quantitative_data_base .container {
    align-items: center;
    padding: 0 1.5rem;
    margin: 0 auto;
    justify-content: space-between;
    max-width: 1200px;
    flex-direction: row-reverse;
    position: relative;
    display: flex;
    gap: 3rem;
    z-index: 1;
}

.quantitative_data_base .study_edge_base {
    transform: rotate(-3deg);
    display: grid;
    grid-template-rows: repeat(2, 1fr);
    grid-template-columns: repeat(2, 1fr);
    flex: 0 0 60%;
    gap: 2rem;
}

.quantitative_data_base .statistics_pros_base:hover {
    transform: scale(1.05) translateZ(0);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
    z-index: 5;
}

.quantitative_data_base .statistics_pros_base:nth-child(even):hover {
    transform: translateX(1.5rem) scale(1.05) translateZ(0);
}

.quantitative_data_base .statistics_pros_base span {
    line-height: 1.4;
    color: #000000;
    font-size: 13px;
    display: block;
    font-weight: 400;
}

.quantitative_data_base .program_wins_base::after {
    position: absolute;
    bottom: -0.8rem;
    opacity: 0.7;
    left: 0;
    width: 80px;
    content: "";
    background: rgb(159,151,175);
    height: 2px;
}

.quantitative_data_base .statistics_pros_base:nth-child(even) svg {
    fill: rgb(159,151,175);
    margin-left: auto;
}

.quantitative_data_base .statistics_pros_base:hover svg {
    transform: rotateY(180deg);
}

.thxMessage_base::after {
    position: absolute;
    top: -50%;
    content: "";
    width: 70%;
    right: -20%;
    z-index: 0;
    opacity: 0.1;
    height: 200%;
    background: linear-gradient(120deg, rgb(194,187,207,0.5) 10%, transparent 80%);
    transform: rotate(25deg);
}

.thxMessage_base h2::after {
    background: linear-gradient(90deg, rgb(194,187,207), rgb(159,151,175));
    content: "";
    position: absolute;
    height: 3px;
    left: 0;
    transform-origin: left;
    width: 80px;
    transform: scaleX(0);
    animation: expandLine 0.6s 0.4s forwards ease-out;
    bottom: -16px;
}

.thxMessage_base ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.thxMessage_base li {
    position: relative;
    padding-left: 25px;
}

.thxMessage_base li::before {
    position: absolute;
    animation: pulse 3s infinite;
    opacity: 0.9;
    background: rgb(194,187,207);
    width: 8px;
    content: "";
    left: 0;
    height: 8px;
    top: 8px;
    transform: rotate(45deg);
}

.leadership_experience_base::after {
    opacity: 0.1;
    top: 0;
    height: 100%;
    background: #ffffff;
    right: 0;
    z-index: 1;
    position: absolute;
    width: 50%;
    clip-path: polygon(100% 0, 0 0, 100% 100%);
    content: "";
}

.leadership_experience_base .pic_card_base {
    transition: all 0.5s ease;
    border-radius: 0;
    position: relative;
    height: 250px;
    margin-bottom: -50px;
    width: 200px;
    clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);
    z-index: 3;
    box-shadow: 0 10px 20px -5px rgba(0, 0, 0, 0.5);
}

.leadership_experience_base .name {
    text-align: center;
    font-weight: 700;
    font-size: 35px;
    position: relative;
    color: rgb(194,187,207);
    margin-bottom: 0.5rem;
}

.leadership_experience_base .experience_details_base {
    font-weight: 400;
    font-size: 14px;
    color: #000000;
    line-height: 1.8;
    margin-top: 20px;
    position: relative;
    padding-top: 30px;
    font-style: italic;
    text-align: center;
    width: 100%;
    border-top: 1px solid rgb(229,225,236);
}

.company_info_base {
    background: rgb(229,225,236);
    padding: 100px 0;
    position: relative;
    overflow: hidden;
}

.company_info_base .container {
    z-index: 1;
    position: relative;
}

.company_info_base .learning_dna_base {
    position: relative;
}

.company_info_base h3::after {
    transform: translateX(-50%);
    content: "";
    width: 60px;
    background: rgb(194,187,207);
    bottom: -15px;
    position: absolute;
    height: 3px;
    left: 50%;
}

.company_info_base .growth_path_base p {
    width: 60%;
    margin-bottom: 30px;
    color: #000000;
    font-size: 15px;
    line-height: 1.7;
}

.company_info_base .fast_learning_base432GF {
    display: flex;
    margin-top: 50px;
    flex-direction: column;
    position: relative;
}

.company_info_base .fast_learning_base432GF .method_edu_base {
    top: 0;
    height: 100%;
    position: absolute;
    box-shadow: 15px 15px 0 rgb(159,151,175,0.5);
    left: 0;
    border-radius: 22px;
    width: 35%;
    transition: transform 0.4s ease, box-shadow 0.4s ease;
}



.company_info_base .growth_path_base::after {
    background: linear-gradient(to right, rgb(194,187,207,0.5), transparent);
    bottom: -35px;
    left: 0;
    content: "";
    position: absolute;
    height: 1px;
    width: 50%;
}

.company_info_base .growth_path_base svg path {
    fill: rgb(194,187,207);
}

.company_info_base .fast_learning_base432GF svg path {
    fill: rgb(159,151,175);
}

.program_overview_base {
    overflow: hidden;
    padding: 120px 0;
    position: relative;
    background: linear-gradient(135deg, rgb(229,225,236) 0%, rgba(245, 247, 250, 0.95) 100%);
}

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

.program_overview_base h2 {
    padding-left: 20px;
    margin-bottom: 50px;
    transform: translateX(-5%);
    max-width: 90%;
    font-weight: 700;
    color: #000000;
    line-height: 1.3;
    font-size: 36px;
    position: relative;
}

.program_overview_base .skill_explorer_base {
    position: relative;
    grid-template-columns: 1fr;
    gap: 40px;
    display: grid;
}

.program_overview_base .pic_card_base::after {
    background: linear-gradient(135deg, transparent 60%, rgba(var(--primary-color-opacity), 0.3));
    content: "";
    z-index: 1;
    position: absolute;
    inset: 0;
}

.program_overview_base .description {
    font-size: 16px;
    color: #000000;
    opacity: 0;
    animation: fadeIn 0.8s forwards;
    transform: translateY(20px);
    margin-bottom: 20px;
    line-height: 1.8;
}

.program_overview_base .description:last-of-type {
    animation-delay: 0.4s;
}

footer::before {
    top: 0;
    bottom: 0;
    position: absolute;
    left: 0;
    z-index: 1;
    opacity: 0.92;
    right: 0;
    background: linear-gradient(90deg, #000000 0%, rgb(194,187,207) 150%);
    content: '';
}

.webinar_live_base .company_holder::before {
    background: rgb(194,187,207);
    top: 0;
    position: absolute;
    content: '';
    height: 5px;
    width: 100%;
    left: 0;
}

.webinar_live_base .patent_info_base {
    line-height: 1.6;
    color: #ffffff;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
    font-size: 17px;
}

.webinar_live_base .top_mainwrap_base h5 {
    padding-left: 15px;
    position: relative;
    font-weight: 600;
    font-size: 18px;
    color: #ffffff;
    margin-bottom: 20px;
    border-left: 3px solid rgb(194,187,207);
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
}

.webinar_live_base .top_mainwrap_base .header_pro_base a:hover {
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.15);
    color: #ffffff;
    transform: translateX(5px);
}

.lecture_ref_base {
    padding: 20px 0;
    background: rgba(0, 0, 0, 0.4);
    margin-top: 50px;
    position: relative;
    z-index: 2;
}



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

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

.offer_box_base h2 {
    margin-bottom: 20px;
    font-weight: 700;
    color: #ffffff;
    transform: translateZ(30px);
    font-size: 33px;
    letter-spacing: 0.5px;
    text-shadow: 0 2px 15px rgba(0, 0, 0, 0.2);
    text-align: center;
}

.offer_box_base .learning_package_base li {
    transform-style: preserve-3d;
    transition: transform 0.5s cubic-bezier(0.22, 1, 0.36, 1);
}

.offer_box_base .tuition_plans_base::before {
    transition: transform 0.5s cubic-bezier(0.22, 1, 0.36, 1);
    height: 5px;
    left: 0;
    position: absolute;
    transform-origin: left;
    top: 0;
    right: 0;
    background: linear-gradient(90deg, 
        rgb(194,187,207) 0%,
        rgb(159,151,175) 100%);
    content: "";
    transform: scaleX(0.92);
}

.offer_box_base .tuition_grid_base {
    transform: translateZ(10px);
    padding: 35px 30px;
}

.offer_box_base .tuition_grid_base h4 {
    font-weight: 700;
    transform: translateZ(5px);
    color: #ffffff;
    margin: 0 0 20px;
    position: relative;
    display: inline-block;
    font-size: calc(23px * 1.1);
}

.offer_box_base .fee_schemes_base {
    text-align: right;
    display: block;
    font-size: calc(23px * 1.2);
    transform: translateZ(15px);
    margin-top: 20px;
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
    font-weight: 700;
    color: #ffffff;
}

.offer_box_base .learning_package_base li:hover .tuition_plans_base {
    box-shadow: 0 20px 45px rgba(0, 0, 0, 0.3),
                0 10px 25px rgba(0, 0, 0, 0.2),
                inset 0 1px 1px rgba(255, 255, 255, 0.15);
    transform: translateZ(20px);
}


@media only screen and (max-width: 800px)  {.container {
    padding: 0 12px;
}}



@media (max-width: 992px) {.learning_outcomes_base {
    padding: 8rem 0;
}.learning_outcomes_base h2 {
    width: 80%;
    font-size: calc(37px * 1.2);
}.learning_outcomes_base .text_widget_base {
    padding-right: 2rem;
    padding-left: 2rem;
    width: 80%;
}.learning_outcomes_base .text_main_holder {
    gap: 2rem;
    grid-template-columns: 1fr;
}.learning_outcomes_base .pic_card_base {
    clip-path: polygon(5% 0, 100% 0, 100% 100%, 0 100%);
}
}



@media (min-width: 1400px) {header .head_expert_base {
    max-width: 1320px;
    margin: 0 auto;
}header .main_skill_base {
    margin: 0 0.5rem;
}header .main_skill_base a {
    padding: 0.8rem 1.5rem;
}
}



@media (max-width: 991px) {header {
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
}header .head_expert_base {
    padding: 1rem 1.5rem;
    flex-wrap: wrap;
}header .site_prime_base {
    border-radius: 10px;
    padding: 0.6rem 1rem;
    margin-bottom: 0;
}header .top_mainwrap_base {
    justify-content: flex-end;
    flex-basis: 100%;
    margin-top: 1rem;
}header .main_skill_base a {
    border-radius: 10px;
    font-size: calc(15px - 1px);
    padding: 0.6rem 1rem;
}header .head_expert_base::before,
    header .head_expert_base::after {
    display: none;
}
}



@media (min-width: 992px) {.title_greeting_base {
    padding: 120px 0;
}.title_greeting_base .learning_dna_base {
    gap: 60px;
}.title_greeting_base .text_widget_base {
    padding: 0 40px 0 0;
}.title_greeting_base .pic_card_base {
    height: 550px;
}.title_greeting_base h1 {
    margin-bottom: 35px;
    font-size: calc(48px * 0.95);
}.title_greeting_base .learn_entry_base {
    gap: 35px;
    margin-bottom: 40px;
}.title_greeting_base .learn_entry_base p {
    font-size: calc(12px * 1.2);
}.title_greeting_base .learn_entry_base svg {
    height: 120px;
    width: 120px;
}.title_greeting_base .query_reach_base {
    padding: 16px 36px;
}
}



@media (max-width: 991px) {.give_it_a_try_base {
    padding: 90px 0;
}.give_it_a_try_base .learning_dna_base {
    padding: 40px;
}.give_it_a_try_base .container p {
    font-size: calc(21px * 1.2);
}.give_it_a_try_base .query_reach_base {
    height: 160px;
    width: 160px;
}
}



@media (max-width: 480px) {.give_it_a_try_base {
    padding: 50px 0;
}.give_it_a_try_base .learning_dna_base {
    padding: 25px 20px;
}.give_it_a_try_base .container p {
    font-size: calc(15px * 1.2);
}.give_it_a_try_base .query_reach_base {
    height: 120px;
    font-size: calc(20px * 0.9);
    width: 120px;
}}



@media (max-width: 767px) {.sign_up_base .learning_dna_base {
    border-top: 4px solid rgb(194,187,207);
    border-left: none;
    transform: none;
}.sign_up_base h3 {
    padding-top: 1.25rem;
    padding-left: 0;
}.sign_up_base h3::before {
    top: 0;
    width: 40px;
    transform: scaleX(0.7);
    height: 4px;
    left: 0;
    bottom: auto;
}.sign_up_base .learning_dna_base:hover h3::before {
    transform: scaleX(1);
}}



@media screen and (max-width: 576px) {.contact_us_basepJI4 {
    padding: 3rem 0;
}.contact_us_basepJI4 .help_section_base {
    gap: 1.5rem;
    padding: 1rem;
}.contact_us_basepJI4 .request_box_base,
    .contact_us_basepJI4 .inquiry_message_base {
    padding: 1rem;
}.contact_us_basepJI4 .request_box_base div {
    margin-bottom: 1rem;
}.contact_us_basepJI4 .inquiry_message_base form {
    gap: 1rem;
}.contact_us_basepJI4 .inquiry_message_base input[type="text"],
    .contact_us_basepJI4 .inquiry_message_base input[type="email"] {
    padding: 10px 12px;
}.contact_us_basepJI4 .inquiry_message_base .query_reach_base {
    padding: 10px 16px;
}}



@media (max-width: 768px) {.quantitative_data_base {
    padding: 4rem 0;
}.quantitative_data_base .study_edge_base {
    gap: 1.5rem;
    grid-template-columns: 1fr;
}.quantitative_data_base .statistics_pros_base {
    border-left: 5px solid rgb(194,187,207);
    max-width: 100%;
}.quantitative_data_base .statistics_pros_base:nth-child(even) {
    transform: translateX(0);
    border-left: 5px solid rgb(159,151,175);
    background: linear-gradient(to right, rgb(159,151,175,0.5) 0%, transparent 100%);
    border-radius: 0 30px 30px 0;
    border-right: none;
    text-align: left;
}.quantitative_data_base .statistics_pros_base:nth-child(even):hover {
    transform: scale(1.05) translateZ(0);
}.quantitative_data_base .statistics_pros_base:nth-child(even) svg {
    margin-left: 0;
}.quantitative_data_base .statistics_pros_base h4 {
    font-size: calc(37px * 1.1);
}.quantitative_data_base .statistics_pros_base span {
    font-size: calc(13px * 0.9);
}.quantitative_data_base .statistics_extras_base {
    padding-top: 2rem;
}.quantitative_data_base .program_wins_base {
    font-size: calc(37px * 0.9);
    margin-bottom: 1.5rem;
}.quantitative_data_base .statistics_advantages_base {
    line-height: 1.7;
    font-size: calc(13px * 0.9);
}
}



@media (max-width: 768px) {.leadership_experience_base {
    padding: 4rem 1rem 3rem;
}.leadership_experience_base .pic_card_base {
    height: 180px;
    margin-bottom: -40px;
    width: 150px;
}.leadership_experience_base .work_exp_base {
    padding: 60px 20px 20px;
}}



@media screen and (max-width: 480px) {.company_info_base {
    padding: 40px 0;
}.company_info_base h3 {
    font-size: calc(37px * 0.7);
    margin-bottom: 30px;
}.company_info_base h3::after {
    bottom: -10px;
    width: 40px;
}.company_info_base .growth_path_base {
    margin-bottom: 40px;
}.company_info_base .growth_path_base p,
    .company_info_base .fast_learning_base432GF p {
    font-size: calc(15px * 0.9);
    margin-bottom: 180px;
}.company_info_base .growth_path_base .pic_card_base,
    .company_info_base .fast_learning_base432GF .method_edu_base {
    height: 160px;
}.company_info_base .growth_path_base .pic_card_base {
    margin-top: -180px;
    box-shadow: -8px 8px 0 rgb(194,187,207,0.5);
}.company_info_base .fast_learning_base432GF .method_edu_base {
    box-shadow: 8px 8px 0 rgb(159,151,175,0.5);
}.company_info_base .growth_path_base .pic_card_base:hover {
    transform: translate(3px, -3px);
    box-shadow: -10px 10px 0 rgb(194,187,207,0.5);
}.company_info_base .fast_learning_base432GF .method_edu_base:hover {
    box-shadow: 10px 10px 0 rgb(159,151,175,0.5);
    transform: translate(-3px, -3px);
}.company_info_base .growth_path_base span {
    font-size: calc(24px * 0.9);
    margin-bottom: 15px;
}.company_info_base .learning_dna_base::before,
    .company_info_base .learning_dna_base::after {
    height: 100px;
    width: 100px;
}}



@media (max-width: 767px) {.program_overview_base {
    padding: 80px 0;
}.program_overview_base h2 {
    margin-bottom: 30px;
    transform: translateX(0);
    font-size: calc(36px * 0.9);
    max-width: 100%;
}.program_overview_base .pic_card_base {
    height: 250px;
}.program_overview_base .text_widget_base {
    padding: 25px;
}.program_overview_base .description {
    font-size: calc(16px * 0.95);
    line-height: 1.7;
}}



@media (max-width: 767px) {.offer_box_base {
    padding: 60px 0;
}.offer_box_base h2 {
    font-size: calc(33px * 0.8);
    margin-bottom: 15px;
}.offer_box_base .program_price_base {
    margin-bottom: 40px;
    font-size: calc(18px * 0.95);
}.offer_box_base .learning_package_base {
    margin: 0 auto;
    max-width: 450px;
    grid-template-columns: 1fr;
}.offer_box_base .tuition_grid_base {
    padding: 25px 20px;
}.offer_box_base .tuition_grid_base h4 {
    font-size: 23px;
}.offer_box_base .fee_schemes_base {
    font-size: calc(23px * 1.1);
}
}



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



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



@keyframes pulse {
    0%, 100% {
        transform: rotate(45deg) scale(1);
    }
    50% {
        transform: rotate(45deg) scale(1.2);
    }
}

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

