﻿* {
    padding: 0;
    box-sizing: border-box;
    margin: 0;
}header,footer {
    width: 100%;
}.container {
    max-width: 100%;
    width: 1263px;
    margin: auto;
}.segment-wrapper_P {
    height: 100%;
    flex-direction: column;
    display: flex;
    min-height: 100%;
}svg {
    width: 30px;
    height: 30px;
}.nav_main_0 {
    flex: 1 0 auto;
}.contact_edu_c {
    flex: 0 0 auto;
}a {
    color: inherit;
    text-decoration: none;
}html,body {
    color: #000000;
    height: 100%;
    font-family: Arial, sans-serif;
    min-height: 100%;
}
@media only screen and (max-width: 1200px)  {.container {
    padding: 0 20px;
    width: 100%;
}
}
@media only screen and (max-width: 800px)  {.container {
    padding: 0 12px;
}}
.contact_edu_c {
    font-family: Arial, sans-serif;
    position: relative;
    padding: 0;
    background-color: rgb(176,109,143);
    color: #ffffff;
}.contact_edu_c .container {
    z-index: 2;
    position: relative;
}.contact_edu_c .affiliate_cta_l {
    flex-direction: column;
    display: flex;
}.contact_edu_c .edu_asknow_X {
    padding: 3rem 1.5rem 5rem;
    clip-path: polygon(0 0, 100% 0, 100% 85%, 0 100%);
    margin-bottom: -2rem;
    grid-template-columns: repeat(4, 1fr);
    background-color: rgb(203,179,191);
    display: grid;
    z-index: 3;
    position: relative;
}.contact_edu_c .edu_asknow_X::before {
    width: 100%;
    height: 100%;
    background: repeating-linear-gradient(
        -45deg,
        transparent,
        transparent 10px,
        rgba(255, 255, 255, 0.03) 10px,
        rgba(255, 255, 255, 0.03) 20px
    );
    z-index: -1;
    content: '';
    left: 0;
    top: 0;
    position: absolute;
}.contact_edu_c .info_item {
    padding: 0.5rem 1rem;
    transition: transform 0.3s ease;
    position: relative;
}.contact_edu_c .info_item:hover {
    transform: translateX(10px);
}.contact_edu_c .info_item p,
.contact_edu_c .info_item a {
    display: flex;
    text-decoration: none;
    transition: all 0.3s ease;
    gap: 0.75rem;
    font-size: 18px;
    color: #ffffff;
    align-items: center;
}.contact_edu_c .info_item svg {
    transition: transform 0.3s ease;
    height: 20px;
    width: 20px;
    fill: #ffffff;
}.contact_edu_c .info_item:hover svg {
    transform: scale(1.2);
}.contact_edu_c .text_main_holder {
    display: grid;
    position: relative;
    z-index: 2;
    grid-template-columns: 1fr 1.5fr 1fr;
    gap: 0;
}.contact_edu_c .header_base_N {
    flex-direction: column;
    padding: 4rem 2rem 3rem;
    clip-path: polygon(0 0, 100% 10%, 100% 100%, 0 90%);
    display: flex;
    gap: 1.5rem;
    position: relative;
    z-index: 4;
    background-color: rgb(176,109,143);
}.contact_edu_c .header_base_N svg {
    height: auto;
    transition: all 0.3s ease;
    filter: brightness(0) invert(1);
    max-width: 150px;
}.contact_edu_c .header_base_N:hover svg {
    transform: scale(1.05);
}.contact_edu_c .mobile_cta_e {
    color: #ffffff;
    opacity: 0.9;
    font-size: 14px;
    line-height: 1.6;
}.contact_edu_c .header_main_p {
    display: flex;
    flex-direction: column;
    position: relative;
    background-color: #000000;
    clip-path: polygon(0 5%, 100% 0, 100% 95%, 0 100%);
    gap: 2rem;
    padding: 5rem 2rem 3rem;
    z-index: 2;
}.contact_edu_c .header_main_p::before {
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.05) 0%, transparent 100%);
    width: 100%;
    top: 0;
    height: 100%;
    z-index: -1;
    content: '';
    position: absolute;
    left: 0;
}.contact_edu_c .header_main_p h5 {
    display: inline-block;
    font-size: 21px;
    color: #ffffff;
    position: relative;
    margin-bottom: 1.5rem;
    font-weight: 600;
}.contact_edu_c .header_main_p h5::after {
    background-color: rgb(203,179,191);
    height: 3px;
    width: 40px;
    position: absolute;
    content: '';
    bottom: -0.5rem;
    left: 0;
}.contact_edu_c .top_nav_i {
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem;
    display: grid;
}.contact_edu_c .top_nav_i:not(:last-child) {
    margin-bottom: 1rem;
}.contact_edu_c .top_nav_i a {
    text-decoration: none;
    padding: 0.5rem 0;
    opacity: 0.8;
    transition: all 0.3s ease;
    color: #ffffff;
    position: relative;
    font-size: 18px;
}.contact_edu_c .top_nav_i a::before {
    height: 2px;
    transition: width 0.3s ease;
    bottom: 0;
    background-color: rgb(203,179,191);
    left: 0;
    position: absolute;
    content: '';
    width: 0;
}.contact_edu_c .top_nav_i a:hover {
    opacity: 1;
    padding-left: 10px;
}.contact_edu_c .top_nav_i a:hover::before {
    width: 30px;
}.contact_edu_c .subscribe_holder {
    background-color: rgb(176,109,143);
    flex-direction: column;
    display: flex;
    position: relative;
    gap: 1.5rem;
    z-index: 3;
    padding: 4rem 2rem 3rem;
}.contact_edu_c .subscribe_holder::before {
    z-index: -1;
    position: absolute;
    left: 0;
    content: '';
    top: 0;
    width: 100%;
    background: repeating-linear-gradient(
        45deg,
        transparent,
        transparent 10px,
        rgba(0, 0, 0, 0.05) 10px,
        rgba(0, 0, 0, 0.05) 20px
    );
    height: 100%;
}.contact_edu_c .subscribe_holder h5 {
    color: #ffffff;
    font-size: 21px;
    margin-bottom: 1rem;
    font-weight: 600;
}.contact_edu_c .subscribe_holder p {
    opacity: 0.9;
    margin-bottom: 1rem;
    line-height: 1.6;
    font-size: 18px;
    color: #ffffff;
}.contact_edu_c .input_holder {
    flex-direction: column;
    display: flex;
    gap: 1rem;
}.contact_edu_c .input_holder input[type="email"] {
    transition: all 0.3s ease;
    border-radius: 10px;
    background-color: rgba(255, 255, 255, 0.15);
    color: #ffffff;
    font-size: 18px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    padding: 1rem 1.25rem;
}.contact_edu_c .input_holder input[type="email"]:focus {
    background-color: rgba(255, 255, 255, 0.2);
    border-color: rgba(255, 255, 255, 0.3);
    outline: none;
}.contact_edu_c .input_holder input[type="email"]::placeholder {
    color: rgba(255, 255, 255, 0.6);
}.contact_edu_c .sub_desc_q {
    color: #ffffff;
    border: none;
    padding: 1rem 1.25rem;
    cursor: pointer;
    position: relative;
    font-weight: 600;
    transition: all 0.3s ease;
    border-radius: 10px;
    overflow: hidden;
    font-size: 15px;
    background-color: rgb(203,179,191);
}.contact_edu_c .sub_desc_q::before {
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.3), transparent);
    top: 0;
    content: '';
    transition: left 0.5s ease;
    width: 100%;
    left: -100%;
    position: absolute;
    height: 100%;
}.contact_edu_c .sub_desc_q:hover {
    background-color: rgb(203,179,191,0.5);
}.contact_edu_c .sub_desc_q:hover::before {
    left: 100%;
}.contact_edu_c .academy_info_P {
    text-align: center;
    background-color: rgb(176,109,143);
    margin-top: 0;
    z-index: 1;
    clip-path: polygon(0 30%, 100% 0, 100% 100%, 0 100%);
    padding: 6rem 0 2rem;
    position: relative;
}.contact_edu_c .academy_info_P::before {
    content: '';
    top: 0;
    height: 100%;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.3) 0%, transparent 70%);
    z-index: -1;
    left: 0;
    position: absolute;
    width: 100%;
}.contact_edu_c .footer_benefit_z {
    font-size: 14px;
    opacity: 0.7;
    color: #ffffff;
}

@media (max-width: 1200px) {.contact_edu_c .edu_asknow_X {
    gap: 1.5rem;
    grid-template-columns: repeat(2, 1fr);
}.contact_edu_c .text_main_holder {
    grid-template-columns: 1fr 1.5fr;
}.contact_edu_c .subscribe_holder {
    grid-column: 1 / -1;
}
}

@media (max-width: 991px) {.contact_edu_c .text_main_holder {
    grid-template-columns: 1fr;
}.contact_edu_c .header_base_N,
    .contact_edu_c .header_main_p,
    .contact_edu_c .subscribe_holder {
    clip-path: none;
}.contact_edu_c .header_main_p {
    padding: 3rem 2rem;
}.contact_edu_c .header_base_N {
    padding: 3rem 2rem;
    text-align: center;
    align-items: center;
}.contact_edu_c .subscribe_holder {
    padding: 3rem 2rem;
}.contact_edu_c .academy_info_P {
    clip-path: none;
    padding: 3rem 0 2rem;
}
}

@media (max-width: 768px) {.contact_edu_c .edu_asknow_X {
    padding: 2.5rem 1.5rem 3rem;
    grid-template-columns: 1fr;
    margin-bottom: 0;
    clip-path: none;
}.contact_edu_c .top_nav_i {
    grid-template-columns: 1fr;
}.contact_edu_c .header_main_p h5,
    .contact_edu_c .subscribe_holder h5 {
    text-align: center;
    display: block;
}.contact_edu_c .header_main_p h5::after {
    transform: translateX(-50%);
    left: 50%;
}.contact_edu_c .subscribe_holder p {
    text-align: center;
}
}

