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

html,body {
    font-family: Arial, sans-serif;
    min-height: 100%;
    height: 100%;
    color: #000000;
}

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

.framework-wrap_base {
    flex-direction: column;
    display: flex;
    min-height: 100%;
    height: 100%;
}

.learning_outcomes_base::before {
    background: 
        radial-gradient(circle at 10% 20%, rgb(194,187,207,0.5) 0%, transparent 30%),
        radial-gradient(circle at 90% 80%, rgb(159,151,175,0.5) 0%, transparent 40%);
    content: '';
    height: 100%;
    top: 0;
    position: absolute;
    width: 100%;
    left: 0;
    z-index: 1;
    opacity: 0.4;
}

.learning_outcomes_base .pic_card_base {
    top: 10%;
    border-radius: 15px 0 0 15px;
    box-shadow: -30px 30px 60px rgba(0, 0, 0, 0.15);
    right: 0;
    z-index: 2;
    position: absolute;
    clip-path: polygon(10% 0, 100% 0, 100% 100%, 0 100%);
    height: 80%;
    width: 45%;
}

.learning_outcomes_base .text_main_holder > div::before {
    opacity: 0.1;
    top: 0;
    z-index: 1;
    content: '';
    position: absolute;
    transition: width 0.4s ease;
    width: 0;
    height: 100%;
    left: 0;
    background: linear-gradient(90deg, rgb(194,187,207) 0%, transparent 100%);
    border-radius: 15px;
}

.learning_outcomes_base .text_main_holder svg path {
    fill: rgb(194,187,207);
    transition: fill 0.3s ease;
}

.learning_outcomes_base .text_main_holder p {
    position: relative;
    line-height: 1.6;
    z-index: 2;
    font-size: 15px;
    margin: 0;
    color: #000000;
}

header .site_prime_base {
    backdrop-filter: blur(5px);
    border-radius: 28px;
    transition: all 0.4s ease;
    z-index: 2;
    -webkit-backdrop-filter: blur(5px);
    position: relative;
    background: rgba(255, 255, 255, 0.15);
    border: 1px solid rgba(255, 255, 255, 0.3);
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1);
    padding: 0.8rem 1.2rem;
    flex: 0 0 auto;
}

header .main_skill_base a {
    -webkit-backdrop-filter: blur(5px);
    position: relative;
    font-size: 15px;
    border-radius: 28px;
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(5px);
    display: block;
    z-index: 1;
    transition: all 0.3s ease;
    text-decoration: none;
    padding: 0.8rem 1.2rem;
    border: 1px solid rgba(255, 255, 255, 0.05);
    font-weight: 600;
    color: #ffffff;
}

header .head_expert_base::before {
    background: rgb(194,187,207,0.5);
    opacity: 0.5;
    right: -20px;
    border-radius: 50%;
    content: '';
    filter: blur(40px);
    width: 100px;
    position: absolute;
    z-index: -1;
    height: 100px;
    top: -20px;
}

header .site_prime_base:hover::after {
    transform: scaleX(0.9);
    opacity: 0.7;
}

.title_greeting_base::before {
    background: radial-gradient(circle at 70% 30%, rgba(94, 170, 168, 0.08) 0%, transparent 70%),
                repeating-linear-gradient(45deg, rgba(94, 170, 168, 0.03) 0px, rgba(94, 170, 168, 0.03) 1px, 
                transparent 1px, transparent 10px);
    left: 0;
    right: 0;
    top: 0;
    z-index: 1;
    content: "";
    pointer-events: none;
    bottom: 0;
    position: absolute;
}

.title_greeting_base h1::after {
    position: absolute;
    width: 80px;
    bottom: -10px;
    transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    transform-origin: left;
    height: 3px;
    transform: scaleX(0.7);
    left: 0;
    content: "";
    background: linear-gradient(90deg, rgb(194,187,207) 0%, rgb(159,151,175) 100%);
}

