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

header,footer {
    width: 100%;
}

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

.plan_option_09741::before {
    z-index: -1;
    left: 0;
    width: 100%;
    content: "";
    position: absolute;
    height: 100%;
    top: 0;
    background: linear-gradient(135deg, rgb(191,175,192,0.5), rgba(0, 0, 0, 0.5) 70%);
}

.plan_option_09741 h2 {
    text-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    font-size: 34px;
    text-align: center;
    z-index: 2;
    position: relative;
    margin-bottom: 20px;
    color: #ffffff;
    font-weight: 700;
}

.plan_option_09741 .annual_fee_13056 {
    display: grid;
    width: 100%;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    padding: 0;
    gap: 30px;
    margin: 0;
    list-style: none;
    z-index: 2;
    position: relative;
}

.plan_option_09741 .payment_scheme_58169:hover {
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15),
                0 10px 20px rgba(0, 0, 0, 0.1);
}

.plan_option_09741 .rate_choices_74801::before {
    background: linear-gradient(145deg, rgba(rgb(191,175,192), 0.03), rgba(rgb(168,121,168), 0.05));
    z-index: -1;
    top: 0;
    content: "";
    height: 100%;
    position: absolute;
    width: 100%;
    left: 0;
}

.plan_option_09741 .cost_matrix_24071 {
    z-index: 2;
    flex-grow: 1;
    padding: 35px 25px;
    display: flex;
    position: relative;
    flex-direction: column;
}

.plan_option_09741 .cost_matrix_24071 h4 {
    position: relative;
    font-weight: 600;
    font-size: calc(24px + 2px);
    margin: 0 0 20px;
    display: inline-block;
    color: #000000;
}

.plan_option_09741 .plan_matrix_50416 {
    backdrop-filter: blur(4px);
    align-self: flex-start;
    color: rgb(191,175,192);
    position: relative;
    display: inline-block;
    background: linear-gradient(145deg, rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0.4));
    margin-top: auto;
    font-weight: 700;
    transition: all 0.3s ease;
    padding: 10px 20px;
    box-shadow: 
        6px 6px 12px rgba(0, 0, 0, 0.05),
        -6px -6px 12px rgba(255, 255, 255, 0.8),
        inset 1px 1px 2px rgba(255, 255, 255, 0.6);
    font-size: calc(24px + 6px);
    border-radius: 8px;
}

header .top_head_31457 .site_top_01963 {
    overflow: visible;
    position: relative;
}

header .top_head_31457 .site_top_01963::after {
    left: 0;
    width: 100%;
    position: absolute;
    content: "";
    box-shadow: 0 0 8px 2px rgb(168,121,168);
    background: rgb(168,121,168);
    height: 2px;
    transform-origin: left;
    animation: neonPulse 3s infinite alternate;
    bottom: -8px;
    transform: scaleX(0);
}

header .top_head_31457 .site_top_01963 svg {
    width: 120px;
    height: auto;
    filter: drop-shadow(0 0 5px rgb(168,121,168,0.5));
}

header .top_head_31457 .header_mentor_86913 {
    margin: 0 0.5rem;
    transform: translateZ(0);
    transition: transform 0.3s ease;
    transform-style: preserve-3d;
    position: relative;
}

header .top_head_31457 .header_mentor_86913 a::before {
    width: 100%;
    height: 100%;
    content: "";
    border-radius: 10px;
    opacity: 0;
    z-index: -1;
    position: absolute;
    top: 0;
    transition: opacity 0.3s ease, transform 0.3s ease;
    left: 0;
    transform: scale(0.9);
    background: rgb(191,175,192,0.5);
}

.cookieNotificationBar_63542 h5 {
    margin-bottom: 6px;
    font-size: 22px;
}

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

.cookie_lock_46205 {
    text-align: center;
    font-size: 24px;
    line-height: 35px;
    color: rgb(191,175,192);
    margin-left: 10px;
    border-bottom: 2px solid rgb(191,175,192);
    cursor: pointer;
    text-decoration: none;
    white-space: nowrap;
    flex-shrink: 0;
    min-width: 120px;
}

