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

* {
    scrollbar-width: thin;
    scrollbar-color: #ffffff rgb(255, 255, 255, 0.5);
}

.testimonial_Xy {
    flex: 0 0 auto;
}

.testimonial_Xy {
    padding: 80px 0 40px;
    font-family: Arial, sans-serif;
    z-index: 1;
    color: #ffffff;
    position: relative;
}

.container {
    width: 1146px;
    max-width: 100%;
    margin: auto;
}

.content-wrapper_lq {
    display: flex;
    height: 100%;
    flex-direction: column;
    min-height: 100%;
}

.educational_rewards_Pb::before {
    width: 300px;
    content: '';
    top: -10%;
    background: radial-gradient(circle, rgb(92,101,117,0.5) 0%, transparent 70%);
    z-index: 0;
    right: -5%;
    filter: blur(40px);
    position: absolute;
    height: 300px;
}

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

.educational_rewards_Pb .knowledge_classes_Rs {
    box-shadow: 20px 20px 60px rgba(0, 0, 0, 0.05),
                -20px -20px 60px rgba(255, 255, 255, 0.8);
    transition: transform 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
    background: linear-gradient(145deg, rgba(255, 255, 255, 0.9), rgba(248, 248, 252, 0.8));
    display: flex;
    backdrop-filter: blur(10px);
    padding: 30px;
    flex-direction: column-reverse;
    gap: 40px;
    transform: perspective(1000px) rotateX(2deg);
    position: relative;
    border-radius: 12px;
}

.educational_rewards_Pb h4::after {
    transform-origin: left;
    background: rgb(92,101,117);
    bottom: -8px;
    transform: scaleX(0);
    width: 60px;
    transition: transform 0.5s ease-out;
    position: absolute;
    content: '';
    left: 0;
    height: 3px;
}

.educational_rewards_Pb li {
    opacity: 0;
    transform: translateX(-10px);
    animation: slideIn 0.5s forwards;
    margin-bottom: 15px;
    animation-delay: calc(var(--i, 0) * 0.1s);
}

.educational_rewards_Pb li:nth-child(5) {
    --i: 5;
}

.educational_rewards_Pb li p:hover {
    box-shadow: 8px 8px 15px rgba(0, 0, 0, 0.05),
                -8px -8px 15px rgba(255, 255, 255, 0.9);
    transform: translateY(-3px);
}

.educational_rewards_Pb li p span:first-child {
    justify-content: center;
    align-items: center;
    display: flex;
    flex-shrink: 0;
}

.educational_rewards_Pb li p span:last-child {
    line-height: 1.5;
}

.educational_rewards_Pb li:hover svg {
    transform: scale(1.1) rotate(5deg);
}

.educational_rewards_Pb svg path {
    fill: rgb(92,101,117);
    transition: fill 0.3s ease;
}

.educational_rewards_Pb .thumbnail_image_kb {
    filter: saturate(1.1) contrast(1.05);
    transform: perspective(1000px) rotateY(-5deg);
    object-fit: cover;
    width: 100%;
    box-shadow: 15px 15px 30px rgba(0, 0, 0, 0.1);
    height: auto;
    border-radius: 10px;
    transition: transform 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.testimonial_Xy .company_holder::after {
    height: 80%;
    width: 1px;
    position: absolute;
    background: linear-gradient(to bottom, transparent, rgb(128,140,160), transparent);
    right: 0;
    top: 10%;
    content: '';
}

.testimonial_Xy .company_holder h3::after {
    left: 0;
    content: '';
    position: absolute;
    height: 2px;
    background: rgb(128,140,160);
    bottom: -5px;
    width: 40%;
    transition: width 0.3s ease-in-out;
}

.testimonial_Xy .copy_notice_cY:hover {
    background: rgba(255, 255, 255, 0.12);
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.15);
    transform: translateY(-2px) translateZ(0);
}

.testimonial_Xy .gdpr_block_jt {
    justify-content: space-between;
    flex: 0 0 65%;
    display: flex;
    position: relative;
}

.testimonial_Xy .top_base_nh {
    overflow: hidden;
    border-radius: 16px;
    padding: 20px;
    flex: 0 0 45%;
    backdrop-filter: blur(10px);
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.2);
    position: relative;
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    background: rgba(255, 255, 255, 0.05);
}

.testimonial_Xy .top_base_nh:hover::before {
    transform: translateX(100%);
}

.testimonial_Xy .top_base_nh h5::after {
    position: absolute;
    bottom: 0;
    height: 2px;
    transition: width 0.3s ease, box-shadow 0.3s ease;
    background: rgb(128,140,160);
    left: 0;
    content: '';
    width: 40px;
}

.testimonial_Xy .top_base_nh .nav_train_YX {
    gap: 12px;
    flex-direction: column;
    display: flex;
}

.testimonial_Xy .top_base_nh .nav_train_YX a::before {
    transform-origin: left;
    background: linear-gradient(90deg, rgb(128,140,160), transparent);
    position: absolute;
    height: 1px;
    width: 0;
    bottom: -2px;
    left: 0;
    content: '';
    transition: width 0.3s ease, transform 0.3s ease;
}

.syllabus_ref_sp {
    border-top: 1px solid rgba(255, 255, 255, 0.05);
    background: rgba(0, 0, 0, 0.5);
    padding: 15px 0;
    backdrop-filter: blur(10px);
    position: relative;
}

.syllabus_ref_sp .container {
    align-items: center;
    display: flex;
    justify-content: center;
}

.syllabus_ref_sp .footer_workshops_Hj {
    transition: opacity 0.3s ease;
    letter-spacing: 0.5px;
    color: #ffffff;
    font-size: 16px;
    text-align: center;
    opacity: 0.8;
}

.testimonial_Xy .company_holder h3::before {
    top: 0;
    width: 100%;
    position: absolute;
    left: -100%;
    transition: 0.5s;
    content: '';
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    pointer-events: none;
    height: 100%;
}

.testimonial_Xy .company_holder h3:hover::before {
    left: 100%;
}

.education_experience_UB {
    overflow: hidden;
    position: relative;
    background: linear-gradient(135deg, rgb(165,177,197) 0%, rgb(128,140,160,0.5) 100%);
    padding: 4rem 0;
}

.education_experience_UB::before {
    left: 0;
    content: "";
    top: 0;
    background: repeating-linear-gradient(
    -45deg,
    rgb(128,140,160,0.5) 0px,
    rgb(128,140,160,0.5) 1px,
    transparent 1px,
    transparent 20px
  );
    opacity: 0.08;
    position: absolute;
    z-index: 1;
    height: 100%;
    width: 100%;
}

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

.education_experience_UB .feedback_grid_WC::before {
    background: linear-gradient(to bottom, rgb(128,140,160), rgb(92,101,117));
    width: 4px;
    top: 0;
    content: "";
    left: 0;
    z-index: 1;
    position: absolute;
    height: 100%;
}

.education_experience_UB .feedback_grid_WC .thumbnail_image_kb {
    width: 200px;
    position: relative;
    transition: transform 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15);
    height: 200px;
    transform: translateY(-10px) rotate(-3deg);
}

.education_experience_UB .feedback_grid_WC .thumbnail_image_kb:hover {
    transform: translateY(-15px) rotate(0deg) scale(1.05);
}