.title_greeting_base .learn_entry_base svg path {
    transition: fill 0.4s ease;
    fill: rgb(94, 170, 168);
}

.title_greeting_base .learn_entry_base svg text {
    letter-spacing: 0.5px;
    font-family: Arial, sans-serif;
    transition: fill 0.4s ease;
}

.title_greeting_base .learn_entry_base p::before {
    background: linear-gradient(to bottom, rgb(194,187,207), rgb(159,151,175));
    opacity: 0.7;
    width: 3px;
    border-radius: 2px;
    position: absolute;
    left: 0;
    top: 0;
    content: "";
    bottom: 0;
}

.title_greeting_base .query_reach_base:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 25px rgba(94, 170, 168, 0.3);
}

.title_greeting_base .query_reach_base:hover::before {
    transform: translateX(100%);
}

.title_greeting_base .pic_card_base {
    overflow: hidden;
    z-index: 2;
    margin-bottom: 30px;
    position: relative;
    transition: transform 0.8s cubic-bezier(0.19, 1, 0.22, 1), box-shadow 0.6s ease;
    width: 100%;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1), 0 5px 15px rgba(0, 0, 0, 0.05);
    transform: perspective(1000px) rotateX(0deg) rotateY(0deg);
    height: 300px;
    border-radius: 19px;
}

