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

.site_core_eD {
    flex: 1 0 auto;
}

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

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

header,footer {
    width: 100%;
}

header {
    z-index: 100;
    padding: 1.5rem 0;
    position: relative;
    background: linear-gradient(to right, rgb(207,204,209), #ffffff);
    box-shadow: 0 5px 15px rgb(183,169,188,0.5);
}

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

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


.welcome_page_nu {
    min-height: 100vh;
    font-family: Arial, sans-serif;
    overflow: hidden;
    position: relative;
}

.welcome_page_nu .page_begin_Wa {
    align-items: center;
    display: flex;
    width: 100%;
    height: 100vh;
    justify-content: flex-start;
    position: relative;
}

.welcome_page_nu .page_begin_Wa::after {
    left: 0;
    background-size: cover;
    height: 100%;
    width: 100%;
    top: 0;
    content: "";
    position: absolute;
    z-index: 2;
}

.welcome_page_nu .learning_classes_8m::before {
    z-index: -1;
    position: absolute;
    width: 100px;
    opacity: 0.2;
    background: rgb(122,131,159);
    height: 100px;
    border-radius: 50%;
    left: -50px;
    top: -50px;
    content: "";
}

.welcome_page_nu .learning_classes_8m::after {
    background: rgb(183,169,188);
    right: -30px;
    height: 80px;
    position: absolute;
    z-index: -1;
    border-radius: 50%;
    opacity: 0.15;
    width: 80px;
    content: "";
    bottom: -30px;
}

.welcome_page_nu .title_style_header {
    margin: 0 0 1rem 0;
    color: #ffffff;
    font-weight: 700;
    line-height: 1.2;
    animation: slideRight 0.8s 0.2s ease-out forwards;
    font-size: calc(47px * 1.2);
    transform: translateX(-20px);
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
    opacity: 0;
}

.welcome_page_nu .learning_classes_8m > div:nth-child(2) h3 {
    animation: slideUp 0.8s 0.4s ease-out forwards;
    margin: 0 0 1.5rem 0;
    transform: translateY(20px);
    color: #ffffff;
    font-size: calc(19px * 1.1);
    font-weight: 600;
    line-height: 1.4;
    opacity: 0;
}

.privacy_area_bS {
    background-color: rgb(122,131,159,0.5);
    overflow: hidden;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.5);
    font-family: Arial, sans-serif;
    color: #000000;
    width: 100%;
    height: 100%;
    padding: 40px;
}

.privacy_area_bS h2 {
    color: rgb(122,131,159);
    margin-bottom: 20px;
    font-weight: 600;
    margin-top: 30px;
    font-size: 35px;
}

.privacy_area_bS ul, .privacy_area_bS ol {
    font-size: 12px;
    list-style-position: inside;
    line-height: 1.6;
    padding: 15px 0;
    padding-left: 20px;
}

.privacy_area_bS section {
    border-radius: 10px;
    background: rgb(207,204,209);
    padding: 20px;
}



.privacy_area_bS a {
    text-decoration: none;
    border-bottom: 1px solid rgb(183,169,188,0.5);
    transition: color 0.3s ease, border-bottom-color 0.3s ease;
    color: rgb(183,169,188);
}

.data_exploration_bN::before {
    z-index: 0;
    background: radial-gradient(circle at top right, rgb(122,131,159,0.5) 5%, transparent 60%);
    top: -50%;
    pointer-events: none;
    width: 120%;
    height: 200%;
    transform: rotate(-15deg);
    content: "";
    left: -10%;
    position: absolute;
}

.data_exploration_bN h4 {
    animation: fadeUp 0.8s ease-out 0.3s forwards;
    opacity: 0;
    margin-top: 3rem;
    transform: translateY(20px);
    position: relative;
    font-weight: 700;
    text-align: center;
    color: #000000;
    font-size: 32px;
}

.data_exploration_bN .study_edge_mq {
    animation-delay: calc(0.15s * var(--i, 0));
    border-left: 3px solid rgb(183,169,188);
    opacity: 0;
    transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275), 
                box-shadow 0.4s ease,
                border-left-color 0.3s ease;
    animation: statEntrance 0.6s cubic-bezier(0.23, 1, 0.32, 1) forwards;
    background: linear-gradient(145deg, rgba(255, 255, 255, 0.95), rgba(255, 255, 255, 0.8));
    position: relative;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05), 0 1px 5px rgba(0, 0, 0, 0.03);
    padding: 2rem 1.5rem;
    backdrop-filter: blur(5px);
    transform: translateY(30px);
}

.data_exploration_bN .study_edge_mq::before {
    width: 50px;
    transition: opacity 0.3s ease;
    top: 0;
    height: 50px;
    right: 0;
    content: "";
    opacity: 0.3;
    background: linear-gradient(135deg, transparent 50%, rgb(183,169,188,0.5) 50%);
    position: absolute;
}

