* {
    box-sizing: border-box;
    padding: 0;
    margin: 0;
}html,body {
    color: #000000;
    height: 100%;
    font-family: Arial, sans-serif;
    auto
contain
    scroll-behavior: smooth;
    min-height: 100%;
}svg {
    height: 30px;
    width: 30px;
}.wrapper-section_Iug83 {
    height: 100%;
    flex-direction: column;
    display: flex;
    min-height: 100%;
}.case_study_ZGftI {
    flex: 0 0 auto;
}.top_master_RsOzU {
    flex: 1 0 auto;
}header,footer {
    width: 100%;
}.container {
    margin: auto;
    max-width: 100%;
    width: 1267px;
}a {
    color: inherit;
    text-decoration: none;
}
@media only screen and (max-width: 1200px)  {.container {
    padding: 0 20px;
    width: 100%;
}
}
@media only screen and (max-width: 800px)  {.container {
    padding: 0 12px;
}}
.pricing_plan_iVGnJ {
    padding: 100px 0;
    position: relative;
    overflow: hidden;
    background: linear-gradient(135deg, rgb(230,225,233) 0%, rgb(201,191,208,0.5) 100%);
}.pricing_plan_iVGnJ::before {
    left: 0;
    top: 0;
    width: 100%;
    pointer-events: none;
    height: 100%;
    content: "";
    position: absolute;
    z-index: 0;
    background: radial-gradient(circle at 30% 70%, rgb(165,152,173,0.5) 0%, transparent 60%);
}.pricing_plan_iVGnJ .container {
    z-index: 1;
    margin: 0 auto;
    position: relative;
    padding: 0 15px;
    max-width: 1320px;
}.pricing_plan_iVGnJ .discount_plan_wGKEs {
    gap: 60px;
    position: relative;
    display: flex;
    flex-direction: column-reverse;
}.pricing_plan_iVGnJ .monthly_rate_wq8SM {
    position: relative;
    padding: 30px;
    background: linear-gradient(145deg, #ffffff 0%, rgb(255, 255, 255, 0.5) 90%);
    max-width: 100%;
    backdrop-filter: blur(10px);
    border-left: 3px solid rgb(201,191,208);
    transition: transform 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transform: perspective(1000px) rotateX(0deg);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
}.pricing_plan_iVGnJ .monthly_rate_wq8SM:hover {
    transform: perspective(1000px) rotateX(2deg);
}.pricing_plan_iVGnJ .monthly_rate_wq8SM h2 {
    line-height: 1.3;
    margin-bottom: 20px;
    font-weight: 700;
    letter-spacing: -0.02em;
    font-size: 30px;
    transform: translateZ(0);
    color: transparent;
    background-clip: text !important;
    -webkit-background-clip: text !important;
    background: linear-gradient(90deg, rgb(201,191,208), rgb(165,152,173));
}.pricing_plan_iVGnJ .monthly_rate_wq8SM .rate_card_5DKun {
    max-width: 700px;
    color: #000000;
    line-height: 1.6;
    word-break: break-word;
    font-size: 15px;
    overflow-wrap: break-word;
    margin-bottom: 0;
}.pricing_plan_iVGnJ .value_fees_Ys8gM {
    gap: 30px;
    position: relative;
    display: grid;
    grid-template-columns: 1fr;
}.pricing_plan_iVGnJ .study_rates_fc45B {
    position: relative;
    transform: translateY(0);
    border-radius: 4px;
    text-decoration: none;
    transition: transform 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94), box-shadow 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    display: block;
    overflow: hidden;
}.pricing_plan_iVGnJ .study_rates_fc45B:hover {
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
    transform: translateY(-10px);
    z-index: 5;
}.pricing_plan_iVGnJ .price_sheet_NmJ0k {
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
    position: relative;
    flex-direction: column;
    display: flex;
    border: 1px solid rgba(0, 0, 0, 0.06);
    background: linear-gradient(145deg, #ffffff 0%, rgb(255, 255, 255, 0.5) 95%);
    height: 100%;
}.pricing_plan_iVGnJ .price_sheet_NmJ0k::before {
    transform-origin: left;
    background: linear-gradient(90deg, rgb(201,191,208), rgb(165,152,173));
    width: 100%;
    left: 0;
    position: absolute;
    transition: transform 0.4s ease-out;
    top: 0;
    height: 5px;
    content: "";
    transform: scaleX(0.8);
}.pricing_plan_iVGnJ .study_rates_fc45B:hover .price_sheet_NmJ0k::before {
    transform: scaleX(1);
}.pricing_plan_iVGnJ .rate_list_pud7U {
    padding: 30px;
    z-index: 1;
    position: relative;
    flex-direction: column;
    display: flex;
    flex: 1;
}.pricing_plan_iVGnJ .rate_list_pud7U h3 {
    font-weight: 700;
    color: #000000;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-bottom: 15px;
    position: relative;
    transition: transform 0.3s ease;
    font-size: calc(22px + 2px);
    transform-origin: left;
}.pricing_plan_iVGnJ .study_rates_fc45B:hover .rate_list_pud7U h3 {
    transform: translateX(5px) scale(1.03);
    color: rgb(201,191,208);
}.pricing_plan_iVGnJ .skill_offers_T3tih {
    font-weight: 700;
    color: rgb(165,152,173);
    position: relative;
    margin-bottom: 20px;
    font-size: calc(22px + 4px);
    display: inline-block;
}.pricing_plan_iVGnJ .skill_offers_T3tih::after {
    bottom: -5px;
    content: "";
    transform-origin: left;
    height: 3px;
    transition: transform 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
    position: absolute;
    transform: scaleX(0.5);
    left: 0;
    width: 50px;
    background: rgb(201,191,208);
}.pricing_plan_iVGnJ .study_rates_fc45B:hover .skill_offers_T3tih::after {
    transform: scaleX(1);
}.pricing_plan_iVGnJ .rate_list_pud7U p {
    word-break: break-word;
    display: -webkit-box;
    flex: 1;
    margin-bottom: 0;
    -webkit-line-clamp: 5;
    color: #000000;
    overflow-wrap: break-word;
    font-size: 15px;
    overflow: hidden;
    line-height: 1.6;
    -webkit-box-orient: vertical;
}.pricing_plan_iVGnJ .img_background_YhkAb {
    overflow: hidden;
    transition: transform 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
    height: 200px;
    position: relative;
}.pricing_plan_iVGnJ .img_background_YhkAb::after {
    position: absolute;
    content: "";
    pointer-events: none;
    height: 100%;
    left: 0;
    width: 100%;
    top: 0;
    background: linear-gradient(to bottom, transparent 50%, rgba(0, 0, 0, 0.3) 100%);
}.pricing_plan_iVGnJ .study_rates_fc45B:hover .img_background_YhkAb {
    transform: scale(1.05);
}

@media (min-width: 768px) {.pricing_plan_iVGnJ .value_fees_Ys8gM {
    grid-template-columns: repeat(2, 1fr);
}.pricing_plan_iVGnJ .monthly_rate_wq8SM {
    padding: 40px;
}.pricing_plan_iVGnJ .rate_list_pud7U {
    padding: 30px 35px;
}.pricing_plan_iVGnJ .img_background_YhkAb {
    height: 240px;
}
}

@media (min-width: 992px) {.pricing_plan_iVGnJ .discount_plan_wGKEs {
    gap: 40px;
    flex-direction: row;
    align-items: stretch;
}.pricing_plan_iVGnJ .monthly_rate_wq8SM {
    width: 30%;
    display: flex;
    padding: 50px 40px;
    flex-direction: column;
    justify-content: center;
}.pricing_plan_iVGnJ .value_fees_Ys8gM {
    width: 70%;
    grid-template-columns: repeat(2, 1fr);
}.pricing_plan_iVGnJ .rate_list_pud7U {
    padding: 30px;
}.pricing_plan_iVGnJ .rate_list_pud7U p {
    -webkit-line-clamp: 6;
}
}

@media (min-width: 1200px) {.pricing_plan_iVGnJ {
    padding: 120px 0;
}.pricing_plan_iVGnJ .value_fees_Ys8gM {
    grid-template-columns: repeat(2, 1fr);
    gap: 40px;
}.pricing_plan_iVGnJ .monthly_rate_wq8SM h2 {
    font-size: calc(30px + 4px);
}.pricing_plan_iVGnJ .rate_list_pud7U h3 {
    font-size: calc(22px + 4px);
}.pricing_plan_iVGnJ .skill_offers_T3tih {
    font-size: calc(22px + 8px);
}.pricing_plan_iVGnJ .img_background_YhkAb {
    height: 280px;
}
}

@media (min-width: 1400px) {.pricing_plan_iVGnJ .value_fees_Ys8gM {
    grid-template-columns: repeat(2, 1fr);
}.pricing_plan_iVGnJ .rate_list_pud7U p {
    -webkit-line-clamp: 7;
}
}

@media (hover: hover) {.pricing_plan_iVGnJ .study_rates_fc45B {
    transition: transform 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94), box-shadow 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}.pricing_plan_iVGnJ .study_rates_fc45B:hover {
    transform: translateY(-10px) scale(1.02);
}}.about_this_A9Pwd {
    position: relative;
    overflow: hidden;
    padding: 120px 0;
}.about_this_A9Pwd::before {
    height: 100%;
    content: "";
    left: 0;
    position: absolute;
    width: 100%;
    z-index: 1;
    top: 0;
    background: linear-gradient(135deg, rgb(201,191,208,0.5), rgba(0, 0, 0, 0.5));
}.about_this_A9Pwd::after {
    right: -10%;
    z-index: 1;
    background: rgb(165,152,173);
    position: absolute;
    content: "";
    top: -15%;
    width: 50%;
    transform: rotate(25deg) skewX(-15deg);
    height: 80%;
    opacity: 0.07;
    animation: float 18s infinite ease-in-out;
}.about_this_A9Pwd .container {
    position: relative;
    max-width: 1200px;
    padding: 0 30px;
    margin: 0 auto;
    z-index: 2;
}.about_this_A9Pwd .content_frame_5qX3Q {
    position: relative;
    background: rgba(255, 255, 255, 0.92);
    padding: 45px 50px;
    transition: transform 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    transform: perspective(1000px) rotateY(-2deg);
    transform-origin: left center;
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.15);
}.about_this_A9Pwd .content_frame_5qX3Q:hover {
    transform: perspective(1000px) rotateY(0deg);
}.about_this_A9Pwd .content_frame_5qX3Q::before {
    height: 100%;
    content: "";
    width: 5px;
    position: absolute;
    background: linear-gradient(to bottom, rgb(201,191,208), rgb(165,152,173));
    left: 0;
    top: 0;
}.about_this_A9Pwd .content_frame_5qX3Q::after {
    position: absolute;
    content: "";
    height: 100px;
    clip-path: polygon(100% 0, 100% 100%, 0 100%);
    right: -15px;
    background: linear-gradient(135deg, rgb(165,152,173,0.5), rgb(201,191,208,0.5));
    z-index: -1;
    width: 100px;
    bottom: -15px;
}.about_this_A9Pwd h5 {
    font-size: 18px;
    position: relative;
    margin-bottom: 10px;
    display: inline-block;
    transition: transform 0.4s ease;
    letter-spacing: 1px;
    color: rgb(201,191,208);
    font-weight: 700;
    text-transform: uppercase;
    transform: translateX(0);
}.about_this_A9Pwd h5::after {
    bottom: -6px;
    background: rgb(201,191,208);
    position: absolute;
    left: 0;
    height: 2px;
    width: 0;
    transition: width 0.4s ease;
    content: "";
}.about_this_A9Pwd .content_frame_5qX3Q:hover h5 {
    transform: translateX(5px);
}.about_this_A9Pwd .content_frame_5qX3Q:hover h5::after {
    width: 100%;
}.about_this_A9Pwd p {
    margin-bottom: 20px;
    font-size: calc(14px * 1.2);
    color: #000000;
}.about_this_A9Pwd p b {
    letter-spacing: 0.5px;
    position: relative;
    color: rgb(165,152,173);
    display: inline-block;
    font-size: calc(17px * 1.1);
    font-weight: 700;
    padding-bottom: 5px;
}.about_this_A9Pwd p b::after {
    left: 0;
    background: rgb(165,152,173,0.5);
    bottom: 0;
    width: 100%;
    position: absolute;
    height: 1px;
    content: "";
}.about_this_A9Pwd ol {
    padding-left: 20px;
    counter-reset: item;
    list-style-type: none;
}.about_this_A9Pwd ol li {
    border-left: 1px dashed rgba(var(--primary-color-rgb), 0.3);
    font-family: Arial, sans-serif;
    position: relative;
    text-align: justify;
    color: #000000;
    line-height: 1.8;
    margin-bottom: 15px;
    padding-left: 15px;
    font-size: 14px;
}.about_this_A9Pwd ol li::before {
    display: none;
}

@keyframes float {
    0%, 100% {
        transform: rotate(25deg) skewX(-15deg) translateY(0);
    }
    50% {
        transform: rotate(25deg) skewX(-15deg) translateY(-30px);
    }
}

@media (max-width: 992px) {.about_this_A9Pwd {
    padding: 80px 0;
}.about_this_A9Pwd .content_frame_5qX3Q {
    padding: 35px 40px;
    transform: perspective(800px) rotateY(-1deg);
}.about_this_A9Pwd h5 {
    font-size: calc(18px * 0.9);
}.about_this_A9Pwd p {
    font-size: 14px;
}.about_this_A9Pwd p b {
    font-size: 17px;
}
}

@media (max-width: 768px) {.about_this_A9Pwd {
    padding: 60px 0;
}.about_this_A9Pwd .content_frame_5qX3Q {
    padding: 30px;
    transform: none;
    box-shadow: 0 15px 30px -8px rgba(0, 0, 0, 0.12);
}.about_this_A9Pwd .content_frame_5qX3Q::after {
    right: -10px;
    height: 70px;
    width: 70px;
    bottom: -10px;
}.about_this_A9Pwd h5 {
    font-size: calc(18px * 0.85);
}.about_this_A9Pwd ol li {
    font-size: calc(14px * 0.95);
    line-height: 1.7;
}
}