.give_it_a_try_base::after {
    left: -50%;
    z-index: 1;
    width: 200%;
    animation: rotate-bg 120s linear infinite;
    height: 200%;
    background: repeating-linear-gradient(45deg, #000000, #000000 10px, rgba(0, 0, 0, 0.5) 10px, rgba(0, 0, 0, 0.5) 20px);
    opacity: 0.05;
    top: -50%;
    position: absolute;
    content: '';
}

.give_it_a_try_base .query_reach_base {
    color: #ffffff;
    background: transparent;
    overflow: hidden;
    padding: 0;
    position: relative;
    isolation: isolate;
    width: 200px;
    font-weight: 700;
    border-radius: 50%;
    align-items: center;
    height: 200px;
    justify-content: center;
    z-index: 5;
    display: flex;
    font-size: 20px;
    text-decoration: none;
}

.give_it_a_try_base .query_reach_base:hover::after {
    background: linear-gradient(135deg, rgb(159,151,175) 0%, rgba(0, 0, 0, 0.5) 100%);
}

header .top_plank .prime_skill_base {
    align-items: center;
    line-height: 21px;
    flex-wrap: wrap;
    justify-content: flex-start;
    width: 100%;
    padding: 15px 0 10px 0;
    display: flex;
    font-size: 15px;
}

.sign_up_base::after {
    content: '';
    filter: blur(15px);
    transform: rotate(15deg) skewX(-10deg);
    animation: float 15s ease-in-out infinite reverse;
    position: absolute;
    opacity: 0.15;
    z-index: -1;
    height: 50%;
    bottom: -10%;
    width: 25%;
    background: linear-gradient(45deg, rgb(159,151,175) 0%, rgb(159,151,175,0.5) 90%);
    left: -5%;
}

.sign_up_base h3 {
    position: relative;
    font-weight: 600;
    padding-left: 1.25rem;
    color: #000000;
    line-height: 1.4;
    margin: 0 0 1rem;
    font-family: Arial, sans-serif;
    letter-spacing: -0.01em;
    font-size: clamp(1.5rem, 3vw, 20px);
    transform: translateZ(0);
}

.sign_up_base .learning_dna_base:hover h3::before {
    opacity: 1;
    transform: scaleY(1);
}

.sign_up_base .input_holder div {
    position: relative;
    flex: 1;
}

.sign_up_base .sub_banners_base:focus {
    outline: none;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
    border-color: rgb(194,187,207,0.5);
    transform: translateY(-2px);
}

.sign_up_base .begin_now_base {
    font-weight: 600;
    background: linear-gradient(135deg, rgb(194,187,207) 0%, rgb(159,151,175) 100%);
    padding: 0.875rem 1.75rem;
    border: none;
    position: relative;
    transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    color: #ffffff;
    cursor: pointer;
    font-family: Arial, sans-serif;
    align-self: flex-start;
    overflow: hidden;
    font-size: 20px;
}

.contact_us_basepJI4::after {
    height: 200%;
    z-index: 2;
    left: -50%;
    animation: shine 8s linear infinite;
    background: linear-gradient(45deg, 
        transparent 65%, 
        rgba(255, 255, 255, 0.08) 70%, 
        transparent 75%);
    top: -50%;
    position: absolute;
    content: "";
    width: 200%;
}

.contact_us_basepJI4 .help_section_base::after {
    height: 1px;
    background: linear-gradient(90deg, 
        transparent, 
        rgb(159,151,175), 
        transparent);
    bottom: 0;
    right: -50%;
    position: absolute;
    content: "";
    width: 200%;
}

.contact_us_basepJI4 .request_box_base h3 {
    font-size: 23px;
    margin-bottom: 2rem;
    color: #ffffff;
    font-weight: 600;
    padding-bottom: 1rem;
    position: relative;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}

.contact_us_basepJI4 .request_box_base h3::after {
    bottom: 0;
    content: "";
    left: 0;
    width: 50px;
    position: absolute;
    box-shadow: 0 0 8px rgb(159,151,175);
    height: 2px;
    background: rgb(159,151,175);
}

.contact_us_basepJI4 .request_box_base div:hover::before {
    top: 10%;
    height: 80%;
}

.contact_us_basepJI4 .request_box_base div svg path {
    transition: all 0.3s ease;
    fill: rgb(159,151,175);
}

.contact_us_basepJI4 .request_box_base div span a {
    text-decoration: none;
    transition: all 0.3s ease;
    color: #ffffff;
}

.contact_us_basepJI4 .inquiry_message_base::before {
    width: 200px;
    position: absolute;
    opacity: 0.3;
    top: -100px;
    content: "";
    background: radial-gradient(
        circle, 
        rgb(194,187,207,0.5) 0%, 
        transparent 70%);
    border-radius: 50%;
    height: 200px;
    right: -100px;
}

.contact_us_basepJI4 .inquiry_message_base h3::after {
    content: "";
    box-shadow: 0 0 8px rgb(159,151,175);
    position: absolute;
    width: 50px;
    background: rgb(159,151,175);
    height: 2px;
    left: 50%;
    bottom: -10px;
    transform: translateX(-50%);
}

.contact_us_basepJI4 .inquiry_message_base input[type="text"]::placeholder,
.contact_us_basepJI4 .inquiry_message_base input[type="email"]::placeholder {
    color: rgba(255, 255, 255, 0.5);
}

.contact_us_basepJI4 .inquiry_message_base .request_reach_base input[type="checkbox"]:checked {
    border-color: rgb(159,151,175);
    background: rgb(159,151,175);
}

.contact_us_basepJI4 .inquiry_message_base .request_reach_base label {
    color: rgba(255, 255, 255, 0.8);
    font-size: calc(17px - 2px);
    line-height: 1.5;
}

.contact_us_basepJI4 .inquiry_message_base .request_reach_base label a::after {
    left: 0;
    width: 0;
    bottom: -2px;
    background: rgb(159,151,175);
    height: 1px;
    transition: width 0.3s ease;
    content: "";
    position: absolute;
}

.contact_us_basepJI4 .inquiry_message_base .query_reach_base:hover {
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.3);
    transform: translateY(-3px);
}

.contact_us_basepJI4 .inquiry_message_base .query_reach_base:hover::before {
    left: 100%;
}

.cookie_notice_window_base .manage_cookies_base {
    flex-shrink: 0;
    animation: logoScale 1.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
    margin-right: 20px;
    transform-origin: center;
}


.cookie_notice_window_base .cookie_hide_base {
    flex-grow: 1;
}