.our_team_31506 {
    padding: 140px 0;
    z-index: 1;
    background: rgb(236,234,236);
    position: relative;
    overflow: hidden;
}



.our_team_31506 .container {
    position: relative;
    padding: 0 20px;
    margin: 0 auto;
    max-width: 1200px;
}

.our_team_31506 .container::before {
    width: 200px;
    content: "";
    opacity: 0.1;
    top: -100px;
    height: 200px;
    position: absolute;
    animation: float 15s ease-in-out infinite alternate;
    right: -100px;
    background: rgb(191,175,192,0.5);
    border-radius: 50%;
    filter: blur(80px);
}



.our_team_31506 .study_programs_61249 {
    border-radius: 24px;
    border: 1px solid rgba(255, 255, 255, 0.05);
    background: rgba(255, 255, 255, 0.02);
    flex-direction: column;
    flex: 0 0 40%;
    display: flex;
    perspective: 1000px;
    backdrop-filter: blur(15px);
    transform-style: preserve-3d;
    box-shadow: 0 25px 45px rgba(0, 0, 0, 0.1);
    transition: all 0.6s cubic-bezier(0.23, 1, 0.32, 1);
    align-items: center;
    padding: 50px 35px;
    position: relative;
}



.our_team_31506 .study_programs_61249:hover::after {
    opacity: 1;
}

.our_team_31506 .image_frame_47085::before {
    opacity: 0.2;
    animation: rotate 8s linear infinite;
    position: absolute;
    -webkit-mask: linear-gradient(rgb(168,121,168,0.5)) content-box, linear-gradient(rgb(191,175,192,0.5));
    inset: -3px;
    mask-composite: exclude;
    -webkit-mask-composite: xor;
    padding: 3px;
    background: conic-gradient(rgb(191,175,192), rgb(168,121,168), rgb(191,175,192));
    content: "";
    border-radius: 50%;
}

.our_team_31506 .quick_skill_36201::after {
    left: 50%;
    transition: width 0.4s ease;
    bottom: -4px;
    transform: translateX(-50%);
    content: "";
    position: absolute;
    height: 2px;
    background: rgb(191,175,192);
    width: 0;
}

.our_team_31506 .study_programs_61249:hover .expert_learning_79053 {
    color: rgb(168,121,168);
    transform: translateY(2px);
    opacity: 1;
}

.our_team_31506 .info_section_95420:hover {
    transform: translateY(-10px);
    box-shadow: 0 30px 60px rgba(0, 0, 0, 0.08), 0 0 30px rgb(168,121,168,0.5);
    border-color: rgb(168,121,168,0.5);
}

.our_team_31506 .info_section_95420::after {
    animation-delay: -15s;
    background: rgb(168,121,168,0.5);
    bottom: -250px;
    left: -250px;
}

.our_team_31506 .learning_lab_61974 {
    align-items: center;
    display: flex;
    font-weight: 600;
    position: relative;
    font-size: calc(18px * 1.2);
    margin-bottom: 25px;
    gap: 16px;
    transition: all 0.3s ease;
    color: rgb(191,175,192);
}

.our_team_31506 .info_section_95420:hover .learning_lab_61974::after {
    width: 50%;
}

.our_team_31506 .learning_lab_61974 svg path {
    transition: fill 0.4s ease;
}

.our_team_31506 .info_section_95420 h2 {
    color: #000000;
    margin-bottom: 30px;
    font-weight: 700;
    position: relative;
    transition: all 0.4s ease;
    letter-spacing: 0.5px;
    font-size: calc(31px * 1.1);
    padding-bottom: 20px;
}

.our_team_31506 .learn_growth_20873::after {
    height: 100%;
    pointer-events: none;
    top: 0;
    background-size: 40px 40px;
    content: "";
    background-position: 0 0, 20px 20px;
    left: 0;
    width: 100%;
    opacity: 0.03;
    z-index: -1;
    background-image: 
        radial-gradient(rgb(191,175,192,0.5) 1px, transparent 1px),
        radial-gradient(rgb(168,121,168,0.5) 1px, transparent 1px);
    position: absolute;
}