@media (max-width: 576px) {.about_this_A9Pwd {
    padding: 50px 0;
}.about_this_A9Pwd .container {
    padding: 0 20px;
}.about_this_A9Pwd .content_frame_5qX3Q {
    padding: 25px 20px;
}.about_this_A9Pwd .content_frame_5qX3Q::before {
    width: 3px;
}.about_this_A9Pwd .content_frame_5qX3Q::after {
    display: none;
}.about_this_A9Pwd h5 {
    font-size: calc(18px * 0.8);
}.about_this_A9Pwd p {
    margin-bottom: 15px;
    font-size: calc(14px * 0.95);
}.about_this_A9Pwd p b {
    font-size: calc(17px * 0.9);
}.about_this_A9Pwd ol {
    padding-left: 10px;
}.about_this_A9Pwd ol li {
    padding-left: 10px;
    font-size: calc(14px * 0.9);
    line-height: 1.6;
}}.privacySettingsWindow_oke92 {
    box-shadow: 0 -10px 30px rgb(201,191,208,0.5);
    border-top: 2px solid rgb(201,191,208);
    background: rgb(165,152,173);
    bottom: 0;
    width: 100%;
    z-index: 90;
    animation: slideIn 0.5s ease-in-out;
    position: fixed;
}@keyframes slideIn {
    from {
        bottom: -100px;
        opacity: 0;
    }
    to {
        bottom: 0;
        opacity: 1;
    }
}
.cookie_none_mzDSg {
    box-shadow: 0 0 20px rgb(201,191,208,0.5);
    align-items: center;
    justify-content: space-between;
    display: flex;
    background: linear-gradient(135deg, rgb(165,152,173) 0%, rgba(0, 0, 0, 0.5) 100%);
    flex-wrap: wrap;
    padding: 20px 5%;
}.manage_tracking_7JOTU {
    flex-shrink: 0;
    overflow: hidden;
    background: rgba(0, 0, 0, 0.5);
    border-radius: 10px;
    box-shadow: 0 0 15px rgb(201,191,208);
    margin-right: 20px;
    padding: 10px;
}.manage_tracking_7JOTU svg, .manage_tracking_7JOTU svg path {
    width: 60px;
    transition: transform 0.3s ease;
    fill: rgb(201,191,208);
    height: 60px;
}.manage_tracking_7JOTU:hover svg {
    transform: rotate(20deg);
}.cookie_hide_o3XPF {
    color: #ffffff;
    min-width: 300px;
    flex: 1;
}.cookie_hide_o3XPF h5 {
    margin-bottom: 10px;
    text-shadow: 0 0 10px rgb(201,191,208);
    color: rgb(201,191,208);
    font-weight: 700;
    font-size: 24px;
}.cookie_hide_o3XPF p {
    text-shadow: 0 0 5px rgb(201,191,208,0.5);
    margin-bottom: 0;
    font-size: 16px;
    color: #ffffff;
}.data_settings_vnc5s {
    background: rgb(201,191,208);
    box-shadow: 0 0 10px rgb(201,191,208,0.5);
    color: #000000;
    white-space: nowrap;
    margin-left: 10px;
    cursor: pointer;
    font-size: 16px;
    transition: background 0.3s ease, box-shadow 0.3s ease;
    padding: 12px 25px;
    border-radius: 10px;
    text-decoration: none;
}.data_settings_vnc5s:hover {
    background: rgb(165,152,173);
    box-shadow: 0 0 20px rgb(165,152,173,0.5);
}.privacySettingsWindow_oke92 p a {
    transition: color 0.3s ease;
    color: rgb(201,191,208);
    text-decoration: underline;
}.privacySettingsWindow_oke92 p a:hover {
    color: rgb(165,152,173);
}#cookiePolicyBanner_MVCHO {
    display: none;
}#cookiePolicyBanner_MVCHO:checked ~ .privacySettingsWindow_oke92 {
    opacity: 0;
    visibility: hidden;
}
@media only screen and (max-width: 1200px) {.privacySettingsWindow_oke92 {
    padding: 20px;
}.cookie_none_mzDSg {
    padding: 20px 2%;
}
}
@media only screen and (max-width: 800px) {.manage_tracking_7JOTU {
    display: none;
}.cookie_none_mzDSg {
    align-items: center;
    justify-content: center;
    flex-direction: column;
}.cookie_hide_o3XPF {
    text-align: center;
    margin-bottom: 20px;
}.privacySettingsWindow_oke92 h5, .privacySettingsWindow_oke92 p {
    text-align: center;
}.data_settings_vnc5s {
    margin-left: 0;
    text-align: center;
    margin-top: 10px;
    width: 100%;
}}
footer {
    z-index: 1;
    position: relative;
}footer::before {
    z-index: -1;
    content: "";
    bottom: 0;
    opacity: 0.92;
    top: 0;
    left: 0;
    right: 0;
    position: absolute;
    background: linear-gradient(135deg, rgb(201,191,208,0.5) 0%, rgb(165,152,173,0.5) 100%);
}footer {
    background-position: center !important;
    background-size: cover !important;
}.case_study_ZGftI {
    color: #ffffff;
    padding: 5rem 0 2rem;
    position: relative;
}.case_study_ZGftI::before {
    width: 100%;
    clip-path: polygon(0 0, 100% 0, 96% 100%, 4% 100%);
    background: rgb(201,191,208);
    height: 15px;
    left: 0;
    content: "";
    top: 0;
    position: absolute;
}.case_study_ZGftI .container {
    position: relative;
    gap: 0;
    flex-wrap: wrap;
    display: flex;
}.case_study_ZGftI .company_holder {
    flex: 0 0 40%;
    margin-bottom: 2rem;
    position: relative;
    padding: 0 3rem 2rem 0;
}.case_study_ZGftI .company_holder::after {
    opacity: 0.3;
    position: absolute;
    height: 100%;
    background: linear-gradient(to bottom, #ffffff, transparent);
    content: "";
    right: 1.5rem;
    top: 0;
    width: 1px;
}.case_study_ZGftI .company_holder h3 {
    margin: 0 0 1.5rem;
    font-weight: 700;
    color: #ffffff;
    font-size: 32px;
    position: relative;
    transform: skewX(-10deg);
    text-transform: uppercase;
    padding-bottom: 1rem;
    letter-spacing: 1px;
}.case_study_ZGftI .company_holder h3::after {
    bottom: 0;
    box-shadow: 0 0 10px rgb(201,191,208);
    width: 80px;
    height: 3px;
    content: "";
    left: 0;
    position: absolute;
    background: rgb(201,191,208);
}.case_study_ZGftI .lesson_cta_P2EUO {
    padding: 1.5rem;
    font-size: 16px;
    transform-origin: left top;
    line-height: 1.6;
    transform: skewX(-5deg);
    background: rgba(0, 0, 0, 0.2);
    color: #ffffff;
    border-left: 3px solid rgb(201,191,208);
}.case_study_ZGftI .carbon_cta_cV4nm {
    display: flex;
    gap: 0;
    flex-wrap: wrap;
    flex: 0 0 60%;
}.case_study_ZGftI .head_mentor_GbFmD {
    display: flex;
    flex: 1;
    gap: 0;
    flex-wrap: wrap;
}.case_study_ZGftI .main_header_N2roG {
    padding: 0 1rem 2rem 1rem;
    position: relative;
    flex: 0 0 50%;
}.case_study_ZGftI .main_header_N2roG h5 {
    padding-left: 1rem;
    margin: 0 0 1.5rem;
    transform: skewX(-5deg);
    color: #ffffff;
    position: relative;
    font-size: 23px;
    font-weight: 600;
}.case_study_ZGftI .main_header_N2roG h5::before {
    width: 3px;
    background: rgb(201,191,208);
    top: 0;
    left: 0;
    position: absolute;
    transform: skewX(5deg);
    content: "";
    bottom: 0;
}.case_study_ZGftI .main_header_N2roG .head_mentor_GbFmD {
    display: flex;
    gap: 0.8rem;
    flex-direction: column;
}.case_study_ZGftI .main_header_N2roG .head_mentor_GbFmD a {
    display: block;
    transform: skewX(-5deg);
    padding: 0.7rem 1rem;
    transition: all 0.3s ease;
    overflow: hidden;
    font-size: 16px;
    position: relative;
    color: #ffffff;
    background: rgba(255, 255, 255, 0.05);
    text-decoration: none;
}.case_study_ZGftI .main_header_N2roG .head_mentor_GbFmD a::before {
    content: "";
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.1), transparent);
    height: 100%;
    position: absolute;
    transition: all 0.5s ease;
    left: -100%;
    width: 100%;
    top: 0;
}.case_study_ZGftI .main_header_N2roG .head_mentor_GbFmD a:hover {
    color: #ffffff;
    background: rgba(255, 255, 255, 0.1);
    transform: skewX(-5deg) translateX(5px);
    padding-left: 1.5rem;
}.case_study_ZGftI .main_header_N2roG .head_mentor_GbFmD a:hover::before {
    left: 100%;
}.event_cal_PMhJ1 {
    padding: 1.5rem 0;
    margin-top: 2rem;
    clip-path: polygon(0 0, 100% 0, 98% 100%, 2% 100%);
    background: rgba(0, 0, 0, 0.15);
    position: relative;
}.event_cal_PMhJ1 .container {
    align-items: center;
    gap: 1rem;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}.event_cal_PMhJ1 .mentor_cta_1KV3N {
    text-align: center;
    transform: skewX(-5deg);
    width: 100%;
    color: #ffffff;
    font-size: 14px;
}

@media (max-width: 1200px) {.case_study_ZGftI .company_holder {
    padding-right: 2rem;
    flex: 0 0 35%;
}.case_study_ZGftI .carbon_cta_cV4nm {
    flex: 0 0 65%;
}
}

@media (max-width: 992px) {.case_study_ZGftI {
    padding: 4rem 0 2rem;
}.case_study_ZGftI .container {
    flex-direction: column;
}.case_study_ZGftI .company_holder {
    padding-right: 0;
    flex: 0 0 100%;
    margin-bottom: 3rem;
}.case_study_ZGftI .company_holder::after {
    display: none;
}.case_study_ZGftI .carbon_cta_cV4nm {
    flex: 0 0 100%;
}.case_study_ZGftI .main_header_N2roG {
    padding-bottom: 1.5rem;
}
}

@media (max-width: 768px) {.case_study_ZGftI {
    padding: 3.5rem 0 1.5rem;
}.case_study_ZGftI::before {
    height: 10px;
}.case_study_ZGftI .company_holder h3 {
    font-size: calc(32px - 2px);
}.case_study_ZGftI .lesson_cta_P2EUO {
    transform: skewX(-3deg);
    padding: 1.2rem;
}.case_study_ZGftI .main_header_N2roG h5, 
    .case_study_ZGftI .main_header_N2roG .head_mentor_GbFmD a {
    transform: skewX(-3deg);
}.case_study_ZGftI .main_header_N2roG .head_mentor_GbFmD a:hover {
    transform: skewX(-3deg) translateX(5px);
}.event_cal_PMhJ1 {
    clip-path: polygon(0 0, 100% 0, 97% 100%, 3% 100%);
}.event_cal_PMhJ1 .mentor_cta_1KV3N {
    transform: skewX(-3deg);
}
}

@media (max-width: 576px) {.case_study_ZGftI {
    padding: 3rem 0 1rem;
}.case_study_ZGftI::before {
    clip-path: polygon(0 0, 100% 0, 95% 100%, 5% 100%);
}.case_study_ZGftI .main_header_N2roG {
    flex: 0 0 100%;
    padding: 0 0 2rem 0;
}.case_study_ZGftI .company_holder {
    margin-bottom: 2rem;
}.case_study_ZGftI .main_header_N2roG .head_mentor_GbFmD a {
    padding: 0.6rem 0.8rem;
}.case_study_ZGftI .main_header_N2roG .head_mentor_GbFmD a:hover {
    padding-left: 1.2rem;
}.event_cal_PMhJ1 {
    margin-top: 1rem;
    clip-path: polygon(0 0, 100% 0, 95% 100%, 5% 100%);
}
}

