header,footer {
    width: 100%;
}

header {
    background: linear-gradient(135deg, rgb(218,225,243), #ffffff);
    width: 100%;
    overflow: visible;
    z-index: 99;
    position: relative;
}


.welcome_reJC {
    min-height: 650px;
    position: relative;
    width: 100%;
    height: 100vh;
    background: #000000;
    overflow: hidden;
}

.welcome_reJC .learn_title_KwSD {
    display: flex;
    width: 500%;
    animation: carousel-slide-alt 25s ease-in-out infinite;
    height: 100%;
}

.welcome_reJC .editorial_wrap_vVoM {
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3);
    max-width: 550px;
    transform: translateY(-50%);
    background: linear-gradient(
        145deg,
        rgba(0, 0, 0, 0.7),
        rgba(0, 0, 0, 0.4)
    );
    z-index: 5;
    border-radius: 30px;
    left: 5%;
    padding: 3.5rem;
    top: 50%;
    overflow: hidden;
    width: 90%;
    position: absolute;
}

.welcome_reJC .editorial_wrap_vVoM .help_panel_GrIK::before {
    transition: all 0.4s ease;
    height: 100%;
    width: 100%;
    background: rgb(145,166,214);
    position: absolute;
    content: '';
    z-index: -1;
    left: -100%;
    top: 0;
}

.data_opt_UgIs {
    align-items: center;
    display: flex;
    justify-content: space-between;
    padding: 20px 0;
}

.track_accept_fmuk {
    flex-shrink: 0;
    margin-right: 10px;
}

.cookie_popup_advisory_faJd p a {
    text-decoration: none;
    color: rgb(182,197,230);
}


.wrap-container_jBfi .data_opt_UgIs {
    justify-content: flex-end;
}

.wrap-container_jBfi .data_approve_FxoL {
    text-align: right;
}

.price_pick_GHBF::before {
    content: "";
    top: -10%;
    border-radius: 10px;
    opacity: 0.1;
    right: -5%;
    transform: rotate(-15deg);
    width: 40%;
    position: absolute;
    height: 70%;
    z-index: 0;
    background: linear-gradient(120deg, rgb(182,197,230,0.5) 20%, rgb(145,166,214,0.5) 80%);
}

.price_pick_GHBF .tuition_grid_UGDS h2::after {
    position: absolute;
    bottom: -0.75rem;
    left: 50%;
    content: "";
    height: 3px;
    transform: translateX(-50%);
    background: linear-gradient(90deg, transparent, rgb(182,197,230), transparent);
    width: 70%;
}

.price_pick_GHBF .tuition_plans_RPeh:hover::before {
    transform: translateY(0);
}

.price_pick_GHBF .learning_fees_usMG {
    display: flex;
    position: relative;
    padding: 2rem 1.75rem;
    flex-direction: column;
    flex: 1;
}

.price_pick_GHBF .learning_fees_usMG p {
    font-size: 16px;
    word-wrap: break-word;
    line-height: 1.65;
    flex-grow: 1;
    margin-bottom: 1.5rem;
    color: #000000;
    overflow-wrap: break-word;
    word-break: break-word;
}

.price_pick_GHBF .tuition_plans_RPeh:nth-child(odd) .learning_fees_usMG::before {
    opacity: 0.1;
    background: rgb(182,197,230,0.5);
    width: 2.5rem;
    z-index: -1;
    content: "";
    top: 1rem;
    right: 1rem;
    height: 2.5rem;
    border-radius: 50%;
    position: absolute;
}

.instructor_history_ALBO .success_feedback_IoJQ {
    z-index: 2;
    position: relative;
    margin: 0 auto;
    max-width: 600px;
    display: flex;
    align-items: center;
    flex-direction: column;
}

.instructor_history_ALBO .emp_wrap_GqdB::before {
    position: absolute;
    left: 0;
    height: 100%;
    width: 100%;
    background: rgb(182,197,230);
    content: "";
    transform: translateZ(-20px);
    z-index: -1;
    top: 0;
}

.instructor_history_ALBO .emp_wrap_GqdB > div:nth-child(2) {
    margin: 20px 0;
    letter-spacing: 2px;
    text-align: center;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 19px;
    color: rgb(145,166,214);
}



.instructor_history_ALBO .emp_wrap_GqdB:hover {
    animation: float 3s ease-in-out infinite;
}