.data_exploration_bN .study_edge_mq p {
    opacity: 0;
    font-weight: 700;
    animation: countUp 1s cubic-bezier(0.16, 1, 0.3, 1) forwards;
    -webkit-background-clip: text;
    color: rgb(183,169,188);
    color: transparent;
    background: linear-gradient(90deg, rgb(183,169,188), rgb(122,131,159));
    background-clip: text;
    line-height: 1;
    transform: translateX(-5px);
    margin: 0 0 0.5rem;
    font-size: 3.5rem;
    animation-delay: calc(0.3s + 0.15s * var(--i, 0));
}

.data_exploration_bN .study_edge_mq:hover span::after {
    width: 100%;
}

header .container {
    position: relative;
    margin: 0 auto;
    padding: 0 1.5rem;
    max-width: 1200px;
}

header .head_page_58 {
    text-decoration: none;
    padding: 0.5rem;
    display: block;
    transition: all 0.3s ease;
    border-radius: 10px;
    margin-bottom: 0.5rem;
    position: relative;
}

header .head_page_58 svg {
    height: auto;
    transition: transform 0.3s ease;
    width: 180px;
}

header .head_page_58:hover svg {
    transform: scale(1.05);
}

header .first_pagebar_kz {
    background: #ffffff;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05);
    text-decoration: none;
    font-weight: 400;
    padding: 0.6rem 1.2rem;
    transition: all 0.3s ease;
    font-family: Arial, sans-serif;
    color: #000000;
    font-size: 12px;
    border-radius: 10px;
}

.webinar_cta_Ff::before {
    position: absolute;
    bottom: 0;
    background: linear-gradient(180deg, transparent 0%, rgb(183,169,188,0.5) 100%);
    right: 0;
    height: 250px;
    z-index: 0;
    content: '';
    left: 0;
    opacity: 0.05;
}

.webinar_cta_Ff .msg_info_Bn {
    border-bottom: 1px solid rgb(122,131,159,0.5);
    padding-bottom: 2.5rem;
    position: relative;
    gap: 1.5rem;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    display: grid;
}

.webinar_cta_Ff .info_item {
    transition: transform 0.3s ease-out;
    padding: 0.5rem;
}

.webinar_cta_Ff .info_item a:hover {
    color: rgb(183,169,188);
}

.webinar_cta_Ff .info_item svg {
    flex-shrink: 0;
    height: 20px;
    width: 20px;
    fill: rgb(183,169,188);
}

.webinar_cta_Ff .text_main_holder {
    gap: 3rem;
    display: grid;
    grid-template-columns: 1.2fr 1fr 1.2fr;
}

.webinar_cta_Ff .head_tutor_YE svg {
    height: auto;
    max-width: 160px;
    transition: opacity 0.3s ease;
}

.webinar_cta_Ff .nav_info_L0 {
    flex-direction: column;
    display: flex;
    gap: 1.5rem;
}

.webinar_cta_Ff .nav_info_L0 h5 {
    font-weight: 600;
    color: #000000;
    position: relative;
    font-size: 20px;
    margin-bottom: 0.5rem;
}

.webinar_cta_Ff .head_primary_6c a::before {
    background-color: rgb(183,169,188);
    height: 1px;
    left: -10px;
    width: 0;
    content: '';
    transform: translateY(-50%);
    position: absolute;
    transition: width 0.3s ease, left 0.3s ease;
    top: 50%;
}

.webinar_cta_Ff .head_primary_6c a:hover::before {
    left: 0;
    width: 10px;
}

.webinar_cta_Ff .subscribe_holder h5 {
    color: #000000;
    font-weight: 600;
    font-size: 20px;
}

.webinar_cta_Ff .subscribe_holder p {
    line-height: 1.6;
    font-size: 12px;
    color: #000000;
}

.webinar_cta_Ff .input_holder input[type="email"] {
    padding: 1rem 1.25rem;
    color: #000000;
    flex: 1;
    transition: border-color 0.3s ease, box-shadow 0.3s ease;
    font-size: 12px;
    border: 1px solid rgb(122,131,159,0.5);
    background-color: transparent;
    border-radius: 10px;
}

.webinar_cta_Ff .sub_settings_4D:hover {
    transform: translateY(-2px);
    background-color: rgb(122,131,159);
}

.webinar_cta_Ff .help_center_mP {
    text-align: center;
    border-top: 1px solid rgb(122,131,159,0.5);
    padding-top: 1.5rem;
    margin-top: 3rem;
}

.webinar_cta_Ff .exam_prep_Jq {
    font-size: 15px;
    color: #000000;
    opacity: 0.8;
}

.webinar_cta_Ff .head_primary_6c:first-child::after {
    bottom: -0.75rem;
    position: absolute;
    left: 0;
    height: 1px;
    content: '';
    width: 30px;
    background-color: rgb(122,131,159,0.5);
}

