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

header,footer {
    width: 100%;
}

header {
    position: relative;
    background: rgb(213,216,234);
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
    padding: 0;
    z-index: 100;
    margin-top: 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}

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

.course_program_info_07326 .image_card_20875 {
    transform: perspective(1000px) rotateY(-2deg);
    transition: transform 0.7s cubic-bezier(0.22, 1, 0.36, 1), box-shadow 0.7s ease;
    position: relative;
    height: 350px;
    clip-path: polygon(0 0, 100% 5%, 95% 100%, 5% 95%);
    box-shadow: 0 25px 50px -12px rgba(rgba(0, 0, 0, 0.5), 0.25);
}

.course_program_info_07326 h3 {
    font-weight: 700;
    transform: translateZ(0);
    margin-bottom: 20px;
    color: #000000;
    position: relative;
    font-size: calc(20px * 1.1);
    font-family: Arial, sans-serif;
    padding-bottom: 15px;
}

.course_program_info_07326 p.description {
    display: block;
}

.course_program_info_07326 span.description {
    display: none;
}

.course_program_info_07326 .reading_block_25491:hover {
    transform: perspective(1000px) rotateY(0) translateZ(10px);
    box-shadow: 0 20px 40px -15px rgba(rgba(0, 0, 0, 0.5), 0.15);
}

.learning_outcomes_05946::before {
    opacity: 0.1;
    content: '';
    z-index: 1;
    width: 120%;
    height: 100%;
    background-image: 
        repeating-linear-gradient(0deg, transparent, transparent 20px, rgb(173,186,209,0.5) 20px, rgb(173,186,209,0.5) 21px),
        repeating-linear-gradient(90deg, transparent, transparent 20px, rgb(173,186,209,0.5) 20px, rgb(173,186,209,0.5) 21px);
    left: -10%;
    top: 0;
    position: absolute;
}

.learning_outcomes_05946 .image_card_20875 {
    position: relative;
    transform: translateX(-5vw);
    clip-path: polygon(0 0, 100% 10%, 100% 90%, 0 100%);
    min-height: 450px;
    z-index: 1;
    grid-row: 2;
    height: 100%;
    grid-column: 1 / span 6;
    border-radius: 0;
}

.learning_outcomes_05946 .text_main_holder {
    gap: 1.5rem;
    display: grid;
}

.learning_outcomes_05946 .text_main_holder > div:nth-child(even) {
    transform: translateX(2vw);
}

.learning_outcomes_05946 .text_main_holder > div:hover {
    box-shadow: 8px 8px 25px rgba(0, 0, 0, 0.1);
    transform: translateX(3vw) translateY(-5px);
}

.learning_outcomes_05946 .text_main_holder > div::before {
    height: 0;
    transition: height 0.3s ease;
    background: rgb(173,186,209);
    top: 0;
    position: absolute;
    width: 5px;
    content: '';
    left: 0;
}

.learning_outcomes_05946 .text_main_holder > div:hover svg path {
    fill: rgb(131,142,186);
}

.title_greeting_30971 {
    position: relative;
    background: linear-gradient(135deg, rgb(213,216,234) 0%, rgba(245, 248, 250, 0.95) 100%);
    min-height: 100vh;
    z-index: 1;
    display: flex;
    align-items: center;
    overflow: hidden;
}

.title_greeting_30971 .edu_ethos_36527 {
    margin: 0 auto;
    padding: 2rem;
    display: flex;
    flex-direction: row-reverse;
    position: relative;
    gap: 3rem;
    width: 100%;
    max-width: 1400px;
    align-items: center;
}

.title_greeting_30971 h1::after {
    position: absolute;
    width: 80px;
    transition: width 0.5s ease;
    background: linear-gradient(90deg, rgb(173,186,209) 0%, rgb(131,142,186) 100%);
    height: 4px;
    left: 0;
    border-radius: 10px;
    content: "";
    bottom: -10px;
}

.title_greeting_30971 svg {
    height: 80px;
    margin-bottom: 1rem;
    width: 80px;
    transform: translateY(0);
    transition: transform 0.5s ease-in-out;
}

.title_greeting_30971 svg text {
    fill: rgb(173,186,209);
    font-weight: 700;
    font-family: Arial, sans-serif;
    font-size: 12px;
    transition: fill 0.3s ease;
}

.title_greeting_30971 .connect_box_41063 {
    position: relative;
    padding: 1rem 2rem;
    transform: translateY(0);
    letter-spacing: 0.5px;
    font-size: 18px;
    font-family: Arial, sans-serif;
    overflow: hidden;
    display: inline-block;
    transition: all 0.3s cubic-bezier(0.25, 1, 0.5, 1);
    border-radius: 13px;
    text-decoration: none;
    color: #ffffff;
    background: linear-gradient(135deg, rgb(173,186,209) 0%, rgb(131,142,186) 100%);
    font-weight: 600;
    box-shadow: 0 6px 15px rgba(var(--primary-color-opacity), 0.2);
}

.title_greeting_30971 .image_card_20875::after {
    bottom: 0;
    height: 30%;
    z-index: 1;
    position: absolute;
    width: 100%;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.5), transparent);
    left: 0;
    content: "";
}