.education_experience_UB .feedback_grid_WC .name {
    position: relative;
    font-weight: 700;
    color: rgb(128,140,160);
    font-size: calc(22px * 1.1);
    display: inline-block;
    margin-bottom: 0.5rem;
}

.education_experience_UB .feedback_grid_WC .name:hover::after {
    transform: scaleX(1);
}

.education_experience_UB .feedback_grid_WC > div:nth-child(2) > div {
    margin-top: 0.5rem;
    color: rgb(92,101,117);
    letter-spacing: 0.5px;
    font-weight: 600;
    font-size: 16px;
}

.education_experience_UB .feedback_grid_WC .career_overview_gK {
    background: linear-gradient(to right, rgb(165,177,197) 0%, transparent 100%);
    padding: 1.5rem;
    position: relative;
    font-size: 16px;
    line-height: 1.7;
    margin: 0;
    border-radius: 10px;
    color: #000000;
}

.contact_us_yU::before {
    z-index: 0;
    content: "";
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    background: 
        radial-gradient(circle at 20% 50%, rgba(0, 0, 0, 0.4) 0%, transparent 40%),
        linear-gradient(0deg, transparent 80%, rgba(rgb(128,140,160), 0.05) 100%);
}

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

.contact_us_yU h2::before {
    background: rgb(128,140,160);
    bottom: -20px;
    left: calc(50% - 50px);
    height: 2px;
    width: 30px;
    content: "";
    position: absolute;
}

.contact_us_yU h2::after {
    background: rgb(128,140,160);
    width: 70px;
    content: "";
    height: 2px;
    bottom: -20px;
    position: absolute;
    left: calc(50% - 10px);
}

.contact_us_yU .thumbnail_image_kb {
    min-height: 100%;
    position: relative;
}

.contact_us_yU .thumbnail_image_kb::before {
    content: "";
    top: 0;
    left: 0;
    height: 100%;
    background: linear-gradient(135deg, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.7));
    position: absolute;
    z-index: 1;
    width: 100%;
}



.contact_us_yU .help_reach_ms {
    position: relative;
    padding: 50px;
}

.contact_us_yU .help_reach_ms::before {
    z-index: -1;
    position: absolute;
    height: 100%;
    background: radial-gradient(circle at 50% 30%, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.2));
    top: 0;
    left: 0;
    width: 100%;
    content: "";
}

.contact_us_yU h3::after {
    background: rgb(128,140,160);
    content: "";
    position: absolute;
    height: 2px;
    bottom: -10px;
    left: 0;
    width: 50px;
}

.contact_us_yU input[type="text"]:focus {
    outline: none;
    border-color: rgb(128,140,160);
    background: rgba(0, 0, 0, 0.3);
    box-shadow: 0 0 15px rgba(rgb(128,140,160), 0.2);
}

.contact_us_yU input[type="text"]::placeholder {
    color: rgba(255, 255, 255, 0.4);
}

.contact_us_yU .connect_feedback_SW input[type="checkbox"] {
    height: 24px;
    border-radius: 3px;
    appearance: none;
    margin-top: 2px;
    width: 24px;
    background: rgba(0, 0, 0, 0.2);
    position: relative;
    cursor: pointer;
    border: 1px solid rgba(255, 255, 255, 0.1);
}

.contact_us_yU .connect_feedback_SW label {
    font-size: calc(14px - 2px);
    line-height: 1.5;
    color: rgba(255, 255, 255, 0.7);
}

.contact_us_yU .connect_feedback_SW a {
    color: rgb(128,140,160);
    position: relative;
    text-decoration: none;
    transition: all 0.3s ease;
}

.contact_us_yU .connect_feedback_SW a:hover::after {
    background: #ffffff;
}

.contact_us_yU .message_widget_Mb {
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
    cursor: pointer;
    overflow: hidden;
    color: #ffffff;
    transition: all 0.3s ease;
    text-transform: uppercase;
    font-size: 15px;
    padding: 16px 35px;
    background: rgb(128,140,160);
    font-weight: 600;
    letter-spacing: 1px;
    border-radius: 10px;
    align-self: flex-start;
    position: relative;
    margin-top: 10px;
    border: none;
}

.contact_us_yU .message_widget_Mb:hover::before {
    left: 100%;
}

.contact_us_yU svg path {
    transition: all 0.3s ease;
    fill: rgb(128,140,160);
}

.contact_us_yU svg:hover {
    transform: scale(1.1);
    fill: #ffffff;
}

.contact_us_yU svg:hover path {
    fill: #ffffff;
}

.operation_process_vd::before {
    top: -50%;
    left: -50%;
    width: 200%;
    content: "";
    background: 
        radial-gradient(circle at 30% 30%, rgb(128,140,160,0.5) 0%, transparent 50%),
        radial-gradient(circle at 70% 70%, rgb(92,101,117,0.5) 0%, transparent 50%);
    animation: rotateBg 25s linear infinite;
    height: 200%;
    position: absolute;
    z-index: 0;
}

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

.operation_process_vd .knowledge_classes_Rs::before {
    top: 0;
    position: absolute;
    height: 30px;
    width: 120%;
    opacity: 0.7;
    content: "";
    filter: blur(15px);
    background: linear-gradient(90deg, transparent, rgb(128,140,160,0.5), transparent);
    animation: waveEffect 8s ease-in-out infinite;
    z-index: -1;
    left: -10%;
}

.operation_process_vd h3 {
    text-align: center;
    width: 100%;
    transform-style: preserve-3d;
    position: relative;
    color: rgb(128,140,160);
    margin-bottom: 0;
    font-size: 30px;
    font-weight: 700;
    perspective: 500px;
    padding-bottom: 2rem;
    overflow: hidden;
}

.operation_process_vd h3::after {
    width: 100%;
    position: absolute;
    color: transparent;
    text-shadow: 0 0 15px rgb(128,140,160), 0 0 10px rgb(128,140,160);
    left: 0;
    height: 100%;
    content: attr(data-text);
    z-index: -1;
    transform: translateZ(20px);
    opacity: 0;
    top: 0;
    animation: glowPulse 4s ease-in-out infinite;
}

.operation_process_vd span::before {
    width: 200%;
    content: "";
    position: absolute;
    animation: holographicShine 10s linear infinite;
    top: -50%;
    height: 200%;
    z-index: -1;
    left: -50%;
    transform: rotate(45deg);
    background: linear-gradient(
        to right,
        rgba(255, 255, 255, 0) 0%,
        rgba(255, 255, 255, 0.1) 50%,
        rgba(255, 255, 255, 0) 100%
    );
}

.analysis_summary_Cu {
    padding: 140px 0;
    position: relative;
    z-index: 1;
    overflow: hidden;
}

.analysis_summary_Cu::before {
    backdrop-filter: blur(10px);
    top: 0;
    height: 100%;
    z-index: -1;
    position: absolute;
    background-color: rgba(0, 0, 0, 0.7);
    left: 0;
    content: "";
    width: 100%;
}

.analysis_summary_Cu .container {
    padding: 0 40px;
    max-width: 1140px;
    position: relative;
    margin: 0 auto;
}

.analysis_summary_Cu .top_gain_YE {
    display: grid;
    grid-template-columns: 40% 60%;
    gap: 20px;
    position: relative;
}

