header,footer {
    width: 100%;
}

header {
    margin-top: 0;
    position: relative;
    overflow: visible;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    z-index: 100;
    padding: 0;
    background: rgb(180,188,169);
}

.top_navbar_5JvZ0O {
    flex: 1 0 auto;
}

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

.course_suitability_0SNmGx::before {
    z-index: 0;
    left: 0;
    position: absolute;
    height: 100%;
    top: 0;
    width: 100%;
    background-size: 60px 60px;
    background: linear-gradient(
        135deg,
        transparent 20px,
        rgb(135,148,138,0.5) 20px,
        rgb(135,148,138,0.5) 22px,
        transparent 22px
    ),
    linear-gradient(
        225deg,
        transparent 20px,
        rgb(95,104,96,0.5) 20px,
        rgb(95,104,96,0.5) 22px,
        transparent 22px
    );
    opacity: 0.15;
    content: "";
}

.course_suitability_0SNmGx h3::after {
    transform: translateX(-50%);
    width: 12px;
    position: absolute;
    border-radius: 50%;
    background: rgb(135,148,138);
    content: "";
    height: 12px;
    left: 50%;
    bottom: -6px;
    box-shadow: 0 0 15px rgb(135,148,138,0.5);
    animation: pulseCircle 2s infinite;
}

.course_suitability_0SNmGx ul li::after {
    height: 10px;
    border-radius: 50%;
    width: 10px;
    position: absolute;
    background: rgb(95,104,96);
    bottom: -5px;
    content: "";
    right: -5px;
}

.course_suitability_0SNmGx ul li svg {
    transition: all 0.4s ease;
    width: 35px;
    transform: translateY(-50%);
    position: absolute;
    height: 35px;
    top: 50%;
    left: 20px;
}

.course_suitability_0SNmGx ul li:hover svg {
    transform: translateY(-50%) scale(1.2);
    filter: drop-shadow(0 5px 10px rgba(0, 0, 0, 0.1));
}

.course_suitability_0SNmGx ul li:nth-child(even) {
    animation: lightsOn 5s infinite alternate-reverse;
}

.user_testimonials_pTiR4c::before {
    background-size: 100px 100px;
    opacity: 0.2;
    background: linear-gradient(
        45deg,
        transparent 48%,
        rgb(95,104,96,0.5) 49%,
        rgb(95,104,96,0.5) 51%,
        transparent 52%
    );
    content: "";
    animation: moveBackground 15s linear infinite;
    width: 100%;
    position: absolute;
    height: 100%;
    z-index: 0;
    top: 0;
    left: 0;
}

.user_testimonials_pTiR4c .rating_spot_X2fO9I {
    background: #ffffff;
    flex-direction: column;
    position: relative;
    z-index: 1;
    clip-path: polygon(
        0% 0%, 
        100% 0%, 
        100% 85%, 
        85% 100%, 
        0% 100%
    );
    align-items: center;
    padding: 2.5rem;
    transition: all 0.5s cubic-bezier(0.25, 0.8, 0.25, 1);
    display: flex;
}

.user_testimonials_pTiR4c .rating_spot_X2fO9I:hover::before {
    transform: translateY(15px) translateX(15px);
}

.user_testimonials_pTiR4c .rating_spot_X2fO9I:nth-child(even):hover::before {
    transform: translateY(15px) translateX(-15px);
}

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

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

.user_testimonials_pTiR4c .rating_spot_X2fO9I:nth-child(odd)::after {
    left: -15px;
    background: rgb(95,104,96);
    top: -15px;
}

.user_testimonials_pTiR4c .rating_spot_X2fO9I:hover img {
    clip-path: polygon(0 0, 50% 0, 100% 50%, 100% 100%, 50% 100%, 0 50%);
    transform: rotate(45deg);
}

.user_testimonials_pTiR4c .rating_spot_X2fO9I p::after {
    transform: translateX(-50%);
    background: rgb(135,148,138);
    width: 0;
    left: 50%;
    bottom: -5px;
    transition: all 0.5s ease;
    height: 2px;
    content: "";
    position: absolute;
}



.user_testimonials_pTiR4c .rating_spot_X2fO9I:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 30px rgba(0, 0, 0, 0.1);
}

.user_testimonials_pTiR4c .rating_spot_X2fO9I:nth-child(4n+3) {
    animation: shiftDown 15s infinite alternate;
}

.instructor_profile_FaoN2C::after {
    right: 0;
    bottom: 0;
    content: "";
    background: rgb(95,104,96,0.5);
    z-index: 1;
    clip-path: polygon(100% 0, 0% 100%, 100% 100%);
    height: 70%;
    width: 40%;
    position: absolute;
    opacity: 0.5;
}

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

