.twitter_cta_Xy {
    flex: 0 0 auto;
}

.twitter_cta_Xy {
    z-index: 1;
    position: relative;
    padding: 5rem 0 3rem;
}

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

header,footer {
    width: 100%;
}

header {
    position: relative;
    z-index: 100;
    box-shadow: 0 5px 15px rgb(176,188,186,0.5);
    background: linear-gradient(to right, rgb(225,224,204), #ffffff);
    padding: 1.5rem 0;
}

.mentorship_experience_Tm .container {
    padding: 0 1.5rem;
    z-index: 1;
    position: relative;
    margin: 0 auto;
    max-width: 1140px;
}

.mentorship_experience_Tm .user_quotes_wW {
    transition: transform 0.6s cubic-bezier(0.22, 1, 0.36, 1);
    position: relative;
    grid-template-columns: 1fr;
    transform: translateY(0);
    gap: 2.5rem;
    background: #ffffff;
    display: grid;
    padding: 3rem 2rem;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05), 
                0 1px 4px rgba(0, 0, 0, 0.02);
}

.mentorship_experience_Tm .user_quotes_wW > div:nth-child(2) {
    text-align: left;
    position: relative;
}

.mentorship_experience_Tm .user_quotes_wW .name::after {
    content: "";
    bottom: -0.35rem;
    height: 2px;
    transition: transform 0.4s ease-out;
    position: absolute;
    left: 0;
    transform: scaleX(1);
    width: 2.5rem;
    background: rgb(176,188,186);
    transform-origin: left;
}

.mentorship_experience_Tm .user_quotes_wW .experience_block_BE::before {
    left: -8px;
    box-shadow: 0 0 0 3px rgb(133,142,135,0.5);
    width: 25px;
    height: 25px;
    position: absolute;
    transform: scale(0);
    z-index: 1;
    content: "";
    border-radius: 50%;
    transition: all 0.4s ease-out 0.2s;
    background: #ffffff;
    opacity: 0;
    top: -15px;
}

.prospective_students_Ul .study_tracks_gM {
    perspective: 1000px;
    position: relative;
}

.prospective_students_Ul h4 {
    display: inline-block;
    font-size: 35px;
    text-align: center;
    color: #000000;
    margin-bottom: 80px;
    transform: translateX(-50%);
    left: 50%;
    padding-bottom: 15px;
    position: relative;
    font-weight: 700;
}

.prospective_students_Ul h4 {
    margin-bottom: 60px;
    font-size: calc(35px * 0.9);
}

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

.prospective_students_Ul p {
    padding: 20px;
}

.prospective_students_Ul p svg path {
    fill: rgb(176,188,186);
    transition: fill 0.3s ease;
}

.prospective_students_Ul p:hover svg path {
    fill: rgb(133,142,135);
}

.data_summary_7I::before {
    width: 100%;
    background-image: 
        radial-gradient(circle at 10% 30%, rgb(176,188,186,0.5) 0%, transparent 50%),
        radial-gradient(circle at 90% 70%, rgb(133,142,135,0.5) 0%, transparent 60%);
    z-index: 0;
    content: "";
    position: absolute;
    left: 0;
    height: 100%;
    opacity: 0.15;
    top: 0;
}

.data_summary_7I .statistics_grow_oy:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 40px rgba(0,0,0,0.1);
}

.data_summary_7I .statistics_grow_oy:hover::before {
    transform: rotate(45deg) translate(50%, 50%);
}