.analysis_summary_Cu .pro_statistics_wW svg {
    width: 60px;
    filter: drop-shadow(0 4px 8px rgba(0, 0, 0, 0.4));
    height: 60px;
}

.analysis_summary_Cu .pro_statistics_wW svg path {
    fill: #ffffff;
}

.analysis_summary_Cu .pro_extra_Vc {
    border-left: 5px solid rgb(128,140,160);
    letter-spacing: 0.5px;
    text-shadow: 0 3px 12px rgba(0, 0, 0, 0.4);
    line-height: 1.5;
    z-index: 2;
    color: #ffffff;
    margin-bottom: 30px;
    grid-column: 1 / -1;
    font-weight: 700;
    padding-left: 50px;
    position: relative;
    font-size: calc(31px * 1.1);
    padding-right: 50px;
}

.analysis_summary_Cu .statistics_experts_gE {
    grid-template-columns: repeat(2, 1fr);
    z-index: 2;
    grid-column: 1 / -1;
    padding: 0 30px;
    position: relative;
    gap: 40px 120px;
    display: grid;
}

.analysis_summary_Cu .statistics_upgrade_MO::before {
    background: linear-gradient(to bottom, rgb(128,140,160), rgb(92,101,117));
    left: -20px;
    border-radius: 3px;
    top: 0;
    content: "";
    transition: height 0.3s ease;
    height: 0;
    position: absolute;
    width: 5px;
}

.analysis_summary_Cu .statistics_upgrade_MO:hover::before {
    height: 100%;
}

.analysis_summary_Cu .boost_statistics_fm svg {
    filter: drop-shadow(0 4px 8px rgb(128,140,160,0.5));
    height: 42px;
    width: 42px;
}

.analysis_summary_Cu .boost_statistics_fm svg path {
    transition: fill 0.3s ease;
    fill: rgb(128,140,160);
}

.analysis_summary_Cu .statistics_upgrade_MO:hover .boost_statistics_fm {
    background: linear-gradient(135deg, rgb(128,140,160,0.5) 0%, rgb(92,101,117,0.5) 100%);
}

