.brainstorm_54 {
    flex: 0 0 auto;
}

.brainstorm_54 {
    padding: 90px 0 50px;
    z-index: 2;
    font-family: Arial, sans-serif;
    position: relative;
    color: #ffffff;
}


.secure_chamber_50 {
    border: 1px solid rgb(194,208,191);
    font-family: Arial, sans-serif;
    color: #ffffff;
    box-shadow: inset 0 0 10px rgb(155,173,152,0.5), 0 0 15px rgb(194,208,191,0.5);
    overflow: hidden;
    padding: 50px;
    width: 100%;
    height: auto;
}

.secure_chamber_50 ul, .secure_chamber_50 ol {
    padding: 20px 0;
    padding-left: 0;
    border-radius: 10px;
    list-style: none;
}

.secure_chamber_50 li::before {
    content: ">";
    color: rgb(194,208,191);
    position: absolute;
    left: 0;
    font-weight: 700;
}

.leadership_experience_62 {
    position: relative;
    background: linear-gradient(135deg, rgb(227,233,225) 0%, rgb(194,208,191,0.5) 100%);
    padding: 5rem 0;
    overflow: hidden;
}

.leadership_experience_62 .img_holder_96 {
    transition: all 0.5s ease;
    clip-path: polygon(0 10%, 100% 0, 100% 90%, 0 100%);
    border-radius: 11px;
    box-shadow: 20px 20px 0 rgb(194,208,191,0.5);
    width: 350px;
    transform: perspective(1000px) rotateY(-15deg);
    height: 400px;
}

.leadership_experience_62 .work_area_31 div:nth-child(2) {
    font-weight: 600;
    transform: skewX(-5deg);
    color: rgb(155,173,152);
    margin-bottom: 1.5rem;
    font-size: 24px;
}

.leadership_experience_62 .client_feedback_17:hover .work_area_31 {
    transform: perspective(1000px) rotateY(0) translateX(-20px);
}

.opening_page_31::before {
    top: 0;
    position: absolute;
    z-index: 1;
    content: "";
    pointer-events: none;
    width: 100%;
    height: 100%;
    transform: translateZ(-50px);
    left: 0;
    background: linear-gradient(45deg, rgb(194,208,191,0.5) 0%, transparent 50%);
}

.opening_page_31 .principles_list_13 {
    display: flex;
    perspective: 1000px;
    z-index: 2;
    margin: 0 auto;
    flex: 1;
    max-width: 1200px;
    padding: 0 1rem;
    position: relative;
    flex-direction: column;
    width: 100%;
}

.opening_page_31 .statement_holder_87 li:first-child:hover {
    transform: translateX(0) rotate(0);
}

.opening_page_31 .course_main_46:hover {
    box-shadow: 20px 20px 40px rgba(0, 0, 0, 0.15), 
                -5px -5px 30px rgba(255, 255, 255, 0.2);
    transform: translateY(-5px);
}

.opening_page_31 .course_main_46:hover svg {
    transform: rotate(0deg) scale(1.05);
}

.opening_page_31 .course_main_46 svg text {
    transition: fill 0.4s ease;
    font-family: Arial, sans-serif;
}

.opening_page_31 .help_links_53:hover {
    box-shadow: 0 15px 25px rgba(0,0,0,0.2);
    transform: perspective(1000px) rotateX(10deg) translateZ(10px);
}

.opening_page_31 .img_holder_96::before {
    z-index: 1;
    left: 0;
    bottom: 0;
    top: 0;
    content: "";
    right: 0;
    position: absolute;
    background: linear-gradient(45deg, rgb(194,208,191,0.5) 0%, transparent 50%);
}

.opening_page_31 .img_holder_96:hover {
    transform: perspective(1000px) rotateY(0deg);
    box-shadow: 30px 30px 60px rgba(0,0,0,0.3);
}

.thanks_msg_72::after {
    width: 80%;
    transform: scaleX(0);
    background: linear-gradient(90deg, transparent, rgb(155,173,152) 50%, transparent);
    left: 10%;
    transform-origin: left;
    animation: lineExpand 1.2s ease-out 0.8s forwards;
    height: 1px;
    bottom: 20%;
    content: "";
    position: absolute;
}

.thanks_msg_72 .principles_list_13::before {
    right: 20px;
    animation: pulseIn 1.2s cubic-bezier(0.175, 0.885, 0.32, 1.275) 1.2s forwards;
    width: 60px;
    border-radius: 50%;
    position: absolute;
    background: linear-gradient(135deg, rgb(155,173,152,0.5) 0%, transparent 70%);
    transform: scale(0);
    content: "";
    top: 20px;
    height: 60px;
    opacity: 0.5;
}