@media (max-width: 420px) {.case_study_ZGftI .company_holder h3 {
    transform: skewX(-5deg);
}.case_study_ZGftI .company_holder h3::after {
    width: 60px;
}.case_study_ZGftI .lesson_cta_P2EUO {
    transform: none;
}.case_study_ZGftI .main_header_N2roG h5 {
    transform: none;
}.case_study_ZGftI .main_header_N2roG h5::before {
    transform: none;
}.case_study_ZGftI .main_header_N2roG .head_mentor_GbFmD a,
    .case_study_ZGftI .main_header_N2roG .head_mentor_GbFmD a:hover,
    .event_cal_PMhJ1 .mentor_cta_1KV3N {
    transform: none;
}}.course_program_FtsWo {
    position: relative;
    overflow: hidden;
    background: linear-gradient(135deg, rgb(230,225,233) 0%, rgba(240, 240, 245, 0.9) 100%);
    padding: 90px 0;
}.course_program_FtsWo::before {
    content: "";
    clip-path: polygon(100% 0, 100% 100%, 0 100%, 30% 0);
    position: absolute;
    background: linear-gradient(225deg, rgb(201,191,208,0.5) 0%, transparent 80%);
    right: 0;
    width: 45%;
    top: 0;
    z-index: 1;
    height: 100%;
}.course_program_FtsWo::after {
    background: linear-gradient(90deg, rgb(201,191,208) 0%, rgb(165,152,173) 50%, rgb(201,191,208) 100%);
    height: 8px;
    bottom: 0;
    left: 0;
    content: "";
    position: absolute;
    width: 100%;
    z-index: 2;
}.course_program_FtsWo .container {
    padding: 0 20px;
    position: relative;
    z-index: 3;
    margin: 0 auto;
    max-width: 1200px;
}.course_program_FtsWo .learn_plan_pgS8c {
    position: relative;
    grid-template-columns: 1fr;
    display: grid;
    gap: 40px;
}.course_program_FtsWo .img_background_YhkAb {
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
    transform: perspective(1000px) rotateY(-2deg);
    transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    height: 380px;
    position: relative;
}.course_program_FtsWo .img_background_YhkAb::before {
    background: linear-gradient(to bottom, transparent 60%, rgba(0, 0, 0, 0.4));
    left: 0;
    top: 0;
    position: absolute;
    z-index: 1;
    width: 100%;
    height: 100%;
    content: "";
}.course_program_FtsWo .img_background_YhkAb::after {
    z-index: 2;
    top: -10px;
    width: 80px;
    border-top: 4px solid rgb(165,152,173);
    position: absolute;
    height: 80px;
    border-right: 4px solid rgb(165,152,173);
    right: -10px;
    content: "";
}.course_program_FtsWo .img_background_YhkAb:hover {
    transform: perspective(1000px) rotateY(0);
}.course_program_FtsWo .content_frame_5qX3Q {
    padding: 30px;
    transform: translateY(0);
    transition: transform 0.5s ease;
    backdrop-filter: blur(10px);
    background: rgba(255, 255, 255, 0.9);
    position: relative;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.06);
}.course_program_FtsWo .content_frame_5qX3Q:hover {
    transform: translateY(-5px);
}.course_program_FtsWo .content_frame_5qX3Q::before {
    top: 0;
    position: absolute;
    content: "";
    width: 4px;
    background: linear-gradient(to bottom, rgb(201,191,208), rgb(165,152,173));
    height: 100%;
    left: 0;
}.course_program_FtsWo h3 {
    line-height: 1.4;
    font-size: calc(24px * 1.1);
    margin-bottom: 25px;
    padding-bottom: 15px;
    font-weight: 700;
    position: relative;
    color: #000000;
}.course_program_FtsWo h3::after {
    height: 3px;
    left: 0;
    background: rgb(201,191,208);
    position: absolute;
    bottom: 0;
    content: "";
    width: 80px;
}.course_program_FtsWo .description {
    line-height: 1.8;
    font-size: 15px;
    overflow-y: auto;
    max-height: 250px;
    margin-bottom: 20px;
    color: #000000;
    padding-right: 15px;
}.course_program_FtsWo .description::-webkit-scrollbar {
    width: 4px;
}.course_program_FtsWo .description::-webkit-scrollbar-track {
    background: rgba(0, 0, 0, 0.05);
}.course_program_FtsWo .description::-webkit-scrollbar-thumb {
    background: rgb(201,191,208,0.5);
    border-radius: 10px;
}.course_program_FtsWo span.description {
    display: none;
}

@media (min-width: 768px) {.course_program_FtsWo {
    padding: 120px 0;
}.course_program_FtsWo .learn_plan_pgS8c {
    align-items: center;
    grid-template-columns: 1fr 1fr;
}.course_program_FtsWo .img_background_YhkAb {
    clip-path: polygon(0 0, 100% 5%, 95% 95%, 0 100%);
    height: 450px;
}.course_program_FtsWo .content_frame_5qX3Q {
    transform: translateX(-50px);
    z-index: 4;
}.course_program_FtsWo .content_frame_5qX3Q:hover {
    transform: translateX(-60px) translateY(0);
}.course_program_FtsWo h3 {
    font-size: 36px;
}.course_program_FtsWo .description {
    max-height: 350px;
}
}

@media (min-width: 992px) {.course_program_FtsWo .learn_plan_pgS8c {
    gap: 60px;
}.course_program_FtsWo .img_background_YhkAb {
    box-shadow: 0 30px 60px -15px rgba(0, 0, 0, 0.3);
    height: 500px;
}.course_program_FtsWo .content_frame_5qX3Q {
    transform: translateX(-80px);
    padding: 50px;
}.course_program_FtsWo .content_frame_5qX3Q:hover {
    transform: translateX(-90px) translateY(0);
}.course_program_FtsWo h3 {
    margin-bottom: 30px;
}.course_program_FtsWo .description {
    max-height: 400px;
    line-height: 1.9;
    font-size: calc(15px * 1.05);
}
}

@media (max-width: 767px) {.course_program_FtsWo {
    padding: 60px 0;
}.course_program_FtsWo::before {
    opacity: 0.3;
    width: 100%;
    clip-path: polygon(100% 0, 100% 30%, 0 100%, 0 70%);
}.course_program_FtsWo .img_background_YhkAb {
    clip-path: polygon(0 0, 100% 0, 95% 100%, 5% 100%);
    height: 280px;
}.course_program_FtsWo .content_frame_5qX3Q {
    padding: 25px 20px;
    margin-top: -30px;
}.course_program_FtsWo h3 {
    padding-bottom: 12px;
    font-size: calc(24px * 1.05);
    margin-bottom: 20px;
}.course_program_FtsWo .description {
    font-size: calc(15px * 0.95);
    line-height: 1.7;
    max-height: 200px;
}}.reach_out_KWVaz {
    padding: 100px 0;
    position: relative;
    background: rgb(230,225,233);
    overflow: hidden;
}.reach_out_KWVaz::before {
    height: 100%;
    position: absolute;
    width: 100%;
    background-image: 
        radial-gradient(circle at 20% 30%, rgb(201,191,208,0.5) 0%, transparent 30%),
        radial-gradient(circle at 80% 70%, rgb(165,152,173,0.5) 0%, transparent 30%);
    z-index: 1;
    top: 0;
    background: rgb(230,225,233);
    left: 0;
    content: "";
}.reach_out_KWVaz::after {
    background-size: 30px 30px, 30px 30px, 100% 100%, 100% 100%;
    background-position: 0 0, 0 0, 0 0, 0 0;
    content: "";
    z-index: 1;
    opacity: 0.2;
    left: 0;
    height: 100%;
    animation: backgroundMove 30s infinite linear;
    background-image: 
        repeating-linear-gradient(45deg, rgb(201,191,208,0.5) 0, rgb(201,191,208,0.5) 1px, transparent 1px, transparent 20px),
        repeating-linear-gradient(-45deg, rgb(165,152,173,0.5) 0, rgb(165,152,173,0.5) 1px, transparent 1px, transparent 20px),
        linear-gradient(90deg, rgb(201,191,208,0.5), transparent 70%),
        linear-gradient(180deg, rgb(165,152,173,0.5), transparent 70%);
    top: 0;
    position: absolute;
    width: 100%;
}@keyframes backgroundMove {
    0% {
        background-position: 0 0, 0 0, 0 0, 0 0;
    }
    100% {
        background-position: 60px 60px, 60px 60px, 0 0, 0 0;
    }
}

.reach_out_KWVaz .container {
    max-width: 1200px;
    padding: 0 30px;
    z-index: 2;
    position: relative;
    margin: 0 auto;
}.reach_out_KWVaz h2 {
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
    font-size: 40px;
    margin-bottom: 50px;
    text-align: center;
    color: #000000;
    position: relative;
}.reach_out_KWVaz h2::before {
    height: 2px;
    bottom: -15px;
    background: rgb(201,191,208);
    position: absolute;
    left: calc(50% - 50px);
    width: 100px;
    content: "";
    box-shadow: 
        0 0 5px rgb(201,191,208),
        0 0 10px rgb(201,191,208),
        0 0 15px rgb(201,191,208);
}.reach_out_KWVaz .request_section_ZJjmo {
    border-radius: 12px;
    overflow: hidden;
    display: flex;
    box-shadow: 
        0 10px 30px rgba(0, 0, 0, 0.5),
        0 0 0 1px rgb(201,191,208,0.5);
    position: relative;
}.reach_out_KWVaz .request_section_ZJjmo::before {
    content: "";
    inset: 0;
    border-radius: 12px;
    z-index: 3;
    opacity: 0.2;
    position: absolute;
    pointer-events: none;
    border: 1px solid rgb(201,191,208);
}.reach_out_KWVaz .img_background_YhkAb {
    flex: 0 0 45%;
    overflow: hidden;
    min-height: 550px;
    position: relative;
}.reach_out_KWVaz .img_background_YhkAb::before {
    inset: 0;
    background: rgba(0, 0, 0, 0.5);
    content: "";
    position: absolute;
    z-index: 1;
}.reach_out_KWVaz .img_background_YhkAb::after {
    opacity: 0.7;
    position: absolute;
    background: 
        linear-gradient(135deg, transparent 0%, rgb(201,191,208,0.5) 100%);
    z-index: 2;
    inset: 0;
    content: "";
}.reach_out_KWVaz .request_form_ho8Kc {
    flex: 0 0 55%;
    padding: 60px;
    background: #ffffff;
    position: relative;
}.reach_out_KWVaz .request_form_ho8Kc::before {
    background: rgb(201,191,208,0.5);
    opacity: 0.3;
    content: "";
    top: -100px;
    position: absolute;
    z-index: 0;
    height: 200px;
    right: -100px;
    width: 200px;
    filter: blur(100px);
}.reach_out_KWVaz .request_form_ho8Kc::after {
    position: absolute;
    height: 150px;
    bottom: -75px;
    filter: blur(80px);
    content: "";
    z-index: 0;
    width: 150px;
    background: rgb(165,152,173,0.5);
    opacity: 0.3;
    left: -75px;
}.reach_out_KWVaz form {
    z-index: 2;
    position: relative;
}.reach_out_KWVaz form h3 {
    position: relative;
    font-size: 24px;
    letter-spacing: 1px;
    margin-bottom: 40px;
    font-weight: 700;
    color: #000000;
    text-transform: uppercase;
}.reach_out_KWVaz form h3::after {
    content: "";
    width: 40px;
    height: 2px;
    box-shadow: 
        0 0 5px rgb(201,191,208,0.5),
        0 0 10px rgb(201,191,208,0.5);
    bottom: -15px;
    left: 0;
    background: rgb(201,191,208);
    position: absolute;
}.reach_out_KWVaz form input[type="text"] {
    color: #000000;
    font-size: 18px;
    transition: all 0.3s ease;
    border-radius: 8px;
    background: rgb(230,225,233);
    width: 100%;
    padding: 18px 25px;
    margin-bottom: 25px;
    border: 1px solid rgb(201,191,208,0.5);
}.reach_out_KWVaz form input[type="text"]:focus {
    box-shadow: 
        0 0 0 1px rgb(201,191,208),
        0 0 5px rgb(201,191,208,0.5);
    border-color: rgb(201,191,208);
    outline: none;
}.reach_out_KWVaz form input[type="text"]::placeholder {
    opacity: 0.7;
    color: #000000;
}.reach_out_KWVaz .inquiry_block_9JvHq {
    margin-bottom: 35px;
    position: relative;
}.reach_out_KWVaz .inquiry_block_9JvHq input[type="checkbox"] {
    opacity: 0;
    position: absolute;
}.reach_out_KWVaz .inquiry_block_9JvHq label {
    color: #000000;
    font-size: 16px;
    position: relative;
    padding-left: 35px;
    line-height: 1.5;
    cursor: pointer;
}.reach_out_KWVaz .inquiry_block_9JvHq label::before {
    border-radius: 4px;
    content: "";
    height: 22px;
    border: 1px solid rgb(201,191,208,0.5);
    position: absolute;
    background: rgb(230,225,233);
    transition: all 0.3s ease;
    left: 0;
    width: 22px;
    top: 0;
}.reach_out_KWVaz .inquiry_block_9JvHq input[type="checkbox"]:checked + label::before {
    background: rgb(201,191,208);
    box-shadow: 0 0 5px rgb(201,191,208,0.5);
    border-color: rgb(201,191,208);
}.reach_out_KWVaz .inquiry_block_9JvHq input[type="checkbox"]:checked + label::after {
    top: 4px;
    width: 6px;
    height: 12px;
    border: solid #ffffff;
    transform: rotate(45deg);
    border-width: 0 2px 2px 0;
    content: "";
    left: 8px;
    position: absolute;
}.reach_out_KWVaz .inquiry_block_9JvHq label a {
    transition: all 0.3s ease;
    color: rgb(201,191,208);
    position: relative;
    font-weight: 600;
    text-decoration: none;
}.reach_out_KWVaz .inquiry_block_9JvHq label a::after {
    background: rgb(201,191,208);
    content: "";
    position: absolute;
    width: 100%;
    transition: transform 0.3s ease;
    bottom: -1px;
    height: 1px;
    transform-origin: right;
    transform: scaleX(0);
    left: 0;
}.reach_out_KWVaz .inquiry_block_9JvHq label a:hover::after {
    transform: scaleX(1);
    transform-origin: left;
}.reach_out_KWVaz .connect_list_pr3RB {
    background: rgb(201,191,208);
    letter-spacing: 1px;
    position: relative;
    padding: 18px 30px;
    cursor: pointer;
    font-size: 20px;
    color: #ffffff;
    transition: all 0.3s ease;
    border: none;
    box-shadow: 
        0 5px 15px rgb(201,191,208,0.5),
        0 0 0 1px rgb(201,191,208);
    overflow: hidden;
    width: 100%;
    border-radius: 8px;
    font-weight: 700;
    text-transform: uppercase;
}.reach_out_KWVaz .connect_list_pr3RB::before {
    width: 100%;
    content: "";
    position: absolute;
    transition: transform 0.5s ease;
    transform-origin: right;
    background: rgb(165,152,173);
    height: 100%;
    z-index: -1;
    left: 0;
    transform: scaleX(0);
    top: 0;
}.reach_out_KWVaz .connect_list_pr3RB:hover {
    box-shadow: 
        0 5px 20px rgb(165,152,173,0.5),
        0 0 0 1px rgb(165,152,173);
}.reach_out_KWVaz .connect_list_pr3RB:hover::before {
    transform-origin: left;
    transform: scaleX(1);
}.reach_out_KWVaz svg {
    width: 22px;
    filter: drop-shadow(0 0 2px rgb(201,191,208,0.5));
    height: 22px;
    fill: rgb(201,191,208);
    transition: all 0.3s ease;
}.reach_out_KWVaz svg path {
    fill: rgb(201,191,208);
    transition: all 0.3s ease;
}.reach_out_KWVaz svg:hover,
.reach_out_KWVaz svg:hover path {
    fill: rgb(165,152,173);
    filter: drop-shadow(0 0 3px rgb(165,152,173,0.5));
    transform: translateY(-2px);
}

