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

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

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


.location_info_TAVs {
    color: #ffffff;
    overflow: hidden;
    position: relative;
    padding: 5rem 0;
    background: linear-gradient(140deg, #000000 0%, #151a23 100%);
    perspective: 1000px;
}

.location_info_TAVs .talk_support_syhN {
    position: relative;
    border-radius: 10px;
    overflow: visible;
    perspective: 800px;
    transform-style: preserve-3d;
}

.location_info_TAVs .talk_support_syhN h3::after {
    position: absolute;
    left: 0;
    content: '';
    background: linear-gradient(90deg, rgb(203,198,212), transparent);
    bottom: -10px;
    height: 1px;
    width: 100%;
}

.location_info_TAVs .edu_input_aEkO {
    position: relative;
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(350px, 1fr));
    gap: 1.5rem;
}

.location_info_TAVs .edu_input_aEkO span:hover {
    transform: translateY(-5px) translateZ(10px);
    border-color: rgba(rgb(203,198,212,0.5), 0.4);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.3), 0 0 15px rgba(rgb(203,198,212,0.5), 0.3);
}

.location_info_TAVs .edu_input_aEkO span svg {
    position: absolute;
    opacity: 0.8;
    width: 24px;
    transform: translateZ(10px);
    filter: drop-shadow(0 0 5px rgba(rgb(203,198,212,0.5), 0.7));
    transition: all 0.3s ease;
    height: 24px;
    fill: rgb(203,198,212);
    right: 1rem;
    top: 1rem;
}

.location_info_TAVs .edu_input_aEkO span > span svg {
    margin-bottom: 0;
    margin-right: 0.75rem;
    width: 18px;
    opacity: 0.7;
    position: relative;
    height: 18px;
    right: auto;
    top: auto;
}

.location_info_TAVs .edu_input_aEkO span a:hover svg {
    fill: #ffffff;
    transform: translateZ(5px) scale(1.1);
}

.location_info_TAVs .quick_support_UWbk::after {
    right: -30px;
    opacity: 0.1;
    top: -30px;
    background: rgb(168,161,179);
    width: 60px;
    border-radius: 50%;
    content: '';
    position: absolute;
    height: 60px;
}

.location_info_TAVs .quick_support_UWbk h4 svg {
    fill: rgb(168,161,179);
    margin-right: 0.75rem;
    width: 22px;
    animation: clockRotate 10s linear infinite;
    transform-origin: center;
    filter: drop-shadow(0 0 5px rgba(rgb(168,161,179,0.5), 0.5));
    height: 22px;
}


.location_info_TAVs .container::before {
    box-shadow: 0 0 15px rgb(203,198,212);
    animation: blinkingLight 2s infinite;
    width: 10px;
    z-index: 5;
    border-radius: 50%;
    bottom: 20px;
    background: rgb(203,198,212);
    content: '';
    position: absolute;
    height: 10px;
    right: 20px;
}

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

.pricing_cluster_sAZc h2 {
    opacity: 1;
    transition: transform 0.5s ease, opacity 0.5s ease;
    margin-bottom: 20px;
    font-weight: 700;
    text-align: center;
    color: #ffffff;
    position: relative;
    font-size: 38px;
    transform: translateY(0);
}

.pricing_cluster_sAZc .pricing_tiers_TyLd {
    text-decoration: none;
    display: flex;
    flex-direction: column;
    position: relative;
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    background: linear-gradient(145deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.03));
    width: 100%;
    border: 1px solid rgba(255, 255, 255, 0.1);
    box-shadow: 0 15px 25px rgba(0, 0, 0, 0.2);
    overflow: hidden;
    z-index: 1;
    transition: transform 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275), 
                box-shadow 0.5s ease;
    height: 100%;
}

.pricing_cluster_sAZc .cost_plan_tupC::before {
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    left: -100%;
    width: 100%;
    position: absolute;
    transition: left 0.5s ease;
    top: 0;
    content: "";
    height: 100%;
}

header .nav_prime_sRzE {
    position: relative;
}

header .nav_prime_sRzE:after {
    background-image: radial-gradient(
        circle,
        rgba(255, 255, 255, 0.1) 0%,
        transparent 70%
    );
    filter: blur(8px);
    height: 60px;
    content: '';
    left: 0;
    width: 60px;
    pointer-events: none;
    transform: translateY(-50%);
    opacity: 0.5;
    position: absolute;
    top: 50%;
}