.cookie_notice_window_base .cookie_hide_base h5 {
    color: rgb(194,187,207);
    font-size: 23px;
    margin-bottom: 6px;
}

.cookie_notice_window_base .data_approve_base:hover {
    box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.1);
    transform: translateY(-3px);
}

#cookie_popup_panel_base:checked ~ .cookie_notice_window_base {
    visibility: hidden;
    opacity: 0;
}

.secure_bunker_base h2 {
    margin-bottom: 25px;
    width: 100%;
    padding-left: 15px;
    color: rgb(159,151,175);
    border-left: 5px solid rgb(194,187,207);
    text-align: left;
    margin-top: 40px;
    font-size: 36px;
    font-weight: 600;
    max-width: 800px;
}

.secure_bunker_base ul li, .secure_bunker_base ol li {
    margin-bottom: 20px;
    position: relative;
    color: #000000;
    padding-left: 25px;
    font-weight: 300;
    font-size: 16px;
}

.secure_bunker_base div.container {
    max-width: 1000px;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 0 auto;
}

.quantitative_data_base::before {
    z-index: 0;
    top: 0;
    opacity: 0.07;
    left: 0;
    content: "";
    background: repeating-linear-gradient(
        -45deg,
        rgb(194,187,207,0.5) 0,
        rgb(194,187,207,0.5) 1px,
        transparent 1px,
        transparent 20px
    );
    position: absolute;
    width: 100%;
    height: 100%;
}

