﻿* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

.nav_train9auP {
    flex: 1 0 auto;
}

html,body {
    color: #000000;
    scroll-behavior: auto;
    auto
contain
touch-action: none;
    height: 100%;
    scroll-snap-type: none;
    font-family: Arial, sans-serif;
    min-height: 100%;
}

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

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

a {
    color: inherit;
    text-decoration: none;
}


.about_thisQb3M {
    isolation: isolate;
    padding: 160px 0;
    position: relative;
    overflow: hidden;
    background-color: rgb(212,211,217);
}



.about_thisQb3M::after {
    background-size: 50px 50px;
    background-image: 
        linear-gradient(0deg, transparent 24%, rgba(0, 0, 0, 0.5) 25%, rgba(0, 0, 0, 0.5) 26%, transparent 27%, transparent 74%, rgba(0, 0, 0, 0.5) 75%, rgba(0, 0, 0, 0.5) 76%, transparent 77%),
        linear-gradient(90deg, transparent 24%, rgba(0, 0, 0, 0.5) 25%, rgba(0, 0, 0, 0.5) 26%, transparent 27%, transparent 74%, rgba(0, 0, 0, 0.5) 75%, rgba(0, 0, 0, 0.5) 76%, transparent 77%);
    inset: 0;
    content: "";
    position: absolute;
    opacity: 0.03;
    z-index: -1;
}

.about_thisQb3M .container::before {
    left: -300px;
    opacity: 0.6;
    height: 600px;
    position: absolute;
    width: 600px;
    border-radius: 50%;
    top: -300px;
    background: 
        conic-gradient(from 0deg, 
            transparent 0deg, 
            transparent 55deg, 
            rgba(0, 0, 0, 0.02) 60deg, 
            transparent 65deg,
            transparent 115deg, 
            rgba(0, 0, 0, 0.02) 120deg,
            transparent 125deg,
            transparent 175deg,
            rgba(0, 0, 0, 0.02) 180deg,
            transparent 185deg,
            transparent 235deg,
            rgba(0, 0, 0, 0.02) 240deg,
            transparent 245deg,
            transparent 295deg,
            rgba(0, 0, 0, 0.02) 300deg,
            transparent 305deg
        );
    z-index: -1;
    content: "";
    animation: slowRotate 40s linear infinite;
}

.about_thisQb3M .knowledge_guidesFtgo::before {
    content: "";
    inset: 0;
    background-size: 10px 10px;
    opacity: 0.3;
    position: absolute;
    background: 
        linear-gradient(45deg, transparent 25%, rgba(255, 255, 255, 0.02) 25%, rgba(255, 255, 255, 0.02) 50%, transparent 50%, transparent 75%, rgba(255, 255, 255, 0.02) 75%);
    z-index: -1;
    animation: patternShift 20s linear infinite;
}

.about_thisQb3M .belief_core1CZy::before {
    z-index: -1;
    opacity: 0.2;
    inset: 10px;
    border-radius: 10px;
    content: "";
    border: 1px dashed rgb(170,169,193,0.5);
    position: absolute;
}

.about_thisQb3M .belief_core1CZy svg {
    margin-bottom: 15px;
    width: 70px;
    position: relative;
    height: 70px;
    filter: drop-shadow(0 4px 6px rgba(0, 0, 0, 0.1));
    transition: all 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.about_thisQb3M .belief_core1CZy svg::before {
    border: 1px solid rgb(170,169,193,0.5);
    content: "";
    border-radius: 50%;
    transition: all 0.3s ease;
    inset: -5px;
    transform: scale(0.8);
    position: absolute;
    opacity: 0;
}

.about_thisQb3M h2::before {
    z-index: -1;
    pointer-events: none;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    content: "";
    position: absolute;
    opacity: 0.15;
    background: 
        linear-gradient(to right, rgb(170,169,193,0.5) 0%, transparent 5%),
        linear-gradient(to bottom, rgb(170,169,193,0.5) 0%, transparent 5%);
}

.about_thisQb3M h2:hover::after {
    transform: translateX(10px);
    width: 100px;
}

.about_thisQb3M .learn_projWLG::before {
    z-index: -1;
    border-radius: 28px;
    content: "";
    position: absolute;
    opacity: 0.1;
    inset: 10px;
    box-shadow: inset 0 0 0 1px rgb(170,169,193,0.5);
}

.about_thisQb3M .learn_projWLG .background_imgq9OP {
    width: 100%;
    transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
    position: relative;
    height: 320px;
    transform-style: preserve-3d;
    overflow: hidden;
    box-shadow: 
        0 15px 35px rgba(0, 0, 0, 0.1),
        0 5px 15px rgba(0, 0, 0, 0.05);
    transform: rotateY(3deg) rotateX(2deg);
    border-radius: 28px;
}



.about_thisQb3M .learn_projWLG:hover .background_imgq9OP {
    transform: rotateY(0deg) rotateX(0deg) translateY(-10px);
    box-shadow: 
        0 20px 40px rgba(0, 0, 0, 0.15),
        0 10px 20px rgba(0, 0, 0, 0.1);
}

.about_thisQb3M .knowledge_classesnEsj {
    transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
    background: rgb(170,169,193);
    box-shadow: 
        0 15px 35px rgba(0, 0, 0, 0.1),
        0 5px 15px rgba(0, 0, 0, 0.05);
    transform: translateY(0);
    margin-top: -40px;
    z-index: 3;
    border-radius: 10px;
    position: relative;
    padding: 20px 25px;
    margin-right: 20px;
    color: #ffffff;
    margin-left: 20px;
}

.about_thisQb3M .learn_projWLG:hover .knowledge_classesnEsj {
    transform: translateY(-5px);
    box-shadow: 
        0 20px 40px rgba(0, 0, 0, 0.15),
        0 10px 20px rgba(0, 0, 0, 0.1);
}

.about_thisQb3M .training_experts5u0n {
    padding-bottom: 8px;
    margin: 0 0 8px 0;
    font-weight: 700;
    font-size: 19px;
    position: relative;
}

.about_thisQb3M .summary_frameRVls {
    grid-area: text;
    position: relative;
    padding: 30px;
    z-index: 2;
}

.about_thisQb3M .summary_frameRVls:hover::before {
    opacity: 0.2;
}

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

.potential_enrolleesfCpV {
    overflow: hidden;
    background: linear-gradient(45deg, rgb(212,211,217) 0%, #ffffff 100%);
    padding: 100px 0;
    position: relative;
}

.potential_enrolleesfCpV::before {
    right: 0;
    top: 0;
    position: absolute;
    width: 50%;
    background: rgb(170,169,193,0.5);
    opacity: 0.1;
    height: 100%;
    clip-path: polygon(100% 0, 0 0, 100% 100%);
    z-index: 1;
    content: "";
}

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

.potential_enrolleesfCpV h4 {
    font-size: 37px;
    border-left: 4px solid rgb(170,169,193);
    font-weight: 700;
    padding-left: 20px;
    color: #000000;
    text-align: left;
    margin-bottom: 60px;
    position: relative;
}

.potential_enrolleesfCpV div > div::before {
    z-index: 1;
    content: "";
    position: absolute;
    background: linear-gradient(to bottom, rgb(170,169,193,0.5), rgb(124,124,171,0.5));
    left: 15px;
    height: 100%;
    top: 0;
    width: 2px;
}

.potential_enrolleesfCpV p:last-child {
    margin-bottom: 0;
}

.potential_enrolleesfCpV p::before {
    position: absolute;
    left: -30px;
    transform: translateY(-50%);
    height: 2px;
    top: 50%;
    background: linear-gradient(90deg, rgb(170,169,193,0.5), rgb(124,124,171));
    content: "";
    width: 30px;
}

.potential_enrolleesfCpV p:hover {
    transform: translateX(10px);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

.potential_enrolleesfCpV p:hover::after {
    background: rgb(170,169,193);
    transform: translateY(-50%) scale(1.2);
}

.potential_enrolleesfCpV p:nth-child(odd)::after {
    border-color: rgb(170,169,193);
}

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

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

.potential_enrolleesfCpV p:hover svg {
    transform: scale(1.1) rotate(10deg);
}

.potential_enrolleesfCpV p:nth-child(2) {
    transform: translateX(30px);
}

.potential_enrolleesfCpV p:nth-child(4) {
    transform: translateX(90px);
}

.potential_enrolleesfCpV p:nth-child(6) {
    transform: translateX(150px);
}

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

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

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

.potential_enrolleesfCpV .knowledge_guidesFtgo > div p:nth-child(1) {
    animation-delay: 0.1s;
}

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

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

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

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

.course_highlightsLT5a {
    overflow: hidden;
    padding: 7rem 0;
    background: rgb(212,211,217);
    position: relative;
}

.course_highlightsLT5a::before {
    content: "";
    opacity: 0.15;
    background: 
        linear-gradient(45deg, transparent 45%, rgb(170,169,193,0.5) 100%),
        linear-gradient(135deg, transparent 45%, rgb(124,124,171,0.5) 100%);
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
}

.course_highlightsLT5a .study_hacktCU4 {
    align-items: center;
    display: flex;
    flex-direction: column;
}

.course_highlightsLT5a .summary_frameRVls {
    width: 100%;
    text-align: center;
    z-index: 3;
    border-radius: 19px;
    padding: 4rem 3rem;
    clip-path: polygon(
        0% 5%, 
        5% 0%, 
        95% 0%, 
        100% 5%, 
        100% 95%, 
        95% 100%, 
        5% 100%, 
        0% 95%
    );
    position: relative;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.9) 0%, rgba(255, 255, 255, 0.7) 100%);
    backdrop-filter: blur(10px);
    transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1);
    box-shadow: 0 30px 60px rgba(0, 0, 0, 0.12);
    border: 1px solid rgba(255, 255, 255, 0.2);
    transform: translateZ(0);
}