.instructor_profile_FaoN2C .name {
    font-weight: 700;
    position: relative;
    font-size: 39px;
    margin-bottom: 0.5rem;
    overflow: hidden;
    color: #000000;
}

.instructor_profile_FaoN2C .emp_milestones_dZGmLj > div:nth-child(2) {
    letter-spacing: 3px;
    font-size: 19px;
    margin-bottom: 2.5rem;
    font-weight: 400;
    opacity: 0;
    text-transform: uppercase;
    color: rgb(95,104,96);
    transition: all 0.5s ease-out 0.4s;
    transform: translateY(20px);
}

.instructor_profile_FaoN2C .career_table_S68D2z::first-letter {
    color: rgb(135,148,138);
    font-weight: 700;
    font-size: 1.5em;
}

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

.our_team_6HoZRg .content_column_31ufD2::before {
    position: absolute;
    background: linear-gradient(to bottom, rgb(135,148,138), rgb(95,104,96));
    height: 100%;
    top: 0;
    content: "";
    width: 5px;
    left: 0;
}

.our_team_6HoZRg .content_column_31ufD2:hover h1 {
    transform: translateX(0);
}

.our_team_6HoZRg h1::after {
    position: absolute;
    transition: transform 0.6s cubic-bezier(0.22, 1, 0.36, 1);
    bottom: 0;
    width: 80px;
    left: 0;
    height: 3px;
    transform: scaleX(0.7);
    content: "";
    background: rgb(95,104,96);
    transform-origin: left center;
}

.our_team_6HoZRg span {
    font-size: 18px;
    font-family: Arial, sans-serif;
    column-gap: 40px;
    color: #000000;
    line-height: 1.8;
    opacity: 0.9;
    max-width: 100%;
    column-count: 1;
    transition: opacity 0.5s ease;
    display: block;
}

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

.program_details_YIt12f h2::before {
    content: "";
    background-color: rgb(135,148,138);
    top: 50%;
    position: absolute;
    width: 6px;
    transform: translateY(-50%);
    left: -15px;
    height: 60%;
}

.program_details_YIt12f .img_item_4onlyY:hover {
    transform: perspective(1000px) rotateY(0deg) translateZ(5px);
    box-shadow: 
        0 20px 40px rgba(rgba(0, 0, 0, 0.5), 0.1),
        0 5px 15px rgba(rgba(0, 0, 0, 0.5), 0.05);
}

.program_details_YIt12f .content_column_31ufD2 {
    overflow-y: auto;
    box-shadow: 
        0 10px 30px rgba(rgba(0, 0, 0, 0.5), 0.03),
        0 1px 8px rgba(rgba(0, 0, 0, 0.5), 0.01);
    position: relative;
    transform: translateY(-5px);
    background: #ffffff;
    max-height: 500px;
    padding: 20px;
    scrollbar-width: thin;
    scrollbar-color: rgb(135,148,138) rgba(rgb(135,148,138,0.5), 0.1);
}

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

.price_offer_vejn8Z h2::after {
    transform: translateX(-50%);
    left: 50%;
    content: "";
    position: absolute;
    height: 4px;
    width: 80px;
    background: linear-gradient(90deg, rgb(135,148,138,0.5), rgb(135,148,138), rgb(135,148,138,0.5));
    bottom: -15px;
}

.price_offer_vejn8Z .promo_plans_X3MrCl li {
    position: relative;
    transform-style: preserve-3d;
    transition: transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.price_offer_vejn8Z .learning_deals_oTE8hz::before {
    top: 0;
    background: linear-gradient(90deg, rgb(135,148,138), rgb(95,104,96));
    transform: scaleX(0.8);
    position: absolute;
    width: 100%;
    opacity: 0.8;
    content: "";
    transition: transform 0.5s ease, opacity 0.5s ease;
    height: 5px;
    left: 0;
}

.price_offer_vejn8Z .rate_schemes_OjvXo8 {
    transform-style: preserve-3d;
    position: relative;
    transition: transform 0.5s ease;
}

.price_offer_vejn8Z .rate_schemes_OjvXo8 h4::after {
    width: 50px;
    transition: width 0.4s ease;
    height: 2px;
    position: absolute;
    left: 0;
    content: "";
    background: rgb(95,104,96);
    bottom: 0;
}

.price_offer_vejn8Z .price_grid_B9tNye::before {
    bottom: 5px;
    transition: transform 0.5s ease, opacity 0.5s ease;
    height: 2px;
    background: linear-gradient(90deg, transparent, rgb(95,104,96), transparent);
    transform: scaleX(0.5);
    left: 0;
    content: "";
    width: 100%;
    opacity: 0.6;
    position: absolute;
    transform-origin: center;
}

.price_offer_vejn8Z .study_sub_ofjaVt:hover .rate_schemes_OjvXo8 h4::after {
    width: 80px;
}

.price_offer_vejn8Z .study_sub_ofjaVt:hover .price_grid_B9tNye::before {
    opacity: 1;
    transform: scaleX(0.8);
}

.visitor_settings_RTIwHg {
    box-shadow: 0 0 15px rgb(135,148,138);
    padding: 10px;
    background: rgba(0, 0, 0, 0.5);
    flex-shrink: 0;
    border-radius: 11px;
    overflow: hidden;
    margin-right: 20px;
}

.visitor_settings_RTIwHg:hover svg {
    transform: rotate(20deg);
}

.cookie_disclaimer_mhwkGq h5 {
    margin-bottom: 10px;
    font-size: 19px;
    text-shadow: 0 0 10px rgb(135,148,138);
    color: rgb(135,148,138);
    font-weight: 700;
}

.cookieNotificationBox_84ipyL p a {
    color: rgb(135,148,138);
    transition: color 0.3s ease;
    text-decoration: underline;
}

#cookieWarningModal_YKM5IQ {
    display: none;
}


