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

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

html,body {
    min-height: 100%;
    font-family: Arial, sans-serif;
    scroll-behavior: smooth;
    height: 100%;
    color: #000000;
}

header .main_nav_39014 {
    justify-content: space-between;
    align-items: center;
    display: flex;
    position: relative;
    z-index: 5;
    padding: 1.2rem 3rem;
}

header .header_top_67328 {
    transition: all 0.3s ease;
    position: relative;
    margin-right: 2rem;
    background: rgba(255, 255, 255, 0.15);
    padding: 0.7rem 1.2rem 0.7rem 1rem;
    clip-path: polygon(
        0 0,
        calc(100% - 10px) 0,
        100% 10px,
        100% 100%,
        10px 100%,
        0 calc(100% - 10px)
    );
    flex: 0 0 auto;
}

header .top_edu_69782 {
    z-index: 1;
    display: block;
    position: relative;
    transition: all 0.3s ease;
}

header .head_bar_06218 {
    margin: 0 0.5rem;
    position: relative;
}

header .head_bar_06218 a::before {
    top: 0;
    left: -100%;
    transition: left 0.7s ease;
    content: '';
    position: absolute;
    height: 100%;
    width: 100%;
    background: linear-gradient(
        90deg,
        transparent,
        rgba(255, 255, 255, 0.2),
        transparent
    );
}

header .head_bar_06218:hover::after {
    width: 80%;
}

header .main_nav_39014::before {
    border: 2px solid rgba(255, 255, 255, 0.3);
    content: '';
    border-bottom: none;
    width: 40px;
    height: 40px;
    opacity: 0.5;
    right: 10px;
    border-right: none;
    position: absolute;
    top: 10px;
}



header::after {
    animation: pulse 2s infinite;
    height: 8px;
    border-radius: 50%;
    width: 8px;
    right: 15px;
    content: '';
    position: absolute;
    top: 15px;
    background: #ffffff;
    box-shadow: 0 0 10px #ffffff;
}

.about_this_53926::after {
    z-index: 1;
    top: 0;
    opacity: 0.03;
    left: 0;
    position: absolute;
    background-size: 100px 100px;
    background: 
        linear-gradient(-45deg, transparent 45%, rgba(0, 0, 0, 0.5) 45%, rgba(0, 0, 0, 0.5) 55%, transparent 55%),
        linear-gradient(45deg, transparent 45%, rgba(0, 0, 0, 0.5) 45%, rgba(0, 0, 0, 0.5) 55%, transparent 55%);
    height: 100%;
    content: "";
    width: 100%;
}



.about_this_53926 .edu_commit_81274 {
    gap: 30px;
    display: flex;
}

.about_this_53926 .knowledge_track_05726:hover {
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
    transform: translateY(-15px);
}

.about_this_53926 .knowledge_track_05726:nth-child(1)::before {
    background: rgb(154,202,186);
}

.about_this_53926 .knowledge_track_05726:nth-child(2)::before {
    background: rgb(106,174,157);
}

.about_this_53926 .knowledge_track_05726 h3::after {
    left: 0;
    transition: width 0.4s ease;
    height: 2px;
    bottom: 0;
    content: "";
    width: 50px;
    position: absolute;
}

.about_this_53926 .knowledge_track_05726:nth-child(2) h3::after {
    background: rgb(106,174,157);
}

.about_this_53926 .knowledge_track_05726:nth-child(1):hover {
    transform: translateY(5px);
}

.about_this_53926 .knowledge_track_05726:nth-child(2)::after {
    position: absolute;
    top: 20px;
    content: "";
    width: 100px;
    left: 20px;
    z-index: 1;
    opacity: 0.1;
    height: 100px;
    border-radius: 50%;
    background: rgb(106,174,157,0.5);
}

.thxWrap_42536 {
    overflow: hidden;
    position: relative;
    padding: 5rem 0;
    background: linear-gradient(135deg, rgb(201,231,219), rgb(201,231,219) 60%, rgba(rgb(154,202,186,0.5), 0.1));
}

.thxWrap_42536::after {
    z-index: 0;
    content: "";
    position: absolute;
    left: -5%;
    bottom: -10%;
    height: 40%;
    background: linear-gradient(210deg, rgba(rgb(154,202,186,0.5), 0.09), transparent);
    transform: rotate(10deg) skewX(-10deg);
    width: 50%;
}

.thxWrap_42536 .learn_identity_97461:hover {
    transform: perspective(1000px) rotateX(0deg) translateY(-5px);
    box-shadow: 
        0 25px 55px -15px rgba(rgba(0, 0, 0, 0.5), 0.15),
        0 35px 75px -25px rgba(rgba(0, 0, 0, 0.5), 0.12),
        0 2px 5px rgba(rgb(154,202,186,0.5), 0.08),
        0 0 0 1px rgba(rgb(154,202,186,0.5), 0.1);
}