.data_summary_7I .statistics_grow_oy div {
    display: flex;
    text-align: center;
    padding: 2.5rem 1.5rem;
    height: 100%;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.data_summary_7I .statistics_grow_oy:hover p {
    transform: perspective(500px) translateZ(30px);
}

.data_summary_7I .statistics_grow_oy span {
    transition: opacity 0.5s ease, transform 0.5s cubic-bezier(0.34, 1.56, 0.64, 1);
    opacity: 0.9;
    transform: translateY(0);
    font-size: 15px;
    color: #000000;
    max-width: 90%;
    font-weight: 600;
}

.data_summary_7I h4::after {
    width: 60px;
    border-radius: 10px;
    height: 3px;
    content: "";
    left: 50%;
    background: linear-gradient(90deg, rgb(176,188,186) 0%, rgb(133,142,135) 100%);
    bottom: 0;
    transform: translateX(-50%);
    position: absolute;
}

.data_summary_7I .statistics_grow_oy:nth-child(7) {
    animation-delay: 0.7s;
}

.learning_outcomes_xU::after {
    content: "";
    background: linear-gradient(135deg, rgb(176,188,186,0.5), rgb(133,142,135,0.5));
    transform: rotate(30deg);
    z-index: 0;
    position: absolute;
    height: 400px;
    opacity: 0.15;
    width: 400px;
    left: -5%;
    bottom: -10%;
    filter: blur(100px);
}

.learning_outcomes_xU .photo_frame_5B:hover {
    box-shadow: 0 30px 60px -15px rgba(0, 0, 0, 0.2);
    transform: perspective(1000px) rotateY(-2deg) translateZ(10px);
}

.learning_outcomes_xU .text_bubble_eZ {
    position: relative;
    padding: 40px 30px;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.05);
    transition: transform 0.5s ease, box-shadow 0.5s ease;
    background: #ffffff;
    transform: translateY(-10px);
}

.learning_outcomes_xU h1::after {
    content: "";
    height: 3px;
    position: absolute;
    width: 70px;
    left: 0;
    bottom: -10px;
    transition: width 0.5s ease;
    background: rgb(133,142,135);
}

.learning_outcomes_xU li:hover {
    transform: translateX(10px);
}

.learning_outcomes_xU li:hover svg {
    transform: rotate(10deg) scale(1.1);
}

.learning_outcomes_xU li svg path {
    transition: fill 0.3s ease;
    fill: rgb(133,142,135);
}

.contact_information_GJ .photo_frame_5B {
    width: 40%;
    right: 0;
    position: absolute;
    height: 90%;
    box-shadow: -20px 0 40px rgba(0, 0, 0, 0.2);
    top: 5%;
    border-radius: 29px 0 0 29px;
    z-index: 1;
}

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

.contact_information_GJ .message_widget_tf {
    position: relative;
    flex: 1;
    padding: 50px;
}

.contact_information_GJ form h3 {
    font-size: 24px;
    color: #000000;
    font-weight: 600;
    text-align: left;
    margin-bottom: 30px;
}

.contact_information_GJ textarea {
    resize: none;
    height: 150px;
}

.contact_information_GJ .message_query_Cj {
    display: flex;
    margin-bottom: 25px;
    align-items: flex-start;
}

.contact_information_GJ .message_query_Cj label {
    font-size: 13px;
    color: #000000;
    padding-left: 30px;
    cursor: pointer;
    position: relative;
    line-height: 1.5;
}

.contact_information_GJ .message_query_Cj input[type="checkbox"]:checked + label::after {
    content: '';
    border: solid #ffffff;
    left: 6px;
    height: 10px;
    transform: rotate(45deg);
    width: 6px;
    top: 6px;
    position: absolute;
    border-width: 0 2px 2px 0;
}

.contact_information_GJ .support_query_tT {
    width: 35%;
    padding: 50px;
    position: relative;
    background: rgb(176,188,186);
}

.contact_information_GJ .support_query_tT h4 {
    position: relative;
    color: #ffffff;
    font-size: 24px;
    margin-bottom: 40px;
    font-family: Arial, sans-serif;
    font-weight: 600;
}

.contact_information_GJ .connect_panel_hZ {
    margin: 0;
    padding: 0;
    list-style: none;
}

.contact_information_GJ .connect_panel_hZ svg path {
    fill: #ffffff;
}