@media (max-width: 576px) {.contact_edu_c .header_base_N,
    .contact_edu_c .header_main_p,
    .contact_edu_c .subscribe_holder {
    padding: 2.5rem 1.5rem;
}.contact_edu_c .academy_info_P {
    padding: 2.5rem 0 1.5rem;
}.contact_edu_c .info_item {
    padding: 0.5rem 0;
}.contact_edu_c .info_item p,
    .contact_edu_c .info_item a {
    justify-content: center;
}}.price_deck_grid_V {
    padding: 6rem 0;
    background-color: rgb(230,224,228);
    position: relative;
    overflow: hidden;
}.price_deck_grid_V::before {
    position: absolute;
    z-index: 1;
    pointer-events: none;
    content: "";
    left: 0;
    height: 100%;
    top: 0;
    width: 100%;
    background: linear-gradient(135deg, rgb(203,179,191,0.5) 0%, transparent 70%);
}.price_deck_grid_V::after {
    pointer-events: none;
    transform: rotate(-15deg);
    content: "";
    right: -5rem;
    width: 20rem;
    position: absolute;
    background: linear-gradient(225deg, rgb(176,109,143) 0%, transparent 80%);
    z-index: 1;
    opacity: 0.15;
    bottom: -5rem;
    height: 20rem;
}.price_deck_grid_V .container {
    margin: 0 auto;
    position: relative;
    padding: 0 2rem;
    max-width: 1400px;
    z-index: 2;
}.price_deck_grid_V .study_pricing_i {
    gap: 3rem;
    display: grid;
    grid-template-columns: 1fr;
    position: relative;
}.price_deck_grid_V .study_price_f {
    border-left: 4px solid rgb(203,179,191);
    transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    background-color: #ffffff;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
    transform: translateZ(0);
    position: relative;
    padding: 2rem;
}.price_deck_grid_V .study_price_f::before {
    background-color: rgb(203,179,191);
    z-index: -1;
    content: "";
    height: 40px;
    transform: rotate(45deg);
    width: 40px;
    position: absolute;
    top: 20px;
    left: -20px;
}.price_deck_grid_V .study_price_f h2 {
    font-size: 34px;
    margin-bottom: 1.5rem;
    transform: perspective(800px) translateZ(30px);
    position: relative;
    color: #000000;
    font-weight: 700;
}.price_deck_grid_V .study_price_f h2::after {
    left: 0;
    height: 3px;
    background: linear-gradient(90deg, rgb(203,179,191), rgb(176,109,143));
    width: 80px;
    content: "";
    bottom: -10px;
    position: absolute;
}.price_deck_grid_V .study_price_f .deal_opts_l {
    max-width: 80%;
    font-size: 12px;
    color: #000000;
    line-height: 1.6;
}.price_deck_grid_V .class_deals_x {
    perspective: 1000px;
    gap: 2rem;
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
}.price_deck_grid_V .promo_cost_L {
    transform-style: preserve-3d;
    color: inherit;
    text-decoration: none;
    transition: all 0.4s ease;
    position: relative;
    display: block;
}.price_deck_grid_V .promo_cost_L:hover {
    transform: translateY(-10px);
}.price_deck_grid_V .pro_rates_U {
    flex-direction: column;
    height: 100%;
    transition: transform 0.5s cubic-bezier(0.23, 1, 0.32, 1), box-shadow 0.5s ease;
    overflow: hidden;
    transform: translateZ(0);
    background-color: #ffffff;
    position: relative;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
    border-radius: 10px;
    display: flex;
}.price_deck_grid_V .promo_cost_L:hover .pro_rates_U {
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.12), 0 0 0 1px rgb(203,179,191,0.5);
    transform: translateZ(20px);
}.price_deck_grid_V .promo_cost_L:nth-child(odd) .pro_rates_U {
    transform: rotate(-1deg);
}.price_deck_grid_V .promo_cost_L:nth-child(even) .pro_rates_U {
    transform: rotate(1deg);
}.price_deck_grid_V .promo_cost_L:hover .pro_rates_U {
    transform: rotate(0) translateZ(20px);
}.price_deck_grid_V .fee_plan_D {
    word-break: break-word;
    z-index: 2;
    padding: 2rem;
    position: relative;
    overflow-wrap: break-word;
    flex-direction: column;
    display: flex;
    flex: 1;
}.price_deck_grid_V .fee_plan_D::before {
    top: 0;
    background: linear-gradient(135deg, #ffffff 0%, rgba(255, 255, 255, 0.8) 100%);
    content: "";
    left: 0;
    z-index: -1;
    height: 100%;
    position: absolute;
    width: 100%;
}.price_deck_grid_V .fee_plan_D h3 {
    margin-bottom: 1rem;
    transform: translateZ(10px);
    font-size: calc(20px * 1.2);
    position: relative;
    font-weight: 600;
    transition: transform 0.3s ease;
    color: #000000;
}.price_deck_grid_V .promo_cost_L:hover .fee_plan_D h3 {
    transform: translateZ(25px);
}.price_deck_grid_V .fee_plan_D h3::after {
    content: "";
    width: 40px;
    background: rgb(203,179,191);
    bottom: -8px;
    position: absolute;
    left: 0;
    height: 3px;
    transition: width 0.3s ease;
}.price_deck_grid_V .promo_cost_L:hover .fee_plan_D h3::after {
    width: 60px;
}.price_deck_grid_V .tuition_grid_I {
    color: rgb(203,179,191);
    transform: translateZ(15px);
    font-weight: 700;
    display: block;
    font-size: calc(20px * 1.8);
    position: relative;
    margin: 0.5rem 0 1.5rem;
}.price_deck_grid_V .tuition_grid_I::before {
    content: "";
    width: 80px;
    position: absolute;
    height: 2px;
    background: linear-gradient(90deg, rgb(203,179,191,0.5), transparent);
    left: 0;
    bottom: -8px;
}.price_deck_grid_V .fee_plan_D p {
    overflow-wrap: break-word;
    line-height: 1.6;
    flex: 1;
    font-size: 12px;
    color: #000000;
    word-break: break-word;
    margin-top: 1rem;
}.price_deck_grid_V .img_vertical_p {
    position: relative;
    overflow: hidden;
    transform: translateZ(0);
    height: 200px;
    transition: transform 0.5s ease;
    width: 100%;
}.price_deck_grid_V .promo_cost_L:hover .img_vertical_p {
    transform: scale(1.05) translateZ(0);
}.price_deck_grid_V .img_vertical_p::after {
    left: 0;
    width: 100%;
    z-index: 1;
    bottom: 0;
    content: "";
    height: 50%;
    position: absolute;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.6), transparent);
}.price_deck_grid_V .img_vertical_p::before {
    top: 0;
    z-index: 1;
    content: "";
    background: rgb(203,179,191);
    left: 0;
    opacity: 0.15;
    width: 100%;
    transition: opacity 0.3s ease;
    height: 100%;
    position: absolute;
}.price_deck_grid_V .promo_cost_L:hover .img_vertical_p::before {
    opacity: 0.05;
}

@media (min-width: 992px) {.price_deck_grid_V .study_pricing_i {
    gap: 4rem;
    grid-template-columns: 2fr 1fr;
}.price_deck_grid_V .study_price_f {
    padding: 3rem;
}.price_deck_grid_V .class_deals_x {
    grid-column: 1;
    grid-row: 1;
}.price_deck_grid_V .study_price_f {
    top: 2rem;
    transform: perspective(1000px) rotateY(-5deg) translateZ(0);
    grid-column: 2;
    position: sticky;
    align-self: start;
    grid-row: 1;
}.price_deck_grid_V .study_price_f:hover {
    transform: perspective(1000px) rotateY(0) translateZ(30px);
}
}

@media (min-width: 1200px) {.price_deck_grid_V .class_deals_x {
    grid-template-columns: repeat(2, 1fr);
    gap: 2.5rem;
}.price_deck_grid_V .fee_plan_D {
    min-height: 300px;
}
}

@media (max-width: 991px) {.price_deck_grid_V {
    padding: 4rem 0;
}.price_deck_grid_V .study_price_f {
    order: -1;
}.price_deck_grid_V .study_price_f h2 {
    font-size: calc(34px * 0.9);
}.price_deck_grid_V .study_price_f .deal_opts_l {
    max-width: 100%;
}
}

@media (max-width: 767px) {.price_deck_grid_V {
    padding: 3rem 0;
}.price_deck_grid_V .container {
    padding: 0 1.5rem;
}.price_deck_grid_V .class_deals_x {
    grid-template-columns: 1fr;
}.price_deck_grid_V .study_price_f h2 {
    font-size: calc(34px * 0.8);
}.price_deck_grid_V .fee_plan_D {
    padding: 1.5rem;
}.price_deck_grid_V .tuition_grid_I {
    font-size: calc(20px * 1.5);
}.price_deck_grid_V .img_vertical_p {
    height: 180px;
}
}

