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

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

header,footer {
    width: 100%;
}

header {
    overflow: visible;
    width: 100%;
    background: #ffffff;
    position: relative;
    z-index: 99;
}

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

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

.leadership_profile_vy8x::before {
    width: 100%;
    filter: blur(70px);
    left: 0;
    height: 100%;
    content: "";
    background: 
        radial-gradient(circle at 80% 20%, rgb(198,175,213,0.5) 0%, transparent 35%),
        radial-gradient(circle at 20% 80%, rgb(163,135,187,0.5) 0%, transparent 35%);
    position: absolute;
    opacity: 0.4;
    z-index: 1;
    top: 0;
    animation: breatheGlow 15s ease-in-out infinite alternate;
}

.leadership_profile_vy8x .student_insights_Gvlq::before {
    content: "";
    opacity: 0.2;
    position: absolute;
    height: 100%;
    left: 0;
    animation: shimmerEffect 10s ease-in-out infinite;
    z-index: -1;
    background-size: 200% 200%;
    background: linear-gradient(135deg, transparent, rgb(198,175,213,0.5), transparent);
    width: 100%;
    top: 0;
}

.leadership_profile_vy8x .student_insights_Gvlq:hover .article_photo_OeDb {
    transform: scale(1.05) rotate(2deg);
    box-shadow: 30px 30px 60px rgba(0, 0, 0, 0.5);
}

.leadership_profile_vy8x .article_photo_OeDb::before {
    z-index: 1;
    top: 0;
    content: "";
    position: absolute;
    height: 100%;
    left: 0;
    box-sizing: border-box;
    border-radius: inherit;
    border: 1px solid rgba(255, 255, 255, 0.2);
    width: 100%;
}

.leadership_profile_vy8x .student_insights_Gvlq:hover .name {
    transform: translateX(10px);
}

.leadership_profile_vy8x .name::after {
    left: 0;
    background: linear-gradient(90deg, rgb(198,175,213), rgb(163,135,187));
    transition: width 0.6s ease;
    width: 0;
    height: 3px;
    bottom: -10px;
    content: "";
    position: absolute;
}

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

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

.leadership_profile_vy8x .container::after {
    bottom: -200px;
    filter: blur(80px);
    width: 400px;
    animation: rotateGlow 25s linear infinite;
    opacity: 0.2;
    z-index: -1;
    content: "";
    height: 400px;
    background: conic-gradient(from 135deg, rgb(198,175,213,0.5) 0%, rgb(163,135,187,0.5) 50%, rgb(198,175,213,0.5) 100%);
    position: absolute;
    border-radius: 50%;
    left: -200px;
}

header .head_wrap_utES::after {
    left: 0;
    position: absolute;
    width: 100%;
    height: 1px;
    bottom: 0;
    content: "";
    background-color: rgb(233,221,239);
}

header .head_wrap_utES .header_lesson_r2be {
    z-index: 2;
    position: relative;
}

header .head_wrap_utES .header_lesson_r2be {
    margin-bottom: 20px;
}

header .head_wrap_utES .header_lesson_r2be .first_class_WHLY:hover svg {
    transform: scale(1.08);
}

header .head_wrap_utES .nav_study_s64z {
    display: flex;
    padding: 0;
    list-style: none;
    margin: 0;
}

header .head_wrap_utES .nav_study_s64z {
    flex-wrap: wrap;
    width: 100%;
    justify-content: center;
}

header .head_wrap_utES .nav_study_s64z .site_head_Pf2H:last-child {
    margin-right: 0;
}

header .head_wrap_utES .nav_study_s64z .site_head_Pf2H a:hover {
    color: rgb(198,175,213);
    letter-spacing: 1px;
}

header .head_wrap_utES .nav_study_s64z .site_head_Pf2H a::before,
header .head_wrap_utES .nav_study_s64z .site_head_Pf2H a::after {
    content: "";
    height: 1px;
    bottom: 0;
    width: 100%;
    left: 0;
    background-color: rgb(198,175,213);
    transform-origin: right center;
    position: absolute;
}

header .head_wrap_utES .nav_study_s64z .site_head_Pf2H a::before {
    transform: scaleX(0);
    transition: transform 0.3s cubic-bezier(0.19, 1, 0.22, 1);
}

header .head_wrap_utES .nav_study_s64z .site_head_Pf2H a:hover::before {
    transform: scaleX(1);
    transform-origin: left center;
}

header .head_wrap_utES .nav_study_s64z .site_head_Pf2H a:hover::after {
    transform: scaleX(1);
    transform-origin: right center;
}

