﻿.warp-container_863 {
    display: flex;
    flex-direction: column;
    min-height: 100%;
    height: 100%;
}

html,body {
    min-height: 100%;
    auto
contain
touch-action: none;
    auto;
    font-family: Arial, sans-serif;
    color: #000000;
    height: 100%;
    scroll-snap-type: none;
}

svg {
    height: 30px;
    width: 30px;
}

header,footer {
    width: 100%;
}

header {
    background: rgb(168,202,177,0.5);
    width: 100%;
    z-index: 1000;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1);
    backdrop-filter: blur(20px);
    position: fixed;
    top: 0;
    left: 0;
    -webkit-backdrop-filter: blur(20px);
}

.course_features_164::after {
    width: 100%;
    height: 100%;
    content: "";
    top: 0;
    opacity: 0.2;
    left: 0;
    z-index: 0;
    position: absolute;
    animation: gridMove 20s linear infinite;
}

.course_features_164 .learn_identity_106 {
    min-height: 500px;
    justify-content: center;
    display: flex;
    position: relative;
    align-items: center;
    flex-direction: column;
}

.course_features_164 .program_flow_431 {
    z-index: 2;
    grid-template-columns: 60% 40%;
    position: relative;
    width: 100%;
    grid-template-rows: auto auto 1fr;
    grid-template-areas: 
        "logo logo"
        "title photo1"
        "desc photo2";
    display: grid;
    gap: 30px;
}

.course_features_164 .site_core_508 {
    justify-content: center;
    z-index: 10;
    grid-area: logo;
    background: #ffffff;
    display: flex;
    box-shadow: 
        0px 10px 30px rgba(0, 0, 0, 0.1),
        0px 4px 10px rgb(168,202,177,0.5);
    margin-bottom: 20px;
    transition: all 0.5s cubic-bezier(0.34, 1.56, 0.64, 1);
    justify-self: center;
    height: 80px;
    border-radius: 50%;
    position: relative;
    align-items: center;
    width: 80px;
}

.course_features_164 .site_core_508:hover {
    box-shadow: 
        0px 15px 40px rgba(0, 0, 0, 0.15),
        0px 6px 15px rgb(168,202,177,0.5);
    transform: scale(1.1) rotate(5deg);
}

.course_features_164 .site_core_508 svg {
    height: 45px;
    width: 45px;
    transition: transform 0.5s ease;
}

.course_features_164 .site_core_508 svg path {
    transition: fill 0.3s ease;
    fill: rgb(168,202,177);
}

.course_features_164 h3 {
    grid-area: title;
    transition: all 0.5s ease;
    font-weight: 700;
    position: relative;
    color: #000000;
    z-index: 5;
    transform: translateX(-5%);
    margin: 0;
    background: #ffffff;
    font-size: 28px;
    clip-path: polygon(0% 0%, 95% 0%, 100% 50%, 95% 100%, 0% 100%);
    box-shadow: 0px 15px 30px rgba(0, 0, 0, 0.1);
    padding: 30px 40px;
    border-radius: 0 19px 19px 0;
}

.course_features_164 .program_flow_431:hover h3 {
    box-shadow: 0px 20px 40px rgba(0, 0, 0, 0.15);
    transform: translateX(0%);
}

.course_features_164 .program_flow_431:hover h3::after {
    width: 100px;
}

.course_features_164 p {
    transform: translateX(-10%);
    border-radius: 0 19px 19px 0;
    line-height: 1.8;
    box-shadow: 0px 15px 30px rgba(0, 0, 0, 0.1);
    transition: all 0.5s ease 0.1s;
    clip-path: polygon(0% 0%, 93% 0%, 100% 50%, 93% 100%, 0% 100%);
    z-index: 4;
    margin: 0;
    grid-area: desc;
    position: relative;
    color: #000000;
    background: #ffffff;
    padding: 35px 40px;
    font-size: 13px;
    padding-right: 70px;
}

.course_features_164 .pic_img_wrap_749::after {
    opacity: 0.5;
    height: 100%;
    width: 100%;
    transition: opacity 0.5s ease;
    z-index: 1;
    background: rgba(0, 0, 0, 0.5);
    content: "";
    position: absolute;
    mix-blend-mode: multiply;
    left: 0;
    top: 0;
}

.course_features_164 .program_flow_431:hover::before {
    transform: translateX(5%);
    box-shadow: 0px 20px 40px rgba(0, 0, 0, 0.15);
}

.course_features_164 .program_flow_431:hover::after {
    transform: translateX(10%);
    box-shadow: 0px 20px 40px rgba(0, 0, 0, 0.15);
}

header:after {
    opacity: 0.8;
    background: linear-gradient(
        90deg,
        rgb(123,172,137) 0%,
        rgb(168,202,177) 50%,
        rgb(123,172,137) 100%
    );
    bottom: 0;
    position: absolute;
    height: 3px;
    filter: blur(1px);
    content: '';
    left: 0;
    width: 100%;
}

header .top_lesson_709:before {
    mix-blend-mode: overlay;
    pointer-events: none;
    opacity: 0.15;
    position: absolute;
    height: 100%;
    background: 
        radial-gradient(circle at 10% 20%, rgb(168,202,177,0.5) 0%, transparent 40%),
        radial-gradient(circle at 90% 80%, rgb(123,172,137,0.5) 0%, transparent 40%);
    content: '';
    width: 100%;
    top: 0;
    left: 0;
}

header .nav_mentor_596 {
    justify-content: space-between;
    display: flex;
    position: relative;
    align-items: center;
}

header .head_base_698:before {
    border-top: 1px solid rgba(255, 255, 255, 0.05);
    transition: all 0.4s ease;
    content: '';
    top: 50%;
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
    height: 35px;
    width: 100%;
    left: 0;
    opacity: 0;
    transform: translateY(-50%) scaleX(0.8);
    position: absolute;
}

header .main_train_235:before {
    transform-origin: right;
    bottom: 0;
    left: 0;
    height: 1px;
    width: 100%;
    position: absolute;
    content: '';
    transform: scaleX(0);
    background: linear-gradient(
        90deg,
        transparent,
        #ffffff,
        transparent
    );
    transition: transform 0.4s cubic-bezier(0.23, 1, 0.32, 1);
}

header .main_train_235:hover {
    text-shadow: 0 0 5px #ffffff;
    color: #ffffff;
}

header .main_train_235:hover:after {
    opacity: 0.15;
    transform: scaleY(1);
}

header .nav_study_187:before {
    opacity: 0;
    position: absolute;
    z-index: -1;
    left: -10px;
    content: '';
    width: calc(100% + 20px);
    transition: opacity 0.5s ease;
    background: radial-gradient(
        circle,
        rgb(168,202,177,0.5) 0%,
        transparent 70%
    );
    height: calc(100% + 20px);
    top: -10px;
}

header .nav_study_187:hover:before {
    opacity: 0.15;
    animation: pulse 2s infinite;
}

header .nav_study_187:hover:after {
    opacity: 0.7;
}

