* {
    box-sizing: border-box;
    padding: 0;
    margin: 0;
}.container {
    width: 1128px;
    max-width: 100%;
    margin: auto;
}.top_learn925 {
    flex: 1 0 auto;
}.collab_space967 {
    flex: 0 0 auto;
}html,body {
    color: #000000;
    scroll-behavior: smooth;
    min-height: 100%;
    height: 100%;
    font-family: Arial, sans-serif;
}svg {
    height: 30px;
    width: 30px;
}header,footer {
    width: 100%;
}@keyframes slide_scrollbar { 0% { background-position: 0% 50%; } 100% { background-position: 100% 50%; } }

::-webkit-scrollbar {
    width: 10px;
}::-webkit-scrollbar-button {
    border-radius: 5px;
    background: rgb(177,178,185);
    height: 6px;
}::-webkit-scrollbar-track {
    background: linear-gradient(73deg, rgb(255, 255, 255, 0.5) 23%, rgb(78,104,151,0.5) 39%, rgb(135,144,166) 34%);
    margin: 4px 0;
    box-shadow: inset 1px 2px 6px 7px rgba(0, 0, 0, 0.4);
    border-radius: 18.7vw;
    border: 1px solid #ffffff;
}::-webkit-scrollbar-thumb {
    box-shadow: -2px 3px 5px -1px rgba(0, 0, 0, 0.5);
    animation: slide_scrollbar 5.4s ease-in-out infinite;
    background: rgb(135,144,166);
    border-radius: 3.4vw;
}::-webkit-scrollbar-corner {
    background: rgb(78,104,151);
    border: 1px solid rgb(78,104,151);
}* {
    scrollbar-width: none;
    scrollbar-color: rgb(255, 255, 255, 0.5) rgb(78,104,151);
}.outer-container914 {
    flex-direction: column;
    height: 100%;
    display: flex;
    min-height: 100%;
}a {
    color: inherit;
    text-decoration: none;
}
@media only screen and (max-width: 1200px)  {.container {
    width: 100%;
    padding: 0 20px;
}
}
@media only screen and (max-width: 800px)  {.container {
    padding: 0 12px;
}}
.our_background495 {
    overflow: hidden;
    padding: 100px 0;
    background: linear-gradient(135deg, rgb(177,178,185) 0%, rgba(245, 245, 250, 0.98) 100%);
    position: relative;
}.our_background495::before {
    top: 0;
    opacity: 0.08;
    position: absolute;
    background-size: 250px 250px;
    content: "";
    width: 100%;
    z-index: 1;
    background-image: 
        radial-gradient(circle at 20% 30%, rgb(78,104,151,0.5) 0.5%, transparent 5%),
        radial-gradient(circle at 80% 70%, rgb(78,104,151,0.5) 0.5%, transparent 5%),
        radial-gradient(circle at 50% 50%, rgb(78,104,151,0.5) 0.5%, transparent 5%),
        radial-gradient(circle at 30% 80%, rgb(78,104,151,0.5) 0.5%, transparent 5%);
    height: 100%;
    left: 0;
}.our_background495 .container {
    z-index: 2;
    padding: 0 20px;
    margin: 0 auto;
    max-width: 1200px;
    position: relative;
}.our_background495 h1 {
    font-weight: 700;
    font-size: 41px;
    margin-bottom: 50px;
    text-align: center;
    position: relative;
    transform: perspective(1000px) translateZ(0);
    transition: transform 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    color: rgb(135,144,166);
}.our_background495 h1::after {
    transform: translateX(-50%);
    border-radius: 10px;
    height: 3px;
    position: absolute;
    width: 80px;
    bottom: -15px;
    background: linear-gradient(90deg, rgb(135,144,166), rgb(78,104,151));
    content: "";
    left: 50%;
}.our_background495 .exp_years075 {
    position: relative;
}.our_background495 .exp_years075 ul {
    margin: 0;
    grid-template-columns: 1fr;
    padding: 0;
    gap: 40px;
    display: grid;
    list-style: none;
}.our_background495 .creds_sect650 {
    border-radius: 3px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    background: #ffffff;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    padding: 40px;
    position: relative;
    overflow: hidden;
}.our_background495 .creds_sect650::before {
    transform-origin: left;
    top: 0;
    transition: transform 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
    position: absolute;
    background: linear-gradient(90deg, rgb(135,144,166), rgb(78,104,151));
    transform: scaleX(0);
    width: 100%;
    height: 4px;
    left: 0;
    content: "";
}.our_background495 .creds_sect650:hover::before {
    transform: scaleX(1);
}.our_background495 .creds_sect650::after {
    height: 200px;
    z-index: 0;
    position: absolute;
    content: "";
    right: -100px;
    bottom: -100px;
    opacity: 0.1;
    background: radial-gradient(circle, rgb(78,104,151,0.5) 0%, transparent 70%);
    border-radius: 100%;
    width: 200px;
}.our_background495 .creds_sect650 h4 {
    font-size: calc(23px + 2px);
    font-weight: 700;
    position: relative;
    transition: transform 0.3s ease;
    margin-bottom: 20px;
    transform: translateX(0);
    color: rgb(135,144,166);
}.our_background495 .creds_sect650:hover h4 {
    transform: translateX(10px);
}.our_background495 .creds_sect650 h4::after {
    height: 2px;
    content: "";
    transition: width 0.3s ease;
    width: 40px;
    position: absolute;
    bottom: -10px;
    background-color: rgb(78,104,151);
    left: 0;
}.our_background495 .creds_sect650:hover h4::after {
    width: 60px;
}.our_background495 .creds_sect650 div {
    line-height: 1.8;
    color: #000000;
    position: relative;
    padding-right: 10px;
    font-size: 17px;
    z-index: 1;
    font-weight: 400;
    max-height: 200px;
    font-family: Arial, sans-serif;
    overflow-y: auto;
}.our_background495 .creds_sect650 div::-webkit-scrollbar {
    width: 4px;
}.our_background495 .creds_sect650 div::-webkit-scrollbar-track {
    border-radius: 10px;
    background: rgba(0, 0, 0, 0.05);
}.our_background495 .creds_sect650 div::-webkit-scrollbar-thumb {
    background: rgb(78,104,151,0.5);
    border-radius: 10px;
}.our_background495 .creds_sect650:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.08);
}

@media (min-width: 768px) {.our_background495 .exp_years075 ul {
    grid-template-columns: repeat(2, 1fr);
}.our_background495 h1 {
    margin-bottom: 70px;
    font-size: calc(41px + 4px);
}.our_background495 .creds_sect650 div {
    max-height: 300px;
}
}

@media (min-width: 992px) {.our_background495 {
    padding: 120px 0;
}.our_background495 .creds_sect650 {
    padding: 50px;
}.our_background495 h1 {
    font-size: calc(41px + 8px);
}.our_background495 .creds_sect650 div {
    font-size: calc(17px + 1px);
    max-height: 350px;
}.our_background495 .container {
    padding: 0 40px;
}
}

@media (max-width: 767px) {.our_background495 {
    padding: 70px 0;
}.our_background495 h1 {
    font-size: calc(41px - 2px);
    margin-bottom: 40px;
}.our_background495 .creds_sect650 {
    padding: 30px;
}.our_background495 .creds_sect650 div {
    line-height: 1.6;
    font-size: calc(17px - 1px);
}
}

@media (hover: hover) {.our_background495 h1:hover {
    transform: perspective(1000px) translateZ(10px);
}.our_background495 .creds_sect650:hover div::-webkit-scrollbar-thumb {
    background: rgb(78,104,151);
}}.teaching_history537 {
    background: linear-gradient(150deg, rgb(177,178,185) 0%, rgb(78,104,151,0.5) 100%);
    overflow: hidden;
    position: relative;
    padding: 120px 0;
}.teaching_history537::before {
    opacity: 0.07;
    width: 100%;
    content: "";
    background: 
        linear-gradient(to right, transparent 49.5%, rgb(135,144,166,0.5) 49.5%, rgb(135,144,166,0.5) 50.5%, transparent 50.5%),
        linear-gradient(to bottom, transparent 49.5%, rgb(135,144,166,0.5) 49.5%, rgb(135,144,166,0.5) 50.5%, transparent 50.5%);
    height: 100%;
    background-size: 40px 40px;
    position: absolute;
    top: 0;
    left: 0;
}.teaching_history537::after {
    left: 0;
    content: "";
    height: 100%;
    opacity: 0.04;
    background: 
        repeating-radial-gradient(
            circle at 50% 50%,
            transparent 0,
            transparent 40px,
            rgb(135,144,166,0.5) 40px,
            rgb(135,144,166,0.5) 41px,
            transparent 41px,
            transparent 60px,
            rgb(135,144,166,0.5) 60px,
            rgb(135,144,166,0.5) 61px,
            transparent 61px,
            transparent 80px,
            rgb(135,144,166,0.5) 80px,
            rgb(135,144,166,0.5) 81px
        );
    position: absolute;
    width: 100%;
    top: 0;
}.teaching_history537 .container {
    padding: 0 15px;
    position: relative;
    z-index: 2;
    max-width: 1200px;
    margin: 0 auto;
}.teaching_history537 .alumni_feedback754 {
    gap: 40px;
    padding: 50px;
    position: relative;
    transition: all 0.4s cubic-bezier(0.19, 1, 0.22, 1);
    grid-template-columns: 1fr 1fr;
    display: grid;
    box-shadow: 
        0 20px 40px rgba(0, 0, 0, 0.08),
        0 0 0 1px rgba(0, 0, 0, 0.02);
    border-radius: 0;
    overflow: hidden;
    background: #ffffff;
}.teaching_history537 .alumni_feedback754::before {
    background: linear-gradient(
        90deg,
        rgb(135,144,166) 0%,
        rgb(78,104,151) 100%
    );
    width: 100%;
    top: 0;
    position: absolute;
    left: 0;
    content: "";
    height: 6px;
}.teaching_history537 .alumni_feedback754::after {
    background: linear-gradient(
        90deg,
        rgb(135,144,166,0.5) 0%,
        transparent 20%,
        rgb(135,144,166,0.5) 40%,
        transparent 60%,
        rgb(78,104,151,0.5) 80%,
        transparent 100%
    );
    width: 100%;
    position: absolute;
    left: 0;
    height: 1px;
    content: "";
    top: 6px;
    animation: scanner 4s linear infinite;
}@keyframes scanner {
    0% {
        transform: translateY(0);
        opacity: 0.5;
    }
    50% {
        transform: translateY(calc(100% - 7px));
        opacity: 0.8;
    }
    50.1% {
        opacity: 0;
    }
    50.2% {
        transform: translateY(0);
        opacity: 0;
    }
    55% {
        opacity: 0.5;
    }
    100% {
        transform: translateY(0);
        opacity: 0.5;
    }
}

.teaching_history537 .pic_float530 {
    overflow: hidden;
    clip-path: polygon(
        0 0, 
        100% 0, 
        100% 85%, 
        85% 100%, 
        0 100%
    );
    position: relative;
    box-shadow: 
        15px 15px 30px rgba(0, 0, 0, 0.1),
        -15px -15px 30px rgba(255, 255, 255, 0.8);
    width: 100%;
    transition: all 0.5s ease;
    border-radius: 0;
    min-height: 360px;
    height: 100%;
}.teaching_history537 .pic_float530::before {
    content: "";
    inset: 0;
    background: linear-gradient(
        135deg,
        rgba(255, 255, 255, 0.2) 0%,
        transparent 40%,
        rgba(0, 0, 0, 0.2) 100%
    );
    z-index: 1;
    position: absolute;
}.teaching_history537 .pic_float530::after {
    left: 0;
    content: "";
    z-index: 2;
    height: 100%;
    width: 100%;
    top: 0;
    background: 
        repeating-linear-gradient(
            45deg,
            transparent 0,
            transparent 10px,
            rgba(255, 255, 255, 0.05) 10px,
            rgba(255, 255, 255, 0.05) 12px
        );
    position: absolute;
}.teaching_history537 .name {
    border-left: 4px solid rgb(135,144,166);
    padding-left: 16px;
    line-height: 1.2;
    font-weight: 700;
    color: #000000;
    position: relative;
    margin-bottom: 12px;
    font-size: 37px;
}.teaching_history537 .name::before {
    position: absolute;
    height: 0;
    top: 0;
    background: rgb(78,104,151);
    content: "";
    left: -4px;
    transition: height 0.5s ease;
    width: 4px;
}.teaching_history537 .alumni_feedback754:hover .name::before {
    height: 100%;
}.teaching_history537 .alumni_feedback754 span:not(.name) {
    font-weight: 600;
    margin-bottom: 25px;
    letter-spacing: 1px;
    position: relative;
    text-transform: uppercase;
    font-size: 16px;
    border-radius: 3px;
    background: rgb(177,178,185);
    padding: 6px 12px;
    display: inline-block;
    color: rgba(0, 0, 0, 0.5);
}.teaching_history537 .alumni_feedback754 span:not(.name)::after {
    transition: width 0.3s ease;
    width: 0;
    content: "";
    position: absolute;
    left: 0;
    height: 2px;
    bottom: 0;
    background: rgb(135,144,166);
}.teaching_history537 .alumni_feedback754:hover span:not(.name)::after {
    width: 100%;
}.teaching_history537 .job_progress348 {
    background: linear-gradient(
        to right,
        rgb(177,178,185) 0%,
        rgba(255, 255, 255, 0.8) 100%
    );
    padding: 25px 30px;
    box-shadow: 
        inset 0 1px 3px rgba(0, 0, 0, 0.05),
        0 5px 15px rgba(0, 0, 0, 0.05);
    line-height: 1.8;
    border-left: 1px solid rgb(135,144,166);
    margin: 0;
    border-radius: 10px;
    font-size: 14px;
    color: #000000;
    position: relative;
}.teaching_history537 .job_progress348::before {
    height: 12px;
    left: 12px;
    top: 15px;
    border-top: 2px solid rgb(135,144,166);
    position: absolute;
    border-left: 2px solid rgb(135,144,166);
    opacity: 0.6;
    width: 12px;
    content: "";
}.teaching_history537 .job_progress348::after {
    border-right: 2px solid rgb(78,104,151);
    position: absolute;
    width: 12px;
    border-bottom: 2px solid rgb(78,104,151);
    height: 12px;
    bottom: 15px;
    content: "";
    right: 12px;
    opacity: 0.6;
}.teaching_history537 .alumni_feedback754:hover {
    box-shadow: 
        0 30px 60px rgba(0, 0, 0, 0.12),
        0 0 0 1px rgba(0, 0, 0, 0.03);
    transform: translateY(-10px);
}.teaching_history537 .alumni_feedback754:hover .pic_float530 {
    transform: scale(1.03);
    box-shadow: 
        20px 20px 40px rgba(0, 0, 0, 0.15),
        -20px -20px 40px rgba(255, 255, 255, 0.9);
}

