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

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

html {
    scrollbar-color: rgb(161,202,158) rgb(255, 255, 255, 0.5);
}


.greeting_page_idy {
    color: #ffffff;
    font-family: Arial, sans-serif;
    position: relative;
    overflow: hidden;
}

.greeting_page_idy .main_intro_7wA::before {
    right: 0;
    left: 0;
    top: 0;
    background: linear-gradient(135deg, 
    rgba(0, 0, 0, 0.85) 0%, 
    rgba(0, 0, 0, 0.65) 50%, 
    rgba(0, 0, 0, 0.75) 100%);
    z-index: -1;
    bottom: 0;
    position: absolute;
    content: "";
}

.greeting_page_idy .training_pro_Hij > div {
    position: relative;
    margin-bottom: 2.5rem;
}

.greeting_page_idy .training_pro_Hij > div:nth-child(1) {
    transform: translateX(-30px);
    opacity: 0;
    animation: slideInFromLeft 0.8s ease-out 0.2s forwards;
}

.greeting_page_idy .training_pro_Hij > div:nth-child(3) {
    animation: slideInFromRight 0.8s ease-out 0.6s forwards;
    transform: translateX(30px);
    opacity: 0;
}

.greeting_page_idy .title_style_header {
    line-height: 1.2;
    background-clip: text !important;
    font-weight: 700;
    font-size: clamp(2.5rem, 5vw, 46px);
    letter-spacing: -0.02em;
    position: relative;
    background: linear-gradient(
    90deg, 
    #ffffff 0%, 
    rgb(161,202,158) 70%, 
    rgb(197,225,195) 100%
  );
    color: transparent;
    -webkit-background-clip: text !important;
    text-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    margin: 0;
}

.gratPage_j5P::after {
    filter: blur(70px);
    content: "";
    height: 280px;
    background: rgb(197,225,195,0.5);
    animation: float 15s ease-in-out infinite reverse;
    bottom: -80px;
    position: absolute;
    width: 280px;
    z-index: 0;
    right: -80px;
}

.gratPage_j5P .team_bios_8eU > div:first-child {
    position: relative;
}

.gratPage_j5P .team_bios_8eU > div:first-child::after {
    content: "";
    transform: scaleX(1);
    left: 0;
    transform-origin: left center;
    width: 80px;
    transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    background: linear-gradient(90deg, rgb(197,225,195) 0%, rgb(161,202,158) 100%);
    position: absolute;
    bottom: -1rem;
    height: 4px;
}

.gratPage_j5P .team_bios_8eU:hover h5 {
    transform: translateX(10px);
}

.gratPage_j5P a {
    transform: translateY(0);
    position: relative;
    text-decoration: none;
    display: block;
    overflow: hidden;
    transition: transform 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
}

.join_now_C3c {
    padding: 80px 0;
    overflow: hidden;
    background: linear-gradient(135deg, #000000 0%, rgb(197,225,195) 100%);
    position: relative;
}

.join_now_C3c::after {
    top: -50%;
    content: '';
    left: -50%;
    width: 200%;
    background: radial-gradient(
        circle,
        rgb(161,202,158) 0%,
        transparent 70%
    );
    height: 200%;
    animation: pulse 15s infinite alternate;
    position: absolute;
    z-index: 0;
    opacity: 0.05;
}

.join_now_C3c .ask_feedback_ZbA {
    overflow: hidden;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.5);
    padding: 16px 40px;
    letter-spacing: 2px;
    transition: all 0.4s ease;
    display: inline-block;
    color: #ffffff;
    z-index: 2;
    text-decoration: none;
    border-radius: 22px;
    text-transform: uppercase;
    border: 2px solid transparent;
    font-weight: 600;
    position: relative;
    background: rgb(161,202,158);
    font-size: 17px;
}

.join_now_C3c .team_bios_8eU::before {
    background-image: 
        linear-gradient(to right, rgb(197,225,195,0.5) 1px, transparent 1px),
        linear-gradient(to bottom, rgb(197,225,195,0.5) 1px, transparent 1px);
    content: '';
    width: calc(100% + 200px);
    top: -100px;
    height: calc(100% + 200px);
    opacity: 0.1;
    background-size: 30px 30px;
    z-index: -1;
    left: -100px;
    position: absolute;
}

.privacy_encasement_7PE ul {
    list-style-type: none;
    padding: 0;
}

