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

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

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

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

.transcript_bWL {
    flex: 0 0 auto;
}

.transcript_bWL {
    font-family: Arial, sans-serif;
    color: #ffffff;
    z-index: 2;
    padding: 70px 0;
    position: relative;
}

.appContent_Xbl::before,
.appContent_Xbl::after {
    pointer-events: none;
    content: '';
    position: absolute;
}

.appContent_Xbl::before {
    height: 70%;
    transform: rotate(-15deg) translateZ(-10px);
    left: -10%;
    opacity: 0.03;
    background: linear-gradient(45deg, rgb(170,184,176,0.5) 10%, transparent 70%);
    top: -5%;
    width: 40%;
    filter: blur(20px);
}

.appContent_Xbl .container {
    margin: 0 auto;
    padding: 0 2rem;
    max-width: 1200px;
    transform-style: preserve-3d;
    position: relative;
    z-index: 1;
}

.appContent_Xbl h2::after {
    transform: translateZ(15px) scaleX(1);
    width: 80px;
    background: linear-gradient(90deg, rgb(170,184,176) 0%, rgb(170,184,176,0.5) 100%);
    position: absolute;
    content: '';
    bottom: -0.8rem;
    height: 3px;
    transition: transform 0.5s cubic-bezier(0.17, 0.67, 0.83, 0.67);
    transform-origin: left;
    left: 0;
}

.appContent_Xbl .smart_learning_FBa::before {
    transform: translateZ(5px);
    opacity: 0.1;
    top: -10px;
    pointer-events: none;
    right: -10px;
    left: -10px;
    position: absolute;
    content: '';
    border-radius: 100px;
    border: 1px solid rgb(170,184,176,0.5);
    bottom: -10px;
}

.appContent_Xbl .smart_learning_FBa:hover {
    transform: translateZ(25px) rotateY(0deg);
    box-shadow: 
        0 25px 35px -15px rgba(rgba(0, 0, 0, 0.5), 0.15),
        0 15px 25px -10px rgba(rgba(0, 0, 0, 0.5), 0.1);
}

.appContent_Xbl li::before {
    content: '';
    transition: all 0.4s ease-out;
    transform: translateZ(15px) scale(0.95);
    left: -30px;
    position: absolute;
    background: linear-gradient(135deg, rgb(170,184,176,0.5) 0%, transparent 80%);
    width: 60px;
    opacity: 0.2;
    height: 60px;
    top: -20px;
    border-radius: 50%;
}

header::after {
    width: 100%;
    bottom: 0;
    position: absolute;
    background-size: 200% auto;
    background: linear-gradient(90deg, 
        rgb(170,184,176) 0%,
        rgb(120,138,125) 50%,
        rgb(170,184,176) 100%
    );
    content: '';
    animation: gradientSlide 5s linear infinite;
    left: 0;
    height: 4px;
}

header .top_expert_y7F {
    flex: 0 0 auto;
    z-index: 5;
    position: relative;
}

header .top_main_lJ7 {
    display: flex;
    z-index: 2;
    align-items: center;
    transition: all 0.3s ease;
    position: relative;
    padding: 0.5rem;
    text-decoration: none;
}

header .top_expert_y7F::before {
    position: absolute;
    border: 1px solid rgb(170,184,176);
    right: -8px;
    content: '';
    left: -8px;
    bottom: -8px;
    top: -8px;
    transform: skew(-3deg);
    opacity: 0.3;
    border-radius: 10px;
    transition: all 0.3s ease;
}

header .first_lesson_djP {
    position: relative;
    margin: 0 0.3rem;
    perspective: 800px;
}

header .first_lesson_djP a::before {
    left: 10%;
    opacity: 0.7;
    background: rgb(170,184,176);
    transform: scaleX(0);
    transition: transform 0.3s ease;
    height: 1px;
    bottom: 5px;
    position: absolute;
    width: 80%;
    content: '';
}

header .first_lesson_djP a:hover::before {
    transform: scaleX(1);
}

header .first_lesson_djP::after {
    transition: opacity 0.3s ease;
    left: 0;
    height: 100%;
    width: 100%;
    opacity: 0;
    content: '';
    z-index: -1;
    position: absolute;
    background: radial-gradient(circle at center, rgb(170,184,176,0.5) 0%, transparent 70%);
    top: 0;
    pointer-events: none;
}