@media (max-width: 1024px) {.reach_out_KWVaz {
    padding: 80px 0;
}.reach_out_KWVaz .img_background_YhkAb {
    min-height: 500px;
}.reach_out_KWVaz .request_form_ho8Kc {
    padding: 50px 40px;
}
}

@media (max-width: 768px) {.reach_out_KWVaz {
    padding: 60px 0;
}.reach_out_KWVaz h2 {
    font-size: calc(40px * 0.8);
    margin-bottom: 40px;
}.reach_out_KWVaz .request_section_ZJjmo {
    flex-direction: column;
}.reach_out_KWVaz .img_background_YhkAb {
    width: 100%;
    min-height: 300px;
}.reach_out_KWVaz .request_form_ho8Kc {
    width: 100%;
    padding: 40px 30px;
}.reach_out_KWVaz form h3 {
    margin-bottom: 30px;
}.reach_out_KWVaz form input[type="text"] {
    padding: 15px 20px;
    margin-bottom: 20px;
}.reach_out_KWVaz .inquiry_block_9JvHq {
    margin-bottom: 25px;
}.reach_out_KWVaz .connect_list_pr3RB {
    padding: 15px 25px;
}
}

@media (max-width: 480px) {.reach_out_KWVaz {
    padding: 50px 0;
}.reach_out_KWVaz h2 {
    font-size: calc(40px * 0.7);
    margin-bottom: 30px;
}.reach_out_KWVaz .img_background_YhkAb {
    min-height: 200px;
}.reach_out_KWVaz .request_form_ho8Kc {
    padding: 30px 20px;
}.reach_out_KWVaz form h3 {
    margin-bottom: 25px;
    font-size: calc(24px * 0.9);
}.reach_out_KWVaz form input[type="text"] {
    padding: 12px 15px;
    margin-bottom: 15px;
}.reach_out_KWVaz .inquiry_block_9JvHq {
    margin-bottom: 20px;
}.reach_out_KWVaz .inquiry_block_9JvHq label {
    font-size: calc(16px * 0.9);
}.reach_out_KWVaz .connect_list_pr3RB {
    padding: 12px 20px;
}}.client_feedback_CxJc4 {
    position: relative;
    background: linear-gradient(135deg, rgb(230,225,233) 0%, rgba(245, 248, 255, 0.9) 100%);
    padding: 6rem 0;
    overflow: hidden;
}.client_feedback_CxJc4::before {
    left: 0;
    height: 100%;
    opacity: 0.1;
    width: 100%;
    top: 0;
    background-image: 
    linear-gradient(30deg, rgb(201,191,208,0.5) 1px, transparent 1px),
    linear-gradient(120deg, rgb(201,191,208,0.5) 1px, transparent 1px);
    position: absolute;
    background-size: 60px 60px;
    content: "";
    z-index: 0;
}.client_feedback_CxJc4::after {
    right: -5%;
    position: absolute;
    content: "";
    background: linear-gradient(45deg, rgb(201,191,208,0.5) 10%, rgb(165,152,173,0.5) 100%);
    height: 70%;
    width: 40%;
    transform: rotate(-15deg);
    z-index: 0;
    top: -10%;
    opacity: 0.1;
    filter: blur(60px);
}.client_feedback_CxJc4 h2 {
    position: relative;
    text-align: center;
    line-height: 1.3;
    opacity: 1;
    color: #000000;
    transform: translateY(0);
    animation: fadeSlideUp 0.8s ease-out;
    margin-bottom: 2.5rem;
    font-weight: 700;
    letter-spacing: -0.02em;
    z-index: 1;
    font-size: 38px;
}.client_feedback_CxJc4 h2::after {
    border-radius: 10px;
    background: linear-gradient(90deg, rgb(201,191,208) 0%, rgb(165,152,173) 100%);
    width: 80px;
    margin: 0.8rem auto 0;
    content: "";
    height: 4px;
    display: block;
}.client_feedback_CxJc4 .container {
    z-index: 2;
    position: relative;
    margin: 0 auto;
    max-width: 1200px;
    padding: 0 1.5rem;
}.client_feedback_CxJc4 .team_culture_hK469 {
    padding: 0;
    position: relative;
}.client_feedback_CxJc4 .user_experience_lTjQc {
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    position: relative;
    gap: 2rem;
    display: grid;
}.client_feedback_CxJc4 .alumni_quotes_9W7Yn {
    display: flex;
    animation-delay: calc(0.1s * var(--i, 0));
    z-index: 1;
    transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275), box-shadow 0.4s ease;
    position: relative;
    transform: translateY(0);
    padding: 1.75rem;
    box-shadow: 0 10px 30px -15px rgba(0, 0, 0, 0.1);
    justify-content: space-between;
    flex-direction: column;
    height: 100%;
    animation: fadeSlideUp 0.6s ease-out backwards;
    background: #ffffff;
    border-radius: 10px;
}.client_feedback_CxJc4 .alumni_quotes_9W7Yn:nth-child(1) {
    --i: 1;
}.client_feedback_CxJc4 .alumni_quotes_9W7Yn:nth-child(2) {
    --i: 2;
}.client_feedback_CxJc4 .alumni_quotes_9W7Yn:nth-child(3) {
    --i: 3;
}.client_feedback_CxJc4 .alumni_quotes_9W7Yn:nth-child(4) {
    --i: 4;
}.client_feedback_CxJc4 .alumni_quotes_9W7Yn:nth-child(5) {
    --i: 5;
}.client_feedback_CxJc4 .alumni_quotes_9W7Yn:nth-child(6) {
    --i: 6;
}.client_feedback_CxJc4 .alumni_quotes_9W7Yn:nth-child(7) {
    --i: 7;
}.client_feedback_CxJc4 .alumni_quotes_9W7Yn::before {
    font-size: 8rem;
    font-family: Georgia, serif;
    top: -1.5rem;
    opacity: 0.15;
    line-height: 1;
    z-index: -1;
    color: rgb(201,191,208);
    position: absolute;
    right: 1.5rem;
    content: "";
}.client_feedback_CxJc4 .alumni_quotes_9W7Yn:hover {
    box-shadow: 0 20px 40px -20px rgba(0, 0, 0, 0.2);
    transform: translateY(-8px);
}.client_feedback_CxJc4 .alumni_quotes_9W7Yn h3 {
    position: relative;
    font-weight: 700;
    color: rgb(201,191,208);
    font-size: calc(23px * 1.05);
    letter-spacing: 0.01em;
    margin-bottom: 0.75rem;
    padding-left: 1.5rem;
}.client_feedback_CxJc4 .alumni_quotes_9W7Yn h3::before {
    top: 50%;
    transform: translateY(-50%);
    height: 0.75rem;
    width: 0.75rem;
    left: 0;
    position: absolute;
    content: "";
    background: linear-gradient(135deg, rgb(201,191,208) 0%, rgb(165,152,173) 100%);
    border-radius: 10px;
}.client_feedback_CxJc4 .alumni_quotes_9W7Yn .description {
    z-index: 1;
    margin-bottom: 1.5rem;
    font-weight: 400;
    font-size: 18px;
    position: relative;
    color: #000000;
    line-height: 1.6;
}.client_feedback_CxJc4 .alumni_quotes_9W7Yn div {
    display: flex;
    align-items: center;
    margin-top: auto;
    justify-content: flex-start;
    padding-top: 1.25rem;
    border-top: 1px solid rgba(0, 0, 0, 0.05);
}.client_feedback_CxJc4 .alumni_quotes_9W7Yn img {
    height: 60px;
    border-radius: 50%;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    border: 3px solid #ffffff;
    box-shadow: 0 5px 15px -5px rgba(0, 0, 0, 0.15);
    width: 60px;
    object-fit: cover;
}.client_feedback_CxJc4 .alumni_quotes_9W7Yn:hover img {
    box-shadow: 0 8px 20px -8px rgba(0, 0, 0, 0.2);
    transform: scale(1.05);
}

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

@media (max-width: 1200px) {.client_feedback_CxJc4 {
    padding: 5rem 0;
}.client_feedback_CxJc4 h2 {
    font-size: calc(38px * 0.9);
}.client_feedback_CxJc4 .user_experience_lTjQc {
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
}
}

@media (max-width: 991px) {.client_feedback_CxJc4 {
    padding: 4rem 0;
}.client_feedback_CxJc4 h2 {
    font-size: calc(38px * 0.85);
}.client_feedback_CxJc4 .alumni_quotes_9W7Yn {
    padding: 1.5rem;
}.client_feedback_CxJc4 .user_experience_lTjQc {
    gap: 1.5rem;
}
}

@media (max-width: 767px) {.client_feedback_CxJc4 {
    padding: 3.5rem 0;
}.client_feedback_CxJc4 h2 {
    margin-bottom: 2rem;
    font-size: calc(38px * 0.8);
}.client_feedback_CxJc4 h2::after {
    width: 60px;
    height: 3px;
}.client_feedback_CxJc4 .user_experience_lTjQc {
    grid-template-columns: 1fr;
    max-width: 450px;
    margin: 0 auto;
}.client_feedback_CxJc4 .alumni_quotes_9W7Yn img {
    width: 50px;
    height: 50px;
}
}

@media (max-width: 480px) {.client_feedback_CxJc4 {
    padding: 3rem 0;
}.client_feedback_CxJc4 h2 {
    margin-bottom: 1.75rem;
    font-size: calc(38px * 0.75);
}.client_feedback_CxJc4 .alumni_quotes_9W7Yn {
    padding: 1.25rem;
}.client_feedback_CxJc4 .alumni_quotes_9W7Yn h3 {
    font-size: 23px;
}.client_feedback_CxJc4 .alumni_quotes_9W7Yn .description {
    font-size: calc(18px * 0.95);
}}.privacy_fortress_hy9S4 {
    height: auto;
    padding: 40px;
    width: 100%;
}.privacy_fortress_hy9S4 h1 {
    font-family: Arial, sans-serif;
    padding-bottom: 10px;
    text-align: center;
    margin-bottom: 20px;
    margin-top: 0;
    border-bottom: 2px solid rgb(165,152,173);
    font-weight: 700;
    grid-column: span 2;
    font-size: 47px;
    text-shadow: 0 0 10px rgb(201,191,208);
    color: rgb(201,191,208);
}.privacy_fortress_hy9S4 h2 {
    margin-top: 0;
    padding-left: 10px;
    border-left: 4px solid rgb(201,191,208);
    font-weight: 600;
    color: rgb(165,152,173);
    margin-bottom: 15px;
    font-size: 35px;
    text-align: left;
    font-family: Arial, sans-serif;
    text-shadow: 0 0 5px rgb(165,152,173);
}.privacy_fortress_hy9S4 ul {
    margin: 0;
    padding-left: 0;
    list-style-type: none;
}.privacy_fortress_hy9S4 li {
    border: 1px solid rgb(201,191,208);
    padding: 10px;
    text-shadow: 0 0 5px rgb(201,191,208);
    background: rgb(165,152,173,0.5);
    border-radius: 10px;
    margin-bottom: 10px;
    color: #ffffff;
    font-family: Arial, sans-serif;
    font-size: 17px;
    line-height: 1.5;
}.privacy_fortress_hy9S4 div {
    border: 1px solid rgb(165,152,173);
    line-height: 1.8;
    font-size: 17px;
    padding: 15px;
    color: #ffffff;
    box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.5);
    border-radius: 18px;
    margin-bottom: 15px;
    background: rgb(201,191,208,0.5);
    font-family: Arial, sans-serif;
}.privacy_fortress_hy9S4 p, .privacy_fortress_hy9S4 span {
    margin-bottom: 10px;
    font-size: 17px;
    text-shadow: 0 0 5px rgb(165,152,173);
    line-height: 1.8;
    color: #ffffff;
}
@media only screen and (max-width: 800px) {.privacy_fortress_hy9S4 {
    grid-template-columns: 1fr;
    gap: 20px;
    padding: 20px;
}.privacy_fortress_hy9S4 h1 {
    font-size: calc(19px - 4px);
    margin-bottom: 15px;
}.privacy_fortress_hy9S4 h2 {
    font-size: calc(19px - 2px);
    margin-bottom: 10px;
}.privacy_fortress_hy9S4 ul {
    padding-left: 0;
}.privacy_fortress_hy9S4 li {
    margin-bottom: 8px;
    padding: 8px;
}.privacy_fortress_hy9S4 div {
    padding: 10px;
}}.teaching_experience_aGcIv {
    overflow: hidden;
    background: linear-gradient(135deg, rgb(230,225,233) 0%, rgb(201,191,208,0.5) 50%, rgb(230,225,233) 100%);
    position: relative;
    padding: 100px 0;
}.teaching_experience_aGcIv::before {
    position: absolute;
    height: 100%;
    left: 0;
    width: 100%;
    opacity: 0.05;
    content: "";
    top: 0;
    background: repeating-linear-gradient(
        45deg,
        rgb(201,191,208,0.5) 0,
        rgb(201,191,208,0.5) 1px,
        transparent 1px,
        transparent 20px
    );
}.teaching_experience_aGcIv::after {
    background: 
        radial-gradient(circle at 20% 30%, rgb(201,191,208,0.5) 0%, transparent 50%),
        radial-gradient(circle at 80% 70%, rgb(165,152,173,0.5) 0%, transparent 50%);
    height: 100%;
    opacity: 0.4;
    position: absolute;
    top: 0;
    width: 100%;
    content: "";
    filter: blur(60px);
    left: 0;
}.teaching_experience_aGcIv .container {
    padding: 0 15px;
    position: relative;
    margin: 0 auto;
    z-index: 2;
    max-width: 1200px;
}.teaching_experience_aGcIv .alumni_quotes_9W7Yn {
    background: linear-gradient(
        135deg,
        rgba(255, 255, 255, 0.9) 0%,
        rgba(255, 255, 255, 0.7) 100%
    );
    box-shadow: 
        0 20px 50px rgba(0, 0, 0, 0.1),
        0 0 0 1px rgba(255, 255, 255, 0.1);
    border-radius: 19px;
    align-items: center;
    backdrop-filter: blur(10px);
    position: relative;
    flex-direction: column;
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    overflow: hidden;
    padding: 60px 40px;
    display: flex;
}.teaching_experience_aGcIv .alumni_quotes_9W7Yn::before {
    inset: 0;
    position: absolute;
    content: "";
    z-index: 1;
    transform: rotate(-45deg) scale(2);
    background: linear-gradient(
        90deg,
        transparent 0%,
        rgba(255, 255, 255, 0.2) 15%,
        rgba(255, 255, 255, 0.3) 50%,
        rgba(255, 255, 255, 0.2) 85%,
        transparent 100%
    );
    transition: opacity 0.6s ease;
    opacity: 0;
}.teaching_experience_aGcIv .alumni_quotes_9W7Yn:hover::before {
    opacity: 1;
    animation: holographic-sweep 1.5s ease infinite;
}@keyframes holographic-sweep {
    0% {
        transform: rotate(-45deg) translateX(-50%) scale(2);
        opacity: 0;
    }
    30% {
        opacity: 0.3;
    }
    70% {
        opacity: 0.3;
    }
    100% {
        transform: rotate(-45deg) translateX(50%) scale(2);
        opacity: 0;
    }
}