.quantitative_data_base .statistics_pros_base {
    background: linear-gradient(to right, rgb(194,187,207,0.5) 0%, transparent 100%);
    border-radius: 0 30px 30px 0;
    -webkit-backdrop-filter: blur(10px);
    padding: 2rem;
    transform: translateZ(0);
    border-left: 3px solid rgb(194,187,207);
    backdrop-filter: blur(10px);
    position: relative;
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.quantitative_data_base .statistics_pros_base:nth-child(even) h4 {
    color: rgb(159,151,175);
}

.quantitative_data_base .statistics_extras_base {
    padding-left: 3rem;
    flex: 0 0 35%;
    position: relative;
}

.quantitative_data_base .program_wins_base {
    color: #000000;
    font-size: 37px;
    margin: 0 0 2rem 0;
    font-weight: 700;
    position: relative;
    line-height: 1.3;
}

.quantitative_data_base .statistics_advantages_base {
    margin: 0;
    font-weight: 400;
    font-size: 13px;
    color: #000000;
    line-height: 1.8;
}

.quantitative_data_base svg path {
    fill: inherit;
}

.thxMessage_base::before {
    z-index: 1;
    content: "";
    top: 0;
    position: absolute;
    width: 100%;
    background: 
        linear-gradient(45deg, transparent 49.5%, rgb(159,151,175,0.5) 49.5%, rgb(159,151,175,0.5) 50.5%, transparent 50.5%),
        linear-gradient(-45deg, transparent 49.5%, rgb(159,151,175,0.5) 49.5%, rgb(159,151,175,0.5) 50.5%, transparent 50.5%);
    left: 0;
    background-size: 60px 60px;
    animation: movePattern 40s linear infinite;
    opacity: 0.2;
    height: 100%;
}

.thxMessage_base .learning_dna_base {
    transform: translateZ(10px) translateY(10px);
    padding: 35px 40px 30px;
    background: #ffffff;
    position: relative;
    animation: fadeSlideUp 0.8s 0.3s ease-out forwards;
    box-shadow: 0 15px 35px rgba(0,0,0,0.05), 
                0 5px 15px rgba(0,0,0,0.03);
    opacity: 0;
    border-left: 4px solid rgb(159,151,175);
}

.thxMessage_base li span {
    display: block;
    font-size: 14px;
    color: #000000;
    line-height: 1.8;
    font-family: Arial, sans-serif;
}

.leadership_experience_base::before {
    position: absolute;
    top: 0;
    opacity: 0.2;
    background: repeating-linear-gradient(
        -45deg,
        rgb(194,187,207,0.5) 0px,
        rgb(194,187,207,0.5) 2px,
        transparent 2px,
        transparent 10px
    );
    z-index: 1;
    left: 0;
    width: 100%;
    height: 100%;
    content: "";
}

.leadership_experience_base .work_exp_base {
    background: #ffffff;
    z-index: 2;
    width: 100%;
    align-items: center;
    transform-style: preserve-3d;
    padding: 70px 30px 30px;
    flex-direction: column;
    box-shadow: 0 15px 30px -10px rgba(0, 0, 0, 0.5);
    perspective: 1000px;
    position: relative;
    display: flex;
}

.leadership_experience_base .work_exp_base > div:nth-child(2) {
    font-weight: 600;
    text-transform: uppercase;
    font-size: 22px;
    color: rgb(159,151,175);
    letter-spacing: 2px;
    text-align: center;
    margin: 20px 0;
}

.leadership_experience_base .experience_details_base::after {
    left: 50%;
    top: -15px;
    transform: translateX(-10px);
}



.leadership_experience_base .work_exp_base:hover {
    animation: float 3s ease-in-out infinite;
}

.company_info_base::before {
    width: 100%;
    z-index: 0;
    height: 100%;
    top: 0;
    background-image: 
        radial-gradient(circle at 10% 10%, rgb(194,187,207,0.5) 0%, transparent 40%),
        radial-gradient(circle at 90% 90%, rgb(159,151,175,0.5) 0%, transparent 40%);
    position: absolute;
    content: "";
    left: 0;
    opacity: 0.6;
}

.company_info_base .growth_path_base span {
    font-weight: 600;
    font-size: 24px;
    color: rgb(194,187,207);
    margin-bottom: 20px;
    display: block;
}

.company_info_base .growth_path_base .pic_card_base:hover {
    box-shadow: -20px 20px 0 rgb(194,187,207,0.5);
    transform: translate(5px, -5px);
}

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

.company_info_base .learning_dna_base::before {
    animation: rotate 30s infinite linear;
    height: 200px;
    content: "";
    border: 2px dashed rgb(194,187,207,0.5);
    top: -100px;
    z-index: -1;
    width: 200px;
    border-radius: 50%;
    left: -100px;
    position: absolute;
}

.company_info_base .growth_path_base svg {
    left: -45px;
    height: 30px;
    color: rgb(194,187,207);
    opacity: 0.7;
    position: absolute;
    width: 30px;
    top: 10px;
}

.company_info_base .container::before {
    z-index: -1;
    position: absolute;
    content: "";
    opacity: 0.05;
    width: 100%;
    background-image: linear-gradient(45deg, rgb(229,225,236) 25%, transparent 25%),
                      linear-gradient(-45deg, rgb(229,225,236) 25%, transparent 25%),
                      linear-gradient(45deg, transparent 75%, rgb(229,225,236) 75%),
                      linear-gradient(-45deg, transparent 75%, rgb(229,225,236) 75%);
    background-size: 20px 20px;
    height: 100%;
    background-position: 0 0, 0 10px, 10px -10px, -10px 0px;
}

.program_overview_base h2::before {
    left: 0;
    position: absolute;
    top: 50%;
    width: 8px;
    transform: translateY(-50%);
    content: "";
    height: 80%;
    background: linear-gradient(to bottom, rgb(194,187,207), rgb(159,151,175));
}

.program_overview_base .pic_card_base:hover {
    transform: perspective(1000px) rotateY(0) rotateX(0);
}

.program_overview_base .text_widget_base::before {
    content: "";
    height: 6px;
    left: 0;
    top: 0;
    position: absolute;
    background: linear-gradient(90deg, rgb(194,187,207) 0%, rgb(159,151,175) 100%);
    width: 100%;
}

.program_overview_base .description:first-letter {
    font-size: 1.5em;
    color: rgb(194,187,207);
    font-weight: 700;
}

.webinar_live_base .company_holder {
    padding: 30px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
    transition: all 0.3s ease;
    position: relative;
    background: rgba(0, 0, 0, 0.3);
    border-radius: 12px 0 12px 0;
}

.webinar_live_base .company_holder h3::after {
    content: '';
    position: absolute;
    width: 60px;
    height: 3px;
    background: rgb(159,151,175);
    bottom: -8px;
    left: 0;
}

.webinar_live_base .top_mainwrap_base {
    flex: 0 0 calc(50% - 15px);
    position: relative;
}

.webinar_live_base .top_mainwrap_base .header_pro_base {
    flex-direction: column;
    gap: 12px;
    display: flex;
}

.webinar_live_base .top_mainwrap_base .header_pro_base a::before {
    z-index: -1;
    left: 0;
    position: absolute;
    content: '';
    top: 0;
    height: 100%;
    transition: width 0.3s ease;
    width: 0;
    background: rgb(194,187,207,0.5);
}

.webinar_live_base .top_mainwrap_base .header_pro_base a:hover::before {
    width: 100%;
}

.lecture_ref_base .syllabus_ref_base {
    font-size: 13px;
    text-align: center;
    letter-spacing: 0.5px;
    color: #ffffff;
}

.offer_box_base {
    overflow: hidden;
    position: relative;
    padding: 100px 0;
}

.offer_box_base::before {
    background: linear-gradient(135deg, 
        rgba(0, 0, 0, 0.85) 0%,
        rgba(20, 20, 40, 0.75) 100%);
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 1;
    content: "";
    left: 0;
    top: 0;
}

.offer_box_base .program_price_base {
    font-size: 18px;
    font-weight: 400;
    color: #ffffff;
    max-width: 700px;
    line-height: 1.6;
    text-align: center;
    text-shadow: 0 1px 10px rgba(0, 0, 0, 0.15);
    transform: translateZ(20px);
    margin: 0 auto 50px;
    opacity: 0.9;
}

.offer_box_base .tuition_plans_base {
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    position: relative;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.2),
                0 5px 15px rgba(0, 0, 0, 0.1),
                inset 0 1px 1px rgba(255, 255, 255, 0.1);
    transform-style: preserve-3d;
    transition: transform 0.5s cubic-bezier(0.22, 1, 0.36, 1), 
                box-shadow 0.5s cubic-bezier(0.22, 1, 0.36, 1);
    background: linear-gradient(145deg, 
        rgba(255, 255, 255, 0.07) 0%,
        rgba(255, 255, 255, 0.03) 100%);
    height: 100%;
    overflow: hidden;
}