.course_highlightsLT5a h2::after {
    transition: all 0.5s ease;
    position: absolute;
    height: 45px;
    opacity: 0.7;
    bottom: -15px;
    right: -15px;
    border-right: 3px solid rgb(124,124,171);
    content: "";
    width: 45px;
    border-bottom: 3px solid rgb(124,124,171);
}

.course_highlightsLT5a .description:last-of-type {
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.9) 0%, rgba(255, 255, 255, 0.7) 100%);
    border-left: 3px solid rgb(170,169,193);
    border-right: 3px solid rgb(124,124,171);
    max-width: 90%;
    padding: 1.2rem 1.8rem;
    font-weight: 600;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    transform: perspective(1000px) rotateX(2deg);
    transition: all 0.5s ease;
}

.course_highlightsLT5a .background_imgq9OP::before {
    top: 0;
    background: 
        radial-gradient(circle at center, transparent 30%, rgba(0, 0, 0, 0.5) 100%),
        linear-gradient(to top, rgba(0, 0, 0, 0.5) 0%, transparent 70%);
    content: "";
    z-index: 1;
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0.85;
}



.course_highlightsLT5a .summary_frameRVls::before {
    height: 70%;
    content: "";
    position: absolute;
    z-index: -1;
    background: rgb(170,169,193,0.5);
    right: -5%;
    animation: morph 15s linear infinite alternate;
    width: 70%;
    border-radius: 40% 60% 70% 30% / 40% 50% 60% 50%;
    top: -5%;
    opacity: 0.15;
}

.metrics_summaryjKf0 {
    overflow: hidden;
    padding: 5rem 0;
    position: relative;
    background: linear-gradient(135deg, rgb(212,211,217) 0%, rgba(245, 247, 250, 0.92) 100%);
}

.metrics_summaryjKf0::before {
    left: -5%;
    z-index: 1;
    position: absolute;
    height: 120%;
    content: "";
    background: linear-gradient(145deg, rgb(170,169,193,0.5) 0%, transparent 80%);
    transform: skewX(-15deg) translateZ(0);
    width: 50%;
    opacity: 0.15;
    top: -10%;
}

.metrics_summaryjKf0 .container {
    max-width: 1200px;
    perspective: 1000px;
    margin: 0 auto;
    z-index: 2;
    position: relative;
}

.metrics_summaryjKf0 ul {
    list-style: none;
    display: grid;
    gap: 2rem;
    margin: 0;
    grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
    transform-style: preserve-3d;
    padding: 0;
}

.metrics_summaryjKf0 .expert_benefits2hAf::before {
    top: 0;
    width: 100%;
    left: 0;
    content: "";
    height: 100%;
    position: absolute;
    z-index: 0;
    background: linear-gradient(135deg, transparent 0%, rgba(rgb(170,169,193,0.5), 0.03) 100%);
}

.metrics_summaryjKf0 .expert_benefits2hAf:nth-child(2n) {
    border-left: 4px solid rgb(124,124,171);
}

.metrics_summaryjKf0 .expert_benefits2hAf:hover {
    transform: translateY(-5px) translateZ(20px);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.08), 
                0 3px 10px rgba(0, 0, 0, 0.12),
                0 25px 50px -20px rgba(0, 0, 0, 0.2);
}