.teaching_experience_aGcIv .img_background_YhkAb {
    transform: rotate(-3deg);
    margin-bottom: 35px;
    overflow: hidden;
    transition: all 0.5s ease;
    position: relative;
    width: 180px;
    height: 180px;
    border-radius: 10px;
    z-index: 2;
    box-shadow: 
        0 15px 35px rgba(0, 0, 0, 0.2),
        0 0 0 5px rgba(255, 255, 255, 0.8),
        0 0 0 10px rgb(201,191,208,0.5);
}.teaching_experience_aGcIv .img_background_YhkAb::before {
    left: 0;
    background: linear-gradient(
        135deg,
        rgba(255, 255, 255, 0.4) 0%,
        transparent 50%,
        rgba(255, 255, 255, 0.4) 100%
    );
    content: "";
    position: absolute;
    z-index: 3;
    width: 100%;
    top: 0;
    height: 100%;
}.teaching_experience_aGcIv .img_background_YhkAb::after {
    opacity: 0.15;
    z-index: 1;
    background: 
        conic-gradient(
            from 0deg,
            transparent 0deg,
            rgb(201,191,208,0.5) 90deg,
            transparent 180deg,
            rgb(165,152,173,0.5) 270deg,
            transparent 360deg
        );
    height: 200%;
    animation: rotate 15s linear infinite;
    mix-blend-mode: overlay;
    position: absolute;
    width: 200%;
    left: -50%;
    top: -50%;
    content: "";
}@keyframes rotate {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

.teaching_experience_aGcIv .name {
    position: relative;
    z-index: 2;
    font-weight: 700;
    margin-bottom: 10px;
    text-align: center;
    font-size: 31px;
    color: #000000;
}.teaching_experience_aGcIv .name::after {
    position: absolute;
    left: 50%;
    height: 2px;
    content: "";
    background: linear-gradient(
        90deg,
        transparent 0%,
        rgb(201,191,208) 50%,
        transparent 100%
    );
    transform: translateX(-50%);
    bottom: -8px;
    width: 70px;
}.teaching_experience_aGcIv .alumni_quotes_9W7Yn span:not(.name) {
    text-transform: uppercase;
    font-weight: 600;
    z-index: 2;
    margin-bottom: 25px;
    font-size: 17px;
    letter-spacing: 2px;
    text-align: center;
    color: rgba(0, 0, 0, 0.5);
    position: relative;
}.teaching_experience_aGcIv .work_expertise_TElfM {
    position: relative;
    line-height: 1.8;
    background: rgba(255, 255, 255, 0.5);
    border-left: 3px solid rgb(201,191,208);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
    max-width: 85%;
    border-radius: 10px;
    color: #000000;
    font-size: 13px;
    padding: 25px 30px;
    text-align: center;
    z-index: 2;
    border-right: 3px solid rgb(165,152,173);
    margin: 0;
    backdrop-filter: blur(5px);
}.teaching_experience_aGcIv .work_expertise_TElfM::before,
.teaching_experience_aGcIv .work_expertise_TElfM::after {
    opacity: 0.1;
    width: 40px;
    height: 40px;
    content: "";
    position: absolute;
    background: rgb(201,191,208,0.5);
}.teaching_experience_aGcIv .work_expertise_TElfM::before {
    left: -5px;
    border-top: 3px solid rgb(201,191,208);
    border-left: 3px solid rgb(201,191,208);
    top: -5px;
}.teaching_experience_aGcIv .work_expertise_TElfM::after {
    border-bottom: 3px solid rgb(165,152,173);
    right: -5px;
    bottom: -5px;
    border-right: 3px solid rgb(165,152,173);
}.teaching_experience_aGcIv .alumni_quotes_9W7Yn:hover {
    box-shadow: 
        0 30px 60px rgba(0, 0, 0, 0.15),
        0 0 0 1px rgba(255, 255, 255, 0.2);
    transform: translateY(-10px);
}.teaching_experience_aGcIv .alumni_quotes_9W7Yn:hover .img_background_YhkAb {
    transform: rotate(0deg) scale(1.05);
    box-shadow: 
        0 20px 40px rgba(0, 0, 0, 0.3),
        0 0 0 5px rgba(255, 255, 255, 0.9),
        0 0 0 12px rgb(201,191,208,0.5);
}

@media (max-width: 991px) {.teaching_experience_aGcIv {
    padding: 80px 0;
}.teaching_experience_aGcIv .alumni_quotes_9W7Yn {
    padding: 50px 30px;
}.teaching_experience_aGcIv .img_background_YhkAb {
    height: 160px;
    width: 160px;
    margin-bottom: 30px;
}.teaching_experience_aGcIv .work_expertise_TElfM {
    max-width: 90%;
    padding: 20px 25px;
}
}

@media (max-width: 767px) {.teaching_experience_aGcIv {
    padding: 60px 0;
}.teaching_experience_aGcIv .alumni_quotes_9W7Yn {
    padding: 40px 25px;
}.teaching_experience_aGcIv .img_background_YhkAb {
    height: 140px;
    width: 140px;
    margin-bottom: 25px;
}.teaching_experience_aGcIv .name {
    font-size: calc(31px * 0.9);
}.teaching_experience_aGcIv .alumni_quotes_9W7Yn span:not(.name) {
    margin-bottom: 20px;
    font-size: calc(17px * 0.95);
}.teaching_experience_aGcIv .work_expertise_TElfM {
    font-size: calc(13px * 0.95);
    padding: 18px 20px;
}
}

@media (max-width: 575px) {.teaching_experience_aGcIv {
    padding: 50px 0;
}.teaching_experience_aGcIv .alumni_quotes_9W7Yn {
    padding: 35px 20px;
}.teaching_experience_aGcIv .img_background_YhkAb {
    width: 120px;
    height: 120px;
    margin-bottom: 20px;
}.teaching_experience_aGcIv .name {
    font-size: calc(31px * 0.8);
}.teaching_experience_aGcIv .alumni_quotes_9W7Yn span:not(.name) {
    margin-bottom: 15px;
    font-size: calc(17px * 0.9);
    letter-spacing: 1px;
}.teaching_experience_aGcIv .work_expertise_TElfM {
    max-width: 100%;
    font-size: calc(13px * 0.9);
    padding: 15px;
}}header {
    overflow: visible;
    background: linear-gradient(120deg, rgb(201,191,208) 0%, rgb(165,152,173) 100%);
    z-index: 100;
    clip-path: polygon(
        0 0, 
        100% 0, 
        100% calc(100% - 15px), 
        calc(100% - 15px) 100%, 
        15px 100%, 
        0 calc(100% - 15px)
    );
    margin-top: 0;
    position: relative;
    padding: 0;
}header::before {
    clip-path: polygon(
        0 0, 
        100% 0, 
        100% calc(100% - 15px), 
        calc(100% - 15px) 100%, 
        15px 100%, 
        0 calc(100% - 15px)
    );
    z-index: -1;
    background: repeating-linear-gradient(
        -45deg,
        rgba(255, 255, 255, 0.05) 0px,
        rgba(255, 255, 255, 0.05) 1px,
        transparent 1px,
        transparent 10px
    );
    left: 2px;
    bottom: 2px;
    right: 2px;
    position: absolute;
    top: 2px;
    content: '';
}header .page_header_MDRQ1 {
    padding: 1.2rem 3rem;
    display: flex;
    position: relative;
    align-items: center;
    z-index: 5;
    justify-content: space-between;
}header .head_section_VjDWt {
    transition: all 0.3s ease;
    position: relative;
    background: rgba(255, 255, 255, 0.15);
    padding: 0.7rem 1.2rem 0.7rem 1rem;
    margin-right: 2rem;
    clip-path: polygon(
        0 0,
        calc(100% - 10px) 0,
        100% 10px,
        100% 100%,
        10px 100%,
        0 calc(100% - 10px)
    );
    flex: 0 0 auto;
}header .head_section_VjDWt::before {
    top: 3px;
    left: 3px;
    position: absolute;
    z-index: -1;
    bottom: 3px;
    content: '';
    clip-path: polygon(
        0 0,
        calc(100% - 10px) 0,
        100% 10px,
        100% 100%,
        10px 100%,
        0 calc(100% - 10px)
    );
    border: 1px dashed rgba(255, 255, 255, 0.3);
    right: 3px;
}header .head_section_VjDWt:hover {
    background: rgba(255, 255, 255, 0.2);
    transform: translateY(-3px) scale(1.03);
}header .header_mainbar_7ch06 {
    display: block;
    transition: all 0.3s ease;
    z-index: 1;
    position: relative;
}header .header_mainbar_7ch06 img {
    filter: drop-shadow(0 0 5px rgba(255, 255, 255, 0.5));
    max-height: 40px;
}header .main_header_N2roG {
    padding: 0;
    z-index: 2;
    margin: 0;
    position: relative;
    display: flex;
    list-style: none;
}header .head_tutor_CDeM8 {
    position: relative;
    margin: 0 0.5rem;
}header .head_tutor_CDeM8 a {
    border: 1px solid transparent;
    padding: 0 1.2rem;
    position: relative;
    color: #ffffff;
    display: flex;
    font-weight: 600;
    text-decoration: none;
    overflow: hidden;
    font-size: 13px;
    clip-path: polygon(
        10px 0,
        calc(100% - 10px) 0,
        100% 10px,
        100% calc(100% - 10px),
        calc(100% - 10px) 100%,
        10px 100%,
        0 calc(100% - 10px),
        0 10px
    );
    transition: all 0.3s ease;
    align-items: center;
    justify-content: center;
    background: rgba(255, 255, 255, 0.1);
    height: 40px;
}header .head_tutor_CDeM8 a::before {
    top: 0;
    transition: left 0.7s ease;
    content: '';
    width: 100%;
    left: -100%;
    height: 100%;
    position: absolute;
    background: linear-gradient(
        90deg,
        transparent,
        rgba(255, 255, 255, 0.2),
        transparent
    );
}header .head_tutor_CDeM8 a:hover {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
    background: rgba(255, 255, 255, 0.2);
    border-color: #ffffff;
    transform: translateY(-3px);
}header .head_tutor_CDeM8 a:hover::before {
    left: 100%;
}header .head_tutor_CDeM8::after {
    left: 50%;
    background: #ffffff;
    content: '';
    bottom: -5px;
    height: 2px;
    transition: width 0.3s ease;
    transform: translateX(-50%);
    width: 0;
    position: absolute;
}header .head_tutor_CDeM8:hover::after {
    width: 80%;
}header .page_header_MDRQ1::before {
    opacity: 0.5;
    right: 10px;
    border-right: none;
    content: '';
    border-bottom: none;
    height: 40px;
    border: 2px solid rgba(255, 255, 255, 0.3);
    width: 40px;
    top: 10px;
    position: absolute;
}header .page_header_MDRQ1::after {
    border-left: none;
    content: '';
    width: 40px;
    border-top: none;
    bottom: 10px;
    border: 2px solid rgba(255, 255, 255, 0.3);
    position: absolute;
    left: 10px;
    opacity: 0.5;
    height: 40px;
}header .top_master_RsOzU {
    position: relative;
    padding-top: 2rem;
    z-index: 1;
    margin-top: -15px;
    background: rgb(230,225,233);
}@keyframes pulse {
    0%, 100% { opacity: 0.5; }
    50% { opacity: 1; }
}

header::after {
    width: 8px;
    background: #ffffff;
    box-shadow: 0 0 10px #ffffff;
    top: 15px;
    content: '';
    animation: pulse 2s infinite;
    border-radius: 50%;
    position: absolute;
    right: 15px;
    height: 8px;
}

@media (min-width: 1400px) {header .page_header_MDRQ1 {
    margin: 0 auto;
    max-width: 1320px;
}header .head_tutor_CDeM8 {
    margin: 0 0.7rem;
}header .head_tutor_CDeM8 a {
    padding: 0 1.5rem;
}
}

@media (max-width: 991px) {header {
    clip-path: polygon(
            0 0, 
            100% 0, 
            100% calc(100% - 10px), 
            calc(100% - 10px) 100%, 
            10px 100%, 
            0 calc(100% - 10px)
        );
}header .page_header_MDRQ1 {
    flex-wrap: wrap;
    padding: 1rem 2rem;
}header .head_section_VjDWt {
    margin-right: 0;
    margin-bottom: 0;
}header .main_header_N2roG {
    margin-top: 1rem;
    justify-content: flex-end;
    flex-basis: 100%;
}header .head_tutor_CDeM8 a {
    padding: 0 1rem;
    font-size: calc(13px - 1px);
    height: 35px;
}header .page_header_MDRQ1::before,
    header .page_header_MDRQ1::after {
    display: none;
}.top_master_RsOzU {
    margin-top: -10px;
}
}

@media (max-width: 767px) {header {
    clip-path: polygon(
            0 0, 
            100% 0, 
            100% calc(100% - 5px), 
            calc(100% - 5px) 100%, 
            5px 100%, 
            0 calc(100% - 5px)
        );
    padding: 0;
}header .page_header_MDRQ1 {
    padding: 0.8rem 1.5rem;
}header .head_section_VjDWt {
    padding: 0.5rem 0.8rem;
    clip-path: polygon(
            0 0,
            calc(100% - 5px) 0,
            100% 5px,
            100% 100%,
            5px 100%,
            0 calc(100% - 5px)
        );
}header .header_mainbar_7ch06 img {
    max-height: 35px;
}header .main_header_N2roG {
    overflow-x: auto;
    margin-top: 0.8rem;
    justify-content: flex-start;
    -webkit-overflow-scrolling: touch;
    padding-bottom: 0.5rem;
    scrollbar-width: thin;
}header .main_header_N2roG::-webkit-scrollbar {
    height: 3px;
}header .main_header_N2roG::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.3);
}header .head_tutor_CDeM8 {
    margin: 0 0.25rem;
    flex: 0 0 auto;
}header .head_tutor_CDeM8 a {
    white-space: nowrap;
    font-size: calc(13px - 2px);
    padding: 0 0.8rem;
    clip-path: polygon(
            5px 0,
            calc(100% - 5px) 0,
            100% 5px,
            100% calc(100% - 5px),
            calc(100% - 5px) 100%,
            5px 100%,
            0 calc(100% - 5px),
            0 5px
        );
    height: 32px;
}header .head_tutor_CDeM8::after {
    display: none;
}header::after {
    top: 10px;
    right: 10px;
    width: 5px;
    height: 5px;
}.top_master_RsOzU {
    margin-top: -5px;
}
}