.analysis_summary_Cu .statistics_upgrade_MO span {
    font-size: calc(43px * 1.25);
    color: #ffffff;
    letter-spacing: 0.5px;
    align-self: end;
    -webkit-background-clip: text !important;
    z-index: 2;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
    grid-column: 2 / 3;
    font-weight: 700;
    -webkit-text-fill-color: transparent;
    position: relative;
    grid-row: 1 / 2;
    background: linear-gradient(90deg, #ffffff, rgb(128,140,160));
    background-clip: text !important;
}

.ty_message_bX {
    perspective: 1000px;
    background: linear-gradient(135deg, rgb(165,177,197) 0%, rgb(128,140,160,0.5) 100%);
    padding: 5rem 0;
    position: relative;
    overflow: hidden;
}

.ty_message_bX::after {
    right: -50%;
    width: 100%;
    top: -50%;
    position: absolute;
    opacity: 0.2;
    content: "";
    height: 200%;
    animation: rotateGradient 15s infinite linear;
    z-index: 0;
    background: radial-gradient(circle at center, rgb(128,140,160,0.5) 0%, transparent 70%);
}

.ty_message_bX .knowledge_classes_Rs {
    margin: 0 auto;
    position: relative;
    background: linear-gradient(170deg, #ffffff 0%, rgb(255, 255, 255, 0.5) 100%);
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.08);
    border-left: 4px solid rgb(128,140,160);
    transform-style: preserve-3d;
    flex-direction: column;
    padding: 3rem;
    gap: 2rem;
    max-width: 900px;
    transform: translateZ(30px);
    display: flex;
}

.ty_message_bX .knowledge_classes_Rs > div:first-child {
    transform: translateZ(20px);
    position: relative;
    animation: slideInTop 0.8s ease-out forwards;
}

.ty_message_bX .knowledge_classes_Rs > div:last-child {
    transform: translateZ(10px);
    animation: slideInBottom 0.8s ease-out 0.3s forwards;
    position: relative;
    opacity: 0;
}

.ty_message_bX h5::before {
    width: 15px;
    transform: translateY(-50%);
    background-color: rgb(128,140,160);
    position: absolute;
    left: -20px;
    top: 50%;
    height: 15px;
    content: "";
    clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
}

.ty_message_bX p::before {
    width: 3px;
    content: "";
    bottom: 0;
    top: 0;
    background: linear-gradient(to bottom, rgb(128,140,160) 0%, rgb(92,101,117) 100%);
    left: 0;
    position: absolute;
    transform: scaleY(0.9);
    transition: transform 0.3s ease;
}

.ty_message_bX a:hover p::before {
    transform: scaleY(1.1);
}

header .container {
    z-index: 1;
    padding: 0 2%;
    width: 100%;
    max-width: 100%;
    margin: 0;
    position: relative;
}

header .header_nav_dw {
    display: flex;
    align-items: center;
    background: #ffffff;
    overflow: hidden;
    box-shadow: 0 5px 25px rgba(0, 0, 0, 0.1);
    margin: 1rem 0;
    flex-direction: column;
    position: relative;
    border-radius: 19px;
    padding: 1.5rem 0;
}

header .header_nav_dw::before {
    position: absolute;
    height: 5px;
    width: 100%;
    left: 0;
    background: linear-gradient(to right, rgb(128,140,160), rgb(92,101,117));
    content: '';
    top: 0;
}

header .head_pro_Zp::after {
    content: '';
    background: linear-gradient(to right, transparent, rgb(128,140,160,0.5), rgb(92,101,117,0.5), rgb(128,140,160,0.5), transparent);
    bottom: 0;
    height: 1px;
    position: absolute;
    width: 60%;
    left: 20%;
}

header .nav_section_Te {
    position: relative;
    border-radius: 10px;
    color: #000000;
    font-size: 17px;
    font-weight: 600;
    box-shadow: 0 3px 8px rgba(0, 0, 0, 0.05);
    font-family: Arial, sans-serif;
    overflow: hidden;
    border: 1px solid rgba(0, 0, 0, 0.03);
    transition: all 0.3s ease;
    z-index: 1;
    background: linear-gradient(to bottom, #ffffff, rgb(165,177,197));
    text-decoration: none;
    padding: 0.7rem 1.3rem;
}

header .nav_section_Te:hover::before {
    height: 100%;
}

.course_program_description_ia {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
    position: relative;
    justify-content: center;
    background-color: #000000;
    overflow: hidden;
}

.course_program_description_ia .tech_training_vl {
    width: 500%;
    height: 100%;
    display: flex;
    animation: split-carousel 40s linear infinite;
}

.course_program_description_ia .learn_skills_Xw:nth-child(odd) {
    mask-image: linear-gradient(to right, transparent 0%, black 15%, black 85%, transparent 100%);
}

.course_program_description_ia .learn_skills_Xw img {
    transform: scale(1.1);
    height: 100%;
    object-fit: cover;
    transition: all 0.7s ease;
    width: 100%;
    filter: grayscale(0.3) contrast(1.2);
}

.course_program_description_ia .knowledge_classes_Rs {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
}

.course_program_description_ia .study_path_DR {
    position: relative;
    background-color: rgba(0, 0, 0, 0.6);
    padding: 3rem;
    border-radius: 22px;
    border: 1px solid rgb(128,140,160,0.5);
    max-width: 550px;
    text-align: center;
    overflow: hidden;
    backdrop-filter: blur(10px);
}

.course_program_description_ia .study_path_DR h3 {
    display: inline-block;
    letter-spacing: 1px;
    font-weight: 700;
    font-size: 30px;
    position: relative;
    margin-bottom: 1.5rem;
    color: #ffffff;
}

.course_program_description_ia .study_path_DR p {
    line-height: 1.8;
    position: relative;
    margin-bottom: 2.5rem;
    color: #ffffff;
    font-size: 15px;
}

.course_program_description_ia .study_path_DR .message_widget_Mb {
    display: inline-block;
    transition: all 0.4s ease;
    z-index: 1;
    position: relative;
    padding: 0.9rem 2.5rem;
    border-radius: 10px;
    color: #ffffff;
    font-weight: 600;
    background-color: transparent;
    overflow: hidden;
    border: 2px solid rgb(128,140,160);
    text-decoration: none;
    font-size: 20px;
}

.course_program_description_ia .study_path_DR .message_widget_Mb:hover::before {
    height: 300%;
    width: 300%;
}

.join_now_If::before {
    width: 60%;
    z-index: 1;
    height: 120%;
    top: -10%;
    right: -10%;
    transform: rotate(-10deg);
    opacity: 0.05;
    position: absolute;
    background: rgb(128,140,160);
    content: '';
}

.join_now_If .knowledge_classes_Rs {
    position: relative;
    z-index: 10;
}

.join_now_If .container {
    grid-template-columns: 1fr 1fr;
    gap: 40px;
    display: grid;
    align-items: center;
}

.join_now_If .message_widget_Mb {
    z-index: 5;
    font-weight: 600;
    text-decoration: none;
    border: 2px solid rgb(128,140,160);
    position: relative;
    justify-self: end;
    font-size: 20px;
    border-radius: 0;
    color: rgb(128,140,160);
    overflow: hidden;
    background: #ffffff;
    padding: 18px 40px;
    transition: all 0.4s ease;
}

.join_now_If .message_widget_Mb:hover {
    color: #ffffff;
}

.join_now_If .message_widget_Mb:hover::before {
    transform: translate(-50%, -50%) scale(1);
}

.join_now_If .container::after {
    border-radius: 50%;
    width: 10px;
    height: 10px;
    left: 0;
    bottom: -25px;
    position: absolute;
    background: rgb(128,140,160);
    content: '';
}

.welcome_rZ {
    background: linear-gradient(135deg, rgb(165,177,197) 0%, rgba(240, 248, 255, 0.95) 100%);
    min-height: 100vh;
    position: relative;
    align-items: center;
    overflow: hidden;
    display: flex;
}

.welcome_rZ::before {
    background: 
        linear-gradient(45deg, transparent 49.5%, rgba(var(--primary-color-rgb, 94, 170, 168), 0.1) 49.5%, rgba(var(--primary-color-rgb, 94, 170, 168), 0.1) 50.5%, transparent 50.5%),
        linear-gradient(-45deg, transparent 49.5%, rgba(var(--primary-color-rgb, 94, 170, 168), 0.1) 49.5%, rgba(var(--primary-color-rgb, 94, 170, 168), 0.1) 50.5%, transparent 50.5%);
    right: 0;
    opacity: 0.5;
    background-size: 60px 60px;
    top: 0;
    left: 0;
    bottom: 0;
    z-index: 1;
    position: absolute;
    content: "";
}

.welcome_rZ .paragraph_wrap_bi::before {
    background: rgba(var(--primary-color-rgb, 94, 170, 168), 0.15);
    width: 120px;
    animation: floatElement 8s ease-in-out infinite alternate;
    border-radius: 20% 80% 40% 60% / 60% 30% 70% 40%;
    height: 120px;
    z-index: -1;
    top: -60px;
    left: -40px;
    position: absolute;
    content: "";
}

.welcome_rZ .paragraph_wrap_bi h1 {
    position: relative;
    line-height: 1.2;
    color: #000000;
    transition: transform 0.4s cubic-bezier(0.22, 1, 0.36, 1);
    font-weight: 700;
    margin-bottom: 1.5rem;
    font-size: clamp(2rem, 5vw, 36px);
    transform: translateY(0);
}

.welcome_rZ .start_open_qp {
    align-items: flex-start;
    flex-direction: column;
    margin-bottom: 2rem;
    display: flex;
}

.welcome_rZ .start_open_qp svg:hover {
    transform: rotate(0) scale(1.05);
}

.welcome_rZ .start_open_qp svg path {
    transition: fill 0.3s ease;
    fill: var(--primary-color, rgb(94, 170, 168));
}

.welcome_rZ .start_open_qp svg text {
    font-family: Arial, sans-serif;
    transition: fill 0.3s ease;
}

.welcome_rZ ul {
    list-style: none;
    margin: 0;
    padding: 0;
    transition: opacity 0.4s ease 0.2s;
}

.welcome_rZ ul li {
    margin-bottom: 1rem;
}

.welcome_rZ .message_widget_Mb {
    overflow: hidden;
    border-radius: 4px;
    text-decoration: none;
    background: linear-gradient(135deg, var(--primary-color, rgb(94, 170, 168)) 0%, rgba(94, 170, 168, 0.85) 100%);
    position: relative;
    padding: 0.9rem 2rem;
    color: #ffffff;
    z-index: 2;
    font-size: 20px;
    box-shadow: 0 5px 20px rgba(var(--primary-color-rgb, 94, 170, 168), 0.3);
    font-weight: 600;
    transition: all 0.4s cubic-bezier(0.22, 1, 0.36, 1);
    transform: translateY(0);
    display: inline-block;
}

.welcome_rZ .message_widget_Mb:hover::before {
    transform: translateX(100%) skewX(-30deg);
}

.welcome_rZ .thumbnail_image_kb::before {
    z-index: 1;
    content: "";
    position: absolute;
    height: 100%;
    left: 0;
    background: linear-gradient(
        135deg, 
        rgba(var(--primary-color-rgb, 94, 170, 168), 0.2) 0%, 
        rgba(var(--primary-color-rgb, 94, 170, 168), 0) 50%
    );
    top: 0;
    width: 100%;
}

.welcome_rZ .thumbnail_image_kb::after {
    background: linear-gradient(
        to bottom,
        transparent 70%,
        rgba(0, 0, 0, 0.2) 100%
    );
    z-index: 1;
    height: 100%;
    width: 100%;
    content: "";
    left: 0;
    top: 0;
    position: absolute;
}

.welcome_rZ:hover .paragraph_wrap_bi h1 {
    transform: translateY(-5px);
}

.welcome_rZ:hover .paragraph_wrap_bi h1::after {
    transform: scaleX(1.3);
}

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

.plan_shelf_Lz h2::after {
    content: "";
    height: 4px;
    background: linear-gradient(90deg, rgb(128,140,160,0.5), rgb(128,140,160), rgb(128,140,160,0.5));
    width: 80px;
    position: absolute;
    bottom: -15px;
    left: 50%;
    transform: translateX(-50%);
}

.plan_shelf_Lz .annual_fee_Dd {
    list-style: none;
    gap: 30px;
    padding: 0;
    margin: 0;
    display: grid;
    perspective: 1000px;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
}

.plan_shelf_Lz .annual_fee_Dd li {
    transform-style: preserve-3d;
    transition: transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
    position: relative;
}

.plan_shelf_Lz .tuition_plans_cu {
    transform-style: preserve-3d;
    border: 1px solid rgba(255,255,255,0.1);
    backdrop-filter: blur(10px);
    padding: 40px 30px;
    position: relative;
    background: linear-gradient(135deg, rgba(255,255,255,0.05) 0%, rgba(255,255,255,0.1) 100%);
    transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    overflow: hidden;
    box-shadow: 0 20px 40px rgba(0,0,0,0.2), 0 0 0 1px rgba(255,255,255,0.1);
    height: 100%;
}

.plan_shelf_Lz .edu_packages_Kj {
    transform-style: preserve-3d;
    transition: transform 0.5s ease;
    position: relative;
}

.plan_shelf_Lz .edu_packages_Kj h4 {
    font-size: calc(19px * 1.2);
    padding-bottom: 15px;
    transform: translateZ(10px);
    position: relative;
    font-weight: 600;
    margin: 0 0 25px;
    color: #ffffff;
}

.plan_shelf_Lz .edu_packages_Kj p {
    word-break: break-word;
    padding-right: 5px;
    color: #ffffff;
    max-height: 250px;
    font-size: 15px;
    line-height: 1.7;
    font-weight: 300;
    opacity: 0.8;
    transform: translateZ(5px);
    overflow-wrap: break-word;
    overflow-y: auto;
    margin: 0 0 30px;
}

.plan_shelf_Lz .pro_rates_xP::before {
    transition: transform 0.5s ease, opacity 0.5s ease;
    transform: scaleX(0.5);
    width: 100%;
    opacity: 0.6;
    transform-origin: center;
    bottom: 5px;
    left: 0;
    content: "";
    position: absolute;
    height: 2px;
    background: linear-gradient(90deg, transparent, rgb(92,101,117), transparent);
}

.plan_shelf_Lz .skill_pricing_Ju:hover .tuition_plans_cu::after {
    opacity: 0.4;
    transform: translate(20%, 20%) scale(1.2);
}

.plan_shelf_Lz .skill_pricing_Ju:hover .pro_rates_xP::before {
    opacity: 1;
    transform: scaleX(0.8);
}

.dialogCookieSettings_TC {
    box-shadow: 0 -3px 10px rgba(0, 0, 0, 0.5);
    width: 100%;
    background: rgb(165,177,197);
    border-top: 3px solid rgb(128,140,160);
    display: flex;
    position: fixed;
    padding: 20px 0;
    justify-content: center;
    z-index: 100;
    bottom: 0;
}

.privacy_ack_oS svg {
    fill: rgb(128,140,160);
    height: 50px;
    width: 50px;
}

.cookie_check_Il h5 {
    color: rgb(128,140,160);
    font-size: 24px;
    margin-bottom: 10px;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 700;
}

.web_cookies_qU {
    font-size: 20px;
    color: #ffffff;
    background: rgb(128,140,160);
    text-decoration: none;
    padding: 10px 20px;
    cursor: pointer;
    text-align: center;
    flex-shrink: 0;
    min-width: 120px;
    border-radius: 10px;
    border: none;
}

.company_info_Ks::before {
    width: 100%;
    top: 0;
    left: 0;
    background-size: 50px 50px;
    background: 
        linear-gradient(0deg, transparent 24px, rgba(0, 0, 0, 0.5) 25px, rgba(0, 0, 0, 0.5) 26px, transparent 27px, transparent 49px, rgba(0, 0, 0, 0.5) 50px, rgba(0, 0, 0, 0.5) 51px, transparent 52px),
        linear-gradient(90deg, transparent 24px, rgba(0, 0, 0, 0.5) 25px, rgba(0, 0, 0, 0.5) 26px, transparent 27px, transparent 49px, rgba(0, 0, 0, 0.5) 50px, rgba(0, 0, 0, 0.5) 51px, transparent 52px);
    opacity: 0.03;
    z-index: 1;
    height: 100%;
    content: "";
    position: absolute;
}

.company_info_Ks h2::before {
    bottom: -15px;
    position: absolute;
    content: "";
    left: 50%;
    height: 3px;
    background-color: rgb(128,140,160);
    transform: translateX(-50%);
    width: 50px;
}

.company_info_Ks .expert_sessions_yU {
    gap: 30px;
    display: flex;
    position: relative;
    flex-wrap: wrap;
}

.company_info_Ks .expert_sessions_yU::before {
    top: 0;
    position: absolute;
    height: 100%;
    left: 0;
    opacity: 0.05;
    width: 100%;
    z-index: -1;
    background-size: 60px 60px;
    content: "";
    background: 
        linear-gradient(45deg, transparent calc(50% - 1px), rgb(128,140,160,0.5) calc(50% - 1px), rgb(128,140,160,0.5) calc(50% + 1px), transparent calc(50% + 1px)),
        linear-gradient(135deg, transparent calc(50% - 1px), rgb(92,101,117,0.5) calc(50% - 1px), rgb(92,101,117,0.5) calc(50% + 1px), transparent calc(50% + 1px));
}

.company_info_Ks .training_track_yV:hover::before {
    transform: scaleX(1);
}

.company_info_Ks .training_track_yV::after {
    transition: opacity 0.4s ease;
    width: 0;
    height: 0;
    border-style: solid;
    opacity: 0;
    border-color: transparent transparent rgb(128,140,160,0.5) transparent;
    border-width: 0 0 40px 40px;
    right: 0;
    bottom: 0;
    content: "";
    position: absolute;
}

.company_info_Ks .training_track_yV h3::before {
    background-color: rgb(128,140,160);
    position: absolute;
    height: 25px;
    transform: translateY(-50%);
    top: 50%;
    left: 0;
    content: "";
    width: 5px;
}

.company_info_Ks .training_track_yV:hover h3 {
    color: rgb(128,140,160);
}

.company_info_Ks .training_track_yV p {
    color: #000000;
    position: relative;
    font-size: 16px;
    line-height: 1.8;
}

.company_info_Ks .container::after {
    background: linear-gradient(45deg, rgb(92,101,117,0.5), rgb(128,140,160,0.5));
    height: 200px;
    opacity: 0.1;
    left: -100px;
    bottom: -100px;
    border-radius: 50%;
    content: "";
    z-index: -1;
    position: absolute;
    width: 200px;
}

.company_info_Ks .training_track_yV:last-child {
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}

.company_info_Ks .training_track_yV:last-child::after {
    border-color: transparent transparent rgb(92,101,117,0.5) transparent;
}

.service_connect_it::before {
    content: '';
    height: 100%;
    width: 100%;
    left: 0;
    background: linear-gradient(to right, rgb(128,140,160,0.5) 0%, transparent 70%);
    z-index: 1;
    top: 0;
    position: absolute;
}

.service_connect_it .reach_section_jE {
    color: rgb(128,140,160);
    border-bottom: 1px solid rgb(92,101,117,0.5);
    font-weight: 700;
    font-size: 28px;
    background: #ffffff;
    padding: 30px;
    margin: 0;
}

.service_connect_it .thumbnail_image_kb::after {
    position: absolute;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.5) 0%, transparent 100%);
    left: 0;
    bottom: 0;
    width: 100%;
    z-index: 1;
    content: '';
    height: 50%;
}