@media (max-width: 480px) {.price_deck_grid_V .fee_plan_D p {
    font-size: calc(12px * 0.9);
}.price_deck_grid_V .fee_plan_D h3 {
    font-size: 20px;
}.price_deck_grid_V .tuition_grid_I {
    font-size: calc(20px * 1.3);
}.price_deck_grid_V .img_vertical_p {
    height: 160px;
}}.program_offerings_7 {
    position: relative;
    background: linear-gradient(135deg, rgb(230,224,228) 0%, rgba(249, 249, 249, 0.95) 100%);
    overflow: hidden;
    padding: 6rem 0;
}.program_offerings_7::before {
    position: absolute;
    background-size: 60px 60px;
    content: "";
    top: 0;
    z-index: 0;
    left: 0;
    opacity: 0.05;
    background-image: 
        linear-gradient(45deg, rgb(176,109,143,0.5) 25%, transparent 25%),
        linear-gradient(-45deg, rgb(176,109,143,0.5) 25%, transparent 25%);
    bottom: 0;
    right: 0;
}.program_offerings_7 .container {
    padding: 0 2rem;
    position: relative;
    z-index: 2;
    max-width: 1200px;
    margin: 0 auto;
}.program_offerings_7 .career_path_J {
    opacity: 0;
    animation: fadeIn 0.8s ease-out forwards 0.3s;
    display: grid;
    gap: 3rem;
    grid-template-columns: 1fr;
    transform: translateY(20px);
}.program_offerings_7 .img_vertical_p {
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.12),
                0 8px 16px rgba(0, 0, 0, 0.08);
    transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    position: relative;
    height: 380px;
    transform: perspective(1000px) rotateY(-2deg);
}.program_offerings_7 .img_vertical_p::after {
    background: linear-gradient(to bottom right, 
                rgb(203,179,191,0.5) 0%, 
                transparent 40%, 
                transparent 60%, 
                rgb(176,109,143,0.5) 100%);
    opacity: 0.5;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1;
    left: 0;
    bottom: 0;
    content: "";
    transition: opacity 0.6s ease;
}.program_offerings_7 .img_vertical_p:hover {
    transform: perspective(1000px) rotateY(0deg) translateY(-5px);
}.program_offerings_7 .img_vertical_p:hover::after {
    opacity: 0.2;
}.program_offerings_7 .text_stack_G {
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    padding: 2rem;
    flex-direction: column;
    position: relative;
    background: #ffffff;
    transform: translateX(0);
    justify-content: center;
    transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    display: flex;
}.program_offerings_7 .text_stack_G::before {
    content: "";
    position: absolute;
    width: 5px;
    top: 0;
    height: 0;
    background: linear-gradient(to bottom, rgb(203,179,191), rgb(176,109,143));
    left: 0;
    transition: height 0.8s cubic-bezier(0.19, 1, 0.22, 1);
}.program_offerings_7 .career_path_J:hover .text_stack_G::before {
    height: 100%;
}.program_offerings_7 h3 {
    font-size: calc(22px * 1.1);
    padding-bottom: 1rem;
    position: relative;
    margin-bottom: 1.5rem;
    transition: transform 0.4s ease;
    font-weight: 700;
    transform: translateY(0);
    color: #000000;
}.program_offerings_7 h3::after {
    height: 3px;
    width: 60px;
    transition: width 0.5s ease;
    background: linear-gradient(90deg, rgb(203,179,191), rgb(176,109,143));
    position: absolute;
    content: "";
    left: 0;
    bottom: 0;
}.program_offerings_7 .text_stack_G:hover h3 {
    transform: translateY(-5px);
}.program_offerings_7 .text_stack_G:hover h3::after {
    width: 100px;
}.program_offerings_7 .description {
    max-height: 200px;
    color: #000000;
    position: relative;
    overflow-y: auto;
    margin-bottom: 1.5rem;
    line-height: 1.7;
    font-size: 13px;
    padding-right: 1rem;
}.program_offerings_7 .description::-webkit-scrollbar {
    width: 4px;
}.program_offerings_7 .description::-webkit-scrollbar-track {
    background: rgba(0, 0, 0, 0.03);
}.program_offerings_7 .description::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background: rgb(176,109,143,0.5);
}.program_offerings_7 span.description {
    display: none;
}

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

@media (min-width: 768px) {.program_offerings_7 {
    padding: 8rem 0;
}.program_offerings_7 .career_path_J {
    grid-template-columns: 1fr 1fr;
    gap: 4rem;
    align-items: center;
}.program_offerings_7 .text_stack_G {
    transform: translateX(-30px);
}.program_offerings_7 .career_path_J:hover .text_stack_G {
    transform: translateX(0);
}.program_offerings_7 .img_vertical_p {
    transform: perspective(1000px) rotateY(-5deg) translateZ(0);
    height: 480px;
}.program_offerings_7 .img_vertical_p:hover {
    transform: perspective(1000px) rotateY(0deg) translateZ(0) translateY(-10px);
}.program_offerings_7 h3 {
    font-size: 22px;
}
}

@media (min-width: 992px) {.program_offerings_7 {
    padding: 10rem 0;
}.program_offerings_7 .container {
    padding: 0 3rem;
}.program_offerings_7 .career_path_J {
    gap: 6rem;
}.program_offerings_7 .text_stack_G {
    padding: 3rem;
}.program_offerings_7 .img_vertical_p {
    height: 550px;
}.program_offerings_7 h3 {
    font-size: calc(22px * 1.2);
    margin-bottom: 2rem;
}.program_offerings_7 .description {
    max-height: 300px;
    line-height: 1.8;
}
}

@media (max-width: 767px) {.program_offerings_7 {
    padding: 4rem 0;
}.program_offerings_7 .container {
    padding: 0 1.5rem;
}.program_offerings_7 .img_vertical_p {
    height: 280px;
    margin-bottom: 1rem;
}.program_offerings_7 .text_stack_G {
    padding: 1.5rem;
}.program_offerings_7 h3 {
    font-size: calc(19px * 1.1);
    margin-bottom: 1rem;
    padding-bottom: 0.75rem;
}.program_offerings_7 .description {
    font-size: calc(13px * 0.95);
    max-height: 180px;
    line-height: 1.6;
}}header {
    width: 100%;
    background: #000000;
    z-index: 1000;
    left: 0;
    background: 
        linear-gradient(170deg, 
            #000000 0%,
            rgb(203,179,191,0.5) 100%);
    top: 0;
    overflow: hidden;
    position: fixed;
}header::before {
    position: absolute;
    width: 100%;
    left: 0;
    content: "";
    opacity: 0.03;
    top: 0;
    height: 100%;
    background: 
        repeating-linear-gradient(
            45deg,
            transparent,
            transparent 10px,
            rgb(176,109,143,0.5) 10px,
            rgb(176,109,143,0.5) 11px
        );
    z-index: 1;
}header::after {
    z-index: 5;
    top: 0;
    animation: gradient-shift 8s linear infinite;
    height: 5px;
    width: 100%;
    content: "";
    background: linear-gradient(90deg, 
        rgb(203,179,191),
        rgb(176,109,143),
        rgb(203,179,191));
    left: 0;
    position: absolute;
    background-size: 200% 100%;
}header .container {
    position: relative;
    align-items: center;
    display: flex;
    flex-direction: column;
    padding: 0;
}header .main_nav_M {
    padding-top: 1.5rem;
    position: relative;
    flex-direction: column;
    display: flex;
    align-items: center;
    z-index: 2;
    width: 100%;
}header .header_nav_T {
    margin-bottom: 2rem;
    text-decoration: none;
    z-index: 3;
    padding: 0.5rem 2rem;
    position: relative;
    display: flex;
    justify-content: center;
}header .header_nav_T::before {
    bottom: -10px;
    position: absolute;
    background: linear-gradient(90deg, 
        transparent 0%,
        rgb(176,109,143,0.5) 20%,
        rgb(176,109,143) 50%,
        rgb(176,109,143,0.5) 80%,
        transparent 100%);
    content: "";
    height: 1px;
    width: 160%;
    left: -30%;
}header .header_nav_T::after {
    z-index: -1;
    height: 40px;
    position: absolute;
    width: 40px;
    opacity: 0.5;
    animation: orb-float 5s ease-in-out infinite alternate;
    filter: blur(20px);
    border-radius: 50%;
    content: "";
    background: rgb(203,179,191,0.5);
}header .header_nav_T svg {
    position: relative;
    filter: drop-shadow(0 0 8px rgb(203,179,191,0.5));
    height: 48px;
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    z-index: 2;
    width: auto;
}header .header_nav_T:hover svg {
    transform: scale(1.08);
    filter: drop-shadow(0 0 12px rgb(203,179,191));
}header .header_main_p {
    position: relative;
    width: 100vw;
    background: linear-gradient(to bottom, 
        #000000 0%,
        rgba(0, 0, 0, 0.5) 100%);
    padding: 1rem 0;
    mask-image: linear-gradient(90deg, 
        transparent 0%,
        #000 5%,
        #000 95%,
        transparent 100%);
    justify-content: center;
    gap: 1rem;
    scrollbar-width: none;
    display: flex;
    overflow-x: auto;
}header .header_main_p::-webkit-scrollbar {
    display: none;
}header .header_main_p::before {
    height: 1px;
    width: 100%;
    top: 0;
    left: 0;
    position: absolute;
    background: rgb(203,179,191,0.5);
    content: "";
}header .nav_site_Q {
    font-weight: 400;
    border: 1px solid rgb(203,179,191,0.5);
    transition: all 0.3s ease;
    letter-spacing: 0.5px;
    color: #ffffff;
    background: linear-gradient(135deg,
        #000000 0%,
        rgba(0, 0, 0, 0.5) 100%);
    position: relative;
    border-radius: 10px;
    text-decoration: none;
    overflow: hidden;
    font-size: 13px;
    white-space: nowrap;
    font-family: Arial, sans-serif;
    padding: 0.6rem 1.8rem;
}header .nav_site_Q::before {
    position: absolute;
    background: linear-gradient(90deg,
        transparent,
        rgb(176,109,143,0.5),
        transparent);
    width: 100%;
    height: 100%;
    content: "";
    transition: left 0.5s ease;
    left: -100%;
    top: 0;
    opacity: 0.5;
}header .nav_site_Q::after {
    border-radius: 50%;
    position: absolute;
    background: rgb(176,109,143);
    top: 50%;
    transform: translateY(-50%) scale(0);
    right: 12px;
    width: 8px;
    box-shadow: 0 0 10px rgb(176,109,143);
    transition: transform 0.3s ease;
    content: "";
    height: 8px;
}header .nav_site_Q:hover {
    color: rgb(176,109,143);
    border-color: rgb(176,109,143);
    box-shadow: 0 0 15px rgb(203,179,191,0.5),
                inset 0 0 10px rgb(203,179,191,0.5);
    transform: translateY(-2px);
}header .nav_site_Q:hover::before {
    left: 100%;
}header .nav_site_Q:hover::after {
    transform: translateY(-50%) scale(1);
}

@keyframes gradient-shift {
    0% {
        background-position: 0% 50%;
    }
    100% {
        background-position: 200% 50%;
    }
}

@keyframes orb-float {
    0% {
        transform: translate(0, 0);
    }
    100% {
        transform: translate(30px, 10px);
    }
}

@media (max-width: 991px) {header .header_nav_T {
    margin-bottom: 1.5rem;
}header .header_nav_T svg {
    height: 42px;
}header .nav_site_Q {
    padding: 0.5rem 1.5rem;
    font-size: calc(13px - 1px);
}
}

