* {
    margin: 0;
    box-sizing: border-box;
    padding: 0;
}.leaderboard_Ak {
    flex: 0 0 auto;
}a {
    color: inherit;
    text-decoration: none;
}html,body {
    color: #000000;
    font-family: Arial, sans-serif;
    min-height: 100%;
    height: 100%;
}svg {
    height: 30px;
    width: 30px;
}.head_core_C0 {
    flex: 1 0 auto;
}header,footer {
    width: 100%;
}.container {
    max-width: 100%;
    margin: auto;
    width: 1121px;
}.wrapper-holder_hy {
    min-height: 100%;
    display: flex;
    flex-direction: column;
    height: 100%;
}
@media only screen and (max-width: 1200px)  {.container {
    padding: 0 20px;
    width: 100%;
}
}
@media only screen and (max-width: 800px)  {.container {
    padding: 0 12px;
}}
.our_background_9k {
    padding: 120px 0;
    overflow: hidden;
    z-index: 1;
    position: relative;
    background: rgb(216,216,230);
}.our_background_9k::before {
    top: 0;
    z-index: -1;
    position: absolute;
    height: 100%;
    background: 
        repeating-linear-gradient(
            -45deg,
            transparent,
            transparent 5px,
            rgba(rgb(179,179,206,0.5), 0.03) 5px,
            rgba(rgb(179,179,206,0.5), 0.03) 10px
        );
    width: 100%;
    left: 0;
    content: "";
}.our_background_9k::after {
    width: 100%;
    left: 0;
    content: "";
    z-index: -1;
    top: 0;
    position: absolute;
    height: 100%;
    background: radial-gradient(
        circle at top right,
        rgb(179,179,206,0.5) 0%,
        transparent 70%
    );
    opacity: 0.2;
}.our_background_9k .container {
    overflow: visible;
    margin: 0 auto;
    max-width: 1200px;
    padding: 0;
    position: relative;
}.our_background_9k h2 {
    position: relative;
    font-size: 30px;
    font-weight: 700;
    border-left: 4px solid rgb(179,179,206);
    text-align: left;
    margin-bottom: 60px;
    padding-left: 20px;
    color: #000000;
}.our_background_9k h2::before {
    content: "01";
    color: rgba(0, 0, 0, 0.5);
    left: -10px;
    opacity: 0.05;
    font-size: calc(41px * 1.5);
    z-index: -1;
    font-weight: 700;
    top: -40px;
    position: absolute;
}.our_background_9k .learning_studio_Qp {
    position: relative;
    display: grid;
    gap: 50px;
    grid-template-columns: 1fr;
}.our_background_9k .virtual_academy_Au {
    grid-template-columns: 3fr 7fr;
    gap: 30px;
    display: grid;
    position: relative;
    align-items: center;
    padding: 0;
}.our_background_9k .virtual_academy_Au:nth-child(2) {
    margin-left: -50px;
    margin-right: 50px;
    grid-template-columns: 7fr 3fr;
}.our_background_9k .virtual_academy_Au h3 {
    color: #000000;
    font-size: 18px;
    background: linear-gradient(
        135deg, 
        rgb(179,179,206,0.5) 0%, 
        rgba(0, 0, 0, 0.5) 100%
    );
    margin-bottom: 0;
    text-align: center;
    display: inline-block;
    clip-path: polygon(0 0, 100% 0, 95% 100%, 5% 100%);
    font-weight: 600;
    position: relative;
    padding: 15px 30px;
}.our_background_9k .virtual_academy_Au:nth-child(1) h3 {
    grid-row: 1;
    box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.1);
    margin-right: -30px;
    grid-column: 1;
    z-index: 2;
}.our_background_9k .virtual_academy_Au:nth-child(2) h3 {
    clip-path: polygon(5% 0, 100% 0, 100% 100%, 0% 100%);
    box-shadow: -5px 5px 15px rgba(0, 0, 0, 0.1);
    grid-column: 2;
    margin-left: -30px;
    background: linear-gradient(
        135deg, 
        rgba(0, 0, 0, 0.5) 0%, 
        rgb(141,139,173,0.5) 100%
    );
    grid-row: 1;
    z-index: 2;
}.our_background_9k .virtual_academy_Au p {
    position: relative;
    padding: 30px;
    line-height: 1.8;
    z-index: 1;
    color: #000000;
    border-radius: 29px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    background: #ffffff;
    font-size: 13px;
}.our_background_9k .virtual_academy_Au:nth-child(1) p {
    clip-path: polygon(20px 0, 100% 0, 100% 100%, 0 100%);
    border-left: 3px solid rgb(179,179,206);
    grid-row: 1;
    margin-left: -20px;
    grid-column: 2;
}.our_background_9k .virtual_academy_Au:nth-child(2) p {
    margin-right: -20px;
    border-right: 3px solid rgb(141,139,173);
    text-align: right;
    grid-row: 1;
    grid-column: 1;
    clip-path: polygon(0 0, calc(100% - 20px) 0, 100% 100%, 0 100%);
}.our_background_9k .virtual_academy_Au:nth-child(1)::before {
    width: 200px;
    top: 50%;
    opacity: 0.2;
    animation: rotate 30s linear infinite;
    right: -100px;
    z-index: 0;
    border: 1px dashed rgb(179,179,206,0.5);
    height: 200px;
    content: "";
    transform: translateY(-50%);
    position: absolute;
    border-radius: 50%;
}.our_background_9k .virtual_academy_Au:nth-child(2)::before {
    z-index: 0;
    width: 200px;
    animation: rotate 30s linear infinite reverse;
    top: 50%;
    opacity: 0.2;
    transform: translateY(-50%);
    height: 200px;
    border: 1px dashed rgb(141,139,173,0.5);
    border-radius: 50%;
    position: absolute;
    left: -100px;
    content: "";
}.our_background_9k::before {
    background: linear-gradient(to right, 
        rgb(179,179,206) 0%, 
        rgb(179,179,206) 20%, 
        transparent 20%, 
        transparent 40%,
        rgb(141,139,173) 40%, 
        rgb(141,139,173) 60%,
        transparent 60%,
        transparent 80%,
        rgb(179,179,206) 80%,
        rgb(179,179,206) 100%
    );
    left: 0;
    position: absolute;
    bottom: 0;
    height: 5px;
    width: 100%;
    content: "";
}

@keyframes rotate {
    0% {
        transform: translateY(-50%) rotate(0deg);
    }
    100% {
        transform: translateY(-50%) rotate(360deg);
    }
}

@keyframes pulse {
    0% {
        transform: scale(1);
        opacity: 0.5;
    }
    50% {
        transform: scale(1.05);
        opacity: 0.8;
    }
    100% {
        transform: scale(1);
        opacity: 0.5;
    }
}

@media screen and (max-width: 1200px) {.our_background_9k .virtual_academy_Au:nth-child(2) {
    margin-right: 0;
    margin-left: 0;
}
}

@media screen and (max-width: 992px) {.our_background_9k {
    padding: 80px 0;
}.our_background_9k h2 {
    margin-bottom: 50px;
}.our_background_9k .virtual_academy_Au,
    .our_background_9k .virtual_academy_Au:nth-child(2) {
    grid-template-columns: 1fr;
    margin-left: 0;
    gap: 20px;
    margin-right: 0;
}.our_background_9k .virtual_academy_Au:nth-child(1) h3,
    .our_background_9k .virtual_academy_Au:nth-child(2) h3 {
    grid-column: 1;
    width: 80%;
    grid-row: 1;
    margin: 0;
    justify-self: center;
}.our_background_9k .virtual_academy_Au:nth-child(1) p,
    .our_background_9k .virtual_academy_Au:nth-child(2) p {
    grid-row: 2;
    margin: 0;
    border: none;
    text-align: left;
    border-top: 3px solid rgb(179,179,206);
    clip-path: none;
    grid-column: 1;
}.our_background_9k .virtual_academy_Au:nth-child(2) p {
    border-top: 3px solid rgb(141,139,173);
}.our_background_9k .virtual_academy_Au::before {
    display: none;
}
}

@media screen and (max-width: 768px) {.our_background_9k {
    padding: 60px 0;
}.our_background_9k h2 {
    font-size: calc(30px * 0.9);
    margin-bottom: 40px;
    padding-left: 15px;
}.our_background_9k h2::before {
    top: -30px;
    font-size: calc(41px * 1.2);
}.our_background_9k .virtual_academy_Au h3 {
    font-size: calc(18px * 0.9);
    padding: 12px 20px;
    width: 90%;
}.our_background_9k .virtual_academy_Au p {
    font-size: calc(13px * 0.95);
    padding: 20px;
    line-height: 1.7;
}
}

@media screen and (max-width: 576px) {.our_background_9k {
    padding: 50px 0;
}.our_background_9k .container {
    padding: 0 15px;
}.our_background_9k h2 {
    font-size: calc(30px * 0.8);
    margin-bottom: 30px;
}.our_background_9k h2::before {
    left: -5px;
    top: -25px;
    font-size: calc(41px);
}.our_background_9k .learning_studio_Qp {
    gap: 40px;
}.our_background_9k .virtual_academy_Au h3 {
    padding: 10px 15px;
    font-size: calc(18px * 0.85);
    width: 100%;
}.our_background_9k .virtual_academy_Au p {
    font-size: calc(13px * 0.9);
    padding: 15px;
    line-height: 1.6;
}}.price_palette_kj {
    background: linear-gradient(135deg, rgb(216,216,230) 0%, rgb(141,139,173,0.5) 100%);
    padding: 6rem 0;
    overflow: hidden;
    position: relative;
}.price_palette_kj::before {
    top: 0;
    left: 0;
    background: repeating-linear-gradient(45deg, transparent, transparent 40px, rgba(rgb(179,179,206), 0.03) 40px, rgba(rgb(179,179,206), 0.03) 80px);
    width: 100%;
    content: "";
    pointer-events: none;
    position: absolute;
    z-index: 1;
    height: 100%;
}.price_palette_kj .container {
    z-index: 2;
    padding: 0 1.5rem;
    position: relative;
    margin: 0 auto;
    max-width: 1320px;
}.price_palette_kj .price_deals_Xn {
    flex-direction: column-reverse;
    display: flex;
    gap: 2.5rem;
}.price_palette_kj .class_rates_kJ {
    position: relative;
    background: rgba(#ffffff, 0.9);
    padding: 2rem;
    z-index: 3;
    transition: transform 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transform: translateY(0);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
    max-width: 600px;
    margin: 0 auto;
}.price_palette_kj .class_rates_kJ:hover {
    transform: translateY(-5px);
}.price_palette_kj .class_rates_kJ h2 {
    font-size: 34px;
    font-weight: 700;
    margin-bottom: 1rem;
    line-height: 1.3;
    color: #000000;
    position: relative;
}.price_palette_kj .class_rates_kJ h2::after {
    background: rgb(179,179,206);
    width: 80px;
    height: 3px;
    transform: scaleX(1);
    transition: transform 0.5s ease;
    position: absolute;
    bottom: -10px;
    content: "";
    transform-origin: left;
    left: 0;
}.price_palette_kj .class_rates_kJ:hover h2::after {
    transform: scaleX(1.5);
}.price_palette_kj .trial_rates_jX {
    word-break: break-word;
    margin-top: 1.5rem;
    color: #000000;
    max-width: 100%;
    font-size: 15px;
    line-height: 1.6;
    overflow-wrap: break-word;
}.price_palette_kj .class_cost_fZ {
    position: relative;
    gap: 30px;
    grid-template-columns: 1fr;
    display: grid;
}.price_palette_kj .rate_plans_AT {
    transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    overflow: hidden;
    height: 100%;
    position: relative;
    display: block;
    text-decoration: none;
}.price_palette_kj .rate_plans_AT:hover {
    transform: translateY(-8px);
}.price_palette_kj .cert_fees_m2 {
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
    height: 100%;
    border-radius: 8px;
    overflow: hidden;
    display: flex;
    background: #ffffff;
    position: relative;
    transition: box-shadow 0.4s ease;
    flex-direction: column;
}.price_palette_kj .rate_plans_AT:hover .cert_fees_m2 {
    box-shadow: 0 15px 35px rgba(rgb(179,179,206,0.5), 0.15);
}.price_palette_kj .learning_pricing_vF {
    flex-grow: 1;
    flex-direction: column;
    min-height: 280px;
    padding: 2rem;
    display: flex;
}.price_palette_kj .learning_pricing_vF h3 {
    margin-bottom: 1rem;
    font-weight: 600;
    font-size: calc(18px + 0.1rem);
    color: #000000;
    position: relative;
    line-height: 1.3;
}.price_palette_kj .value_rates_ki {
    font-size: calc(18px + 0.3rem);
    color: rgb(179,179,206);
    font-weight: 700;
    position: relative;
    display: block;
    margin: 0.5rem 0 1.25rem;
}.price_palette_kj .value_rates_ki::before {
    position: absolute;
    width: 40px;
    height: 2px;
    bottom: -10px;
    left: 0;
    background: rgb(141,139,173);
    content: "";
}.price_palette_kj .learning_pricing_vF p {
    line-height: 1.6;
    color: #000000;
    margin-top: 1.5rem;
    word-break: break-word;
    flex-grow: 1;
    font-size: 15px;
    overflow-wrap: break-word;
}.price_palette_kj .img_box_grid_Mq {
    height: 220px;
    width: 100%;
    position: relative;
    transition: transform 0.6s ease-out;
    transform: scale(1);
}.price_palette_kj .img_box_grid_Mq::after {
    top: 0;
    height: 100%;
    position: absolute;
    content: "";
    width: 100%;
    left: 0;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.5), transparent);
    z-index: 1;
}.price_palette_kj .rate_plans_AT:hover .img_box_grid_Mq {
    transform: scale(1.05);
}

