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

.container {
    margin: auto;
    max-width: 100%;
    width: 1270px;
}

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

html {
    scrollbar-color: rgb(95,104,96,0.5) rgb(135,148,138);
    scrollbar-width: thin;
}


.course_suitability_0SNmGx {
    background: rgb(180,188,169);
    padding: 100px 0;
    position: relative;
    overflow: hidden;
}

.course_suitability_0SNmGx .history_tl_2RjGcp {
    margin: 0 auto;
    padding: 0 30px;
    position: relative;
    max-width: 1200px;
    z-index: 1;
}

.course_suitability_0SNmGx h3 {
    left: 50%;
    text-align: center;
    margin-bottom: 80px;
    box-shadow: 0 10px 25px -10px rgb(135,148,138,0.5);
    color: #000000;
    font-family: Arial, sans-serif;
    display: inline-block;
    transform: translateX(-50%);
    font-size: 34px;
    padding: 0 20px 20px;
    position: relative;
    font-weight: 700;
}

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

.course_suitability_0SNmGx ul li::before {
    height: 10px;
    top: -5px;
    content: "";
    left: -5px;
    width: 10px;
    position: absolute;
    background: rgb(135,148,138);
    border-radius: 50%;
}

.course_suitability_0SNmGx ul li:hover {
    transform: translateY(-5px);
    border-left: 3px solid rgb(95,104,96);
    border-bottom: 3px solid rgb(135,148,138);
    box-shadow: 
        15px 15px 30px rgba(0, 0, 0, 0.1),
        -15px -15px 30px rgba(255, 255, 255, 0.6);
}

.course_suitability_0SNmGx ul li:hover svg path {
    fill: rgb(95,104,96);
}

.course_suitability_0SNmGx ul::before {
    position: absolute;
    background-size: 30px 30px;
    top: 0;
    pointer-events: none;
    left: 0;
    background-image: 
        linear-gradient(45deg, transparent 97%, rgb(135,148,138,0.5) 97%),
        linear-gradient(135deg, transparent 97%, rgb(95,104,96,0.5) 97%);
    z-index: -1;
    opacity: 0.3;
    content: "";
    height: 100%;
    width: 100%;
}

.user_testimonials_pTiR4c .container {
    position: relative;
    z-index: 1;
}

.user_testimonials_pTiR4c h2 {
    display: inline-block;
    font-size: 32px;
    background: linear-gradient(
        135deg,
        #ffffff 0%,
        rgb(95,104,96,0.5) 100%
    );
    clip-path: polygon(0 0, 100% 0, 95% 100%, 0% 100%);
    color: #000000;
    font-weight: 700;
    margin-bottom: 5rem;
    padding: 1rem 3rem 1rem 0;
    transform: skewX(-5deg);
    position: relative;
}

.user_testimonials_pTiR4c .rating_spot_X2fO9I:nth-child(even)::before {
    transform: translateY(10px) translateX(-10px);
    background: linear-gradient(
        135deg,
        rgb(95,104,96,0.5),
        rgb(135,148,138,0.5)
    );
}

.user_testimonials_pTiR4c .rating_spot_X2fO9I:nth-child(odd) {
    clip-path: polygon(
        15% 0%, 
        100% 0%, 
        100% 100%, 
        0% 100%, 
        0% 15%
    );
}

.user_testimonials_pTiR4c .rating_spot_X2fO9I:nth-child(3n)::before {
    clip-path: polygon(
        0% 0%, 
        100% 0%, 
        100% 100%, 
        15% 100%, 
        0% 85%
    );
}

.user_testimonials_pTiR4c .rating_spot_X2fO9I::after {
    z-index: -2;
    transition: all 0.5s ease;
    right: -15px;
    content: "";
    height: 50px;
    opacity: 0;
    clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
    transform: rotate(45deg);
    width: 50px;
    top: -15px;
    position: absolute;
    background: rgb(135,148,138);
}

.user_testimonials_pTiR4c .rating_spot_X2fO9I p {
    position: relative;
    color: #000000;
    margin-bottom: 0.5rem;
    font-weight: 600;
    text-align: center;
    font-size: 16px;
}

.user_testimonials_pTiR4c .rating_spot_X2fO9I:hover .description {
    transform: translateY(-5px);
}

.user_testimonials_pTiR4c .rating_spot_X2fO9I:nth-child(4n+1) {
    animation: shiftLeft 10s infinite alternate;
}

.user_testimonials_pTiR4c .rating_spot_X2fO9I:nth-child(4n+2) {
    animation: shiftRight 12s infinite alternate;
}

.instructor_profile_FaoN2C::before {
    height: 100%;
    left: 0;
    top: 0;
    position: absolute;
    width: 100%;
    content: "";
    z-index: 1;
    background: linear-gradient(120deg, transparent 30%, rgb(135,148,138,0.5) 100%);
}