.res_connect_56783 .company_holder::after {
    height: 100%;
    opacity: 0.3;
    position: absolute;
    background: linear-gradient(to bottom, #ffffff, transparent);
    right: 1.5rem;
    content: "";
    top: 0;
    width: 1px;
}

.res_connect_56783 .trust_badge_06397 {
    line-height: 1.6;
    color: #ffffff;
    background: rgba(0, 0, 0, 0.2);
    transform-origin: left top;
    padding: 1.5rem;
    font-size: 12px;
    border-left: 3px solid rgb(191,175,192);
    transform: skewX(-5deg);
}

.res_connect_56783 .top_train_17543 h5::before {
    top: 0;
    position: absolute;
    background: rgb(191,175,192);
    transform: skewX(5deg);
    bottom: 0;
    width: 3px;
    content: "";
    left: 0;
}

.res_connect_56783 .top_train_17543 .top_learn_46932 a:hover {
    background: rgba(255, 255, 255, 0.1);
    transform: skewX(-5deg) translateX(5px);
    padding-left: 1.5rem;
    color: #ffffff;
}

.res_connect_56783 .top_train_17543 .top_learn_46932 a:hover::before {
    left: 100%;
}

.intern_ship_08412 .report_abuse_17894 {
    font-size: 13px;
    color: #ffffff;
    text-align: center;
    transform: skewX(-5deg);
    width: 100%;
}

.join_our_community_53829::after {
    top: -50%;
    background: radial-gradient(circle, rgb(168,121,168) 0%, transparent 70%);
    width: 100%;
    opacity: 0.15;
    height: 100%;
    z-index: -1;
    right: -50%;
    animation: pulseGlow 15s infinite alternate ease-in-out;
    content: "";
    position: absolute;
}

.join_our_community_53829 h3 {
    max-width: 90%;
    letter-spacing: 0.02em;
    margin: 0;
    opacity: 1;
    line-height: 1.4;
    animation: fadeSlideUp 0.8s ease-out;
    text-align: center;
    font-weight: 600;
    font-size: clamp(1.5rem, 2.5vw, 2.2rem);
    font-family: Arial, sans-serif;
    color: #ffffff;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
    transform: translateY(0);
}

.join_our_community_53829 .input_holder div:focus-within::before {
    width: 100%;
}

.join_our_community_53829 input[type="email"] {
    outline: none;
    font-size: 13px;
    transition: all 0.3s ease;
    border-radius: 10px;
    backdrop-filter: blur(5px);
    font-family: Arial, sans-serif;
    border: 1px solid rgba(255, 255, 255, 0.2);
    background: rgba(255, 255, 255, 0.12);
    padding: 1.2rem 1.5rem;
    width: 100%;
    color: #ffffff;
}

.join_our_community_53829 .sub_transition_91546:hover {
    box-shadow: 0 7px 20px rgba(0, 0, 0, 0.2);
    transform: translateY(-3px) scale(1.02);
    background: rgb(191,175,192);
}

.join_our_community_53829 .sub_transition_91546:hover::before {
    left: 100%;
}

.thxMessage_70964::before {
    height: 100%;
    background-image: repeating-linear-gradient(0deg, transparent, transparent 20px, rgba(255,255,255,0.03) 20px, rgba(255,255,255,0.03) 40px);
    pointer-events: none;
    width: 100%;
    position: absolute;
    top: 0;
    z-index: 1;
    content: "";
    left: 0;
}

.thxMessage_70964 h2::after {
    height: 3px;
    bottom: -15px;
    transition: width 0.3s ease;
    transform: translateX(-50%);
    position: absolute;
    background: linear-gradient(90deg, rgb(191,175,192), rgb(168,121,168));
    left: 50%;
    content: "";
    width: 80px;
}

.thxMessage_70964 .learn_growth_20873::before {
    background-size: 200% 100%;
    width: 100%;
    height: 6px;
    background: linear-gradient(90deg, rgb(191,175,192), rgb(168,121,168), rgb(191,175,192));
    top: 0;
    left: 0;
    content: "";
    position: absolute;
    animation: gradientShift 6s infinite linear;
}

.thxMessage_70964 li:hover::before {
    transform: rotate(225deg) scale(1.2);
}

.thxMessage_70964 span::after {
    content: "";
    height: 1px;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    background: linear-gradient(90deg, transparent, rgba(0,0,0,0.05), transparent);
}

.secure_harbor_39206 h2 {
    margin-top: 35px;
    font-weight: 600;
    font-size: 31px;
    margin-bottom: 20px;
    color: rgb(168,121,168);
}

.secure_harbor_39206 h3, .secure_harbor_39206 h4, .secure_harbor_39206 h5, .secure_harbor_39206 h6 {
    font-weight: 400;
    margin-top: 30px;
    text-transform: capitalize;
    color: #000000;
    font-size: 19px;
    margin-bottom: 15px;
}

.secure_harbor_39206 section {
    padding: 20px;
    background: #ffffff;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.5);
    border-radius: 11px;
}

.course_demographic_57169::before {
    top: 0;
    width: 100%;
    background-image: linear-gradient(rgb(191,175,192,0.5) 1px, transparent 1px), 
                     linear-gradient(90deg, rgb(191,175,192,0.5) 1px, transparent 1px);
    opacity: 0.03;
    content: "";
    height: 100%;
    left: 0;
    background-size: 40px 40px;
    z-index: 0;
    position: absolute;
}

.course_demographic_57169 div p::before {
    width: 50px;
    border-radius: 50%;
    position: absolute;
    transition: all 0.3s ease;
    transform: translateY(-50%);
    font-weight: 700;
    border: 1px solid rgba(rgb(191,175,192), 0.1);
    background: rgb(236,234,236);
    display: flex;
    top: 50%;
    content: counter(item);
    left: 0;
    justify-content: center;
    align-items: center;
    color: rgb(191,175,192);
    height: 50px;
}

.course_demographic_57169 div p:hover svg {
    opacity: 1;
    transform: rotate(15deg);
}

.instructor_history_69203::before {
    animation: pulse 20s infinite alternate;
    left: 0;
    width: 100%;
    top: 0;
    content: "";
    position: absolute;
    height: 100%;
    background: 
    radial-gradient(circle at 20% 30%, rgb(191,175,192,0.5) 0%, transparent 25%),
    radial-gradient(circle at 80% 70%, rgb(168,121,168,0.5) 0%, transparent 30%);
}

.instructor_history_69203 .work_achievements_42693::before {
    color: rgb(191,175,192);
    font-size: calc(45px * 2);
    content: "";
    position: absolute;
    line-height: 1;
    left: 20px;
    top: 15px;
}

.instructor_history_69203 .student_reviews_25914:hover .image_frame_47085 {
    box-shadow: 
    15px 15px 25px rgba(0, 0, 0, 0.5),
    -8px -8px 35px rgb(191,175,192,0.5);
    transform: translateZ(60px) translateX(-10px);
}

.instructor_history_69203 .name {
    color: #ffffff;
    z-index: 2;
    font-weight: 700;
    margin: 0;
    font-size: 19px;
    padding: 15px 20px;
    box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.5);
    border-radius: 10px;
    transition: transform 0.3s ease;
    background: rgb(191,175,192);
    transform: translateZ(30px);
    grid-area: name;
}