header .nav_mainwrap_smJ::after {
    content: '';
    opacity: 0.1;
    position: absolute;
    left: 20%;
    bottom: 0;
    height: 1px;
    width: 60%;
    background: linear-gradient(90deg, transparent, #ffffff, transparent);
}

.title_opener_o0I::before {
    z-index: 1;
    left: 0;
    opacity: 0.2;
    position: absolute;
    background: 
    radial-gradient(circle at 20% 30%, rgb(170,184,176,0.5) 5%, transparent 20%),
    radial-gradient(circle at 80% 70%, rgb(120,138,125,0.5) 5%, transparent 20%);
    top: 0;
    content: "";
    height: 100%;
    animation: pulseBg 15s infinite alternate ease-in-out;
    width: 100%;
}

.title_opener_o0I .edu_title_zrX {
    animation: fadeIn 1.2s ease-out;
    display: grid;
    width: 90%;
    gap: 2rem;
    grid-template-columns: 1fr;
    transform-style: preserve-3d;
    max-width: 1200px;
    z-index: 5;
    position: relative;
}

.title_opener_o0I .edu_title_zrX > div:first-child p {
    letter-spacing: 0.5px;
    font-family: Arial, sans-serif;
    transform: translateZ(10px);
    margin: 0;
    color: #ffffff;
    line-height: 1.6;
    font-size: calc(12px * 1.3);
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
    font-weight: 600;
}

.title_opener_o0I .skill_classes_Tdr:hover {
    transform: translateZ(40px) rotateX(0deg);
}

.title_opener_o0I .skill_classes_Tdr > div::before {
    z-index: 1;
    top: 0;
    width: 100%;
    background: linear-gradient(
    to bottom,
    rgb(170,184,176,0.5) 0%,
    rgba(0, 0, 0, 0.5) 50%,
    rgb(120,138,125,0.5) 100%
  );
    opacity: 0.8;
    position: absolute;
    left: 0;
    content: "";
    height: 100%;
}

.title_opener_o0I .skill_classes_Tdr h3 {
    padding-bottom: 1.5rem;
    color: #ffffff;
    position: relative;
    margin: 0 0 2rem 0;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
    font-family: Arial, sans-serif;
    font-size: calc(24px * 1.1);
    font-weight: 400;
    z-index: 5;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    line-height: 1.5;
}

.pricing_feature_Dnr {
    color: #ffffff;
    overflow: hidden;
    position: relative;
    padding: 100px 0;
}

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

.pricing_feature_Dnr .study_price_Oy1 {
    position: relative;
}

.pricing_feature_Dnr h2 {
    opacity: 0;
    font-size: calc(38px * 1.2);
    margin-bottom: 20px;
    font-weight: 700;
    position: relative;
    transform: translateY(10px);
    animation: fadeInUp 0.8s forwards 0.3s;
    text-align: center;
    color: #ffffff;
}

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

.pricing_feature_Dnr .learn_pricing_BJ4 li:nth-child(1) {
    --i: 1;
}

.pricing_feature_Dnr .learn_pricing_BJ4 li:nth-child(2) {
    --i: 2;
}

.pricing_feature_Dnr .learn_pricing_BJ4 li:nth-child(4) {
    --i: 4;
}

.pricing_feature_Dnr .fee_schemes_aQ9:hover {
    transform: translateY(-10px);
}

.pricing_feature_Dnr .package_price_DwB {
    box-shadow: 0 15px 35px rgba(0,0,0,0.2);
    transition: all 0.4s ease;
    position: relative;
    background: linear-gradient(145deg, 
        rgba(255,255,255,0.03) 0%, 
        rgba(255,255,255,0.08) 100%);
    border-radius: 3px;
    border-left: 3px solid rgb(170,184,176);
    height: 100%;
    border: 1px solid rgba(255,255,255,0.1);
    backdrop-filter: blur(10px);
    overflow: hidden;
    padding: 30px;
}

.pricing_feature_Dnr .fee_schemes_aQ9:hover .package_price_DwB::before {
    transform: scaleX(1);
}

.pricing_feature_Dnr .enroll_cost_w8I {
    height: 100%;
    display: flex;
    flex-direction: column;
}

.pricing_feature_Dnr .enroll_cost_w8I h4::after {
    height: 3px;
    transition: width 0.4s ease;
    background: rgb(170,184,176);
    content: "";
    bottom: 0;
    position: absolute;
    left: 0;
    width: 40px;
}

.pricing_feature_Dnr .enroll_cost_w8I p {
    color: rgb(255, 255, 255, 0.5);
    line-height: 1.6;
    margin: 0 0 25px;
    font-size: 13px;
    flex-grow: 1;
    word-break: break-word;
    overflow-wrap: break-word;
}

.pricing_feature_Dnr .fee_schemes_aQ9:hover .rate_list_gE6 {
    color: rgb(170,184,176);
}

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

.stay_connected_wle::after {
    z-index: -1;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    background-image: 
        repeating-linear-gradient(45deg, transparent, transparent 10px, rgb(170,184,176,0.5) 10px, rgb(170,184,176,0.5) 11px),
        repeating-linear-gradient(135deg, transparent, transparent 10px, rgb(120,138,125,0.5) 10px, rgb(120,138,125,0.5) 11px);
    opacity: 0.05;
    content: "";
    position: absolute;
}

.stay_connected_wle .smart_learning_FBa::after {
    clip-path: polygon(0 0, 100% 0, 0 100%);
    content: "";
    background: rgb(120,138,125);
    opacity: 0.15;
    animation: rotate-shape 20s linear infinite reverse;
    position: absolute;
    height: 100px;
    width: 100px;
    left: -30px;
    bottom: -30px;
}

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

.stay_connected_wle .input_holder {
    display: flex;
    align-items: stretch;
    perspective: 1000px;
    height: 60px;
    position: relative;
}

.stay_connected_wle .signup_block_G2T {
    flex: 1;
    border-bottom-left-radius: 10px;
    background: #ffffff;
    color: #000000;
    border: 1px solid transparent;
    padding: 0 1.5rem;
    transition: all 0.3s ease;
    height: 100%;
    font-size: 12px;
    font-family: Arial, sans-serif;
    border-top-left-radius: 10px;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.05);
}