.course_structure_85 {
    background: linear-gradient(135deg, rgb(227,233,225) 0%, #ffffff 100%);
    position: relative;
    overflow: hidden;
    padding: 100px 0;
}

.course_structure_85 .knowledge_path_05 {
    grid-template-columns: 1fr;
    position: relative;
    gap: 40px;
    display: grid;
}

.course_structure_85 .img_holder_96::before {
    top: 0;
    transition: opacity 0.3s ease;
    opacity: 0.6;
    left: 0;
    content: "";
    position: absolute;
    background: linear-gradient(120deg, rgb(194,208,191,0.5) 0%, transparent 60%);
    width: 100%;
    height: 100%;
    z-index: 1;
}

.course_structure_85 h3 {
    transition: transform 0.3s ease;
    margin-bottom: 20px;
    transform-origin: left center;
    font-size: calc(20px * 1.1);
    color: #000000;
    position: relative;
    font-weight: 700;
}

.training_method_37::after {
    animation: floatCircle 15s infinite alternate-reverse ease-in-out;
    background: rgb(155,173,152,0.5);
    content: "";
    bottom: -30%;
    position: absolute;
    filter: blur(120px);
    opacity: 0.25;
    height: 100%;
    width: 100%;
    right: -30%;
    border-radius: 50%;
    z-index: 0;
}

.training_method_37 h3::after {
    height: 4px;
    transform: scaleX(0);
    transform-origin: left;
    position: absolute;
    animation: expandLine 1s 0.6s forwards ease-out;
    background: rgb(194,208,191,0.5);
    bottom: -1rem;
    left: 0;
    width: 2rem;
    content: "";
    border-radius: 10px;
}

.training_method_37 span::after {
    bottom: 0;
    left: -5px;
    border-radius: 50%;
    position: absolute;
    width: 8px;
    height: 8px;
    content: "";
    background: rgb(194,208,191);
    animation: pulse 3s 1.5s infinite;
}

.training_method_37 span::after {
    left: calc(50% + 15px);
    top: -5px;
    bottom: auto;
}

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

.connect_form_20 h3 {
    font-family: Arial, sans-serif;
    color: #000000;
    text-align: center;
    letter-spacing: 2px;
    font-size: 37px;
    position: relative;
    font-weight: 700;
    margin-bottom: 50px;
    text-transform: uppercase;
}

.connect_form_20 .help_feedback_87::before {
    inset: 0;
    background: linear-gradient(135deg, 
        transparent 20%, 
        rgba(255, 255, 255, 0.05) 40%, 
        rgba(255, 255, 255, 0.1) 60%, 
        transparent 80%);
    position: absolute;
    content: '';
    z-index: 0;
    pointer-events: none;
}

.connect_form_20 .contact_message_51 #contact {
    position: relative;
    z-index: 2;
}

.connect_form_20 .contact_message_51 h3::before {
    display: none;
}

.connect_form_20 .contact_message_51 h3::after {
    width: 60px;
    bottom: -10px;
    background: rgb(194,208,191);
    transform: none;
    left: 0;
}

.connect_form_20 .contact_message_51 .feedback_message_82 {
    display: flex;
    margin-bottom: 30px;
    align-items: flex-start;
}

.connect_form_20 .contact_message_51 .feedback_message_82 label {
    padding-left: 38px;
    cursor: pointer;
    font-size: calc(12px - 2px);
    position: relative;
    line-height: 1.5;
    color: #000000;
}

.connect_form_20 .contact_message_51 .feedback_message_82 input[type="checkbox"]:checked + label::before {
    border-color: rgb(194,208,191);
}

.connect_form_20 .contact_message_51 .feedback_message_82 a {
    color: rgb(194,208,191);
    text-decoration: none;
    font-weight: 600;
    position: relative;
    transition: color 0.3s ease;
}

.connect_form_20 .contact_message_51 .help_links_53::before {
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.3), transparent);
    position: absolute;
    height: 100%;
    content: '';
    top: 0;
    left: -100%;
    transition: all 0.5s ease;
    width: 100%;
}

.connect_form_20 .contact_message_51 .help_links_53:hover::before {
    left: 100%;
}

.connect_form_20 .connect_widget_65::before {
    left: 0;
    width: 100%;
    background: 
        repeating-linear-gradient(45deg, transparent, transparent 10px, rgba(255, 255, 255, 0.03) 10px, rgba(255, 255, 255, 0.03) 20px),
        repeating-linear-gradient(-45deg, transparent, transparent 10px, rgba(255, 255, 255, 0.03) 10px, rgba(255, 255, 255, 0.03) 20px);
    z-index: 0;
    opacity: 1;
    position: absolute;
    height: 100%;
    top: 0;
    content: '';
}