.prospective_members_X3IL {
    position: relative;
    overflow: hidden;
    padding: 110px 0;
    background: linear-gradient(135deg, #ffffff 0%, rgb(233,221,239) 100%);
}

.prospective_members_X3IL .container {
    position: relative;
    max-width: 1140px;
    margin: 0 auto;
    padding: 0 15px;
    z-index: 2;
}

.prospective_members_X3IL .learn_guides_826M {
    position: relative;
}

.prospective_members_X3IL h4 {
    left: 50%;
    transform: translateX(-50%);
    font-weight: 700;
    font-size: 30px;
    box-shadow: 5px 5px 0 rgb(198,175,213,0.5);
    position: relative;
    padding: 15px 30px;
    background: #ffffff;
    border-radius: 10px;
    display: inline-block;
    margin-bottom: 60px;
    border: 2px solid rgb(198,175,213);
    color: #000000;
}

.prospective_members_X3IL div > div::after {
    top: 0;
    background: linear-gradient(180deg, transparent, rgb(163,135,187,0.5), transparent);
    left: 50%;
    height: 100%;
    width: 2px;
    z-index: -1;
    content: "";
    position: absolute;
}

.prospective_members_X3IL p::before {
    transition: opacity 0.4s ease;
    top: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    border-radius: 10px;
    background: linear-gradient(135deg, transparent 0%, rgb(198,175,213,0.5) 300%);
    z-index: -1;
    content: "";
    opacity: 0;
    left: 0;
}

.prospective_members_X3IL p:hover {
    transform: translateY(-10px);
    border-color: rgb(198,175,213,0.5);
}

.prospective_members_X3IL p:hover::before {
    opacity: 0.2;
}

.prospective_members_X3IL p:hover::after {
    transform: scale(1.5);
    background: rgb(198,175,213);
}

.prospective_members_X3IL p svg path {
    transition: fill 0.3s ease;
    fill: rgb(198,175,213);
}

.prospective_members_X3IL p:hover svg path {
    fill: rgb(163,135,187);
}



.prospective_members_X3IL .learn_guides_826M > div p {
    opacity: 0;
    animation: fadeInScale 0.5s ease forwards;
}

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

.prospective_members_X3IL .learn_guides_826M > div p:nth-child(2) {
    animation-delay: 0.2s;
}

.prospective_members_X3IL .learn_guides_826M > div p:nth-child(4) {
    animation-delay: 0.4s;
}

.prospective_members_X3IL .learn_guides_826M > div p:nth-child(6) {
    animation-delay: 0.6s;
}

.attempt_now_0PXB::before {
    transform: rotate(30deg);
    width: 100%;
    animation: shiftLight 12s ease-in-out infinite alternate;
    right: -50%;
    background: linear-gradient(45deg, rgba(255,255,255,0.05) 0%, rgba(255,255,255,0.1) 50%, rgba(255,255,255,0.05) 100%);
    position: absolute;
    z-index: -1;
    height: 200%;
    top: -50%;
    content: "";
}

.attempt_now_0PXB .container {
    position: relative;
    align-items: flex-start;
    z-index: 2;
    transform: perspective(1000px) rotateX(2deg);
    display: flex;
    flex-direction: column;
    max-width: 1140px;
    margin: 0 auto;
}

.attempt_now_0PXB h6::before {
    top: 50%;
    background: #ffffff;
    content: "";
    height: 70%;
    left: -20px;
    width: 4px;
    position: absolute;
    transform: translateY(-50%);
}

.attempt_now_0PXB span {
    overflow: hidden;
    position: relative;
    display: inline-block;
}

.attempt_now_0PXB .help_links_Zr2w {
    padding: 0.8rem 2.2rem;
    font-weight: 600;
    border: none;
    letter-spacing: 0.5px;
    color: rgb(198,175,213);
    text-decoration: none;
    background: #ffffff;
    align-items: center;
    transform: skewX(-5deg);
    position: relative;
    clip-path: polygon(5% 0%, 100% 0%, 95% 100%, 0% 100%);
    overflow: hidden;
    display: inline-flex;
    font-size: 16px;
    transition: all 0.4s cubic-bezier(0.17, 0.67, 0.83, 0.67);
    justify-content: center;
    box-shadow: 0 8px 20px rgba(0,0,0,0.15);
}

.attempt_now_0PXB .help_links_Zr2w:hover::before {
    transform: translateX(100%) skewX(-10deg);
}

.attempt_now_0PXB .help_links_Zr2w:active {
    transform: skewX(-5deg) translateY(1px);
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
    transition: all 0.1s cubic-bezier(0.17, 0.67, 0.83, 0.67);
}

.track_cookies_uDBY {
    display: flex;
    max-width: 1200px;
    padding: 20px 30px;
    justify-content: space-between;
    align-items: center;
    margin: auto;
    flex-wrap: wrap;
}

.cookie_popup_warning_8r2G h5 {
    font-weight: 700;
    margin-bottom: 6px;
    color: #ffffff;
    font-size: 19px;
    transition: color 0.3s ease-in-out;
}

.cookies_tracking_KVSX svg, .cookies_tracking_KVSX svg path {
    width: 80px;
    height: 80px;
    transition: transform 0.3s ease-in-out;
    fill: rgb(198,175,213);
}

.cookie_button.cookie_apply_sngX {
    background: rgb(198,175,213);
}

.cookie_button.cookie_confirm_a5Fn {
    background: rgb(163,135,187);
}

.cookie_eductrl_UDNI:hover {
    transform: scale(1.05);
    box-shadow: rgb(198,175,213,0.5) 0px 6px 15px 0px;
}

.cookie_popup_warning_8r2G p a {
    color: rgb(198,175,213);
    transition: color 0.3s ease-in-out;
    font-weight: 600;
    text-decoration: none;
}

.wrapper-viewport_IYLp .cookie_eductrl_UDNI {
    font-weight: 400;
    border-radius: 10px;
    font-size: 15px;
    color: #ffffff;
    margin-left: 30px;
    border: none;
    transition: background 0.3s ease-in-out, transform 0.3s ease-in-out;
    background: rgb(198,175,213);
    padding: 10px;
}

#cookie_overlay_box_NWgx:checked ~ .cookie_popup_warning_8r2G {
    opacity: 0;
    visibility: hidden;
}

.title_welcome_XYKB > div {
    position: relative;
    width: 100%;
    z-index: 2;
    display: grid;
    gap: 2.5rem;
    max-width: 1200px;
    grid-template-columns: 1fr;
}

.title_welcome_XYKB > div {
    grid-template-columns: 1fr 1fr;
    align-items: center;
}

.title_welcome_XYKB::after {
    opacity: 0.05;
    transform: rotate(5deg);
    width: 100%;
    animation: float 20s ease-in-out infinite alternate-reverse;
    background: rgb(163,135,187,0.5);
    content: '';
    height: 100%;
    border-radius: 40% 60% 70% 30% / 40% 50% 60% 50%;
    right: -50%;
    bottom: -50%;
    position: absolute;
}

.title_welcome_XYKB h1.learn_first_CkGL::after {
    height: 5px;
    content: '';
    box-shadow: 0 4px 10px rgb(198,175,213,0.5);
    left: 0;
    position: absolute;
    width: 100px;
    animation: expandWidth 1.5s ease-out forwards 0.5s;
    bottom: -15px;
    background: rgb(198,175,213);
}

.title_welcome_XYKB h1.learn_first_CkGL::after {
    width: 150px;
}

.title_welcome_XYKB .skill_plus_oNIE {
    transform: translateY(20px);
    opacity: 0;
    position: relative;
    width: 100%;
    animation: fadeUp 0.8s ease-out forwards 0.5s;
}

.title_welcome_XYKB .creds_block_VpQZ::before {
    z-index: 1;
    content: '';
    height: 100%;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.7));
    backdrop-filter: blur(3px);
    top: 0;
    position: absolute;
    left: 0;
    width: 100%;
}

.title_welcome_XYKB .creds_block_VpQZ:hover {
    transform: translateY(-10px);
    box-shadow: 20px 20px 40px rgba(0, 0, 0, 0.15), 
              -20px -20px 40px #ffffff;
}

.title_welcome_XYKB .creds_block_VpQZ:hover span {
    transform: translateY(-10px);
}

.title_welcome_XYKB .creds_block_VpQZ h3 {
    line-height: 1.4;
    font-size: clamp(1.1rem, 2.5vw, 1.5rem);
    color: #ffffff;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
    font-weight: 600;
}

.about_this_WuHr::before {
    content: "";
    background: linear-gradient(to bottom, transparent, rgb(198,175,213,0.5), transparent);
    position: absolute;
    height: 50%;
    left: 20%;
    top: 0;
    z-index: 0;
    width: 2px;
}

.about_this_WuHr::after {
    right: 30%;
    width: 2px;
    height: 70%;
    bottom: 0;
    z-index: 0;
    position: absolute;
    background: linear-gradient(to bottom, transparent, rgb(163,135,187,0.5), transparent);
    content: "";
}

.about_this_WuHr .container::after {
    right: -80px;
    bottom: 30%;
    position: absolute;
    z-index: 1;
    border-radius: 0;
    width: 15px;
    content: "";
    border: 2px solid rgb(163,135,187);
    height: 15px;
    animation: techRotate 6s infinite linear;
}

.about_this_WuHr h2::before {
    left: 0;
    height: 4px;
    background: rgb(198,175,213);
    content: "";
    bottom: -20px;
    position: absolute;
    width: 120px;
}