@media (max-width: 479px) {header .page_header_MDRQ1 {
    padding: 0.7rem 1.2rem;
}header .head_section_VjDWt {
    max-width: 120px;
    padding: 0.4rem 0.6rem;
}header .head_tutor_CDeM8 a {
    font-size: calc(13px - 3px);
    height: 30px;
    padding: 0 0.6rem;
}}.interested_learners_as9lp {
    position: relative;
    overflow: hidden;
    padding: 100px 0;
    background-color: #edf0f8;
}.interested_learners_as9lp::before {
    background: 
        repeating-linear-gradient(
            0deg,
            transparent,
            transparent 10px,
            rgba(228, 232, 243, 0.8) 10px,
            rgba(228, 232, 243, 0.8) 11px
        ),
        repeating-linear-gradient(
            90deg,
            transparent,
            transparent 10px,
            rgba(228, 232, 243, 0.8) 10px,
            rgba(228, 232, 243, 0.8) 11px
        );
    position: absolute;
    width: 100%;
    left: 0;
    height: 100%;
    z-index: 1;
    content: '';
    opacity: 0.4;
    top: 0;
}.interested_learners_as9lp .team_culture_hK469 {
    padding: 0 30px;
    z-index: 10;
    max-width: 1200px;
    position: relative;
    margin: 0 auto;
    text-align: center;
}.interested_learners_as9lp h3 {
    display: inline-block;
    font-weight: 700;
    border-radius: 15px;
    position: relative;
    color: #000000;
    background-color: #edf0f8;
    margin-bottom: 60px;
    font-size: 28px;
    padding: 20px 40px;
    box-shadow: 
        10px 10px 20px rgba(166, 180, 208, 0.7),
        -10px -10px 20px rgba(255, 255, 255, 0.8);
}.interested_learners_as9lp h3::after {
    transform: translateX(-50%);
    border-radius: 10px;
    position: absolute;
    bottom: -15px;
    width: 60px;
    height: 5px;
    background: linear-gradient(90deg, rgb(201,191,208), rgb(165,152,173));
    content: '';
    left: 50%;
}.interested_learners_as9lp ul {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 35px;
    list-style: none;
    margin: 0;
    padding: 0;
}.interested_learners_as9lp ul li {
    background-color: #edf0f8;
    padding: 35px 30px;
    min-width: 280px;
    text-align: left;
    gap: 20px;
    border-radius: 20px;
    display: flex;
    transition: all 0.4s ease;
    align-items: flex-start;
    box-shadow: 
        10px 10px 20px rgba(166, 180, 208, 0.5),
        -10px -10px 20px rgba(255, 255, 255, 0.8);
    width: calc(33.333% - 24px);
    position: relative;
}.interested_learners_as9lp ul li:hover {
    transform: translateY(-5px);
    box-shadow: 
        inset 5px 5px 10px rgba(166, 180, 208, 0.4),
        inset -5px -5px 10px rgba(255, 255, 255, 0.8);
}.interested_learners_as9lp ul li::before {
    transition: opacity 0.3s ease;
    top: 15px;
    height: 12px;
    right: 15px;
    opacity: 0.5;
    background: linear-gradient(135deg, rgb(201,191,208), rgb(165,152,173));
    position: absolute;
    border-radius: 50%;
    content: '';
    width: 12px;
}.interested_learners_as9lp ul li:hover::before {
    opacity: 1;
}.interested_learners_as9lp ul li svg {
    transition: all 0.4s ease;
    background: linear-gradient(135deg, #edf0f8, #e2e6f3);
    border-radius: 12px;
    width: 50px;
    padding: 10px;
    height: 50px;
    flex-shrink: 0;
    box-shadow: 
        5px 5px 10px rgba(166, 180, 208, 0.5),
        -5px -5px 10px rgba(255, 255, 255, 0.8);
}.interested_learners_as9lp ul li:hover svg {
    transform: scale(1.05);
    box-shadow: 
        inset 3px 3px 6px rgba(166, 180, 208, 0.4),
        inset -3px -3px 6px rgba(255, 255, 255, 0.8);
}.interested_learners_as9lp ul li svg path {
    transition: fill 0.4s ease;
    fill: rgb(201,191,208);
}.interested_learners_as9lp ul li:hover svg path {
    fill: rgb(165,152,173);
}@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.interested_learners_as9lp ul li {
    animation: fadeInUp 0.6s ease forwards;
    opacity: 0;
}.interested_learners_as9lp ul li:nth-child(1) {
    animation-delay: 0.1s;
}.interested_learners_as9lp ul li:nth-child(2) {
    animation-delay: 0.2s;
}.interested_learners_as9lp ul li:nth-child(3) {
    animation-delay: 0.3s;
}.interested_learners_as9lp ul li:nth-child(4) {
    animation-delay: 0.4s;
}.interested_learners_as9lp ul li:nth-child(5) {
    animation-delay: 0.5s;
}.interested_learners_as9lp ul li:nth-child(6) {
    animation-delay: 0.6s;
}

@media (max-width: 992px) {.interested_learners_as9lp {
    padding: 80px 0;
}.interested_learners_as9lp h3 {
    padding: 15px 30px;
    margin-bottom: 50px;
}.interested_learners_as9lp ul {
    gap: 25px;
}.interested_learners_as9lp ul li {
    width: calc(50% - 13px);
    padding: 30px 25px;
}
}

@media (max-width: 768px) {.interested_learners_as9lp ul li {
    width: 100%;
    max-width: 400px;
}
}

@media (max-width: 576px) {.interested_learners_as9lp {
    padding: 60px 0;
}.interested_learners_as9lp h3 {
    padding: 15px 20px;
    margin-bottom: 40px;
    font-size: calc(28px * 0.85);
}.interested_learners_as9lp ul li {
    padding: 25px 20px;
    gap: 15px;
}.interested_learners_as9lp ul li svg {
    width: 40px;
    padding: 8px;
    height: 40px;
}
}

@media (prefers-reduced-motion: reduce) {.interested_learners_as9lp ul li {
    opacity: 1;
    animation: none;
}.interested_learners_as9lp ul li:hover {
    transform: none;
}}.stay_informed_Mdwi3 {
    padding: 3rem;
    overflow: hidden;
    perspective: 1000px;
    background: linear-gradient(90deg, rgb(230,225,233) 0%, rgba(0, 0, 0, 0.5) 100%);
    margin: 4rem 0;
    position: relative;
}.stay_informed_Mdwi3::before {
    z-index: 1;
    width: 100%;
    background: radial-gradient(circle at 30% 50%, rgb(201,191,208,0.5) 0%, transparent 60%);
    content: "";
    top: 0;
    position: absolute;
    height: 100%;
    left: 0;
    animation: breathe 8s infinite alternate;
    opacity: 0.4;
}.stay_informed_Mdwi3::after {
    bottom: -30%;
    width: 120%;
    filter: blur(20px);
    content: "";
    background: linear-gradient(90deg, rgb(165,152,173,0.5) 0%, transparent 100%);
    transform: rotate(-5deg);
    height: 50%;
    left: -10%;
    z-index: 0;
    position: absolute;
}.stay_informed_Mdwi3 .team_culture_hK469 {
    justify-content: space-between;
    transition: transform 0.5s ease;
    z-index: 2;
    transform-style: preserve-3d;
    align-items: center;
    display: flex;
    position: relative;
    transform: rotateX(5deg);
}.stay_informed_Mdwi3 .team_culture_hK469:hover {
    transform: rotateX(0deg);
}.stay_informed_Mdwi3 p {
    font-weight: 700;
    font-family: Arial, sans-serif;
    padding-right: 2rem;
    color: #ffffff;
    position: relative;
    transform: translateZ(20px);
    font-size: 19px;
    flex: 0 0 40%;
}.stay_informed_Mdwi3 p::after {
    transform-origin: left;
    position: absolute;
    bottom: -10px;
    width: 60px;
    left: 0;
    transform: scaleX(0.5);
    height: 3px;
    content: "";
    transition: transform 0.4s ease;
    background: rgb(165,152,173);
}.stay_informed_Mdwi3 .team_culture_hK469:hover p::after {
    transform: scaleX(1);
}.stay_informed_Mdwi3 .input_holder {
    display: flex;
    border-radius: 10px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
    overflow: hidden;
    transform: translateZ(40px);
    position: relative;
    flex: 0 0 60%;
}.stay_informed_Mdwi3 .enroll_today_ikqjw {
    border: none;
    transition: all 0.3s ease;
    background: #ffffff;
    font-family: Arial, sans-serif;
    color: #000000;
    padding: 1.2rem 1.5rem;
    font-size: 18px;
    flex: 1;
}.stay_informed_Mdwi3 .enroll_today_ikqjw:focus {
    background: linear-gradient(to right, #ffffff, rgba(255, 255, 255, 0.9));
    outline: none;
}.stay_informed_Mdwi3 .enroll_today_ikqjw::placeholder {
    color: #000000;
    opacity: 0.6;
}.stay_informed_Mdwi3 .join_list_umBL3 {
    color: #ffffff;
    border: none;
    cursor: pointer;
    padding: 0 2rem;
    position: relative;
    font-family: Arial, sans-serif;
    background: linear-gradient(45deg, rgb(201,191,208) 0%, rgb(165,152,173) 100%);
    font-weight: 600;
    transition: all 0.4s ease;
    overflow: hidden;
    font-size: 14px;
}.stay_informed_Mdwi3 .join_list_umBL3::after {
    height: 200%;
    position: absolute;
    width: 200%;
    transform: scale(0.5);
    opacity: 0;
    top: -50%;
    background: radial-gradient(circle, rgba(255, 255, 255, 0.3) 0%, transparent 70%);
    transition: opacity 0.4s ease;
    left: -50%;
    content: "";
}.stay_informed_Mdwi3 .join_list_umBL3:hover::after {
    transform: scale(1);
    opacity: 1;
}.stay_informed_Mdwi3 .join_list_umBL3:hover {
    background: linear-gradient(45deg, rgb(165,152,173) 0%, rgb(201,191,208) 100%);
    box-shadow: 0 0 15px rgb(201,191,208,0.5);
}

@keyframes breathe {
    0% {
        opacity: 0.3;
        transform: scale(1);
    }
    100% {
        opacity: 0.5;
        transform: scale(1.1);
    }
}

@media (max-width: 768px) {.stay_informed_Mdwi3 {
    padding: 2rem 1.5rem;
}.stay_informed_Mdwi3 .team_culture_hK469 {
    transform: none;
    align-items: stretch;
    flex-direction: column;
}.stay_informed_Mdwi3 p {
    margin-bottom: 1.5rem;
    padding-right: 0;
    transform: none;
    flex: none;
}.stay_informed_Mdwi3 .input_holder {
    flex: none;
    transform: none;
    flex-direction: column;
}.stay_informed_Mdwi3 .enroll_today_ikqjw {
    margin-bottom: 1rem;
    width: 100%;
    border-radius: 10px;
}.stay_informed_Mdwi3 .join_list_umBL3 {
    padding: 1rem;
    width: 100%;
    border-radius: 10px;
}}.tySection_7M8dR {
    padding: 5rem 0;
    background: linear-gradient(145deg, rgb(201,191,208,0.5), rgb(165,152,173,0.5) 70%, rgb(255, 255, 255, 0.5));
    position: relative;
    overflow: hidden;
    perspective: 1000px;
}.tySection_7M8dR::before {
    width: 100%;
    content: "";
    position: absolute;
    top: 0;
    animation: pulse 15s infinite alternate;
    opacity: 0.6;
    height: 100%;
    left: 0;
    background: 
    radial-gradient(circle at 20% 30%, rgb(201,191,208,0.5) 0%, transparent 40%),
    radial-gradient(circle at 80% 70%, rgb(165,152,173,0.5) 0%, transparent 40%);
    z-index: -1;
}.tySection_7M8dR::after {
    transform: rotate(45deg);
    height: 100%;
    width: 100%;
    background: rgb(255, 255, 255, 0.5);
    position: absolute;
    content: "";
    animation: glow 10s infinite alternate;
    right: -50%;
    top: -50%;
    filter: blur(100px);
    opacity: 0.2;
}.tySection_7M8dR .container {
    padding: 0 2rem;
    transform-style: preserve-3d;
    position: relative;
    max-width: 1200px;
    margin: 0 auto;
    z-index: 1;
}.tySection_7M8dR h2 {
    font-size: clamp(1.5rem, 3vw, 30px);
    text-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
    position: relative;
    text-align: center;
    margin-bottom: 2.5rem;
    color: #000000;
    font-weight: 700;
    animation: fadeSlideIn 0.8s ease-out both;
    font-family: Arial, sans-serif;
    transform: translateZ(30px);
}.tySection_7M8dR h2::after {
    position: absolute;
    width: 100px;
    left: 50%;
    content: "";
    transform: translateX(-50%) translateZ(20px);
    opacity: 0.8;
    background: linear-gradient(90deg, rgb(201,191,208), rgb(165,152,173));
    bottom: -0.5rem;
    height: 3px;
}.tySection_7M8dR .team_culture_hK469 {
    animation: slideUpScale 1s ease-out 0.3s both;
    padding: 2.5rem;
    position: relative;
    overflow: hidden;
    transform: translateZ(20px) rotateX(2deg);
    box-shadow: 
    0 15px 35px rgba(0, 0, 0, 0.1),
    0 3px 10px rgba(0, 0, 0, 0.05),
    0 1px 5px rgba(0, 0, 0, 0.03);
    border-radius: 20px;
    transition: transform 0.5s ease, box-shadow 0.5s ease;
    background: linear-gradient(to right bottom, #ffffff, rgba(255, 255, 255, 0.85));
}.tySection_7M8dR .team_culture_hK469::before {
    background: linear-gradient(135deg, rgb(201,191,208,0.5) 0%, transparent 100%);
    content: "";
    z-index: -1;
    height: 100%;
    position: absolute;
    opacity: 0.05;
    width: 100%;
    top: 0;
    left: 0;
}.tySection_7M8dR .team_culture_hK469:hover {
    transform: translateZ(25px) rotateX(0deg);
    box-shadow: 
    0 20px 40px rgba(0, 0, 0, 0.15),
    0 5px 15px rgba(0, 0, 0, 0.08),
    0 2px 8px rgba(0, 0, 0, 0.06);
}.tySection_7M8dR ul {
    padding: 0;
    margin: 0;
    list-style: none;
}.tySection_7M8dR li {
    position: relative;
    padding-left: 0;
    margin-bottom: 0.5rem;
    animation: fadeSlideInDelayed 1.2s ease-out both;
}.tySection_7M8dR li::before {
    opacity: 0;
    height: 0;
    border-radius: 50%;
    top: 0.7rem;
    transform: scale(0);
    background: rgb(201,191,208);
    content: "";
    transition: all 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
    width: 0;
    position: absolute;
    left: -5px;
}.tySection_7M8dR li:hover::before {
    width: 8px;
    height: 8px;
    opacity: 1;
    transform: scale(1);
    left: -20px;
}.tySection_7M8dR span {
    position: relative;
    font-weight: 400;
    transform: translateZ(10px);
    line-height: 1.6;
    font-family: Arial, sans-serif;
    display: block;
    letter-spacing: 0.01em;
    font-size: clamp(1rem, 2vw, 12px);
    color: #000000;
}

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

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

@keyframes slideUpScale {
  from {
    opacity: 0;
    transform: translateY(40px) translateZ(20px) scale(0.95) rotateX(5deg);
  }
  to {
    opacity: 1;
    transform: translateY(0) translateZ(20px) scale(1) rotateX(2deg);
  }
}

@keyframes pulse {
  0%, 100% {
    opacity: 0.6;
    transform: scale(1);
  }
  50% {
    opacity: 0.4;
    transform: scale(1.05);
  }
}

@keyframes glow {
  0%, 100% {
    opacity: 0.2;
    filter: blur(100px);
  }
  50% {
    opacity: 0.3;
    filter: blur(120px);
  }
}

@media (min-width: 768px) {.tySection_7M8dR {
    padding: 6rem 0;
}.tySection_7M8dR .team_culture_hK469 {
    max-width: 85%;
    margin: 0 auto;
    padding: 3rem;
    transform: translateZ(20px) rotateX(3deg);
}.tySection_7M8dR h2 {
    margin-bottom: 3rem;
}.tySection_7M8dR li::before {
    left: -10px;
}.tySection_7M8dR li:hover::before {
    left: -25px;
}
}

@media (min-width: 992px) {.tySection_7M8dR {
    padding: 7rem 0;
}.tySection_7M8dR .container {
    align-items: center;
    display: flex;
    flex-direction: column;
}.tySection_7M8dR h2 {
    max-width: 80%;
    transform: translateZ(40px);
}.tySection_7M8dR .team_culture_hK469 {
    transform: translateZ(25px) rotateX(2deg);
    max-width: 75%;
    padding: 3.5rem 4rem;
}.tySection_7M8dR .team_culture_hK469:hover {
    transform: translateZ(35px) rotateX(0deg);
}.tySection_7M8dR li {
    padding-left: 0.5rem;
}
}

@media (max-width: 767px) {.tySection_7M8dR {
    padding: 4rem 0;
}.tySection_7M8dR .team_culture_hK469 {
    padding: 1.5rem;
    transform: translateZ(10px) rotateX(1deg);
}.tySection_7M8dR h2 {
    transform: translateZ(15px);
    margin-bottom: 2rem;
    font-size: clamp(1.2rem, 5vw, 1.8rem);
}.tySection_7M8dR .team_culture_hK469:hover {
    transform: translateZ(15px) rotateX(0deg);
}.tySection_7M8dR span {
    font-size: 0.95rem;
}
}

@media (max-width: 480px) {.tySection_7M8dR {
    padding: 3rem 0;
}.tySection_7M8dR .container {
    padding: 0 1.5rem;
}.tySection_7M8dR h2 {
    font-size: 1.2rem;
    margin-bottom: 1.5rem;
}.tySection_7M8dR .team_culture_hK469 {
    padding: 1.25rem;
}.tySection_7M8dR span {
    line-height: 1.5;
    font-size: 0.9rem;
}}.title_section_gu7WS {
    position: relative;
    perspective: 1000px;
    background: linear-gradient(135deg, rgb(165,152,173,0.5), rgb(201,191,208) 85%);
    overflow: hidden;
    display: flex;
    padding: 8vh 5vw;
    min-height: 100vh;
    align-items: center;
}.title_section_gu7WS > div {
    display: grid;
    transform-style: preserve-3d;
    grid-template-columns: 1fr;
    width: 100%;
    gap: 5rem;
}.title_section_gu7WS h1.skill_trackfast_xhayT {
    color: #ffffff;
    animation: titleEntrance 1.2s cubic-bezier(0.17, 0.84, 0.44, 1) forwards;
    font-size: clamp(2.5rem, 5vw, 42px);
    font-weight: 700;
    transform: perspective(800px) rotateX(2deg);
    margin-bottom: 1.5rem;
    line-height: 1.2;
    position: relative;
    text-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    opacity: 0;
}.title_section_gu7WS h1.skill_trackfast_xhayT::after {
    width: 35%;
    height: 4px;
    transform-origin: left;
    animation: lineGrow 1.8s cubic-bezier(0.25, 1, 0.5, 1) forwards 0.4s;
    bottom: -0.5rem;
    transform: scaleX(0);
    background: linear-gradient(90deg, rgb(165,152,173), transparent);
    left: 0;
    content: "";
    position: absolute;
}.title_section_gu7WS p {
    position: relative;
    color: #ffffff;
    font-size: clamp(1rem, 2vw, 17px);
    padding-left: 1.5rem;
    line-height: 1.6;
    opacity: 0;
    max-width: 650px;
    transform: translateY(20px);
    animation: fadeSlideUp 0.8s ease-out forwards 0.6s;
}.title_section_gu7WS p::before {
    background: rgb(165,152,173);
    position: absolute;
    content: "";
    left: 0;
    top: 0.5rem;
    border-radius: 10px;
    height: 70%;
    width: 4px;
}.title_section_gu7WS .learning_intro_mK2cH {
    animation: holderEntrance 1s cubic-bezier(0.21, 1.03, 0.27, 1) forwards 0.3s;
    opacity: 0;
    position: relative;
    z-index: 2;
    transition: transform 0.5s ease-out;
    transform: perspective(1000px) rotateY(-2deg) translateZ(0);
    transform-origin: center left;
}.title_section_gu7WS .learning_intro_mK2cH:hover {
    transform: perspective(1000px) rotateY(0deg) translateZ(20px) scale(1.02);
}.title_section_gu7WS .learning_space_YaTgS {
    clip-path: polygon(0 0, 100% 4%, 98% 98%, 2% 100%);
    overflow: hidden;
    transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.2), 0 5px 15px rgba(0, 0, 0, 0.1);
    padding-top: 60%;
    position: relative;
    width: 100%;
}.title_section_gu7WS .learning_space_YaTgS::before {
    background: linear-gradient(
    170deg,
    transparent 30%,
    rgb(201,191,208,0.5) 100%
  );
    inset: 0;
    z-index: 1;
    transition: opacity 0.5s ease;
    content: "";
    mix-blend-mode: multiply;
    position: absolute;
}.title_section_gu7WS .learning_space_YaTgS:hover::before {
    background: linear-gradient(
    170deg,
    transparent 40%,
    rgb(201,191,208) 110%
  );
    opacity: 0.8;
}.title_section_gu7WS .learning_space_YaTgS span {
    position: absolute;
    left: 0;
    bottom: 0;
    transition: transform 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    width: 100%;
    z-index: 2;
    transform: translateY(10px);
    padding: 2rem;
}.title_section_gu7WS .learning_space_YaTgS:hover span {
    transform: translateY(0);
}.title_section_gu7WS .learning_space_YaTgS h3 {
    padding-bottom: 1rem;
    font-weight: 600;
    position: relative;
    line-height: 1.4;
    font-size: clamp(1.2rem, 2.5vw, 1.8rem);
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
    color: #ffffff;
}.title_section_gu7WS .learning_space_YaTgS h3::after {
    background: rgb(165,152,173);
    content: "";
    left: 0;
    height: 3px;
    bottom: 0;
    transition: width 0.4s ease;
    position: absolute;
    width: 60px;
}.title_section_gu7WS .learning_space_YaTgS:hover h3::after {
    width: 100px;
}

@keyframes titleEntrance {
  0% {
    opacity: 0;
    transform: perspective(800px) rotateX(8deg) translateY(-40px);
  }
  100% {
    opacity: 1;
    transform: perspective(800px) rotateX(2deg) translateY(0);
  }
}

@keyframes lineGrow {
  0% {
    transform: scaleX(0);
  }
  100% {
    transform: scaleX(1);
  }
}

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

@keyframes holderEntrance {
  0% {
    opacity: 0;
    transform: perspective(1000px) rotateY(-8deg) translateZ(-50px);
  }
  100% {
    opacity: 1;
    transform: perspective(1000px) rotateY(-2deg) translateZ(0);
  }
}

@media (min-width: 768px) {.title_section_gu7WS > div {
    grid-template-columns: 1fr 1fr;
    align-items: center;
}.title_section_gu7WS h1.skill_trackfast_xhayT {
    max-width: 90%;
}.title_section_gu7WS .learning_space_YaTgS {
    padding-top: 75%;
}
}

@media (min-width: 992px) {.title_section_gu7WS {
    padding: 10vh 8vw;
}.title_section_gu7WS > div {
    gap: 8rem;
}.title_section_gu7WS h1.skill_trackfast_xhayT {
    transform: perspective(1200px) rotateX(2deg);
    max-width: 85%;
}.title_section_gu7WS .learning_intro_mK2cH {
    transform: perspective(1200px) rotateY(-4deg) translateZ(0);
}.title_section_gu7WS .learning_space_YaTgS {
    clip-path: polygon(0 0, 100% 5%, 97% 97%, 3% 100%);
    padding-top: 70%;
}
}

@media (max-width: 767px) {.title_section_gu7WS {
    padding: 5vh 4vw;
}.title_section_gu7WS > div {
    gap: 3rem;
}.title_section_gu7WS h1.skill_trackfast_xhayT {
    font-size: clamp(1.8rem, 8vw, 2.5rem);
}.title_section_gu7WS p {
    padding-left: 1rem;
}.title_section_gu7WS .learning_space_YaTgS span {
    padding: 1.5rem;
}.title_section_gu7WS .learning_space_YaTgS h3 {
    font-size: 1.2rem;
}
}

@media (max-width: 480px) {.title_section_gu7WS {
    padding: 4vh 3vw;
}.title_section_gu7WS > div {
    gap: 2rem;
}.title_section_gu7WS h1.skill_trackfast_xhayT::after {
    width: 50%;
}.title_section_gu7WS .learning_space_YaTgS {
    clip-path: polygon(0 0, 100% 2%, 98% 98%, 2% 100%);
}.title_section_gu7WS .learning_space_YaTgS span {
    padding: 1rem;
}}.contacts_PklaY {
    background: linear-gradient(to right, rgb(230,225,233) 0%, rgb(201,191,208,0.5) 100%);
    padding: 5rem 0;
    overflow: hidden;
    position: relative;
}.contacts_PklaY::before {
    content: '';
    position: absolute;
    left: 0;
    z-index: 1;
    top: 0;
    height: 100%;
    width: 100%;
    background: repeating-linear-gradient(
        45deg,
        transparent,
        transparent 10px,
        rgba(255, 255, 255, 0.03) 10px,
        rgba(255, 255, 255, 0.03) 20px
    );
}.contacts_PklaY .container {
    position: relative;
    z-index: 2;
}.contacts_PklaY .team_contact_pbjnO {
    transform: perspective(1000px) rotateX(0deg);
    overflow: hidden;
    background-color: #ffffff;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
    display: grid;
    grid-template-columns: 1fr;
    border-radius: 29px;
    transition: transform 0.5s ease;
    gap: 2rem;
}.contacts_PklaY .team_contact_pbjnO:hover {
    transform: perspective(1000px) rotateX(2deg);
}.contacts_PklaY .team_contact_pbjnO h3 {
    font-size: 33px;
    font-weight: 700;
    color: rgb(201,191,208);
    text-align: center;
    position: relative;
    margin: 2.5rem 0 1rem;
}.contacts_PklaY .team_contact_pbjnO h3::after {
    height: 4px;
    border-radius: 2px;
    content: '';
    width: 60px;
    background: linear-gradient(to right, rgb(201,191,208), rgb(165,152,173));
    left: 50%;
    position: absolute;
    bottom: -15px;
    transform: translateX(-50%);
}.contacts_PklaY .send_query_Iy3N8 {
    text-align: center;
    margin: 0 auto 2rem;
    padding: 0 1.5rem;
    color: #000000;
    line-height: 1.6;
    max-width: 80%;
    font-size: 12px;
}.contacts_PklaY .learn_talk_Ac5Uk {
    padding: 2rem 3rem 3rem;
    display: grid;
    position: relative;
    gap: 1.5rem;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
}.contacts_PklaY .learn_talk_Ac5Uk::before {
    left: 3rem;
    content: '';
    top: 0;
    right: 3rem;
    height: 1px;
    background: linear-gradient(
        to right,
        transparent,
        rgb(201,191,208,0.5),
        rgb(165,152,173,0.5),
        rgb(201,191,208,0.5),
        transparent
    );
    position: absolute;
}.contacts_PklaY .learn_talk_Ac5Uk > span {
    display: flex;
    background-color: rgba(rgb(230,225,233), 0.03);
    padding: 1rem;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.03);
    border-radius: 10px;
    flex-direction: column;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    overflow: hidden;
    position: relative;
}.contacts_PklaY .learn_talk_Ac5Uk > span:hover {
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.06);
    transform: translateY(-5px);
}.contacts_PklaY .learn_talk_Ac5Uk > span::before {
    height: 100%;
    top: 0;
    background-color: rgb(201,191,208);
    width: 4px;
    left: 0;
    content: '';
    position: absolute;
}.contacts_PklaY .learn_talk_Ac5Uk > span:nth-child(even)::before {
    background-color: rgb(165,152,173);
}.contacts_PklaY .learn_talk_Ac5Uk > span svg {
    height: 24px;
    transition: all 0.3s ease;
    width: 24px;
    right: 1rem;
    fill: rgb(201,191,208);
    opacity: 0.7;
    top: 1rem;
    position: absolute;
}.contacts_PklaY .learn_talk_Ac5Uk > span:nth-child(even) svg {
    fill: rgb(165,152,173);
}.contacts_PklaY .learn_talk_Ac5Uk > span:hover svg {
    opacity: 1;
    transform: translateY(-3px) rotate(10deg);
}.contacts_PklaY .learn_talk_Ac5Uk > span svg path {
    transition: all 0.3s ease;
    stroke: #ffffff;
    stroke-width: 0.5;
}.contacts_PklaY .learn_talk_Ac5Uk > span:hover svg path {
    stroke-width: 1;
}.contacts_PklaY .learn_talk_Ac5Uk p {
    align-items: center;
    display: flex;
    font-size: 12px;
    color: #000000;
    margin: 0 0 0.5rem 0;
    font-weight: 600;
}.contacts_PklaY .learn_talk_Ac5Uk p svg {
    width: 18px;
    margin-right: 8px;
    height: 18px;
    position: static;
    opacity: 0.9;
}.contacts_PklaY .learn_talk_Ac5Uk span > span {
    display: flex;
    color: #000000;
    margin-top: 0.5rem;
    font-weight: 400;
    align-items: center;
}.contacts_PklaY .learn_talk_Ac5Uk span > span svg {
    height: 16px;
    width: 16px;
    margin-right: 8px;
    position: static;
    opacity: 0.8;
}.contacts_PklaY .learn_talk_Ac5Uk a {
    padding-bottom: 2px;
    transition: color 0.3s ease;
    position: relative;
    align-items: center;
    display: inline-flex;
    font-weight: 600;
    color: rgb(201,191,208);
    text-decoration: none;
}.contacts_PklaY .learn_talk_Ac5Uk a svg {
    margin-right: 6px;
    position: static;
    width: 14px;
    opacity: 0.9;
    transition: all 0.3s ease;
    height: 14px;
}.contacts_PklaY .learn_talk_Ac5Uk a::after {
    position: absolute;
    left: 0;
    content: '';
    bottom: 0;
    width: 100%;
    transform-origin: right;
    height: 1px;
    background-color: rgb(201,191,208);
    transition: transform 0.3s ease;
    transform: scaleX(0);
}.contacts_PklaY .learn_talk_Ac5Uk a:hover {
    color: rgb(165,152,173);
}.contacts_PklaY .learn_talk_Ac5Uk a:hover svg {
    fill: rgb(165,152,173);
    transform: translateX(3px);
}.contacts_PklaY .learn_talk_Ac5Uk a:hover::after {
    background-color: rgb(165,152,173);
    transform: scaleX(1);
    transform-origin: left;
}.contacts_PklaY .request_feedback_wbXgr {
    background-color: rgba(rgb(201,191,208,0.5), 0.05);
    position: relative;
    grid-column: 1 / -1;
    padding: 2rem;
    margin-top: 2rem;
    border-radius: 10px;
}.contacts_PklaY .request_feedback_wbXgr::before {
    width: 100%;
    z-index: -1;
    background: radial-gradient(circle at top right, rgb(201,191,208,0.5) 0%, transparent 70%);
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    content: '';
    opacity: 0.1;
}.contacts_PklaY .request_feedback_wbXgr h4 {
    margin-right: 10px;
    color: rgb(201,191,208);
    display: inline-flex;
    font-weight: 600;
    font-size: 23px;
    margin-bottom: 1.5rem;
    align-items: center;
    position: relative;
}.contacts_PklaY .request_feedback_wbXgr h4 svg {
    width: 20px;
    fill: rgb(201,191,208);
    transition: transform 0.5s ease;
    margin-right: 10px;
    height: 20px;
}.contacts_PklaY .request_feedback_wbXgr:hover h4 svg {
    transform: rotate(360deg);
}.contacts_PklaY .request_feedback_wbXgr h4::after {
    width: 30px;
    height: 2px;
    content: '';
    bottom: -5px;
    background-color: rgb(165,152,173);
    position: absolute;
    left: 0;
}.contacts_PklaY .request_feedback_wbXgr span {
    border-radius: 10px;
    transition: all 0.3s ease;
    margin-right: 1.5rem;
    font-size: calc(12px * 0.95);
    color: #000000;
    padding: 0.5rem 1rem;
    align-items: center;
    display: inline-flex;
    background-color: rgba(255, 255, 255, 0.5);
    margin-bottom: 0.75rem;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.03);
}.contacts_PklaY .request_feedback_wbXgr span:hover {
    box-shadow: 0 3px 8px rgba(0, 0, 0, 0.06);
    background-color: rgba(255, 255, 255, 0.7);
}.contacts_PklaY .request_feedback_wbXgr span svg {
    opacity: 0.7;
    fill: rgb(165,152,173);
    margin-right: 8px;
    width: 14px;
    transition: transform 0.3s ease;
    height: 14px;
}.contacts_PklaY .request_feedback_wbXgr span:hover svg {
    transform: scale(1.2);
    opacity: 1;
}@keyframes floatBackground {
    0% {
        background-position: 0% 0%;
    }
    100% {
        background-position: 100% 100%;
    }
}
.contacts_PklaY {
    animation: floatBackground 15s ease infinite;
    background-size: 400% 400%;
}.contacts_PklaY .team_contact_pbjnO::after {
    height: 5px;
    position: absolute;
    background: linear-gradient(to right, rgb(201,191,208), rgb(165,152,173));
    left: 0;
    content: '';
    width: 100%;
    top: 0;
}
@media (min-width: 992px) {.contacts_PklaY .team_contact_pbjnO {
    grid-template-columns: 1fr;
}.contacts_PklaY .learn_talk_Ac5Uk {
    grid-template-columns: repeat(3, 1fr);
}.contacts_PklaY .request_feedback_wbXgr {
    grid-column: span 3;
}.contacts_PklaY .learn_talk_Ac5Uk > span {
    padding: 1.5rem;
}
}
@media (max-width: 991px) {.contacts_PklaY .request_feedback_wbXgr h4 {
    margin-bottom: 20px;
    width: 100%;
}.contacts_PklaY {
    padding: 4rem 0;
}.contacts_PklaY .learn_talk_Ac5Uk {
    padding: 2rem;
    grid-template-columns: repeat(2, 1fr);
}.contacts_PklaY .request_feedback_wbXgr {
    grid-column: span 2;
}.contacts_PklaY .send_query_Iy3N8 {
    max-width: 90%;
}.contacts_PklaY .learn_talk_Ac5Uk > span svg {
    width: 20px;
    height: 20px;
}.contacts_PklaY .request_feedback_wbXgr span svg {
    width: 12px;
    height: 12px;
}
}
@media (max-width: 767px) {.contacts_PklaY {
    padding: 3rem 0;
}.contacts_PklaY .learn_talk_Ac5Uk {
    gap: 1rem;
    padding: 1.5rem;
    grid-template-columns: 1fr;
}.contacts_PklaY .request_feedback_wbXgr {
    grid-column: 1;
    padding: 1.5rem;
}.contacts_PklaY .send_query_Iy3N8 {
    max-width: 100%;
}.contacts_PklaY .learn_talk_Ac5Uk::before {
    right: 1.5rem;
    left: 1.5rem;
}.contacts_PklaY .learn_talk_Ac5Uk > span svg {
    height: 18px;
    width: 18px;
}
}
@media (max-width: 575px) {.contacts_PklaY {
    padding: 2.5rem 0;
}.contacts_PklaY .team_contact_pbjnO {
    gap: 1.5rem;
}.contacts_PklaY .learn_talk_Ac5Uk {
    padding: 1rem;
}.contacts_PklaY .request_feedback_wbXgr {
    padding: 1.2rem;
    margin-top: 1rem;
}.contacts_PklaY .request_feedback_wbXgr span {
    margin-right: 0.5rem;
    padding: 0.3rem 0.8rem;
}.contacts_PklaY .team_contact_pbjnO h3 {
    margin: 2rem 0 1.5rem;
    font-size: calc(33px * 0.9);
}.contacts_PklaY .send_query_Iy3N8 {
    padding: 0 1rem;
    font-size: calc(12px * 0.95);
}.contacts_PklaY .learn_talk_Ac5Uk > span {
    padding: 0.8rem;
}.contacts_PklaY .learn_talk_Ac5Uk > span svg {
    right: 0.8rem;
    height: 16px;
    width: 16px;
    top: 0.8rem;
}.contacts_PklaY .request_feedback_wbXgr h4 svg {
    width: 16px;
    height: 16px;
}.contacts_PklaY .request_feedback_wbXgr span svg {
    height: 10px;
    margin-right: 5px;
    width: 10px;
}}
.contacts_PklaY .team_contact_pbjnO {
    animation: card-appear 0.8s ease-out forwards;
    transform-style: preserve-3d;
}@keyframes card-appear {
    0% {
        opacity: 0;
        transform: perspective(1000px) rotateX(10deg) translateY(50px);
    }
    100% {
        opacity: 1;
        transform: perspective(1000px) rotateX(0) translateY(0);
    }
}
.contacts_PklaY .learn_talk_Ac5Uk > span {
    opacity: 0;
    animation: item-appear 0.5s ease-out forwards;
}.contacts_PklaY .learn_talk_Ac5Uk > span:nth-child(1) {
    animation-delay: 0.1s;
}.contacts_PklaY .learn_talk_Ac5Uk > span:nth-child(2) {
    animation-delay: 0.2s;
}.contacts_PklaY .learn_talk_Ac5Uk > span:nth-child(3) {
    animation-delay: 0.3s;
}.contacts_PklaY .learn_talk_Ac5Uk > span:nth-child(4) {
    animation-delay: 0.4s;
}.contacts_PklaY .learn_talk_Ac5Uk > span:nth-child(5) {
    animation-delay: 0.5s;
}.contacts_PklaY .learn_talk_Ac5Uk > span:nth-child(6) {
    animation-delay: 0.6s;
}@keyframes item-appear {
    0% {
        opacity: 0;
        transform: translateY(20px);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}
.contacts_PklaY .container::before {
    position: absolute;
    top: -10%;
    content: '';
    background: radial-gradient(circle, rgb(201,191,208,0.5) 0%, transparent 70%);
    right: -5%;
    z-index: 0;
    width: 300px;
    opacity: 0.2;
    height: 300px;
    border-radius: 50%;
}.contacts_PklaY .container::after {
    width: 250px;
    background: radial-gradient(circle, rgb(165,152,173,0.5) 0%, transparent 70%);
    bottom: -10%;
    position: absolute;
    content: '';
    left: -5%;
    height: 250px;
    z-index: 0;
    border-radius: 50%;
    opacity: 0.2;
}.contacts_PklaY .learn_talk_Ac5Uk > span:hover::after {
    left: 0;
    content: '';
    z-index: 0;
    position: absolute;
    height: 100%;
    top: 0;
    width: 100%;
    background: linear-gradient(
        to bottom right,
        transparent, 
        transparent,
        rgba(255, 255, 255, 0.1),
        transparent,
        transparent
    );
    animation: shine 1.5s ease forwards;
}
@keyframes shine {
    0% {
        transform: translateX(-100%) translateY(-100%);
    }
    100% {
        transform: translateX(100%) translateY(100%);
    }
}