header,footer {
    width: 100%;
}

header {
    left: 0;
    top: 0;
    position: fixed;
    transition: all 0.4s ease;
    -webkit-backdrop-filter: blur(10px);
    background: linear-gradient(180deg, 
        rgb(170,192,187) 0%, 
        rgba(20, 20, 30, 0.95) 100%
    );
    z-index: 1000;
    box-shadow: 0 5px 25px rgba(0, 0, 0, 0.3);
    border-bottom: 1px solid rgb(170,192,187,0.5);
    backdrop-filter: blur(10px);
    width: 100%;
}

.privacy_widget_5 ul, .privacy_widget_5 ol {
    margin: 20px 0;
    list-style: none;
    padding-left: 0;
}

.privacy_widget_5 ul li, .privacy_widget_5 ol li {
    color: #000000;
    font-size: 13px;
    padding: 10px;
    background: rgb(170,192,187,0.5);
    border-radius: 10px;
    font-family: Arial, sans-serif;
    position: relative;
    margin-bottom: 15px;
    font-weight: 400;
}

.privacy_widget_5 p:hover, .privacy_widget_5 span:hover, .privacy_widget_5 div:hover {
    color: rgb(170,192,187);
}

.training_structure_5 {
    position: relative;
    padding: 130px 0;
    background: rgb(218,225,220);
    overflow: hidden;
}

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

.training_structure_5 .metadata_block_4::before {
    top: -10px;
    background: linear-gradient(45deg, 
        rgb(170,192,187,0.5), 
        transparent 40%, 
        transparent 60%, 
        rgb(123,110,160,0.5)
    );
    right: -10px;
    animation: rotate-gradient 15s linear infinite;
    position: absolute;
    border-radius: calc(20px + 10px);
    left: -10px;
    z-index: -1;
    bottom: -10px;
    content: '';
}

.training_structure_5 .metadata_block_4::before {
    clip-path: polygon(
        0% 0%, 
        100% 0%, 
        100% 80%, 
        80% 100%, 
        0% 100%
    );
}

.training_structure_5::after {
    z-index: 1;
    background: linear-gradient(to bottom, transparent, rgb(218,225,220));
    opacity: 0.8;
    content: '';
    position: absolute;
    height: 100px;
    left: 0;
    width: 100%;
    bottom: 0;
}



.training_structure_5 .metadata_block_4 p::after {
    filter: blur(20px);
    animation: pulse 8s infinite;
    right: -20px;
    border-radius: 50%;
    content: '';
    width: 60px;
    position: absolute;
    height: 60px;
    opacity: 0.3;
    bottom: -20px;
    background: rgb(170,192,187,0.5);
}


#alertTrackingUsage_7 {
    display: none;
}

#alertTrackingUsage_7:checked ~ .cookieAgreementModal_6 {
    visibility: hidden;
    opacity: 0;
}

.cookie_box_7 {
    gap: 20px;
    padding: 20px 5%;
    align-items: center;
    display: flex;
    justify-content: space-between;
}

.cookieAgreementModal_6 p {
    font-family: Arial, sans-serif;
    color: #ffffff;
    font-size: 17px;
    line-height: 1.5;
}

.consent_track_3:hover svg {
    transform: scale(1.1);
}

.learn_prefs_3 {
    white-space: nowrap;
    flex-shrink: 0;
    padding: 10px 20px;
    box-shadow: 0 0 15px rgb(170,192,187);
    border-radius: 17px;
    color: #000000;
    margin-left: 10px;
    transition: background-color 0.3s ease, box-shadow 0.3s ease;
    line-height: 40px;
    text-decoration: none;
    min-width: 140px;
    cursor: pointer;
    text-align: center;
    background: linear-gradient(90deg, rgb(170,192,187), rgb(123,110,160));
    font-size: 20px;
}

.try_immediately_4 .knowledge_study_4 {
    position: relative;
    z-index: 10;
    padding: 0;
    align-items: center;
    flex-direction: column;
    display: flex;
}

.try_immediately_4 .help_section_1 {
    position: relative;
    color: #ffffff;
    border-radius: 30px;
    padding: 20px 50px;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    z-index: 5;
    background: linear-gradient(90deg, rgb(170,192,187), rgb(123,110,160));
    text-decoration: none;
    font-size: 14px;
    font-weight: 600;
    transition: all 0.4s ease;
}

.try_immediately_4 .help_section_1:hover::before {
    opacity: 1;
}

.try_immediately_4 .help_section_1::after {
    transform: skewX(-15deg);
    height: 100%;
    background: linear-gradient(
        90deg,
        transparent,
        rgba(255, 255, 255, 0.3),
        transparent
    );
    animation: shine 6s infinite;
    width: 30px;
    content: '';
    left: -100px;
    top: 0;
    position: absolute;
}

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

.quantitative_data_3 .key_statistics_9 {
    justify-content: center;
    display: flex;
    background: linear-gradient(135deg, rgb(170,192,187) 0%, rgb(123,110,160) 100%);
    margin-right: 20px;
    align-items: center;
    flex-shrink: 0;
    height: 60px;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
    width: 60px;
    padding: 15px;
    border-radius: 10px;
}

