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

a {
    color: inherit;
    text-decoration: none;
}

.content-wrapper_0 {
    display: flex;
    height: 100%;
    flex-direction: column;
    min-height: 100%;
}

.top_know_9 {
    flex: 1 0 auto;
}

header,footer {
    width: 100%;
}

.container {
    width: 1270px;
    max-width: 100%;
    margin: auto;
}


.academic_experience_5 {
    overflow: hidden;
    background: linear-gradient(135deg, rgb(233,237,225), rgb(173,181,152,0.5) 120%);
    padding: 6rem 2rem;
    position: relative;
}

.academic_experience_5::after {
    width: 60%;
    z-index: 0;
    position: absolute;
    height: 200%;
    transform: rotate(-12deg);
    right: -10%;
    background: rgb(173,181,152);
    content: "";
    opacity: 0.04;
    top: -50%;
}

.academic_experience_5 .testimonial_sharing_1 {
    transform: perspective(1000px) rotateY(2deg);
    position: relative;
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    padding: 3rem;
    grid-template-columns: 1fr;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.08), 
                0 5px 15px rgba(0, 0, 0, 0.05);
    display: grid;
    gap: 2.5rem;
    background: #ffffff;
}

.academic_experience_5 .testimonial_sharing_1:hover .img_fluid_8 {
    transform: translateZ(30px) translateY(-5px);
}

.academic_experience_5 .testimonial_sharing_1 .img_fluid_8::after {
    top: 15px;
    opacity: 0;
    content: "";
    transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    position: absolute;
    left: 15px;
    right: -15px;
    bottom: -15px;
    z-index: -1;
    border: 2px solid rgb(173,181,152);
    transform: translate(10px, 10px);
}

.academic_experience_5 .testimonial_sharing_1:hover > div:nth-child(2) {
    transform: translateY(-5px);
}

.academic_experience_5 .name::after {
    background: rgb(173,181,152);
    transition: width 0.4s ease;
    width: 0;
    transform: translateX(-50%);
    left: 50%;
    position: absolute;
    bottom: -5px;
    content: "";
    height: 2px;
}

.academic_experience_5 .testimonial_sharing_1 > div:nth-child(2) > div {
    letter-spacing: 1px;
    font-weight: 600;
    opacity: 0.9;
    text-transform: uppercase;
    font-size: calc(12px * 1.05);
    color: rgb(173,181,152);
}

.academic_experience_5 .employee_info_1::before {
    position: absolute;
    left: -10px;
    opacity: 0.3;
    content: "";
    color: rgb(173,181,152,0.5);
    font-size: 5rem;
    font-family: serif;
    top: -20px;
}

.secure_lodge_1 h1 {
    color: #ffffff;
    margin-bottom: 20px;
    font-weight: 700;
    text-shadow: 0 0 8px rgb(205,212,191);
    font-size: 41px;
    margin-top: 30px;
    padding-bottom: 10px;
    border-bottom: 2px solid rgb(173,181,152);
}

.secure_lodge_1 h3, .secure_lodge_1 h4, .secure_lodge_1 h5, .secure_lodge_1 h6 {
    font-weight: 400;
    margin-top: 20px;
    text-shadow: 0 0 5px rgb(205,212,191,0.5);
    margin-bottom: 10px;
    font-size: 23px;
    color: #ffffff;
}

.secure_lodge_1 li {
    font-size: 16px;
    line-height: 1.6;
    color: #ffffff;
    margin-bottom: 10px;
    position: relative;
    padding-left: 20px;
}

.secure_lodge_1 p, .secure_lodge_1 span, .secure_lodge_1 div {
    background-color: rgb(205,212,191,0.5);
    font-weight: 300;
    border-left: 3px solid rgb(205,212,191);
    padding: 5px 10px;
    border-radius: 10px;
    box-shadow: 0 0 8px rgb(205,212,191,0.5);
    margin-bottom: 10px;
    line-height: 1.8;
    font-size: 16px;
    color: #ffffff;
}

.cookie_popup_overlay_5 h5 {
    margin-bottom: 6px;
    transition: color 0.3s ease-in-out;
    font-weight: 700;
    font-size: 18px;
    color: #ffffff;
}

.cookies_tracking_0 {
    margin-right: 20px;
    flex-shrink: 0;
}

.cookies_tracking_0 svg, .cookies_tracking_0 svg path {
    width: 80px;
    fill: rgb(205,212,191);
    height: 80px;
    transition: transform 0.3s ease-in-out;
}

.cookie_button.data_consent_5 {
    background: rgb(205,212,191);
}

.cookie_button.privacy_ack_9 {
    background: rgb(173,181,152);
}

.privacy_notify_1:hover {
    box-shadow: rgb(205,212,191,0.5) 0px 6px 15px 0px;
    transform: scale(1.05);
}

.cookie_popup_overlay_5 p a {
    text-decoration: none;
    color: rgb(205,212,191);
    font-weight: 600;
    transition: color 0.3s ease-in-out;
}

.content-wrapper_0 .privacy_notify_1 {
    border: none;
    font-weight: 400;
    border-radius: 10px;
    padding: 10px;
    transition: background 0.3s ease-in-out, transform 0.3s ease-in-out;
    margin-left: 30px;
    font-size: 16px;
    color: #ffffff;
    background: rgb(205,212,191);
}