.metrics_summaryjKf0 .expert_benefits2hAf:nth-child(2n) p {
    background: linear-gradient(135deg, rgb(124,124,171) 0%, rgb(170,169,193) 100%);
    -webkit-background-clip: text;
    background-clip: text;
}

.metrics_summaryjKf0 .expert_benefits2hAf:nth-child(3n) p {
    background-clip: text;
    -webkit-background-clip: text;
    background: linear-gradient(135deg, #000000 0%, rgb(124,124,171) 100%);
}

.metrics_summaryjKf0 .expert_benefits2hAf span {
    font-weight: 600;
    position: relative;
    font-size: 12px;
    display: block;
    transform: translateZ(0);
    transition: transform 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
    margin-top: 0.25rem;
    color: #000000;
}

.metrics_summaryjKf0 .expert_benefits2hAf:hover span::after {
    width: 100%;
}

.metrics_summaryjKf0 h4::before {
    z-index: -1;
    width: 100%;
    position: absolute;
    transform: perspective(500px) rotateX(5deg);
    height: 100%;
    left: 0;
    background: linear-gradient(90deg, transparent 0%, #ffffff 50%, transparent 100%);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
    content: "";
    top: 0;
}

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

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

.teacher_profileMo2l .client_reviewB6Qw {
    gap: 2rem;
    background-color: #ffffff;
    grid-template-columns: 1fr;
    display: grid;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1), 0 5px 15px rgba(0, 0, 0, 0.05);
    padding: 2rem;
    transform: perspective(1000px) rotateX(2deg);
    transition: transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
    position: relative;
    transform-style: preserve-3d;
}

.teacher_profileMo2l .client_reviewB6Qw .background_imgq9OP {
    clip-path: polygon(0% 15%, 15% 0%, 85% 0%, 100% 15%, 100% 85%, 85% 100%, 15% 100%, 0% 85%);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15);
    transform: translateZ(30px);
    position: relative;
    height: 180px;
    width: 180px;
    overflow: hidden;
    transition: transform 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275), 
                clip-path 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    border: 4px solid #ffffff;
}

.teacher_profileMo2l .client_reviewB6Qw .name {
    font-weight: 700;
    font-size: calc(23px * 1.2);
    display: inline-block;
    color: #000000;
    margin: 0 0 0.5rem;
    transform: translateZ(15px);
    position: relative;
}

.teacher_profileMo2l .client_reviewB6Qw:hover .name::after {
    width: 100%;
}

.teacher_profileMo2l .client_reviewB6Qw:hover > div:nth-child(2) > div {
    transform: translateY(0);
    opacity: 1;
}

.teacher_profileMo2l .client_reviewB6Qw > div:nth-child(3) {
    position: relative;
    transform: translateZ(5px);
}

.teacher_profileMo2l .client_reviewB6Qw .employee_infoj6NP::before,
.teacher_profileMo2l .client_reviewB6Qw .employee_infoj6NP::after {
    color: rgb(170,169,193,0.5);
    line-height: 1;
    font-size: 4rem;
    position: absolute;
    font-family: serif;
    content: "";
}

.teacher_profileMo2l .client_reviewB6Qw .employee_infoj6NP::before {
    top: -1.5rem;
    left: -1rem;
}

.service_contactw0lC::before {
    animation: circularPulse 10s infinite alternate;
    left: -50%;
    height: 200%;
    position: absolute;
    width: 200%;
    background: radial-gradient(
        circle at center, 
        rgba(255,255,255,0.1) 0%, 
        transparent 70%
    );
    z-index: 1;
    top: -50%;
    content: '';
}

.service_contactw0lC .help_questiont7Lx {
    gap: 2rem;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    align-items: stretch;
    perspective: 1000px;
}

.service_contactw0lC .connect_todaylTM1:hover {
    transform: rotateX(0) scale(1.02);
    box-shadow: 
        0 25px 45px rgba(0,0,0,0.15),
        0 10px 25px rgba(0,0,0,0.1);
}

.service_contactw0lC .connect_todaylTM1 p {
    display: flex;
    align-items: center;
}

.service_contactw0lC .connect_todaylTM1 h2 {
    color: rgb(170,169,193);
    letter-spacing: -0.02em;
    font-weight: 700;
    margin-bottom: 1rem;
    font-size: 37px;
    position: relative;
}

.service_contactw0lC .ask_questionpOXy {
    margin-bottom: 0.75rem;
    font-size: 15px;
    color: rgb(124,124,171);
    font-weight: 600;
}

.service_contactw0lC .connect_todaylTM1 .background_imgq9OP {
    box-shadow: 
        0 20px 40px rgba(0,0,0,0.2),
        0 10px 20px rgba(0,0,0,0.1);
    height: 300px;
    transform: translateZ(20px);
    border-radius: 13px;
}

.service_contactw0lC .edu_mentorNYt6 {
    display: flex;
    gap: 0.5rem;
    flex-wrap: wrap;
}

.service_contactw0lC .send_infoW360 {
    flex-direction: column;
    gap: 1rem;
    display: flex;
}

.service_contactw0lC .send_infoW360 a {
    padding: 0.75rem;
    text-decoration: none;
    position: relative;
    flex-direction: column;
    border-radius: 10px;
    display: flex;
    transition: all 0.3s ease;
}

.service_contactw0lC .send_infoW360 a p {
    color: #000000;
    font-size: 15px;
    margin: 0;
}

.service_contactw0lC .send_infoW360 a:hover svg,
.service_contactw0lC .send_infoW360 a:hover svg path {
    fill: rgb(124,124,171);
}

.privacy_ctrlCotd {
    flex-direction: column;
    align-items: center;
    display: flex;
    padding: 20px;
}

.policy_opt07VL {
    margin-bottom: 20px;
}

.policy_opt07VL svg, .policy_opt07VL svg path, .policy_opt07VL img {
    width: 60px;
    height: 60px;
    fill: rgb(170,169,193);
}

.privacyPolicyOverlayBAO7 h5 {
    color: rgb(170,169,193);
    margin-bottom: 10px;
    text-align: center;
    font-size: 19px;
    font-weight: 700;
}

.privacy_switch4CwO:hover {
    background: rgb(124,124,171);
}

.cookie_button.track_settingsqy1G {
    background: rgb(124,124,171);
}

.cookie_button.track_settingsqy1G:hover {
    background: rgb(124,124,171,0.5);
}