@media (max-width: 991px) {.teaching_history537 {
    padding: 90px 0;
}.teaching_history537 .alumni_feedback754 {
    padding: 40px 30px;
    gap: 30px;
}.teaching_history537 .pic_float530 {
    min-height: 320px;
}.teaching_history537 .job_progress348 {
    padding: 20px 25px;
}
}

@media (max-width: 767px) {.teaching_history537 {
    padding: 70px 0;
}.teaching_history537 .alumni_feedback754 {
    grid-template-rows: auto auto;
    gap: 25px;
    padding: 35px 25px;
    grid-template-columns: 1fr;
}.teaching_history537 .pic_float530 {
    min-height: 280px;
}.teaching_history537 .name {
    font-size: calc(37px * 0.9);
}.teaching_history537 .alumni_feedback754 span:not(.name) {
    margin-bottom: 20px;
    font-size: calc(16px * 0.95);
}.teaching_history537 .job_progress348 {
    padding: 18px 22px;
    font-size: calc(14px * 0.95);
}
}

@media (max-width: 575px) {.teaching_history537 {
    padding: 50px 0;
}.teaching_history537 .alumni_feedback754 {
    padding: 30px 20px;
    gap: 20px;
}.teaching_history537 .pic_float530 {
    min-height: 220px;
}.teaching_history537 .name {
    padding-left: 12px;
    font-size: calc(37px * 0.8);
}.teaching_history537 .alumni_feedback754 span:not(.name) {
    margin-bottom: 15px;
    padding: 4px 10px;
    font-size: calc(16px * 0.9);
}.teaching_history537 .job_progress348 {
    padding: 15px 18px;
    font-size: calc(14px * 0.9);
}}footer {
    color: #ffffff;
    font-family: Arial, sans-serif;
    z-index: 1;
    position: relative;
}footer::before {
    width: 100%;
    left: 0;
    height: 100%;
    background: linear-gradient(135deg, rgba(0, 0, 0, 0.5) 0%, rgb(135,144,166,0.5) 50%, rgb(78,104,151,0.5) 100%);
    backdrop-filter: blur(8px);
    content: "";
    top: 0;
    z-index: -1;
    position: absolute;
    animation: gradientShift 15s ease infinite;
}.collab_space967 {
    position: relative;
    padding: 4.5rem 0 2rem;
}.collab_space967::before {
    content: "";
    background: linear-gradient(to right, 
                transparent 0%, 
                rgb(135,144,166) 25%, 
                #ffffff 50%, 
                rgb(78,104,151) 75%, 
                transparent 100%);
    top: 0;
    position: absolute;
    animation: shimmer 8s linear infinite;
    left: 0;
    height: 1px;
    right: 0;
}.collab_space967 .container {
    position: relative;
    z-index: 1;
    flex-wrap: wrap;
    justify-content: space-between;
    display: flex;
}.collab_space967 .company_holder {
    margin-right: 2rem;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15), 
                inset 0 0 0 1px rgba(255, 255, 255, 0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    transform: translateY(0);
    padding: 1.5rem;
    background: rgba(0, 0, 0, 0.5);
    border-radius: 20px;
    flex: 1 1 350px;
    backdrop-filter: blur(15px);
}.collab_space967 .company_holder:hover {
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.2), 
                inset 0 0 0 1px rgba(255, 255, 255, 0.15),
                0 0 20px rgb(135,144,166,0.5);
    transform: translateY(-5px);
}.collab_space967 .company_holder h3 {
    position: relative;
    font-size: calc(37px * 0.85);
    margin-bottom: 1.25rem;
    font-weight: 700;
    color: #ffffff;
    display: inline-block;
}.collab_space967 .company_holder h3::after {
    height: 2px;
    position: absolute;
    content: "";
    transform: scaleX(0.3);
    background: linear-gradient(to right, rgb(135,144,166), rgb(78,104,151));
    bottom: -8px;
    width: 100%;
    left: 0;
    transform-origin: left;
    transition: transform 0.5s ease;
}.collab_space967 .company_holder:hover h3::after {
    transform: scaleX(1);
}.collab_space967 .leaderboard952 {
    line-height: 1.6;
    font-size: 12px;
    color: rgba(255, 255, 255, 0.7);
    max-width: 450px;
    margin-top: 1rem;
}.collab_space967 .credit_info014 {
    flex: 1 1 450px;
    position: relative;
}.collab_space967 .nav_skill164 {
    flex-wrap: wrap;
    display: flex;
    gap: 1.5rem;
}.collab_space967 .credit_info014 .nav_skill164 {
    justify-content: flex-end;
}.collab_space967 .nav_learn214 {
    overflow: hidden;
    background: rgba(255, 255, 255, 0.05);
    position: relative;
    padding: 1.5rem;
    transition: all 0.3s ease;
    flex: 1 1 200px;
    backdrop-filter: blur(10px);
    border-radius: 20px;
}.collab_space967 .nav_learn214 h5 {
    margin-bottom: 1.25rem;
    position: relative;
    display: inline-block;
    font-weight: 600;
    color: #ffffff;
    font-size: 20px;
}.collab_space967 .nav_learn214 h5::before {
    transition: width 0.3s ease;
    bottom: -6px;
    position: absolute;
    background: rgb(135,144,166);
    content: "";
    left: 0;
    width: 40px;
    height: 2px;
}.collab_space967 .nav_learn214:hover h5::before {
    width: 100%;
}.collab_space967 .nav_learn214 .nav_skill164 {
    display: flex;
    gap: 0.75rem;
    flex-direction: column;
}.collab_space967 .nav_learn214 a {
    text-decoration: none;
    position: relative;
    display: block;
    font-size: 12px;
    padding: 0.25rem 0.5rem;
    border-radius: 10px;
    transition: all 0.3s ease;
    z-index: 1;
    color: rgba(255, 255, 255, 0.8);
}.collab_space967 .nav_learn214 a::before {
    height: 1px;
    width: 0;
    transition: width 0.3s ease;
    position: absolute;
    content: "";
    background: linear-gradient(to right, rgb(135,144,166), rgb(78,104,151));
    left: 0;
    z-index: -1;
    bottom: 0;
}.collab_space967 .nav_learn214 a:hover {
    color: #ffffff;
    transform: translateX(5px);
}.collab_space967 .nav_learn214 a:hover::before {
    width: 100%;
}.milestone_cta569 {
    position: relative;
    overflow: hidden;
    background: rgba(0, 0, 0, 0.5);
    padding: 1.5rem 0;
    backdrop-filter: blur(15px);
}.milestone_cta569::before {
    background: linear-gradient(to right, 
                transparent 0%, 
                rgb(78,104,151) 25%, 
                #ffffff 50%, 
                rgb(135,144,166) 75%, 
                transparent 100%);
    position: absolute;
    top: 0;
    height: 1px;
    content: "";
    left: 0;
    right: 0;
}.milestone_cta569 .container {
    position: relative;
    align-items: center;
    display: flex;
    justify-content: center;
}.milestone_cta569 .converter913 {
    font-size: 12px;
    text-align: center;
    backdrop-filter: blur(5px);
    background: rgba(0, 0, 0, 0.1);
    position: relative;
    border-radius: 30px;
    color: rgba(255, 255, 255, 0.7);
    transition: all 0.3s ease;
    padding: 0.5rem 1rem;
}.milestone_cta569 .converter913:hover {
    box-shadow: 0 0 15px rgb(135,144,166,0.5);
    background: rgba(0, 0, 0, 0.2);
    color: #ffffff;
}

@keyframes gradientShift {
    0%, 100% {
        background-position: 0% 50%;
    }
    50% {
        background-position: 100% 50%;
    }
}

@keyframes shimmer {
    0% {
        background-position: -1000px 0;
    }
    100% {
        background-position: 1000px 0;
    }
}

@keyframes pulsate {
    0%, 100% {
        opacity: 0.4;
        transform: scale(1);
    }
    50% {
        opacity: 0.6;
        transform: scale(1.05);
    }
}

@media (max-width: 992px) {.collab_space967 {
    padding: 3.5rem 0 2rem;
}.collab_space967 .container {
    flex-direction: column;
}.collab_space967 .company_holder {
    margin-bottom: 2rem;
    flex: 1 1 100%;
    margin-right: 0;
}.collab_space967 .credit_info014 {
    flex: 1 1 100%;
}.collab_space967 .credit_info014 .nav_skill164 {
    justify-content: space-between;
}.collab_space967 .nav_learn214 {
    flex: 1 1 calc(50% - 1rem);
}
}

@media (max-width: 768px) {.collab_space967 {
    padding: 3rem 0 1.5rem;
}.collab_space967::before {
    height: 2px;
}.collab_space967 .company_holder {
    padding: 1.25rem;
}.collab_space967 .nav_learn214 {
    flex: 1 1 100%;
    margin-bottom: 1rem;
}.collab_space967 .credit_info014 .nav_skill164 {
    flex-direction: column;
}.milestone_cta569 {
    padding: 1.25rem 0;
}.milestone_cta569::before {
    height: 2px;
}
}

@media (max-width: 576px) {.collab_space967 {
    padding: 2.5rem 0 1rem;
}.collab_space967 .company_holder h3 {
    font-size: calc(37px * 0.75);
}.collab_space967 .leaderboard952 {
    font-size: calc(12px * 0.9);
}.collab_space967 .nav_learn214 h5 {
    font-size: calc(20px * 0.9);
}.collab_space967 .nav_learn214 a {
    font-size: calc(12px * 0.9);
}.milestone_cta569 .converter913 {
    font-size: calc(12px * 0.9);
    padding: 0.4rem 0.8rem;
}}

@keyframes rotate {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}

@keyframes float {
    0%, 100% {
        transform: translateY(0) scale(1);
    }
    50% {
        transform: translateY(-30px) scale(1.1);
    }
}

