* {
    box-sizing: border-box;
    padding: 0;
    margin: 0;
}svg {
    width: 30px;
    height: 30px;
}.vr_labsk {
    flex: 0 0 auto;
}html,body {
    color: #000000;
    height: 100%;
    scroll-behavior: auto;
    font-family: Arial, sans-serif;
    min-height: 100%;
}a {
    text-decoration: none;
    color: inherit;
}.wrapper-structureg {
    display: flex;
    min-height: 100%;
    flex-direction: column;
    height: 100%;
}.container {
    margin: auto;
    width: 1269px;
    max-width: 100%;
}.header_primaryw {
    flex: 1 0 auto;
}header,footer {
    width: 100%;
}
@media only screen and (max-width: 1200px)  {.container {
    width: 100%;
    padding: 0 20px;
}
}
@media only screen and (max-width: 800px)  {.container {
    padding: 0 12px;
}}
.tyFramev {
    position: relative;
    perspective: 1000px;
    background: linear-gradient(135deg, rgb(225,229,233), rgb(152,161,173,0.5));
    padding: 5rem 0;
    overflow: hidden;
}.tyFramev::before {
    height: 100%;
    top: 0;
    width: 100%;
    z-index: 1;
    left: 0;
    position: absolute;
    content: "";
    animation: backgroundShift 20s infinite alternate ease-in-out;
    background: 
        linear-gradient(80deg, transparent 30%, rgba(255, 255, 255, 0.03) 40%, transparent 60%),
        repeating-linear-gradient(45deg, transparent, transparent 10px, rgba(255, 255, 255, 0.02) 10px, rgba(255, 255, 255, 0.02) 20px);
}.tyFramev .container {
    margin: 0 auto;
    position: relative;
    z-index: 2;
    transform-style: preserve-3d;
    max-width: 1200px;
}.tyFramev .study_proI {
    transition: transform 0.6s cubic-bezier(0.22, 1, 0.36, 1);
    transform-style: preserve-3d;
    box-shadow: 
        0 15px 35px rgba(0, 0, 0, 0.1),
        0 5px 15px rgba(0, 0, 0, 0.05),
        0 1px 0 rgba(255, 255, 255, 0.2) inset;
    backdrop-filter: blur(8px);
    gap: 2.5rem;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0.98));
    padding: 3rem;
    display: grid;
    position: relative;
    grid-template-columns: 1fr;
    transform: translateZ(0);
}.tyFramev .study_proI:hover {
    transform: translateZ(10px) scale(1.01);
    box-shadow: 
        0 20px 40px rgba(0, 0, 0, 0.12),
        0 8px 20px rgba(0, 0, 0, 0.08),
        0 1px 0 rgba(255, 255, 255, 0.3) inset;
}.tyFramev .study_proI::before {
    z-index: -1;
    content: "";
    transition: opacity 0.5s ease;
    pointer-events: none;
    transform: translateZ(-10px);
    background: linear-gradient(45deg, transparent 0%, rgb(191,198,208,0.5) 100%);
    height: 100%;
    opacity: 0;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}.tyFramev .study_proI:hover::before {
    opacity: 0.05;
}.tyFramev .study_proI > div:first-child {
    position: relative;
    transform: translateZ(20px);
    transition: transform 0.4s cubic-bezier(0.22, 1, 0.36, 1);
}.tyFramev .study_proI > div:first-child::after {
    left: 0;
    position: absolute;
    width: 60px;
    bottom: -10px;
    content: "";
    transform: scaleX(0);
    height: 3px;
    transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    transform-origin: left;
    background: rgb(191,198,208);
}.tyFramev .study_proI:hover > div:first-child::after {
    transform: scaleX(1);
}.tyFramev h5 {
    line-height: 1.4;
    transform: translateZ(5px);
    margin: 0;
    font-weight: 700;
    position: relative;
    color: #000000;
    font-size: 19px;
    letter-spacing: 0.02em;
}.tyFramev h5::first-letter {
    font-size: 1.2em;
    color: rgb(191,198,208);
}.tyFramev .study_proI > div:last-child {
    transition: transform 0.5s cubic-bezier(0.22, 1, 0.36, 1);
    position: relative;
    transform: translateZ(15px);
}.tyFramev a {
    color: inherit;
    position: relative;
    overflow: hidden;
    transition: all 0.3s ease;
    display: block;
    text-decoration: none;
    padding: 0.5rem 0;
}.tyFramev a::before {
    width: 100%;
    transition: left 0.8s ease-in-out;
    left: -100%;
    top: 0;
    height: 100%;
    position: absolute;
    content: "";
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
}.tyFramev .study_proI:hover a::before {
    left: 100%;
}.tyFramev p {
    font-size: 18px;
    transition: opacity 0.4s ease;
    font-weight: 400;
    color: #000000;
    opacity: 0.9;
    margin: 0;
    line-height: 1.7;
}.tyFramev a:hover p {
    opacity: 1;
    color: rgb(191,198,208);
}

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

@media (min-width: 768px) {.tyFramev {
    padding: 7rem 0;
}.tyFramev .study_proI {
    grid-template-columns: 1fr 1fr;
    align-items: center;
    gap: 3rem;
    padding: 4rem;
}.tyFramev h5 {
    font-size: calc(19px * 1.1);
}.tyFramev p {
    font-size: calc(18px * 1.05);
}.tyFramev .study_proI::after {
    border-right: 3px solid rgb(191,198,208);
    border-top: 3px solid rgb(191,198,208);
    position: absolute;
    opacity: 0;
    right: -15px;
    transform: translateZ(10px) scale(0.9);
    transition: opacity 0.5s ease, transform 0.5s ease;
    width: 30px;
    height: 30px;
    content: "";
    top: -15px;
}.tyFramev .study_proI:hover::after {
    transform: translateZ(10px) scale(1);
    opacity: 1;
}.tyFramev .study_proI::before {
    transition: clip-path 0.6s cubic-bezier(0.22, 1, 0.36, 1), opacity 0.5s ease;
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
}.tyFramev .study_proI:hover::before {
    clip-path: polygon(5% 5%, 95% 5%, 95% 95%, 5% 95%);
}
}

@media (min-width: 992px) {.tyFramev {
    padding: 8rem 0;
}.tyFramev .study_proI {
    gap: 4rem;
    padding: 5rem;
}.tyFramev .study_proI > div:first-child {
    transform: translateZ(30px) translateX(-10px);
}.tyFramev .study_proI:hover > div:first-child {
    transform: translateZ(40px) translateX(0);
}.tyFramev .study_proI > div:last-child {
    transform: translateZ(20px) translateX(10px);
}.tyFramev .study_proI:hover > div:last-child {
    transform: translateZ(30px) translateX(0);
}.tyFramev a {
    padding: 1rem 0;
}.tyFramev p {
    line-height: 1.8;
}.tyFramev .container::before {
    bottom: -20px;
    content: "";
    width: 80%;
    background: linear-gradient(90deg, transparent, rgb(191,198,208,0.5), transparent);
    position: absolute;
    opacity: 0.5;
    left: 10%;
    height: 1px;
}
}

@media (max-width: 767px) {.tyFramev {
    padding: 3rem 1rem;
}.tyFramev .study_proI {
    padding: 2rem 1.5rem;
}.tyFramev h5 {
    font-size: calc(19px * 0.9);
}.tyFramev p {
    font-size: calc(18px * 0.95);
    line-height: 1.6;
}}.meet_usA {
    padding: 6rem 0;
    overflow: hidden;
    position: relative;
    background: linear-gradient(145deg, rgb(225,229,233) 0%, rgba(0, 0, 0, 0.5) 100%);
}.meet_usA::before {
    left: 0;
    background-image: repeating-linear-gradient(
        45deg,
        transparent,
        transparent 10px,
        rgba(rgb(191,198,208,0.5), 0.02) 10px,
        rgba(rgb(191,198,208,0.5), 0.02) 20px
    );
    position: absolute;
    z-index: 1;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
}.meet_usA .container {
    padding: 0 1.5rem;
    position: relative;
    margin: 0 auto;
    max-width: 1200px;
    z-index: 2;
}.meet_usA h1 {
    color: rgb(191,198,208);
    font-size: 41px;
    display: inline-block;
    transform: skewX(-5deg);
    position: relative;
    text-align: left;
    margin-bottom: 3rem;
    font-weight: 700;
}.meet_usA h1::after {
    left: 0;
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    width: 60%;
    transform-origin: left center;
    bottom: -0.5rem;
    content: "";
    height: 4px;
    position: absolute;
    background: linear-gradient(90deg, rgb(191,198,208) 0%, transparent 100%);
    transform: scaleX(1);
}.meet_usA h1:hover::after {
    transform: scaleX(1.5);
}.meet_usA .quick_skillJ {
    position: relative;
}.meet_usA .quick_skillJ ul {
    grid-template-columns: 1fr;
    list-style: none;
    gap: 3rem;
    padding: 0;
    display: grid;
    margin: 0;
}.meet_usA .study_labW {
    padding: 2.5rem;
    transition: transform 0.4s cubic-bezier(0.34, 1.56, 0.64, 1), 
                box-shadow 0.4s ease;
    background-color: #ffffff;
    overflow: hidden;
    transform: translateY(0);
    position: relative;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05), 
                0 1px 4px rgba(0, 0, 0, 0.08);
}.meet_usA .study_labW::before {
    content: "";
    left: 0;
    transition: height 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
    position: absolute;
    background: linear-gradient(to bottom, rgb(191,198,208), rgb(152,161,173));
    width: 4px;
    height: 0;
    top: 0;
}.meet_usA .study_labW:hover {
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.08), 
                0 5px 15px rgba(0, 0, 0, 0.05);
    transform: translateY(-10px);
}.meet_usA .study_labW:hover::before {
    height: 100%;
}.meet_usA .study_labW h4 {
    transition: transform 0.3s ease, color 0.3s ease;
    display: inline-block;
    color: rgb(152,161,173);
    font-weight: 600;
    margin-bottom: 1.5rem;
    font-size: 19px;
    position: relative;
}.meet_usA .study_labW:hover h4 {
    transform: translateX(10px);
    color: rgb(191,198,208);
}.meet_usA .study_labW div {
    max-height: 200px;
    color: #000000;
    position: relative;
    line-height: 1.8;
    font-size: 15px;
    overflow-y: auto;
    opacity: 0.9;
    transition: opacity 0.3s ease;
    padding-right: 1rem;
}.meet_usA .study_labW:hover div {
    opacity: 1;
}.meet_usA .study_labW div::-webkit-scrollbar {
    width: 5px;
}.meet_usA .study_labW div::-webkit-scrollbar-track {
    background: rgb(255, 255, 255, 0.5);
}.meet_usA .study_labW div::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background-color: rgb(152,161,173,0.5);
}.meet_usA .study_labW:first-child {
    clip-path: polygon(0 0, 100% 0, 97% 100%, 0% 100%);
}.meet_usA .study_labW:last-child {
    clip-path: polygon(3% 0, 100% 0, 100% 100%, 0% 100%);
}