.program_assets_0 {
    padding: 120px 0;
    position: relative;
    background: linear-gradient(135deg, rgb(233,237,225) 0%, rgba(247, 248, 252, 0.9) 100%);
    overflow: hidden;
}

.program_assets_0::after {
    width: 70%;
    transform: rotate(15deg);
    z-index: 0;
    height: 140%;
    border-left: 1px solid rgba(rgb(205,212,191,0.5), 0.1);
    right: -20%;
    content: "";
    background: linear-gradient(145deg, rgba(rgb(205,212,191,0.5), 0.08) 0%, rgba(rgb(173,181,152,0.5), 0.04) 100%);
    position: absolute;
    top: -50%;
}

.program_assets_0 .img_fluid_8:hover {
    transform: perspective(1000px) rotateY(0deg) rotateX(0deg) translateY(-10px);
    box-shadow: 0 30px 60px rgba(0, 0, 0, 0.15), 0 15px 30px rgba(0, 0, 0, 0.1);
}

.program_assets_0 .mentor_approach_4 {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.program_assets_0 .text_frame_item_5 {
    padding: 30px;
    backdrop-filter: blur(10px);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.05), 0 5px 15px rgba(0, 0, 0, 0.07);
    position: relative;
    background: rgba(255, 255, 255, 0.9);
    transform: translateZ(0);
}

.program_assets_0 .text_frame_item_5:hover::before {
    transform: scaleY(1);
}

.program_assets_0 h1 {
    position: relative;
    margin-bottom: 30px;
    transform: translateY(20px);
    animation: fadeInUp 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards 0.3s;
    font-weight: 700;
    color: #000000;
    line-height: 1.2;
    font-size: 39px;
    opacity: 0;
}

.program_assets_0 li:nth-child(1) {
    --i: 1;
}

.program_assets_0 li:nth-child(2) {
    --i: 2;
}

.program_assets_0 li:nth-child(3) {
    --i: 3;
}

.program_assets_0 li:nth-child(5) {
    --i: 5;
}

.program_assets_0 li:hover p {
    transform: translateX(5px);
}

.program_assets_0 li svg {
    height: 28px;
    width: 28px;
    position: absolute;
    transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    transform: translateY(-50%);
    top: 50%;
    left: 0;
}

.program_assets_0 svg path {
    fill: rgb(205,212,191);
    transition: fill 0.3s ease;
}

.ty_banner_2::before {
    opacity: 0.2;
    background: radial-gradient(circle at 20% 30%, rgb(205,212,191,0.5), transparent 60%);
    left: -20%;
    top: -50%;
    transform: rotate(-15deg);
    z-index: 0;
    position: absolute;
    content: "";
    width: 120%;
    height: 200%;
}

.ty_banner_2 .container {
    padding: 0 2rem;
    z-index: 1;
    margin: 0 auto;
    position: relative;
    max-width: 1200px;
}

.ty_banner_2 .mentor_approach_4:hover {
    transform: perspective(1000px) rotateX(0deg) translateY(-5px);
    box-shadow: 
        25px 25px 70px rgba(0, 0, 0, 0.07),
        -25px -25px 70px rgba(255, 255, 255, 1),
        inset 5px 5px 10px rgba(255, 255, 255, 0.9),
        inset -5px -5px 10px rgba(0, 0, 0, 0.04);
}

.ty_banner_2 .mentor_approach_4 > div:first-child {
    overflow: hidden;
    margin-bottom: 2rem;
    position: relative;
    padding-bottom: 1.5rem;
}

.ty_banner_2 .mentor_approach_4 > div:first-child::after {
    background: linear-gradient(90deg, rgb(205,212,191), rgb(173,181,152), rgb(205,212,191));
    left: 0;
    box-shadow: 0 2px 6px rgba(rgb(205,212,191,0.5), 0.2);
    background-size: 200% 100%;
    width: 100%;
    border-radius: 3px;
    content: "";
    position: absolute;
    height: 3px;
    animation: gradientSlide 6s infinite ease-in-out;
    bottom: 0;
}

.ty_banner_2 .mentor_approach_4 > div:last-child {
    position: relative;
    transform: translateZ(0);
    transition: all 0.3s ease;
    padding: 0.5rem 0;
}

.ty_banner_2 a {
    padding: 0.5rem 1.2rem;
    border-radius: 12px;
    position: relative;
    background: 
        linear-gradient(145deg, rgba(255, 255, 255, 0.9), rgba(240, 245, 250, 0.5));
    text-decoration: none;
    backdrop-filter: blur(8px);
    transform: translateZ(0);
    transition: all 0.3s ease;
    display: block;
    box-shadow: 
        4px 4px 8px rgba(0, 0, 0, 0.03),
        -4px -4px 8px rgba(255, 255, 255, 0.8),
        inset 1px 1px 2px rgba(255, 255, 255, 0.5);
}

header .top_train_2 {
    overflow: hidden;
    z-index: 100;
    background: linear-gradient(120deg, rgb(233,237,225) 0%, rgb(205,212,191,0.5) 100%);
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.15);
    position: relative;
}

header .top_train_2::after {
    height: 100px;
    content: "";
    z-index: -2;
    top: -50px;
    width: 150%;
    left: -25%;
    background: rgb(205,212,191);
    position: absolute;
    transform: rotate(-2deg);
    opacity: 0.1;
}