.privacy_encasement_7PE p {
    margin-bottom: 20px;
    font-size: 13px;
    line-height: 1.6;
}

.connect_form_eDH::before {
    opacity: 0.07;
    width: 100%;
    top: 0;
    background: repeating-linear-gradient(
        45deg,
        rgb(197,225,195,0.5) 0,
        rgb(197,225,195,0.5) 1px,
        transparent 1px,
        transparent 30px
    );
    z-index: 1;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
}

.connect_form_eDH h2::before {
    background: rgb(197,225,195);
    width: 80px;
    content: "";
    position: absolute;
    height: 4px;
    left: calc(50% - 40px);
    bottom: 0;
}

.connect_form_eDH .picture_frame_GtP {
    position: relative;
    flex: 0 0 45%;
    min-height: 550px;
}

.connect_form_eDH .support_info_9MX {
    display: flex;
    flex: 0 0 55%;
    position: relative;
    padding: 60px;
    justify-content: center;
    flex-direction: column;
}

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

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

.connect_form_eDH form input[type="text"] {
    transition: all 0.3s ease;
    color: #000000;
    border: none;
    margin-bottom: 25px;
    font-size: 13px;
    background: transparent;
    width: 100%;
    padding: 20px 25px;
    border-bottom: 2px solid rgb(229,242,228);
}

.connect_form_eDH .request_query_zEA label {
    padding-left: 35px;
    color: #000000;
    cursor: pointer;
    position: relative;
    line-height: 1.5;
    font-size: 13px;
}

.connect_form_eDH .request_query_zEA input[type="checkbox"]:checked + label::after {
    top: 4px;
    left: 8px;
    transform: rotate(45deg);
    border-width: 0 2px 2px 0;
    width: 6px;
    height: 12px;
    border: solid #ffffff;
    content: "";
    position: absolute;
}

.connect_form_eDH .request_query_zEA label a:hover::after {
    background: rgb(161,202,158);
    transform: scaleX(0);
}

.connect_form_eDH .inquiry_request_w4M:hover::before {
    width: 150%;
}

.connect_form_eDH svg {
    stroke-width: 2;
    fill: none;
    transition: all 0.3s ease;
    width: 24px;
    height: 24px;
    stroke: rgb(197,225,195);
}

.connect_form_eDH svg path {
    transition: all 0.3s ease;
    stroke: rgb(197,225,195);
    fill: none;
}

.location_details_P3k::before {
    height: 100%;
    content: '';
    position: absolute;
    background: linear-gradient(135deg, rgb(197,225,195,0.5) 0%, transparent 100%);
    top: 0;
    z-index: 1;
    left: 0;
    width: 100%;
}

.location_details_P3k .contact_box_75S {
    flex-direction: column;
    display: flex;
    border: 1px solid rgb(161,202,158,0.5);
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1);
    align-items: stretch;
    overflow: hidden;
    padding: 40px;
    background: #ffffff;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    border-radius: 23px;
}

.location_details_P3k .picture_frame_GtP::after {
    content: '';
    position: absolute;
    left: -50%;
    background: linear-gradient(
        to bottom right,
        rgba(255, 255, 255, 0) 0%,
        rgba(255, 255, 255, 0.3) 50%,
        rgba(255, 255, 255, 0) 100%
    );
    z-index: 2;
    height: 200%;
    transform: rotate(30deg);
    width: 200%;
    top: -50%;
    animation: shine 6s infinite linear;
}

.location_details_P3k .edu_guide_kRy p::before {
    background: rgb(197,225,195,0.5);
    width: 24px;
    top: 0px;
    border-radius: 50%;
    left: -3px;
    position: absolute;
    display: flex;
    transition: transform 0.3s ease, background 0.3s ease;
    justify-content: center;
    align-items: center;
    height: 24px;
    content: '';
}

.location_details_P3k .edu_guide_kRy p span a:hover {
    color: rgb(197,225,195);
}

.location_details_P3k .edu_guide_kRy p svg path {
    transition: fill 0.3s ease;
    fill: inherit;
}

.location_details_P3k .reach_section_rL3 {
    font-size: 22px;
    margin-bottom: 20px;
    padding-left: 30px;
    font-weight: 600;
    position: relative;
    color: rgb(197,225,195);
}

.location_details_P3k .reach_section_rL3:hover svg {
    fill: rgb(161,202,158);
    transform: translateY(-50%) scale(1.2);
}

