.header_start_TUuX {
    flex: 1 0 auto;
}

.wrapper-viewport_IYLp {
    height: 100%;
    flex-direction: column;
    display: flex;
    min-height: 100%;
}

.volunteer_mUYg {
    flex: 0 0 auto;
}

.volunteer_mUYg {
    background-position: center center;
    padding: 5rem 0 3rem;
    color: #ffffff;
    position: relative;
    z-index: 1;
}

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


.leadership_profile_vy8x {
    padding: 8rem 0;
    min-height: 700px;
    overflow: hidden;
    position: relative;
    background: linear-gradient(160deg, rgb(233,221,239) 0%, #000000 100%);
}

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

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

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

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

.leadership_profile_vy8x .student_insights_Gvlq:hover .name::after {
    width: 120px;
}

.leadership_profile_vy8x .student_insights_Gvlq span:not(.name) {
    background: rgba(0, 0, 0, 0.2);
    backdrop-filter: blur(10px);
    font-weight: 600;
    grid-column: 1;
    box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.2);
    font-size: 24px;
    transform: translateX(0);
    z-index: 3;
    padding: 0.7rem 1.5rem;
    margin-top: 4rem;
    color: rgb(163,135,187);
    width: max-content;
    transition: all 0.5s cubic-bezier(0.2, 1, 0.3, 1);
    grid-row: 1;
    border-radius: 10px;
}

.leadership_profile_vy8x .student_insights_Gvlq:hover .job_profile_Yl5D {
    transform: translateY(-10px);
    box-shadow: 15px 15px 40px rgba(0, 0, 0, 0.4);
}

.leadership_profile_vy8x .job_profile_Yl5D::before {
    background-size: 200% 200%;
    z-index: -1;
    top: 0;
    position: absolute;
    height: 100%;
    content: "";
    background: linear-gradient(45deg, transparent, rgba(255, 255, 255, 0.1), transparent);
    width: 100%;
    left: 0;
    animation: shimmerEffect 5s ease-in-out infinite;
}

header::before {
    top: 0;
    position: absolute;
    height: 5px;
    width: 100%;
    left: 0;
    background: linear-gradient(to right, rgb(198,175,213), rgb(163,135,187));
    content: "";
}

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

header .head_wrap_utES {
    flex-direction: column;
    padding: 20px 15px;
}

header .head_wrap_utES .header_lesson_r2be .first_class_WHLY {
    display: block;
    overflow: hidden;
    position: relative;
}

header .head_wrap_utES .header_lesson_r2be .first_class_WHLY svg {
    height: 40px;
    width: auto;
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
}

header .head_wrap_utES .nav_study_s64z .site_head_Pf2H {
    position: relative;
    margin: 0 15px;
}

header .head_wrap_utES .nav_study_s64z .site_head_Pf2H {
    margin: 5px 12px;
}

header .head_wrap_utES .nav_study_s64z .site_head_Pf2H a {
    display: block;
    overflow: hidden;
    text-decoration: none;
    transition: color 0.3s ease, letter-spacing 0.3s ease;
    letter-spacing: 0.5px;
    color: #000000;
    position: relative;
    font-size: 17px;
    font-family: Arial, sans-serif;
    padding: 8px 0;
    font-weight: 400;
}

header .head_wrap_utES .nav_study_s64z .site_head_Pf2H a {
    font-size: calc(17px - 1px);
    padding: 5px 0;
}

header .head_wrap_utES .nav_study_s64z .site_head_Pf2H a::after {
    background-color: rgb(163,135,187);
    transform: scaleX(0);
    transform-origin: left center;
    transition: transform 0.3s cubic-bezier(0.19, 1, 0.22, 1) 0.1s;
}

header .head_wrap_utES .nav_study_s64z .site_head_Pf2H a::after {
    bottom: -2px;
    height: 3px;
    opacity: 0.3;
}

header .head_wrap_utES .nav_study_s64z .site_head_Pf2H:hover {
    animation: subtle-float 2s infinite alternate ease-in-out;
}

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

.prospective_members_X3IL div > div {
    justify-content: center;
    position: relative;
    gap: 50px;
    flex-wrap: wrap;
    display: flex;
}

.prospective_members_X3IL div > div::before {
    top: 50%;
    background: linear-gradient(90deg, transparent, rgb(198,175,213,0.5), transparent);
    content: "";
    position: absolute;
    z-index: -1;
    width: 100%;
    height: 2px;
    left: 0;
}

.prospective_members_X3IL p {
    justify-content: flex-start;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
    display: flex;
    font-size: 18px;
    position: relative;
    transition: all 0.4s cubic-bezier(0.22, 1, 0.36, 1);
    align-items: center;
    width: calc(33.333% - 50px);
    background: #ffffff;
    margin: 0;
    z-index: 1;
    border: 1px solid rgb(233,221,239);
    border-radius: 10px;
    padding: 20px;
    color: #000000;
}

.prospective_members_X3IL p::after {
    height: 20px;
    background: #ffffff;
    left: -10px;
    top: -10px;
    border: 1px solid rgb(198,175,213);
    position: absolute;
    transition: all 0.3s ease;
    border-radius: 50%;
    width: 20px;
    content: "";
}

.prospective_members_X3IL p svg {
    margin-right: 15px;
    flex-shrink: 0;
    width: 26px;
    height: 26px;
    transition: all 0.3s ease;
}

.prospective_members_X3IL p:hover svg {
    transform: rotate(15deg);
}



.prospective_members_X3IL::after {
    position: absolute;
    height: 300px;
    opacity: 0.3;
    right: 0;
    background-repeat: no-repeat;
    content: "";
    bottom: 0;
    background-position: bottom right;
    width: 300px;
    z-index: 1;
}

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

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

.attempt_now_0PXB {
    background: linear-gradient(135deg, rgb(198,175,213) 0%, rgb(163,135,187) 100%);
    overflow: hidden;
    box-shadow: 0 15px 30px rgba(0,0,0,0.1);
    padding: 4rem 2rem;
    z-index: 1;
    position: relative;
}

.attempt_now_0PXB::after {
    content: "";
    top: 0;
    height: 100%;
    width: 100%;
    background: radial-gradient(circle at 30% 70%, rgb(198,175,213,0.5) 0%, transparent 60%);
    left: 0;
    position: absolute;
    z-index: -1;
}

.attempt_now_0PXB h6 {
    transform: translateX(20px);
    font-size: calc(19px * 1.1);
    position: relative;
    text-shadow: 0 2px 4px rgba(0,0,0,0.1);
    color: #ffffff;
    font-weight: 600;
    animation: slideInText 0.6s ease-out forwards;
    margin-bottom: 2.5rem;
    max-width: 80%;
    line-height: 1.6;
}

.attempt_now_0PXB div div {
    opacity: 0;
    transform: translateY(10px);
    animation: slideUpButton 0.8s ease-out forwards 0.3s;
    justify-content: flex-start;
    display: flex;
}