@media (max-width: 767px) {header .main_nav_M {
    padding-top: 1rem;
}header .header_nav_T {
    margin-bottom: 1rem;
}header .header_nav_T svg {
    height: 36px;
}header .header_main_p {
    justify-content: flex-start;
    padding: 0.8rem 0;
}header .nav_site_Q {
    font-size: calc(13px - 2px);
    margin: 0 0.2rem;
    padding: 0.4rem 1.2rem;
}header .nav_site_Q:first-child {
    margin-left: 1rem;
}header .nav_site_Q:last-child {
    margin-right: 1rem;
}header .nav_site_Q::after {
    height: 6px;
    right: 8px;
    width: 6px;
}}.cookieNotificationAlert_A {
    border-top: 3px solid rgb(203,179,191);
    z-index: 90;
    padding: 20px 0;
    position: fixed;
    width: 100%;
    box-shadow: 0 -4px 10px rgba(0, 0, 0, 0.5);
    background: rgb(230,224,228);
    bottom: 0;
}.visitor_confirm_Y {
    margin: auto;
    max-width: 1200px;
    flex-wrap: nowrap;
    display: flex;
    justify-content: space-between;
    padding: 0 20px;
    align-items: center;
}#cookieAlertPrompt_r {
    display: none;
}#cookieAlertPrompt_r:checked ~ .cookieNotificationAlert_A {
    visibility: hidden;
    opacity: 0;
}.cookieNotificationAlert_A h5 {
    text-transform: uppercase;
    font-size: 20px;
    color: rgb(203,179,191);
    font-weight: 700;
    letter-spacing: 1px;
    margin-bottom: 6px;
}.cookieNotificationAlert_A p {
    color: #000000;
    font-size: 15px;
    max-width: 500px;
}.track_alert_O {
    margin-right: 20px;
    flex-shrink: 0;
}.track_alert_O svg, .track_alert_O svg path {
    width: 80px;
    height: 80px;
    fill: rgb(203,179,191);
}.cookie_visitor_N {
    text-decoration: none;
    border-radius: 10px;
    background: rgb(203,179,191);
    transition: border 0.2s;
    flex-shrink: 0;
    min-width: 140px;
    border: 2px solid transparent;
    font-weight: 600;
    margin-left: 10px;
    color: #ffffff;
    padding: 12px 24px;
    font-size: 18px;
    text-transform: uppercase;
    text-align: center;
}.cookie_button.edu_track_6 {
    background: rgb(203,179,191);
}.cookie_button.privacy_gate_9 {
    background: rgb(176,109,143);
}.cookie_visitor_N:hover {
    border: 2px solid #ffffff;
}.cookieNotificationAlert_A p a {
    font-weight: 700;
    color: rgb(203,179,191);
    text-decoration: underline;
}
@media only screen and (max-width: 1200px) {.visitor_confirm_Y {
    padding: 0 10px;
}
}
@media only screen and (max-width: 800px) {.track_alert_O {
    display: none;
}.visitor_confirm_Y {
    text-align: center;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}.cookieNotificationAlert_A h5, .cookieNotificationAlert_A p {
    text-align: center;
}.consent_panel_5 {
    margin-bottom: 20px;
}.cookie_visitor_N {
    margin-left: 0;
    margin-top: 10px;
    max-width: 300px;
    width: 100%;
}}
.segment-wrapper_P .cookieNotificationAlert_A {
    background: rgb(176,109,143);
    border: none;
    padding: 30px 0;
}.segment-wrapper_P .cookie_visitor_N {
    font-size: 18px;
    border-radius: 10px;
    color: #ffffff;
    font-weight: 600;
    margin-left: 0;
    background: rgb(203,179,191);
    border: none;
}.segment-wrapper_P .consent_panel_5 h5, .segment-wrapper_P .consent_panel_5 p {
    color: #ffffff;
}.meet_us_O {
    position: relative;
    overflow: hidden;
    padding: 120px 0;
}.meet_us_O::before {
    left: 0;
    width: 100%;
    top: 0;
    position: absolute;
    background: linear-gradient(135deg, rgb(176,109,143,0.5) 0%, rgba(0, 0, 0, 0.5) 100%);
    height: 100%;
    backdrop-filter: blur(5px);
    z-index: 1;
    content: "";
}.meet_us_O .container {
    margin: 0 auto;
    position: relative;
    z-index: 2;
    padding: 0 30px;
    max-width: 1200px;
}.meet_us_O .text_stack_G {
    background: linear-gradient(to right, rgba(255, 255, 255, 0.92), rgba(255, 255, 255, 0.97));
    max-width: 90%;
    position: relative;
    margin-left: auto;
    transform: perspective(1000px) rotateY(-2deg);
    padding: 50px 60px;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
}.meet_us_O .text_stack_G::before {
    background: rgb(203,179,191);
    top: 40px;
    transform-origin: top;
    height: calc(100% - 80px);
    animation: lineGrow 1.2s 0.3s cubic-bezier(0.17, 0.67, 0.32, 1.1) forwards;
    content: "";
    left: -20px;
    position: absolute;
    width: 5px;
    transform: scaleY(0);
}.meet_us_O .text_stack_G::after {
    height: 100%;
    position: absolute;
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%, 40% 50%);
    content: "";
    background: linear-gradient(to bottom, rgb(176,109,143), rgb(203,179,191));
    right: 0;
    top: 0;
    width: 15px;
}.meet_us_O h5 {
    opacity: 0;
    display: inline-block;
    animation: slideIn 0.7s 0.2s cubic-bezier(0.17, 0.67, 0.32, 1.1) forwards;
    margin: 0 0 10px;
    font-family: Arial, sans-serif;
    text-transform: uppercase;
    transform: translateX(-20px);
    color: rgb(203,179,191);
    font-size: 19px;
    letter-spacing: 2px;
    position: relative;
}.meet_us_O h5::after {
    height: 2px;
    bottom: -5px;
    animation: lineExpand 0.7s 0.9s forwards ease-out;
    content: "";
    left: 0;
    position: absolute;
    background: rgb(203,179,191);
    width: 0;
}.meet_us_O .text_stack_G div:nth-child(2) p {
    color: #000000;
    transform: translateY(20px);
    font-family: Arial, sans-serif;
    font-size: calc(38px * 0.85);
    position: relative;
    margin: 0 0 30px;
    font-weight: 700;
    opacity: 0;
    animation: fadeUp 0.8s 0.5s cubic-bezier(0.17, 0.67, 0.32, 1.1) forwards;
}.meet_us_O ol {
    counter-reset: item;
    padding: 0 0 0 20px;
    position: relative;
    margin: 0;
}.meet_us_O ol li {
    line-height: 1.8;
    color: #000000;
    position: relative;
    opacity: 0;
    font-family: Arial, sans-serif;
    animation: fadeUp 1s 0.7s cubic-bezier(0.17, 0.67, 0.32, 1.1) forwards;
    padding: 0;
    margin: 0;
    font-size: 16px;
    transform: translateY(30px);
    list-style-type: none;
}.meet_us_O ol li::before {
    width: 8px;
    position: absolute;
    top: 0.9em;
    content: "";
    background-color: rgb(176,109,143);
    animation: dotScale 0.5s 1.5s forwards cubic-bezier(0.17, 0.67, 0.32, 1.5);
    left: -20px;
    transform: scale(0);
    height: 8px;
    border-radius: 50%;
}

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

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

@keyframes lineExpand {
    to {
        width: 100%;
    }
}

@keyframes lineGrow {
    to {
        transform: scaleY(1);
    }
}

@keyframes dotScale {
    to {
        transform: scale(1);
    }
}

@media (max-width: 1200px) {.meet_us_O {
    padding: 100px 0;
}.meet_us_O .text_stack_G {
    max-width: 95%;
    padding: 40px 50px;
}
}

@media (max-width: 992px) {.meet_us_O {
    padding: 80px 0;
}.meet_us_O .text_stack_G {
    padding: 35px 40px;
    transform: perspective(1000px) rotateY(-1deg);
}.meet_us_O h5 {
    font-size: calc(19px * 0.95);
}.meet_us_O .text_stack_G div:nth-child(2) p {
    font-size: calc(38px * 0.8);
    margin-bottom: 25px;
}
}

@media (max-width: 768px) {.meet_us_O {
    padding: 70px 0;
}.meet_us_O .text_stack_G {
    transform: none;
    padding: 30px;
    max-width: 100%;
}.meet_us_O .text_stack_G::before {
    top: 30px;
    height: calc(100% - 60px);
    width: 4px;
    left: -15px;
}.meet_us_O .text_stack_G::after {
    width: 10px;
}.meet_us_O h5 {
    font-size: calc(19px * 0.9);
}.meet_us_O .text_stack_G div:nth-child(2) p {
    font-size: calc(38px * 0.75);
    margin-bottom: 20px;
}.meet_us_O ol li {
    line-height: 1.7;
    font-size: calc(16px * 0.95);
}
}

@media (max-width: 576px) {.meet_us_O {
    padding: 60px 0;
}.meet_us_O .container {
    padding: 0 20px;
}.meet_us_O .text_stack_G {
    padding: 25px 20px;
}.meet_us_O .text_stack_G::before {
    top: 25px;
    height: calc(100% - 50px);
    left: -10px;
    width: 3px;
}.meet_us_O h5 {
    letter-spacing: 1px;
    font-size: calc(19px * 0.85);
}.meet_us_O .text_stack_G div:nth-child(2) p {
    margin-bottom: 15px;
    font-size: calc(38px * 0.7);
}.meet_us_O ol {
    padding: 0 0 0 15px;
}.meet_us_O ol li {
    line-height: 1.6;
    font-size: calc(16px * 0.9);
}.meet_us_O ol li::before {
    height: 6px;
    left: -15px;
    width: 6px;
}
}

@media (max-width: 400px) {.meet_us_O {
    padding: 50px 0;
}.meet_us_O .text_stack_G {
    padding: 20px 15px;
}.meet_us_O h5 {
    font-size: calc(19px * 0.8);
}.meet_us_O .text_stack_G div:nth-child(2) p {
    font-size: calc(38px * 0.65);
}.meet_us_O ol li {
    line-height: 1.5;
    font-size: calc(16px * 0.85);
}
}