.instructor_profile_FaoN2C .img_item_4onlyY {
    position: relative;
    border-radius: 0;
    overflow: hidden;
    transition: all 0.7s cubic-bezier(0.19, 1, 0.22, 1);
    width: 100%;
    filter: grayscale(100%);
    aspect-ratio: 3/4;
}

.instructor_profile_FaoN2C .emp_milestones_dZGmLj::before {
    width: 2px;
    content: "";
    transition: height 0.8s ease-out;
    background: rgb(135,148,138);
    left: 0;
    position: absolute;
    top: 0;
    height: 0;
}

.instructor_profile_FaoN2C .rating_spot_X2fO9I:hover .name::after {
    transform: translateX(0);
}

.instructor_profile_FaoN2C .rating_spot_X2fO9I:hover .emp_milestones_dZGmLj > div:nth-child(2) {
    opacity: 1;
    transform: translateY(0);
}

.instructor_profile_FaoN2C .rating_spot_X2fO9I:hover .career_table_S68D2z {
    transform: translateY(0);
    opacity: 1;
}



.instructor_profile_FaoN2C:hover .name {
    white-space: nowrap;
    overflow: hidden;
    animation: 
        typing 2.5s steps(40, end),
        blink .75s step-end infinite;
}

.our_team_6HoZRg::after {
    right: -30px;
    position: absolute;
    animation: float 12s infinite ease-in-out;
    width: 200px;
    top: -30px;
    content: "";
    height: 200px;
    z-index: 2;
    opacity: 0.15;
    transform: rotate(15deg);
    border: 2px solid rgb(95,104,96);
}

.our_team_6HoZRg .content_column_31ufD2:hover {
    transform: perspective(1000px) rotateY(0deg);
}

.our_team_6HoZRg h1 {
    padding-bottom: 15px;
    transition: transform 0.5s ease;
    transform: translateX(-10px);
    margin-bottom: 40px;
    color: #000000;
    position: relative;
    font-size: 45px;
    font-weight: 700;
}

.our_team_6HoZRg ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.our_team_6HoZRg .content_column_31ufD2:hover h4 {
    transform: translateY(0);
    opacity: 1;
}

.our_team_6HoZRg .content_column_31ufD2:hover span {
    opacity: 1;
}




.our_team_6HoZRg .content_column_31ufD2::after {
    width: 100%;
    background: linear-gradient(90deg, transparent, rgb(135,148,138), transparent);
    content: "";
    position: absolute;
    animation: loadingBar 3s cubic-bezier(0.22, 1, 0.36, 1) forwards;
    transform: scaleX(0);
    height: 2px;
    transform-origin: left;
    top: 0;
    left: 0;
}

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

.program_details_YIt12f h2 {
    font-weight: 700;
    color: #000000;
    max-width: 90%;
    transform: translateX(-8px);
    font-size: 29px;
    line-height: 1.3;
    margin-bottom: 40px;
    position: relative;
}

.program_details_YIt12f .img_item_4onlyY::before {
    z-index: 1;
    background: linear-gradient(
        135deg,
        rgba(rgb(135,148,138,0.5), 0.2) 0%,
        transparent 40%,
        transparent 60%,
        rgba(rgba(0, 0, 0, 0.5), 0.2) 100%
    );
    left: 0;
    content: "";
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
}

.program_details_YIt12f .description {
    padding-left: 15px;
    line-height: 1.7;
    font-size: 16px;
    margin-bottom: 20px;
    position: relative;
    border-left: 2px solid rgba(rgb(135,148,138,0.5), 0.3);
    color: #000000;
}

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

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

.price_offer_vejn8Z .edu_packages_bW7VOM {
    opacity: 0.9;
    line-height: 1.6;
    transform: perspective(1000px) translateZ(20px);
    color: #ffffff;
    text-align: center;
    max-width: 800px;
    font-weight: 300;
    font-size: calc(18px * 1.1);
    margin: 0 auto 50px;
}

.price_offer_vejn8Z .study_sub_ofjaVt {
    transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
    text-decoration: none;
    position: relative;
    transform-style: preserve-3d;
    height: 100%;
    display: block;
}

.price_offer_vejn8Z .learning_deals_oTE8hz::after {
    background: radial-gradient(circle, rgb(135,148,138,0.5) 0%, transparent 70%);
    transform: translate(30%, 30%);
    transition: all 0.6s ease;
    right: 0;
    z-index: -1;
    opacity: 0.2;
    content: "";
    bottom: 0;
    border-radius: 50%;
    width: 150px;
    position: absolute;
    height: 150px;
}