.thxWrap_42536 h5 {
    position: relative;
    font-weight: 700;
    color: #000000;
    font-size: 24px;
    margin: 0;
    display: inline-block;
    line-height: 1.4;
}

.thxWrap_42536 .learn_identity_97461 > div:last-child {
    border-left: 1px solid rgba(rgb(106,174,157,0.5), 0.2);
    position: relative;
    padding-left: 1.5rem;
}

.thxWrap_42536 p {
    margin: 0;
    color: #000000;
    font-weight: 400;
    line-height: 1.7;
    font-size: 14px;
    transition: color 0.3s ease;
}

.study_process_31564::before {
    top: 0;
    z-index: 0;
    background: 
        radial-gradient(circle at 20% 30%, rgb(106,174,157,0.5) 0%, transparent 80%),
        radial-gradient(circle at 80% 70%, rgb(154,202,186,0.5) 0%, transparent 60%);
    position: absolute;
    content: "";
    opacity: 0.25;
    pointer-events: none;
    right: 0;
    width: 100%;
    height: 100%;
}

.study_process_31564 .learn_identity_97461 {
    transform-style: preserve-3d;
    grid-template-columns: 1fr;
    transition: transform 0.8s cubic-bezier(0.17, 0.67, 0.83, 0.67);
    display: grid;
    gap: 2rem;
}

.study_process_31564 .learn_identity_97461 > div::before {
    width: 100%;
    transform: scaleX(0);
    left: 0;
    position: absolute;
    z-index: -1;
    transform-origin: left top;
    height: 100%;
    background: linear-gradient(135deg, rgb(154,202,186,0.5) 0%, transparent 100%);
    top: 0;
    transition: transform 0.5s ease-out;
    opacity: 0.05;
    content: "";
}

.study_process_31564 h3 {
    padding-bottom: 1rem;
    transform: translateZ(10px);
    font-size: calc(36px * 0.8);
    position: relative;
    color: #000000;
    margin-bottom: 1.5rem;
    transition: transform 0.4s ease-out;
    font-weight: 700;
}

.study_process_31564 p {
    font-size: 14px;
    opacity: 0.9;
    position: relative;
    z-index: 2;
    color: #000000;
    line-height: 1.8;
    transition: transform 0.4s ease-out 0.1s;
    transform: translateZ(5px);
    margin-bottom: 0;
}

.mentorship_experience_15267::before {
    background: linear-gradient(135deg, rgb(106,174,157,0.5) 0%, transparent 80%);
    opacity: 0.08;
    top: -50%;
    z-index: 0;
    content: "";
    position: absolute;
    transform: rotate(-15deg);
    width: 60%;
    left: -20%;
    height: 200%;
}

.mentorship_experience_15267 .feedback_panel_83091 {
    border-left: 4px solid rgb(106,174,157);
    box-shadow: 0 15px 45px rgba(0, 0, 0, 0.07), 0 5px 15px rgba(0, 0, 0, 0.03);
    background: #ffffff;
    position: relative;
    transform: perspective(1000px) rotateY(-2deg);
    gap: 2rem;
    transform-style: preserve-3d;
    grid-template-columns: 1fr;
    padding: 3rem;
    transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    display: grid;
}

.mentorship_experience_15267 .name::after {
    left: 0;
    transition: width 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    content: "";
    background: rgb(106,174,157);
    position: absolute;
    width: 0;
    bottom: -5px;
    height: 3px;
}

.mentorship_experience_15267 .feedback_panel_83091:hover > div:nth-child(2) > div {
    transform: translateZ(20px);
    opacity: 1;
}

.mentorship_experience_15267 .job_block_41807::before {
    height: 100%;
    width: 3px;
    background: linear-gradient(to bottom, rgb(106,174,157) 0%, transparent 100%);
    left: 0;
    position: absolute;
    top: 0;
    content: "";
}

.program_details_82704::after {
    width: 100%;
    content: "";
    top: 0;
    background: 
        repeating-conic-gradient(rgba(255, 255, 255, 0.03) 0%, transparent 0.5%, transparent 1%, rgba(255, 255, 255, 0.03) 1.5%) 50% 50% / 30px 30px,
        radial-gradient(circle at 70% 30%, rgb(154,202,186,0.5) 0%, transparent 70%);
    height: 100%;
    left: 0;
    position: absolute;
    animation: pulse 8s infinite alternate;
    z-index: 2;
}

.program_details_82704 .training_01874::before {
    width: calc(100% + 60px);
    border-radius: 11px;
    content: "";
    border: 1px solid rgb(154,202,186,0.5);
    height: calc(100% + 60px);
    left: -30px;
    position: absolute;
    z-index: -1;
    transform: rotateY(5deg) rotateX(2deg);
    animation: borderPulse 4s infinite alternate;
    transform-style: preserve-3d;
    top: -30px;
}