.stay_connected_wle .signup_block_G2T::placeholder {
    opacity: 0.6;
    color: #000000;
}

.stay_connected_wle .sub_permission_waY::before {
    background: rgb(120,138,125);
    transform: translateY(100%);
    z-index: -1;
    content: "";
    inset: 0;
    position: absolute;
    transition: transform 0.3s ease;
}

.stay_connected_wle .sub_permission_waY:hover {
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}

.stay_connected_wle .sub_permission_waY:hover::before {
    transform: translateY(0);
}

.mentorship_experience_gbX::before {
    width: 100%;
    top: 0;
    height: 100%;
    z-index: 1;
    animation: gridFlow 20s linear infinite;
    position: absolute;
    opacity: 0.1;
    background: 
        linear-gradient(90deg, transparent 85%, rgb(170,184,176,0.5) 85%, rgb(170,184,176,0.5) 88%, transparent 88%),
        linear-gradient(180deg, transparent 85%, rgb(120,138,125,0.5) 85%, rgb(120,138,125,0.5) 88%, transparent 88%);
    left: 0;
    background-size: 150px 150px;
    content: "";
}

.mentorship_experience_gbX .opinion_showcase_1K7::before {
    height: 90%;
    border-radius: 26px;
    opacity: 0.3;
    transform: translateY(-50%);
    top: 50%;
    position: absolute;
    animation: horizontalBreathing 8s ease-in-out infinite alternate;
    z-index: -1;
    filter: blur(40px);
    content: "";
    right: 0;
    left: 0;
    background: linear-gradient(90deg, rgb(170,184,176,0.5) 0%, transparent 50%);
}

.mentorship_experience_gbX .image_grid_R4u {
    z-index: 2;
    position: relative;
    height: 100%;
    grid-area: photo;
    transition: all 0.7s cubic-bezier(0.4, 0, 0.2, 1);
    filter: contrast(1.1) brightness(1.05);
    transform: scale(1);
    overflow: hidden;
    border-radius: 26px 0 0 26px;
}

.mentorship_experience_gbX .name {
    padding-bottom: 10px;
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.5);
    margin-top: 80px;
    color: #ffffff;
    transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
    transform: translateX(0);
    z-index: 3;
    grid-area: name;
    position: relative;
    font-weight: 700;
    align-self: end;
    font-size: 30px;
}

.mentorship_experience_gbX .opinion_showcase_1K7:hover .name::after {
    width: 60%;
}

.mentorship_experience_gbX .opinion_showcase_1K7 span:not(.name) {
    background: rgba(0, 0, 0, 0.2);
    transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1) 0.05s;
    backdrop-filter: blur(5px);
    position: relative;
    font-weight: 600;
    grid-area: job;
    display: inline-block;
    padding: 0.6rem 1.2rem;
    z-index: 3;
    align-self: start;
    transform: translateX(0);
    color: rgb(120,138,125);
    font-size: 22px;
    border-radius: 10px;
    box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.2);
}

.mentorship_experience_gbX .opinion_showcase_1K7:hover .employee_content_F5n {
    transform: translateX(15px) translateY(-5px);
    box-shadow: 15px 15px 40px rgba(0, 0, 0, 0.4);
}

.mentorship_experience_gbX .container::after {
    width: 300px;
    filter: blur(70px);
    opacity: 0.3;
    bottom: -150px;
    height: 300px;
    right: -150px;
    position: absolute;
    animation: pulseGlow 10s ease-in-out infinite alternate;
    background: radial-gradient(circle, rgb(120,138,125,0.5) 0%, transparent 70%);
    z-index: -1;
    content: "";
}

.cookie_menu_aWb {
    background: rgba(0, 0, 0, 0.5);
    border: 2px dashed rgb(170,184,176);
    display: flex;
    align-items: center;
    border-radius: 26px;
    justify-content: space-between;
    gap: 20px;
    padding: 20px 5%;
}