.price_offer_vejn8Z .rate_schemes_OjvXo8 p {
    line-height: 1.7;
    overflow-y: auto;
    font-weight: 300;
    transform: translateZ(5px);
    overflow-wrap: break-word;
    opacity: 0.8;
    color: #ffffff;
    margin: 0 0 30px;
    font-size: 18px;
    word-break: break-word;
    max-height: 250px;
    padding-right: 5px;
}

.price_offer_vejn8Z .study_sub_ofjaVt:hover .learning_deals_oTE8hz {
    box-shadow: 0 30px 60px rgba(0,0,0,0.3), 0 0 0 1px rgba(255,255,255,0.15);
    transform: translateY(-10px) translateZ(20px);
}

.price_offer_vejn8Z .study_sub_ofjaVt:hover .price_grid_B9tNye {
    text-shadow: 0 5px 15px rgba(0,0,0,0.2);
    transform: translateZ(25px) scale(1.05);
}


.accept_cookies_AjRyJI {
    align-items: center;
    padding: 20px 5%;
    background: linear-gradient(135deg, rgb(95,104,96) 0%, rgba(0, 0, 0, 0.5) 100%);
    justify-content: space-between;
    flex-wrap: wrap;
    display: flex;
    box-shadow: 0 0 20px rgb(135,148,138,0.5);
}

.cookie_disclaimer_mhwkGq {
    flex: 1;
    min-width: 300px;
    color: #ffffff;
}

.cookie_disclaimer_mhwkGq p {
    text-shadow: 0 0 5px rgb(135,148,138,0.5);
    font-size: 17px;
    color: #ffffff;
    margin-bottom: 0;
}

.cookie_eductrl_UPKMhB:hover {
    background: rgb(95,104,96);
    box-shadow: 0 0 20px rgb(95,104,96,0.5);
}

.cookieNotificationBox_84ipyL p a:hover {
    color: rgb(95,104,96);
}

#cookieWarningModal_YKM5IQ:checked ~ .cookieNotificationBox_84ipyL {
    visibility: hidden;
    opacity: 0;
}

.enroll_instantly_bUPBvj::after {
    width: 200%;
    height: 200%;
    position: absolute;
    transform-origin: center;
    z-index: 2;
    animation: pulseGlow 15s ease-in-out infinite;
    opacity: 0.1;
    background: radial-gradient(circle, rgb(255, 255, 255, 0.5) 0%, transparent 60%);
    content: "";
    left: -50%;
    top: -50%;
}

.enroll_instantly_bUPBvj h6 {
    transform: perspective(1000px) translateZ(20px);
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
    position: relative;
    line-height: 1.6;
    font-weight: 700;
    text-align: center;
    max-width: 800px;
    font-size: calc(21px * 1.1);
    color: #ffffff;
    margin-bottom: 2.5rem;
    letter-spacing: 0.02em;
}

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

.enroll_instantly_bUPBvj .connect_list_96L7xQ:hover::before {
    transform: translateX(100%);
}

.enroll_instantly_bUPBvj .connect_list_96L7xQ:hover span {
    transform: scale(1.05);
}

.thxContent_AYu0Li {
    background: linear-gradient(135deg, rgb(180,188,169) 0%, rgba(245, 245, 245, 0.9) 100%);
    position: relative;
    perspective: 1000px;
    padding: 80px 0;
    overflow: hidden;
}

.thxContent_AYu0Li .container {
    padding: 0 20px;
    transform-style: preserve-3d;
    margin: 0 auto;
    max-width: 1200px;
    position: relative;
    z-index: 10;
}

.thxContent_AYu0Li h2 {
    letter-spacing: 0.5px;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
    color: #000000;
    font-weight: 700;
    text-align: center;
    animation: titleEntrance 1.2s cubic-bezier(0.17, 0.84, 0.44, 1) forwards;
    transform: translateZ(30px);
    font-size: 33px;
    margin-bottom: 40px;
    position: relative;
    opacity: 0;
    line-height: 1.4;
}

.thxContent_AYu0Li .history_tl_2RjGcp::before {
    background: linear-gradient(45deg, rgb(95,104,96,0.5) 0%, transparent 70%);
    top: 0;
    height: 100%;
    content: "";
    z-index: -1;
    width: 100%;
    left: 0;
    opacity: 0.1;
    position: absolute;
}

.thxContent_AYu0Li li {
    border-radius: 0 10px 10px 0;
    border-left: 3px solid rgb(95,104,96);
    position: relative;
    padding: 20px 15px 20px 35px;
    opacity: 0;
    margin-bottom: 15px;
    background: linear-gradient(to right, rgba(245, 245, 245, 0.5) 0%, transparent 100%);
    transform: translateX(-20px);
    animation: itemSlideIn 0.8s ease-out forwards 0.6s;
}