@media (hover: hover) {.meet_us_O .text_stack_G:hover {
    transform: perspective(1000px) rotateY(0deg);
    transition: transform 0.8s cubic-bezier(0.17, 0.67, 0.32, 1.1);
}}.landing_page_h {
    background: linear-gradient(135deg, rgb(230,224,228) 0%, rgba(94,170,168,0.1) 100%);
    padding: 6% 4%;
    justify-content: center;
    position: relative;
    overflow: hidden;
    flex-direction: column;
    display: flex;
    min-height: 85vh;
}.landing_page_h::before {
    content: "";
    height: 100%;
    background: linear-gradient(180deg, transparent 0%, rgba(94,170,168,0.05) 80%);
    clip-path: polygon(0 70%, 100% 40%, 100% 100%, 0 100%);
    z-index: 0;
    position: absolute;
    top: 0;
    width: 100%;
    left: 0;
}.landing_page_h::after {
    z-index: 0;
    opacity: 0.08;
    filter: blur(40px);
    animation: float 12s infinite ease-in-out;
    content: "";
    top: -5%;
    right: -5%;
    height: 25%;
    width: 25%;
    border-radius: 50%;
    position: absolute;
    background: rgb(176,109,143);
}.landing_page_h h1 {
    transform: translateX(-0.5rem);
    font-size: calc(23px * 1.2);
    opacity: 0.9;
    font-weight: 600;
    color: rgb(203,179,191);
    z-index: 2;
    text-shadow: 0 2px 4px rgba(0,0,0,0.05);
    margin-bottom: 1.5rem;
    position: relative;
    letter-spacing: 0.5px;
}.landing_page_h h1::before {
    transform: scaleX(1);
    content: "";
    left: 0;
    transform-origin: left;
    transition: transform 0.4s cubic-bezier(0.23, 1, 0.32, 1);
    height: 3px;
    position: absolute;
    bottom: -0.5rem;
    background: linear-gradient(90deg, rgb(176,109,143) 0%, rgba(94,170,168,0.3) 100%);
    width: 3rem;
}.landing_page_h .pedagogy_info_o {
    position: relative;
    z-index: 2;
    display: flex;
    flex-direction: column;
    gap: 2rem;
}.landing_page_h .text_stack_G {
    flex: 1;
    flex-direction: column;
    justify-content: center;
    display: flex;
    padding: 0 1rem 0 0;
}.landing_page_h .text_stack_G ol {
    list-style: none;
    margin: 0;
    display: flex;
    flex-direction: column;
    padding: 0;
    gap: 2.5rem;
}.landing_page_h .text_stack_G ol li {
    margin: 0;
}.landing_page_h .text_stack_G ol li:first-child {
    position: relative;
}.landing_page_h .start_base_Z {
    gap: 1.5rem;
    display: flex;
    flex-direction: column;
}.landing_page_h .start_base_Z svg {
    width: 90px;
    margin-bottom: 0.5rem;
    transform: translateX(-0.5rem);
    transition: transform 0.4s ease-out, filter 0.4s ease;
    filter: drop-shadow(0 4px 6px rgba(94,170,168,0.15));
    height: 90px;
}.landing_page_h .start_base_Z svg:hover {
    filter: drop-shadow(0 6px 12px rgba(94,170,168,0.25));
    transform: translateX(-0.5rem) scale(1.05);
}.landing_page_h .start_base_Z svg path {
    transition: fill 0.3s ease;
}.landing_page_h .start_base_Z svg text {
    transition: fill 0.3s ease;
    font-family: Arial, sans-serif;
}.landing_page_h .start_base_Z p {
    line-height: 1.6;
    color: #000000;
    font-size: calc(12px * 1.3);
    letter-spacing: 0.3px;
    position: relative;
    max-width: 95%;
    margin: 0;
}.landing_page_h .start_base_Z p::after {
    height: 1px;
    bottom: -1rem;
    width: 35%;
    left: 0;
    content: "";
    position: absolute;
    background: linear-gradient(90deg, rgb(176,109,143) 30%, transparent 100%);
}.landing_page_h .support_message_h {
    padding: 1rem 2rem;
    overflow: hidden;
    text-decoration: none;
    background: linear-gradient(135deg, rgb(176,109,143) 0%, rgb(94,170,168) 100%);
    position: relative;
    color: #ffffff;
    letter-spacing: 0.5px;
    width: fit-content;
    border-radius: 10px;
    font-size: 18px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    z-index: 1;
    transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275), box-shadow 0.4s ease;
    font-weight: 600;
    box-shadow: 0 4px 20px rgba(94,170,168,0.25);
}.landing_page_h .support_message_h::before {
    width: 100%;
    content: "";
    transition: opacity 0.4s ease;
    position: absolute;
    top: 0;
    left: 0;
    background: linear-gradient(135deg, rgb(94,170,168) 0%, rgb(176,109,143) 100%);
    z-index: -1;
    opacity: 0;
    height: 100%;
}.landing_page_h .support_message_h:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 25px rgba(94,170,168,0.3);
}.landing_page_h .support_message_h:hover::before {
    opacity: 1;
}.landing_page_h .support_message_h:active {
    box-shadow: 0 4px 12px rgba(94,170,168,0.2);
    transform: translateY(0);
}.landing_page_h .img_vertical_p {
    box-shadow: 0 12px 30px rgba(0,0,0,0.15);
    transition: transform 0.5s ease-out, box-shadow 0.5s ease;
    min-height: 300px;
    border-radius: 29px;
    position: relative;
    transform: perspective(1000px) rotateY(-2deg) rotateX(2deg);
    overflow: hidden;
}.landing_page_h .img_vertical_p::before {
    width: 100%;
    left: 0;
    content: "";
    opacity: 0.7;
    position: absolute;
    top: 0;
    background: linear-gradient(135deg, rgba(94,170,168,0.3) 0%, transparent 50%);
    z-index: 1;
    height: 100%;
}.landing_page_h .img_vertical_p::after {
    height: 30%;
    bottom: -2px;
    background: linear-gradient(135deg, transparent 0%, rgb(176,109,143) 100%);
    content: "";
    right: -2px;
    position: absolute;
    z-index: 1;
    width: 60%;
    opacity: 0.1;
    clip-path: polygon(100% 0, 0% 100%, 100% 100%);
}.landing_page_h .img_vertical_p:hover {
    transform: perspective(1000px) rotateY(0deg) rotateX(0deg);
    box-shadow: 0 15px 35px rgba(0,0,0,0.2);
}

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

@media (min-width: 768px) {.landing_page_h {
    padding: 5% 8%;
}.landing_page_h h1 {
    font-size: calc(23px * 1.4);
    transform: translateX(0);
}.landing_page_h .pedagogy_info_o {
    flex-direction: row;
    gap: 4rem;
}.landing_page_h .text_stack_G {
    flex: 1.4;
}.landing_page_h .img_vertical_p {
    flex: 1;
    min-height: 400px;
}.landing_page_h .start_base_Z svg {
    height: 100px;
    width: 100px;
}.landing_page_h .start_base_Z p {
    font-size: calc(12px * 1.5);
    max-width: 90%;
}
}

@media (min-width: 992px) {.landing_page_h {
    min-height: 90vh;
}.landing_page_h .pedagogy_info_o {
    gap: 6rem;
}.landing_page_h .text_stack_G {
    padding: 0 2rem 0 0;
}.landing_page_h .img_vertical_p {
    min-height: 500px;
}.landing_page_h .start_base_Z svg {
    width: 120px;
    height: 120px;
}.landing_page_h .start_base_Z p {
    font-size: calc(12px * 1.6);
    line-height: 1.7;
}.landing_page_h .support_message_h {
    padding: 1.1rem 2.5rem;
}.landing_page_h h1::before {
    width: 5rem;
}
}

@media (min-width: 1200px) {.landing_page_h {
    padding: 4% 10%;
}.landing_page_h h1 {
    font-size: calc(23px * 1.5);
}.landing_page_h .start_base_Z p {
    max-width: 85%;
}.landing_page_h .img_vertical_p {
    transform: perspective(1200px) rotateY(-3deg) rotateX(2deg);
}
}

@media (max-width: 767px) {.landing_page_h {
    padding: 10% 5%;
}.landing_page_h .support_message_h {
    padding: 0.9rem 1.8rem;
    align-self: flex-start;
}.landing_page_h .start_base_Z p {
    font-size: calc(12px * 1.2);
}}.leadership_profile_8 {
    padding: 5rem 2rem;
    position: relative;
    perspective: 1000px;
    background: rgb(230,224,228);
    overflow: hidden;
}.leadership_profile_8::before {
    position: absolute;
    height: 100%;
    opacity: 0.4;
    content: "";
    z-index: 1;
    width: 100%;
    left: 0;
    filter: blur(60px);
    background: conic-gradient(
        from 45deg at 50% 50%,
        rgb(176,109,143,0.5) 0deg,
        rgb(203,179,191,0.5) 90deg,
        rgb(230,224,228) 180deg,
        rgb(203,179,191,0.5) 270deg,
        rgb(176,109,143,0.5) 360deg
    );
    top: 0;
}.leadership_profile_8 .feedback_stars_b {
    z-index: 2;
    transform-style: preserve-3d;
    align-items: center;
    flex-direction: row;
    display: flex;
    gap: 0;
    justify-content: space-between;
    position: relative;
}.leadership_profile_8 .img_vertical_p {
    filter: saturate(0.8);
    width: 40%;
    position: relative;
    transform: rotateY(10deg) translateZ(50px);
    box-shadow: -20px 20px 30px -10px rgba(0, 0, 0, 0.5);
    transition: all 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    height: 400px;
    border-radius: 26px;
}.leadership_profile_8 .img_vertical_p::after {
    left: 0;
    border-radius: 26px;
    position: absolute;
    background: linear-gradient(
        135deg,
        transparent 0%,
        rgb(203,179,191,0.5) 100%
    );
    width: 100%;
    transition: opacity 0.6s ease;
    opacity: 0.4;
    content: "";
    top: 0;
    height: 100%;
}.leadership_profile_8 .img_vertical_p:hover {
    filter: saturate(1.2);
    box-shadow: -30px 30px 50px -10px rgba(0, 0, 0, 0.5);
    transform: rotateY(0deg) translateZ(70px) scale(1.05);
}.leadership_profile_8 .img_vertical_p:hover::after {
    opacity: 0;
}.leadership_profile_8 .career_exp_2 {
    position: relative;
    width: 60%;
    transition: all 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    background: #ffffff;
    transform: rotateY(-5deg) translateZ(30px);
    box-shadow: 20px 20px 30px -10px rgba(0, 0, 0, 0.5);
    padding: 2.5rem;
    border-radius: 26px;
    overflow: hidden;
}.leadership_profile_8 .career_exp_2::before {
    content: "";
    opacity: 0.1;
    left: -50%;
    top: -50%;
    transform: scale(0);
    transition: transform 0.8s ease;
    width: 200%;
    position: absolute;
    background: radial-gradient(
        circle at center,
        rgb(176,109,143,0.5) 0%,
        transparent 70%
    );
    height: 200%;
}.leadership_profile_8 .career_exp_2:hover {
    box-shadow: 30px 30px 50px -10px rgba(0, 0, 0, 0.5);
    transform: rotateY(0deg) translateZ(50px);
}.leadership_profile_8 .career_exp_2:hover::before {
    transform: scale(1);
}.leadership_profile_8 .name {
    font-weight: 700;
    position: relative;
    font-size: 29px;
    margin-bottom: 0.5rem;
    display: inline-block;
    color: rgb(203,179,191);
}.leadership_profile_8 .name::after {
    background: rgb(176,109,143);
    width: 0;
    transition: width 0.4s ease-in-out;
    bottom: -5px;
    content: "";
    height: 3px;
    left: 0;
    position: absolute;
}.leadership_profile_8 .career_exp_2:hover .name::after {
    width: 100%;
}.leadership_profile_8 .career_exp_2 > div:nth-child(2) {
    letter-spacing: 1px;
    color: rgb(176,109,143);
    font-weight: 600;
    margin-bottom: 2rem;
    opacity: 0.9;
    font-size: 22px;
}.leadership_profile_8 .job_overview_l {
    padding-left: 2rem;
    color: #000000;
    font-style: italic;
    border-left: 3px solid rgb(203,179,191,0.5);
    font-weight: 400;
    line-height: 1.7;
    font-size: 12px;
    position: relative;
}.leadership_profile_8 .job_overview_l::before {
    content: "";
    left: -10px;
    font-family: serif;
    font-size: 5rem;
    position: absolute;
    color: rgb(176,109,143,0.5);
    top: -20px;
    opacity: 0.3;
}@keyframes pulse {
    0% {
        box-shadow: 0 0 0 0 rgb(203,179,191,0.5);
    }
    70% {
        box-shadow: 0 0 0 15px rgba(0, 0, 0, 0);
    }
    100% {
        box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
    }
}