.program_details_82704 .metadata_block_80623 .description {
    line-height: 1.9;
    letter-spacing: 0.5px;
    backdrop-filter: blur(4px);
    text-align: justify;
    transform: translateZ(0);
    position: relative;
    margin-bottom: 25px;
    background: rgba(255, 255, 255, 0.07);
    z-index: 2;
    font-weight: 400;
    transition: all 0.5s ease;
    padding: 18px;
    border-radius: 10px;
    border-left: 3px solid rgb(154,202,186,0.5);
    font-size: 16px;
    color: #000000;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}

.program_details_82704 .image_grid_10382 {
    transform-style: preserve-3d;
    transition: all 0.5s cubic-bezier(0.215, 0.610, 0.355, 1);
    background-size: cover;
    transform: translateZ(0) rotateY(-5deg);
    overflow: hidden;
    height: 450px;
    position: relative;
    animation: floatImage 6s ease-in-out infinite alternate;
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.2), 0 0 0 1px rgba(255, 255, 255, 0.1);
    border-radius: 11px;
    background-position: center;
    align-self: flex-start;
    z-index: 4;
}

.get_in_touch_84072 .image_grid_10382 {
    filter: grayscale(100%) contrast(150%);
    height: 100%;
    z-index: 0;
    top: 0;
    width: 100%;
    mix-blend-mode: overlay;
    opacity: 0.08;
    position: absolute;
    left: 0;
}

.get_in_touch_84072 h3 {
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: 60px;
    letter-spacing: 3px;
    color: #000000;
    font-family: Arial, sans-serif;
    position: relative;
    perspective: 800px;
    text-align: center;
    font-size: 32px;
}

.get_in_touch_84072 h3::after {
    transform: translateX(-50%);
    bottom: -15px;
    content: '';
    position: absolute;
    background: linear-gradient(90deg, transparent, rgb(154,202,186), transparent);
    width: 100px;
    height: 1px;
    left: 50%;
}

.get_in_touch_84072 .query_section_69745::after {
    position: absolute;
    top: 0;
    content: '';
    pointer-events: none;
    left: 0;
    background-size: 20px 20px;
    height: 100%;
    width: 100%;
    background: 
        linear-gradient(90deg, rgba(255,255,255,0.03) 1px, transparent 1px),
        linear-gradient(0deg, rgba(255,255,255,0.03) 1px, transparent 1px);
}

.get_in_touch_84072 .query_support_41583::after {
    top: 0;
    content: '';
    pointer-events: none;
    width: 50%;
    background: linear-gradient(90deg, 
        transparent, 
        rgba(0, 0, 0, 0.01));
    height: 100%;
    position: absolute;
    right: 0;
}

.get_in_touch_84072 .query_support_41583 input[type="text"],
.get_in_touch_84072 .query_support_41583 textarea {
    padding: 20px 25px;
    box-shadow: none;
    transition: all 0.3s ease;
    border: none;
    font-size: 12px;
    width: 100%;
    background-color: transparent;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    position: relative;
    font-family: Arial, sans-serif;
    color: #000000;
    border-radius: 0;
    margin-bottom: 25px;
}

.get_in_touch_84072 .query_support_41583 .query_info_03714 {
    margin-bottom: 30px;
    display: flex;
    align-items: flex-start;
}

.get_in_touch_84072 .query_support_41583 .query_info_03714 label::after {
    transform: rotate(45deg) scale(0);
    top: 5px;
    position: absolute;
    opacity: 0;
    width: 7px;
    left: 9px;
    content: '';
    transition: all 0.3s ease;
    border-bottom: 2px solid #ffffff;
    height: 12px;
    border-right: 2px solid #ffffff;
}

.get_in_touch_84072 .query_support_41583 .query_info_03714 a:hover {
    border-bottom-color: rgb(106,174,157);
    color: rgb(106,174,157);
}

.get_in_touch_84072 .query_support_41583 .request_block_28095::before {
    width: 100%;
    content: '';
    position: absolute;
    transform: scaleX(0);
    background: rgb(154,202,186);
    top: 0;
    transition: transform 0.4s cubic-bezier(0.23, 1, 0.32, 1);
    z-index: -1;
    left: 0;
    height: 100%;
    transform-origin: right;
}