@media (min-width: 768px) {.meet_usA {
    padding: 8rem 0;
}.meet_usA h1 {
    margin-bottom: 4rem;
    font-size: calc(41px * 1.2);
}.meet_usA .quick_skillJ ul {
    grid-template-columns: repeat(2, 1fr);
    gap: 2.5rem;
}.meet_usA .study_labW {
    padding: 3rem;
}.meet_usA .study_labW div {
    max-height: 300px;
}
}

@media (min-width: 992px) {.meet_usA {
    padding: 10rem 0;
}.meet_usA::before {
    background-image: repeating-linear-gradient(
            45deg,
            transparent,
            transparent 15px,
            rgba(rgb(191,198,208,0.5), 0.02) 15px,
            rgba(rgb(191,198,208,0.5), 0.02) 30px
        );
}.meet_usA h1 {
    font-size: calc(41px * 1.4);
    margin-bottom: 5rem;
}.meet_usA .quick_skillJ ul {
    gap: 4rem;
}.meet_usA .study_labW {
    padding: 3.5rem;
}.meet_usA .study_labW h4 {
    font-size: calc(19px * 1.2);
    margin-bottom: 2rem;
}.meet_usA .study_labW div {
    line-height: 1.9;
    font-size: calc(15px * 1.05);
    max-height: 350px;
}
}

@media (min-width: 1200px) {.meet_usA .study_labW:first-child {
    transform: translateY(30px);
}.meet_usA .study_labW:last-child {
    transform: translateY(-30px);
}.meet_usA .study_labW:hover {
    transform: translateY(-10px);
}.meet_usA .study_labW:first-child:hover {
    transform: translateY(20px);
}.meet_usA .study_labW:last-child:hover {
    transform: translateY(-40px);
}.meet_usA .study_labW div {
    max-height: 400px;
}
}

@media (max-width: 576px) {.meet_usA {
    padding: 4rem 0;
}.meet_usA h1 {
    font-size: calc(41px * 0.9);
    margin-bottom: 2.5rem;
}.meet_usA .study_labW {
    padding: 2rem 1.5rem;
}.meet_usA .study_labW h4 {
    margin-bottom: 1rem;
    font-size: calc(19px * 0.9);
}.meet_usA .study_labW div {
    font-size: calc(15px * 0.95);
    max-height: 150px;
}.meet_usA .quick_skillJ ul {
    gap: 2rem;
}
}