.attempt_now_0PXB .help_links_Zr2w span {
    display: inline-block;
    position: relative;
    transition: transform 0.3s ease, color 0.3s ease;
    z-index: 2;
    transform: skewX(5deg);
}

.attempt_now_0PXB .help_links_Zr2w::before {
    position: absolute;
    width: 100%;
    content: "";
    background: rgb(163,135,187);
    top: 0;
    transition: transform 0.4s cubic-bezier(0.17, 0.67, 0.83, 0.67);
    transform: translateX(0) skewX(-10deg);
    left: -100%;
    z-index: 1;
    height: 100%;
}

.attempt_now_0PXB .help_links_Zr2w:hover {
    transform: skewX(-5deg) translateY(-3px);
    box-shadow: 0 12px 25px rgba(0,0,0,0.2);
}

.attempt_now_0PXB .help_links_Zr2w:hover span {
    transform: skewX(5deg) translateX(3px);
    color: rgb(198,175,213);
}

.cookie_popup_warning_8r2G {
    padding: 20px 0;
    position: fixed;
    z-index: 90;
    bottom: 0;
    width: 100%;
    box-shadow: rgba(0, 0, 0, 0.5) 0px 0px 20px 0px;
    transition: all 0.3s ease-in-out;
    border-top: 2px solid rgb(198,175,213);
    background: rgb(163,135,187);
}

.cookie_popup_warning_8r2G p {
    color: #ffffff;
    max-width: 500px;
    font-size: 13px;
}

.cookies_tracking_KVSX {
    flex-shrink: 0;
    margin-right: 20px;
}

.cookies_tracking_KVSX:hover svg {
    transform: rotate(10deg);
}

.cookie_eductrl_UDNI {
    text-decoration: none;
    line-height: 35px;
    cursor: pointer;
    transition: background 0.3s ease-in-out, transform 0.3s ease-in-out;
    padding: 10px 20px;
    box-shadow: rgb(198,175,213,0.5) 0px 4px 10px 0px;
    font-size: 15px;
    background: rgb(198,175,213);
    border-radius: 22px;
    color: #ffffff;
    margin-left: 20px;
}

.cookie_popup_warning_8r2G p a:hover {
    color: rgb(163,135,187);
}

.wrapper-viewport_IYLp .cookie_popup_warning_8r2G {
    border: none;
    background: rgb(163,135,187);
    padding: 40px 0;
    box-shadow: rgba(0, 0, 0, 0.5) 0px 0px 40px 39px;
}

.wrapper-viewport_IYLp .cookie_control_nWQ2 h5, .wrapper-viewport_IYLp .cookie_control_nWQ2 p {
    color: #ffffff;
}


#cookie_overlay_box_NWgx {
    display: none;
}

.title_welcome_XYKB {
    padding: 4rem 2rem;
    display: flex;
    min-height: 100vh;
    align-items: center;
    justify-content: center;
    position: relative;
    background: linear-gradient(135deg, rgb(233,221,239), rgb(163,135,187,0.5) 80%);
    overflow: hidden;
}

.title_welcome_XYKB::before {
    width: 100%;
    border-radius: 40% 60% 70% 30% / 40% 50% 60% 50%;
    left: -50%;
    height: 100%;
    animation: float 15s ease-in-out infinite alternate;
    top: -50%;
    content: '';
    position: absolute;
    opacity: 0.05;
    background: rgb(198,175,213,0.5);
    transform: rotate(-5deg);
}

.title_welcome_XYKB h1.learn_first_CkGL {
    font-size: clamp(2.5rem, 5vw, 48px);
    line-height: 1.2;
    letter-spacing: -0.02em;
    margin-bottom: 1.5rem;
    transform: translateY(20px);
    animation: fadeUp 0.8s ease-out forwards;
    position: relative;
    color: #000000;
    font-weight: 700;
    opacity: 0;
}

.title_welcome_XYKB p {
    animation: fadeUp 0.8s ease-out forwards 0.3s;
    line-height: 1.6;
    max-width: 650px;
    transform: translateY(20px);
    opacity: 0;
    font-size: clamp(1rem, 3vw, 14px);
    margin-bottom: 2rem;
    color: #000000;
}

.title_welcome_XYKB .creds_block_VpQZ {
    position: relative;
    width: 100%;
    transition: transform 0.5s ease, box-shadow 0.5s ease;
    height: 350px;
    overflow: hidden;
    box-shadow: 15px 15px 30px rgba(0, 0, 0, 0.1), 
              -15px -15px 30px #ffffff,
              inset 5px 5px 10px rgba(0, 0, 0, 0.05),
              inset -5px -5px 10px rgba(255, 255, 255, 0.5);
    border-radius: 10px;
}


  
  .title_welcome_XYKB .creds_block_VpQZ {
    height: 400px;
}

.title_welcome_XYKB .creds_block_VpQZ span {
    transition: transform 0.5s ease;
    right: 0;
    padding: 2rem;
    left: 0;
    position: absolute;
    bottom: 0;
    z-index: 2;
}

.about_this_WuHr {
    overflow: hidden;
    background: linear-gradient(135deg, rgb(198,175,213,0.5) 0%, rgb(233,221,239) 50%, rgb(163,135,187,0.5) 100%);
    background-image: 
        linear-gradient(rgba(255, 255, 255, 0.1) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255, 255, 255, 0.1) 1px, transparent 1px);
    position: relative;
    padding: 120px 0;
    background-position: center center;
    background-size: 30px 30px;
    color: #000000;
}

.about_this_WuHr .container {
    z-index: 2;
    position: relative;
}

.about_this_WuHr .container::before {
    z-index: 1;
    width: 20px;
    animation: techPulse 4s infinite;
    border: 2px solid rgb(198,175,213);
    left: -100px;
    content: "";
    position: absolute;
    top: 40%;
    border-radius: 50%;
    height: 20px;
}

.about_this_WuHr h2 {
    font-size: 48px;
    margin-bottom: 80px;
    text-align: left;
    font-weight: 700;
    color: #000000;
    position: relative;
}

.about_this_WuHr h2::after {
    background: rgb(163,135,187);
    position: absolute;
    width: 60px;
    height: 4px;
    bottom: -20px;
    content: "";
    left: 130px;
}

.about_this_WuHr .learn_mastery_YiRB::before {
    height: 100%;
    position: absolute;
    content: "";
    top: 0;
    z-index: 1;
    background: linear-gradient(to bottom, 
        rgb(198,175,213) 0%, 
        rgb(198,175,213,0.5) 20%,
        rgb(163,135,187,0.5) 80%,
        rgb(163,135,187) 100%
    );
    width: 2px;
    left: 40%;
}

