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

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

.meet_us_1::before {
    left: 0;
    top: 0;
    bottom: 0;
    z-index: 1;
    position: absolute;
    background: linear-gradient(135deg, 
        rgba(0, 0, 0, 0.85) 0%,
        rgba(0, 0, 0, 0.75) 40%,
        rgba(0, 0, 0, 0.65) 100%);
    right: 0;
    content: '';
}

.meet_us_1 .text_group_1 {
    background: rgba(255, 255, 255, 0.1);
    animation: slideUpFade 1.2s cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards 0.3s;
    transform: translateY(30px);
    opacity: 0;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.2);
    backdrop-filter: blur(10px);
    position: relative;
    display: flex;
    padding: 40px;
}

.meet_us_1 .text_group_1 {
    margin: 0 auto;
    max-width: 90%;
}

.contact_box_4::before {
    width: 100%;
    height: 100%;
    opacity: 0.05;
    left: 0;
    position: absolute;
    pointer-events: none;
    background: repeating-linear-gradient(
        45deg,
        rgb(185,205,168,0.5) 0px,
        transparent 1px,
        transparent 10px,
        rgb(185,205,168,0.5) 11px
    );
    animation: gridMove 20s linear infinite;
    content: "";
    top: 0;
}

.contact_box_4 .inquiry_panel_5::before {
    height: 100%;
    pointer-events: none;
    left: 0;
    width: 100%;
    opacity: 0.03;
    top: 0;
    position: absolute;
    background: linear-gradient(to bottom right, rgb(185,205,168,0.5), transparent);
    content: "";
}

.contact_box_4 .support_grid_6::after {
    bottom: 20px;
    border-bottom: 2px solid rgb(185,205,168,0.5);
    border-left: 2px solid rgb(185,205,168,0.5);
    height: 50px;
    width: 50px;
    position: absolute;
    left: 20px;
    content: "";
    opacity: 0.7;
}

.contact_box_4 form input[type="text"]:focus {
    background: rgba(255, 255, 255, 0.08);
    outline: none;
    border-color: rgb(185,205,168);
    box-shadow: 0 0 15px rgba(rgb(185,205,168), 0.2);
}

.contact_box_4 .feedback_box_5 input[type="checkbox"]:checked + label::before {
    border-color: rgb(185,205,168);
    background: rgb(185,205,168);
}

.contact_box_4 .feedback_box_5 label a {
    text-decoration: none;
    transition: all 0.3s ease;
    color: rgb(185,205,168);
}

.contact_box_4 form .connect_grid_1::before {
    left: -100%;
    height: 100%;
    z-index: -1;
    width: 100%;
    content: "";
    position: absolute;
    background: linear-gradient(45deg, rgb(175,175,116), rgb(185,205,168));
    top: 0;
    transition: all 0.4s ease;
}

.ar_tools_3::after {
    transform: rotate(30deg);
    opacity: 0.2;
    left: -50px;
    content: "";
    background: repeating-linear-gradient(
        -45deg,
        #000000,
        #000000 15px,
        rgb(175,175,116,0.5) 15px,
        rgb(175,175,116,0.5) 30px
    );
    bottom: -50px;
    height: 300px;
    position: absolute;
    width: 300px;
}

footer .text_main_holder {
    display: grid;
    grid-template-columns: 1fr;
    gap: 50px;
}

footer .quiz_links_9 {
    font-size: 15px;
    max-width: 330px;
    line-height: 1.6;
    color: rgba(255, 255, 255, 0.7);
}

footer .nav_skill_0 a {
    margin-bottom: 12px;
    padding: 8px 0;
    font-size: 17px;
    text-decoration: none;
    color: rgba(255, 255, 255, 0.7);
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
    display: block;
    transition: all 0.3s ease;
    position: relative;
}

footer .input_holder {
    flex-direction: column;
    display: flex;
    gap: 15px;
    position: relative;
}

footer .input_holder input[type="email"]:focus {
    border-color: rgb(185,205,168);
    background-color: rgba(255, 255, 255, 0.1);
    outline: none;
}

footer .get_started_6:hover {
    background-color: rgb(175,175,116);
}

footer .campus_links_4 {
    padding-top: 20px;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    margin-top: 60px;
}

