* {
    box-sizing: border-box;
    padding: 0;
    margin: 0;
}.res_connect5 {
    flex: 0 0 auto;
}html,body {
    color: #000000;
    height: 100%;
    font-family: Arial, sans-serif;
    min-height: 100%;
}.container {
    width: 1228px;
    margin: auto;
    max-width: 100%;
}.wrapper-segment8 {
    flex-direction: column;
    display: flex;
    height: 100%;
    min-height: 100%;
}a {
    color: inherit;
    text-decoration: none;
}.top_guide1 {
    flex: 1 0 auto;
}header,footer {
    width: 100%;
}svg {
    width: 30px;
    height: 30px;
}
@media only screen and (max-width: 1200px)  {.container {
    width: 100%;
    padding: 0 20px;
}
}
@media only screen and (max-width: 800px)  {.container {
    padding: 0 12px;
}}
.who_we_are4 {
    background: rgb(225,231,233);
    position: relative;
    overflow: hidden;
    padding: 120px 0;
}.who_we_are4::before {
    background: 
        linear-gradient(90deg, transparent 95%, rgb(191,203,208,0.5) 95%),
        linear-gradient(0deg, transparent 95%, rgb(191,203,208,0.5) 95%);
    background-size: 30px 30px;
    content: "";
    position: absolute;
    opacity: 0.2;
    top: 0;
    left: 0;
    animation: gridMove 40s linear infinite;
    width: 100%;
    z-index: 1;
    height: 100%;
}@keyframes gridMove {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: 30px 30px;
    }
}

.who_we_are4::after {
    content: "";
    width: 100%;
    left: 0;
    filter: blur(60px);
    background: 
        radial-gradient(circle at 20% 30%, rgb(191,203,208,0.5) 0%, transparent 50%),
        radial-gradient(circle at 80% 70%, rgb(152,167,173,0.5) 0%, transparent 50%);
    opacity: 0.3;
    height: 100%;
    animation: bgPulse 20s infinite alternate;
    position: absolute;
    top: 0;
    z-index: 1;
}@keyframes bgPulse {
    0% {
        opacity: 0.2;
        filter: blur(60px);
    }
    50% {
        opacity: 0.3;
        filter: blur(80px);
    }
    100% {
        opacity: 0.2;
        filter: blur(60px);
    }
}

.who_we_are4 .container {
    position: relative;
    z-index: 2;
}.who_we_are4 .team_profile1 {
    position: relative;
}.who_we_are4 h3 {
    padding: 20px 30px;
    color: #000000;
    position: relative;
    font-size: 28px;
    font-weight: 700;
    border-radius: 0 18px 18px 0;
    box-shadow: 10px 10px 30px rgba(0, 0, 0, 0.05);
    display: inline-block;
    background: rgba(255, 255, 255, 0.8);
    backdrop-filter: blur(10px);
    border-left: 4px solid rgb(191,203,208);
    margin-bottom: 60px;
}.who_we_are4 h3::before {
    height: calc(100% - 40px);
    content: "";
    width: 4px;
    animation: pulseHeight 3s infinite alternate;
    background: rgb(152,167,173);
    top: 20px;
    left: -2px;
    position: absolute;
}@keyframes pulseHeight {
    0% {
        height: calc(100% - 40px);
        top: 20px;
    }
    100% {
        height: calc(100% - 60px);
        top: 30px;
    }
}

.who_we_are4 .knowledge_pro9 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
    position: relative;
    margin-bottom: 70px;
}.who_we_are4 .knowledge_pro9 span {
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
    position: absolute;
    color: #ffffff;
    left: 0;
    padding: 10px 20px;
    background: rgb(191,203,208);
    z-index: 5;
    transform: translateY(-50%);
    font-weight: 600;
    top: -40px;
    font-size: 21px;
    border-radius: 10px;
}.who_we_are4 .knowledge_pro9 p {
    backdrop-filter: blur(10px);
    border-radius: 18px;
    align-items: center;
    line-height: 1.8;
    color: #000000;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.05);
    border-left: 3px solid rgb(191,203,208);
    font-size: 15px;
    height: 100%;
    background: rgba(255, 255, 255, 0.8);
    padding: 40px;
    display: flex;
}.who_we_are4 .knowledge_pro9 .photo_frame6 {
    height: 450px;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    clip-path: polygon(0 0, 100% 0, 100% 85%, 85% 100%, 0 100%);
    position: relative;
    border-radius: 18px;
}.who_we_are4 .knowledge_pro9 .photo_frame6::before {
    position: absolute;
    background: linear-gradient(135deg, rgba(0, 0, 0, 0.4) 0%, transparent 100%);
    content: "";
    z-index: 2;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}.who_we_are4 .expert_study8 {
    position: relative;
    display: grid;
    gap: 30px;
    grid-template-columns: 1fr 1fr;
}.who_we_are4 .expert_study8::before {
    height: 1px;
    background: linear-gradient(to right, rgb(191,203,208,0.5), rgb(152,167,173,0.5));
    width: 200px;
    position: absolute;
    left: calc(50% - 100px);
    top: -35px;
    content: "";
}.who_we_are4 .expert_study8 p {
    background: rgba(255, 255, 255, 0.8);
    line-height: 1.8;
    height: 100%;
    display: flex;
    align-items: center;
    padding: 40px;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.05);
    border-radius: 18px;
    border-right: 3px solid rgb(152,167,173);
    backdrop-filter: blur(10px);
    color: #000000;
    font-size: 15px;
}.who_we_are4 .expert_study8 .mission_why1 {
    overflow: hidden;
    border-radius: 18px;
    clip-path: polygon(15% 0, 100% 0, 100% 100%, 0 100%, 0 15%);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
    height: 450px;
    position: relative;
}.who_we_are4 .expert_study8 .mission_why1::before {
    content: "";
    width: 100%;
    left: 0;
    height: 100%;
    top: 0;
    background: linear-gradient(225deg, rgba(0, 0, 0, 0.4) 0%, transparent 100%);
    z-index: 2;
    position: absolute;
}.who_we_are4 .expert_study8 .mission_why1::after {
    width: 50%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.3), transparent);
    content: "";
    z-index: 3;
    transform: skewX(-25deg);
    position: absolute;
    top: 0;
    left: -100%;
    height: 100%;
    animation: shine 6s infinite;
}@keyframes shine {
    0% {
        left: -100%;
    }
    20%, 100% {
        left: 200%;
    }
}

.who_we_are4 .knowledge_pro9::after,
.who_we_are4 .expert_study8::after {
    opacity: 0.7;
    border: 1px solid rgb(191,203,208,0.5);
    width: 50px;
    animation: rotateFadeIn 10s infinite linear;
    position: absolute;
    z-index: -1;
    content: "";
    height: 50px;
    border-radius: 10px;
}@keyframes rotateFadeIn {
    0% {
        transform: rotate(0deg) scale(1);
        opacity: 0.3;
    }
    50% {
        transform: rotate(180deg) scale(1.5);
        opacity: 0.7;
    }
    100% {
        transform: rotate(360deg) scale(1);
        opacity: 0.3;
    }
}

.who_we_are4 .knowledge_pro9::after {
    border-color: rgb(191,203,208,0.5);
    top: -25px;
    right: -25px;
}.who_we_are4 .expert_study8::after {
    left: -25px;
    border-color: rgb(152,167,173,0.5);
    bottom: -25px;
}.who_we_are4 .team_profile1::before,
.who_we_are4 .team_profile1::after {
    position: absolute;
    width: 120px;
    content: "";
    z-index: -1;
    border-radius: 50%;
    height: 120px;
    filter: blur(40px);
    opacity: 0.15;
    animation: floatAnimation 15s infinite alternate ease-in-out;
}@keyframes floatAnimation {
    0% {
        transform: translate(0, 0);
    }
    50% {
        transform: translate(20px, -20px);
    }
    100% {
        transform: translate(-20px, 20px);
    }
}

.who_we_are4 .team_profile1::before {
    top: 20%;
    left: -60px;
    background: rgb(191,203,208);
}.who_we_are4 .team_profile1::after {
    bottom: 20%;
    right: -60px;
    animation-delay: 2s;
    background: rgb(152,167,173);
}

@media screen and (max-width: 1199px) {.who_we_are4 {
    padding: 100px 0;
}.who_we_are4 h3 {
    font-size: calc(28px - 0.2rem);
    padding: 15px 25px;
    margin-bottom: 50px;
}.who_we_are4 .knowledge_pro9 {
    margin-bottom: 60px;
}.who_we_are4 .knowledge_pro9 p,
    .who_we_are4 .expert_study8 p {
    padding: 30px;
}.who_we_are4 .knowledge_pro9 .photo_frame6,
    .who_we_are4 .expert_study8 .mission_why1 {
    height: 400px;
}
}

@media screen and (max-width: 991px) {.who_we_are4 {
    padding: 80px 0;
}.who_we_are4 h3 {
    padding: 12px 20px;
    font-size: calc(28px - 0.4rem);
    margin-bottom: 40px;
}.who_we_are4 .knowledge_pro9,
    .who_we_are4 .expert_study8 {
    gap: 25px;
}.who_we_are4 .knowledge_pro9 {
    margin-bottom: 50px;
}.who_we_are4 .knowledge_pro9 span {
    font-size: calc(21px - 0.2rem);
    padding: 8px 15px;
    top: -35px;
}.who_we_are4 .knowledge_pro9 p,
    .who_we_are4 .expert_study8 p {
    font-size: calc(15px - 0.1rem);
    padding: 25px;
}.who_we_are4 .knowledge_pro9 .photo_frame6,
    .who_we_are4 .expert_study8 .mission_why1 {
    height: 350px;
}.who_we_are4 .knowledge_pro9::after,
    .who_we_are4 .expert_study8::after {
    height: 40px;
    width: 40px;
}.who_we_are4 .team_profile1::before,
    .who_we_are4 .team_profile1::after {
    width: 80px;
    filter: blur(30px);
    height: 80px;
}
}

@media screen and (max-width: 767px) {.who_we_are4 {
    padding: 60px 0;
}.who_we_are4::before {
    background-size: 20px 20px;
}.who_we_are4 h3 {
    font-size: calc(28px - 0.6rem);
    border-radius: 18px;
    text-align: center;
    margin-bottom: 40px;
    width: 100%;
}.who_we_are4 .knowledge_pro9,
    .who_we_are4 .expert_study8 {
    gap: 20px;
    grid-template-columns: 1fr;
}.who_we_are4 .knowledge_pro9 {
    margin-bottom: 40px;
}.who_we_are4 .knowledge_pro9 span {
    left: 20px;
}.who_we_are4 .knowledge_pro9 p,
    .who_we_are4 .expert_study8 p {
    padding: 20px;
    border-width: 2px;
}.who_we_are4 .knowledge_pro9 .photo_frame6,
    .who_we_are4 .expert_study8 .mission_why1 {
    height: 300px;
}.who_we_are4 .expert_study8 p {
    order: 2;
}.who_we_are4 .expert_study8 .mission_why1 {
    order: 1;
}.who_we_are4 .team_profile1::before,
    .who_we_are4 .team_profile1::after {
    filter: blur(20px);
    width: 60px;
    height: 60px;
}.who_we_are4::after {
    filter: blur(40px);
}
}