.client_comments_tyND::before {
    left: -50px;
    position: absolute;
    background: rgb(145,166,214,0.5);
    content: "";
    width: 200px;
    animation: floatBubble 18s infinite ease-in-out;
    height: 200px;
    border-radius: 50%;
    top: -50px;
    filter: blur(80px);
}

.client_comments_tyND .learning_testimonials_Mjbm {
    display: grid;
    gap: 40px;
    grid-template-columns: repeat(3, 1fr);
    perspective: 1000px;
}

.client_comments_tyND .success_feedback_IoJQ:hover {
    z-index: 2;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
    transform: rotateX(0) rotateY(0) translateZ(20px) scale(1.02);
}

.client_comments_tyND .success_feedback_IoJQ:hover .image_overlay_zJlc {
    transform: scale(1.1);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
}

.client_comments_tyND .success_feedback_IoJQ p::before {
    font-size: 80px;
    top: -20px;
    left: -5px;
    opacity: 0.2;
    color: rgb(182,197,230,0.5);
    content: '"';
    position: absolute;
    font-family: serif;
    z-index: -1;
}

.contact_panel_xrbg .feedback_info_bPlA {
    border-radius: 0 0 16px 16px;
    justify-content: space-between;
    grid-row: 2;
    padding: 60px 50px;
    flex-wrap: wrap;
    display: flex;
    background: #ffffff;
}

.contact_panel_xrbg .feedback_info_bPlA div:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.05);
}

.contact_panel_xrbg .feedback_info_bPlA span {
    font-size: 15px;
    color: #000000;
}

.contact_panel_xrbg .connect_box_yoEZ::before {
    right: -50px;
    height: 150px;
    position: absolute;
    content: '';
    background: rgb(145,166,214);
    opacity: 0.2;
    top: -50px;
    border-radius: 50%;
    width: 150px;
}

.contact_panel_xrbg form input[type="text"],
.contact_panel_xrbg form input[type="email"] {
    width: 100%;
    font-size: 15px;
    color: #ffffff;
    padding: 18px 20px;
    margin-bottom: 20px;
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.3);
    border-radius: 10px;
    transition: all 0.3s ease;
}

.contact_panel_xrbg .request_request_hieY label {
    font-size: 14px;
    line-height: 1.6;
    color: rgba(255, 255, 255, 0.8);
}

.contact_panel_xrbg .request_request_hieY a:hover {
    opacity: 0.8;
    border-bottom-color: #ffffff;
}

header .nav_class_hsmi {
    align-items: center;
    display: flex;
    position: relative;
    padding: 25px 30px;
    justify-content: space-between;
}

header .nav_class_hsmi::after {
    background: linear-gradient(to left, rgb(145,166,214), transparent);
    bottom: 10px;
    right: 0;
}

header .nav_class_hsmi .head_sitewrap_yJiL:hover::before {
    transform: rotate(15deg) scale(1.1);
}

header .nav_class_hsmi .head_sitewrap_yJiL:hover .head_core_TwRe {
    transform: translateY(-3px);
}

header .nav_class_hsmi .head_learning_vPhH {
    position: relative;
    padding: 0;
    display: flex;
    list-style: none;
    margin: 0;
}

header .nav_class_hsmi .head_learning_vPhH .nav_pagebar_MGyb a {
    position: relative;
    padding: 10px 15px;
    font-weight: 600;
    font-size: 14px;
    color: #000000;
    overflow: hidden;
    border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
    transition: all 0.4s ease;
    font-family: Arial, sans-serif;
    display: block;
    text-decoration: none;
}

.sign_up_for_updates_zcCt {
    position: relative;
    overflow: hidden;
    padding: 4rem;
    isolation: isolate;
    background: rgb(218,225,243);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.05);
}

.sign_up_for_updates_zcCt .study_classes_HtJx::before {
    content: "";
    width: 100px;
    clip-path: polygon(100% 0, 0% 100%, 100% 100%);
    animation: rotate-shape 20s linear infinite;
    background: rgb(182,197,230);
    height: 100px;
    position: absolute;
    right: -30px;
    top: -30px;
    opacity: 0.15;
}

.sign_up_for_updates_zcCt p::before {
    top: -15px;
    content: "";
    opacity: 0.5;
    left: -15px;
    width: 50px;
    z-index: -1;
    position: absolute;
    height: 50px;
    animation: square-pulse 5s infinite alternate;
    border: 2px solid rgb(182,197,230,0.5);
}