.contact_information_GJ .connect_panel_hZ a {
    text-decoration: none;
    color: #ffffff;
    transition: all 0.3s ease;
}

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

.cookies_terms_V3 svg {
    fill: rgb(176,188,186);
    width: 50px;
    height: 50px;
}

.cookie_necessary_BL {
    flex-grow: 1;
    text-align: left;
    color: #ffffff;
}

.cookie_necessary_BL h5 {
    letter-spacing: 1px;
    font-weight: 700;
    font-size: 20px;
    text-transform: uppercase;
    margin-bottom: 10px;
    color: rgb(176,188,186);
}

#cookie_panel_alert_6h {
    display: none;
}


.client_experience_Wm {
    position: relative;
    overflow: hidden;
    padding: 6rem 2rem;
    background: linear-gradient(135deg, rgb(225,224,204) 0%, rgb(176,188,186,0.5) 100%);
}

.client_experience_Wm .study_tracks_gM {
    z-index: 1;
    position: relative;
    margin: 0 auto;
    max-width: 1200px;
}

.client_experience_Wm h4::after {
    background: rgb(176,188,186);
    content: "";
    left: 50%;
    width: 100px;
    height: 4px;
    position: absolute;
    border-radius: 10px;
    transform: translateX(-50%);
    bottom: -15px;
}

.client_experience_Wm .user_quotes_wW:hover {
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
    transform: rotateX(0) rotateY(0);
}

.client_experience_Wm .user_quotes_wW .photo_frame_5B {
    width: 80px;
    margin: 0 auto 1.5rem;
    border-radius: 50%;
    transition: all 0.3s ease;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    border: 4px solid #ffffff;
    height: 80px;
}

.client_experience_Wm .user_quotes_wW p {
    font-size: 18px;
    text-align: center;
    color: #000000;
    line-height: 1.6;
}

.title_greeting_wh .edu_title_7O {
    border-radius: 28px;
    overflow: hidden;
    transform: perspective(1000px) rotateX(2deg);
    gap: 2rem;
    position: relative;
    display: grid;
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
    padding: 4rem 3rem;
    grid-template-columns: 1fr;
}

.title_greeting_wh .edu_title_7O span {
    position: relative;
    transform: translateY(0);
    z-index: 2;
    transition: transform 0.5s cubic-bezier(0.34, 1.56, 0.64, 1);
}

.title_greeting_wh .edu_title_7O h1::after {
    height: 4px;
    background: linear-gradient(
    90deg,
    rgb(176,188,186),
    rgb(133,142,135)
  );
    content: "";
    display: block;
    width: 80px;
    border-radius: 10px;
    margin-top: 1rem;
}

.title_greeting_wh .edu_title_7O div div {
    z-index: 2;
    position: relative;
}

.title_greeting_wh:hover .edu_title_7O h3 {
    transform: translateX(5px);
}

.title_greeting_wh:hover .edu_title_7O p {
    transform: translateY(-5px);
}

.program_offerings_oz::before {
    left: 0;
    content: "";
    width: 100%;
    z-index: 1;
    height: 100%;
    background: linear-gradient(135deg, rgb(225,224,204) 0%, rgb(176,188,186,0.5) 100%);
    position: absolute;
    top: 0;
    opacity: 0.6;
}

.program_offerings_oz .study_tracks_gM {
    gap: 1rem;
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    grid-template-rows: repeat(8, minmax(50px, auto));
    position: relative;
}

.program_offerings_oz .photo_frame_5B {
    z-index: 3;
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.15);
    position: relative;
    overflow: hidden;
    grid-column: 7 / 13;
    border-radius: 28px;
    grid-row: 1 / 7;
    clip-path: polygon(0% 15%, 100% 0%, 100% 85%, 0% 100%);
}