.get_in_touch_84072 .connect_widget_14025::before {
    height: 100%;
    position: absolute;
    opacity: 0.1;
    left: 0;
    z-index: 0;
    top: 0;
    background-size: 20px 20px;
    width: 100%;
    background: 
        linear-gradient(45deg, rgba(0,0,0,0.2) 25%, transparent 25%) -10px 0,
        linear-gradient(135deg, rgba(0,0,0,0.2) 25%, transparent 25%) -10px 0,
        linear-gradient(45deg, transparent 75%, rgba(0,0,0,0.2) 75%) -10px 0,
        linear-gradient(135deg, transparent 75%, rgba(0,0,0,0.2) 75%) -10px 0;
    content: '';
}

.get_in_touch_84072 .connect_widget_14025 .reach_feedback_81937 li::before {
    background: rgba(255, 255, 255, 0.3);
    position: absolute;
    left: 0;
    width: 0;
    transition: width 0.3s ease;
    height: 1px;
    top: 0;
    content: '';
}

.get_in_touch_84072 .connect_widget_14025 .reach_feedback_81937 li svg {
    flex-shrink: 0;
    width: 24px;
    margin-right: 20px;
    height: 24px;
}

.get_in_touch_84072 .connect_widget_14025 .reach_feedback_81937 li span {
    font-size: 12px;
    color: #ffffff;
    line-height: 1.5;
}

.get_in_touch_84072 .connect_widget_14025 .reach_feedback_81937 li a:hover {
    text-shadow: 0 0 5px rgba(255, 255, 255, 0.5);
}

.pricing_grid_48265 {
    padding: 100px 0;
    font-family: Arial, sans-serif;
    background-color: rgb(201,231,219);
    position: relative;
    overflow: hidden;
}

.pricing_grid_48265 .pricing_deals_71650 {
    display: flex;
    flex-direction: column;
}

.pricing_grid_48265 .deal_board_48015 h2 {
    display: inline-block;
    position: relative;
    color: #000000;
    text-transform: uppercase;
    font-size: 37px;
    margin-bottom: 20px;
    font-weight: 700;
    line-height: 1.2;
}

.pricing_grid_48265 .program_price_19046 {
    gap: 30px;
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
    margin-top: 20px;
    display: grid;
}

.pricing_grid_48265 .study_cost_60354:nth-child(3) {
    --i: 3;
}

.pricing_grid_48265 .rate_panel_95063 {
    transition: all 0.4s ease;
    overflow: hidden;
    background-color: #ffffff;
    box-shadow: 0 10px 30px -15px rgba(0, 0, 0, 0.15), 
              0 5px 15px -10px rgba(0, 0, 0, 0.05);
    border-radius: 12px;
    position: relative;
    transform-style: preserve-3d;
    height: 100%;
}

.pricing_grid_48265 .study_cost_60354:hover .price_deals_01257 h3 {
    color: rgb(154,202,186);
    transform: translateX(5px);
}

.pricing_grid_48265 .payment_scheme_78340::before {
    position: absolute;
    background: linear-gradient(90deg, rgb(106,174,157), transparent);
    height: 3px;
    content: "";
    left: 0;
    border-radius: 2px;
    width: 40px;
    top: -10px;
}

.pricing_grid_48265 .image_grid_10382::after {
    top: 0;
    width: 100%;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.7), transparent);
    z-index: 1;
    transition: opacity 0.4s ease;
    opacity: 0.6;
    height: 100%;
    position: absolute;
    content: "";
    left: 0;
}

.privacy_repository_45931::after {
    top: -50%;
    right: -20%;
    height: 200%;
    width: 80%;
    transform: rotate(-15deg);
    content: '';
    z-index: 0;
    background: linear-gradient(160deg, 
        rgba(rgb(154,202,186,0.5), 0.03) 0%,
        rgba(rgb(106,174,157,0.5), 0.05) 50%,
        rgba(rgb(154,202,186,0.5), 0.02) 100%);
    position: absolute;
}

.privacy_repository_45931 h1::after {
    background: linear-gradient(90deg, 
        rgb(106,174,157) 0%,
        rgb(154,202,186) 100%);
    width: 6rem;
    content: '';
    left: 0;
    position: absolute;
    bottom: 0;
    height: 3px;
}

.privacy_repository_45931 h2:hover::before {
    transform: scaleX(1);
}

.privacy_repository_45931 h3::before {
    top: 0;
    height: 100%;
    background: rgb(106,174,157);
    content: '';
    left: 0;
    position: absolute;
    opacity: 0.7;
    width: 3px;
}

.privacy_repository_45931 p {
    margin-bottom: 1.5rem;
    font-size: 16px;
    color: #000000;
    z-index: 2;
    line-height: 1.7;
    position: relative;
}

.privacy_repository_45931 ul {
    position: relative;
    padding: 0.5rem 0 1rem 1.2rem;
    margin: 1rem 0 2rem;
    list-style: none;
}