.about_this_WuHr .skill_program_BcZE {
    padding: 40px;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.2);
    backdrop-filter: blur(10px);
    overflow: visible;
    border-radius: 29px;
    background: rgba(255, 255, 255, 1);
    position: relative;
    transition: transform 0.4s ease, box-shadow 0.4s ease;
}

.about_this_WuHr .skill_program_BcZE:hover {
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.3);
}

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

.about_this_WuHr .skill_program_BcZE h3::before {
    width: 10px;
    top: 50%;
    left: 0;
    height: 10px;
    background: rgb(198,175,213);
    content: "";
    position: absolute;
    transform: translateY(-50%);
    clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
}

.about_this_WuHr .skill_program_BcZE::after {
    border-radius: 29px;
    content: "";
    pointer-events: none;
    inset: 0;
    position: absolute;
    border: 1px solid rgba(255, 255, 255, 0.1);
}

.learning_system_zRBT {
    overflow: hidden;
    position: relative;
    background-color: rgb(233,221,239);
    padding: 120px 0;
}

.learning_system_zRBT::before {
    width: 100%;
    height: 100%;
    opacity: 0.15;
    z-index: 1;
    left: 0;
    background: radial-gradient(circle at 30% 50%, rgb(198,175,213,0.5) 0%, transparent 50%),
                radial-gradient(circle at 70% 20%, rgb(163,135,187,0.5) 0%, transparent 40%);
    position: absolute;
    top: 0;
    content: '';
}

.learning_system_zRBT .learn_guides_826M {
    padding: 0 20px;
    max-width: 1200px;
    margin: 0 auto;
    z-index: 2;
    align-items: center;
    position: relative;
    display: flex;
}

.learning_system_zRBT .text_embed_i9lk::before {
    content: '';
    background-image: 
        linear-gradient(0deg, rgba(255, 255, 255, 0.05) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255, 255, 255, 0.05) 1px, transparent 1px);
    z-index: -1;
    left: 0;
    position: absolute;
    background-size: 20px 20px;
    width: 100%;
    height: 100%;
    opacity: 0.1;
    top: 0;
}

.learning_system_zRBT .text_embed_i9lk::before {
    height: 100%;
    left: 0;
    top: 0;
    background-image: 
        linear-gradient(0deg, transparent 24px, rgb(198,175,213,0.5) 25px, rgb(198,175,213,0.5) 26px, transparent 27px),
        linear-gradient(90deg, transparent 24px, rgb(198,175,213,0.5) 25px, rgb(198,175,213,0.5) 26px, transparent 27px);
    background-size: 50px 50px;
    position: absolute;
    opacity: 0.05;
    z-index: -1;
    width: 100%;
    content: '';
}

.learning_system_zRBT .text_embed_i9lk h2::before {
    content: '';
    width: 100%;
    top: 0;
    filter: blur(8px);
    animation: glitch 5s infinite;
    left: 0;
    z-index: -1;
    height: 100%;
    opacity: 0.7;
    color: rgb(198,175,213);
    position: absolute;
}

.learning_system_zRBT .text_embed_i9lk h2::before {
    filter: blur(10px);
    height: calc(100% + 10px);
    top: -5px;
    width: calc(100% + 10px);
    position: absolute;
    content: '';
    left: -5px;
    background-color: rgb(198,175,213);
    opacity: 0.1;
    animation: glitch 5s infinite;
    z-index: -1;
}

.learning_system_zRBT .learn_guides_826M::before,
.learning_system_zRBT .learn_guides_826M::after {
    z-index: 0;
    content: '';
    position: absolute;
    border-radius: 50%;
}

.learning_system_zRBT .learn_guides_826M::before {
    box-shadow: 0 0 20px rgb(198,175,213);
    width: 10px;
    background-color: rgb(198,175,213);
    top: 40px;
    left: 10%;
    animation: particle1 15s infinite alternate;
    height: 10px;
}

.learning_system_zRBT .text_embed_i9lk p::after {
    top: 0;
    position: absolute;
    background: linear-gradient(90deg, 
        transparent, 
        rgba(255, 255, 255, 0.05), 
        transparent
    );
    left: -100%;
    content: '';
    animation: digital-wave 8s infinite;
    z-index: -1;
    width: 100%;
    height: 100%;
}

.learning_system_zRBT .text_embed_i9lk p::before {
    position: absolute;
    width: 100%;
    opacity: 0.3;
    animation: scan 4s linear infinite;
    height: 2px;
    content: '';
    top: 0;
    background-color: rgb(198,175,213,0.5);
    z-index: 1;
    left: 0;
}

.course_program_details_P5Va .lesson_route_duxW {
    height: 100%;
    top: 0;
    position: absolute;
    z-index: 1;
    left: 0;
    width: 100%;
}