.course_summary_98736::before {
    content: "";
    top: 0;
    background: repeating-linear-gradient(
        -45deg,
        rgb(191,175,192,0.5),
        rgb(191,175,192,0.5) 2px,
        transparent 2px,
        transparent 12px
    );
    width: 100%;
    opacity: 0.04;
    position: absolute;
    height: 100%;
    left: 0;
}

.course_summary_98736 .info_section_95420::before {
    background: rgb(168,121,168,0.5);
    opacity: 0.6;
    width: 8rem;
    content: "";
    border-radius: 50%;
    right: 3rem;
    position: absolute;
    top: -4rem;
    height: 8rem;
    z-index: -1;
}

.course_summary_98736 .info_section_95420 .description {
    opacity: 0;
    position: relative;
    animation-delay: 0.2s;
    padding-left: 1rem;
    font-size: 16px;
    line-height: 1.7;
    color: #000000;
    margin-bottom: 1.2rem;
    animation: fadeInUp 0.8s ease forwards;
}

.course_summary_98736 .image_frame_47085:hover {
    transform: perspective(1000px) rotateX(0) rotateY(0);
}

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

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

.title_section_72649 .info_section_95420 {
    position: relative;
    transform: translateY(0);
    flex: 1;
    padding: 2rem;
    animation: slideUp 1s ease-out forwards;
    z-index: 2;
}