.about_this_WuHr .learn_mastery_YiRB {
    position: relative;
    gap: 80px;
    grid-template-columns: 1fr;
    display: grid;
}

.about_this_WuHr .learn_mastery_YiRB::after {
    content: "";
    top: 0;
    width: 10px;
    border-radius: 50%;
    animation: moveDown 10s infinite alternate ease-in-out;
    position: absolute;
    background: rgb(198,175,213);
    z-index: 2;
    height: 10px;
    left: calc(40% - 4px);
    box-shadow: 0 0 0 4px rgba(255, 255, 255, 0.1);
}

.about_this_WuHr .skill_program_BcZE:first-child {
    z-index: 20;
    border-left: 3px solid rgb(198,175,213);
}

.about_this_WuHr .skill_program_BcZE:last-child {
    border-right: 3px solid rgb(163,135,187);
    align-self: end;
    z-index: 20;
}

.about_this_WuHr .skill_program_BcZE h3 {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 25px;
    padding-left: 20px;
    color: rgb(198,175,213);
    position: relative;
}

.about_this_WuHr .skill_program_BcZE:last-child h3::before {
    background: rgb(163,135,187);
}

.about_this_WuHr .skill_program_BcZE p {
    color: #000000;
    z-index: 1;
    position: relative;
    line-height: 1.8;
    font-size: 15px;
}

.about_this_WuHr .skill_program_BcZE::before {
    position: absolute;
    top: 0;
    content: "";
    background-size: 10px 10px;
    z-index: 0;
    opacity: 0.05;
    width: 100%;
    background: linear-gradient(45deg, rgba(0, 0, 0, 0.1) 25%, transparent 25%, transparent 50%, rgba(0, 0, 0, 0.1) 50%, rgba(0, 0, 0, 0.1) 75%, transparent 75%, transparent);
    height: 100%;
    left: 0;
}

.about_this_WuHr .skill_program_BcZE::before {
    position: absolute;
    right: -1px;
    top: -1px;
    content: "";
    left: -1px;
    bottom: -1px;
    transition: opacity 0.3s ease;
    background: linear-gradient(135deg, rgb(198,175,213) 0%, transparent 50%, rgb(163,135,187) 100%);
    border-radius: calc(29px + 1px);
    opacity: 0;
    z-index: -2;
}

.learning_system_zRBT .text_embed_i9lk {
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
    padding: 60px;
    border-radius: 14px;
    position: relative;
    border-left: 3px solid rgb(198,175,213);
    background-color: rgba(255, 255, 255, 0.1);
    width: 55%;
    margin-left: 15%;
}

.learning_system_zRBT .text_embed_i9lk::after {
    right: 0;
    top: 0;
    opacity: 0.15;
    border-radius: 50%;
    background-image: conic-gradient(
        from 0deg at 50% 50%,
        rgb(198,175,213) 0deg,
        transparent 60deg,
        transparent 180deg,
        rgb(163,135,187) 240deg,
        transparent 300deg
    );
    animation: spin 20s linear infinite;
    content: '';
    transform: translate(50%, -50%);
    height: 150px;
    position: absolute;
    z-index: -1;
    width: 150px;
}

.learning_system_zRBT .text_embed_i9lk h2 {
    letter-spacing: 1px;
    color: #ffffff;
    font-size: 35px;
    text-transform: uppercase;
    margin-bottom: 35px;
    position: relative;
    padding-bottom: 0;
    font-weight: 700;
    display: inline-block;
}



.learning_system_zRBT .text_embed_i9lk h2 {
    position: relative;
}

.learning_system_zRBT .text_embed_i9lk h2::after {
    background-color: rgb(198,175,213);
    content: '';
    position: absolute;
    width: 40px;
    height: 4px;
    transition: width 0.3s ease;
    bottom: -10px;
    left: 0;
}

.learning_system_zRBT .text_embed_i9lk:hover h2::after {
    width: 100%;
}

.learning_system_zRBT .text_embed_i9lk p {
    z-index: 2;
    position: relative;
    font-size: 15px;
    color: #ffffff;
    opacity: 0.85;
    line-height: 1.8;
}



.learning_system_zRBT .text_embed_i9lk p {
    position: relative;
    overflow: hidden;
}

.learning_system_zRBT .learn_guides_826M::after {
    bottom: 60px;
    animation: particle2 20s infinite alternate-reverse;
    background-color: rgb(163,135,187);
    height: 15px;
    box-shadow: 0 0 30px rgb(163,135,187);
    right: 5%;
    width: 15px;
}

.learning_system_zRBT::after {
    background: linear-gradient(90deg, 
        transparent 0%, 
        rgb(198,175,213) 20%, 
        rgb(198,175,213) 40%, 
        transparent 40.1%, 
        transparent 60%, 
        rgb(163,135,187) 60%, 
        rgb(163,135,187) 80%, 
        transparent 100%
    );
    left: 0;
    bottom: 0;
    content: '';
    position: absolute;
    z-index: 3;
    width: 100%;
    height: 2px;
}



.learning_system_zRBT .text_embed_i9lk:hover {
    transform: translateY(-5px);
    transition: all 0.3s ease;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.5),
                0 0 0 1px rgb(198,175,213,0.5),
                0 0 20px rgb(198,175,213,0.5);
}

.course_program_details_P5Va {
    background-color: rgb(233,221,239);
    position: relative;
    min-height: 100vh;
    align-items: center;
    justify-content: center;
    display: flex;
    overflow: hidden;
}

.course_program_details_P5Va .education_route_a57W {
    width: 100%;
    top: 0;
    position: absolute;
    height: 100%;
    left: 0;
}

.course_program_details_P5Va .career_progress_Rqz6 {
    top: 0;
    opacity: 0;
    height: 100%;
    animation: fade-slides 30s infinite;
    left: 0;
    width: 100%;
    position: absolute;
    transition: transform 1s ease;
    transform: scale(1.1);
}

.course_program_details_P5Va .career_progress_Rqz6:nth-child(2) {
    animation-delay: -6s;
}

.course_program_details_P5Va .career_progress_Rqz6:nth-child(4) {
    animation-delay: -18s;
}

.course_program_details_P5Va .career_progress_Rqz6 img {
    object-fit: cover;
    width: 100%;
    height: 100%;
    filter: saturate(0.8) brightness(0.7);
}

.course_program_details_P5Va .learn_guides_826M {
    display: flex;
    justify-content: center;
    align-items: center;
}

.course_program_details_P5Va .skill_track_GMgN::before {
    top: -5px;
    left: -5px;
    content: "";
    z-index: -1;
    bottom: -5px;
    background: conic-gradient(
        from 0deg,
        transparent 0deg,
        rgb(198,175,213,0.5) 90deg,
        transparent 180deg,
        rgb(163,135,187,0.5) 270deg,
        transparent 360deg
    );
    border-radius: 50%;
    opacity: 0.7;
    position: absolute;
    right: -5px;
    animation: rotate-border 15s linear infinite;
}