.training_results_T0::before {
    position: absolute;
    transform: rotate(-15deg);
    width: 35%;
    left: -15%;
    opacity: 0.1;
    height: 300%;
    animation: float 20s infinite alternate ease-in-out;
    content: "";
    z-index: 0;
    top: -100%;
    background: linear-gradient(145deg, rgb(183,169,188,0.5) 0%, rgb(122,131,159,0.5) 70%);
}

.training_results_T0 .container {
    margin: 0 auto;
    gap: 50px;
    grid-template-columns: 1fr 1.5fr;
    display: grid;
    max-width: 1200px;
    z-index: 1;
    padding: 0 20px;
    align-items: center;
    position: relative;
}

.training_results_T0 .img_effect_Rv:hover {
    box-shadow: 30px 30px 60px rgba(0, 0, 0, 0.15), 
                -5px -5px 30px rgba(255, 255, 255, 0.9);
    transform: perspective(1000px) rotateY(0deg) rotateX(0deg) scale(1.02);
}

.training_results_T0 .skill_classes_Y7 {
    z-index: 2;
    animation: slide-in 0.8s cubic-bezier(0.215, 0.61, 0.355, 1) 0.2s forwards;
    opacity: 0;
    transform: translateY(30px);
    position: relative;
}

.training_results_T0 .description_wrap_QY::before {
    position: absolute;
    border-radius: 10px;
    top: 0;
    left: 0;
    content: "";
    width: 3px;
    background: linear-gradient(to bottom, rgb(183,169,188), rgb(122,131,159));
    height: 100%;
}

.training_results_T0 ul {
    display: grid;
    gap: 20px;
    grid-template-columns: repeat(auto-fill, minmax(380px, 1fr));
    margin: 0;
    padding: 0;
    list-style: none;
}

.training_results_T0 li {
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.9) 0%, rgba(255, 255, 255, 0.5) 100%);
    backdrop-filter: blur(5px);
    animation: fade-in 0.5s forwards;
    padding: 15px 20px 15px 60px;
    border-radius: 10px;
    box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.05),
                -2px -2px 10px rgba(255, 255, 255, 0.6);
    position: relative;
    animation-delay: calc(0.15s * var(--i, 0));
    opacity: 0;
    transition: all 0.4s cubic-bezier(0.19, 1, 0.22, 1);
    transform: translateZ(0);
}

.training_results_T0 li svg {
    transform: translateY(-50%);
    transition: transform 0.3s ease;
    position: absolute;
    color: rgb(183,169,188);
    width: 30px;
    height: 30px;
    left: 15px;
    filter: drop-shadow(0 2px 3px rgba(0, 0, 0, 0.1));
    top: 50%;
}

.company_overview_Gg {
    overflow: hidden;
    position: relative;
    padding: 120px 0 80px;
}

.company_overview_Gg::after {
    height: 200%;
    z-index: 2;
    background: radial-gradient(ellipse at center, rgb(122,131,159,0.5) 0%, transparent 70%);
    content: "";
    position: absolute;
    transform: rotate(-15deg);
    width: 80%;
    animation: glow 15s infinite alternate ease-in-out;
    opacity: 0.15;
    right: -30%;
    top: -50%;
}

.company_overview_Gg h2 {
    letter-spacing: 1.5px;
    margin-bottom: 40px;
    color: #ffffff;
    font-weight: 700;
    font-size: 36px;
    transform: translateZ(0);
    position: relative;
    display: inline-block;
}

.company_overview_Gg h2::after {
    background: rgb(255, 255, 255, 0.5);
    height: 1px;
    bottom: -10px;
    left: 0;
    content: "";
    transform-origin: left;
    width: 80%;
    position: absolute;
    animation: expandWiderLine 2s forwards ease-out;
}

.company_overview_Gg .description_wrap_QY::before {
    background: linear-gradient(45deg, transparent, rgba(255, 255, 255, 0.05), transparent);
    animation: shimmer 5s infinite;
    height: 100%;
    position: absolute;
    content: "";
    top: 0;
    transform: translateX(-100%);
    left: 0;
    width: 100%;
}

.company_overview_Gg .description_wrap_QY:hover {
    transform: perspective(1000px) rotateY(0deg);
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.25), 0 8px 20px rgba(0, 0, 0, 0.15);
}

.company_overview_Gg .description_wrap_QY p::after {
    height: 2px;
    position: absolute;
    background: rgb(122,131,159);
    animation: expandLine 1.5s forwards ease-out 0.5s;
    transform-origin: left;
    width: 70px;
    bottom: -8px;
    content: "";
    left: 0;
}