.enroll_instantly_bUPBvj {
    background: linear-gradient(135deg, rgb(95,104,96) 0%, rgb(135,148,138) 100%);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    padding: 5rem 1rem;
    margin: 4rem 0;
    position: relative;
}

.enroll_instantly_bUPBvj .container {
    z-index: 10;
    margin: 0 auto;
    flex-direction: column;
    display: flex;
    position: relative;
    transform: translateZ(0);
    max-width: 1200px;
    padding: 0 20px;
    align-items: center;
}

.enroll_instantly_bUPBvj div:nth-child(2) {
    transform: translateY(10px);
    display: flex;
    transition: transform 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    justify-content: center;
}

.enroll_instantly_bUPBvj span {
    transform: perspective(800px) rotateX(2deg);
    position: relative;
    z-index: 5;
    display: inline-block;
}

.enroll_instantly_bUPBvj .connect_list_96L7xQ span {
    transition: all 0.3s ease;
    z-index: 2;
    transform: none;
    position: relative;
}

.enroll_instantly_bUPBvj .connect_list_96L7xQ:hover {
    color: rgb(135,148,138);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.15), 
              0 5px 10px rgba(0, 0, 0, 0.08),
              0 0 0 2px rgba(255, 255, 255, 0.2);
    background: #ffffff;
    transform: translateY(-5px) scale(1.02);
}

.enroll_instantly_bUPBvj .connect_list_96L7xQ:active {
    transform: translateY(-2px) scale(0.98);
    transition: all 0.1s ease;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1), 0 0 0 1px rgba(255, 255, 255, 0.15);
}

.thxContent_AYu0Li::after {
    position: absolute;
    height: 100%;
    top: -50%;
    z-index: 0;
    right: -50%;
    width: 100%;
    animation: gradientPulse 15s ease-in-out infinite alternate;
    opacity: 0.15;
    background: radial-gradient(
        circle at center,
        rgb(135,148,138,0.5) 0%,
        transparent 70%
    );
    content: "";
    transform: rotate(-15deg) scale(2);
}

.thxContent_AYu0Li .history_tl_2RjGcp {
    padding: 40px;
    margin-top: 20px;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.08), 
                0 5px 15px rgba(0, 0, 0, 0.05),
                0 3px 5px rgba(0, 0, 0, 0.03);
    opacity: 0;
    position: relative;
    animation: holderEntrance 1s cubic-bezier(0.215, 0.61, 0.355, 1) forwards 0.3s;
    overflow: hidden;
    background: #ffffff;
    transform: translateZ(15px) rotateX(2deg);
    border-radius: 28px;
}

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

.thxContent_AYu0Li li::before {
    animation: pulseDot 3s infinite;
    transform: translateY(-50%);
    left: -9px;
    top: 50%;
    border-radius: 50%;
    height: 15px;
    box-shadow: 0 0 0 5px rgba(var(--secondary-color-rgb, 0, 120, 200), 0.1);
    border: 3px solid rgb(95,104,96);
    background-color: #ffffff;
    content: "";
    width: 15px;
    position: absolute;
}

.program_outcomes_IXePJo::before {
    height: 120%;
    animation: rotateGradient 30s infinite linear;
    z-index: 0;
    position: absolute;
    left: -10%;
    width: 120%;
    top: -10%;
    content: "";
    background: radial-gradient(circle at 30% 70%, rgba(rgb(135,148,138,0.5), 0.1), transparent 60%),
              radial-gradient(circle at 70% 30%, rgba(rgb(95,104,96,0.5), 0.08), transparent 40%);
}