.collab_space967 .nav_skill164 a::after {
    position: absolute;
    border-radius: 50%;
    width: 4px;
    height: 4px;
    transform: translateY(-50%) scale(0);
    top: 50%;
    left: -10px;
    content: "";
    transition: transform 0.3s ease;
    background: rgb(135,144,166);
}.collab_space967 .nav_skill164 a:hover::after {
    transform: translateY(-50%) scale(1);
}.collab_space967 .leaderboard952::before {
    height: 0;
    content: "";
    position: absolute;
    border: 1px solid transparent;
    transition: width 0.5s ease 0.3s, height 0.5s ease;
    width: 0;
    left: -10px;
    top: -10px;
}.collab_space967 .leaderboard952::after {
    position: absolute;
    border: 1px solid transparent;
    right: -10px;
    height: 0;
    width: 0;
    bottom: -10px;
    content: "";
    transition: width 0.5s ease 0.3s, height 0.5s ease;
}.collab_space967 .company_holder:hover .leaderboard952::before {
    transition: width 0.5s ease, height 0.5s ease 0.3s;
    width: calc(100% + 20px);
    border-right-color: rgb(135,144,166,0.5);
    height: calc(100% + 20px);
    border-top-color: rgb(135,144,166,0.5);
}.collab_space967 .company_holder:hover .leaderboard952::after {
    width: calc(100% + 20px);
    transition: width 0.5s ease, height 0.5s ease 0.3s;
    height: calc(100% + 20px);
    border-bottom-color: rgb(78,104,151,0.5);
    border-left-color: rgb(78,104,151,0.5);
}.start_now174 {
    position: relative;
    overflow: hidden;
    padding: 120px 0;
    background: linear-gradient(45deg, rgb(177,178,185) 0%, #ffffff 100%);
}.start_now174::before {
    background: repeating-linear-gradient(
        0deg,
        transparent,
        transparent 40px,
        rgba(0, 0, 0, 0.02) 40px,
        rgba(0, 0, 0, 0.02) 41px
    );
    height: 100%;
    top: 0;
    position: absolute;
    z-index: 1;
    width: 100%;
    content: '';
    left: 0;
}.start_now174::after {
    height: 100%;
    background: repeating-linear-gradient(
        90deg,
        transparent,
        transparent 40px,
        rgba(0, 0, 0, 0.02) 40px,
        rgba(0, 0, 0, 0.02) 41px
    );
    top: 0;
    width: 100%;
    position: absolute;
    z-index: 1;
    content: '';
    left: 0;
}.start_now174 .mission_block035 {
    align-items: flex-start;
    flex-direction: column;
    max-width: 800px;
    z-index: 10;
    display: flex;
    margin: 0 auto;
    position: relative;
}.start_now174 .container {
    position: relative;
}.start_now174 .container p {
    font-size: 31px;
    margin: 0 0 50px 0;
    color: #000000;
    position: relative;
    line-height: 1.4;
    border-radius: 0 28px 28px 28px;
    padding: 30px 50px;
    background: #ffffff;
    display: inline-block;
    z-index: 5;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.08);
    font-weight: 700;
}.start_now174 .container p::before {
    left: 0;
    height: 30px;
    top: 0;
    position: absolute;
    z-index: -1;
    background: rgb(135,144,166);
    content: '';
    width: 30px;
}.start_now174 .connect_box495 {
    overflow: hidden;
    font-size: 16px;
    transition: all 0.4s ease;
    border-radius: 28px 0 28px 28px;
    z-index: 5;
    position: relative;
    text-decoration: none;
    align-self: flex-end;
    font-weight: 600;
    padding: 20px 40px;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
    background: rgb(135,144,166);
    color: #ffffff;
}.start_now174 .connect_box495::before {
    right: 0;
    height: 30px;
    width: 30px;
    background: rgb(78,104,151);
    z-index: -1;
    top: 0;
    position: absolute;
    content: '';
}.start_now174 .connect_box495::after {
    left: 0;
    z-index: -2;
    position: absolute;
    width: 100%;
    transition: transform 0.4s ease;
    transform: translateX(-101%);
    height: 100%;
    top: 0;
    background: rgb(78,104,151);
    content: '';
}.start_now174 .connect_box495:hover {
    transform: translateY(-5px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
}.start_now174 .connect_box495:hover::after {
    transform: translateX(0);
}.start_now174 .mission_block035::before {
    content: '';
    width: 60px;
    z-index: -1;
    top: 50%;
    border-radius: 50%;
    background: rgb(135,144,166,0.5);
    opacity: 0.2;
    transform: translateY(-50%);
    position: absolute;
    left: -30px;
    height: 60px;
}.start_now174 .mission_block035::after {
    position: absolute;
    border-radius: 50%;
    bottom: -30px;
    content: '';
    width: 100px;
    background: rgb(78,104,151,0.5);
    z-index: -1;
    opacity: 0.2;
    right: -30px;
    height: 100px;
}

@media (max-width: 991px) {.start_now174 {
    padding: 90px 0;
}.start_now174 .container p {
    padding: 25px 40px;
    margin-bottom: 40px;
    font-size: calc(19px * 1.2);
}.start_now174 .connect_box495 {
    padding: 18px 35px;
}
}

@media (max-width: 767px) {.start_now174 {
    padding: 70px 0;
}.start_now174 .container p {
    padding: 20px 30px;
    border-radius: 0 10px 10px 10px;
    font-size: 19px;
    margin-bottom: 30px;
}.start_now174 .connect_box495 {
    padding: 15px 30px;
    border-radius: 10px 0 10px 10px;
}.start_now174 .container p::before,
    .start_now174 .connect_box495::before {
    height: 20px;
    width: 20px;
}
}

@media (max-width: 480px) {.start_now174 {
    padding: 50px 0;
}.start_now174 .mission_block035 {
    align-items: stretch;
}.start_now174 .container p {
    font-size: calc(13px * 1.2);
    padding: 15px 20px;
    width: 100%;
    margin-bottom: 25px;
}.start_now174 .connect_box495 {
    font-size: calc(16px * 0.9);
    align-self: flex-start;
    padding: 12px 25px;
}}#cookie_alert_banner567 {
    display: none;
}#cookie_alert_banner567:checked ~ .cookie_popup_disclosure057 {
    opacity: 0;
    visibility: hidden;
}.cookie_popup_disclosure057 {
    box-shadow: 0 -4px 15px rgba(0, 0, 0, 0.5);
    bottom: 0;
    width: 100%;
    background: rgb(78,104,151);
    z-index: 90;
    font-family: Arial, sans-serif;
    position: fixed;
    padding: 20px 0;
    border-top: 3px solid rgb(135,144,166);
}.cookies_tech587 {
    display: flex;
    border: 2px dashed rgb(135,144,166);
    gap: 20px;
    padding: 20px 5%;
    justify-content: space-between;
    background: rgba(0, 0, 0, 0.5);
    align-items: center;
    border-radius: 14px;
}.cookie_popup_disclosure057 h5 {
    margin: 0;
    color: rgb(135,144,166);
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    font-size: 24px;
}.cookie_popup_disclosure057 p {
    line-height: 1.5;
    margin: 0;
    position: relative;
    font-size: 17px;
    color: #ffffff;
}.data_comply674 {
    flex-shrink: 0;
    margin-right: 20px;
    background: rgb(135,144,166,0.5);
    border-radius: 14px;
    padding: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
}.data_comply674 svg {
    fill: rgb(135,144,166);
    width: 60px;
    height: 60px;
}.edu_consent305 {
    min-width: 140px;
    color: #000000;
    white-space: nowrap;
    font-size: 16px;
    margin-left: 10px;
    flex-shrink: 0;
    text-decoration: none;
    padding: 10px 20px;
    background: rgb(135,144,166);
    border: 2px solid rgb(135,144,166);
    transition: background-color 0.3s ease, box-shadow 0.3s ease;
    line-height: 40px;
    text-align: center;
    border-radius: 10px;
    cursor: pointer;
}.edu_consent305:hover {
    background-color: rgb(78,104,151);
    box-shadow: 0 0 10px rgb(78,104,151);
}.cookie_button.track_switch205 {
    color: #ffffff;
    background: rgba(0, 0, 0, 0.5);
    border: 2px solid rgb(78,104,151);
}.cookie_button.track_switch205:hover {
    box-shadow: 0 0 10px rgb(78,104,151);
}.cookie_popup_disclosure057 p a {
    border-bottom: 1px dashed rgb(135,144,166);
    text-decoration: none;
    color: rgb(135,144,166);
    transition: color 0.3s ease;
}.cookie_popup_disclosure057 p a:hover {
    color: rgb(78,104,151);
}
@media only screen and (max-width: 1200px) {.cookie_popup_disclosure057 {
    padding: 15px 0;
}.cookies_tech587 {
    padding: 15px 5%;
}.data_comply674 {
    display: none;
}.cookies_tech587 {
    align-items: center;
    flex-direction: column;
    text-align: center;
}.cookie_popup_disclosure057 h5 {
    margin-bottom: 10px;
    font-size: 21px;
}.user_safety679 {
    margin-bottom: 15px;
}.edu_consent305 {
    min-width: 100%;
    margin: 10px 0;
}}
.course_summary941 {
    position: relative;
    overflow: hidden;
    background: linear-gradient(135deg, rgb(177,178,185) 0%, rgba(255,255,255,0.9) 100%);
    padding: 6rem 0;
}.course_summary941::before {
    content: "";
    position: absolute;
    z-index: 0;
    top: -5%;
    filter: blur(60px);
    right: -10%;
    background: linear-gradient(145deg, rgb(78,104,151,0.5) 0%, rgb(135,144,166,0.5) 100%);
    transform: rotate(-15deg);
    width: 40%;
    opacity: 0.5;
    height: 60%;
}.course_summary941::after {
    left: -10%;
    filter: blur(60px);
    height: 60%;
    z-index: 0;
    width: 40%;
    bottom: -5%;
    transform: rotate(15deg);
    position: absolute;
    background: linear-gradient(145deg, rgb(135,144,166,0.5) 0%, rgb(78,104,151) 20%, transparent 100%);
    opacity: 0.3;
    content: "";
}.course_summary941 .container {
    position: relative;
    max-width: 1200px;
    padding: 0 20px;
    z-index: 1;
    margin: 0 auto;
}.course_summary941 h2 {
    color: #000000;
    animation: slideInTitle 0.8s ease-out 0.2s forwards;
    transform: translateX(-20px);
    font-size: 36px;
    font-weight: 700;
    opacity: 0;
    margin-bottom: 3rem;
    position: relative;
    text-align: left;
}.course_summary941 h2::after {
    content: "";
    display: block;
    width: 80px;
    height: 4px;
    transform-origin: left;
    margin-top: 15px;
    animation: expandLine 0.6s ease-out 1s forwards;
    transform: scaleX(0);
    background: linear-gradient(90deg, rgb(135,144,166), rgb(78,104,151));
}.course_summary941 .grow_skills729 {
    animation: fadeIn 0.8s ease-out 0.6s forwards;
    display: grid;
    transform: translateY(20px);
    grid-template-columns: 1fr;
    opacity: 0;
    gap: 3rem;
}.course_summary941 .pic_float530 {
    height: 300px;
    box-shadow: 0 15px 35px rgba(0,0,0,0.1);
    width: 100%;
    transform: perspective(1000px) rotateY(-2deg);
    position: relative;
    transition: transform 0.5s ease-out;
    overflow: hidden;
}.course_summary941 .pic_float530::before {
    background: linear-gradient(0deg, rgba(0,0,0,0.3) 0%, rgba(0,0,0,0) 50%);
    left: 0;
    top: 0;
    z-index: 1;
    content: "";
    height: 100%;
    position: absolute;
    width: 100%;
}.course_summary941 .pic_float530::after {
    background: linear-gradient(135deg, rgb(78,104,151,0.5) 0%, transparent 70%);
    left: -10%;
    animation: shimmer 8s infinite alternate ease-in-out;
    height: 120%;
    position: absolute;
    width: 120%;
    z-index: 2;
    opacity: 0.5;
    top: -10%;
    mix-blend-mode: overlay;
    content: "";
}.course_summary941 .caption_holder894 {
    backdrop-filter: blur(5px);
    overflow: hidden;
    position: relative;
    background: linear-gradient(to right, rgba(255,255,255,0.9), rgba(255,255,255,0.7));
    padding: 2rem;
    box-shadow: 0 10px 30px rgba(0,0,0,0.05);
    border: 1px solid rgba(255,255,255,0.2);
}.course_summary941 .caption_holder894::before {
    height: 5px;
    top: 0;
    content: "";
    animation: expandLine 0.8s ease-out 1.2s forwards;
    transform: scaleX(0);
    left: 0;
    background: linear-gradient(90deg, rgb(135,144,166), rgb(78,104,151));
    transform-origin: left;
    position: absolute;
    width: 100%;
}.course_summary941 .description {
    opacity: 0;
    transform: translateY(15px);
    animation: fadeInUp 0.8s ease-out 0.8s forwards;
    margin-bottom: 1.5rem;
    color: #000000;
    line-height: 1.8;
    position: relative;
    font-size: 14px;
}.course_summary941 .description:first-of-type::first-letter {
    float: left;
    color: rgb(135,144,166);
    font-weight: 700;
    line-height: 0.8;
    padding-right: 0.1em;
    font-size: 1.8em;
}.course_summary941 .description:last-of-type {
    animation-delay: 1s;
    margin-bottom: 0;
}

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

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

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

@keyframes expandLine {
    from {
        transform: scaleX(0);
    }
    to {
        transform: scaleX(1);
    }
}

@keyframes shimmer {
    0% {
        transform: translate(-10%, -10%) scale(1.1);
    }
    100% {
        transform: translate(5%, 5%) scale(1);
    }
}

@media (min-width: 768px) {.course_summary941 {
    padding: 8rem 0;
}.course_summary941 h2 {
    max-width: 80%;
    font-size: calc(36px * 1.2);
}.course_summary941 .grow_skills729 {
    align-items: center;
    gap: 4rem;
    grid-template-columns: 1fr 1fr;
}.course_summary941 .pic_float530 {
    transform: perspective(1000px) rotateY(-3deg);
    height: 500px;
}.course_summary941 .pic_float530:hover {
    transform: perspective(1000px) rotateY(0deg);
}.course_summary941 .caption_holder894 {
    padding: 3rem;
}
}

@media (min-width: 992px) {.course_summary941 {
    padding: 10rem 0;
}.course_summary941 h2 {
    max-width: 70%;
    font-size: calc(36px * 1.4);
}.course_summary941 .grow_skills729 {
    gap: 6rem;
}.course_summary941 .pic_float530 {
    height: 600px;
}.course_summary941 .description {
    font-size: calc(14px * 1.05);
    line-height: 1.9;
}
}

@media (max-width: 767px) {.course_summary941 h2 {
    font-size: calc(36px * 0.9);
    text-align: center;
}.course_summary941 h2::after {
    margin: 15px auto 0;
}.course_summary941 .pic_float530 {
    order: -1;
}.course_summary941 .caption_holder894 {
    padding: 1.5rem;
}.course_summary941 .description {
    line-height: 1.7;
    font-size: calc(14px * 0.95);
}}.thanksBlock485 {
    position: relative;
    background: linear-gradient(135deg, rgb(177,178,185) 0%, rgb(78,104,151,0.5) 100%);
    padding: 5rem 2rem;
    overflow: hidden;
}.thanksBlock485::before {
    position: absolute;
    background: 
        radial-gradient(circle at 10% 20%, rgb(135,144,166,0.5) 0%, transparent 30%),
        radial-gradient(circle at 90% 80%, rgb(78,104,151,0.5) 0%, transparent 40%);
    height: 100%;
    content: "";
    top: 0;
    z-index: 0;
    opacity: 0.15;
    left: 0;
    width: 100%;
}.thanksBlock485::after {
    opacity: 0.05;
    clip-path: polygon(50% 0%, 100% 0%, 100% 100%, 0% 100%);
    right: -50%;
    height: 100%;
    background: rgb(255, 255, 255, 0.5);
    width: 100%;
    z-index: 0;
    content: "";
    top: -50%;
    transform: rotate(25deg);
    position: absolute;
}.thanksBlock485 .container {
    position: relative;
    max-width: 1200px;
    perspective: 1000px;
    margin: 0 auto;
    z-index: 2;
    transform: translateZ(0);
}.thanksBlock485 h2 {
    animation: slide-up 0.8s ease-out forwards;
    opacity: 0;
    transform: translateY(30px);
    font-size: 32px;
    text-align: left;
    font-weight: 700;
    padding-left: 1.5rem;
    color: #000000;
    border-left: 5px solid rgb(135,144,166);
    margin-bottom: 3rem;
    font-family: Arial, sans-serif;
    position: relative;
    line-height: 1.3;
    max-width: 90%;
}.thanksBlock485 .mission_block035 {
    opacity: 0;
    clip-path: polygon(0 0, 100% 0, 100% 92%, 95% 100%, 0 100%);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.05), 
                0 5px 15px rgba(0, 0, 0, 0.03);
    position: relative;
    transform: translateY(30px);
    background: #ffffff;
    overflow: hidden;
    padding: 3rem;
    animation: slide-up 0.8s ease-out forwards 0.2s;
    border: 1px solid rgba(0, 0, 0, 0.05);
    backdrop-filter: blur(10px);
}.thanksBlock485 .mission_block035::before {
    top: 0;
    position: absolute;
    height: 5px;
    background: linear-gradient(90deg, rgb(135,144,166) 0%, rgb(78,104,151) 100%);
    width: 100%;
    left: 0;
    content: "";
}.thanksBlock485 ul {
    position: relative;
    padding: 0;
    margin: 0;
    list-style: none;
}.thanksBlock485 li {
    padding: 0.5rem 0;
    position: relative;
}.thanksBlock485 li::before {
    position: absolute;
    opacity: 0;
    background: rgb(135,144,166,0.5);
    animation: grow-line 1.2s ease-out forwards 0.8s;
    left: -1.5rem;
    transform: scaleY(0);
    width: 3px;
    height: 100%;
    content: "";
    transform-origin: top;
    top: 0;
}.thanksBlock485 li span {
    color: #000000;
    text-align: left;
    line-height: 1.8;
    opacity: 0;
    transform: translateX(20px);
    font-family: Arial, sans-serif;
    padding-left: 0.5rem;
    position: relative;
    display: block;
    animation: fade-in-text 1s ease-out forwards 0.6s;
    font-size: 13px;
}@keyframes slide-up {
    0% {
        transform: translateY(30px);
        opacity: 0;
    }
    100% {
        transform: translateY(0);
        opacity: 1;
    }
}