.cookie_window_overlay_e7D p {
    color: #ffffff;
    margin: 0;
    position: relative;
    line-height: 1.5;
    font-size: 12px;
}

.web_cookies_Hrz {
    flex-shrink: 0;
    border-radius: 26px;
    justify-content: center;
    padding: 10px;
    display: flex;
    background: rgb(170,184,176,0.5);
    align-items: center;
    margin-right: 20px;
}

.user_status_VWE:hover {
    box-shadow: 0 0 10px rgb(120,138,125);
    background-color: rgb(120,138,125);
}

.cookie_button.cookie_gate_9Lo {
    background: rgba(0, 0, 0, 0.5);
    color: #ffffff;
    border: 2px solid rgb(120,138,125);
}

.cookie_button.cookie_gate_9Lo:hover {
    box-shadow: 0 0 10px rgb(120,138,125);
}

.cookie_window_overlay_e7D p a:hover {
    color: rgb(120,138,125);
}


.course_summary_19h {
    position: relative;
    background: linear-gradient(135deg, rgb(220,218,195) 0%, rgb(120,138,125,0.5) 100%);
    padding: 7rem 0;
    overflow: hidden;
}

.course_summary_19h::after {
    bottom: -8%;
    content: "";
    width: 250px;
    transform: rotate(10deg);
    left: -3%;
    animation: floatElement 18s infinite ease-in-out reverse;
    z-index: 1;
    background: linear-gradient(45deg, rgb(120,138,125) 0%, rgb(120,138,125,0.5) 70%);
    border-radius: 30% 70% 70% 30% / 30% 52% 48% 70%;
    opacity: 0.1;
    height: 250px;
    position: absolute;
}

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

.course_summary_19h .image_grid_R4u::before {
    z-index: 1;
    width: 100%;
    top: 0;
    height: 100%;
    left: 0;
    position: absolute;
    background: linear-gradient(
        to bottom,
        transparent 50%,
        rgba(#000000, 0.2) 100%
    );
    content: "";
}

.course_summary_19h .image_grid_R4u:hover {
    transform: perspective(1000px) rotateY(0);
}

.course_summary_19h .announcement_box_noZ {
    justify-content: center;
    display: flex;
    flex-direction: column;
    position: relative;
}

.course_summary_19h h3 {
    position: relative;
    margin-bottom: 1.5rem;
    font-weight: 700;
    color: rgb(170,184,176);
    font-size: calc(20px * 1.1);
    animation: fadeSlideUp 0.8s forwards 0.3s;
    padding-left: 1rem;
    transform: translateY(20px);
    opacity: 0;
}

.course_summary_19h h3::before {
    height: 0.4rem;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    position: absolute;
    background-color: rgb(120,138,125);
    width: 0.4rem;
    clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
    content: "";
}

.course_summary_19h span.description {
    display: none;
}

footer {
    position: relative;
}

footer::before {
    left: 0;
    bottom: 0;
    z-index: 1;
    right: 0;
    content: '';
    top: 0;
    position: absolute;
    opacity: 0.92;
    background: linear-gradient(90deg, #000000 0%, rgb(170,184,176) 150%);
}

.transcript_bWL .company_holder:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.3);
}

.transcript_bWL .company_holder::before {
    height: 5px;
    left: 0;
    width: 100%;
    position: absolute;
    background: rgb(170,184,176);
    content: '';
    top: 0;
}

.transcript_bWL .company_holder h3::after {
    left: 0;
    bottom: -8px;
    width: 60px;
    content: '';
    position: absolute;
    height: 3px;
    background: rgb(120,138,125);
}

.transcript_bWL .peer_help_cfP {
    position: relative;
}

.transcript_bWL .head_primary_mpW {
    justify-content: space-between;
    display: flex;
    gap: 30px;
    flex-wrap: wrap;
}

.transcript_bWL .head_mentor_BH5 .head_primary_mpW {
    gap: 12px;
    flex-direction: column;
    display: flex;
}

.transcript_bWL .head_mentor_BH5 .head_primary_mpW a {
    border-radius: 4px;
    padding: 8px 15px;
    text-decoration: none;
    position: relative;
    z-index: 1;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    color: #ffffff;
    font-size: 12px;
    background: rgba(255, 255, 255, 0.05);
    display: inline-block;
    transition: all 0.3s ease;
}

.transcript_bWL .head_mentor_BH5 .head_primary_mpW a:hover {
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.15);
    transform: translateX(5px);
    color: #ffffff;
}

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



footer::after {
    bottom: 0;
    left: 0;
    position: absolute;
    content: '';
    top: 0;
    background-size: 40px 40px;
    right: 0;
    z-index: 1;
    background: 
        linear-gradient(0deg, transparent 49%, rgba(255, 255, 255, 0.03) 50%, transparent 51%),
        linear-gradient(90deg, transparent 49%, rgba(255, 255, 255, 0.03) 50%, transparent 51%);
}