.program_offerings_oz .head_site_h7 {
    right: 3rem;
    z-index: 10;
    align-items: center;
    height: 5rem;
    top: -2rem;
    width: 5rem;
    position: absolute;
    transition: transform 0.3s ease-out;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
    display: flex;
    background: #ffffff;
    justify-content: center;
    transform: rotate(-5deg);
    border-radius: 50%;
}

.program_offerings_oz .study_tracks_gM::before {
    top: -6rem;
    background: rgb(176,188,186,0.5);
    z-index: 1;
    content: "";
    width: 12rem;
    left: -6rem;
    animation: moveCircle 20s infinite alternate;
    opacity: 0.6;
    border-radius: 50%;
    position: absolute;
    height: 12rem;
    filter: blur(100px);
}

.program_offerings_oz .training_path_cX::after {
    background: linear-gradient(180deg, rgb(176,188,186) 0%, rgb(133,142,135) 100%);
    border-radius: 0 0 10px 0;
    height: 100px;
    content: "";
    right: 0;
    width: 5px;
    position: absolute;
    bottom: 0;
}

.secure_depot_tz::after {
    content: "";
    height: 300px;
    position: absolute;
    bottom: 0;
    opacity: 0.07;
    z-index: -1;
    background: linear-gradient(180deg, transparent 0%, rgb(225,224,204) 100%);
    width: 100%;
    left: 0;
    transform: skewY(-3deg) translateY(50%);
}

.secure_depot_tz h1:hover::after {
    transform: scaleX(1.5);
}

.secure_depot_tz h2::before {
    left: 0;
    width: 40px;
    height: 2px;
    background-color: rgb(176,188,186);
    bottom: 0;
    position: absolute;
    content: "";
    transition: width 0.3s ease-out;
}

.secure_depot_tz h4 {
    opacity: 0.95;
    color: #000000;
    font-size: calc(35px * 0.7);
    font-weight: 600;
    margin: 1.75rem 0 0.875rem;
}

.secure_depot_tz p strong:hover {
    background: linear-gradient(120deg, transparent 0%, rgb(133,142,135,0.5) 50%, transparent 100%);
}

.secure_depot_tz li {
    font-size: 12px;
    position: relative;
    padding-left: 1.5rem;
    line-height: 1.7;
    color: #000000;
    margin-bottom: 0.875rem;
}

.secure_depot_tz span {
    line-height: 1.7;
    display: block;
    color: #000000;
    border-left: 1px solid rgb(133,142,135,0.5);
    margin-bottom: 1.5rem;
    font-size: 12px;
    padding: 0.5rem 0 0.5rem 1rem;
    background: linear-gradient(90deg, rgb(255, 255, 255, 0.5) 0%, transparent 100%);
}

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

.appWrap_eR .study_tracks_gM {
    position: relative;
    background: rgba(255, 255, 255, 0.92);
    clip-path: polygon(0 0, 100% 0, 100% 95%, 95% 100%, 0 100%);
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    padding: 3.5rem;
    transform: perspective(1000px) rotateX(1deg);
    backdrop-filter: blur(10px);
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.1), 0 10px 20px rgba(0, 0, 0, 0.05);
}

.appWrap_eR .study_tracks_gM:hover h5 {
    transform: translateX(10px);
}

.appWrap_eR h5::after {
    position: absolute;
    width: 80px;
    content: "";
    height: 3px;
    bottom: 0;
    transition: width 0.4s ease;
    background: linear-gradient(to right, rgb(176,188,186), transparent);
    left: 0;
}

.appWrap_eR a:hover {
    transform: translateY(-3px);
}

.appWrap_eR a:hover::before {
    width: 100%;
}

.appWrap_eR a:hover p {
    color: rgb(176,188,186);
}

footer {
    color: #ffffff;
    perspective: 1000px;
    position: relative;
    font-family: Arial, sans-serif;
}