@keyframes grow-line {
    0% {
        transform: scaleY(0);
        opacity: 0;
    }
    100% {
        transform: scaleY(1);
        opacity: 1;
    }
}

@keyframes fade-in-text {
    0% {
        opacity: 0;
        transform: translateX(20px);
    }
    100% {
        opacity: 1;
        transform: translateX(0);
    }
}

.thanksBlock485 .mission_block035:hover {
    box-shadow: 0 20px 45px rgba(0, 0, 0, 0.07), 
                0 10px 20px rgba(0, 0, 0, 0.05);
    transform: translateZ(0) scale(1.01);
    transition: transform 0.3s ease-out, box-shadow 0.3s ease-out;
}

@media (max-width: 991px) {.thanksBlock485 {
    padding: 4rem 1.5rem;
}.thanksBlock485 h2 {
    font-size: calc(32px * 0.9);
    margin-bottom: 2rem;
    max-width: 100%;
}.thanksBlock485 .mission_block035 {
    padding: 2rem;
}
}

@media (max-width: 767px) {.thanksBlock485 {
    padding: 3rem 1rem;
}.thanksBlock485 h2 {
    margin-bottom: 1.5rem;
    border-left: 3px solid rgb(135,144,166);
    padding-left: 1rem;
    font-size: calc(32px * 0.8);
}.thanksBlock485 .mission_block035 {
    padding: 1.5rem;
    clip-path: polygon(0 0, 100% 0, 100% 95%, 90% 100%, 0 100%);
}.thanksBlock485 li::before {
    left: -1rem;
}
}

@media (max-width: 575px) {.thanksBlock485 {
    padding: 2rem 0.8rem;
}.thanksBlock485 h2 {
    font-size: calc(32px * 0.7);
    margin-bottom: 1.2rem;
}.thanksBlock485 .mission_block035 {
    padding: 1.2rem;
}.thanksBlock485 li span {
    font-size: calc(13px * 0.95);
    line-height: 1.6;
}
}

@media (min-width: 1200px) {.thanksBlock485 .container {
    align-items: flex-start;
    flex-direction: column;
    display: flex;
}.thanksBlock485 h2 {
    max-width: 80%;
    margin-left: 3rem;
}.thanksBlock485 .mission_block035 {
    margin-left: auto;
    width: 85%;
    transform: translateY(30px) translateX(-2rem);
}.thanksBlock485 .mission_block035:hover {
    transform: translateZ(0) translateX(-2.5rem) scale(1.01);
}
}

@media (hover: hover) {.thanksBlock485 .mission_block035 {
    transition: transform 0.4s cubic-bezier(0.165, 0.84, 0.44, 1),
                    box-shadow 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
}}.title_section392 {
    overflow: hidden;
    justify-content: flex-start;
    align-items: center;
    min-height: 100vh;
    padding: 4rem 2rem;
    position: relative;
    display: flex;
}.title_section392::before {
    backdrop-filter: blur(8px);
    z-index: 1;
    left: 0;
    content: "";
    height: 100%;
    width: 100%;
    background: linear-gradient(135deg, 
    rgba(rgba(0, 0, 0, 0.5), 0.85) 0%,
    rgba(rgba(0, 0, 0, 0.5), 0.65) 40%,
    rgba(rgb(135,144,166,0.5), 0.5) 100%);
    position: absolute;
    top: 0;
}.title_section392::after {
    clip-path: polygon(100% 0, 0% 100%, 100% 100%);
    position: absolute;
    width: 30%;
    transform: rotate(-5deg);
    opacity: 0.15;
    bottom: -5%;
    content: "";
    height: 30%;
    background: rgb(135,144,166);
    right: -5%;
    z-index: 2;
}.title_section392 > div {
    max-width: 1200px;
    width: 100%;
    gap: 3rem;
    z-index: 5;
    position: relative;
    display: flex;
    flex-direction: column;
    margin: 0 auto;
}.title_section392 > div > div:first-child {
    position: relative;
    transform: translateY(20px);
    margin-bottom: 1rem;
    opacity: 0;
    padding-left: 2rem;
    animation: slideUpFade 0.8s cubic-bezier(0.22, 1, 0.36, 1) forwards;
}.title_section392 > div > div:first-child::before {
    content: "";
    position: absolute;
    background: linear-gradient(to bottom, rgb(135,144,166), rgb(78,104,151));
    transform: translateY(-50%);
    left: 0;
    top: 50%;
    width: 6px;
    height: 70%;
    border-radius: 3px;
}.title_section392 .title_style_header {
    margin: 0;
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
    font-size: clamp(2.5rem, 5vw, 42px);
    letter-spacing: -0.02em;
    position: relative;
    color: #ffffff;
    line-height: 1.2;
    font-weight: 700;
}.title_section392 .page_welcome304 {
    opacity: 0;
    padding: 2.5rem;
    backdrop-filter: blur(12px);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.15);
    position: relative;
    border-left: 4px solid rgb(78,104,151);
    transform: translateY(30px);
    display: grid;
    gap: 2rem;
    animation: slideUpFade 0.8s cubic-bezier(0.22, 1, 0.36, 1) 0.3s forwards;
    background: rgba(rgb(255, 255, 255, 0.5), 0.07);
    grid-template-columns: 1fr;
}.title_section392 .page_welcome304::before {
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    background: linear-gradient(135deg, 
    rgba(rgb(135,144,166,0.5), 0.03) 0%,
    rgba(rgb(78,104,151,0.5), 0.05) 100%);
    top: 0;
    content: "";
    position: absolute;
}.title_section392 .edu_philosophy407 {
    position: relative;
}.title_section392 .edu_philosophy407 h3 {
    margin: 0;
    font-weight: 600;
    padding-bottom: 1.25rem;
    line-height: 1.4;
    color: #ffffff;
    font-size: clamp(1.25rem, 3vw, 18px);
    position: relative;
}.title_section392 .edu_philosophy407 h3::after {
    width: 80px;
    position: absolute;
    background: linear-gradient(to right, rgb(135,144,166), rgb(78,104,151));
    height: 2px;
    content: "";
    bottom: 0;
    left: 0;
}.title_section392 .page_welcome304 > div:last-child {
    align-items: center;
    position: relative;
    display: flex;
}.title_section392 .page_welcome304 > div:last-child span {
    position: relative;
    display: block;
    padding-left: 1.5rem;
}.title_section392 .page_welcome304 > div:last-child span::before {
    transform: translateY(-50%);
    content: "";
    width: 8px;
    left: 0;
    top: 50%;
    border-radius: 1px;
    height: 8px;
    background: rgb(135,144,166);
    box-shadow: 0 0 15px rgb(135,144,166);
    position: absolute;
}.title_section392 .page_welcome304 p {
    font-weight: 400;
    color: #ffffff;
    letter-spacing: 0.01em;
    margin: 0;
    font-size: clamp(1rem, 2vw, 18px);
    line-height: 1.6;
}

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

@media (min-width: 768px) {.title_section392 {
    padding: 5rem 3rem;
    justify-content: center;
}.title_section392 > div {
    gap: 4rem;
}.title_section392 .page_welcome304 {
    grid-template-columns: 2fr 1fr;
    padding: 3rem;
    border-left: 6px solid rgb(78,104,151);
}.title_section392 .title_style_header {
    max-width: 80%;
}.title_section392 .edu_philosophy407 h3::after {
    width: 120px;
}.title_section392 > div > div:first-child::before {
    width: 8px;
}
}

@media (min-width: 1200px) {.title_section392 {
    padding: 6rem 4rem;
}.title_section392 > div > div:first-child {
    padding-left: 3rem;
}.title_section392 > div > div:first-child::before {
    height: 80%;
    width: 10px;
}.title_section392 .page_welcome304 {
    padding: 4rem;
    gap: 3rem;
}.title_section392::after {
    width: 40%;
    bottom: -10%;
    right: -10%;
    height: 40%;
}
}

@media (max-width: 767px) {.title_section392 {
    min-height: auto;
    padding: 3rem 1.5rem;
}.title_section392 > div {
    gap: 2rem;
}.title_section392 .page_welcome304 {
    padding: 2rem 1.5rem;
}.title_section392 .edu_philosophy407 h3 {
    padding-bottom: 1rem;
}}header {
    border-bottom: 1px solid rgb(135,144,166,0.5);
    width: 100%;
    position: fixed;
    background: linear-gradient(180deg, 
        rgb(135,144,166) 0%, 
        rgba(20, 20, 30, 0.95) 100%
    );
    left: 0;
    transition: all 0.4s ease;
    z-index: 1000;
    box-shadow: 0 5px 25px rgba(0, 0, 0, 0.3);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    top: 0;
}header:before {
    pointer-events: none;
    position: absolute;
    opacity: 0.1;
    background: 
        radial-gradient(circle at 15% 15%, rgb(135,144,166,0.5) 0%, transparent 25%),
        radial-gradient(circle at 85% 85%, rgb(78,104,151,0.5) 0%, transparent 25%);
    width: 100%;
    top: 0;
    height: 100%;
    left: 0;
    content: '';
}header:after {
    top: 0;
    left: 0;
    pointer-events: none;
    position: absolute;
    height: 100%;
    content: '';
    opacity: 0.02;
    width: 100%;
    mix-blend-mode: overlay;
}header .main_train916 {
    position: relative;
    overflow: hidden;
}header .main_train916:before {
    background: linear-gradient(90deg, 
        transparent 0%,
        rgb(135,144,166) 25%,
        #ffffff 50%,
        rgb(135,144,166) 75%,
        transparent 100%
    );
    position: absolute;
    content: '';
    opacity: 0.7;
    height: 1px;
    animation: scanlineGlow 4s linear infinite;
    box-shadow: 0 0 15px rgb(135,144,166), 0 0 35px rgb(135,144,166);
    bottom: 0;
    left: -50%;
    width: 200%;
}header .container {
    margin: 0 auto;
    padding: 18px 25px;
    position: relative;
    max-width: 1200px;
}header .container:before {
    mix-blend-mode: overlay;
    opacity: 0.5;
    background-image: 
        repeating-linear-gradient(
            0deg,
            transparent,
            transparent 2px,
            rgba(255, 255, 255, 0.015) 2px,
            rgba(255, 255, 255, 0.015) 3px
        );
    pointer-events: none;
    height: 100%;
    content: '';
    width: 100%;
    position: absolute;
}header .site_nav325 {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
}header .site_nav325:before {
    transform: translateY(-50%);
    background: rgb(135,144,166);
    height: 20px;
    top: 50%;
    left: -10px;
    border-radius: 50%;
    filter: blur(15px);
    opacity: 0.3;
    width: 20px;
    position: absolute;
    animation: breathe 5s infinite alternate;
    content: '';
}header .site_nav325:after {
    opacity: 0.3;
    height: 20px;
    border-radius: 50%;
    position: absolute;
    animation: breathe 5s infinite alternate-reverse;
    content: '';
    right: -10px;
    filter: blur(15px);
    background: rgb(78,104,151);
    top: 50%;
    transform: translateY(-50%);
    width: 20px;
}header .nav_learn214 {
    gap: 30px;
    position: relative;
    align-items: center;
    display: flex;
}header .nav_learn214:before {
    height: 110%;
    background: linear-gradient(90deg, 
        transparent, 
        rgb(135,144,166,0.5), 
        transparent
    );
    left: -5%;
    filter: blur(5px);
    animation: menuGlow 10s infinite ease-in-out;
    width: 110%;
    content: '';
    position: absolute;
    top: -5%;
    opacity: 0.15;
    transform: translateX(-100%);
}header .top_pagewrap738 {
    text-transform: uppercase;
    padding: 8px 2px;
    position: relative;
    text-shadow: 0 0 1px #ffffff;
    letter-spacing: 1px;
    font-weight: 400;
    font-size: 14px;
    color: #ffffff;
    transition: all 0.3s ease;
    font-family: Arial, sans-serif;
    text-decoration: none;
}header .top_pagewrap738:before {
    background: linear-gradient(90deg, 
        transparent, 
        rgb(135,144,166,0.5), 
        transparent
    );
    content: '';
    transform: skewX(-20deg) scale(0.8, 1);
    z-index: -1;
    transition: all 0.4s ease;
    opacity: 0;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    position: absolute;
}header .top_pagewrap738:after {
    background: linear-gradient(90deg, 
        rgb(135,144,166),
        #ffffff 50%,
        rgb(135,144,166)
    );
    position: absolute;
    width: 0;
    transform: translateX(-50%);
    left: 50%;
    content: '';
    height: 2px;
    opacity: 0.8;
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    filter: blur(0.5px);
    bottom: -2px;
}header .top_pagewrap738:hover {
    color: #ffffff;
    transform: translateY(-2px);
    text-shadow: 
        0 0 5px #ffffff,
        0 0 10px rgb(135,144,166);
}header .top_pagewrap738:hover:before {
    opacity: 0.15;
    transform: skewX(-20deg) scale(1.05, 1);
}header .top_pagewrap738:hover:after {
    width: 100%;
    box-shadow: 
        0 0 5px rgb(135,144,166),
        0 0 10px rgb(135,144,166);
}header .header_base817 {
    padding: 5px;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    position: relative;
    text-decoration: none;
    justify-content: center;
}header .header_base817:before {
    height: 150%;
    background: radial-gradient(circle, 
        rgb(135,144,166,0.5) 0%, 
        transparent 70%
    );
    transition: opacity 0.5s ease;
    width: 150%;
    content: '';
    position: absolute;
    opacity: 0;
    left: 50%;
    transform: translate(-50%, -50%);
    top: 50%;
}header .header_base817:after {
    opacity: 0;
    border-image: linear-gradient(45deg, rgb(135,144,166), rgb(78,104,151), rgb(135,144,166)) 1;
    left: -5px;
    border: 1px solid transparent;
    transition: all 0.5s ease;
    height: calc(100% + 10px);
    width: calc(100% + 10px);
    position: absolute;
    top: -5px;
    content: '';
}header .header_base817:hover:before {
    opacity: 0.3;
}header .header_base817:hover:after {
    opacity: 0.7;
    animation: borderRotate 4s linear infinite;
}header .header_base817 svg {
    position: relative;
    filter: drop-shadow(0 0 2px rgb(135,144,166,0.5));
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    height: 45px;
    width: auto;
}header .header_base817:hover svg {
    transform: scale(1.05);
    filter: drop-shadow(0 0 5px rgb(135,144,166));
}header .header_base817:hover svg path {
    animation: logoGlow 2s infinite alternate;
}