@media screen and (max-width: 575px) {.who_we_are4 {
    padding: 50px 0;
}.who_we_are4::before {
    background-size: 15px 15px;
}.who_we_are4 h3 {
    font-size: calc(28px - 0.8rem);
    margin-bottom: 35px;
    padding: 10px 15px;
}.who_we_are4 h3::before {
    left: -1px;
    width: 2px;
}.who_we_are4 .knowledge_pro9 span {
    left: 10px;
    top: -30px;
    font-size: calc(21px - 0.4rem);
    padding: 6px 12px;
}.who_we_are4 .knowledge_pro9,
    .who_we_are4 .expert_study8 {
    gap: 15px;
}.who_we_are4 .knowledge_pro9 {
    margin-bottom: 35px;
}.who_we_are4 .knowledge_pro9 p,
    .who_we_are4 .expert_study8 p {
    font-size: calc(15px - 0.2rem);
    padding: 15px;
}.who_we_are4 .knowledge_pro9 .photo_frame6,
    .who_we_are4 .expert_study8 .mission_why1 {
    height: 250px;
}.who_we_are4 .knowledge_pro9 .photo_frame6 {
    clip-path: polygon(0 0, 100% 0, 100% 90%, 90% 100%, 0 100%);
}.who_we_are4 .expert_study8 .mission_why1 {
    clip-path: polygon(10% 0, 100% 0, 100% 100%, 0 100%, 0 10%);
}.who_we_are4 .knowledge_pro9::after,
    .who_we_are4 .expert_study8::after {
    height: 30px;
    width: 30px;
}
}

@media screen and (min-width: 1400px) {.who_we_are4 .knowledge_pro9 .photo_frame6,
    .who_we_are4 .expert_study8 .mission_why1 {
    height: 500px;
}.who_we_are4 .knowledge_pro9 p,
    .who_we_are4 .expert_study8 p {
    padding: 50px;
}}.connect_form2 {
    background: linear-gradient(135deg, rgb(225,231,233) 0%, rgb(191,203,208,0.5) 100%);
    overflow: hidden;
    padding: 120px 0 80px;
    position: relative;
}.connect_form2::before {
    top: 0;
    opacity: 0.05;
    width: 100%;
    position: absolute;
    left: 0;
    animation: gradientMove 20s linear infinite;
    background-size: 60px 60px;
    content: "";
    height: 100%;
    background: linear-gradient(45deg, 
        rgb(191,203,208,0.5) 25%, 
        transparent 25%, 
        transparent 50%, 
        rgb(191,203,208,0.5) 50%, 
        rgb(191,203,208,0.5) 75%, 
        transparent 75%, 
        transparent);
}@keyframes gradientMove {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: 60px 60px;
    }
}

.connect_form2 .container {
    z-index: 2;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
    position: relative;
}.connect_form2 h2 {
    font-family: Arial, sans-serif;
    font-size: 34px;
    text-align: center;
    margin-bottom: 60px;
    position: relative;
    font-weight: 700;
    color: rgb(191,203,208);
    text-transform: uppercase;
    letter-spacing: 2px;
}.connect_form2 h2::after {
    transform: translateX(-50%);
    left: 50%;
    position: absolute;
    height: 4px;
    bottom: -15px;
    background: rgb(191,203,208);
    content: "";
    width: 60px;
}.connect_form2 .support_links3 {
    display: grid;
    overflow: hidden;
    gap: 0;
    margin: 0 auto;
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
    border-radius: 17px;
    max-width: 1000px;
    position: relative;
    grid-template-columns: 1fr 1fr;
}.connect_form2 .photo_frame6 {
    height: 100%;
    order: 2;
    position: relative;
    min-height: 600px;
}.connect_form2 .inquiry_widget7 {
    order: 1;
    justify-content: center;
    position: relative;
    padding: 60px;
    display: flex;
    background: #ffffff;
    flex-direction: column;
}.connect_form2 .inquiry_widget7::before {
    right: 0;
    content: "";
    width: 10px;
    height: 100%;
    top: 0;
    position: absolute;
    background: linear-gradient(to bottom, rgb(191,203,208), rgb(152,167,173));
}.connect_form2 form {
    position: relative;
    width: 100%;
}.connect_form2 form h3 {
    padding-bottom: 15px;
    position: relative;
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 40px;
    border-bottom: 2px solid rgb(152,167,173,0.5);
    font-family: Arial, sans-serif;
    color: #000000;
}.connect_form2 form input[type="text"] {
    border-radius: 10px;
    width: 100%;
    padding: 16px 20px 16px 50px;
    margin-bottom: 25px;
    font-family: Arial, sans-serif;
    position: relative;
    color: #000000;
    font-size: 12px;
    border: none;
    background: rgb(225,231,233);
    transition: all 0.3s ease;
}.connect_form2 form input[type="text"]:focus {
    box-shadow: 0 0 0 2px rgb(191,203,208);
    outline: none;
    background: #ffffff;
}.connect_form2 form input[type="text"]::placeholder {
    color: rgba(0, 0, 0, 0.4);
}.connect_form2 form input#name {
    position: relative;
}.connect_form2 form input#name::before {
    transform: translateY(-50%);
    width: 20px;
    background: rgb(191,203,208);
    content: "";
    position: absolute;
    top: 50%;
    left: 20px;
    height: 20px;
    border-radius: 50%;
}.connect_form2 .feedback_request4 {
    display: flex;
    align-items: flex-start;
    margin-bottom: 30px;
}.connect_form2 .feedback_request4 input[type="checkbox"] {
    opacity: 0;
    position: absolute;
}.connect_form2 .feedback_request4 label {
    font-size: 14px;
    padding-left: 35px;
    position: relative;
    color: #000000;
    cursor: pointer;
    line-height: 1.5;
}.connect_form2 .feedback_request4 label::before {
    top: 0;
    left: 0;
    content: "";
    background: rgb(225,231,233);
    border-radius: 10px;
    position: absolute;
    transition: all 0.3s ease;
    height: 24px;
    width: 24px;
}.connect_form2 .feedback_request4 input[type="checkbox"]:checked + label::before {
    background: rgb(191,203,208);
}.connect_form2 .feedback_request4 input[type="checkbox"]:checked + label::after {
    height: 14px;
    transform: rotate(45deg);
    top: 4px;
    border-bottom: 2px solid #ffffff;
    border-right: 2px solid #ffffff;
    content: "";
    width: 8px;
    position: absolute;
    left: 8px;
}.connect_form2 .feedback_request4 label a {
    font-weight: 600;
    color: rgb(191,203,208);
    transition: all 0.3s ease;
    position: relative;
    text-decoration: none;
}.connect_form2 .feedback_request4 label a::after {
    transition: width 0.3s ease;
    background: rgb(191,203,208);
    position: absolute;
    bottom: -2px;
    left: 0;
    height: 1px;
    width: 0;
    content: "";
}.connect_form2 .feedback_request4 label a:hover::after {
    width: 100%;
}.connect_form2 form .support_support6 {
    z-index: 1;
    color: #ffffff;
    position: relative;
    transition: all 0.3s ease;
    cursor: pointer;
    overflow: hidden;
    font-weight: 700;
    letter-spacing: 1px;
    display: inline-block;
    font-size: 19px;
    text-transform: uppercase;
    padding: 16px 40px;
    border-radius: 50px;
    background: rgb(191,203,208);
    border: none;
    font-family: Arial, sans-serif;
}.connect_form2 form .support_support6::before {
    background: rgb(152,167,173);
    top: 0;
    z-index: -1;
    height: 100%;
    left: 0;
    transition: width 0.3s ease;
    position: absolute;
    content: "";
    width: 0;
}.connect_form2 form .support_support6:hover::before {
    width: 100%;
}.connect_form2 form .support_support6:hover {
    box-shadow: 0 10px 20px -10px rgb(191,203,208);
    transform: translateY(-3px);
}.connect_form2 svg {
    fill: rgb(191,203,208);
    left: 20px;
    transform: translateY(-50%);
    top: 50%;
    position: absolute;
    height: 20px;
    width: 20px;
}.connect_form2 svg path {
    fill: rgb(191,203,208);
    transition: fill 0.3s ease;
}.connect_form2 form #name,
.connect_form2 form #phone {
    position: relative;
}

@media screen and (max-width: 1024px) {.connect_form2 .support_links3 {
    max-width: 800px;
}.connect_form2 .inquiry_widget7 {
    padding: 40px;
}
}

@media screen and (max-width: 768px) {.connect_form2 {
    padding: 80px 0 60px;
}.connect_form2 .support_links3 {
    grid-template-columns: 1fr;
}.connect_form2 .photo_frame6 {
    min-height: 300px;
    order: 1;
    clip-path: none;
}.connect_form2 .inquiry_widget7 {
    order: 2;
    padding: 40px 30px;
}.connect_form2 .inquiry_widget7::before {
    top: 0;
    right: 0;
    background: linear-gradient(to right, rgb(191,203,208), rgb(152,167,173));
    width: 100%;
    height: 6px;
}.connect_form2 h2 {
    margin-bottom: 40px;
}
}

@media screen and (max-width: 480px) {.connect_form2 {
    padding: 60px 0 40px;
}.connect_form2 h2 {
    font-size: calc(34px * 0.8);
    margin-bottom: 30px;
}.connect_form2 .photo_frame6 {
    min-height: 200px;
}.connect_form2 .inquiry_widget7 {
    padding: 30px 20px;
}.connect_form2 form h3 {
    font-size: calc(22px * 0.9);
    margin-bottom: 30px;
}.connect_form2 form .support_support6 {
    padding: 14px 20px;
    width: 100%;
}}.education_experience8 {
    position: relative;
    background: linear-gradient(135deg, rgb(225,231,233) 0%, rgb(191,203,208,0.5) 100%);
    overflow: hidden;
    padding: 5rem 0;
}.education_experience8::before {
    position: absolute;
    left: 0;
    background: linear-gradient(45deg, transparent 45%, rgb(152,167,173,0.5) 45%, rgb(152,167,173,0.5) 55%, transparent 55%);
    top: 0;
    transform: scale(1.5) rotate(-5deg);
    width: 100%;
    content: "";
    height: 100%;
}.education_experience8 .student_views9 {
    position: relative;
    margin: 0 auto;
    gap: 2rem;
    max-width: 1100px;
    flex-direction: row;
    justify-content: center;
    z-index: 1;
    transform: rotate(-2deg);
    display: flex;
    align-items: center;
}.education_experience8 .photo_frame6 {
    width: 350px;
    transform: perspective(1000px) rotateY(-15deg);
    clip-path: polygon(0 10%, 100% 0, 100% 90%, 0 100%);
    box-shadow: 20px 20px 0 rgb(191,203,208,0.5);
    transition: all 0.5s ease;
    height: 400px;
    border-radius: 20px;
}.education_experience8 .work_table4 {
    transition: all 0.5s ease;
    background: #ffffff;
    transform: perspective(1000px) rotateY(5deg) translateX(-30px);
    border-radius: 20px;
    max-width: 450px;
    padding: 2.5rem;
    z-index: 2;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.5);
    position: relative;
}.education_experience8 .work_table4::before {
    position: absolute;
    content: "";
    transform: rotate(3deg);
    height: 100%;
    z-index: -1;
    right: -15px;
    background: rgb(152,167,173,0.5);
    top: -15px;
    border-radius: 20px;
    width: 100%;
}.education_experience8 .name {
    transform: skewX(-5deg);
    color: rgb(191,203,208);
    font-weight: 700;
    font-size: 31px;
    margin-bottom: 0.5rem;
}.education_experience8 .work_table4 div:nth-child(2) {
    font-size: 24px;
    transform: skewX(-5deg);
    font-weight: 600;
    color: rgb(152,167,173);
    margin-bottom: 1.5rem;
}.education_experience8 .job_milestones8 {
    color: #000000;
    position: relative;
    line-height: 1.6;
    padding-left: 1.5rem;
    font-style: italic;
    font-size: 14px;
}.education_experience8 .job_milestones8::before {
    border-radius: 10px;
    height: 100%;
    left: 0;
    background: linear-gradient(to bottom, rgb(191,203,208), rgb(152,167,173));
    width: 4px;
    content: "";
    position: absolute;
    top: 0;
}.education_experience8 .student_views9:hover .photo_frame6 {
    box-shadow: 30px 30px 0 rgb(191,203,208,0.5);
    transform: perspective(1000px) rotateY(-5deg);
}.education_experience8 .student_views9:hover .work_table4 {
    transform: perspective(1000px) rotateY(0) translateX(-20px);
}