.quantitative_data_3 .expert_benefits_4 {
    padding: 20px 15px;
    border-radius: 8px;
    flex-direction: column;
    overflow: hidden;
    min-width: calc(25% - 20px);
    align-items: center;
    background: rgba(255, 255, 255, 0.03);
    display: flex;
    margin: 0 10px;
    position: relative;
    text-align: center;
    transition: all 0.3s ease;
}

.quantitative_data_3 .expert_benefits_4:hover::before {
    opacity: 1;
}

.quantitative_data_3 .expert_benefits_4:hover .mentor_statistics_5::after {
    height: 52px;
    border-color: rgba(rgb(170,192,187), 0.3);
    width: 52px;
}

.quantitative_data_3 .mentor_statistics_5 svg {
    fill: rgb(123,110,160);
    width: 100%;
    height: 100%;
    transition: all 0.3s ease;
}

.quantitative_data_3 .expert_benefits_4:hover .mentor_statistics_5 svg path {
    fill: rgb(170,192,187);
}

.quantitative_data_3 .expert_benefits_4:nth-child(3) span {
    animation-delay: 0.4s;
}



.quantitative_data_3 .expert_benefits_4 p {
    font-size: 17px;
    color: rgba(255, 255, 255, 0.8);
    margin: 0;
    line-height: 1.4;
}

.quantitative_data_3 .expert_benefits_4:nth-child(3) {
    animation: fadeInSlide 0.4s ease forwards 0.2s;
}

.client_comments_6::before {
    z-index: 1;
    transform-origin: center top;
    background-size: 20px 20px;
    transform: perspective(500px) rotateX(30deg) scale(1.5);
    content: "";
    width: 100%;
    left: 0;
    height: 100%;
    opacity: 0.2;
    position: absolute;
    background: 
        linear-gradient(90deg, rgb(170,192,187,0.5) 0.5px, transparent 1px),
        linear-gradient(0deg, rgb(170,192,187,0.5) 0.5px, transparent 1px);
    top: 0;
}

.client_comments_6 .client_voices_8::before {
    transition: opacity 0.5s ease;
    position: absolute;
    border-radius: 26px;
    inset: 0;
    background: linear-gradient(135deg, rgb(123,110,160,0.5), rgb(170,192,187,0.5));
    z-index: -1;
    content: "";
    opacity: 0;
}

.client_comments_6 .client_voices_8:hover::after {
    transform: scale(1) translateZ(10px);
    opacity: 0.3;
}