@keyframes scanlineGlow {
    0% {
        transform: translateX(-100%);
        opacity: 0;
    }
    10%, 90% {
        opacity: 0.7;
    }
    100% {
        transform: translateX(100%);
        opacity: 0;
    }
}

@keyframes breathe {
    0%, 100% {
        opacity: 0.3;
        filter: blur(15px);
    }
    50% {
        opacity: 0.5;
        filter: blur(20px);
    }
}

@keyframes menuGlow {
    0%, 100% {
        transform: translateX(-100%);
        opacity: 0.15;
    }
    50% {
        transform: translateX(100%);
        opacity: 0.25;
    }
}

@keyframes borderRotate {
    0% {
        border-image: linear-gradient(45deg, rgb(135,144,166), rgb(78,104,151), rgb(135,144,166)) 1;
    }
    50% {
        border-image: linear-gradient(225deg, rgb(135,144,166), rgb(78,104,151), rgb(135,144,166)) 1;
    }
    100% {
        border-image: linear-gradient(405deg, rgb(135,144,166), rgb(78,104,151), rgb(135,144,166)) 1;
    }
}

@keyframes logoGlow {
    0% {
        filter: brightness(1);
    }
    100% {
        filter: brightness(1.3);
    }
}

@keyframes glitchEffect {
    0%, 100% {
        transform: translateX(0);
    }
    20% {
        transform: translateX(-2px);
    }
    40% {
        transform: translateX(2px);
    }
    60% {
        transform: skewX(2deg);
    }
    80% {
        transform: skewX(-2deg);
    }
}

@media (max-width: 991px) {header .container {
    padding: 15px 20px;
}header .nav_learn214 {
    gap: 20px;
}header .header_base817 svg {
    height: 38px;
}
}

@media (max-width: 767px) {header .nav_learn214 {
    max-width: 330px;
    backdrop-filter: blur(15px);
    top: 0;
    box-shadow: -5px 0 30px rgba(0, 0, 0, 0.5);
    gap: 25px;
    height: 100vh;
    transition: all 0.4s cubic-bezier(0.19, 1, 0.22, 1);
    z-index: 1001;
    padding: 85px 30px 30px;
    -webkit-backdrop-filter: blur(15px);
    right: -100%;
    position: fixed;
    width: 85%;
    overflow-y: auto;
    background: linear-gradient(135deg, 
            rgba(20, 20, 30, 0.97) 0%, 
            rgba(10, 10, 20, 0.98) 100%
        );
    flex-direction: column;
}header .nav_learn214:before {
    height: 1px;
    width: 80%;
    animation: none;
    opacity: 0.3;
    left: 10%;
    top: 70px;
}header .nav_learn214:after {
    height: 30px;
    opacity: 0.6;
    width: 30px;
    position: absolute;
    right: 20px;
    border: 1px solid rgb(135,144,166,0.5);
    background: transparent;
    top: 20px;
    content: '';
}header .menu.active {
    right: 0;
}header .top_pagewrap738 {
    opacity: 0.8;
    padding: 12px 5px;
    text-align: left;
    border-bottom: 1px solid rgb(135,144,166,0.5);
    width: 100%;
}header .top_pagewrap738:last-child {
    border-bottom: none;
}header .top_pagewrap738:hover {
    opacity: 1;
    transform: translateY(0);
}header .header_base817 {
    margin: 0 auto;
}
}

@media (max-width: 480px) {header .container {
    padding: 12px 15px;
}header .header_base817 svg {
    height: 35px;
}header .nav_learn214 {
    width: 100%;
    max-width: 100%;
}}.contact_form_box214 {
    position: relative;
    background: linear-gradient(120deg, rgb(177,178,185) 0%, #1a1e2e 100%);
    padding: 90px 0;
    overflow: hidden;
}.contact_form_box214::before {
    position: absolute;
    width: 100%;
    content: "";
    height: 100%;
    top: 0;
    z-index: 0;
    background: 
        radial-gradient(circle at 20% 50%, rgba(0, 0, 0, 0.4) 0%, transparent 40%),
        linear-gradient(0deg, transparent 80%, rgba(rgb(135,144,166), 0.05) 100%);
    left: 0;
}.contact_form_box214::after {
    z-index: 1;
    position: absolute;
    left: 0;
    content: "";
    bottom: 0;
    height: 100px;
    width: 100%;
    background: 
        repeating-linear-gradient(90deg, rgba(255, 255, 255, 0.03) 0px, rgba(255, 255, 255, 0.03) 1px, transparent 1px, transparent 20px);
}.contact_form_box214 .container {
    margin: 0 auto;
    position: relative;
    padding: 0 20px;
    z-index: 2;
    max-width: 1200px;
}.contact_form_box214 h2 {
    position: relative;
    margin-bottom: 70px;
    text-align: center;
    color: #ffffff;
    font-size: 34px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 2px;
}.contact_form_box214 h2::before {
    content: "";
    bottom: -20px;
    left: calc(50% - 50px);
    position: absolute;
    width: 30px;
    background: rgb(135,144,166);
    height: 2px;
}.contact_form_box214 h2::after {
    height: 2px;
    position: absolute;
    left: calc(50% - 10px);
    content: "";
    background: rgb(135,144,166);
    bottom: -20px;
    width: 70px;
}.contact_form_box214 .request_list239 {
    display: grid;
    grid-template-columns: 6fr 4fr;
    border-radius: 20px;
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.3);
    background: rgba(0, 0, 0, 0.2);
    backdrop-filter: blur(10px);
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.05);
}.contact_form_box214 .pic_float530 {
    position: relative;
    min-height: 100%;
}.contact_form_box214 .pic_float530::before {
    background: linear-gradient(135deg, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.7));
    height: 100%;
    content: "";
    top: 0;
    width: 100%;
    position: absolute;
    left: 0;
    z-index: 1;
}.contact_form_box214 .pic_float530::after {
    content: "";
    left: 0;
    background: 
        repeating-linear-gradient(45deg, transparent, transparent 10px, rgba(rgb(135,144,166), 0.1) 10px, rgba(rgb(135,144,166), 0.1) 11px);
    width: 100%;
    height: 100%;
    z-index: 2;
    position: absolute;
    animation: scanLines 5s linear infinite;
    top: 0;
}@keyframes scanLines {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: 100px 100px;
    }
}

.contact_form_box214 .support_list194 {
    position: relative;
    padding: 50px;
}.contact_form_box214 .support_list194::before {
    z-index: -1;
    position: absolute;
    content: "";
    background: radial-gradient(circle at 50% 30%, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.2));
    width: 100%;
    left: 0;
    height: 100%;
    top: 0;
}.contact_form_box214 #contact {
    flex-direction: column;
    gap: 25px;
    display: flex;
}.contact_form_box214 h3 {
    position: relative;
    margin-bottom: 30px;
    font-size: 20px;
    letter-spacing: 1px;
    text-transform: uppercase;
    display: inline-block;
    font-weight: 700;
    color: #ffffff;
}.contact_form_box214 h3::after {
    background: rgb(135,144,166);
    height: 2px;
    position: absolute;
    left: 0;
    bottom: -10px;
    content: "";
    width: 50px;
}.contact_form_box214 input[type="text"] {
    border-radius: 10px;
    color: #ffffff;
    position: relative;
    transition: all 0.3s ease;
    font-size: 16px;
    padding: 16px 20px;
    width: 100%;
    border: 1px solid rgba(255, 255, 255, 0.1);
    background: rgba(0, 0, 0, 0.2);
}.contact_form_box214 input[type="text"]:focus {
    outline: none;
    box-shadow: 0 0 15px rgba(rgb(135,144,166), 0.2);
    border-color: rgb(135,144,166);
    background: rgba(0, 0, 0, 0.3);
}.contact_form_box214 input[type="text"]::placeholder {
    color: rgba(255, 255, 255, 0.4);
}.contact_form_box214 .message_map937 {
    gap: 12px;
    display: flex;
    margin-top: 5px;
    align-items: flex-start;
}.contact_form_box214 .message_map937 input[type="checkbox"] {
    width: 24px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    height: 24px;
    appearance: none;
    position: relative;
    cursor: pointer;
    border-radius: 3px;
    margin-top: 2px;
    background: rgba(0, 0, 0, 0.2);
}.contact_form_box214 .message_map937 input[type="checkbox"]:checked {
    border-color: rgb(135,144,166);
    background: rgb(135,144,166);
}.contact_form_box214 .message_map937 input[type="checkbox"]:checked::after {
    left: 9px;
    border: solid #ffffff;
    top: 6px;
    transform: rotate(45deg);
    position: absolute;
    content: "";
    height: 10px;
    border-width: 0 2px 2px 0;
    width: 6px;
}.contact_form_box214 .message_map937 label {
    line-height: 1.5;
    font-size: calc(16px - 2px);
    color: rgba(255, 255, 255, 0.7);
}.contact_form_box214 .message_map937 a {
    position: relative;
    text-decoration: none;
    color: rgb(135,144,166);
    transition: all 0.3s ease;
}.contact_form_box214 .message_map937 a:hover {
    color: #ffffff;
}.contact_form_box214 .message_map937 a::after {
    transition: all 0.3s ease;
    position: absolute;
    height: 1px;
    bottom: -2px;
    left: 0;
    content: "";
    width: 100%;
    background: rgb(135,144,166);
}.contact_form_box214 .message_map937 a:hover::after {
    background: #ffffff;
}.contact_form_box214 .connect_box495 {
    margin-top: 10px;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 600;
    cursor: pointer;
    padding: 16px 35px;
    border-radius: 10px;
    background: rgb(135,144,166);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
    transition: all 0.3s ease;
    font-size: 15px;
    overflow: hidden;
    border: none;
    color: #ffffff;
    position: relative;
    align-self: flex-start;
}.contact_form_box214 .connect_box495::before {
    left: -100%;
    content: "";
    transition: all 0.5s ease;
    top: 0;
    height: 100%;
    width: 100%;
    position: absolute;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
}.contact_form_box214 .connect_box495:hover {
    background: rgb(78,104,151);
    transform: translateY(-3px);
}.contact_form_box214 .connect_box495:hover::before {
    left: 100%;
}.contact_form_box214 svg {
    filter: drop-shadow(0 0 5px rgba(rgb(135,144,166), 0.5));
    height: 22px;
    width: 22px;
    transition: all 0.3s ease;
    fill: rgb(135,144,166);
}.contact_form_box214 svg path {
    fill: rgb(135,144,166);
    transition: all 0.3s ease;
}.contact_form_box214 svg:hover {
    transform: scale(1.1);
    fill: #ffffff;
}.contact_form_box214 svg:hover path {
    fill: #ffffff;
}

@media (max-width: 992px) {.contact_form_box214 {
    padding: 70px 0;
}.contact_form_box214 .request_list239 {
    grid-template-columns: 1fr;
}.contact_form_box214 .pic_float530 {
    min-height: 300px;
}.contact_form_box214 .support_list194 {
    padding: 40px 30px 50px;
}
}

@media (max-width: 768px) {.contact_form_box214 {
    padding: 50px 0;
}.contact_form_box214 h2 {
    font-size: calc(34px - 4px);
    margin-bottom: 50px;
}.contact_form_box214 .pic_float530 {
    min-height: 250px;
}
}