.developer_experience_uT {
    padding: 8rem 0;
    background: linear-gradient(160deg, rgb(207,204,209) 0%, #000000 100%);
    overflow: hidden;
    position: relative;
    min-height: 700px;
}

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

.developer_experience_uT .learner_review_dL {
    backdrop-filter: blur(15px);
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.1) 0%, rgba(0, 0, 0, 0.3) 100%);
    display: grid;
    gap: 30px;
    position: relative;
    border-radius: 28px;
    min-height: 580px;
    padding: 3rem;
    grid-template-columns: 1.2fr 0.8fr;
    overflow: hidden;
    grid-template-rows: auto 1fr;
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.5);
}

.developer_experience_uT .img_effect_Rv {
    grid-row: 1 / span 2;
    grid-column: 2;
    position: relative;
    height: 100%;
    transition: all 0.7s cubic-bezier(0.2, 1, 0.3, 1);
    z-index: 3;
    transform: scale(1) rotate(0deg);
    box-shadow: 20px 20px 40px rgba(0, 0, 0, 0.4);
    filter: contrast(1.1) brightness(1.05);
    border-radius: 28px;
}

.developer_experience_uT .name {
    position: relative;
    transform: translateX(0);
    margin: 0;
    grid-row: 1;
    font-weight: 700;
    font-size: 33px;
    grid-column: 1;
    z-index: 4;
    transition: all 0.5s cubic-bezier(0.2, 1, 0.3, 1);
    color: #ffffff;
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.5);
}

.developer_experience_uT .name::after {
    width: 0;
    left: 0;
    content: "";
    height: 3px;
    bottom: -10px;
    transition: width 0.6s ease;
    background: linear-gradient(90deg, rgb(183,169,188), rgb(122,131,159));
    position: absolute;
}

.developer_experience_uT .learner_review_dL:hover span:not(.name) {
    transform: translateX(10px);
    background: rgba(0, 0, 0, 0.3);
}

.developer_experience_uT .experience_area_W5 {
    position: relative;
    z-index: 2;
    grid-row: 2;
    overflow: hidden;
    line-height: 1.8;
    box-shadow: 10px 10px 30px rgba(0, 0, 0, 0.3);
    font-size: 17px;
    border-left: 4px solid rgb(122,131,159);
    grid-column: 1;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.1) 0%, rgba(0, 0, 0, 0.2) 100%);
    border-radius: 28px;
    padding: 2rem;
    color: #ffffff;
    transform: translateY(0);
    backdrop-filter: blur(10px);
    transition: all 0.7s cubic-bezier(0.2, 1, 0.3, 1);
}

.developer_experience_uT .container::after {
    left: -200px;
    height: 400px;
    background: conic-gradient(from 135deg, rgb(183,169,188,0.5) 0%, rgb(122,131,159,0.5) 50%, rgb(183,169,188,0.5) 100%);
    position: absolute;
    border-radius: 50%;
    animation: rotateGlow 25s linear infinite;
    content: "";
    filter: blur(80px);
    z-index: -1;
    opacity: 0.2;
    width: 400px;
    bottom: -200px;
}

.course_program_info_a3::after {
    content: "";
    height: 200%;
    position: absolute;
    transform: rotate(45deg);
    z-index: 0;
    animation: gradientRotate 20s infinite linear;
    top: -50%;
    left: -50%;
    width: 200%;
    background: linear-gradient(45deg, rgb(183,169,188,0.5) 0%, transparent 70%);
    opacity: 0.2;
}

.course_program_info_a3 .container {
    z-index: 5;
    position: relative;
}

.course_program_info_a3 .skill_classes_Y7 {
    background: rgba(255, 255, 255, 0.03);
    align-items: center;
    overflow: hidden;
    backdrop-filter: blur(10px);
    flex-wrap: wrap;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1), 
                0 8px 15px rgba(0, 0, 0, 0.5), 
                0 0 0 1px rgb(183,169,188,0.5);
    position: relative;
    display: flex;
    transition: all 0.5s ease;
    border-radius: 28px;
}

.course_program_info_a3 .head_tutor_YE {
    transition: transform 0.6s ease;
    transform: perspective(1000px) rotateY(0deg);
    position: relative;
    margin-bottom: 20px;
    display: inline-block;
}

.course_program_info_a3 .head_tutor_YE svg path {
    transition: fill 0.3s ease;
    fill: rgb(183,169,188);
}

.course_program_info_a3 .learn_tools_3n h3 {
    transform-style: preserve-3d;
    color: #ffffff;
    font-size: 38px;
    position: relative;
    margin-bottom: 25px;
    font-weight: 700;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
}

.course_program_info_a3 .learn_tools_3n p {
    line-height: 1.7;
    font-size: 17px;
    margin-bottom: 30px;
    max-width: 100%;
    color: #ffffff;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
    position: relative;
}

.course_program_info_a3 .img_effect_Rv::before {
    width: 100%;
    left: 0;
    content: "";
    animation: overlayPulse 8s infinite alternate;
    mix-blend-mode: overlay;
    background: linear-gradient(45deg, rgb(183,169,188,0.5) 0%, transparent 70%);
    height: 100%;
    top: 0;
    position: absolute;
    z-index: 1;
}