.leadership_profile_8 .img_vertical_p:hover {
    animation: pulse 1.5s infinite;
}

@media (max-width: 992px) {.leadership_profile_8 .feedback_stars_b {
    flex-direction: column;
}.leadership_profile_8 .img_vertical_p,
    .leadership_profile_8 .career_exp_2 {
    width: 100%;
    transform: none;
}.leadership_profile_8 .img_vertical_p {
    height: 300px;
    margin-bottom: 2rem;
}.leadership_profile_8 .img_vertical_p:hover,
    .leadership_profile_8 .career_exp_2:hover {
    transform: translateY(-10px);
}}.educational_yield_l {
    perspective: 1000px;
    background: linear-gradient(to right, rgb(230,224,228) 0%, #ffffff 100%);
    padding: 8rem 0;
    overflow: hidden;
    position: relative;
}.educational_yield_l::before {
    right: -10%;
    background: linear-gradient(135deg, transparent 0%, rgb(203,179,191,0.5) 100%);
    opacity: 0.5;
    content: '';
    width: 70%;
    z-index: 1;
    height: 120%;
    position: absolute;
    top: -10%;
    transform: rotate(-15deg);
}.educational_yield_l .pedagogy_info_o {
    max-width: 100%;
    display: flex;
    margin: 0 auto;
    width: 100%;
    position: relative;
    z-index: 2;
}.educational_yield_l .img_vertical_p {
    transform-origin: left center;
    transition: transform 0.5s ease;
    box-shadow: 20px 20px 60px rgba(0, 0, 0, 0.15);
    z-index: 2;
    transform: rotateY(15deg) translateX(-5vw);
    height: 600px;
    position: relative;
    width: 50%;
}.educational_yield_l .img_vertical_p:hover {
    transform: rotateY(5deg) translateX(-3vw);
}.educational_yield_l .img_vertical_p::after {
    inset: 0;
    content: '';
    background: linear-gradient(to right, rgb(203,179,191,0.5) 0%, transparent 100%);
    z-index: 1;
    position: absolute;
}.educational_yield_l .text_stack_G {
    transform-origin: right center;
    transition: transform 0.5s ease;
    width: 50%;
    padding: 3rem 5vw;
    transform: rotateY(-5deg);
}.educational_yield_l .text_stack_G:hover {
    transform: rotateY(0deg);
}.educational_yield_l h2 {
    padding-left: 2rem;
    font-size: 37px;
    color: #000000;
    position: relative;
    margin-bottom: 3rem;
    font-weight: 700;
    border-left: 5px solid rgb(203,179,191);
}.educational_yield_l .text_main_holder {
    position: relative;
    display: grid;
    grid-template-columns: 1fr;
    gap: 2rem;
}.educational_yield_l .text_main_holder > div {
    align-items: flex-start;
    z-index: 1;
    border-radius: 13px;
    position: relative;
    overflow: hidden;
    transition: all 0.4s ease;
    padding: 2rem;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.05);
    background: #ffffff;
    display: flex;
}.educational_yield_l .text_main_holder > div::before {
    position: absolute;
    transition: opacity 0.4s ease;
    background: linear-gradient(135deg, rgb(203,179,191,0.5) 0%, transparent 100%);
    z-index: -1;
    inset: 0;
    opacity: 0;
    content: '';
}.educational_yield_l .text_main_holder > div:hover {
    transform: translateX(1rem) scale(1.03);
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.1);
}.educational_yield_l .text_main_holder > div:hover::before {
    opacity: 1;
}.educational_yield_l .text_main_holder svg {
    transition: all 0.3s ease;
    margin-right: 1.5rem;
    height: 3rem;
    width: 3rem;
    flex-shrink: 0;
}.educational_yield_l .text_main_holder > div:hover svg {
    transform: rotate(10deg);
}.educational_yield_l .text_main_holder svg path {
    transition: fill 0.3s ease;
    fill: rgb(203,179,191);
}.educational_yield_l .text_main_holder > div:hover svg path {
    fill: rgb(176,109,143);
}.educational_yield_l .text_main_holder p {
    margin: 0;
    line-height: 1.6;
    color: #000000;
    font-size: 18px;
}

@media (max-width: 1200px) {.educational_yield_l .img_vertical_p {
    width: 45%;
    height: 500px;
}.educational_yield_l .text_stack_G {
    width: 55%;
}
}

@media (max-width: 992px) {.educational_yield_l {
    perspective: none;
    padding: 6rem 0;
}.educational_yield_l .pedagogy_info_o {
    max-width: 90%;
    flex-direction: column;
}.educational_yield_l .img_vertical_p {
    margin-bottom: 3rem;
    width: 100%;
    transform: none;
    height: 400px;
}.educational_yield_l .img_vertical_p:hover {
    transform: none;
}.educational_yield_l .text_stack_G {
    transform: none;
    width: 100%;
    padding: 0;
}.educational_yield_l .text_stack_G:hover {
    transform: none;
}.educational_yield_l .text_main_holder > div:hover {
    transform: translateX(0) scale(1.03);
}
}

@media (max-width: 768px) {.educational_yield_l {
    padding: 5rem 0;
}.educational_yield_l .img_vertical_p {
    height: 350px;
}.educational_yield_l h2 {
    margin-bottom: 2.5rem;
    font-size: calc(37px * 0.9);
}.educational_yield_l .text_main_holder > div {
    padding: 1.5rem;
}
}

@media (max-width: 576px) {.educational_yield_l .pedagogy_info_o {
    max-width: 95%;
}.educational_yield_l .img_vertical_p {
    height: 250px;
}.educational_yield_l h2 {
    padding-left: 1.5rem;
}.educational_yield_l .text_main_holder > div {
    padding: 1.2rem;
}.educational_yield_l .text_main_holder svg {
    height: 2.5rem;
    margin-right: 1rem;
    width: 2.5rem;
}}.contact_form_section_P {
    padding: 120px 0;
    overflow: hidden;
    background: linear-gradient(135deg, rgb(230,224,228) 0%, rgba(16, 22, 47, 0.95) 100%);
    position: relative;
}.contact_form_section_P::before {
    top: 0;
    height: 100%;
    position: absolute;
    animation: gridMove 20s linear infinite;
    background: 
        linear-gradient(90deg, transparent 0%, rgba(rgb(203,179,191), 0.03) 50%, transparent 100%),
        linear-gradient(180deg, transparent 0%, rgba(rgb(176,109,143), 0.04) 50%, transparent 100%);
    content: "";
    left: 0;
    width: 100%;
    background-size: 20px 20px, 20px 20px;
}.contact_form_section_P::after {
    left: 0;
    content: "";
    background: radial-gradient(
        circle at 20% 30%, 
        rgba(rgb(203,179,191), 0.15) 0%, 
        transparent 50%
    ), radial-gradient(
        circle at 80% 70%, 
        rgba(rgb(176,109,143), 0.15) 0%, 
        transparent 50%
    );
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0.6;
    position: absolute;
    z-index: 0;
}@keyframes gridMove {
    0% {
        background-position: 0 0, 0 0;
    }
    100% {
        background-position: 40px 0, 0 40px;
    }
}