@media (prefers-reduced-motion: reduce) {.meet_usA .study_labW,
    .meet_usA .study_labW::before,
    .meet_usA .study_labW h4,
    .meet_usA h1::after {
    transition: none;
}}.teaching_experienceL {
    overflow: hidden;
    padding: 6rem 0;
    position: relative;
    background: linear-gradient(135deg, rgb(225,229,233) 0%, rgba(0, 0, 0, 0.5) 100%);
}.teaching_experienceL::before {
    animation: rotateBg 30s linear infinite;
    width: 100%;
    content: "";
    left: 0;
    top: 0;
    position: absolute;
    height: 100%;
    background: conic-gradient(from 45deg at 50% 50%, transparent 0deg, rgb(191,198,208,0.5) 90deg, transparent 180deg, rgb(152,161,173,0.5) 270deg, transparent 360deg);
    opacity: 0.2;
}@keyframes rotateBg {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

.teaching_experienceL .container {
    margin: 0 auto;
    max-width: 1200px;
    position: relative;
    padding: 0 1.5rem;
    z-index: 1;
}.teaching_experienceL .user_feedbacks {
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
    transform: perspective(1000px) rotateX(2deg);
    transition: transform 0.3s ease;
    grid-template-areas:
        "photo quote"
        "photo name"
        "photo job";
    display: grid;
    background-color: rgba(0, 0, 0, 0.5);
    padding: 3rem;
    grid-template-columns: minmax(250px, 35%) 1fr;
    border-radius: 11px;
    backdrop-filter: blur(8px);
    grid-gap: 1.5rem;
}.teaching_experienceL .user_feedbacks:hover {
    transform: perspective(1000px) rotateX(0);
}.teaching_experienceL .photo_wrap_itemG {
    height: 100%;
    transform: translateZ(20px);
    clip-path: polygon(0 0, 100% 0, 92% 100%, 0% 100%);
    box-shadow: 0 10px 30px -5px rgba(0, 0, 0, 0.5);
    grid-area: photo;
    border-radius: 11px;
    transition: transform 0.3s ease;
    min-height: 350px;
}.teaching_experienceL .user_feedbacks:hover .photo_wrap_itemG {
    transform: translateZ(30px);
}.teaching_experienceL .name {
    font-weight: 700;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
    color: #ffffff;
    grid-area: name;
    transform: translateZ(10px);
    margin-bottom: 0.5rem;
    font-size: 34px;
}.teaching_experienceL .user_feedbacks span:not(.name) {
    font-weight: 600;
    transform: translateZ(5px);
    margin-bottom: 1rem;
    color: rgb(152,161,173);
    grid-area: job;
    font-size: 22px;
}.teaching_experienceL .emp_highlightsU {
    border-left: 4px solid rgb(191,198,208);
    padding: 1.5rem;
    color: #ffffff;
    transform: translateZ(15px);
    grid-area: quote;
    font-size: 14px;
    line-height: 1.6;
    position: relative;
    border-radius: 10px;
    background: linear-gradient(to right, rgba(0, 0, 0, 0.5), transparent);
}.teaching_experienceL .emp_highlightsU::before {
    mix-blend-mode: overlay;
    content: "";
    opacity: 0.1;
    height: 100%;
    position: absolute;
    width: 100%;
    left: 0;
    border-radius: 10px;
    top: 0;
    background: linear-gradient(90deg, rgb(191,198,208,0.5) 0%, transparent 100%);
}

@media (max-width: 991px) {.teaching_experienceL .user_feedbacks {
    grid-template-areas:
            "photo photo"
            "name job"
            "quote quote";
    grid-template-columns: 1fr 1fr;
}.teaching_experienceL .photo_wrap_itemG {
    min-height: 300px;
    clip-path: polygon(0 0, 100% 0, 95% 95%, 5% 95%);
}
}

@media (max-width: 767px) {.teaching_experienceL {
    padding: 3rem 0;
}.teaching_experienceL .user_feedbacks {
    grid-template-areas:
            "photo_wrap_itemG"
            "name"
            "work_milestonesK"
            "emp_highlightsU";
    grid-template-columns: 1fr;
    padding: 2rem;
}.teaching_experienceL .photo_wrap_itemG {
    min-height: 250px;
    clip-path: polygon(0 0, 100% 0, 90% 100%, 10% 100%);
}}.contact_form_sectionZ {
    padding: 80px 0;
    position: relative;
    background: linear-gradient(135deg, rgb(225,229,233) 0%, rgb(152,161,173,0.5) 100%);
    overflow: hidden;
}.contact_form_sectionZ::before {
    background-image: 
        radial-gradient(circle at 20% 30%, rgb(191,198,208,0.5) 0%, transparent 70%),
        radial-gradient(circle at 80% 70%, rgb(152,161,173,0.5) 0%, transparent 70%);
    top: 0;
    width: 100%;
    position: absolute;
    left: 0;
    content: '';
    opacity: 0.4;
    z-index: 1;
    height: 100%;
}.contact_form_sectionZ::after {
    background-image: 
        linear-gradient(90deg, rgb(152,161,173,0.5) 1px, transparent 1px),
        linear-gradient(0deg, rgb(152,161,173,0.5) 1px, transparent 1px);
    width: 100%;
    z-index: 1;
    position: absolute;
    left: 0;
    background-size: 50px 50px;
    content: '';
    top: 0;
    opacity: 0.1;
    height: 100%;
}.contact_form_sectionZ .photo_wrap_itemG {
    width: 45%;
    clip-path: polygon(0 0, 100% 0, 85% 100%, 0 100%);
    position: absolute;
    left: 0;
    z-index: 2;
    top: 0;
    height: 100%;
}.contact_form_sectionZ .photo_wrap_itemG::after {
    background: linear-gradient(135deg, rgb(191,198,208,0.5) 0%, transparent 60%);
    width: 100%;
    content: '';
    height: 100%;
    left: 0;
    position: absolute;
    opacity: 0.7;
    top: 0;
}.contact_form_sectionZ .container {
    z-index: 3;
    margin: 0 auto;
    max-width: 1200px;
    padding: 0 15px;
    position: relative;
}.contact_form_sectionZ h3 {
    font-weight: 700;
    font-family: Arial, sans-serif;
    letter-spacing: 1px;
    font-size: 38px;
    color: #ffffff;
    margin-bottom: 40px;
    text-shadow: 0 0 15px rgb(191,198,208,0.5);
    text-align: center;
}.contact_form_sectionZ .help_cardq {
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    border-radius: 30px;
    display: flex;
    justify-content: space-between;
    background: rgba(255, 255, 255, 0.05);
    backdrop-filter: blur(10px);
    overflow: hidden;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.2),
                0 5px 15px rgba(0, 0, 0, 0.1),
                0 0 0 1px rgba(255, 255, 255, 0.1) inset;
}.contact_form_sectionZ .help_cardq:hover {
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3),
                0 10px 20px rgba(0, 0, 0, 0.2),
                0 0 0 1px rgba(255, 255, 255, 0.2) inset;
    transform: translateY(-5px);
}.contact_form_sectionZ .contact_requestQ {
    padding: 40px;
    border-right: 1px solid rgba(255, 255, 255, 0.1);
    position: relative;
    overflow: hidden;
    flex: 1;
}.contact_form_sectionZ .contact_requestQ::before {
    right: -100px;
    height: 200px;
    content: '';
    opacity: 0.2;
    position: absolute;
    border-radius: 50%;
    background: radial-gradient(rgb(191,198,208,0.5), transparent 70%);
    top: -100px;
    width: 200px;
}.contact_form_sectionZ .contact_requestQ::after {
    position: absolute;
    border-radius: 50%;
    background: radial-gradient(rgb(152,161,173,0.5), transparent 70%);
    width: 150px;
    height: 150px;
    left: -75px;
    content: '';
    bottom: -75px;
    opacity: 0.2;
}.contact_form_sectionZ form {
    position: relative;
    z-index: 2;
}.contact_form_sectionZ form h3 {
    -webkit-text-fill-color: transparent;
    text-shadow: none;
    background: linear-gradient(to right, #ffffff, rgb(191,198,208));
    margin-bottom: 25px;
    text-align: left;
    -webkit-background-clip: text !important;
    font-size: 23px;
}.contact_form_sectionZ input[type="text"],
.contact_form_sectionZ textarea {
    border-radius: 10px;
    margin-bottom: 20px;
    padding: 15px;
    font-family: Arial, sans-serif;
    background: rgba(255, 255, 255, 0.08);
    color: #ffffff;
    width: 100%;
    transition: all 0.3s ease;
    font-size: 12px;
    border: 1px solid rgba(255, 255, 255, 0.15);
}.contact_form_sectionZ input[type="text"]:focus,
.contact_form_sectionZ textarea:focus {
    outline: none;
    background: rgba(255, 255, 255, 0.12);
    border-color: rgb(191,198,208);
    box-shadow: 0 0 10px rgb(191,198,208,0.5);
}.contact_form_sectionZ textarea {
    resize: none;
    height: 120px;
}.contact_form_sectionZ .message_boxC {
    margin-bottom: 25px;
    align-items: flex-start;
    position: relative;
    display: flex;
}.contact_form_sectionZ .message_boxC input[type="checkbox"] {
    position: absolute;
    opacity: 0;
}.contact_form_sectionZ .message_boxC label {
    font-size: 16px;
    cursor: pointer;
    position: relative;
    color: #ffffff;
    padding-left: 30px;
    line-height: 1.5;
}.contact_form_sectionZ .message_boxC label::before {
    top: 2px;
    transition: all 0.3s ease;
    border: 1px solid rgba(255, 255, 255, 0.3);
    background: rgba(255, 255, 255, 0.08);
    width: 20px;
    border-radius: 10px;
    content: '';
    left: 0;
    height: 20px;
    position: absolute;
}.contact_form_sectionZ .message_boxC input[type="checkbox"]:checked + label::before {
    border-color: rgb(191,198,208);
    background: rgb(191,198,208);
}.contact_form_sectionZ .message_boxC input[type="checkbox"]:checked + label::after {
    border-width: 0 2px 2px 0;
    position: absolute;
    border: solid #ffffff;
    top: 5px;
    left: 7px;
    content: '';
    width: 6px;
    transform: rotate(45deg);
    height: 12px;
}.contact_form_sectionZ .message_boxC a {
    color: rgb(191,198,208);
    transition: color 0.3s ease;
    text-decoration: none;
}.contact_form_sectionZ .message_boxC a:hover {
    text-decoration: underline;
    color: rgb(152,161,173);
}.contact_form_sectionZ .feedback_formz {
    width: 100%;
    transition: all 0.3s ease;
    border: none;
    border-radius: 10px;
    font-weight: 600;
    color: #ffffff;
    cursor: pointer;
    background: linear-gradient(to right, rgb(191,198,208), rgb(152,161,173));
    font-size: 15px;
    position: relative;
    font-family: Arial, sans-serif;
    padding: 15px;
    overflow: hidden;
}.contact_form_sectionZ .feedback_formz::before {
    width: 100%;
    position: absolute;
    left: -100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    top: 0;
    content: '';
    transition: left 0.7s ease;
    height: 100%;
}.contact_form_sectionZ .feedback_formz:hover {
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgb(191,198,208,0.5);
}.contact_form_sectionZ .feedback_formz:hover::before {
    left: 100%;
}.contact_form_sectionZ .contact_message7 {
    width: 40%;
    padding: 40px;
    position: relative;
    overflow: hidden;
    background: linear-gradient(135deg, rgba(0, 0, 0, 0.3), transparent);
}.contact_form_sectionZ .contact_message7::before {
    content: '';
    width: 100%;
    top: 0;
    position: absolute;
    right: 0;
    opacity: 0.4;
    height: 100%;
    background-image: 
        radial-gradient(circle at 70% 30%, rgb(191,198,208,0.5) 0%, transparent 60%);
}.contact_form_sectionZ .contact_message7 h4 {
    font-family: Arial, sans-serif;
    font-weight: 600;
    margin-bottom: 30px;
    position: relative;
    color: #ffffff;
    font-size: 23px;
}.contact_form_sectionZ .contact_message7 h4::after {
    content: '';
    border-radius: 3px;
    height: 3px;
    left: 0;
    bottom: -10px;
    width: 50px;
    background: rgb(191,198,208);
    position: absolute;
}.contact_form_sectionZ .support_box3 {
    padding: 0;
    margin: 0;
    list-style: none;
}.contact_form_sectionZ .support_box3 li {
    padding-left: 5px;
    transition: transform 0.3s ease;
    margin-bottom: 25px;
    position: relative;
    align-items: flex-start;
    display: flex;
}.contact_form_sectionZ .support_box3 li:hover {
    transform: translateX(5px);
}.contact_form_sectionZ .support_box3 li::before {
    width: 0;
    border-radius: 50%;
    content: '';
    transform: translateY(-50%);
    transition: all 0.3s ease;
    top: 50%;
    height: 0;
    opacity: 0;
    background: rgb(191,198,208);
    left: -10px;
    position: absolute;
}.contact_form_sectionZ .support_box3 li:hover::before {
    left: -3px;
    height: 6px;
    width: 6px;
    opacity: 1;
}.contact_form_sectionZ .support_box3 svg {
    width: 24px;
    fill: rgb(191,198,208);
    filter: drop-shadow(0 0 5px rgb(191,198,208,0.5));
    transition: transform 0.3s ease;
    margin-right: 15px;
    height: 24px;
    flex-shrink: 0;
}.contact_form_sectionZ .support_box3 li:hover svg {
    transform: scale(1.1);
}.contact_form_sectionZ .support_box3 svg path {
    fill: rgb(191,198,208);
    transition: fill 0.3s ease;
}.contact_form_sectionZ .support_box3 li:hover svg path {
    fill: rgb(152,161,173);
}.contact_form_sectionZ .support_box3 span {
    font-family: Arial, sans-serif;
    line-height: 1.5;
    font-size: 12px;
    color: #ffffff;
}.contact_form_sectionZ .support_box3 a {
    text-decoration: none;
    color: #ffffff;
    transition: color 0.3s ease;
}.contact_form_sectionZ .support_box3 a:hover {
    color: rgb(191,198,208);
}

@media (max-width: 992px) {.contact_form_sectionZ {
    padding: 60px 0;
}.contact_form_sectionZ .photo_wrap_itemG {
    width: 40%;
    clip-path: polygon(0 0, 100% 0, 75% 100%, 0 100%);
}.contact_form_sectionZ .help_cardq {
    flex-direction: column;
}.contact_form_sectionZ .contact_requestQ {
    border-right: none;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    width: 100%;
}.contact_form_sectionZ .contact_message7 {
    width: 100%;
}
}

@media (max-width: 768px) {.contact_form_sectionZ {
    padding: 40px 0;
}.contact_form_sectionZ .photo_wrap_itemG {
    display: none;
}.contact_form_sectionZ h3 {
    margin-bottom: 30px;
    font-size: calc(38px * 0.8);
}.contact_form_sectionZ .contact_requestQ,
    .contact_form_sectionZ .contact_message7 {
    padding: 30px;
}.contact_form_sectionZ form h3,
    .contact_form_sectionZ .contact_message7 h4 {
    font-size: calc(23px * 0.9);
}.contact_form_sectionZ input[type="text"],
    .contact_form_sectionZ textarea {
    padding: 12px;
    margin-bottom: 15px;
}.contact_form_sectionZ textarea {
    height: 100px;
}.contact_form_sectionZ .feedback_formz {
    padding: 12px;
}.contact_form_sectionZ .support_box3 li {
    margin-bottom: 20px;
}.contact_form_sectionZ .support_box3 svg {
    margin-right: 10px;
    width: 20px;
    height: 20px;
}
}

@media (max-width: 576px) {.contact_form_sectionZ {
    padding: 30px 0;
}.contact_form_sectionZ h3 {
    font-size: calc(38px * 0.7);
    margin-bottom: 20px;
}.contact_form_sectionZ .contact_requestQ,
    .contact_form_sectionZ .contact_message7 {
    padding: 20px;
}.contact_form_sectionZ .help_cardq {
    margin: 0 10px;
}.contact_form_sectionZ .message_boxC label {
    font-size: calc(16px * 0.9);
}.contact_form_sectionZ .support_box3 li {
    margin-bottom: 15px;
}.contact_form_sectionZ .support_box3 span {
    font-size: calc(12px * 0.9);
}.contact_form_sectionZ::before,
    .contact_form_sectionZ::after,
    .contact_form_sectionZ .contact_requestQ::before,
    .contact_form_sectionZ .contact_requestQ::after,
    .contact_form_sectionZ .contact_message7::before {
    opacity: 0.2;
}}.join_nowh {
    background: linear-gradient(125deg, rgb(225,229,233) 0%, rgb(152,161,173,0.5) 100%);
    overflow: hidden;
    position: relative;
    padding: 120px 0;
}.join_nowh::before {
    position: absolute;
    left: 0;
    height: 100%;
    z-index: 1;
    width: 100%;
    background: 
        linear-gradient(0deg, transparent 95%, rgb(191,198,208,0.5) 95%),
        linear-gradient(90deg, transparent 95%, rgb(191,198,208,0.5) 95%);
    opacity: 0.1;
    background-size: 20px 20px;
    content: '';
    top: 0;
}.join_nowh .study_proI {
    align-items: center;
    z-index: 10;
    position: relative;
    flex-direction: column;
    display: flex;
}.join_nowh .container p {
    max-width: 800px;
    font-size: 37px;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
    padding: 40px;
    background: #ffffff;
    border-radius: 10px;
    z-index: 5;
    position: relative;
    line-height: 1.4;
    border: 1px solid rgba(0, 0, 0, 0.05);
    margin: 0 0 70px 0;
    color: #000000;
    font-weight: 700;
    text-align: center;
}.join_nowh .container p::before {
    background: #ffffff;
    border: 1px solid rgba(0, 0, 0, 0.05);
    z-index: -1;
    top: 20px;
    height: 100%;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.08);
    left: 10%;
    content: '';
    border-radius: 10px;
    position: absolute;
    width: 80%;
}.join_nowh .container p::after {
    z-index: -2;
    border-radius: 10px;
    width: 60%;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.06);
    top: 40px;
    background: #ffffff;
    left: 20%;
    content: '';
    height: 100%;
    border: 1px solid rgba(0, 0, 0, 0.05);
    position: absolute;
}.join_nowh .feedback_formz {
    position: relative;
    font-size: 17px;
    box-shadow: 
        0 10px 20px rgba(0, 0, 0, 0.1),
        0 3px 0 rgba(0, 0, 0, 0.5);
    transition: all 0.3s ease;
    overflow: hidden;
    font-weight: 600;
    padding: 20px 50px;
    border-radius: 10px;
    text-decoration: none;
    z-index: 5;
    color: #ffffff;
    background: rgb(191,198,208);
}.join_nowh .feedback_formz::before {
    height: 100%;
    transition: opacity 0.4s ease;
    content: '';
    top: 0;
    background: radial-gradient(circle, rgb(152,161,173) 0%, rgb(191,198,208) 100%);
    left: 0;
    width: 100%;
    position: absolute;
    z-index: -1;
    opacity: 0;
}.join_nowh .feedback_formz:hover {
    transform: translateY(-3px);
    box-shadow: 
        0 15px 30px rgba(0, 0, 0, 0.15),
        0 5px 0 rgba(0, 0, 0, 0.5);
}.join_nowh .feedback_formz:hover::before {
    opacity: 1;
}.join_nowh .feedback_formz::after {
    transition: all 0.4s ease;
    background: rgba(255, 255, 255, 0.3);
    height: 20px;
    content: '';
    top: 50%;
    opacity: 0;
    position: absolute;
    width: 20px;
    transform: translateY(-50%) scale(0);
    right: 30px;
    border-radius: 50%;
}.join_nowh .feedback_formz:hover::after {
    transform: translateY(-50%) scale(1);
    opacity: 1;
}.join_nowh::after {
    height: 300px;
    background: radial-gradient(circle, rgb(191,198,208,0.5) 0%, transparent 70%);
    z-index: 1;
    width: 300px;
    content: '';
    position: absolute;
    right: -150px;
    top: -150px;
    opacity: 0.2;
}.join_nowh .study_proI::after {
    left: -150px;
    height: 300px;
    width: 300px;
    background: radial-gradient(circle, rgb(152,161,173,0.5) 0%, transparent 70%);
    content: '';
    opacity: 0.2;
    z-index: 1;
    bottom: -150px;
    position: absolute;
}