.connect_form_20 .connect_widget_65 .query_list_16 li svg {
    flex-shrink: 0;
    filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.2));
    margin-right: 20px;
    width: 26px;
    position: relative;
    height: 26px;
}

.connect_form_20 .connect_widget_65 .query_list_16 li a {
    transition: all 0.3s ease;
    color: #ffffff;
    position: relative;
    text-decoration: none;
}

.course_rewards_39 {
    padding: 120px 0;
    background: linear-gradient(135deg, rgb(227,233,225) 0%, #ffffff 75%);
    position: relative;
    overflow: hidden;
}

.course_rewards_39 .principles_list_13 {
    position: relative;
    flex-direction: column-reverse;
    display: flex;
    gap: 40px;
}

.course_rewards_39 .statement_holder_87:hover {
    transform: translateY(-5px);
}

.course_rewards_39 h4::after {
    height: 3px;
    left: 0;
    content: "";
    bottom: 0;
    width: 80px;
    position: absolute;
    background: linear-gradient(90deg, rgb(194,208,191) 0%, rgb(155,173,152) 100%);
}

.course_rewards_39 li p {
    gap: 15px;
    align-items: flex-start;
    margin: 0;
    color: #000000;
    font-size: 14px;
    display: flex;
    line-height: 1.6;
}

.course_rewards_39 li:hover svg path {
    fill: rgb(155,173,152);
}

footer {
    position: relative;
}

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

.brainstorm_54 .company_holder h3::after {
    border-radius: 3px;
    background: rgb(194,208,191);
    content: '';
    margin: 15px auto 0;
    display: block;
    width: 60px;
    height: 3px;
}

.brainstorm_54 .diploma_cta_02 {
    position: relative;
    order: 1;
}

.brainstorm_54 .top_base_76:nth-child(odd) {
    transform: perspective(1000px) rotateY(2deg);
}

.brainstorm_54 .top_base_76:hover {
    transform: perspective(1000px) rotateY(0);
}

.brainstorm_54 .top_base_76::before {
    background: linear-gradient(
        135deg,
        rgba(255, 255, 255, 0.1) 0%,
        rgba(255, 255, 255, 0.05) 100%
    );
    border-radius: 10px;
    z-index: -1;
    position: absolute;
    inset: 0;
    content: '';
}

.brainstorm_54 .top_base_76 .top_learn_63 a:hover::before {
    transform: scale(1);
    opacity: 1;
}

.blog_ref_14 {
    margin-top: 40px;
    position: relative;
    z-index: 2;
    padding: 25px 0;
    background: rgba(0, 0, 0, 0.2);
}



.brainstorm_54 .diploma_cta_02::before {
    opacity: 0.1;
    left: -5%;
    width: 250px;
    animation: pulse 10s infinite ease-in-out reverse;
    border-radius: 50%;
    bottom: -10%;
    content: '';
    position: absolute;
    z-index: -1;
    background: rgb(155,173,152);
    filter: blur(100px);
    height: 250px;
}

header .header_edu_97 {
    align-items: center;
    padding: 1rem;
    text-decoration: none;
    justify-content: center;
    display: flex;
    position: relative;
    z-index: 2;
}

header .top_base_76::before {
    position: absolute;
    width: 100%;
    border-radius: 20px;
    box-shadow: 
        0 4px 30px rgba(0, 0, 0, 0.1),
        inset 0 1px 1px rgba(255, 255, 255, 0.2);
    content: '';
    z-index: -1;
    top: 0;
    left: 0;
    height: 100%;
}

header .top_sitebar_89:hover::before {
    transform: translateY(0) scale(1);
    opacity: 1;
}

.pricing_cluster_15 {
    position: relative;
    padding: 5rem 0;
    overflow: hidden;
    background: rgb(227,233,225);
}

.pricing_cluster_15 .discount_deals_38 {
    max-width: 800px;
    margin: 0 auto;
    padding: 0 1rem;
    position: relative;
    text-align: center;
}

.pricing_cluster_15 .discount_deals_38 h2::after {
    content: "";
    position: absolute;
    background: linear-gradient(90deg, rgb(194,208,191), rgb(155,173,152));
    left: 50%;
    bottom: -10px;
    width: 80px;
    transform: translateX(-50%);
    height: 3px;
}

.pricing_cluster_15 .learning_cost_35 {
    position: relative;
    padding: 2rem;
    z-index: 2;
    flex: 1;
}

.pricing_cluster_15 .pricing_offers_02:hover h3::before {
    width: 100%;
}

.pricing_cluster_15 .discount_price_62 {
    color: rgb(155,173,152);
    margin: 1.5rem 0;
    font-weight: 700;
    display: block;
    font-size: calc(23px * 1.4);
    position: relative;
}

.pricing_cluster_15 .img_holder_96::before {
    background: linear-gradient(to top, rgba(0, 0, 0, 0.6), transparent);
    inset: 0;
    z-index: 1;
    position: absolute;
    content: "";
}

.potential_learners_81 {
    overflow: hidden;
    position: relative;
    padding: 90px 0;
    background-color: #ffffff;
}

.potential_learners_81 h3::before,
.potential_learners_81 h3::after {
    height: 15px;
    border-radius: 50%;
    content: '';
    transform: translateY(-50%);
    background-color: rgb(194,208,191,0.5);
    top: 50%;
    position: absolute;
    width: 15px;
}

.potential_learners_81 h3::before {
    left: 0;
}

.potential_learners_81 ul li:hover::before {
    opacity: 1;
}

.potential_learners_81 ul li svg {
    position: relative;
    width: 45px;
    height: 45px;
    transition: all 0.4s ease;
    flex-shrink: 0;
}

.potential_learners_81 ul li:hover svg path {
    fill: rgb(155,173,152);
}

.potential_learners_81 ul li::after {
    position: absolute;
    content: '';
    bottom: 15px;
    background-color: rgb(194,208,191,0.5);
    border-radius: 50%;
    opacity: 0.5;
    width: 10px;
    height: 10px;
    transition: all 0.4s ease;
    right: 15px;
}

.cookie_list_05 {
    display: flex;
    padding: 20px 0;
    justify-content: space-between;
    align-items: center;
}

.cookie_overlay_dialog_18 p {
    font-size: 18px;
}

.cookie_overlay_dialog_18 p a {
    color: rgb(194,208,191);
    text-decoration: none;
}

.wrapper-capsule_81 .visitor_controls_69 {
    border: none;
    color: #ffffff;
    font-weight: 400;
    font-size: 20px;
    margin-left: 30px;
    background: rgb(194,208,191);
    padding: 10px;
}

.about_this_81 {
    background: linear-gradient(135deg, rgb(227,233,225) 0%, rgb(155,173,152,0.5) 100%);
    position: relative;
    overflow: hidden;
    padding: 120px 0 80px;
}

.about_this_81 h1 {
    position: relative;
    color: #000000;
    transform: translateX(-10px);
    opacity: 0;
    animation: slideInTitle 0.8s ease-out forwards;
    font-size: 48px;
    font-weight: 700;
    text-align: left;
    margin-bottom: 50px;
}

.about_this_81 .learn_online_12:nth-child(1) {
    animation-delay: 0.2s;
}

.about_this_81 .learn_online_12::before {
    height: 120px;
    background: rgb(194,208,191,0.5);
    width: 120px;
    opacity: 0.05;
    transform: translate(50%, -50%) rotate(45deg);
    position: absolute;
    top: 0;
    content: "";
    transition: transform 0.6s ease;
    right: 0;
}

::-webkit-scrollbar {
    width: 12px;
}

::-webkit-scrollbar-track {
    background: radial-gradient(circle at top right, rgb(155,173,152,0.5) 49%, rgb(194,208,191) 45%, rgb(194,208,191,0.5) 26%, rgb(227,233,225) 68%);
    margin: 4px 0;
    border-radius: 16.8vh;
    box-shadow: inset 4px -4px 10px 2px rgba(0, 0, 0, 0.2);
}

::-webkit-scrollbar-thumb {
    border: 3px dashed rgb(255, 255, 255, 0.5);
    background: linear-gradient(219deg, rgb(255, 255, 255, 0.5) 61%, rgb(155,173,152) 11%, rgb(227,233,225) 11%);
    border-radius: 9999px;
}

::-webkit-scrollbar-thumb:active {
    background: rgb(227,233,225);
}

.course_structure_85 .description::-webkit-scrollbar {
    width: 5px;
}

.course_structure_85 .description::-webkit-scrollbar-track {
    border-radius: 10px;
    background: rgb(227,233,225);
}

.course_structure_85 .description::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background: rgb(155,173,152,0.5);
}