.privacyPolicyOverlayBAO7 p a {
    text-decoration: none;
    transition: color 0.3s ease-in-out;
    color: rgb(170,169,193);
}

#consentPopupDialog90hW {
    display: none;
}

#consentPopupDialog90hW:checked ~ .privacyPolicyOverlayBAO7 {
    opacity: 0;
    visibility: hidden;
}

.edu_links4QMX .container {
    flex-wrap: wrap;
    display: flex;
}

.edu_links4QMX .company_holder {
    background: rgba(0, 0, 0, 0.2);
    text-align: center;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.15);
    margin-bottom: 40px;
    padding: 25px;
    flex: 0 0 100%;
    border-radius: 19px;
}

.edu_links4QMX .credit_infoJGS3 {
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.1);
    max-width: 80%;
    padding: 15px 20px;
    margin: 0 auto;
    line-height: 1.7;
    font-size: 12px;
    text-align: center;
    color: #ffffff;
}

.edu_links4QMX .main_topJrbz {
    transition: all 0.3s ease;
    padding: 20px;
    background: rgba(255, 255, 255, 0.05);
    flex: 0 0 calc(50% - 30px);
    border-radius: 19px;
    max-width: calc(50% - 30px);
}

.edu_links4QMX .main_topJrbz .nav_sitewrapWo1x {
    flex-direction: column;
    display: flex;
    margin-top: 0;
    gap: 12px;
}

.edu_links4QMX .main_topJrbz .nav_sitewrapWo1x a {
    font-size: 12px;
    text-decoration: none;
    transition: all 0.3s ease;
    padding: 8px 12px;
    color: #ffffff;
    background: rgba(255, 255, 255, 0.05);
    border-radius: 10px;
    text-align: center;
}

.assign_helpCblf {
    background: rgba(0, 0, 0, 0.3);
    z-index: 2;
    position: relative;
    padding: 20px 0;
    margin-top: 40px;
}

.assign_helpCblf .container {
    justify-content: center;
    display: flex;
}

.assign_helpCblf .workshop_ctaCZ5d {
    letter-spacing: 0.5px;
    color: #ffffff;
    text-align: center;
    font-size: 16px;
}

.landing_pagerbLf {
    min-height: 100vh;
    display: flex;
    overflow: hidden;
    position: relative;
    background: linear-gradient(135deg, rgb(212,211,217) 0%, rgba(0, 0, 0, 0.5) 100%);
    justify-content: center;
    align-items: center;
}

.landing_pagerbLf::before {
    content: "";
    opacity: 0.3;
    top: 0;
    z-index: 1;
    position: absolute;
    background: 
    radial-gradient(circle at 20% 30%, rgb(170,169,193,0.5) 0%, transparent 40%),
    radial-gradient(circle at 80% 70%, rgb(124,124,171,0.5) 0%, transparent 40%);
    height: 100%;
    width: 100%;
    left: 0;
}

.landing_pagerbLf .learn_teamA07V {
    display: grid;
    position: relative;
    max-width: 1200px;
    transform: translateY(-2%);
    z-index: 2;
    width: 90%;
    grid-gap: 2rem;
    grid-template-columns: 1fr;
}

.landing_pagerbLf .learn_teamA07V > div:first-child::before {
    top: 0;
    content: "";
    animation: lineGrow 1.5s cubic-bezier(0.34, 1.56, 0.64, 1) forwards 0.5s;
    position: absolute;
    background: rgb(170,169,193);
    left: 0;
    width: 3px;
    height: 0;
}

.landing_pagerbLf .skill_philoFez5 {
    transform: perspective(1000px) rotateY(-2deg) rotateX(1deg);
    animation: fadeScale 1.5s cubic-bezier(0.34, 1.56, 0.64, 1) forwards;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.2), 0 5px 15px rgba(0, 0, 0, 0.1);
    position: relative;
    overflow: hidden;
    transition: transform 0.6s cubic-bezier(0.34, 1.56, 0.64, 1);
}

.landing_pagerbLf .skill_philoFez5 > div::before {
    background: linear-gradient(to bottom, 
    rgba(0, 0, 0, 0.3) 0%, 
    rgba(0, 0, 0, 0.5) 50%,
    rgba(0, 0, 0, 0.8) 100%);
    content: "";
    left: 0;
    height: 100%;
    width: 100%;
    top: 0;
    position: absolute;
    z-index: 1;
}

.landing_pagerbLf .skill_philoFez5 > div > div {
    margin-top: auto;
    position: relative;
    z-index: 2;
}