@media (max-width: 991px) {.join_nowh {
    padding: 100px 0;
}.join_nowh .container p {
    padding: 35px;
    margin-bottom: 60px;
    font-size: calc(22px * 1.2);
}.join_nowh .container p::before {
    top: 15px;
}.join_nowh .container p::after {
    top: 30px;
}.join_nowh .feedback_formz {
    padding: 18px 45px;
}
}

@media (max-width: 767px) {.join_nowh {
    padding: 80px 0;
}.join_nowh .container p {
    margin-bottom: 50px;
    padding: 30px;
    font-size: 22px;
}.join_nowh .container p::before {
    top: 12px;
}.join_nowh .container p::after {
    top: 24px;
}.join_nowh .feedback_formz {
    padding: 15px 40px;
}
}

@media (max-width: 480px) {.join_nowh {
    padding: 60px 0;
}.join_nowh .container p {
    margin-bottom: 40px;
    font-size: calc(15px * 1.2);
    padding: 25px;
}.join_nowh .container p::before {
    width: 90%;
    top: 10px;
    left: 5%;
}.join_nowh .container p::after {
    width: 80%;
    left: 10%;
    top: 20px;
}.join_nowh .feedback_formz {
    padding: 12px 35px;
    font-size: calc(17px * 0.9);
}.join_nowh .feedback_formz::after {
    height: 15px;
    width: 15px;
    right: 20px;
}}footer {
    width: 100%;
    position: relative;
}footer .vr_labsk {
    background-color: rgb(152,161,173);
    position: relative;
    color: #ffffff;
    overflow: hidden;
    padding: 80px 0 30px;
    font-family: Arial, sans-serif;
}footer .vr_labsk::before {
    clip-path: polygon(0 50%, 100% 50%, 100% 100%, 0 100%);
    height: 100px;
    transform: skewY(-3deg);
    right: 0;
    z-index: 0;
    left: 0;
    top: -50px;
    background-color: rgb(152,161,173);
    content: "";
    position: absolute;
}footer .goal_footerG {
    position: relative;
    z-index: 1;
}footer .message_requestD {
    display: flex;
    margin-bottom: 60px;
    gap: 15px;
    flex-wrap: wrap;
    justify-content: center;
}footer .info_item {
    position: relative;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    max-width: 300px;
    overflow: hidden;
    background-color: rgb(152,161,173,0.5);
    flex: 1 1 200px;
    padding: 15px 20px 15px 25px;
    border-radius: 0 5px 5px 0;
    transition: all 0.3s ease;
}footer .info_item::before {
    width: 5px;
    background-color: rgb(191,198,208);
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    height: 100%;
}footer .info_item::after {
    width: 100%;
    height: 100%;
    top: 0;
    content: "";
    background: linear-gradient(45deg, rgba(255, 255, 255, 0.05) 0%, transparent 50%);
    left: 0;
    position: absolute;
    z-index: -1;
}footer .info_item:nth-child(even) {
    background-color: rgb(191,198,208,0.5);
}footer .info_item:hover {
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15);
    transform: translateY(-5px) translateX(5px);
}footer .info_item svg {
    height: 20px;
    margin-right: 12px;
    vertical-align: middle;
    top: -1px;
    position: relative;
    width: 20px;
    fill: rgb(191,198,208);
}footer .info_item p,
footer .info_item a {
    color: #ffffff;
    font-size: 18px;
    transition: color 0.3s ease;
    display: inline-block;
    vertical-align: middle;
    text-decoration: none;
}footer .info_item a:hover {
    color: rgb(191,198,208);
}footer .text_main_holder {
    gap: 30px;
    position: relative;
    display: grid;
    grid-template-columns: 1fr;
}footer .nav_knowK {
    position: relative;
    padding: 30px;
    border-radius: 25px;
    background-color: rgb(152,161,173,0.5);
}footer .nav_knowK::before {
    content: "";
    border-radius: calc(25px - 8px);
    top: 15px;
    right: 15px;
    position: absolute;
    left: 15px;
    pointer-events: none;
    bottom: 15px;
    border: 1px dashed rgba(255, 255, 255, 0.1);
}footer .nav_knowK svg {
    height: 45px;
    display: block;
    width: auto;
    filter: brightness(0) invert(1);
    margin-bottom: 20px;
}footer .telegram_refq {
    font-size: 14px;
    color: rgba(255, 255, 255, 0.7);
    line-height: 1.6;
}footer .header_leadZ {
    position: relative;
}footer .header_leadZ h5 {
    font-size: 24px;
    padding-left: 15px;
    margin-bottom: 25px;
    display: inline-block;
    position: relative;
    font-weight: 600;
    color: #ffffff;
}footer .header_leadZ h5::before {
    width: 3px;
    top: 0;
    position: absolute;
    background-color: rgb(191,198,208);
    content: "";
    height: 100%;
    left: 0;
}footer .main_knowg {
    margin-bottom: 25px;
    position: relative;
}footer .main_knowg a {
    text-decoration: none;
    margin: 0 10px 10px 0;
    color: rgba(255, 255, 255, 0.8);
    border-radius: 0 5px 5px 0;
    position: relative;
    transition: all 0.3s ease;
    background-color: rgb(152,161,173,0.5);
    font-size: 18px;
    display: inline-block;
    padding: 10px 15px;
}footer .main_knowg a::before {
    transition: width 0.3s ease;
    content: "";
    background-color: rgb(191,198,208);
    width: 3px;
    left: 0;
    height: 100%;
    position: absolute;
    top: 0;
}footer .main_knowg a:hover {
    transform: translateX(5px);
    background-color: rgb(191,198,208,0.5);
    color: #ffffff;
}footer .main_knowg a:hover::before {
    width: 5px;
}footer .subscribe_holder {
    padding: 30px;
    position: relative;
    background-color: rgb(152,161,173,0.5);
    border-radius: 25px;
}footer .subscribe_holder::before {
    top: 15px;
    left: 15px;
    border-radius: calc(25px - 8px);
    right: 15px;
    content: "";
    border: 1px dashed rgba(255, 255, 255, 0.1);
    position: absolute;
    pointer-events: none;
    bottom: 15px;
}footer .subscribe_holder h5 {
    padding-left: 15px;
    color: #ffffff;
    margin-bottom: 15px;
    position: relative;
    font-size: 24px;
    font-weight: 600;
}footer .subscribe_holder h5::before {
    top: 0;
    width: 3px;
    background-color: rgb(191,198,208);
    height: 100%;
    content: "";
    left: 0;
    position: absolute;
}footer .subscribe_holder p {
    margin-bottom: 25px;
    color: rgba(255, 255, 255, 0.7);
    font-size: 18px;
    line-height: 1.6;
}footer .input_holder {
    gap: 15px;
    flex-direction: column;
    display: flex;
}footer .input_holder input[type="email"] {
    padding: 14px 16px;
    font-size: 18px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    color: #ffffff;
    background-color: rgba(255, 255, 255, 0.05);
    transition: all 0.3s ease;
    border-radius: 10px;
}footer .input_holder input[type="email"]:focus {
    outline: none;
    background-color: rgba(255, 255, 255, 0.1);
    border-color: rgb(191,198,208);
}footer .input_holder input[type="email"]::placeholder {
    color: rgba(255, 255, 255, 0.5);
}footer .sub_settingsh {
    position: relative;
    border: none;
    background-color: rgb(191,198,208);
    transition: all 0.3s ease;
    color: #ffffff;
    font-size: 20px;
    font-weight: 600;
    cursor: pointer;
    overflow: hidden;
    border-radius: 10px;
    padding: 14px 20px;
}footer .sub_settingsh::after {
    background: rgba(255, 255, 255, 0.1);
    height: 200%;
    width: 200%;
    top: -50%;
    transition: all 0.5s ease;
    transform: rotate(30deg);
    content: "";
    position: absolute;
    left: -100%;
}footer .sub_settingsh:hover {
    background-color: rgb(152,161,173);
}footer .sub_settingsh:hover::after {
    left: 100%;
}footer .tiktok_eduv {
    margin-top: 50px;
    position: relative;
    text-align: center;
}footer .tiktok_eduv::before {
    top: -25px;
    height: 1px;
    content: "";
    left: 50%;
    width: 50px;
    transform: translateX(-50%);
    position: absolute;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.3), transparent);
}footer .footer_careersp {
    color: rgba(255, 255, 255, 0.6);
    font-size: 14px;
    position: relative;
    display: inline-block;
}

@media (min-width: 768px) {footer .text_main_holder {
    gap: 30px;
    grid-template-columns: 1fr 1fr 1fr;
}footer .input_holder {
    flex-direction: row;
}footer .sub_settingsh {
    white-space: nowrap;
}
}

@media (max-width: 767px) {footer .vr_labsk {
    padding: 60px 0 30px;
}footer .message_requestD {
    margin-bottom: 40px;
}footer .nav_knowK, footer .subscribe_holder {
    padding: 25px 20px;
}footer .main_knowg a {
    padding: 8px 12px;
    margin: 0 5px 8px 0;
}footer .tiktok_eduv {
    margin-top: 40px;
}
}