.location_details_P3k .get_connected_ACk {
    gap: 15px;
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(150px, 1fr));
}

.location_details_P3k .get_helpdesk_l1U:hover {
    background: rgb(161,202,158);
    transform: translateX(5px);
}

.location_details_P3k .get_helpdesk_l1U:hover::before {
    width: 8px;
}

.location_details_P3k .get_helpdesk_l1U svg {
    transition: transform 0.3s ease, fill 0.3s ease;
    fill: rgb(197,225,195);
    margin-right: 5px;
    vertical-align: middle;
    height: 14px;
    width: 14px;
}

footer {
    font-family: Arial, sans-serif;
    z-index: 1;
    color: #ffffff;
    position: relative;
}

footer::before {
    left: 0;
    position: absolute;
    animation: gradientShift 15s ease infinite;
    backdrop-filter: blur(8px);
    height: 100%;
    top: 0;
    width: 100%;
    z-index: -1;
    background: linear-gradient(135deg, rgba(0, 0, 0, 0.5) 0%, rgb(197,225,195,0.5) 50%, rgb(161,202,158,0.5) 100%);
    content: "";
}

.lesson_cta_Lps::before {
    content: "";
    background: linear-gradient(to right, 
                transparent 0%, 
                rgb(197,225,195) 25%, 
                #ffffff 50%, 
                rgb(161,202,158) 75%, 
                transparent 100%);
    right: 0;
    animation: shimmer 8s linear infinite;
    left: 0;
    position: absolute;
    top: 0;
    height: 1px;
}

.lesson_cta_Lps .company_holder h3::after {
    left: 0;
    transition: transform 0.5s ease;
    height: 2px;
    position: absolute;
    transform-origin: left;
    width: 100%;
    content: "";
    background: linear-gradient(to right, rgb(197,225,195), rgb(161,202,158));
    transform: scaleX(0.3);
    bottom: -8px;
}

.lesson_cta_Lps .nav_expert_9fZ {
    transition: all 0.3s ease;
    flex: 1 1 200px;
    overflow: hidden;
    border-radius: 18px;
    position: relative;
    padding: 1.5rem;
    background: rgba(255, 255, 255, 0.05);
    backdrop-filter: blur(10px);
}

.lesson_cta_Lps .nav_expert_9fZ .top_train_3hw {
    display: flex;
    gap: 0.75rem;
    flex-direction: column;
}

.lesson_cta_Lps .nav_expert_9fZ a:hover {
    color: #ffffff;
    transform: translateX(5px);
}

.lesson_cta_Lps .nav_expert_9fZ a:hover::before {
    width: 100%;
}

.footer_disclaimer_Eqs {
    overflow: hidden;
    background: rgba(0, 0, 0, 0.5);
    backdrop-filter: blur(15px);
    padding: 1.5rem 0;
    position: relative;
}

.footer_disclaimer_Eqs .contact_edu_ftg:hover {
    background: rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 15px rgb(197,225,195,0.5);
    color: #ffffff;
}



.lesson_cta_Lps .top_train_3hw a::after {
    position: absolute;
    border-radius: 50%;
    left: -10px;
    height: 4px;
    top: 50%;
    transform: translateY(-50%) scale(0);
    width: 4px;
    transition: transform 0.3s ease;
    background: rgb(197,225,195);
    content: "";
}

.lesson_cta_Lps .company_holder:hover .webinar_live_H80::before {
    border-right-color: rgb(197,225,195,0.5);
    height: calc(100% + 20px);
    border-top-color: rgb(197,225,195,0.5);
    transition: width 0.5s ease, height 0.5s ease 0.3s;
    width: calc(100% + 20px);
}

.pricing_tray_bGj::before {
    height: 100%;
    left: 0;
    background: linear-gradient(45deg, transparent 0%, rgb(197,225,195,0.5) 30%, transparent 70%);
    position: absolute;
    content: "";
    opacity: 0.1;
    top: 0;
    z-index: 1;
    width: 100%;
    pointer-events: none;
}

.pricing_tray_bGj .pricing_levels_DtA h2::after {
    bottom: -10px;
    background: linear-gradient(90deg, rgb(197,225,195), rgb(161,202,158));
    border-radius: 10px;
    position: absolute;
    transform: translateX(-50%);
    content: "";
    left: 50%;
    height: 3px;
    width: 80px;
}

.pricing_tray_bGj .value_fees_ftC:nth-child(2) {
    animation-delay: 0.2s;
}