.secure_vaulting_84672 h2 {
    color: #ffffff;
    margin-top: 25px;
    font-weight: 600;
    border-bottom: 2px solid rgb(173,186,209);
    padding-bottom: 5px;
    margin-bottom: 15px;
    text-align: left;
    font-size: 30px;
    width: 100%;
}

.secure_vaulting_84672 section {
    border-radius: 22px;
    width: 100%;
    background: rgb(131,142,186,0.5);
    margin-bottom: 30px;
    padding: 30px;
}

.cookie_warning_banner_20489 {
    position: fixed;
    z-index: 90;
    padding: 20px 0;
    transition: all 0.3s ease-in-out;
    background: rgb(131,142,186);
    width: 100%;
    bottom: 0;
    box-shadow: rgba(0, 0, 0, 0.5) 0px 0px 20px 0px;
    border-top: 2px solid rgb(173,186,209);
}

.cookie_user_94573 svg, .cookie_user_94573 svg path {
    height: 80px;
    transition: transform 0.3s ease-in-out;
    width: 80px;
    fill: rgb(173,186,209);
}

.visitor_settings_62984:hover {
    box-shadow: rgb(173,186,209,0.5) 0px 6px 15px 0px;
    transform: scale(1.05);
}

.cookie_warning_banner_20489 p a:hover {
    color: rgb(131,142,186);
}

.wrapper-structure_65074 .cookie_warning_banner_20489 {
    padding: 40px 0;
    background: rgb(131,142,186);
    border: none;
    box-shadow: rgba(0, 0, 0, 0.5) 0px 0px 40px 39px;
}

#cookie_alert_banner_25083:checked ~ .cookie_warning_banner_20489 {
    opacity: 0;
    visibility: hidden;
}

.info_details_98137::before {
    content: '';
    left: 0;
    width: 100%;
    background: linear-gradient(135deg, rgb(173,186,209,0.5) 0%, transparent 40%, rgb(131,142,186,0.5) 100%);
    position: absolute;
    z-index: -2;
    height: 100%;
    top: 0;
}

.info_details_98137 .course_ask_60782 h3 {
    position: relative;
    font-size: 38px;
    color: rgb(173,186,209);
    display: inline-block;
    font-weight: 700;
    margin-bottom: 1.5rem;
}

.info_details_98137 .request_form_04693 {
    max-width: 90%;
    color: #000000;
    margin-bottom: 2.5rem;
    line-height: 1.6;
    font-size: calc(13px * 1.05);
}

.info_details_98137 .assist_team_25687::before {
    top: -20px;
    height: 1px;
    right: 0;
    background: linear-gradient(90deg, 
                transparent, 
                rgb(173,186,209,0.5), 
                transparent);
    left: 0;
    position: absolute;
    content: '';
}

.info_details_98137 .assist_team_25687 span:nth-child(even) svg {
    stroke: rgb(131,142,186);
}

.info_details_98137 .assist_team_25687 span:hover {
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
    transform: translateY(-3px);
    background: rgba(255, 255, 255, 0.08);
}

.info_details_98137 .assist_team_25687 span svg path,
.info_details_98137 .assist_team_25687 span svg circle,
.info_details_98137 .assist_team_25687 span svg line,
.info_details_98137 .assist_team_25687 span svg polyline,
.info_details_98137 .assist_team_25687 span svg rect {
    stroke-dashoffset: 0;
    transition: stroke-dasharray 0.5s ease, stroke-dashoffset 0.5s ease;
    stroke-dasharray: 0;
}

.info_details_98137 .assist_team_25687 span > span:hover {
    background: transparent;
    box-shadow: none;
    transform: none;
}

.info_details_98137 .assist_team_25687 span a:hover {
    color: rgb(131,142,186);
    transform: translateX(3px);
}

.info_details_98137 .get_answers_42367 h4 {
    align-items: center;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 1rem;
    color: rgb(131,142,186);
    display: flex;
    gap: 0.5rem;
    position: relative;
    text-align: center;
}

.info_details_98137 .get_answers_42367 h4:hover svg {
    transform: rotate(15deg);
}

.info_details_98137 .get_answers_42367 span svg {
    width: 1rem;
    transition: all 0.3s ease;
    stroke-width: 1.5;
    opacity: 0.7;
    stroke-linejoin: round;
    stroke-linecap: round;
    stroke: rgb(173,186,209);
    left: 0;
    position: absolute;
    height: 1rem;
    fill: none;
}