@media (max-width: 576px) {footer .vr_labsk {
    padding: 50px 0 20px;
}footer .header_leadZ h5, footer .subscribe_holder h5 {
    font-size: calc(24px - 2px);
    margin-bottom: 20px;
}footer .nav_knowK::before, footer .subscribe_holder::before {
    bottom: 10px;
    left: 10px;
    top: 10px;
    right: 10px;
}footer .input_holder input[type="email"],
    footer .sub_settingsh {
    padding: 12px;
}}.operation_processW {
    overflow: hidden;
    position: relative;
    background: linear-gradient(135deg, rgb(225,229,233) 0%, rgb(152,161,173,0.5) 100%);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    padding: 6rem 0;
    margin: 3rem 0;
}.operation_processW::before {
    position: absolute;
    transform: translateY(-5%);
    left: 0;
    z-index: 1;
    transition: transform 0.8s cubic-bezier(0.215, 0.61, 0.355, 1);
    background: linear-gradient(to right, rgb(152,161,173,0.5) 0%, transparent 20%, transparent 80%, rgb(152,161,173,0.5) 100%);
    top: 0;
    opacity: 0.7;
    content: "";
    height: 100%;
    width: 100%;
}.operation_processW::after {
    border-radius: 50%;
    height: 200px;
    opacity: 0.1;
    content: "";
    width: 200px;
    z-index: 0;
    right: -50px;
    background: rgb(152,161,173);
    filter: blur(40px);
    position: absolute;
    top: -50px;
    animation: pulse 15s infinite alternate cubic-bezier(0.445, 0.05, 0.55, 0.95);
}.operation_processW:hover::before {
    transform: translateY(0);
}.operation_processW .study_proI {
    padding: 0 1.5rem;
    display: grid;
    grid-template-columns: 1fr;
    max-width: 1200px;
    gap: 2rem;
    z-index: 2;
    position: relative;
    margin: 0 auto;
}.operation_processW .study_proI > div {
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.05), 0 5px 15px rgba(0, 0, 0, 0.03);
    transform: perspective(1000px) rotateX(2deg);
    transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1), box-shadow 0.6s ease;
    transform-style: preserve-3d;
    background: linear-gradient(145deg, rgba(255, 255, 255, 0.95), rgba(255, 255, 255, 0.85));
    backdrop-filter: blur(10px);
    padding: 3rem;
    position: relative;
}.operation_processW .study_proI > div::before {
    background: linear-gradient(to bottom, rgb(191,198,208), rgb(152,161,173));
    position: absolute;
    transition: height 0.8s cubic-bezier(0.19, 1, 0.22, 1);
    top: 0;
    left: 0;
    height: 0;
    content: "";
    width: 4px;
}.operation_processW .study_proI > div:hover {
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.08), 0 10px 20px rgba(0, 0, 0, 0.05);
    transform: perspective(1000px) rotateX(0deg) translateY(-5px);
}.operation_processW .study_proI > div:hover::before {
    height: 100%;
}.operation_processW h3 {
    color: #000000;
    font-size: calc(28px * 0.9);
    margin-bottom: 1.5rem;
    position: relative;
    transform: translateZ(20px);
    letter-spacing: -0.02em;
    display: inline-block;
    font-weight: 700;
}.operation_processW h3::after {
    width: 60%;
    transform: scaleX(0.7);
    background: linear-gradient(to right, rgb(191,198,208), rgb(152,161,173));
    transition: transform 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    content: "";
    position: absolute;
    transform-origin: left;
    height: 3px;
    left: 0;
    bottom: -8px;
}.operation_processW .study_proI > div:hover h3::after {
    transform: scaleX(1);
}.operation_processW p {
    transform: translateZ(5px);
    font-family: Arial, sans-serif;
    color: #000000;
    line-height: 1.7;
    margin: 0;
    position: relative;
    font-size: 14px;
}.operation_processW p span {
    position: relative;
    padding-left: 1rem;
    border-left: 1px solid rgb(152,161,173,0.5);
    display: block;
}

@keyframes pulse {
    0% {
        transform: scale(1);
        opacity: 0.1;
    }
    50% {
        transform: scale(1.5);
        opacity: 0.15;
    }
    100% {
        transform: scale(1);
        opacity: 0.1;
    }
}

@media screen and (min-width: 768px) {.operation_processW {
    padding: 8rem 0;
}.operation_processW .study_proI {
    padding: 0 3rem;
}.operation_processW .study_proI > div {
    padding: 4rem;
}.operation_processW h3 {
    margin-bottom: 2rem;
    font-size: 28px;
}.operation_processW p {
    font-size: calc(14px * 1.05);
    line-height: 1.75;
}.operation_processW p span {
    padding-left: 2rem;
}
}

@media screen and (min-width: 992px) {.operation_processW {
    padding: 10rem 0;
}.operation_processW .study_proI > div {
    width: 90%;
    margin-left: 5%;
}.operation_processW h3 {
    font-size: calc(28px * 1.1);
}.operation_processW p span {
    padding-left: 0;
    border-left: none;
    column-count: 2;
    column-gap: 3rem;
}
}

@media (prefers-reduced-motion: reduce) {.operation_processW::after {
    animation: none;
}.operation_processW .study_proI > div,
    .operation_processW .study_proI > div:hover {
    transform: none;
    transition: box-shadow 0.3s ease;
}
}

@media (hover: none) {.operation_processW .study_proI > div {
    transform: none;
}.operation_processW .study_proI > div:hover {
    transform: none;
}}.pricing_card_setf {
    padding: 100px 0;
    font-family: Arial, sans-serif;
    position: relative;
    overflow: hidden;
}.pricing_card_setf::before {
    z-index: 1;
    content: "";
    bottom: 0;
    background: linear-gradient(135deg, rgba(0, 0, 0, 0.5) 0%, rgb(191,198,208,0.5) 100%);
    right: 0;
    position: absolute;
    left: 0;
    top: 0;
}.pricing_card_setf .container {
    margin: 0 auto;
    z-index: 2;
    padding: 0 20px;
    max-width: 1200px;
    position: relative;
}.pricing_card_setf .edu_dealsf {
    position: relative;
}.pricing_card_setf h2 {
    margin-bottom: 20px;
    font-weight: 700;
    opacity: 0;
    animation: slideInTitle 0.8s forwards 0.2s;
    font-size: 34px;
    transform: translateX(-10px);
    text-shadow: 0 2px 4px rgba(0,0,0,0.2);
    color: #ffffff;
}.pricing_card_setf .plan_tableT {
    opacity: 0;
    transform: translateX(-10px);
    margin-bottom: 40px;
    font-size: 16px;
    animation: slideInDesc 0.8s forwards 0.4s;
    color: #ffffff;
    line-height: 1.6;
    max-width: 800px;
}.pricing_card_setf .package_dealsw {
    margin: 0;
    gap: 30px;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    list-style: none;
    padding: 0;
    display: grid;
}.pricing_card_setf .package_dealsw li {
    animation: fadeIn 0.8s forwards;
    opacity: 0;
    perspective: 1000px;
}.pricing_card_setf .package_dealsw li:nth-child(1) {
    animation-delay: 0.5s;
}.pricing_card_setf .package_dealsw li:nth-child(2) {
    animation-delay: 0.7s;
}.pricing_card_setf .package_dealsw li:nth-child(3) {
    animation-delay: 0.9s;
}.pricing_card_setf .package_dealsw li:nth-child(4) {
    animation-delay: 1.1s;
}.pricing_card_setf .enroll_cost3 {
    transition: transform 0.6s cubic-bezier(0.23, 1, 0.32, 1);
    height: 100%;
    display: block;
    text-decoration: none;
    transform-style: preserve-3d;
}.pricing_card_setf .trial_pricingT {
    box-sizing: border-box;
    display: flex;
    border-left: 4px solid rgb(191,198,208);
    background: linear-gradient(145deg, #ffffff 0%, rgb(225,229,233) 100%);
    height: 100%;
    position: relative;
    box-shadow: 0 15px 30px rgba(0,0,0,0.15);
    flex-direction: column;
    transition: all 0.4s ease;
    padding: 30px;
    overflow: hidden;
}.pricing_card_setf .trial_pricingT::before {
    transform: translate(50%, -50%) rotate(45deg);
    right: 0;
    position: absolute;
    height: 80px;
    transition: transform 0.5s cubic-bezier(0.34, 1.56, 0.64, 1);
    opacity: 0.8;
    top: 0;
    background: rgb(152,161,173);
    width: 80px;
    content: "";
}.pricing_card_setf .pricing_catalogb {
    z-index: 2;
    position: relative;
    display: flex;
    height: 100%;
    flex-direction: column;
}.pricing_card_setf .pricing_catalogb h4 {
    margin: 0 0 20px;
    color: #000000;
    position: relative;
    font-size: calc(19px + 2px);
    font-weight: 700;
    display: inline-block;
}.pricing_card_setf .pricing_catalogb h4::after {
    position: absolute;
    background: rgb(191,198,208);
    bottom: -10px;
    height: 3px;
    content: "";
    width: 40px;
    transition: width 0.3s ease;
    left: 0;
}.pricing_card_setf .pricing_catalogb p {
    color: #000000;
    margin: 0 0 25px;
    flex-grow: 1;
    overflow-wrap: break-word;
    white-space: normal;
    hyphens: auto;
    word-wrap: break-word;
    line-height: 1.6;
    font-size: calc(16px - 1px);
}.pricing_card_setf .bundle_priceA {
    padding: 10px 20px;
    border-radius: 10px;
    transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275), 
              background-color 0.3s ease;
    overflow: hidden;
    align-self: flex-start;
    font-weight: 700;
    transform: translateY(0);
    background: rgb(191,198,208);
    position: relative;
    display: inline-block;
    margin-top: auto;
    font-size: 16px;
    color: #ffffff;
}.pricing_card_setf .bundle_priceA::before {
    left: 0;
    background: linear-gradient(to right, transparent, rgba(255,255,255,0.2), transparent);
    position: absolute;
    transition: transform 0.6s cubic-bezier(0.7, 0, 0.3, 1);
    height: 100%;
    top: 0;
    transform: translateX(-100%);
    content: "";
    width: 100%;
}.pricing_card_setf .enroll_cost3:hover {
    transform: translateY(-8px);
}.pricing_card_setf .enroll_cost3:hover .trial_pricingT {
    box-shadow: 0 20px 40px rgba(0,0,0,0.2);
    border-left-width: 8px;
}.pricing_card_setf .enroll_cost3:hover .trial_pricingT::before {
    transform: translate(40%, -40%) rotate(45deg);
}.pricing_card_setf .enroll_cost3:hover .pricing_catalogb h4::after {
    width: 70px;
}.pricing_card_setf .enroll_cost3:hover .bundle_priceA {
    transform: translateY(-5px);
    background: rgb(152,161,173);
}.pricing_card_setf .enroll_cost3:hover .bundle_priceA::before {
    transform: translateX(100%);
}.pricing_card_setf .enroll_cost3:active {
    transform: translateY(-2px);
    transition: transform 0.2s;
}

@keyframes slideInTitle {
  to {
    transform: translateX(0);
    opacity: 1;
  }
}