@media screen and (max-width: 991px) {.education_experience8 .student_views9 {
    flex-direction: column;
    gap: 3rem;
    transform: rotate(0);
}.education_experience8 .photo_frame6 {
    height: 320px;
    transform: perspective(1000px) rotateY(0);
    width: 280px;
    margin: 0 auto;
}.education_experience8 .work_table4 {
    transform: translateY(-30px) perspective(1000px) rotateY(0);
}.education_experience8 .student_views9:hover .photo_frame6 {
    transform: perspective(1000px) rotateY(0);
}.education_experience8 .student_views9:hover .work_table4 {
    transform: translateY(-40px) perspective(1000px) rotateY(0);
}}.thxField1 {
    position: relative;
    padding: 5rem 0;
    isolation: isolate;
    overflow: hidden;
    background: linear-gradient(135deg, rgb(225,231,233) 0%, rgba(rgb(191,203,208,0.5), 0.1) 100%);
}.thxField1::before {
    right: -5%;
    opacity: 0.15;
    content: "";
    height: 45%;
    transform: rotate(-15deg) translateZ(0);
    filter: blur(20px);
    width: 45%;
    z-index: -1;
    background: linear-gradient(225deg, rgb(191,203,208) 0%, transparent 70%);
    animation: float 15s ease-in-out infinite alternate;
    position: absolute;
    top: -5%;
}.thxField1::after {
    background: linear-gradient(45deg, rgb(152,167,173) 0%, transparent 70%);
    animation: float 18s ease-in-out infinite alternate-reverse;
    left: -5%;
    opacity: 0.15;
    bottom: -5%;
    content: "";
    transform: rotate(15deg) translateZ(0);
    position: absolute;
    width: 35%;
    height: 35%;
    z-index: -1;
    filter: blur(20px);
}.thxField1 .container {
    padding: 0 1.5rem;
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
    z-index: 1;
}.thxField1 .team_profile1 {
    box-shadow: 0 25px 50px -12px rgba(rgba(0, 0, 0, 0.5), 0.1),
                0 -5px 30px -10px rgba(rgb(191,203,208,0.5), 0.05);
    grid-template-columns: 1fr;
    background: linear-gradient(145deg, rgba(rgb(255, 255, 255, 0.5), 0.95) 0%, rgba(rgb(255, 255, 255, 0.5), 0.85) 100%);
    backdrop-filter: blur(10px);
    display: grid;
    transform: perspective(1000px) rotateX(2deg) translateZ(0);
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    clip-path: polygon(
        0 0,
        100% 0,
        100% calc(100% - 2rem),
        calc(100% - 2rem) 100%,
        0 100%
    );
    padding: clamp(2rem, 5vw, 4rem);
    position: relative;
    gap: 2.5rem;
}.thxField1 .team_profile1:hover {
    transform: perspective(1000px) rotateX(0deg) translateZ(0) translateY(-5px);
    box-shadow: 0 30px 60px -15px rgba(rgba(0, 0, 0, 0.5), 0.15),
                0 -10px 40px -10px rgba(rgb(191,203,208,0.5), 0.1);
}.thxField1 .team_profile1 > div:first-child {
    position: relative;
    padding-bottom: 1.5rem;
}.thxField1 .team_profile1 > div:first-child::after {
    bottom: 0;
    height: 3px;
    width: 80%;
    animation: expandLine 0.8s cubic-bezier(0.25, 1, 0.5, 1) forwards 0.2s;
    position: absolute;
    left: 0;
    content: "";
    transform: scaleX(0);
    transform-origin: left center;
    background: linear-gradient(90deg, rgb(191,203,208) 0%, transparent 100%);
}.thxField1 h5 {
    letter-spacing: -0.01em;
    animation: fadeUpIn 0.8s cubic-bezier(0.19, 1, 0.22, 1) forwards;
    color: #000000;
    transform: translateY(20px);
    margin: 0;
    font-size: clamp(calc(18px * 0.8), 4vw, 18px);
    opacity: 0;
    font-weight: 700;
    line-height: 1.4;
}.thxField1 .team_profile1 > div:last-child {
    position: relative;
    animation: fadeUpIn 0.8s cubic-bezier(0.19, 1, 0.22, 1) forwards 0.3s;
    opacity: 0;
}.thxField1 .team_profile1 > div:last-child::before {
    top: -10px;
    border-radius: 50%;
    position: absolute;
    right: -40px;
    background: linear-gradient(135deg, rgb(152,167,173) 0%, transparent 80%);
    width: 80px;
    opacity: 0.2;
    height: 80px;
    animation: pulse 6s ease-in-out infinite alternate;
    z-index: -1;
    content: "";
    transform: translateZ(0);
}.thxField1 p {
    transition: color 0.3s ease;
    color: #000000;
    line-height: 1.7;
    font-family: Arial, sans-serif;
    font-size: clamp(calc(16px * 0.95), 3vw, 16px);
    margin: 0;
}.thxField1 a {
    text-decoration: none;
    transition: transform 0.3s cubic-bezier(0.19, 1, 0.22, 1);
    overflow: hidden;
    position: relative;
    padding: 0.5rem 0;
    display: block;
}.thxField1 a:hover {
    transform: translateX(5px);
}.thxField1 a:hover p {
    color: rgb(191,203,208);
}.thxField1 a::after {
    left: 0;
    height: 1px;
    opacity: 0.5;
    position: absolute;
    width: 100%;
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    background: linear-gradient(90deg, rgb(152,167,173) 0%, transparent 100%);
    transform-origin: left center;
    bottom: 0;
    content: "";
    transform: scaleX(0.3);
}.thxField1 a:hover::after {
    opacity: 1;
    transform: scaleX(1);
}

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

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

@keyframes float {
    0% {
        transform: rotate(-15deg) translateZ(0) translate(0, 0);
    }
    100% {
        transform: rotate(-5deg) translateZ(0) translate(10px, -10px);
    }
}

@keyframes pulse {
    0%, 100% {
        transform: scale(1) translateZ(0);
        opacity: 0.2;
    }
    50% {
        transform: scale(1.2) translateZ(0);
        opacity: 0.3;
    }
}

@media (min-width: 768px) {.thxField1 {
    padding: 7rem 0;
}.thxField1 .team_profile1 {
    gap: 4rem;
    align-items: center;
    padding: clamp(3rem, 6vw, 5rem);
    grid-template-columns: 1fr 1fr;
}.thxField1 .team_profile1 > div:first-child {
    padding-bottom: 0;
    padding-right: 2rem;
}.thxField1 .team_profile1 > div:first-child::after {
    transform: scaleY(0);
    background: linear-gradient(180deg, rgb(191,203,208) 0%, transparent 100%);
    width: 3px;
    transform-origin: top center;
    left: auto;
    animation: expandVertLine 0.8s cubic-bezier(0.25, 1, 0.5, 1) forwards 0.2s;
    right: 0;
    top: 15%;
    bottom: auto;
    height: 70%;
}.thxField1 h5 {
    text-align: left;
}
}

@media (min-width: 992px) {.thxField1 .team_profile1 {
    gap: 6rem;
}.thxField1 h5 {
    font-size: 18px;
}.thxField1 p {
    font-size: 16px;
}
}

@keyframes expandVertLine {
    0% {
        transform: scaleY(0);
    }
    100% {
        transform: scaleY(1);
    }
}

@media (max-width: 480px) {.thxField1 {
    padding: 4rem 0;
}.thxField1 .team_profile1 {
    clip-path: polygon(
            0 0,
            100% 0,
            100% calc(100% - 1rem),
            calc(100% - 1rem) 100%,
            0 100%
        );
    padding: 2rem 1.5rem;
}.thxField1 h5 {
    font-size: calc(18px * 0.75);
}.thxField1 p {
    font-size: calc(16px * 0.9);
}
}