.pricing_tray_bGj .value_fees_ftC:nth-child(4) {
    animation-delay: 0.4s;
}

.pricing_tray_bGj .value_fees_ftC:hover {
    transform: translateZ(30px) scale(1.03);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.1);
}

.pricing_tray_bGj .value_fees_ftC:hover::before {
    transform: scaleX(1);
}

.pricing_tray_bGj .program_price_5ge {
    padding: 2rem;
    flex-direction: column;
    flex-grow: 1;
    display: flex;
}

.pricing_tray_bGj .trial_rates_ewK {
    position: relative;
    color: rgb(197,225,195);
    margin-bottom: 1.5rem;
    display: inline-block;
    font-weight: 700;
    transition: transform 0.3s ease, color 0.3s ease;
    font-size: 2rem;
}

.pricing_tray_bGj .program_price_5ge p {
    word-break: break-word;
    flex-grow: 1;
    line-height: 1.6;
    font-size: calc(17px - 2px);
    color: #000000;
    overflow-wrap: break-word;
    margin: 0;
}

.pricing_tray_bGj .value_fees_ftC:hover .picture_frame_GtP {
    transform: scale(1.05);
}

header::before {
    z-index: -1;
    content: "";
    position: absolute;
    background: linear-gradient(90deg, rgb(197,225,195,0.5) 0%, transparent 50%, rgb(197,225,195,0.5) 100%);
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0.15;
}

header .main_core_4x5 .top_guide_jg1::after {
    border-bottom: 2px solid rgb(161,202,158);
    border-right: 2px solid rgb(161,202,158);
    transition: transform 0.3s ease;
    right: -5px;
    transform-origin: bottom right;
    transform: scale(0);
    bottom: -5px;
}

header .main_core_4x5 .top_guide_jg1 .header_lead_u9v svg {
    width: auto;
    height: 60px;
}

header .main_core_4x5 .nav_expert_9fZ::before,
header .main_core_4x5 .nav_expert_9fZ::after {
    background: rgb(197,225,195,0.5);
    top: 15%;
    height: 70%;
    position: absolute;
    width: 2px;
    content: "";
}

header .main_core_4x5 .nav_expert_9fZ::before {
    left: 0;
}

header .main_core_4x5 .nav_expert_9fZ .head_prime_6WY:hover {
    transform: translateY(-3px);
}

header .main_core_4x5 .nav_expert_9fZ .head_prime_6WY a:hover {
    color: rgb(197,225,195);
}

header .main_core_4x5 .nav_expert_9fZ .head_prime_6WY a:hover::before {
    transform: scaleX(1);
}

.course_structure_aPU {
    position: relative;
    padding: 120px 0;
    background: linear-gradient(135deg, rgb(229,242,228) 0%, rgba(245, 247, 251, 0.92) 100%);
    overflow: hidden;
}

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

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

.course_structure_aPU .picture_frame_GtP:hover {
    transform: perspective(1000px) rotateY(0deg) rotateX(0deg) translateY(-10px);
    box-shadow: 0 30px 60px -15px rgba(0, 0, 0, 0.2), 
                0 10px 30px -5px rgba(0, 0, 0, 0.15);
}

.course_structure_aPU .picture_frame_GtP::after {
    background: radial-gradient(ellipse at center, 
                rgba(255, 255, 255, 0.2) 0%, 
                transparent 60%);
    left: -20%;
    transition: opacity 0.8s ease, transform 0.8s ease;
    transform: scale(1.2);
    height: 140%;
    z-index: 2;
    width: 140%;
    top: -20%;
    position: absolute;
    opacity: 0;
    pointer-events: none;
    content: "";
}

.course_structure_aPU h3 {
    font-weight: 700;
    color: #000000;
    margin-bottom: 25px;
    line-height: 1.4;
    position: relative;
    transform: translateX(-5px);
    font-size: calc(18px * 1.1);
    padding-bottom: 15px;
}

.course_structure_aPU .description {
    position: relative;
    margin-bottom: 25px;
    opacity: 0.95;
    color: #000000;
    line-height: 1.7;
    font-size: 16px;
}

.course_structure_aPU span.description {
    display: none;
}