header .header_wrap_pWZd:before {
    border: 1px solid rgba(255, 255, 255, 0.2);
    position: absolute;
    top: 50%;
    width: 20px;
    transform: translateY(-50%) translateX(-40px);
    border-radius: 50%;
    opacity: 0.5;
    content: '';
    height: 20px;
    left: 0;
}

header .site_navbar_bRSY {
    position: relative;
    color: #ffffff;
    font-size: 17px;
    letter-spacing: 0.5px;
    padding: 8px 0;
    font-weight: 400;
    font-family: Arial, sans-serif;
    transition: all 0.3s ease;
    text-transform: uppercase;
    text-decoration: none;
}

header .site_navbar_bRSY:hover:before {
    opacity: 1;
    left: -20px;
}

header .head_core_AFup:after {
    background: #ffffff;
    transition: all 0.3s ease;
    content: '';
    position: absolute;
    height: 10px;
    box-shadow: 0 0 10px rgba(255, 255, 255, 0.5);
    top: -5px;
    left: -5px;
    border-radius: 50%;
    width: 10px;
    opacity: 0;
}

.contact_box_CLPc::after {
    position: absolute;
    height: 100%;
    background-position: 0 0, 0 0, 0 0, 0 0;
    top: 0;
    animation: backgroundMove 30s infinite linear;
    background-image: 
        repeating-linear-gradient(45deg, rgb(203,198,212,0.5) 0, rgb(203,198,212,0.5) 1px, transparent 1px, transparent 20px),
        repeating-linear-gradient(-45deg, rgb(168,161,179,0.5) 0, rgb(168,161,179,0.5) 1px, transparent 1px, transparent 20px),
        linear-gradient(90deg, rgb(203,198,212,0.5), transparent 70%),
        linear-gradient(180deg, rgb(168,161,179,0.5), transparent 70%);
    width: 100%;
    opacity: 0.2;
    z-index: 1;
    left: 0;
    background-size: 30px 30px, 30px 30px, 100% 100%, 100% 100%;
    content: "";
}

.contact_box_CLPc form {
    position: relative;
    z-index: 2;
}

.contact_box_CLPc form h3::after {
    content: "";
    background: rgb(203,198,212);
    left: 0;
    bottom: -15px;
    box-shadow: 
        0 0 5px rgb(203,198,212,0.5),
        0 0 10px rgb(203,198,212,0.5);
    height: 2px;
    position: absolute;
    width: 40px;
}

.contact_box_CLPc .help_widget_cZyb {
    margin-bottom: 35px;
    position: relative;
}

.contact_box_CLPc .help_widget_cZyb label::before {
    transition: all 0.3s ease;
    height: 22px;
    border-radius: 4px;
    top: 0;
    width: 22px;
    position: absolute;
    border: 1px solid rgb(203,198,212,0.5);
    content: "";
    left: 0;
    background: rgb(237,234,239);
}

.contact_box_CLPc .help_widget_cZyb label a:hover::after {
    transform-origin: left;
    transform: scaleX(1);
}

.contact_box_CLPc .connect_grid_TYGz:hover {
    box-shadow: 
        0 5px 20px rgb(168,161,179,0.5),
        0 0 0 1px rgb(168,161,179);
}

.contact_box_CLPc svg {
    transition: all 0.3s ease;
    filter: drop-shadow(0 0 2px rgb(203,198,212,0.5));
    height: 22px;
    width: 22px;
    fill: rgb(203,198,212);
}

.thxPage_Incj {
    overflow: hidden;
    position: relative;
    padding: 5rem 0;
    background: linear-gradient(135deg, rgb(237,234,239), rgb(237,234,239) 60%, rgba(rgb(203,198,212,0.5), 0.1));
}

.thxPage_Incj .knowledge_classes_fbmo {
    box-shadow: 
        0 20px 50px -15px rgba(rgba(0, 0, 0, 0.5), 0.12),
        0 30px 70px -25px rgba(rgba(0, 0, 0, 0.5), 0.1),
        0 2px 5px rgba(rgb(203,198,212,0.5), 0.05),
        0 0 0 1px rgba(rgb(203,198,212,0.5), 0.08);
    position: relative;
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    transform: perspective(1000px) rotateX(2deg);
    backdrop-filter: blur(10px);
    padding: 3rem;
    grid-template-columns: 1fr;
    background: linear-gradient(170deg, 
        rgba(rgb(255, 255, 255, 0.5), 0.95), 
        rgba(rgb(255, 255, 255, 0.5), 0.85)
    );
    gap: 2.5rem;
    display: grid;
}

