﻿.edu_links4QMX {
    flex: 0 0 auto;
}

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

header,footer {
    width: 100%;
}

header {
    position: relative;
    background: rgb(212,211,217);
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
    margin-top: 0;
    z-index: 100;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
    padding: 0;
}

.core-container6wp1 {
    height: 100%;
    display: flex;
    min-height: 100%;
    flex-direction: column;
}

.about_thisQb3M::before {
    background-size: auto, auto, 80px 80px;
    inset: 0;
    animation: rotateCircles 60s linear infinite;
    content: "";
    z-index: -2;
    opacity: 0.15;
    position: absolute;
    background: 
        radial-gradient(circle at 10% 10%, rgb(170,169,193,0.5) 0%, transparent 40%),
        radial-gradient(circle at 90% 90%, rgb(124,124,171,0.5) 0%, transparent 40%),
        repeating-conic-gradient(
            from 0deg at 50% 50%,
            transparent 0deg,
            transparent 15deg,
            rgba(0, 0, 0, 0.5) 15.5deg,
            transparent 16deg
        );
}

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

.about_thisQb3M .container::after {
    background: radial-gradient(circle, rgba(0, 0, 0, 0.01) 0%, transparent 70%);
    width: 400px;
    right: -200px;
    height: 400px;
    opacity: 0.5;
    content: "";
    position: absolute;
    z-index: -1;
    bottom: -200px;
    border-radius: 50%;
}



.about_thisQb3M .knowledge_guidesFtgo {
    position: relative;
    display: grid;
    box-shadow: 
        0 25px 50px -12px rgba(0, 0, 0, 0.15),
        0 0 0 1px rgba(255, 255, 255, 0.05);
    gap: 25px;
    grid-template-areas: 
        "logo title"
        "photo text";
    grid-template-rows: auto 1fr;
    backdrop-filter: blur(8px);
    overflow: hidden;
    background: rgba(255, 255, 255, 0.02);
    border-radius: 28px;
    grid-template-columns: minmax(300px, 1fr) minmax(400px, 2fr);
}



.about_thisQb3M .knowledge_guidesFtgo::after {
    position: absolute;
    opacity: 0.05;
    inset: 0;
    z-index: -1;
    content: "";
    background: linear-gradient(135deg, rgb(170,169,193,0.5) 0%, transparent 100%);
}

.about_thisQb3M .belief_core1CZy {
    justify-content: center;
    grid-area: logo;
    flex-direction: column;
    z-index: 2;
    position: relative;
    padding: 30px;
    display: flex;
    align-items: center;
}

.about_thisQb3M .belief_core1CZy::after {
    z-index: -1;
    opacity: 0.05;
    height: 100%;
    top: 0;
    background: 
        linear-gradient(45deg, transparent 48.5%, rgb(170,169,193,0.5) 49%, rgb(170,169,193,0.5) 51%, transparent 51.5%),
        linear-gradient(135deg, transparent 48.5%, rgb(170,169,193,0.5) 49%, rgb(170,169,193,0.5) 51%, transparent 51.5%);
    position: absolute;
    content: "";
    background-size: 30px 30px;
    left: 0;
    width: 100%;
}

.about_thisQb3M .belief_core1CZy svg path {
    fill: rgb(170,169,193);
    transition: fill 0.3s ease;
}

.about_thisQb3M h2 {
    display: flex;
    position: relative;
    font-size: 36px;
    padding: 30px;
    grid-area: title;
    font-weight: 700;
    margin: 0;
    align-items: center;
    color: #000000;
}

.about_thisQb3M h2::after {
    background: linear-gradient(to right, rgb(170,169,193), rgb(124,124,171));
    height: 3px;
    position: absolute;
    border-radius: 3px;
    left: 30px;
    content: "";
    bottom: 20px;
    width: 60px;
    transition: width 0.3s ease, transform 0.3s ease;
}

.about_thisQb3M .learn_projWLG {
    padding: 30px;
    grid-area: photo;
    perspective: 1000px;
    position: relative;
    z-index: 2;
}

.about_thisQb3M .learn_projWLG::after {
    position: absolute;
    z-index: -1;
    background: radial-gradient(circle at 30% 70%, rgb(170,169,193,0.5) 0%, transparent 60%);
    inset: 0;
    pointer-events: none;
    content: "";
    opacity: 0.05;
}

.about_thisQb3M .learn_projWLG .background_imgq9OP::before {
    position: absolute;
    content: "";
    background: linear-gradient(to bottom, transparent 70%, rgba(0, 0, 0, 0.5) 100%);
    z-index: 1;
    inset: 0;
}

.about_thisQb3M .learn_projWLG .background_imgq9OP::after {
    top: -100%;
    height: 300%;
    transform: rotate(30deg);
    background: linear-gradient(
        90deg, 
        transparent, 
        rgba(255, 255, 255, 0.08), 
        transparent
    );
    animation: lightSweep 8s infinite cubic-bezier(0.4, 0, 0.2, 1);
    position: absolute;
    z-index: 2;
    left: -100%;
    content: "";
    width: 300%;
}

.about_thisQb3M .knowledge_classesnEsj::before {
    border-radius: 10px 0 0 10px;
    left: 0;
    height: 100%;
    opacity: 0.8;
    background: rgb(124,124,171);
    content: "";
    position: absolute;
    width: 4px;
    top: 0;
}

.about_thisQb3M .knowledge_classesnEsj::after {
    inset: 0;
    position: absolute;
    pointer-events: none;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.1) 0%, transparent 100%);
    content: "";
    border-radius: inherit;
}

.about_thisQb3M .learn_projWLG:hover .training_experts5u0n::after {
    width: 50px;
}

.about_thisQb3M .learn_studyDGil {
    opacity: 0.9;
    margin: 0;
    font-size: 16px;
}

.about_thisQb3M .summary_frameRVls::before {
    inset: 10px;
    border-radius: 28px;
    position: absolute;
    content: "";
    z-index: -1;
    box-shadow: inset 0 0 0 1px rgb(124,124,171,0.5);
    opacity: 0.1;
    transition: opacity 0.3s ease;
}

.about_thisQb3M p {
    line-height: 1.8;
    color: #000000;
    font-size: 16px;
    padding: 0 0 0 20px;
    margin: 0;
    position: relative;
}

.about_thisQb3M p::before {
    opacity: 0.6;
    width: 3px;
    content: "";
    top: 0;
    position: absolute;
    height: 100%;
    border-radius: 3px;
    background: linear-gradient(to bottom, rgb(170,169,193,0.5), rgb(124,124,171,0.5));
    left: 0;
}

.potential_enrolleesfCpV::after {
    content: "";
    z-index: 1;
    opacity: 0.1;
    height: 100%;
    position: absolute;
    left: 0;
    background: rgb(124,124,171,0.5);
    bottom: 0;
    width: 50%;
    clip-path: polygon(0 100%, 0 0, 100% 100%);
}