.title_section_72649 .info_section_95420:hover h1::after {
    width: 120px;
}

.title_section_72649 .edu_online_49057 {
    flex-direction: column;
    display: flex;
    position: relative;
    gap: 1.5rem;
    margin-bottom: 2rem;
}

.title_section_72649 svg:hover {
    transform: translateY(-5px) rotate(5deg);
}

.title_section_72649 svg path {
    fill: rgb(191,175,192);
    transition: fill 0.3s ease;
}

.title_section_72649 svg:hover path {
    fill: rgb(168,121,168);
}

.title_section_72649 svg:hover text {
    fill: rgb(168,121,168);
}

.title_section_72649 .query_query_97341 {
    transition: all 0.3s cubic-bezier(0.25, 1, 0.5, 1);
    position: relative;
    font-family: Arial, sans-serif;
    display: inline-block;
    padding: 1rem 2rem;
    border-radius: 20px;
    font-weight: 600;
    background: linear-gradient(135deg, rgb(191,175,192) 0%, rgb(168,121,168) 100%);
    text-decoration: none;
    overflow: hidden;
    letter-spacing: 0.5px;
    transform: translateY(0);
    box-shadow: 0 6px 15px rgba(var(--primary-color-opacity), 0.2);
    font-size: 16px;
    color: #ffffff;
}

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

.get_in_touch_26750 .request_list_71263 {
    position: relative;
    margin: 0 auto;
    border-radius: 19px;
    flex-direction: column;
    overflow: hidden;
    display: flex;
}

.get_in_touch_26750 .message_request_96123 h3::after {
    left: 0;
    bottom: -8px;
    background-color: rgb(168,121,168);
    content: '';
    width: 50%;
    height: 3px;
    position: absolute;
}

.get_in_touch_26750 .message_request_96123 input[type="text"]:focus,
.get_in_touch_26750 .message_request_96123 input[type="email"]:focus {
    box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.5), 0 0 0 3px rgb(168,121,168,0.5);
    outline: none;
    transform: translateY(-2px);
}

.get_in_touch_26750 .message_request_96123 .inquiry_widget_64981 input[type="checkbox"] {
    margin-right: 10px;
    position: relative;
    transition: background-color 0.3s ease;
    border-radius: 10px;
    appearance: none;
    flex-shrink: 0;
    background-color: rgb(236,234,236);
    cursor: pointer;
    height: 24px;
    width: 24px;
    box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.5);
    margin-top: 2px;
    -webkit-appearance: none;
}

.get_in_touch_26750 .message_request_96123 .inquiry_widget_64981 label a:hover::after {
    transform-origin: left;
    transform: scaleX(1);
}

.get_in_touch_26750 .message_request_96123 .query_query_97341::before {
    transform-origin: right;
    z-index: -1;
    position: absolute;
    height: 100%;
    left: 0;
    content: '';
    top: 0;
    border-radius: 10px;
    background: rgb(191,175,192);
    width: 100%;
    transform: scaleX(0);
    transition: transform 0.5s ease;
}

.get_in_touch_26750 .request_box_42957 {
    align-items: center;
    color: #ffffff;
    order: 2;
    padding: 50px 30px;
    border-radius: 0 0 19px 19px;
    width: 100%;
    display: flex;
    flex-direction: column;
    background-color: rgb(191,175,192);
    position: relative;
}