.sign_up_for_updates_zcCt .subscribe_access_yVwN:focus {
    border-color: rgb(182,197,230);
    outline: none;
    box-shadow: 0 15px 25px rgba(0, 0, 0, 0.1);
}

.sign_up_for_updates_zcCt .start_exploring_hrGN::before {
    position: absolute;
    transform: translateY(100%);
    z-index: -1;
    background: rgb(145,166,214);
    content: "";
    transition: transform 0.3s ease;
    inset: 0;
}

.our_mission_XnAg::before {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    background: linear-gradient(135deg, rgb(182,197,230,0.5) 0%, transparent 50%);
    z-index: 1;
    content: "";
    left: 0;
}

.our_mission_XnAg h3 {
    position: relative;
    transition: transform 0.5s ease;
    font-size: 37px;
    font-weight: 700;
    text-align: center;
    color: rgb(182,197,230);
    margin-bottom: 40px;
    transform: perspective(1000px) rotateX(0deg);
}

.our_mission_XnAg .impact_numbers_cOIR:hover {
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
    transform: translateY(-5px);
}

.our_mission_XnAg .impact_numbers_cOIR span::before {
    top: 0;
    background: rgb(182,197,230);
    height: 100%;
    left: 0;
    width: 5px;
    position: absolute;
    border-radius: 10px;
    content: "";
}

.our_mission_XnAg .impact_numbers_cOIR .image_overlay_zJlc::before {
    position: absolute;
    content: "";
    background: linear-gradient(to top, rgba(0, 0, 0, 0.5) 0%, transparent 60%);
    z-index: 1;
    width: 100%;
    height: 100%;
}

.our_mission_XnAg .learning_classes_HsjO::before {
    animation: float 8s infinite ease-in-out reverse;
    left: -100px;
    width: 200px;
    height: 200px;
    bottom: -100px;
    position: absolute;
    content: "";
    border-radius: 50%;
    background: radial-gradient(circle, rgb(145,166,214,0.5) 0%, transparent 70%);
}

.our_mission_XnAg .learning_classes_HsjO .study_sessions_gRZE::after {
    background: linear-gradient(to right, rgb(145,166,214), rgb(182,197,230));
    width: 100%;
    left: 0;
    position: absolute;
    height: 5px;
    top: 0;
    content: "";
}

footer .info_item {
    padding: 10px 20px;
    display: flex;
    transition: all 0.3s ease;
    flex: 1 1 200px;
    max-width: 300px;
    background-color: rgba(0, 0, 0, 0.2);
    border-radius: 10px;
    align-items: center;
}

footer .text_main_holder::before {
    width: 100%;
    position: absolute;
    left: 0;
    z-index: -1;
    height: 100%;
    top: 0;
    background-color: #ffffff;
    content: "";
    clip-path: polygon(0 15%, 100% 0, 100% 100%, 0 100%);
}

footer .head_learning_vPhH h5::after {
    content: "";
    width: 100%;
    height: 2px;
    background: linear-gradient(90deg, rgb(182,197,230), transparent);
    left: 0;
    position: absolute;
    bottom: -8px;
}

footer .site_head_ZBlK a:hover::after {
    width: 100%;
}

footer .subscribe_holder::before {
    position: absolute;
    background: linear-gradient(45deg, rgba(0, 0, 0, 0.1) 0%, transparent 50%);
    height: 100%;
    left: 0;
    pointer-events: none;
    top: 0;
    width: 100%;
    content: "";
}

footer .start_exploring_hrGN:hover {
    background-color: rgb(145,166,214);
}

.data_statistics_pvcz {
    background: rgb(218,225,243);
    position: relative;
    background-image: linear-gradient(135deg, rgb(182,197,230,0.5) 0%, transparent 100%);
    padding: 120px 0;
    overflow: hidden;
}

.data_statistics_pvcz .boost_growth_vNKe {
    flex-direction: column;
    display: flex;
    position: relative;
    gap: 20px;
}

.data_statistics_pvcz .boost_growth_vNKe::before {
    left: -20px;
    width: 5px;
    content: "";
    height: 100%;
    background: linear-gradient(to bottom, rgb(182,197,230), transparent);
    border-radius: 10px;
    top: 0;
    position: absolute;
}