@media (max-width: 576px) {.contact_form_box214 {
    padding: 40px 0;
}.contact_form_box214 .container {
    padding: 0 15px;
}.contact_form_box214 h2 {
    font-size: calc(34px - 6px);
    margin-bottom: 40px;
}.contact_form_box214 h2::before {
    left: calc(50% - 35px);
    width: 20px;
}.contact_form_box214 h2::after {
    width: 50px;
}.contact_form_box214 .support_list194 {
    padding: 30px 20px 40px;
}.contact_form_box214 #contact {
    gap: 20px;
}.contact_form_box214 .connect_box495 {
    width: 100%;
}.contact_form_box214 .pic_float530 {
    min-height: 200px;
}}.user_testimonials014 {
    background: linear-gradient(180deg, rgb(177,178,185) 0%, rgba(0, 0, 0, 0.5) 100%);
    perspective: 1000px;
    padding: 5rem 0;
    position: relative;
    overflow: hidden;
}.user_testimonials014::before {
    content: "";
    left: 0;
    top: 0;
    height: 100%;
    opacity: 0.6;
    z-index: 1;
    position: absolute;
    background: 
        radial-gradient(circle at 20% 30%, rgb(135,144,166,0.5) 0%, transparent 15%),
        radial-gradient(circle at 80% 70%, rgb(78,104,151,0.5) 0%, transparent 15%);
    width: 100%;
}.user_testimonials014::after {
    height: 100%;
    opacity: 0.2;
    background-image: 
        linear-gradient(to right, rgba(0, 0, 0, 0.5) 1px, transparent 1px),
        linear-gradient(to bottom, rgba(0, 0, 0, 0.5) 1px, transparent 1px);
    z-index: 1;
    width: 100%;
    top: 0;
    position: absolute;
    background-size: 30px 30px;
    left: 0;
    content: "";
}.user_testimonials014 .container {
    z-index: 2;
    position: relative;
}.user_testimonials014 h2 {
    margin-bottom: 4rem;
    padding: 0 2rem;
    text-align: center;
    text-transform: uppercase;
    display: inline-block;
    color: #000000;
    position: relative;
    letter-spacing: 2px;
    font-weight: 700;
    left: 50%;
    font-size: 31px;
    transform: translateX(-50%);
}.user_testimonials014 h2::before, 
.user_testimonials014 h2::after {
    content: "";
    position: absolute;
    width: 50px;
    top: 50%;
    height: 3px;
    animation: neonPulse 2s infinite alternate;
    background: rgb(135,144,166);
}.user_testimonials014 h2::before {
    left: -30px;
}.user_testimonials014 h2::after {
    right: -30px;
}.user_testimonials014 .edu_quotes132 {
    gap: 2rem;
    justify-content: center;
    display: flex;
    flex-wrap: wrap;
    perspective: 1000px;
}.user_testimonials014 .alumni_feedback754 {
    transform: translateZ(0) rotateY(0);
    align-items: center;
    transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1);
    border-radius: 10px;
    flex-direction: column;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(10px);
    background: rgba(255, 255, 255, 0.05);
    min-width: 280px;
    position: relative;
    transform-style: preserve-3d;
    flex: 0 0 calc(33.333% - 2rem);
    display: flex;
    border: 1px solid rgba(255, 255, 255, 0.1);
    max-width: calc(33.333% - 2rem);
    padding: 2rem;
    overflow: hidden;
}.user_testimonials014 .alumni_feedback754::before {
    content: "";
    inset: 0;
    mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0);
    opacity: 0;
    background: linear-gradient(45deg, rgb(135,144,166), rgb(78,104,151)) border-box;
    border-radius: 10px;
    border: 2px solid transparent;
    transition: opacity 0.5s ease;
    position: absolute;
    mask-composite: exclude;
}.user_testimonials014 .alumni_feedback754:hover {
    box-shadow: -10px 10px 30px rgba(0, 0, 0, 0.2);
    transform: translateZ(20px) rotateY(5deg);
}.user_testimonials014 .alumni_feedback754:hover::before {
    animation: borderGlow 1.5s infinite alternate;
    opacity: 1;
}.user_testimonials014 .alumni_feedback754:nth-child(even):hover {
    transform: translateZ(20px) rotateY(-5deg);
    box-shadow: 10px 10px 30px rgba(0, 0, 0, 0.2);
}.user_testimonials014 .alumni_feedback754 img {
    position: relative;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    border: 3px solid #ffffff;
    border-radius: 50%;
    transition: all 0.4s ease;
    height: 90px;
    margin-bottom: 1.5rem;
    width: 90px;
    object-fit: cover;
    z-index: 2;
}.user_testimonials014 .alumni_feedback754:hover img {
    transform: scale(1.05);
    box-shadow: 0 0 15px rgb(135,144,166,0.5);
    border-color: rgb(135,144,166);
}.user_testimonials014 .alumni_feedback754 p {
    margin: 0;
    text-align: center;
    font-family: Arial, sans-serif;
    transition: all 0.3s ease;
    font-size: calc(16px * 1.1);
    color: #000000;
    font-weight: 600;
}.user_testimonials014 .alumni_feedback754 .description {
    color: #000000;
    text-align: center;
    font-weight: 400;
    padding-top: 1rem;
    z-index: 2;
    position: relative;
    margin-top: 1rem;
    font-size: 16px;
}.user_testimonials014 .alumni_feedback754 .description::after {
    top: 0;
    transform: translateX(-50%);
    transition: all 0.3s ease;
    position: absolute;
    content: "";
    height: 2px;
    left: 50%;
    background: rgb(78,104,151,0.5);
    width: 40px;
}.user_testimonials014 .alumni_feedback754:hover .description::after {
    width: 60px;
    box-shadow: 0 0 10px rgb(135,144,166,0.5);
    background: rgb(135,144,166);
}

@keyframes neonPulse {
    0% {
        box-shadow: 0 0 5px rgb(135,144,166), 0 0 10px rgb(135,144,166,0.5);
    }
    100% {
        box-shadow: 0 0 20px rgb(135,144,166), 0 0 30px rgb(135,144,166,0.5);
    }
}

@keyframes borderGlow {
    0% {
        opacity: 0.5;
    }
    100% {
        opacity: 1;
    }
}

@media (max-width: 991px) {.user_testimonials014 {
    padding: 4rem 0;
}.user_testimonials014 h2 {
    margin-bottom: 3rem;
}.user_testimonials014 .alumni_feedback754 {
    max-width: calc(50% - 2rem);
    flex: 0 0 calc(50% - 2rem);
}
}

@media (max-width: 767px) {.user_testimonials014 h2 {
    font-size: calc(31px * 0.9);
}.user_testimonials014 h2::before,
    .user_testimonials014 h2::after {
    width: 30px;
}.user_testimonials014 h2::before {
    left: -15px;
}.user_testimonials014 h2::after {
    right: -15px;
}.user_testimonials014 .edu_quotes132 {
    flex-direction: column;
    gap: 1.5rem;
}.user_testimonials014 .alumni_feedback754 {
    flex: 1 1 100%;
    padding: 1.5rem;
    max-width: 100%;
}.user_testimonials014 .alumni_feedback754,
    .user_testimonials014 .alumni_feedback754:hover,
    .user_testimonials014 .alumni_feedback754:nth-child(even):hover {
    transform: none;
}.user_testimonials014 .alumni_feedback754 img {
    width: 70px;
    height: 70px;
}
}

@media (max-width: 480px) {.user_testimonials014 {
    padding: 3rem 0;
}.user_testimonials014 h2 {
    font-size: calc(31px * 0.8);
}.user_testimonials014 .alumni_feedback754 {
    padding: 1.25rem;
}.user_testimonials014 .alumni_feedback754 img {
    height: 60px;
    width: 60px;
}}.privacy_preserve593 {
    color: #000000;
    padding: 4rem 2rem;
    background: linear-gradient(135deg, rgb(177,178,185) 0%, rgba(240, 242, 245, 0.9) 100%);
    position: relative;
    overflow: hidden;
    font-family: Arial, sans-serif;
}.privacy_preserve593::before {
    position: absolute;
    opacity: 0.2;
    top: 0;
    height: 30vh;
    content: "";
    transform: translateY(-15%) translateX(15%);
    right: 0;
    z-index: 0;
    width: 30vw;
    background: linear-gradient(225deg, rgb(78,104,151,0.5) 0%, transparent 70%);
}.privacy_preserve593::after {
    bottom: 0;
    z-index: 0;
    left: 0;
    position: absolute;
    width: 40vw;
    opacity: 0.15;
    height: 40vh;
    content: "";
    background: linear-gradient(45deg, rgb(135,144,166,0.5) 0%, transparent 70%);
    transform: translateY(15%) translateX(-15%);
}.privacy_preserve593 .container {
    z-index: 1;
    margin: 0 auto;
    position: relative;
    max-width: 1140px;
}.privacy_preserve593 h1 {
    transform-origin: left center;
    transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    font-weight: 700;
    color: #000000;
    margin-bottom: 2rem;
    font-size: calc(40px * 1.1);
    position: relative;
}.privacy_preserve593 h1::after {
    height: 3px;
    position: absolute;
    transform-origin: left center;
    left: 0;
    transition: transform 0.5s ease-out;
    width: 4rem;
    transform: scaleX(1);
    content: "";
    bottom: -0.6rem;
    background: rgb(135,144,166);
}.privacy_preserve593 h1:hover {
    transform: translateX(5px);
}.privacy_preserve593 h1:hover::after {
    transform: scaleX(1.5);
}.privacy_preserve593 h2 {
    transform: translateX(0);
    transition: transform 0.3s ease;
    border-left: 3px solid rgb(78,104,151);
    margin: 2.5rem 0 1rem;
    padding-bottom: 0.5rem;
    padding-left: 1rem;
    position: relative;
    color: #000000;
    font-weight: 600;
    font-size: 33px;
}.privacy_preserve593 h2:hover {
    transform: translateX(5px);
}.privacy_preserve593 h3 {
    color: #000000;
    margin: 2rem 0 1rem;
    font-size: calc(33px * 0.85);
    border-bottom: 1px solid rgba(rgba(0, 0, 0, 0.5), 0.1);
    padding-bottom: 0.3rem;
    font-weight: 600;
}.privacy_preserve593 h4 {
    font-weight: 600;
    position: relative;
    margin: 1.5rem 0 1rem;
    color: #000000;
    font-size: calc(33px * 0.7);
    padding-left: 1rem;
}.privacy_preserve593 h4::before {
    width: 5px;
    content: "";
    left: 0;
    background: rgb(78,104,151);
    top: 50%;
    position: absolute;
    height: 5px;
    transform: translateY(-50%);
}.privacy_preserve593 p {
    color: #000000;
    opacity: 0.9;
    transform: translateY(0);
    max-width: 90ch;
    font-size: 17px;
    transition: opacity 0.3s ease, transform 0.3s ease;
    margin-bottom: 1.5rem;
    line-height: 1.7;
}.privacy_preserve593 p:hover {
    transform: translateY(-2px);
    opacity: 1;
}.privacy_preserve593 strong {
    position: relative;
    font-weight: 600;
    color: #000000;
    display: inline-block;
}.privacy_preserve593 strong::after {
    content: "";
    bottom: -2px;
    background: rgb(135,144,166,0.5);
    transform: scaleX(0.3);
    position: absolute;
    left: 0;
    width: 100%;
    transform-origin: left;
    height: 1px;
    transition: transform 0.3s ease;
}.privacy_preserve593 strong:hover::after {
    transform: scaleX(1);
}.privacy_preserve593 ul {
    padding-left: 1.5rem;
    position: relative;
    list-style: none;
    margin: 1.5rem 0 2rem;
}.privacy_preserve593 ul::before {
    top: 0;
    left: 0;
    position: absolute;
    bottom: 0;
    content: "";
    width: 2px;
    background: linear-gradient(to bottom, rgb(78,104,151,0.5) 0%, transparent 100%);
}.privacy_preserve593 li {
    line-height: 1.6;
    color: #000000;
    padding: 0.5rem 0 0.5rem 1.5rem;
    transition: transform 0.3s ease;
    margin-bottom: 0.5rem;
    font-size: 17px;
    position: relative;
}.privacy_preserve593 li::before {
    background: rgb(78,104,151);
    position: absolute;
    border-radius: 10px;
    transition: transform 0.3s ease, background 0.3s ease;
    content: "";
    width: 6px;
    top: 1rem;
    left: 0;
    height: 6px;
}.privacy_preserve593 li:hover {
    transform: translateX(5px);
}.privacy_preserve593 li:hover::before {
    transform: scale(1.3);
    background: rgb(135,144,166);
}.privacy_preserve593 span {
    padding: 1rem;
    font-size: 17px;
    margin-bottom: 1.5rem;
    transition: transform 0.4s ease, box-shadow 0.4s ease;
    display: block;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.02);
    border-left: 2px solid rgb(135,144,166,0.5);
    line-height: 1.7;
    color: #000000;
    background: rgba(#ffffff, 0.5);
    transform: perspective(1000px) rotateX(0);
}.privacy_preserve593 span:hover {
    transform: perspective(1000px) rotateX(2deg);
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
}

@media (min-width: 768px) {.privacy_preserve593 {
    padding: 6rem 3rem;
}.privacy_preserve593 .container {
    padding: 0 2rem;
}.privacy_preserve593 h1 {
    font-size: calc(40px * 1.3);
    margin-bottom: 3rem;
}.privacy_preserve593 h1::after {
    height: 4px;
    width: 6rem;
}.privacy_preserve593 h2 {
    margin: 3.5rem 0 1.5rem;
    font-size: calc(33px * 1.1);
    padding-left: 1.2rem;
}.privacy_preserve593 h3 {
    font-size: calc(33px * 0.9);
    margin: 2.5rem 0 1.2rem;
}.privacy_preserve593 h4 {
    font-size: calc(33px * 0.75);
    padding-left: 1.2rem;
    margin: 2rem 0 1rem;
}.privacy_preserve593 ul {
    padding-left: 2rem;
}.privacy_preserve593 li {
    padding: 0.7rem 0 0.7rem 1.5rem;
}.privacy_preserve593 span {
    padding: 1.5rem;
    margin-left: 1rem;
}
}