header .nav_study_187:hover svg {
    filter: drop-shadow(0 0 5px rgb(168,202,177));
    transform: scale(1.05);
}

.welcome_board_174 {
    align-items: center;
    position: relative;
    min-height: 100vh;
    display: flex;
    overflow: hidden;
    justify-content: center;
    color: #ffffff;
}

.welcome_board_174::after {
    position: absolute;
    left: 0;
    animation: gradientShift 12s infinite alternate ease-in-out;
    right: 0;
    z-index: 2;
    bottom: 0;
    top: 0;
    content: "";
    background: linear-gradient(45deg, 
    rgb(168,202,177,0.5) 0%,
    transparent 40%,
    rgb(123,172,137,0.5) 100%);
}

.welcome_board_174 > div > div:first-child {
    margin-bottom: 4rem;
    transform: translateZ(30px);
    position: relative;
}

.welcome_board_174 .title_style_header::after {
    clip-path: polygon(0 0, 100% 0, 90% 100%, 10% 100%);
    transform-origin: left center;
    transform: translateZ(5px) scaleX(1);
    background: linear-gradient(to right, 
    rgb(168,202,177) 0%,
    rgb(123,172,137) 100%);
    position: absolute;
    height: 4px;
    bottom: -15px;
    width: 80px;
    content: "";
    left: 0;
    animation: lineExpand 4s infinite alternate ease-in-out;
}

.welcome_board_174 .skill_philo_853 {
    transform: translateZ(10px);
    position: relative;
}

.welcome_board_174 .skill_philo_853 h3 {
    font-size: clamp(1.2rem, 3vw, 19px);
    color: #ffffff;
    position: relative;
    text-shadow: 0 2px 8px rgba(0, 0, 0, 0.3);
    margin: 0;
    line-height: 1.5;
    font-weight: 600;
}

.welcome_board_174 .skill_philo_853::before {
    content: "";
    height: 8px;
    top: 0.5rem;
    left: -2rem;
    animation: pulse 3s infinite alternate ease-in-out;
    width: 8px;
    background: rgb(123,172,137);
    transform: rotate(45deg);
    position: absolute;
}

.welcome_board_174 .learn_first_439 span {
    position: relative;
    padding-left: 2rem;
    display: inline-block;
}

.welcome_board_174 .learn_first_439 p {
    opacity: 0.9;
    color: #ffffff;
    font-size: clamp(1rem, 2vw, 18px);
    line-height: 1.6;
    margin: 0;
}

.data_overview_756 {
    position: relative;
    overflow: hidden;
    padding: 5rem 0;
    background: rgb(212,229,215);
}

.data_overview_756::before {
    left: 0;
    width: 100%;
    content: "";
    z-index: 0;
    background: linear-gradient(135deg, rgb(168,202,177,0.5) 0%, transparent 70%);
    opacity: 0.1;
    height: 100%;
    top: 0;
    position: absolute;
}

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

.data_overview_756 .growth_statistics_809 {
    position: relative;
    background: linear-gradient(to right, rgb(168,202,177,0.5) 0%, transparent 100%);
    box-shadow: -5px 5px 15px rgba(0, 0, 0, 0.05);
    border-radius: 19px 0 0 19px;
    padding: 3rem;
    margin-bottom: 3rem;
}

.data_overview_756 .pro_extra_183 {
    position: relative;
    font-size: 32px;
    margin: 0 0 1.5rem;
    font-weight: 700;
    display: inline-block;
    color: #000000;
}

.data_overview_756 .statistics_pros_736 {
    color: #000000;
    font-weight: 400;
    font-size: 16px;
    margin: 0;
    max-width: 80%;
    line-height: 1.7;
}

.data_overview_756 .statistics_edges_390 {
    background: #ffffff;
    margin: 1rem;
    overflow: hidden;
    transition: all 0.3s ease;
    padding: 0;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    flex: 0 0 calc(50% - 2rem);
    display: flex;
    border-radius: 19px;
    align-items: flex-start;
}

.data_overview_756 .statistics_edges_390:nth-child(even) h4 {
    background: rgb(123,172,137);
}

.data_overview_756 .statistics_edges_390 h4::before {
    width: 200%;
    left: -50%;
    height: 200%;
    transition: opacity 0.3s ease;
    content: "";
    background: radial-gradient(circle, rgba(255, 255, 255, 0.3) 0%, transparent 60%);
    opacity: 0;
    position: absolute;
    top: -50%;
}

.data_overview_756 svg {
    width: 24px;
    right: 1rem;
    transition: all 0.3s ease;
    position: absolute;
    height: 24px;
    fill: rgba(255, 255, 255, 0.5);
    top: 1rem;
}

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

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

.offer_panel_219 .access_plans_618 {
    position: relative;
}

.offer_panel_219 h2::after {
    position: absolute;
    bottom: -15px;
    box-shadow: 0 0 10px rgb(123,172,137,0.5);
    background: rgb(123,172,137);
    content: "";
    width: 80px;
    height: 3px;
    transform: translateX(-50%);
    left: 50%;
}

.offer_panel_219 .bundle_price_835 {
    transform: translateY(20px);
    color: #ffffff;
    letter-spacing: 0.3px;
    opacity: 0;
    animation: fadeUp 0.7s ease-out 0.4s forwards;
    margin: 0 auto 50px;
    font-size: calc(14px * 1.1);
    line-height: 1.6;
    text-align: center;
    max-width: 800px;
}

.offer_panel_219 .price_deals_248 li:nth-child(1) {
    --li-index: 1;
}

.offer_panel_219 .price_deals_248 li:nth-child(2) {
    --li-index: 2;
}

.offer_panel_219 .price_deals_248 li:nth-child(4) {
    --li-index: 4;
}

.offer_panel_219 .discount_deals_014:hover {
    transform: translateY(-10px) scale(1.02);
}

.offer_panel_219 .learn_price_048 {
    border-radius: 12px;
    border-top: 1px solid rgba(255,255,255,0.2);
    overflow: hidden;
    padding: 40px 30px;
    transition: all 0.4s ease;
    border-left: 1px solid rgba(255,255,255,0.2);
    box-shadow: 0 15px 35px rgba(0,0,0,0.2), 
                0 5px 15px rgba(0,0,0,0.1);
    height: 100%;
    backdrop-filter: blur(10px);
    position: relative;
    -webkit-backdrop-filter: blur(10px);
    border: 1px solid rgba(255,255,255,0.1);
    background: linear-gradient(145deg, 
        rgba(255,255,255,0.1) 0%, 
        rgba(255,255,255,0.05) 100%);
}

.offer_panel_219 .discount_deals_014:hover .learn_price_048::before {
    transform: scale(1);
    opacity: 1;
}

.offer_panel_219 .cost_card_238 h4 {
    font-weight: 600;
    margin-bottom: 15px;
    padding-bottom: 15px;
    position: relative;
    font-size: calc(21px * 1.15);
    transition: transform 0.4s ease;
    color: #ffffff;
}

.offer_panel_219 .discount_deals_014:hover .cost_card_238 h4::after {
    width: 80px;
}