.program_outcomes_IXePJo {
    overflow: hidden;
    background: linear-gradient(135deg, rgb(180,188,169) 0%, rgba(rgb(135,148,138,0.5), 0.05) 100%);
    padding: 6rem 0;
    position: relative;
}

.program_outcomes_IXePJo .container {
    flex-direction: column;
    z-index: 1;
    display: flex;
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
    padding: 0 1.5rem;
}

.program_outcomes_IXePJo .img_item_4onlyY {
    margin-bottom: 2rem;
    transition: transform 0.8s cubic-bezier(0.2, 0.8, 0.2, 1);
    width: 100%;
    max-height: 400px;
    object-fit: cover;
    transform: perspective(1000px) rotateY(-2deg) translateZ(0);
    box-shadow: 0 15px 35px rgba(0,0,0,0.1);
    filter: saturate(1.05);
}

.program_outcomes_IXePJo h1 {
    font-weight: 700;
    margin-bottom: 2rem;
    line-height: 1.3;
    transition: transform 0.5s ease-out;
    font-size: 42px;
    position: relative;
    color: #000000;
    transform: translateX(-5px);
}

.program_outcomes_IXePJo li {
    transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    position: relative;
}

.program_outcomes_IXePJo li p {
    margin: 0;
    color: #000000;
    font-size: 17px;
    padding-left: 0.5rem;
    display: flex;
    line-height: 1.6;
    align-items: flex-start;
}

.program_outcomes_IXePJo li:hover svg path {
    fill: rgb(95,104,96);
}

header::after {
    width: 100%;
    transform-origin: center;
    bottom: 0;
    left: 0;
    background: linear-gradient(to right, 
        rgb(135,148,138), 
        rgb(95,104,96), 
        rgb(135,148,138)
    );
    position: absolute;
    transform: scaleX(0.7);
    height: 5px;
    content: '';
    transition: transform 0.5s ease;
}

header .top_section_HXw3cn {
    transition: transform 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    transform-style: preserve-3d;
    position: relative;
    display: block;
}

header .head_page_SYj8LT {
    position: relative;
    display: flex;
    perspective: 1000px;
    margin: 0;
    padding: 0;
    transform-style: preserve-3d;
    list-style: none;
}

header .main_primary_5k8USI a {
    padding: 0.7rem 1.2rem;
    position: relative;
    background: #ffffff;
    align-items: center;
    text-decoration: none;
    font-weight: 600;
    display: flex;
    border-radius: 10px;
    color: #000000;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.05);
    font-size: 16px;
    transition: all 0.4s ease;
    justify-content: center;
    transform-style: preserve-3d;
    transform: translateZ(0);
}

header .main_primary_5k8USI a:hover::after {
    bottom: -8px;
    opacity: 0.3;
}



@supports not (transform-style: preserve-3d) {header .top_section_HXw3cn:hover {
    transform: translateY(-3px);
}header .main_primary_5k8USI a:hover {
    transform: translateY(-3px);
}}

.welcome_section_RsBUGp::after {
    z-index: 1;
    top: -50%;
    height: 200%;
    content: "";
    width: 200%;
    left: -50%;
    animation: subtle-shift 60s linear infinite;
    position: absolute;
    background: repeating-linear-gradient(
    45deg,
    rgba(rgb(135,148,138,0.5), 0.01),
    rgba(rgb(135,148,138,0.5), 0.01) 2px,
    transparent 2px,
    transparent 10px
  );
}

.welcome_section_RsBUGp .learn_title_UeFflS > div {
    flex-direction: column;
    display: flex;
    gap: 3.5rem;
}

.welcome_section_RsBUGp h3 {
    max-width: 90%;
    color: rgb(135,148,138);
    font-size: calc(21px * 1.05);
    animation: fade-up 0.7s cubic-bezier(0.23, 1, 0.32, 1) forwards 0.3s;
    opacity: 0;
    font-weight: 600;
    transform: translateY(15px);
    margin-bottom: 1rem;
    line-height: 1.5;
    letter-spacing: 0.02em;
    padding-bottom: 1.5rem;
    position: relative;
}

.welcome_section_RsBUGp h1 {
    line-height: 1.2;
    font-size: calc(39px * 1.15);
    letter-spacing: -0.01em;
    position: relative;
    transition: transform 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transform: scale(0.98);
    font-weight: 700;
    color: #000000;
    margin-bottom: 1rem;
}

.welcome_section_RsBUGp .mission_why_o6mNEe > div::after {
    position: absolute;
    transform: translateX(-100%);
    width: 100%;
    animation: shine 6s cubic-bezier(0.25, 0.46, 0.45, 0.94) infinite;
    content: "";
    height: 100%;
    left: 0;
    top: 0;
    z-index: 2;
    background: 
    linear-gradient(90deg, transparent 0%, rgba(255, 255, 255, 0.05) 50%, transparent 100%);
}