.twitter_cta_Xy::before {
    left: 0;
    background: linear-gradient(90deg, 
                transparent 0%, 
                rgb(133,142,135) 50%, 
                transparent 100%);
    width: 100%;
    height: 2px;
    position: absolute;
    animation: glowPulse 3s ease-in-out infinite alternate;
    content: "";
    top: 0;
}

.twitter_cta_Xy .company_holder {
    background: rgba(0, 0, 0, 0.2);
    transform-style: preserve-3d;
    transition: all 0.4s ease;
    padding: 2rem;
    border-radius: 19px;
    backdrop-filter: blur(10px);
    position: relative;
    border-left: 3px solid rgb(176,188,186);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.2);
}

.twitter_cta_Xy .math_tools_Gk {
    padding-left: 1rem;
    color: rgba(255, 255, 255, 0.8);
    position: relative;
    line-height: 1.7;
    max-width: 100%;
    font-size: 13px;
}

.twitter_cta_Xy .head_learning_dW {
    grid-template-columns: repeat(2, 1fr);
    gap: 2rem;
    display: grid;
    height: 100%;
}

.twitter_cta_Xy .nav_guide_Ho:hover::before {
    left: -100%;
    top: -100%;
}

.twitter_cta_Xy .nav_guide_Ho::after {
    transition: all 0.4s ease;
    border-style: solid;
    transform: translateZ(5px);
    border-width: 0 25px 25px 0;
    transform-style: preserve-3d;
    top: 0;
    position: absolute;
    border-color: transparent rgb(176,188,186) transparent transparent;
    content: "";
    height: 0;
    right: 0;
    width: 0;
}

.twitter_cta_Xy .nav_guide_Ho h5::before {
    background: rgb(133,142,135);
    bottom: -8px;
    width: 100%;
    content: "";
    left: 0;
    height: 1px;
    position: absolute;
}

.twitter_cta_Xy .nav_guide_Ho:hover h5::after {
    width: 100%;
}

.twitter_cta_Xy .nav_guide_Ho a {
    padding: 0.5rem 0;
    text-decoration: none;
    display: block;
    transition: all 0.3s ease;
    position: relative;
    font-size: 13px;
    color: rgba(255, 255, 255, 0.75);
    transform-style: preserve-3d;
}

.edu_links_rm::before {
    left: 0;
    position: absolute;
    content: "";
    background: linear-gradient(to right, 
                transparent 0%, 
                rgb(176,188,186) 30%, 
                #ffffff 50%, 
                rgb(133,142,135) 70%, 
                transparent 100%);
    top: 0;
    width: 100%;
    height: 1px;
}

.twitter_cta_Xy .company_holder:hover::before,
.twitter_cta_Xy .nav_guide_Ho:hover::before {
    opacity: 0.5;
}

.twitter_cta_Xy .company_holder:hover::after {
    width: 40px;
    height: 40px;
    transform: rotate(45deg);
}



.twitter_cta_Xy .company_holder .math_tools_Gk::after {
    left: 1rem;
    bottom: -10px;
    height: 3px;
    background: linear-gradient(to right, rgb(176,188,186), transparent);
    content: "";
    transition: width 0.4s ease;
    position: absolute;
    width: 70px;
}

.twitter_cta_Xy .nav_guide_Ho:nth-child(2)::before {
    background: radial-gradient(circle, rgb(133,142,135,0.5) 0%, transparent 70%);
}

.twitter_cta_Xy .head_learning_dW a:hover::after {
    width: 100%;
}

.our_team_5l {
    position: relative;
    overflow: hidden;
    padding: 120px 0;
}

.our_team_5l::after {
    background: rgb(133,142,135);
    width: 50%;
    content: "";
    animation: float 18s infinite ease-in-out;
    opacity: 0.07;
    height: 80%;
    position: absolute;
    transform: rotate(25deg) skewX(-15deg);
    right: -10%;
    z-index: 1;
    top: -15%;
}