.offer_panel_219 .cost_card_238 p {
    padding-right: 10px;
    scrollbar-width: thin;
    line-height: 1.6;
    overflow-y: auto;
    scrollbar-color: rgb(123,172,137) rgba(255,255,255,0.1);
    margin-bottom: 25px;
    color: rgba(255,255,255,0.8);
    max-height: 150px;
    font-size: 14px;
}

.offer_panel_219 .discount_deals_014:hover .bundle_rate_642 {
    transform: translateY(-5px) scale(1.05);
    box-shadow: 0 8px 25px rgba(0,0,0,0.3);
}

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

.footnote_ref_516 .container {
    display: flex;
    flex-wrap: wrap;
    gap: 40px;
}

.footnote_ref_516 .company_holder:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.3);
}

.footnote_ref_516 .company_holder::before {
    left: 0;
    height: 5px;
    background: rgb(168,202,177);
    content: '';
    top: 0;
    width: 100%;
    position: absolute;
}

.footnote_ref_516 .company_holder h3::after {
    background: rgb(123,172,137);
    position: absolute;
    content: '';
    bottom: -8px;
    height: 3px;
    left: 0;
    width: 60px;
}

.footnote_ref_516 .terms_legal_650 {
    position: relative;
}

.footnote_ref_516 .head_base_698 {
    position: relative;
    flex: 0 0 calc(50% - 15px);
}

.footnote_ref_516 .head_base_698 h5 {
    border-left: 3px solid rgb(168,202,177);
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
    font-weight: 600;
    font-size: 18px;
    margin-bottom: 20px;
    color: #ffffff;
    padding-left: 15px;
    position: relative;
}

.footnote_ref_516 .head_base_698 .top_mainbar_358 a::before {
    position: absolute;
    z-index: -1;
    content: '';
    left: 0;
    top: 0;
    height: 100%;
    width: 0;
    background: rgb(168,202,177,0.5);
    transition: width 0.3s ease;
}

.footnote_ref_516 .head_base_698 .top_mainbar_358 a:hover::before {
    width: 100%;
}

.footer_social_946 {
    margin-top: 50px;
    padding: 20px 0;
    background: rgba(0, 0, 0, 0.4);
    position: relative;
    z-index: 2;
}

.footer_social_946 .transcript_169 {
    color: #ffffff;
    letter-spacing: 0.5px;
    text-align: center;
    font-size: 12px;
}