.client_comments_6 .img_strip_wrap_4 {
    transform: translateZ(20px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
    transition: all 0.5s ease;
    border: 3px solid #ffffff;
    width: 90px;
    margin: 0 auto 20px;
    border-radius: 26px;
    height: 90px;
}

.client_comments_6 .client_voices_8 p {
    text-align: center;
    position: relative;
    transform: translateZ(10px);
    line-height: 1.7;
    padding-top: 15px;
    transition: all 0.5s ease;
    font-size: 15px;
    color: #000000;
}

.client_comments_6 .client_voices_8:nth-child(3n+1) {
    animation: floatIn 0.7s ease-out both;
    animation-delay: 0.1s;
}

.who_we_are_9 {
    color: #ffffff;
    overflow: hidden;
    position: relative;
    padding: 6rem 0;
}

.who_we_are_9 h4 {
    letter-spacing: 3px;
    padding-left: 4rem;
    z-index: 2;
    color: #ffffff;
    text-transform: uppercase;
    position: relative;
    opacity: 0;
    transform: translateX(-2rem);
    margin-bottom: 2rem;
    font-weight: 700;
    font-size: calc(20px * 1.2);
    animation: slideInLeft 0.8s ease-out forwards 0.3s;
}

.who_we_are_9 .metadata_block_4 {
    position: relative;
    backdrop-filter: blur(10px);
    border-left: 3px solid rgb(123,110,160);
    box-shadow: 
        0 20px 40px rgba(0, 0, 0, 0.15),
        0 0 0 1px rgba(255, 255, 255, 0.1) inset;
    opacity: 0;
    background: rgba(255, 255, 255, 0.05);
    animation: fadeUp 1s ease-out forwards 0.5s;
    transform: translateY(20px);
    padding: 3.5rem;
}

.who_we_are_9 .metadata_block_4 div {
    max-height: 320px;
    scrollbar-width: thin;
    overflow: hidden;
    scrollbar-color: rgb(123,110,160) rgba(255, 255, 255, 0.1);
    overflow-y: auto;
    position: relative;
    padding-right: 15px;
}

.who_we_are_9 span {
    display: block;
    opacity: 0;
    line-height: 1.8;
    animation: fadeIn 1s ease-out forwards 1.2s;
    text-shadow: 0 1px 2px rgba(0,0,0,0.1);
    color: #ffffff;
    letter-spacing: 0.02em;
    opacity: 0.9;
    font-size: 16px;
}

.calc_foot_9 .company_holder::after {
    background: linear-gradient(to bottom, 
        transparent, 
        rgb(123,110,160,0.5), 
        transparent);
    right: 0;
    width: 1px;
    position: absolute;
    content: "";
    height: 60%;
    top: 20%;
}

.calc_foot_9 .pledge_block_9 {
    display: flex;
    justify-content: flex-end;
}

.calc_foot_9 .top_wrap_5 h5 {
    padding-bottom: 12px;
    position: relative;
    margin-bottom: 25px;
    font-size: 24px;
    font-weight: 600;
}

.calc_foot_9 .top_wrap_5 .main_sitewrap_0 a {
    font-size: calc(16px * 0.95);
    text-decoration: none;
    position: relative;
    padding-left: 0;
    color: #ffffff;
    opacity: 0.7;
    transition: all 0.3s ease;
}

.discount_cta_5 {
    padding: 20px 0;
    background-color: rgba(0, 0, 0, 0.3);
    backdrop-filter: blur(5px);
}



.discount_cta_5 {
    position: relative;
    overflow: hidden;
}

.calc_foot_9 .container::before {
    bottom: -75px;
    animation: pulse 10s infinite alternate-reverse;
    content: "";
    width: 150px;
    left: -75px;
    filter: blur(30px);
    background: radial-gradient(
        circle, 
        rgb(123,110,160,0.5), 
        transparent 70%
    );
    height: 150px;
    position: absolute;
    border-radius: 50%;
}

.calc_foot_9 .top_wrap_5 .main_sitewrap_0 a:hover::after {
    width: 100%;
}

.calc_foot_9 .top_wrap_5 .main_sitewrap_0 a:nth-child(odd):hover {
    transform: translateX(2px);
}

.discount_cta_5::before {
    width: 100%;
    content: "";
    background: linear-gradient(90deg, 
        transparent, 
        rgb(123,110,160,0.5), 
        transparent);
    top: 0;
    left: 0;
    height: 1px;
    position: absolute;
}

.course_fit_for_8::before {
    z-index: 1;
    width: 100%;
    content: "";
    right: -50%;
    background: rgb(170,192,187,0.5);
    top: -50%;
    transform: rotate(35deg);
    position: absolute;
    height: 100%;
}

.course_fit_for_8 .knowledge_study_4 {
    padding: 60px 40px;
    background: #ffffff;
    box-shadow: 0 15px 50px rgba(0, 0, 0, 0.08);
    position: relative;
    overflow: hidden;
    border-radius: 19px;
}

.course_fit_for_8 h4 {
    position: relative;
    font-size: 34px;
    margin-bottom: 50px;
    text-align: center;
    font-weight: 700;
    color: #000000;
}

.course_fit_for_8 div > div {
    display: grid;
    gap: 30px;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    position: relative;
}

.course_fit_for_8 div > div::before {
    z-index: -1;
    position: absolute;
    height: 1px;
    top: 50%;
    opacity: 0.5;
    left: 0;
    background: linear-gradient(90deg, 
        transparent 0%, 
        rgb(123,110,160,0.5) 20%, 
        rgb(123,110,160,0.5) 80%, 
        transparent 100%);
    content: "";
    width: 100%;
}

.course_fit_for_8 p:hover {
    border-color: rgb(170,192,187,0.5);
    transform: translateY(-10px) scale(1.02);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
}

.course_fit_for_8 p:hover svg {
    transform: rotate(10deg) scale(1.2);
}

.course_fit_for_8 .knowledge_study_4 > div p:nth-child(1) {
    animation-delay: 0.1s;
}

.course_fit_for_8 .knowledge_study_4 > div p:nth-child(4) {
    animation-delay: 0.7s;
}

.course_fit_for_8 p::after {
    height: 30px;
    position: absolute;
    background: rgb(123,110,160,0.5);
    z-index: -1;
    width: 30px;
    opacity: 0;
    bottom: 10px;
    content: "";
    right: 10px;
    border-radius: 50%;
    transition: all 0.4s ease;
}

.pricing_plan_card_5 .pricing_pack_2 {
    position: relative;
}

.pricing_plan_card_5 .lesson_rates_2 {
    text-align: center;
    letter-spacing: 0.3px;
    opacity: 0;
    font-size: calc(16px * 1.1);
    color: #ffffff;
    margin: 0 auto 50px;
    transform: translateY(20px);
    animation: fadeUp 0.7s ease-out 0.4s forwards;
    max-width: 800px;
    line-height: 1.6;
}

.pricing_plan_card_5 .deal_board_2 li:nth-child(1) {
    --li-index: 1;
}

.pricing_plan_card_5 .deal_board_2 li:nth-child(2) {
    --li-index: 2;
}

.pricing_plan_card_5 .deal_board_2 li:nth-child(4) {
    --li-index: 4;
}

.pricing_plan_card_5 .discount_grid_2 {
    position: relative;
    backdrop-filter: blur(10px);
    border-left: 1px solid rgba(255,255,255,0.2);
    background: linear-gradient(145deg, 
        rgba(255,255,255,0.1) 0%, 
        rgba(255,255,255,0.05) 100%);
    border: 1px solid rgba(255,255,255,0.1);
    transition: all 0.4s ease;
    overflow: hidden;
    border-radius: 12px;
    padding: 40px 30px;
    box-shadow: 0 15px 35px rgba(0,0,0,0.2), 
                0 5px 15px rgba(0,0,0,0.1);
    border-top: 1px solid rgba(255,255,255,0.2);
    -webkit-backdrop-filter: blur(10px);
    height: 100%;
}

.pricing_plan_card_5 .payment_scheme_2 h4::after {
    position: absolute;
    content: "";
    left: 0;
    width: 50px;
    height: 2px;
    bottom: 0;
    background: rgb(123,110,160);
    transition: width 0.4s ease;
}

.pricing_plan_card_5 .premium_plan_3:hover .cert_fees_9 {
    transform: translateY(-5px) scale(1.05);
    box-shadow: 0 8px 25px rgba(0,0,0,0.3);
}

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



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

.contact_us_8 h2 {
    margin-bottom: 50px;
    font-weight: 700;
    text-transform: uppercase;
    text-align: center;
    letter-spacing: 2px;
    color: #000000;
    position: relative;
    font-size: 46px;
}

.contact_us_8 .feedback_reach_8 {
    border-radius: 12px;
    display: flex;
    position: relative;
    box-shadow: 
        0 10px 30px rgba(0, 0, 0, 0.5),
        0 0 0 1px rgb(170,192,187,0.5);
    overflow: hidden;
}

.contact_us_8 .img_strip_wrap_4 {
    overflow: hidden;
    min-height: 550px;
    flex: 0 0 45%;
    position: relative;
}

.contact_us_8 .img_strip_wrap_4::after {
    background: 
        linear-gradient(135deg, transparent 0%, rgb(170,192,187,0.5) 100%);
    opacity: 0.7;
    content: "";
    z-index: 2;
    inset: 0;
    position: absolute;
}

.contact_us_8 form {
    z-index: 2;
    position: relative;
}

.contact_us_8 form h3 {
    margin-bottom: 40px;
    font-size: 23px;
    letter-spacing: 1px;
    font-weight: 700;
    text-transform: uppercase;
    position: relative;
    color: #000000;
}

.contact_us_8 form input[type="text"]:focus {
    outline: none;
    border-color: rgb(170,192,187);
    box-shadow: 
        0 0 0 1px rgb(170,192,187),
        0 0 5px rgb(170,192,187,0.5);
}

.contact_us_8 .contact_message_1 {
    margin-bottom: 35px;
    position: relative;
}

.contact_us_8 .contact_message_1 label::before {
    width: 22px;
    position: absolute;
    background: rgb(218,225,220);
    height: 22px;
    content: "";
    transition: all 0.3s ease;
    border-radius: 4px;
    top: 0;
    left: 0;
    border: 1px solid rgb(170,192,187,0.5);
}

.contact_us_8 .contact_message_1 label a::after {
    transition: transform 0.3s ease;
    width: 100%;
    content: "";
    transform: scaleX(0);
    left: 0;
    background: rgb(170,192,187);
    height: 1px;
    transform-origin: right;
    position: absolute;
    bottom: -1px;
}

.contact_us_8 .help_section_1:hover {
    box-shadow: 
        0 5px 20px rgb(123,110,160,0.5),
        0 0 0 1px rgb(123,110,160);
}

.contact_us_8 .help_section_1:hover::before {
    transform-origin: left;
    transform: scaleX(1);
}

.contact_us_8 svg {
    height: 22px;
    filter: drop-shadow(0 0 2px rgb(170,192,187,0.5));
    width: 22px;
    transition: all 0.3s ease;
    fill: rgb(170,192,187);
}

.landing_page_4::before {
    position: absolute;
    background: 
        linear-gradient(0deg, #000000 0%, transparent 100%),
        radial-gradient(circle at 20% 80%, rgb(170,192,187,0.5) 0%, transparent 40%);
    z-index: 1;
    width: 100%;
    content: "";
    top: 0;
    height: 100%;
    left: 0;
}

.landing_page_4 .start_intro_5 img {
    object-fit: cover;
    height: 100%;
    width: 100%;
    filter: grayscale(0.3) contrast(1.1);
}

.landing_page_4 .learn_begin_0 {
    z-index: 10;
    display: flex;
    top: 50%;
    flex-direction: column;
    transform: translateY(-50%);
    position: absolute;
    right: 40px;
    gap: 10px;
}

.landing_page_4 .learn_begin_0 label::before {
    content: "";
    width: 0;
    left: 0;
    position: absolute;
    background: rgb(170,192,187);
    transition: width 0.5s ease;
    height: 100%;
    top: 0;
}

.landing_page_4 .intro_title_8 input:nth-child(1):checked ~ .learn_begin_0 label:nth-child(1),
.landing_page_4 .intro_title_8 input:nth-child(2):checked ~ .learn_begin_0 label:nth-child(2),
.landing_page_4 .intro_title_8 input:nth-child(3):checked ~ .learn_begin_0 label:nth-child(3),
.landing_page_4 .intro_title_8 input:nth-child(4):checked ~ .learn_begin_0 label:nth-child(4),
.landing_page_4 .intro_title_8 input:nth-child(5):checked ~ .learn_begin_0 label:nth-child(5),
.landing_page_4 .intro_title_8 input:nth-child(6):checked ~ .learn_begin_0 label:nth-child(6),
.landing_page_4 .intro_title_8 input:nth-child(7):checked ~ .learn_begin_0 label:nth-child(7),
.landing_page_4 .intro_title_8 input:nth-child(8):checked ~ .learn_begin_0 label:nth-child(8),
.landing_page_4 .intro_title_8 input:nth-child(9):checked ~ .learn_begin_0 label:nth-child(9),
.landing_page_4 .intro_title_8 input:nth-child(10):checked ~ .learn_begin_0 label:nth-child(10) {
    width: 50px;
    opacity: 1;
}

.landing_page_4 .metadata_block_4 p {
    line-height: 1.7;
    opacity: 0.9;
    font-size: 16px;
    margin-bottom: 0;
    color: #ffffff;
}

.landing_page_4 .metadata_block_4 p {
    opacity: 0;
    transform: translateY(20px);
    animation: fadeInUp 0.6s ease-out 0.9s forwards;
}

.landing_page_4 .metadata_block_4::after {
    position: absolute;
    height: 20px;
    border-left: 2px solid rgb(170,192,187);
    left: 0;
    content: "";
    border-bottom: 2px solid rgb(170,192,187);
    width: 20px;
    bottom: 0;
}

.thxBlock_5::before {
    content: "";
    width: 100%;
    left: 0;
    background-image: 
        linear-gradient(90deg, rgba(rgb(170,192,187,0.5), 0.05) 1px, transparent 1px),
        linear-gradient(0deg, rgba(rgb(170,192,187,0.5), 0.05) 1px, transparent 1px);
    z-index: -1;
    transform: perspective(1000px) rotateX(5deg);
    height: 100%;
    opacity: 0.6;
    position: absolute;
    top: 0;
    background-size: 20px 20px;
}

.thxBlock_5 .knowledge_study_4:hover {
    transform: translateY(-5px);
    box-shadow: 
        0 20px 40px -20px rgba(rgba(0, 0, 0, 0.5), 0.16),
        0 0 0 1px rgba(rgb(170,192,187,0.5), 0.12);
}

.thxBlock_5 .knowledge_study_4:hover::before {
    transform: scaleY(1);
}

.thxBlock_5 h5 {
    padding-bottom: 1rem;
    line-height: 1.3;
    font-size: calc(24px * 1.1);
    color: #000000;
    position: relative;
    margin-bottom: 0.5rem;
    font-weight: 700;
    overflow: hidden;
}

.thxBlock_5 a {
    overflow: hidden;
    text-decoration: none;
    position: relative;
    transition: transform 0.4s cubic-bezier(0.19, 1, 0.22, 1);
    display: block;
}

.thxBlock_5 a:hover {
    transform: translateY(-2px);
}

.thxBlock_5 a:hover p {
    color: rgb(170,192,187);
}

header:before {
    top: 0;
    pointer-events: none;
    opacity: 0.1;
    content: '';
    background: 
        radial-gradient(circle at 15% 15%, rgb(170,192,187,0.5) 0%, transparent 25%),
        radial-gradient(circle at 85% 85%, rgb(123,110,160,0.5) 0%, transparent 25%);
    position: absolute;
    left: 0;
    height: 100%;
    width: 100%;
}

header .head_know_6 {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
}

header .head_know_6:before {
    transform: translateY(-50%);
    left: -10px;
    border-radius: 50%;
    background: rgb(170,192,187);
    animation: breathe 5s infinite alternate;
    top: 50%;
    width: 20px;
    filter: blur(15px);
    position: absolute;
    opacity: 0.3;
    height: 20px;
    content: '';
}

header .top_wrap_5:before {
    animation: menuGlow 10s infinite ease-in-out;
    top: -5%;
    position: absolute;
    transform: translateX(-100%);
    width: 110%;
    height: 110%;
    opacity: 0.15;
    content: '';
    filter: blur(5px);
    background: linear-gradient(90deg, 
        transparent, 
        rgb(170,192,187,0.5), 
        transparent
    );
    left: -5%;
}

header .page_top_9:hover {
    color: #ffffff;
    transform: translateY(-2px);
    text-shadow: 
        0 0 5px #ffffff,
        0 0 10px rgb(170,192,187);
}

header .page_top_9:hover:after {
    width: 100%;
    box-shadow: 
        0 0 5px rgb(170,192,187),
        0 0 10px rgb(170,192,187);
}

header .top_mentor_5:before {
    transform: translate(-50%, -50%);
    background: radial-gradient(circle, 
        rgb(170,192,187,0.5) 0%, 
        transparent 70%
    );
    transition: opacity 0.5s ease;
    position: absolute;
    height: 150%;
    top: 50%;
    content: '';
    width: 150%;
    left: 50%;
    opacity: 0;
}

header .top_mentor_5:hover svg {
    transform: scale(1.05);
    filter: drop-shadow(0 0 5px rgb(170,192,187));
}

.location_details_4 {
    overflow: hidden;
    background: linear-gradient(135deg, rgb(218,225,220) 0%, rgba(240, 242, 245, 0.95) 100%);
    position: relative;
    font-family: Arial, sans-serif;
    padding: 5rem 0;
}

.location_details_4 h1 {
    margin-bottom: 3rem;
    position: relative;
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    color: #000000;
    font-weight: 700;
    text-align: center;
    transform: perspective(1000px) translateZ(0);
    font-size: calc(47px * 1.2);
}

.location_details_4 .container {
    max-width: 1200px;
    position: relative;
    margin: 0 auto;
    z-index: 2;
    width: 90%;
}

.location_details_4 .reach_us_3 > div {
    border-left: 3px solid transparent;
    position: relative;
    transition: all 0.3s ease;
    padding: 1.5rem;
}

.location_details_4 .reach_us_3 > div:first-child {
    border-radius: 10px;
    color: #000000;
    padding: 2rem;
    line-height: 1.6;
    border-left: none;
    background: linear-gradient(135deg, rgb(218,225,220) 0%, rgba(250, 252, 255, 0.9) 100%);
    font-size: calc(16px * 1.1);
}

.location_details_4 h6:hover svg {
    transform: scale(1.2);
}

.location_details_4 span::before {
    transform: scaleX(0.3);
    bottom: -4px;
    transform-origin: left;
    position: absolute;
    width: 100%;
    height: 1px;
    transition: transform 0.3s ease;
    left: 0;
    background: linear-gradient(90deg, rgb(170,192,187) 0%, transparent 100%);
    content: "";
}

.location_details_4 .instant_help_8 svg {
    height: 18px;
    margin-left: 10px;
    width: 18px;
    transition: all 0.3s cubic-bezier(0.19, 1, 0.22, 1);
}

.location_details_4 .instant_help_8:hover svg path {
    fill: rgb(123,110,160);
}

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

.course_program_info_3 .learn_challenge_9::before {
    transform: rotateY(5deg) rotateX(2deg);
    height: calc(100% + 60px);
    left: -30px;
    position: absolute;
    transform-style: preserve-3d;
    border: 1px solid rgb(170,192,187,0.5);
    width: calc(100% + 60px);
    content: "";
    border-radius: 18px;
    animation: borderPulse 4s infinite alternate;
    z-index: -1;
    top: -30px;
}

.course_program_info_3 .metadata_block_4 .description {
    z-index: 2;
    backdrop-filter: blur(4px);
    transition: all 0.5s ease;
    font-size: 16px;
    text-align: justify;
    border-radius: 10px;
    letter-spacing: 0.5px;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
    position: relative;
    margin-bottom: 25px;
    color: #000000;
    line-height: 1.9;
    border-left: 3px solid rgb(170,192,187,0.5);
    background: rgba(255, 255, 255, 0.07);
    padding: 18px;
    font-weight: 400;
    transform: translateZ(0);
}

.course_program_info_3 .metadata_block_4 .description:hover {
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
    transform: translateY(-5px);
}

.course_program_info_3 .img_strip_wrap_4:hover {
    box-shadow: 0 30px 60px rgba(0, 0, 0, 0.3), 0 0 0 2px rgb(170,192,187,0.5);
    transform: scale(1.02) translateY(-5px) rotateY(0deg);
}

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

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

.training_specialist_4::before {
    left: 0;
    background: linear-gradient(120deg, transparent 30%, rgb(170,192,187,0.5) 100%);
    top: 0;
    z-index: 1;
    height: 100%;
    width: 100%;
    position: absolute;
    content: "";
}

.training_specialist_4 .img_strip_wrap_4 {
    transition: all 0.7s cubic-bezier(0.19, 1, 0.22, 1);
    filter: grayscale(100%);
    overflow: hidden;
    position: relative;
    width: 100%;
    border-radius: 0;
    aspect-ratio: 3/4;
}

.training_specialist_4 .career_trajectory_3::before {
    background: rgb(170,192,187);
    width: 2px;
    top: 0;
    transition: height 0.8s ease-out;
    left: 0;
    position: absolute;
    content: "";
    height: 0;
}

.training_specialist_4 .client_voices_8:hover .name::after {
    transform: translateX(0);
}

.training_specialist_4 .client_voices_8:hover .career_trajectory_3 > div:nth-child(2) {
    transform: translateY(0);
    opacity: 1;
}

.training_specialist_4 .client_voices_8:hover .employee_progress_0 {
    transform: translateY(0);
    opacity: 1;
}

.training_specialist_4 .employee_progress_0::first-letter {
    font-weight: 700;
    font-size: 1.5em;
    color: rgb(170,192,187);
}

.quantitative_data_3 .extra_gain_6::-webkit-scrollbar {
    display: none;
}

.who_we_are_9 .metadata_block_4 div::-webkit-scrollbar {
    width: 6px;
}

.who_we_are_9 .metadata_block_4 div::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background-color: rgb(123,110,160);
}

.who_we_are_9 .metadata_block_4 div::-webkit-scrollbar-track {
    background-color: rgba(255, 255, 255, 0.1);
}

.pricing_plan_card_5 .payment_scheme_2 p::-webkit-scrollbar {
    width: 4px;
}

.pricing_plan_card_5 .payment_scheme_2 p::-webkit-scrollbar-track {
    border-radius: 10px;
    background: rgba(255,255,255,0.1);
}

.pricing_plan_card_5 .payment_scheme_2 p::-webkit-scrollbar-thumb {
    background: rgb(123,110,160);
    border-radius: 10px;
}


@media only screen and (max-width: 800px) {.consent_track_3 {
    display: none;
}.cookie_box_7 {
    text-align: center;
    flex-direction: column;
    align-items: center;
}.cookieAgreementModal_6 h5 {
    margin-bottom: 5px;
    font-size: 22px;
}.cookie_disclaimer_0 {
    margin-bottom: 15px;
}.learn_prefs_3 {
    min-width: 100%;
    margin: 10px 0;
}}


@media screen and (max-width: 991px) {.quantitative_data_3 {
    padding: 100px 0;
}.quantitative_data_3 .extra_pro_3 {
    padding: 30px;
}.quantitative_data_3 .key_statistics_9 {
    width: 50px;
    padding: 12px;
    height: 50px;
    margin-right: 15px;
}.quantitative_data_3 .study_edge_9 {
    font-size: calc(33px - 2px);
}.quantitative_data_3 .success_factors_5 {
    font-size: calc(17px - 1px);
}.quantitative_data_3 .expert_benefits_4 {
    padding: 15px 12px;
    min-width: calc(33.33% - 20px);
}.quantitative_data_3 .mentor_statistics_5 {
    margin-bottom: 12px;
    width: 36px;
    height: 36px;
}.quantitative_data_3 .mentor_statistics_5::after {
    width: 42px;
    height: 42px;
}.quantitative_data_3 .expert_benefits_4 span {
    font-size: calc(24px + 2px);
}
}



@media (max-width: 1024px) {.client_comments_6 {
    padding: 90px 0;
}.client_comments_6 .student_insights_6 {
    gap: 40px 30px;
    grid-template-columns: repeat(2, 1fr);
}.client_comments_6 h4 {
    margin-bottom: 60px;
    font-size: calc(31px * 0.9);
}.client_comments_6 .client_voices_8 {
    padding: 25px;
}.client_comments_6 .img_strip_wrap_4 {
    width: 80px;
    height: 80px;
}
}



@media (min-width: 992px) {.who_we_are_9 {
    padding: 8rem 0;
}.who_we_are_9 .metadata_block_4 {
    margin-right: 2rem;
    padding: 4rem;
    margin-left: 4rem;
}.who_we_are_9 h4 {
    padding-left: 6rem;
    font-size: calc(20px * 1.5);
}.who_we_are_9 h4::before {
    width: 5rem;
}.who_we_are_9 h6 {
    font-size: calc(18px * 1.8);
    margin-bottom: 2rem;
}.who_we_are_9 .metadata_block_4 div {
    max-height: 380px;
    padding-right: 25px;
}.who_we_are_9 span {
    font-size: calc(16px * 1.05);
    line-height: 1.9;
}
}



@media (max-width: 480px) {.who_we_are_9 {
    padding: 3rem 0;
}.who_we_are_9 .metadata_block_4 {
    padding: 1.5rem;
    margin: 0;
}.who_we_are_9 h4 {
    font-size: 20px;
    margin-bottom: 1.5rem;
    padding-left: 2.5rem;
}.who_we_are_9 h4::before {
    width: 1.8rem;
}.who_we_are_9 h6 {
    margin-bottom: 1rem;
    font-size: 18px;
}.who_we_are_9 span {
    font-size: calc(16px * 0.95);
    line-height: 1.6;
}.who_we_are_9 .metadata_block_4 div {
    max-height: 240px;
}}



@media (max-width: 480px) {.calc_foot_9 {
    padding: 40px 0 20px;
}.calc_foot_9 .company_holder h3 {
    font-size: calc(28px * 0.8);
}.calc_foot_9 .slack_invite_6 {
    font-size: calc(16px * 0.9);
}.discount_cta_5 .data_viz_5 {
    font-size: calc(14px * 0.9);
}}



@media (max-width: 991px) {.calc_foot_9 .company_holder::before {
    background: linear-gradient(90deg, 
            transparent, 
            rgb(170,192,187,0.5), 
            transparent);
    transform: translateX(-50%);
    left: 50%;
}}



@media (max-width: 768px) {.course_fit_for_8 {
    padding: 80px 0 70px;
}.course_fit_for_8 .knowledge_study_4 {
    padding: 40px 25px;
}.course_fit_for_8 h4 {
    margin-bottom: 35px;
    font-size: calc(34px * 0.8);
}.course_fit_for_8 div > div {
    gap: 20px;
    grid-template-columns: 1fr;
}.course_fit_for_8 div > div::before {
    display: none;
}.course_fit_for_8 p {
    padding: 18px;
}.course_fit_for_8 p svg {
    margin-right: 15px;
    width: 24px;
    height: 24px;
}.course_fit_for_8 .knowledge_study_4::after {
    width: 80px;
    bottom: 20px;
    top: auto;
    left: 20px;
    right: auto;
    height: 80px;
}
}



@media (max-width: 767px) {.pricing_plan_card_5 {
    padding: 80px 0;
}.pricing_plan_card_5 h2 {
    font-size: calc(31px * 0.9);
}.pricing_plan_card_5 .lesson_rates_2 {
    font-size: 16px;
    margin-bottom: 40px;
}.pricing_plan_card_5 .discount_grid_2 {
    padding: 30px 20px;
}.pricing_plan_card_5 .payment_scheme_2 p {
    max-height: 120px;
}.pricing_plan_card_5 .cert_fees_9 {
    font-size: calc(24px * 1.2);
    padding: 6px 15px;
}}



@media (max-width: 1200px) {.landing_page_4 .metadata_block_4 {
    width: 50%;
}
}



@media (max-width: 992px) {.landing_page_4 .metadata_block_4 {
    left: 5%;
    padding: 30px;
    width: 60%;
}.landing_page_4 .metadata_block_4 h1 {
    font-size: calc(39px * 0.9);
}.landing_page_4 .learn_begin_0 {
    right: 30px;
}.landing_page_4 .learn_begin_0 label {
    width: 30px;
}.landing_page_4 .intro_title_8 input:checked ~ .learn_begin_0 label {
    width: 45px;
}
}



@media (max-width: 576px) {.landing_page_4 .metadata_block_4 {
    bottom: 15%;
    width: 90%;
    padding: 20px;
}.landing_page_4 .metadata_block_4 h1 {
    font-size: calc(39px * 0.7);
    margin-bottom: 10px;
}.landing_page_4 .metadata_block_4 h3 {
    font-size: calc(24px * 0.8);
    margin-bottom: 10px;
}.landing_page_4 .metadata_block_4 p {
    line-height: 1.5;
    font-size: calc(16px * 0.9);
}.landing_page_4 .learn_begin_0 {
    bottom: 30%;
    gap: 8px;
}.landing_page_4 .learn_begin_0 label {
    width: 25px;
    height: 4px;
}.landing_page_4 .intro_title_8 input:checked ~ .learn_begin_0 label {
    width: 35px;
}.landing_page_4 .metadata_block_4::before,
    .landing_page_4 .metadata_block_4::after {
    height: 15px;
    width: 15px;
}}



@media (max-width: 991px) {header .container {
    padding: 15px 20px;
}header .top_wrap_5 {
    gap: 20px;
}header .top_mentor_5 svg {
    height: 38px;
}
}



@media (min-width: 768px) {.location_details_4 {
    padding: 7rem 0;
}.location_details_4 .reach_us_3 {
    grid-template-columns: 1fr 1fr;
}.location_details_4 .reach_us_3 > div:first-child {
    grid-column: 1 / -1;
}.location_details_4 h1 {
    font-size: calc(47px * 1.5);
    margin-bottom: 4rem;
}.location_details_4 h1::after {
    width: 120px;
}
}



@media (max-width: 767px) {.location_details_4 .reach_us_3 {
    padding: 1.5rem;
}.location_details_4 h1 {
    font-size: 47px;
    margin-bottom: 2rem;
}.location_details_4 span {
    margin-left: 1rem;
}.location_details_4 .reach_us_3 > div {
    padding: 1rem;
}.location_details_4::after {
    width: 50%;
    height: 20%;
}
}



@media screen and (max-width: 1200px) {.course_program_info_3 {
    padding: 100px 0;
}.course_program_info_3 .learn_challenge_9 {
    gap: 30px;
}.course_program_info_3 .metadata_block_4 {
    padding: 30px;
}.course_program_info_3 .metadata_block_4 h2 {
    font-size: calc(33px * 0.9);
    padding: 12px 18px;
}.course_program_info_3 .metadata_block_4 .description {
    padding: 15px;
}
}



@media screen and (max-width: 767px) {.course_program_info_3 {
    padding: 60px 0;
}.course_program_info_3 .learn_challenge_9 {
    gap: 30px;
}.course_program_info_3 .metadata_block_4 {
    padding: 25px;
    gap: 20px;
}.course_program_info_3 .metadata_block_4 h2 {
    padding: 10px 15px;
    font-size: calc(33px * 0.8);
    margin-bottom: 15px;
}.course_program_info_3 .metadata_block_4 .description {
    line-height: 1.7;
    margin-bottom: 15px;
    font-size: calc(16px * 0.95);
    padding: 12px;
}.course_program_info_3 .img_strip_wrap_4 {
    min-height: 350px;
}.course_program_info_3 .learn_challenge_9::before {
    display: none;
}
}

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



@keyframes wave-motion {
    0% {
        transform: rotate(-35deg) translateY(0);
    }
    50% {
        transform: rotate(-30deg) translateY(20px);
    }
    100% {
        transform: rotate(-35deg) translateY(0);
    }
}

@keyframes slideUp {
    to {
        transform: translateY(0);
    }
}

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



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



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



@keyframes fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 0.9;
    }
}



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



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