.program_outcomes_IXePJo .content_column_31ufD2 {
    transition: transform 0.6s ease-out;
    background: linear-gradient(145deg, 
    rgba(rgb(255, 255, 255, 0.5), 0.9) 0%, 
    rgba(rgb(255, 255, 255, 0.5), 0.8) 100%
  );
    padding: 2.5rem 2rem;
    position: relative;
    z-index: 3;
    box-shadow: 0 10px 30px rgba(0,0,0,0.06);
    transform: perspective(1000px) rotateX(1deg) translateZ(0);
}

.program_outcomes_IXePJo h1::after {
    content: "";
    height: 3px;
    left: 0;
    background: rgb(135,148,138);
    transform-origin: left center;
    transition: width 0.5s ease-out;
    bottom: -12px;
    position: absolute;
    width: 80px;
}

.program_outcomes_IXePJo li svg {
    flex-shrink: 0;
    transition: transform 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    width: 24px;
    margin-right: 12px;
    margin-top: 3px;
    height: 24px;
    transform: scale(1);
}

header:hover::after {
    transform: scaleX(1);
}

header .nav_wrap_G5Mc6B {
    padding: 1.3rem 2.5rem;
    justify-content: space-between;
    align-items: center;
    z-index: 5;
    display: flex;
    position: relative;
}

header .head_core_CvR6mI {
    perspective: 800px;
    flex: 0 0 auto;
    margin-right: 2rem;
    position: relative;
}

header .top_section_HXw3cn:hover {
    transform: rotateY(10deg) rotateX(5deg);
}

header .top_section_HXw3cn::before {
    width: 100%;
    content: '';
    height: 100%;
    transform: translateZ(-10px);
    filter: blur(10px);
    background: rgb(135,148,138);
    top: 0;
    opacity: 0.1;
    left: 0;
    position: absolute;
}

header .main_primary_5k8USI {
    position: relative;
    transform-style: preserve-3d;
    margin: 0 0.3rem;
}

header .main_primary_5k8USI a::before {
    top: 0;
    transition: opacity 0.4s ease;
    position: absolute;
    background: linear-gradient(135deg, 
        rgb(135,148,138,0.5) 0%, 
        rgb(95,104,96,0.5) 100%
    );
    border-radius: 10px;
    left: 0;
    width: 100%;
    content: '';
    transform: translateZ(-5px);
    height: 100%;
    opacity: 0;
}

header .nav_wrap_G5Mc6B::before {
    width: 30%;
    content: '';
    height: 1px;
    top: 0;
    left: 35%;
    background: linear-gradient(to right, 
        transparent, 
        rgb(135,148,138), 
        transparent
    );
    position: absolute;
}

.welcome_section_RsBUGp::before {
    position: absolute;
    right: 0;
    left: 0;
    top: 0;
    background: 
    radial-gradient(circle at 10% 20%, rgba(rgb(135,148,138,0.5), 0.03) 0%, transparent 50%),
    radial-gradient(circle at 90% 80%, rgba(rgb(95,104,96,0.5), 0.05) 0%, transparent 50%);
    z-index: 1;
    content: "";
    bottom: 0;
}