@keyframes slideInDesc {
  to {
    transform: translateX(0);
    opacity: 0.9;
  }
}

@keyframes fadeIn {
  to {
    opacity: 1;
  }
}

@media (max-width: 1200px) {.pricing_card_setf {
    padding: 80px 0;
}.pricing_card_setf .package_dealsw {
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
}
}

@media (max-width: 992px) {.pricing_card_setf h2 {
    font-size: calc(34px - 4px);
}.pricing_card_setf .plan_tableT {
    margin-bottom: 30px;
}.pricing_card_setf .package_dealsw {
    gap: 20px;
}.pricing_card_setf .trial_pricingT {
    padding: 25px;
}
}

@media (max-width: 768px) {.pricing_card_setf {
    padding: 60px 0;
}.pricing_card_setf h2 {
    font-size: calc(34px - 6px);
}.pricing_card_setf .plan_tableT {
    font-size: calc(16px - 1px);
}.pricing_card_setf .package_dealsw {
    grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
    gap: 15px;
}.pricing_card_setf .pricing_catalogb h4 {
    font-size: 19px;
}.pricing_card_setf .pricing_catalogb p {
    font-size: calc(16px - 2px);
    margin-bottom: 20px;
}
}

@media (max-width: 576px) {.pricing_card_setf {
    padding: 50px 0;
}.pricing_card_setf .container {
    padding: 0 15px;
}.pricing_card_setf h2 {
    font-size: calc(34px - 8px);
    margin-bottom: 15px;
}.pricing_card_setf .plan_tableT {
    margin-bottom: 25px;
}.pricing_card_setf .package_dealsw {
    gap: 20px;
    grid-template-columns: 1fr;
}.pricing_card_setf .trial_pricingT {
    padding: 20px;
}.pricing_card_setf .pricing_catalogb p {
    margin-bottom: 15px;
}.pricing_card_setf .bundle_priceA {
    padding: 8px 16px;
    font-size: calc(16px - 1px);
}}.secure_grottof {
    background: linear-gradient(135deg, rgb(225,229,233), #ffffff 80%);
    overflow: hidden;
    box-shadow: 0 10px 30px -15px rgba(0, 0, 0, 0.5);
    position: relative;
    padding: 4rem 2rem;
    font-family: Arial, sans-serif;
}.secure_grottof::before {
    top: 0;
    width: 100%;
    transform: scaleX(0.97);
    transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    transform-origin: left;
    left: 0;
    position: absolute;
    height: 5px;
    content: "";
    background: linear-gradient(90deg, rgb(191,198,208), rgb(152,161,173));
}.secure_grottof:hover::before {
    transform: scaleX(1);
}.secure_grottof::after {
    height: 100%;
    opacity: 0.03;
    content: "";
    z-index: 0;
    transform: skewX(-12deg) translateX(30%);
    bottom: 0;
    background: linear-gradient(to left, rgb(191,198,208,0.5), transparent);
    width: 50%;
    position: absolute;
    right: 0;
}.secure_grottof .container {
    position: relative;
    z-index: 1;
    max-width: 1140px;
    margin: 0 auto;
}.secure_grottof h1 {
    transform: translateX(-0.5rem);
    color: rgb(191,198,208);
    padding-bottom: 1rem;
    font-weight: 700;
    letter-spacing: -0.03em;
    transition: transform 0.3s ease;
    position: relative;
    font-size: 38px;
    margin-bottom: 2rem;
}.secure_grottof h1::after {
    left: 0;
    transform-origin: left;
    bottom: 0;
    height: 3px;
    background: rgb(152,161,173);
    width: 80px;
    transition: width 0.4s ease-out;
    content: "";
    position: absolute;
}.secure_grottof:hover h1::after {
    width: 120px;
}.secure_grottof h2 {
    position: relative;
    transition: padding-left 0.3s ease;
    margin-top: 2.5rem;
    font-weight: 600;
    padding-left: 1rem;
    margin-bottom: 1.25rem;
    font-size: 28px;
    border-left: 3px solid rgb(191,198,208);
    color: #000000;
}.secure_grottof h2:hover {
    padding-left: 1.5rem;
}.secure_grottof h3 {
    color: #000000;
    font-weight: 600;
    position: relative;
    margin-bottom: 1rem;
    margin-top: 2rem;
    font-size: calc(28px * 0.85);
}.secure_grottof h4 {
    display: inline-block;
    margin-top: 1.75rem;
    margin-bottom: 0.75rem;
    font-size: calc(28px * 0.7);
    font-weight: 400;
    position: relative;
    color: #000000;
}.secure_grottof h4::after {
    height: 1px;
    content: "";
    left: 0;
    bottom: -5px;
    background: linear-gradient(to right, rgb(152,161,173), transparent);
    position: absolute;
    width: 100%;
}.secure_grottof p {
    color: #000000;
    font-size: 18px;
    transition: transform 0.3s ease;
    margin-bottom: 1.5rem;
    line-height: 1.7;
    padding-right: 1rem;
    position: relative;
}.secure_grottof p:hover {
    transform: translateX(5px);
}.secure_grottof p strong {
    color: rgb(191,198,208);
    display: inline-block;
    position: relative;
    font-weight: 600;
}.secure_grottof p strong::after {
    position: absolute;
    width: 100%;
    left: 0;
    transform: scaleX(0.7);
    transition: transform 0.3s ease;
    bottom: -2px;
    content: "";
    transform-origin: left;
    background-color: rgb(191,198,208,0.5);
    height: 1px;
}.secure_grottof p strong:hover::after {
    transform: scaleX(1);
}.secure_grottof span {
    padding-left: 1rem;
    line-height: 1.7;
    margin-bottom: 1.5rem;
    color: #000000;
    border-left: 1px dashed rgb(152,161,173,0.5);
    font-size: 18px;
    display: block;
}.secure_grottof ul {
    list-style-type: none;
    padding: 0;
    margin: 1.5rem 0 2rem 1.5rem;
}.secure_grottof li {
    position: relative;
    font-size: 18px;
    margin-bottom: 1rem;
    padding-left: 1.5rem;
    transition: transform 0.3s ease;
    color: #000000;
    line-height: 1.6;
}.secure_grottof li:hover {
    transform: translateX(5px);
}.secure_grottof li::before {
    transition: transform 0.3s ease, background-color 0.3s ease;
    content: "";
    transform: rotate(45deg);
    width: 8px;
    height: 8px;
    left: 0;
    position: absolute;
    background-color: rgb(152,161,173);
    top: 0.5rem;
}.secure_grottof li:hover::before {
    transform: rotate(225deg);
    background-color: rgb(191,198,208);
}


@media (max-width: 991px) {.secure_grottof {
    padding: 3rem 1.5rem;
}.secure_grottof h1 {
    font-size: calc(38px * 0.9);
}.secure_grottof h2 {
    font-size: calc(28px * 0.9);
}.secure_grottof p, .secure_grottof span, .secure_grottof li {
    font-size: calc(18px * 0.95);
}
}

@media (max-width: 767px) {.secure_grottof {
    padding: 2.5rem 1.25rem;
}.secure_grottof::after {
    display: none;
}.secure_grottof h1 {
    font-size: calc(38px * 0.8);
    transform: translateX(0);
}.secure_grottof h2 {
    font-size: calc(28px * 0.8);
    padding-left: 0.75rem;
}.secure_grottof h3 {
    font-size: calc(28px * 0.7);
}.secure_grottof h4 {
    font-size: calc(28px * 0.6);
}.secure_grottof p, .secure_grottof span, .secure_grottof li {
    line-height: 1.6;
    font-size: calc(18px * 0.9);
}.secure_grottof ul {
    margin-left: 0.5rem;
}.secure_grottof li {
    padding-left: 1.25rem;
}
}

@media (max-width: 480px) {.secure_grottof {
    padding: 2rem 1rem;
}.secure_grottof h1 {
    margin-bottom: 1.5rem;
    font-size: calc(38px * 0.7);
}.secure_grottof h1::after {
    width: 60px;
}.secure_grottof:hover h1::after {
    width: 80px;
}.secure_grottof h2 {
    margin-top: 2rem;
    margin-bottom: 1rem;
    font-size: calc(28px * 0.7);
}.secure_grottof p, .secure_grottof span, .secure_grottof li {
    margin-bottom: 1.25rem;
    font-size: calc(18px * 0.85);
    line-height: 1.5;
}.secure_grottof li::before {
    height: 6px;
    width: 6px;
    top: 0.4rem;
}.secure_grottof p:hover, .secure_grottof li:hover {
    transform: translateX(3px);
}}.title_greetingM {
    box-shadow: 20px 20px 60px rgba(0, 0, 0, 0.05),
                -20px -20px 60px rgba(255, 255, 255, 0.8);
    position: relative;
    min-height: 100vh;
    overflow: hidden;
    padding: 4rem 2rem;
    background: linear-gradient(145deg, #f0f4f8, #e8f2f6);
}.title_greetingM::before {
    top: 0;
    background: radial-gradient(circle at 70% 30%, rgb(152,161,173,0.5), transparent 70%);
    content: "";
    animation: pulse 15s infinite alternate ease-in-out;
    opacity: 0.2;
    width: 100%;
    height: 100%;
    z-index: 0;
    left: 0;
    position: absolute;
}.title_greetingM h1 {
    color: rgb(191,198,208);
    font-size: calc(22px * 1.2);
    animation: slideDown 0.8s 0.3s forwards ease-out;
    font-weight: 700;
    position: relative;
    margin-bottom: 2rem;
    letter-spacing: 1px;
    text-align: center;
    z-index: 2;
    opacity: 0;
    transform: translateY(-10px);
    text-shadow: 2px 2px 4px rgba(255, 255, 255, 0.8);
    font-family: Arial, sans-serif;
}.title_greetingM .study_proI {
    margin: 0 auto;
    gap: 3rem;
    z-index: 1;
    max-width: 1400px;
    display: grid;
    grid-template-columns: 1fr;
    position: relative;
}.title_greetingM .text_panelr {
    animation: slideUp 1s 0.6s forwards ease-out;
    padding: 2.5rem;
    background: linear-gradient(145deg, #ffffff, #f0f4f8);
    transform: translateY(20px);
    box-shadow: 10px 10px 30px rgba(0, 0, 0, 0.05),
                -10px -10px 30px rgba(255, 255, 255, 0.8),
                inset 1px 1px 2px rgba(255, 255, 255, 0.4),
                inset -1px -1px 2px rgba(0, 0, 0, 0.05);
    border-radius: 16px;
    opacity: 0;
}.title_greetingM .text_panelr ol {
    margin: 0;
    padding: 0;
    list-style: none;
}.title_greetingM .text_panelr li {
    margin-bottom: 2rem;
}.title_greetingM .text_panelr li:last-child {
    align-items: center;
    margin-bottom: 0;
    justify-content: flex-start;
    display: flex;
}.title_greetingM .skill_quick6 {
    align-items: center;
    text-align: center;
    display: flex;
    flex-direction: column;
}.title_greetingM .skill_quick6 svg {
    animation: softFloat 6s infinite alternate ease-in-out;
    height: 120px;
    filter: drop-shadow(3px 3px 5px rgba(0, 0, 0, 0.1));
    transform-origin: center;
    margin-bottom: 1.5rem;
    width: 120px;
}.title_greetingM .skill_quick6 svg g {
    transition: transform 0.4s ease;
}.title_greetingM .skill_quick6 svg:hover g {
    transform: translate(30.89265px, 30.89265px) scale(0.75);
}.title_greetingM .skill_quick6 svg path {
    transition: fill 0.3s ease;
    fill: rgb(191,198,208);
}.title_greetingM .skill_quick6 svg:hover path {
    fill: rgb(152,161,173);
}.title_greetingM .skill_quick6 svg text {
    font-family: Arial, sans-serif;
    transition: fill 0.3s ease;
}.title_greetingM .skill_quick6 svg:hover text {
    fill: rgb(191,198,208);
}.title_greetingM .skill_quick6 p {
    font-size: calc(18px * 1.1);
    letter-spacing: 0.03em;
    text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.8);
    font-family: Arial, sans-serif;
    max-width: 90%;
    color: #000000;
    margin: 0 auto;
    line-height: 1.6;
}.title_greetingM .feedback_formz {
    overflow: hidden;
    border-radius: 22px;
    background: linear-gradient(145deg, rgb(191,198,208), rgb(152,161,173));
    color: #ffffff;
    text-decoration: none;
    transition: all 0.4s ease;
    padding: 1rem 2rem;
    margin-top: 1rem;
    font-family: Arial, sans-serif;
    font-size: 16px;
    font-weight: 600;
    box-shadow: 6px 6px 12px rgba(0, 0, 0, 0.1),
                -6px -6px 12px rgba(255, 255, 255, 0.8),
                inset 1px 1px 1px rgba(255, 255, 255, 0.3);
    z-index: 1;
    position: relative;
    display: inline-block;
}.title_greetingM .feedback_formz::before {
    content: "";
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    top: 0;
    transition: left 0.7s ease;
    z-index: -1;
    height: 100%;
    left: -100%;
    width: 100%;
    position: absolute;
}.title_greetingM .feedback_formz:hover {
    box-shadow: 8px 8px 16px rgba(0, 0, 0, 0.15),
                -8px -8px 16px rgba(255, 255, 255, 0.9);
    transform: translateY(-3px);
}.title_greetingM .feedback_formz:hover::before {
    left: 100%;
}.title_greetingM .feedback_formz:active {
    transform: translateY(-1px);
    box-shadow: 4px 4px 8px rgba(0, 0, 0, 0.1),
                -4px -4px 8px rgba(255, 255, 255, 0.8),
                inset 2px 2px 4px rgba(0, 0, 0, 0.1),
                inset -2px -2px 4px rgba(255, 255, 255, 0.3);
}.title_greetingM .photo_wrap_itemG {
    position: relative;
    height: 50vh;
    overflow: hidden;
    width: 100%;
    transform: translateY(20px);
    box-shadow: 10px 10px 30px rgba(0, 0, 0, 0.1),
                -10px -10px 30px rgba(255, 255, 255, 0.8);
    animation: slideUp 1s 0.9s forwards ease-out;
    min-height: 300px;
    border-radius: 16px;
    opacity: 0;
}.title_greetingM .photo_wrap_itemG::before {
    z-index: 1;
    height: 100%;
    content: "";
    left: 0;
    background: linear-gradient(145deg, 
                rgba(rgb(191,198,208,0.5), 0.3), 
                rgba(rgb(152,161,173,0.5), 0.3));
    position: absolute;
    top: 0;
    width: 100%;
}.title_greetingM .photo_wrap_itemG::after {
    position: absolute;
    height: 100%;
    content: "";
    width: 100%;
    left: 0;
    top: 0;
    z-index: 2;
    background: radial-gradient(circle at 30% 70%, transparent 50%, rgba(0, 0, 0, 0.2) 100%);
}

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

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

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

@keyframes softFloat {
    0% {
        transform: translateY(0) rotate(0deg);
    }
    50% {
        transform: translateY(-5px) rotate(1deg);
    }
    100% {
        transform: translateY(0) rotate(-1deg);
    }
}

@media (min-width: 768px) {.title_greetingM {
    padding: 5rem 3rem;
}.title_greetingM h1 {
    margin-bottom: 3rem;
    font-size: calc(29px * 0.9);
}.title_greetingM .study_proI {
    grid-template-columns: 1fr 1fr;
    gap: 4rem;
    align-items: center;
}.title_greetingM .text_panelr {
    padding: 3rem;
}.title_greetingM .skill_quick6 svg {
    width: 150px;
    height: 150px;
}.title_greetingM .skill_quick6 p {
    max-width: 80%;
    font-size: calc(18px * 1.2);
}.title_greetingM .photo_wrap_itemG {
    height: 100%;
    min-height: 400px;
}
}

@media (min-width: 1200px) {.title_greetingM {
    padding: 6rem 4rem;
}.title_greetingM h1 {
    font-size: 29px;
}.title_greetingM .study_proI {
    gap: 6rem;
}.title_greetingM .text_panelr {
    padding: 4rem;
}.title_greetingM .skill_quick6 svg {
    height: 180px;
    width: 180px;
}.title_greetingM .skill_quick6 p {
    font-size: calc(18px * 1.3);
    max-width: 75%;
}.title_greetingM .feedback_formz {
    font-size: calc(16px * 1.1);
    padding: 1.2rem 2.5rem;
}.title_greetingM .photo_wrap_itemG {
    min-height: 500px;
}}.program_overviewE {
    padding: 6rem 0;
    background: linear-gradient(135deg, rgb(225,229,233) 0%, rgba(245, 245, 255, 0.95) 100%);
    overflow: hidden;
    position: relative;
}.program_overviewE::before {
    right: -5%;
    transform: rotate(-15deg) skewX(15deg);
    width: 40%;
    top: -10%;
    z-index: 0;
    background: linear-gradient(45deg, rgb(191,198,208,0.5) 0%, rgb(152,161,173,0.5) 100%);
    animation: floatEffect 15s infinite alternate ease-in-out;
    height: 70%;
    position: absolute;
    filter: blur(30px);
    opacity: 0.2;
    content: "";
}.program_overviewE::after {
    filter: blur(25px);
    opacity: 0.15;
    left: -5%;
    position: absolute;
    background: linear-gradient(225deg, rgb(152,161,173,0.5) 0%, rgb(191,198,208,0.5) 100%);
    content: "";
    transform: rotate(10deg) skewX(-15deg);
    bottom: -10%;
    height: 60%;
    width: 35%;
    animation: floatEffect 18s infinite alternate-reverse ease-in-out;
    z-index: 0;
}.program_overviewE .container {
    position: relative;
    padding: 0 1.5rem;
    z-index: 2;
    margin: 0 auto;
    max-width: 1200px;
}.program_overviewE h2 {
    position: relative;
    color: #000000;
    font-size: 28px;
    transform: perspective(1000px) rotateX(0deg);
    text-align: center;
    margin-bottom: 2.5rem;
    transition: transform 0.5s ease;
    font-weight: 700;
}.program_overviewE h2::after {
    left: 50%;
    position: absolute;
    content: "";
    height: 4px;
    bottom: -12px;
    transform: translateX(-50%) scaleX(0.8);
    width: 80px;
    background: linear-gradient(90deg, rgb(191,198,208) 0%, rgb(152,161,173) 100%);
    transition: transform 0.5s ease;
}.program_overviewE h2:hover {
    transform: perspective(1000px) rotateX(2deg);
}.program_overviewE h2:hover::after {
    transform: translateX(-50%) scaleX(1.2);
}.program_overviewE .class_planX {
    display: grid;
    position: relative;
    perspective: 1500px;
    gap: 2.5rem;
    grid-template-columns: 1fr;
}.program_overviewE .photo_wrap_itemG {
    transition: all 0.6s cubic-bezier(0.23, 1, 0.32, 1);
    border-radius: 16px;
    position: relative;
    height: 350px;
    overflow: hidden;
    transform: perspective(1000px) rotateY(-4deg) translateZ(30px);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1), 
               0 5px 15px rgba(0, 0, 0, 0.05);
}.program_overviewE .photo_wrap_itemG::before {
    z-index: 1;
    width: 100%;
    top: 0;
    content: "";
    transition: opacity 0.6s ease;
    background: linear-gradient(
        135deg,
        rgba(rgb(191,198,208), 0.3) 0%,
        rgba(rgb(152,161,173), 0.2) 100%
    );
    position: absolute;
    height: 100%;
    left: 0;
    opacity: 0.5;
}.program_overviewE .photo_wrap_itemG:hover {
    transform: perspective(1000px) rotateY(0deg) translateZ(40px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15), 
               0 8px 20px rgba(0, 0, 0, 0.1);
}.program_overviewE .photo_wrap_itemG:hover::before {
    opacity: 0.7;
}.program_overviewE .text_panelr {
    border-radius: 16px;
    position: relative;
    z-index: 2;
    transform: perspective(1000px) rotateY(2deg) translateZ(20px);
    padding: 2.5rem;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
    background-color: #ffffff;
    transition: all 0.6s cubic-bezier(0.23, 1, 0.32, 1);
}.program_overviewE .text_panelr::before {
    position: absolute;
    height: 0;
    left: 0;
    top: 0;
    width: 3px;
    transition: height 0.8s ease;
    background: linear-gradient(to bottom, rgb(191,198,208), rgb(152,161,173));
    content: "";
}.program_overviewE .text_panelr:hover {
    transform: perspective(1000px) rotateY(0deg) translateZ(30px);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.12);
}.program_overviewE .text_panelr:hover::before {
    height: 100%;
}.program_overviewE .description {
    overflow-y: auto;
    color: #000000;
    line-height: 1.8;
    max-height: 300px;
    position: relative;
    margin-bottom: 1.5rem;
    font-size: 14px;
    padding-right: 10px;
}.program_overviewE .description:last-child {
    margin-bottom: 0;
}.program_overviewE .description:first-child::first-letter {
    color: rgb(191,198,208);
    float: left;
    line-height: 0.8;
    font-weight: 700;
    font-size: 2.2em;
    padding: 0.1em 0.1em 0 0;
}.program_overviewE .description::-webkit-scrollbar {
    width: 4px;
}.program_overviewE .description::-webkit-scrollbar-track {
    background: rgba(0, 0, 0, 0.05);
    border-radius: 10px;
}.program_overviewE .description::-webkit-scrollbar-thumb {
    background: linear-gradient(to bottom, rgb(191,198,208), rgb(152,161,173));
    border-radius: 10px;
}