.data_statistics_pvcz .knowledge_statistics_YPkc::after {
    height: 100%;
    background: rgb(182,197,230);
    position: absolute;
    top: 0;
    width: 4px;
    content: "";
    transition: width 0.3s ease;
    border-radius: 10px;
    left: 0;
}

.data_statistics_pvcz .statistics_boosts_hLvY {
    z-index: 2;
    position: relative;
    justify-content: center;
    display: flex;
    flex-direction: column;
}



.data_statistics_pvcz .learn_statistics_nxya {
    font-size: 43px;
    line-height: 1.2;
    position: relative;
    color: #000000;
    font-weight: 700;
    margin-bottom: 30px;
}

.data_statistics_pvcz .learn_statistics_nxya {
    position: relative;
    overflow: hidden;
}

.data_statistics_pvcz .knowledge_statistics_YPkc:hover svg path {
    fill: rgb(145,166,214);
}

.data_statistics_pvcz .knowledge_statistics_YPkc:nth-child(3) {
    animation: float 8s ease-in-out infinite;
}

.privacy_unit_tmap h1 {
    margin-top: 40px;
    text-transform: uppercase;
    font-size: 40px;
    border-bottom: 2px solid rgb(182,197,230);
    margin-bottom: 25px;
    font-weight: 700;
    padding-bottom: 10px;
    color: rgb(182,197,230);
}

.privacy_unit_tmap section {
    margin-top: 20px;
    border-radius: 10px;
    padding: 20px;
    background: rgb(218,225,243);
}

.educational_yield_kMDO::after {
    z-index: 0;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    content: '';
    position: absolute;
    opacity: 0.2;
}

.educational_yield_kMDO h2::after {
    content: '';
    position: absolute;
    background: rgb(145,166,214);
    border-radius: 10px;
    bottom: 0;
    width: 100px;
    height: 4px;
    left: 50%;
    transform: translateX(-50%);
}

.educational_yield_kMDO .image_overlay_zJlc::after {
    border-radius: 50%;
    position: absolute;
    right: 30px;
    height: 70px;
    top: 30px;
    width: 70px;
    content: '';
    z-index: 2;
    opacity: 0.2;
    border: 3px solid #ffffff;
}

.educational_yield_kMDO .text_main_holder > div::before {
    top: 0;
    left: 0;
    opacity: 0.7;
    position: absolute;
    content: '';
    width: 5px;
    height: 100%;
    background: rgb(145,166,214);
}

.educational_yield_kMDO .text_main_holder svg {
    flex-shrink: 0;
    width: 32px;
    height: 32px;
    filter: drop-shadow(0 3px 5px rgba(0, 0, 0, 0.2));
    transition: transform 0.3s ease;
}

.program_details_lWHV {
    min-height: 100vh;
    display: flex;
    position: relative;
    background-color: #ffffff;
    overflow: hidden;
    align-items: stretch;
}

.program_details_lWHV .lesson_track_scPh:hover .master_it_zZAo {
    animation-play-state: paused;
}

.program_details_lWHV .knowledge_base_cItN::before {
    left: 0;
    content: '';
    top: 0;
    position: absolute;
    height: 100%;
    z-index: 2;
    background: linear-gradient(to right, rgba(255, 255, 255, 0.1) 0%, transparent 30%);
    width: 100%;
}

.program_details_lWHV .job_ready_uhLk h3 {
    color: rgb(182,197,230);
    padding-bottom: 15px;
    margin-bottom: 1.5rem;
    font-weight: 700;
    position: relative;
    font-size: 43px;
}

.program_details_lWHV .job_ready_uhLk .help_panel_GrIK {
    border-radius: 10px;
    font-weight: 600;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
    transition: all 0.3s ease;
    position: relative;
    font-size: 16px;
    text-decoration: none;
    color: #ffffff;
    z-index: 1;
    padding: 1.2rem 2.5rem;
    overflow: hidden;
    display: inline-block;
    background: linear-gradient(45deg, rgb(182,197,230) 0%, rgb(145,166,214) 100%);
}

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

.ideal_participants_fKvM div p {
    line-height: 1.6;
    transition: all 0.3s ease;
    overflow: hidden;
    border-radius: 25px;
    position: relative;
    background: rgb(218,225,243);
    display: flex;
    align-items: center;
    min-width: 250px;
    box-shadow: 
        8px 8px 16px rgba(0, 0, 0, 0.05),
        -8px -8px 16px rgba(255, 255, 255, 0.8),
        inset 1px 1px 1px rgba(255, 255, 255, 0.3);
    flex: 1 1 calc(33.333% - 20px);
    color: #000000;
    font-size: 15px;
    padding: 25px;
    margin: 0;
}

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