@media (min-width: 768px) {.price_palette_kj .class_cost_fZ {
    grid-template-columns: repeat(2, 1fr);
}.price_palette_kj .class_rates_kJ {
    padding: 3rem;
}
}

@media (min-width: 992px) {.price_palette_kj .price_deals_Xn {
    gap: 3rem;
    align-items: center;
    flex-direction: row;
}.price_palette_kj .class_rates_kJ {
    width: 35%;
    margin: 0;
}.price_palette_kj .class_cost_fZ {
    width: 65%;
}
}

@media (min-width: 1200px) {.price_palette_kj .class_cost_fZ {
    gap: 40px;
    grid-template-columns: repeat(2, 1fr);
}.price_palette_kj .learning_pricing_vF {
    padding: 2.5rem;
}.price_palette_kj .class_rates_kJ h2 {
    font-size: calc(34px + 0.2rem);
}.price_palette_kj .img_box_grid_Mq {
    height: 250px;
}
}

@media (max-width: 767px) {.price_palette_kj {
    padding: 4rem 0;
}.price_palette_kj .learning_pricing_vF {
    padding: 1.5rem;
    min-height: 240px;
}.price_palette_kj .img_box_grid_Mq {
    height: 180px;
}.price_palette_kj .class_rates_kJ {
    padding: 1.5rem;
}.price_palette_kj .class_rates_kJ h2 {
    font-size: calc(34px - 0.2rem);
}.price_palette_kj .trial_rates_jX {
    font-size: calc(15px - 0.1rem);
}}.teacher_profile_7Z {
    padding: 4rem 0;
    overflow: hidden;
    background: linear-gradient(135deg, rgb(216,216,230) 0%, rgb(141,139,173,0.5) 100%);
    position: relative;
}.teacher_profile_7Z::before {
    opacity: 0.3;
    content: "";
    top: 0;
    z-index: 0;
    background-image: 
        radial-gradient(circle at 10% 10%, rgb(141,139,173,0.5) 5%, transparent 5.5%),
        radial-gradient(circle at 90% 20%, rgb(141,139,173,0.5) 2%, transparent 2.5%),
        radial-gradient(circle at 30% 80%, rgb(141,139,173,0.5) 3%, transparent 3.5%),
        radial-gradient(circle at 70% 90%, rgb(141,139,173,0.5) 4%, transparent 4.5%);
    width: 100%;
    left: 0;
    height: 100%;
    position: absolute;
}.teacher_profile_7Z .container {
    padding: 0 2rem;
    position: relative;
    max-width: 1200px;
    z-index: 1;
    margin: 0 auto;
}.teacher_profile_7Z .client_praises_bw {
    padding: 2.5rem;
    box-shadow: 
        0 20px 40px rgba(0,0,0,0.08),
        0 5px 15px rgba(0,0,0,0.05),
        0 0 0 1px rgba(0,0,0,0.02);
    background: linear-gradient(145deg, rgba(255,255,255,0.95), rgba(255,255,255,0.85));
    border-radius: 10px;
    transition: transform 0.5s cubic-bezier(0.23, 1, 0.32, 1), box-shadow 0.5s cubic-bezier(0.23, 1, 0.32, 1);
    transform: perspective(1000px) rotateX(2deg);
    position: relative;
    gap: 2rem;
    display: grid;
    backdrop-filter: blur(10px);
    grid-template-columns: 1fr;
}.teacher_profile_7Z .client_praises_bw:hover {
    transform: perspective(1000px) rotateX(0deg) translateY(-5px);
    box-shadow: 
        0 25px 50px rgba(0,0,0,0.12),
        0 10px 20px rgba(0,0,0,0.07),
        0 0 0 1px rgba(0,0,0,0.03);
}.teacher_profile_7Z .client_praises_bw > div:first-child {
    justify-self: center;
    position: relative;
}.teacher_profile_7Z .img_box_grid_Mq {
    clip-path: polygon(0 0, 100% 0, 100% 85%, 85% 100%, 0 100%);
    height: 150px;
    border-radius: 0;
    width: 150px;
    position: relative;
    transition: all 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
    box-shadow: 
        0 10px 20px rgba(0,0,0,0.1),
        0 5px 10px rgba(0,0,0,0.05);
    overflow: hidden;
}.teacher_profile_7Z .img_box_grid_Mq::before {
    position: absolute;
    background: linear-gradient(to bottom, transparent 50%, rgb(179,179,206,0.5) 100%);
    top: 0;
    width: 100%;
    left: 0;
    content: "";
    opacity: 0.6;
    transition: opacity 0.4s ease;
    height: 100%;
}.teacher_profile_7Z .client_praises_bw:hover .img_box_grid_Mq {
    box-shadow: 
        0 15px 30px rgba(0,0,0,0.15),
        0 8px 15px rgba(0,0,0,0.08);
    transform: scale(1.05) translateY(-5px);
}.teacher_profile_7Z .client_praises_bw:hover .img_box_grid_Mq::before {
    opacity: 0.8;
}.teacher_profile_7Z .client_praises_bw > div:nth-child(2) {
    flex-direction: column;
    display: flex;
    position: relative;
    align-items: center;
    text-align: center;
}.teacher_profile_7Z .name {
    margin: 0 0 0.5rem;
    font-size: calc(18px * 1.1);
    display: inline-block;
    font-family: Arial, sans-serif;
    font-weight: 700;
    position: relative;
    transition: all 0.3s ease;
    color: #000000;
}.teacher_profile_7Z .name::after {
    bottom: -4px;
    position: absolute;
    transition: width 0.4s cubic-bezier(0.22, 1, 0.36, 1);
    height: 2px;
    left: 0;
    width: 0;
    background: rgb(179,179,206);
    content: "";
}.teacher_profile_7Z .client_praises_bw:hover .name::after {
    width: 100%;
}.teacher_profile_7Z .client_praises_bw > div:nth-child(2) > div {
    font-size: calc(13px * 0.95);
    clip-path: polygon(0 0, 100% 0, 95% 100%, 5% 100%);
    transform: translateY(0);
    background: linear-gradient(to right, rgba(rgb(141,139,173,0.5), 0.1), transparent);
    margin-top: 0.25rem;
    transition: transform 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
    letter-spacing: 0.03em;
    position: relative;
    font-weight: 600;
    color: rgb(141,139,173);
    padding: 0.35rem 1rem;
}.teacher_profile_7Z .client_praises_bw:hover > div:nth-child(2) > div {
    transform: translateY(3px) scale(1.03);
}.teacher_profile_7Z .job_expertise_0G {
    position: relative;
    font-size: 13px;
    font-family: Arial, sans-serif;
    text-align: justify;
    padding: 0.5rem 0;
    margin: 0;
    line-height: 1.7;
    transition: all 0.3s ease;
    color: #000000;
}.teacher_profile_7Z .job_expertise_0G::before {
    font-size: 4rem;
    position: absolute;
    transition: all 0.4s ease;
    left: -10px;
    opacity: 0.2;
    top: -25px;
    content: "";
    color: rgb(179,179,206,0.5);
}.teacher_profile_7Z .job_expertise_0G::after {
    position: absolute;
    color: rgb(179,179,206,0.5);
    content: "";
    transition: all 0.4s ease;
    font-size: 4rem;
    right: -10px;
    opacity: 0.2;
    bottom: -50px;
}.teacher_profile_7Z .client_praises_bw:hover .job_expertise_0G::before,
.teacher_profile_7Z .client_praises_bw:hover .job_expertise_0G::after {
    transform: scale(1.1);
    opacity: 0.4;
}

@media (min-width: 768px) {.teacher_profile_7Z {
    padding: 6rem 0;
}.teacher_profile_7Z .client_praises_bw {
    align-items: start;
    gap: 2.5rem;
    padding: 3rem;
    grid-template-columns: auto 1fr 2fr;
}.teacher_profile_7Z .client_praises_bw > div:nth-child(2) {
    text-align: left;
    align-items: flex-start;
}.teacher_profile_7Z .img_box_grid_Mq {
    width: 180px;
    height: 180px;
}.teacher_profile_7Z .job_expertise_0G {
    padding: 0 1rem 0 0;
}.teacher_profile_7Z .container {
    padding: 0 4rem;
}
}

@media (min-width: 992px) {.teacher_profile_7Z .client_praises_bw {
    margin: 0 3rem;
}.teacher_profile_7Z .img_box_grid_Mq {
    height: 220px;
    width: 220px;
}.teacher_profile_7Z .name {
    font-size: calc(18px * 1.2);
}.teacher_profile_7Z .client_praises_bw > div:nth-child(2) > div {
    font-size: 13px;
}.teacher_profile_7Z .job_expertise_0G {
    font-size: calc(13px * 1.05);
    line-height: 1.8;
}
}

@media (max-width: 767px) {.teacher_profile_7Z .client_praises_bw {
    padding: 2rem 1.5rem;
    text-align: center;
}.teacher_profile_7Z .job_expertise_0G {
    text-align: left;
}.teacher_profile_7Z .job_expertise_0G::before {
    font-size: 3rem;
    left: 0;
    top: -20px;
}.teacher_profile_7Z .job_expertise_0G::after {
    right: 0;
    bottom: -40px;
    font-size: 3rem;
}
}