.contact_form_section_P .container {
    z-index: 2;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
    position: relative;
}.contact_form_section_P h2 {
    font-family: Arial, sans-serif;
    color: #ffffff;
    font-weight: 700;
    position: relative;
    letter-spacing: 2px;
    text-transform: uppercase;
    margin-bottom: 15px;
    font-size: 30px;
    text-align: center;
}.contact_form_section_P h2::after {
    border-radius: 1.5px;
    position: absolute;
    background: linear-gradient(90deg, rgb(203,179,191), rgb(176,109,143));
    height: 3px;
    content: "";
    left: 50%;
    width: 80px;
    transform: translateX(-50%);
    bottom: -15px;
}.contact_form_section_P .request_request_j {
    gap: 30px;
    grid-template-columns: 1fr 1fr;
    margin-top: 60px;
    position: relative;
    display: grid;
}.contact_form_section_P .request_request_j::before {
    border: 1px solid rgba(rgb(203,179,191), 0.2);
    height: 100%;
    content: "";
    width: 100%;
    border-radius: 11px;
    z-index: -1;
    top: -8px;
    left: -8px;
    position: absolute;
}.contact_form_section_P .request_request_j::after {
    border-radius: 11px;
    border: 1px solid rgba(rgb(176,109,143), 0.2);
    width: 100%;
    height: 100%;
    z-index: -1;
    position: absolute;
    content: "";
    right: -8px;
    bottom: -8px;
}.contact_form_section_P .img_vertical_p {
    border-radius: 11px;
    position: relative;
    min-height: 550px;
    overflow: hidden;
    height: 100%;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.2);
}.contact_form_section_P .img_vertical_p::before {
    background: linear-gradient(to bottom, transparent 40%, rgba(0, 0, 0, 0.6));
    left: 0;
    content: "";
    position: absolute;
    z-index: 1;
    height: 100%;
    top: 0;
    width: 100%;
}.contact_form_section_P .img_vertical_p::after {
    width: 60px;
    content: "";
    position: absolute;
    height: 60px;
    z-index: 2;
    right: 20px;
    top: 20px;
    border-top: 2px solid rgba(rgb(203,179,191), 0.6);
    border-right: 2px solid rgba(rgb(203,179,191), 0.6);
}.contact_form_section_P .help_list_i {
    border: 1px solid rgba(255, 255, 255, 0.1);
    padding: 50px;
    background: rgba(255, 255, 255, 0.03);
    backdrop-filter: blur(10px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
    border-radius: 11px;
    position: relative;
}.contact_form_section_P .help_list_i::before {
    content: "";
    width: 60px;
    border-left: 2px solid rgba(rgb(176,109,143), 0.6);
    height: 60px;
    border-bottom: 2px solid rgba(rgb(176,109,143), 0.6);
    bottom: 20px;
    left: 20px;
    position: absolute;
}.contact_form_section_P form {
    width: 100%;
}.contact_form_section_P form h3 {
    font-size: 19px;
    margin-bottom: 30px;
    padding-left: 20px;
    font-weight: 600;
    position: relative;
    font-family: Arial, sans-serif;
    color: #ffffff;
}.contact_form_section_P form h3::before {
    left: 0;
    width: 3px;
    background: rgb(203,179,191);
    position: absolute;
    height: 100%;
    border-radius: 10px;
    top: 0;
    content: "";
}.contact_form_section_P form input[type="text"] {
    color: #ffffff;
    margin-bottom: 25px;
    font-size: 15px;
    transition: all 0.3s ease;
    border: 1px solid rgba(255, 255, 255, 0.1);
    font-family: Arial, sans-serif;
    width: 100%;
    background: rgba(255, 255, 255, 0.05);
    padding: 18px 25px;
    border-radius: 10px;
}.contact_form_section_P form input[type="text"]:focus {
    outline: none;
    box-shadow: 0 0 15px rgba(rgb(203,179,191), 0.2);
    background: rgba(255, 255, 255, 0.08);
    border-color: rgb(203,179,191);
}.contact_form_section_P form input[type="text"]::placeholder {
    color: rgba(255, 255, 255, 0.5);
}.contact_form_section_P .feedback_help_l {
    display: flex;
    align-items: flex-start;
    margin-bottom: 30px;
}.contact_form_section_P .feedback_help_l input[type="checkbox"] {
    opacity: 0;
    position: absolute;
}.contact_form_section_P .feedback_help_l label {
    font-size: 14px;
    padding-left: 35px;
    position: relative;
    line-height: 1.5;
    color: rgba(255, 255, 255, 0.7);
    cursor: pointer;
}.contact_form_section_P .feedback_help_l label::before {
    height: 22px;
    left: 0;
    border: 1px solid rgba(255, 255, 255, 0.1);
    top: 2px;
    transition: all 0.3s ease;
    width: 22px;
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.05);
    position: absolute;
    content: "";
}.contact_form_section_P .feedback_help_l input[type="checkbox"]:checked + label::before {
    background: rgb(203,179,191);
    border-color: rgb(203,179,191);
}.contact_form_section_P .feedback_help_l input[type="checkbox"]:checked + label::after {
    transform: rotate(45deg);
    top: 6px;
    height: 10px;
    left: 8px;
    border-bottom: 2px solid #ffffff;
    content: "";
    position: absolute;
    border-right: 2px solid #ffffff;
    width: 6px;
}.contact_form_section_P .feedback_help_l label a {
    transition: all 0.3s ease;
    position: relative;
    color: rgb(203,179,191);
    font-weight: 600;
    text-decoration: none;
}.contact_form_section_P .feedback_help_l label a:hover {
    color: rgb(176,109,143);
}.contact_form_section_P form .support_message_h {
    color: #ffffff;
    cursor: pointer;
    border: none;
    position: relative;
    font-weight: 600;
    overflow: hidden;
    z-index: 1;
    font-size: 16px;
    transition: all 0.4s ease;
    padding: 16px 40px;
    display: inline-block;
    background: linear-gradient(45deg, rgb(203,179,191), rgb(176,109,143));
    border-radius: 10px;
    font-family: Arial, sans-serif;
}.contact_form_section_P form .support_message_h::before {
    content: "";
    background: linear-gradient(45deg, rgb(176,109,143), rgb(203,179,191));
    width: 100%;
    top: 0;
    transition: all 0.4s ease;
    z-index: -1;
    height: 100%;
    position: absolute;
    left: -100%;
}.contact_form_section_P form .support_message_h:hover::before {
    left: 0;
}.contact_form_section_P form .support_message_h:hover {
    transform: translateY(-3px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
}.contact_form_section_P svg {
    width: 22px;
    height: 22px;
    fill: rgb(203,179,191);
}.contact_form_section_P svg path {
    transition: fill 0.3s ease;
    fill: rgb(203,179,191);
}

@media screen and (max-width: 991px) {.contact_form_section_P {
    padding: 90px 0;
}.contact_form_section_P .request_request_j {
    grid-template-columns: 1fr;
    gap: 40px;
}.contact_form_section_P .img_vertical_p {
    min-height: 400px;
}.contact_form_section_P .help_list_i {
    padding: 40px 30px;
}
}

@media screen and (max-width: 767px) {.contact_form_section_P {
    padding: 70px 0;
}.contact_form_section_P h2 {
    font-size: calc(30px * 0.9);
}.contact_form_section_P .img_vertical_p {
    min-height: 350px;
}.contact_form_section_P .img_vertical_p::after,
    .contact_form_section_P .help_list_i::before {
    width: 40px;
    height: 40px;
}
}

@media screen and (max-width: 576px) {.contact_form_section_P {
    padding: 50px 0;
}.contact_form_section_P h2 {
    font-size: calc(30px * 0.8);
}.contact_form_section_P .request_request_j {
    margin-top: 40px;
}.contact_form_section_P .img_vertical_p {
    min-height: 250px;
}.contact_form_section_P .help_list_i {
    padding: 30px 20px;
}.contact_form_section_P form h3 {
    font-size: calc(19px * 0.9);
    margin-bottom: 25px;
}.contact_form_section_P form input[type="text"] {
    margin-bottom: 20px;
    padding: 15px 20px;
}.contact_form_section_P form .support_message_h {
    padding: 15px 20px;
    width: 100%;
}}.potential_students_D {
    overflow: hidden;
    position: relative;
    background: rgb(230,224,228);
    padding: 100px 0;
}.potential_students_D::before {
    background: 
        radial-gradient(circle at 20% 30%, rgb(203,179,191,0.5) 0%, transparent 40%),
        radial-gradient(circle at 80% 70%, rgb(176,109,143,0.5) 0%, transparent 40%);
    top: 0;
    position: absolute;
    width: 100%;
    z-index: 0;
    height: 100%;
    content: "";
    left: 0;
    opacity: 0.2;
}.potential_students_D .container {
    padding: 0 20px;
    z-index: 1;
    position: relative;
    margin: 0 auto;
    max-width: 1200px;
}.potential_students_D .pedagogy_info_o {
    box-shadow: 
        20px 20px 60px rgba(0, 0, 0, 0.1),
        -20px -20px 60px rgba(255, 255, 255, 0.8);
    background: rgb(230,224,228);
    padding: 50px;
    border-radius: 26px;
    position: relative;
}.potential_students_D h4 {
    margin-bottom: 50px;
    color: #000000;
    font-weight: 700;
    font-size: 35px;
    position: relative;
    text-align: center;
}.potential_students_D h4::after {
    height: 4px;
    content: "";
    position: absolute;
    left: 50%;
    border-radius: 2px;
    transform: translateX(-50%);
    bottom: -15px;
    width: 80px;
    background: linear-gradient(90deg, rgb(203,179,191), rgb(176,109,143));
}.potential_students_D div {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
}.potential_students_D div p {
    color: #000000;
    position: relative;
    align-items: center;
    overflow: hidden;
    border-radius: 26px;
    box-shadow: 
        8px 8px 16px rgba(0, 0, 0, 0.05),
        -8px -8px 16px rgba(255, 255, 255, 0.8),
        inset 1px 1px 1px rgba(255, 255, 255, 0.3);
    transition: all 0.3s ease;
    line-height: 1.6;
    flex: 1 1 calc(33.333% - 20px);
    font-size: 12px;
    min-width: 250px;
    display: flex;
    background: rgb(230,224,228);
    margin: 0;
    padding: 25px;
}.potential_students_D div p:hover {
    transform: translateY(-5px);
    box-shadow: 
        12px 12px 24px rgba(0, 0, 0, 0.08),
        -12px -12px 24px rgba(255, 255, 255, 0.9),
        inset 1px 1px 1px rgba(255, 255, 255, 0.4);
}.potential_students_D div p::before {
    height: 100%;
    top: 0;
    background: linear-gradient(180deg, rgb(203,179,191), rgb(176,109,143));
    border-radius: 5px 0 0 5px;
    opacity: 0.7;
    content: "";
    width: 5px;
    left: 0;
    position: absolute;
}.potential_students_D div p svg {
    width: 40px;
    border-radius: 50%;
    box-shadow: 
        4px 4px 8px rgba(0, 0, 0, 0.1),
        -4px -4px 8px rgba(255, 255, 255, 0.8);
    padding: 8px;
    height: 40px;
    min-width: 40px;
    transition: all 0.3s ease;
    background: rgb(230,224,228);
    margin-right: 20px;
}.potential_students_D div p:hover svg {
    transform: rotate(10deg);
    box-shadow: 
        6px 6px 12px rgba(0, 0, 0, 0.15),
        -6px -6px 12px rgba(255, 255, 255, 0.9),
        inset 1px 1px 1px rgba(255, 255, 255, 0.4);
}.potential_students_D div p svg path {
    fill: rgb(203,179,191);
    transition: fill 0.3s ease;
}.potential_students_D div p:hover svg path {
    fill: rgb(176,109,143);
}

@media (max-width: 1100px) {.potential_students_D div p {
    flex: 1 1 calc(50% - 15px);
}
}

@media (max-width: 991px) {.potential_students_D {
    padding: 80px 0;
}.potential_students_D .pedagogy_info_o {
    padding: 40px 30px;
}.potential_students_D h4 {
    font-size: calc(35px - 2px);
    margin-bottom: 40px;
}.potential_students_D div {
    gap: 20px;
}.potential_students_D div p {
    padding: 20px;
}.potential_students_D div p svg {
    width: 35px;
    min-width: 35px;
    margin-right: 15px;
    height: 35px;
}
}

@media (max-width: 767px) {.potential_students_D {
    padding: 60px 0;
}.potential_students_D .pedagogy_info_o {
    padding: 30px 20px;
}.potential_students_D h4 {
    font-size: calc(35px - 4px);
    margin-bottom: 35px;
}.potential_students_D div p {
    padding: 18px;
    flex: 1 1 100%;
}.potential_students_D div p svg {
    margin-right: 15px;
    width: 30px;
    padding: 6px;
    height: 30px;
    min-width: 30px;
}
}

@media (max-width: 479px) {.potential_students_D {
    padding: 40px 0;
}.potential_students_D .pedagogy_info_o {
    padding: 25px 15px;
}.potential_students_D h4 {
    margin-bottom: 30px;
    font-size: calc(35px - 6px);
}.potential_students_D div {
    gap: 15px;
}.potential_students_D div p {
    font-size: calc(12px - 1px);
    padding: 15px;
}.potential_students_D div p svg {
    margin-right: 12px;
    width: 26px;
    min-width: 26px;
    padding: 5px;
    height: 26px;
}}.appSection_d {
    overflow: hidden;
    position: relative;
    padding: 120px 0;
    background: linear-gradient(135deg, rgb(230,224,228) 0%, rgb(176,109,143,0.5) 100%);
}.appSection_d::before {
    content: "";
    height: 300px;
    position: absolute;
    z-index: 1;
    opacity: 0.6;
    top: -50px;
    animation: pulse 8s infinite alternate ease-in-out;
    width: 300px;
    background: radial-gradient(circle, rgb(203,179,191,0.5) 0%, transparent 70%);
    transform: rotate(-15deg);
    right: -50px;
}.appSection_d::after {
    width: 400px;
    position: absolute;
    height: 400px;
    left: -100px;
    animation: float 12s infinite alternate ease-in-out;
    bottom: -100px;
    opacity: 0.4;
    background: radial-gradient(ellipse, rgb(176,109,143,0.5) 0%, transparent 70%);
    z-index: 1;
    content: "";
}.appSection_d .container {
    margin: 0 auto;
    z-index: 2;
    position: relative;
    padding: 0 20px;
    max-width: 1140px;
}.appSection_d h2 {
    font-size: 32px;
    animation: slideInTitle 1.2s ease-out;
    color: #000000;
    transform: translateY(0);
    position: relative;
    font-weight: 700;
    opacity: 1;
    margin-bottom: 40px;
}.appSection_d h2::after {
    position: absolute;
    left: 0;
    content: "";
    background: linear-gradient(90deg, rgb(203,179,191) 0%, rgb(176,109,143) 100%);
    width: 80px;
    height: 4px;
    animation: expandWidth 1.5s ease-out forwards 0.5s;
    bottom: -15px;
    transform-origin: left;
}.appSection_d .pedagogy_info_o {
    background: #ffffff;
    position: relative;
    transform: translateY(0);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.08);
    padding: 40px;
    animation: slideInContent 1.5s ease-out 0.3s both;
}.appSection_d .pedagogy_info_o::before {
    top: 0;
    z-index: -1;
    background: linear-gradient(135deg, transparent 0%, rgb(255, 255, 255, 0.5) 100%);
    position: absolute;
    width: 100%;
    left: 0;
    height: 100%;
    content: "";
}.appSection_d ul {
    margin: 0;
    padding: 0;
    list-style: none;
}.appSection_d li {
    position: relative;
    margin-bottom: 15px;
    padding-left: 25px;
    animation: fadeIn 1.8s ease-out 0.6s both;
}.appSection_d li::before {
    content: "";
    transform: rotate(45deg);
    background: rgb(203,179,191);
    width: 8px;
    animation: rotateMark 6s infinite alternate ease-in-out;
    top: 10px;
    height: 8px;
    position: absolute;
    left: 0;
}.appSection_d li span {
    color: #000000;
    font-size: 13px;
    line-height: 1.8;
    font-family: Arial, sans-serif;
    display: block;
}

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

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