.audience_profile_sI2::before {
    position: absolute;
    background: linear-gradient(135deg, 
        transparent 0%,
        rgba(rgb(161,202,158,0.5), 0.05) 25%, 
        transparent 35%,
        rgba(rgb(197,225,195,0.5), 0.05) 50%,
        transparent 65%,
        rgba(rgb(161,202,158,0.5), 0.05) 75%,
        transparent 100%
    );
    left: 0;
    height: 100%;
    content: "";
    top: 0;
    z-index: -1;
    width: 100%;
}

.audience_profile_sI2 h3::before {
    top: 0;
    content: "";
    border-radius: 10px;
    width: 5px;
    height: 100%;
    background: linear-gradient(
        to bottom,
        rgb(161,202,158),
        rgb(197,225,195)
    );
    position: absolute;
    left: 0;
}

.audience_profile_sI2 li::before {
    background: linear-gradient(
        90deg,
        transparent,
        rgba(rgb(197,225,195,0.5), 0.5),
        transparent
    );
    position: absolute;
    content: "";
    transition: opacity 0.4s ease;
    height: 4px;
    left: 0;
    opacity: 0;
    top: 0;
    border-radius: 10px 10px 0 0;
    right: 0;
}

.audience_profile_sI2 li:hover {
    background: rgba(rgb(161,202,158,0.5), 0.05);
    transform: translateY(-5px);
    box-shadow: 
        0 10px 25px rgba(0, 0, 0, 0.1),
        inset 0 0 0 1px rgba(rgb(197,225,195,0.5), 0.2);
}

.audience_profile_sI2 li svg path {
    transition: fill 0.3s ease;
    fill: rgb(197,225,195);
}

.audience_profile_sI2 li:hover svg {
    animation: pulse 2s infinite;
    transform: scale(1.1);
}

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

.our_mission_iy8 .container {
    max-width: 1200px;
    z-index: 2;
    position: relative;
    display: grid;
    padding: 0 20px;
    margin: 0 auto;
    grid-template-columns: 1fr;
}

.our_mission_iy8 .text_slot_e5A:hover {
    transform: perspective(1000px) rotateY(0deg) translateY(-5px);
}

.our_mission_iy8 h5::after {
    transform: scaleX(1);
    transition: transform 0.4s cubic-bezier(0.77, 0, 0.175, 1);
    bottom: -8px;
    left: 0;
    background: rgb(197,225,195);
    width: 40%;
    position: absolute;
    content: "";
    transform-origin: left;
    height: 3px;
}

.our_mission_iy8 .text_slot_e5A:hover h5::after {
    transform: scaleX(1.5);
}

.our_mission_iy8 p b::before {
    height: 2px;
    left: 0;
    background: rgb(161,202,158);
    transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
    position: absolute;
    transform-origin: right;
    transform: scaleX(0);
    width: 100%;
    bottom: 0;
    content: "";
}

.cookieNotificationBanner_ZCo {
    box-shadow: 0 -4px 10px rgba(0, 0, 0, 0.5);
    z-index: 90;
    padding: 20px 0;
    bottom: 0;
    position: fixed;
    background: rgb(161,202,158);
    font-family: Arial, sans-serif;
    width: 100%;
    border-top: 3px solid rgb(161,202,158);
    animation: slideUp 0.5s forwards;
    transition: transform 0.5s ease-in-out;
    transform: translateY(100%);
}

.cookie_menu_pMU:hover svg {
    transform: scale(1.1);
}

.track_cookies_HuV:hover {
    box-shadow: 0 0 20px rgb(161,202,158);
}

.cookieNotificationBanner_ZCo p a {
    transition: color 0.3s ease;
    text-decoration: none;
    color: rgb(197,225,195);
}

#cookieNoticeBoard_unH:checked ~ .cookieNotificationBanner_ZCo {
    opacity: 0;
    visibility: hidden;
}

.instructor_history_hRu::before {
    animation: rotateBackground 15s linear infinite;
    background: conic-gradient(from 225deg at 50% 50%, rgb(161,202,158,0.5) 0%, transparent 25%, rgb(197,225,195,0.5) 50%, transparent 75%, rgb(161,202,158,0.5) 100%);
    top: 0;
    opacity: 0.4;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    width: 100%;
}

.instructor_history_hRu .edu_stories_R2H:hover .picture_frame_GtP {
    transform: translateZ(50px) scale(1.05);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.5),
                0 0 0 10px rgb(197,225,195);
}

.instructor_history_hRu .name {
    display: block;
    grid-area: info;
    margin-top: 1rem;
    font-weight: 700;
    font-size: 29px;
    transform: translateZ(20px);
    margin-bottom: 0.5rem;
    color: #000000;
}