.stats_tool_at9v8j::after {
    content: '';
    background: linear-gradient(90deg, 
        rgb(180,188,169) 0%,
        rgb(135,148,138) 35%, 
        rgb(95,104,96) 65%,
        rgb(180,188,169) 100%);
    z-index: 1;
    height: 7px;
    top: 0;
    left: 0;
    width: 100%;
    position: absolute;
}

.stats_tool_at9v8j .info_item {
    position: relative;
    width: 25%;
    transition: all 0.3s ease;
    flex: 0 0 auto;
    padding: 0.5rem 1rem;
}

.stats_tool_at9v8j .info_item::before {
    content: '';
    top: 50%;
    background-color: rgba(0, 0, 0, 0.06);
    left: 0;
    width: 1px;
    height: 60%;
    transform: translateY(-50%);
    position: absolute;
}

.stats_tool_at9v8j .info_item svg {
    width: 20px;
    transition: transform 0.3s ease;
    height: 20px;
    fill: rgb(135,148,138);
}

.stats_tool_at9v8j .head_core_CvR6mI {
    gap: 1.5rem;
    margin-right: auto;
    width: 100%;
    max-width: 300px;
    flex-direction: column;
    display: flex;
}

.stats_tool_at9v8j .digital_res_KAG4fh::before {
    border-radius: 2px;
    background: linear-gradient(to bottom, rgb(135,148,138), rgb(95,104,96));
    bottom: 0;
    content: '';
    top: 0;
    position: absolute;
    width: 4px;
    left: 0;
}

.stats_tool_at9v8j .head_learning_Lao9AN {
    display: flex;
    padding: 0 1.5rem;
    flex-direction: column;
    gap: 0.75rem;
}

.stats_tool_at9v8j .head_learning_Lao9AN a {
    text-decoration: none;
    font-size: 13px;
    padding-left: 1.25rem;
    color: #000000;
    position: relative;
    transition: all 0.3s ease;
    padding: 0.5rem 0;
}

.stats_tool_at9v8j .subscribe_holder {
    width: 100%;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    gap: 1.5rem;
    border-radius: 22px;
    flex-direction: column;
    position: relative;
    display: flex;
    background: linear-gradient(135deg, #ffffff 0%, rgba(245, 245, 245, 0.8) 100%);
    padding: 2rem;
    max-width: 400px;
}

.stats_tool_at9v8j .input_holder {
    position: relative;
    margin-top: 0.5rem;
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

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

.stats_tool_at9v8j .sub_alerts_jSkcop:hover {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    transform: translateY(-3px);
}

.stats_tool_at9v8j .sub_alerts_jSkcop:hover::before {
    opacity: 1;
}

.stats_tool_at9v8j .license_cta_NE9uvt {
    margin-top: 4rem;
    padding-top: 2rem;
    text-align: center;
    position: relative;
}

.stats_tool_at9v8j .training_zone_9wUM6V {
    opacity: 0.8;
    font-size: 15px;
    color: #000000;
}

.privacy_area_obEqny h1, .privacy_area_obEqny h2 {
    color: rgb(135,148,138);
    letter-spacing: 0.05em;
    text-transform: uppercase;
    margin-bottom: 0.75rem;
}

.privacy_area_obEqny h1 {
    font-size: 43px;
    border-radius: 10px;
    border-left: 4px solid rgb(135,148,138);
    padding-left: 0.5rem;
    padding: 0.5rem 1rem;
    font-weight: 700;
    background-color: rgba(0, 0, 0, 0.5);
}

.privacy_area_obEqny ul li::before {
    color: rgb(135,148,138);
    font-size: 1.2rem;
    content: '⭑';
}

.privacy_area_obEqny section {
    flex-direction: column;
    display: flex;
    gap: 1rem;
}

.learning_system_BRxg8i::after {
    animation: floatBackground 18s ease-in-out infinite alternate-reverse;
    opacity: 0.5;
    left: -2%;
    z-index: 1;
    filter: blur(15px);
    content: "";
    position: absolute;
    width: 35%;
    background: linear-gradient(45deg, rgb(135,148,138,0.5) 0%, transparent 70%);
    transform: rotate(10deg) skewX(-10deg);
    height: 60%;
    bottom: -5%;
}

.learning_system_BRxg8i h2::after {
    height: 4px;
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    background: linear-gradient(90deg, rgb(135,148,138) 0%, rgb(95,104,96) 100%);
    transform: scaleX(1);
    transform-origin: left;
    left: 0;
    bottom: 0;
    content: "";
    width: 120px;
    position: absolute;
}

.learning_system_BRxg8i .content_column_31ufD2::before {
    content: "";
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.3) 0%, rgba(255, 255, 255, 0) 50%);
    pointer-events: none;
    position: absolute;
}