.get_in_touch_26750 .request_box_42957 div::before {
    content: '';
    left: 0;
    background: linear-gradient(to right, transparent, #ffffff, transparent);
    opacity: 0.2;
    width: 100%;
    bottom: -10px;
    height: 1px;
    position: absolute;
}

.get_in_touch_26750 .request_box_42957 div span {
    color: #ffffff;
    font-weight: 400;
    font-size: 16px;
}

.get_in_touch_26750 .request_box_42957 div span a::after {
    position: absolute;
    bottom: -2px;
    width: 100%;
    transform: scaleX(0);
    left: 0;
    height: 1px;
    background-color: #ffffff;
    transform-origin: right;
    content: '';
    transition: transform 0.3s ease;
}

.learning_profits_40196 h5 {
    z-index: 2;
    text-align: center;
    transform: perspective(1000px) rotateX(0deg);
    font-size: 19px;
    transition: transform 0.5s ease;
    font-weight: 700;
    position: relative;
    margin-left: auto;
    margin-bottom: 3rem;
    max-width: 80%;
    margin-right: auto;
    color: #000000;
}

.learning_profits_40196 .learn_growth_20873 {
    flex-direction: column;
    border-radius: 18px;
    transform: translateY(0);
    transition: transform 0.5s cubic-bezier(0.2, 0.8, 0.2, 1);
    overflow: hidden;
    gap: 40px;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.08);
    display: flex;
    background: #ffffff;
}

.learning_profits_40196 ul {
    padding: 0;
    margin: 0;
    gap: 20px;
    display: grid;
    list-style: none;
}

.learning_profits_40196 li::before {
    transform: scaleY(0);
    height: calc(100% - 10px);
    border-radius: 10px;
    opacity: 0;
    background: linear-gradient(to bottom, rgb(191,175,192,0.5), rgb(168,121,168,0.5));
    transition: transform 0.3s ease, opacity 0.3s ease;
    position: absolute;
    transform-origin: top;
    top: 5px;
    content: "";
    left: 10px;
    width: 6px;
}

.learning_profits_40196 li:nth-child(even) svg path:first-child {
    fill: rgb(168,121,168);
}



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



@media (max-width: 992px) {.plan_option_09741 {
    padding: 80px 0;
}.plan_option_09741 .annual_fee_13056 {
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 20px;
}.plan_option_09741 .cost_matrix_24071 {
    padding: 30px 20px;
}.plan_option_09741 .plan_matrix_50416 {
    padding: 8px 16px;
    font-size: calc(24px + 2px);
}
}



@media (max-width: 992px) {header .top_head_31457 {
    padding: 1rem;
    margin-left: calc(-50vw + 50%);
    box-sizing: border-box;
    flex-direction: column;
    width: 100vw;
}header .top_head_31457 .site_top_01963 {
    margin-bottom: 1.5rem;
}header .top_head_31457 .top_train_17543 {
    flex-wrap: wrap;
    justify-content: center;
    width: 100%;
}header .top_head_31457 .top_train_17543::before {
    bottom: -10px;
    top: auto;
}header .top_head_31457 .header_mentor_86913 {
    margin: 0.25rem 0.5rem;
}
}



@media (max-width: 1199px) {.our_team_31506 {
    padding: 120px 0;
}.our_team_31506 .learn_growth_20873 {
    gap: 50px;
}.our_team_31506 .info_section_95420 {
    padding: 40px 35px;
}.our_team_31506 .study_programs_61249 {
    padding: 40px 30px;
}
}



@media (max-width: 767px) {.our_team_31506 {
    padding: 80px 0;
}.our_team_31506 .image_frame_47085 {
    height: 180px;
    width: 180px;
}.our_team_31506 .study_programs_61249 {
    padding: 35px 25px;
}.our_team_31506 .info_section_95420 {
    padding: 35px 25px;
}.our_team_31506 .info_section_95420 h2 {
    padding-bottom: 15px;
    font-size: calc(31px * 0.9);
    margin-bottom: 25px;
}.our_team_31506 .quick_skill_36201 {
    font-size: 18px;
}.our_team_31506 .expert_learning_79053 {
    font-size: 16px;
}.our_team_31506 .learning_lab_61974 {
    font-size: 18px;
}.our_team_31506 .learning_lab_61974 svg {
    height: 40px;
    width: 40px;
}
}