.instructor_history_hRu .work_exp_WV0::before {
    width: 100%;
    animation: shimmer 3s infinite linear;
    background-size: 200% 200%;
    opacity: 0.2;
    height: 100%;
    top: 0;
    content: "";
    background: linear-gradient(45deg, transparent 40%, rgb(161,202,158,0.5) 40%, rgb(161,202,158,0.5) 60%, transparent 60%);
    left: 0;
    position: absolute;
    mix-blend-mode: overlay;
}


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



@media screen and (min-width: 768px) {.greeting_page_idy .training_pro_Hij {
    transform: perspective(1000px) rotateX(2deg);
    padding: 5rem 4rem;
}.greeting_page_idy p {
    font-size: calc(12px * 1.4);
    padding-left: 3rem;
}.greeting_page_idy p::before {
    height: 3px;
    width: 2rem;
}.greeting_page_idy .title_style_header::after {
    height: 8px;
    width: 150px;
}.greeting_page_idy h3 {
    border-right-width: 4px;
    padding-right: 2rem;
}
}



@media screen and (max-width: 767px) {.greeting_page_idy .main_intro_7wA {
    padding: 3rem 1rem;
}.greeting_page_idy .training_pro_Hij {
    padding: 3rem 1.5rem;
}.greeting_page_idy .training_pro_Hij > div {
    margin-bottom: 1.8rem;
}.greeting_page_idy p {
    font-size: 12px;
    padding-left: 1.5rem;
}.greeting_page_idy p::before {
    width: 1rem;
}.greeting_page_idy h3 {
    font-size: calc(12px * 1.1);
    padding-right: 1rem;
    border-right-width: 2px;
}}



@media (max-width: 767px) {.gratPage_j5P {
    padding: 80px 0;
}.gratPage_j5P .team_bios_8eU {
    padding: 2.5rem;
}.gratPage_j5P h5 {
    font-size: calc(22px * 0.9);
}.gratPage_j5P p {
    font-size: calc(12px * 0.95);
}.gratPage_j5P .team_bios_8eU > div:first-child::after {
    width: 60px;
}
}



@media screen and (max-width: 768px) {.join_now_C3c {
    padding: 50px 0;
}.join_now_C3c h3 {
    margin-bottom: 25px;
    font-size: calc(30px * 0.8);
}.join_now_C3c .ask_feedback_ZbA {
    padding: 14px 30px;
}.join_now_C3c .team_bios_8eU::after {
    bottom: -50px;
    width: 100px;
    height: 100px;
    right: -20px;
}
}



@media (max-width: 1024px) {.connect_form_eDH {
    padding: 80px 0;
}.connect_form_eDH .picture_frame_GtP {
    min-height: 500px;
}.connect_form_eDH .support_info_9MX {
    padding: 50px 40px;
}
}



@media (min-width: 992px) {.location_details_P3k .contact_box_75S {
    flex-direction: row;
    gap: 40px;
}.location_details_P3k .picture_frame_GtP {
    height: 350px;
    margin-bottom: 0;
    flex: 0 0 350px;
}.location_details_P3k .edu_guide_kRy {
    flex: 1;
}.location_details_P3k .get_connected_ACk {
    grid-template-columns: repeat(3, 1fr);
}
}



@media (min-width: 768px) and (max-width: 991px) {.location_details_P3k {
    padding: 60px 0;
}.location_details_P3k .contact_box_75S {
    padding: 30px;
}.location_details_P3k .quick_reach_RZO {
    font-size: 22px;
    margin-bottom: 25px;
}.location_details_P3k .picture_frame_GtP {
    height: 240px;
}.location_details_P3k .edu_guide_kRy {
    padding: 25px;
}.location_details_P3k .get_connected_ACk {
    grid-template-columns: repeat(2, 1fr);
}.location_details_P3k .edu_guide_kRy p svg {
    height: 16px;
    width: 16px;
}.location_details_P3k .reach_section_rL3 svg {
    width: 18px;
    height: 18px;
}
}



@media (max-width: 768px) {.lesson_cta_Lps {
    padding: 3rem 0 1.5rem;
}.lesson_cta_Lps::before {
    height: 2px;
}.lesson_cta_Lps .company_holder {
    padding: 1.25rem;
}.lesson_cta_Lps .nav_expert_9fZ {
    margin-bottom: 1rem;
    flex: 1 1 100%;
}.lesson_cta_Lps .achieve_cta_4hJ .top_train_3hw {
    flex-direction: column;
}.footer_disclaimer_Eqs {
    padding: 1.25rem 0;
}.footer_disclaimer_Eqs::before {
    height: 2px;
}
}