.contact_information_F4knEQ {
    padding: 0;
    position: relative;
}

.contact_information_F4knEQ .help_card_ygHFb8 {
    position: relative;
    display: flex;
}

.contact_information_F4knEQ .connect_reach_GoFehu {
    justify-content: center;
    display: flex;
    width: 40%;
    padding: 80px 50px;
    color: #ffffff;
    flex-direction: column;
    background-color: rgb(135,148,138);
}

.contact_information_F4knEQ .connect_reach_GoFehu div:last-child {
    border-bottom: none;
}

.contact_information_F4knEQ .connect_reach_GoFehu svg path {
    fill: #ffffff;
}

.contact_information_F4knEQ .connect_reach_GoFehu a:hover {
    opacity: 0.8;
}

.contact_information_F4knEQ form {
    width: 100%;
}

.contact_information_F4knEQ form h3::after {
    position: absolute;
    content: '';
    background: rgb(135,148,138);
    bottom: -15px;
    width: 60px;
    height: 3px;
    left: 0;
}

.contact_information_F4knEQ form input::placeholder {
    color: #9e9e9e;
}

.contact_information_F4knEQ .help_list_7GTAdj {
    margin: 30px 0;
    display: flex;
    align-items: flex-start;
}

.contact_information_F4knEQ .help_list_7GTAdj input[type="checkbox"]:checked {
    background-color: rgb(135,148,138);
    border-color: rgb(135,148,138);
}

.contact_information_F4knEQ .help_list_7GTAdj label {
    color: #000000;
    line-height: 1.6;
    font-size: 13px;
}

.contact_information_F4knEQ .help_list_7GTAdj a {
    transition: color 0.3s ease;
    font-weight: 600;
    text-decoration: none;
    color: rgb(135,148,138);
}

.contact_information_F4knEQ .connect_list_96L7xQ:hover::after {
    transform: scaleX(1);
    transform-origin: left;
}

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

::-webkit-scrollbar-track {
    background: linear-gradient(331deg, rgb(95,104,96) 83%, rgb(95,104,96,0.5) 6%, rgb(135,148,138) 63%, rgb(135,148,138,0.5) 39%, rgb(180,188,169) 9%);
    box-shadow: inset -3px 0px 6px -1px rgba(0, 0, 0, 0.7);
}

::-webkit-scrollbar-thumb {
    border-radius: 18%;
    min-height: 84px;
    transition: all, transform 1.7s ease-in;
    background: rgb(135,148,138);
}

::-webkit-scrollbar-thumb:hover {
    background: rgb(135,148,138);
    border-color: rgb(135,148,138);
}

::-webkit-scrollbar-corner {
    background: rgb(95,104,96);
    border-radius: 4px;
}

.program_details_YIt12f .content_column_31ufD2::-webkit-scrollbar {
    width: 6px;
}

.program_details_YIt12f .content_column_31ufD2::-webkit-scrollbar-track {
    background: rgba(rgb(135,148,138,0.5), 0.1);
    border-radius: 10px;
}

.program_details_YIt12f .content_column_31ufD2::-webkit-scrollbar-thumb {
    background-color: rgb(135,148,138);
    border-radius: 10px;
}

.price_offer_vejn8Z .rate_schemes_OjvXo8 p::-webkit-scrollbar {
    width: 4px;
}

.price_offer_vejn8Z .rate_schemes_OjvXo8 p::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background: rgb(135,148,138,0.5);
}

.price_offer_vejn8Z .rate_schemes_OjvXo8 p::-webkit-scrollbar-track {
    background: rgba(255,255,255,0.05);
    border-radius: 10px;
}




@media (min-width: 768px) {.our_team_6HoZRg {
    padding: 150px 0;
}.our_team_6HoZRg .content_column_31ufD2 {
    width: 90%;
    margin-left: 5%;
    padding: 70px 60px;
}.our_team_6HoZRg span {
    column-count: 2;
}.our_team_6HoZRg::after {
    width: 300px;
    height: 300px;
}
}



@media (max-width: 767px) {.our_team_6HoZRg {
    padding: 80px 0;
}.our_team_6HoZRg .content_column_31ufD2 {
    transform: perspective(1000px) rotateY(0deg);
    padding: 40px 30px;
}.our_team_6HoZRg h1 {
    font-size: calc(45px * 0.9);
    margin-bottom: 30px;
}.our_team_6HoZRg h4 {
    font-size: 21px;
}.our_team_6HoZRg span {
    font-size: calc(18px * 0.95);
    line-height: 1.6;
}.our_team_6HoZRg::after {
    width: 150px;
    height: 150px;
}
}