.academic_experience_8 {
    position: relative;
    overflow: hidden;
    padding: 8rem 0;
    background: linear-gradient(to bottom, #000000 0%, rgb(222,228,216) 100%);
}

.academic_experience_8 .learner_review_3:hover {
    box-shadow: 
        0 30px 60px rgba(0, 0, 0, 0.3),
        0 0 0 2px rgb(175,175,116,0.5),
        inset 0 0 50px rgb(185,205,168,0.5);
    transform: rotateX(0) rotateY(0);
}

.academic_experience_8 .learner_review_3:hover .main_photo_3 {
    transform: translateX(-50%) translateZ(50px);
}

.academic_experience_8 .learner_review_3 span:not(.name) {
    transform: translateZ(15px);
    font-weight: 600;
    font-size: 17px;
    text-align: center;
    width: 100%;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: rgb(175,175,116);
    margin-top: 0.5rem;
}

.thxSpot_7 {
    padding: 120px 0;
    overflow: hidden;
    position: relative;
    background: linear-gradient(135deg, rgb(222,228,216) 0%, rgb(185,205,168,0.5) 100%);
}

.thxSpot_7 .container {
    z-index: 5;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
    position: relative;
    transform: perspective(1000px) rotateX(2deg);
}

.thxSpot_7 .skill_classes_7 {
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.08), 
                0 5px 15px rgba(0, 0, 0, 0.05),
                0 1px 3px rgba(0, 0, 0, 0.1);
    padding: 50px 40px 50px 60px;
    background-color: #ffffff;
    transform: translateX(5%);
    transition: transform 0.6s cubic-bezier(0.23, 1, 0.32, 1);
    position: relative;
}

.thxSpot_7 li span {
    position: relative;
    font-size: calc(15px + 0.1rem);
    display: block;
    color: #000000;
    line-height: 1.7;
    max-width: 95%;
    font-weight: 400;
}

.aspiring_learners_7::after {
    bottom: 0;
    width: 100%;
    position: absolute;
    height: 1px;
    left: 0;
    content: "";
    background: linear-gradient(90deg, 
        transparent 0%, 
        rgb(185,205,168,0.5) 25%, 
        rgb(185,205,168) 50%, 
        rgb(185,205,168,0.5) 75%, 
        transparent 100%
    );
}

.aspiring_learners_7 div p {
    overflow: hidden;
    margin: 0;
    color: #000000;
    border-radius: 8px;
    align-items: center;
    transition: all 0.3s ease;
    background: rgba(255, 255, 255, 0.9);
    display: flex;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    backdrop-filter: blur(10px);
    padding: 20px 25px;
    line-height: 1.6;
    font-size: 17px;
    position: relative;
    z-index: 1;
}

.aspiring_learners_7 div p:hover svg path {
    fill: rgb(175,175,116);
}

.program_overview_2 .knowledge_base_2 {
    width: 100%;
    animation: carousel-vertical 25s ease infinite;
    height: 500%;
    display: flex;
    flex-direction: column;
}

.program_overview_2 .class_plan_1::before {
    z-index: 2;
    width: 100%;
    background: linear-gradient(to right, rgba(255, 255, 255, 0.1) 0%, transparent 30%);
    top: 0;
    position: absolute;
    left: 0;
    height: 100%;
    content: '';
}

.program_overview_2 .study_hack_5::before {
    bottom: 20px;
    left: 20px;
    border-left: none;
    position: absolute;
    top: 20px;
    border: 1px solid rgb(175,175,116,0.5);
    right: 20px;
    pointer-events: none;
    border-radius: 0 10px 10px 0;
    content: '';
}

.program_overview_2 .study_hack_5 .connect_grid_1:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
}

header .main_site_7::before {
    height: 100%;
    background: 
        radial-gradient(circle at 10% 20%, rgb(185,205,168,0.5) 0%, transparent 30%),
        radial-gradient(circle at 90% 80%, rgb(175,175,116,0.5) 0%, transparent 30%);
    opacity: 0.2;
    top: 0;
    content: "";
    left: 0;
    width: 100%;
    position: absolute;
    z-index: -1;
}