.plan_deal_we {
    background-color: rgb(207,204,209);
    overflow: hidden;
    padding: 6rem 0;
    position: relative;
}

.plan_deal_we::after {
    content: "";
    z-index: 1;
    background: linear-gradient(225deg, rgb(122,131,159) 0%, transparent 80%);
    position: absolute;
    height: 20rem;
    right: -5rem;
    transform: rotate(-15deg);
    width: 20rem;
    bottom: -5rem;
    opacity: 0.15;
    pointer-events: none;
}

.plan_deal_we .access_plans_RL {
    gap: 3rem;
    grid-template-columns: 1fr;
    display: grid;
    position: relative;
}

.plan_deal_we .plan_table_qf::before {
    position: absolute;
    left: -20px;
    content: "";
    z-index: -1;
    width: 40px;
    top: 20px;
    height: 40px;
    background-color: rgb(183,169,188);
    transform: rotate(45deg);
}

.plan_deal_we .plan_table_qf h2::after {
    bottom: -10px;
    content: "";
    background: linear-gradient(90deg, rgb(183,169,188), rgb(122,131,159));
    height: 3px;
    left: 0;
    position: absolute;
    width: 80px;
}

.plan_deal_we .bundle_offer_VK {
    display: grid;
    perspective: 1000px;
    gap: 2rem;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
}

.plan_deal_we .plan_details_w3:hover {
    transform: translateY(-10px);
}

.plan_deal_we .price_grid_8Z {
    background-color: #ffffff;
    position: relative;
    flex-direction: column;
    overflow: hidden;
    transform: translateZ(0);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
    display: flex;
    height: 100%;
    border-radius: 10px;
    transition: transform 0.5s cubic-bezier(0.23, 1, 0.32, 1), box-shadow 0.5s ease;
}

.plan_deal_we .plan_details_w3:nth-child(even) .price_grid_8Z {
    transform: rotate(1deg);
}

.plan_deal_we .price_opts_ev::before {
    left: 0;
    content: "";
    background: linear-gradient(135deg, #ffffff 0%, rgba(255, 255, 255, 0.8) 100%);
    width: 100%;
    z-index: -1;
    height: 100%;
    top: 0;
    position: absolute;
}

.plan_deal_we .plan_details_w3:hover .price_opts_ev h3 {
    transform: translateZ(25px);
}

.plan_deal_we .price_opts_ev h3::after {
    background: rgb(183,169,188);
    content: "";
    width: 40px;
    transition: width 0.3s ease;
    height: 3px;
    position: absolute;
    left: 0;
    bottom: -8px;
}

.plan_deal_we .deal_opts_Ac::before {
    background: linear-gradient(90deg, rgb(183,169,188,0.5), transparent);
    content: "";
    width: 80px;
    position: absolute;
    bottom: -8px;
    height: 2px;
    left: 0;
}

.plan_deal_we .img_effect_Rv {
    position: relative;
    transition: transform 0.5s ease;
    overflow: hidden;
    transform: translateZ(0);
    width: 100%;
    height: 200px;
}

.plan_deal_we .img_effect_Rv::after {
    content: "";
    height: 50%;
    position: absolute;
    width: 100%;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.6), transparent);
    left: 0;
    z-index: 1;
    bottom: 0;
}

.plan_deal_we .plan_details_w3:hover .img_effect_Rv::before {
    opacity: 0.05;
}

.connect_with_us_fj::before {
    opacity: 0.05;
    background: repeating-linear-gradient(
        45deg,
        rgb(122,131,159,0.5),
        rgb(122,131,159,0.5) 1px,
        transparent 1px,
        transparent 10px
    );
    height: 100%;
    left: 0;
    top: 0;
    content: '';
    width: 100%;
    position: absolute;
}

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

.connect_with_us_fj h3 {
    font-size: 30px;
    font-family: Arial, sans-serif;
    font-weight: 700;
    color: rgb(183,169,188);
    text-align: center;
    margin-bottom: 50px;
}

.connect_with_us_fj .query_links_Vf {
    position: relative;
    padding: 50px;
    flex: 1;
}

.connect_with_us_fj form h3 {
    font-size: 20px;
    font-weight: 600;
    text-align: left;
    margin-bottom: 30px;
    color: #000000;
}

.connect_with_us_fj input[type="text"]:focus,
.connect_with_us_fj textarea:focus {
    outline: none;
    box-shadow: 0 0 0 2px rgb(183,169,188,0.5);
    border-color: rgb(183,169,188);
}

.connect_with_us_fj textarea {
    resize: none;
    height: 150px;
}

.connect_with_us_fj .contact_message_3c input[type="checkbox"] {
    opacity: 0;
    position: absolute;
}

.connect_with_us_fj .contact_message_3c label::before {
    left: 0;
    content: '';
    position: absolute;
    width: 18px;
    top: 2px;
    transition: all 0.3s ease;
    border: 2px solid rgb(122,131,159);
    border-radius: 10px;
    height: 18px;
}