@media (min-width: 992px) {.program_details_YIt12f {
    padding: 180px 0 120px;
}.program_details_YIt12f h2 {
    transform: translateX(-20px);
    max-width: 60%;
    font-size: calc(29px * 1.2);
}.program_details_YIt12f h2::before {
    left: -30px;
    width: 8px;
}.program_details_YIt12f .job_classes_tMOv1q {
    gap: 80px;
}.program_details_YIt12f .img_item_4onlyY {
    height: 520px;
}.program_details_YIt12f .content_column_31ufD2 {
    padding: 40px;
    max-height: 520px;
}.program_details_YIt12f .description {
    font-size: calc(16px * 1.05);
    padding-left: 25px;
}
}



@media (max-width: 1200px) {.price_offer_vejn8Z {
    padding: 80px 0;
}.price_offer_vejn8Z .promo_plans_X3MrCl {
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 25px;
}
}



@media (max-width: 991px) {.price_offer_vejn8Z {
    padding: 70px 0;
}.price_offer_vejn8Z h2 {
    font-size: calc(33px * 0.9);
}.price_offer_vejn8Z .edu_packages_bW7VOM {
    margin-bottom: 40px;
    font-size: 18px;
}.price_offer_vejn8Z .promo_plans_X3MrCl {
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 20px;
}.price_offer_vejn8Z .learning_deals_oTE8hz {
    padding: 30px 25px;
}
}



@media (hover: none) {.price_offer_vejn8Z .learning_deals_oTE8hz {
    box-shadow: 0 10px 30px rgba(0,0,0,0.15), 0 0 0 1px rgba(255,255,255,0.1) !important;
    transform: none !important;
}.price_offer_vejn8Z .learning_deals_oTE8hz::before {
    transform: scaleX(0.9);
    opacity: 0.9;
}.price_offer_vejn8Z .rate_schemes_OjvXo8 h4::after {
    width: 60px;
}}



@media screen and (max-width: 768px) {.enroll_instantly_bUPBvj {
    margin: 2.5rem 0;
    padding: 3.5rem 0.75rem;
}.enroll_instantly_bUPBvj h6 {
    margin-bottom: 1.8rem;
    line-height: 1.5;
    font-size: calc(21px * 0.9);
}.enroll_instantly_bUPBvj h6::after {
    bottom: -10px;
    width: 60px;
}.enroll_instantly_bUPBvj .connect_list_96L7xQ {
    font-size: calc(17px * 0.95);
    min-width: 180px;
    padding: 12px 20px;
}
}



@media (prefers-reduced-motion) {.enroll_instantly_bUPBvj::before,
  .enroll_instantly_bUPBvj::after {
    animation: none;
}.enroll_instantly_bUPBvj .connect_list_96L7xQ::before {
    transition: none;
}}



@media (max-width: 576px) {.thxContent_AYu0Li {
    padding: 40px 0;
}.thxContent_AYu0Li h2 {
    font-size: calc(33px * 0.7);
    margin-bottom: 20px;
    line-height: 1.5;
}.thxContent_AYu0Li h2::after {
    width: 100px;
    bottom: -10px;
}.thxContent_AYu0Li .history_tl_2RjGcp {
    padding: 20px;
    margin-top: 15px;
    transform: translateZ(5px) rotateX(0.5deg);
}.thxContent_AYu0Li li {
    padding: 12px 10px 12px 20px;
    margin-bottom: 10px;
}.thxContent_AYu0Li li::before {
    left: -7px;
    width: 12px;
    height: 12px;
}.thxContent_AYu0Li span {
    line-height: 1.6;
    font-size: calc(12px * 0.95);
}}



@media (max-width: 767px) {.program_outcomes_IXePJo {
    padding: 4rem 0;
}.program_outcomes_IXePJo h1 {
    margin-bottom: 1.5rem;
    font-size: calc(42px * 0.8);
}.program_outcomes_IXePJo .content_column_31ufD2 {
    padding: 2rem 1.5rem;
}.program_outcomes_IXePJo li p {
    font-size: calc(17px * 0.95);
}.program_outcomes_IXePJo ul {
    gap: 1rem;
}}



@media (max-width: 479px) {header .nav_wrap_G5Mc6B {
    padding: 0.7rem 1.2rem;
}header .head_core_CvR6mI {
    max-width: 120px;
}header .main_primary_5k8USI a {
    font-size: calc(16px - 3px);
    padding: 0.4rem 0.6rem;
}header::after {
    height: 3px;
}
}