.tyNote_bnqi h2 {
    max-width: 85%;
    opacity: 0;
    font-weight: 700;
    margin-bottom: 2.5rem;
    position: relative;
    animation: slideTitle 0.8s ease-out forwards 0.3s;
    transform: translateX(-1rem);
    font-family: Arial, sans-serif;
    line-height: 1.3;
    font-size: 33px;
    color: #000000;
}

.tyNote_bnqi li {
    padding-left: 1.5rem;
    position: relative;
    margin-bottom: 1.5rem;
}

.tyNote_bnqi li::before {
    height: 0.5rem;
    background: rgb(182,197,230);
    transform: rotate(45deg) scale(0);
    width: 0.5rem;
    animation: growBox 0.6s ease-out forwards 1.2s;
    top: 0.6rem;
    content: "";
    position: absolute;
    left: 0;
}



@media (max-width: 1200px) {.welcome_reJC .editorial_wrap_vVoM {
    max-width: 500px;
    padding: 2.5rem;
}
}



@media (max-width: 576px) {.welcome_reJC {
    min-height: 450px;
}.welcome_reJC .editorial_wrap_vVoM {
    padding: 1.5rem;
}.welcome_reJC .editorial_wrap_vVoM h1 {
    margin-bottom: 1.5rem;
    font-size: calc(42px * 0.8);
}.welcome_reJC .editorial_wrap_vVoM p {
    margin-bottom: 2rem;
    font-size: calc(15px * 0.9);
}.welcome_reJC .editorial_wrap_vVoM .help_panel_GrIK {
    font-size: calc(18px * 0.9);
    padding: 12px 25px;
}
}



@media (min-width: 992px) {.price_pick_GHBF .study_costs_wHOA {
    flex-direction: row;
}.price_pick_GHBF .tuition_grid_UGDS {
    justify-content: center;
    margin-bottom: 0;
    text-align: left;
    padding-left: 3rem;
    order: 2;
    display: flex;
    flex-direction: column;
    flex: 0 0 30%;
}.price_pick_GHBF .tuition_grid_UGDS h2 {
    text-align: left;
    margin-bottom: 2rem;
}.price_pick_GHBF .tuition_grid_UGDS h2::after {
    left: 0;
    width: 40%;
    transform: none;
}.price_pick_GHBF .fee_package_geBU {
    text-align: left;
    margin: 0;
}.price_pick_GHBF .cost_rates_nOrx {
    order: 1;
    flex: 0 0 70%;
    grid-template-columns: repeat(2, 1fr);
}
}



@media (min-width: 992px) {.contact_panel_xrbg form {
    display: grid;
    gap: 20px;
    grid-template-columns: 1fr 1fr;
}.contact_panel_xrbg form h3 {
    grid-column: span 2;
}.contact_panel_xrbg .request_request_hieY {
    grid-column: span 2;
}.contact_panel_xrbg .help_panel_GrIK {
    grid-column: span 2;
}
}



@media (max-width: 992px) {header .nav_class_hsmi {
    padding: 20px 15px;
    flex-direction: column;
}header .nav_class_hsmi .head_sitewrap_yJiL {
    margin-bottom: 15px;
}header .nav_class_hsmi .head_learning_vPhH {
    flex-wrap: wrap;
    width: 100%;
    justify-content: center;
}header .nav_class_hsmi .head_learning_vPhH .nav_pagebar_MGyb {
    margin: 5px;
}header .nav_class_hsmi .head_learning_vPhH .nav_pagebar_MGyb a {
    font-size: calc(14px - 1px);
    padding: 8px 12px;
}
}



@media (max-width: 576px) {.our_mission_XnAg {
    padding: 40px 0;
}.our_mission_XnAg h3 {
    font-size: calc(37px * 0.8);
    margin-bottom: 30px;
}.our_mission_XnAg .impact_numbers_cOIR,
    .our_mission_XnAg .learning_classes_HsjO {
    gap: 20px;
    padding: 20px;
}.our_mission_XnAg .impact_numbers_cOIR span {
    margin-bottom: 15px;
}.our_mission_XnAg .impact_numbers_cOIR .image_overlay_zJlc,
    .our_mission_XnAg .learning_classes_HsjO .study_sessions_gRZE {
    height: 200px;
}}