@keyframes slowZoom {
    from { transform: scale(1); }
    to { transform: scale(1.1); }
}



@keyframes float {
    0%, 100% {
        transform: rotate(-15deg) translate(0, 0) translateZ(-10px);
    }
    50% {
        transform: rotate(-12deg) translate(-20px, 20px) translateZ(-10px);
    }
}



@keyframes borderRotate {
    0% {
        border-image: linear-gradient(45deg, rgb(170,192,187), rgb(123,110,160), rgb(170,192,187)) 1;
    }
    50% {
        border-image: linear-gradient(225deg, rgb(170,192,187), rgb(123,110,160), rgb(170,192,187)) 1;
    }
    100% {
        border-image: linear-gradient(405deg, rgb(170,192,187), rgb(123,110,160), rgb(170,192,187)) 1;
    }
}



@keyframes glowPulse {
    0% {
        opacity: 0.7;
        box-shadow: 0 0 10px rgb(170,192,187,0.5);
    }
    100% {
        opacity: 1;
        box-shadow: 0 0 20px rgb(170,192,187);
    }
}



@keyframes expand {
    0% {
        width: 20px;
    }
    100% {
        width: 100%;
    }
}



@keyframes glow {
    0% {
        opacity: 0.5;
        box-shadow: 0 0 10px rgb(170,192,187,0.5);
    }
    100% {
        opacity: 1;
        box-shadow: 0 0 20px rgb(170,192,187);
    }
}