@media screen and (min-width: 992px) {.welcome_section_RsBUGp .learn_title_UeFflS {
    padding: 5rem 4rem;
}.welcome_section_RsBUGp h3 {
    font-size: calc(21px * 1.2);
    max-width: 70%;
}.welcome_section_RsBUGp .learn_title_UeFflS > div {
    flex-direction: row;
    gap: 5rem;
    align-items: center;
}.welcome_section_RsBUGp .learn_title_UeFflS > div > div {
    flex: 1;
}.welcome_section_RsBUGp h1 {
    font-size: calc(39px * 1.35);
}.welcome_section_RsBUGp .mission_why_o6mNEe > div {
    padding: 5rem 4rem;
}.welcome_section_RsBUGp .mission_why_o6mNEe p {
    max-width: 80%;
    font-size: calc(13px * 1.3);
}
}



@media (max-width: 1200px) {.stats_tool_at9v8j .text_main_holder {
    gap: 2.5rem;
}.stats_tool_at9v8j .head_core_CvR6mI {
    max-width: 260px;
}.stats_tool_at9v8j .head_page_SYj8LT {
    min-width: 220px;
}
}



@media (max-width: 768px) {.stats_tool_at9v8j {
    padding: 3.5rem 0 1.5rem;
}.stats_tool_at9v8j .info_request_fHPc64 {
    margin-bottom: 3rem;
}.stats_tool_at9v8j .info_item {
    width: 100%;
}.stats_tool_at9v8j .info_item::before {
    display: none;
}.stats_tool_at9v8j .head_learning_Lao9AN {
    flex-wrap: wrap;
    gap: 0.5rem 1.5rem;
    justify-content: center;
    flex-direction: row;
}.stats_tool_at9v8j .head_learning_Lao9AN a {
    padding: 0.5rem 1rem;
    text-align: center;
}.stats_tool_at9v8j .head_learning_Lao9AN a::before {
    display: none;
}.stats_tool_at9v8j .head_learning_Lao9AN a:hover {
    border-radius: 10px;
    padding-left: 1rem;
    background-color: rgba(0, 0, 0, 0.03);
}.stats_tool_at9v8j .license_cta_NE9uvt {
    margin-top: 3rem;
}
}



@media (min-width: 992px) {.learning_system_BRxg8i {
    padding: 9rem 0;
}.learning_system_BRxg8i .history_tl_2RjGcp {
    grid-template-columns: 1fr;
    gap: 4rem;
}.learning_system_BRxg8i h2 {
    margin-bottom: 2.5rem;
    font-size: calc(33px * 1.2);
}.learning_system_BRxg8i .content_column_31ufD2 {
    border-left-width: 4px;
    padding: 3.5rem 4rem;
}.learning_system_BRxg8i p {
    font-size: calc(12px * 1.05);
    line-height: 1.9;
}
}



@media (hover: none) {.learning_system_BRxg8i .content_column_31ufD2 {
    transform: none !important;
    box-shadow: 
      0 10px 30px -10px rgba(0, 0, 0, 0.1), 
      0 1px 4px rgba(0, 0, 0, 0.05) !important;
}.learning_system_BRxg8i p {
    transform: none !important;
}.learning_system_BRxg8i h2::after {
    transform: scaleX(1) !important;
}}

@keyframes pulseCircle {
    0%, 100% {
        box-shadow: 0 0 10px rgb(135,148,138,0.5);
    }
    50% {
        box-shadow: 0 0 20px rgb(135,148,138);
    }
}



@keyframes lightsOn {
    0% {
        box-shadow: 
            10px 10px 20px rgba(0, 0, 0, 0.05),
            -10px -10px 20px rgba(255, 255, 255, 0.5);
    }
    100% {
        box-shadow: 
            10px 10px 20px rgba(0, 0, 0, 0.05),
            -10px -10px 20px rgba(255, 255, 255, 0.5),
            0 0 15px rgb(135,148,138,0.5);
    }
}



@keyframes shiftRight {
    0%, 100% { transform: translateX(0); }
    50% { transform: translateX(5px); }
}

@keyframes float {
    0%, 100% {
        transform: rotate(15deg) translate(0, 0);
    }
    50% {
        transform: rotate(10deg) translate(10px, 15px);
    }
}



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



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



@keyframes underlineExpand {
    0% {
        width: 0;
        opacity: 0;
    }
    100% {
        width: 150px;
        opacity: 1;
    }
}



@keyframes glowPulse {
    0% {
        opacity: 0.1;
        transform: translate(40%, 40%) scale(1);
    }
    50% {
        opacity: 0.3;
        transform: translate(40%, 40%) scale(1.2);
    }
    100% {
        opacity: 0.1;
        transform: translate(40%, 40%) scale(1);
    }
}



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



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



@keyframes line-grow {
  0% {
    transform: scaleX(0);
  }
  100% {
    transform: scaleX(1);
  }
}



@keyframes subtle-shift {
  0% {
    transform: translate(0, 0);
  }
  50% {
    transform: translate(10px, 10px);
  }
  100% {
    transform: translate(0, 0);
  }
}