.info_details_98137 .get_answers_42367 span:not(:last-child) {
    border-bottom: 1px dashed rgba(#000000, 0.2);
}

.info_details_98137 .course_ask_60782::before {
    background: radial-gradient(circle, rgb(173,186,209,0.5) 0%, transparent 70%);
    right: 0;
    top: 0;
    content: '';
    z-index: -1;
    width: 100px;
    opacity: 0.4;
    position: absolute;
    height: 100px;
}

.info_details_98137 .assist_team_25687 span::before {
    height: 30px;
    filter: blur(20px);
    position: absolute;
    z-index: -1;
    left: 0;
    opacity: 0;
    transition: opacity 0.3s ease;
    top: 0;
    background: rgb(173,186,209,0.5);
    width: 30px;
    content: '';
}

.future_students_74205 {
    overflow: hidden;
    padding: 120px 0;
    background: linear-gradient(150deg, rgb(213,216,234) 0%, rgba(0, 0, 0, 0.5) 100%);
    position: relative;
}

.future_students_74205 .edu_ethos_36527 {
    overflow: hidden;
    background: #ffffff;
    border-radius: 25px;
    box-shadow: 
        0 20px 60px rgba(0, 0, 0, 0.1),
        0 10px 30px rgba(0, 0, 0, 0.05);
    position: relative;
}

.future_students_74205 div {
    display: flex;
    padding: 40px;
    flex-wrap: wrap;
    gap: 0;
}

.future_students_74205 div p {
    margin: 0 15px 0 15px;
    border-left: 3px solid rgb(173,186,209);
    z-index: 1;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
    width: calc(100% - 30px);
    background: #ffffff;
    transition: all 0.3s ease;
    padding: 20px 20px 20px 60px;
    overflow: hidden;
    cursor: pointer;
    position: relative;
    flex: 1 1 calc(100% - 30px);
    margin-bottom: 20px;
}

.future_students_74205 div p svg {
    top: 50%;
    transition: all 0.3s ease;
    position: absolute;
    width: 24px;
    left: 20px;
    height: 24px;
    transform: translateY(-50%);
}

.future_students_74205 div p:hover svg path {
    fill: rgb(131,142,186);
}

.study_process_20754 {
    background: linear-gradient(145deg, rgb(213,216,234) 0%, rgba(245, 248, 252, 1) 100%);
    padding: 6rem 0;
    position: relative;
    overflow: hidden;
}

.study_process_20754 h2 {
    transform: translateZ(5px);
    position: relative;
    margin-bottom: 3rem;
    font-size: 38px;
    font-weight: 700;
    color: #000000;
    display: inline-block;
}

.study_process_20754:hover h2::after {
    transform: scaleX(1);
}

.study_process_20754 .reading_block_25491 {
    transform: translateZ(0);
    position: relative;
    background: #ffffff;
    overflow: hidden;
    border-left: 4px solid rgb(173,186,209);
    padding: 2.5rem;
    transition: transform 0.5s ease, box-shadow 0.5s ease;
    box-shadow: 
        0 10px 30px rgba(0, 0, 0, 0.04),
        0 1px 3px rgba(0, 0, 0, 0.02);
}

.study_process_20754 p {
    position: relative;
    z-index: 2;
    color: #000000;
    font-size: 12px;
    margin: 0;
    line-height: 1.7;
}

.newsletter_subscription_68457 {
    padding: 80px 0;
    position: relative;
    background: rgb(213,216,234);
    overflow: hidden;
}

.newsletter_subscription_68457::after {
    filter: blur(25px);
    transform: rotate(12deg) skew(-12deg);
    bottom: -5%;
    border-radius: 30% 70% 50% 50% / 50% 30% 70% 50%;
    background: linear-gradient(
        225deg, 
        rgb(131,142,186,0.5) 0%, 
        rgba(255,255,255,0.03) 100%
    );
    z-index: 0;
    width: 35%;
    left: -8%;
    content: "";
    height: 70%;
    position: absolute;
}

.newsletter_subscription_68457 h3 {
    padding-left: 15px;
    margin-bottom: 30px;
    transition: transform 0.3s ease;
    line-height: 1.4;
    color: #000000;
    font-size: calc(18px * 1.1);
    font-weight: 600;
    border-left: 4px solid rgb(173,186,209);
    transform: translateZ(10px);
}

.newsletter_subscription_68457 .input_holder div {
    position: relative;
    flex: 1;
    min-width: 250px;
}

.newsletter_subscription_68457 .input_holder div:hover::before,
.newsletter_subscription_68457 .input_holder div:focus-within::before {
    transform: scaleX(1);
}

.newsletter_subscription_68457 input[type="email"]:focus {
    background: rgba(255, 255, 255, 0.12);
    transform: translateY(-2px);
    outline: none;
    border-color: rgb(173,186,209,0.5);
    box-shadow: 
        0 5px 15px rgba(rgb(173,186,209), 0.1),
        inset 3px 3px 8px rgba(0, 0, 0, 0.04),
        inset -3px -3px 8px rgba(255, 255, 255, 0.04);
}

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

.newsletter_subscription_68457 .sub_benefit_40231:hover::before {
    left: 100%;
}

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

.pricing_layout_81274 .learning_cost_19026 {
    position: relative;
}

.pricing_layout_81274 h2::after {
    width: 80px;
    position: absolute;
    transform: translateX(-50%);
    left: 50%;
    height: 3px;
    bottom: -10px;
    background: rgb(131,142,186);
    content: '';
}

.pricing_layout_81274 .pricing_levels_38762 {
    display: grid;
    margin: 0;
    padding: 0;
    list-style: none;
    gap: 30px;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
}

.pricing_layout_81274 .cost_deals_03421 {
    display: block;
    position: relative;
    color: #ffffff;
    overflow: hidden;
    text-decoration: none;
    height: 100%;
}

.pricing_layout_81274 .cost_deals_03421:hover .trial_pricing_05731::before {
    transform: scaleX(1);
}

.pricing_layout_81274 .trial_pricing_05731::after {
    width: 60px;
    transition: opacity 0.5s ease;
    background: linear-gradient(135deg, transparent 50%, rgb(131,142,186,0.5) 50%);
    position: absolute;
    right: 0;
    content: '';
    bottom: 0;
    opacity: 0;
    height: 60px;
}

.pricing_layout_81274 .cost_deals_03421:hover .learning_deals_30784 h4::after {
    width: 100%;
}

.pricing_layout_81274 .learning_deals_30784 p {
    color: rgba(255, 255, 255, 0.8);
    overflow-wrap: break-word;
    font-size: 17px;
    word-break: break-word;
    padding-right: 5px;
    max-height: 200px;
    line-height: 1.6;
    overflow-y: auto;
    margin: 0 0 30px;
}

.tySection_26937::before {
    background: rgb(255, 255, 255, 0.5);
    transform: rotate(-15deg);
    content: "";
    height: 60%;
    right: -10%;
    top: -10%;
    position: absolute;
    pointer-events: none;
    width: 50%;
    opacity: 0.05;
}

.tySection_26937 .edu_ethos_36527 {
    flex-direction: column;
    display: flex;
    position: relative;
    transform: translateY(0);
    transition: transform 0.5s cubic-bezier(0.25, 0.1, 0.25, 1);
    background: #ffffff;
    gap: 40px;
    box-shadow: 0 15px 45px rgba(0, 0, 0, 0.08), 0 5px 20px rgba(0, 0, 0, 0.05);
    padding: 60px 50px;
}

.tySection_26937 .edu_ethos_36527:hover h5 {
    transform: translateX(8px);
}

.tySection_26937 .edu_ethos_36527 a {
    display: block;
    transition: all 0.4s ease;
    text-decoration: none;
}

.tySection_26937 .edu_ethos_36527 a:hover::before {
    opacity: 0.1;
}

.user_comments_80974 {
    padding: 7rem 0;
    position: relative;
    background: rgb(213,216,234);
    overflow: hidden;
}

.user_comments_80974::after {
    background: linear-gradient(90deg, transparent, rgb(131,142,186,0.5));
    content: "";
    z-index: 0;
    height: 100%;
    top: 0;
    position: absolute;
    width: 30%;
    right: 0;
    clip-path: polygon(30% 0, 100% 0, 100% 100%, 0% 100%);
}

.user_comments_80974 h2::after {
    height: 5px;
    background: rgb(173,186,209);
    content: "";
    left: -2rem;
    position: absolute;
    width: 1.5rem;
    top: 50%;
    transform: translateY(-50%);
}

.user_comments_80974 .client_ratings_51627::before {
    z-index: 1;
    position: absolute;
    height: 3px;
    transform: translateY(-50%);
    width: 3rem;
    top: 50%;
    content: "";
    background: linear-gradient(
        to right,
        rgb(173,186,209),
        rgb(131,142,186)
    );
    left: -3rem;
}

.user_comments_80974 .client_ratings_51627:nth-child(odd) {
    transform: translateX(3rem);
    margin-right: auto;
    margin-left: 0;
    align-self: flex-start;
}

.user_comments_80974 .client_ratings_51627:nth-child(odd)::after {
    right: -3.5rem;
    left: auto;
}

.user_comments_80974 .client_ratings_51627:nth-child(odd):hover {
    transform: translateX(3rem) translateY(-10px);
}

.user_comments_80974 .client_ratings_51627:hover img {
    transform: scale(1.1) rotate(10deg);
}

.user_comments_80974 .client_ratings_51627 .description {
    line-height: 1.6;
    font-weight: 400;
    border-left: 3px solid rgb(131,142,186,0.5);
    color: #000000;
    margin-top: 1rem;
    padding-left: 1rem;
    font-size: 18px;
    position: relative;
}

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

header .head_edu_31259:hover {
    transform: translateY(-3px);
}

header .head_edu_31259 img {
    max-width: 100%;
    filter: brightness(1.03);
    display: block;
    height: auto;
}

header .top_head_47230 {
    padding: 0;
    margin: 0;
    list-style: none;
    position: relative;
    flex-wrap: nowrap;
    display: flex;
}

header .nav_mainwrap_98532 {
    margin: 0;
    position: relative;
}

header .nav_mainwrap_98532 a::before {
    transition: transform 0.3s ease;
    bottom: 0;
    position: absolute;
    width: 100%;
    height: 3px;
    transform: translateX(-100%);
    left: 0;
    content: '';
    background: rgb(173,186,209);
}

header .head_learn_95064::before {
    top: 0;
    z-index: -1;
    width: 30%;
    right: 0;
    background: linear-gradient(-90deg, rgb(213,216,234), transparent);
    content: '';
    height: 100%;
    position: absolute;
}

header .header_pagewrap_92857 {
    z-index: 1;
    padding-top: 2rem;
    background: #ffffff;
    position: relative;
}

.contact_form_box_32467::after {
    z-index: 1;
    top: 0;
    background-image: 
        linear-gradient(rgb(131,142,186,0.5) 1px, transparent 1px),
        linear-gradient(90deg, rgb(131,142,186,0.5) 1px, transparent 1px);
    width: 100%;
    content: "";
    background-size: 30px 30px;
    position: absolute;
    opacity: 0.07;
    left: 0;
    height: 100%;
}

.contact_form_box_32467 h2::after {
    bottom: 0;
    position: absolute;
    height: 4px;
    content: "";
    width: 30px;
    background: rgb(131,142,186);
    left: calc(50% - 15px);
}

.contact_form_box_32467 .image_card_20875::before {
    z-index: 1;
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(
        135deg, 
        rgba(rgb(173,186,209), 0.4), 
        rgba(rgb(131,142,186), 0.4)
    );
}

.contact_form_box_32467 form {
    position: relative;
    z-index: 2;
}

.contact_form_box_32467 form h3 {
    margin-bottom: 40px;
    display: inline-block;
    font-weight: 600;
    position: relative;
    font-size: 22px;
    color: #000000;
}

.contact_form_box_32467 form input[type="text"]:focus {
    border-bottom-color: rgb(173,186,209);
    outline: none;
}

.contact_form_box_32467 form input[type="text"]:focus::placeholder {
    opacity: 0;
    transform: translateY(-10px);
}

.contact_form_box_32467 .inquiry_map_67801 input[type="checkbox"] {
    opacity: 0;
    position: absolute;
}

.contact_form_box_32467 .inquiry_map_67801 input[type="checkbox"]:checked + label::before {
    background: rgb(173,186,209);
    border-color: rgb(173,186,209);
}

.contact_form_box_32467 .inquiry_map_67801 label a {
    transition: all 0.3s ease;
    text-decoration: none;
    color: rgb(173,186,209);
    font-weight: 600;
    position: relative;
}

.contact_form_box_32467 .inquiry_map_67801 label a:hover {
    color: rgb(131,142,186);
}

.contact_form_box_32467 .connect_box_41063 {
    clip-path: polygon(
        0 0,
        100% 0,
        100% 70%,
        90% 100%,
        0 100%
    );
    width: auto;
    color: #ffffff;
    font-size: 20px;
    cursor: pointer;
    padding: 18px 40px;
    display: inline-block;
    overflow: hidden;
    font-weight: 600;
    border: none;
    transition: all 0.3s ease;
    z-index: 1;
    background: rgb(173,186,209);
    position: relative;
}

.data_summary_73865 h3 {
    color: #000000;
    font-weight: 700;
    text-shadow: 0 1px 2px rgba(0,0,0,0.1);
    transform: perspective(1000px) translateZ(0);
    position: relative;
    z-index: 1;
    margin-bottom: 3rem;
    transition: transform 0.5s ease-out;
    font-size: 35px;
    text-align: center;
}

.data_summary_73865 ul {
    gap: 2rem;
    display: grid;
    margin: 0;
    padding: 0;
    grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
    list-style: none;
}

.data_summary_73865 .statistics_classes_59734:hover {
    box-shadow: 0 20px 40px rgba(0,0,0,0.08), 0 5px 15px rgba(0,0,0,0.05);
    transform: translateY(-5px) scale(1.03);
}

.data_summary_73865 .statistics_classes_59734:hover::before {
    transform: scaleX(1);
}

.data_summary_73865 .statistics_classes_59734 p {
    font-size: calc(47px * 1.2);
    transition: all 0.3s ease;
    color: rgb(173,186,209);
    position: relative;
    z-index: 2;
    margin: 0;
    font-weight: 700;
}

.data_summary_73865 .statistics_classes_59734:nth-child(even)::after {
    top: -20px;
    opacity: 0.2;
    background: radial-gradient(circle, rgb(131,142,186,0.5) 0%, transparent 70%);
    z-index: 1;
    position: absolute;
    content: "";
    height: 100px;
    border-radius: 50%;
    width: 100px;
    left: -20px;
}

.data_summary_73865 .statistics_classes_59734:nth-child(4) {
    animation: fadeInUp 0.5s 0.4s ease-out both;
}

.data_summary_73865 .statistics_classes_59734:nth-child(7) {
    animation: fadeInUp 0.5s 0.7s ease-out both;
}

.our_story_81576::after {
    position: absolute;
    width: 100%;
    top: -50%;
    background: linear-gradient(135deg, rgb(173,186,209,0.5) 0%, transparent 70%);
    content: "";
    right: -50%;
    transform: rotate(-15deg);
    pointer-events: none;
    height: 200%;
    z-index: 2;
}

.our_story_81576 h2:hover {
    transform: perspective(1000px) rotateY(0deg);
}

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

.our_story_81576 .reading_block_25491 {
    gap: 30px;
    padding: 40px;
    border-left: 3px solid rgb(173,186,209);
    position: relative;
    background: linear-gradient(145deg, rgba(255,255,255,0.1) 0%, rgba(255,255,255,0.05) 100%);
    -webkit-backdrop-filter: blur(8px);
    box-shadow: 0 20px 40px rgba(0,0,0,0.2), 0 10px 20px rgba(0,0,0,0.15);
    transform: translateX(0) translateY(0);
    backdrop-filter: blur(8px);
    grid-template-columns: 1fr;
    transition: transform 0.5s cubic-bezier(0.23, 1, 0.32, 1), box-shadow 0.5s ease;
    display: grid;
}

.insta_feed_45201::before {
    left: 0;
    top: 0;
    z-index: -1;
    position: absolute;
    content: "";
    background: linear-gradient(180deg, rgba(0,0,0,0.9) 0%, rgb(173,186,209,0.5) 100%);
    height: 100%;
    width: 100%;
}

.insta_feed_45201 .company_holder {
    position: relative;
    padding-bottom: 2.5rem;
    text-align: center;
    border-bottom: 1px solid rgba(255,255,255,0.1);
    margin-bottom: 3rem;
}



.insta_feed_45201 .company_holder h3 {
    margin-bottom: 1rem;
    font-weight: 700;
    font-size: calc(29px * 1.3);
    display: inline-block;
    position: relative;
}

.insta_feed_45201 .affiliate_cta_42169 {
    font-size: 12px;
    color: #ffffff;
    line-height: 1.7;
    margin: 1.5rem auto 0;
    max-width: 600px;
    opacity: 0.8;
}

.insta_feed_45201 .top_head_47230 {
    position: relative;
    box-shadow: 0 8px 32px 0 rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    padding: 1rem 1.5rem;
    backdrop-filter: blur(10px);
    background: rgba(255,255,255,0.05);
    transition: all 0.3s ease;
}

.insta_feed_45201 .top_head_47230 .nav_train_18470 a {
    color: #ffffff;
    text-align: center;
    padding: 0.4rem 0;
    position: relative;
    font-size: 12px;
    transition: all 0.3s ease;
    overflow: hidden;
    z-index: 1;
    opacity: 0.75;
    text-decoration: none;
}

.insta_feed_45201 .top_head_47230 .nav_train_18470 a:hover::before {
    transform: scaleX(1);
}

.privacy_cta_48635::before {
    background-size: 4px 4px;
    content: "";
    background-image: linear-gradient(45deg, rgba(rgb(173,186,209,0.5), 0.05) 25%, transparent 25%, transparent 50%, rgba(rgb(173,186,209,0.5), 0.05) 50%, rgba(rgb(173,186,209,0.5), 0.05) 75%, transparent 75%, transparent);
    height: 100%;
    width: 100%;
    position: absolute;
    animation: bgMove 20s linear infinite;
    left: 0;
    opacity: 0.3;
    top: 0;
}

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

.leadership_experience_45023 .client_ratings_51627:hover {
    transform: rotateY(0);
}

.leadership_experience_45023 .image_card_20875 {
    grid-area: photo;
    transform: translateZ(30px);
    width: 220px;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.5),
                0 0 0 10px rgb(173,186,209,0.5);
    height: 220px;
    border-radius: 50%;
    border: 5px solid #ffffff;
    transition: all 0.4s ease;
}