.connect_with_us_fj .contact_message_3c input[type="checkbox"]:checked + label::after {
    position: absolute;
    border: solid #ffffff;
    height: 10px;
    left: 6px;
    width: 6px;
    transform: rotate(45deg);
    border-width: 0 2px 2px 0;
    top: 6px;
    content: '';
}

.connect_with_us_fj .contact_request_PV:hover {
    background: rgb(122,131,159);
    transform: translateY(-3px);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

.connect_with_us_fj .message_request_Ou {
    width: 35%;
    position: relative;
    background: rgb(183,169,188);
    padding: 50px;
}

.connect_with_us_fj .message_request_Ou::before {
    top: 0;
    left: 0;
    background: repeating-linear-gradient(
        -45deg,
        rgba(255, 255, 255, 0.05),
        rgba(255, 255, 255, 0.05) 1px,
        transparent 1px,
        transparent 10px
    );
    height: 100%;
    width: 100%;
    content: '';
    position: absolute;
}

.connect_with_us_fj .feedback_links_oO {
    margin: 0;
    list-style: none;
    padding: 0;
}

.connect_with_us_fj .feedback_links_oO svg {
    height: 22px;
    flex-shrink: 0;
    margin-right: 15px;
    width: 22px;
}

.connect_with_us_fj .feedback_links_oO span {
    font-family: Arial, sans-serif;
    font-size: 13px;
    color: #ffffff;
}

.connect_with_us_fj .feedback_links_oO a:hover {
    opacity: 0.8;
}

.gratArea_cA::before {
    z-index: 1;
    background: linear-gradient(145deg, rgb(183,169,188,0.5) 10%, transparent 70%);
    opacity: 0.8;
    height: 70%;
    content: "";
    filter: blur(20px);
    position: absolute;
    animation: float 18s ease-in-out infinite alternate;
    width: 50%;
    right: -10%;
    top: -5%;
    transform: rotate(15deg) skew(5deg);
}

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

.gratArea_cA h2 {
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    font-weight: 700;
    color: #000000;
    max-width: 90%;
    line-height: 1.3;
    position: relative;
    margin-bottom: 2rem;
    font-size: 28px;
    font-family: Arial, sans-serif;
    transform: translateY(0);
}

.gratArea_cA:hover h2 {
    transform: translateY(-5px);
}

.gratArea_cA .skill_classes_Y7 {
    transform: translateZ(0);
    backdrop-filter: blur(8px);
    position: relative;
    border: 1px solid rgba(255, 255, 255, 0.3);
    background: linear-gradient(to right bottom, rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0.7));
    overflow: hidden;
    padding: 2.5rem;
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    border-radius: calc(17px / 1.5);
    margin-top: 1rem;
    box-shadow: 
        0 15px 25px rgba(0, 0, 0, 0.05),
        0 5px 10px rgba(0, 0, 0, 0.02);
}

.gratArea_cA li {
    position: relative;
    margin-bottom: 0.5rem;
    padding-left: 2rem;
}

.gratArea_cA li:hover::before {
    background: rgb(122,131,159);
    transform: scale(1.1);
}

.gratArea_cA li span {
    font-size: calc(16px * 1.05);
    font-family: Arial, sans-serif;
    display: block;
    transition: transform 0.3s ease;
    line-height: 1.7;
    color: #000000;
}



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



@media screen and (max-width: 1200px) {.welcome_page_nu .learning_classes_8m {
    margin-left: 7%;
    max-width: 700px;
}.welcome_page_nu .title_style_header {
    font-size: calc(47px * 1.1);
}.welcome_page_nu .learning_classes_8m > div:nth-child(2) h3 {
    font-size: 19px;
}
}



@media screen and (max-width: 576px) {.welcome_page_nu .page_begin_Wa {
    padding: 4rem 0;
    min-height: 100vh;
    height: auto;
}.welcome_page_nu .learning_classes_8m {
    padding: 1.25rem;
    max-width: 95%;
}.welcome_page_nu .title_style_header {
    font-size: 33px;
}.welcome_page_nu .learning_classes_8m > div:first-child::after {
    width: 60px;
}.welcome_page_nu .learning_classes_8m > div:nth-child(2) h3 {
    font-size: 20px;
    margin-bottom: 1rem;
}.welcome_page_nu .learning_classes_8m > div:nth-child(2) p {
    font-size: 12px;
    padding-left: 0.75rem;
}}



@media (max-width: 1200px) {.data_exploration_bN {
    padding: 4rem 0;
}.data_exploration_bN ul {
    gap: 1.5rem;
    grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
}.data_exploration_bN .study_edge_mq p {
    font-size: 3rem;
}
}