.our_team_5l .text_bubble_eZ::after {
    background: linear-gradient(135deg, rgb(133,142,135,0.5), rgb(176,188,186,0.5));
    bottom: -15px;
    width: 100px;
    height: 100px;
    z-index: -1;
    clip-path: polygon(100% 0, 100% 100%, 0 100%);
    position: absolute;
    right: -15px;
    content: "";
}

.our_team_5l .text_bubble_eZ:hover h5 {
    transform: translateX(5px);
}

.our_team_5l .text_bubble_eZ:hover h5::after {
    width: 100%;
}

.our_team_5l p b {
    letter-spacing: 0.5px;
    font-size: calc(20px * 1.1);
    color: rgb(133,142,135);
    font-weight: 700;
    display: inline-block;
    position: relative;
    padding-bottom: 5px;
}

.our_team_5l ol li::before {
    display: none;
}

header .nav_core_RE {
    align-items: center;
    gap: 1.2rem;
    flex-direction: column;
    display: flex;
}

header .main_page_1T::after {
    width: 100%;
    left: 0;
    height: 2px;
    content: '';
    background: linear-gradient(to right, transparent, rgb(176,188,186), transparent);
    bottom: -5px;
    position: absolute;
    opacity: 0.7;
}

header .top_master_jl:hover {
    background: linear-gradient(135deg, rgb(176,188,186), rgb(133,142,135));
    transform: translateY(-2px);
    color: #ffffff;
    box-shadow: 0 4px 8px rgb(176,188,186,0.5);
}

.pricing_kit_Fq::before {
    content: "";
    position: absolute;
    background: linear-gradient(135deg, rgba(13, 27, 77, 0.85), rgba(20, 33, 61, 0.92));
    top: 0;
    height: 100%;
    width: 100%;
    z-index: 1;
    left: 0;
}