@media (max-width: 480px) {.teacher_profile_7Z {
    padding: 3rem 0;
}.teacher_profile_7Z .container {
    padding: 0 1rem;
}.teacher_profile_7Z .img_box_grid_Mq {
    height: 120px;
    width: 120px;
}.teacher_profile_7Z .name {
    font-size: 18px;
}.teacher_profile_7Z .client_praises_bw > div:nth-child(2) > div {
    font-size: calc(13px * 0.9);
}.teacher_profile_7Z .job_expertise_0G {
    padding: 0;
    line-height: 1.6;
    font-size: calc(13px * 0.95);
}}footer {
    position: relative;
}footer::before {
    top: 0;
    position: absolute;
    background: linear-gradient(125deg, #000000 0%, rgb(141,139,173) 100%);
    bottom: 0;
    left: 0;
    opacity: 0.95;
    z-index: 1;
    right: 0;
    content: '';
}.leaderboard_Ak {
    position: relative;
    color: #ffffff;
    padding: 60px 0;
    font-family: Arial, sans-serif;
    z-index: 2;
}.leaderboard_Ak .container {
    flex-wrap: wrap;
    display: flex;
}.leaderboard_Ak .company_holder {
    flex: 0 0 100%;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.15);
    background: rgba(0, 0, 0, 0.2);
    padding: 25px;
    margin-bottom: 40px;
    text-align: center;
    border-radius: 19px;
}.leaderboard_Ak .company_holder h3 {
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
    font-size: 29px;
    font-weight: 700;
    margin-bottom: 20px;
    letter-spacing: 1px;
    color: #ffffff;
}.leaderboard_Ak .mobile_cta_QE {
    max-width: 80%;
    text-align: center;
    border-radius: 10px;
    color: #ffffff;
    margin: 0 auto;
    background: rgba(255, 255, 255, 0.1);
    font-size: 17px;
    line-height: 1.7;
    padding: 15px 20px;
}.leaderboard_Ak .intern_ship_PB {
    flex: 0 0 100%;
    margin-top: 20px;
}.leaderboard_Ak .page_header_2v {
    justify-content: center;
    gap: 30px;
    display: flex;
    flex-wrap: wrap;
    margin-top: 30px;
}.leaderboard_Ak .header_bar_id {
    transition: all 0.3s ease;
    padding: 20px;
    border-radius: 19px;
    max-width: calc(50% - 30px);
    flex: 0 0 calc(50% - 30px);
    background: rgba(255, 255, 255, 0.05);
}.leaderboard_Ak .header_bar_id:hover {
    transform: translateY(-5px);
    background: rgba(255, 255, 255, 0.1);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}.leaderboard_Ak .header_bar_id h5 {
    text-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
    color: #ffffff;
    text-align: center;
    margin-bottom: 20px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    font-weight: 600;
    font-size: 24px;
    padding-bottom: 10px;
}.leaderboard_Ak .header_bar_id .page_header_2v {
    gap: 12px;
    flex-direction: column;
    display: flex;
    margin-top: 0;
}.leaderboard_Ak .header_bar_id .page_header_2v a {
    color: #ffffff;
    border-radius: 10px;
    text-align: center;
    padding: 8px 12px;
    background: rgba(255, 255, 255, 0.05);
    font-size: 17px;
    text-decoration: none;
    transition: all 0.3s ease;
}.leaderboard_Ak .header_bar_id .page_header_2v a:hover {
    transform: translateY(-2px);
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
    color: #ffffff;
    background: rgba(255, 255, 255, 0.15);
}.edu_links_fZ {
    z-index: 2;
    padding: 20px 0;
    position: relative;
    margin-top: 40px;
    background: rgba(0, 0, 0, 0.3);
}.edu_links_fZ::before {
    opacity: 0.2;
    right: 20%;
    position: absolute;
    content: '';
    background: linear-gradient(90deg, transparent, #ffffff, transparent);
    left: 20%;
    top: 0;
    height: 1px;
}.edu_links_fZ .container {
    justify-content: center;
    display: flex;
}.edu_links_fZ .fellow_prog_kU {
    color: #ffffff;
    font-size: 13px;
    text-align: center;
    letter-spacing: 0.5px;
}

@keyframes gradientFlow {
    0% {
        background-position: 0% 50%;
    }
    50% {
        background-position: 100% 50%;
    }
    100% {
        background-position: 0% 50%;
    }
}
@media (min-width: 768px) {.leaderboard_Ak .page_header_2v {
    justify-content: space-between;
}.leaderboard_Ak .company_holder {
    text-align: left;
    flex: 0 0 30%;
}.leaderboard_Ak .intern_ship_PB {
    flex: 0 0 65%;
}.leaderboard_Ak .container {
    justify-content: space-between;
    align-items: flex-start;
}.leaderboard_Ak .mobile_cta_QE {
    text-align: left;
    margin: 0;
    max-width: 100%;
}
}

@media (max-width: 767px) {.leaderboard_Ak .header_bar_id {
    margin-bottom: 20px;
    flex: 0 0 100%;
    max-width: 100%;
}.leaderboard_Ak .company_holder {
    padding: 20px 15px;
}.leaderboard_Ak .mobile_cta_QE {
    padding: 15px;
    max-width: 100%;
}
}

@media (max-width: 576px) {.leaderboard_Ak {
    padding: 40px 0;
}.leaderboard_Ak .company_holder h3 {
    font-size: calc(29px * 0.8);
}.leaderboard_Ak .header_bar_id h5 {
    font-size: calc(24px * 0.9);
}.leaderboard_Ak .header_bar_id .page_header_2v a {
    font-size: calc(17px * 0.95);
}}

@keyframes pulseLight {
    0%, 100% {
        opacity: 0.1;
        transform: scale(1);
    }
    50% {
        opacity: 0.15;
        transform: scale(1.1);
    }
}

footer::after {
    content: '';
    position: absolute;
    height: 100%;
    left: 0;
    background-image: linear-gradient(0deg, 
        rgba(255, 255, 255, 0.02) 1px, 
        transparent 1px),
        linear-gradient(90deg, 
        rgba(255, 255, 255, 0.02) 1px, 
        transparent 1px);
    top: 0;
    width: 100%;
    background-size: 20px 20px;
    z-index: 1;
}.course_overview_Lg {
    position: relative;
    overflow: hidden;
    padding: 120px 0;
    background: linear-gradient(135deg, rgb(216,216,230) 0%, rgba(245, 247, 250, 0.95) 100%);
}.course_overview_Lg::before {
    background: linear-gradient(45deg, rgb(179,179,206,0.5) 0%, rgb(141,139,173,0.5) 100%);
    content: "";
    opacity: 0.4;
    filter: blur(120px);
    width: 300px;
    top: -10%;
    z-index: 0;
    right: -5%;
    height: 300px;
    position: absolute;
}.course_overview_Lg::after {
    position: absolute;
    width: 250px;
    bottom: -10%;
    left: -5%;
    z-index: 0;
    content: "";
    opacity: 0.3;
    filter: blur(100px);
    height: 250px;
    background: linear-gradient(225deg, rgb(141,139,173,0.5) 0%, rgb(179,179,206,0.5) 100%);
}.course_overview_Lg .container {
    max-width: 1200px;
    position: relative;
    margin: 0 auto;
    padding: 0 20px;
    z-index: 1;
}.course_overview_Lg .next_skill_aK {
    gap: 40px;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.05), 0 5px 15px rgba(0, 0, 0, 0.03);
    background: #ffffff;
    border-left: 3px solid rgb(179,179,206);
    transition: transform 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
    overflow: hidden;
    display: grid;
    grid-template-columns: 1fr;
}.course_overview_Lg .next_skill_aK:hover {
    transform: translateY(-5px);
}.course_overview_Lg .img_box_grid_Mq {
    height: 250px;
    width: 100%;
    position: relative;
    transform-origin: center center;
    transition: all 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    overflow: hidden;
}.course_overview_Lg .img_box_grid_Mq::after {
    width: 100%;
    z-index: 1;
    content: "";
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.4));
    height: 100%;
    top: 0;
    position: absolute;
    left: 0;
}.course_overview_Lg .img_box_grid_Mq:hover {
    transform: scale(1.02);
}.course_overview_Lg .text_cell_oF {
    position: relative;
    padding: 40px 30px;
}.course_overview_Lg .text_cell_oF::before {
    transform: scaleX(0.7);
    content: "";
    height: 4px;
    position: absolute;
    width: 100%;
    top: 0;
    transform-origin: left;
    transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    background: linear-gradient(90deg, rgb(179,179,206) 0%, rgb(141,139,173) 100%);
    left: 0;
}.course_overview_Lg .next_skill_aK:hover .text_cell_oF::before {
    transform: scaleX(1);
}.course_overview_Lg h3 {
    line-height: 1.4;
    transform: translateY(0);
    position: relative;
    transition: transform 0.3s ease, padding-left 0.3s ease;
    margin-bottom: 25px;
    font-size: 23px;
    font-weight: 700;
    padding-left: 0;
    color: #000000;
}.course_overview_Lg .next_skill_aK:hover h3 {
    color: rgb(179,179,206);
    transform: translateY(-3px);
    padding-left: 15px;
}.course_overview_Lg h3::after {
    left: 0;
    content: "";
    width: 60px;
    height: 2px;
    bottom: -8px;
    transition: width 0.4s ease-out, background-color 0.3s ease;
    background-color: rgb(141,139,173);
    position: absolute;
}.course_overview_Lg .next_skill_aK:hover h3::after {
    width: 100px;
    background-color: rgb(179,179,206);
}.course_overview_Lg .text_cell_oF div {
    position: relative;
    overflow: hidden;
}.course_overview_Lg p.description {
    position: relative;
    margin-bottom: 20px;
    font-size: 15px;
    max-height: 300px;
    overflow-y: auto;
    color: #000000;
    padding-right: 15px;
    line-height: 1.8;
}.course_overview_Lg p.description::-webkit-scrollbar {
    width: 4px;
}.course_overview_Lg p.description::-webkit-scrollbar-track {
    border-radius: 10px;
    background: rgba(0, 0, 0, 0.05);
}.course_overview_Lg p.description::-webkit-scrollbar-thumb {
    background: rgb(179,179,206,0.5);
    border-radius: 10px;
}.course_overview_Lg span.description {
    display: none;
}

@media (min-width: 768px) {.course_overview_Lg .next_skill_aK {
    align-items: start;
    grid-template-columns: 1fr 1.5fr;
}.course_overview_Lg .img_box_grid_Mq {
    height: 100%;
    min-height: 400px;
}.course_overview_Lg h3 {
    font-size: calc(23px * 1.1);
}.course_overview_Lg p.description {
    max-height: 400px;
    font-size: calc(15px * 1.05);
}
}

@media (min-width: 992px) {.course_overview_Lg .next_skill_aK {
    grid-template-columns: 1fr 1.8fr;
}.course_overview_Lg .img_box_grid_Mq {
    min-height: 450px;
}.course_overview_Lg .text_cell_oF {
    padding: 50px 40px;
}.course_overview_Lg h3 {
    font-size: calc(23px * 1.2);
    margin-bottom: 30px;
}.course_overview_Lg p.description {
    max-height: 450px;
    line-height: 1.9;
}
}

@media (max-width: 767px) {.course_overview_Lg {
    padding: 70px 0;
}.course_overview_Lg .text_cell_oF {
    padding: 30px 20px;
}.course_overview_Lg h3 {
    font-size: calc(23px * 0.9);
    margin-bottom: 20px;
}.course_overview_Lg p.description {
    max-height: 200px;
    font-size: calc(15px * 0.95);
    line-height: 1.7;
}
}

@media (max-width: 480px) {.course_overview_Lg {
    padding: 50px 0;
}.course_overview_Lg .img_box_grid_Mq {
    height: 180px;
}.course_overview_Lg .text_cell_oF {
    padding: 25px 15px;
}.course_overview_Lg h3 {
    font-size: calc(23px * 0.85);
    margin-bottom: 15px;
}
}

@media (hover: hover) {.course_overview_Lg .next_skill_aK {
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1), box-shadow 0.5s ease;
}.course_overview_Lg .next_skill_aK:hover {
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.08), 0 8px 20px rgba(0, 0, 0, 0.04);
}}.customer_feedback_D9 {
    position: relative;
    overflow: hidden;
    padding: 5rem 0;
    background: linear-gradient(180deg, rgb(216,216,230) 0%, rgba(0, 0, 0, 0.5) 100%);
    perspective: 1000px;
}.customer_feedback_D9::before {
    background: 
        radial-gradient(circle at 20% 30%, rgb(179,179,206,0.5) 0%, transparent 15%),
        radial-gradient(circle at 80% 70%, rgb(141,139,173,0.5) 0%, transparent 15%);
    height: 100%;
    z-index: 1;
    left: 0;
    content: "";
    top: 0;
    opacity: 0.6;
    position: absolute;
    width: 100%;
}.customer_feedback_D9::after {
    width: 100%;
    background-image: 
        linear-gradient(to right, rgba(0, 0, 0, 0.5) 1px, transparent 1px),
        linear-gradient(to bottom, rgba(0, 0, 0, 0.5) 1px, transparent 1px);
    position: absolute;
    top: 0;
    z-index: 1;
    opacity: 0.2;
    left: 0;
    background-size: 30px 30px;
    content: "";
    height: 100%;
}.customer_feedback_D9 .container {
    position: relative;
    z-index: 2;
}.customer_feedback_D9 h2 {
    font-size: 30px;
    padding: 0 2rem;
    letter-spacing: 2px;
    left: 50%;
    display: inline-block;
    font-weight: 700;
    text-transform: uppercase;
    text-align: center;
    color: #000000;
    position: relative;
    margin-bottom: 4rem;
    transform: translateX(-50%);
}.customer_feedback_D9 h2::before, 
.customer_feedback_D9 h2::after {
    animation: neonPulse 2s infinite alternate;
    top: 50%;
    background: rgb(179,179,206);
    width: 50px;
    content: "";
    position: absolute;
    height: 3px;
}.customer_feedback_D9 h2::before {
    left: -30px;
}.customer_feedback_D9 h2::after {
    right: -30px;
}.customer_feedback_D9 .feedback_track_ew {
    gap: 2rem;
    perspective: 1000px;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}.customer_feedback_D9 .client_praises_bw {
    position: relative;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
    padding: 2rem;
    transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1);
    flex: 0 0 calc(33.333% - 2rem);
    transform: translateZ(0) rotateY(0);
    background: rgba(255, 255, 255, 0.05);
    overflow: hidden;
    display: flex;
    transform-style: preserve-3d;
    max-width: calc(33.333% - 2rem);
    backdrop-filter: blur(10px);
    border-radius: 10px;
    flex-direction: column;
    border: 1px solid rgba(255, 255, 255, 0.1);
    align-items: center;
    min-width: 280px;
}.customer_feedback_D9 .client_praises_bw::before {
    mask-composite: exclude;
    transition: opacity 0.5s ease;
    content: "";
    inset: 0;
    mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0);
    background: linear-gradient(45deg, rgb(179,179,206), rgb(141,139,173)) border-box;
    border: 2px solid transparent;
    border-radius: 10px;
    opacity: 0;
    position: absolute;
}.customer_feedback_D9 .client_praises_bw:hover {
    box-shadow: -10px 10px 30px rgba(0, 0, 0, 0.2);
    transform: translateZ(20px) rotateY(5deg);
}.customer_feedback_D9 .client_praises_bw:hover::before {
    opacity: 1;
    animation: borderGlow 1.5s infinite alternate;
}.customer_feedback_D9 .client_praises_bw:nth-child(even):hover {
    transform: translateZ(20px) rotateY(-5deg);
    box-shadow: 10px 10px 30px rgba(0, 0, 0, 0.2);
}.customer_feedback_D9 .client_praises_bw img {
    position: relative;
    transition: all 0.4s ease;
    width: 90px;
    height: 90px;
    object-fit: cover;
    border-radius: 50%;
    margin-bottom: 1.5rem;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    z-index: 2;
    border: 3px solid #ffffff;
}.customer_feedback_D9 .client_praises_bw:hover img {
    border-color: rgb(179,179,206);
    transform: scale(1.05);
    box-shadow: 0 0 15px rgb(179,179,206,0.5);
}.customer_feedback_D9 .client_praises_bw p {
    transition: all 0.3s ease;
    font-weight: 600;
    color: #000000;
    font-family: Arial, sans-serif;
    font-size: calc(18px * 1.1);
    text-align: center;
    margin: 0;
}.customer_feedback_D9 .client_praises_bw .description {
    font-weight: 400;
    position: relative;
    text-align: center;
    padding-top: 1rem;
    color: #000000;
    z-index: 2;
    font-size: 18px;
    margin-top: 1rem;
}.customer_feedback_D9 .client_praises_bw .description::after {
    transform: translateX(-50%);
    content: "";
    transition: all 0.3s ease;
    left: 50%;
    position: absolute;
    background: rgb(141,139,173,0.5);
    height: 2px;
    width: 40px;
    top: 0;
}.customer_feedback_D9 .client_praises_bw:hover .description::after {
    box-shadow: 0 0 10px rgb(179,179,206,0.5);
    background: rgb(179,179,206);
    width: 60px;
}

@keyframes neonPulse {
    0% {
        box-shadow: 0 0 5px rgb(179,179,206), 0 0 10px rgb(179,179,206,0.5);
    }
    100% {
        box-shadow: 0 0 20px rgb(179,179,206), 0 0 30px rgb(179,179,206,0.5);
    }
}

@keyframes borderGlow {
    0% {
        opacity: 0.5;
    }
    100% {
        opacity: 1;
    }
}

@media (max-width: 991px) {.customer_feedback_D9 {
    padding: 4rem 0;
}.customer_feedback_D9 h2 {
    margin-bottom: 3rem;
}.customer_feedback_D9 .client_praises_bw {
    flex: 0 0 calc(50% - 2rem);
    max-width: calc(50% - 2rem);
}
}

@media (max-width: 767px) {.customer_feedback_D9 h2 {
    font-size: calc(30px * 0.9);
}.customer_feedback_D9 h2::before,
    .customer_feedback_D9 h2::after {
    width: 30px;
}.customer_feedback_D9 h2::before {
    left: -15px;
}.customer_feedback_D9 h2::after {
    right: -15px;
}.customer_feedback_D9 .feedback_track_ew {
    gap: 1.5rem;
    flex-direction: column;
}.customer_feedback_D9 .client_praises_bw {
    max-width: 100%;
    padding: 1.5rem;
    flex: 1 1 100%;
}.customer_feedback_D9 .client_praises_bw,
    .customer_feedback_D9 .client_praises_bw:hover,
    .customer_feedback_D9 .client_praises_bw:nth-child(even):hover {
    transform: none;
}.customer_feedback_D9 .client_praises_bw img {
    width: 70px;
    height: 70px;
}
}