.leadership_experience_45023 .client_ratings_51627 span:not(.name) {
    transform: translateZ(15px);
    font-size: 13px;
    color: rgb(173,186,209);
    grid-area: info;
    font-weight: 600;
    display: block;
    margin-top: 3.5rem;
}

.pricing_layout_81274 .learning_deals_30784 p::-webkit-scrollbar {
    width: 4px;
}

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

.pricing_layout_81274 .learning_deals_30784 p::-webkit-scrollbar-thumb {
    background: rgb(173,186,209,0.5);
}

.our_story_81576 .reading_block_25491 div div::-webkit-scrollbar {
    width: 5px;
}

.our_story_81576 .reading_block_25491 div div::-webkit-scrollbar-track {
    border-radius: 10px;
    background: rgba(255,255,255,0.1);
}

.our_story_81576 .reading_block_25491 div div::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background: rgb(173,186,209);
}



@media (min-width: 1200px) {.course_program_info_07326 .image_card_20875 {
    height: 600px;
}.course_program_info_07326 .reading_block_25491 {
    margin-left: -150px;
}.course_program_info_07326 h3 {
    font-size: calc(20px * 1.3);
}
}



@media (prefers-reduced-motion: reduce) {.course_program_info_07326 .image_card_20875,
  .course_program_info_07326 .reading_block_25491,
  .course_program_info_07326 h3::after,
  .course_program_info_07326 .reading_block_25491::before {
    transform: none;
    transition: none;
}}