.pricing_kit_Fq h2 {
    text-align: center;
    transform: perspective(1000px) translateZ(10px);
    background: linear-gradient(to right, #ffffff, rgb(133,142,135));
    font-size: 29px;
    transition: transform 0.5s ease;
    -webkit-background-clip: text !important;
    background-clip: text !important;
    font-weight: 700;
    margin-bottom: 20px;
    color: transparent;
}

.pricing_kit_Fq .premium_plan_EI li {
    transition: transform 0.5s cubic-bezier(0.34, 1.56, 0.64, 1);
    transform-style: preserve-3d;
}

.pricing_kit_Fq .price_options_iz::before {
    top: 0;
    transition: opacity 0.5s ease;
    height: 100%;
    left: 0;
    position: absolute;
    width: 100%;
    content: "";
    opacity: 0;
    background: radial-gradient(circle at 30% 30%, rgb(176,188,186,0.5), transparent 70%);
}

.pricing_kit_Fq .price_options_iz:hover::after {
    left: 100%;
    opacity: 0.3;
    top: 100%;
}

.pricing_kit_Fq .rate_packages_NW {
    position: relative;
    z-index: 2;
    flex-direction: column;
    height: 100%;
    box-sizing: border-box;
    display: flex;
    padding: 30px;
    min-height: 400px;
}

.pricing_kit_Fq .price_options_iz h4::after {
    width: 60px;
    position: absolute;
    bottom: 0;
    transition: width 0.3s ease;
    background: linear-gradient(to right, rgb(176,188,186), rgb(133,142,135));
    left: 0;
    height: 3px;
    content: "";
}

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


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



@media (min-width: 768px) {.mentorship_experience_Tm {
    padding: 8rem 0;
}.mentorship_experience_Tm .user_quotes_wW {
    grid-template-columns: 280px 1fr;
    gap: 2rem 3.5rem;
    grid-template-rows: auto 1fr;
    padding: 3.5rem;
}.mentorship_experience_Tm .user_quotes_wW > div:first-child {
    grid-row: span 2;
}.mentorship_experience_Tm .user_quotes_wW .photo_frame_5B {
    padding-bottom: 130%;
}.mentorship_experience_Tm .user_quotes_wW > div:nth-child(2) {
    align-self: end;
}.mentorship_experience_Tm .user_quotes_wW .name {
    font-size: calc(18px * 1.2);
}.mentorship_experience_Tm .user_quotes_wW > div:nth-child(3) {
    grid-column: 2;
}.mentorship_experience_Tm .user_quotes_wW .experience_block_BE {
    padding-left: 1.5rem;
    font-size: calc(13px * 1.05);
}
}



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



@media (max-width: 767px) {.data_summary_7I {
    padding: 3rem 0;
}.data_summary_7I ul {
    grid-template-columns: 1fr;
    gap: 1.5rem;
}.data_summary_7I .statistics_grow_oy div {
    padding: 2rem 1rem;
}.data_summary_7I .statistics_grow_oy p {
    font-size: calc(38px * 1.1);
}.data_summary_7I .statistics_grow_oy span {
    font-size: calc(15px * 0.9);
}.data_summary_7I h4 {
    margin-top: 2rem;
    font-size: 16px;
}.data_summary_7I h4::after {
    height: 2px;
    width: 40px;
}}



@media (max-width: 992px) {.contact_information_GJ .photo_frame_5B {
    display: none;
}.contact_information_GJ .feedback_info_5X {
    flex-direction: column;
}.contact_information_GJ .message_widget_tf {
    width: 100%;
}.contact_information_GJ .support_query_tT {
    width: 100%;
}
}



@media (max-width: 576px) {.contact_information_GJ {
    padding: 40px 0;
}.contact_information_GJ h3 {
    font-size: calc(35px * 0.8);
    margin-bottom: 30px;
}.contact_information_GJ .message_widget_tf,
    .contact_information_GJ .support_query_tT {
    padding: 30px 20px;
}.contact_information_GJ form h3,
    .contact_information_GJ .support_query_tT h4 {
    font-size: calc(24px * 0.9);
    margin-bottom: 25px;
}.contact_information_GJ input[type="text"],
    .contact_information_GJ textarea {
    padding: 12px;
    margin-bottom: 15px;
}.contact_information_GJ textarea {
    height: 120px;
}.contact_information_GJ .support_links_D7 {
    padding: 12px;
    width: 100%;
}.contact_information_GJ .connect_panel_hZ li {
    margin-bottom: 20px;
}}



@media (min-width: 992px) {.title_greeting_wh .edu_title_7O {
    padding: 6rem 5rem;
}.title_greeting_wh .edu_title_7O::before {
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 calc(100% - 5vw));
}.title_greeting_wh .edu_title_7O h1 {
    font-size: 39px;
}.title_greeting_wh .edu_title_7O h1::after {
    width: 120px;
}.title_greeting_wh .edu_title_7O h3 {
    padding: 1rem 1.5rem;
    font-size: calc(20px * 1.1);
}.title_greeting_wh .edu_title_7O p {
    font-size: calc(17px * 1.4);
}
}



@media (max-width: 768px) {.program_offerings_oz {
    padding: 5rem 0;
}.program_offerings_oz .training_path_cX {
    padding: 2rem;
}.program_offerings_oz .photo_frame_5B {
    height: 300px;
}.program_offerings_oz .head_site_h7 {
    right: 2rem;
    width: 4.5rem;
    height: 4.5rem;
    bottom: -1.5rem;
}.program_offerings_oz .head_site_h7 svg {
    height: 2.5rem;
    width: 2.5rem;
}.program_offerings_oz h3 {
    font-size: calc(37px * 0.8);
    margin-bottom: 1.25rem;
}.program_offerings_oz p {
    font-size: calc(15px * 0.95);
    line-height: 1.7;
}.program_offerings_oz .training_path_cX::before {
    width: 70px;
}.program_offerings_oz .training_path_cX::after {
    height: 70px;
}
}