@media (min-width: 992px) {.privacy_preserve593 {
    padding: 8rem 4rem;
}.privacy_preserve593::before {
    width: 40vw;
    height: 40vh;
}.privacy_preserve593::after {
    height: 50vh;
    width: 50vw;
}.privacy_preserve593 h1 {
    margin-bottom: 4rem;
    font-size: calc(40px * 1.5);
    transform: translateZ(0);
}.privacy_preserve593 h1::after {
    width: 8rem;
}.privacy_preserve593 h2 {
    padding-left: 1.5rem;
    font-size: calc(33px * 1.2);
    margin: 4rem 0 2rem;
    border-left-width: 4px;
}.privacy_preserve593 p {
    line-height: 1.8;
    margin-bottom: 2rem;
}.privacy_preserve593 ul {
    margin: 2rem 0 2.5rem;
}.privacy_preserve593 li {
    padding: 0.8rem 0 0.8rem 1.8rem;
    margin-bottom: 0.8rem;
}.privacy_preserve593 span {
    padding: 2rem;
    line-height: 1.8;
    margin-left: 2rem;
}
}

@media (max-width: 767px) {.privacy_preserve593 {
    padding: 3rem 1.5rem;
}.privacy_preserve593 h1 {
    font-size: calc(40px * 1);
    margin-bottom: 1.5rem;
}.privacy_preserve593 h1::after {
    width: 3rem;
    height: 2px;
}.privacy_preserve593 h2 {
    font-size: 33px;
    border-left-width: 2px;
    margin: 2rem 0 1rem;
    padding-left: 0.8rem;
}.privacy_preserve593 h3, 
    .privacy_preserve593 h4 {
    font-size: calc(33px * 0.8);
    margin: 1.5rem 0 0.8rem;
}.privacy_preserve593 p {
    margin-bottom: 1.2rem;
    line-height: 1.6;
    font-size: calc(17px * 0.95);
}.privacy_preserve593 ul {
    padding-left: 0.8rem;
    margin: 1rem 0 1.5rem;
}.privacy_preserve593 li {
    padding: 0.4rem 0 0.4rem 1.2rem;
    line-height: 1.5;
    margin-bottom: 0.4rem;
    font-size: calc(17px * 0.95);
}.privacy_preserve593 span {
    line-height: 1.6;
    padding: 0.8rem;
    margin-left: 0;
    margin-bottom: 1.2rem;
    font-size: calc(17px * 0.95);
}}header .top_plank {
    color:  #ffffff;
    background: rgb(135,144,166);
}header .top_plank .learning_plank031 div svg, header .top_plank .learning_plank031 div svg path {
    fill: #ffffff;
}header .top_plank .learning_plank031 div span {
    color: #ffffff;
}header .top_plank .learning_plank031 {
    padding: 15px 0 10px 0;
    line-height: 21px;
    width: 100%;
    flex-wrap: wrap;
    justify-content: flex-start;
    display: flex;
    align-items: center;
    font-size: 14px;
}header .top_plank .learning_plank031 div {
    justify-content: flex-start;
    align-items: center;
    display: flex;
    margin-right: 24px;
}header .top_plank .learning_plank031 div img, header .top_plank .learning_plank031 div svg {
    height: 16px;
    width: 16px;
    margin-right: 8px;
}.deal_plan946 {
    position: relative;
    padding: 120px 0;
    overflow: hidden;
}.deal_plan946::before {
    top: 0;
    background: linear-gradient(135deg, rgba(18, 46, 101, 0.85), rgba(44, 62, 80, 0.9));
    bottom: 0;
    z-index: 1;
    left: 0;
    content: "";
    right: 0;
    position: absolute;
}.deal_plan946 .container {
    position: relative;
    margin: 0 auto;
    max-width: 1200px;
    z-index: 2;
    padding: 0 20px;
}.pricing_catalog964 {
    position: relative;
}.deal_plan946 h2 {
    font-size: 32px;
    animation: titleFadeIn 0.8s ease-out forwards;
    text-align: center;
    position: relative;
    margin-bottom: 25px;
    font-weight: 700;
    transform: translateY(0);
    color: #ffffff;
}.deal_plan946 .pricing_list794 {
    text-align: center;
    animation: fadeIn 0.8s ease-out 0.3s forwards;
    line-height: 1.6;
    opacity: 0;
    margin: 0 auto 60px;
    color: #ffffff;
    max-width: 700px;
    position: relative;
    font-size: 12px;
}.deal_plan946 .payment_plan204 {
    display: grid;
    list-style: none;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    margin: 0;
    padding: 0;
    gap: 30px;
}.deal_plan946 .payment_plan204 li {
    perspective: 1000px;
    transform-style: preserve-3d;
}.deal_plan946 .cost_breakdown854 {
    text-decoration: none;
    transform: translateZ(0);
    height: 100%;
    transition: transform 0.5s cubic-bezier(0.33, 1, 0.68, 1);
    display: block;
}.deal_plan946 .cost_breakdown854:hover {
    transform: translateY(-10px) scale(1.02);
}.deal_plan946 .bundle_offer574 {
    height: 100%;
    background: linear-gradient(145deg, rgba(255, 255, 255, 0.95), rgba(240, 240, 240, 0.85));
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1), 0 5px 15px rgba(0, 0, 0, 0.05);
    transition: all 0.4s ease;
    overflow: hidden;
    position: relative;
    clip-path: polygon(0 0, 100% 0, 100% 96%, 96% 100%, 0 100%);
}.deal_plan946 .cost_breakdown854:hover .bundle_offer574 {
    background: linear-gradient(145deg, rgba(255, 255, 255, 0.98), rgba(240, 240, 240, 0.9));
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15), 0 10px 20px rgba(0, 0, 0, 0.1);
}.deal_plan946 .bundle_offer574::before {
    top: 0;
    content: "";
    position: absolute;
    left: 0;
    transform: scaleX(0);
    width: 100%;
    transform-origin: left;
    background: linear-gradient(90deg, rgb(135,144,166), rgb(78,104,151));
    transition: transform 0.4s cubic-bezier(0.33, 1, 0.68, 1);
    height: 6px;
}.deal_plan946 .cost_breakdown854:hover .bundle_offer574::before {
    transform: scaleX(1);
}.deal_plan946 .study_rates386 {
    height: 100%;
    display: flex;
    padding: 35px 30px;
    box-sizing: border-box;
    flex-direction: column;
}.deal_plan946 .study_rates386 h4 {
    padding-bottom: 15px;
    color: #000000;
    position: relative;
    font-weight: 700;
    font-size: calc(22px * 1.1);
    transition: color 0.3s ease;
    margin: 0 0 20px;
}.deal_plan946 .cost_breakdown854:hover .study_rates386 h4 {
    color: rgb(135,144,166);
}.deal_plan946 .study_rates386 h4::after {
    left: 0;
    transition: width 0.4s ease;
    width: 40px;
    bottom: 0;
    height: 3px;
    content: "";
    background: rgb(135,144,166);
    position: absolute;
}.deal_plan946 .cost_breakdown854:hover .study_rates386 h4::after {
    width: 60px;
}.deal_plan946 .study_rates386 p {
    line-height: 1.6;
    margin: 0 0 25px;
    word-break: break-word;
    color: #000000;
    font-size: calc(12px * 0.95);
    overflow-wrap: break-word;
    flex-grow: 1;
}.deal_plan946 .learn_packs973 {
    padding: 12px 25px;
    overflow: hidden;
    font-size: calc(22px * 1.4);
    align-self: flex-start;
    border-radius: 50px;
    transition: all 0.3s ease;
    display: inline-block;
    background: linear-gradient(135deg, rgba(240, 240, 240, 0.8), rgba(255, 255, 255, 0.9));
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    font-weight: 700;
    color: #000000;
    position: relative;
}.deal_plan946 .cost_breakdown854:hover .learn_packs973 {
    color: #ffffff;
    background: linear-gradient(135deg, rgb(135,144,166,0.5), rgb(135,144,166));
    box-shadow: 0 8px 20px rgba(var(--primary-color-rgb), 0.3);
}.deal_plan946 .learn_packs973::before {
    position: absolute;
    left: -100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    transition: left 0.7s ease;
    top: 0;
    width: 100%;
    content: "";
    height: 100%;
}.deal_plan946 .cost_breakdown854:hover .learn_packs973::before {
    left: 100%;
}

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