.landing_pagerbLf .title_style_header {
    margin: 0;
    color: transparent;
    text-shadow: 0 2px 6px rgba(0, 0, 0, 0.4);
    display: inline-block;
    background-clip: text !important;
    color: #ffffff;
    animation: fadeUp 1.2s cubic-bezier(0.34, 1.56, 0.64, 1) forwards 1.5s;
    -webkit-background-clip: text !important;
    transform: translateY(30px);
    line-height: 1.2;
    opacity: 0;
    position: relative;
    background: linear-gradient(90deg, #ffffff, rgb(170,169,193));
    font-weight: 700;
    font-size: 42px;
}

.training_structuredlmu::before {
    left: 0;
    z-index: 1;
    background: linear-gradient(
        45deg,
        transparent,
        rgb(170,169,193,0.5) 70%,
        transparent
    );
    animation: bgSweep 8s linear infinite alternate;
    width: 100%;
    height: 100%;
    top: 0;
    content: "";
    position: absolute;
    opacity: 0.15;
}

.training_structuredlmu .knowledge_guidesFtgo {
    align-items: center;
    max-width: 1000px;
    transform-style: preserve-3d;
    z-index: 2;
    position: relative;
    margin: 0 auto;
    flex-direction: column;
    display: flex;
    gap: 4rem;
}

.training_structuredlmu .knowledge_guidesFtgo {
    gap: 3rem;
}

.training_structuredlmu .knowledge_guidesFtgo {
    gap: 2rem;
}

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

.training_structuredlmu h3::before {
    transform: translateZ(-20px) scale(0.98);
    background: rgb(170,169,193,0.5);
}

.training_structuredlmu h3::after {
    transform: translateZ(-40px) scale(0.96);
    background: rgb(124,124,171,0.5);
}

.training_structuredlmu span {
    line-height: 1.8;
    padding: 3rem;
    font-size: 18px;
    width: 90%;
    transform: translateZ(30px) rotateX(-3deg);
    border-radius: 25px;
    background: #ffffff;
    animation: floatContent 6s ease-in-out infinite 1s, fadeIn 1s 0.3s ease-out forwards;
    opacity: 0;
    color: #000000;
    position: relative;
    box-shadow: 
        0 20px 40px rgba(0, 0, 0, 0.1),
        0 0 0 1px rgba(0, 0, 0, 0.05);
}

.training_structuredlmu span {
    padding: 2rem;
    --z: 20px;
    width: 95%;
    transform: translateZ(20px) rotateX(-2deg);
    --rx: -2deg;
}

.training_structuredlmu span {
    font-size: calc(18px * 0.95);
    --rx: -1deg;
    transform: translateZ(10px) rotateX(-1deg);
    width: 100%;
    padding: 1.5rem;
    --z: 10px;
}

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

.contact_form_sectionWi4C h2 {
    display: inline-block;
    font-weight: 700;
    margin-bottom: 60px;
    font-size: 33px;
    text-align: left;
    color: #000000;
    font-family: Arial, sans-serif;
    padding-left: 20px;
    position: relative;
}

.contact_form_sectionWi4C .background_imgq9OP {
    order: 2;
    position: relative;
    box-shadow: -15px 15px 0 rgb(170,169,193,0.5);
    border-radius: 24px;
    min-height: 500px;
    overflow: hidden;
}

.contact_form_sectionWi4C form h3 {
    text-transform: uppercase;
    color: #000000;
    font-weight: 700;
    font-size: 21px;
    letter-spacing: 1px;
    font-family: Arial, sans-serif;
    margin-bottom: 35px;
}

.contact_form_sectionWi4C form input[type="text"]:focus {
    box-shadow: 0 0 0 2px rgb(170,169,193,0.5);
    background: #ffffff;
    outline: none;
}

.contact_form_sectionWi4C form input[type="text"]::placeholder {
    color: #000000;
    opacity: 0.5;
}

.contact_form_sectionWi4C .feedback_requesteuvC input[type="checkbox"] {
    position: absolute;
    opacity: 0;
}

.contact_form_sectionWi4C .feedback_requesteuvC label::before {
    height: 22px;
    background: rgb(212,211,217);
    content: "";
    left: 0;
    transition: all 0.2s ease;
    position: absolute;
    border-radius: 10px;
    top: 2px;
    width: 22px;
}

.contact_form_sectionWi4C .feedback_requesteuvC input[type="checkbox"]:checked + label::after {
    width: 6px;
    top: 6px;
    content: "";
    left: 8px;
    border-right: 2px solid #ffffff;
    position: absolute;
    height: 10px;
    transform: rotate(45deg);
    border-bottom: 2px solid #ffffff;
}

.contact_form_sectionWi4C form .inquiry_listJB3E:hover {
    background: rgb(170,169,193);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
    transform: translateY(-3px);
}

.contact_form_sectionWi4C svg {
    height: 20px;
    fill: rgb(170,169,193);
    width: 20px;
}

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

.pricing_list_itemqvkW::before {
    position: absolute;
    background: linear-gradient(135deg, rgba(34, 30, 80, 0.95), rgba(19, 31, 60, 0.85));
    content: "";
    left: 0;
    top: 0;
    right: 0;
    z-index: 1;
    bottom: 0;
}

.pricing_list_itemqvkW .study_offersW7Lx {
    position: relative;
}

.pricing_list_itemqvkW .learn_packs8SWL {
    color: #ffffff;
    margin: 0 auto 3rem;
    opacity: 0;
    max-width: 800px;
    transform: translateY(15px);
    animation: fadeIn 0.8s ease-out 0.2s forwards;
    text-align: center;
    position: relative;
    font-size: calc(15px * 1.1);
    padding: 0 1rem;
    line-height: 1.6;
}

.pricing_list_itemqvkW .price_choicesnOXC li {
    transform: translateY(30px);
    opacity: 0;
    animation: fadeInUp 0.8s ease-out forwards;
}

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

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

.pricing_list_itemqvkW .plan_detailsHZt5 {
    transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    display: block;
    height: 100%;
    text-decoration: none;
}

.pricing_list_itemqvkW .fee_offersVI8k::before {
    width: 100%;
    transform-origin: left;
    content: "";
    left: 0;
    transform: scaleX(0);
    top: 0;
    transition: transform 0.5s cubic-bezier(0.23, 1, 0.32, 1);
    position: absolute;
    background: linear-gradient(90deg, rgb(170,169,193), rgb(124,124,171));
    height: 5px;
}

.pricing_list_itemqvkW .plan_detailsHZt5:hover .fee_offersVI8k::before {
    transform: scaleX(1);
}

.pricing_list_itemqvkW .skill_pricingnBYP {
    flex-direction: column;
    color: #ffffff;
    padding: 2.5rem 2rem;
    height: 100%;
    display: flex;
}

.pricing_list_itemqvkW .skill_pricingnBYP h4::after {
    width: 50px;
    background: rgb(124,124,171);
    height: 2px;
    position: absolute;
    bottom: 0;
    content: "";
    left: 0;
}

.pricing_list_itemqvkW .cost_planZs3p {
    align-items: center;
    align-self: flex-start;
    font-size: calc(15px * 1.3);
    font-weight: 700;
    margin-top: auto;
    justify-content: center;
    padding: 0.75rem 1.5rem;
    border-radius: 10px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    display: inline-flex;
    background: linear-gradient(120deg, rgb(170,169,193), rgb(124,124,171));
    transition: all 0.3s ease;
}

.secure_safeHyp1 h1 {
    font-weight: 700;
    padding-bottom: 15px;
    font-size: 40px;
    color: rgb(170,169,193);
    background: linear-gradient(90deg, rgb(170,169,193), rgb(124,124,171));
    letter-spacing: 2px;
    margin-top: 50px;
    margin-bottom: 30px;
    text-transform: uppercase;
    border-bottom: 2px solid rgb(170,169,193);
    color: transparent;
    -webkit-background-clip: text !important;
}

.secure_safeHyp1 h3, .secure_safeHyp1 h4, .secure_safeHyp1 h5, .secure_safeHyp1 h6 {
    font-size: 23px;
    color: transparent;
    background: linear-gradient(90deg, rgb(170,169,193), rgb(124,124,171));
    -webkit-background-clip: text !important;
    color: rgb(170,169,193);
    font-weight: 600;
    margin-bottom: 20px;
    margin-top: 30px;
}

.secure_safeHyp1 li::before {
    content: ">";
    font-weight: 700;
    left: 0;
    color: rgb(170,169,193);
    position: absolute;
}

.secure_safeHyp1 p, .secure_safeHyp1 span, .secure_safeHyp1 div {
    line-height: 2;
    margin-bottom: 15px;
    -webkit-background-clip: text !important;
    color: transparent;
    background: linear-gradient(90deg, rgb(170,169,193), rgb(124,124,171));
    font-size: 16px;
    font-weight: 300;
    color: #ffffff;
}

header .head_studyEejJ {
    display: flex;
    align-items: center;
    position: relative;
    justify-content: space-between;
    z-index: 2;
    padding: 1.2rem 2rem;
}

header .first_lessonqn2t {
    flex: 0 0 auto;
    margin-right: 2rem;
    max-width: 180px;
    position: relative;
}

header .top_learnZSVb:hover {
    transform: translateY(-3px);
}

header .top_learnZSVb::before {
    opacity: 0;
    position: absolute;
    background: rgb(170,169,193);
    bottom: -15px;
    left: 0;
    transition: all 0.3s ease;
    transform: scaleX(0.7);
    border-radius: 10px;
    height: 10px;
    content: '';
    width: 100%;
}

header .main_topJrbz::after {
    background: linear-gradient(90deg, 
        transparent, 
        rgb(170,169,193,0.5), 
        transparent
    );
    width: 100%;
    left: 0;
    height: 1px;
    content: '';
    position: absolute;
    bottom: -15px;
}

header .nav_pagewrap0X5z a::before {
    transform: translateX(-100%);
    transition: transform 0.3s ease;
    position: absolute;
    content: '';
    left: 0;
    background: rgb(170,169,193);
    bottom: 0;
    width: 100%;
    height: 3px;
}

header .nav_pagewrap0X5z a:hover::after {
    opacity: 0.15;
    transform: scale(1);
}

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

header .nav_train9auP {
    position: relative;
    padding-top: 2rem;
    background: #ffffff;
    z-index: 1;
}

.ty_modal78Rn {
    padding: 6rem 0;
    overflow: hidden;
    background: linear-gradient(135deg, rgb(124,124,171,0.5), rgb(170,169,193,0.5));
    position: relative;
}

.ty_modal78Rn::after {
    bottom: -5px;
    height: 10px;
    position: absolute;
    width: 100%;
    left: 0;
    background: linear-gradient(90deg, 
        transparent 0%, 
        rgb(124,124,171) 25%, 
        rgb(170,169,193) 75%, 
        transparent 100%);
    content: "";
    z-index: 2;
    opacity: 0.7;
    animation: shimmer 4s infinite ease-in-out;
}

.ty_modal78Rn .knowledge_guidesFtgo {
    transform: perspective(1000px) rotateX(2deg);
    transition: transform 0.5s ease-out;
    border-radius: 10px;
    background: linear-gradient(145deg, 
        rgba(255,255,255,0.95), 
        rgba(255,255,255,0.85));
    padding: 4rem 3rem;
    box-shadow: 
        0 15px 35px rgba(0,0,0,0.1),
        0 3px 10px rgba(0,0,0,0.05),
        0 0 0 1px rgba(255,255,255,0.2) inset;
    position: relative;
    overflow: hidden;
    transform-style: preserve-3d;
}

.ty_modal78Rn .knowledge_guidesFtgo > div:first-child {
    opacity: 1;
    position: relative;
    margin-bottom: 2rem;
    animation: fadeSlideUp 0.8s ease-out;
    transform: translateY(0);
}

.ty_modal78Rn h5 {
    color: rgb(170,169,193);
    margin: 0 0 1rem;
    position: relative;
    display: inline-block;
    font-weight: 700;
    font-family: Arial, sans-serif;
    font-size: 19px;
    line-height: 1.4;
}

.ty_modal78Rn a {
    text-decoration: none;
    transition: all 0.3s ease;
    display: block;
}

.ty_modal78Rn a:hover p {
    color: rgb(170,169,193);
    transform: translateY(-3px);
    text-shadow: 0 1px 2px rgba(0,0,0,0.1);
}

.ty_modal78Rn p {
    position: relative;
    font-family: Arial, sans-serif;
    font-weight: 400;
    transition: all 0.4s ease;
    line-height: 1.8;
    color: #000000;
    font-size: 13px;
    margin: 0;
}



@media (max-width: 992px) {.about_thisQb3M {
    padding: 100px 0;
}.about_thisQb3M .knowledge_guidesFtgo {
    grid-template-columns: 1fr;
    grid-template-areas: 
            "title title"
            "logo logo"
            "photo photo"
            "text text";
}.about_thisQb3M .belief_core1CZy {
    flex-direction: row;
    align-items: center;
    padding: 25px;
    justify-content: center;
}.about_thisQb3M .belief_core1CZy svg {
    margin-bottom: 0;
    margin-right: 15px;
}.about_thisQb3M h2 {
    justify-content: center;
    text-align: center;
    padding: 25px;
}.about_thisQb3M h2::after {
    transform: translateX(-50%);
    left: 50%;
}.about_thisQb3M h2:hover::after {
    width: 80px;
    transform: translateX(-40px);
}.about_thisQb3M .learn_projWLG,
    .about_thisQb3M .summary_frameRVls {
    padding: 25px;
}.about_thisQb3M .learn_projWLG .background_imgq9OP {
    height: 280px;
}
}



@media (max-width: 768px) {.potential_enrolleesfCpV {
    padding: 70px 0;
}.potential_enrolleesfCpV h4 {
    margin-bottom: 40px;
    font-size: calc(37px * 0.8);
    padding-left: 15px;
}.potential_enrolleesfCpV div > div {
    margin-left: 30px;
}.potential_enrolleesfCpV div > div::before {
    left: 10px;
}.potential_enrolleesfCpV p {
    padding: 15px;
    margin-bottom: 20px;
    margin-left: 20px;
}.potential_enrolleesfCpV p::before {
    width: 20px;
    left: -20px;
}.potential_enrolleesfCpV p::after {
    height: 14px;
    left: -32px;
    width: 14px;
}.potential_enrolleesfCpV p:nth-child(1) {
    transform: translateX(0);
}.potential_enrolleesfCpV p:nth-child(2) {
    transform: translateX(0);
}.potential_enrolleesfCpV p:nth-child(3) {
    transform: translateX(0);
}.potential_enrolleesfCpV p:nth-child(4) {
    transform: translateX(0);
}.potential_enrolleesfCpV p:nth-child(5) {
    transform: translateX(0);
}.potential_enrolleesfCpV p:nth-child(6) {
    transform: translateX(0);
}.potential_enrolleesfCpV p:hover,
    .potential_enrolleesfCpV p:nth-child(n):hover {
    transform: translateX(5px);
}
}



@media (max-width: 576px) {.potential_enrolleesfCpV {
    padding: 60px 0;
}.potential_enrolleesfCpV h4 {
    border-left-width: 3px;
    font-size: calc(37px * 0.7);
    margin-bottom: 30px;
}.potential_enrolleesfCpV div > div {
    margin-left: 25px;
}.potential_enrolleesfCpV p {
    padding: 12px;
    margin-bottom: 15px;
    font-size: calc(18px * 0.9);
}.potential_enrolleesfCpV p svg {
    margin-right: 10px;
    width: 20px;
    height: 20px;
}.potential_enrolleesfCpV p::after {
    border-width: 2px;
    width: 12px;
    height: 12px;
}}



@media (max-width: 1200px) {.course_highlightsLT5a .summary_frameRVls {
    padding: 3.5rem 2.5rem;
    max-width: 800px;
}.course_highlightsLT5a .background_imgq9OP {
    width: 130%;
    height: 130%;
}
}



@media (max-width: 768px) {.course_highlightsLT5a {
    padding: 4rem 0;
}.course_highlightsLT5a .summary_frameRVls {
    max-width: 90%;
    clip-path: polygon(
            0% 3%, 
            3% 0%, 
            97% 0%, 
            100% 3%, 
            100% 97%, 
            97% 100%, 
            3% 100%, 
            0% 97%
        );
    padding: 2.5rem 1.5rem;
}.course_highlightsLT5a h2 {
    font-size: calc(31px * 0.95);
}.course_highlightsLT5a h2::before,
    .course_highlightsLT5a h2::after {
    width: 35px;
    height: 35px;
    top: -10px;
    left: -10px;
}.course_highlightsLT5a h2::after {
    bottom: -10px;
    right: -10px;
}.course_highlightsLT5a .summary_frameRVls:hover h2::before,
    .course_highlightsLT5a .summary_frameRVls:hover h2::after {
    height: 40px;
    width: 40px;
}.course_highlightsLT5a .description {
    line-height: 1.7;
    max-width: 95%;
    font-size: calc(18px * 0.95);
}.course_highlightsLT5a .description:last-of-type {
    max-width: 95%;
    padding: 1rem 1.5rem;
}.course_highlightsLT5a .background_imgq9OP {
    height: 150%;
    width: 150%;
}
}



@media (max-width: 991px) {.metrics_summaryjKf0 {
    padding: 4rem 0;
}.metrics_summaryjKf0 ul {
    padding: 0 1rem;
    gap: 1.5rem;
    grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
}.metrics_summaryjKf0 .expert_benefits2hAf {
    padding: 1.75rem;
}.metrics_summaryjKf0 .expert_benefits2hAf p {
    font-size: calc(33px * 1.1);
}.metrics_summaryjKf0 h4 {
    margin-top: 2.5rem;
}
}



@media (max-width: 767px) {.metrics_summaryjKf0 {
    padding: 3rem 0;
}.metrics_summaryjKf0 ul {
    grid-template-columns: repeat(auto-fill, minmax(180px, 1fr));
    gap: 1.25rem;
}.metrics_summaryjKf0 .expert_benefits2hAf {
    padding: 1.5rem;
}.metrics_summaryjKf0 .expert_benefits2hAf p {
    font-size: 33px;
}.metrics_summaryjKf0 h4 {
    margin-top: 2rem;
    font-size: calc(18px * 1.1);
}
}



@media (max-width: 576px) {.metrics_summaryjKf0 {
    padding: 2.5rem 0;
}.metrics_summaryjKf0 ul {
    grid-template-columns: 1fr;
    max-width: 320px;
    margin: 0 auto;
}.metrics_summaryjKf0 .expert_benefits2hAf {
    padding: 1.25rem;
}.metrics_summaryjKf0 .expert_benefits2hAf p {
    font-size: calc(33px * 0.95);
}.metrics_summaryjKf0 .expert_benefits2hAf:hover {
    transform: translateY(-3px) translateZ(10px);
}.metrics_summaryjKf0 h4 {
    font-size: 18px;
    margin-top: 1.5rem;
    width: 90%;
}}



@media (min-width: 1024px) {.teacher_profileMo2l .client_reviewB6Qw {
    padding: 4rem;
    gap: 3rem 4rem;
}.teacher_profileMo2l .client_reviewB6Qw .background_imgq9OP {
    width: 250px;
    height: 250px;
}.teacher_profileMo2l .client_reviewB6Qw .employee_infoj6NP {
    padding: 0 2rem;
    font-size: calc(18px * 1.05);
}
}



@media (prefers-reduced-motion: reduce) {.teacher_profileMo2l::after {
    animation: none;
}.teacher_profileMo2l .client_reviewB6Qw,
    .teacher_profileMo2l .client_reviewB6Qw:hover,
    .teacher_profileMo2l .client_reviewB6Qw .background_imgq9OP,
    .teacher_profileMo2l .client_reviewB6Qw:hover .background_imgq9OP {
    transition: none;
    transform: none;
}}



@media screen and (max-width: 1200px) {.service_contactw0lC .help_questiont7Lx {
    grid-template-columns: 1fr 1fr;
}
}



@media screen and (max-width: 480px) {.service_contactw0lC {
    padding: 2rem 0;
}.service_contactw0lC .connect_todaylTM1 {
    padding: 1rem;
}.service_contactw0lC .connect_todaylTM1 .background_imgq9OP {
    height: 200px;
}}



@media (max-width: 767px) {.edu_links4QMX .main_topJrbz {
    max-width: 100%;
    margin-bottom: 20px;
    flex: 0 0 100%;
}.edu_links4QMX .company_holder {
    padding: 20px 15px;
}.edu_links4QMX .credit_infoJGS3 {
    max-width: 100%;
    padding: 15px;
}
}



@media (max-width: 576px) {.edu_links4QMX {
    padding: 40px 0;
}.edu_links4QMX .company_holder h3 {
    font-size: calc(38px * 0.8);
}.edu_links4QMX .main_topJrbz h5 {
    font-size: calc(23px * 0.9);
}.edu_links4QMX .main_topJrbz .nav_sitewrapWo1x a {
    font-size: calc(12px * 0.95);
}}



@media (min-width: 992px) {.landing_pagerbLf .learn_teamA07V {
    grid-template-columns: 0.35fr 0.65fr;
}.landing_pagerbLf .skill_philoFez5 {
    transform: perspective(1500px) rotateY(-3deg) rotateX(1deg);
}.landing_pagerbLf .skill_philoFez5:hover {
    transform: perspective(1500px) rotateY(0deg) rotateX(0deg) translateY(-10px);
}.landing_pagerbLf .skill_philoFez5 > div {
    min-height: 550px;
    padding: 3rem;
}.landing_pagerbLf .title_style_header {
    font-size: calc(42px * 1.4);
}
}



@media (max-width: 480px) {.landing_pagerbLf {
    padding: 3rem 1rem;
}.landing_pagerbLf .learn_teamA07V {
    width: 95%;
}.landing_pagerbLf .learn_teamA07V > div:first-child {
    padding: 1rem;
}.landing_pagerbLf .learn_teamA07V p {
    max-width: 100%;
    font-size: 16px;
}.landing_pagerbLf .skill_philoFez5 > div {
    min-height: 350px;
    padding: 1.5rem;
}.landing_pagerbLf .title_style_header {
    font-size: calc(35px * 0.9);
}.landing_pagerbLf .skill_philoFez5 h3 {
    max-width: 100%;
    font-size: calc(21px * 1.1);
}}



@media screen and (max-width: 767px) {.contact_form_sectionWi4C {
    padding: 70px 0;
}.contact_form_sectionWi4C h2 {
    font-size: calc(33px * 0.9);
    margin-bottom: 40px;
}.contact_form_sectionWi4C .background_imgq9OP {
    box-shadow: -10px 10px 0 rgb(170,169,193,0.5);
    width: 100%;
    min-height: 300px;
}.contact_form_sectionWi4C form {
    padding: 40px 30px;
}
}




@media (max-width: 1200px) {.pricing_list_itemqvkW .price_choicesnOXC {
    gap: 1.5rem;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
}.pricing_list_itemqvkW .skill_pricingnBYP {
    padding: 2rem 1.5rem;
}
}



@media (max-width: 991px) {.pricing_list_itemqvkW {
    padding: 3.5rem 0;
}.pricing_list_itemqvkW h2 {
    font-size: calc(34px * 0.9);
}.pricing_list_itemqvkW .learn_packs8SWL {
    margin-bottom: 2.5rem;
    font-size: 15px;
}
}



@media (max-width: 480px) {.pricing_list_itemqvkW {
    padding: 2.5rem 0;
}.pricing_list_itemqvkW h2 {
    font-size: calc(34px * 0.8);
}.pricing_list_itemqvkW .learn_packs8SWL {
    font-size: calc(15px * 0.95);
    margin-bottom: 2rem;
}.pricing_list_itemqvkW .skill_pricingnBYP {
    padding: 1.75rem 1.25rem;
}.pricing_list_itemqvkW .skill_pricingnBYP p {
    margin-bottom: 1.5rem;
    font-size: calc(15px * 0.95);
}}



@media (min-width: 1400px) {header .head_studyEejJ {
    margin: 0 auto;
    max-width: 1300px;
}header .nav_pagewrap0X5z a {
    padding: 1rem 1.5rem;
}
}



@media (max-width: 991px) {header .head_studyEejJ {
    padding: 1rem;
    flex-wrap: wrap;
    justify-content: space-between;
    flex-direction: row;
}header .first_lessonqn2t {
    margin-bottom: 0;
    margin-right: 0;
}header .main_topJrbz {
    margin-top: 0;
    justify-content: flex-end;
    padding-top: 1rem;
    flex-wrap: wrap;
    flex-basis: 100%;
}header .nav_pagewrap0X5z {
    margin-bottom: 0.5rem;
}header .nav_pagewrap0X5z a {
    font-size: calc(17px - 1px);
    padding: 0.7rem 1rem;
}
}



@media (max-width: 991px) {.ty_modal78Rn {
    padding: 5rem 0;
}.ty_modal78Rn .knowledge_guidesFtgo {
    padding: 3rem 2.5rem;
    transform: perspective(1000px) rotateX(1deg);
}.ty_modal78Rn h5 {
    font-size: calc(19px * 0.95);
}.ty_modal78Rn p {
    line-height: 1.7;
    font-size: calc(13px * 0.98);
}
}



@media (max-width: 767px) {.ty_modal78Rn {
    padding: 4rem 0;
}.ty_modal78Rn .knowledge_guidesFtgo {
    padding: 2.5rem 2rem;
    transform: none;
}.ty_modal78Rn .knowledge_guidesFtgo::before {
    height: 150px;
    width: 150px;
}.ty_modal78Rn h5 {
    font-size: calc(19px * 0.9);
}.ty_modal78Rn h5::after {
    width: 50%;
}.ty_modal78Rn p {
    line-height: 1.6;
    font-size: calc(13px * 0.95);
}
}

@keyframes rotateCircles {
    0% {
        background-position: 0% 0%, 100% 100%, 0 0;
        opacity: 0.15;
    }
    50% {
        background-position: 5% 5%, 95% 95%, 0 0;
        opacity: 0.17;
    }
    100% {
        background-position: 0% 0%, 100% 100%, 0 0;
        opacity: 0.15;
    }
}

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

@keyframes slideIn {
    from {
        opacity: 0;
        transform: translateX(-50px);
    }
    to {
        opacity: 1;
        transform: translateX(0);
    }
}



@keyframes morph {
    0% {
        border-radius: 40% 60% 70% 30% / 40% 50% 60% 50%;
    }
    25% {
        border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
    }
    50% {
        border-radius: 60% 40% 30% 70% / 60% 30% 70% 40%;
    }
    75% {
        border-radius: 40% 60% 30% 70% / 60% 40% 30% 70%;
    }
    100% {
        border-radius: 60% 40% 60% 40% / 50% 60% 40% 50%;
    }
}



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



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



@keyframes lineGrowWidth {
  0% {
    width: 0;
  }
  100% {
    width: 60%;
  }
}



@keyframes slideInLeft {
  0% {
    opacity: 0;
    transform: translateX(-15%);
  }
  100% {
    opacity: 1;
    transform: translateX(-5%);
  }
}



@keyframes floatGlow {
  0% {
    transform: rotate(15deg) translateY(0);
    filter: blur(80px);
  }
  50% {
    filter: blur(100px);
  }
  100% {
    transform: rotate(12deg) translateY(-20px);
    filter: blur(70px);
  }
}



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



@keyframes floatShadow {
    0%, 100% {
        opacity: 0.3;
        transform: translateZ(var(--z, -20px));
    }
    50% {
        opacity: 0.5;
        transform: translateZ(var(--z, -20px));
    }
}


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

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



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



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



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