.customer_reviews_Sxm::before {
    position: absolute;
    z-index: 0;
    right: 0;
    left: 0;
    top: 0;
    background: linear-gradient(45deg, transparent 49.5%, rgb(120,138,125,0.5) 49.5%, rgb(120,138,125,0.5) 50.5%, transparent 50.5%);
    bottom: 0;
    content: "";
}

.customer_reviews_Sxm h4::after {
    transform: translateX(-50%);
    border-radius: 10px;
    height: 4px;
    background: rgb(170,184,176);
    content: "";
    width: 100px;
    position: absolute;
    left: 50%;
    bottom: -15px;
}

.customer_reviews_Sxm .opinion_showcase_1K7 {
    overflow: hidden;
    padding: 2.5rem;
    border-radius: 17px;
    position: relative;
    backface-visibility: hidden;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
    background: #ffffff;
    transition: all 0.5s ease;
    transform: rotateX(10deg) rotateY(-5deg);
}

.customer_reviews_Sxm .opinion_showcase_1K7:hover {
    transform: rotateX(0) rotateY(0);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
}

.customer_reviews_Sxm .opinion_showcase_1K7:hover .image_grid_R4u {
    border-color: rgb(170,184,176);
    transform: scale(1.1);
}

.customer_reviews_Sxm .opinion_showcase_1K7 span {
    display: block;
    font-size: 22px;
    color: #000000;
    margin-bottom: 1rem;
    position: relative;
    font-weight: 600;
    text-align: center;
}

.customer_reviews_Sxm .opinion_showcase_1K7 p {
    color: #000000;
    line-height: 1.6;
    text-align: center;
    font-size: 13px;
}

.contact_us_GYP::after {
    content: "";
    background: linear-gradient(135deg, rgb(120,138,125,0.5) 0%, transparent 50%, rgb(170,184,176,0.5) 100%);
    pointer-events: none;
    width: 100%;
    z-index: 2;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
}

.contact_us_GYP .feedback_support_e4j {
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
    background: rgba(255, 255, 255, 0.05);
    gap: 30px;
    border-radius: 29px;
    backdrop-filter: blur(15px);
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.1);
    justify-content: space-between;
    display: flex;
}

.contact_us_GYP .request_links_Eyp::after {
    content: '';
    border-radius: 50%;
    bottom: -75px;
    background: rgb(170,184,176);
    width: 150px;
    height: 150px;
    position: absolute;
    left: -75px;
    opacity: 0.3;
}

.contact_us_GYP .request_links_Eyp div {
    position: relative;
    z-index: 5;
    transition: transform 0.3s ease;
    margin-bottom: 25px;
    display: flex;
    align-items: center;
}

.contact_us_GYP .request_links_Eyp div svg path {
    transition: fill 0.3s ease;
    fill: #ffffff;
}

.contact_us_GYP .request_links_Eyp div span {
    font-weight: 400;
    font-size: 14px;
    color: #ffffff;
}

.contact_us_GYP .request_links_Eyp div span a:hover {
    color: rgb(220,218,195);
    text-decoration: underline;
}

.contact_us_GYP .help_reach_NYu::before {
    height: 5px;
    width: 100%;
    top: 0;
    background: linear-gradient(to right, rgb(170,184,176), rgb(120,138,125));
    left: 0;
    position: absolute;
    content: '';
}

.contact_us_GYP .help_reach_NYu h3::after {
    width: 50px;
    bottom: -10px;
    background: rgb(120,138,125);
    left: 0;
    position: absolute;
    content: '';
    height: 3px;
}

.contact_us_GYP form input[type="text"]:focus,
.contact_us_GYP form input[type="email"]:focus {
    background: rgba(255, 255, 255, 0.12);
    border-color: rgb(120,138,125);
    outline: none;
    box-shadow: 0 0 15px rgba(rgb(120,138,125), 0.2);
    transform: translateY(-2px);
}

.contact_us_GYP form input::placeholder {
    color: rgba(255, 255, 255, 0.6);
}

.contact_us_GYP .connect_message_Lgj input[type="checkbox"] {
    position: absolute;
    height: 0;
    width: 0;
    cursor: pointer;
    opacity: 0;
}

.contact_us_GYP .connect_message_Lgj label::before {
    top: 2px;
    background: transparent;
    height: 22px;
    width: 22px;
    position: absolute;
    content: '';
    transition: all 0.3s ease;
    border: 2px solid rgb(120,138,125);
    border-radius: 10px;
    left: 0;
}

.contact_us_GYP .connect_message_Lgj label a {
    text-decoration: none;
    transition: color 0.3s ease;
    color: rgb(120,138,125);
}