.potential_enrolleesfCpV .knowledge_guidesFtgo {
    position: relative;
}

.potential_enrolleesfCpV h4::after {
    position: absolute;
    bottom: -10px;
    left: 0;
    height: 1px;
    background: linear-gradient(90deg, rgb(124,124,171), transparent);
    content: "";
    width: 60%;
}

.potential_enrolleesfCpV div > div {
    display: flex;
    flex-direction: column;
    position: relative;
    max-width: 800px;
    margin-left: 60px;
}

.potential_enrolleesfCpV p {
    border-radius: 10px;
    position: relative;
    align-items: center;
    transition: all 0.3s ease;
    margin-bottom: 30px;
    margin-left: 30px;
    font-size: 18px;
    z-index: 2;
    background: #ffffff;
    color: #000000;
    display: flex;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
    padding: 20px 25px;
}

.potential_enrolleesfCpV p::after {
    z-index: 3;
    background: #ffffff;
    content: "";
    transform: translateY(-50%);
    border-radius: 50%;
    top: 50%;
    border: 3px solid rgb(170,169,193);
    width: 16px;
    position: absolute;
    height: 16px;
    left: -42px;
    transition: all 0.3s ease;
}

.potential_enrolleesfCpV p:nth-child(even)::after {
    border-color: rgb(124,124,171);
}

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

.potential_enrolleesfCpV p:nth-child(even) svg path {
    fill: rgb(124,124,171);
}

.potential_enrolleesfCpV p:nth-child(1) {
    transform: translateX(0);
}

.potential_enrolleesfCpV p:nth-child(3) {
    transform: translateX(60px);
}

.potential_enrolleesfCpV p:nth-child(5) {
    transform: translateX(120px);
}

.potential_enrolleesfCpV p:nth-child(1):hover {
    transform: translateX(10px);
}

.potential_enrolleesfCpV p:nth-child(3):hover {
    transform: translateX(70px);
}

.potential_enrolleesfCpV p:nth-child(5):hover {
    transform: translateX(130px);
}



.potential_enrolleesfCpV .knowledge_guidesFtgo > div p {
    animation: slideIn 0.5s ease forwards;
    opacity: 0;
}

.potential_enrolleesfCpV .knowledge_guidesFtgo > div p:nth-child(2) {
    animation-name: none;
    animation-delay: 0.2s;
    transform: translateX(30px);
    opacity: 1;
}

.potential_enrolleesfCpV .knowledge_guidesFtgo > div p:nth-child(4) {
    transform: translateX(90px);
    animation-delay: 0.4s;
    opacity: 1;
    animation-name: none;
}

.potential_enrolleesfCpV .knowledge_guidesFtgo > div p:nth-child(6) {
    transform: translateX(150px);
    animation-delay: 0.6s;
    opacity: 1;
    animation-name: none;
}

.potential_enrolleesfCpV .knowledge_guidesFtgo > div p:nth-child(8) {
    animation-name: none;
    opacity: 1;
    transform: translateX(90px);
    animation-delay: 0.6s;
}

.potential_enrolleesfCpV .knowledge_guidesFtgo > div p:nth-child(10) {
    opacity: 1;
    animation-name: none;
    transform: translateX(30px);
    animation-delay: 0.6s;
}

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

.course_highlightsLT5a .summary_frameRVls:hover {
    transform: translateY(-8px);
    box-shadow: 0 40px 70px rgba(0, 0, 0, 0.18);
}

.course_highlightsLT5a h2 {
    position: relative;
    margin-bottom: 1.8rem;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
    color: #000000;
    font-size: calc(31px * 1.2);
    display: inline-block;
    font-weight: 700;
}

.course_highlightsLT5a h2::before {
    border-left: 3px solid rgb(170,169,193);
    content: "";
    transition: all 0.5s ease;
    height: 45px;
    width: 45px;
    position: absolute;
    border-top: 3px solid rgb(170,169,193);
    top: -15px;
    left: -15px;
    opacity: 0.7;
}

.course_highlightsLT5a .summary_frameRVls:hover h2::before {
    height: 55px;
    top: -20px;
    width: 55px;
    left: -20px;
}

.course_highlightsLT5a .summary_frameRVls:hover h2::after {
    bottom: -20px;
    height: 55px;
    right: -20px;
    width: 55px;
}

.course_highlightsLT5a .description {
    color: #000000;
    max-width: 85%;
    margin-right: auto;
    line-height: 1.9;
    margin-bottom: 1.8rem;
    position: relative;
    margin-left: auto;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
    font-size: 18px;
}

.course_highlightsLT5a .summary_frameRVls:hover .description:last-of-type {
    transform: perspective(1000px) rotateX(0deg);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
}

.course_highlightsLT5a .background_imgq9OP {
    top: -10%;
    transition: all 1.2s cubic-bezier(0.19, 1, 0.22, 1);
    z-index: 0;
    height: 120%;
    border-radius: 0;
    transform: none;
    filter: brightness(0.95) contrast(1.05);
    left: -10%;
    position: absolute;
    width: 120%;
}

.course_highlightsLT5a .background_imgq9OP::after {
    content: "";
    background: 
        radial-gradient(
            ellipse at center, 
            transparent 30%, 
            rgb(170,169,193,0.5) 70%, 
            rgb(124,124,171,0.5) 100%
        );
    width: 150%;
    z-index: 2;
    left: -25%;
    animation: rotateGradient 20s infinite linear;
    position: absolute;
    height: 150%;
    opacity: 0.3;
    top: -25%;
}

.course_highlightsLT5a .summary_frameRVls::after {
    position: absolute;
    animation: morph 15s linear infinite alternate-reverse;
    background: rgb(124,124,171,0.5);
    border-radius: 40% 60% 70% 30% / 40% 50% 60% 50%;
    left: -5%;
    height: 70%;
    z-index: -1;
    content: "";
    opacity: 0.15;
    bottom: -5%;
    width: 70%;
}

.metrics_summaryjKf0::after {
    height: 120%;
    transform: skewX(15deg) translateZ(0);
    background: linear-gradient(215deg, rgb(124,124,171,0.5) 0%, transparent 80%);
    z-index: 1;
    opacity: 0.15;
    width: 50%;
    position: absolute;
    content: "";
    right: -5%;
    bottom: -10%;
}

.metrics_summaryjKf0 .expert_benefits2hAf {
    overflow: hidden;
    transform: translateZ(0);
    padding: 2rem;
    position: relative;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05), 
                0 1px 4px rgba(0, 0, 0, 0.1), 
                0 20px 40px -20px rgba(0, 0, 0, 0.15);
    background: #ffffff;
    transition: transform 0.5s cubic-bezier(0.2, 0.85, 0.4, 1), 
                box-shadow 0.5s cubic-bezier(0.2, 0.85, 0.4, 1);
    border-left: 4px solid rgb(170,169,193);
}