@media (max-width: 992px) {.learning_outcomes_05946 .edu_ethos_36527 {
    grid-template-columns: 1fr;
    width: 85%;
}.learning_outcomes_05946 h2 {
    grid-column: 1;
}.learning_outcomes_05946 .image_card_20875 {
    grid-column: 1;
    margin-bottom: 2rem;
    transform: translateX(0);
    height: 350px;
    clip-path: polygon(0 5%, 100% 0, 100% 95%, 0 100%);
    grid-row: 2;
}.learning_outcomes_05946 .reading_block_25491 {
    grid-row: 3;
    grid-column: 1;
}.learning_outcomes_05946 .text_main_holder > div,
    .learning_outcomes_05946 .text_main_holder > div:nth-child(even) {
    transform: translateX(0);
}.learning_outcomes_05946 .text_main_holder > div:hover,
    .learning_outcomes_05946 .text_main_holder > div:nth-child(even):hover {
    transform: translateY(-5px);
}
}



@media screen and (max-width: 576px) {.title_greeting_30971 {
    padding: 2rem 0;
}.title_greeting_30971 h1 {
    font-size: 29px;
}.title_greeting_30971 .learning_open_93207 p {
    padding-left: 0.5rem;
}.title_greeting_30971 svg {
    height: 50px;
    width: 50px;
}.title_greeting_30971 .image_card_20875 {
    height: 280px;
}.title_greeting_30971 .connect_box_41063 {
    width: 100%;
    text-align: center;
}}