.course_structure_85 .description::-webkit-scrollbar-thumb:hover {
    background: rgb(155,173,152);
}

.about_this_81 .learn_online_12 div::-webkit-scrollbar {
    width: 4px;
}

.about_this_81 .learn_online_12 div::-webkit-scrollbar-track {
    background: rgb(227,233,225);
    border-radius: 10px;
}

.about_this_81 .learn_online_12 div::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background: rgb(155,173,152,0.5);
}



@media (min-width: 992px) {.course_structure_85 .knowledge_path_05 {
    align-items: center;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
}.course_structure_85 .img_holder_96 {
    height: 500px;
    transform: perspective(1000px) rotateY(-3deg) translateX(-20px);
}.course_structure_85 .statement_holder_87 {
    padding: 40px 50px;
    transform: perspective(1000px) rotateY(2deg) translateX(20px);
}.course_structure_85 .statement_holder_87:hover {
    transform: perspective(1000px) rotateY(0deg) translateX(0);
}.course_structure_85 h3 {
    font-size: 31px;
    margin-bottom: 30px;
}.course_structure_85 .description {
    max-height: 400px;
}
}



@media (min-width: 768px) {.course_rewards_39 .statement_holder_87 > div {
    flex-direction: row;
    gap: 40px;
}.course_rewards_39 .statement_holder_87 > div > div {
    flex: 1;
}
}