@media (max-width: 768px) {.data_exploration_bN {
    padding: 3.5rem 0;
}.data_exploration_bN ul {
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem;
}.data_exploration_bN .study_edge_mq {
    padding: 1.5rem 1rem;
}.data_exploration_bN .study_edge_mq p {
    font-size: 2.5rem;
}.data_exploration_bN .study_edge_mq span {
    font-size: calc(14px * 0.95);
}.data_exploration_bN h4 {
    font-size: calc(32px * 0.8);
    margin-top: 2.5rem;
}.data_exploration_bN h4::after {
    width: 60px;
}
}



@media (max-width: 991px) {header {
    padding: 1.2rem 0;
}header .head_page_58 svg {
    width: 160px;
}header .nav_info_L0 {
    padding: 0.7rem;
}header .first_pagebar_kz {
    font-size: calc(12px - 1px);
    padding: 0.5rem 1rem;
}
}



@media (max-width: 480px) {header {
    padding: 0.8rem 0;
}header .nav_block_5F {
    gap: 0.8rem;
}header .head_page_58 svg {
    width: 120px;
}header .nav_info_L0 {
    justify-content: flex-start;
    flex-wrap: nowrap;
    padding: 0.5rem;
    overflow-x: auto;
}header .nav_info_L0::-webkit-scrollbar {
    height: 3px;
}header .nav_info_L0::-webkit-scrollbar-thumb {
    background: rgb(183,169,188);
    border-radius: 10px;
}header .first_pagebar_kz {
    padding: 0.4rem 0.7rem;
    flex-shrink: 0;
    font-size: calc(12px - 2px);
    white-space: nowrap;
}}



@media (max-width: 576px) {.webinar_cta_Ff {
    padding: 3rem 0 1.5rem;
}.webinar_cta_Ff .msg_info_Bn {
    grid-template-columns: 1fr;
}.webinar_cta_Ff .input_holder {
    flex-direction: column;
}.webinar_cta_Ff .sub_settings_4D {
    width: 100%;
}.webinar_cta_Ff .head_tutor_YE,
    .webinar_cta_Ff .nav_info_L0 h5,
    .webinar_cta_Ff .head_primary_6c,
    .webinar_cta_Ff .head_primary_6c a {
    text-align: center;
    align-items: center;
}.webinar_cta_Ff .head_tutor_YE svg {
    margin: 0 auto;
}.webinar_cta_Ff .grant_info_wA {
    text-align: center;
    max-width: 100%;
}.webinar_cta_Ff .head_primary_6c:first-child::after {
    transform: translateX(-50%);
    left: 50%;
}.webinar_cta_Ff .msg_info_Bn::after {
    transform: translateX(-50%);
    left: 50%;
}.webinar_cta_Ff .head_primary_6c a::before {
    display: none;
}.webinar_cta_Ff .head_primary_6c a:hover {
    padding-left: 0;
}}



@media (max-width: 576px) {.training_results_T0 {
    padding: 50px 0;
}.training_results_T0 h1 {
    font-size: calc(38px * 0.7);
    margin-bottom: 20px;
}.training_results_T0 ul {
    gap: 15px;
}.training_results_T0 li {
    padding: 12px 12px 12px 50px;
}.training_results_T0 li svg {
    left: 12px;
    width: 24px;
    height: 24px;
}.training_results_T0 li p {
    font-size: calc(15px * 0.9);
}}



@media (max-width: 767px) {.company_overview_Gg {
    padding: 90px 0 60px;
}.company_overview_Gg .container {
    padding: 0 15px;
}.company_overview_Gg h2 {
    font-size: calc(36px * 0.9);
    margin-bottom: 30px;
}.company_overview_Gg .description_wrap_QY {
    padding: 25px 20px;
    transform: perspective(800px) rotateY(-1deg);
}.company_overview_Gg .description_wrap_QY p {
    font-size: 22px;
}.company_overview_Gg .description_wrap_QY div div {
    line-height: 1.6;
    font-size: calc(12px * 0.95);
}
}



@media (max-width: 992px) {.developer_experience_uT .learner_review_dL {
    grid-template-rows: auto auto auto;
    padding: 2rem;
    gap: 20px;
    grid-template-columns: 1fr;
}.developer_experience_uT .img_effect_Rv {
    grid-column: 1;
    height: 350px;
    grid-row: 1;
}.developer_experience_uT .name {
    margin: 0;
    grid-row: 2;
    grid-column: 1;
}.developer_experience_uT .learner_review_dL span:not(.name) {
    grid-column: 1;
    grid-row: 2;
    margin-top: 3.5rem;
}.developer_experience_uT .experience_area_W5 {
    grid-column: 1;
    grid-row: 3;
}.developer_experience_uT .learner_review_dL:hover .name,
    .developer_experience_uT .learner_review_dL:hover span:not(.name) {
    transform: translateY(-5px);
}
}