.offer_box_base .tuition_grid_base p {
    font-size: 18px;
    overflow-y: auto;
    opacity: 0.85;
    line-height: 1.6;
    margin: 0 0 25px;
    color: #ffffff;
    font-weight: 400;
    hyphens: auto;
    max-height: 250px;
    overflow-wrap: break-word;
    padding-right: 5px;
    word-wrap: break-word;
}

.offer_box_base .learning_package_base li:hover {
    transform: translateY(-5px) scale(1.02);
}

.offer_box_base .learning_package_base li:hover .tuition_plans_base::before {
    transform: scaleX(1);
}

.offer_box_base .learning_package_base li:hover .tuition_grid_base h4::after {
    width: 100%;
}


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



@media (max-width: 1200px) {.learning_outcomes_base h2 {
    width: 70%;
    font-size: calc(37px * 1.3);
}.learning_outcomes_base .text_widget_base {
    width: 70%;
}.learning_outcomes_base .pic_card_base {
    width: 40%;
}
}



@media (max-width: 576px) {.learning_outcomes_base {
    padding: 5rem 0 18rem;
}.learning_outcomes_base h2 {
    margin-right: 1.5rem;
    margin-left: 1.5rem;
}.learning_outcomes_base .text_widget_base {
    padding: 0 1.5rem;
}.learning_outcomes_base .text_main_holder > div {
    padding: 1.5rem;
}.learning_outcomes_base .text_main_holder svg {
    margin-right: 1rem;
    height: 2.5rem;
    width: 2.5rem;
}.learning_outcomes_base .pic_card_base {
    height: 250px;
}}