header .container {
    padding: 1.5rem 2rem;
    position: relative;
}

header .nav_main_7 {
    grid-template-columns: auto 1fr;
    gap: 2rem;
    display: grid;
    align-items: center;
}

header .top_teach_6::before {
    border: 2px dashed rgb(205,212,191,0.5);
    opacity: 0;
    left: -5px;
    bottom: -5px;
    position: absolute;
    top: -5px;
    border-radius: 10px;
    transition: all 0.3s ease;
    content: "";
    right: -5px;
}

header .top_teach_6:hover::before {
    right: -8px;
    bottom: -8px;
    opacity: 1;
    top: -8px;
    left: -8px;
}

header .header_wrap_9 {
    display: flex;
    position: relative;
    padding: 0;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-end;
    list-style: none;
    margin: 0;
}

header .header_wrap_9:hover::before {
    width: 100%;
}

header .top_nav_1 {
    margin: 5px 3px;
    position: relative;
}

header .top_nav_1:nth-child(odd) {
    transform: translateY(-3px);
}

header .top_nav_1 a {
    background: #ffffff;
    display: block;
    border-radius: 0 10px 0 10px;
    text-decoration: none;
    overflow: hidden;
    font-weight: 600;
    transition: all 0.3s ease;
    position: relative;
    border-left: 3px solid transparent;
    color: #000000;
    font-size: 16px;
    font-family: Arial, sans-serif;
    padding: 8px 16px;
}

header .top_nav_1 a:hover {
    transform: translateX(5px);
    color: rgb(205,212,191);
    box-shadow: 3px 3px 0 rgba(0, 0, 0, 0.5);
    border-left-color: rgb(205,212,191);
}

header .top_nav_1 a:hover::before {
    transform: scaleY(1);
}

header .top_nav_1 a:hover::after {
    transform: scaleX(1);
}

.course_candidates_2::before {
    content: "";
    position: absolute;
    z-index: 1;
    width: 100%;
    left: 0;
    opacity: 0.05;
    height: 100%;
    top: 0;
    background: linear-gradient(135deg, rgb(205,212,191,0.5) 25%, transparent 25%) -50px 0,
                linear-gradient(225deg, rgb(205,212,191,0.5) 25%, transparent 25%) -50px 0,
                linear-gradient(315deg, rgb(205,212,191,0.5) 25%, transparent 25%),
                linear-gradient(45deg, rgb(205,212,191,0.5) 25%, transparent 25%);
    background-size: 100px 100px;
}

.course_candidates_2 h4::before {
    left: 25%;
    bottom: 0;
    border-radius: 3px;
    position: absolute;
    height: 3px;
    content: "";
    width: 50%;
    background: rgb(205,212,191);
}

.course_candidates_2 div > div {
    perspective: 1000px;
    gap: 40px;
    grid-template-columns: repeat(2, 1fr);
    display: grid;
}

.course_candidates_2 div > div {
    gap: 30px;
}

.course_candidates_2 p {
    display: flex;
    color: #000000;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    z-index: 1;
    background: #ffffff;
    align-items: flex-start;
    transition: all 0.4s cubic-bezier(0.17, 0.67, 0.83, 0.67);
    transform-style: preserve-3d;
    font-size: 16px;
    transform: translateZ(0) rotateX(0) rotateY(0);
    padding: 25px;
    border-radius: 29px;
    position: relative;
}

.course_candidates_2 p {
    padding: 20px;
}

.course_candidates_2 p:hover {
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
    transform: translateZ(60px) rotateX(5deg) rotateY(5deg);
}

.course_candidates_2 p svg path {
    fill: rgb(205,212,191);
    transition: fill 0.3s ease;
}

.course_candidates_2 p:hover svg {
    transform: translateZ(30px) scale(1.2);
}

.course_candidates_2 p span {
    transform: translateZ(5px);
}