header .top_expert_3::after {
    bottom: -5px;
    height: 25px;
    right: -10px;
    background: rgb(175,175,116,0.5);
    width: 25px;
}

header .top_expert_3:hover svg {
    transform: rotate(-5deg);
}

header .nav_wrap_2::after {
    background-size: 10px 10px;
    opacity: 0.05;
    animation: moveStripes 20s linear infinite;
    left: 0;
    content: "";
    position: absolute;
    top: 0;
    z-index: -1;
    background-image: 
        linear-gradient(45deg, rgb(185,205,168,0.5) 25%, transparent 25%, transparent 50%, 
        rgb(185,205,168,0.5) 50%, rgb(185,205,168,0.5) 75%, transparent 75%, transparent);
    height: 100%;
    width: 100%;
}

header .head_main_4 a::after {
    bottom: 0;
    left: 50%;
    transition: width 0.3s ease;
    background: rgb(185,205,168);
    position: absolute;
    content: "";
    height: 2px;
    transform: translateX(-50%);
    width: 0;
}

.secure_grotto_2 .container {
    position: relative;
    max-width: 1140px;
    z-index: 1;
    transform: perspective(1000px) rotateX(0.5deg);
    background: #ffffff;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.08);
    margin: 0 auto;
    padding: 3.5rem;
}

.secure_grotto_2 h2::after {
    width: 80px;
    bottom: 0;
    height: 3px;
    content: "";
    position: absolute;
    left: 0;
    background: linear-gradient(90deg, rgb(175,175,116) 0%, rgb(175,175,116,0.5) 100%);
}

.secure_grotto_2 h4 {
    font-family: Arial, sans-serif;
    margin-bottom: 1rem;
    font-weight: 600;
    margin-top: 2rem;
    font-size: calc(30px * 0.7);
    color: #000000;
    padding-left: 10px;
    position: relative;
}

.secure_grotto_2 li {
    margin-bottom: 1rem;
    font-family: Arial, sans-serif;
    color: #000000;
    position: relative;
    font-size: 15px;
    line-height: 1.7;
}

.secure_grotto_2 *:last-child {
    margin-bottom: 0;
}

.cookieSettingsWindow_3 {
    bottom: 0;
    position: fixed;
    z-index: 90;
    border-top: 2px solid rgb(185,205,168);
    background: rgb(222,228,216);
    width: 100%;
}


#consentWindowModal_8 {
    display: none;
}

#consentWindowModal_8:checked ~ .cookieSettingsWindow_3 {
    opacity: 0;
    visibility: hidden;
}

.title_page_9 .course_entry_5 {
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.2), 0 10px 15px rgba(0, 0, 0, 0.1);
    display: flex;
    transform: perspective(1000px) rotateX(2deg);
    transition: transform 0.6s cubic-bezier(0.22, 1, 0.36, 1);
    flex-direction: column;
    box-sizing: border-box;
    width: 100%;
    padding: 5rem 3rem;
    justify-content: center;
    min-height: 70vh;
    max-width: 1200px;
    overflow: hidden;
    position: relative;
}

.title_page_9 .course_entry_5 div div {
    opacity: 1;
    transform: none;
    animation: none;
    max-width: 600px;
}

.title_page_9 .course_entry_5:hover {
    transform: perspective(1000px) rotateX(0deg);
}


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



@media screen and (min-width: 768px) {.meet_us_1 {
    padding: 150px 0 130px;
}.meet_us_1 h2 {
    margin-bottom: 60px;
    font-size: calc(36px + 0.5rem);
}.meet_us_1 h2::after {
    width: 120px;
}.meet_us_1 .text_group_1 {
    clip-path: polygon(0 0, 100% 0, 97% 100%, 3% 100%);
    padding: 60px;
    margin-right: 40px;
    margin-left: 40px;
}.meet_us_1 .text_group_1::before {
    width: 5px;
}.meet_us_1 .text_group_1 div div {
    column-gap: 40px;
    column-count: 2;
}
}



@media screen and (max-width: 767px) {.contact_box_4 {
    padding: 60px 0;
}.contact_box_4 h2 {
    margin-bottom: 40px;
}.contact_box_4 .main_photo_3 {
    min-height: 200px;
}.contact_box_4 .support_grid_6 {
    padding: 30px 20px;
}.contact_box_4 form .connect_grid_1 {
    width: 100%;
    text-align: center;
}
}