.welcome_section_RsBUGp .learn_title_UeFflS:hover {
    transform: perspective(1000px) rotateX(0deg);
    box-shadow: 
    20px 20px 40px rgba(rgba(0, 0, 0, 0.5), 0.08),
    -8px -8px 25px rgba(#ffffff, 0.95),
    inset 1px 1px 0 rgba(#ffffff, 1),
    inset -1px -1px 0 rgba(rgb(135,148,138,0.5), 0.15);
}

.welcome_section_RsBUGp h3::before {
    background: linear-gradient(90deg, rgb(135,148,138) 0%, rgb(95,104,96) 100%);
    bottom: 0;
    transform-origin: left;
    content: "";
    left: 0;
    position: absolute;
    width: 60px;
    animation: line-grow 1.2s cubic-bezier(0.19, 1, 0.22, 1) forwards 0.8s;
    transform: scaleX(0);
    height: 3px;
}

.welcome_section_RsBUGp .mission_why_o6mNEe:hover h1 {
    transform: scale(1);
}

.welcome_section_RsBUGp .mission_why_o6mNEe > div::before {
    height: 100%;
    position: absolute;
    left: 0;
    background: linear-gradient(
    135deg, 
    rgba(rgb(135,148,138,0.5), 0.85) 0%, 
    rgba(rgb(95,104,96,0.5), 0.85) 100%
  );
    z-index: 1;
    width: 100%;
    top: 0;
    content: "";
}

.welcome_section_RsBUGp .mission_why_o6mNEe p {
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.15);
    line-height: 1.6;
    font-size: calc(13px * 1.15);
    position: relative;
    color: #ffffff;
    z-index: 3;
    font-weight: 400;
    max-width: 90%;
}

.stats_tool_at9v8j .container {
    position: relative;
    z-index: 2;
}

.stats_tool_at9v8j .degree_path_7VBcTC {
    flex-direction: column;
    display: flex;
}

.stats_tool_at9v8j .info_request_fHPc64::after {
    position: absolute;
    height: 1px;
    left: 0;
    width: 100%;
    content: '';
    bottom: -1px;
    background: linear-gradient(90deg, 
        transparent 0%,
        rgb(95,104,96,0.5) 50%,
        transparent 100%);
}

.stats_tool_at9v8j .info_item p,
.stats_tool_at9v8j .info_item a {
    gap: 0.75rem;
    transition: all 0.3s ease;
    font-size: calc(13px - 1px);
    font-weight: 400;
    text-align: center;
    color: #000000;
    align-items: center;
    text-decoration: none;
    display: flex;
    justify-content: center;
}

.stats_tool_at9v8j .head_core_CvR6mI svg {
    height: auto;
    max-width: 160px;
    transition: all 0.3s ease;
}

.stats_tool_at9v8j .digital_res_KAG4fh {
    line-height: 1.6;
    position: relative;
    padding-left: 2rem;
    color: #000000;
    font-size: 15px;
}

.stats_tool_at9v8j .head_page_SYj8LT::before {
    left: 0;
    z-index: -1;
    position: absolute;
    top: 0;
    background: rgba(0, 0, 0, 0.02);
    width: 100%;
    content: '';
    border-radius: 22px;
    height: 100%;
}

.stats_tool_at9v8j .head_learning_Lao9AN:first-child {
    position: relative;
}

.stats_tool_at9v8j .head_learning_Lao9AN a::before {
    border-radius: 50%;
    width: 6px;
    left: 0;
    position: absolute;
    content: '';
    background-color: rgb(95,104,96,0.5);
    top: 50%;
    transform: translateY(-50%);
    height: 6px;
    transition: all 0.3s ease;
}

.stats_tool_at9v8j .subscribe_holder h5 {
    font-weight: 600;
    color: #000000;
    margin-bottom: 0.5rem;
    font-size: 18px;
}

.stats_tool_at9v8j .subscribe_holder p {
    font-size: 13px;
    line-height: 1.6;
    color: #000000;
}

.stats_tool_at9v8j .input_holder input[type="email"] {
    font-size: 13px;
    transition: all 0.3s ease;
    color: #000000;
    padding: 1.125rem 1.25rem;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 10px;
}

.stats_tool_at9v8j .sub_alerts_jSkcop::before {
    width: 100%;
    transition: opacity 0.3s ease;
    background: linear-gradient(135deg, rgb(95,104,96) 0%, rgb(135,148,138) 100%);
    z-index: -1;
    height: 100%;
    top: 0;
    content: '';
    opacity: 0;
    left: 0;
    position: absolute;
}

.stats_tool_at9v8j .license_cta_NE9uvt::before {
    background: rgba(0, 0, 0, 0.1);
    width: 40%;
    top: 0;
    position: absolute;
    height: 1px;
    content: '';
    left: 30%;
}

.privacy_area_obEqny h2 {
    border-radius: 10px;
    padding-left: 0.5rem;
    font-weight: 600;
    border-left: 4px solid rgb(95,104,96);
    background-color: rgba(0, 0, 0, 0.5);
    font-size: 30px;
    padding: 0.5rem 1rem;
}

.privacy_area_obEqny ul {
    gap: 0.75rem;
    flex-direction: column;
    list-style: none;
    display: flex;
    margin: 10px 0;
    padding-left: 0;
}

.privacy_area_obEqny p, .privacy_area_obEqny span {
    color: #ffffff;
    font-size: 16px;
    margin-bottom: 1rem;
    line-height: 1.6;
}

.learning_system_BRxg8i::before {
    filter: blur(20px);
    animation: floatBackground 15s ease-in-out infinite alternate;
    z-index: 1;
    opacity: 0.6;
    transform: rotate(-15deg) skewX(15deg);
    height: 70%;
    right: -5%;
    background: linear-gradient(225deg, rgb(95,104,96,0.5) 0%, transparent 80%);
    top: -10%;
    content: "";
    width: 40%;
    position: absolute;
}

.learning_system_BRxg8i h2 {
    letter-spacing: -0.02em;
    padding-bottom: 1rem;
    font-size: 33px;
    transform: translateZ(20px);
    margin-bottom: 1.5rem;
    color: #000000;
    position: relative;
    font-weight: 700;
}

.learning_system_BRxg8i .content_column_31ufD2:hover {
    transform: translateZ(20px) translateY(-5px);
    box-shadow: 
    0 15px 40px -15px rgba(0, 0, 0, 0.15), 
    0 1px 6px rgba(0, 0, 0, 0.08),
    25px 25px 80px -25px rgba(rgb(135,148,138,0.5), 0.15);
}

.learning_system_BRxg8i p {
    margin: 0;
    transition: transform 0.3s ease;
    font-weight: 400;
    font-size: 12px;
    z-index: 2;
    position: relative;
    line-height: 1.8;
    color: #000000;
}

.contact_information_F4knEQ::before {
    position: absolute;
    top: 0;
    opacity: 0.92;
    height: 100%;
    content: '';
    width: 100%;
    background-color: rgb(180,188,169);
    left: 0;
}

.contact_information_F4knEQ .connect_reach_GoFehu h3::after {
    bottom: -15px;
    width: 60px;
    content: '';
    position: absolute;
    height: 3px;
    background: #ffffff;
    left: 0;
}

.contact_information_F4knEQ .connect_reach_GoFehu svg {
    margin-right: 20px;
    width: 25px;
    height: 25px;
}

.contact_information_F4knEQ .connect_reach_GoFehu span {
    color: #ffffff;
    font-size: 18px;
}

.contact_information_F4knEQ .connect_links_YBxpSi {
    align-items: center;
    background-color: #ffffff;
    display: flex;
    padding: 100px 50px 100px 100px;
    width: 60%;
}

.contact_information_F4knEQ form input[type="text"],
.contact_information_F4knEQ form input[type="email"] {
    width: 100%;
    border: none;
    border-bottom: 1px solid #e0e0e0;
    color: #000000;
    transition: all 0.3s ease;
    margin-bottom: 25px;
    background: transparent;
    font-size: 18px;
    padding: 15px 0;
}

.contact_information_F4knEQ .help_list_7GTAdj input[type="checkbox"]:checked::before {
    left: 6px;
    width: 6px;
    position: absolute;
    height: 10px;
    content: '';
    transform: rotate(45deg);
    top: 2px;
    border: solid white;
    border-width: 0 2px 2px 0;
}

.contact_information_F4knEQ .connect_list_96L7xQ {
    color: #ffffff;
    background: rgb(135,148,138);
    overflow: hidden;
    display: inline-block;
    font-size: 18px;
    border: none;
    cursor: pointer;
    transition: all 0.3s ease;
    position: relative;
    font-weight: 600;
    padding: 15px 40px;
    z-index: 1;
}



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



@media (max-width: 992px) {.course_suitability_0SNmGx {
    padding: 80px 0;
}.course_suitability_0SNmGx ul {
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 25px;
}.course_suitability_0SNmGx h3 {
    font-size: calc(34px * 0.9);
    margin-bottom: 60px;
}
}



@media (max-width: 480px) {.course_suitability_0SNmGx {
    padding: 50px 0;
}.course_suitability_0SNmGx .history_tl_2RjGcp {
    padding: 0 15px;
}.course_suitability_0SNmGx h3 {
    margin-bottom: 35px;
    font-size: calc(34px * 0.7);
}.course_suitability_0SNmGx ul li {
    padding: 18px 15px 18px 60px;
}.course_suitability_0SNmGx ul li svg {
    left: 15px;
    width: 30px;
    height: 30px;
}}



@media (max-width: 992px) {.instructor_profile_FaoN2C .rating_spot_X2fO9I {
    grid-template-columns: 1fr;
    gap: 2rem;
}.instructor_profile_FaoN2C .img_item_4onlyY {
    aspect-ratio: 16/9;
    max-height: 300px;
}.instructor_profile_FaoN2C .emp_milestones_dZGmLj {
    padding: 1rem 0;
}.instructor_profile_FaoN2C .emp_milestones_dZGmLj::before {
    width: 0;
    transition: width 0.8s ease-out;
    height: 2px;
}.instructor_profile_FaoN2C .rating_spot_X2fO9I:hover .emp_milestones_dZGmLj::before {
    height: 2px;
    width: 100%;
}}



@media (min-width: 992px) {.our_team_6HoZRg {
    padding: 180px 0;
}.our_team_6HoZRg .content_column_31ufD2 {
    padding: 80px 70px;
    margin-left: 8%;
    width: 80%;
}.our_team_6HoZRg h1 {
    font-size: calc(45px * 1.2);
}.our_team_6HoZRg span {
    font-size: calc(18px * 1.05);
    column-count: 2;
}
}



@media (max-width: 480px) {.our_team_6HoZRg {
    padding: 60px 0;
}.our_team_6HoZRg .content_column_31ufD2 {
    padding: 30px 25px;
}.our_team_6HoZRg h1 {
    margin-bottom: 25px;
    font-size: calc(45px * 0.8);
}.our_team_6HoZRg h1::after {
    width: 60px;
}.our_team_6HoZRg span {
    font-size: calc(18px * 0.9);
    line-height: 1.5;
}}



@media (min-width: 768px) {.program_details_YIt12f {
    padding: 150px 0 100px;
}.program_details_YIt12f .job_classes_tMOv1q {
    grid-template-columns: 1fr 1.2fr;
    gap: 60px;
}.program_details_YIt12f h2 {
    margin-bottom: 60px;
    max-width: 70%;
    font-size: calc(29px * 1.1);
}.program_details_YIt12f .img_item_4onlyY {
    height: 450px;
}.program_details_YIt12f .content_column_31ufD2 {
    max-height: 450px;
    padding: 30px;
}
}



@media (max-width: 767px) {.program_details_YIt12f {
    padding: 80px 0 60px;
}.program_details_YIt12f h2 {
    margin-bottom: 30px;
    font-size: calc(29px * 0.9);
    max-width: 100%;
}.program_details_YIt12f .img_item_4onlyY {
    height: 280px;
}.program_details_YIt12f .content_column_31ufD2 {
    max-height: 400px;
    padding: 15px;
}.program_details_YIt12f .description {
    font-size: calc(16px * 0.95);
}}



@media (max-width: 767px) {.price_offer_vejn8Z {
    padding: 60px 0;
}.price_offer_vejn8Z h2 {
    font-size: calc(33px * 0.8);
    margin-bottom: 15px;
}.price_offer_vejn8Z .edu_packages_bW7VOM {
    margin-bottom: 30px;
}.price_offer_vejn8Z .promo_plans_X3MrCl {
    margin: 0 auto;
    max-width: 450px;
    grid-template-columns: 1fr;
}.price_offer_vejn8Z .rate_schemes_OjvXo8 h4 {
    font-size: 22px;
}.price_offer_vejn8Z .price_grid_B9tNye {
    font-size: calc(22px * 1.3);
}
}


@media only screen and (max-width: 800px) {.visitor_settings_RTIwHg {
    display: none;
}.accept_cookies_AjRyJI {
    align-items: center;
    justify-content: center;
    flex-direction: column;
}.cookie_disclaimer_mhwkGq {
    margin-bottom: 20px;
    text-align: center;
}.cookieNotificationBox_84ipyL h5, .cookieNotificationBox_84ipyL p {
    text-align: center;
}.cookie_eductrl_UPKMhB {
    margin-top: 10px;
    text-align: center;
    width: 100%;
    margin-left: 0;
}}



@media (hover: none) {.enroll_instantly_bUPBvj .connect_list_96L7xQ:hover {
    transform: none;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1), 0 3px 6px rgba(0, 0, 0, 0.05);
}.enroll_instantly_bUPBvj .connect_list_96L7xQ:hover span {
    transform: none;
}
}