.course_candidates_2::after {
    position: absolute;
    pointer-events: none;
    content: "";
    height: 200px;
    left: 0;
    width: 100%;
    background: linear-gradient(to top, #ffffff, transparent);
    bottom: 0;
    z-index: 1;
}

.title_opener_6 .edu_head_7::before {
    bottom: 0;
    background: linear-gradient(135deg, rgb(205,212,191,0.5), rgb(173,181,152,0.5));
    top: 0;
    backdrop-filter: blur(2px);
    right: 0;
    z-index: 1;
    left: 0;
    position: absolute;
    content: "";
    animation: gradientShift 15s infinite alternate ease-in-out;
}

.title_opener_6 .study_space_3 {
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
    background: linear-gradient(
    170deg,
    rgba(255, 255, 255, 0.12),
    rgba(255, 255, 255, 0.05)
  );
    grid-template-columns: 1fr;
    backdrop-filter: blur(8px);
    display: grid;
    z-index: 3;
    gap: 2rem;
    padding: 4rem 3rem;
    width: 92%;
    transform: perspective(1200px) rotateX(2deg);
    position: relative;
    animation: floatIn 1.2s cubic-bezier(0.23, 1, 0.32, 1) forwards;
    transform-origin: center bottom;
    max-width: 1200px;
}

.title_opener_6 h3 {
    position: relative;
    font-weight: 600;
    color: #ffffff;
    margin: 0 0 1.5rem;
    font-size: clamp(1.2rem, 3vw, 22px);
    line-height: 1.4;
}

.title_opener_6 p {
    font-size: clamp(1rem, 2vw, 16px);
    font-weight: 400;
    line-height: 1.6;
    margin: 0;
    color: #ffffff;
    position: relative;
}

.title_opener_6 .title_style_header::after {
    animation: rotateIn 1.5s 1.2s cubic-bezier(0.34, 1.56, 0.64, 1) forwards;
    top: -30px;
    width: 60px;
    border: 2px solid rgb(173,181,152);
    content: "";
    position: absolute;
    right: 30px;
    height: 60px;
    transform: rotate(45deg) scale(0);
    opacity: 0.6;
}

.program_offerings_4::after {
    position: absolute;
    content: "";
    background-size: 50px 50px;
    left: 0;
    width: 100%;
    background-image: 
        linear-gradient(0deg, transparent 24%, rgba(255, 255, 255, 0.02) 25%, rgba(255, 255, 255, 0.02) 26%, transparent 27%, transparent 74%, rgba(255, 255, 255, 0.02) 75%, rgba(255, 255, 255, 0.02) 76%, transparent 77%),
        linear-gradient(90deg, transparent 24%, rgba(255, 255, 255, 0.02) 25%, rgba(255, 255, 255, 0.02) 26%, transparent 27%, transparent 74%, rgba(255, 255, 255, 0.02) 75%, rgba(255, 255, 255, 0.02) 76%, transparent 77%);
    height: 100%;
    z-index: 1;
    top: 0;
}

.program_offerings_4 .text_frame_item_5 h2 {
    font-size: 46px;
    padding-bottom: 20px;
    margin-bottom: 0;
    font-weight: 700;
    grid-column: 1 / -1;
    position: relative;
    text-align: center;
    color: #ffffff;
}

.program_offerings_4 .text_frame_item_5 .description {
    padding: 25px;
    background: rgba(255, 255, 255, 0.03);
    line-height: 1.8;
    overflow: hidden;
    backdrop-filter: blur(10px);
    font-size: 16px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    border-radius: 22px;
    color: #ffffff;
    margin: 0;
    position: relative;
    border: 1px solid rgba(255, 255, 255, 0.05);
}

.program_offerings_4 .text_frame_item_5 .description:last-of-type::before {
    background: rgb(173,181,152);
}

.program_offerings_4 .img_fluid_8 {
    position: relative;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3);
    order: 1;
    height: 400px;
    border-radius: 22px;
    overflow: hidden;
}

.program_offerings_4 .img_fluid_8::before {
    position: absolute;
    content: "";
    z-index: 1;
    inset: 0;
    background: linear-gradient(to bottom, transparent 60%, rgba(0, 0, 0, 0.8));
}

.contact_panel_1::after {
    animation: shine 8s linear infinite;
    top: -50%;
    left: -50%;
    background: linear-gradient(45deg, 
        transparent 65%, 
        rgba(255, 255, 255, 0.08) 70%, 
        transparent 75%);
    position: absolute;
    width: 200%;
    content: "";
    height: 200%;
    z-index: 2;
}

.contact_panel_1 .query_request_7::before {
    position: absolute;
    content: "";
    background: linear-gradient(90deg, 
        transparent, 
        rgb(205,212,191), 
        transparent);
    width: 200%;
    height: 1px;
    top: 0;
    left: -50%;
}

.contact_panel_1 .query_request_7::after {
    content: "";
    position: absolute;
    width: 200%;
    right: -50%;
    bottom: 0;
    background: linear-gradient(90deg, 
        transparent, 
        rgb(173,181,152), 
        transparent);
    height: 1px;
}

.contact_panel_1 .query_map_8::before {
    background: radial-gradient(
        circle at center, 
        rgba(255, 255, 255, 0.05) 0%, 
        transparent 70%);
    width: 200%;
    top: -50%;
    height: 200%;
    position: absolute;
    z-index: -1;
    animation: pulse 15s infinite linear;
    content: "";
    left: -50%;
}

.contact_panel_1 .query_map_8 h3::after {
    bottom: 0;
    width: 50px;
    box-shadow: 0 0 8px rgb(173,181,152);
    left: 0;
    position: absolute;
    content: "";
    background: rgb(173,181,152);
    height: 2px;
}

.contact_panel_1 .query_map_8 div:hover {
    transform: translateX(5px);
}

.contact_panel_1 .query_map_8 div::before {
    background: rgb(173,181,152);
    position: absolute;
    top: 50%;
    left: 0;
    content: "";
    transition: height 0.3s ease;
    height: 0;
    width: 3px;
}

.contact_panel_1 .query_map_8 div svg path {
    fill: rgb(173,181,152);
    transition: all 0.3s ease;
}

.contact_panel_1 .query_map_8 div span {
    color: #ffffff;
    letter-spacing: 0.5px;
    font-size: calc(14px - 2px);
}

.contact_panel_1 .query_map_8 div span a:hover {
    text-shadow: 0 0 5px rgba(255, 255, 255, 0.2);
    color: rgb(173,181,152);
}

.contact_panel_1 .connect_list_9::before {
    opacity: 0.3;
    height: 200px;
    border-radius: 50%;
    position: absolute;
    background: radial-gradient(
        circle, 
        rgb(205,212,191,0.5) 0%, 
        transparent 70%);
    content: "";
    top: -100px;
    right: -100px;
    width: 200px;
}