.thxPage_Incj a:hover p {
    color: #000000;
}

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

.digital_consent_PYjX svg, .digital_consent_PYjX svg path, .digital_consent_PYjX img {
    height: 60px;
    width: 60px;
    fill: rgb(203,198,212);
}

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

.overlayConsentSettings_RAHt p a {
    color: rgb(203,198,212);
    text-decoration: none;
    transition: color 0.3s ease-in-out;
}

.title_intro_yMhC .start_intro_yiml {
    padding: 2rem;
    z-index: 2;
    max-width: 1200px;
    position: relative;
    width: 100%;
}

.title_intro_yMhC .edu_title_crEe::after {
    content: "";
    transform: scale(0.8);
    top: -50%;
    animation: pulse 8s ease-in-out infinite alternate;
    position: absolute;
    background: radial-gradient(
    circle,
    rgb(255, 255, 255, 0.5) 0%,
    transparent 70%
  );
    width: 200%;
    opacity: 0.1;
    z-index: -1;
    left: -50%;
    height: 200%;
}

.title_intro_yMhC .edu_title_crEe div div {
    transform: translateX(20px);
    position: relative;
    animation: fadeInRight 0.8s cubic-bezier(0.19, 1, 0.22, 1) forwards 0.9s;
    opacity: 0;
    padding-left: 1rem;
    border-left: 3px solid rgb(203,198,212);
}

.potential_enrollees_uTja {
    padding: 100px 0;
    overflow: hidden;
    background: rgb(237,234,239);
    position: relative;
}

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

.potential_enrollees_uTja h3::before {
    height: 3px;
    width: 100%;
    background: linear-gradient(90deg, 
        rgb(203,198,212),
        rgb(168,161,179),
        rgb(203,198,212)
    );
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
}

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

.potential_enrollees_uTja ul li::after {
    border-radius: 50%;
    position: absolute;
    bottom: -5px;
    content: "";
    height: 10px;
    background: rgb(168,161,179);
    right: -5px;
    width: 10px;
}

.potential_enrollees_uTja ul li:hover svg {
    transform: translateY(-50%) scale(1.2);
    filter: drop-shadow(0 5px 10px rgba(0, 0, 0, 0.1));
}



.potential_enrollees_uTja ul li:nth-child(odd) {
    animation: lightsOn 3s infinite alternate;
}

.who_we_are_GMzj::before {
    left: 0;
    content: "";
    background: 
        linear-gradient(90deg, transparent 95%, rgb(203,198,212,0.5) 95%),
        linear-gradient(0deg, transparent 95%, rgb(203,198,212,0.5) 95%);
    width: 100%;
    z-index: 1;
    animation: gridMove 40s linear infinite;
    height: 100%;
    position: absolute;
    opacity: 0.2;
    top: 0;
    background-size: 30px 30px;
}



.who_we_are_GMzj .digital_education_BMYu {
    margin-bottom: 70px;
    gap: 30px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    position: relative;
}

.who_we_are_GMzj .digital_education_BMYu .media_img_McCG {
    position: relative;
    height: 450px;
    border-radius: 23px;
    overflow: hidden;
    clip-path: polygon(0 0, 100% 0, 100% 85%, 85% 100%, 0 100%);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
}

.who_we_are_GMzj .method_ped_bVim::before {
    content: "";
    background: linear-gradient(to right, rgb(203,198,212,0.5), rgb(168,161,179,0.5));
    position: absolute;
    left: calc(50% - 100px);
    height: 1px;
    top: -35px;
    width: 200px;
}

.who_we_are_GMzj .method_ped_bVim .pedagogy_way_ybEj::after {
    content: "";
    top: 0;
    height: 100%;
    width: 50%;
    transform: skewX(-25deg);
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.3), transparent);
    animation: shine 6s infinite;
    position: absolute;
    z-index: 3;
    left: -100%;
}