@media (max-width: 480px) {.customer_feedback_D9 {
    padding: 3rem 0;
}.customer_feedback_D9 h2 {
    font-size: calc(30px * 0.8);
}.customer_feedback_D9 .client_praises_bw {
    padding: 1.25rem;
}.customer_feedback_D9 .client_praises_bw img {
    width: 60px;
    height: 60px;
}}.title_page_Tf {
    overflow: hidden;
    position: relative;
    background: linear-gradient(135deg, rgb(141,139,173,0.5), rgb(179,179,206,0.5));
    min-height: 100vh;
}.title_page_Tf::before {
    width: 100%;
    animation: patternShift 30s linear infinite;
    content: "";
    opacity: 0.08;
    top: 0;
    background: repeating-linear-gradient(
    45deg,
    rgb(141,139,173,0.5) 0,
    rgb(141,139,173,0.5) 1px,
    transparent 1px,
    transparent 25px
  );
    position: absolute;
    height: 100%;
    left: 0;
}.title_page_Tf::after {
    background: radial-gradient(
    circle at 30% 50%, 
    rgb(141,139,173,0.5) 0%, 
    transparent 60%
  );
    pointer-events: none;
    content: "";
    position: absolute;
    mix-blend-mode: overlay;
    left: 0;
    width: 100%;
    top: 0;
    z-index: 1;
    height: 100%;
}.title_page_Tf .main_home_3m {
    max-width: 1400px;
    z-index: 2;
    width: 100%;
    perspective: 1000px;
    justify-content: center;
    display: flex;
    margin: 0 auto;
    min-height: 100vh;
    position: relative;
    padding: 3rem 1.5rem;
    flex-direction: column;
    align-items: center;
}.title_page_Tf .main_home_3m > div {
    width: 100%;
    transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    transform: translateZ(0);
    transform-style: preserve-3d;
}.title_page_Tf .main_home_3m > div:hover {
    transform: translateZ(10px);
}.title_page_Tf h3 {
    box-shadow: 
    0 20px 30px rgba(0, 0, 0, 0.1),
    0 2px 8px rgba(0, 0, 0, 0.05),
    0 0 0 1px rgba(255, 255, 255, 0.1);
    line-height: 1.6;
    font-weight: 600;
    transform: perspective(1000px) rotateX(2deg);
    border-left: 4px solid rgb(141,139,173);
    max-width: 90%;
    transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    font-size: calc(23px * 1.1);
    font-family: Arial, sans-serif;
    color: rgb(179,179,206);
    padding: 2rem;
    background: rgb(255, 255, 255, 0.5);
    margin-bottom: 2.5rem;
    margin-left: auto;
    letter-spacing: 0.01em;
    backdrop-filter: blur(10px);
}.title_page_Tf h3:hover {
    transform: perspective(1000px) rotateX(0deg);
    box-shadow: 
    0 25px 35px rgba(0, 0, 0, 0.12),
    0 3px 10px rgba(0, 0, 0, 0.06),
    0 0 0 1px rgba(255, 255, 255, 0.15);
}.title_page_Tf .online_mastery_Um {
    width: 100%;
    min-height: 450px;
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    box-shadow: 
    0 40px 80px rgba(0, 0, 0, 0.15),
    0 10px 30px rgba(0, 0, 0, 0.1),
    0 0 0 1px rgba(255, 255, 255, 0.05);
    height: 65vh;
    transform-style: preserve-3d;
    border-radius: 3px;
    transform: perspective(1000px) translateZ(0) scale(0.98);
    overflow: hidden;
    position: relative;
}.title_page_Tf .online_mastery_Um:hover {
    transform: perspective(1000px) translateZ(10px) scale(1);
}.title_page_Tf .online_mastery_Um::before {
    left: 0;
    top: 0;
    height: 100%;
    content: "";
    width: 100%;
    position: absolute;
    z-index: 1;
    background: linear-gradient(
    to bottom,
    transparent 0%,
    rgba(0, 0, 0, 0.5) 100%
  );
}.title_page_Tf .online_mastery_Um::after {
    position: absolute;
    left: 0;
    height: 100%;
    z-index: 2;
    mix-blend-mode: overlay;
    width: 100%;
    content: "";
    background: linear-gradient(
    135deg,
    rgb(141,139,173,0.5) 0%,
    transparent 60%
  );
    top: 0;
}.title_page_Tf .online_mastery_Um > div {
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    position: absolute;
    padding: 3rem;
    width: 100%;
    bottom: 0;
    left: 0;
    z-index: 3;
    transform: translateZ(0);
}.title_page_Tf .online_mastery_Um:hover > div {
    transform: translateY(-10px) translateZ(0);
}.title_page_Tf .online_mastery_Um p {
    font-weight: 400;
    color: #ffffff;
    font-size: calc(17px * 1.2);
    position: relative;
    padding-left: 1.5rem;
    transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1), opacity 0.6s ease;
    margin-bottom: 1.5rem;
    font-family: Arial, sans-serif;
    line-height: 1.7;
    max-width: 80%;
    transform: translateX(0);
    opacity: 0.9;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}.title_page_Tf .online_mastery_Um p::before {
    transform: scaleY(0.8);
    content: "";
    height: calc(100% - 1rem);
    background: rgb(141,139,173);
    transition: transform 0.3s ease;
    position: absolute;
    top: 0.5rem;
    left: 0;
    width: 4px;
}.title_page_Tf .online_mastery_Um:hover p::before {
    transform: scaleY(1);
}.title_page_Tf .online_mastery_Um:hover p {
    transform: translateX(5px);
    opacity: 1;
}.title_page_Tf .title_style_header {
    letter-spacing: -0.015em;
    display: inline-block;
    text-shadow: 0 2px 8px rgba(0, 0, 0, 0.2), 0 0 30px rgba(0, 0, 0, 0.1);
    line-height: 1.3;
    transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    font-weight: 700;
    font-family: Arial, sans-serif;
    position: relative;
    transform: translateY(0);
    font-size: calc(45px * 1.2);
    color: #ffffff;
    margin-bottom: 0;
}.title_page_Tf .title_style_header::after {
    background: rgb(141,139,173);
    left: 0;
    position: absolute;
    content: "";
    width: 60%;
    transform-origin: left;
    height: 3px;
    transform: scaleX(0.8);
    transition: transform 0.4s cubic-bezier(0.19, 1, 0.22, 1) 0.1s;
    bottom: -0.5rem;
}.title_page_Tf .online_mastery_Um:hover .title_style_header {
    transform: translateY(-5px);
}.title_page_Tf .online_mastery_Um:hover .title_style_header::after {
    transform: scaleX(1);
}

@keyframes patternShift {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: 100px 100px;
  }
}

@media (max-width: 992px) {.title_page_Tf .main_home_3m {
    padding: 2rem 1rem;
}.title_page_Tf h3 {
    font-size: 23px;
    margin-bottom: 2rem;
    padding: 1.5rem;
    max-width: 100%;
}.title_page_Tf .online_mastery_Um {
    min-height: 400px;
    height: 55vh;
}.title_page_Tf .online_mastery_Um > div {
    padding: 2rem;
}.title_page_Tf .online_mastery_Um p {
    max-width: 90%;
    font-size: 17px;
}.title_page_Tf .title_style_header {
    font-size: 45px;
}
}

@media (max-width: 768px) {.title_page_Tf .main_home_3m {
    padding: 1.5rem 1rem;
}.title_page_Tf h3 {
    margin-bottom: 1.5rem;
    font-size: calc(22px * 1.1);
    transform: perspective(1000px) rotateX(1deg);
    padding: 1.25rem;
}.title_page_Tf .online_mastery_Um {
    height: 50vh;
    min-height: 350px;
}.title_page_Tf .online_mastery_Um > div {
    padding: 1.5rem;
}.title_page_Tf .online_mastery_Um p {
    max-width: 100%;
    font-size: calc(17px * 0.95);
    padding-left: 1rem;
}.title_page_Tf .title_style_header {
    font-size: calc(35px * 1.1);
}.title_page_Tf .online_mastery_Um p::before {
    width: 3px;
}
}