.course_program_details_P5Va .skill_track_GMgN::before,
.course_program_details_P5Va .skill_track_GMgN::after {
    content: "";
    position: absolute;
    border-radius: 50%;
}

.course_program_details_P5Va .skill_track_GMgN h3 {
    position: relative;
    margin-bottom: 1rem;
    color: #ffffff;
    font-size: 32px;
    font-weight: 700;
}

.course_program_details_P5Va .help_links_Zr2w {
    background: rgb(198,175,213);
    color: #ffffff;
    z-index: 1;
    transition: all 0.3s ease;
    padding: 0.8rem 2rem;
    border-radius: 50px;
    text-decoration: none;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
    position: relative;
    display: inline-block;
    font-size: 14px;
    font-weight: 600;
    overflow: hidden;
}

.course_program_details_P5Va .help_links_Zr2w:hover {
    box-shadow: 0 7px 20px rgba(0, 0, 0, 0.3);
}

.course_program_details_P5Va .help_links_Zr2w:hover::before {
    transform-origin: left;
    transform: scaleX(1);
}

.course_program_details_P5Va::after {
    display: flex;
    content: "";
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    z-index: 100;
    gap: 15px;
    bottom: 15%;
}

.course_program_details_P5Va::after {
    background: repeating-linear-gradient(
        90deg,
        #ffffff,
        #ffffff 10px,
        transparent 10px,
        transparent 25px
    );
    opacity: 0.3;
    height: 10px;
    width: 100px;
}

.course_program_details_P5Va .education_route_a57W:has(.career_progress_Rqz6:nth-child(3):last-child) .career_progress_Rqz6:nth-child(1) {
    animation-delay: 0s;
}

.course_program_details_P5Va .education_route_a57W:has(.career_progress_Rqz6:nth-child(3):last-child) .career_progress_Rqz6:nth-child(3) {
    animation-delay: -20s;
}

.course_program_details_P5Va .education_route_a57W:has(.career_progress_Rqz6:nth-child(4):last-child) .career_progress_Rqz6:nth-child(2) {
    animation-delay: -7.5s;
}

.course_program_details_P5Va .education_route_a57W:has(.career_progress_Rqz6:nth-child(4):last-child) .career_progress_Rqz6:nth-child(4) {
    animation-delay: -22.5s;
}

.pricing_plan_card_ayoF::after {
    border-radius: 30% 70% 50% 50% / 30% 30% 70% 70%;
    position: absolute;
    width: 300px;
    animation: float 18s ease-in-out infinite alternate-reverse;
    opacity: 0.5;
    filter: blur(25px);
    content: '';
    z-index: 1;
    background: linear-gradient(135deg, rgb(163,135,187,0.5), transparent);
    left: -50px;
    bottom: -100px;
    height: 300px;
}

.pricing_plan_card_ayoF .promo_cost_SYVA {
    display: flex;
    flex-direction: column;
}

.pricing_plan_card_ayoF .learning_fees_t5Vn {
    animation: fadeUp 0.8s ease-out 0.2s forwards;
    opacity: 0;
    text-align: center;
    transform: translateY(20px);
    margin-bottom: 3rem;
}

.pricing_plan_card_ayoF .learning_fees_t5Vn h2::after {
    content: '';
    height: 3px;
    left: 50%;
    transform: translateX(-50%);
    bottom: -10px;
    width: 80px;
    position: absolute;
    background: rgb(198,175,213);
}

.pricing_plan_card_ayoF .learn_rates_Mlpj {
    display: block;
    transform: translateY(30px);
    animation: fadeUp 0.8s ease-out 0.4s forwards;
    opacity: 0;
    text-decoration: none;
    position: relative;
    transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.pricing_plan_card_ayoF .learn_rates_Mlpj:hover {
    transform: translateY(-10px);
}

.pricing_plan_card_ayoF .learn_rates_Mlpj:hover .pro_fees_ReG2 {
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1), 
                0 10px 20px rgba(0, 0, 0, 0.08);
}

.pricing_plan_card_ayoF .trial_offers_Lk4r {
    display: flex;
    flex-direction: column;
    z-index: 2;
    position: relative;
    padding: 2.5rem 2rem;
    flex-grow: 1;
}

.pricing_plan_card_ayoF .learn_rates_Mlpj:hover .trial_offers_Lk4r h3 {
    color: rgb(198,175,213);
}

.pricing_plan_card_ayoF .rate_options_PoXJ {
    position: relative;
    font-size: calc(22px + 4px);
    font-weight: 700;
    margin-bottom: 1.5rem;
    color: rgb(198,175,213);
    padding-bottom: 10px;
    display: inline-block;
}

.pricing_plan_card_ayoF .learn_rates_Mlpj:hover .rate_options_PoXJ::after {
    width: 80px;
}

.pricing_plan_card_ayoF .trial_offers_Lk4r p {
    hyphens: auto;
    font-size: 18px;
    word-wrap: break-word;
    overflow-wrap: break-word;
    white-space: normal;
    margin-bottom: 2rem;
    color: #000000;
    line-height: 1.6;
    flex-grow: 1;
}

.pricing_plan_card_ayoF .learn_rates_Mlpj:hover .article_photo_OeDb::after {
    opacity: 1;
}

.contact_section_dlTR {
    background: rgb(233,221,239);
    position: relative;
    padding: 100px 0;
    overflow: hidden;
}

.contact_section_dlTR::after {
    background-image: 
        linear-gradient(rgb(163,135,187,0.5) 1px, transparent 1px),
        linear-gradient(90deg, rgb(163,135,187,0.5) 1px, transparent 1px);
    content: "";
    position: absolute;
    height: 100%;
    background-size: 30px 30px;
    top: 0;
    z-index: 1;
    opacity: 0.07;
    left: 0;
    width: 100%;
}

.contact_section_dlTR h2 {
    font-size: 35px;
    margin-bottom: 20px;
    display: inline-block;
    font-weight: 700;
    text-align: center;
    left: 50%;
    padding-bottom: 20px;
    transform: translateX(-50%);
    color: #000000;
    position: relative;
}

.contact_section_dlTR h2::after {
    background: rgb(163,135,187);
    width: 30px;
    position: absolute;
    height: 4px;
    content: "";
    left: calc(50% - 15px);
    bottom: 0;
}

.contact_section_dlTR .article_photo_OeDb {
    flex: 0 0 45%;
    min-height: 550px;
    position: relative;
}

.contact_section_dlTR .message_box_qSOn {
    position: relative;
    padding: 60px;
    display: flex;
    justify-content: center;
    flex-direction: column;
    flex: 0 0 55%;
}

.contact_section_dlTR .message_box_qSOn::before {
    height: 150px;
    right: -75px;
    border-radius: 50%;
    z-index: 0;
    border: 30px solid rgb(198,175,213,0.5);
    top: -75px;
    content: "";
    width: 150px;
    position: absolute;
}

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

.contact_section_dlTR form h3::after {
    left: 0;
    bottom: -15px;
    background: rgb(198,175,213);
    content: "";
    height: 2px;
    position: absolute;
    width: 50%;
}