@media (max-width: 768px) {.thxContent_AYu0Li {
    padding: 50px 0;
}.thxContent_AYu0Li h2 {
    font-size: calc(33px * 0.8);
    margin-bottom: 25px;
}.thxContent_AYu0Li .history_tl_2RjGcp {
    padding: 25px;
    transform: translateZ(10px) rotateX(1deg);
}.thxContent_AYu0Li span {
    font-size: 12px;
}.thxContent_AYu0Li li {
    padding: 15px 10px 15px 25px;
}
}



@media (min-width: 992px) {.program_outcomes_IXePJo .container:hover .img_item_4onlyY {
    transform: perspective(1000px) rotateY(-5deg) translateZ(0) scale(1.02);
}.program_outcomes_IXePJo .container:hover .content_column_31ufD2 {
    transform: perspective(1000px) rotateX(2deg) translateZ(0) translateY(-5px);
}.program_outcomes_IXePJo .container:hover .content_column_31ufD2::before {
    transform: scaleX(1);
}.program_outcomes_IXePJo .container:hover h1 {
    transform: translateX(0);
}.program_outcomes_IXePJo .container:hover h1::after {
    width: 120px;
}
}



@media (max-width: 991px) {header .nav_wrap_G5Mc6B {
    padding: 1rem 2rem;
    flex-wrap: wrap;
}header .head_core_CvR6mI {
    margin-right: 0;
    margin-bottom: 0;
}header .head_page_SYj8LT {
    justify-content: flex-end;
    flex-basis: 100%;
    margin-top: 1rem;
}header .main_primary_5k8USI a {
    padding: 0.6rem 1rem;
    font-size: calc(16px - 1px);
}
}