.service_connect_it .contact_links_jC p svg {
    position: absolute;
    top: 50%;
    width: 20px;
    transition: transform 0.3s ease, fill 0.3s ease;
    left: 15px;
    transform: translateY(-50%);
    height: 20px;
    fill: rgb(128,140,160);
}

.service_connect_it .contact_links_jC p:hover svg {
    fill: rgb(92,101,117);
    transform: translateY(-50%) scale(1.1);
}

.service_connect_it .contact_links_jC p:hover {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
    transform: translateX(5px);
}

.service_connect_it .contact_links_jC p span a::after {
    left: 0;
    bottom: -2px;
    height: 1px;
    background: rgb(128,140,160);
    width: 0;
    transition: width 0.3s ease;
    position: absolute;
    content: '';
}

.service_connect_it .edu_help_NR {
    margin-top: 20px;
    padding-top: 20px;
    border-top: 1px solid rgb(92,101,117,0.5);
}

.service_connect_it .send_query_aK svg {
    width: 22px;
    position: absolute;
    height: 22px;
    transform: translateY(-50%);
    top: 50%;
    transition: transform 0.3s ease, fill 0.3s ease;
    left: 0;
    fill: rgb(128,140,160);
}

.service_connect_it .send_query_aK svg path {
    transition: fill 0.3s ease;
    fill: inherit;
}