.footer_social_946::before {
    left: 0;
    position: absolute;
    top: 0;
    height: 1px;
    width: 100%;
    background: linear-gradient(90deg, transparent, #ffffff, transparent);
    content: '';
    opacity: 0.2;
}

.learning_system_897 {
    min-height: 75vh;
    overflow: hidden;
    position: relative;
    justify-content: center;
    background: rgb(212,229,215);
    display: flex;
    align-items: center;
}

.learning_system_897::after {
    background-image: 
        linear-gradient(to right, rgb(168,202,177,0.5) 1px, transparent 1px),
        linear-gradient(to bottom, rgb(123,172,137,0.5) 1px, transparent 1px);
    height: 90%;
    background-size: 40px 40px;
    opacity: 0.2;
    transform: perspective(500px) rotateX(10deg);
    width: 90%;
    left: 5%;
    position: absolute;
    z-index: 1;
    animation: gridMove 30s linear infinite;
    content: "";
    top: 5%;
    transform-origin: center center;
}

.learning_system_897 .learn_identity_106::before {
    animation: borderFlowInner 6s linear infinite;
    border-image: linear-gradient(45deg, 
        rgb(168,202,177,0.5) 0%, 
        transparent 25%, 
        rgb(123,172,137,0.5) 50%, 
        transparent 75%, 
        rgb(168,202,177,0.5) 100%
    ) 1;
    content: "";
    border: 1px solid;
    position: absolute;
    inset: 10px;
    z-index: 1;
}

.learning_system_897 h3 {
    font-size: 30px;
    color: rgb(168,202,177);
    z-index: 2;
    overflow: hidden;
    text-align: left;
    position: relative;
    padding-bottom: 1.5rem;
    font-weight: 700;
}

.learning_system_897 h3::after {
    content: "";
    left: 0;
    height: 1px;
    bottom: 0;
    position: absolute;
    background: linear-gradient(90deg, 
        transparent 0%,
        rgb(168,202,177,0.5) 20%,
        rgb(123,172,137,0.5) 80%,
        transparent 100%
    );
    width: 100%;
    opacity: 0.5;
}

.learning_system_897 span::after {
    background: linear-gradient(to bottom, transparent, rgb(123,172,137,0.5));
    position: absolute;
    width: 5px;
    top: 0;
    height: 100%;
    content: "";
    right: 0;
}

.course_instructor_421::before {
    content: "";
    z-index: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    opacity: 0.07;
    background-image: 
        linear-gradient(30deg, rgb(123,172,137,0.5) 2px, transparent 2px),
        linear-gradient(120deg, rgb(123,172,137,0.5) 2px, transparent 2px);
    background-size: 60px 60px;
    left: 0;
    top: 0;
}

.course_instructor_421 .container {
    z-index: 2;
    margin: 0 auto;
    max-width: 1140px;
    padding: 0 15px;
    position: relative;
}

.course_instructor_421 .testimonial_sharing_062:hover {
    box-shadow: 
        20px 20px 40px rgba(rgba(0, 0, 0, 0.5), 0.08),
        -8px -8px 25px rgba(#ffffff, 0.9),
        inset 2px 2px 5px rgba(#ffffff, 0.4),
        inset -2px -2px 5px rgba(rgba(0, 0, 0, 0.5), 0.05);
    transform: translateY(-5px);
}

.course_instructor_421 .testimonial_sharing_062 > div:first-child {
    display: flex;
    align-items: center;
    justify-content: center;
}

.course_instructor_421 .testimonial_sharing_062:hover .pic_img_wrap_749 {
    transform: rotate(1deg) scale(1.03);
}

.course_instructor_421 .pic_img_wrap_749::before {
    position: absolute;
    transform: rotate(-3deg);
    right: -15px;
    opacity: 0.2;
    bottom: -15px;
    content: "";
    z-index: -1;
    background: linear-gradient(135deg, rgb(123,172,137,0.5), transparent);
    top: -15px;
    left: -15px;
    transition: transform 0.8s ease;
    border-radius: 20px;
}

.course_instructor_421 .testimonial_sharing_062 > div:nth-child(2)::after {
    left: 50%;
    content: "";
    position: absolute;
    bottom: 0;
    height: 3px;
    background: linear-gradient(90deg, transparent, rgb(123,172,137), transparent);
    transform: translateX(-50%);
    width: 80px;
}

.course_instructor_421 .testimonial_sharing_062 > div:nth-child(2) > div {
    display: inline-block;
    font-weight: 600;
    border-radius: 4px;
    background: linear-gradient(120deg, rgba(rgb(123,172,137,0.5), 0.05), rgba(rgb(123,172,137,0.5), 0.15));
    position: relative;
    letter-spacing: 0.3px;
    color: rgb(123,172,137);
    font-size: calc(14px * 0.95);
    backdrop-filter: blur(2px);
    padding: 5px 15px;
}

.course_instructor_421 .career_overview_209::before {
    color: rgb(123,172,137);
    top: -20px;
    position: absolute;
    opacity: 0.1;
    font-size: 80px;
    left: 10px;
    content: "";
    font-family: serif;
}

.find_support_023 {
    position: relative;
    background: linear-gradient(135deg, rgb(212,229,215) 0%, #ffffff 100%);
    overflow: hidden;
    padding: 5rem 2rem;
    font-family: Arial, sans-serif;
}

.find_support_023 h1 {
    font-size: 45px;
    opacity: 0;
    color: #000000;
    margin-bottom: 3rem;
    transform: translateX(-20px);
    font-weight: 700;
    position: relative;
    animation: slideInTitle 0.8s ease-out forwards;
}

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

.find_support_023 .reach_block_590 {
    grid-template-columns: 1fr;
    gap: 2.5rem;
    animation: fadeUp 0.8s 0.2s ease-out forwards;
    opacity: 0;
    background: #ffffff;
    transform: translateY(20px);
    display: grid;
    padding: 2.5rem;
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.08);
}

.find_support_023 .reach_block_590 > div:nth-child(1) {
    animation-delay: 0.3s;
}

.find_support_023 .reach_block_590 > div:nth-child(2) {
    animation-delay: 0.5s;
}

.find_support_023 .reach_block_590 > div:first-child > div {
    line-height: 1.6;
    font-size: 18px;
    transition: all 0.3s ease;
    border-left: 3px solid rgb(168,202,177,0.5);
    color: #000000;
    padding-left: 1rem;
}

.find_support_023 h6 svg {
    transform: scale(0.85);
    margin-left: 0.5rem;
    transition: transform 0.3s ease;
}

.find_support_023 span {
    padding-bottom: 0.5rem;
    margin-left: 1.5rem;
    font-size: calc(18px - 1px);
    position: relative;
    display: block;
    color: #000000;
}

.find_support_023 .contact_query_481 {
    display: flex;
    gap: 1rem;
    flex-direction: column;
}

.find_support_023 .contact_query_481 > div:nth-child(1) {
    animation-delay: 0.8s;
}

.find_support_023 .contact_query_481 > div:nth-child(2) {
    animation-delay: 0.95s;
}

.find_support_023 .send_request_761 {
    background-size: 200% 100%;
    font-size: calc(18px - 1px);
    color: #000000;
    padding: 0.75rem 1.25rem;
    transition: background-position 0.3s ease, color 0.3s ease, transform 0.3s ease;
    background-position: 0 0;
    border-radius: 10px;
    background: linear-gradient(to right, transparent 50%, rgb(168,202,177,0.5) 50%);
    display: flex;
    align-items: center;
    text-decoration: none;
}

.find_support_023 .send_request_761:hover svg path {
    fill: rgb(168,202,177);
}

.newsletter_subscription_402::before {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    content: "";
    left: 0;
    opacity: 0.2;
    background: 
        linear-gradient(30deg, transparent 49%, rgb(168,202,177,0.5) 49%, rgb(168,202,177,0.5) 51%, transparent 51%),
        linear-gradient(150deg, transparent 49%, rgb(123,172,137,0.5) 49%, rgb(123,172,137,0.5) 51%, transparent 51%);
    z-index: 1;
    background-size: 60px 60px;
}

.newsletter_subscription_402 .reach_feedback_830:hover {
    transform: rotateX(0deg) rotateY(0deg) rotateZ(0deg);
}

.newsletter_subscription_402 h3 {
    margin-bottom: 2.5rem;
    font-size: 21px;
    border-left: 5px solid rgb(168,202,177);
    position: relative;
    font-weight: 700;
    transform: translateZ(20px);
    padding-left: 1.5rem;
    color: #000000;
}

.newsletter_subscription_402 input[type="email"]:focus {
    border-color: rgb(168,202,177);
    outline: none;
    box-shadow: 10px 10px 0px rgb(123,172,137,0.5);
    transform: skewY(-2deg);
}

.newsletter_subscription_402 input[type="submit"] {
    align-self: flex-end;
    overflow: hidden;
    background: rgb(168,202,177);
    cursor: pointer;
    transform: skewY(0deg);
    position: relative;
    text-transform: uppercase;
    padding: 1rem 2.5rem;
    border: none;
    color: #ffffff;
    font-weight: 600;
    font-size: 19px;
    transform-origin: right center;
    letter-spacing: 1px;
    font-family: Arial, sans-serif;
    transition: all 0.3s ease;
}

.newsletter_subscription_402 .reach_feedback_830::after {
    bottom: -50px;
    width: 100px;
    opacity: 0.2;
    content: "";
    position: absolute;
    transform: rotateX(45deg) rotateY(15deg) rotateZ(45deg);
    background: rgb(168,202,177);
    height: 100px;
    left: -50px;
}

.newsletter_subscription_402 .input_holder::after {
    width: 50px;
    left: -25px;
    position: absolute;
    opacity: 0.3;
    animation: float 8s ease-in-out infinite reverse;
    transform: rotateX(45deg) rotateY(15deg) rotateZ(45deg);
    height: 50px;
    content: "";
    bottom: 20%;
    border: 2px solid rgb(168,202,177);
}

.our_mission_821::after {
    height: 400px;
    z-index: 0;
    filter: blur(90px);
    transform: rotate(-20deg);
    opacity: 0.4;
    position: absolute;
    background: linear-gradient(225deg, rgb(123,172,137,0.5) 0%, transparent 70%);
    animation: float 18s infinite ease-in-out reverse;
    left: -80px;
    width: 400px;
    content: "";
    bottom: -80px;
}

.our_mission_821 h1 {
    transform: translateX(-10px);
    position: relative;
    color: #000000;
    font-size: 40px;
    font-weight: 700;
    opacity: 0;
    animation: slideIn 0.8s 0.2s forwards cubic-bezier(0.25, 1, 0.5, 1);
    text-align: left;
    margin-bottom: 60px;
}

.our_mission_821 .study_expert_917 {
    position: relative;
}

.our_mission_821 .study_expert_917::before {
    width: 500px;
    background: radial-gradient(circle, rgb(123,172,137,0.5) 0%, transparent 70%);
    height: 500px;
    transform: translate(-50%, -50%);
    z-index: -1;
    top: 50%;
    opacity: 0.1;
    content: "";
    left: 50%;
    position: absolute;
    filter: blur(50px);
}

.our_mission_821 .academy_roots_453:nth-child(2) {
    animation-delay: 0.6s;
}

.our_mission_821 .academy_roots_453:hover {
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.08), 
                0 10px 20px rgba(0, 0, 0, 0.05);
    transform: translateY(-5px);
}

.our_mission_821 .academy_roots_453::before {
    height: 0;
    width: 5px;
    top: 0;
    position: absolute;
    background: linear-gradient(to bottom, rgb(168,202,177), rgb(123,172,137));
    content: "";
    transition: height 0.6s cubic-bezier(0.25, 1, 0.5, 1);
    left: 0;
}

.our_mission_821 .academy_roots_453:hover h4 {
    transform: translateX(10px);
    color: rgb(168,202,177);
}

.our_mission_821 .academy_roots_453 h4::after {
    transition: width 0.4s ease;
    background: rgb(123,172,137);
    bottom: 0;
    height: 3px;
    content: "";
    width: 50px;
    position: absolute;
    left: 0;
}

.our_mission_821 .academy_roots_453:hover div {
    opacity: 1;
}

header .top_plank {
    color:  #ffffff;
    background: rgb(168,202,177);
}

header .top_plank .prime_elite_263 div span {
    color: #ffffff;
}

header .top_plank .prime_elite_263 {
    align-items: center;
    width: 100%;
    font-size: 14px;
    padding: 15px 0 10px 0;
    justify-content: flex-start;
    flex-wrap: wrap;
    line-height: 21px;
    display: flex;
}

.trackingPolicyPanel_965 {
    font-family: Arial, sans-serif;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.5);
    position: fixed;
    left: 50%;
    bottom: 20px;
    width: 90%;
    z-index: 1050;
    max-width: 500px;
    border-radius: 22px;
    overflow: hidden;
    background: #ffffff;
    transform: translateX(-50%);
}

.trackingPolicyPanel_965 h5 {
    text-align: center;
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 10px;
    color: rgb(168,202,177);
}

.web_tracking_241 {
    background: rgb(168,202,177);
    text-decoration: none;
    margin: 5px;
    color: #ffffff;
    width: calc(50% - 10px);
    padding: 10px 20px;
    text-align: center;
    display: inline-block;
    transition: background 0.3s ease-in-out;
    font-size: 17px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
    border-radius: 10px;
}

.trackingPolicyPanel_965 p a:hover {
    color: rgb(123,172,137);
}

.connect_form_670 {
    overflow: hidden;
    padding: 6rem 0;
    position: relative;
    background: linear-gradient(
        -45deg, 
        rgb(212,229,215) 0%, 
        rgb(123,172,137,0.5) 100%
    );
}

.connect_form_670 .pic_img_wrap_749 {
    position: relative;
    flex: 0 0 45%;
    transform: skew(-10deg);
    z-index: 2;
    min-height: 600px;
    margin-left: -5%;
}

.connect_form_670 .pic_img_wrap_749::before {
    position: absolute;
    content: '';
    opacity: 0.7;
    top: 0;
    transform: skew(10deg);
    z-index: 1;
    height: 100%;
    background: linear-gradient(
        135deg, 
        rgb(168,202,177,0.5) 0%, 
        rgb(123,172,137,0.5) 100%
    );
    width: 120%;
    left: 0;
}

.connect_form_670 h2::before {
    transform: translateY(-50%);
    box-shadow: 0 0 15px rgb(168,202,177,0.5);
    border-radius: 50%;
    top: 50%;
    content: '';
    width: 1rem;
    position: absolute;
    background: rgb(168,202,177);
    height: 1rem;
    left: 0;
}

.connect_form_670 .request_inquiry_627 h3::after {
    height: 3px;
    width: 50px;
    left: 0;
    content: '';
    position: absolute;
    bottom: 0;
    background: rgb(168,202,177);
}

.connect_form_670 .request_inquiry_627 input:not([type="checkbox"]):not([type="submit"])::after {
    background: rgb(168,202,177);
    width: 0;
    transition: width 0.3s ease;
    content: '';
    height: 2px;
    position: absolute;
    bottom: -2px;
    left: 0;
}

.connect_form_670 .request_inquiry_627 input:not([type="checkbox"]):not([type="submit"]):focus {
    border-color: rgb(168,202,177);
    box-shadow: 0 0 15px rgb(168,202,177,0.5);
}

.connect_form_670 .request_inquiry_627 .request_widget_941 input[type="checkbox"] {
    transition: all 0.3s ease;
    cursor: pointer;
    appearance: none;
    height: 22px;
    border-radius: 10px;
    border: 2px solid rgb(168,202,177,0.5);
    position: relative;
    width: 22px;
    background: rgb(123,172,137,0.5);
}

.connect_form_670 .request_inquiry_627 .request_widget_941 label {
    display: flex;
    align-items: center;
    color: #ffffff;
    font-size: 16px;
}

.connect_form_670 .request_inquiry_627 .request_widget_941 a {
    color: rgb(168,202,177);
    text-decoration: none;
    transition: color 0.3s ease;
    margin-left: 0.3rem;
}

.connect_form_670 .request_inquiry_627 .query_map_638::before {
    left: -50%;
    transition: all 0.5s ease;
    transform: rotate(-45deg);
    background: linear-gradient(
        135deg, 
        transparent, 
        rgb(168,202,177,0.5), 
        transparent
    );
    opacity: 0;
    content: '';
    height: 200%;
    width: 200%;
    top: -50%;
    position: absolute;
}

.connect_form_670 .request_inquiry_627 .query_map_638:hover {
    transform: translateY(-3px);
    box-shadow: 0 10px 20px rgb(168,202,177,0.5);
}

.secure_grotto_213::before {
    width: 100%;
    z-index: 0;
    opacity: 0.05;
    height: 100%;
    content: "";
    top: 0;
    left: 0;
    background: repeating-linear-gradient(
        -45deg,
        rgb(168,202,177,0.5) 0,
        rgb(168,202,177,0.5) 1px,
        transparent 1px,
        transparent 20px
    );
    position: absolute;
}

.secure_grotto_213 h1::after {
    position: absolute;
    transition: width 0.4s ease-out;
    left: 0;
    bottom: 0;
    height: 3px;
    background: linear-gradient(90deg, rgb(168,202,177) 0%, rgb(123,172,137) 100%);
    width: 80px;
    content: "";
}

.secure_grotto_213:hover h1::after {
    width: 120px;
}

.secure_grotto_213 h2::before {
    background: rgb(168,202,177);
    position: absolute;
    transition: transform 0.3s ease;
    height: 100%;
    content: "";
    width: 4px;
    left: 0;
    transform: scaleY(0.8);
    top: 0;
    border-radius: 2px;
}

.secure_grotto_213 h3::before {
    height: 2px;
    left: 0;
    top: 50%;
    width: 12px;
    transform: translateY(-50%);
    content: "";
    background: rgb(123,172,137);
    position: absolute;
}

.secure_grotto_213 h4::before {
    font-size: 0.9em;
    position: absolute;
    transform: translateY(-50%);
    top: 50%;
    color: rgb(168,202,177);
    left: 0;
    content: "→";
}

.secure_grotto_213 p:hover {
    opacity: 1;
}

.secure_grotto_213 p strong {
    z-index: 1;
    font-weight: 600;
    position: relative;
    color: #000000;
}

.secure_grotto_213 p strong:hover::after {
    transform: scaleX(1);
}

.secure_grotto_213 ul {
    padding: 0.5rem 0 1rem 1.5rem;
    position: relative;
    list-style: none;
    margin: 1.5rem 0;
}

.secure_grotto_213 ul::before {
    content: "";
    width: 3px;
    border-radius: 1.5px;
    top: 0;
    left: 0;
    bottom: 0;
    position: absolute;
    background: linear-gradient(180deg, rgb(168,202,177) 0%, rgb(168,202,177,0.5) 100%);
}

.secure_grotto_213 li:hover {
    transform: translateX(3px);
}

.secure_grotto_213 li:hover::before {
    background: rgb(168,202,177);
}

.secure_grotto_213 span {
    transition: all 0.3s ease;
    margin-bottom: 2rem;
    line-height: 1.65;
    color: #000000;
    border-left: 3px solid rgb(123,172,137);
    opacity: 0.85;
    background-color: rgba(rgb(123,172,137,0.5), 0.07);
    font-size: calc(16px * 0.95);
    padding: 1rem 1.5rem;
    display: block;
}

.thxSpace_038::before {
    width: 40%;
    content: "";
    opacity: 0.4;
    height: 70%;
    position: absolute;
    animation: float 15s ease-in-out infinite;
    filter: blur(25px);
    top: -10%;
    right: -5%;
    transform: rotate(-15deg) skewX(15deg);
    z-index: 0;
    background: linear-gradient(120deg, rgb(168,202,177,0.5) 0%, rgb(123,172,137,0.5) 100%);
}

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

.thxSpace_038 .learn_identity_106:hover {
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.1),
              0 10px 20px rgba(0, 0, 0, 0.07);
    transform: perspective(1000px) rotateX(0deg) translateY(-5px);
}