@media (max-width: 576px) {.title_page_Tf .main_home_3m {
    padding: 1rem 0.75rem;
}.title_page_Tf h3 {
    padding: 1rem;
    margin-bottom: 1.25rem;
    font-size: 22px;
    transform: none;
    border-left: 3px solid rgb(141,139,173);
}.title_page_Tf .online_mastery_Um {
    min-height: 300px;
    height: 45vh;
}.title_page_Tf .online_mastery_Um > div {
    padding: 1.25rem;
}.title_page_Tf .online_mastery_Um p {
    margin-bottom: 1rem;
    font-size: 17px;
}.title_page_Tf .title_style_header {
    font-size: 35px;
}.title_page_Tf .title_style_header::after {
    height: 2px;
}}.privacy_concealment_w7 {
    overflow: hidden;
    background-color: var(--section-bg-color, #f8f9fa);
    padding: 4rem 0;
    position: relative;
}.privacy_concealment_w7::before {
    top: 0;
    height: 100%;
    width: 100%;
    position: absolute;
    z-index: 1;
    background: linear-gradient(135deg, rgba(var(--primary-color_opacity, 0.03)), transparent 80%);
    content: "";
    left: 0;
}.privacy_concealment_w7::after {
    content: "";
    width: 200px;
    height: 200px;
    transform: rotate(-15deg) translateY(30px);
    background: linear-gradient(225deg, var(--primary-color_opacity, rgba(0,100,255,0.05)), transparent 70%);
    z-index: 0;
    right: -10px;
    position: absolute;
    bottom: -10px;
    border-top: 1px solid var(--primary-color_opacity, rgba(0,100,255,0.1));
}.privacy_concealment_w7 .container {
    z-index: 2;
    margin: 0 auto;
    max-width: 1140px;
    padding: 0 2rem;
    position: relative;
}.privacy_concealment_w7 h1 {
    font-weight: var(--font-weight-bold, 700);
    padding-bottom: 1rem;
    transform: translateX(-0.5rem);
    font-size: var(--h1-font-size, 2.5rem);
    position: relative;
    color: var(--dark-color, #212529);
    margin-bottom: 2rem;
}.privacy_concealment_w7 h1::after {
    transform-origin: left center;
    left: 0;
    content: "";
    height: 4px;
    bottom: 0;
    width: 80px;
    position: absolute;
    transition: width 0.3s ease-out;
    background: linear-gradient(90deg, var(--primary-color, #0066ff), transparent);
}.privacy_concealment_w7 h1:hover::after {
    width: 120px;
}.privacy_concealment_w7 h2 {
    font-weight: var(--font-weight-semibold, 600);
    position: relative;
    font-size: var(--h2-font-size, 1.75rem);
    padding-left: 1rem;
    transform: translateX(-1rem);
    color: var(--dark-color, #212529);
    margin: 2.5rem 0 1.25rem;
}.privacy_concealment_w7 h2::before {
    height: 70%;
    position: absolute;
    content: "";
    top: 0.25em;
    width: 4px;
    transform-origin: center;
    transition: transform 0.3s ease;
    left: 0;
    background: var(--primary-color, #0066ff);
}.privacy_concealment_w7 h2:hover::before {
    transform: scaleY(1.2);
}.privacy_concealment_w7 h3 {
    color: var(--dark-color, #212529);
    margin: 2rem 0 1rem;
    padding-bottom: 0.5rem;
    font-size: calc(var(--h2-font-size, 1.75rem) * 0.85);
    font-weight: var(--font-weight-semibold, 600);
    border-bottom: 1px solid var(--secondary-color_opacity, rgba(108, 117, 125, 0.15));
}.privacy_concealment_w7 h4 {
    position: relative;
    font-size: calc(var(--h2-font-size, 1.75rem) * 0.7);
    color: var(--dark-color, #212529);
    margin: 1.75rem 0 0.75rem;
    font-weight: var(--font-weight-semibold, 600);
}.privacy_concealment_w7 p {
    margin-bottom: 1.5rem;
    line-height: 1.7;
    max-width: 92%;
    font-size: var(--p-font-size, 1rem);
    color: var(--p-color, #495057);
}.privacy_concealment_w7 strong {
    color: var(--dark-color, #212529);
    font-weight: var(--font-weight-semibold, 600);
}.privacy_concealment_w7 ul {
    padding-left: 1.25rem;
    margin: 1.5rem 0 2rem;
    list-style: none;
}.privacy_concealment_w7 li {
    padding-left: 1.5rem;
    color: var(--p-color, #495057);
    font-size: var(--p-font-size, 1rem);
    line-height: 1.6;
    margin-bottom: 1rem;
    position: relative;
}.privacy_concealment_w7 li::before {
    transform: rotate(45deg);
    left: 0;
    border-radius: 1px;
    height: 6px;
    top: 0.65em;
    width: 6px;
    transition: transform 0.2s ease;
    background-color: var(--primary-color, #0066ff);
    position: absolute;
    content: "";
}.privacy_concealment_w7 li:hover::before {
    transform: rotate(135deg) scale(1.1);
}.privacy_concealment_w7 span {
    line-height: 1.7;
    padding-left: 0.75rem;
    display: block;
    margin-bottom: 1.5rem;
    border-left: 1px solid var(--secondary-color_opacity, rgba(108, 117, 125, 0.15));
    font-size: var(--p-font-size, 1rem);
    color: var(--p-color, #495057);
}

@media (min-width: 768px) {.privacy_concealment_w7 {
    padding: 5rem 0;
}.privacy_concealment_w7 .container {
    padding: 0 4rem;
}.privacy_concealment_w7 h1 {
    font-size: calc(var(--h1-font-size, 2.5rem) * 1.2);
    margin-bottom: 3rem;
}.privacy_concealment_w7 h2 {
    margin-top: 3.5rem;
}.privacy_concealment_w7 p, 
    .privacy_concealment_w7 span {
    line-height: 1.8;
    font-size: calc(var(--p-font-size, 1rem) * 1.05);
}.privacy_concealment_w7 ul {
    padding-left: 2rem;
}.privacy_concealment_w7 li {
    padding-left: 1.75rem;
}
}

@media (min-width: 992px) {.privacy_concealment_w7 .container {
    padding: 0 5rem;
}.privacy_concealment_w7 h1 {
    transform: translateX(-1rem);
}.privacy_concealment_w7 h1::after {
    width: 100px;
}.privacy_concealment_w7 h1:hover::after {
    width: 150px;
}.privacy_concealment_w7 p {
    max-width: 85%;
}.privacy_concealment_w7 p, 
    .privacy_concealment_w7 span {
    font-size: calc(var(--p-font-size, 1rem) * 1.1);
}
}

@media (max-width: 767px) {.privacy_concealment_w7 {
    padding: 3rem 0;
}.privacy_concealment_w7 .container {
    padding: 0 1.5rem;
}.privacy_concealment_w7 h1 {
    margin-bottom: 1.5rem;
    font-size: calc(var(--h1-font-size, 2.5rem) * 0.85);
}.privacy_concealment_w7 h2 {
    font-size: calc(var(--h2-font-size, 1.75rem) * 0.9);
    margin: 2rem 0 1rem;
}.privacy_concealment_w7 h3 {
    font-size: calc(var(--h2-font-size, 1.75rem) * 0.75);
}.privacy_concealment_w7 h4 {
    font-size: calc(var(--h2-font-size, 1.75rem) * 0.65);
}.privacy_concealment_w7 ul {
    padding-left: 0.5rem;
}.privacy_concealment_w7 li {
    padding-left: 1.25rem;
    margin-bottom: 0.75rem;
}.privacy_concealment_w7 p, 
    .privacy_concealment_w7 span {
    margin-bottom: 1.25rem;
}}.connect_form_wR {
    padding: 100px 0;
    overflow: hidden;
    position: relative;
    background: linear-gradient(120deg, rgb(216,216,230), rgba(rgb(179,179,206), 0.03));
}.connect_form_wR::before {
    left: 0;
    background: 
        radial-gradient(circle at 20% 30%, rgba(rgb(179,179,206), 0.05) 0%, transparent 50%),
        radial-gradient(circle at 80% 70%, rgba(rgb(141,139,173), 0.05) 0%, transparent 50%);
    z-index: 1;
    height: 100%;
    position: absolute;
    width: 100%;
    top: 0;
    content: "";
}.connect_form_wR::after {
    background-position: center center;
    height: 100%;
    background-image: 
        linear-gradient(90deg, rgba(rgb(179,179,206), 0.03) 1px, transparent 1px),
        linear-gradient(rgba(rgb(179,179,206), 0.03) 1px, transparent 1px),
        radial-gradient(circle at 50% 50%, rgba(rgb(141,139,173), 0.05) 0%, transparent 25%),
        radial-gradient(circle at 80% 20%, rgba(rgb(179,179,206), 0.04) 0%, transparent 30%),
        radial-gradient(circle at 20% 80%, rgba(rgb(141,139,173), 0.04) 0%, transparent 30%);
    animation: backgroundShift 30s linear infinite;
    background-size: 30px 30px, 30px 30px, 600px 600px, 400px 400px, 300px 300px;
    left: 0;
    position: absolute;
    z-index: 1;
    top: 0;
    width: 100%;
    content: "";
}@keyframes backgroundShift {
    0% {
        background-position: 0px 0px, 0px 0px, center center, 80% 20%, 20% 80%;
    }
    100% {
        background-position: 30px 30px, 30px 30px, center center, 85% 15%, 15% 85%;
    }
}

.connect_form_wR .container {
    padding: 0 30px;
    z-index: 2;
    max-width: 1200px;
    position: relative;
    margin: 0 auto;
}.connect_form_wR h2 {
    transform: translateX(-50%);
    left: 50%;
    font-weight: 700;
    letter-spacing: 1px;
    margin-bottom: 15px;
    position: relative;
    perspective: 1000px;
    font-size: 31px;
    display: inline-block;
    text-align: center;
    color: #000000;
}.connect_form_wR h2::before {
    bottom: -10px;
    width: 100%;
    height: 2px;
    position: absolute;
    background: linear-gradient(90deg, transparent, rgb(179,179,206), transparent);
    left: 0;
    content: "";
}.connect_form_wR .feedback_form_pY {
    background: #ffffff;
    border-radius: 16px;
    box-shadow: 0 30px 60px rgba(0, 0, 0, 0.15);
    overflow: hidden;
    display: flex;
    margin-top: 60px;
    perspective: 1000px;
    transform-style: preserve-3d;
    position: relative;
}.connect_form_wR .feedback_form_pY::before {
    content: "";
    top: 0;
    height: 5px;
    width: 100%;
    position: absolute;
    z-index: 3;
    left: 0;
    background: linear-gradient(90deg, rgb(179,179,206), rgb(141,139,173));
}.connect_form_wR .img_box_grid_Mq {
    position: relative;
    min-height: 500px;
    overflow: hidden;
    flex: 0 0 45%;
    transform: translateZ(0);
}.connect_form_wR .img_box_grid_Mq::before {
    inset: 0;
    mix-blend-mode: multiply;
    position: absolute;
    background: linear-gradient(210deg, rgba(rgb(179,179,206), 0.5), rgba(rgb(141,139,173), 0.5));
    content: "";
    z-index: 1;
}.connect_form_wR .img_box_grid_Mq::after {
    animation: shine 6s infinite ease-in-out;
    left: -100%;
    position: absolute;
    z-index: 2;
    content: "";
    width: 300%;
    background: linear-gradient(45deg, transparent 45%, rgba(255, 255, 255, 0.1) 50%, transparent 55%);
    top: -100%;
    height: 300%;
}@keyframes shine {
    0% { transform: translateX(-100%) translateY(-100%) rotate(45deg); }
    30%, 100% { transform: translateX(100%) translateY(100%) rotate(45deg); }
}

.connect_form_wR .request_grid_kP {
    padding: 60px 50px;
    backdrop-filter: blur(10px);
    flex: 0 0 55%;
    position: relative;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0.95));
}.connect_form_wR .request_grid_kP::before {
    width: 500px;
    z-index: 0;
    right: 0;
    opacity: 0.5;
    position: absolute;
    border-radius: 50%;
    top: 0;
    background: 
        radial-gradient(circle, rgba(rgb(179,179,206), 0.03) 0%, transparent 70%);
    height: 500px;
    content: "";
}.connect_form_wR form {
    z-index: 3;
    position: relative;
}.connect_form_wR form h3 {
    letter-spacing: 0.5px;
    color: #000000;
    position: relative;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 35px;
}.connect_form_wR form h3::after {
    content: "";
    left: 0;
    position: absolute;
    width: 30px;
    bottom: -15px;
    background: rgb(179,179,206);
    height: 2px;
}.connect_form_wR form input[type="text"] {
    font-size: 17px;
    border-radius: 8px;
    padding: 18px 25px;
    margin-bottom: 25px;
    border: 1px solid rgba(rgb(179,179,206), 0.1);
    width: 100%;
    background: rgba(rgb(216,216,230), 0.5);
    transition: all 0.3s ease;
    backdrop-filter: blur(5px);
    color: #000000;
}.connect_form_wR form input[type="text"]:focus {
    border-color: rgb(179,179,206);
    box-shadow: 0 0 0 4px rgba(rgb(179,179,206), 0.1);
    outline: none;
    background: rgba(#ffffff, 0.9);
}.connect_form_wR form input[type="text"]::placeholder {
    transition: all 0.3s ease;
    color: rgba(#000000, 0.5);
}.connect_form_wR form input[type="text"]:focus::placeholder {
    transform: translateX(5px);
    opacity: 0.7;
}.connect_form_wR .feedback_box_nG {
    display: flex;
    position: relative;
    margin-bottom: 30px;
}.connect_form_wR .feedback_box_nG input[type="checkbox"] {
    opacity: 0;
    position: absolute;
}.connect_form_wR .feedback_box_nG label {
    padding-left: 35px;
    cursor: pointer;
    position: relative;
    color: #000000;
    line-height: 1.5;
    font-size: 16px;
}.connect_form_wR .feedback_box_nG label::before {
    width: 22px;
    background: rgba(#ffffff, 0.6);
    content: "";
    border-radius: 4px;
    top: 0;
    border: 1px solid rgba(rgb(179,179,206), 0.3);
    height: 22px;
    transition: all 0.3s ease;
    position: absolute;
    left: 0;
}.connect_form_wR .feedback_box_nG input[type="checkbox"]:checked + label::before {
    border-color: rgb(179,179,206);
    background: rgb(179,179,206);
}.connect_form_wR .feedback_box_nG input[type="checkbox"]:checked + label::after {
    height: 12px;
    position: absolute;
    left: 8px;
    border-width: 0 2px 2px 0;
    width: 6px;
    border: solid #ffffff;
    top: 4px;
    content: "";
    transform: rotate(45deg);
}.connect_form_wR .feedback_box_nG label a {
    font-weight: 600;
    color: rgb(179,179,206);
    transition: all 0.3s ease;
    position: relative;
    text-decoration: none;
}.connect_form_wR .feedback_box_nG label a::after {
    transform: scaleX(0);
    height: 1px;
    transition: transform 0.3s ease;
    position: absolute;
    transform-origin: right;
    left: 0;
    width: 100%;
    content: "";
    background: rgb(179,179,206);
    bottom: -2px;
}.connect_form_wR .feedback_box_nG label a:hover {
    color: rgb(141,139,173);
}.connect_form_wR .feedback_box_nG label a:hover::after {
    background: rgb(141,139,173);
    transform-origin: left;
    transform: scaleX(1);
}.connect_form_wR .support_map_Gr {
    z-index: 1;
    cursor: pointer;
    letter-spacing: 0.5px;
    position: relative;
    font-weight: 600;
    border: none;
    border-radius: 8px;
    overflow: hidden;
    color: #ffffff;
    padding: 16px 40px;
    font-size: 17px;
    background: rgb(179,179,206);
    transition: all 0.3s ease;
}.connect_form_wR .support_map_Gr::before {
    top: 0;
    z-index: -1;
    width: 100%;
    opacity: 0;
    left: 0;
    content: "";
    background: linear-gradient(45deg, rgb(179,179,206), rgb(141,139,173));
    transition: opacity 0.3s ease;
    height: 100%;
    position: absolute;
}.connect_form_wR .support_map_Gr:hover::before {
    opacity: 1;
}.connect_form_wR .support_map_Gr::after {
    left: -10px;
    background: rgba(255, 255, 255, 0.3);
    position: absolute;
    transform: scale(0);
    top: -50%;
    transition: all 0.5s ease;
    height: 50px;
    border-radius: 50%;
    z-index: -1;
    content: "";
    width: 50px;
}.connect_form_wR .support_map_Gr:hover::after {
    transform: scale(4);
    opacity: 0;
}.connect_form_wR svg {
    height: 22px;
    transition: all 0.3s ease;
    stroke-width: 2;
    width: 22px;
    fill: none;
    filter: drop-shadow(0 2px 2px rgba(rgb(179,179,206), 0.3));
    stroke: rgb(179,179,206);
}.connect_form_wR svg path {
    stroke-width: 2;
    stroke: rgb(179,179,206);
    transition: all 0.3s ease;
}.connect_form_wR svg:hover,
.connect_form_wR svg:hover path {
    transform: translateY(-2px);
    stroke: rgb(141,139,173);
}.connect_form_wR form input {
    border: 1px solid rgb(179,179,206);
}

@media (max-width: 1024px) {.connect_form_wR {
    padding: 80px 0;
}.connect_form_wR .feedback_form_pY {
    margin-top: 50px;
}.connect_form_wR .img_box_grid_Mq {
    min-height: 450px;
}.connect_form_wR .request_grid_kP {
    padding: 50px 40px;
}
}

@media (max-width: 768px) {.connect_form_wR {
    padding: 60px 0;
}.connect_form_wR .feedback_form_pY {
    flex-direction: column;
    margin-top: 40px;
}.connect_form_wR .img_box_grid_Mq {
    min-height: 300px;
    width: 100%;
}.connect_form_wR .request_grid_kP {
    padding: 40px 30px;
    width: 100%;
}.connect_form_wR form h3 {
    margin-bottom: 30px;
}.connect_form_wR form input[type="text"] {
    padding: 15px 20px;
    margin-bottom: 20px;
}.connect_form_wR .feedback_box_nG {
    margin-bottom: 25px;
}.connect_form_wR .support_map_Gr {
    width: 100%;
    padding: 14px 30px;
}
}

@media (max-width: 480px) {.connect_form_wR {
    padding: 50px 0;
}.connect_form_wR h2 {
    font-size: calc(31px * 0.85);
}.connect_form_wR .feedback_form_pY {
    margin-top: 30px;
    border-radius: 12px;
}.connect_form_wR .img_box_grid_Mq {
    min-height: 220px;
}.connect_form_wR .request_grid_kP {
    padding: 30px 20px;
}.connect_form_wR form h3 {
    font-size: calc(20px * 0.9);
    margin-bottom: 25px;
}.connect_form_wR form input[type="text"] {
    padding: 12px 15px;
    margin-bottom: 15px;
}.connect_form_wR .feedback_box_nG {
    margin-bottom: 20px;
}.connect_form_wR .feedback_box_nG label {
    font-size: calc(16px * 0.9);
}.connect_form_wR .support_map_Gr {
    padding: 12px 20px;
}}.learning_process_Mi {
    isolation: isolate;
    padding: 6rem 2rem;
    position: relative;
    overflow: hidden;
    background: linear-gradient(145deg, rgb(216,216,230), rgb(141,139,173,0.5));
}.learning_process_Mi::before {
    height: 100%;
    mix-blend-mode: overlay;
    left: 0;
    z-index: -1;
    content: "";
    top: 0;
    width: 100%;
    background: radial-gradient(circle at 75% 25%, rgb(179,179,206,0.5) 0%, transparent 50%);
    position: absolute;
}.learning_process_Mi::after {
    z-index: -1;
    bottom: -10%;
    transform: rotate(-15deg) skew(20deg);
    position: absolute;
    opacity: 0.1;
    width: 40%;
    right: -5%;
    content: "";
    transition: transform 0.8s ease-out;
    background: linear-gradient(210deg, rgb(141,139,173) 0%, transparent 70%);
    height: 70%;
    filter: blur(20px);
}.learning_process_Mi:hover::after {
    transform: rotate(-5deg) skew(10deg) translateY(-10px);
}.learning_process_Mi .founder_vision_fJ {
    position: relative;
    backdrop-filter: blur(10px);
    max-width: 1200px;
    padding: 2rem;
    margin: 0 auto;
    z-index: 1;
    transform: perspective(1000px) rotateX(2deg);
    background: linear-gradient(to right, rgba(255, 255, 255, 0.05), rgba(255, 255, 255, 0.2));
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1), 0 3px 10px rgba(0, 0, 0, 0.05);
}.learning_process_Mi .founder_vision_fJ::before {
    height: 100%;
    content: "";
    left: 0;
    transform-origin: left center;
    top: 0;
    background: linear-gradient(to bottom, rgb(179,179,206), rgb(141,139,173));
    width: 5px;
    transition: transform 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    position: absolute;
}.learning_process_Mi .founder_vision_fJ:hover::before {
    transform: scaleY(1.05) scaleX(1.5);
}.learning_process_Mi h2 {
    font-weight: 700;
    transform: translateZ(0);
    display: inline-block;
    letter-spacing: 0.02em;
    position: relative;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    margin-bottom: 2rem;
    font-size: 31px;
    color: #000000;
}.learning_process_Mi h2::after {
    transition: transform 0.5s ease-out;
    content: "";
    transform: scaleX(0.9);
    height: 3px;
    left: 0;
    position: absolute;
    bottom: -10px;
    width: 80%;
    background: linear-gradient(90deg, rgb(179,179,206), transparent);
    transform-origin: left;
}.learning_process_Mi .founder_vision_fJ:hover h2::after {
    transform: scaleX(1);
}.learning_process_Mi .text_cell_oF {
    margin-top: 1.5rem;
    background: linear-gradient(to bottom right, rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0.7));
    padding: 1.5rem;
    transform: translateY(0);
    position: relative;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    border-left: 1px solid rgb(179,179,206,0.5);
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1), box-shadow 0.5s ease;
}.learning_process_Mi .text_cell_oF:hover {
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
    transform: translateY(-5px);
}.learning_process_Mi .text_cell_oF::before {
    background: linear-gradient(135deg, transparent, rgb(141,139,173,0.5));
    height: 30%;
    z-index: -1;
    position: absolute;
    width: 30%;
    right: 0;
    transform: translate(5%, -5%);
    transition: transform 0.6s ease;
    opacity: 0.15;
    top: 0;
    content: "";
}.learning_process_Mi .text_cell_oF:hover::before {
    transform: translate(2%, -2%) scale(1.1);
}.learning_process_Mi p {
    color: #000000;
    font-size: 17px;
    line-height: 1.7;
    position: relative;
    font-weight: 400;
    z-index: 1;
    transition: color 0.3s ease;
}.learning_process_Mi .text_cell_oF:hover p {
    color: #000000;
}

@media (max-width: 991px) {.learning_process_Mi {
    padding: 4rem 1.5rem;
}.learning_process_Mi .founder_vision_fJ {
    padding: 1.5rem;
    transform: perspective(800px) rotateX(1deg);
}.learning_process_Mi h2 {
    font-size: calc(31px * 0.9);
}.learning_process_Mi .text_cell_oF {
    padding: 1.25rem;
}
}

@media (max-width: 767px) {.learning_process_Mi {
    padding: 3rem 1rem;
}.learning_process_Mi .founder_vision_fJ {
    padding: 1.25rem;
    transform: none;
}.learning_process_Mi h2 {
    font-size: calc(31px * 0.8);
    margin-bottom: 1.5rem;
}.learning_process_Mi .text_cell_oF {
    margin-top: 1rem;
    padding: 1rem;
}.learning_process_Mi p {
    font-size: calc(17px * 0.95);
    line-height: 1.6;
}
}

@media (max-width: 480px) {.learning_process_Mi {
    padding: 2.5rem 0.75rem;
}.learning_process_Mi .founder_vision_fJ {
    padding: 1rem;
}.learning_process_Mi h2 {
    margin-bottom: 1.25rem;
    font-size: calc(31px * 0.7);
}.learning_process_Mi .text_cell_oF {
    padding: 0.75rem;
}.learning_process_Mi p {
    line-height: 1.5;
    font-size: calc(17px * 0.9);
}
}

@media (min-width: 1200px) {.learning_process_Mi .founder_vision_fJ {
    transform: perspective(1200px) rotateX(2deg);
    padding: 3rem;
}.learning_process_Mi h2 {
    font-size: calc(31px * 1.1);
}.learning_process_Mi .text_cell_oF {
    padding: 2rem;
}
}

@media (prefers-reduced-motion: reduce) {.learning_process_Mi .founder_vision_fJ,
    .learning_process_Mi .text_cell_oF,
    .learning_process_Mi h2::after,
    .learning_process_Mi .founder_vision_fJ::before,
    .learning_process_Mi::after {
    transition: none;
    transform: none;
}.learning_process_Mi .founder_vision_fJ:hover::before,
    .learning_process_Mi .text_cell_oF:hover,
    .learning_process_Mi .founder_vision_fJ:hover h2::after,
    .learning_process_Mi:hover::after,
    .learning_process_Mi .text_cell_oF:hover::before {
    transform: none;
}}.gratDiv_Tp {
    background: linear-gradient(135deg, rgb(216,216,230) 0%, #ffffff 100%);
    position: relative;
    overflow: hidden;
    padding: 120px 0;
}.gratDiv_Tp::before {
    left: -10%;
    width: 60%;
    transform: rotate(-5deg);
    height: 120%;
    content: "";
    z-index: 1;
    opacity: 0.1;
    background: rgb(179,179,206,0.5);
    top: -10%;
    clip-path: polygon(0 0, 100% 25%, 85% 100%, 0% 85%);
    position: absolute;
}.gratDiv_Tp::after {
    opacity: 0.1;
    bottom: -5%;
    z-index: 1;
    clip-path: polygon(15% 0, 100% 15%, 100% 100%, 0% 85%);
    background: rgb(141,139,173,0.5);
    right: -5%;
    position: absolute;
    height: 80%;
    transform: rotate(3deg);
    content: "";
    width: 40%;
}.gratDiv_Tp .container {
    max-width: 1200px;
    z-index: 2;
    position: relative;
    padding: 0 20px;
    margin: 0 auto;
}.gratDiv_Tp .founder_vision_fJ {
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.05), 0 5px 15px rgba(0, 0, 0, 0.03);
    transform: perspective(1000px) rotateX(2deg);
    background: #ffffff;
    gap: 30px;
    display: grid;
    backdrop-filter: blur(5px);
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    position: relative;
    padding: 60px 40px;
    grid-template-columns: 1fr;
}.gratDiv_Tp .founder_vision_fJ:hover {
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.08), 0 10px 20px rgba(0, 0, 0, 0.05);
    transform: perspective(1000px) rotateX(0deg);
}.gratDiv_Tp .founder_vision_fJ::before {
    content: "";
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    height: 6px;
    background: linear-gradient(90deg, rgb(179,179,206) 0%, rgb(141,139,173) 100%);
}.gratDiv_Tp .founder_vision_fJ::after {
    animation: rotate 15s infinite linear;
    opacity: 0.2;
    right: 20px;
    position: absolute;
    top: 20px;
    z-index: -1;
    width: 60px;
    content: "";
    border: 2px solid rgb(179,179,206,0.5);
    height: 60px;
}.gratDiv_Tp h5 {
    line-height: 1.4;
    position: relative;
    padding-left: 20px;
    margin: 0 0 10px;
    color: rgb(179,179,206);
    font-weight: 700;
    font-size: 21px;
    transform: translateZ(0);
}.gratDiv_Tp h5::before {
    transform: rotate(45deg);
    top: 0.4em;
    width: 8px;
    content: "";
    left: 0;
    height: 8px;
    background: rgb(179,179,206);
    position: absolute;
}.gratDiv_Tp p {
    line-height: 1.8;
    position: relative;
    transition: all 0.3s ease;
    font-size: 12px;
    margin: 0;
    padding-left: 20px;
    color: #000000;
    border-left: 1px solid rgb(179,179,206,0.5);
}.gratDiv_Tp a {
    background-color: rgba(rgb(216,216,230), 0.3);
    text-decoration: none;
    overflow: hidden;
    position: relative;
    padding: 20px;
    display: block;
    transition: all 0.3s ease;
}.gratDiv_Tp a::before {
    bottom: 0;
    content: "";
    height: 2px;
    width: 100%;
    transform-origin: left;
    left: 0;
    transition: transform 0.5s ease;
    position: absolute;
    background: linear-gradient(90deg, transparent, rgb(179,179,206,0.5), transparent);
    transform: scaleX(0.7);
}.gratDiv_Tp a:hover::before {
    transform: scaleX(1);
}.gratDiv_Tp a:hover {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
    transform: translateY(-2px);
    background-color: rgba(rgb(216,216,230), 0.5);
}.gratDiv_Tp a:hover p {
    padding-left: 25px;
    border-left-color: rgb(179,179,206);
}

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

@media screen and (min-width: 768px) {.gratDiv_Tp {
    padding: 150px 0;
}.gratDiv_Tp .founder_vision_fJ {
    gap: 40px;
    grid-template-columns: 1fr 1fr;
    padding: 80px 60px;
}.gratDiv_Tp h5 {
    max-width: 90%;
    font-size: calc(21px * 1.1);
}.gratDiv_Tp p {
    font-size: calc(12px * 1.05);
}.gratDiv_Tp a {
    padding: 25px;
}
}

@media screen and (min-width: 992px) {.gratDiv_Tp {
    padding: 180px 0;
}.gratDiv_Tp .founder_vision_fJ {
    grid-template-columns: 0.8fr 1.2fr;
    padding: 100px 80px;
    gap: 60px;
}.gratDiv_Tp h5 {
    font-size: calc(21px * 1.2);
    padding-left: 30px;
}.gratDiv_Tp h5::before {
    height: 10px;
    width: 10px;
}.gratDiv_Tp p {
    padding-left: 30px;
    font-size: calc(12px * 1.1);
}.gratDiv_Tp a {
    padding: 30px;
}
}

@media screen and (max-width: 767px) {.gratDiv_Tp {
    padding: 80px 0;
}.gratDiv_Tp .founder_vision_fJ {
    padding: 40px 25px;
}.gratDiv_Tp h5 {
    font-size: calc(21px * 0.95);
}.gratDiv_Tp p {
    font-size: calc(12px * 0.95);
}.gratDiv_Tp a {
    padding: 15px;
}
}

@media (prefers-reduced-motion: reduce) {.gratDiv_Tp .founder_vision_fJ,
    .gratDiv_Tp .founder_vision_fJ:hover,
    .gratDiv_Tp a,
    .gratDiv_Tp a:hover,
    .gratDiv_Tp p,
    .gratDiv_Tp a:hover p,
    .gratDiv_Tp a::before,
    .gratDiv_Tp a:hover::before {
    transition: none;
    transform: none;
    animation: none;
}}header {
    position: relative;
    overflow: visible;
    margin-top: 0;
    background: linear-gradient(90deg, rgb(141,139,173) 0%, rgb(179,179,206) 100%);
    box-shadow: 0 5px 25px rgba(0, 0, 0, 0.3);
    padding: 0;
    z-index: 100;
}header::before {
    content: '';
    left: 0;
    top: 0;
    width: 100%;
    position: absolute;
    z-index: 0;
    background: repeating-linear-gradient(
        -45deg,
        rgba(255, 255, 255, 0.05),
        rgba(255, 255, 255, 0.05) 5px,
        transparent 5px,
        transparent 25px
    );
    height: 100%;
}header .top_header_H1 {
    z-index: 5;
    justify-content: space-between;
    align-items: center;
    display: flex;
    position: relative;
    padding: 1.2rem 2.5rem;
}header .nav_train_5C {
    margin-right: 2rem;
    flex: 0 0 auto;
    padding: 0.5rem;
    position: relative;
    overflow: visible;
}header .nav_train_5C::before {
    opacity: 0.1;
    border: 2px solid #ffffff;
    content: '';
    transform: skew(-5deg);
    left: -5px;
    top: -5px;
    position: absolute;
    transition: all 0.3s ease;
    z-index: -1;
    right: -5px;
    bottom: -5px;
}header .nav_train_5C::after {
    content: '';
    transition: all 0.3s ease;
    box-shadow: 0 0 10px #ffffff, 0 0 20px #ffffff;
    top: -5px;
    z-index: -1;
    right: -5px;
    border: 2px solid #ffffff;
    position: absolute;
    opacity: 0;
    left: -5px;
    bottom: -5px;
    transform: skew(-5deg);
}header .nav_train_5C:hover::before {
    opacity: 0;
}header .nav_train_5C:hover::after {
    animation: neonPulse 1.5s infinite alternate;
    opacity: 0.5;
}@keyframes neonPulse {
    0% { opacity: 0.3; box-shadow: 0 0 5px #ffffff, 0 0 10px #ffffff; }
    100% { opacity: 0.7; box-shadow: 0 0 10px #ffffff, 0 0 20px #ffffff, 0 0 30px #ffffff; }
}

header .top_lesson_kJ {
    display: block;
    transition: all 0.3s ease;
    position: relative;
}header .top_lesson_kJ:hover {
    transform: scale(1.05);
}header .top_lesson_kJ img {
    max-height: 40px;
    filter: drop-shadow(0 0 5px rgba(255, 255, 255, 0.5));
}header .header_bar_id {
    display: flex;
    list-style: none;
    margin: 0;
    padding: 0;
    position: relative;
    z-index: 2;
}header .first_class_GW {
    margin: 0 0.4rem;
    position: relative;
}header .first_class_GW a {
    position: relative;
    display: flex;
    border: 1px solid rgba(255, 255, 255, 0.2);
    padding: 0 1.2rem;
    background: rgba(255, 255, 255, 0.1);
    letter-spacing: 0.5px;
    color: #ffffff;
    height: 40px;
    justify-content: center;
    z-index: 1;
    align-items: center;
    transition: all 0.3s ease;
    text-shadow: 0 0 5px #ffffff;
    text-decoration: none;
    font-weight: 600;
    overflow: hidden;
    font-size: 16px;
}header .first_class_GW a::before {
    background: #ffffff;
    position: absolute;
    z-index: -1;
    content: '';
    transform: scale(0.9);
    opacity: 0;
    right: -2px;
    top: -2px;
    transition: opacity 0.3s ease;
    left: -2px;
    bottom: -2px;
}header .first_class_GW a:hover {
    text-shadow: none;
    transform: translateY(-3px);
    color: rgb(179,179,206);
    border-color: #ffffff;
    box-shadow: 0 0 15px rgba(255, 255, 255, 0.5);
}header .first_class_GW a:hover::before {
    opacity: 1;
    transform: scale(1);
}header .first_class_GW::after {
    transition: all 0.3s ease;
    position: absolute;
    opacity: 0;
    left: 10%;
    width: 80%;
    bottom: -10px;
    height: 5px;
    background: linear-gradient(90deg, transparent, #ffffff, transparent);
    content: '';
    filter: blur(3px);
}header .first_class_GW:hover::after {
    opacity: 0.5;
    bottom: -5px;
}header .top_header_H1::before {
    left: 0;
    content: '';
    background: linear-gradient(90deg, 
        transparent, 
        rgba(255, 255, 255, 0.3), 
        transparent
    );
    height: 1px;
    top: 0;
    width: 100%;
    position: absolute;
}header .top_header_H1::after {
    width: 100%;
    height: 1px;
    position: absolute;
    bottom: 0;
    left: 0;
    background: linear-gradient(90deg, 
        transparent, 
        rgba(255, 255, 255, 0.3), 
        transparent
    );
    content: '';
}header .head_core_C0 {
    background: rgb(216,216,230);
    z-index: 1;
    position: relative;
    padding-top: 2rem;
}

@media (min-width: 1400px) {header .top_header_H1 {
    margin: 0 auto;
    max-width: 1320px;
}header .first_class_GW {
    margin: 0 0.6rem;
}header .first_class_GW a {
    padding: 0 1.5rem;
}
}

@media (max-width: 991px) {header .top_header_H1 {
    flex-wrap: wrap;
    padding: 1rem 2rem;
}header .nav_train_5C {
    margin-right: 0;
    margin-bottom: 0;
}header .header_bar_id {
    margin-top: 1rem;
    flex-basis: 100%;
    justify-content: flex-end;
}header .first_class_GW a {
    font-size: calc(16px - 1px);
    height: 36px;
    padding: 0 1rem;
}
}

@media (max-width: 767px) {header {
    padding: 0;
}header .top_header_H1 {
    padding: 0.8rem 1.5rem;
}header .nav_train_5C {
    max-width: 140px;
}header .nav_train_5C::before, 
    header .nav_train_5C::after {
    left: -3px;
    bottom: -3px;
    right: -3px;
    top: -3px;
}header .top_lesson_kJ img {
    max-height: 35px;
}header .header_bar_id {
    padding-bottom: 0.5rem;
    -webkit-overflow-scrolling: touch;
    justify-content: flex-start;
    margin-top: 0.8rem;
    scrollbar-width: thin;
    overflow-x: auto;
}header .header_bar_id::-webkit-scrollbar {
    height: 3px;
}header .header_bar_id::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.3);
}header .first_class_GW {
    flex: 0 0 auto;
    margin: 0 0.2rem;
}header .first_class_GW a {
    height: 32px;
    white-space: nowrap;
    font-size: calc(16px - 2px);
    padding: 0 0.8rem;
}header .first_class_GW::after {
    display: none;
}
}

@media (max-width: 479px) {header .top_header_H1 {
    padding: 0.7rem 1.2rem;
}header .nav_train_5C {
    max-width: 120px;
}header .first_class_GW a {
    padding: 0 0.6rem;
    font-size: calc(16px - 3px);
    height: 30px;
}}.cookie_message_popup_QB {
    display: flex;
    transition: transform 0.3s ease-in-out;
    z-index: 90;
    background: rgb(216,216,230);
    align-items: center;
    position: fixed;
    overflow: hidden;
    padding: 1rem 0;
    box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.5);
    border-top: 3px solid rgb(179,179,206);
    width: 100%;
    bottom: 0;
    justify-content: center;
}#userSettingsPopup_7R {
    display: none;
}#userSettingsPopup_7R:checked ~ .cookie_message_popup_QB {
    opacity: 0;
    visibility: hidden;
}.cookie_message_popup_QB .container {
    gap: 1rem;
    flex-wrap: wrap;
    align-items: center;
    z-index: 1;
    max-width: 1140px;
    display: flex;
    padding: 0 15px;
    position: relative;
    justify-content: space-between;
    margin: 0 auto;
}.edu_approve_jT {
    flex-shrink: 0;
    margin-right: 1rem;
    display: flex;
    align-items: center;
}.edu_approve_jT svg {
    width: 50px;
    height: 50px;
    fill: rgb(179,179,206);
}.cookie_ack_Zs {
    min-width: 300px;
    margin-bottom: 20px;
    flex: 1;
}.cookie_ack_Zs h5 {
    color: rgb(179,179,206);
    font-size: 1.5rem;
    margin-bottom: 0.5rem;
    font-weight: 600;
}.cookie_ack_Zs p {
    font-size: 1rem;
    color: #000000;
}.cookie_none_qp {
    color: #ffffff;
    font-size: 1rem;
    transition: background-color 0.3s ease, transform 0.3s ease;
    text-decoration: none;
    border: none;
    display: inline-block;
    border-radius: 10px;
    cursor: pointer;
    padding: 0.75rem 1.5rem;
    font-weight: 700;
    background: rgb(179,179,206);
}.cookie_button.gdpr_banner_DS {
    background: rgb(179,179,206);
}.cookie_button.consent_box_MY {
    background: #000000;
    margin-left: 0.5rem;
}.cookie_none_qp:hover {
    transform: translateY(-3px);
    background: #000000;
}.cookie_button.consent_box_MY:hover {
    background: rgb(179,179,206);
}.cookie_message_popup_QB p a {
    transition: color 0.3s ease;
    color: rgb(179,179,206);
    text-decoration: underline;
}.cookie_message_popup_QB p a:hover {
    color: #000000;
}
@media only screen and (max-width: 768px) {.cookie_message_popup_QB .container {
    flex-direction: column;
    align-items: center;
}.edu_approve_jT {
    margin-bottom: 1rem;
    margin-right: 0;
}.cookie_ack_Zs {
    text-align: center;
    margin-bottom: 1rem;
}.cookie_button.consent_box_MY {
    margin-left: 0;
    margin-top: 0.5rem;
}}
.ideal_participants_dC {
    padding: 5rem 0;
    background: linear-gradient(135deg, rgb(216,216,230) 0%, rgb(141,139,173,0.5) 100%);
    overflow: hidden;
    position: relative;
}.ideal_participants_dC::before {
    top: 0;
    width: 100%;
    left: 0;
    content: '';
    background: 
        linear-gradient(45deg, transparent 45%, rgb(179,179,206,0.5) 46%, rgb(179,179,206,0.5) 54%, transparent 55%),
        linear-gradient(135deg, transparent 45%, rgb(141,139,173,0.5) 46%, rgb(141,139,173,0.5) 54%, transparent 55%);
    opacity: 0.1;
    z-index: 1;
    height: 100%;
    position: absolute;
    background-size: 50px 50px;
}.ideal_participants_dC::after {
    top: 0;
    position: absolute;
    z-index: 1;
    width: 100%;
    animation: pulseDots 10s infinite alternate;
    content: '';
    height: 100%;
    left: 0;
    background-image: radial-gradient(circle at 50% 50%, rgb(179,179,206,0.5) 0%, transparent 2%),
        radial-gradient(circle at 20% 20%, rgb(179,179,206,0.5) 0%, transparent 2%),
        radial-gradient(circle at 30% 70%, rgb(179,179,206,0.5) 0%, transparent 2%),
        radial-gradient(circle at 70% 40%, rgb(179,179,206,0.5) 0%, transparent 2%),
        radial-gradient(circle at 80% 30%, rgb(179,179,206,0.5) 0%, transparent 2%),
        radial-gradient(circle at 90% 80%, rgb(179,179,206,0.5) 0%, transparent 2%),
        radial-gradient(circle at 10% 90%, rgb(179,179,206,0.5) 0%, transparent 2%),
        radial-gradient(circle at 60% 10%, rgb(179,179,206,0.5) 0%, transparent 2%),
        radial-gradient(circle at 40% 60%, rgb(179,179,206,0.5) 0%, transparent 2%),
        radial-gradient(circle at 95% 40%, rgb(179,179,206,0.5) 0%, transparent 2%);
    background-size: 180px 180px;
    opacity: 0.4;
}.ideal_participants_dC .founder_vision_fJ {
    padding: 0 2rem;
    z-index: 2;
    position: relative;
    margin: 0 auto;
    max-width: 1200px;
}.ideal_participants_dC h3 {
    box-shadow: -5px 0 15px rgb(179,179,206,0.5);
    margin-bottom: 3rem;
    border-left: 4px solid rgb(179,179,206);
    color: rgb(141,139,173);
    position: relative;
    font-size: 37px;
    text-align: left;
    font-weight: 700;
    padding-left: 1.5rem;
}.ideal_participants_dC ul {
    padding: 0;
    list-style-type: none;
    grid-template-columns: repeat(2, 1fr);
    display: grid;
    margin: 0;
    gap: 2rem;
}.ideal_participants_dC li {
    overflow: hidden;
    box-shadow: 
        0 15px 35px rgba(0, 0, 0, 0.05),
        0 5px 15px rgba(0, 0, 0, 0.03);
    background-color: rgba(255, 255, 255, 0.15);
    border-radius: 30px;
    transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
    position: relative;
    padding: 1.8rem;
    align-items: center;
    display: flex;
}.ideal_participants_dC li::before {
    top: 0;
    width: 100%;
    left: 0;
    height: 100%;
    content: '';
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.15) 0%, transparent 100%);
    position: absolute;
    pointer-events: none;
}.ideal_participants_dC li::after {
    width: 5px;
    height: 100%;
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    background: rgb(179,179,206);
    transition: width 0.4s ease, opacity 0.4s ease;
    opacity: 0.7;
}.ideal_participants_dC li:hover {
    box-shadow: 
        0 20px 40px rgba(0, 0, 0, 0.08),
        0 10px 20px rgba(0, 0, 0, 0.05),
        0 0 25px rgb(179,179,206,0.5);
    background-color: rgba(255, 255, 255, 0.2);
    transform: translateY(-5px) scale(1.02);
}.ideal_participants_dC li:hover::after {
    width: 8px;
    opacity: 1;
}.ideal_participants_dC li svg {
    width: 40px;
    transition: all 0.4s ease;
    height: 40px;
    margin-right: 1.5rem;
    filter: drop-shadow(0 0 8px rgb(179,179,206,0.5));
    fill: rgb(179,179,206);
    animation: pulseIcon 3s infinite alternate;
    flex-shrink: 0;
}.ideal_participants_dC li:hover svg {
    animation-duration: 1.5s;
}.ideal_participants_dC li svg path {
    transition: all 0.4s ease;
}.ideal_participants_dC li:hover svg path {
    fill: rgb(179,179,206);
}.ideal_participants_dC li {
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
    line-height: 1.5;
    color: #ffffff;
    font-size: 13px;
    font-weight: 400;
}.ideal_participants_dC li:nth-child(1)::after {
    animation-delay: 0s;
}.ideal_participants_dC li:nth-child(2)::after {
    animation-delay: 0.5s;
}.ideal_participants_dC li:nth-child(3)::after {
    animation-delay: 1s;
}.ideal_participants_dC li:nth-child(4)::after {
    animation-delay: 1.5s;
}.ideal_participants_dC li:nth-child(1) svg {
    animation-delay: 0s;
}.ideal_participants_dC li:nth-child(2) svg {
    animation-delay: 1s;
}.ideal_participants_dC li:nth-child(3) svg {
    animation-delay: 0.5s;
}.ideal_participants_dC li:nth-child(4) svg {
    animation-delay: 1.5s;
}

@keyframes pulseDots {
    0%, 100% {
        opacity: 0.3;
    }
    50% {
        opacity: 0.5;
    }
}

@keyframes pulseIcon {
    0%, 100% {
        transform: scale(1);
        filter: drop-shadow(0 0 5px rgb(179,179,206,0.5));
    }
    50% {
        transform: scale(1.05);
        filter: drop-shadow(0 0 12px rgb(179,179,206));
    }
}

@keyframes glowLine {
    0%, 100% {
        box-shadow: 0 0 5px rgb(179,179,206,0.5);
    }
    50% {
        box-shadow: 0 0 15px rgb(179,179,206);
    }
}

@media (max-width: 991px) {.ideal_participants_dC {
    padding: 4rem 0;
}.ideal_participants_dC h3 {
    padding-left: 1.2rem;
    font-size: calc(37px * 0.9);
}.ideal_participants_dC li {
    padding: 1.5rem;
}.ideal_participants_dC li svg {
    width: 35px;
    margin-right: 1.2rem;
    height: 35px;
}
}

@media (max-width: 767px) {.ideal_participants_dC {
    padding: 3rem 0;
}.ideal_participants_dC ul {
    grid-template-columns: 1fr;
    gap: 1.5rem;
}.ideal_participants_dC h3 {
    padding-bottom: 1rem;
    text-align: center;
    font-size: calc(37px * 0.8);
    box-shadow: 0 5px 15px rgb(179,179,206,0.5);
    border-left: none;
    padding-left: 0;
    border-bottom: 4px solid rgb(179,179,206);
    margin-bottom: 2.5rem;
}.ideal_participants_dC li {
    padding: 1.2rem;
}.ideal_participants_dC li svg {
    margin-right: 1rem;
    width: 30px;
    height: 30px;
}}.experience_trial_HS {
    overflow: hidden;
    position: relative;
    margin: 6rem 0;
    background: linear-gradient(135deg, #ffffff 0%, rgb(216,216,230) 100%);
    padding: 4rem 0;
}.experience_trial_HS::before {
    animation: pulseGlow 8s infinite alternate ease-in-out;
    opacity: 0.08;
    transform: skewX(-25deg);
    left: -2%;
    content: "";
    top: -5%;
    width: 35%;
    position: absolute;
    background: linear-gradient(165deg, rgb(179,179,206) 10%, rgb(179,179,206,0.5) 90%);
    z-index: 1;
    height: 120%;
}.experience_trial_HS::after {
    height: 120%;
    right: -5%;
    transform: skewX(15deg);
    content: "";
    z-index: 1;
    width: 40%;
    background: linear-gradient(195deg, rgb(141,139,173) 15%, rgb(141,139,173,0.5) 85%);
    position: absolute;
    opacity: 0.12;
    animation: pulseGlow 10s infinite alternate-reverse ease-in-out;
    bottom: -10%;
}.experience_trial_HS .container {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    position: relative;
    gap: 2.5rem;
    width: 90%;
    padding: 2rem;
    z-index: 2;
}.experience_trial_HS h2 {
    font-weight: 600;
    max-width: 85%;
    color: #000000;
    font-family: Arial, sans-serif;
    line-height: 1.3;
    position: relative;
    letter-spacing: -0.02em;
    font-size: 33px;
    transform: translateX(2rem);
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
}.experience_trial_HS h2::before {
    background: linear-gradient(to bottom, rgb(179,179,206), rgb(141,139,173));
    left: -2rem;
    height: 40%;
    top: 50%;
    content: "";
    position: absolute;
    width: 6px;
    transform: translateY(-50%);
}.experience_trial_HS .founder_vision_fJ {
    align-items: center;
    justify-content: flex-start;
    padding-left: 2rem;
    display: flex;
    position: relative;
    gap: 3rem;
}.experience_trial_HS .founder_vision_fJ::before {
    transform: translateY(-50%);
    left: 0;
    width: 120px;
    content: "";
    height: 1px;
    position: absolute;
    background: linear-gradient(90deg, rgb(179,179,206,0.5) 0%, rgba(0,0,0,0) 100%);
    top: 50%;
}.experience_trial_HS svg {
    transition: transform 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
    filter: drop-shadow(0 2px 4px rgba(0,0,0,0.1));
    width: 36px;
    transform: scale(1);
    height: 36px;
}.experience_trial_HS svg:hover {
    transform: scale(1.15) rotate(5deg);
}.experience_trial_HS svg path {
    transition: fill 0.3s ease;
    fill: rgb(179,179,206);
}.experience_trial_HS svg:hover path {
    fill: rgb(141,139,173);
}.experience_trial_HS .support_map_Gr {
    background: linear-gradient(135deg, rgb(179,179,206) 0%, rgb(141,139,173) 100%);
    display: inline-block;
    overflow: hidden;
    box-shadow: 0 4px 16px rgba(0,0,0,0.12);
    font-size: 16px;
    font-family: Arial, sans-serif;
    padding: 1rem 2.5rem;
    border-radius: 10px;
    color: #ffffff;
    z-index: 1;
    position: relative;
    transition: all 0.4s cubic-bezier(0.19, 1, 0.22, 1);
    text-decoration: none;
    font-weight: 600;
}.experience_trial_HS .support_map_Gr::before {
    width: 100%;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    opacity: 0;
    height: 100%;
    transition: opacity 0.4s ease;
    background: linear-gradient(135deg, rgb(141,139,173) 0%, rgb(179,179,206) 100%);
}.experience_trial_HS .support_map_Gr:hover {
    box-shadow: 0 8px 20px rgba(0,0,0,0.15);
    transform: translateY(-3px);
}.experience_trial_HS .support_map_Gr:hover::before {
    opacity: 1;
}.experience_trial_HS .support_map_Gr:active {
    box-shadow: 0 2px 8px rgba(0,0,0,0.15);
    transform: translateY(1px);
}

@keyframes pulseGlow {
    0% {
        opacity: 0.05;
        transform: skewX(-25deg) scale(1);
    }
    100% {
        opacity: 0.15;
        transform: skewX(-22deg) scale(1.05);
    }
}

@media (min-width: 768px) {.experience_trial_HS {
    margin: 8rem 0;
    padding: 6rem 0;
}.experience_trial_HS .container {
    padding: 3rem;
    gap: 3.5rem;
}.experience_trial_HS h2 {
    transform: translateX(3rem);
    font-size: calc(33px * 1.15);
    max-width: 75%;
}.experience_trial_HS h2::before {
    width: 8px;
    height: 50%;
    left: -3rem;
}.experience_trial_HS .founder_vision_fJ {
    padding-left: 3rem;
    gap: 4rem;
}.experience_trial_HS .founder_vision_fJ::before {
    width: 180px;
}.experience_trial_HS svg {
    width: 48px;
    height: 48px;
}.experience_trial_HS .support_map_Gr {
    padding: 1.2rem 3rem;
}
}

@media (min-width: 1200px) {.experience_trial_HS {
    padding: 8rem 0;
}.experience_trial_HS .container {
    align-items: center;
    padding: 0;
    flex-direction: row;
    justify-content: space-between;
}.experience_trial_HS h2 {
    max-width: 60%;
    margin: 0;
    font-size: calc(33px * 1.25);
}.experience_trial_HS .founder_vision_fJ {
    justify-content: center;
    flex-basis: 40%;
    padding-left: 0;
}.experience_trial_HS .founder_vision_fJ::before {
    display: none;
}
}

@media (max-width: 767px) {.experience_trial_HS {
    margin: 4rem 0;
    padding: 3rem 0;
}.experience_trial_HS .container {
    gap: 2rem;
    padding: 1.5rem;
}.experience_trial_HS h2 {
    font-size: calc(33px * 0.9);
    transform: translateX(1.5rem);
    max-width: 100%;
}.experience_trial_HS h2::before {
    width: 4px;
    left: -1.5rem;
}.experience_trial_HS .founder_vision_fJ {
    padding-left: 1.5rem;
    gap: 2rem;
    flex-wrap: wrap;
}.experience_trial_HS .founder_vision_fJ::before {
    width: 80px;
}.experience_trial_HS svg {
    height: 32px;
    width: 32px;
}.experience_trial_HS .support_map_Gr {
    font-size: calc(16px * 0.9);
    padding: 0.9rem 2rem;
}
}

@media (hover: none) {.experience_trial_HS .support_map_Gr:hover {
    transform: none;
    box-shadow: 0 4px 16px rgba(0,0,0,0.12);
}.experience_trial_HS .support_map_Gr:hover::before {
    opacity: 0;
}.experience_trial_HS svg:hover {
    transform: scale(1);
}.experience_trial_HS svg:hover path {
    fill: rgb(179,179,206);
}}.locate_PT {
    padding: 100px 0;
    position: relative;
    overflow: hidden;
    background: rgb(216,216,230);
}.locate_PT::before {
    background: rgb(179,179,206,0.5);
    content: "";
    position: absolute;
    clip-path: polygon(25% 0%, 100% 0%, 100% 100%, 0% 100%);
    right: 0;
    height: 100%;
    z-index: 0;
    top: 0;
    width: 50%;
    opacity: 0.1;
}.locate_PT::after {
    position: absolute;
    left: 0;
    z-index: 1;
    content: "";
    width: 100%;
    background: linear-gradient(90deg, rgb(179,179,206) 0%, rgb(141,139,173) 100%);
    height: 10px;
    bottom: 0;
}.locate_PT .container {
    z-index: 2;
    position: relative;
}.locate_PT .get_help_t6 {
    grid-template-columns: 1.5fr 1fr 1fr;
    gap: 40px;
    display: grid;
}.locate_PT .request_info_5g {
    border-radius: 10px;
    background: #ffffff;
    transition: transform 0.4s ease, box-shadow 0.4s ease;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    padding: 40px;
}.locate_PT .request_info_5g:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
}.locate_PT .request_info_5g h2 {
    padding-bottom: 15px;
    position: relative;
    color: #000000;
    font-size: 38px;
    margin-bottom: 25px;
    font-weight: 700;
}.locate_PT .request_info_5g h2::after {
    width: 60px;
    background: rgb(179,179,206);
    height: 4px;
    content: "";
    border-radius: 10px;
    position: absolute;
    left: 0;
    bottom: 0;
}.locate_PT .edu_asksup_q8 {
    font-weight: 600;
    margin-bottom: 20px;
    font-size: calc(18px * 1.2);
    color: #000000;
}.locate_PT .edu_ask_hO {
    margin-bottom: 30px;
    line-height: 1.7;
    color: #000000;
    font-size: 18px;
}.locate_PT .request_info_5g p {
    color: #000000;
    font-size: 18px;
    display: flex;
    margin-bottom: 20px;
    align-items: center;
}.locate_PT .request_info_5g p span {
    margin-left: 10px;
    display: inline-block;
    font-weight: 400;
    color: #000000;
}.locate_PT .help_question_om {
    background: rgb(216,216,230);
    padding: 25px;
    border-radius: 10px;
    margin-top: 30px;
}.locate_PT .help_question_om h3 {
    font-size: 22px;
    color: rgb(179,179,206);
    font-weight: 600;
    margin-bottom: 20px;
}.locate_PT .msg_info_Kw {
    display: flex;
    flex-direction: column;
    gap: 12px;
}.locate_PT .msg_info_Kw span {
    font-size: 18px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
    padding: 8px 0;
    color: #000000;
}.locate_PT .request_info_5g .img_box_grid_Mq {
    min-height: 350px;
    border-radius: 10px;
    height: 100%;
    width: 100%;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
    overflow: hidden;
}.locate_PT .get_contactinfo_5u {
    justify-content: center;
    gap: 30px;
    display: flex;
    flex-direction: column;
}.locate_PT .get_contactinfo_5u a {
    transition: all 0.3s ease;
    padding: 20px;
    text-decoration: none;
    display: flex;
    border-radius: 10px;
    flex-direction: column;
    background: #ffffff;
    border-left: 4px solid rgb(141,139,173);
}.locate_PT .get_contactinfo_5u a:hover {
    border-left-color: rgb(179,179,206);
    background: rgb(216,216,230);
}.locate_PT .get_contactinfo_5u a span {
    font-size: 20px;
    margin-bottom: 8px;
    font-weight: 600;
    color: rgb(179,179,206);
}.locate_PT .get_contactinfo_5u a p {
    font-size: 18px;
    color: #000000;
    margin: 0;
    font-weight: 600;
}.locate_PT svg {
    width: 22px;
    height: 22px;
    fill: rgb(179,179,206);
    margin-right: 12px;
}.locate_PT svg path {
    transition: fill 0.3s ease;
    fill: rgb(179,179,206);
}.locate_PT .get_contactinfo_5u a:hover svg,
.locate_PT .get_contactinfo_5u a:hover svg path {
    fill: rgb(141,139,173);
}

@media screen and (max-width: 1200px) {.locate_PT {
    padding: 80px 0;
}.locate_PT .request_info_5g {
    padding: 30px;
}
}

@media screen and (max-width: 992px) {.locate_PT .get_help_t6 {
    gap: 30px;
    grid-template-columns: 1fr 1fr;
}.locate_PT .request_info_5g:nth-child(1) {
    grid-column: span 2;
}.locate_PT .request_info_5g .img_box_grid_Mq {
    min-height: 300px;
}
}

@media screen and (max-width: 768px) {.locate_PT {
    padding: 60px 0;
}.locate_PT .get_help_t6 {
    grid-template-columns: 1fr;
    gap: 25px;
}.locate_PT .request_info_5g:nth-child(1) {
    grid-column: auto;
}.locate_PT .request_info_5g .img_box_grid_Mq {
    min-height: 250px;
}
}

@media screen and (max-width: 576px) {.locate_PT {
    padding: 40px 0;
}.locate_PT .request_info_5g {
    padding: 25px;
}.locate_PT .request_info_5g h2 {
    font-size: calc(38px * 0.9);
}.locate_PT .get_contactinfo_5u a {
    padding: 15px;
}.locate_PT .help_question_om {
    padding: 20px;
}.locate_PT .request_info_5g .img_box_grid_Mq {
    min-height: 200px;
}
}