.service_connect_it .talk_answer_Nv {
    display: grid;
    gap: 10px;
}

.service_connect_it .assist_grid_QG {
    position: relative;
    display: flex;
    font-size: 13px;
    padding-left: 40px;
    background: rgb(165,177,197);
    z-index: 1;
    justify-content: space-between;
    overflow: hidden;
    color: #000000;
    padding: 12px 15px;
    border-radius: 10px;
}

.service_connect_it .assist_grid_QG svg path {
    transition: fill 0.3s ease;
    fill: inherit;
}

.service_connect_it .assist_grid_QG:hover::before {
    width: 100%;
}

.user_feedback_zo {
    padding: 100px 0;
    position: relative;
    overflow: hidden;
    background: #ffffff;
}

.user_feedback_zo::before {
    right: -50%;
    border-radius: 50%;
    top: -50%;
    height: 100%;
    z-index: 0;
    width: 100%;
    position: absolute;
    background: rgb(165,177,197);
    content: "";
}

.user_feedback_zo h2::first-letter {
    font-size: 1.8em;
    color: rgb(128,140,160);
}

.user_feedback_zo .feedback_grid_WC {
    padding: 30px 0;
    opacity: 0;
    animation: fadeIn 0.8s ease forwards;
    position: relative;
}

.user_feedback_zo .feedback_grid_WC:nth-child(3n+2) {
    margin-top: 80px;
    grid-column: span 4;
    animation-delay: 0.3s;
}

.user_feedback_zo .feedback_grid_WC::before {
    content: "";
    top: -30px;
    left: -20px;
    color: rgb(128,140,160,0.5);
    z-index: -1;
    font-size: 120px;
    line-height: 1;
    position: absolute;
    font-family: Arial, sans-serif;
}

.user_feedback_zo .feedback_grid_WC:hover img {
    filter: grayscale(0%);
    transform: translateY(-15px);
}

.user_feedback_zo .feedback_grid_WC p {
    margin: 0;
}