@keyframes expandWidth {
  from {
    transform: scaleX(0.3);
  }
  to {
    transform: scaleX(1);
  }
}

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

@keyframes rotateMark {
  0% {
    transform: rotate(45deg);
  }
  50% {
    transform: rotate(135deg);
  }
  100% {
    transform: rotate(45deg);
  }
}

@keyframes pulse {
  0% {
    transform: scale(1) rotate(-15deg);
    opacity: 0.6;
  }
  50% {
    transform: scale(1.1) rotate(-15deg);
    opacity: 0.8;
  }
  100% {
    transform: scale(1) rotate(-15deg);
    opacity: 0.6;
  }
}

@keyframes float {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-30px);
  }
  100% {
    transform: translateY(0);
  }
}

@media (max-width: 992px) {.appSection_d {
    padding: 80px 0;
}.appSection_d h2 {
    font-size: calc(32px * 0.9);
}.appSection_d .pedagogy_info_o {
    padding: 30px;
}
}

@media (max-width: 768px) {.appSection_d {
    padding: 60px 0;
}.appSection_d h2 {
    margin-bottom: 30px;
    font-size: calc(32px * 0.8);
}.appSection_d h2::after {
    width: 60px;
}.appSection_d .pedagogy_info_o {
    padding: 25px;
}.appSection_d::before {
    width: 200px;
    height: 200px;
}.appSection_d::after {
    height: 250px;
    width: 250px;
}
}

@media (max-width: 576px) {.appSection_d {
    padding: 40px 0;
}.appSection_d h2 {
    font-size: calc(32px * 0.7);
    margin-bottom: 25px;
}.appSection_d h2::after {
    width: 50px;
    height: 3px;
}.appSection_d .pedagogy_info_o {
    padding: 20px;
}.appSection_d li {
    padding-left: 20px;
}.appSection_d li span {
    line-height: 1.6;
    font-size: calc(13px * 0.95);
}
}

@media (prefers-reduced-motion: reduce) {.appSection_d, .appSection_d::before, .appSection_d::after, 
  .appSection_d h2, .appSection_d h2::after, 
  .appSection_d .pedagogy_info_o, .appSection_d li, .appSection_d li::before {
    animation: none;
    transition: none;
}
}

@supports (container-type: inline-size) {.appSection_d .container {
    container-name: thanks-container;
    container-type: inline-size;
}
  
  @container thanks-container (max-width: 768px) {.appSection_d .pedagogy_info_o {
    padding: 20px;
}.appSection_d h2 {
    margin-bottom: 25px;
}}
}.privacy_preserve_E {
    width: 100%;
    background: linear-gradient(135deg, rgb(203,179,191,0.5) 30%, rgb(176,109,143,0.5) 100%);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
    padding: 40px;
    overflow: hidden;
    height: auto;
}.privacy_preserve_E h1 {
    margin-top: 40px;
    margin-bottom: 30px;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
    color: #000000;
    font-size: 41px;
    text-transform: uppercase;
    letter-spacing: 2px;
    background: rgb(203,179,191);
    text-align: center;
    padding: 10px;
    font-weight: 700;
    border-radius: 10px;
}.privacy_preserve_E h2 {
    font-weight: 600;
    margin-bottom: 25px;
    margin-top: 35px;
    text-align: left;
    color: rgb(176,109,143);
    padding-bottom: 5px;
    font-size: 34px;
    border-bottom: 2px solid rgb(203,179,191);
}.privacy_preserve_E ul, .privacy_preserve_E ol {
    font-size: 14px;
    list-style: none;
    color: #000000;
    padding-left: 20px;
    list-style-position: outside;
    font-family: Arial, sans-serif;
    padding: 15px 0;
}.privacy_preserve_E li {
    position: relative;
    margin-bottom: 15px;
    padding-left: 20px;
}.privacy_preserve_E li::before {
    line-height: 1em;
    top: 0;
    font-size: 1.5em;
    content: '•';
    left: 0;
    color: rgb(203,179,191);
    position: absolute;
}.privacy_preserve_E p, .privacy_preserve_E span, .privacy_preserve_E div {
    color: #000000;
    margin-bottom: 15px;
    line-height: 1.6;
    font-family: Arial, sans-serif;
    transition: all 0.3s ease;
    font-size: 14px;
}.privacy_preserve_E p:hover, .privacy_preserve_E span:hover, .privacy_preserve_E div:hover {
    color: rgb(203,179,191);
    transform: translateY(-2px);
}

@media only screen and (max-width: 800px) {.privacy_preserve_E {
    border-radius: 10px;
    padding: 20px 10px;
}.privacy_preserve_E h1 {
    font-size: calc(24px - 10px);
    margin-top: 20px;
    margin-bottom: 20px;
}.privacy_preserve_E h2 {
    font-size: calc(24px - 8px);
    margin-top: 20px;
    margin-bottom: 15px;
}.privacy_preserve_E ul, .privacy_preserve_E ol {
    padding-left: 10px;
}.privacy_preserve_E li {
    padding-left: 15px;
}
}