.contact_section_dlTR form input[type="text"]:focus {
    border-bottom-color: rgb(198,175,213);
    outline: none;
}

.contact_section_dlTR form input[type="text"]::placeholder {
    color: rgba(#000000, 0.5);
    transition: all 0.3s ease;
}

.contact_section_dlTR .inquiry_support_8sKv {
    margin-bottom: 40px;
    position: relative;
}

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

.contact_section_dlTR .inquiry_support_8sKv label::before {
    height: 22px;
    border: 2px solid rgb(233,221,239);
    left: 0;
    transition: all 0.3s ease;
    top: 0;
    content: "";
    width: 22px;
    background: transparent;
    position: absolute;
}

.contact_section_dlTR .inquiry_support_8sKv label a {
    text-decoration: none;
    position: relative;
    font-weight: 600;
    color: rgb(198,175,213);
    transition: all 0.3s ease;
}

.contact_section_dlTR .inquiry_support_8sKv label a::after {
    background: rgb(198,175,213);
    position: absolute;
    transition: transform 0.3s ease;
    transform-origin: left;
    transform: scaleX(1);
    content: "";
    bottom: -1px;
    left: 0;
    height: 1px;
    width: 100%;
}

.contact_section_dlTR .help_links_Zr2w {
    z-index: 1;
    padding: 18px 40px;
    border: none;
    overflow: hidden;
    clip-path: polygon(
        0 0,
        100% 0,
        100% 70%,
        90% 100%,
        0 100%
    );
    font-size: 16px;
    position: relative;
    transition: all 0.3s ease;
    width: auto;
    background: rgb(198,175,213);
    font-weight: 600;
    cursor: pointer;
    display: inline-block;
    color: #ffffff;
}

.contact_section_dlTR svg path {
    stroke: rgb(198,175,213);
    transition: all 0.3s ease;
    fill: none;
}

header .top_plank {
    color:  #ffffff;
    background: rgb(198,175,213);
}

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

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

.learning_outcomes_CvQk {
    background: linear-gradient(135deg, rgb(233,221,239) 0%, rgb(198,175,213,0.5) 100%);
    padding: 90px 0;
    position: relative;
    overflow: hidden;
}

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

.learning_outcomes_CvQk .learn_guides_826M {
    gap: 50px;
    align-items: center;
    display: flex;
}

.learning_outcomes_CvQk .article_photo_OeDb::after {
    position: absolute;
    opacity: 0.5;
    transition: all 0.5s ease;
    right: -15px;
    top: 15px;
    content: "";
    bottom: -15px;
    z-index: -1;
    border: 2px solid rgb(198,175,213,0.5);
    left: 15px;
    border-radius: 16px;
}

.learning_outcomes_CvQk .text_embed_i9lk {
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.08);
    border-radius: 16px;
    padding: 40px 35px;
    position: relative;
    background: #ffffff;
    z-index: 1;
    flex: 0 0 55%;
}

.learning_outcomes_CvQk h3 {
    margin-bottom: 30px;
    position: relative;
    padding-left: 15px;
    color: #000000;
    font-size: 33px;
    font-weight: 700;
}

.learning_outcomes_CvQk h3::after {
    width: 80px;
    content: "";
    bottom: -12px;
    border-radius: 10px;
    left: 15px;
    height: 3px;
    position: absolute;
    background: rgb(198,175,213);
}

.learning_outcomes_CvQk li:hover {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
    background: linear-gradient(90deg, #ffffff, rgb(163,135,187,0.5) 180%);
    transform: translateX(10px);
}

.learning_outcomes_CvQk svg {
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    background: #ffffff;
    display: flex;
    justify-content: center;
    transition: all 0.3s ease;
    border-radius: 50%;
    flex-shrink: 0;
    padding: 5px;
    align-items: center;
    height: 24px;
    width: 24px;
}

.learning_outcomes_CvQk li:hover svg path {
    fill: rgb(163,135,187);
}

.reach_out_info_xsEI::before {
    z-index: 1;
    background: linear-gradient(135deg, rgb(198,175,213,0.5) 0%, transparent 50%, rgb(163,135,187,0.5) 100%);
    left: 0;
    position: absolute;
    opacity: 0.1;
    width: 100%;
    content: "";
    height: 100%;
    top: 0;
}



.reach_out_info_xsEI .container {
    z-index: 10;
    position: relative;
}

.reach_out_info_xsEI .course_info_6MSh {
    padding: 3.5rem;
    backdrop-filter: blur(10px);
    background: linear-gradient(to right bottom, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.02));
    position: relative;
    border: 1px solid rgba(255, 255, 255, 0.1);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    border-radius: 30px;
    transition: transform 0.4s ease, box-shadow 0.4s ease;
}

.reach_out_info_xsEI .course_info_6MSh {
    padding: 2rem 1.5rem;
}



.reach_out_info_xsEI .course_info_6MSh:hover {
    box-shadow: 0 20px 45px rgba(0, 0, 0, 0.15);
    transform: translateY(-5px);
}

.reach_out_info_xsEI .course_info_6MSh h2 {
    color: rgb(198,175,213);
    font-size: 34px;
    position: relative;
    font-weight: 700;
    margin-bottom: 1.5rem;
    display: inline-block;
}

.reach_out_info_xsEI .course_info_6MSh h2 {
    font-size: calc(34px * 0.8);
}

.reach_out_info_xsEI .course_info_6MSh:hover h2::after {
    width: 100%;
}

.reach_out_info_xsEI .course_info_6MSh p {
    font-size: 15px;
    color: #000000;
    margin-bottom: 2rem;
    line-height: 1.6;
    max-width: 90%;
}

.reach_out_info_xsEI .course_info_6MSh p:last-of-type svg {
    left: 0;
    width: 20px;
    height: 20px;
    position: absolute;
    margin-right: 10px;
    fill: rgb(198,175,213);
}

.reach_out_info_xsEI .support_contact_dP56 {
    gap: 1.5rem;
    margin-top: 2.5rem;
    flex-wrap: wrap;
    display: flex;
}

.reach_out_info_xsEI .support_contact_dP56 {
    gap: 1rem;
    flex-direction: column;
}

.reach_out_info_xsEI .contact_support_UaZh::before {
    transition: left 0.7s ease;
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: -100%;
    background: linear-gradient(to right, transparent, rgba(255, 255, 255, 0.1), transparent);
}

.reach_out_info_xsEI .contact_support_UaZh:hover {
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
    color: #ffffff;
    background: rgb(198,175,213,0.5);
    transform: translateY(-3px);
}

.reach_out_info_xsEI .contact_support_UaZh svg {
    margin-right: 10px;
    width: 20px;
    transition: transform 0.3s ease;
    height: 20px;
}

.reach_out_info_xsEI .contact_support_UaZh svg {
    fill: rgb(198,175,213);
}

.reach_out_info_xsEI .contact_support_UaZh:hover svg path {
    fill: #ffffff;
}