.privacy_repository_45931 li {
    margin-bottom: 0.5rem;
    position: relative;
    font-size: 16px;
    padding: 0.7rem 0 0.7rem 1.5rem;
    transition: transform 0.3s ease;
    line-height: 1.6;
    color: #000000;
}

.title_opener_28910 {
    align-items: center;
    background: linear-gradient(135deg, rgb(201,231,219) 0%, rgba(245, 247, 250, 0.92) 100%);
    display: flex;
    overflow: hidden;
    position: relative;
    min-height: 100vh;
    padding: 80px 0;
}

.title_opener_28910 .metadata_block_80623 {
    transform: translateY(0);
    position: relative;
    padding: 40px 20px;
    z-index: 3;
    transition: transform 0.8s cubic-bezier(0.19, 1, 0.22, 1);
    flex: 1;
}

.title_opener_28910 h1::after {
    transform-origin: left;
    transform: scaleX(0.7);
    bottom: -10px;
    content: "";
    left: 0;
    transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    height: 3px;
    background: linear-gradient(90deg, rgb(154,202,186) 0%, rgb(106,174,157) 100%);
    width: 80px;
    position: absolute;
}

.title_opener_28910 .start_top_95480 svg path {
    transition: fill 0.4s ease;
    fill: rgb(94, 170, 168);
}

.title_opener_28910 .start_top_95480 svg text {
    font-family: Arial, sans-serif;
    letter-spacing: 0.5px;
    transition: fill 0.4s ease;
}

.title_opener_28910 .start_top_95480 p::before {
    background: linear-gradient(to bottom, rgb(154,202,186), rgb(106,174,157));
    border-radius: 2px;
    position: absolute;
    top: 0;
    opacity: 0.7;
    bottom: 0;
    left: 0;
    content: "";
    width: 3px;
}

.title_opener_28910 .request_block_28095:hover {
    box-shadow: 0 8px 25px rgba(94, 170, 168, 0.3);
    transform: translateY(-3px);
}

.title_opener_28910 .request_block_28095:hover::before {
    transform: translateX(100%);
}

.title_opener_28910 .image_grid_10382 {
    transition: transform 0.8s cubic-bezier(0.19, 1, 0.22, 1), box-shadow 0.6s ease;
    margin-bottom: 30px;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1), 0 5px 15px rgba(0, 0, 0, 0.05);
    overflow: hidden;
    z-index: 2;
    transform: perspective(1000px) rotateX(0deg) rotateY(0deg);
    border-radius: 26px;
    position: relative;
    height: 300px;
    width: 100%;
}

#cookieDialogWindow_14297 {
    display: none;
}

.modalCookieSettings_19672 .container {
    gap: 1rem;
    z-index: 1;
    margin: 0 auto;
    flex-wrap: wrap;
    max-width: 1140px;
    align-items: center;
    padding: 0 15px;
    display: flex;
    justify-content: space-between;
    position: relative;
}

.track_optin_25709 {
    min-width: 300px;
    flex: 1;
    margin-bottom: 20px;
}

.consent_panel_15692 {
    text-decoration: none;
    padding: 0.75rem 1.5rem;
    color: #ffffff;
    border: none;
    display: inline-block;
    font-size: 1rem;
    border-radius: 10px;
    font-weight: 700;
    cursor: pointer;
    transition: background-color 0.3s ease, transform 0.3s ease;
    background: rgb(154,202,186);
}

footer .ar_tools_02673 {
    position: relative;
    z-index: 1;
}

footer .assist_form_40763 {
    display: flex;
    position: absolute;
    right: 0;
    overflow: hidden;
    border-radius: 22px;
    left: 0;
    background-color: #ffffff;
    flex-wrap: wrap;
    margin-bottom: 50px;
    padding: 0;
    top: -120px;
    justify-content: space-between;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.1);
}

footer .info_item svg {
    margin-right: 15px;
    fill: rgb(154,202,186);
    width: 22px;
    flex-shrink: 0;
    height: 22px;
}

footer .info_item a:hover {
    color: rgb(154,202,186);
}

footer .header_top_67328 svg {
    width: auto;
    filter: brightness(0) invert(1);
    margin-bottom: 20px;
    height: 45px;
}

footer .nav_sitewrap_15769 h5 {
    font-weight: 600;
    color: #ffffff;
    padding-bottom: 10px;
    font-size: 22px;
    margin-bottom: 25px;
    position: relative;
    border-bottom: 2px solid rgba(255, 255, 255, 0.1);
}

footer .subscribe_holder {
    background-color: rgb(106,174,157,0.5);
    padding: 30px 25px;
    border-radius: 22px;
    position: relative;
}

footer .subscribe_holder p {
    font-size: 13px;
    margin-bottom: 25px;
    line-height: 1.6;
    color: rgba(255, 255, 255, 0.8);
}