@media (max-width: 768px) {.res_connect_56783 {
    padding: 3.5rem 0 1.5rem;
}.res_connect_56783::before {
    height: 10px;
}.res_connect_56783 .company_holder h3 {
    font-size: calc(30px - 2px);
}.res_connect_56783 .trust_badge_06397 {
    transform: skewX(-3deg);
    padding: 1.2rem;
}.res_connect_56783 .top_train_17543 h5, 
    .res_connect_56783 .top_train_17543 .top_learn_46932 a {
    transform: skewX(-3deg);
}.res_connect_56783 .top_train_17543 .top_learn_46932 a:hover {
    transform: skewX(-3deg) translateX(5px);
}.intern_ship_08412 {
    clip-path: polygon(0 0, 100% 0, 97% 100%, 3% 100%);
}.intern_ship_08412 .report_abuse_17894 {
    transform: skewX(-3deg);
}
}



@media (min-width: 768px) {.join_our_community_53829 {
    padding: 7rem 3rem;
}.join_our_community_53829 .learn_growth_20873 {
    gap: 3rem;
    padding: 4rem 3rem;
}.join_our_community_53829 .input_holder {
    align-items: stretch;
    flex-direction: row;
}.join_our_community_53829 .input_holder div {
    flex: 1;
}.join_our_community_53829 .sub_transition_91546 {
    align-self: stretch;
    padding: 0 2.5rem;
}
}



@media (max-width: 480px) {.join_our_community_53829 .learn_growth_20873 {
    clip-path: polygon(
            0 2%,
            2% 0,
            98% 0,
            100% 2%,
            100% 98%,
            98% 100%,
            2% 100%,
            0 98%
        );
    padding: 2rem 1.2rem;
}.join_our_community_53829 input[type="email"] {
    padding: 1rem 1.2rem;
}.join_our_community_53829 .sub_transition_91546 {
    font-size: 0.9rem;
    padding: 1rem 1.5rem;
}}



@media (max-width: 991px) {.course_demographic_57169 {
    padding: 100px 0;
}.course_demographic_57169 h4 {
    font-size: calc(32px - 2px);
    margin-bottom: 50px;
}.course_demographic_57169 div {
    gap: 25px;
}
}



@media (max-width: 767px) {.course_demographic_57169 {
    padding: 80px 0;
}.course_demographic_57169 h4 {
    font-size: calc(32px - 4px);
    margin-bottom: 40px;
}.course_demographic_57169 div {
    gap: 20px;
}.course_demographic_57169 div p {
    padding-left: 60px;
}.course_demographic_57169 div p::before {
    height: 45px;
    width: 45px;
}.course_demographic_57169 div p::after {
    top: 67px;
    left: 22px;
}.course_demographic_57169 div p svg {
    left: 12px;
    height: 21px;
    width: 21px;
    top: 12px;
}
}



@media (max-width: 576px) {.instructor_history_69203 {
    padding: 60px 0;
}.instructor_history_69203 .image_frame_47085 {
    width: 100%;
    height: 200px;
}.instructor_history_69203 .work_achievements_42693 {
    font-size: calc(17px * 0.95);
    padding: 25px 20px;
}.instructor_history_69203 .name {
    font-size: calc(19px * 0.9);
}.instructor_history_69203 .student_reviews_25914 > span:not(.name) {
    font-size: calc(17px * 0.9);
}}



@media (min-width: 992px) {.course_summary_98736 .class_plan_07632 {
    grid-template-columns: 1.2fr 0.8fr;
}.course_summary_98736 .info_section_95420 {
    padding: 3rem;
}.course_summary_98736 .image_frame_47085 {
    margin-top: 3rem;
    height: 450px;
}.course_summary_98736 .info_section_95420::after {
    position: absolute;
    content: "";
    border-radius: 50%;
    width: 6rem;
    background: rgb(191,175,192,0.5);
    opacity: 0.4;
    z-index: -1;
    left: 25%;
    bottom: -3rem;
    height: 6rem;
}
}