@media (prefers-reduced-motion: reduce) {.thxField1::before,
    .thxField1::after,
    .thxField1 .team_profile1,
    .thxField1 .team_profile1 > div:first-child::after,
    .thxField1 h5,
    .thxField1 .team_profile1 > div:last-child,
    .thxField1 .team_profile1 > div:last-child::before,
    .thxField1 a,
    .thxField1 a::after {
    animation: none;
    transition: opacity 0.3s ease;
}.thxField1 .team_profile1 > div:first-child::after,
    .thxField1 a::after {
    transform: none;
}}.stay_connected8 {
    margin: 5rem 0;
    padding: 5rem 3rem 7rem;
    background: linear-gradient(170deg, rgb(225,231,233) 0%, rgb(191,203,208,0.5) 100%);
    overflow: hidden;
    position: relative;
}.stay_connected8::before {
    top: -30%;
    left: -10%;
    width: 80%;
    animation: wave 15s infinite alternate;
    position: absolute;
    content: "";
    height: 200%;
    opacity: 0.4;
    transform: rotate(30deg);
    z-index: 1;
    background: rgb(152,167,173,0.5);
    clip-path: polygon(0 0, 100% 0, 60% 100%, 0 100%);
}.stay_connected8::after {
    filter: blur(8px);
    bottom: -10%;
    right: -10%;
    opacity: 0.3;
    height: 60%;
    transform: rotate(-15deg);
    z-index: 1;
    background: rgb(191,203,208,0.5);
    width: 80%;
    position: absolute;
    animation: float 12s infinite alternate;
    content: "";
    clip-path: polygon(40% 0, 100% 0, 100% 100%, 0 100%);
}.stay_connected8 .team_profile1 {
    z-index: 2;
    flex-direction: column;
    position: relative;
    align-items: center;
    display: flex;
}.stay_connected8 p {
    font-size: 38px;
    line-height: 1.4;
    max-width: 80%;
    font-weight: 700;
    font-family: Arial, sans-serif;
    color: #000000;
    margin-bottom: 3rem;
    opacity: 0.9;
    position: relative;
    text-align: center;
}.stay_connected8 p::after {
    transform: translateX(-50%);
    bottom: -1.5rem;
    position: absolute;
    width: 3rem;
    border-radius: 3px;
    content: "";
    background: rgb(152,167,173);
    left: 50%;
    height: 3px;
}.stay_connected8 .input_holder {
    transform: rotate(-2deg);
    flex-direction: column;
    display: flex;
    max-width: 600px;
    width: 100%;
    gap: 1.5rem;
    position: relative;
}.stay_connected8 .newsletter_box7 {
    padding: 1.5rem;
    border-radius: 18px;
    background: #ffffff;
    font-family: Arial, sans-serif;
    transition: all 0.3s ease;
    font-size: 14px;
    border: none;
    color: #000000;
    width: 100%;
    transform: translateY(0);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
}.stay_connected8 .newsletter_box7:focus {
    outline: none;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
    transform: translateY(-5px);
}.stay_connected8 .newsletter_box7::placeholder {
    opacity: 0.6;
    color: #000000;
}.stay_connected8 .sub_transition5 {
    cursor: pointer;
    position: relative;
    color: #ffffff;
    transition: all 0.3s ease;
    z-index: 2;
    font-size: 20px;
    border: none;
    font-weight: 600;
    border-radius: 18px;
    transform: rotate(2deg) translateY(0);
    align-self: flex-end;
    background: linear-gradient(90deg, rgb(191,203,208) 0%, rgb(152,167,173) 100%);
    font-family: Arial, sans-serif;
    overflow: hidden;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
    padding: 1.2rem 3rem;
}.stay_connected8 .sub_transition5::before {
    width: 100%;
    content: "";
    transition: opacity 0.3s ease;
    position: absolute;
    background: linear-gradient(90deg, rgb(152,167,173) 0%, rgb(191,203,208) 100%);
    height: 100%;
    z-index: -1;
    left: 0;
    top: 0;
    opacity: 0;
}.stay_connected8 .sub_transition5:hover {
    transform: rotate(2deg) translateY(-5px);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.2);
}.stay_connected8 .sub_transition5:hover::before {
    opacity: 1;
}

@keyframes wave {
    0% {
        transform: rotate(30deg) translateX(0);
    }
    100% {
        transform: rotate(30deg) translateX(5%);
    }
}

@keyframes float {
    0% {
        transform: rotate(-15deg) translateY(0);
    }
    50% {
        transform: rotate(-12deg) translateY(-10px);
    }
    100% {
        transform: rotate(-15deg) translateY(0);
    }
}

@media (max-width: 768px) {.stay_connected8 {
    padding: 4rem 1.5rem 5rem;
}.stay_connected8 p {
    font-size: 18px;
    max-width: 100%;
}.stay_connected8 .input_holder {
    transform: none;
}.stay_connected8 .sub_transition5 {
    width: 100%;
    align-self: center;
    transform: none;
}.stay_connected8 .sub_transition5:hover {
    transform: translateY(-5px);
}}.program_structure7 {
    background: linear-gradient(135deg, rgb(225,231,233) 0%, rgba(245, 247, 250, 0.95) 100%);
    overflow: hidden;
    padding: 6rem 0;
    position: relative;
}.program_structure7::before {
    animation: float 15s ease-in-out infinite alternate;
    opacity: 0.4;
    width: 40%;
    right: -5%;
    filter: blur(80px);
    content: "";
    transform: rotate(-15deg);
    background: linear-gradient(225deg, rgb(191,203,208,0.5) 0%, transparent 70%);
    z-index: 1;
    top: -5%;
    position: absolute;
    height: 40%;
}.program_structure7::after {
    z-index: 1;
    animation: float 18s ease-in-out infinite alternate-reverse;
    position: absolute;
    content: "";
    background: linear-gradient(45deg, rgb(152,167,173,0.5) 0%, transparent 70%);
    filter: blur(60px);
    left: -5%;
    bottom: -5%;
    height: 30%;
    transform: rotate(15deg);
    width: 30%;
    opacity: 0.4;
}.program_structure7 .container {
    padding: 0 2rem;
    z-index: 2;
    position: relative;
    margin: 0 auto;
    max-width: 1200px;
}.program_structure7 h2 {
    margin-bottom: 3rem;
    color: #000000;
    position: relative;
    transform: translateX(-1rem);
    font-size: 31px;
    animation: slideIn 0.8s cubic-bezier(0.25, 1, 0.5, 1) forwards 0.2s;
    font-weight: 700;
    opacity: 0;
}.program_structure7 h2::before {
    transform-origin: left;
    background: linear-gradient(90deg, rgb(191,203,208) 0%, rgb(152,167,173) 100%);
    height: 0.25rem;
    left: 0;
    transform: scaleX(0);
    bottom: -1rem;
    animation: scaleIn 1s cubic-bezier(0.25, 1, 0.5, 1) forwards 0.8s;
    position: absolute;
    width: 8rem;
    content: "";
}.program_structure7 .training_route5 {
    grid-template-columns: 1fr;
    gap: 3rem;
    position: relative;
    display: grid;
}.program_structure7 .photo_frame6 {
    opacity: 0;
    border-radius: 10px;
    transform: translateY(2rem);
    height: 400px;
    position: relative;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
    animation: fadeUp 1s cubic-bezier(0.25, 1, 0.5, 1) forwards 0.4s;
    overflow: hidden;
}.program_structure7 .photo_frame6::before {
    z-index: 1;
    height: 100%;
    content: "";
    top: 0;
    width: 100%;
    background: linear-gradient(to bottom, 
        transparent 0%, 
        rgba(rgb(191,203,208), 0.2) 100%);
    position: absolute;
    left: 0;
}.program_structure7 .photo_frame6::after {
    top: -100%;
    content: "";
    left: -100%;
    position: absolute;
    height: 200%;
    transform: rotate(45deg);
    animation: shine 8s cubic-bezier(0.25, 1, 0.5, 1) infinite;
    width: 200%;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0) 100%);
}.program_structure7 .text_stack4 {
    transform: translateY(2rem);
    opacity: 0;
    gap: 2rem;
    animation: fadeUp 1s cubic-bezier(0.25, 1, 0.5, 1) forwards 0.6s;
    flex-direction: column;
    display: flex;
    position: relative;
}.program_structure7 .description {
    line-height: 1.8;
    font-size: 16px;
    color: #000000;
    position: relative;
    padding-right: 1.5rem;
    scrollbar-color: rgb(191,203,208,0.5) rgb(225,231,233);
    max-height: 300px;
    scrollbar-width: thin;
    overflow-y: auto;
}.program_structure7 .description::-webkit-scrollbar {
    width: 6px;
}.program_structure7 .description::-webkit-scrollbar-track {
    border-radius: 10px;
    background: rgb(225,231,233);
}.program_structure7 .description::-webkit-scrollbar-thumb {
    background: rgb(191,203,208,0.5);
    border-radius: 10px;
}.program_structure7 .description:nth-child(1) {
    position: relative;
}.program_structure7 .description:nth-child(1)::first-line {
    color: #000000;
    font-weight: 600;
}.program_structure7 .description:nth-child(2) {
    display: none;
    position: relative;
}

@media (min-width: 768px) {.program_structure7 .training_route5 {
    align-items: flex-start;
    grid-template-columns: 1fr 1fr;
}.program_structure7 h2 {
    max-width: 90%;
    text-align: left;
    font-size: calc(31px * 1.2);
}.program_structure7 .photo_frame6 {
    height: 500px;
}.program_structure7 .description {
    max-height: 500px;
}
}

@media (min-width: 992px) {.program_structure7 {
    padding: 8rem 0;
}.program_structure7 .container {
    padding: 0 4rem;
}.program_structure7 h2 {
    max-width: 80%;
    font-size: calc(31px * 1.4);
}.program_structure7 .training_route5 {
    gap: 4rem;
}.program_structure7 .photo_frame6 {
    height: 600px;
    transition: transform 0.5s cubic-bezier(0.25, 1, 0.5, 1);
}.program_structure7 .photo_frame6:hover {
    transform: translateY(-8px) scale(1.02);
}.program_structure7 .text_stack4 {
    padding-top: 2rem;
}
}

@media (min-width: 1200px) {.program_structure7 .photo_frame6 {
    height: 650px;
}.program_structure7 h2 {
    max-width: 70%;
}
}

@media (max-width: 767px) {.program_structure7 {
    padding: 4rem 0;
}.program_structure7 h2 {
    font-size: calc(31px * 0.9);
    text-align: center;
}.program_structure7 h2::before {
    animation: scaleInCenter 1s cubic-bezier(0.25, 1, 0.5, 1) forwards 0.8s;
    left: 50%;
    transform: translateX(-50%) scaleX(0);
}}

@keyframes slideIn {
    0% {
        transform: translateX(-1rem);
        opacity: 0;
    }
    100% {
        transform: translateX(0);
        opacity: 1;
    }
}

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

@keyframes scaleInCenter {
    0% {
        transform: translateX(-50%) scaleX(0);
    }
    100% {
        transform: translateX(-50%) scaleX(1);
    }
}

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

@keyframes shine {
    0% {
        transform: translateX(-100%) translateY(-100%) rotate(45deg);
    }
    20%, 100% {
        transform: translateX(100%) translateY(100%) rotate(45deg);
    }
}