.contact_panel_1 .connect_list_9 h3 {
    font-size: 19px;
    font-weight: 600;
    margin-bottom: 1.5rem;
    position: relative;
    text-align: center;
    color: #ffffff;
}

.contact_panel_1 .connect_list_9 input[type="text"],
.contact_panel_1 .connect_list_9 input[type="email"] {
    padding: 12px 15px;
    width: 100%;
    box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1);
    color: #ffffff;
    border-radius: 10px;
    background: rgba(0, 0, 0, 0.2);
    outline: none;
    border: 1px solid rgba(255, 255, 255, 0.1);
    font-size: 14px;
    transition: all 0.3s ease;
}

.contact_panel_1 .connect_list_9 .support_links_8 {
    align-items: flex-start;
    display: flex;
    margin: 0.5rem 0;
    gap: 10px;
}

.contact_panel_1 .connect_list_9 .support_links_8 input[type="checkbox"] {
    width: 18px;
    cursor: pointer;
    border-radius: 3px;
    margin-top: 3px;
    background: rgba(0, 0, 0, 0.2);
    transition: all 0.3s ease;
    border: 1px solid rgba(255, 255, 255, 0.1);
    flex-shrink: 0;
    appearance: none;
    -webkit-appearance: none;
    position: relative;
    height: 18px;
}

.contact_panel_1 .connect_list_9 .support_links_8 label {
    font-size: calc(14px - 2px);
    color: rgba(255, 255, 255, 0.8);
    line-height: 1.5;
}

.contact_panel_1 .connect_list_9 .support_links_8 label a::after {
    content: "";
    left: 0;
    background: rgb(173,181,152);
    height: 1px;
    position: absolute;
    transition: width 0.3s ease;
    width: 0;
    bottom: -2px;
}

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

.contact_panel_1 .connect_list_9 .connect_map_6:hover {
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.3);
    transform: translateY(-3px);
}

.price_pick_8 {
    overflow: hidden;
    position: relative;
    padding: 120px 0;
    color: #ffffff;
}

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

.price_pick_8 .fee_deals_0 {
    position: relative;
}

.price_pick_8 h2::after {
    left: 50%;
    transform: translateX(-50%);
    bottom: -10px;
    content: '';
    background: rgb(173,181,152);
    height: 3px;
    width: 80px;
    position: absolute;
}

.price_pick_8 .fee_structure_4 {
    font-size: calc(14px + 2px);
    color: #ffffff;
    margin: 0 auto 50px;
    opacity: 0.9;
    line-height: 1.6;
    max-width: 700px;
    text-align: center;
}

.price_pick_8 .access_cost_3 li {
    position: relative;
    transition: transform 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.price_pick_8 .access_cost_3 li:hover {
    z-index: 3;
    transform: translateY(-10px);
}

.price_pick_8 .fee_choices_1 {
    height: 100%;
    border: 1px solid rgba(255, 255, 255, 0.1);
    transition: all 0.4s ease;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.3), 0 5px 15px rgba(0, 0, 0, 0.2);
    position: relative;
    padding: 35px 30px;
    background: linear-gradient(145deg, rgba(41, 41, 41, 0.8) 0%, rgba(25, 25, 25, 0.9) 100%);
}

.price_pick_8 .learning_rates_5:hover .fee_choices_1::before {
    transform: scaleX(1);
}

.price_pick_8 .learning_rates_5:hover .fee_choices_1::after {
    opacity: 1;
}

.price_pick_8 .promo_rates_6 {
    z-index: 2;
    position: relative;
}

.price_pick_8 .promo_rates_6 h4 {
    color: #ffffff;
    margin: 0 0 20px;
    display: inline-block;
    position: relative;
    font-weight: 700;
    font-size: calc(21px + 2px);
}

.price_pick_8 .learning_rates_5:hover .promo_rates_6 h4::after {
    width: 100%;
}

.price_pick_8 .lesson_plans_0 {
    display: block;
    font-size: calc(21px + 4px);
    font-weight: 700;
    padding: 10px 0;
    margin-top: 15px;
    color: #ffffff;
    position: relative;
}

.price_pick_8 .lesson_plans_0::before {
    content: '';
    position: absolute;
    left: 0;
    height: 1px;
    background: rgba(255, 255, 255, 0.2);
    top: 0;
    width: 40px;
}

.stay_connected_0::before,
.stay_connected_0::after {
    position: absolute;
    z-index: 0;
    border-radius: 50%;
    content: "";
}

.stay_connected_0::before {
    background: linear-gradient(135deg, rgb(205,212,191,0.5), transparent);
    width: 60vw;
    filter: blur(30px);
    height: 60vw;
    top: -20vw;
    right: -20vw;
    animation: floatBubble 15s infinite alternate ease-in-out;
}

.stay_connected_0 .query_request_7 {
    margin-left: auto;
    backdrop-filter: blur(10px);
    width: 90%;
    position: relative;
    overflow: hidden;
    padding: 3rem;
    max-width: 600px;
    margin-right: 0;
    border-radius: 25px;
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.5);
    background: rgba(255, 255, 255, 0.7);
}

.stay_connected_0 h3 {
    margin-bottom: 2.5rem;
    font-size: 32px;
    position: relative;
    color: #000000;
    font-weight: 700;
}

.stay_connected_0 .input_holder {
    flex-direction: column;
    z-index: 1;
    position: relative;
    width: 100%;
    display: flex;
}