.gratNote_3cJR::before {
    z-index: -1;
    top: -10%;
    position: absolute;
    transform: rotate(-15deg) translateZ(0);
    background: rgb(163,135,187,0.5);
    animation: floatGlow 12s ease-in-out infinite alternate;
    filter: blur(25px);
    content: "";
    right: -10%;
    height: 70%;
    width: 50%;
}

.gratNote_3cJR .container {
    z-index: 2;
    position: relative;
    transform: translateZ(0);
    margin: 0 auto;
    max-width: 1200px;
    padding: 0 2rem;
}

.gratNote_3cJR h2::after {
    content: "";
    width: 120px;
    position: absolute;
    height: 4px;
    transition: transform 0.6s cubic-bezier(0.22, 1, 0.36, 1);
    transform: scaleX(1);
    left: 0;
    background: linear-gradient(90deg, rgb(198,175,213) 0%, rgb(163,135,187) 100%);
    bottom: -15px;
    transform-origin: left center;
}

.gratNote_3cJR h2:hover::after {
    transform: scaleX(1.2);
}

.gratNote_3cJR .learn_guides_826M:hover {
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.12), 
                0 10px 20px rgba(0, 0, 0, 0.07),
                0 1px 0 rgba(255, 255, 255, 0.6) inset;
    transform: translateY(-5px);
}

.gratNote_3cJR ul {
    margin: 0;
    list-style: none;
    padding: 0;
}

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

.gratNote_3cJR li::before {
    width: 6px;
    border-radius: 50%;
    top: 0.5rem;
    left: 0;
    transform: scale(0);
    animation: pulseIn 0.3s 0.8s cubic-bezier(0.34, 1.56, 0.64, 1) forwards;
    position: absolute;
    height: 6px;
    background: rgb(198,175,213);
    content: "";
}