@keyframes float {
    0% {
        transform: rotate(-15deg) translate(0, 0);
    }
    50% {
        transform: rotate(-10deg) translate(-10px, 10px);
    }
    100% {
        transform: rotate(-5deg) translate(-20px, 5px);
    }
}.cookie_overlay_banner5 {
    padding: 20px 0;
    box-shadow: 0 -4px 10px rgba(0, 0, 0, 0.5);
    transition: transform 0.3s ease-in-out;
    border-top: 3px solid rgb(152,167,173);
    bottom: 0;
    position: fixed;
    animation: slideUp 0.5s forwards;
    z-index: 90;
    transform: translateY(100%);
    width: 100%;
    background: rgb(152,167,173);
}@keyframes slideUp {
    to {
        transform: translateY(0);
    }
}
#consentAlertWindow8 {
    display: none;
}#consentAlertWindow8:checked ~ .cookie_overlay_banner5 {
    opacity: 0;
    visibility: hidden;
}.consent_learn4 {
    gap: 20px;
    display: flex;
    padding: 20px 5%;
    justify-content: space-between;
    align-items: center;
}.cookie_overlay_banner5 h5 {
    font-size: 19px;
    font-family: Arial, sans-serif;
    text-transform: uppercase;
    color: #ffffff;
    font-weight: 700;
    letter-spacing: 1px;
}.cookie_overlay_banner5 p {
    color: #ffffff;
    line-height: 1.5;
    font-size: 16px;
    font-family: Arial, sans-serif;
}.privacy_ack9 {
    margin-right: 15px;
    flex-shrink: 0;
    align-items: center;
    display: flex;
    justify-content: center;
    filter: drop-shadow(0 0 10px rgb(191,203,208));
}.privacy_ack9 svg {
    width: 80px;
    transition: transform 0.3s ease-in-out;
    fill: rgb(191,203,208);
    height: 80px;
}.privacy_ack9:hover svg {
    transform: scale(1.1);
}.cookie_option0 {
    flex-shrink: 0;
    line-height: 40px;
    cursor: pointer;
    box-shadow: 0 0 15px rgb(191,203,208);
    border-radius: 11px;
    margin-left: 10px;
    padding: 10px 20px;
    text-decoration: none;
    font-size: 20px;
    white-space: nowrap;
    transition: background-color 0.3s ease, box-shadow 0.3s ease;
    text-align: center;
    min-width: 140px;
    background: linear-gradient(90deg, rgb(191,203,208), rgb(152,167,173));
    color: #000000;
}.cookie_option0:hover {
    box-shadow: 0 0 20px rgb(152,167,173);
}.cookie_button.cookie_show5 {
    background: rgba(0, 0, 0, 0.5);
    color: #ffffff;
    border: 2px solid rgb(152,167,173);
}.cookie_button.cookie_show5:hover {
    box-shadow: 0 0 15px rgb(152,167,173);
    background: rgba(0, 0, 0, 0.5);
}.cookie_overlay_banner5 p a {
    text-decoration: none;
    transition: color 0.3s ease;
    color: rgb(191,203,208);
}.cookie_overlay_banner5 p a:hover {
    color: rgb(152,167,173);
}
@media only screen and (max-width: 1200px) {.cookie_overlay_banner5 {
    padding: 15px 0;
}.consent_learn4 {
    padding: 15px 5%;
}
}
@media only screen and (max-width: 800px) {.privacy_ack9 {
    display: none;
}.consent_learn4 {
    flex-direction: column;
    text-align: center;
    align-items: center;
}.cookie_overlay_banner5 h5 {
    margin-bottom: 5px;
    font-size: 21px;
}.cookies_terms2 {
    margin-bottom: 15px;
}.cookie_option0 {
    margin: 10px 0;
    min-width: 100%;
}}
.data_overview1 {
    position: relative;
    overflow: hidden;
    background: rgb(225,231,233);
    padding: 100px 0;
}.data_overview1::before {
    width: 100%;
    opacity: 0.1;
    top: 0;
    background: repeating-linear-gradient(
        -45deg,
        rgb(191,203,208,0.5) 0px,
        rgb(191,203,208,0.5) 1px,
        transparent 1px,
        transparent 20px
    );
    height: 100%;
    left: 0;
    z-index: 0;
    content: '';
    position: absolute;
}.data_overview1 .container {
    margin: 0 auto;
    z-index: 1;
    position: relative;
    max-width: 1200px;
}.data_overview1 h2 {
    border-left: 6px solid rgb(191,203,208);
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: 50px;
    text-align: left;
    padding-left: 20px;
    font-weight: 700;
    font-size: 32px;
    color: #000000;
    position: relative;
    display: inline-block;
}.data_overview1 h2::after {
    bottom: -10px;
    content: '';
    width: 100%;
    background: linear-gradient(90deg, rgb(191,203,208), transparent);
    position: absolute;
    height: 2px;
    left: 0;
}.data_overview1 ul {
    gap: 0;
    position: relative;
    margin: 0;
    flex-wrap: wrap;
    display: flex;
    list-style: none;
    padding: 0;
}.data_overview1 .advantage_statistics2 {
    padding: 40px 30px;
    background: transparent;
    transition: all 0.4s ease;
    min-width: 200px;
    border-right: 1px solid rgba(0, 0, 0, 0.05);
    justify-content: center;
    display: flex;
    position: relative;
    align-items: flex-start;
    flex-direction: column;
    flex: 1;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}.data_overview1 .advantage_statistics2:hover {
    background: #ffffff;
    transform: scale(1.05);
    z-index: 2;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
}.data_overview1 .advantage_statistics2::before {
    width: 10px;
    border-radius: 50%;
    left: 20px;
    height: 10px;
    transition: all 0.3s ease;
    top: 20px;
    opacity: 0;
    position: absolute;
    background: rgb(191,203,208);
    content: '';
}.data_overview1 .advantage_statistics2:hover::before {
    opacity: 1;
}.data_overview1 .advantage_statistics2 p {
    color: rgb(191,203,208);
    margin: 0 0 20px;
    font-size: 60px;
    font-weight: 700;
    position: relative;
    transition: all 0.3s ease;
    line-height: 1;
}.data_overview1 .advantage_statistics2:hover p {
    transform: translateY(-10px);
}.data_overview1 .advantage_statistics2 span {
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #000000;
    transition: all 0.3s ease;
    font-size: 18px;
    position: relative;
    font-weight: 400;
}.data_overview1 .advantage_statistics2:hover span {
    font-weight: 600;
    color: #000000;
}.data_overview1 .advantage_statistics2:nth-child(2n) p {
    color: rgb(152,167,173);
}.data_overview1 .advantage_statistics2:nth-child(3n) p {
    color: #000000;
}.data_overview1 .advantage_statistics2:nth-child(4n) p {
    color: rgb(191,203,208);
}.data_overview1 svg {
    fill: rgba(0, 0, 0, 0.5);
    opacity: 0.05;
    width: 50px;
    transition: all 0.4s ease;
    right: 20px;
    position: absolute;
    height: 50px;
    top: 20px;
}.data_overview1 svg path {
    fill: rgba(0, 0, 0, 0.5);
}.data_overview1 .advantage_statistics2:hover svg {
    opacity: 0.2;
    transform: translateY(-10px);
}.data_overview1::after {
    position: absolute;
    content: '';
    z-index: 0;
    right: 0;
    bottom: 0;
    height: 300px;
    width: 300px;
    opacity: 0.2;
    animation: pulse 10s infinite alternate;
    background: radial-gradient(circle, rgb(152,167,173,0.5) 0%, transparent 70%);
}

@keyframes pulse {
    0% {
        opacity: 0.1;
        transform: scale(0.9);
    }
    100% {
        opacity: 0.3;
        transform: scale(1.1);
    }
}

@media (max-width: 1200px) {.data_overview1 ul {
    flex-wrap: wrap;
}.data_overview1 .advantage_statistics2 {
    min-width: 50%;
    flex-basis: 50%;
}.data_overview1 .advantage_statistics2 p {
    font-size: 50px;
}
}

@media (max-width: 767px) {.data_overview1 {
    padding: 60px 0;
}.data_overview1 h2 {
    text-align: center;
    width: 100%;
    display: block;
    margin-left: 0;
    padding-bottom: 15px;
    border-bottom: 4px solid rgb(191,203,208);
    border-left: none;
    padding-left: 0;
}.data_overview1 h2::after {
    display: none;
}.data_overview1 ul {
    display: block;
}.data_overview1 .advantage_statistics2 {
    border-right: none;
    text-align: center;
    min-width: 100%;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
    padding: 30px 20px;
    flex-basis: 100%;
    align-items: center;
}.data_overview1 .advantage_statistics2::before {
    left: 50%;
    transform: translateX(-50%);
}.data_overview1 .advantage_statistics2 p {
    font-size: 40px;
}.data_overview1 svg {
    width: 30px;
    right: 50%;
    top: auto;
    height: 30px;
    transform: translateX(50%);
    bottom: 15px;
}.data_overview1 .advantage_statistics2:hover svg {
    transform: translateX(50%) translateY(-5px);
}}

.data_overview1 .container::before {
    height: 200px;
    border-radius: 50%;
    opacity: 0.1;
    left: -100px;
    z-index: -1;
    position: absolute;
    content: '';
    width: 200px;
    top: -100px;
    border: 2px dashed rgb(191,203,208,0.5);
    animation: rotation 40s linear infinite;
}@keyframes rotation {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(359deg);
    }
}

.data_overview1 .advantage_statistics2::after {
    bottom: 0;
    content: '';
    height: 0;
    border-width: 0 0 50px 50px;
    transition: opacity 0.3s ease;
    width: 0;
    border-style: solid;
    position: absolute;
    opacity: 0;
    right: 0;
    border-color: transparent transparent rgb(191,203,208,0.5) transparent;
}.data_overview1 .advantage_statistics2:hover::after {
    opacity: 0.1;
}.data_overview1 .advantage_statistics2:nth-child(2n)::after {
    border-color: transparent transparent rgb(152,167,173,0.5) transparent;
}.data_overview1 .advantage_statistics2:nth-child(3n)::after {
    border-color: transparent transparent rgba(0, 0, 0, 0.5) transparent;
}

@media (min-width: 768px) and (max-width: 991px) {.data_overview1 .advantage_statistics2 {
    padding: 30px 20px;
}.data_overview1 .advantage_statistics2 p {
    font-size: 45px;
}
}

@media (min-width: 992px) {.data_overview1 ul {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
}.data_overview1 .advantage_statistics2 {
    height: 200px;
}}

.data_overview1 .advantage_statistics2 p::after {
    position: absolute;
    height: 3px;
    content: '';
    opacity: 0.3;
    transition: width 0.3s ease;
    background: currentColor;
    left: 0;
    width: 40px;
    bottom: -10px;
}.data_overview1 .advantage_statistics2:hover p::after {
    width: 60px;
}