@media (max-width: 767px) {header {
    padding: 0;
}header .head_expert_base {
    padding: 0.8rem 1.2rem;
}header .site_prime_base {
    max-width: 140px;
    padding: 0.5rem 0.8rem;
}header .main_sitewrap_base img {
    max-height: 35px;
}header .top_mainwrap_base {
    scrollbar-width: thin;
    justify-content: flex-start;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    padding-bottom: 0.5rem;
    margin-top: 0.8rem;
}header .top_mainwrap_base::-webkit-scrollbar {
    height: 3px;
}header .top_mainwrap_base::-webkit-scrollbar-thumb {
    background: rgba(255, 255, 255, 0.3);
    border-radius: 10px;
}header .main_skill_base {
    margin: 0 0.15rem;
    flex: 0 0 auto;
}header .main_skill_base a {
    white-space: nowrap;
    padding: 0.5rem 0.8rem;
    font-size: calc(15px - 2px);
}header .main_skill_base::after {
    display: none;
}header .site_prime_base::after {
    display: none;
}
}



@media (min-width: 1200px) {.title_greeting_base .learning_dna_base {
    gap: 80px;
}.title_greeting_base .pic_card_base {
    height: 600px;
}.title_greeting_base h1 {
    transform: perspective(1000px) translateZ(0px);
    font-size: 48px;
}.title_greeting_base .text_widget_base:hover h1 {
    transform: perspective(1000px) translateZ(10px);
}
}



@media (max-width: 767px) {.give_it_a_try_base {
    padding: 70px 0;
}.give_it_a_try_base .learning_dna_base {
    gap: 40px;
    padding: 30px;
    flex-direction: column;
}.give_it_a_try_base .container p {
    font-size: 21px;
    text-align: center;
    width: 100%;
}.give_it_a_try_base .query_reach_base {
    height: 140px;
    width: 140px;
}
}



@media (min-width: 768px) {.sign_up_base {
    padding: 5rem 2rem;
}.sign_up_base .learning_dna_base {
    padding: 3.5rem;
    grid-template-columns: 1.5fr 1fr;
    align-items: center;
    gap: 3rem;
}.sign_up_base h3 {
    padding-left: 1.5rem;
    margin: 0;
}.sign_up_base .input_holder {
    flex-direction: row;
    margin-top: 0;
}.sign_up_base .sub_banners_base {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}.sign_up_base .begin_now_base {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
    align-self: stretch;
}
}



@media screen and (max-width: 768px) {.contact_us_basepJI4 {
    padding: 4rem 0;
}.contact_us_basepJI4 .help_section_base {
    padding: 1.5rem;
}.contact_us_basepJI4 .request_box_base,
    .contact_us_basepJI4 .inquiry_message_base {
    padding: 1.5rem;
}.contact_us_basepJI4 .request_box_base div svg {
    width: 18px;
    margin-right: 10px;
    height: 18px;
}.contact_us_basepJI4 .request_box_base h3,
    .contact_us_basepJI4 .inquiry_message_base h3 {
    font-size: calc(21px - 2px);
}
}



@media (max-width: 1024px) {.quantitative_data_base {
    padding: 5rem 0;
}.quantitative_data_base .container {
    gap: 4rem;
    flex-direction: column;
}.quantitative_data_base .study_edge_base {
    width: 100%;
    flex: 0 0 100%;
    transform: rotate(0deg);
}.quantitative_data_base .statistics_extras_base {
    padding-top: 3rem;
    padding-left: 0;
    text-align: center;
    width: 100%;
    flex: 0 0 100%;
}.quantitative_data_base .statistics_extras_base::before {
    left: 50%;
    top: 0;
    width: 80px;
    height: 5px;
    background: linear-gradient(to right, rgb(194,187,207) 0%, rgb(159,151,175) 100%);
    transform: translateX(-50%);
}.quantitative_data_base .program_wins_base {
    text-align: center;
}.quantitative_data_base .program_wins_base::after {
    left: 50%;
    transform: translateX(-50%);
}
}