.stay_connected_0 input[type="email"]:focus {
    box-shadow: 0 5px 15px rgb(205,212,191,0.5), 0 -2px 5px rgba(255, 255, 255, 0.5) inset;
    transform: scale(1.02);
    outline: none;
}

.stay_connected_0 input[type="email"]::placeholder {
    color: #000000;
    opacity: 0.6;
}

.stay_connected_0 .learn_today_9 {
    background: linear-gradient(135deg, rgb(205,212,191), rgb(173,181,152));
    overflow: hidden;
    align-self: flex-end;
    color: #ffffff;
    cursor: pointer;
    font-size: 18px;
    border-radius: 50px;
    z-index: 1;
    border: none;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.5);
    font-weight: 600;
    transition: all 0.3s ease;
    padding: 1.2rem 3rem;
    position: relative;
}

.stay_connected_0 .learn_today_9:hover::before {
    opacity: 1;
}

.about_this_0::before {
    top: 0;
    z-index: -1;
    content: "";
    width: 100%;
    background: linear-gradient(135deg, rgb(173,181,152,0.5), rgba(0, 0, 0, 0.5) 70%);
    position: absolute;
    left: 0;
    height: 100%;
}

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

.about_this_0 h2 {
    letter-spacing: 1.5px;
    padding-bottom: 12px;
    color: #ffffff;
    position: relative;
    font-weight: 700;
    margin-bottom: 60px;
    display: inline-block;
    transform: translateX(-10px);
    font-size: 32px;
}

.about_this_0 h2:hover::after {
    transform: scaleX(1.5);
}

.about_this_0 .text_frame_item_5:hover {
    transform: translateY(-5px);
}

.about_this_0 .text_frame_item_5::before {
    width: 180px;
    height: 180px;
    content: "";
    left: -90px;
    opacity: 0.15;
    position: absolute;
    border: 3px solid rgb(173,181,152);
    border-radius: 50%;
    top: -90px;
    z-index: -1;
}

.about_this_0 .text_frame_item_5 > div {
    position: relative;
}

.about_this_0 .text_frame_item_5 p {
    margin-bottom: 20px;
    display: inline-block;
    font-size: calc(18px * 1.1);
    position: relative;
    font-weight: 600;
    color: rgb(205,212,191);
    transition: color 0.3s ease;
    padding-right: 50px;
}

.about_this_0 .text_frame_item_5 div > div {
    column-count: 1;
    column-gap: 40px;
    opacity: 0.9;
    hyphens: auto;
    font-size: 13px;
    color: #000000;
    text-align: justify;
    line-height: 1.8;
    position: relative;
}

.affiliate_cta_5::before {
    content: "";
    height: 5px;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: linear-gradient(90deg, rgb(205,212,191), rgb(173,181,152));
}

footer .info_item {
    margin-bottom: 15px;
    position: relative;
    margin-right: 30px;
}

footer .info_item svg {
    top: 3px;
    height: 18px;
    width: 18px;
    fill: rgb(205,212,191);
    position: relative;
    margin-right: 10px;
}

footer .info_item a:hover {
    color: rgb(205,212,191);
}

footer .main_primary_7 {
    margin-bottom: 15px;
}

footer .main_primary_7 svg {
    width: auto;
    margin-bottom: 20px;
    height: 40px;
}

footer .header_wrap_9 h5 {
    margin-bottom: 25px;
    color: #000000;
    position: relative;
    font-weight: 600;
    font-size: 18px;
}

footer .head_bar_2 {
    margin-bottom: 30px;
}

footer .head_bar_2 a {
    margin-bottom: 12px;
    text-decoration: none;
    color: #000000;
    font-size: 13px;
    transition: transform 0.2s ease, color 0.2s ease;
    display: block;
}

footer .subscribe_holder h5 {
    font-size: 18px;
    margin-bottom: 15px;
    font-weight: 600;
    color: #000000;
}

footer .input_holder {
    flex-direction: column;
    gap: 10px;
    display: flex;
}

footer .input_holder input[type="email"]:focus {
    border-color: rgb(205,212,191);
    outline: none;
}

footer .learn_today_9 {
    border: none;
    transition: background-color 0.3s ease;
    font-size: 17px;
    cursor: pointer;
    text-align: center;
    padding: 14px 20px;
    font-weight: 600;
    background-color: rgb(205,212,191);
    border-radius: 10px;
    color: #ffffff;
}

.price_pick_8 .promo_rates_6 p::-webkit-scrollbar {
    width: 4px;
}

.price_pick_8 .promo_rates_6 p::-webkit-scrollbar-track {
    background: rgba(255, 255, 255, 0.1);
}

.price_pick_8 .promo_rates_6 p::-webkit-scrollbar-thumb {
    background: rgb(205,212,191,0.5);
}



@media (min-width: 992px) {.academic_experience_5 {
    padding: 8rem 2rem;
}.academic_experience_5 .testimonial_sharing_1 {
    grid-template-rows: auto 1fr;
    grid-template-columns: 280px auto 1fr;
}.academic_experience_5 .testimonial_sharing_1 > div:first-child {
    grid-row: span 2;
}.academic_experience_5 .testimonial_sharing_1 > div:nth-child(2) {
    grid-column: 2 / span 2;
    padding-left: 1rem;
}.academic_experience_5 .testimonial_sharing_1 > div:nth-child(3) {
    padding-top: 1rem;
    grid-row: 2;
    padding-left: 1rem;
    grid-column: 2 / span 2;
}.academic_experience_5 .employee_info_1 {
    padding-left: 2rem;
    font-size: calc(12px * 1.05);
}
}