@media (max-width: 767px) {.info_details_98137 {
    padding: 3rem 0;
}.info_details_98137 .course_ask_60782 {
    padding: 2rem 1.5rem;
}.info_details_98137 .course_ask_60782 h3 {
    font-size: calc(38px * 0.8);
}.info_details_98137 .assist_team_25687 {
    grid-template-columns: 1fr;
}.info_details_98137 .get_answers_42367 {
    padding: 1.25rem;
}.info_details_98137 .assist_team_25687 span {
    padding: 0.875rem 1.25rem;
    padding-left: 3rem;
}.info_details_98137 .assist_team_25687 span svg {
    height: 1.3rem;
    width: 1.3rem;
    left: 0.875rem;
}.info_details_98137 .get_answers_42367 span {
    padding-left: 1.5rem;
}.info_details_98137 .get_answers_42367 span svg {
    width: 0.875rem;
    height: 0.875rem;
}
}



@media (max-width: 991px) {.future_students_74205 {
    padding: 100px 0;
}.future_students_74205 h4 {
    padding: 25px;
    font-size: calc(32px - 2px);
}.future_students_74205 div {
    padding: 30px;
}.future_students_74205 div p {
    margin-bottom: 15px;
    padding: 18px 18px 18px 55px;
}.future_students_74205 div p svg {
    height: 22px;
    width: 22px;
    left: 18px;
}
}