.contact_us_GYP .connect_message_Lgj label a:hover {
    text-decoration: underline;
    color: #ffffff;
}

.contact_us_GYP form .feedback_block_DyL {
    border: none;
    position: relative;
    cursor: pointer;
    overflow: hidden;
    color: #ffffff;
    padding: 16px 30px;
    background: linear-gradient(to right, rgb(170,184,176), rgb(120,138,125));
    font-size: 16px;
    transition: all 0.3s ease;
    border-radius: 10px;
    font-weight: 600;
}

.contact_us_GYP form .feedback_block_DyL:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
}

.contact_us_GYP .request_links_Eyp div:nth-child(4) {
    animation: float 6s infinite ease-in-out;
}

.our_team_7MI {
    position: relative;
    isolation: isolate;
    overflow: hidden;
    padding: 120px 0 100px;
}

.our_team_7MI::after {
    height: 300px;
    position: absolute;
    content: "";
    background: rgb(170,184,176);
    bottom: -50px;
    filter: blur(30px);
    right: -50px;
    animation: float 15s infinite ease-in-out;
    width: 300px;
    opacity: 0.1;
    z-index: -1;
    transform: rotate(45deg);
}

.our_team_7MI h2 {
    color: #ffffff;
    padding-bottom: 12px;
    font-weight: 700;
    margin-bottom: 60px;
    position: relative;
    display: inline-block;
    transform: translateX(-10px);
    font-size: 32px;
    letter-spacing: 1.5px;
}

.our_team_7MI h2:hover::after {
    transform: scaleX(1.5);
}

.our_team_7MI .announcement_box_noZ {
    padding: 50px;
    position: relative;
    max-width: 900px;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1), 0 5px 15px rgba(0, 0, 0, 0.05);
    transform: translateY(0);
    background: rgba(255, 255, 255, 0.92);
    margin-left: auto;
    transition: transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
    clip-path: polygon(0 0, 100% 0, 100% calc(100% - 40px), calc(100% - 40px) 100%, 0 100%);
}

.our_team_7MI .announcement_box_noZ p::after {
    top: 50%;
    content: "";
    transition: width 0.3s ease;
    width: 40px;
    transform: translateY(-50%);
    right: 0;
    background: rgb(170,184,176);
    height: 2px;
    position: absolute;
}

.our_team_7MI .announcement_box_noZ div > div::first-letter {
    color: rgb(170,184,176);
    float: left;
    font-weight: 700;
    padding: 5px 10px 0 0;
    line-height: 1;
    font-size: 1.8em;
}

.secure_oasis_RxT {
    padding: 50px;
    background: #ffffff;
    border: 1px solid rgba(0, 0, 0, 0.5);
    overflow: hidden;
    width: 100%;
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.5);
    height: auto;
}

.secure_oasis_RxT h2 {
    border-left: 4px solid rgb(170,184,176);
    padding-left: 10px;
    font-size: 33px;
    text-transform: uppercase;
    margin-top: 30px;
    color: rgb(120,138,125);
    font-weight: 600;
    text-align: left;
    margin-bottom: 20px;
}

.secure_oasis_RxT ul li, .secure_oasis_RxT ol li {
    position: relative;
    padding-left: 20px;
    font-size: 18px;
    color: #000000;
    margin-bottom: 15px;
}

.secure_oasis_RxT p, .secure_oasis_RxT span, .secure_oasis_RxT div {
    margin-bottom: 20px;
    color: #000000;
    font-family: Arial, sans-serif;
    font-size: 18px;
    line-height: 1.8;
}

.course_summary_19h p.description::-webkit-scrollbar {
    width: 6px;
}

.course_summary_19h p.description::-webkit-scrollbar-track {
    background: transparent;
}

.course_summary_19h p.description::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background-color: rgb(120,138,125,0.5);
}



@media (max-width: 991px) {.appContent_Xbl {
    padding: 5rem 0;
}.appContent_Xbl h2 {
    font-size: calc(37px * 0.9);
    max-width: 100%;
}.appContent_Xbl .smart_learning_FBa {
    padding: 2rem 2.5rem;
    transform: translateZ(10px) rotateY(-1deg);
}
}



@media (max-width: 767px) {.appContent_Xbl {
    padding: 4rem 0;
}.appContent_Xbl h2 {
    font-size: calc(37px * 0.8);
    margin-bottom: 2rem;
}.appContent_Xbl h2::after {
    height: 2px;
    width: 60px;
}.appContent_Xbl .smart_learning_FBa {
    transform: translateZ(5px) rotateY(0deg);
    padding: 1.5rem 2rem;
}.appContent_Xbl li::before {
    width: 40px;
    left: -20px;
    top: -15px;
    height: 40px;
}
}