@media (max-width: 767px) {.academic_experience_5 {
    padding: 4rem 1.5rem;
}.academic_experience_5 .testimonial_sharing_1 {
    padding: 2rem;
}.academic_experience_5 .testimonial_sharing_1 .img_fluid_8 {
    margin: 0 auto;
    width: 220px;
    height: 220px;
}.academic_experience_5 .name {
    font-size: 20px;
}.academic_experience_5 .employee_info_1 {
    line-height: 1.7;
    font-size: calc(12px * 0.95);
}}


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


@media only screen and (max-width: 800px) {.cookies_tracking_0 {
    display: none;
}.cookie_layer_3 {
    align-items: center;
    justify-content: center;
    flex-direction: column;
}.cookie_popup_overlay_5 h5 {
    text-align: center;
}.cookie_popup_overlay_5 p {
    text-align: center;
}.cookie_show_8 {
    text-align: center;
    margin-bottom: 20px;
}.privacy_notify_1 {
    margin-left: 0;
    margin-top: 10px;
    max-width: 300px;
    width: 100%;
}}



@media (max-width: 767px) {.program_assets_0 {
    padding: 80px 0;
}.program_assets_0 .img_fluid_8 {
    object-position: center;
    max-height: 400px;
}.program_assets_0 h1 {
    font-size: calc(39px * 0.85);
    margin-bottom: 20px;
}.program_assets_0 li {
    padding: 6px 0;
}.program_assets_0 li p {
    padding-left: 35px;
    font-size: calc(16px * 0.95);
}.program_assets_0 li svg {
    height: 24px;
    width: 24px;
}
}



@media (max-width: 767px) {.ty_banner_2 {
    padding: 4rem 0;
}.ty_banner_2 .mentor_approach_4 {
    padding: 2rem;
    transform: none;
    clip-path: polygon(
            0 0,
            100% 0,
            97% 97%,
            3% 100%
        );
}.ty_banner_2 h5 {
    font-size: 23px;
    padding-left: 1rem;
}.ty_banner_2 h5::before {
    width: 4px;
}.ty_banner_2 a {
    padding: 0.5rem 1rem;
}.ty_banner_2 p {
    font-size: calc(15px - 1px);
}
}



@media (max-width: 991px) {header .nav_main_7 {
    grid-template-rows: auto auto;
    gap: 1.5rem;
    grid-template-columns: 1fr;
}header .main_primary_7 {
    justify-self: center;
}header .header_wrap_9 {
    justify-content: center;
}header .header_wrap_9::before {
    width: 100%;
    background: rgb(173,181,152,0.5);
    opacity: 0.1;
}
}



@media (max-width: 767px) {header .container {
    padding: 1.2rem 1rem;
}header .header_wrap_9 {
    width: 100%;
    flex-direction: column;
}header .top_nav_1 {
    transform: none !important;
    margin: 3px 0;
    width: 100%;
}header .top_nav_1 a {
    border-left: none;
    border-radius: 10px;
    border-bottom: 3px solid transparent;
    text-align: center;
}header .top_nav_1 a:hover {
    transform: translateY(-3px);
    border-left-color: transparent;
    border-bottom-color: rgb(205,212,191);
}header .top_nav_1 a::before {
    height: 5px;
    top: auto;
    width: 100%;
    bottom: 0;
    transform: scaleX(0);
    right: auto;
    left: 0;
}header .top_nav_1 a:hover::before {
    transform: scaleX(1);
}
}



@media (max-width: 576px) {.course_candidates_2 {
    padding: 60px 0;
}.course_candidates_2 h4 {
    margin-bottom: 40px;
    font-size: calc(32px * 0.7);
}.course_candidates_2 h4::before {
    height: 2px;
}.course_candidates_2 h4::after {
    bottom: 8px;
}.course_candidates_2 div > div {
    gap: 20px;
}.course_candidates_2 p {
    padding: 15px;
    font-size: calc(16px * 0.9);
}.course_candidates_2 p svg {
    margin-right: 10px;
    width: 20px;
    height: 20px;
}}



@media (min-width: 1200px) {.title_opener_6 .study_space_3 {
    padding: 6rem 5rem;
    gap: 4rem;
}.title_opener_6 .title_style_header {
    margin-bottom: 1.5rem;
}.title_opener_6 .study_space_3 > div:first-child {
    position: relative;
}.title_opener_6 .study_space_3 > div:first-child::after {
    width: 1px;
    position: absolute;
    content: "";
    top: 50%;
    background: linear-gradient(to bottom, transparent, rgb(255, 255, 255, 0.5), transparent);
    height: 80%;
    right: -2rem;
    transform: translateY(-50%);
}
}



@media (max-width: 480px) {.title_opener_6 .study_space_3 {
    padding: 2.5rem 1.5rem;
}.title_opener_6 .study_space_3 > div:last-child {
    border-left-width: 2px;
    padding-left: 1rem;
}}



@media (max-width: 991px) {.program_offerings_4 {
    padding: 80px 0;
}
}