.volunteer_mUYg::before {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    content: "";
    background: linear-gradient(0deg, #000000 20%, transparent 100%);
    z-index: -1;
}

.volunteer_mUYg .container {
    display: flex;
    flex-direction: column;
    position: relative;
}

.volunteer_mUYg .container::before {
    content: "";
    opacity: 0.3;
    left: 0;
    top: -80px;
    width: 100%;
    background: linear-gradient(0deg, rgb(198,175,213) 0%, transparent 100%);
    height: 80px;
    clip-path: polygon(0 80%, 100% 80%, 100% 100%, 0 100%);
    position: absolute;
}

.volunteer_mUYg .company_holder::before {
    background: linear-gradient(45deg, rgb(198,175,213), transparent 70%);
    left: -5px;
    content: "";
    opacity: 0.5;
    top: -5px;
    z-index: -1;
    position: absolute;
    width: calc(100% + 10px);
    clip-path: polygon(
        0 0,
        calc(100% - 40px) 0,
        100% 40px,
        100% 100%,
        40px 100%,
        0 calc(100% - 40px)
    );
    height: calc(100% + 10px);
    filter: blur(5px);
}

.volunteer_mUYg .company_holder h3::before {
    color: rgb(198,175,213);
    position: absolute;
    content: attr(data-text);
    filter: blur(1px);
    opacity: 0.7;
    top: 2px;
    left: 2px;
    z-index: -1;
}

.volunteer_mUYg .workshop_cta_5jSX {
    display: flex;
    position: relative;
    justify-content: space-between;
}

.volunteer_mUYg .header_nav_CkFl {
    gap: 2rem;
    justify-content: space-between;
    width: 100%;
    display: flex;
}

.volunteer_mUYg .nav_study_s64z {
    border-bottom: 2px solid rgb(198,175,213);
    transition: all 0.3s ease;
    flex: 1;
    padding: 1.5rem;
    border-left: 2px solid rgb(198,175,213);
    position: relative;
    box-shadow: -5px 5px 15px rgba(0, 0, 0, 0.3);
    background: rgba(0, 0, 0, 0.2);
}

.volunteer_mUYg .nav_study_s64z h5::after {
    height: 2px;
    position: absolute;
    content: "";
    bottom: -8px;
    background: rgb(198,175,213);
    left: 0;
    width: 40px;
    box-shadow: 0 0 10px rgb(198,175,213);
}

.volunteer_mUYg .nav_study_s64z .header_nav_CkFl a {
    opacity: 0.7;
    transition: all 0.3s ease;
    overflow: hidden;
    color: #ffffff;
    font-size: 14px;
    padding: 0.5rem 0 0.5rem 1.5rem;
    text-decoration: none;
    position: relative;
}

.volunteer_mUYg .nav_study_s64z .header_nav_CkFl a:hover {
    text-shadow: 0 0 5px rgb(198,175,213);
    color: rgb(198,175,213);
    opacity: 1;
}

.transcript_X8ot::before {
    height: 1px;
    top: 0;
    content: "";
    position: absolute;
    left: 0;
    background-image: 
        linear-gradient(90deg, transparent, rgb(198,175,213), transparent);
    width: 100%;
}

.transcript_X8ot .footer_address_bfG8 {
    text-transform: uppercase;
    text-align: center;
    letter-spacing: 1px;
    font-size: 12px;
    opacity: 0.7;
    color: #ffffff;
}

.privacy_area_2ohc::before {
    opacity: 0.5;
    content: '';
    position: absolute;
    right: -10px;
    background: radial-gradient(circle at center, rgb(198,175,213), transparent);
    width: 150px;
    z-index: 0;
    top: -10px;
    height: 150px;
    transform: rotate(45deg);
}

.privacy_area_2ohc::after {
    opacity: 0.5;
    z-index: 0;
    left: -10px;
    height: 150px;
    transform: rotate(-45deg);
    bottom: -10px;
    position: absolute;
    background: radial-gradient(circle at center, rgb(163,135,187), transparent);
    content: '';
    width: 150px;
}

.privacy_area_2ohc h2 {
    border-bottom: 1px solid rgb(163,135,187);
    font-size: 30px;
    font-weight: 600;
    padding-bottom: 8px;
}

.privacy_area_2ohc ul, .privacy_area_2ohc ol {
    margin-bottom: 20px;
    position: relative;
    list-style: none;
    z-index: 1;
    padding-left: 20px;
}

.privacy_area_2ohc ol {
    counter-reset: item;
}

.privacy_area_2ohc ol li {
    list-style-type: none;
}

.privacy_area_2ohc ol li:before {
    counter-increment: item;
    width: 20px;
    background-color: rgb(163,135,187);
    left: 0;
    line-height: 20px;
    border-radius: 50%;
    height: 20px;
    color: #000000;
    content: counter(item);
    text-align: center;
    top: 0;
    position: absolute;
    font-size: 14px;
}


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



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



@media (max-width: 991px) {.prospective_members_X3IL {
    padding: 90px 0;
}.prospective_members_X3IL h4 {
    margin-bottom: 50px;
    padding: 12px 25px;
    font-size: calc(30px * 0.9);
}.prospective_members_X3IL div > div {
    gap: 30px;
}.prospective_members_X3IL p {
    padding: 18px;
    width: calc(50% - 30px);
}.prospective_members_X3IL p svg {
    height: 24px;
    width: 24px;
    margin-right: 12px;
}.prospective_members_X3IL::after {
    width: 200px;
    height: 200px;
}
}



@media (max-width: 576px) {.prospective_members_X3IL {
    padding: 60px 0;
}.prospective_members_X3IL h4 {
    font-size: calc(30px * 0.7);
    padding: 8px 16px;
    border-width: 1px;
    margin-bottom: 35px;
    box-shadow: 2px 2px 0 rgb(198,175,213,0.5);
}.prospective_members_X3IL div > div {
    gap: 20px;
}.prospective_members_X3IL p {
    font-size: calc(18px * 0.9);
    padding: 12px;
}.prospective_members_X3IL p svg {
    width: 20px;
    margin-right: 10px;
    height: 20px;
}.prospective_members_X3IL p::after {
    width: 12px;
    left: -5px;
    top: -5px;
    height: 12px;
}.prospective_members_X3IL::after {
    height: 100px;
    width: 100px;
}}



@media screen and (max-width: 576px) {.attempt_now_0PXB {
    padding: 2.5rem 1rem;
}.attempt_now_0PXB h6 {
    font-size: calc(19px * 0.9);
    margin-bottom: 1.8rem;
}.attempt_now_0PXB h6::before {
    left: -8px;
    width: 3px;
}.attempt_now_0PXB .help_links_Zr2w {
    font-size: calc(16px * 0.9);
    padding: 0.6rem 1.4rem;
}}


@media only screen and (max-width: 800px) {.cookies_tracking_KVSX {
    display: none;
}.track_cookies_uDBY {
    justify-content: center;
    flex-direction: column;
    align-items: center;
}.cookie_popup_warning_8r2G h5 {
    text-align: center;
}.cookie_popup_warning_8r2G p {
    text-align: center;
}.cookie_control_nWQ2 {
    text-align: center;
    margin-bottom: 20px;
}.cookie_eductrl_UDNI {
    width: 100%;
    max-width: 300px;
    margin-top: 10px;
    margin-left: 0;
}}



@media screen and (max-width: 1200px) {.about_this_WuHr .skill_program_BcZE:first-child {
    margin-right: -10%;
}.about_this_WuHr .skill_program_BcZE:last-child {
    margin-left: -10%;
}
}



@media screen and (max-width: 991px) {.about_this_WuHr {
    padding: 80px 0;
}.about_this_WuHr h2 {
    transform: translateX(0);
    margin-bottom: 50px;
    font-size: calc(48px * 0.9);
}.about_this_WuHr .learn_mastery_YiRB {
    gap: 50px;
}.about_this_WuHr .skill_program_BcZE:first-child,
    .about_this_WuHr .skill_program_BcZE:last-child {
    margin-left: 0;
    margin-right: 0;
}.about_this_WuHr .learn_mastery_YiRB::before {
    left: 20px;
}.about_this_WuHr .learn_mastery_YiRB::after {
    left: 16px;
}
}



@media screen and (max-width: 575px) {.about_this_WuHr {
    padding: 50px 0;
}.about_this_WuHr h2 {
    margin-bottom: 30px;
    font-size: calc(48px * 0.7);
}.about_this_WuHr h2::before {
    width: 80px;
    height: 3px;
}.about_this_WuHr h2::after {
    height: 3px;
    left: 90px;
    width: 40px;
}.about_this_WuHr .skill_program_BcZE {
    padding: 25px;
}.about_this_WuHr .skill_program_BcZE h3 {
    font-size: calc(24px * 0.85);
    margin-bottom: 15px;
}.about_this_WuHr .skill_program_BcZE p {
    font-size: calc(15px * 0.9);
    line-height: 1.6;
}.about_this_WuHr .skill_program_BcZE:first-child h3::after,
    .about_this_WuHr .skill_program_BcZE:last-child h3::after {
    top: -40px;
    font-size: 60px;
}.about_this_WuHr .learn_mastery_YiRB::before {
    left: 10px;
}.about_this_WuHr .learn_mastery_YiRB::after {
    left: 6px;
}}



@media screen and (max-width: 480px) {.learning_system_zRBT {
    padding: 40px 0;
}.learning_system_zRBT .text_embed_i9lk {
    padding: 25px 15px;
    border-radius: calc(14px * 0.8);
}.learning_system_zRBT .text_embed_i9lk h2 {
    margin-bottom: 20px;
    font-size: calc(35px * 0.8);
}.learning_system_zRBT .text_embed_i9lk h2::after {
    width: 30px;
}.learning_system_zRBT .text_embed_i9lk p {
    font-size: calc(15px * 0.9);
}.learning_system_zRBT::after {
    height: 1px;
}}



@media screen and (max-width: 576px) {.course_program_details_P5Va .skill_track_GMgN {
    aspect-ratio: auto;
    padding: 2rem 1.5rem;
    min-height: auto;
    max-width: 90%;
    border-radius: 15px;
}.course_program_details_P5Va .skill_track_GMgN::before {
    border-radius: 15px;
}.course_program_details_P5Va .skill_track_GMgN h3 {
    font-size: calc(32px * 0.8);
}.course_program_details_P5Va .skill_track_GMgN p {
    -webkit-line-clamp: 4;
    font-size: calc(18px * 0.9);
    margin-bottom: 1.5rem;
}.course_program_details_P5Va .help_links_Zr2w {
    font-size: calc(14px * 0.9);
    padding: 0.7rem 1.8rem;
}.course_program_details_P5Va::after {
    bottom: 10%;
}}



@media (max-width: 991px) {.pricing_plan_card_ayoF {
    padding: 5rem 0;
}.pricing_plan_card_ayoF .learning_fees_t5Vn {
    margin-bottom: 2rem;
}.pricing_plan_card_ayoF .fee_offers_4lIq {
    gap: 1.5rem;
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
}
}



@media (max-width: 767px) {.pricing_plan_card_ayoF {
    padding: 4rem 0;
}.pricing_plan_card_ayoF .trial_offers_Lk4r {
    padding: 2rem 1.5rem;
}.pricing_plan_card_ayoF .article_photo_OeDb {
    height: 180px;
}
}



@media (hover: none) {.pricing_plan_card_ayoF .learn_rates_Mlpj:hover {
    transform: none;
}.pricing_plan_card_ayoF .learn_rates_Mlpj:hover .pro_fees_ReG2 {
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.06), 
                    0 5px 15px rgba(0, 0, 0, 0.04);
}.pricing_plan_card_ayoF .learn_rates_Mlpj:hover .article_photo_OeDb::after {
    opacity: 0;
}.pricing_plan_card_ayoF .learn_rates_Mlpj:hover .rate_options_PoXJ::after {
    width: 40px;
}}