.course_highlights_pctG {
    align-items: center;
    display: flex;
    background-color: rgb(237,234,239);
    overflow: hidden;
    position: relative;
    min-height: 100vh;
}

.course_highlights_pctG .future_skills_nfCg {
    animation: slide-show 35s ease-in-out infinite;
    display: flex;
    height: 100%;
    width: 500%;
}

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

.course_highlights_pctG .knowledge_classes_fbmo {
    max-width: 600px;
    width: 100%;
    padding: 0.5rem;
    position: relative;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.2);
    backdrop-filter: blur(8px);
    background: linear-gradient(
        135deg,
        rgb(203,198,212,0.5) 0%,
        rgb(168,161,179,0.5) 100%
    );
    border-radius: 16px;
    margin-left: 0;
}

.course_highlights_pctG .learn_skills_RKJs:hover h3::after {
    width: 100%;
    transform: translateY(-3px);
}

.course_highlights_pctG .learn_skills_RKJs .connect_grid_TYGz {
    position: relative;
    letter-spacing: 1px;
    border-radius: 10px;
    padding: 0.9rem 1.8rem;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    overflow: hidden;
    text-decoration: none;
    font-size: 17px;
    display: inline-block;
    text-transform: uppercase;
    font-weight: 600;
    color: #ffffff;
    background: linear-gradient(to right, 
        rgb(203,198,212), 
        rgb(168,161,179));
    box-shadow: 0 5px 15px rgb(203,198,212,0.5);
}

.mentorship_experience_rCbq .media_img_McCG {
    border-radius: 10px;
    position: relative;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.5);
    transition: transform 0.5s ease, box-shadow 0.5s ease;
    height: 400px;
    transform: rotate(-3deg) translateY(20px);
}

.mentorship_experience_rCbq .feedback_panel_Ajfn:hover .work_wrap_NRfr {
    transform: translateY(0) rotate(0deg);
}

.mentorship_experience_rCbq .feedback_panel_Ajfn:hover .name::after {
    transform: scaleX(1);
}

.mentorship_experience_rCbq .emp_tasks_jxwC {
    font-style: italic;
    position: relative;
    font-weight: 400;
    padding-left: 1.5rem;
    line-height: 1.6;
    font-size: 13px;
    color: #000000;
}

footer::before {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    background: linear-gradient(45deg, rgb(168,161,179,0.5) 0%, rgb(203,198,212,0.5) 100%);
    bottom: 0;
    right: 0;
    z-index: 1;
}

.a11y_tools_XjOY .donate_books_IfBP {
    grid-column: 5 / 13;
    position: relative;
}

.a11y_tools_XjOY .head_learn_jErs {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 40px;
}

.a11y_tools_XjOY .first_lesson_BOAV h5::before {
    top: 50%;
    background: rgb(203,198,212);
    content: '';
    height: 8px;
    left: -15px;
    width: 8px;
    position: absolute;
    border-radius: 50%;
    transform: translateY(-50%);
}

.a11y_tools_XjOY .first_lesson_BOAV .head_learn_jErs a:hover::before {
    width: 100%;
    background: rgb(203,198,212,0.5);
}

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

.a11y_tools_XjOY .company_holder::after {
    height: 150px;
    position: absolute;
    top: 40px;
    filter: blur(60px);
    background: rgb(203,198,212,0.5);
    content: '';
    width: 150px;
    border-radius: 50%;
    z-index: -1;
    right: -50px;
    opacity: 0.4;
}

.a11y_tools_XjOY .donate_books_IfBP::before {
    opacity: 0.25;
    filter: blur(70px);
    border-radius: 50%;
    position: absolute;
    z-index: -1;
    bottom: -50px;
    content: '';
    height: 180px;
    left: 80px;
    background: rgb(168,161,179,0.5);
    width: 180px;
}

.privacy_concealment_rHEO ul, .privacy_concealment_rHEO ol {
    padding: 20px 0;
    width: 100%;
    padding-left: 0;
    border-top: 2px solid rgb(203,198,212);
    border-bottom: 2px solid rgb(203,198,212);
    max-width: 800px;
    list-style: none;
    margin: 30px 0;
}

.privacy_concealment_rHEO ul li::before, .privacy_concealment_rHEO ol li::before {
    transform: translateY(-50%);
    border-radius: 50%;
    left: 0;
    content: '';
    background: rgb(203,198,212);
    position: absolute;
    top: 50%;
    box-shadow: 0 0 10px rgb(203,198,212);
    width: 10px;
    height: 10px;
}