@media (max-width: 767px) {.data_overview1 .advantage_statistics2 p::after {
    transform: translateX(-50%);
    left: 50%;
}}.program_results3 {
    overflow: hidden;
    background: linear-gradient(120deg, rgb(225,231,233), #ffffff);
    perspective: 1000px;
    position: relative;
    padding: 150px 0;
}.program_results3::before {
    height: 400px;
    content: '';
    z-index: 1;
    opacity: 0.6;
    filter: blur(100px);
    width: 400px;
    background: rgb(191,203,208,0.5);
    right: -100px;
    border-radius: 50%;
    top: -100px;
    position: absolute;
}.program_results3::after {
    bottom: -100px;
    height: 300px;
    background: rgb(152,167,173,0.5);
    z-index: 1;
    filter: blur(80px);
    width: 300px;
    opacity: 0.5;
    border-radius: 50%;
    content: '';
    left: -100px;
    position: absolute;
}.program_results3 .team_profile1 {
    display: flex;
    max-width: 1300px;
    margin: 0 auto;
    position: relative;
    z-index: 2;
}.program_results3 .photo_frame6 {
    top: -5%;
    z-index: 3;
    transform: rotateY(15deg);
    box-shadow: 30px 30px 80px rgba(0, 0, 0, 0.2);
    position: absolute;
    height: 110%;
    transform-style: preserve-3d;
    width: 42%;
    transition: transform 0.6s ease;
    left: -5%;
    border-radius: 0 100px 100px 0;
}.program_results3 .photo_frame6:hover {
    transform: rotateY(0deg);
}.program_results3 .photo_frame6::before {
    z-index: 1;
    content: '';
    background: linear-gradient(135deg, rgb(191,203,208,0.5) 0%, transparent 70%);
    inset: 0;
    border-radius: inherit;
    position: absolute;
}.program_results3 .text_stack4 {
    position: relative;
    margin-left: auto;
    width: 60%;
    z-index: 4;
    padding-right: 20px;
}.program_results3 h2 {
    margin-bottom: 50px;
    color: #000000;
    font-size: 31px;
    padding-bottom: 20px;
    font-weight: 700;
    border-bottom: 3px solid rgb(191,203,208);
    width: fit-content;
    position: relative;
}.program_results3 h2::after {
    content: '';
    width: 15px;
    background: rgb(191,203,208);
    right: 0;
    position: absolute;
    border-radius: 50%;
    bottom: -9px;
    height: 15px;
}.program_results3 .text_main_holder {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    transform-style: preserve-3d;
    gap: 30px;
}.program_results3 .text_main_holder > div {
    padding: 30px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    position: relative;
    display: flex;
    z-index: 1;
    transition: all 0.4s ease;
    transform-style: preserve-3d;
    transform: rotateY(-5deg);
    gap: 15px;
    flex-direction: column;
    background: #ffffff;
    border-radius: 10px;
}.program_results3 .text_main_holder > div:nth-child(even) {
    transform: rotateY(5deg);
}.program_results3 .text_main_holder > div:hover {
    z-index: 5;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
    transform: rotateY(0) translateZ(20px);
}.program_results3 .text_main_holder > div::before {
    opacity: 0;
    background: linear-gradient(135deg, rgb(191,203,208,0.5) 0%, transparent 80%);
    left: 0;
    border-radius: inherit;
    content: '';
    width: 100%;
    height: 100%;
    transition: opacity 0.4s ease;
    position: absolute;
    top: 0;
    z-index: -1;
}.program_results3 .text_main_holder > div:hover::before {
    opacity: 1;
}.program_results3 .text_main_holder svg {
    transition: transform 0.4s ease;
    transform: translateZ(10px);
    height: 60px;
    width: 60px;
}.program_results3 .text_main_holder > div:hover svg {
    transform: translateZ(30px) scale(1.1);
}.program_results3 .text_main_holder svg path {
    transition: fill 0.3s ease;
    fill: rgb(191,203,208);
}.program_results3 .text_main_holder > div:hover svg path {
    fill: rgb(152,167,173);
}.program_results3 .text_main_holder p {
    line-height: 1.6;
    transform: translateZ(5px);
    color: #000000;
    margin: 0;
    transition: transform 0.4s ease;
    font-size: 18px;
}.program_results3 .text_main_holder > div:hover p {
    transform: translateZ(25px);
}

@media (max-width: 1200px) {.program_results3 .photo_frame6 {
    width: 35%;
}.program_results3 .text_stack4 {
    width: 65%;
}
}

@media (max-width: 992px) {.program_results3 {
    padding: 100px 0;
}.program_results3 .team_profile1 {
    flex-direction: column;
    padding: 0 20px;
}.program_results3 .photo_frame6 {
    border-radius: 13px;
    margin: 0 auto 50px;
    width: 90%;
    transform: rotateY(0);
    height: 400px;
    top: 0;
    left: 0;
    position: relative;
}.program_results3 .text_stack4 {
    padding: 0;
    width: 100%;
    margin: 0;
}.program_results3 .text_main_holder {
    grid-template-columns: 1fr;
}.program_results3 .text_main_holder > div,
    .program_results3 .text_main_holder > div:nth-child(even) {
    transform: rotateY(0);
}
}

@media (max-width: 576px) {.program_results3 {
    padding: 80px 0;
}.program_results3 .photo_frame6 {
    height: 300px;
}.program_results3 h2 {
    margin-bottom: 40px;
    font-size: calc(31px * 0.85);
}.program_results3 .text_main_holder > div {
    padding: 20px;
}.program_results3 .text_main_holder svg {
    width: 50px;
    height: 50px;
}}footer {
    width: 100%;
    position: relative;
}footer .res_connect5 {
    font-family: Arial, sans-serif;
    position: relative;
    padding: 100px 0 30px;
    color: #000000;
    background-color: rgb(225,231,233);
}footer .res_connect5::before {
    width: 100%;
    background-image: 
        radial-gradient(circle at 10% 20%, rgb(191,203,208,0.5) 0%, transparent 20%),
        radial-gradient(circle at 90% 80%, rgb(152,167,173,0.5) 0%, transparent 20%);
    content: "";
    z-index: 0;
    position: absolute;
    left: 0;
    height: 100%;
    opacity: 0.3;
    top: 0;
}footer .fund_cta6 {
    z-index: 1;
    position: relative;
}footer .form_edu4 {
    padding: 25px;
    justify-content: space-between;
    margin: auto;
    flex-wrap: wrap;
    width: 85%;
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.1);
    display: flex;
    z-index: 3;
    background-color: #ffffff;
    gap: 15px;
    border-radius: 11px;
}footer .info_item {
    transition: all 0.3s ease;
    display: flex;
    border-radius: 10px;
    padding: 15px;
    flex: 1 1 200px;
    background-color: rgb(225,231,233);
    align-items: center;
}footer .info_item:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.05);
    background-color: #ffffff;
}footer .info_item svg {
    width: 22px;
    fill: rgb(191,203,208);
    margin-right: 12px;
    transition: transform 0.3s ease;
    height: 22px;
}footer .info_item:hover svg {
    transform: scale(1.2);
}footer .info_item p,
footer .info_item a {
    font-size: 16px;
    text-decoration: none;
    color: #000000;
    transition: all 0.3s ease;
}footer .info_item a:hover {
    color: rgb(191,203,208);
}footer .text_main_holder {
    display: flex;
    flex-direction: column;
    margin-top: 40px;
    perspective: 2000px;
    position: relative;
    gap: 20px;
}footer .top_section5, footer .top_bar7, footer .subscribe_holder {
    border-radius: 11px;
    transform-origin: center center;
    position: relative;
    transition: all 0.5s ease;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.08);
    padding: 30px;
    transform-style: preserve-3d;
}footer .top_section5 {
    background-color: #ffffff;
    z-index: 2;
    transform: translateZ(0) scale(1);
}footer .top_section5:hover {
    transform: translateZ(30px) scale(1.02);
}footer .top_bar7 {
    color: #ffffff;
    margin-left: 20px;
    margin-right: 20px;
    background-color: rgb(152,167,173);
    z-index: 1;
    transform: translateZ(-10px) scale(0.98);
    margin-top: -20px;
}footer .subscribe_holder {
    background-color: rgb(191,203,208);
    margin-left: 40px;
    transform: translateZ(-20px) scale(0.96);
    color: #ffffff;
    margin-top: -20px;
    margin-right: 40px;
    z-index: 0;
}footer .subscribe_holder:hover {
    transform: translateZ(10px) scale(0.98);
}footer .top_section5::after, footer .top_bar7::after, footer .subscribe_holder::after {
    height: 100%;
    opacity: 0;
    content: "";
    top: 0;
    transition: opacity 0.3s ease;
    z-index: -1;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.1) 0%, transparent 50%);
    width: 100%;
    position: absolute;
    left: 0;
    border-radius: 11px;
}footer .top_section5:hover::after, footer .top_bar7:hover::after, footer .subscribe_holder:hover::after {
    opacity: 1;
}footer .top_section5 svg {
    height: 45px;
    margin-bottom: 20px;
    width: auto;
    display: block;
}footer .reward_sys9 {
    font-size: 14px;
    color: #000000;
    line-height: 1.6;
}footer .top_bar7 h5 {
    font-size: 20px;
    color: #ffffff;
    display: inline-block;
    font-weight: 600;
    margin-bottom: 20px;
    position: relative;
}footer .top_bar7 h5::after {
    content: "";
    background: linear-gradient(90deg, rgb(191,203,208), transparent);
    position: absolute;
    width: 40px;
    height: 2px;
    transition: width 0.3s ease;
    bottom: -8px;
    left: 0;
}footer .top_bar7 h5:hover::after {
    width: 100%;
}footer .head_site3 {
    gap: 15px;
    display: grid;
    margin-bottom: 20px;
    grid-template-columns: repeat(auto-fill, minmax(120px, 1fr));
}footer .head_site3 a {
    font-size: 16px;
    text-decoration: none;
    position: relative;
    display: inline-block;
    padding: 5px 0;
    color: rgba(255, 255, 255, 0.75);
    transition: all 0.3s ease;
}footer .head_site3 a::before {
    transition: width 0.3s ease;
    position: absolute;
    width: 0;
    background-color: rgb(191,203,208);
    height: 1px;
    bottom: 0;
    content: "";
    left: 0;
}footer .head_site3 a:hover {
    color: #ffffff;
    transform: translateX(5px);
}footer .head_site3 a:hover::before {
    width: 100%;
}footer .subscribe_holder h5 {
    margin-bottom: 15px;
    font-weight: 600;
    font-size: 20px;
    color: #ffffff;
}footer .subscribe_holder p {
    font-size: 16px;
    line-height: 1.6;
    color: rgba(255, 255, 255, 0.9);
    margin-bottom: 25px;
}footer .input_holder {
    flex-direction: column;
    gap: 15px;
    display: flex;
}footer .input_holder input[type="email"] {
    transition: all 0.3s ease;
    border: none;
    border-radius: 10px;
    font-size: 16px;
    background-color: rgba(255, 255, 255, 0.1);
    color: #ffffff;
    padding: 14px 16px;
}footer .input_holder input[type="email"]:focus {
    box-shadow: 0 0 0 3px rgba(255, 255, 255, 0.2);
    background-color: rgba(255, 255, 255, 0.2);
    outline: none;
}footer .input_holder input[type="email"]::placeholder {
    color: rgba(255, 255, 255, 0.6);
}footer .sub_transition5 {
    padding: 14px 20px;
    font-size: 18px;
    color: rgb(191,203,208);
    transition: all 0.3s ease;
    text-align: center;
    font-weight: 600;
    cursor: pointer;
    border: none;
    background-color: #ffffff;
    border-radius: 10px;
}footer .sub_transition5:hover {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
    color: #ffffff;
    background-color: rgb(152,167,173);
    transform: translateY(-3px);
}footer .online_tools3 {
    margin-top: 60px;
    position: relative;
    text-align: center;
}footer .calc_foot1 {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
    border-radius: 30px;
    font-size: 14px;
    color: #000000;
    background-color: #ffffff;
    display: inline-block;
    padding: 8px 20px;
}

@media (min-width: 992px) {footer .text_main_holder {
    align-items: stretch;
    flex-direction: row;
}footer .top_section5, footer .top_bar7, footer .subscribe_holder {
    flex-direction: column;
    display: flex;
    margin-top: 0;
    flex: 1;
}footer .top_section5 {
    margin-right: -20px;
}footer .top_bar7 {
    margin-right: -20px;
    z-index: 1;
    margin-left: 0;
}footer .subscribe_holder {
    margin-left: 0;
    margin-right: 0;
}
}

@media (max-width: 991px) {footer .form_edu4 {
    padding: 20px;
    width: 90%;
}footer .text_main_holder {
    margin-top: 80px;
}
}

@media (max-width: 767px) {footer .res_connect5 {
    padding: 80px 0 30px;
}footer .form_edu4 {
    width: 95%;
    padding: 15px;
}footer .info_item {
    flex: 1 1 100%;
}footer .top_section5, footer .top_bar7, footer .subscribe_holder {
    padding: 25px 20px;
    margin-right: 0;
    margin-left: 0;
}footer .top_bar7, footer .subscribe_holder {
    margin-top: -10px;
}footer .online_tools3 {
    margin-top: 40px;
}
}