@media (max-width: 767px) {footer .start_chat_WdnC {
    padding: 30px 15px 50px;
}footer .head_learning_vPhH, footer .subscribe_holder {
    margin: 0 10px;
    padding: 25px 20px;
}footer .honor_cta_LOBI {
    margin-top: 40px;
}
}



@media only screen and (max-width: 800px) {.privacy_unit_tmap {
    padding: 20px 10px;
}.privacy_unit_tmap h1 {
    font-size: calc(21px * 0.8);
}.privacy_unit_tmap h2 {
    font-size: calc(21px * 0.8);
}.privacy_unit_tmap h3, .privacy_unit_tmap h4, .privacy_unit_tmap h5, .privacy_unit_tmap h6 {
    font-size: calc(21px * 0.8);
}.privacy_unit_tmap p, .privacy_unit_tmap span, .privacy_unit_tmap div {
    font-size: calc(12px * 0.9);
}}



@media (max-width: 768px) {.educational_yield_kMDO {
    padding: 80px 0;
}.educational_yield_kMDO h2 {
    font-size: calc(47px * 0.8);
    margin-bottom: 40px;
}.educational_yield_kMDO .text_main_holder {
    gap: 20px;
    grid-template-columns: 1fr;
}
}



@media screen and (min-width: 1440px) {.program_details_lWHV .study_classes_HtJx {
    padding-left: 10%;
}.program_details_lWHV .job_ready_uhLk {
    max-width: 650px;
}
}



@media screen and (max-width: 1200px) {.program_details_lWHV .lesson_track_scPh {
    width: 50%;
}.program_details_lWHV .study_classes_HtJx {
    width: 50%;
    padding-left: 5%;
}.program_details_lWHV .job_ready_uhLk {
    padding: 2.5rem;
}
}



@media screen and (max-width: 576px) {.program_details_lWHV .lesson_track_scPh {
    height: 300px;
}.program_details_lWHV .container {
    padding: 2rem 1rem;
}.program_details_lWHV .job_ready_uhLk {
    padding: 1.5rem;
}.program_details_lWHV .job_ready_uhLk h3 {
    font-size: calc(43px * 0.7);
}.program_details_lWHV .job_ready_uhLk p {
    margin-bottom: 2rem;
    font-size: calc(14px * 0.9);
}.program_details_lWHV .job_ready_uhLk .help_panel_GrIK {
    padding: 1rem;
    text-align: center;
    width: 100%;
}.program_details_lWHV .job_ready_uhLk::before {
    display: none;
}}



@media (hover: hover) {.tyNote_bnqi .study_classes_HtJx:hover {
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.08), 0 10px 20px rgba(0, 0, 0, 0.05);
    transform: translateY(-5px);
}.tyNote_bnqi .study_classes_HtJx:hover::before {
    transform: scale(1.1);
    transition: transform 0.5s ease;
}
}



@media (max-width: 480px) {.tyNote_bnqi {
    padding: 2.5rem 0;
}.tyNote_bnqi h2 {
    line-height: 1.4;
    font-size: calc(33px * 0.7);
}.tyNote_bnqi h2::after {
    width: 4rem;
}.tyNote_bnqi .study_classes_HtJx {
    border-left-width: 3px;
    padding: 1.75rem 1.25rem;
}.tyNote_bnqi li {
    padding-left: 1.25rem;
}.tyNote_bnqi li span {
    line-height: 1.6;
    font-size: calc(15px * 0.95);
}
}



@keyframes shimmer {
    0% {
        transform: translateX(-100%);
    }
    20%, 100% {
        transform: translateX(100%);
    }
}



@keyframes square-pulse {
    0% {
        transform: scale(1);
        opacity: 0.3;
    }
    100% {
        transform: scale(1.2);
        opacity: 0.5;
    }
}



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

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



@keyframes carousel-vertical {
    0%, 16% {
        transform: translateY(0);
    }
    20%, 36% {
        transform: translateY(-20%);
    }
    40%, 56% {
        transform: translateY(-40%);
    }
    60%, 76% {
        transform: translateY(-60%);
    }
    80%, 96% {
        transform: translateY(-80%);
    }
    100% {
        transform: translateY(0);
    }
}