.user_feedback_zo .feedback_grid_WC p:first-of-type {
    color: rgb(128,140,160);
    position: absolute;
    font-size: 19px;
    white-space: nowrap;
    font-weight: 600;
    right: 70px;
    bottom: 0;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.user_feedback_zo .feedback_grid_WC .description::after {
    left: 0;
    content: "";
    position: absolute;
    height: 2px;
    transform-origin: left;
    bottom: -20px;
    transform: scaleX(1);
    transition: transform 0.4s ease;
    width: 40px;
    background: rgb(92,101,117);
}

.privacy_module_PZ h1 {
    color: rgb(128,140,160);
    border-bottom: 3px solid rgb(128,140,160);
    letter-spacing: 0.1rem;
    font-size: 45px;
    padding-bottom: 1rem;
    font-weight: 700;
    margin-bottom: 2rem;
    text-transform: uppercase;
}

.privacy_module_PZ h3,.privacy_module_PZ h4,.privacy_module_PZ h5, .privacy_module_PZ h6 {
    margin: 1rem 0;
    font-size: 21px;
}

.privacy_module_PZ li {
    margin-bottom: 1rem;
    line-height: 1.8;
    position: relative;
    font-size: 16px;
}

.privacy_module_PZ li::before {
    color: rgb(128,140,160);
    margin-right: 0.5rem;
    content: "▹";
}

.privacy_module_PZ span {
    color: rgb(92,101,117);
    font-weight: 700;
}

.privacy_module_PZ > div {
    border-radius: 10px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
    padding: 1rem;
    background-color: #ffffff;
    margin-bottom: 2rem;
}


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


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



@media (min-width: 768px) {.educational_rewards_Pb {
    padding: 100px 0;
}.educational_rewards_Pb .knowledge_classes_Rs {
    gap: 60px;
    align-items: center;
    flex-direction: row;
    padding: 50px;
}.educational_rewards_Pb .paragraph_wrap_bi {
    flex: 1;
}.educational_rewards_Pb .paragraph_wrap_bi > div {
    flex-wrap: wrap;
    flex-direction: row;
    gap: 30px;
}.educational_rewards_Pb .paragraph_wrap_bi > div > div {
    min-width: 280px;
    flex: 1;
}.educational_rewards_Pb h4 {
    font-size: 33px;
    margin-bottom: 35px;
}.educational_rewards_Pb .thumbnail_image_kb {
    height: 400px;
    object-position: center;
    transform: perspective(1000px) rotateY(-8deg) translateZ(20px);
    width: 40%;
}
}



@media (min-width: 1200px) {.educational_rewards_Pb .knowledge_classes_Rs {
    padding: 70px;
    gap: 80px;
}.educational_rewards_Pb h4 {
    margin-bottom: 45px;
}.educational_rewards_Pb .thumbnail_image_kb {
    height: 500px;
}
}



@media (max-width: 991px) {.testimonial_Xy {
    padding: 60px 0 30px;
}.testimonial_Xy .container {
    flex-direction: column;
}.testimonial_Xy .company_holder {
    margin-bottom: 40px;
    flex: 0 0 100%;
    padding-right: 0;
}.testimonial_Xy .company_holder::after {
    display: none;
}.testimonial_Xy .gdpr_block_jt {
    flex: 0 0 100%;
}.testimonial_Xy .top_base_nh {
    margin-bottom: 20px;
    flex: 0 0 calc(50% - 20px);
}
}



@media (max-width: 576px) {.testimonial_Xy {
    padding: 30px 0 15px;
}.testimonial_Xy .company_holder {
    margin-bottom: 30px;
}.testimonial_Xy .company_holder h3 {
    font-size: calc(28px * 0.7);
}.testimonial_Xy .top_base_nh h5 {
    font-size: calc(20px * 0.8);
}.syllabus_ref_sp {
    padding: 10px 0;
}.syllabus_ref_sp .footer_workshops_Hj {
    font-size: calc(16px * 0.8);
}}



@media (min-width: 992px) {.education_experience_UB .feedback_grid_WC {
    gap: 3rem 4rem;
    grid-template-columns: 300px 1fr;
    padding: 5rem;
    grid-template-areas: 
      "photo info"
      "photo quote";
}.education_experience_UB .feedback_grid_WC > div:first-child {
    align-self: start;
}.education_experience_UB .feedback_grid_WC .thumbnail_image_kb {
    width: 280px;
    height: 280px;
}.education_experience_UB .feedback_grid_WC .name {
    font-size: calc(22px * 1.3);
}.education_experience_UB .feedback_grid_WC > div:nth-child(2) > div {
    font-size: calc(16px * 1.1);
}.education_experience_UB .feedback_grid_WC .career_overview_gK {
    font-size: calc(16px * 1.05);
    line-height: 1.8;
    padding: 2.5rem;
}
}



@media (max-width: 767px) {.education_experience_UB {
    padding: 3rem 0;
}.education_experience_UB .container {
    padding: 0 1.5rem;
}.education_experience_UB .feedback_grid_WC {
    padding: 2rem 1.5rem;
    transform: none;
}.education_experience_UB .feedback_grid_WC .thumbnail_image_kb {
    height: 180px;
    width: 180px;
}}



@media (max-width: 768px) {.contact_us_yU {
    padding: 50px 0;
}.contact_us_yU h2 {
    margin-bottom: 50px;
    font-size: calc(30px - 4px);
}.contact_us_yU .thumbnail_image_kb {
    min-height: 250px;
}
}



@media (max-width: 992px) {.operation_process_vd {
    min-height: 60vh;
}.operation_process_vd .container {
    padding: 4rem 1.5rem;
}.operation_process_vd .knowledge_classes_Rs {
    padding: 3rem 1.5rem;
}.operation_process_vd h3 {
    padding-bottom: 1.5rem;
    font-size: calc(30px * 0.9);
}.operation_process_vd span {
    padding: 1.8rem;
    font-size: calc(15px * 0.95);
}
}



@media (max-width: 768px) {.operation_process_vd {
    min-height: 50vh;
}.operation_process_vd .container {
    padding: 3rem 1.2rem;
}.operation_process_vd .knowledge_classes_Rs {
    padding: 2.5rem 1.2rem;
    gap: 1.5rem;
}.operation_process_vd h3 {
    padding-bottom: 1.2rem;
    font-size: calc(30px * 0.8);
}.operation_process_vd span {
    font-size: calc(15px * 0.9);
    line-height: 1.7;
    padding: 1.5rem;
}
}



@media (min-width: 992px) {.analysis_summary_Cu .top_gain_YE::before {
    left: 0;
    background: linear-gradient(90deg, rgba(255, 255, 255, 0.07) 0%, transparent 50%);
    height: 100%;
    z-index: 0;
    width: 100%;
    clip-path: polygon(0 0, 40% 0, 60% 100%, 0% 100%);
    top: 0;
    position: absolute;
    content: "";
}.analysis_summary_Cu .top_gain_YE::after {
    z-index: 0;
    content: "";
    background: linear-gradient(270deg, rgba(255, 255, 255, 0.07) 0%, transparent 50%);
    top: 0;
    width: 100%;
    height: 100%;
    clip-path: polygon(100% 0, 60% 0, 40% 100%, 100% 100%);
    position: absolute;
    right: 0;
}
}



@media (max-width: 768px) {.analysis_summary_Cu {
    padding: 100px 0;
}.analysis_summary_Cu .pro_statistics_wW {
    width: 90px;
    height: 90px;
    top: -25px;
}.analysis_summary_Cu .pro_statistics_wW svg {
    width: 45px;
    height: 45px;
}.analysis_summary_Cu .pro_extra_Vc {
    padding-left: 30px;
    margin-top: 50px;
    font-size: calc(31px * 0.95);
}.analysis_summary_Cu .statistics_grow_bI {
    margin-bottom: 50px;
    padding-left: 34px;
}.analysis_summary_Cu .statistics_experts_gE {
    grid-template-columns: 1fr;
    padding: 0 15px;
    gap: 60px;
}.analysis_summary_Cu .boost_statistics_fm {
    width: 75px;
    height: 75px;
}.analysis_summary_Cu .boost_statistics_fm svg {
    width: 38px;
    height: 38px;
}.analysis_summary_Cu .statistics_upgrade_MO span {
    font-size: calc(43px * 1.1);
}
}



@media (max-width: 992px) {.ty_message_bX {
    padding: 4rem 0;
}.ty_message_bX .knowledge_classes_Rs {
    margin: 0 2rem;
    padding: 2.5rem;
}.ty_message_bX h5 {
    font-size: calc(20px - 0.1rem);
}
}



@media (max-width: 768px) {.ty_message_bX {
    padding: 3rem 0;
}.ty_message_bX .knowledge_classes_Rs {
    padding: 2rem;
    margin: 0 1.5rem;
    gap: 1.5rem;
}.ty_message_bX h5 {
    font-size: calc(20px - 0.2rem);
}.ty_message_bX p {
    font-size: calc(17px - 0.1rem);
    max-width: 100%;
}
}



@media (max-width: 576px) {.ty_message_bX {
    padding: 2.5rem 0;
}.ty_message_bX .knowledge_classes_Rs {
    gap: 1.2rem;
    padding: 1.5rem;
    margin: 0 1rem;
}.ty_message_bX h5 {
    font-size: calc(20px - 0.3rem);
}.ty_message_bX h5::before {
    left: -15px;
    height: 12px;
    width: 12px;
}.ty_message_bX p {
    padding-left: 0.7rem;
}.ty_message_bX a:hover {
    transform: translateX(5px);
}}



@media (max-width: 991px) {header .header_nav_dw {
    margin: 0.8rem 0;
    padding: 1.2rem 0;
}header .head_pro_Zp {
    padding: 0 0 0.8rem 0;
}header .head_pro_Zp svg {
    width: 160px;
}header .top_base_nh {
    padding: 0.8rem 1.5rem 0;
    gap: 0.6rem;
}header .nav_section_Te {
    padding: 0.6rem 1.1rem;
}
}



@media (max-width: 480px) {header .header_nav_dw {
    padding: 0.8rem 0;
    margin: 0.5rem 0;
}header .head_pro_Zp {
    padding: 0 0 0.6rem 0;
}header .head_pro_Zp svg {
    width: 120px;
}header .top_base_nh {
    padding: 0.6rem 0.5rem 0;
    overflow-x: auto;
    justify-content: flex-start;
    flex-wrap: nowrap;
}header .top_base_nh::-webkit-scrollbar {
    height: 3px;
}header .top_base_nh::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background: rgb(128,140,160);
}header .nav_section_Te {
    margin-right: 3px;
    flex-shrink: 0;
    white-space: nowrap;
}}



@media (max-width: 576px) {.course_program_description_ia .container {
    padding: 0 1rem;
}.course_program_description_ia .study_path_DR {
    padding: 1.5rem;
    max-width: 100%;
}.course_program_description_ia .study_path_DR h3 {
    font-size: calc(30px * 0.7);
}.course_program_description_ia .study_path_DR .message_widget_Mb {
    padding: 0.8rem 1.5rem;
    display: block;
    width: 100%;
}.course_program_description_ia .learn_skills_Xw img {
    filter: grayscale(0.2) contrast(1.1);
}
}