@keyframes floatEffect {
    0% {
        transform: rotate(-15deg) skewX(15deg) translate(0, 0);
    }
    50% {
        transform: rotate(-13deg) skewX(12deg) translate(10px, -10px);
    }
    100% {
        transform: rotate(-15deg) skewX(15deg) translate(-5px, 5px);
    }
}

@media (min-width: 768px) {.program_overviewE {
    padding: 8rem 0;
}.program_overviewE h2 {
    font-size: calc(28px * 1.1);
    margin-bottom: 3.5rem;
}.program_overviewE .class_planX {
    grid-template-columns: 1fr 1.5fr;
    gap: 3rem;
    align-items: center;
}.program_overviewE .photo_wrap_itemG {
    height: 500px;
}.program_overviewE .text_panelr {
    padding: 3rem;
}
}

@media (min-width: 992px) {.program_overviewE {
    padding: 10rem 0;
}.program_overviewE h2 {
    margin-left: auto;
    margin-right: auto;
    font-size: calc(28px * 1.2);
    margin-bottom: 4rem;
    max-width: 80%;
}.program_overviewE .class_planX {
    grid-template-columns: 1fr 1.3fr;
    gap: 4rem;
}.program_overviewE .photo_wrap_itemG {
    height: 550px;
}.program_overviewE .text_panelr {
    padding: 3.5rem;
}.program_overviewE .description {
    margin-bottom: 2rem;
    max-height: 350px;
    line-height: 1.9;
    font-size: calc(14px * 1.1);
}
}