@media screen and (max-width: 1200px) {.title_section_72649 .learn_growth_20873 {
    padding: 1.5rem;
}.title_section_72649 h1 {
    font-size: calc(48px * 1.1);
}.title_section_72649 .image_frame_47085 {
    height: 500px;
}
}



@media screen and (max-width: 576px) {.title_section_72649 {
    padding: 2rem 0;
}.title_section_72649 h1 {
    font-size: 36px;
}.title_section_72649 .edu_online_49057 p {
    padding-left: 0.5rem;
}.title_section_72649 svg {
    width: 50px;
    height: 50px;
}.title_section_72649 .image_frame_47085 {
    height: 280px;
}.title_section_72649 .query_query_97341 {
    width: 100%;
    text-align: center;
}}



@media screen and (max-width: 991px) {.get_in_touch_26750 {
    padding: 80px 0;
}.get_in_touch_26750 .request_box_42957 div {
    max-width: 100%;
}
}



@media screen and (max-width: 480px) {.get_in_touch_26750 {
    padding: 40px 0;
}.get_in_touch_26750 .message_request_96123,
    .get_in_touch_26750 .request_box_42957 {
    padding: 30px 20px;
}.get_in_touch_26750 .request_box_42957 div svg {
    margin-right: 15px;
    width: 28px;
    height: 28px;
}}



@media (min-width: 768px) {.learning_profits_40196 .learn_growth_20873 {
    flex-direction: row;
    align-items: stretch;
}.learning_profits_40196 .learn_growth_20873 > div:first-child {
    overflow: hidden;
    flex: 0 0 45%;
}.learning_profits_40196 .image_frame_47085 {
    object-position: center;
    height: 100%;
}.learning_profits_40196 .info_section_95420 {
    flex: 0 0 55%;
    padding: 40px;
    display: flex;
    align-items: center;
}.learning_profits_40196 ul {
    grid-template-columns: repeat(2, 1fr);
}.learning_profits_40196 h5 {
    font-size: calc(19px * 1.2);
    max-width: 70%;
}.learning_profits_40196 li:nth-child(odd) {
    transform: translateY(-5px);
}.learning_profits_40196 li:nth-child(even) {
    transform: translateY(5px);
}.learning_profits_40196 li:hover {
    transform: translateX(5px) translateY(0);
}
}

@keyframes float {
    0% {
        transform: translate(0, 0);
    }
    50% {
        transform: translate(-30px, 20px);
    }
    100% {
        transform: translate(0, 0);
    }
}

@keyframes scanline {
    0% {
        opacity: 0;
        transform: scaleX(0.5);
    }
    50% {
        opacity: 0.4;
        transform: scaleX(1);
    }
    100% {
        opacity: 0;
        transform: scaleX(0.5);
    }
}

@keyframes blobAnimation {
    0% {
        border-radius: 45% 55% 50% 50% / 55% 45% 55% 45%;
        transform: translate(0, 0) rotate(0deg) scale(1);
    }
    33% {
        border-radius: 60% 40% 55% 45% / 45% 65% 35% 55%;
        transform: translate(-20px, 10px) rotate(60deg) scale(1.05);
    }
    66% {
        border-radius: 50% 50% 35% 65% / 50% 50% 65% 35%;
        transform: translate(20px, -10px) rotate(120deg) scale(0.95);
    }
    100% {
        border-radius: 45% 55% 50% 50% / 55% 45% 55% 45%;
        transform: translate(0, 0) rotate(180deg) scale(1);
    }
}



@keyframes fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}



@keyframes float {
  0%, 100% {
    transform: translateY(0) rotate(0deg);
  }
  25% {
    transform: translateY(-20px) rotate(5deg);
  }
  50% {
    transform: translateY(0) rotate(0deg);
  }
  75% {
    transform: translateY(20px) rotate(-5deg);
  }
}