.thxSpace_038 .learn_identity_106::before {
    top: 0;
    content: "";
    left: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    mask-size: 200% 200%;
    background: linear-gradient(to right, 
               #ffffff 0%, 
               rgba(255, 255, 255, 0.8) 100%);
    mask-image: linear-gradient(45deg, #000 25%, rgba(0, 0, 0, 0.7) 50%, #000 75%);
    z-index: -1;
    animation: shimmerMask 8s infinite linear;
}

.thxSpace_038 .learn_identity_106:hover > div:first-child::after {
    width: 120px;
}

.thxSpace_038 h5 {
    animation: fadeInUp 0.8s forwards 0.2s;
    font-weight: 600;
    font-size: 23px;
    color: #000000;
    margin: 0;
    line-height: 1.4;
    opacity: 0;
    position: relative;
    transform: translateZ(0);
}

.thxSpace_038 p {
    opacity: 0;
    line-height: 1.7;
    font-size: 17px;
    animation: fadeInUp 0.8s forwards 0.5s;
    font-weight: 400;
    color: #000000;
    margin: 0;
    font-family: Arial, sans-serif;
}

.program_results_538::before {
    top: 0;
    height: 100%;
    background: 
        radial-gradient(circle at 15% 25%, rgba(rgb(168,202,177,0.5), 0.08) 0%, transparent 50%),
        radial-gradient(circle at 85% 75%, rgba(rgb(123,172,137,0.5), 0.06) 0%, transparent 60%);
    width: 100%;
    left: 0;
    position: absolute;
    content: '';
    z-index: 0;
}

.program_results_538 .legend_holder_387:hover {
    transform: translateY(-5px);
}

.program_results_538 .legend_holder_387::before {
    height: 0;
    content: '';
    position: absolute;
    top: 0;
    transition: height 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    background: rgb(168,202,177);
    left: 0;
    width: 4px;
}

.program_results_538 h4::after {
    position: absolute;
    transition: width 0.4s ease;
    left: 0;
    background: rgb(168,202,177);
    bottom: 0;
    width: 80px;
    content: '';
    height: 3px;
}

.program_results_538 .legend_holder_387:hover h4::after {
    width: 120px;
}

.program_results_538 ul {
    padding: 0;
    list-style: none;
    margin: 0;
}

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

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

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

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

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

.program_results_538 li p span:first-child {
    margin-top: 3px;
    flex-shrink: 0;
}

.program_results_538 li p span:last-child {
    position: relative;
}

.program_results_538 li:hover p span:last-child::after {
    width: 100%;
}

.program_results_538 svg {
    height: 20px;
    transition: transform 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    width: 20px;
    transform: translateY(0);
}

.program_results_538 svg path {
    transition: fill 0.3s ease;
    fill: rgb(168,202,177);
}

.program_results_538 .pic_img_wrap_749 {
    transform: perspective(1000px) rotateY(-3deg) rotateX(2deg);
    height: auto;
    max-width: 520px;
    filter: saturate(0.92);
    box-shadow: 
        25px 25px 45px rgba(rgba(0, 0, 0, 0.5), 0.1),
        -5px -5px 30px rgba(#ffffff, 0.8);
    border-radius: 4px;
    transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    width: 100%;
    object-fit: cover;
}


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


@media only screen and (max-width: 800px)  {.container {
    padding: 0 12px;
}}



@media (min-width: 992px) and (max-width: 1199px) {.course_features_164 {
    padding: 80px 0;
}.course_features_164 .program_flow_431 {
    gap: 25px;
    grid-template-columns: 55% 45%;
}.course_features_164 h3 {
    font-size: calc(28px - 2px);
    padding: 25px 35px;
}.course_features_164 p {
    padding: 30px 35px;
}
}



@media (min-width: 768px) and (max-width: 991px) {.course_features_164 {
    padding: 70px 0;
}.course_features_164 .learn_identity_106 {
    min-height: auto;
}.course_features_164 .program_flow_431 {
    grid-template-rows: auto auto auto 250px;
    gap: 20px;
    grid-template-areas: 
            "logo logo"
            "title title"
            "desc desc"
            "photo1 photo2";
    grid-template-columns: 1fr 1fr;
}.course_features_164 h3 {
    padding: 25px 30px;
    border-radius: 19px;
    clip-path: none;
    font-size: calc(28px - 4px);
    transform: none;
}.course_features_164 h3::before {
    clip-path: none;
    border-radius: 10px;
}.course_features_164 p {
    transform: none;
    padding: 25px 30px;
    clip-path: none;
    border-radius: 19px;
}.course_features_164 p::before {
    clip-path: none;
    border-radius: 10px;
}.course_features_164 .program_flow_431::before,
    .course_features_164 .program_flow_431::after {
    transform: none;
    clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 10% 100%);
    border-radius: 19px;
    height: 250px;
}.course_features_164 .program_flow_431::after {
    clip-path: polygon(10% 0%, 100% 0%, 100% 100%, 0% 100%);
}.course_features_164 .program_flow_431:hover h3,
    .course_features_164 .program_flow_431:hover p,
    .course_features_164 .program_flow_431:hover::before,
    .course_features_164 .program_flow_431:hover::after {
    transform: none;
}.course_features_164 .site_core_508 {
    width: 70px;
    height: 70px;
    margin-bottom: 15px;
}.course_features_164 .site_core_508 svg {
    width: 40px;
    height: 40px;
}
}



@media (max-width: 991px) {header .container {
    padding: 14px 20px;
}header .head_base_698 {
    gap: 20px;
}header .nav_study_187 svg {
    height: 38px;
}
}



@media (max-width: 767px) {header .head_base_698 {
    padding: 80px 30px 30px;
    gap: 20px;
    position: fixed;
    transition: right 0.5s cubic-bezier(0.16, 1, 0.3, 1);
    max-width: 320px;
    -webkit-backdrop-filter: blur(15px);
    background: rgb(168,202,177);
    z-index: 1001;
    height: 100vh;
    backdrop-filter: blur(15px);
    top: 0;
    right: -100%;
    box-shadow: -5px 0 25px rgba(0, 0, 0, 0.2);
    background: linear-gradient(
            135deg,
            rgb(168,202,177) 0%,
            rgb(168,202,177,0.5) 100%
        );
    flex-direction: column;
    width: 80%;
}header .head_base_698:before {
    display: none;
}header .menu.active {
    right: 0;
}header .main_train_235 {
    width: 100%;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    padding: 12px 5px;
}header .main_train_235:last-child {
    border-bottom: none;
}header .nav_study_187 {
    margin: 0 auto;
}
}



@media (max-width: 480px) {.welcome_board_174 {
    padding-top: 5vh;
}.welcome_board_174 > div {
    padding: 0.75rem;
    width: 95%;
}.welcome_board_174 .learn_first_439 {
    padding: 1.25rem;
    gap: 0.75rem;
    clip-path: polygon(
      0 0, 
      100% 0, 
      100% calc(100% - 15px), 
      calc(100% - 15px) 100%, 
      0 100%
    );
}.welcome_board_174 .skill_philo_853::before {
    top: 0.4rem;
    width: 6px;
    height: 6px;
    left: -1rem;
}.welcome_board_174 .learn_first_439 span {
    padding-left: 1.5rem;
}.welcome_board_174 .learn_first_439 span::before {
    width: 15px;
}.welcome_board_174 .title_style_header::after {
    width: 50px;
    height: 2px;
}}



@media (max-width: 480px) {.data_overview_756 {
    padding: 3rem 0;
}.data_overview_756 .growth_statistics_809 {
    padding: 1.5rem;
    margin-bottom: 1.5rem;
}.data_overview_756 .statistics_edges_390 {
    flex-direction: column;
}.data_overview_756 .statistics_edges_390 h4 {
    flex: 0 0 auto;
    padding: 1.5rem;
    width: 100%;
    font-size: 32px;
}.data_overview_756 .statistics_edges_390 span {
    justify-content: center;
    text-align: center;
    padding: 1.5rem;
}.data_overview_756 .pro_extra_183 {
    margin-bottom: 1rem;
    font-size: calc(32px * 0.8);
}.data_overview_756 .statistics_pros_736 {
    font-size: calc(16px * 0.9);
    line-height: 1.5;
}.data_overview_756 svg {
    height: 20px;
    right: 0.8rem;
    width: 20px;
    top: 0.8rem;
}}



@media (max-width: 767px) {.offer_panel_219 {
    padding: 80px 0;
}.offer_panel_219 h2 {
    font-size: calc(37px * 0.9);
}.offer_panel_219 .bundle_price_835 {
    margin-bottom: 40px;
    font-size: 14px;
}.offer_panel_219 .learn_price_048 {
    padding: 30px 20px;
}.offer_panel_219 .cost_card_238 p {
    max-height: 120px;
}.offer_panel_219 .bundle_rate_642 {
    font-size: calc(21px * 1.2);
    padding: 6px 15px;
}}



@media (max-width: 576px) {.footnote_ref_516 {
    padding: 40px 0;
}.footnote_ref_516 .company_holder h3 {
    font-size: calc(34px * 0.8);
}.footnote_ref_516 .head_base_698 h5 {
    font-size: calc(18px * 0.9);
}.footnote_ref_516 .head_base_698 .top_mainbar_358 a,
    .footnote_ref_516 .footer_agreement {
    font-size: calc(12px * 0.95);
}}



@media (max-width: 768px) {.learning_system_897 {
    min-height: auto;
    padding: 4rem 0;
}.learning_system_897 .container {
    padding: 0 1.2rem;
}.learning_system_897 .learn_identity_106 {
    gap: 2rem;
    padding: 2.5rem;
}.learning_system_897 h3 {
    padding-bottom: 1.2rem;
    font-size: calc(30px * 0.8);
}.learning_system_897 span {
    font-size: calc(14px * 0.9);
    padding-right: 1.5rem;
    padding-left: 1.5rem;
}.learning_system_897 .learn_identity_106::before {
    inset: 8px;
}.learning_system_897 .learn_identity_106::after {
    inset: 12px;
}
}



@media (min-width: 768px) {.course_instructor_421 {
    padding: 100px 0;
}.course_instructor_421 .testimonial_sharing_062 {
    padding: 50px;
    grid-template-areas: 
            "photo info"
            "quote quote";
    align-items: center;
    gap: 40px 50px;
    grid-template-columns: auto 1fr;
}.course_instructor_421 .testimonial_sharing_062 > div:first-child {
    grid-area: photo;
}.course_instructor_421 .testimonial_sharing_062 > div:nth-child(2) {
    text-align: left;
    grid-area: info;
    padding-bottom: 0;
}.course_instructor_421 .testimonial_sharing_062 > div:nth-child(3) {
    grid-area: quote;
}.course_instructor_421 .testimonial_sharing_062 > div:nth-child(2)::after {
    width: 60px;
    transform: none;
    bottom: -10px;
    background: linear-gradient(90deg, rgb(123,172,137), transparent);
    left: 0;
}.course_instructor_421 .pic_img_wrap_749 {
    height: 200px;
    width: 200px;
}.course_instructor_421 .career_overview_209 {
    font-size: calc(14px * 1.05);
    padding: 25px 40px 25px 50px;
    margin-top: 20px;
}
}



@media (max-width: 767px) {.course_instructor_421 {
    padding: 60px 0;
}.course_instructor_421 .testimonial_sharing_062 {
    padding: 30px 25px;
}.course_instructor_421 .pic_img_wrap_749 {
    height: 140px;
    width: 140px;
}.course_instructor_421 .name {
    font-size: 21px;
}.course_instructor_421 .testimonial_sharing_062 > div:nth-child(2) > div {
    font-size: calc(14px * 0.9);
}.course_instructor_421 .career_overview_209 {
    font-size: calc(14px * 0.95);
    padding: 15px 15px 15px 25px;
    line-height: 1.6;
}}



@media (min-width: 992px) {.find_support_023 {
    padding: 8rem 4rem;
}.find_support_023::after {
    width: 25%;
    right: 0;
    height: 70%;
    content: "";
    top: 50%;
    background: linear-gradient(135deg, transparent 0%, rgb(123,172,137,0.5) 100%);
    z-index: 0;
    transform: translateY(-50%) skewY(-15deg);
    position: absolute;
    opacity: 0.1;
}.find_support_023 h1 {
    margin-left: 4rem;
}.find_support_023 h1::after {
    width: 120px;
}.find_support_023 .reach_block_590 {
    transform-origin: top center;
    transform: perspective(1000px) rotateX(2deg);
}.find_support_023 .send_request_761:hover {
    transform: translateX(8px);
}
}



@media (max-width: 768px) {.newsletter_subscription_402 {
    padding: 4rem 1.5rem;
}.newsletter_subscription_402 .reach_feedback_830 {
    box-shadow: 
            10px 10px 0px rgb(168,202,177,0.5),
            -10px -10px 0px rgb(123,172,137,0.5);
    transform: none;
    width: 100%;
    padding: 2.5rem 2rem;
}.newsletter_subscription_402 h3 {
    font-size: calc(21px * 0.9);
    transform: none;
}.newsletter_subscription_402 .input_holder {
    transform: none;
}.newsletter_subscription_402 .reach_feedback_830::before,
    .newsletter_subscription_402 .reach_feedback_830::after,
    .newsletter_subscription_402 .input_holder::before,
    .newsletter_subscription_402 .input_holder::after {
    display: none;
}
}



@media (min-width: 992px) {.our_mission_821 {
    padding: 180px 0 150px;
}.our_mission_821 h1 {
    font-size: calc(40px + 16px);
}.our_mission_821 .academy_roots_453 {
    padding: 60px;
}.our_mission_821 .academy_roots_453 div {
    height: 350px;
}.our_mission_821 .academy_roots_453 h4 {
    font-size: calc(24px + 4px);
}
}



@media (max-width: 767px) {.our_mission_821 {
    padding: 80px 0 60px;
}.our_mission_821 h1 {
    text-align: center;
    margin-bottom: 40px;
}.our_mission_821 h1::before {
    left: 50%;
    transform: translateX(-50%) scaleX(0);
}.our_mission_821 .academy_roots_453 {
    padding: 30px 25px;
}.our_mission_821 .academy_roots_453 div {
    height: 200px;
}}



@media screen and (max-width: 1200px) {.connect_form_670 .pic_img_wrap_749 {
    margin-left: -3%;
}
}



@media screen and (max-width: 768px) {.connect_form_670 {
    padding: 3rem 0;
}.connect_form_670 h2 {
    padding-left: 1.5rem;
    font-size: calc(48px * 0.8);
    margin-bottom: 1.5rem;
}.connect_form_670 h2::before {
    width: 0.8rem;
    height: 0.8rem;
}.connect_form_670 .request_inquiry_627 h3 {
    margin-bottom: 1.5rem;
    font-size: calc(36px * 0.9);
}.connect_form_670 .request_inquiry_627 input:not([type="checkbox"]):not([type="submit"]) {
    padding: 0.8rem 1.2rem;
}
}



@media screen and (max-width: 992px) {.secure_grotto_213 {
    padding: 3rem 1rem;
}.secure_grotto_213 .container {
    padding: 2.5rem 2rem;
}.secure_grotto_213 h1 {
    font-size: calc(42px * 0.9);
}.secure_grotto_213 h2 {
    font-size: calc(30px * 0.9);
}.secure_grotto_213 p {
    max-width: 100%;
}
}



@media screen and (max-width: 576px) {.secure_grotto_213 {
    padding: 2rem 0.5rem;
}.secure_grotto_213 .container {
    padding: 1.5rem 1.25rem;
}.secure_grotto_213 h1 {
    font-size: calc(42px * 0.7);
    padding-bottom: 0.75rem;
}.secure_grotto_213 h1::after {
    width: 60px;
    height: 2px;
}.secure_grotto_213:hover h1::after {
    width: 90px;
}.secure_grotto_213 h2 {
    padding-left: 0.75rem;
    font-size: calc(30px * 0.7);
}.secure_grotto_213 h2::before {
    width: 3px;
}.secure_grotto_213 h3, 
    .secure_grotto_213 h4 {
    padding-left: 1.25rem;
}.secure_grotto_213 ul {
    padding-left: 1rem;
}.secure_grotto_213 li {
    padding-left: 1.25rem;
}.secure_grotto_213 li::before {
    height: 6px;
    width: 6px;
}.secure_grotto_213 span {
    padding: 0.75rem 0.75rem;
    border-left: 2px solid rgb(123,172,137);
}}



@media (min-width: 768px) {.program_results_538 {
    padding: 140px 0;
}.program_results_538 .container {
    padding: 0 30px;
}.program_results_538 .learn_identity_106 {
    gap: 60px;
    align-items: center;
    flex-direction: row;
}.program_results_538 .legend_holder_387 {
    padding: 50px 40px;
}.program_results_538 h4 {
    font-size: calc(19px * 1.15);
    margin-bottom: 40px;
}.program_results_538 .legend_holder_387 > div {
    gap: 30px;
    flex-direction: row;
}.program_results_538 .legend_holder_387 > div > div {
    flex: 1;
}.program_results_538 .pic_img_wrap_749 {
    max-width: 45%;
}
}



@media (min-width: 1200px) {.program_results_538 .learn_identity_106 {
    gap: 100px;
}.program_results_538 .legend_holder_387 {
    padding: 70px 60px;
}.program_results_538 h4 {
    font-size: calc(19px * 1.35);
}.program_results_538 li p {
    font-size: calc(13px * 1.05);
}
}



@media (max-width: 767px) {.program_results_538 {
    padding: 80px 0;
}.program_results_538 h4 {
    margin-bottom: 30px;
    font-size: calc(19px * 0.95);
    padding-bottom: 12px;
}.program_results_538 .legend_holder_387 > div {
    gap: 10px;
}.program_results_538 .pic_img_wrap_749 {
    max-width: 90%;
}
}



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



@keyframes pulse {
    0%, 100% {
        opacity: 0.15;
    }
    50% {
        opacity: 0.3;
    }
}



@keyframes glowEffect {
    0%, 100% {
        opacity: 0.7;
        filter: blur(1px);
    }
    50% {
        opacity: 1;
        filter: blur(1.5px);
    }
}



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



@keyframes gradientShift {
  0% {
    opacity: 0.7;
    background-position: 0% 50%;
  }
  100% {
    opacity: 0.9;
    background-position: 100% 50%;
  }
}

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



@keyframes borderFlowInner {
    0% {
        border-image-source: linear-gradient(45deg, 
            rgb(168,202,177,0.5) 0%, 
            transparent 25%, 
            rgb(123,172,137,0.5) 50%, 
            transparent 75%, 
            rgb(168,202,177,0.5) 100%
        );
    }
    50% {
        border-image-source: linear-gradient(45deg, 
            rgb(123,172,137,0.5) 0%, 
            transparent 25%, 
            rgb(168,202,177,0.5) 50%, 
            transparent 75%, 
            rgb(123,172,137,0.5) 100%
        );
    }
    100% {
        border-image-source: linear-gradient(45deg, 
            rgb(168,202,177,0.5) 0%, 
            transparent 25%, 
            rgb(123,172,137,0.5) 50%, 
            transparent 75%, 
            rgb(168,202,177,0.5) 100%
        );
    }
}



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



@keyframes scaleIn {
    to {
        transform: scaleX(1);
    }
}



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



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



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