footer .input_holder::after {
    z-index: -1;
    background-color: rgb(106,174,157);
    bottom: -20px;
    position: absolute;
    width: 70px;
    left: -10px;
    opacity: 0.1;
    height: 70px;
    content: "";
    border-radius: 50%;
}

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

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

.potential_enrollees_37920 {
    position: relative;
    z-index: 1;
    background-color: rgb(201,231,219);
    padding: 6rem 0;
    overflow: hidden;
}

.potential_enrollees_37920 .learn_identity_97461 {
    flex-direction: column;
    margin: 0 auto;
    position: relative;
    padding: 0 2rem;
    display: flex;
    max-width: 1100px;
    align-items: center;
}

.potential_enrollees_37920 h3 {
    text-align: center;
    margin-bottom: 4rem;
    font-size: 39px;
    opacity: 0.9;
    position: relative;
    color: rgb(154,202,186);
    font-weight: 600;
    letter-spacing: 1px;
}

.potential_enrollees_37920 li {
    display: flex;
    position: relative;
    padding: 2rem;
    flex-direction: column;
    backdrop-filter: blur(10px);
    overflow: hidden;
    border: 1px solid rgba(#ffffff, 0.1);
    transition: all 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
    background: rgba(#ffffff, 0.08);
    border-radius: 28px;
    text-align: center;
    box-shadow: 
        0 10px 30px rgba(0, 0, 0, 0.04),
        0 6px 10px rgba(0, 0, 0, 0.02);
    align-items: center;
}

.potential_enrollees_37920 li {
    font-weight: 400;
    font-size: 14px;
    color: #000000;
    line-height: 1.6;
}

.potential_enrollees_37920 li:hover svg path {
    fill: rgb(154,202,186);
}

.client_comments_48621::before {
    z-index: 1;
    position: absolute;
    content: "";
    top: 0;
    height: 100%;
    opacity: 0.4;
    background: 
        radial-gradient(circle at 10% 10%, rgb(154,202,186,0.5) 0%, transparent 30%),
        radial-gradient(circle at 90% 90%, rgb(106,174,157,0.5) 0%, transparent 30%);
    left: 0;
    width: 100%;
}

.client_comments_48621 .review_quotes_28504 {
    max-width: 1000px;
    flex-direction: column;
    display: flex;
    margin: 0 auto;
    position: relative;
}

.client_comments_48621 .feedback_panel_83091:nth-child(odd) {
    transform: translateY(40px);
    align-self: flex-start;
}

.client_comments_48621 .feedback_panel_83091:nth-child(odd) {
    animation-delay: calc(0.3s * var(--i, 0));
    animation: fadeInLeft 0.8s ease-out both;
}

.client_comments_48621 .feedback_panel_83091::before {
    z-index: 3;
    background: #ffffff;
    height: 20px;
    top: 50%;
    border: 4px solid rgb(154,202,186);
    width: 20px;
    border-radius: 50%;
    content: "";
    position: absolute;
}

.client_comments_48621 .feedback_panel_83091:nth-child(even)::before {
    transform: translateY(-50%);
    left: -50px;
}

.client_comments_48621 .feedback_panel_83091:nth-child(even)::after {
    left: -30px;
}

.client_comments_48621 .feedback_panel_83091:nth-child(odd):hover {
    transform: translateY(40px) scale(1.05);
}

.client_comments_48621 .image_grid_10382 {
    margin-bottom: 15px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    width: 80px;
    margin-right: 20px;
    border: 3px solid #ffffff;
    height: 80px;
    float: left;
    transition: all 0.5s ease;
    border-radius: 21px;
}

.client_comments_48621 .image_grid_10382 {
    width: 60px;
    margin-left: 0 !important;
    float: left !important;
    margin-right: 15px !important;
    height: 60px;
}



.client_comments_48621 .feedback_panel_83091:last-child:nth-child(odd) {
    margin-bottom: 0;
}

.client_comments_48621 .feedback_panel_83091:nth-child(n) {
    animation-delay: calc(0.2s * var(--i, 0));
    animation: fadeInUp 0.6s ease-out both;
}



@media (min-width: 1400px) {header .main_nav_39014 {
    max-width: 1320px;
    margin: 0 auto;
}header .head_bar_06218 {
    margin: 0 0.7rem;
}header .head_bar_06218 a {
    padding: 0 1.5rem;
}
}



@media (max-width: 479px) {header .main_nav_39014 {
    padding: 0.7rem 1.2rem;
}header .header_top_67328 {
    max-width: 120px;
    padding: 0.4rem 0.6rem;
}header .head_bar_06218 a {
    font-size: calc(17px - 3px);
    height: 30px;
    padding: 0 0.6rem;
}}



@media screen and (max-width: 991px) {.about_this_53926 {
    padding: 100px 0;
}.about_this_53926 h2 {
    margin-bottom: 60px;
}.about_this_53926 .knowledge_track_05726 {
    padding: 40px 30px;
}
}



@media screen and (max-width: 768px) {.about_this_53926 {
    padding: 80px 0;
}.about_this_53926 h2 {
    font-size: 38px;
    margin-bottom: 50px;
}.about_this_53926 .edu_commit_81274 {
    flex-direction: column;
}.about_this_53926 .knowledge_track_05726 {
    transform: translateY(0) !important;
}.about_this_53926 .knowledge_track_05726:hover {
    transform: translateY(-10px) !important;
}
}



@media (min-width: 768px) {.thxWrap_42536 {
    padding: 7rem 0;
}.thxWrap_42536 .learn_identity_97461 {
    grid-template-columns: 1fr 1.5fr;
    align-items: center;
    gap: 3rem;
    padding: 4rem;
}.thxWrap_42536 .learn_identity_97461 > div:first-child {
    transform: translateX(0);
}.thxWrap_42536 .learn_identity_97461 > div:last-child {
    padding-left: 3rem;
    border-left: 2px solid rgba(rgb(106,174,157,0.5), 0.15);
}.thxWrap_42536 h5 {
    font-size: calc(24px * 1.1);
}.thxWrap_42536 p {
    font-size: calc(14px * 1.05);
}
}



@media (max-width: 767px) {.thxWrap_42536 {
    padding: 4rem 0;
}.thxWrap_42536 .learn_identity_97461 {
    gap: 2rem;
    padding: 2rem;
}.thxWrap_42536 h5 {
    font-size: calc(24px * 0.9);
}.thxWrap_42536 p {
    font-size: calc(14px * 0.95);
}.thxWrap_42536 .learn_identity_97461 > div:last-child {
    padding-left: 1rem;
}
}



@media screen and (min-width: 992px) {.study_process_31564 {
    padding: 180px 0;
}.study_process_31564 .learn_identity_97461 {
    grid-template-columns: 1fr;
    gap: 4rem;
}.study_process_31564 .learn_identity_97461 > div {
    transform: perspective(1200px) rotateX(3deg) rotateY(-2deg);
    padding: 5rem;
}.study_process_31564 h3 {
    margin-bottom: 2rem;
    padding-bottom: 1.5rem;
}.study_process_31564 h3::after {
    width: 120px;
}
}



@media (min-width: 992px) {.mentorship_experience_15267 {
    padding: 140px 0;
}.mentorship_experience_15267 .feedback_panel_83091 {
    transform: perspective(1200px) rotateY(-3deg);
    gap: 3rem;
    grid-template-columns: 380px 1fr;
    padding: 4rem;
}.mentorship_experience_15267 .name {
    font-size: calc(19px * 1.2);
}.mentorship_experience_15267 .feedback_panel_83091 > div:nth-child(2) > div {
    font-size: 13px;
    margin-bottom: 1.5rem;
}.mentorship_experience_15267 .job_block_41807 {
    font-size: calc(13px * 1.1);
    line-height: 1.75;
}
}



@media screen and (max-width: 1200px) {.program_details_82704 {
    padding: 100px 0;
}.program_details_82704 .training_01874 {
    gap: 30px;
}.program_details_82704 .metadata_block_80623 {
    padding: 30px;
}.program_details_82704 .metadata_block_80623 h2 {
    font-size: calc(36px * 0.9);
    padding: 12px 18px;
}.program_details_82704 .metadata_block_80623 .description {
    padding: 15px;
}
}



@media screen and (max-width: 767px) {.program_details_82704 {
    padding: 60px 0;
}.program_details_82704 .training_01874 {
    gap: 30px;
}.program_details_82704 .metadata_block_80623 {
    gap: 20px;
    padding: 25px;
}.program_details_82704 .metadata_block_80623 h2 {
    font-size: calc(36px * 0.8);
    padding: 10px 15px;
    margin-bottom: 15px;
}.program_details_82704 .metadata_block_80623 .description {
    font-size: calc(16px * 0.95);
    line-height: 1.7;
    padding: 12px;
    margin-bottom: 15px;
}.program_details_82704 .image_grid_10382 {
    min-height: 350px;
}.program_details_82704 .training_01874::before {
    display: none;
}
}



@media (max-width: 768px) {.get_in_touch_84072 {
    padding: 60px 0;
}.get_in_touch_84072 h3 {
    margin-bottom: 40px;
    font-size: calc(32px - 4px);
}.get_in_touch_84072 .query_support_41583 h3,
    .get_in_touch_84072 .connect_widget_14025 h4 {
    font-size: calc(18px - 2px);
    margin-bottom: 30px;
}.get_in_touch_84072 .query_support_41583 input[type="text"],
    .get_in_touch_84072 .query_support_41583 textarea {
    margin-bottom: 20px;
    padding: 15px 20px;
}.get_in_touch_84072 .query_support_41583 .request_block_28095 {
    padding: 15px 30px;
}
}



@media (hover: none) {.pricing_grid_48265 .study_cost_60354:hover .rate_panel_95063 {
    box-shadow: 0 10px 30px -15px rgba(0, 0, 0, 0.15),
                0 5px 15px -10px rgba(0, 0, 0, 0.05);
    transform: none;
}.pricing_grid_48265 .study_cost_60354:hover .price_deals_01257 h3 {
    transform: none;
}.pricing_grid_48265 .study_cost_60354:hover .payment_scheme_78340 {
    transform: none;
}.pricing_grid_48265 .study_cost_60354:hover .image_grid_10382 {
    transform: none;
}}



@media (max-width: 576px) {.privacy_repository_45931 {
    padding: 1.5rem 0;
}.privacy_repository_45931 .container {
    border-left-width: 2px;
    padding: 1.2rem;
    margin: 0 0.8rem;
}.privacy_repository_45931 h1 {
    font-size: calc(39px * 0.7);
}.privacy_repository_45931 h2 {
    margin: 1.8rem 0 0.7rem;
    font-size: calc(36px * 0.7);
}.privacy_repository_45931 h3 {
    font-size: calc(36px * 0.6);
    padding-left: 0.8rem;
}.privacy_repository_45931 h4 {
    font-size: calc(36px * 0.5);
}.privacy_repository_45931 p, 
    .privacy_repository_45931 span, 
    .privacy_repository_45931 li {
    font-size: calc(16px * 0.9);
    line-height: 1.6;
}.privacy_repository_45931 ul {
    padding-left: 0.8rem;
}.privacy_repository_45931 li {
    padding: 0.6rem 0 0.6rem 1.2rem;
}.privacy_repository_45931 li::before {
    width: 6px;
    height: 6px;
}}



@media (max-width: 767px) {.title_opener_28910 {
    padding: 60px 0;
}.title_opener_28910 h1 {
    font-size: calc(37px * 0.9);
}.title_opener_28910 .request_block_28095 {
    font-size: calc(14px * 0.95);
    padding: 12px 25px;
}
}


@media only screen and (max-width: 768px) {.modalCookieSettings_19672 .container {
    flex-direction: column;
    align-items: center;
}.cookie_necessary_23547 {
    margin-right: 0;
    margin-bottom: 1rem;
}.track_optin_25709 {
    margin-bottom: 1rem;
    text-align: center;
}.cookie_button.track_cookies_45761 {
    margin-top: 0.5rem;
    margin-left: 0;
}}



@media (max-width: 991px) {footer .assist_form_40763 {
    position: relative;
    top: 0;
    margin-bottom: 80px;
}footer .webinar_arch_12083 {
    padding: 120px 0 30px;
}footer .text_main_holder {
    margin-top: 40px;
}
}



@media (max-width: 1200px) {.potential_enrollees_37920 ul {
    grid-template-columns: repeat(2, 1fr);
}
}



@media (max-width: 992px) {.potential_enrollees_37920 {
    padding: 5rem 0;
}.potential_enrollees_37920 h3 {
    margin-bottom: 3.5rem;
    font-size: calc(39px * 0.9);
}
}



@media (max-width: 1024px) {.client_comments_48621 {
    padding: 90px 0;
}.client_comments_48621 h4 {
    margin-bottom: 60px;
    font-size: calc(46px * 0.85);
}.client_comments_48621 .feedback_panel_83091 {
    width: 46%;
    padding: 25px;
}.client_comments_48621 .feedback_panel_83091:nth-child(odd)::before {
    right: -40px;
}.client_comments_48621 .feedback_panel_83091:nth-child(even)::before {
    left: -40px;
}.client_comments_48621 .image_grid_10382 {
    height: 70px;
    width: 70px;
}
}



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



@keyframes borderPulse {
    0% {
        border-color: rgb(154,202,186,0.5);
        transform: rotateY(5deg) rotateX(2deg);
    }
    100% {
        border-color: rgb(106,174,157,0.5);
        transform: rotateY(3deg) rotateX(0deg);
    }
}



@keyframes expand {
    0% {
        width: 20px;
    }
    100% {
        width: 100%;
    }
}



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



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



@keyframes cloudMove {
    0% {
        background-position: 0% 0%;
    }
    100% {
        background-position: 10% 10%;
    }
}

@keyframes fadeInLeft {
    from {
        opacity: 0;
        transform: translateX(-50px) translateY(40px);
    }
    to {
        opacity: 1;
        transform: translateX(0) translateY(40px);
    }
}