@media (min-width: 1400px) {header .nav_mainwrap_smJ {
    max-width: 1300px;
    margin: 0 auto;
}header .first_lesson_djP {
    margin: 0 0.5rem;
}header .first_lesson_djP a {
    padding: 0.8rem 1.5rem;
}
}



@media (max-width: 767px) {header {
    padding: 0;
}header .nav_mainwrap_smJ {
    padding: 0.8rem 1.2rem;
}header .top_expert_y7F {
    max-width: 130px;
}header .top_expert_y7F::before {
    display: none;
}header .head_mentor_BH5 {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    padding-bottom: 0.5rem;
    scrollbar-width: thin;
    justify-content: flex-start;
    margin-top: 0.8rem;
}header .head_mentor_BH5::-webkit-scrollbar {
    height: 2px;
}header .head_mentor_BH5::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background: rgb(170,184,176);
}header .first_lesson_djP {
    margin: 0 0.1rem;
    flex: 0 0 auto;
}header .first_lesson_djP a {
    letter-spacing: 0;
    padding: 0.5rem 0.7rem;
    white-space: nowrap;
    font-size: calc(14px - 2px);
}header .first_lesson_djP a::before {
    bottom: 3px;
}header::after {
    height: 2px;
}
}



@media (min-width: 992px) {.title_opener_o0I .edu_title_zrX {
    gap: 4rem;
}.title_opener_o0I .edu_title_zrX > div:first-child {
    clip-path: polygon(0 0, 95% 0, 100% 100%, 5% 100%);
}.title_opener_o0I .skill_classes_Tdr > div {
    transition: background-position 8s ease;
    min-height: 450px;
    background-position: center center !important;
}.title_opener_o0I .skill_classes_Tdr > div:hover {
    background-position: bottom right !important;
}.title_opener_o0I .skill_classes_Tdr h3 {
    max-width: 70%;
}.title_opener_o0I .title_style_header {
    transform: translateZ(20px);
    margin-left: 2rem;
}
}



@media (max-width: 991px) {.pricing_feature_Dnr {
    padding: 80px 0;
}.pricing_feature_Dnr h2 {
    font-size: 38px;
}.pricing_feature_Dnr .cost_options_IB8 {
    font-size: 13px;
    margin-bottom: 30px;
}.pricing_feature_Dnr .learn_pricing_BJ4 {
    gap: 20px;
}.pricing_feature_Dnr .package_price_DwB {
    padding: 25px;
}
}



@media (max-width: 480px) {.pricing_feature_Dnr {
    padding: 50px 0;
}.pricing_feature_Dnr h2 {
    font-size: calc(38px * 0.9);
}.pricing_feature_Dnr .cost_options_IB8 {
    font-size: calc(13px * 0.9);
}.pricing_feature_Dnr .package_price_DwB {
    padding: 20px;
}}



@media (max-width: 768px) {.stay_connected_wle {
    padding: 3rem 1.5rem;
}.stay_connected_wle .smart_learning_FBa {
    gap: 2rem;
    grid-template-columns: 1fr;
}.stay_connected_wle p {
    font-size: 19px;
}.stay_connected_wle .input_holder {
    flex-direction: column;
    height: auto;
}.stay_connected_wle .signup_block_G2T {
    border-radius: 10px;
    width: 100%;
    height: 60px;
    margin-bottom: 1rem;
}.stay_connected_wle .sub_permission_waY {
    border-radius: 10px;
    width: 100%;
    height: 60px;
}}



@media (max-width: 576px) {.mentorship_experience_gbX {
    padding: 5rem 0;
}.mentorship_experience_gbX .image_grid_R4u {
    height: 250px;
}.mentorship_experience_gbX .name {
    font-size: 22px;
}.mentorship_experience_gbX .opinion_showcase_1K7 span:not(.name) {
    padding: 0.5rem 1rem;
    font-size: 14px;
}.mentorship_experience_gbX .employee_content_F5n {
    padding: 1.5rem;
    line-height: 1.6;
    font-size: calc(14px * 0.9);
    width: 95%;
}}


@media only screen and (max-width: 1200px) {.cookie_window_overlay_e7D {
    padding: 15px 0;
}.cookie_menu_aWb {
    padding: 15px 5%;
}.web_cookies_Hrz {
    display: none;
}.cookie_menu_aWb {
    text-align: center;
    flex-direction: column;
    align-items: center;
}.cookie_window_overlay_e7D h5 {
    margin-bottom: 10px;
    font-size: 17px;
}.cookie_review_ujT {
    margin-bottom: 15px;
}.user_status_VWE {
    min-width: 100%;
    margin: 10px 0;
}}