@media (min-width: 992px) {.secure_depot_tz {
    padding: 6rem 4rem;
}.secure_depot_tz::after {
    transform: skewY(-5deg) translateY(50%);
}.secure_depot_tz .container {
    padding: 0 3rem;
}.secure_depot_tz h1 {
    font-size: calc(42px * 1.2);
}.secure_depot_tz h2 {
    font-size: calc(35px * 1.1);
}.secure_depot_tz p {
    max-width: 80%;
    font-size: calc(12px * 1.05);
}.secure_depot_tz ul {
    margin: 2rem 0 2.5rem;
}.secure_depot_tz li {
    font-size: calc(12px * 1.05);
    margin-bottom: 1rem;
}
}



@media screen and (max-width: 992px) {.appWrap_eR {
    padding: 5rem 0;
}.appWrap_eR .study_tracks_gM {
    padding: 2.5rem;
}.appWrap_eR h5 {
    font-size: calc(18px * 0.95);
}
}



@media (max-width: 992px) {.twitter_cta_Xy {
    padding: 4rem 0 2rem;
}.twitter_cta_Xy .container {
    grid-template-columns: 1fr;
    gap: 2rem;
}.twitter_cta_Xy .company_holder,
    .twitter_cta_Xy .sustain_cta_Kn {
    width: 100%;
}.twitter_cta_Xy .head_learning_dW {
    grid-template-columns: repeat(2, 1fr);
}
}



@media (max-width: 576px) {.twitter_cta_Xy {
    padding: 3rem 0 1rem;
}.twitter_cta_Xy .company_holder {
    padding: 1.25rem;
}.twitter_cta_Xy .company_holder h3 {
    font-size: calc(38px * 0.8);
}.twitter_cta_Xy .nav_guide_Ho h5 {
    font-size: calc(22px * 0.9);
}.twitter_cta_Xy .nav_guide_Ho a,
    .twitter_cta_Xy .math_tools_Gk {
    font-size: calc(13px * 0.9);
}.edu_links_rm .leaderboard_nS {
    padding: 0.4rem 1rem;
    font-size: calc(16px * 0.9);
}}



@media (max-width: 991px) {header {
    padding: 1.2rem 0;
}header .main_page_1T svg {
    width: 160px;
}header .nav_guide_Ho {
    padding: 0.7rem;
}header .top_master_jl {
    font-size: calc(13px - 1px);
    padding: 0.5rem 1rem;
}
}



@media (max-width: 767px) {header {
    padding: 1rem 0;
}header .nav_core_RE {
    gap: 1rem;
}header .main_page_1T svg {
    width: 140px;
}header .nav_guide_Ho {
    padding: 0.6rem;
    gap: 0.4rem;
}header .top_master_jl {
    padding: 0.4rem 0.8rem;
    font-size: calc(13px - 2px);
}
}



@media (max-width: 1200px) {.pricing_kit_Fq {
    padding: 80px 0;
}.pricing_kit_Fq .premium_plan_EI {
    gap: 25px;
    grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
}
}



@media (max-width: 768px) {.pricing_kit_Fq {
    padding: 60px 0;
}.pricing_kit_Fq .premium_plan_EI {
    grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
    gap: 20px;
}.pricing_kit_Fq .price_options_iz h4 {
    font-size: 23px;
}.pricing_kit_Fq .price_tiers_xW {
    font-size: calc(23px * 1.1);
}.pricing_kit_Fq .premium_plan_EI li:hover {
    transform: translateY(-10px) rotateY(3deg);
}
}



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


    
    @keyframes float2 {
        0%, 100% {
            transform: translateZ(15px) translateY(0);
        }
        50% {
            transform: translateZ(25px) translateY(-12px);
        }
    }



@keyframes gridShift {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: 4rem 4rem;
    }
}



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



@keyframes float {
    0%, 100% {
        transform: translateY(0) scale(1);
    }
    50% {
        transform: translateY(-20px) scale(1.05);
    }
}