@media (max-width: 991px) {.join_now_If {
    padding: 90px 0;
}.join_now_If .container {
    gap: 30px;
}.join_now_If .container p {
    padding-left: 20px;
    font-size: calc(22px * 1.2);
}.join_now_If .message_widget_Mb {
    padding: 15px 35px;
}
}



@media (max-width: 767px) {.join_now_If {
    padding: 70px 0;
}.join_now_If .container {
    gap: 40px;
    grid-template-columns: 1fr;
}.join_now_If .container p {
    border-left-width: 4px;
    font-size: 22px;
    padding-left: 15px;
}.join_now_If .message_widget_Mb {
    justify-self: start;
    padding: 14px 30px;
}.join_now_If .container::before {
    width: 70%;
}
}



@media (max-width: 992px) {.welcome_rZ .knowledge_classes_Rs {
    gap: 2rem;
    grid-template-columns: 1fr;
}.welcome_rZ .paragraph_wrap_bi {
    text-align: center;
    order: 2;
    align-items: center;
}.welcome_rZ .paragraph_wrap_bi h1::after {
    left: 50%;
    transform: translateX(-50%);
}.welcome_rZ .start_open_qp p {
    max-width: 100%;
}.welcome_rZ .thumbnail_image_kb {
    order: 1;
    max-width: 600px;
    margin: 0 auto;
    transform: perspective(1000px) rotateY(0) translateZ(0);
}
}



@media (hover: none) {.welcome_rZ .message_widget_Mb:hover {
    transform: translateY(0);
}.welcome_rZ:hover .thumbnail_image_kb,
    .welcome_rZ:hover .paragraph_wrap_bi h1 {
    transform: none;
}
}



@media (max-width: 1200px) {.plan_shelf_Lz {
    padding: 80px 0;
}.plan_shelf_Lz .annual_fee_Dd {
    gap: 25px;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
}
}



@media (max-width: 767px) {.plan_shelf_Lz {
    padding: 60px 0;
}.plan_shelf_Lz h2 {
    font-size: calc(31px * 0.8);
    margin-bottom: 15px;
}.plan_shelf_Lz .monthly_plan_NM {
    margin-bottom: 30px;
}.plan_shelf_Lz .annual_fee_Dd {
    grid-template-columns: 1fr;
    max-width: 450px;
    margin: 0 auto;
}.plan_shelf_Lz .edu_packages_Kj h4 {
    font-size: 19px;
}.plan_shelf_Lz .pro_rates_xP {
    font-size: calc(19px * 1.3);
}
}



@media (hover: none) {.plan_shelf_Lz .tuition_plans_cu {
    transform: none !important;
    box-shadow: 0 10px 30px rgba(0,0,0,0.15), 0 0 0 1px rgba(255,255,255,0.1) !important;
}.plan_shelf_Lz .tuition_plans_cu::before {
    transform: scaleX(0.9);
    opacity: 0.9;
}.plan_shelf_Lz .edu_packages_Kj h4::after {
    width: 60px;
}}



@media screen and (max-width: 992px) {.company_info_Ks {
    padding: 80px 0;
}.company_info_Ks .expert_sessions_yU {
    flex-direction: column;
}.company_info_Ks .training_track_yV {
    min-width: 100%;
}.company_info_Ks h2 {
    margin-bottom: 40px;
}
}



@media screen and (max-width: 576px) {.company_info_Ks {
    padding: 50px 0;
}.company_info_Ks h2 {
    font-size: calc(32px * 0.8);
    margin-bottom: 30px;
}.company_info_Ks h2::before {
    bottom: -12px;
    width: 40px;
}.company_info_Ks h2::after {
    transform: translateX(-50%) translateX(25px);
    bottom: -12px;
    width: 15px;
}.company_info_Ks .training_track_yV {
    padding: 25px;
}.company_info_Ks .training_track_yV h3 {
    margin-bottom: 12px;
    padding-left: 12px;
    font-size: calc(22px * 0.85);
}.company_info_Ks .training_track_yV h3::before {
    height: 18px;
    width: 4px;
}.company_info_Ks .training_track_yV p {
    line-height: 1.6;
    font-size: calc(16px * 0.9);
}.company_info_Ks .training_track_yV::after {
    border-width: 0 0 30px 30px;
}}



@media (min-width: 768px) and (max-width: 991px) {.service_connect_it .reach_section_jE {
    font-size: 21px;
    padding: 25px;
}.service_connect_it .thumbnail_image_kb {
    height: 220px;
}.service_connect_it .contact_links_jC {
    padding: 25px;
}.service_connect_it .talk_answer_Nv {
    grid-template-columns: repeat(2, 1fr);
}.service_connect_it .contact_links_jC p svg {
    width: 18px;
    height: 18px;
}.service_connect_it .send_query_aK svg {
    height: 20px;
    width: 20px;
}.service_connect_it .assist_grid_QG svg {
    height: 14px;
    width: 14px;
}
}



@media (max-width: 991px) {.user_feedback_zo {
    padding: 80px 0;
}.user_feedback_zo h2 {
    margin-bottom: 60px;
    transform: none;
}.user_feedback_zo .feedback_stories_QT {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
}.user_feedback_zo .feedback_grid_WC:nth-child(3n+1),
    .user_feedback_zo .feedback_grid_WC:nth-child(3n+2),
    .user_feedback_zo .feedback_grid_WC:nth-child(3n+3) {
    margin-top: 0;
    grid-column: span 3;
}.user_feedback_zo .feedback_grid_WC:nth-child(2n) {
    margin-top: 40px;
}
}


@media only screen and (max-width: 800px) {.privacy_module_PZ {
    gap: 1.5rem;
    padding: 1.5rem;
}.privacy_module_PZ h1 {
    font-size: calc(21px - 0.5rem);
}.privacy_module_PZ h2 {
    font-size: calc(21px - 0.5rem);
}.privacy_module_PZ p,
    .privacy_module_PZ li {
    font-size: calc(16px - 0.2rem);
}.privacy_module_PZ > div {
    padding: 0.5rem;
}
}



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

@keyframes pulseLine {
    0%, 100% {
        opacity: 0.6;
    }
    50% {
        opacity: 1;
    }
}

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



@keyframes waveEffect {
    0%, 100% {
        transform: translateX(-30%) scaleX(1.2);
    }
    50% {
        transform: translateX(30%) scaleX(0.8);
    }
}



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



@keyframes shadowPulse {
    0%, 100% {
        opacity: 0.3;
        transform: scaleX(0.8);
    }
    50% {
        opacity: 0.6;
        transform: scaleX(1.2);
    }
}



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



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



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



@keyframes split-carousel {
    0%, 18% {
        transform: translateX(0);
    }
    23%, 41% {
        transform: translateX(-20%);
    }
    46%, 64% {
        transform: translateX(-40%);
    }
    69%, 87% {
        transform: translateX(-60%);
    }
    92%, 100% {
        transform: translateX(-80%);
    }
}

@keyframes floatElement {
        0%, 100% {
            transform: none;
        }
    }