.course_program_details_P5Va .lesson_route_duxW::before {
    height: 100%;
    top: 0;
    content: "";
    background: radial-gradient(circle at center, transparent 30%, #000000 100%);
    width: 100%;
    position: absolute;
    left: 0;
    z-index: 2;
}

.course_program_details_P5Va .lesson_route_duxW:hover .career_progress_Rqz6 {
    animation-play-state: paused;
}

.course_program_details_P5Va .career_progress_Rqz6:hover {
    transform: scale(1);
}

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

.course_program_details_P5Va .career_progress_Rqz6:nth-child(3) {
    animation-delay: -12s;
}

.course_program_details_P5Va .career_progress_Rqz6:nth-child(5) {
    animation-delay: -24s;
}

.course_program_details_P5Va .container {
    width: 100%;
    margin: 0 auto;
    z-index: 10;
    position: relative;
    max-width: 1200px;
}

.course_program_details_P5Va .skill_track_GMgN {
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
    aspect-ratio: 1;
    padding: 3rem;
    border: 1px solid rgba(255, 255, 255, 0.1);
    max-width: 1000px;
    position: relative;
    width: 100%;
    text-align: center;
    justify-content: center;
    display: flex;
    background: rgba(0, 0, 0, 0.4);
    flex-direction: column;
    backdrop-filter: blur(10px);
    border-radius: 50%;
    overflow: hidden;
    align-items: center;
}

.course_program_details_P5Va .skill_track_GMgN::after {
    filter: blur(20px);
    position: absolute;
    z-index: -2;
    opacity: 0.1;
    width: 120%;
    height: 120%;
    background: radial-gradient(
        ellipse at center,
        rgb(198,175,213,0.5) 0%,
        transparent 70%
    );
    content: "";
    animation: pulse-glow 5s ease-in-out infinite alternate;
}

.course_program_details_P5Va .skill_track_GMgN p {
    margin-bottom: 2rem;
    color: #000000;
    overflow: hidden;
    -webkit-line-clamp: 4;
    line-height: 1.6;
    font-size: 18px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}

.course_program_details_P5Va .help_links_Zr2w::before {
    transition: transform 0.6s ease;
    position: absolute;
    width: 100%;
    z-index: -1;
    height: 100%;
    background: rgb(163,135,187);
    transform: scaleX(0);
    content: "";
    left: 0;
    top: 0;
    transform-origin: right;
}

.course_program_details_P5Va .skill_track_GMgN .orbital-elements {
    width: 100%;
    pointer-events: none;
    position: absolute;
    left: 0;
    border-radius: 50%;
    top: 0;
    height: 100%;
}




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

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

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

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

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

.pricing_plan_card_ayoF {
    position: relative;
    background: #ffffff;
    padding: 7rem 0;
    overflow: hidden;
}

.pricing_plan_card_ayoF::before {
    z-index: 1;
    border-radius: 40% 60% 70% 30% / 40% 50% 60% 50%;
    height: 400px;
    background: linear-gradient(135deg, rgb(198,175,213,0.5), transparent);
    right: -100px;
    filter: blur(30px);
    opacity: 0.6;
    content: '';
    top: -150px;
    width: 400px;
    animation: float 15s ease-in-out infinite alternate;
    position: absolute;
}

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

.pricing_plan_card_ayoF .learning_fees_t5Vn h2 {
    position: relative;
    margin-bottom: 1rem;
    font-weight: 700;
    display: inline-block;
    color: #000000;
    font-size: 36px;
}

.pricing_plan_card_ayoF .fee_board_bPYs {
    margin: 1.5rem auto 0;
    max-width: 700px;
    font-size: 18px;
    line-height: 1.6;
    color: #000000;
}

.pricing_plan_card_ayoF .fee_offers_4lIq {
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    display: grid;
    gap: 2rem;
    margin-top: 2rem;
}

.pricing_plan_card_ayoF .learn_rates_Mlpj:nth-child(2) {
    animation-delay: 0.5s;
}

.pricing_plan_card_ayoF .learn_rates_Mlpj:nth-child(3) {
    animation-delay: 0.6s;
}

.pricing_plan_card_ayoF .learn_rates_Mlpj:nth-child(4) {
    animation-delay: 0.7s;
}

.pricing_plan_card_ayoF .pro_fees_ReG2 {
    border-radius: 4px;
    background: linear-gradient(140deg, #ffffff, #f8f9fa);
    display: flex;
    flex-direction: column;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.06), 
                0 5px 15px rgba(0, 0, 0, 0.04);
    position: relative;
    height: 100%;
    overflow: hidden;
    transition: all 0.4s ease;
}

.pricing_plan_card_ayoF .trial_offers_Lk4r h3 {
    transition: color 0.3s ease;
    position: relative;
    color: #000000;
    font-weight: 700;
    margin-bottom: 1rem;
    font-size: calc(22px + 2px);
}

.pricing_plan_card_ayoF .rate_options_PoXJ::after {
    transition: width 0.3s ease;
    bottom: 0;
    position: absolute;
    content: '';
    width: 40px;
    height: 2px;
    background: rgb(198,175,213,0.5);
    left: 0;
}

.pricing_plan_card_ayoF .article_photo_OeDb {
    height: 200px;
    position: relative;
    overflow: hidden;
    transition: all 0.5s ease;
    width: 100%;
}

.pricing_plan_card_ayoF .article_photo_OeDb::after {
    transition: opacity 0.4s ease;
    opacity: 0;
    bottom: 0;
    left: 0;
    top: 0;
    content: '';
    background: linear-gradient(to top, rgba(0,0,0,0.3), transparent);
    right: 0;
    position: absolute;
}

.contact_section_dlTR::before {
    content: "";
    background: repeating-linear-gradient(
        45deg,
        rgb(198,175,213,0.5) 0,
        rgb(198,175,213,0.5) 1px,
        transparent 1px,
        transparent 30px
    );
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 1;
    height: 100%;
    opacity: 0.07;
}

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

.contact_section_dlTR h2::before {
    width: 80px;
    bottom: 0;
    height: 4px;
    left: calc(50% - 40px);
    background: rgb(198,175,213);
    content: "";
    position: absolute;
}

.contact_section_dlTR .query_block_wzy1 {
    overflow: hidden;
    border-radius: 0;
    margin-top: 50px;
    background: #ffffff;
    box-shadow: 0 30px 60px rgba(0, 0, 0, 0.1);
    position: relative;
    display: flex;
}

.contact_section_dlTR .article_photo_OeDb::before {
    position: absolute;
    content: "";
    inset: 0;
    z-index: 1;
    background: linear-gradient(
        135deg, 
        rgba(rgb(198,175,213), 0.4), 
        rgba(rgb(163,135,187), 0.4)
    );
}

.contact_section_dlTR .message_box_qSOn::after {
    left: -50px;
    content: "";
    transform: rotate(45deg);
    z-index: 0;
    width: 100px;
    bottom: -50px;
    height: 100px;
    border-radius: 0;
    position: absolute;
    background: rgb(163,135,187,0.5);
}

.contact_section_dlTR form h3 {
    font-size: 18px;
    color: #000000;
    display: inline-block;
    position: relative;
    font-weight: 600;
    margin-bottom: 40px;
}

.contact_section_dlTR form input[type="text"] {
    color: #000000;
    margin-bottom: 25px;
    transition: all 0.3s ease;
    width: 100%;
    border-bottom: 2px solid rgb(233,221,239);
    padding: 20px 25px;
    border: none;
    font-size: 16px;
    background: transparent;
}

.contact_section_dlTR form input[type="text"]:focus::placeholder {
    transform: translateY(-10px);
    opacity: 0;
}

.contact_section_dlTR .inquiry_support_8sKv label {
    color: #000000;
    font-size: 16px;
    line-height: 1.5;
    cursor: pointer;
    padding-left: 35px;
    position: relative;
}

.contact_section_dlTR .inquiry_support_8sKv input[type="checkbox"]:checked + label::before {
    background: rgb(198,175,213);
    border-color: rgb(198,175,213);
}

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

.contact_section_dlTR .inquiry_support_8sKv label a:hover {
    color: rgb(163,135,187);
}

.contact_section_dlTR .inquiry_support_8sKv label a:hover::after {
    background: rgb(163,135,187);
    transform: scaleX(0);
}

.contact_section_dlTR .help_links_Zr2w::before {
    height: 100%;
    left: -10px;
    content: "";
    width: 0;
    transition: width 0.5s ease;
    position: absolute;
    top: 0;
    transform: skewX(-25deg);
    background: rgb(163,135,187);
    z-index: -1;
}

.contact_section_dlTR .help_links_Zr2w:hover::before {
    width: 150%;
}

.contact_section_dlTR svg {
    fill: none;
    transition: all 0.3s ease;
    height: 24px;
    stroke: rgb(198,175,213);
    stroke-width: 2;
    width: 24px;
}

.contact_section_dlTR svg:hover,
.contact_section_dlTR svg:hover path {
    stroke: rgb(163,135,187);
}

header .top_plank .top_edge_0wfO div svg, header .top_plank .top_edge_0wfO div svg path {
    fill: #ffffff;
}

header .top_plank .top_edge_0wfO div {
    align-items: center;
    display: flex;
    justify-content: flex-start;
    margin-right: 24px;
}

header .top_plank .top_edge_0wfO div img, header .top_plank .top_edge_0wfO div svg {
    margin-right: 8px;
    width: 16px;
    height: 16px;
}

.learning_outcomes_CvQk::before {
    opacity: 0.4;
    content: "";
    width: 100%;
    height: 100%;
    left: 0;
    background: radial-gradient(circle at 75% 25%, rgb(163,135,187,0.5) 0%, transparent 50%);
    top: 0;
    position: absolute;
}

.learning_outcomes_CvQk .article_photo_OeDb {
    position: relative;
    z-index: 1;
    flex: 0 0 38%;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
    max-width: 38%;
    border-radius: 16px;
    transform: translateY(-10px);
    transition: all 0.5s ease;
}

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

.learning_outcomes_CvQk .article_photo_OeDb:hover::after {
    left: 10px;
    opacity: 0.7;
    bottom: -10px;
    right: -10px;
    top: 10px;
}

.learning_outcomes_CvQk .text_embed_i9lk::before {
    content: "";
    position: absolute;
    background: linear-gradient(to bottom, rgb(198,175,213), rgb(163,135,187));
    top: 0;
    border-radius: 10px;
    height: 100%;
    width: 6px;
    left: 0;
}

.learning_outcomes_CvQk ul {
    margin: 0;
    display: flex;
    gap: 15px;
    list-style: none;
    flex-direction: column;
    padding: 0 0 0 15px;
}

.learning_outcomes_CvQk li {
    padding: 15px;
    position: relative;
    border-radius: 8px;
    transition: all 0.3s ease;
    background: linear-gradient(90deg, #ffffff, rgb(233,221,239) 180%);
}

.learning_outcomes_CvQk li p {
    gap: 16px;
    font-size: 17px;
    line-height: 1.5;
    margin: 0;
    display: flex;
    color: #000000;
    font-weight: 400;
    align-items: center;
}

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

.learning_outcomes_CvQk li:hover svg {
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.15);
    transform: scale(1.1);
}

.reach_out_info_xsEI {
    overflow: hidden;
    position: relative;
    background: rgb(233,221,239);
    padding: 6rem 0;
}

.reach_out_info_xsEI {
    padding: 3rem 0;
}

.reach_out_info_xsEI::after {
    top: 0;
    content: "";
    height: 100%;
    position: absolute;
    width: 100%;
    left: 0;
    opacity: 0.15;
    background-image: 
    radial-gradient(circle at 10% 20%, rgb(198,175,213,0.5) 0%, transparent 8%),
    radial-gradient(circle at 90% 80%, rgb(163,135,187,0.5) 0%, transparent 8%),
    radial-gradient(circle at 50% 50%, rgb(198,175,213,0.5) 0%, transparent 10%);
    z-index: 2;
    animation: pulseBackground 15s infinite alternate ease-in-out;
}

.reach_out_info_xsEI::after {
    background-size: 250px 250px, 300px 300px, 200px 200px;
}

.reach_out_info_xsEI .course_info_6MSh::before {
    animation: shimmer 8s infinite linear;
    content: "";
    z-index: -1;
    width: 200%;
    height: 200%;
    transform: rotate(25deg);
    left: -50%;
    background: linear-gradient(45deg, transparent 65%, rgba(255, 255, 255, 0.03) 70%, rgba(255, 255, 255, 0.01) 75%, transparent 80%);
    position: absolute;
    top: -50%;
}

.reach_out_info_xsEI .course_info_6MSh h2::after {
    background: linear-gradient(to right, rgb(198,175,213), rgb(163,135,187));
    bottom: -10px;
    transition: width 0.3s ease;
    height: 3px;
    border-radius: 10px;
    left: 0;
    position: absolute;
    width: 60px;
    content: "";
}

.reach_out_info_xsEI .course_info_6MSh p:last-of-type {
    font-weight: 600;
    padding-left: 30px;
    position: relative;
    align-items: center;
    color: rgb(198,175,213);
    display: flex;
}

.reach_out_info_xsEI .course_info_6MSh p:last-of-type svg path {
    fill: rgb(198,175,213);
}

.reach_out_info_xsEI .contact_support_UaZh {
    min-width: 200px;
    background: rgba(255, 255, 255, 0.05);
    color: rgb(198,175,213);
    font-weight: 600;
    justify-content: center;
    display: flex;
    border: 1px solid rgba(255, 255, 255, 0.1);
    padding: 1rem 2rem;
    text-decoration: none;
    position: relative;
    border-radius: 30px;
    overflow: hidden;
    transition: all 0.3s ease;
    font-size: calc(18px * 1.1);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
    align-items: center;
}

.reach_out_info_xsEI .contact_support_UaZh {
    width: 100%;
}

.reach_out_info_xsEI .contact_support_UaZh:hover::before {
    left: 100%;
}

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

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

.gratNote_3cJR {
    padding: 7rem 0;
    z-index: 1;
    position: relative;
    background: linear-gradient(135deg, rgb(233,221,239) 0%, rgb(198,175,213,0.5) 100%);
    overflow: hidden;
}

.gratNote_3cJR::after {
    background: rgb(198,175,213,0.5);
    transform: rotate(10deg) translateZ(0);
    filter: blur(20px);
    height: 60%;
    position: absolute;
    animation: floatGlow 8s ease-in-out infinite alternate-reverse;
    bottom: -5%;
    content: "";
    left: -5%;
    width: 40%;
    z-index: -1;
}

.gratNote_3cJR h2 {
    max-width: 800px;
    transition: transform 0.5s cubic-bezier(0.34, 1.56, 0.64, 1);
    position: relative;
    line-height: 1.3;
    color: #000000;
    font-size: 28px;
    transform: perspective(1000px) rotateX(0deg);
    font-family: Arial, sans-serif;
    margin-bottom: 3rem;
    font-weight: 700;
}

.gratNote_3cJR h2:hover {
    transform: perspective(1000px) rotateX(2deg);
}

.gratNote_3cJR .learn_guides_826M {
    background: rgba(255, 255, 255, 0.9);
    transition: transform 0.5s cubic-bezier(0.22, 1, 0.36, 1), 
                box-shadow 0.5s cubic-bezier(0.22, 1, 0.36, 1);
    transform: translateY(0);
    border-radius: 10px;
    border-left: 5px solid rgb(163,135,187);
    animation: slideUp 0.8s cubic-bezier(0.16, 1, 0.3, 1) forwards;
    padding: 3rem;
    backdrop-filter: blur(5px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1), 
                0 5px 15px rgba(0, 0, 0, 0.05),
                0 1px 0 rgba(255, 255, 255, 0.6) inset;
}

.gratNote_3cJR li span {
    display: block;
    transform: translateY(20px);
    animation: fadeIn 0.5s 0.6s ease forwards;
    opacity: 0;
    color: #000000;
    font-size: 13px;
    line-height: 1.8;
    font-family: Arial, sans-serif;
}

.volunteer_mUYg::after {
    width: 100%;
    background: repeating-linear-gradient(
        0deg,
        rgba(0, 0, 0, 0.3) 0px,
        rgba(0, 0, 0, 0.3) 1px,
        transparent 1px,
        transparent 20px
    );
    top: 0;
    left: 0;
    opacity: 0.5;
    content: "";
    height: 100%;
    position: absolute;
    z-index: -1;
}

.volunteer_mUYg .company_holder {
    clip-path: polygon(
        0 0,
        calc(100% - 30px) 0,
        100% 30px,
        100% 100%,
        30px 100%,
        0 calc(100% - 30px)
    );
    padding: 2rem;
    background: rgba(0, 0, 0, 0.4);
    backdrop-filter: blur(5px);
    position: relative;
    border: 1px solid rgba(rgb(198,175,213), 0.3);
    margin-bottom: 4rem;
    border-radius: 10px;
}

.volunteer_mUYg .company_holder h3 {
    letter-spacing: 2px;
    text-transform: uppercase;
    margin-bottom: 1.5rem;
    display: inline-block;
    color: #ffffff;
    position: relative;
    text-shadow: 0 0 10px rgb(198,175,213), 0 0 20px rgb(198,175,213), 0 0 30px rgb(198,175,213);
    font-weight: 700;
    font-size: calc(38px * 1.2);
}

.volunteer_mUYg .conduct_code_QdjK {
    font-size: 14px;
    margin-top: 1.5rem;
    border-left: 2px solid rgb(198,175,213);
    padding-left: 1rem;
    line-height: 1.6;
    opacity: 0.8;
    color: #ffffff;
}

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

.volunteer_mUYg .nav_study_s64z:hover {
    transform: translateY(-5px);
    background: rgba(rgb(198,175,213,0.5), 0.1);
    box-shadow: -8px 8px 20px rgba(0, 0, 0, 0.4);
}

.volunteer_mUYg .nav_study_s64z h5 {
    font-size: 24px;
    color: rgb(163,135,187);
    letter-spacing: 2px;
    position: relative;
    text-transform: uppercase;
    margin-bottom: 1.5rem;
    font-weight: 600;
}

.volunteer_mUYg .nav_study_s64z .header_nav_CkFl {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.volunteer_mUYg .nav_study_s64z .header_nav_CkFl a::before {
    position: absolute;
    font-size: 0.8em;
    left: 0;
    transition: all 0.3s ease;
    color: rgb(198,175,213);
    content: "//";
}

.volunteer_mUYg .nav_study_s64z .header_nav_CkFl a:hover::before {
    color: rgb(163,135,187);
}

.transcript_X8ot {
    clip-path: polygon(0 0, 100% 0, 95% 100%, 5% 100%);
    padding: 1.5rem 0;
    margin-top: 3rem;
    background: rgba(0, 0, 0, 0.6);
    position: relative;
}

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

.transcript_X8ot .footer_address_bfG8::before,
.transcript_X8ot .footer_address_bfG8::after {
    color: rgb(198,175,213);
    margin: 0 10px;
    content: "//";
}

.privacy_area_2ohc {
    font-family: Arial, sans-serif;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
    background: linear-gradient(135deg, #000000 0%, rgb(163,135,187,0.5) 100%);
    padding: 50px 30px;
    position: relative;
    color: #ffffff;
    overflow: hidden;
    line-height: 1.8;
}

.privacy_area_2ohc h1, .privacy_area_2ohc h2, .privacy_area_2ohc h3, .privacy_area_2ohc h4, .privacy_area_2ohc h5, .privacy_area_2ohc h6 {
    margin-bottom: 20px;
    text-transform: uppercase;
    color: rgb(198,175,213);
    position: relative;
    z-index: 1;
    letter-spacing: 0.05em;
}

.privacy_area_2ohc h1 {
    font-weight: 700;
    padding-bottom: 10px;
    font-size: 42px;
    border-bottom: 1px solid rgb(198,175,213);
}

.privacy_area_2ohc li {
    color: #ffffff;
    padding-left: 20px;
    position: relative;
    font-size: 15px;
    margin-bottom: 10px;
}

.privacy_area_2ohc ul li:before, .privacy_area_2ohc ol li:before {
    background-color: rgb(198,175,213);
    height: 8px;
    box-shadow: 0 0 10px rgb(198,175,213);
    left: 0;
    border-radius: 50%;
    content: '';
    position: absolute;
    width: 8px;
    top: 0.5em;
}

.privacy_area_2ohc p, .privacy_area_2ohc span {
    position: relative;
    font-size: 15px;
    margin-bottom: 20px;
    text-align: justify;
    z-index: 1;
}

.privacy_area_2ohc div {
    position: relative;
    z-index: 1;
    margin-bottom: 30px;
}


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



@media (max-width: 576px) {.leadership_profile_vy8x {
    padding: 5rem 0;
}.leadership_profile_vy8x .student_insights_Gvlq {
    padding: 1.5rem;
}.leadership_profile_vy8x .article_photo_OeDb {
    height: 250px;
}.leadership_profile_vy8x .name {
    font-size: 24px;
}.leadership_profile_vy8x .student_insights_Gvlq span:not(.name) {
    font-size: 17px;
    margin-top: 3rem;
    padding: 0.6rem 1rem;
}.leadership_profile_vy8x .job_profile_Yl5D {
    font-size: calc(17px * 0.9);
    padding: 1.5rem;
    line-height: 1.6;
}}



@media (max-width: 767px) {header .head_wrap_utES {
    padding: 15px 10px;
}header .head_wrap_utES .header_lesson_r2be {
    margin-bottom: 15px;
}header .head_wrap_utES .header_lesson_r2be .first_class_WHLY svg {
    height: 35px;
}header .head_wrap_utES .nav_study_s64z {
    gap: 5px;
}header .head_wrap_utES .nav_study_s64z .site_head_Pf2H {
    margin: 2px 10px;
}}



@media (max-width: 768px) {.prospective_members_X3IL {
    padding: 70px 0;
}.prospective_members_X3IL h4 {
    margin-bottom: 40px;
    font-size: calc(30px * 0.8);
    box-shadow: 3px 3px 0 rgb(198,175,213,0.5);
    padding: 10px 20px;
}.prospective_members_X3IL div > div {
    gap: 25px;
}.prospective_members_X3IL div > div::before,
    .prospective_members_X3IL div > div::after {
    opacity: 0.4;
}.prospective_members_X3IL p {
    font-size: calc(18px * 0.95);
    width: 100%;
    padding: 15px;
}
}



@media screen and (max-width: 991px) {.attempt_now_0PXB {
    padding: 3.5rem 1.5rem;
}.attempt_now_0PXB h6 {
    max-width: 90%;
    font-size: 19px;
}.attempt_now_0PXB .help_links_Zr2w {
    padding: 0.7rem 1.8rem;
}
}



@media screen and (max-width: 768px) {.attempt_now_0PXB {
    padding: 3rem 1.2rem;
}.attempt_now_0PXB .container {
    align-items: center;
    transform: perspective(1000px) rotateX(1deg);
}.attempt_now_0PXB h6 {
    transform: translateX(0);
    max-width: 100%;
    text-align: center;
    margin-bottom: 2rem;
}.attempt_now_0PXB h6::before {
    left: -10px;
    height: 60%;
}.attempt_now_0PXB div div {
    justify-content: center;
}.attempt_now_0PXB .help_links_Zr2w {
    padding: 0.7rem 1.6rem;
}
}


@media only screen and (max-width: 1200px) {.cookie_popup_warning_8r2G {
    padding: 20px;
}
}



@media (max-width: 767px) {.title_welcome_XYKB {
    padding: 3rem 1.5rem;
}.title_welcome_XYKB > div {
    gap: 1.5rem;
}.title_welcome_XYKB h1.learn_first_CkGL {
    margin-bottom: 1rem;
}.title_welcome_XYKB p {
    margin-bottom: 1.5rem;
}.title_welcome_XYKB .creds_block_VpQZ {
    height: 280px;
}.title_welcome_XYKB .creds_block_VpQZ span {
    padding: 1.5rem;
}
}



@media (max-width: 480px) {.title_welcome_XYKB {
    padding: 2rem 1rem;
}.title_welcome_XYKB h1.learn_first_CkGL::after {
    bottom: -10px;
    height: 4px;
}.title_welcome_XYKB .creds_block_VpQZ {
    height: 250px;
}.title_welcome_XYKB .creds_block_VpQZ span {
    padding: 1rem;
}}



@media screen and (max-width: 767px) {.about_this_WuHr {
    padding: 60px 0;
}.about_this_WuHr h2 {
    font-size: calc(48px * 0.8);
    margin-bottom: 40px;
}.about_this_WuHr .skill_program_BcZE {
    padding: 30px;
}.about_this_WuHr .skill_program_BcZE h3 {
    font-size: calc(24px * 0.9);
}.about_this_WuHr .skill_program_BcZE p {
    font-size: calc(15px * 0.95);
}.about_this_WuHr .skill_program_BcZE:first-child h3::after,
    .about_this_WuHr .skill_program_BcZE:last-child h3::after {
    font-size: 80px;
    top: -50px;
}
}



@media screen and (max-width: 992px) {.learning_system_zRBT {
    padding: 80px 0;
}.learning_system_zRBT .text_embed_i9lk {
    padding: 40px 30px;
    width: 65%;
    margin-left: 10%;
}.learning_system_zRBT .text_embed_i9lk::after {
    height: 100px;
    width: 100px;
}.learning_system_zRBT .learn_guides_826M::before {
    top: 20px;
}.learning_system_zRBT .learn_guides_826M::after {
    bottom: 30px;
}
}



@media screen and (max-width: 768px) {.learning_system_zRBT {
    padding: 60px 0;
}.learning_system_zRBT .text_embed_i9lk {
    width: 100%;
    padding: 30px 20px;
    margin-left: 0;
}.learning_system_zRBT .text_embed_i9lk h2 {
    margin-bottom: 25px;
    font-size: calc(35px * 0.9);
}.learning_system_zRBT .text_embed_i9lk::after {
    height: 80px;
    width: 80px;
}.learning_system_zRBT .learn_guides_826M::before,
    .learning_system_zRBT .learn_guides_826M::after {
    display: none;
}
}




@media screen and (max-width: 1200px) {.course_program_details_P5Va .skill_track_GMgN {
    max-width: 900px;
}
}



@media screen and (max-width: 992px) {.course_program_details_P5Va .skill_track_GMgN {
    max-width: 800px;
    padding: 3rem;
}
}



@media screen and (max-width: 768px) {.course_program_details_P5Va {
    padding: 2rem 0;
}.course_program_details_P5Va .skill_track_GMgN {
    border-radius: 20px;
    min-height: 700px;
    max-width: 700px;
    aspect-ratio: auto;
    padding: 3rem;
    height: auto;
}.course_program_details_P5Va .skill_track_GMgN::before {
    border-radius: 20px;
}.course_program_details_P5Va .skill_track_GMgN h3 {
    font-size: calc(32px * 0.9);
}.course_program_details_P5Va .skill_track_GMgN p {
    -webkit-line-clamp: 3;
}
}



@media (min-width: 992px) {.pricing_plan_card_ayoF .promo_cost_SYVA {
    flex-direction: row-reverse;
}.pricing_plan_card_ayoF .learning_fees_t5Vn {
    flex-direction: column;
    width: 35%;
    display: flex;
    text-align: left;
    justify-content: center;
    padding-right: 3rem;
}.pricing_plan_card_ayoF .learning_fees_t5Vn h2 {
    text-align: left;
}.pricing_plan_card_ayoF .learning_fees_t5Vn h2::after {
    transform: none;
    left: 0;
}.pricing_plan_card_ayoF .fee_board_bPYs {
    margin: 1.5rem 0 0;
}.pricing_plan_card_ayoF .fee_offers_4lIq {
    margin-top: 0;
    gap: 2rem;
    grid-template-columns: repeat(2, 1fr);
    width: 65%;
}
}



@media (max-width: 575px) {.pricing_plan_card_ayoF {
    padding: 3rem 0;
}.pricing_plan_card_ayoF .learning_fees_t5Vn h2 {
    font-size: calc(36px - 4px);
}.pricing_plan_card_ayoF .fee_offers_4lIq {
    gap: 1.5rem;
    grid-template-columns: 1fr;
}.pricing_plan_card_ayoF .trial_offers_Lk4r {
    padding: 1.5rem 1.25rem;
}.pricing_plan_card_ayoF .article_photo_OeDb {
    height: 160px;
}
}



@media (max-width: 1024px) {.contact_section_dlTR {
    padding: 80px 0;
}.contact_section_dlTR .article_photo_OeDb {
    min-height: 500px;
}.contact_section_dlTR .message_box_qSOn {
    padding: 50px 40px;
}
}



@media (max-width: 480px) {.contact_section_dlTR {
    padding: 50px 0;
}.contact_section_dlTR h2 {
    font-size: calc(35px * 0.85);
}.contact_section_dlTR .query_block_wzy1 {
    margin-top: 30px;
}.contact_section_dlTR .article_photo_OeDb {
    min-height: 200px;
}.contact_section_dlTR .message_box_qSOn {
    padding: 30px 20px;
}.contact_section_dlTR form h3 {
    font-size: calc(18px * 0.9);
    margin-bottom: 25px;
}.contact_section_dlTR form input[type="text"] {
    margin-bottom: 15px;
    padding: 12px 15px;
}.contact_section_dlTR .inquiry_support_8sKv {
    margin-bottom: 25px;
}.contact_section_dlTR .inquiry_support_8sKv label {
    font-size: calc(16px * 0.9);
}.contact_section_dlTR .help_links_Zr2w {
    padding: 12px 25px;
}}



@media (max-width: 576px) {.learning_outcomes_CvQk {
    padding: 50px 0;
}.learning_outcomes_CvQk .article_photo_OeDb {
    max-width: 80%;
}.learning_outcomes_CvQk .article_photo_OeDb::after {
    display: none;
}.learning_outcomes_CvQk .text_embed_i9lk {
    width: 100%;
    padding: 30px 20px;
}.learning_outcomes_CvQk h3 {
    font-size: 19px;
    margin-bottom: 25px;
}.learning_outcomes_CvQk ul {
    gap: 12px;
}.learning_outcomes_CvQk li {
    padding: 12px;
}.learning_outcomes_CvQk svg {
    height: 22px;
    width: 22px;
}}



@media (max-width: 991px) {.gratNote_3cJR {
    padding: 5rem 0;
}.gratNote_3cJR h2 {
    margin-bottom: 2.5rem;
    font-size: calc(28px * 0.9);
}.gratNote_3cJR .learn_guides_826M {
    padding: 2.5rem;
}
}



@media (max-width: 576px) {.gratNote_3cJR {
    padding: 3.5rem 0;
}.gratNote_3cJR .container {
    padding: 0 1.5rem;
}.gratNote_3cJR h2 {
    margin-bottom: 1.8rem;
    font-size: calc(28px * 0.7);
}.gratNote_3cJR h2::after {
    bottom: -12px;
    width: 80px;
}.gratNote_3cJR .learn_guides_826M {
    border-left-width: 4px;
    padding: 1.8rem 1.5rem;
}.gratNote_3cJR li span {
    line-height: 1.6;
    font-size: calc(13px * 0.9);
}.gratNote_3cJR li::before {
    width: 5px;
    top: 0.4rem;
    height: 5px;
}
}



@media screen and (max-width: 992px) {.volunteer_mUYg .workshop_cta_5jSX {
    flex-direction: column;
}.volunteer_mUYg .header_nav_CkFl {
    flex-direction: column;
}.volunteer_mUYg .nav_study_s64z {
    margin-bottom: 1rem;
    width: 100%;
}.transcript_X8ot {
    clip-path: polygon(0 0, 100% 0, 90% 100%, 10% 100%);
}
}



@media screen and (max-width: 576px) {.volunteer_mUYg {
    padding: 3rem 0 2rem;
}.volunteer_mUYg .company_holder {
    clip-path: polygon(
            0 0,
            calc(100% - 20px) 0,
            100% 20px,
            100% 100%,
            20px 100%,
            0 calc(100% - 20px)
        );
}.volunteer_mUYg .company_holder h3 {
    font-size: calc(38px * 0.85);
    letter-spacing: 1px;
}.volunteer_mUYg .conduct_code_QdjK {
    font-size: calc(14px * 0.9);
}.volunteer_mUYg .nav_study_s64z {
    padding: 1rem;
}.volunteer_mUYg .nav_study_s64z .header_nav_CkFl a {
    font-size: calc(14px * 0.9);
}.transcript_X8ot {
    padding: 1rem 0;
    clip-path: polygon(0 0, 100% 0, 80% 100%, 20% 100%);
}.transcript_X8ot .footer_address_bfG8::before,
    .transcript_X8ot .footer_address_bfG8::after {
    display: none;
}}



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

@keyframes circuitPath {
    0% {
        stroke-dashoffset: 1000;
    }
    100% {
        stroke-dashoffset: 0;
    }
}

@keyframes fadeInScale {
    from {
        opacity: 0;
        transform: scale(0.8);
    }
    to {
        opacity: 1;
        transform: scale(1);
    }
}



@keyframes slideInText {
    0% {
        transform: translateX(50px);
        opacity: 0;
    }
    100% {
        transform: translateX(20px);
        opacity: 1;
    }
}



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

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



@keyframes techPulse {
    0%, 100% {
        transform: scale(1);
        opacity: 0.5;
    }
    50% {
        transform: scale(1.5);
        opacity: 0.8;
    }
}



@keyframes moveDown {
    0% {
        top: 0;
        background: rgb(198,175,213);
    }
    100% {
        top: calc(100% - 10px);
        background: rgb(163,135,187);
    }
}



@keyframes glitch {
    0%, 100% {
        opacity: 0.1;
        transform: translateX(0);
    }
    20% {
        opacity: 0.5;
        transform: translateX(-2px);
    }
    40% {
        opacity: 0.3;
        transform: translateX(2px);
    }
    60% {
        opacity: 0.4;
        transform: translateX(-1px);
    }
    80% {
        opacity: 0.2;
        transform: translateX(1px);
    }
}



@keyframes particle2 {
    0% {
        transform: translate(0, 0);
        opacity: 0.7;
    }
    33% {
        transform: translate(-40px, 20px);
        opacity: 0.9;
    }
    66% {
        transform: translate(-20px, -40px);
        opacity: 0.7;
    }
    100% {
        transform: translate(0, 0);
        opacity: 0.9;
    }
}



@keyframes rotate-border {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}



@keyframes pulse-glow {
    0% {
        opacity: 0.05;
        transform: scale(0.95);
    }
    100% {
        opacity: 0.15;
        transform: scale(1.05);
    }
}



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



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

@keyframes pulseBackground {
  0% {
    opacity: 0.05;
    background-position: 0% 0%, 100% 100%, 50% 50%;
    background-size: 350px 350px, 400px 400px, 300px 300px;
  }
  50% {
    opacity: 0.15;
    background-position: 2% 3%, 98% 98%, 51% 52%;
    background-size: 380px 380px, 420px 420px, 320px 320px;
  }
  100% {
    opacity: 0.1;
    background-position: 3% 5%, 96% 96%, 52% 53%;
    background-size: 400px 400px, 450px 450px, 350px 350px;
  }
}



@keyframes floatGlow {
    0% {
        transform: rotate(-15deg) translate(0, 0) scale(1);
        opacity: 0.5;
    }
    100% {
        transform: rotate(-12deg) translate(2%, 2%) scale(1.05);
        opacity: 0.7;
    }
}



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



@keyframes neon-flicker {
    0%, 19%, 21%, 23%, 25%, 54%, 56%, 100% {
        opacity: 0.9;
        text-shadow: 0 0 10px rgb(198,175,213), 0 0 20px rgb(198,175,213);
    }
    20%, 24%, 55% {
        opacity: 0.5;
        text-shadow: none;
    }
}