.metrics_summaryjKf0 .expert_benefits2hAf:nth-child(3n) {
    border-left: 4px solid #000000;
}

.metrics_summaryjKf0 .expert_benefits2hAf div {
    z-index: 2;
    position: relative;
}

.metrics_summaryjKf0 .expert_benefits2hAf p {
    -webkit-background-clip: text;
    transition: transform 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
    transform: perspective(1000px) translateZ(10px);
    margin: 0 0 0.5rem;
    font-size: calc(44px * 1.2);
    font-weight: 700;
    line-height: 1;
    background-clip: text;
    background: linear-gradient(135deg, rgb(170,169,193) 0%, rgb(124,124,171) 100%);
    color: transparent;
    letter-spacing: -0.02em;
}

.metrics_summaryjKf0 .expert_benefits2hAf:hover p {
    transform: perspective(1000px) translateZ(20px) scale(1.05);
}

.metrics_summaryjKf0 .expert_benefits2hAf span::after {
    transition: width 0.4s cubic-bezier(0.22, 1, 0.36, 1);
    content: "";
    width: 0;
    position: absolute;
    bottom: -6px;
    height: 2px;
    left: 0;
    background: linear-gradient(90deg, rgb(170,169,193) 0%, transparent 100%);
}

.metrics_summaryjKf0 h4 {
    letter-spacing: 0.03em;
    left: 50%;
    text-align: center;
    font-size: 20px;
    padding: 0.75rem 2rem;
    display: inline-block;
    font-weight: 600;
    transform: translateX(-50%);
    transform: translateZ(0);
    position: relative;
    color: #000000;
    margin-top: 3rem;
}

.teacher_profileMo2l {
    position: relative;
    padding: 5rem 0;
    background: linear-gradient(135deg, rgb(212,211,217) 0%, rgb(124,124,171,0.5) 100%);
    overflow: hidden;
}

.teacher_profileMo2l::after {
    animation: patternShift 30s infinite alternate ease-in-out;
    left: 0;
    width: 100%;
    z-index: 0;
    background: repeating-linear-gradient(
        -45deg,
        rgba(255, 255, 255, 0.03),
        rgba(255, 255, 255, 0.03) 5px,
        transparent 5px,
        transparent 10px
    );
    content: "";
    transform-origin: bottom left;
    height: 40%;
    bottom: 0;
    position: absolute;
}

.teacher_profileMo2l .client_reviewB6Qw:hover {
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.12), 0 10px 20px rgba(0, 0, 0, 0.08);
    transform: perspective(1000px) rotateX(0deg) translateY(-10px);
}

.teacher_profileMo2l .client_reviewB6Qw > div:nth-child(1) {
    display: flex;
    justify-content: center;
    align-items: center;
    transform: translateZ(20px);
}

.teacher_profileMo2l .client_reviewB6Qw:hover .background_imgq9OP {
    transform: translateZ(40px) scale(1.05);
    clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
}

.teacher_profileMo2l .client_reviewB6Qw > div:nth-child(2) {
    text-align: center;
    flex-direction: column;
    transform: translateZ(10px);
    display: flex;
    position: relative;
    align-items: center;
}

.teacher_profileMo2l .client_reviewB6Qw .name::after {
    transition: width 0.5s ease;
    width: 0;
    bottom: -5px;
    content: "";
    background-color: rgb(170,169,193);
    height: 2px;
    left: 0;
    position: absolute;
}

.teacher_profileMo2l .client_reviewB6Qw > div:nth-child(2) > div {
    font-size: calc(18px * 1.05);
    transition: opacity 0.5s ease, transform 0.5s ease;
    transform: translateY(10px);
    opacity: 0;
    color: rgb(124,124,171);
    font-weight: 600;
    letter-spacing: 0.5px;
}

.teacher_profileMo2l .client_reviewB6Qw .employee_infoj6NP {
    padding: 0 1rem;
    color: #000000;
    margin: 0;
    font-size: 18px;
    position: relative;
    line-height: 1.8;
}

.teacher_profileMo2l .client_reviewB6Qw .employee_infoj6NP::after {
    bottom: -3rem;
    transform: rotate(180deg);
    right: -1rem;
}

.service_contactw0lC {
    background: linear-gradient(
        135deg, 
        rgb(170,169,193,0.5) 0%, 
        rgb(124,124,171,0.5) 50%, 
        #ffffff 100%
    );
    background-size: 400% 400%;
    padding: 5rem 0;
    animation: gradientFlow 15s ease infinite;
    position: relative;
    font-family: Arial, sans-serif;
    overflow: hidden;
}

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

.service_contactw0lC .connect_todaylTM1 {
    box-shadow: 
        0 15px 35px rgba(0,0,0,0.1),
        0 5px 15px rgba(0,0,0,0.05);
    transform-style: preserve-3d;
    padding: 2.5rem;
    will-change: transform;
    border-radius: 13px;
    backdrop-filter: blur(10px);
    background: rgba(255,255,255,0.05);
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    transform: rotateX(10deg) scale(0.95);
}

.service_contactw0lC .connect_todaylTM1 h2::after {
    opacity: 0.7;
    background: rgb(170,169,193);
    width: 3rem;
    height: 3px;
    position: absolute;
    bottom: -0.5rem;
    content: '';
    left: 0;
}

.service_contactw0lC .support_requestR0Ew {
    line-height: 1.6;
    color: #000000;
    margin-bottom: 1rem;
}

.service_contactw0lC .ask_for_helpWAav {
    padding: 1rem;
    background: rgba(255,255,255,0.05);
    border-radius: 10px;
    margin-top: 1.5rem;
}

.service_contactw0lC .ask_for_helpWAav h3 {
    color: rgb(124,124,171);
    font-size: 18px;
    margin-bottom: 0.75rem;
}

.service_contactw0lC .edu_mentorNYt6 span {
    font-size: 15px;
    border-radius: 10px;
    background: rgba(255,255,255,0.1);
    color: #000000;
    padding: 0.3rem 0.6rem;
}

.service_contactw0lC .send_infoW360 a:hover {
    background: rgba(255,255,255,0.1);
}

.service_contactw0lC .send_infoW360 a span {
    opacity: 0.7;
    margin-bottom: 0.25rem;
    font-size: 17px;
    color: rgb(124,124,171);
}

.service_contactw0lC svg,
.service_contactw0lC svg path {
    fill: rgb(170,169,193);
    transition: fill 0.3s ease;
}