@media screen and (min-width: 768px) {.welcome_section_RsBUGp .learn_title_UeFflS {
    padding: 4rem 3rem;
}.welcome_section_RsBUGp h3 {
    font-size: calc(21px * 1.15);
    max-width: 80%;
}.welcome_section_RsBUGp h1 {
    font-size: calc(39px * 1.25);
}.welcome_section_RsBUGp .mission_why_o6mNEe > div {
    padding: 4rem 3rem;
}.welcome_section_RsBUGp .mission_why_o6mNEe p {
    max-width: 80%;
    font-size: calc(13px * 1.25);
}
}



@media screen and (min-width: 1200px) {.welcome_section_RsBUGp .learn_title_UeFflS {
    padding: 6rem 5rem;
}.welcome_section_RsBUGp h3 {
    font-size: calc(21px * 1.25);
    max-width: 65%;
}.welcome_section_RsBUGp h1 {
    font-size: calc(39px * 1.45);
}.welcome_section_RsBUGp .mission_why_o6mNEe > div {
    transition: transform 0.7s cubic-bezier(0.19, 1, 0.22, 1);
    transform: translateX(0) translateY(0);
}.welcome_section_RsBUGp .mission_why_o6mNEe:hover > div {
    transform: translateX(5px) translateY(-5px);
}.welcome_section_RsBUGp .mission_why_o6mNEe p {
    max-width: 70%;
    font-size: calc(13px * 1.35);
}
}