@media (hover: hover) {.course_program_info_a3 .skill_classes_Y7:hover {
    transform: translateY(-5px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15), 
                    0 12px 20px rgba(0, 0, 0, 0.5), 
                    0 0 0 1px rgb(183,169,188);
}.course_program_info_a3 .img_effect_Rv:hover {
    transform: rotateY(-5deg) translateZ(10px);
}
}



@media screen and (max-width: 768px) {.course_program_info_a3 {
    padding: 50px 0;
}.course_program_info_a3 .skill_classes_Y7 {
    flex-direction: column-reverse;
}.course_program_info_a3 .learn_tools_3n {
    padding: 30px 25px;
    flex: 1 1 100%;
}.course_program_info_a3 .img_effect_Rv {
    min-height: 300px;
    width: 100%;
    flex: 1 1 100%;
}.course_program_info_a3 .learn_tools_3n h3 {
    font-size: calc(38px * 0.8);
    margin-bottom: 20px;
}.course_program_info_a3 .learn_tools_3n p {
    margin-bottom: 20px;
}.course_program_info_a3 .head_tutor_YE {
    margin-bottom: 15px;
}.course_program_info_a3 .head_tutor_YE svg {
    width: 90px;
}.course_program_info_a3 .learn_tools_3n h3::after {
    bottom: -10px;
    width: 60px;
    height: 2px;
}
}



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



@media (max-width: 991px) {.plan_deal_we {
    padding: 4rem 0;
}.plan_deal_we .plan_table_qf {
    order: -1;
}.plan_deal_we .plan_table_qf h2 {
    font-size: calc(34px * 0.9);
}.plan_deal_we .plan_table_qf .learning_fees_Ms {
    max-width: 100%;
}
}



@media (max-width: 480px) {.plan_deal_we .price_opts_ev p {
    font-size: calc(15px * 0.9);
}.plan_deal_we .price_opts_ev h3 {
    font-size: 20px;
}.plan_deal_we .deal_opts_Ac {
    font-size: calc(20px * 1.3);
}.plan_deal_we .img_effect_Rv {
    height: 160px;
}}



@media (max-width: 768px) {.connect_with_us_fj {
    padding: 60px 0;
}.connect_with_us_fj h3 {
    margin-bottom: 40px;
    font-size: calc(30px * 0.9);
}.connect_with_us_fj .query_links_Vf,
    .connect_with_us_fj .message_request_Ou {
    padding: 40px;
}
}



@media (max-width: 992px) {.gratArea_cA {
    padding: 4rem 0;
}.gratArea_cA h2 {
    font-size: calc(28px * 0.9);
    max-width: 100%;
}.gratArea_cA .skill_classes_Y7 {
    padding: 2rem;
}
}



@media (max-width: 768px) {.gratArea_cA {
    padding: 3.5rem 0;
}.gratArea_cA h2 {
    font-size: calc(28px * 0.8);
    margin-bottom: 1.5rem;
}.gratArea_cA h2::after {
    width: 60px;
    height: 3px;
}.gratArea_cA .skill_classes_Y7 {
    padding: 1.8rem;
}.gratArea_cA li {
    padding-left: 1.8rem;
}.gratArea_cA li span {
    font-size: 16px;
}
}



@media (max-width: 576px) {.gratArea_cA {
    padding: 3rem 0;
}.gratArea_cA h2 {
    margin-bottom: 1.2rem;
    font-size: calc(28px * 0.7);
}.gratArea_cA h2::after {
    height: 3px;
    width: 50px;
}.gratArea_cA .skill_classes_Y7 {
    padding: 1.5rem;
    margin-top: 0.5rem;
}.gratArea_cA li {
    padding-left: 1.5rem;
}.gratArea_cA li::before {
    height: 8px;
    top: 0.4rem;
    width: 8px;
}.gratArea_cA li span {
    font-size: calc(16px * 0.95);
    line-height: 1.6;
}
}



@keyframes countUp {
    from {
        transform: translateX(-5px);
        opacity: 0;
    }
    to {
        transform: translateX(0);
        opacity: 1;
    }
}



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



@keyframes slide-in {
    0% { opacity: 0; transform: translateY(30px); }
    100% { opacity: 1; transform: translateY(0); }
}



@keyframes fade-in {
    0% { opacity: 0; transform: translateY(20px); }
    100% { opacity: 1; transform: translateY(0); }
}



@keyframes expandLine {
    0% {
        width: 0;
    }
    100% {
        width: 40%;
    }
}



@keyframes expandWiderLine {
    0% {
        width: 0;
    }
    100% {
        width: 80%;
    }
}



@keyframes glow {
    0%, 100% {
        opacity: 0.15;
        transform: rotate(-15deg) scale(1);
    }
    50% {
        opacity: 0.25;
        transform: rotate(-15deg) scale(1.05);
    }
}



@keyframes shimmerEffect {
    0% {
        background-position: -200% 0;
    }
    100% {
        background-position: 200% 0;
    }
}



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



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