@keyframes fadeIn {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@media (max-width: 1200px) {.deal_plan946 {
    padding: 100px 0;
}.deal_plan946 .payment_plan204 {
    gap: 25px;
    grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
}
}

@media (max-width: 991px) {.deal_plan946 {
    padding: 80px 0;
}.deal_plan946 h2 {
    font-size: calc(32px * 0.9);
}.deal_plan946 .pricing_list794 {
    margin-bottom: 50px;
    font-size: calc(12px * 0.95);
}.deal_plan946 .payment_plan204 {
    gap: 20px;
    grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
}.deal_plan946 .study_rates386 {
    padding: 30px 25px;
}
}

@media (max-width: 767px) {.deal_plan946 {
    padding: 70px 0;
}.deal_plan946 h2 {
    margin-bottom: 20px;
    font-size: calc(32px * 0.85);
}.deal_plan946 .pricing_list794 {
    margin-bottom: 40px;
    font-size: calc(12px * 0.9);
}.deal_plan946 .payment_plan204 {
    gap: 25px;
    grid-template-columns: repeat(auto-fill, minmax(100%, 1fr));
}.deal_plan946 .study_rates386 h4 {
    font-size: 22px;
}.deal_plan946 .study_rates386 p {
    font-size: calc(12px * 0.9);
    margin-bottom: 20px;
}.deal_plan946 .learn_packs973 {
    padding: 10px 20px;
    font-size: calc(22px * 1.3);
}
}

@media (max-width: 480px) {.deal_plan946 {
    padding: 60px 0;
}.deal_plan946 h2 {
    font-size: calc(32px * 0.8);
}.deal_plan946 .pricing_list794 {
    font-size: calc(12px * 0.85);
    margin-bottom: 35px;
}.deal_plan946 .study_rates386 {
    padding: 25px 20px;
}.deal_plan946 .study_rates386 h4 {
    padding-bottom: 12px;
    margin-bottom: 15px;
}.deal_plan946 .study_rates386 p {
    font-size: calc(12px * 0.85);
    line-height: 1.5;
}.deal_plan946 .learn_packs973 {
    font-size: calc(22px * 1.2);
    padding: 8px 18px;
}}.info_details108 {
    padding: 100px 0;
    background: #ffffff;
    position: relative;
    overflow: hidden;
}.info_details108::before {
    filter: blur(50px);
    content: '';
    width: 100%;
    top: 0;
    position: absolute;
    height: 100%;
    z-index: 1;
    left: 0;
    background: 
        radial-gradient(circle at 20% 20%, rgb(135,144,166,0.5) 0%, transparent 30%),
        radial-gradient(circle at 80% 80%, rgb(78,104,151,0.5) 0%, transparent 30%);
}.info_details108 .container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 15px;
    z-index: 2;
    position: relative;
}.info_details108 .support_now726 {
    display: flex;
    flex-direction: column;
    border-radius: 25px;
    position: relative;
    overflow: visible;
    background: transparent;
}.info_details108 .get_in_touch958 {
    align-items: center;
    font-size: 35px;
    color: #ffffff;
    border-radius: 10px;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
    position: relative;
    justify-content: center;
    padding: 15px 0;
    font-weight: 700;
    background: rgb(135,144,166);
    margin: 0 0 50px;
    z-index: 10;
    display: flex;
    text-align: center;
}.info_details108 .get_in_touch958 svg {
    filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.2));
    animation: gentleRotate 8s infinite linear;
    stroke-linejoin: round;
    width: 28px;
    stroke-width: 2;
    stroke-linecap: round;
    fill: none;
    height: 28px;
    stroke: #ffffff;
    margin-right: 12px;
}@keyframes gentleRotate {
    0% {
        transform: rotate(0deg);
    }
    25% {
        transform: rotate(5deg);
    }
    75% {
        transform: rotate(-5deg);
    }
    100% {
        transform: rotate(0deg);
    }
}
.info_details108 .get_in_touch958 span {
    background-clip: text !important;
    color: transparent;
    padding: 0 10px;
    background: linear-gradient(90deg, rgb(135,144,166), rgb(78,104,151));
    -webkit-background-clip: text !important;
    display: inline-block;
}.info_details108 .get_in_touch958::before {
    content: '';
    filter: blur(50px);
    top: 50%;
    border-radius: 50%;
    left: 50%;
    z-index: -1;
    opacity: 0.4;
    width: 120px;
    background: rgb(135,144,166,0.5);
    position: absolute;
    transform: translate(-50%, -50%);
    height: 120px;
}.info_details108 .get_in_touch958::after {
    transform: translateX(-50%);
    width: 0;
    position: absolute;
    border-top: 10px solid rgb(135,144,166);
    bottom: -10px;
    content: '';
    border-right: 15px solid transparent;
    border-left: 15px solid transparent;
    height: 0;
    left: 50%;
}.info_details108 .pic_float530 {
    right: 15px;
    height: 100%;
    top: 0;
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
    left: 15px;
    overflow: hidden;
    border-radius: 10px;
    position: absolute;
}.info_details108 .pic_float530::before {
    position: absolute;
    content: '';
    left: 0;
    background: linear-gradient(to bottom, transparent 70%, rgba(0, 0, 0, 0.7) 100%);
    width: 100%;
    z-index: 1;
    height: 100%;
    top: 0;
}.info_details108 .pic_float530::after {
    border-radius: 50%;
    content: '';
    animation: pulse 3s infinite;
    position: absolute;
    z-index: 2;
    border: 3px solid #ffffff;
    height: 60px;
    bottom: 30px;
    width: 60px;
    opacity: 0.8;
    left: 30px;
}@keyframes pulse {
    0%, 100% {
        transform: scale(1);
        opacity: 0.8;
    }
    50% {
        transform: scale(1.1);
        opacity: 0.6;
    }
}
@keyframes rotate {
    0% {
        transform: translate(-50%, -50%) rotate(0deg);
    }
    100% {
        transform: translate(-50%, -50%) rotate(360deg);
    }
}
.info_details108 .online_questions620 {
    z-index: 2;
    transform: translateZ(0);
    padding: 40px;
    transition: transform 0.5s ease, box-shadow 0.5s ease;
    position: relative;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
    border-radius: 10px;
    background: #ffffff;
}.info_details108 .online_questions620:hover {
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.12);
    transform: translateY(-10px);
}.info_details108 .online_questions620::before {
    height: 5px;
    width: 100%;
    top: 0;
    border-radius: 10px 10px 0 0;
    position: absolute;
    background: linear-gradient(to right, rgb(135,144,166), rgb(78,104,151));
    content: '';
    left: 0;
}.info_details108 .online_questions620 p {
    display: flex;
    color: #000000;
    margin: 0 0 22px;
    font-size: 17px;
    position: relative;
    padding-left: 42px;
    align-items: center;
}.info_details108 .online_questions620 p:last-child {
    margin-bottom: 0;
}.info_details108 .online_questions620 p svg {
    box-sizing: content-box;
    position: absolute;
    transition: all 0.3s ease;
    width: 24px;
    top: 50%;
    fill: #000000;
    padding: 4px;
    border-radius: 50%;
    background: rgb(177,178,185);
    left: 0;
    transform: translateY(-50%);
    height: 24px;
}.info_details108 .online_questions620 p:hover svg {
    stroke: rgb(78,104,151);
    transform: translateY(-50%) scale(1.2);
    background: rgb(135,144,166);
}.info_details108 .online_questions620 p svg path {
    stroke-dasharray: 40;
    stroke-dashoffset: 40;
    animation: drawSvgPath 1.5s forwards ease-out;
}.info_details108 .online_questions620 p:nth-child(1) svg path {
    animation-delay: 0.1s;
}.info_details108 .online_questions620 p:nth-child(2) svg path {
    animation-delay: 0.2s;
}.info_details108 .online_questions620 p:nth-child(3) svg path {
    animation-delay: 0.3s;
}.info_details108 .online_questions620 p:nth-child(4) svg path {
    animation-delay: 0.4s;
}.info_details108 .online_questions620 p:nth-child(5) svg path {
    animation-delay: 0.5s;
}@keyframes drawSvgPath {
    to {
        stroke-dashoffset: 0;
    }
}
.info_details108 .online_questions620 p span {
    z-index: 1;
    position: relative;
}.info_details108 .online_questions620 p a {
    color: rgb(135,144,166);
    text-decoration: none;
    transition: color 0.3s ease;
    font-weight: 600;
}.info_details108 .online_questions620 p a:hover {
    color: rgb(78,104,151);
}.info_details108 .reach_out569 {
    padding: 40px;
    background: rgb(177,178,185);
    border-radius: 10px;
    position: relative;
    overflow: hidden;
}.info_details108 .reach_out569::before {
    opacity: 0.1;
    left: 0;
    top: 0;
    height: 100%;
    position: absolute;
    z-index: 1;
    width: 100%;
    content: '';
    background: 
        linear-gradient(45deg, transparent 48%, rgb(135,144,166,0.5) 49%, rgb(135,144,166,0.5) 51%, transparent 52%) 0 0/30px 30px,
        linear-gradient(-45deg, transparent 48%, rgb(78,104,151,0.5) 49%, rgb(78,104,151,0.5) 51%, transparent 52%) 0 0/30px 30px;
}.info_details108 .ask_questions730 {
    align-items: center;
    color: #000000;
    font-weight: 600;
    position: relative;
    display: flex;
    margin: 0 0 30px;
    text-align: center;
    font-size: 19px;
    justify-content: center;
    z-index: 2;
}.info_details108 .ask_questions730 svg {
    stroke: rgb(135,144,166);
    width: 22px;
    margin-right: 10px;
    stroke-linecap: round;
    stroke-width: 2;
    stroke-linejoin: round;
    height: 22px;
    fill: none;
}.info_details108 .ask_questions730 svg circle {
    animation: clockwise 10s linear infinite;
    transform-origin: center;
}@keyframes clockwise {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}
.info_details108 .ask_questions730::after {
    background: rgb(135,144,166);
    height: 2px;
    position: absolute;
    content: '';
    width: 40px;
    transform: translateX(-50%);
    bottom: -10px;
    left: 50%;
}.info_details108 .edu_input836 {
    gap: 20px;
    display: grid;
    position: relative;
    z-index: 2;
    grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
}.info_details108 .msg_info701 {
    align-items: center;
    position: relative;
    background: #ffffff;
    transition: all 0.3s ease;
    color: #000000;
    font-size: calc(17px - 1px);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
    display: flex;
    overflow: hidden;
    padding: 15px 15px 15px 40px;
    border-radius: 10px;
    text-align: left;
}.info_details108 .msg_info701 svg {
    width: 16px;
    fill: none;
    stroke-linecap: round;
    transform: translateY(-50%);
    stroke-width: 2;
    stroke-linejoin: round;
    opacity: 0.8;
    top: 50%;
    stroke: rgb(135,144,166);
    height: 16px;
    position: absolute;
    left: 12px;
    transition: all 0.3s ease;
}.info_details108 .msg_info701:hover {
    color: #000000;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
    transform: translateY(-5px);
}.info_details108 .msg_info701:hover svg {
    opacity: 1;
    transform: translateY(-50%) rotate(15deg);
    stroke: rgb(78,104,151);
}.info_details108 .msg_info701::before {
    transition: transform 0.3s ease;
    transform: scaleX(0);
    content: '';
    top: 0;
    position: absolute;
    transform-origin: left;
    left: 0;
    width: 100%;
    background: linear-gradient(to right, rgb(135,144,166), rgb(78,104,151));
    height: 3px;
}.info_details108 .msg_info701:hover::before {
    transform: scaleX(1);
}.info_details108 .msg_info701:nth-child(odd)::after {
    bottom: -5px;
    border-radius: 50%;
    height: 10px;
    background: rgb(135,144,166,0.5);
    content: '';
    width: 10px;
    right: -5px;
    position: absolute;
}
@media (min-width: 992px) {.info_details108 .support_now726 {
    padding: 50px 0;
}.info_details108 .online_questions620 p svg {
    width: 26px;
    height: 26px;
}.info_details108 .ask_questions730 svg {
    height: 24px;
    width: 24px;
    margin-right: 12px;
}.info_details108 .msg_info701 svg {
    width: 18px;
    height: 18px;
}
}
@media (min-width: 768px) and (max-width: 991px) {.info_details108 {
    padding: 80px 0;
}.info_details108 .get_in_touch958 {
    margin-bottom: 40px;
}.info_details108 .get_in_touch958 svg {
    margin-right: 10px;
    height: 24px;
    width: 24px;
}.info_details108 .online_questions620,
    .info_details108 .reach_out569 {
    padding: 30px;
}.info_details108 .online_questions620 p svg {
    height: 22px;
    width: 22px;
}.info_details108 .ask_questions730 svg {
    width: 20px;
    height: 20px;
}.info_details108 .edu_input836 {
    grid-template-columns: repeat(3, 1fr);
}
}
@media (max-width: 767px) {.info_details108 {
    padding: 60px 0;
}.info_details108 .get_in_touch958 {
    margin-bottom: 30px;
    font-size: calc(35px - 4px);
}.info_details108 .get_in_touch958 svg {
    height: 20px;
    width: 20px;
    margin-right: 8px;
}.info_details108 .online_questions620,
    .info_details108 .reach_out569 {
    padding: 25px;
}.info_details108 .online_questions620 p {
    padding-left: 30px;
}.info_details108 .online_questions620 p svg {
    width: 20px;
    height: 20px;
}.info_details108 .ask_questions730 svg {
    width: 18px;
    margin-right: 8px;
    height: 18px;
}.info_details108 .edu_input836 {
    grid-template-columns: 1fr;
    gap: 15px;
}.info_details108 .msg_info701 {
    padding: 12px 12px 12px 35px;
}.info_details108 .msg_info701 svg {
    left: 10px;
    height: 14px;
    width: 14px;
}}.learning_impact876 {
    background: linear-gradient(120deg, rgb(177,178,185), #ffffff);
    perspective: 1000px;
    padding: 150px 0;
    overflow: hidden;
    position: relative;
}.learning_impact876::before {
    content: '';
    z-index: 1;
    opacity: 0.6;
    top: -100px;
    filter: blur(100px);
    right: -100px;
    background: rgb(135,144,166,0.5);
    position: absolute;
    width: 400px;
    height: 400px;
    border-radius: 50%;
}.learning_impact876::after {
    position: absolute;
    content: '';
    background: rgb(78,104,151,0.5);
    height: 300px;
    filter: blur(80px);
    bottom: -100px;
    opacity: 0.5;
    z-index: 1;
    border-radius: 50%;
    width: 300px;
    left: -100px;
}.learning_impact876 .mission_block035 {
    position: relative;
    max-width: 1300px;
    display: flex;
    margin: 0 auto;
    z-index: 2;
}.learning_impact876 .pic_float530 {
    position: absolute;
    width: 42%;
    transform: rotateY(15deg);
    left: -5%;
    transition: transform 0.6s ease;
    top: -5%;
    height: 110%;
    transform-style: preserve-3d;
    z-index: 3;
    border-radius: 0 100px 100px 0;
    box-shadow: 30px 30px 80px rgba(0, 0, 0, 0.2);
}.learning_impact876 .pic_float530:hover {
    transform: rotateY(0deg);
}.learning_impact876 .pic_float530::before {
    inset: 0;
    z-index: 1;
    border-radius: inherit;
    position: absolute;
    background: linear-gradient(135deg, rgb(135,144,166,0.5) 0%, transparent 70%);
    content: '';
}.learning_impact876 .caption_holder894 {
    width: 60%;
    margin-left: auto;
    padding-right: 20px;
    position: relative;
    z-index: 4;
}.learning_impact876 h2 {
    margin-bottom: 50px;
    width: fit-content;
    font-weight: 700;
    border-bottom: 3px solid rgb(135,144,166);
    color: #000000;
    font-size: 31px;
    position: relative;
    padding-bottom: 20px;
}.learning_impact876 h2::after {
    background: rgb(135,144,166);
    height: 15px;
    position: absolute;
    right: 0;
    content: '';
    border-radius: 50%;
    width: 15px;
    bottom: -9px;
}.learning_impact876 .text_main_holder {
    display: grid;
    transform-style: preserve-3d;
    gap: 30px;
    grid-template-columns: repeat(2, 1fr);
}.learning_impact876 .text_main_holder > div {
    position: relative;
    gap: 15px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    display: flex;
    transform-style: preserve-3d;
    flex-direction: column;
    transition: all 0.4s ease;
    padding: 30px;
    border-radius: 10px;
    background: #ffffff;
    transform: rotateY(-5deg);
    z-index: 1;
}.learning_impact876 .text_main_holder > div:nth-child(even) {
    transform: rotateY(5deg);
}.learning_impact876 .text_main_holder > div:hover {
    transform: rotateY(0) translateZ(20px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
    z-index: 5;
}.learning_impact876 .text_main_holder > div::before {
    position: absolute;
    border-radius: inherit;
    content: '';
    transition: opacity 0.4s ease;
    background: linear-gradient(135deg, rgb(135,144,166,0.5) 0%, transparent 80%);
    z-index: -1;
    opacity: 0;
    top: 0;
    height: 100%;
    left: 0;
    width: 100%;
}.learning_impact876 .text_main_holder > div:hover::before {
    opacity: 1;
}.learning_impact876 .text_main_holder svg {
    height: 60px;
    transform: translateZ(10px);
    transition: transform 0.4s ease;
    width: 60px;
}.learning_impact876 .text_main_holder > div:hover svg {
    transform: translateZ(30px) scale(1.1);
}.learning_impact876 .text_main_holder svg path {
    fill: rgb(135,144,166);
    transition: fill 0.3s ease;
}.learning_impact876 .text_main_holder > div:hover svg path {
    fill: rgb(78,104,151);
}.learning_impact876 .text_main_holder p {
    transform: translateZ(5px);
    line-height: 1.6;
    font-size: 18px;
    margin: 0;
    transition: transform 0.4s ease;
    color: #000000;
}.learning_impact876 .text_main_holder > div:hover p {
    transform: translateZ(25px);
}

@media (max-width: 1200px) {.learning_impact876 .pic_float530 {
    width: 35%;
}.learning_impact876 .caption_holder894 {
    width: 65%;
}
}

@media (max-width: 992px) {.learning_impact876 {
    padding: 100px 0;
}.learning_impact876 .mission_block035 {
    padding: 0 20px;
    flex-direction: column;
}.learning_impact876 .pic_float530 {
    position: relative;
    margin: 0 auto 50px;
    left: 0;
    height: 400px;
    top: 0;
    width: 90%;
    border-radius: 23px;
    transform: rotateY(0);
}.learning_impact876 .caption_holder894 {
    width: 100%;
    margin: 0;
    padding: 0;
}.learning_impact876 .text_main_holder {
    grid-template-columns: 1fr;
}.learning_impact876 .text_main_holder > div,
    .learning_impact876 .text_main_holder > div:nth-child(even) {
    transform: rotateY(0);
}
}

@media (max-width: 576px) {.learning_impact876 {
    padding: 80px 0;
}.learning_impact876 .pic_float530 {
    height: 300px;
}.learning_impact876 h2 {
    margin-bottom: 40px;
    font-size: calc(31px * 0.85);
}.learning_impact876 .text_main_holder > div {
    padding: 20px;
}.learning_impact876 .text_main_holder svg {
    width: 50px;
    height: 50px;
}
}