@media (min-width: 1200px) {.course_rewards_39 .container {
    padding: 0 30px;
}.course_rewards_39 .principles_list_13 {
    gap: 80px;
}.course_rewards_39 .statement_holder_87 {
    padding: 50px 60px;
}.course_rewards_39 h4 {
    margin-bottom: 40px;
}.course_rewards_39 li p {
    gap: 20px;
}
}



@media (hover: none) {.course_rewards_39 li:hover,
    .course_rewards_39 .statement_holder_87:hover,
    .course_rewards_39 .img_holder_96:hover {
    transform: none;
}.course_rewards_39 li:hover svg {
    transform: none;
}}



@media (max-width: 767px) {header {
    padding: 1rem 0;
}header .main_sitewrap_58 {
    gap: 1rem;
}header .header_edu_97 svg {
    width: 150px;
}header .top_base_76 {
    padding: 0.4rem;
    gap: 0.4rem;
}header .top_sitebar_89 {
    padding: 0.5rem 0.8rem;
    font-size: calc(17px - 2px);
}
}



@media (min-width: 1200px) {.pricing_cluster_15 .learn_fees_30 {
    grid-template-columns: repeat(2, 1fr);
    gap: 2.5rem;
}.pricing_cluster_15 .pricing_offers_02 {
    transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    transform: perspective(1000px) rotateY(0);
}.pricing_cluster_15 .pricing_offers_02:hover {
    transform: perspective(1000px) translateY(-15px) rotateY(2deg);
}.pricing_cluster_15 .edu_rates_54 {
    min-height: 520px;
    backface-visibility: hidden;
    transform-style: preserve-3d;
}.pricing_cluster_15 .img_holder_96 {
    height: 200px;
}.pricing_cluster_15 .discount_price_62 {
    font-size: calc(23px * 1.6);
}.pricing_cluster_15 .discount_deals_38 h2 {
    font-size: calc(29px * 1.3);
}}



@media (min-width: 768px) {.about_this_81 {
    padding: 140px 0 100px;
}.about_this_81 h1 {
    margin-bottom: 70px;
    font-size: calc(48px + 8px);
}.about_this_81 h1::after {
    width: 120px;
    height: 5px;
}.about_this_81 .study_programs_41 ul {
    grid-template-columns: repeat(2, 1fr);
    gap: 50px;
}.about_this_81 .learn_online_12 {
    padding: 50px 45px;
    transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1), box-shadow 0.4s ease;
}.about_this_81 .learn_online_12:hover {
    transform: translateY(-10px) scale(1.02);
}.about_this_81 .learn_online_12 div {
    max-height: 350px;
}
}



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



@keyframes lineExpand {
    from {
        transform: scaleX(0);
    }
    to {
        transform: scaleX(1);
    }
}



@keyframes pulseIn {
    0% {
        transform: scale(0);
        opacity: 0;
    }
    50% {
        transform: scale(1.2);
        opacity: 0.7;
    }
    100% {
        transform: scale(1);
        opacity: 0.5;
    }
}



@keyframes pulse {
    0%, 100% {
        transform: scale(1);
        opacity: 1;
    }
    50% {
        transform: scale(1.5);
        opacity: 0.7;
    }
}



@keyframes glow {
    0%, 100% {
        opacity: 0.3;
    }
    50% {
        opacity: 0.7;
    }
}

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



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



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