@media (max-width: 767px) {.future_students_74205 {
    padding: 80px 0;
}.future_students_74205 h4 {
    font-size: calc(32px - 4px);
    padding: 20px;
}.future_students_74205 div {
    padding: 25px 20px;
}.future_students_74205 div p {
    margin-right: 0;
    margin-left: 0;
    width: 100%;
    margin-bottom: 12px;
    flex: 1 1 100%;
    padding: 15px 15px 15px 50px;
}.future_students_74205 div p svg {
    width: 20px;
    height: 20px;
    left: 15px;
}
}



@media (max-width: 480px) {.study_process_20754 {
    padding: 3rem 0;
}.study_process_20754 .edu_ethos_36527 {
    padding: 0 1rem;
}.study_process_20754 h2 {
    font-size: calc(38px * 0.7);
    margin-bottom: 1.5rem;
}.study_process_20754 .reading_block_25491 {
    border-left-width: 3px;
    padding: 1.5rem;
}.study_process_20754 p {
    font-size: calc(12px * 0.95);
}.study_process_20754 .reading_block_25491::after {
    right: 10px;
    font-size: 6rem;
}
}



@media (max-width: 991px) {.newsletter_subscription_68457 {
    padding: 60px 0;
}.newsletter_subscription_68457 .edu_ethos_36527 {
    text-align: center;
}.newsletter_subscription_68457 h3 {
    display: inline-block;
    text-align: left;
    margin-bottom: 25px;
}.newsletter_subscription_68457 .input_holder {
    justify-content: center;
}
}



@media (max-width: 480px) {.newsletter_subscription_68457 {
    padding: 40px 0;
}.newsletter_subscription_68457 .edu_ethos_36527 {
    padding: 25px 15px;
}.newsletter_subscription_68457 h3 {
    margin-bottom: 20px;
    font-size: 20px;
}.newsletter_subscription_68457 input[type="email"],
    .newsletter_subscription_68457 .sub_benefit_40231 {
    padding: 12px 15px;
}
}



@media (max-width: 767px) {.pricing_layout_81274 {
    padding: 60px 0;
}.pricing_layout_81274 h2 {
    font-size: calc(31px - 4px);
}.pricing_layout_81274 .value_plan_90532 {
    font-size: 17px;
    margin-bottom: 30px;
}.pricing_layout_81274 .pricing_levels_38762 {
    max-width: 450px;
    grid-template-columns: 1fr;
    margin: 0 auto;
}.pricing_layout_81274 .learning_deals_30784 h4 {
    font-size: 20px;
}.pricing_layout_81274 .pricing_rates_95120 {
    font-size: 20px;
}
}