@media (max-width: 576px) {footer .res_connect5 {
    padding: 70px 0 20px;
}footer .form_edu4 {
    padding: 10px;
}footer .info_item {
    padding: 10px;
}footer .text_main_holder {
    margin-top: 60px;
}footer .top_section5, footer .top_bar7, footer .subscribe_holder {
    padding: 20px 15px;
}footer .top_bar7 h5, footer .subscribe_holder h5 {
    font-size: calc(20px - 2px);
}footer .head_site3 {
    grid-template-columns: 1fr;
}footer .input_holder input[type="email"],
    footer .sub_transition5 {
    padding: 12px;
}}.our_info9 {
    isolation: isolate;
    position: relative;
    background: rgb(225,231,233);
    overflow: hidden;
    padding: 120px 0;
}.our_info9::before {
    opacity: 0.1;
    left: 0;
    position: absolute;
    content: '';
    height: 100%;
    z-index: -1;
    top: 0;
    width: 100%;
    background: 
        repeating-linear-gradient(
            -45deg,
            rgb(191,203,208,0.5) 0,
            rgb(191,203,208,0.5) 1px,
            transparent 1px,
            transparent 20px
        ),
        repeating-linear-gradient(
            45deg,
            rgb(152,167,173,0.5) 0,
            rgb(152,167,173,0.5) 1px,
            transparent 1px,
            transparent 20px
        );
}.our_info9::after {
    right: -50%;
    opacity: 0.05;
    height: 100%;
    z-index: -1;
    width: 100%;
    content: '';
    background: radial-gradient(
        circle at center,
        rgb(191,203,208) 0%,
        transparent 70%
    );
    position: absolute;
    top: -50%;
    animation: floatGlow 15s infinite alternate ease-in-out;
    filter: blur(60px);
}.our_info9 .container {
    position: relative;
}.our_info9 .get_contactinfo0 {
    display: grid;
    grid-template-rows: auto auto;
    position: relative;
    gap: 2rem;
    grid-template-columns: 1.5fr 1fr;
}.our_info9 .edu_asknow5 {
    position: relative;
    transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
}.our_info9 .edu_asknow5:nth-child(1) {
    grid-row: 1 / 3;
    grid-column: 1 / 2;
    padding: 3rem;
    z-index: 2;
    border-left: 4px solid rgb(191,203,208);
    backdrop-filter: blur(10px);
    background: linear-gradient(135deg, rgba(255,255,255,0.02) 0%, rgba(255,255,255,0.07) 100%);
    border-radius: 16px;
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.1);
}.our_info9 .edu_asknow5:nth-child(1)::before {
    top: 0;
    width: 100%;
    z-index: -1;
    content: '';
    height: 100%;
    opacity: 0.2;
    background: linear-gradient(90deg, rgb(191,203,208,0.5) 0%, transparent 20%);
    left: 0;
    border-radius: 16px;
    position: absolute;
}.our_info9 .edu_asknow5:nth-child(2) {
    transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.2);
    aspect-ratio: 4/3;
    transform: perspective(1000px) rotateY(-5deg);
    overflow: hidden;
    border-radius: 16px;
    grid-column: 2 / 3;
    grid-row: 1 / 2;
}.our_info9 .edu_asknow5:nth-child(2):hover {
    transform: perspective(1000px) rotateY(0deg);
}.our_info9 .edu_asknow5 .photo_frame6 {
    overflow: hidden;
    position: relative;
    height: 100%;
    transform: scale(1.05);
    width: 100%;
    transition: transform 0.5s ease;
}.our_info9 .edu_asknow5 .photo_frame6::after {
    position: absolute;
    mix-blend-mode: overlay;
    background: linear-gradient(
        to bottom right,
        rgb(191,203,208) 0%,
        transparent 100%
    );
    opacity: 0.3;
    inset: 0;
    content: '';
}.our_info9 .edu_asknow5 .photo_frame6::before {
    content: '';
    background: linear-gradient(
        to top,
        rgba(0, 0, 0, 0.5) 0%,
        transparent 40%
    );
    z-index: 1;
    position: absolute;
    inset: 0;
}.our_info9 .edu_asknow5:nth-child(3) {
    padding: 2.5rem;
    background-image: 
        radial-gradient(circle at top right, rgb(152,167,173) 0%, transparent 80%),
        linear-gradient(135deg, rgb(191,203,208) 0%, rgb(191,203,208) 100%);
    background-size: 150% 150%, 100% 100%;
    background: rgb(191,203,208);
    grid-row: 2 / 3;
    background-position: 100% 0%, 0% 0%;
    transform: perspective(1000px) rotateY(5deg);
    border-radius: 16px;
    transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1);
    grid-column: 2 / 3;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
    animation: backgroundShift 15s infinite alternate ease-in-out;
}.our_info9 .edu_asknow5:nth-child(3):hover {
    transform: perspective(1000px) rotateY(0deg);
}.our_info9 .edu_asknow5 h2 {
    font-weight: 700;
    margin-bottom: 2rem;
    color: #ffffff;
    font-size: 31px;
    letter-spacing: 0.5px;
    position: relative;
    padding-bottom: 1rem;
}.our_info9 .edu_asknow5 h2::after {
    background: rgb(152,167,173);
    height: 4px;
    border-radius: 2px;
    bottom: 0;
    position: absolute;
    content: '';
    left: 0;
    width: 60px;
}.our_info9 .get_contactwidget6 {
    margin-bottom: 1.5rem;
    color: rgb(152,167,173);
    font-weight: 600;
    letter-spacing: 0.5px;
    font-size: calc(13px * 1.2);
}.our_info9 .message_us4 {
    margin-bottom: 2rem;
    font-weight: 300;
    line-height: 1.7;
    color: #000000;
}.our_info9 .edu_asknow5 > p {
    position: relative;
    margin-bottom: 1.25rem;
    display: flex;
    color: #000000;
    align-items: center;
}.our_info9 .edu_asknow5 > p svg {
    color: rgb(152,167,173);
    fill: rgb(152,167,173);
    width: 1.25rem;
    height: 1.25rem;
}.our_info9 .edu_asknow5 > p svg path {
    fill: rgb(152,167,173);
}.our_info9 .edu_asknow5 > p span {
    font-weight: 600;
    margin-left: 0.5rem;
}.our_info9 .ask_support5 {
    margin-top: 2.5rem;
    backdrop-filter: blur(5px);
    position: relative;
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.05);
    padding: 1.5rem;
}.our_info9 .ask_support5::before {
    border-radius: 10px 0 0 10px;
    top: 0;
    content: '';
    position: absolute;
    background: rgb(152,167,173);
    left: 0;
    width: 4px;
    height: 100%;
}.our_info9 .ask_support5 h3 {
    font-size: 23px;
    letter-spacing: 0.5px;
    color: rgb(152,167,173);
    font-weight: 600;
    margin-bottom: 1rem;
}.our_info9 .assist_support1 {
    grid-template-columns: repeat(auto-fill, minmax(120px, 1fr));
    display: grid;
    gap: 0.75rem;
}.our_info9 .assist_support1 span {
    transition: all 0.3s ease;
    backdrop-filter: blur(5px);
    padding: 0.75rem 1rem;
    text-align: center;
    color: #000000;
    font-size: calc(13px * 0.9);
    background: rgba(255, 255, 255, 0.1);
    border-radius: 10px;
}.our_info9 .assist_support1 span:hover {
    background: rgb(152,167,173,0.5);
    transform: translateY(-3px);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}.our_info9 .form_edu4 {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
}.our_info9 .form_edu4 a {
    padding-left: 2.5rem;
    margin-bottom: 1.5rem;
    flex-direction: column;
    transition: transform 0.3s ease;
    text-decoration: none;
    position: relative;
    display: flex;
}.our_info9 .form_edu4 a:last-child {
    margin-bottom: 0;
}.our_info9 .form_edu4 a:hover {
    transform: translateX(5px);
}.our_info9 .form_edu4 svg {
    left: 0;
    top: 0.25rem;
    filter: drop-shadow(0 2px 3px rgba(0,0,0,0.2));
    position: absolute;
    width: 1.5rem;
    height: 1.5rem;
}.our_info9 .form_edu4 svg path {
    fill: #ffffff;
}.our_info9 .form_edu4 a span {
    margin-bottom: 0.25rem;
    color: rgba(255, 255, 255, 0.7);
    text-transform: uppercase;
    font-size: calc(13px * 0.85);
    letter-spacing: 1px;
}.our_info9 .form_edu4 a p {
    margin-bottom: 0;
    font-weight: 600;
    font-size: 13px;
    position: relative;
    color: #ffffff;
}.our_info9 .form_edu4 a p::after {
    background: #ffffff;
    left: 0;
    height: 1px;
    content: '';
    position: absolute;
    transition: width 0.3s ease;
    width: 0;
    bottom: -5px;
}.our_info9 .form_edu4 a:hover p::after {
    width: 100%;
}

@keyframes floatGlow {
    0% {
        transform: translate(0, 0);
        opacity: 0.03;
    }
    50% {
        transform: translate(-10%, -10%);
        opacity: 0.05;
    }
    100% {
        transform: translate(-5%, 5%);
        opacity: 0.03;
    }
}

@keyframes backgroundShift {
    0% {
        background-position: 100% 0%, 0% 0%;
    }
    50% {
        background-position: 0% 100%, 0% 0%;
    }
    100% {
        background-position: 100% 0%, 0% 0%;
    }
}

@media (max-width: 1200px) {.our_info9 {
    padding: 80px 0;
}.our_info9 .get_contactinfo0 {
    grid-template-columns: 1fr 1fr;
    gap: 1.5rem;
}.our_info9 .edu_asknow5:nth-child(1) {
    padding: 2.5rem;
}
}

@media (max-width: 992px) {.our_info9 .get_contactinfo0 {
    grid-template-columns: 1fr;
    grid-template-rows: auto auto auto;
}.our_info9 .edu_asknow5:nth-child(1) {
    grid-column: 1 / 2;
    grid-row: 1 / 2;
}.our_info9 .edu_asknow5:nth-child(2) {
    transform: perspective(1000px) rotateY(0);
    grid-row: 2 / 3;
    grid-column: 1 / 2;
}.our_info9 .edu_asknow5:nth-child(3) {
    grid-row: 3 / 4;
    transform: perspective(1000px) rotateY(0);
    grid-column: 1 / 2;
}
}

@media (max-width: 768px) {.our_info9 {
    padding: 60px 0;
}.our_info9 .edu_asknow5:nth-child(1) {
    padding: 2rem;
}.our_info9 .edu_asknow5 .photo_frame6 {
    aspect-ratio: 16/9;
}.our_info9 .assist_support1 {
    grid-template-columns: repeat(auto-fill, minmax(100px, 1fr));
}
}