@media (max-width: 767px) {.program_overviewE {
    padding: 4rem 0;
}.program_overviewE h2 {
    font-size: calc(28px * 0.9);
    margin-bottom: 2rem;
}.program_overviewE .photo_wrap_itemG {
    height: 250px;
    transform: perspective(1000px) rotateY(0deg) translateZ(10px);
}.program_overviewE .text_panelr {
    padding: 1.5rem;
    transform: perspective(1000px) rotateY(0deg) translateZ(10px);
}.program_overviewE .description {
    margin-bottom: 1rem;
    line-height: 1.6;
    font-size: calc(14px * 0.95);
    max-height: 250px;
}}.cookieNotificationAlerts {
    justify-content: center;
    overflow: hidden;
    z-index: 90;
    align-items: center;
    bottom: 0;
    padding: 1rem 0;
    display: flex;
    transition: transform 0.3s ease-in-out;
    position: fixed;
    border-top: 3px solid rgb(191,198,208);
    box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.5);
    width: 100%;
    background: rgb(225,229,233);
}#popupPolicyNoticey {
    display: none;
}#popupPolicyNoticey:checked ~ .cookieNotificationAlerts {
    visibility: hidden;
    opacity: 0;
}.cookieNotificationAlerts .container {
    align-items: center;
    max-width: 1140px;
    gap: 1rem;
    padding: 0 15px;
    margin: 0 auto;
    justify-content: space-between;
    display: flex;
    z-index: 1;
    position: relative;
    flex-wrap: wrap;
}.cookie_preference9 {
    flex-shrink: 0;
    margin-right: 1rem;
    align-items: center;
    display: flex;
}.cookie_preference9 svg {
    height: 50px;
    fill: rgb(191,198,208);
    width: 50px;
}.data_agree6 {
    flex: 1;
    margin-bottom: 20px;
    min-width: 300px;
}.data_agree6 h5 {
    font-weight: 600;
    color: rgb(191,198,208);
    margin-bottom: 0.5rem;
    font-size: 1.5rem;
}.data_agree6 p {
    font-size: 1rem;
    color: #000000;
}.cookie_rulesd {
    cursor: pointer;
    text-decoration: none;
    background: rgb(191,198,208);
    padding: 0.75rem 1.5rem;
    font-weight: 700;
    transition: background-color 0.3s ease, transform 0.3s ease;
    border: none;
    font-size: 1rem;
    border-radius: 10px;
    color: #ffffff;
    display: inline-block;
}.cookie_button.cookie_dataD {
    background: rgb(191,198,208);
}.cookie_button.user_trackera {
    background: #000000;
    margin-left: 0.5rem;
}.cookie_rulesd:hover {
    transform: translateY(-3px);
    background: #000000;
}.cookie_button.user_trackera:hover {
    background: rgb(191,198,208);
}.cookieNotificationAlerts p a {
    text-decoration: underline;
    color: rgb(191,198,208);
    transition: color 0.3s ease;
}.cookieNotificationAlerts p a:hover {
    color: #000000;
}
@media only screen and (max-width: 768px) {.cookieNotificationAlerts .container {
    align-items: center;
    flex-direction: column;
}.cookie_preference9 {
    margin-bottom: 1rem;
    margin-right: 0;
}.data_agree6 {
    margin-bottom: 1rem;
    text-align: center;
}.cookie_button.user_trackera {
    margin-left: 0;
    margin-top: 0.5rem;
}}
header .nav_lessonj {
    background: linear-gradient(120deg, rgb(225,229,233) 0%, rgb(191,198,208,0.5) 100%);
    position: relative;
    z-index: 100;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.15);
    overflow: hidden;
}header .nav_lessonj::before {
    background: repeating-linear-gradient(
        -45deg,
        transparent,
        transparent 10px,
        rgb(152,161,173,0.5) 10px,
        rgb(152,161,173,0.5) 11px
    );
    top: 0;
    height: 100%;
    position: absolute;
    animation: slidePattern 25s linear infinite;
    width: 100%;
    left: 0;
    content: "";
    opacity: 0.1;
}header .nav_lessonj::after {
    transform: rotate(-2deg);
    top: -50px;
    left: -25%;
    height: 100px;
    position: absolute;
    z-index: -2;
    content: "";
    background: rgb(191,198,208);
    opacity: 0.1;
    width: 150%;
}header .container {
    position: relative;
    padding: 1.5rem 2rem;
}header .nav_expertC {
    grid-template-columns: auto 1fr;
    gap: 2rem;
    display: grid;
    align-items: center;
}header .nav_knowK {
    z-index: 2;
    position: relative;
}header .nav_startA {
    transform: rotate(-3deg);
    transition: all 0.3s ease;
    position: relative;
    box-shadow: 5px 5px 0 rgb(191,198,208,0.5);
    border-radius: 10px;
    background: #ffffff;
    padding: 15px;
    display: block;
}header .nav_startA::before {
    content: "";
    transition: all 0.3s ease;
    position: absolute;
    opacity: 0;
    top: -5px;
    left: -5px;
    right: -5px;
    border: 2px dashed rgb(191,198,208,0.5);
    bottom: -5px;
    border-radius: 10px;
}header .nav_startA:hover {
    box-shadow: 8px 8px 0 rgb(191,198,208);
    transform: rotate(0deg) translateY(-5px);
}header .nav_startA:hover::before {
    opacity: 1;
    left: -8px;
    top: -8px;
    right: -8px;
    bottom: -8px;
}header .nav_startA svg {
    width: auto;
    height: 45px;
    filter: drop-shadow(2px 2px 0 rgba(0, 0, 0, 0.5));
}header .header_leadZ {
    flex-wrap: wrap;
    padding: 0;
    display: flex;
    align-items: center;
    margin: 0;
    position: relative;
    justify-content: flex-end;
    list-style: none;
}header .header_leadZ::before {
    top: 0;
    border-radius: 0 28px 28px 0;
    width: 85%;
    background: linear-gradient(90deg, transparent, rgb(152,161,173,0.5) 100%);
    z-index: -1;
    position: absolute;
    right: 0;
    opacity: 0.15;
    content: "";
    bottom: 0;
    transition: width 0.3s ease;
}header .header_leadZ:hover::before {
    width: 100%;
}header .head_pagebarl {
    position: relative;
    margin: 5px 3px;
}header .head_pagebarl:nth-child(odd) {
    transform: translateY(-3px);
}header .head_pagebarl:nth-child(even) {
    transform: translateY(3px);
}header .head_pagebarl a {
    padding: 8px 16px;
    font-family: Arial, sans-serif;
    border-left: 3px solid transparent;
    text-decoration: none;
    background: #ffffff;
    font-size: 17px;
    overflow: hidden;
    display: block;
    transition: all 0.3s ease;
    position: relative;
    font-weight: 600;
    border-radius: 0 10px 0 10px;
    color: #000000;
}header .head_pagebarl a::before {
    transform: scaleY(0);
    right: 0;
    position: absolute;
    transition: transform 0.3s ease;
    background: rgb(191,198,208);
    width: 5px;
    height: 100%;
    content: "";
    top: 0;
    transform-origin: top;
}header .head_pagebarl a::after {
    background: linear-gradient(90deg, rgb(191,198,208) 0%, rgb(152,161,173) 100%);
    content: "";
    position: absolute;
    transition: transform 0.3s ease 0.1s;
    bottom: 0;
    transform: scaleX(0);
    transform-origin: left;
    height: 2px;
    width: 100%;
    left: 0;
}header .head_pagebarl a:hover {
    color: rgb(191,198,208);
    border-left-color: rgb(191,198,208);
    transform: translateX(5px);
    box-shadow: 3px 3px 0 rgba(0, 0, 0, 0.5);
}header .head_pagebarl a:hover::before {
    transform: scaleY(1);
}header .head_pagebarl a:hover::after {
    transform: scaleX(1);
}

@keyframes slidePattern {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: 500px 500px;
    }
}

@media (max-width: 991px) {header .nav_expertC {
    gap: 1.5rem;
    grid-template-columns: 1fr;
    grid-template-rows: auto auto;
}header .nav_knowK {
    justify-self: center;
}header .header_leadZ {
    justify-content: center;
}header .header_leadZ::before {
    opacity: 0.1;
    background: rgb(152,161,173,0.5);
    width: 100%;
}
}

@media (max-width: 767px) {header .container {
    padding: 1.2rem 1rem;
}header .header_leadZ {
    width: 100%;
    flex-direction: column;
}header .head_pagebarl {
    margin: 3px 0;
    width: 100%;
    transform: none !important;
}header .head_pagebarl a {
    border-bottom: 3px solid transparent;
    border-radius: 10px;
    border-left: none;
    text-align: center;
}header .head_pagebarl a:hover {
    transform: translateY(-3px);
    border-bottom-color: rgb(191,198,208);
    border-left-color: transparent;
}header .head_pagebarl a::before {
    left: 0;
    right: auto;
    bottom: 0;
    height: 5px;
    width: 100%;
    transform: scaleX(0);
    top: auto;
}header .head_pagebarl a:hover::before {
    transform: scaleX(1);
}
}

@media (max-width: 480px) {header .nav_startA {
    padding: 10px;
    transform: none;
}header .nav_startA svg {
    height: 40px;
}header .nav_startA:hover {
    transform: translateY(-3px);
}
}