@media (max-width: 1200px) {.thxMessage_base {
    padding: 100px 0;
}.thxMessage_base h2 {
    font-size: calc(30px * 0.9);
}
}



@media (max-width: 992px) {.thxMessage_base {
    padding: 80px 0;
}.thxMessage_base h2 {
    font-size: calc(30px * 0.85);
}.thxMessage_base::after {
    right: -50%;
    width: 100%;
}.thxMessage_base .learning_dna_base {
    padding: 30px 35px 25px;
}
}



@media (max-width: 576px) {.thxMessage_base {
    padding: 50px 0;
}.thxMessage_base h2 {
    margin-bottom: 25px;
    font-size: calc(30px * 0.7);
}.thxMessage_base .learning_dna_base {
    border-left-width: 3px;
    padding: 20px 25px 15px;
}.thxMessage_base li {
    padding-left: 20px;
}.thxMessage_base li::before {
    top: 8px;
    width: 6px;
    height: 6px;
}.thxMessage_base li span {
    line-height: 1.6;
    font-size: calc(14px * 0.9);
}.thxMessage_base::before {
    background-size: 40px 40px;
}
}



@media screen and (max-width: 768px) {.company_info_base {
    padding: 60px 0;
}.company_info_base h3 {
    font-size: calc(37px * 0.8);
    margin-bottom: 35px;
}.company_info_base .growth_path_base {
    margin-bottom: 50px;
}.company_info_base .growth_path_base p,
    .company_info_base .fast_learning_base432GF p {
    margin-bottom: 230px;
    width: 100%;
}.company_info_base .growth_path_base .pic_card_base,
    .company_info_base .fast_learning_base432GF .method_edu_base {
    width: 100%;
    right: auto;
    height: 200px;
    position: relative;
    left: auto;
    margin-bottom: 20px;
    top: auto;
}.company_info_base .growth_path_base .pic_card_base {
    margin-top: -230px;
}.company_info_base .fast_learning_base432GF .method_edu_base {
    order: -1;
    margin-bottom: 20px;
}.company_info_base .fast_learning_base432GF {
    flex-direction: column;
    display: flex;
}.company_info_base .growth_path_base svg,
    .company_info_base .fast_learning_base432GF svg {
    display: block;
    margin-bottom: 10px;
    position: static;
}
}



@media (min-width: 992px) {.program_overview_base {
    padding: 150px 0;
}.program_overview_base h2 {
    max-width: 70%;
    font-size: calc(36px * 1.2);
}.program_overview_base .skill_explorer_base {
    gap: 0;
    grid-template-columns: 1fr 1.5fr;
}.program_overview_base .pic_card_base {
    min-height: 550px;
}.program_overview_base .text_widget_base {
    padding: 50px 60px;
    max-height: 650px;
    transform: translateY(40px) translateX(-80px);
}.program_overview_base .description {
    font-size: calc(16px * 1.05);
    line-height: 1.9;
}
}



@media (max-width: 768px) {.webinar_live_base {
    padding: 50px 0;
}.webinar_live_base .top_mainwrap_base {
    flex: 0 0 100%;
}
}



@media (max-width: 991px) {.offer_box_base {
    padding: 80px 0;
}.offer_box_base h2 {
    font-size: calc(33px * 0.9);
}.offer_box_base .learning_package_base {
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 25px;
}.offer_box_base .tuition_grid_base {
    padding: 30px 25px;
}
}

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



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



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



@keyframes shine {
    0% {
        transform: translateX(-100%) translateY(-100%) rotate(45deg);
    }
    100% {
        transform: translateX(100%) translateY(100%) rotate(45deg);
    }
}



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



@keyframes movePattern {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: 500px 500px;
    }
}



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