@media (max-width: 576px) {.our_info9 {
    padding: 40px 0;
}.our_info9 .edu_asknow5:nth-child(1) {
    padding: 1.5rem;
}.our_info9 .edu_asknow5 h2 {
    font-size: calc(31px * 0.9);
}.our_info9 .ask_support5 {
    padding: 1.25rem;
}.our_info9 .assist_support1 {
    grid-template-columns: 1fr 1fr;
}.our_info9 .form_edu4 a {
    padding-left: 2rem;
}.our_info9 .form_edu4 svg {
    width: 1.25rem;
    height: 1.25rem;
}}.title_section2 {
    display: flex;
    align-items: center;
    min-height: 100vh;
    position: relative;
    background: rgb(225,231,233);
    width: 100%;
    overflow: hidden;
    justify-content: center;
}.title_section2 .course_intro1 {
    max-width: 1440px;
    z-index: 1;
    width: 100%;
    padding: 2rem;
    position: relative;
}.title_section2 .learning_open7 {
    position: relative;
    overflow: hidden;
    padding: 5rem 3rem;
    transform: perspective(1000px) rotateY(-2deg);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
    border-left: 4px solid rgb(191,203,208);
    transition: transform 0.5s cubic-bezier(0.23, 1, 0.32, 1);
}.title_section2 .learning_open7::before {
    z-index: 1;
    right: 0;
    left: 0;
    backdrop-filter: blur(3px);
    background: linear-gradient(135deg, 
    rgb(191,203,208,0.5), 
    rgba(0, 0, 0, 0.5) 60%,
    rgb(152,167,173,0.5) 100%);
    top: 0;
    bottom: 0;
    content: "";
    position: absolute;
}.title_section2 .learning_open7::after {
    content: "";
    opacity: 0.15;
    animation: orb-float 12s infinite alternate ease-in-out;
    height: 80%;
    background: rgb(191,203,208);
    filter: blur(40px);
    right: -30%;
    top: -30%;
    position: absolute;
    z-index: 0;
    width: 80%;
    transform: translateZ(-10px);
    border-radius: 50%;
}.title_section2 .learning_open7 span, 
.title_section2 .learning_open7 h1, 
.title_section2 .learning_open7 div {
    z-index: 2;
    position: relative;
}.title_section2 .learning_open7 span {
    animation-delay: 0.3s;
    display: block;
    transform: translateY(20px);
    animation: fade-up 0.8s forwards ease-out;
    opacity: 0;
}.title_section2 .learning_open7 h3 {
    margin-bottom: 1.5rem;
    line-height: 1.6;
    color: #ffffff;
    font-size: calc(24px * 0.9);
    display: inline-block;
    padding: 0.75rem 1.5rem;
    max-width: 90%;
    background: linear-gradient(90deg, rgb(191,203,208,0.5), transparent);
    transform: translateX(-10px);
    letter-spacing: 0.02em;
    border-left: 3px solid rgb(191,203,208);
    font-weight: 600;
}.title_section2 .learning_open7 h1 {
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
    font-size: 43px;
    position: relative;
    opacity: 0;
    color: #ffffff;
    transform: translateY(20px);
    animation-delay: 0.6s;
    animation: fade-up 0.8s forwards ease-out;
    max-width: 90%;
    line-height: 1.2;
    margin-bottom: 2rem;
}.title_section2 .learning_open7 h1::after {
    width: 60px;
    transform: scaleX(0);
    position: absolute;
    content: "";
    left: 0;
    background: rgb(152,167,173);
    animation: line-grow 1.2s 1s forwards cubic-bezier(0.17, 0.67, 0.4, 1);
    transform-origin: left;
    bottom: -0.5rem;
    height: 4px;
}.title_section2 .learning_open7 div div {
    opacity: 0;
    animation-delay: 0.9s;
    transform: translateY(20px);
    animation: fade-up 0.8s forwards ease-out;
}.title_section2 .learning_open7 p {
    color: #ffffff;
    font-size: calc(16px * 1.2);
    padding-left: 1rem;
    line-height: 1.6;
    max-width: 90%;
    border-left: 2px solid rgb(152,167,173,0.5);
}.title_section2 .learning_open7:hover {
    transform: perspective(1000px) rotateY(0deg);
}

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

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

@keyframes orb-float {
  0% {
    transform: translate(0, 0);
  }
  50% {
    transform: translate(-5%, 5%);
  }
  100% {
    transform: translate(5%, -5%);
  }
}

@media (max-width: 1200px) {.title_section2 .learning_open7 {
    padding: 4rem 2.5rem;
}.title_section2 .learning_open7 h1 {
    font-size: calc(43px * 0.9);
}
}

@media (max-width: 992px) {.title_section2 .learning_open7 {
    transform: perspective(1000px) rotateY(-1deg);
    padding: 3.5rem 2rem;
}.title_section2 .learning_open7 h1 {
    font-size: calc(43px * 0.85);
}.title_section2 .learning_open7 h3 {
    font-size: calc(24px * 0.85);
}.title_section2 .learning_open7 p {
    font-size: calc(16px * 1.1);
}
}

@media (max-width: 768px) {.title_section2 {
    min-height: 90vh;
}.title_section2 .course_intro1 {
    padding: 1.5rem;
}.title_section2 .learning_open7 {
    transform: none !important;
    padding: 3rem 1.5rem;
}.title_section2 .learning_open7 h1 {
    margin-bottom: 1.5rem;
    font-size: calc(43px * 0.75);
}.title_section2 .learning_open7 h3 {
    padding: 0.5rem 1rem;
    font-size: calc(24px * 0.8);
    max-width: 100%;
}.title_section2 .learning_open7 p {
    font-size: 16px;
    max-width: 100%;
}
}

@media (max-width: 576px) {.title_section2 {
    min-height: 80vh;
}.title_section2 .course_intro1 {
    padding: 1rem;
}.title_section2 .learning_open7 {
    padding: 2.5rem 1.25rem;
    border-left-width: 3px;
}.title_section2 .learning_open7 h1 {
    margin-bottom: 1.25rem;
    font-size: calc(43px * 0.65);
}.title_section2 .learning_open7 h3 {
    margin-bottom: 1rem;
    line-height: 1.5;
    font-size: calc(24px * 0.75);
}.title_section2 .learning_open7 p {
    padding-left: 0.75rem;
    line-height: 1.5;
}.title_section2 .learning_open7 h1::after {
    height: 3px;
    width: 40px;
}}header {
    background: rgb(225,231,233);
    position: relative;
    z-index: 100;
    padding: 1.2rem 0;
}header::before {
    background: linear-gradient(135deg, 
        rgb(191,203,208,0.5) 0%, 
        transparent 50%, 
        rgb(152,167,173,0.5) 100%);
    top: 0;
    left: 0;
    position: absolute;
    content: '';
    opacity: 0.5;
    width: 100%;
    height: 100%;
}header .container {
    padding: 0 1.5rem;
    position: relative;
    z-index: 1;
    max-width: 1200px;
    margin: 0 auto;
}header .head_pagebar9 {
    display: flex;
    border-radius: 15px;
    background: #ffffff;
    gap: 1rem;
    flex-direction: column;
    padding: 1rem;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
    align-items: center;
}header .main_start5 {
    text-decoration: none;
    position: relative;
    margin-bottom: 0.5rem;
    display: flex;
    justify-content: center;
    padding: 0.5rem 1rem;
}header .main_start5::before {
    position: absolute;
    left: 0;
    bottom: 0;
    height: 1px;
    background: linear-gradient(to right, 
        transparent, 
        rgb(191,203,208,0.5), 
        rgb(152,167,173,0.5), 
        rgb(191,203,208,0.5), 
        transparent);
    content: '';
    width: 100%;
}header .main_start5 svg {
    width: 160px;
    height: auto;
    transition: all 0.3s ease;
}header .main_start5:hover svg {
    transform: translateY(-2px);
    filter: drop-shadow(0 2px 4px rgb(191,203,208,0.5));
}header .top_bar7 {
    flex-wrap: wrap;
    width: 100%;
    background: rgb(225,231,233);
    border-radius: 10px;
    justify-content: center;
    gap: 0.4rem;
    display: flex;
    padding: 0.6rem;
}header .header_main9 {
    font-size: 14px;
    overflow: hidden;
    transition: all 0.3s ease;
    z-index: 1;
    border-radius: 10px;
    font-weight: 400;
    padding: 0.5rem 1rem;
    position: relative;
    text-decoration: none;
    font-family: Arial, sans-serif;
    color: #000000;
}header .header_main9::before {
    left: 0;
    top: 0;
    content: '';
    opacity: 0;
    position: absolute;
    width: 100%;
    background: linear-gradient(135deg, rgb(191,203,208), rgb(152,167,173));
    height: 100%;
    transition: opacity 0.3s ease;
    z-index: -1;
}header .header_main9:hover {
    color: #ffffff;
}header .header_main9:hover::before {
    opacity: 1;
}header .header_main9::after {
    height: 2px;
    transition: transform 0.3s ease;
    bottom: 0;
    transform-origin: left;
    width: 100%;
    left: 0;
    background: linear-gradient(to right, rgb(191,203,208), rgb(152,167,173));
    position: absolute;
    content: '';
    transform: scaleX(0);
}header .header_main9:hover::after {
    transform: scaleX(1);
}

@media (max-width: 991px) {header {
    padding: 1rem 0;
}header .head_pagebar9 {
    gap: 0.8rem;
    padding: 0.8rem;
}header .main_start5 svg {
    width: 140px;
}header .top_bar7 {
    padding: 0.5rem;
}header .header_main9 {
    font-size: calc(14px - 1px);
    padding: 0.4rem 0.8rem;
}
}

@media (max-width: 767px) {header {
    padding: 0.8rem 0;
}header .head_pagebar9 {
    gap: 0.7rem;
    padding: 0.7rem;
}header .main_start5 svg {
    width: 120px;
}header .top_bar7 {
    gap: 0.3rem;
    padding: 0.4rem;
}header .header_main9 {
    padding: 0.3rem 0.7rem;
    font-size: calc(14px - 2px);
}
}

@media (max-width: 480px) {header {
    padding: 0.7rem 0;
}header .head_pagebar9 {
    gap: 0.6rem;
    padding: 0.6rem;
}header .main_start5 svg {
    width: 110px;
}header .top_bar7 {
    overflow-x: auto;
    padding: 0.4rem;
    justify-content: flex-start;
    flex-wrap: nowrap;
}header .top_bar7::-webkit-scrollbar {
    height: 2px;
}header .top_bar7::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background: rgb(191,203,208);
}header .header_main9 {
    flex-shrink: 0;
    white-space: nowrap;
}}.privacy_section4 {
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
    font-family: Arial, sans-serif;
    padding: 50px;
    background-color: rgb(225,231,233);
}.privacy_section4 h1 {
    margin: 20px 0;
    color: #000000;
    font-weight: 700;
    font-size: 48px;
}.privacy_section4 h2 {
    color: rgb(191,203,208);
    margin: 15px 0;
    font-weight: 600;
    font-size: 38px;
}.privacy_section4 h3, .privacy_section4 h4, .privacy_section4 h5, .privacy_section4 h6 {
    margin: 1rem 0;
}.privacy_section4 ul {
    list-style-type: none;
    padding: 0;
    margin: 1rem 0;
}.privacy_section4 ul li {
    font-size: 16px;
    line-height: 1.6;
    color: #000000;
    margin-bottom: 10px;
}.privacy_section4 div {
    margin-top: 30px;
}
@media only screen and (max-width: 800px) {.privacy_section4 {
    padding: 30px;
}.privacy_section4 h1 {
    font-size: 38px;
}.privacy_section4 h2 {
    font-size: 21px;
}
}