@media (max-width: 480px) {.tySection_26937 {
    padding: 40px 0;
}.tySection_26937 .edu_ethos_36527 {
    padding: 30px 20px;
    gap: 20px;
}.tySection_26937 .edu_ethos_36527 h5 {
    font-size: calc(18px - 4px);
}
}



@media (max-width: 992px) {.user_comments_80974 .client_ratings_51627,
    .user_comments_80974 .client_ratings_51627:nth-child(odd) {
    max-width: 90%;
}
}



@media (max-width: 768px) {.user_comments_80974 {
    padding: 5rem 0;
}.user_comments_80974 h2 {
    font-size: calc(38px * 0.9);
    transform: translateX(0);
    margin-bottom: 4rem;
}.user_comments_80974 h2::after {
    top: -1rem;
    height: 3px;
    left: 0;
    width: 50px;
}.user_comments_80974 .student_praise_42103 {
    padding-left: 0;
}.user_comments_80974 .student_praise_42103::before {
    transform: translateX(-50%);
    left: 50%;
}.user_comments_80974 .client_ratings_51627,
    .user_comments_80974 .client_ratings_51627:nth-child(odd) {
    transform: translateX(0);
    max-width: 90%;
    margin: 0 auto;
    padding: 2rem;
}.user_comments_80974 .client_ratings_51627::before,
    .user_comments_80974 .client_ratings_51627:nth-child(odd)::before {
    transform: translateX(-50%);
    height: 1.5rem;
    background: linear-gradient(
            to bottom,
            rgb(173,186,209),
            rgb(131,142,186)
        );
    top: -1.5rem;
    width: 3px;
    left: 50%;
}.user_comments_80974 .client_ratings_51627::after,
    .user_comments_80974 .client_ratings_51627:nth-child(odd)::after {
    top: -2rem;
    transform: translateX(-50%);
    left: 50%;
}.user_comments_80974 .client_ratings_51627 img,
    .user_comments_80974 .client_ratings_51627:nth-child(odd) img {
    left: 50%;
    transform: translateX(-50%);
    right: auto;
}.user_comments_80974 .client_ratings_51627:hover,
    .user_comments_80974 .client_ratings_51627:nth-child(odd):hover {
    transform: translateY(-10px);
}.user_comments_80974 .client_ratings_51627:hover img {
    transform: translateX(-50%) scale(1.1) rotate(10deg);
}.user_comments_80974 .client_ratings_51627 .description,
    .user_comments_80974 .client_ratings_51627:nth-child(odd) .description {
    border: none;
    padding: 1rem 0 0 0;
    border-top: 3px solid rgb(131,142,186,0.5);
    text-align: center;
}}



@media (min-width: 768px) {.our_story_81576 {
    padding: 150px 0 130px;
}.our_story_81576::after {
    top: -30%;
    right: -30%;
    transform: rotate(-25deg);
}.our_story_81576 .container {
    padding: 0 40px;
}.our_story_81576 h2 {
    margin-left: 60px;
    font-size: calc(34px * 1.5);
    margin-bottom: 70px;
}.our_story_81576 h2::after {
    width: 150px;
    height: 5px;
}.our_story_81576 .reading_block_25491 {
    transform: perspective(1000px) rotateY(-2deg);
    padding: 60px;
    grid-template-columns: 1fr;
    margin-left: 60px;
    max-width: 90%;
}.our_story_81576 .reading_block_25491:hover {
    transform: perspective(1000px) rotateY(0deg) translateY(-5px);
}.our_story_81576 .reading_block_25491 div div {
    max-height: 450px;
    column-gap: 40px;
    column-count: 2;
}
}



@media screen and (max-width: 992px) {.insta_feed_45201 {
    padding: 4rem 0 2rem;
}.insta_feed_45201 .company_holder {
    padding-bottom: 2rem;
    margin-bottom: 2rem;
}.insta_feed_45201 .company_holder h3 {
    font-size: 29px;
}.insta_feed_45201 .nav_train_18470 {
    gap: 3rem;
}
}



@media screen and (max-width: 768px) {.insta_feed_45201 .lang_learn_56103 {
    flex-direction: column;
    align-items: center;
}.insta_feed_45201 .nav_train_18470 {
    width: 100%;
    max-width: 450px;
    gap: 2rem;
    flex-direction: column;
}.insta_feed_45201 .top_head_47230 {
    width: 100%;
}
}



@media (max-width: 576px) {.leadership_experience_45023 {
    padding: 4rem 0;
}.leadership_experience_45023 .client_ratings_51627 {
    padding: 1.5rem;
    transform: none;
}.leadership_experience_45023 .image_card_20875 {
    height: 140px;
    width: 140px;
}.leadership_experience_45023 .exp_progress_51832 {
    padding: 1rem;
    font-size: 13px;
}
}



@keyframes morphBg {
    0% {
        border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
    }
    50% {
        border-radius: 70% 30% 30% 70% / 70% 70% 30% 30%;
    }
    100% {
        border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
    }
}

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



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

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



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