@media (max-width: 768px) {.contact_section_dlTR {
    padding: 60px 0;
}.contact_section_dlTR .query_block_wzy1 {
    flex-direction: column;
}.contact_section_dlTR .article_photo_OeDb {
    width: 100%;
    min-height: 300px;
}.contact_section_dlTR .message_box_qSOn {
    width: 100%;
    padding: 40px 30px;
}.contact_section_dlTR form h3 {
    margin-bottom: 30px;
}.contact_section_dlTR form input[type="text"] {
    margin-bottom: 20px;
    padding: 15px 20px;
}.contact_section_dlTR .inquiry_support_8sKv {
    margin-bottom: 30px;
}.contact_section_dlTR .help_links_Zr2w {
    width: 100%;
    padding: 15px 30px;
}
}



@media (max-width: 992px) {.learning_outcomes_CvQk {
    padding: 70px 0;
}.learning_outcomes_CvQk .learn_guides_826M {
    flex-direction: column;
    gap: 40px;
}.learning_outcomes_CvQk .article_photo_OeDb {
    flex: none;
    margin: 0 auto;
    max-width: 60%;
}.learning_outcomes_CvQk .text_embed_i9lk {
    width: 90%;
    flex: none;
    margin: 0 auto;
}.learning_outcomes_CvQk .text_embed_i9lk::before {
    top: 0;
    height: 6px;
    width: 100%;
    left: 0;
}
}



@media (max-width: 991px) {.reach_out_info_xsEI {
    padding: 4rem 0;
}.reach_out_info_xsEI .course_info_6MSh {
    padding: 2.5rem;
}.reach_out_info_xsEI .course_info_6MSh h2 {
    font-size: calc(34px * 0.9);
}.reach_out_info_xsEI .course_info_6MSh p {
    max-width: 100%;
}.reach_out_info_xsEI .support_contact_dP56 {
    gap: 1rem;
}
}



@media (max-width: 768px) {.gratNote_3cJR {
    padding: 4rem 0;
}.gratNote_3cJR h2 {
    margin-bottom: 2rem;
    font-size: calc(28px * 0.8);
}.gratNote_3cJR h2::after {
    width: 100px;
    height: 3px;
}.gratNote_3cJR .learn_guides_826M {
    padding: 2rem;
}.gratNote_3cJR li span {
    line-height: 1.7;
    font-size: calc(13px * 0.95);
}
}



@media (max-width: 375px) {.gratNote_3cJR {
    padding: 3rem 0;
}.gratNote_3cJR .container {
    padding: 0 1.2rem;
}.gratNote_3cJR h2 {
    margin-bottom: 1.5rem;
    font-size: calc(28px * 0.65);
}.gratNote_3cJR .learn_guides_826M {
    padding: 1.5rem 1.2rem;
}.gratNote_3cJR li span {
    font-size: calc(13px * 0.85);
    line-height: 1.5;
}}



@media screen and (max-width: 768px) {.volunteer_mUYg {
    padding: 4rem 0 2rem;
}.volunteer_mUYg .company_holder {
    margin-bottom: 3rem;
    padding: 1.5rem;
}.volunteer_mUYg .company_holder h3 {
    font-size: 38px;
}.volunteer_mUYg .nav_study_s64z h5 {
    font-size: calc(24px * 0.9);
}.transcript_X8ot {
    clip-path: polygon(0 0, 100% 0, 85% 100%, 15% 100%);
    padding: 1.2rem 0;
    margin-top: 2rem;
}
}


@media only screen and (max-width: 800px) {.privacy_area_2ohc {
    padding: 30px 20px;
}.privacy_area_2ohc h1 {
    font-size: calc(24px - 5px);
}.privacy_area_2ohc h2 {
    font-size: calc(24px - 5px);
}.privacy_area_2ohc p, .privacy_area_2ohc li {
    font-size: calc(15px - 2px);
}.privacy_area_2ohc::before, .privacy_area_2ohc::after {
    width: 100px;
    height: 100px;
}
}



@keyframes breatheGlow {
    0%, 100% {
        opacity: 0.3;
    }
    50% {
        opacity: 0.5;
    }
}



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



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


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



@keyframes shiftLight {
    0% {
        transform: rotate(30deg) translateX(0);
    }
    100% {
        transform: rotate(30deg) translateX(5%);
    }
}



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



@keyframes expandWidth {
  from {
    width: 0;
  }
  to {
    width: 100px;
  }
}



@keyframes float {
  0% {
    transform: translate(0, 0) rotate(-5deg);
  }
  50% {
    transform: translate(2%, 2%) rotate(0deg);
  }
  100% {
    transform: translate(-2%, -1%) rotate(5deg);
  }
}



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



@keyframes borderGlow {
    0% {
        opacity: 0.3;
    }
    100% {
        opacity: 0.7;
    }
}

@keyframes spin {
    0% {
        transform: translate(50%, -50%) rotate(0deg);
    }
    100% {
        transform: translate(50%, -50%) rotate(360deg);
    }
}



@keyframes particle1 {
    0% {
        transform: translate(0, 0);
        opacity: 0.6;
    }
    25% {
        transform: translate(30px, 30px);
        opacity: 0.8;
    }
    50% {
        transform: translate(60px, 0);
        opacity: 0.6;
    }
    75% {
        transform: translate(30px, -30px);
        opacity: 0.8;
    }
    100% {
        transform: translate(0, 0);
        opacity: 0.6;
    }
}



@keyframes digital-wave {
    0% {
        left: -100%;
    }
    50%, 100% {
        left: 100%;
    }
}

@keyframes scan {
    0% {
        top: 0;
    }
    100% {
        top: 100%;
    }
}



@keyframes fade-slides {
    0%, 16% {
        opacity: 1;
        z-index: 5;
    }
    20%, 96% {
        opacity: 0;
        z-index: 0;
    }
    100% {
        opacity: 1;
        z-index: 5;
    }
}



@keyframes slide-indicator {
    0%, 16% {
        left: calc(50% - 50px);
    }
    20%, 36% {
        left: calc(50% - 25px);
    }
    40%, 56% {
        left: calc(50%);
    }
    60%, 76% {
        left: calc(50% + 25px);
    }
    80%, 96% {
        left: calc(50% + 50px);
    }
    100% {
        left: calc(50% - 50px);
    }
}



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

@keyframes shimmer {
  0% {
    transform: rotate(25deg) translateX(-30%);
  }
  100% {
    transform: rotate(25deg) translateX(30%);
  }
}

@keyframes pulseBackground {
    0% {
      opacity: 0.05;
      background-position: 0% 0%, 100% 100%, 50% 50%;
      background-size: 200px 200px, 250px 250px, 180px 180px;
    }
    50% {
      opacity: 0.15;
      background-position: 2% 3%, 98% 98%, 51% 52%;
      background-size: 220px 220px, 270px 270px, 200px 200px;
    }
    100% {
      opacity: 0.1;
      background-position: 3% 5%, 96% 96%, 52% 53%;
      background-size: 250px 250px, 300px 300px, 220px 220px;
    }
  }



@keyframes slideUp {
    0% {
        opacity: 0;
        transform: translateY(40px);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}



@keyframes pulseIn {
    0% {
        transform: scale(0);
    }
    50% {
        transform: scale(1.5);
    }
    100% {
        transform: scale(1);
    }
}



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