@media (max-width: 576px) {footer .ar_tools_3 {
    padding: 50px 0 20px;
}footer .ask_questions_7 {
    margin-bottom: 30px;
    padding: 15px;
}footer .main_learn_0::after {
    width: 50px;
}footer .nav_wrap_2 h5, footer .subscribe_holder h5 {
    font-size: calc(20px - 2px);
}footer .subscribe_holder p, footer .nav_skill_0 a, footer .info_item p, footer .info_item a {
    font-size: calc(17px - 1px);
}footer .subscribe_holder {
    padding: 20px 15px;
}footer .input_holder input[type="email"],
    footer .get_started_6 {
    padding: 12px 15px;
}}



@media (max-width: 575px) {.thxSpot_7 {
    padding: 60px 0;
}.thxSpot_7 .container {
    transform: perspective(1000px) rotateX(1deg);
}.thxSpot_7 h2 {
    font-size: calc(30px - 0.5rem);
    margin-bottom: 25px;
}.thxSpot_7 h2::after {
    height: 2px;
    width: 60px;
}.thxSpot_7 .skill_classes_7 {
    padding: 25px 20px 25px 25px;
}.thxSpot_7 .skill_classes_7::before {
    width: 4px;
}.thxSpot_7 li::before {
    font-size: 70px;
    top: -20px;
    left: -10px;
}.thxSpot_7 li span {
    font-size: calc(15px - 0.1rem);
    line-height: 1.6;
}}



@media screen and (min-width: 1440px) {.program_overview_2 .skill_classes_7 {
    padding-left: 10%;
}.program_overview_2 .study_hack_5 {
    max-width: 650px;
}
}



@media screen and (max-width: 768px) {.program_overview_2 .learn_tools_4 {
    height: 350px;
}.program_overview_2 .container {
    padding: 2.5rem 1rem;
}.program_overview_2 .study_hack_5 {
    padding: 2rem;
}.program_overview_2 .study_hack_5 h3 {
    font-size: calc(43px * 0.8);
}

}



@media (max-width: 767px) {header .container {
    padding: 1.5rem 1rem;
}header .head_main_4 {
    margin: 3px 5px;
}header .head_main_4 a {
    font-size: calc(15px - 1px);
    padding: 8px 15px;
}
}



@media (max-width: 991px) {.secure_grotto_2 {
    padding: 4rem 1.5rem;
}.secure_grotto_2 .container {
    transform: perspective(1000px) rotateX(0.3deg);
    padding: 2.5rem;
}.secure_grotto_2 h1 {
    font-size: calc(47px * 0.9);
}.secure_grotto_2 h2 {
    font-size: calc(30px * 0.9);
}.secure_grotto_2 ul {
    padding: 1.25rem 1.25rem 1.25rem 2.5rem;
}
}


@media only screen and (max-width: 1200px) {.cookieSettingsWindow_3 {
    padding: 20px;
}}


@media only screen and (max-width: 800px) {.data_policy_8 {
    display: none;
}.track_ack_5 {
    justify-content: center;
    flex-direction: column;
    align-items: center;
}.cookieSettingsWindow_3 h5 {
    text-align: center;
}.cookieSettingsWindow_3 p {
    text-align: center;
}.cookie_confirm_5 {
    margin-bottom: 20px;
}body .wrapper-padding_2 .cookie_ack_9 {
    margin-left: 0;
}}



@media screen and (max-width: 480px) {.title_page_9 .course_entry_5 {
    padding: 2.5rem 1rem;
    transform: perspective(1000px) rotateX(1deg);
}.title_page_9 .course_entry_5 h3 {
    font-size: 0.9rem;
    transform: skewX(-2deg);
    padding: 0.6rem 0.8rem;
}.title_page_9 .course_entry_5 h1 {
    margin: 0.6rem 0 1.2rem;
    font-size: 2rem;
}
}



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

@keyframes ambientLight {
    0% { opacity: 0.3; transform: scale(1); }
    50% { opacity: 0.5; transform: scale(1.1); }
    100% { opacity: 0.3; transform: scale(1); }
}



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