.client_testimonials_lIzk::after {
    width: 60%;
    background: linear-gradient(90deg, transparent, rgb(168,161,179), transparent);
    content: "";
    transform: translateX(20%);
    height: 1px;
    bottom: 0;
    position: absolute;
    right: 0;
}

.client_testimonials_lIzk .feedback_panel_Ajfn {
    position: relative;
    background: #ffffff;
    display: flex;
    transition: transform 0.4s ease, box-shadow 0.4s ease;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    flex-direction: column;
    height: 100%;
    transform: translateY(0);
    padding: 2rem;
    border-left: 3px solid rgb(168,161,179);
}

.client_testimonials_lIzk .feedback_panel_Ajfn:hover h4::after {
    width: 80%;
}

.client_testimonials_lIzk a {
    font-size: 15px;
    text-decoration: none;
    transition: transform 0.3s ease, background 0.3s ease;
    padding: 0.8rem 2rem;
    position: relative;
    overflow: hidden;
    z-index: 1;
    font-weight: 600;
    margin-top: 3rem;
    background: rgb(203,198,212);
    letter-spacing: 0.5px;
    color: #ffffff;
    display: inline-block;
    border-radius: 10px;
}


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


@media (max-width: 991px) {.location_info_TAVs {
    padding: 4rem 0;
}.location_info_TAVs .talk_support_syhN h3 {
    font-size: calc(41px * 0.8);
}.location_info_TAVs .get_in_touch_Wtxe {
    max-width: 90%;
    margin-bottom: 2.5rem;
}.location_info_TAVs .edu_input_aEkO {
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
}.location_info_TAVs .edu_input_aEkO span svg {
    height: 20px;
    width: 20px;
}
}



@media (max-width: 1200px) {.pricing_cluster_sAZc {
    padding: 80px 0;
}.pricing_cluster_sAZc .plan_rates_jQBe {
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 25px;
}
}



@media (max-width: 768px) {.pricing_cluster_sAZc {
    padding: 60px 0;
}.pricing_cluster_sAZc .plan_rates_jQBe {
    grid-template-columns: 1fr;
    margin: 0 auto;
    max-width: 450px;
}.pricing_cluster_sAZc .learning_plan_THqi h4 {
    font-size: 24px;
}.pricing_cluster_sAZc .cost_plan_tupC {
    font-size: 24px;
}
}



@media (max-width: 1024px) {.contact_box_CLPc {
    padding: 80px 0;
}.contact_box_CLPc .media_img_McCG {
    min-height: 500px;
}.contact_box_CLPc .query_box_ensG {
    padding: 50px 40px;
}
}



@media (min-width: 768px) {.thxPage_Incj {
    padding: 7rem 0;
}.thxPage_Incj .knowledge_classes_fbmo {
    align-items: center;
    grid-template-columns: 1fr 1.5fr;
    padding: 4rem;
    gap: 3rem;
}.thxPage_Incj .knowledge_classes_fbmo > div:first-child {
    transform: translateX(0);
}.thxPage_Incj .knowledge_classes_fbmo > div:last-child {
    border-left: 2px solid rgba(rgb(168,161,179,0.5), 0.15);
    padding-left: 3rem;
}.thxPage_Incj h5 {
    font-size: calc(24px * 1.1);
}.thxPage_Incj p {
    font-size: calc(18px * 1.05);
}
}



@media (min-width: 992px) {.thxPage_Incj {
    padding: 9rem 0;
}.thxPage_Incj .container {
    padding: 0 2rem;
}.thxPage_Incj .knowledge_classes_fbmo {
    padding: 5rem;
    grid-template-columns: 1fr 1.8fr;
    gap: 4rem;
}.thxPage_Incj h5 {
    font-size: calc(24px * 1.2);
}.thxPage_Incj h5::after {
    height: 4px;
    width: 50%;
}.thxPage_Incj .knowledge_classes_fbmo > div:last-child {
    padding-left: 4rem;
}.thxPage_Incj a {
    padding: 1rem 0;
}
}