@media (min-width: 992px) {.pricing_tray_bGj .fee_package_4ck {
    grid-template-columns: repeat(2, 1fr);
}
}



@media (max-width: 767px) {.pricing_tray_bGj .value_fees_ftC {
    max-width: 400px;
    margin: 0 auto;
}.pricing_tray_bGj .pricing_levels_DtA h2 {
    font-size: calc(28px * 0.9);
}.pricing_tray_bGj .price_grid_kUj {
    font-size: calc(17px * 0.95);
}}



@media (max-width: 992px) {header .main_core_4x5 {
    padding: 15px;
    grid-template-rows: auto auto;
    gap: 10px;
}header .main_core_4x5 .top_guide_jg1 {
    padding: 5px 10px;
}header .main_core_4x5 .top_guide_jg1 .header_lead_u9v svg {
    height: 45px;
}header .main_core_4x5 .nav_expert_9fZ {
    padding: 15px 0 10px;
}header .main_core_4x5 .nav_expert_9fZ .head_prime_6WY {
    padding: 0 10px;
}header .main_core_4x5 .nav_expert_9fZ .head_prime_6WY a {
    font-size: calc(12px - 1px);
    padding: 8px 3px;
}
}



@media (min-width: 1200px) {.course_structure_aPU .coding_expert_6EU {
    gap: 100px;
}.course_structure_aPU .picture_frame_GtP {
    height: 550px;
}.course_structure_aPU h3 {
    font-size: calc(30px * 1.1);
}.course_structure_aPU .text_slot_e5A {
    padding: 50px 60px 50px 50px;
}.course_structure_aPU p.description {
    font-size: calc(16px * 1.05);
    line-height: 1.8;
    max-height: 350px;
}
}



@media (max-width: 992px) {.audience_profile_sI2 {
    padding: 4rem 0;
}.audience_profile_sI2 h3 {
    font-size: calc(34px * 0.9);
    margin-bottom: 2.5rem;
}.audience_profile_sI2 ul {
    gap: 1.5rem 1.2rem;
}
}



@media (min-width: 768px) {.our_mission_iy8 {
    padding: 150px 0 130px;
}.our_mission_iy8 .text_slot_e5A {
    padding: 60px;
}.our_mission_iy8 ol li {
    column-gap: 50px;
    column-count: 2;
}.our_mission_iy8::after {
    width: 400px;
    height: 400px;
}
}



@media (min-width: 992px) {.our_mission_iy8 {
    padding: 180px 0 160px;
}.our_mission_iy8 .container {
    grid-template-columns: 1fr 3fr;
}.our_mission_iy8 .text_slot_e5A {
    padding: 70px;
    grid-column: 2;
}.our_mission_iy8 h5 {
    margin-bottom: 20px;
}.our_mission_iy8 ol li {
    column-gap: 60px;
    column-count: 2;
}
}



@media (max-width: 992px) {.instructor_history_hRu .edu_stories_R2H {
    padding: 2rem;
    grid-template-areas:
            "picture_frame_GtP"
            "reach_panel_5eJ"
            "work_exp_WV0";
    grid-template-columns: 1fr;
    grid-template-rows: auto auto auto;
}.instructor_history_hRu .picture_frame_GtP {
    width: 180px;
    margin: 0 auto;
    height: 180px;
}.instructor_history_hRu .name,
    .instructor_history_hRu .edu_stories_R2H span:not(.name) {
    margin-top: 1rem;
    text-align: center;
}.instructor_history_hRu .edu_stories_R2H span:not(.name) {
    margin-top: 0;
}
}



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



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



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



@keyframes pulsate {
    0%, 100% {
        opacity: 0.4;
        transform: scale(1);
    }
    50% {
        opacity: 0.6;
        transform: scale(1.05);
    }
}



@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(30px) rotateX(5deg);
    }
    to {
        opacity: 1;
        transform: translateY(0) rotateX(0);
    }
}



@keyframes pulseEven {
    0% {
        opacity: 0.3;
        transform: scale(1);
    }
    100% {
        opacity: 0.6;
        transform: scale(1.4);
    }
}



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