@media (min-width: 992px) {.course_summary_19h {
    padding: 9rem 0;
}.course_summary_19h .image_grid_R4u {
    height: 500px;
}.course_summary_19h .announcement_box_noZ {
    padding-right: 2rem;
}.course_summary_19h .announcement_box_noZ::before {
    left: -40px;
}.course_summary_19h h3 {
    margin-bottom: 2rem;
    font-size: calc(32px * 0.7);
}.course_summary_19h .description {
    font-size: calc(18px * 1.05);
}.course_summary_19h p.description {
    max-height: 450px;
}
}



@media (max-width: 767px) {.course_summary_19h {
    padding: 5rem 0;
}.course_summary_19h .image_grid_R4u {
    height: 280px;
    margin-bottom: 1rem;
}.course_summary_19h h3 {
    margin-bottom: 1rem;
    font-size: calc(20px * 1);
}.course_summary_19h .announcement_box_noZ::before {
    left: -15px;
}.course_summary_19h p.description {
    max-height: 350px;
}}



@media (max-width: 576px) {.transcript_bWL {
    padding: 40px 0;
}.transcript_bWL .company_holder h3 {
    font-size: calc(31px * 0.8);
}.transcript_bWL .head_mentor_BH5 h5 {
    font-size: calc(21px * 0.9);
}.transcript_bWL .head_mentor_BH5 .head_primary_mpW a,
    .transcript_bWL .footer_agreement {
    font-size: calc(12px * 0.95);
}}



@media screen and (max-width: 992px) {.contact_us_GYP {
    padding: 80px 0;
}.contact_us_GYP .feedback_support_e4j {
    flex-direction: column;
}.contact_us_GYP .request_links_Eyp,
    .contact_us_GYP .help_reach_NYu {
    width: 100%;
    padding: 40px 30px;
}.contact_us_GYP .request_links_Eyp h3 {
    font-size: calc(38px * 0.9);
    margin-bottom: 30px;
}.contact_us_GYP .request_links_Eyp div {
    margin-bottom: 20px;
}
}



@media (min-width: 768px) {.our_team_7MI {
    padding: 150px 0 130px;
}.our_team_7MI .announcement_box_noZ {
    padding: 60px 70px;
}.our_team_7MI .announcement_box_noZ div > div {
    column-count: 2;
}.our_team_7MI h2 {
    margin-bottom: 80px;
    transform: translateX(-20px);
}
}



@media (min-width: 992px) {.our_team_7MI::before {
    background: linear-gradient(135deg, rgb(120,138,125,0.5), transparent 90%);
}.our_team_7MI .container {
    padding: 0 50px;
}.our_team_7MI .announcement_box_noZ {
    margin-left: 15%;
    width: 85%;
    padding: 70px 80px;
}.our_team_7MI h2 {
    margin-bottom: 70px;
    font-size: calc(32px * 1.2);
}.our_team_7MI .announcement_box_noZ::before {
    left: -125px;
    top: -125px;
    height: 250px;
    width: 250px;
}
}



@media (hover: hover) {.our_team_7MI .announcement_box_noZ:hover p {
    color: rgb(120,138,125);
}.our_team_7MI .announcement_box_noZ:hover p::after {
    background: rgb(120,138,125);
    width: 60px;
}
}



@media only screen and (max-width: 800px) {.secure_oasis_RxT {
    padding: 30px;
    border-radius: 10px;
}.secure_oasis_RxT h1 {
    font-size: calc(22px - 5px);
}.secure_oasis_RxT h2 {
    font-size: calc(22px - 5px);
}.secure_oasis_RxT ul, .secure_oasis_RxT ol {
    padding: 10px 0;
    margin: 10px 0;
}.secure_oasis_RxT ul li, .secure_oasis_RxT ol li {
    font-size: 18px;
    padding-left: 15px;
}
}



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



@keyframes pulseBg {
  0% {
    opacity: 0.1;
    transform: scale(1);
  }
  100% {
    opacity: 0.3;
    transform: scale(1.2);
  }
}



@keyframes lightSweep {
  0% {
    transform: rotate(15deg) translateX(-100%);
  }
  100% {
    transform: rotate(15deg) translateX(100%);
  }
}



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



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



@keyframes horizontalBreathing {
    0%, 100% {
        opacity: 0.2;
        transform: translateY(-50%) scaleX(0.9);
    }
    50% {
        opacity: 0.4;
        transform: translateY(-50%) scaleX(1.1);
    }
}



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



@keyframes floatElement {
    0%, 100% {
        transform: translate(0, 0) rotate(-15deg);
    }
    25% {
        transform: translate(-10px, 15px) rotate(-10deg);
    }
    50% {
        transform: translate(10px, 5px) rotate(-20deg);
    }
    75% {
        transform: translate(15px, -10px) rotate(-12deg);
    }
}



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



@keyframes float {
    0%, 100% {
        transform: rotate(45deg) translate(0, 0);
    }
    50% {
        transform: rotate(45deg) translate(20px, -20px);
    }
}