@media (max-width: 992px) {.potential_enrollees_uTja {
    padding: 80px 0;
}.potential_enrollees_uTja ul {
    gap: 25px;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
}.potential_enrollees_uTja h3 {
    font-size: calc(28px * 0.9);
    margin-bottom: 60px;
}
}



@media (max-width: 480px) {.potential_enrollees_uTja {
    padding: 50px 0;
}.potential_enrollees_uTja .knowledge_classes_fbmo {
    padding: 0 15px;
}.potential_enrollees_uTja h3 {
    margin-bottom: 35px;
    font-size: calc(28px * 0.7);
}.potential_enrollees_uTja ul li {
    padding: 18px 15px 18px 60px;
}.potential_enrollees_uTja ul li svg {
    height: 30px;
    left: 15px;
    width: 30px;
}}



@media screen and (max-width: 575px) {.who_we_are_GMzj {
    padding: 50px 0;
}.who_we_are_GMzj::before {
    background-size: 15px 15px;
}.who_we_are_GMzj h3 {
    margin-bottom: 35px;
    font-size: calc(31px - 0.8rem);
    padding: 10px 15px;
}.who_we_are_GMzj h3::before {
    width: 2px;
    left: -1px;
}.who_we_are_GMzj .digital_education_BMYu span {
    top: -30px;
    left: 10px;
    padding: 6px 12px;
    font-size: calc(20px - 0.4rem);
}.who_we_are_GMzj .digital_education_BMYu,
    .who_we_are_GMzj .method_ped_bVim {
    gap: 15px;
}.who_we_are_GMzj .digital_education_BMYu {
    margin-bottom: 35px;
}.who_we_are_GMzj .digital_education_BMYu p,
    .who_we_are_GMzj .method_ped_bVim p {
    padding: 15px;
    font-size: calc(14px - 0.2rem);
}.who_we_are_GMzj .digital_education_BMYu .media_img_McCG,
    .who_we_are_GMzj .method_ped_bVim .pedagogy_way_ybEj {
    height: 250px;
}.who_we_are_GMzj .digital_education_BMYu .media_img_McCG {
    clip-path: polygon(0 0, 100% 0, 100% 90%, 90% 100%, 0 100%);
}.who_we_are_GMzj .method_ped_bVim .pedagogy_way_ybEj {
    clip-path: polygon(10% 0, 100% 0, 100% 100%, 0 100%, 0 10%);
}.who_we_are_GMzj .digital_education_BMYu::after,
    .who_we_are_GMzj .method_ped_bVim::after {
    width: 30px;
    height: 30px;
}
}



@media (max-width: 768px) {.mentorship_experience_rCbq .feedback_panel_Ajfn {
    grid-template-columns: 1fr;
}.mentorship_experience_rCbq .media_img_McCG {
    height: 300px;
}}



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



@media (hover: none) {.client_testimonials_lIzk .feedback_panel_Ajfn:hover {
    transform: translateY(0);
}.client_testimonials_lIzk .feedback_panel_Ajfn:hover img {
    transform: none;
}.client_testimonials_lIzk .feedback_panel_Ajfn:hover h4::after {
    width: 0;
}
}

@keyframes typingCursor {
    0%, 100% { border-right-color: transparent; }
    50% { border-right-color: rgb(203,198,212); }
}



@keyframes pulse {
    0%, 100% {
        opacity: 0.5;
    }
    50% {
        opacity: 1;
    }
}



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

@keyframes pulseCircle {
    0%, 100% {
        box-shadow: 0 0 10px rgb(203,198,212,0.5);
    }
    50% {
        box-shadow: 0 0 20px rgb(203,198,212);
    }
}

@keyframes pulseHeight {
    0% {
        height: calc(100% - 40px);
        top: 20px;
    }
    100% {
        height: calc(100% - 60px);
        top: 30px;
    }
}

@keyframes floatAnimation {
    0% {
        transform: translate(0, 0);
    }
    50% {
        transform: translate(20px, -20px);
    }
    100% {
        transform: translate(-20px, 20px);
    }
}



@keyframes pulse {
    0% {
        opacity: 0.2;
    }
    50% {
        opacity: 0.3;
    }
    100% {
        opacity: 0.1;
    }
}

@keyframes borderPulse {
    0%, 100% {
        border-color: rgba(255, 255, 255, 0.1);
    }
    50% {
        border-color: rgba(255, 255, 255, 0.3);
    }
}