.privacyPolicyOverlayBAO7 {
    max-width: 500px;
    background: #ffffff;
    overflow: hidden;
    position: fixed;
    width: 90%;
    transform: translateX(-50%);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.5);
    border-radius: 23px;
    bottom: 20px;
    z-index: 1050;
    left: 50%;
    font-family: Arial, sans-serif;
}

.privacyPolicyOverlayBAO7 p {
    font-size: 18px;
    margin-bottom: 20px;
    text-align: center;
    color: #000000;
}

.privacy_switch4CwO {
    background: rgb(170,169,193);
    font-size: 17px;
    display: inline-block;
    margin: 5px;
    text-align: center;
    border-radius: 10px;
    transition: background 0.3s ease-in-out;
    padding: 10px 20px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
    color: #ffffff;
    width: calc(50% - 10px);
    text-decoration: none;
}

.privacyPolicyOverlayBAO7 p a:hover {
    color: rgb(124,124,171);
}

footer {
    position: relative;
}

footer::before {
    z-index: 1;
    content: '';
    top: 0;
    right: 0;
    left: 0;
    position: absolute;
    background: linear-gradient(125deg, #000000 0%, rgb(124,124,171) 100%);
    bottom: 0;
    opacity: 0.95;
}

.edu_links4QMX .company_holder h3 {
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
    font-weight: 700;
    font-size: 38px;
    letter-spacing: 1px;
    color: #ffffff;
    margin-bottom: 20px;
}

.edu_links4QMX .case_studylcCI {
    flex: 0 0 100%;
    margin-top: 20px;
}

.edu_links4QMX .nav_sitewrapWo1x {
    justify-content: center;
    margin-top: 30px;
    flex-wrap: wrap;
    display: flex;
    gap: 30px;
}

.edu_links4QMX .main_topJrbz:hover {
    background: rgba(255, 255, 255, 0.1);
    transform: translateY(-5px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}

.edu_links4QMX .main_topJrbz h5 {
    text-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
    font-size: 23px;
    margin-bottom: 20px;
    font-weight: 600;
    color: #ffffff;
    text-align: center;
    padding-bottom: 10px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.edu_links4QMX .main_topJrbz .nav_sitewrapWo1x a:hover {
    color: #ffffff;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
    transform: translateY(-2px);
    background: rgba(255, 255, 255, 0.15);
}

.assign_helpCblf::before {
    position: absolute;
    background: linear-gradient(90deg, transparent, #ffffff, transparent);
    height: 1px;
    left: 20%;
    content: '';
    right: 20%;
    opacity: 0.2;
    top: 0;
}



footer::after {
    top: 0;
    background-size: 20px 20px;
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    z-index: 1;
    content: '';
    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);
}

.landing_pagerbLf::after {
    position: absolute;
    transform: rotate(15deg);
    filter: blur(80px);
    right: -10%;
    top: -10%;
    width: 50%;
    height: 50%;
    content: "";
    background: linear-gradient(45deg, rgb(170,169,193,0.5) 0%, rgb(124,124,171) 100%);
    animation: floatGlow 12s infinite alternate ease-in-out;
    z-index: 0;
}

.landing_pagerbLf .learn_teamA07V > div:first-child {
    position: relative;
    padding: 2rem;
    animation: slideInLeft 1.2s cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards;
    transform: translateX(-5%);
}

.landing_pagerbLf .learn_teamA07V p {
    line-height: 1.6;
    font-size: calc(16px * 1.2);
    animation: fadeUp 1s ease forwards 0.8s;
    margin: 0;
    position: relative;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
    opacity: 0;
    font-weight: 600;
    color: #ffffff;
    max-width: 90%;
    transform: translateY(20px);
}

.landing_pagerbLf .skill_philoFez5:hover {
    transform: perspective(1000px) rotateY(0deg) rotateX(0deg) translateY(-5px);
}

.landing_pagerbLf .skill_philoFez5 > div {
    padding: 2.5rem;
    position: relative;
    justify-content: space-between;
    flex-direction: column;
    min-height: 450px;
    display: flex;
}

.landing_pagerbLf .skill_philoFez5 h3 {
    transform: translateY(20px);
    color: #ffffff;
    font-size: calc(18px * 1.1);
    z-index: 2;
    font-weight: 400;
    position: relative;
    line-height: 1.4;
    opacity: 0;
    margin-bottom: 2rem;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
    animation: fadeUp 1s ease forwards 1.2s;
    max-width: 90%;
}

.landing_pagerbLf .title_style_header::after {
    height: 3px;
    background: rgb(170,169,193);
    animation: lineGrowWidth 1.5s cubic-bezier(0.34, 1.56, 0.64, 1) forwards 2s;
    position: absolute;
    bottom: -10px;
    width: 0;
    left: 0;
    content: "";
}

.training_structuredlmu {
    position: relative;
    padding: 9rem 2rem 7rem;
    background: rgb(212,211,217);
    overflow: hidden;
    perspective: 1200px;
}

.training_structuredlmu {
    perspective: 800px;
    padding: 7rem 1.5rem 5rem;
}

.training_structuredlmu {
    perspective: 500px;
    padding: 5rem 1rem 4rem;
}

.training_structuredlmu::after {
    z-index: 0;
    animation: rotateBg 30s linear infinite;
    position: absolute;
    width: 120%;
    top: -10%;
    content: "";
    height: 120%;
    filter: blur(60px);
    background: 
        radial-gradient(circle at 30% 30%, rgb(170,169,193,0.5) 0%, transparent 50%),
        radial-gradient(circle at 70% 70%, rgb(124,124,171,0.5) 0%, transparent 50%);
    transform-origin: center;
    opacity: 0.2;
    left: -10%;
}

.training_structuredlmu h3 {
    padding: 2.5rem 3rem;
    font-size: 30px;
    font-weight: 700;
    position: relative;
    margin: 0;
    text-align: center;
    animation: floatHeader 6s ease-in-out infinite, fadeIn 1s ease-out forwards;
    color: #000000;
    transform: translateZ(50px) rotateX(5deg);
    box-shadow: 
        0 20px 40px rgba(0, 0, 0, 0.1),
        0 0 0 1px rgba(0, 0, 0, 0.05);
    background: #ffffff;
    border-radius: 25px;
}

.training_structuredlmu h3 {
    transform: translateZ(30px) rotateX(3deg);
    --rx: 3deg;
    --z: 30px;
    padding: 2rem;
    font-size: calc(30px * 0.9);
}

.training_structuredlmu h3 {
    padding: 1.5rem;
    --rx: 2deg;
    font-size: calc(30px * 0.8);
    --z: 15px;
    transform: translateZ(15px) rotateX(2deg);
}

.training_structuredlmu span::before,
.training_structuredlmu span::after {
    content: "";
    animation: floatShadow 6s ease-in-out infinite 1s;
    left: 2.5%;
    box-shadow: 0 20px 30px rgba(0, 0, 0, 0.1);
    top: 2.5%;
    width: 95%;
    border-radius: inherit;
    z-index: -1;
    height: 95%;
    position: absolute;
}

.training_structuredlmu span::before {
    transform: translateZ(-20px) scale(0.98);
    background: rgb(124,124,171,0.5);
}

.training_structuredlmu span::after {
    background: rgb(170,169,193,0.5);
    transform: translateZ(-40px) scale(0.96);
}

.contact_form_sectionWi4C {
    position: relative;
    overflow: hidden;
    padding: 120px 0;
    background: rgb(212,211,217);
}

.contact_form_sectionWi4C::before {
    content: "";
    top: 0;
    position: absolute;
    left: 0;
    height: 5px;
    width: 100%;
    background: linear-gradient(90deg, rgb(170,169,193), rgb(124,124,171));
}

.contact_form_sectionWi4C h2::before {
    position: absolute;
    top: 0;
    border-radius: 10px;
    content: "";
    width: 5px;
    background: rgb(170,169,193);
    left: 0;
    height: 100%;
}

.contact_form_sectionWi4C .request_requestNBZu {
    grid-template-columns: 1fr 1fr;
    align-items: center;
    display: grid;
    gap: 60px;
}

.contact_form_sectionWi4C .request_infoyQEt {
    order: 1;
}

.contact_form_sectionWi4C form {
    background: #ffffff;
    border-radius: 24px;
    width: 100%;
    padding: 50px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
}

.contact_form_sectionWi4C form input[type="text"] {
    border: none;
    margin-bottom: 25px;
    font-family: Arial, sans-serif;
    width: 100%;
    transition: all 0.3s ease;
    font-size: 16px;
    color: #000000;
    background: rgb(212,211,217);
    border-radius: 10px;
    padding: 18px 25px;
}

.contact_form_sectionWi4C .feedback_requesteuvC {
    margin-bottom: 30px;
    align-items: flex-start;
    display: flex;
}

.contact_form_sectionWi4C .feedback_requesteuvC label {
    padding-left: 35px;
    line-height: 1.5;
    font-size: 14px;
    color: #000000;
    cursor: pointer;
    position: relative;
}

.contact_form_sectionWi4C .feedback_requesteuvC input[type="checkbox"]:checked + label::before {
    background: rgb(170,169,193);
}

.contact_form_sectionWi4C .feedback_requesteuvC label a {
    font-weight: 600;
    transition: all 0.3s ease;
    text-decoration: none;
    color: rgb(170,169,193);
}

.contact_form_sectionWi4C .feedback_requesteuvC label a:hover {
    color: rgb(124,124,171);
}

.contact_form_sectionWi4C form .inquiry_listJB3E {
    font-size: 17px;
    color: #ffffff;
    font-family: Arial, sans-serif;
    transition: all 0.3s ease;
    background: #000000;
    cursor: pointer;
    font-weight: 600;
    display: inline-block;
    position: relative;
    border: none;
    border-radius: 10px;
    padding: 18px 40px;
    overflow: hidden;
}

.pricing_list_itemqvkW {
    padding: 4rem 0;
    position: relative;
    color: #ffffff;
    overflow: hidden;
}

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

.pricing_list_itemqvkW h2 {
    transform: translateY(10px);
    -webkit-background-clip: text !important;
    background: linear-gradient(90deg, rgb(170,169,193), rgb(124,124,171));
    color: transparent;
    margin-bottom: 1.5rem;
    font-weight: 700;
    text-align: center;
    animation: fadeIn 0.8s ease-out forwards;
    background-clip: text !important;
    font-size: 34px;
}

.pricing_list_itemqvkW .price_choicesnOXC {
    margin: 0;
    gap: 2rem;
    padding: 0;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    list-style: none;
    perspective: 1000px;
    display: grid;
}

.pricing_list_itemqvkW .price_choicesnOXC li:nth-child(2) {
    animation-delay: 0.3s;
}

.pricing_list_itemqvkW .price_choicesnOXC li:nth-child(4) {
    animation-delay: 0.5s;
}

.pricing_list_itemqvkW .plan_detailsHZt5:hover {
    transform: translateY(-12px) scale(1.02);
}

.pricing_list_itemqvkW .fee_offersVI8k {
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2), 0 1px 3px rgba(0, 0, 0, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.1);
    padding: 0;
    -webkit-backdrop-filter: blur(10px);
    transition: all 0.4s ease;
    position: relative;
    display: flex;
    backdrop-filter: blur(10px);
    background: linear-gradient(140deg, rgba(255, 255, 255, 0.12) 0%, rgba(255, 255, 255, 0.05) 100%);
    height: 100%;
    overflow: hidden;
    flex-direction: column;
}

.pricing_list_itemqvkW .skill_pricingnBYP h4 {
    margin-top: 0;
    position: relative;
    font-size: calc(23px * 1.2);
    padding-bottom: 0.75rem;
    margin-bottom: 1.5rem;
    font-weight: 600;
    color: #ffffff;
}

.pricing_list_itemqvkW .skill_pricingnBYP p {
    overflow-wrap: break-word;
    flex-grow: 1;
    margin-bottom: 2rem;
    color: rgba(255, 255, 255, 0.85);
    line-height: 1.6;
    font-size: 15px;
    hyphens: auto;
    word-break: break-word;
    word-wrap: break-word;
}

.pricing_list_itemqvkW .plan_detailsHZt5:hover .cost_planZs3p {
    transform: translateY(-5px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.25);
}

.secure_safeHyp1 {
    overflow: hidden;
    font-family: Arial, sans-serif;
    width: 100%;
    border: 1px solid rgb(170,169,193);
    box-shadow: inset 0 0 10px rgb(124,124,171,0.5), 0 0 15px rgb(170,169,193,0.5);
    height: auto;
    color: #ffffff;
    padding: 50px;
}

.secure_safeHyp1 h2 {
    color: transparent;
    font-size: 35px;
    padding-bottom: 10px;
    color: rgb(124,124,171);
    font-weight: 600;
    margin-top: 40px;
    -webkit-background-clip: text !important;
    margin-bottom: 25px;
    letter-spacing: 1px;
    background: linear-gradient(90deg, rgb(124,124,171), rgb(170,169,193));
    border-bottom: 1px solid rgb(124,124,171);
}

.secure_safeHyp1 ul, .secure_safeHyp1 ol {
    padding: 20px 0;
    border-radius: 10px;
    list-style: none;
    padding-left: 0;
}

.secure_safeHyp1 li {
    padding-left: 20px;
    color: #000000;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.8;
    position: relative;
    margin-bottom: 20px;
}

.secure_safeHyp1 section {
    margin-top: 30px;
    border-radius: 10px;
    background: rgb(212,211,217);
    padding: 25px;
    box-shadow: 0 0 15px rgb(170,169,193,0.5);
}

header::before {
    height: 100%;
    width: 100%;
    background: linear-gradient(90deg, 
        transparent 0%,
        rgba(rgb(170,169,193), 0.03) 25%, 
        rgba(rgb(170,169,193), 0.05) 50%,
        rgba(rgb(170,169,193), 0.03) 75%,
        transparent 100%
    );
    pointer-events: none;
    left: 0;
    content: '';
    top: 0;
    position: absolute;
}

header .top_learnZSVb {
    transition: all 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
    position: relative;
    display: block;
}

header .top_learnZSVb img {
    max-width: 100%;
    display: block;
    height: auto;
    filter: brightness(1.03);
}

header .top_learnZSVb:hover::before {
    opacity: 0.7;
    transform: scaleX(1);
}

header .main_topJrbz {
    margin: 0;
    flex-wrap: nowrap;
    padding: 0;
    position: relative;
    list-style: none;
    display: flex;
}

header .nav_pagewrap0X5z {
    position: relative;
    margin: 0;
}

header .nav_pagewrap0X5z a {
    position: relative;
    overflow: hidden;
    transition: all 0.3s ease;
    font-size: 17px;
    padding: 1rem 1.2rem;
    font-weight: 600;
    text-decoration: none;
    display: block;
    color: #000000;
}

header .nav_pagewrap0X5z a:hover {
    color: rgb(170,169,193);
}

header .nav_pagewrap0X5z a:hover::before {
    transform: translateX(0);
}

header .nav_pagewrap0X5z a::after {
    position: absolute;
    z-index: -1;
    width: 100%;
    transform: scale(0.8);
    background: rgb(170,169,193,0.5);
    left: 0;
    height: 100%;
    content: '';
    pointer-events: none;
    transition: all 0.3s ease;
    border-radius: 10px;
    top: 0;
    opacity: 0;
}

header .head_studyEejJ::after {
    position: absolute;
    z-index: -1;
    background: linear-gradient(90deg, rgb(212,211,217), transparent);
    left: 0;
    content: '';
    height: 100%;
    top: 0;
    width: 30%;
}

.ty_modal78Rn::before {
    height: 100%;
    pointer-events: none;
    left: 0;
    background-image: 
        radial-gradient(circle at 20% 30%, rgba(255,255,255,0.1) 0%, transparent 50%),
        radial-gradient(circle at 80% 70%, rgba(255,255,255,0.1) 0%, transparent 40%);
    position: absolute;
    width: 100%;
    top: 0;
    z-index: 1;
    content: "";
}

.ty_modal78Rn .container {
    width: 90%;
    margin: 0 auto;
    z-index: 3;
    max-width: 1200px;
    position: relative;
}

.ty_modal78Rn .knowledge_guidesFtgo::before {
    content: "";
    filter: blur(20px);
    background: linear-gradient(135deg, 
        rgb(170,169,193,0.5) 0%, 
        transparent 70%);
    opacity: 0.7;
    width: 200px;
    border-radius: 50%;
    z-index: -1;
    animation: float 8s infinite ease-in-out;
    top: -10%;
    position: absolute;
    height: 200px;
    right: -10%;
}

.ty_modal78Rn .knowledge_guidesFtgo:hover {
    transform: perspective(1000px) rotateX(0deg);
    box-shadow: 
        0 20px 40px rgba(0,0,0,0.15),
        0 5px 15px rgba(0,0,0,0.08),
        0 0 0 1px rgba(255,255,255,0.3) inset;
}

.ty_modal78Rn .knowledge_guidesFtgo > div:last-child {
    transform: translateY(0);
    opacity: 1;
    position: relative;
    animation: fadeSlideUp 0.8s 0.2s ease-out both;
}

.ty_modal78Rn h5::after {
    height: 3px;
    border-radius: 2px;
    transform: scaleX(0);
    width: 60%;
    left: 0;
    content: "";
    background: linear-gradient(90deg, rgb(124,124,171), transparent);
    animation: lineExpand 1.2s 0.5s cubic-bezier(0.25, 1, 0.5, 1) forwards;
    bottom: -10px;
    position: absolute;
    transform-origin: left;
}


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


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



@media (max-width: 768px) {.about_thisQb3M {
    padding: 80px 0;
}.about_thisQb3M .learn_projWLG .background_imgq9OP {
    height: 240px;
}.about_thisQb3M .knowledge_classesnEsj {
    margin-left: 10px;
    padding: 15px 20px;
    margin-right: 10px;
}.about_thisQb3M h2 {
    font-size: calc(36px * 0.9);
}
}



@media (max-width: 480px) {.about_thisQb3M {
    padding: 60px 0;
}.about_thisQb3M .container {
    padding: 0 20px;
}.about_thisQb3M .belief_core1CZy,
    .about_thisQb3M h2,
    .about_thisQb3M .learn_projWLG,
    .about_thisQb3M .summary_frameRVls {
    padding: 20px;
}.about_thisQb3M .learn_projWLG .background_imgq9OP {
    height: 200px;
}.about_thisQb3M h2 {
    font-size: calc(36px * 0.8);
}.about_thisQb3M .belief_core1CZy {
    flex-direction: column;
}.about_thisQb3M .belief_core1CZy svg {
    margin-bottom: 10px;
    margin-right: 0;
}}




@media (max-width: 991px) {.potential_enrolleesfCpV {
    padding: 80px 0;
}.potential_enrolleesfCpV h4 {
    font-size: calc(37px * 0.9);
    margin-bottom: 50px;
}.potential_enrolleesfCpV div > div {
    margin-left: 40px;
}.potential_enrolleesfCpV p {
    padding: 18px 20px;
    margin-bottom: 25px;
}.potential_enrolleesfCpV p:nth-child(1) {
    transform: translateX(0);
}.potential_enrolleesfCpV p:nth-child(2) {
    transform: translateX(20px);
}.potential_enrolleesfCpV p:nth-child(3) {
    transform: translateX(40px);
}.potential_enrolleesfCpV p:nth-child(4) {
    transform: translateX(60px);
}.potential_enrolleesfCpV p:nth-child(5) {
    transform: translateX(80px);
}.potential_enrolleesfCpV p:nth-child(6) {
    transform: translateX(100px);
}.potential_enrolleesfCpV p:nth-child(7) {
    transform: translateX(120px);
}.potential_enrolleesfCpV p:nth-child(8) {
    transform: translateX(140px);
}.potential_enrolleesfCpV p:nth-child(9) {
    transform: translateX(160px);
}.potential_enrolleesfCpV p:nth-child(10) {
    transform: translateX(180px);
}.potential_enrolleesfCpV p:nth-child(1):hover {
    transform: translateX(5px);
}.potential_enrolleesfCpV p:nth-child(2):hover {
    transform: translateX(25px);
}.potential_enrolleesfCpV p:nth-child(3):hover {
    transform: translateX(45px);
}.potential_enrolleesfCpV p:nth-child(4):hover {
    transform: translateX(65px);
}.potential_enrolleesfCpV p:nth-child(5):hover {
    transform: translateX(85px);
}.potential_enrolleesfCpV p:nth-child(6):hover {
    transform: translateX(105px);
}.potential_enrolleesfCpV p:nth-child(7):hover {
    transform: translateX(125px);
}.potential_enrolleesfCpV p:nth-child(8):hover {
    transform: translateX(145px);
}.potential_enrolleesfCpV p:nth-child(9):hover {
    transform: translateX(165px);
}.potential_enrolleesfCpV p:nth-child(10):hover {
    transform: translateX(185px);
}
}



@media (max-width: 992px) {.course_highlightsLT5a {
    padding: 5rem 0;
}.course_highlightsLT5a .summary_frameRVls {
    max-width: 700px;
    padding: 3rem 2rem;
}.course_highlightsLT5a h2 {
    font-size: 31px;
}.course_highlightsLT5a .description {
    line-height: 1.8;
    max-width: 90%;
}.course_highlightsLT5a .background_imgq9OP {
    top: -20%;
    width: 140%;
    left: -20%;
    height: 140%;
}
}



@media (max-width: 576px) {.course_highlightsLT5a {
    padding: 3rem 0;
}.course_highlightsLT5a .summary_frameRVls {
    clip-path: polygon(
            0% 2%, 
            2% 0%, 
            98% 0%, 
            100% 2%, 
            100% 98%, 
            98% 100%, 
            2% 100%, 
            0% 98%
        );
    max-width: 95%;
    padding: 2rem 1.2rem;
}.course_highlightsLT5a h2 {
    font-size: calc(31px * 0.85);
    margin-bottom: 1.2rem;
}.course_highlightsLT5a h2::before,
    .course_highlightsLT5a h2::after {
    border-width: 2px;
    height: 25px;
    width: 25px;
    top: -8px;
    left: -8px;
}.course_highlightsLT5a h2::after {
    right: -8px;
    bottom: -8px;
    border-width: 2px;
}.course_highlightsLT5a .summary_frameRVls:hover h2::before,
    .course_highlightsLT5a .summary_frameRVls:hover h2::after {
    height: 30px;
    width: 30px;
}.course_highlightsLT5a .description {
    font-size: calc(18px * 0.9);
    line-height: 1.6;
    margin-bottom: 1.2rem;
    max-width: 100%;
}.course_highlightsLT5a .description:last-of-type {
    max-width: 100%;
    border-width: 2px;
    padding: 0.8rem 1.2rem;
    transform: none;
}.course_highlightsLT5a .summary_frameRVls:hover {
    transform: translateY(-5px);
}.course_highlightsLT5a .summary_frameRVls:hover .description:last-of-type {
    transform: none;
}.course_highlightsLT5a .background_imgq9OP {
    top: -30%;
    width: 160%;
    height: 160%;
    left: -30%;
}.course_highlightsLT5a .summary_frameRVls::before,
    .course_highlightsLT5a .summary_frameRVls::after {
    width: 80%;
    height: 80%;
}}



@media (min-width: 768px) {.teacher_profileMo2l {
    padding: 7rem 0;
}.teacher_profileMo2l .client_reviewB6Qw {
    grid-template-rows: auto 1fr;
    padding: 3rem;
    grid-template-columns: 220px 1fr;
    gap: 2.5rem 3rem;
}.teacher_profileMo2l .client_reviewB6Qw > div:nth-child(1) {
    grid-row: span 2;
}.teacher_profileMo2l .client_reviewB6Qw > div:nth-child(2) {
    text-align: left;
    align-items: flex-start;
}.teacher_profileMo2l .client_reviewB6Qw > div:nth-child(3) {
    grid-column: 2;
}.teacher_profileMo2l .client_reviewB6Qw .background_imgq9OP {
    width: 220px;
    height: 220px;
}
}



@media (max-width: 767px) {.teacher_profileMo2l .client_reviewB6Qw {
    transform: perspective(1000px) rotateX(0deg);
    padding: 1.5rem;
}.teacher_profileMo2l .client_reviewB6Qw .name {
    font-size: 23px;
}.teacher_profileMo2l .client_reviewB6Qw > div:nth-child(2) > div {
    transform: translateY(0);
    opacity: 1;
}.teacher_profileMo2l .client_reviewB6Qw .employee_infoj6NP {
    padding: 0;
}.teacher_profileMo2l .client_reviewB6Qw .employee_infoj6NP::before,
    .teacher_profileMo2l .client_reviewB6Qw .employee_infoj6NP::after {
    font-size: 3rem;
}
}



@media screen and (max-width: 768px) {.service_contactw0lC .help_questiont7Lx {
    grid-template-columns: 1fr;
}.service_contactw0lC .connect_todaylTM1 {
    padding: 1.5rem;
}.service_contactw0lC .connect_todaylTM1 .background_imgq9OP {
    height: 250px;
}
}


@media (min-width: 768px) {.edu_links4QMX .nav_sitewrapWo1x {
    justify-content: space-between;
}.edu_links4QMX .company_holder {
    text-align: left;
    flex: 0 0 30%;
}.edu_links4QMX .case_studylcCI {
    flex: 0 0 65%;
}.edu_links4QMX .container {
    justify-content: space-between;
    align-items: flex-start;
}.edu_links4QMX .credit_infoJGS3 {
    margin: 0;
    max-width: 100%;
    text-align: left;
}
}



@media (min-width: 768px) {.landing_pagerbLf .learn_teamA07V {
    grid-gap: 3rem;
    grid-template-columns: 0.4fr 0.6fr;
}.landing_pagerbLf .learn_teamA07V > div:first-child {
    display: flex;
    align-items: center;
}.landing_pagerbLf .learn_teamA07V p {
    font-size: calc(16px * 1.3);
}.landing_pagerbLf .skill_philoFez5 > div {
    min-height: 500px;
}.landing_pagerbLf .title_style_header {
    font-size: calc(42px * 1.2);
}.landing_pagerbLf .skill_philoFez5 h3 {
    max-width: 80%;
    font-size: calc(18px * 1.2);
}
}



@media (max-width: 767px) {.landing_pagerbLf {
    padding: 4rem 1rem;
}.landing_pagerbLf .learn_teamA07V > div:first-child {
    padding: 1.5rem;
}.landing_pagerbLf .skill_philoFez5 > div {
    padding: 2rem;
    min-height: 400px;
}.landing_pagerbLf .title_style_header {
    font-size: calc(42px * 0.9);
}.landing_pagerbLf .skill_philoFez5 h3 {
    margin-bottom: 1.5rem;
    font-size: 18px;
}
}



@media screen and (max-width: 991px) {.contact_form_sectionWi4C {
    padding: 90px 0;
}.contact_form_sectionWi4C .request_requestNBZu {
    grid-template-columns: 1fr;
    gap: 40px;
}.contact_form_sectionWi4C .background_imgq9OP {
    order: 1;
    min-height: 400px;
    margin: 0 auto;
    max-width: 600px;
}.contact_form_sectionWi4C .request_infoyQEt {
    order: 2;
}.contact_form_sectionWi4C form {
    margin: 0 auto;
    max-width: 600px;
}
}



@media screen and (max-width: 576px) {.contact_form_sectionWi4C {
    padding: 50px 0;
}.contact_form_sectionWi4C h2 {
    margin-bottom: 30px;
    font-size: calc(33px * 0.8);
}.contact_form_sectionWi4C .background_imgq9OP {
    box-shadow: -8px 8px 0 rgb(170,169,193,0.5);
    min-height: 250px;
}.contact_form_sectionWi4C form {
    padding: 30px 20px;
}.contact_form_sectionWi4C form h3 {
    font-size: calc(21px * 0.9);
    margin-bottom: 25px;
}.contact_form_sectionWi4C form input[type="text"] {
    margin-bottom: 20px;
    padding: 15px 20px;
}.contact_form_sectionWi4C form .inquiry_listJB3E {
    padding: 15px 20px;
    width: 100%;
}}



@media (max-width: 768px) {.pricing_list_itemqvkW {
    padding: 3rem 0;
}.pricing_list_itemqvkW h2 {
    font-size: calc(34px * 0.85);
}.pricing_list_itemqvkW .price_choicesnOXC {
    max-width: 480px;
    margin: 0 auto;
    grid-template-columns: 1fr;
}.pricing_list_itemqvkW .skill_pricingnBYP h4 {
    font-size: 23px;
}.pricing_list_itemqvkW .cost_planZs3p {
    font-size: calc(15px * 1.2);
    padding: 0.6rem 1.2rem;
}
}



@media only screen and (max-width: 800px) {.secure_safeHyp1 {
    padding: 20px 10px;
}.secure_safeHyp1 h1 {
    font-size: calc(23px * 0.8);
}.secure_safeHyp1 h2 {
    font-size: calc(23px * 0.8);
}.secure_safeHyp1 h3, .secure_safeHyp1 h4, .secure_safeHyp1 h5, .secure_safeHyp1 h6 {
    font-size: calc(23px * 0.8);
}.secure_safeHyp1 p, .secure_safeHyp1 span, .secure_safeHyp1 div {
    font-size: calc(16px * 0.9);
}}



@media (max-width: 767px) {header {
    margin-top: 0;
}header .head_studyEejJ {
    padding: 1rem 1.5rem;
}header .first_lessonqn2t {
    max-width: 150px;
    flex: 0 0 auto;
}header .main_topJrbz {
    padding-bottom: 0.5rem;
    -webkit-overflow-scrolling: touch;
    flex-wrap: nowrap;
    scrollbar-width: thin;
    justify-content: flex-start;
    overflow-x: auto;
    margin-top: 0.5rem;
    padding: 0.5rem 0;
}header .main_topJrbz::-webkit-scrollbar {
    height: 3px;
}header .main_topJrbz::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background: rgb(170,169,193,0.5);
}header .nav_pagewrap0X5z {
    flex: 0 0 auto;
}header .nav_pagewrap0X5z a {
    white-space: nowrap;
    padding: 0.6rem 0.8rem;
    font-size: calc(17px - 2px);
}header .main_topJrbz::after {
    bottom: 0;
}header .top_learnZSVb::before {
    display: none;
}}



@media (max-width: 576px) {.ty_modal78Rn {
    padding: 3rem 0;
}.ty_modal78Rn .container {
    width: 92%;
}.ty_modal78Rn .knowledge_guidesFtgo {
    padding: 2rem 1.5rem;
}.ty_modal78Rn .knowledge_guidesFtgo > div:first-child {
    margin-bottom: 1.5rem;
}.ty_modal78Rn h5 {
    font-size: calc(19px * 0.85);
}.ty_modal78Rn p {
    line-height: 1.5;
    font-size: calc(13px * 0.9);
}
}

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

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

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



@keyframes patternShift {
    0% {
        transform: skewY(-2deg) translateX(-5%);
    }
    100% {
        transform: skewY(2deg) translateX(5%);
    }
}



@keyframes gradientFlow {
    0% {background-position: 0% 50%;}
    50% {background-position: 100% 50%;}
    100% {background-position: 0% 50%;}
}



@keyframes circularPulse {
    0% {transform: scale(1);}
    100% {transform: scale(1.1);}
}



@keyframes pulseLight {
    0%, 100% {
        opacity: 0.1;
        transform: scale(1);
    }
    50% {
        opacity: 0.15;
        transform: scale(1.1);
    }
}



@keyframes lineGrow {
  0% {
    height: 0;
  }
  100% {
    height: 80%;
  }
}



@keyframes fadeScale {
  0% {
    opacity: 0;
    transform: perspective(1000px) rotateY(-2deg) rotateX(1deg) scale(0.95);
  }
  100% {
    opacity: 1;
    transform: perspective(1000px) rotateY(-2deg) rotateX(1deg) scale(1);
  }
}



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



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



@keyframes floatContent {
    0%, 100% {
        transform: translateZ(30px) rotateX(-3deg) translateY(0);
    }
    50% {
        transform: translateZ(30px) rotateX(-3deg) translateY(-10px);
    }
}



@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(30px) translateZ(var(--z, 0px)) rotateX(var(--rx, 0deg));
    }
    to {
        opacity: 1;
        transform: translateY(0) translateZ(var(--z, 0px)) rotateX(var(--rx, 0deg));
    }
}


    
    @keyframes floatContent {
        0%, 100% {
            transform: translateZ(20px) rotateX(-2deg) translateY(0);
        }
        50% {
            transform: translateZ(20px) rotateX(-2deg) translateY(-7px);
        }
    }


    
    @keyframes floatContent {
        0%, 100% {
            transform: translateZ(10px) rotateX(-1deg) translateY(0);
        }
        50% {
            transform: translateZ(10px) rotateX(-1deg) translateY(-5px);
        }
    }



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



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



@keyframes shimmer {
    0%, 100% {
        opacity: 0.5;
        transform: translateX(0%);
    }
    50% {
        opacity: 0.8;
        transform: translateX(2%);
    }
}