@media (max-width: 480px) {.program_offerings_4 {
    padding: 40px 0;
}.program_offerings_4 .learn_path_7 {
    gap: 40px;
}.program_offerings_4 .text_frame_item_5 h2 {
    padding-bottom: 15px;
    font-size: calc(46px * 0.8);
}.program_offerings_4 .text_frame_item_5 h2::after {
    width: 80px;
}.program_offerings_4 .text_frame_item_5 .description {
    padding: 20px;
}.program_offerings_4 .img_fluid_8 {
    height: 250px;
}}



@media screen and (max-width: 768px) {.contact_panel_1 {
    padding: 4rem 0;
}.contact_panel_1 .query_request_7 {
    padding: 1.5rem;
}.contact_panel_1 .query_map_8,
    .contact_panel_1 .connect_list_9 {
    padding: 1.5rem;
}.contact_panel_1 .query_map_8 div svg {
    width: 18px;
    height: 18px;
    margin-right: 10px;
}.contact_panel_1 .query_map_8 h3,
    .contact_panel_1 .connect_list_9 h3 {
    font-size: calc(19px - 2px);
}
}



@media (max-width: 991px) {.price_pick_8 {
    padding: 80px 0;
}.price_pick_8 .access_cost_3 {
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 20px;
}.price_pick_8 .fee_choices_1 {
    padding: 25px 20px;
}.price_pick_8 .promo_rates_6 p {
    font-size: calc(14px - 1px);
    max-height: 150px;
}.price_pick_8 .lesson_plans_0 {
    font-size: calc(21px + 2px);
}
}



@media (max-width: 480px) {.price_pick_8 {
    padding: 50px 0;
}.price_pick_8 h2 {
    font-size: calc(30px - 8px);
}.price_pick_8 .fee_structure_4 {
    font-size: calc(14px - 2px);
}.price_pick_8 .fee_choices_1 {
    padding: 20px 15px;
}.price_pick_8 .promo_rates_6 p {
    font-size: calc(14px - 2px);
}}



@media (max-width: 767px) {.stay_connected_0 {
    padding: 5rem 1.5rem;
}.stay_connected_0 h3 {
    font-size: 20px;
}.stay_connected_0 .query_request_7 {
    margin: 0 auto;
    width: 100%;
    padding: 2.5rem 2rem;
}.stay_connected_0 .learn_today_9 {
    width: 100%;
    align-self: center;
}}



@media (min-width: 992px) {.about_this_0::before {
    background: linear-gradient(135deg, rgb(173,181,152,0.5), transparent 90%);
}.about_this_0 .container {
    padding: 0 50px;
}.about_this_0 .text_frame_item_5 {
    width: 85%;
    padding: 70px 80px;
    margin-left: 15%;
}.about_this_0 h2 {
    margin-bottom: 70px;
    font-size: calc(32px * 1.2);
}.about_this_0 .text_frame_item_5::before {
    height: 250px;
    width: 250px;
    left: -125px;
    top: -125px;
}
}



@media (hover: hover) {.about_this_0 .text_frame_item_5:hover p {
    color: rgb(173,181,152);
}.about_this_0 .text_frame_item_5:hover p::after {
    width: 60px;
    background: rgb(173,181,152);
}
}



@media (prefers-reduced-motion) {.about_this_0::after {
    animation: none;
}.about_this_0 .text_frame_item_5:hover {
    transform: none;
}.about_this_0 h2:hover::after {
    transform: scaleX(1);
}}



@media (max-width: 767px) {footer .affiliate_cta_5 {
    padding: 50px 0 30px;
}footer .talk_experts_8 {
    flex-direction: column;
    gap: 15px;
}footer .info_item {
    margin-right: 0;
    margin-bottom: 20px;
}footer .subscribe_holder {
    padding: 20px;
}footer .discord_cta_8 {
    margin-top: 30px;
}
}



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



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



@keyframes float2 {
    0%, 100% {
        transform: translateZ(30px) translateY(0);
    }
    50% {
        transform: translateZ(50px) translateY(-20px);
    }
}


    
    @keyframes float1 {
        0%, 100% {
            transform: translateZ(10px) translateY(0);
        }
        50% {
            transform: translateZ(20px) translateY(-10px);
        }
    }



@keyframes gradientShift {
  0% {
    background: linear-gradient(135deg, rgb(205,212,191,0.5), rgb(173,181,152,0.5));
  }
  50% {
    background: linear-gradient(225deg, rgb(173,181,152,0.5), rgb(205,212,191,0.5));
  }
  100% {
    background: linear-gradient(315deg, rgb(205,212,191,0.5), rgb(173,181,152,0.5));
  }
}



@keyframes slideRight {
  0% {
    opacity: 0;
    transform: translateX(-50px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}



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



@keyframes rotate {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}



@keyframes scan-move {
    0% {
        top: 0;
        opacity: 0;
    }
    5% {
        opacity: 0.5;
    }
    95% {
        opacity: 0.5;
    }
    100% {
        top: 100%;
        opacity: 0;
    }
}



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



@keyframes titleFloat {
    0%, 100% { transform: translateY(0); }
    50% { transform: translateY(-10px); }
}



@keyframes rotateBg {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}



@keyframes float {
    0%, 100% {
        transform: rotate(45deg) translate(0, 0);
    }
    50% {
        transform: rotate(45deg) translate(20px, -20px);
    }
}