@media (max-width: 576px) {.stats_tool_at9v8j {
    padding: 3rem 0 1.5rem;
}.stats_tool_at9v8j .info_request_fHPc64 {
    padding-bottom: 1.5rem;
    margin-bottom: 2.5rem;
}.stats_tool_at9v8j .text_main_holder {
    gap: 2.5rem;
}.stats_tool_at9v8j .head_page_SYj8LT {
    padding: 1rem;
}.stats_tool_at9v8j .head_page_SYj8LT h5 {
    text-align: center;
}.stats_tool_at9v8j .subscribe_holder {
    padding: 1.5rem;
}.stats_tool_at9v8j .subscribe_holder::before {
    border-width: 30px 30px 0 0;
}.stats_tool_at9v8j .license_cta_NE9uvt {
    margin-top: 2.5rem;
}}



@media (min-width: 768px) {.learning_system_BRxg8i .history_tl_2RjGcp {
    padding: 0 4rem;
    gap: 3rem;
    grid-template-columns: 1fr;
}.learning_system_BRxg8i h2 {
    margin-bottom: 2rem;
    font-size: calc(33px * 1.1);
}.learning_system_BRxg8i .content_column_31ufD2 {
    padding: 3rem;
}
}



@media (min-width: 1200px) {.learning_system_BRxg8i .history_tl_2RjGcp {
    padding: 0 2rem;
}.learning_system_BRxg8i h2 {
    font-size: calc(33px * 1.3);
}.learning_system_BRxg8i .content_column_31ufD2 {
    max-width: 90%;
    margin: 0 auto;
}
}



@media (max-width: 1024px) {.contact_information_F4knEQ .connect_reach_GoFehu {
    padding: 60px 30px;
}.contact_information_F4knEQ .connect_links_YBxpSi {
    padding: 80px 40px 80px 70px;
}
}



@media (max-width: 576px) {.contact_information_F4knEQ .connect_reach_GoFehu,
    .contact_information_F4knEQ .connect_links_YBxpSi {
    padding: 40px 25px;
}.contact_information_F4knEQ .connect_reach_GoFehu h3,
    .contact_information_F4knEQ form h3 {
    font-size: calc(33px * 0.8);
    margin-bottom: 25px;
}.contact_information_F4knEQ .connect_reach_GoFehu div {
    margin-bottom: 20px;
}.contact_information_F4knEQ .connect_list_96L7xQ {
    padding: 15px 20px;
    width: 100%;
}
}

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

@keyframes typing {
    from { width: 0 }
    to { width: 100% }
}



@keyframes blink {
    50% { border-color: transparent }
}



@keyframes lineGrow {
    0% {
        height: 0;
    }
    100% {
        height: 100%;
    }
}

@keyframes slideIn {
    from {
        bottom: -100px;
        opacity: 0;
    }
    to {
        bottom: 0;
        opacity: 1;
    }
}



@keyframes gradientPulse {
    0% {
        opacity: 0.1;
        transform: rotate(-15deg) scale(2);
    }
    50% {
        opacity: 0.2;
        transform: rotate(-14deg) scale(2.1);
    }
    100% {
        opacity: 0.1;
        transform: rotate(-15deg) scale(2);
    }
}



@keyframes itemSlideIn {
    0% {
        transform: translateX(-20px);
        opacity: 0;
    }
    100% {
        transform: translateX(0);
        opacity: 1;
    }
}



@keyframes textFadeIn {
    0% {
        opacity: 0;
        transform: translateY(15px);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}



@keyframes pulseGradient {
  0%, 100% {
    opacity: 0.5;
    transform: scale(1);
  }
  50% {
    opacity: 0.8;
    transform: scale(1.05);
  }
}



@keyframes fade-up {
  0% {
    opacity: 0;
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}



@keyframes floatBackground {
  0% {
    transform: rotate(-15deg) skewX(15deg) translate(0, 0);
  }
  100% {
    transform: rotate(-15deg) skewX(15deg) translate(20px, 20px);
  }
}

