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

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

.S_top_head {
    flex: 1 0 auto;
}

.N_segment-wrapper {
    flex-direction: column;
    height: 100%;
    min-height: 100%;
    display: flex;
}

.R_rating_stars {
    flex: 0 0 auto;
}

.R_rating_stars {
    padding: 70px 0 30px;
    font-family: Arial, sans-serif;
    position: relative;
    background-color: #ffffff;
    color: #000000;
}

.n_course_program_info::before {
    top: 0;
    background-size: 80px 80px, 60px 60px, 60px 60px;
    background: 
        radial-gradient(circle at 10% 20%, rgba(var(--primary-color-opacity), 0.05) 0%, transparent 50%),
        linear-gradient(45deg, rgba(var(--secondary-color-opacity), 0.03) 25%, transparent 25.5%),
        linear-gradient(-45deg, rgba(var(--secondary-color-opacity), 0.03) 25%, transparent 25.5%);
    position: absolute;
    height: 100%;
    left: 0;
    width: 100%;
    content: "";
    z-index: 0;
}

.n_course_program_info h2::before {
    height: 80%;
    position: absolute;
    content: "";
    width: 8px;
    background: linear-gradient(to bottom, rgb(147,161,148), rgb(104,111,103));
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}

.n_course_program_info .l_img_embed::after {
    z-index: 1;
    background: linear-gradient(135deg, transparent 60%, rgba(var(--primary-color-opacity), 0.3));
    inset: 0;
    position: absolute;
    content: "";
}

.n_course_program_info .T_description_card {
    box-shadow: 0 5px 25px rgba(0, 0, 0, 0.08);
    z-index: 2;
    background-color: #ffffff;
    padding: 35px 40px;
    position: relative;
    transform: translateY(-15px);
}

.n_course_program_info .description {
    color: #000000;
    opacity: 0;
    transform: translateY(20px);
    animation: fadeIn 0.8s forwards;
    line-height: 1.8;
    font-size: 16px;
    margin-bottom: 20px;
}

.n_course_program_info .description:first-letter {
    font-size: 1.5em;
    color: rgb(147,161,148);
    font-weight: 700;
}

.k_customer_experience::before {
    top: -10%;
    content: "";
    background: linear-gradient(120deg, rgb(147,161,148,0.5) 0%, rgb(104,111,103,0.5) 100%);
    height: 60%;
    right: -5%;
    filter: blur(80px);
    z-index: 0;
    position: absolute;
    transform: rotate(-15deg);
    width: 40%;
    opacity: 0.4;
}

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

.k_customer_experience h2::after {
    height: 4px;
    left: 50%;
    position: absolute;
    transform: translateX(-50%);
    bottom: -15px;
    content: "";
    width: 60px;
    background: linear-gradient(90deg, rgb(147,161,148) 0%, rgb(104,111,103) 100%);
}

.k_customer_experience .u_testimonials {
    z-index: 1;
    transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    background: #ffffff;
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.06);
    border: 1px solid rgba(0, 0, 0, 0.05);
    transform: translateY(0);
    padding: 2rem;
    position: relative;
}

.k_customer_experience .u_testimonials:hover {
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.1);
    transform: translateY(-10px);
}

.k_customer_experience .u_testimonials:nth-child(odd):hover {
    transform: translateY(-5px);
}

.k_customer_experience .u_testimonials img {
    border: 3px solid #ffffff;
    transition: all 0.3s ease;
    width: 60px;
    height: 60px;
    margin-right: 1rem;
    object-fit: cover;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    border-radius: 50%;
}

.k_customer_experience .u_testimonials:hover h4 {
    color: rgb(147,161,148);
}

.k_customer_experience .u_testimonials .description {
    font-style: italic;
    z-index: 2;
    position: relative;
    font-size: 13px;
    line-height: 1.6;
    color: #000000;
    margin: 0;
}

.k_customer_experience a::before {
    opacity: 0;
    content: "";
    z-index: -1;
    background: linear-gradient(90deg, rgb(104,111,103) 0%, rgb(147,161,148) 100%);
    position: absolute;
    transition: opacity 0.4s ease;
    left: 0;
    width: 100%;
    height: 100%;
    top: 0;
}

.k_customer_experience a:hover {
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15);
    transform: translateX(-50%) translateY(-5px);
}

.L_title_board .l_img_embed {
    left: 0;
    height: 100%;
    top: 0;
    filter: brightness(0.8) contrast(1.1);
    z-index: 1;
    transform: scale(1.05);
    transition: transform 1.2s cubic-bezier(0.215, 0.610, 0.355, 1.000);
    position: absolute;
    width: 100%;
}

.L_title_board:hover .l_img_embed {
    transform: scale(1.08);
}

.L_title_board .i_mastery_zone {
    width: 85%;
    z-index: 3;
    margin: 0 auto;
    padding: 3rem;
    animation: fadeIn 1s ease-out forwards;
    position: relative;
    max-width: 1200px;
    flex-direction: column;
    transform: translateY(-2%);
    display: flex;
}



.L_title_board h1::after {
    bottom: -12px;
    transform: scaleX(0);
    transform-origin: left;
    left: 0;
    width: 80px;
    animation: expandLine 1s 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards;
    content: '';
    background: rgb(147,161,148);
    position: absolute;
    height: 4px;
}



.L_title_board .T_description_card p {
    line-height: 1.6;
    text-shadow: 0 1px 2px rgba(0,0,0,0.1);
    color: #ffffff;
    font-weight: 400;
    letter-spacing: 0.02em;
    margin-bottom: 2rem;
    font-size: calc(15px * 1.1);
}

.L_title_board .l_start_front {
    transition: transform 0.4s ease;
    margin: 1.5rem 0;
    position: relative;
    transform: scale(0.9);
    display: flex;
    justify-content: center;
}

.L_title_board .l_start_front svg {
    transition: all 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    filter: drop-shadow(0 4px 8px rgba(0,0,0,0.15));
    width: 80px;
    height: 80px;
}

.L_title_board .l_start_front:hover svg path {
    fill: rgb(114,190,188);
}

.L_title_board .l_start_front svg text {
    font-family: Arial, sans-serif;
    transition: all 0.3s ease;
}

.L_title_board h6 {
    margin-top: 2rem;
    text-align: left;
}

.L_title_board .J_inquiry_card::before {
    position: absolute;
    height: 100%;
    left: -100%;
    content: '';
    background: linear-gradient(90deg, transparent, rgba(255,255,255,0.2), transparent);
    top: 0;
    transition: left 0.7s ease;
    width: 100%;
}

.L_title_board .J_inquiry_card:hover {
    box-shadow: 0 12px 25px rgba(94,170,168,0.4);
    transform: translateY(-3px) translateZ(0);
}

.b_privacy_defense {
    padding: 2em;
    color: #000000;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.5);
    background-color: rgb(195,200,173);
    font-family: Arial, sans-serif;
}

.b_privacy_defense h2 {
    color: rgb(104,111,103);
    font-size: 34px;
    font-weight: 600;
    margin-bottom: 0.75em;
}

.b_privacy_defense h4 {
    font-size: calc(20px - 0.4em);
    color: rgb(104,111,103);
    font-weight: 400;
}

.b_privacy_defense h5 {
    font-size: 20px;
    font-weight: 300;
    color: #000000;
}

.b_privacy_defense ul {
    margin-bottom: 1em;
    list-style-type: disc;
    padding-left: 1.5em;
}

.b_privacy_defense li {
    font-size: 17px;
    margin-bottom: 0.5em;
}

.b_privacy_defense span {
    font-weight: 600;
    color: rgb(147,161,148);
}


.b_privacy_defense h1::after {
    margin: 0.5em auto 0;
    height: 4px;
    display: block;
    border-radius: 10px;
    background-color: rgb(147,161,148);
    content: "";
    width: 60px;
}

.b_privacy_defense ul li::before {
    display: inline-block;
    color: rgb(147,161,148);
    content: "•";
    font-weight: 700;
    width: 1em;
    margin-left: -1em;
}

.b_privacy_defense a:hover {
    color: rgb(104,111,103);
    text-decoration: none;
}

.s_education_experience {
    position: relative;
    padding: 4rem 0;
    overflow: hidden;
    background: linear-gradient(135deg, rgb(195,200,173) 0%, rgb(147,161,148,0.5) 100%);
}

.s_education_experience::after {
    width: 100%;
    content: "";
    right: -50%;
    height: 100%;
    position: absolute;
    opacity: 0.15;
    z-index: 0;
    background: radial-gradient(circle, rgb(104,111,103,0.5) 0%, transparent 70%);
    top: -50%;
}

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

.s_education_experience .u_testimonials::before {
    content: "";
    height: 100%;
    z-index: 1;
    position: absolute;
    top: 0;
    left: 0;
    background: linear-gradient(to bottom, rgb(147,161,148), rgb(104,111,103));
    width: 4px;
}

.s_education_experience .u_testimonials .l_img_embed {
    transition: transform 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    transform: translateY(-10px) rotate(-3deg);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15);
    height: 200px;
    position: relative;
    width: 200px;
}

.s_education_experience .u_testimonials .l_img_embed:hover {
    transform: translateY(-15px) rotate(0deg) scale(1.05);
}

.s_education_experience .u_testimonials .name {
    font-size: calc(20px * 1.1);
    margin-bottom: 0.5rem;
    display: inline-block;
    font-weight: 700;
    color: rgb(147,161,148);
    position: relative;
}

.s_education_experience .u_testimonials .name:hover::after {
    transform: scaleX(1);
}

.s_education_experience .u_testimonials > div:nth-child(2) > div {
    margin-top: 0.5rem;
    font-size: 16px;
    color: rgb(104,111,103);
    font-weight: 600;
    letter-spacing: 0.5px;
}

.s_education_experience .u_testimonials .Q_employee_view {
    background: linear-gradient(to right, rgb(195,200,173) 0%, transparent 100%);
    margin: 0;
    color: #000000;
    padding: 1.5rem;
    font-size: 16px;
    border-radius: 10px;
    line-height: 1.7;
    position: relative;
}

.M_future_attendees::before {
    height: 100%;
    opacity: 0.3;
    background: radial-gradient(circle at 30% 40%, rgb(147,161,148,0.5) 0%, transparent 35%),
                radial-gradient(circle at 70% 60%, rgb(104,111,103,0.5) 0%, transparent 35%);
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}

.M_future_attendees h3::before {
    z-index: -1;
    border: 2px solid rgb(147,161,148,0.5);
    content: "";
    top: -20px;
    position: absolute;
    height: 100px;
    left: -30px;
    border-radius: 50%;
    width: 100px;
}

.M_future_attendees ul {
    padding: 0;
    display: grid;
    list-style: none;
    margin: 0;
    grid-template-rows: repeat(2, 1fr);
    justify-items: center;
    gap: 50px;
    grid-template-columns: repeat(4, 1fr);
}

.M_future_attendees ul li::before {
    content: "";
    height: 100%;
    opacity: 0;
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    background: linear-gradient(135deg, rgb(147,161,148), rgb(104,111,103));
    transition: opacity 0.4s ease;
    border-radius: 50%;
    z-index: -1;
}

.M_future_attendees ul li::after {
    height: calc(100% + 20px);
    width: calc(100% + 20px);
    top: -10px;
    border-radius: 50%;
    transition: all 0.4s ease;
    left: -10px;
    z-index: -2;
    content: "";
    position: absolute;
    border: 2px dashed rgb(147,161,148,0.5);
    opacity: 0.5;
}

.M_future_attendees ul li:hover::after {
    opacity: 0.7;
    border-color: rgb(104,111,103);
    transform: scale(1.1) rotate(15deg);
}

.M_future_attendees ul li:hover svg {
    filter: drop-shadow(0 3px 5px rgba(0, 0, 0, 0.2));
    transform: scale(1.1);
}

.M_future_attendees ul li:hover svg path {
    fill: #ffffff;
}

footer {
    width: 100%;
    position: relative;
}

.R_rating_stars::before {
    top: 0;
    position: absolute;
    width: 100%;
    height: 5px;
    background: linear-gradient(90deg, rgb(147,161,148), rgb(104,111,103));
    content: "";
    left: 0;
}

footer .info_item {
    position: relative;
    margin-bottom: 15px;
    margin-right: 30px;
}

footer .info_item svg {
    fill: rgb(147,161,148);
    width: 18px;
    position: relative;
    height: 18px;
    margin-right: 10px;
    top: 3px;
}

footer .info_item a:hover {
    color: rgb(147,161,148);
}

footer .text_main_holder {
    grid-template-columns: 1fr;
    display: grid;
    gap: 40px;
}

footer .M_webinar_arch {
    line-height: 1.6;
    color: #000000;
    font-size: 15px;
    max-width: 350px;
}

footer .o_nav_study h5::after {
    height: 2px;
    bottom: -8px;
    position: absolute;
    background-color: rgb(147,161,148);
    left: 0;
    content: "";
    width: 30px;
}

footer .R_header_primary a:hover {
    transform: translateX(5px);
    color: rgb(147,161,148);
}

footer .subscribe_holder {
    padding: 30px;
    background-color: rgba(0, 0, 0, 0.02);
    border-radius: 10px;
}

footer .subscribe_holder p {
    color: #000000;
    margin-bottom: 25px;
    font-size: 14px;
    line-height: 1.6;
}

footer .input_holder input[type="email"] {
    font-size: 14px;
    color: #000000;
    border-radius: 10px;
    transition: border-color 0.3s ease;
    background-color: #ffffff;
    padding: 14px 16px;
    border: 1px solid rgba(0, 0, 0, 0.1);
}

footer .I_sub_banners:hover {
    background-color: rgb(104,111,103);
}

footer .Y_netiquette {
    margin-top: 50px;
}

footer .H_enroll_info {
    text-align: center;
    font-size: 15px;
    color: #000000;
}

header .f_head_site {
    padding: 20px 30px;
    position: relative;
    justify-content: space-between;
    align-items: center;
    display: flex;
}

header .f_head_site::before {
    height: 1px;
    bottom: 0;
    content: "";
    width: 80%;
    position: absolute;
    background: linear-gradient(to right, transparent, rgb(147,161,148), transparent);
    left: 10%;
}

header .f_head_site .T_main_tutor .Y_head_bar {
    position: relative;
    padding: 5px;
    display: block;
}

header .f_head_site .T_main_tutor .Y_head_bar:hover::before {
    opacity: 0.1;
    transform: scale(1);
}

header .f_head_site .T_main_tutor .Y_head_bar svg {
    width: auto;
    filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.1));
    height: 45px;
}

header .f_head_site .o_nav_study .c_main_info {
    transform-style: preserve-3d;
    position: relative;
    margin: 0;
}

header .f_head_site .o_nav_study .c_main_info a::before,
header .f_head_site .o_nav_study .c_main_info a::after {
    top: 0;
    position: absolute;
    left: 0;
    transition: all 0.3s ease;
    height: 100%;
    content: "";
    pointer-events: none;
    width: 100%;
}

header .f_head_site .o_nav_study .c_main_info a::before {
    opacity: 0;
    transform: translateZ(-1px) rotateX(10deg);
    background: linear-gradient(to bottom, rgb(147,161,148,0.5), transparent);
    transform-origin: top center;
}

header .f_head_site .o_nav_study .c_main_info:hover a {
    transform: translateZ(10px);
    color: rgb(147,161,148);
}

header .f_head_site .o_nav_study .c_main_info:hover a::before,
header .f_head_site .o_nav_study .c_main_info:hover a::after {
    opacity: 0.1;
}

header .f_head_site .o_nav_study .c_main_info:hover a::before {
    transform: translateZ(-5px) rotateX(15deg);
}

.r_cookie_disclaimer {
    align-items: center;
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
}

.B_edu_accept {
    flex-shrink: 0;
    margin-right: 15px;
}

.B_edu_accept svg {
    height: 50px;
    fill: rgb(147,161,148);
    width: 50px;
    transition: fill 0.3s ease-in-out;
}

.T_cookie_comply p {
    font-size: 16px;
    margin-bottom: 0;
    color: #000000;
}

.q_data_opt {
    font-size: 15px;
    user-select: none;
    text-decoration: none;
    vertical-align: middle;
    white-space: nowrap;
    border-radius: 10px;
    line-height: 1.5;
    text-align: center;
    margin-left: 10px;
    border: 1px solid transparent;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    padding: 0.375rem 0.75rem;
}

.cookie_button.R_online_tracking:hover {
    background-color: rgb(147,161,148);
    border-color: rgb(147,161,148);
    color: #ffffff;
}

.s_cookieNoticeContainer p a:hover {
    color: rgba(0, 0, 0, 0.5);
}


.n_gratBlock {
    background: linear-gradient(135deg, rgb(195,200,173) 0%, rgb(104,111,103,0.5) 100%);
    position: relative;
    padding: 5rem 0;
    overflow: hidden;
}

.n_gratBlock::after {
    z-index: 0;
    right: -10%;
    content: "";
    animation: float 15s infinite ease-in-out;
    height: 70%;
    width: 60%;
    opacity: 0.15;
    filter: blur(30px);
    position: absolute;
    background: radial-gradient(circle, rgb(147,161,148,0.5) 0%, transparent 70%);
    top: -20%;
}

.n_gratBlock h2 {
    opacity: 0;
    max-width: 80%;
    transform: translateY(20px);
    position: relative;
    margin-bottom: 2.5rem;
    font-size: 29px;
    color: #000000;
    animation: slideUp 0.8s forwards ease-out 0.2s;
    font-weight: 700;
}

.n_gratBlock .i_mastery_zone {
    background: #ffffff;
    padding: 3.5rem;
    opacity: 0;
    transform: translateY(30px);
    position: relative;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.06), 
                0 0 0 1px rgba(0, 0, 0, 0.03);
    animation: slideUp 0.8s forwards ease-out 0.5s;
}

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

.n_gratBlock .i_mastery_zone li {
    padding-left: 2rem;
    position: relative;
}

.n_gratBlock .i_mastery_zone span {
    animation: fadeIn 0.8s forwards ease-out 0.9s;
    transform: translateX(10px);
    opacity: 0;
    font-size: 12px;
    position: relative;
    color: #000000;
    line-height: 1.7;
    display: block;
    font-family: Arial, sans-serif;
}

.a_contact::before {
    left: 0;
    width: 100%;
    top: 0;
    content: "";
    opacity: 0.2;
    height: 100%;
    position: absolute;
    background: linear-gradient(120deg, rgb(147,161,148,0.5) 0%, transparent 30%);
}

.a_contact .p_talk_form::before {
    left: 0;
    content: "";
    width: 100%;
    height: 8px;
    top: 0;
    position: absolute;
    background: linear-gradient(90deg, rgb(147,161,148), rgb(104,111,103));
}

.a_contact .p_talk_form > p {
    border-bottom: 1px solid rgb(195,200,173);
    color: #000000;
    padding: 20px 40px;
    line-height: 1.6;
    margin: 0;
    font-size: 13px;
}

.a_contact .p_talk_form > p:last-of-type svg {
    width: 18px;
    margin-right: 12px;
    height: 18px;
}

.a_contact .p_talk_form > p:last-of-type svg path {
    fill: rgb(147,161,148);
}

.a_contact .K_learn_form {
    border-right: 1px solid rgb(195,200,173);
    justify-content: center;
    padding: 25px;
    transition: all 0.3s ease;
    align-items: center;
    position: relative;
    text-decoration: none;
    display: flex;
}

.a_contact .K_learn_form:hover::before {
    transform: scaleX(1);
}

.a_contact .K_learn_form svg {
    height: 32px;
    width: 32px;
    transition: all 0.3s ease;
}

.a_contact .K_learn_form:hover svg {
    transform: translateY(-5px);
}

.a_contact .K_learn_form:hover svg path {
    fill: rgb(147,161,148);
}

.a_contact .K_learn_form:hover::after {
    transform: translateX(-50%) translateY(0);
    opacity: 1;
}



.a_contact .p_talk_form::after {
    opacity: 0.1;
    position: absolute;
    filter: blur(30px);
    bottom: -100px;
    width: 200px;
    height: 200px;
    background: rgb(104,111,103,0.5);
    right: -100px;
    border-radius: 50%;
    content: "";
}

.G_plan_showcase::after {
    z-index: 2;
    height: 100%;
    top: 0;
    position: absolute;
    content: "";
    background: radial-gradient(circle at 75% 25%, rgba(rgb(147,161,148,0.5), 0.15) 0%, transparent 50%);
    width: 100%;
    left: 0;
}

.G_plan_showcase .u_price_grid {
    position: relative;
}

.G_plan_showcase h2 {
    opacity: 1;
    margin-bottom: 20px;
    font-weight: 700;
    color: #ffffff;
    position: relative;
    text-align: center;
    transform: translateY(0);
    font-size: 34px;
    transition: transform 0.5s ease, opacity 0.5s ease;
}

.G_plan_showcase .U_package_rates {
    margin: 0 auto 40px;
    max-width: 700px;
    line-height: 1.6;
    text-align: center;
    font-size: calc(16px + 2px);
    color: #ffffff;
    opacity: 0.9;
}

.G_plan_showcase .w_rate_panel li {
    display: flex;
    perspective: 1000px;
}

.G_plan_showcase .q_promo_rates::before {
    height: 100%;
    content: "";
    left: 0;
    opacity: 0;
    top: 0;
    background: radial-gradient(circle at 30% 30%, rgb(147,161,148,0.5), transparent 75%);
    position: absolute;
    width: 100%;
    z-index: -1;
    transition: opacity 0.5s ease;
}

.G_plan_showcase .q_promo_rates:hover {
    transform: translateY(-10px) rotateX(5deg);
    box-shadow: 0 25px 35px rgba(0, 0, 0, 0.25);
}

.G_plan_showcase .q_promo_rates:hover::before {
    opacity: 0.15;
}

.G_plan_showcase .b_cost_table {
    height: 100%;
    display: flex;
    flex-direction: column;
}

.G_plan_showcase .b_cost_table h4 {
    margin: 0 0 20px;
    transition: transform 0.3s ease;
    font-size: calc(20px + 2px);
    color: #ffffff;
    position: relative;
}

.G_plan_showcase .q_promo_rates:hover .b_cost_table h4::after {
    width: 60px;
}

.G_plan_showcase .b_cost_table p {
    word-break: break-word;
    font-size: 16px;
    color: rgba(255, 255, 255, 0.8);
    line-height: 1.6;
    overflow-wrap: break-word;
    flex-grow: 1;
    margin: 0 0 25px;
}

.G_plan_showcase .f_cost_summary::before {
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    top: 0;
    height: 100%;
    left: -100%;
    content: "";
    width: 100%;
    position: absolute;
    transition: left 0.5s ease;
}

.G_plan_showcase .q_promo_rates:hover .f_cost_summary::before {
    left: 100%;
}

.m_our_background::before {
    width: 100%;
    position: absolute;
    top: 0;
    content: "";
    z-index: 1;
    height: 100%;
    background: 
        linear-gradient(0deg, rgb(195,200,173) 20%, transparent 80%),
        linear-gradient(90deg, rgb(195,200,173) 10%, transparent 90%);
    left: 0;
}



.m_our_background::before {
    background-position: center;
    background-size: 100px 100px;
    height: 100%;
    width: 100%;
    content: "";
    background-image: 
        radial-gradient(circle at 10% 10%, transparent 10px, rgb(147,161,148,0.5) 10px, transparent 12px),
        radial-gradient(circle at 15% 15%, transparent 10px, rgb(147,161,148,0.5) 10px, transparent 12px),
        radial-gradient(circle at 20% 20%, transparent 10px, rgb(147,161,148,0.5) 10px, transparent 12px),
        radial-gradient(circle at 25% 25%, transparent 10px, rgb(147,161,148,0.5) 10px, transparent 12px),
        radial-gradient(circle at 30% 30%, transparent 10px, rgb(147,161,148,0.5) 10px, transparent 12px),
        radial-gradient(circle at 35% 35%, transparent 10px, rgb(147,161,148,0.5) 10px, transparent 12px),
        radial-gradient(circle at 40% 40%, transparent 10px, rgb(147,161,148,0.5) 10px, transparent 12px),
        radial-gradient(circle at 45% 45%, transparent 10px, rgb(147,161,148,0.5) 10px, transparent 12px),
        radial-gradient(circle at 50% 50%, transparent 10px, rgb(104,111,103,0.5) 10px, transparent 12px),
        radial-gradient(circle at 55% 55%, transparent 10px, rgb(104,111,103,0.5) 10px, transparent 12px),
        radial-gradient(circle at 60% 60%, transparent 10px, rgb(104,111,103,0.5) 10px, transparent 12px),
        radial-gradient(circle at 65% 65%, transparent 10px, rgb(104,111,103,0.5) 10px, transparent 12px),
        radial-gradient(circle at 70% 70%, transparent 10px, rgb(104,111,103,0.5) 10px, transparent 12px),
        radial-gradient(circle at 75% 75%, transparent 10px, rgb(104,111,103,0.5) 10px, transparent 12px),
        radial-gradient(circle at 80% 80%, transparent 10px, rgb(104,111,103,0.5) 10px, transparent 12px),
        radial-gradient(circle at 85% 85%, transparent 10px, rgb(104,111,103,0.5) 10px, transparent 12px),
        radial-gradient(circle at 90% 90%, transparent 10px, rgb(104,111,103,0.5) 10px, transparent 12px);
    z-index: 1;
    position: absolute;
    opacity: 0.15;
}

.m_our_background .x_quick_studies::before {
    width: 20px;
    content: "";
    height: 20px;
    border-radius: 50%;
    background: rgb(147,161,148);
    z-index: 3;
    position: absolute;
    top: 50%;
}

.m_our_background .x_quick_studies:nth-child(2)::before {
    transform: translateY(-50%);
    background: rgb(104,111,103);
    left: -55px;
    box-shadow: 0 0 15px rgb(104,111,103,0.5);
}

.m_our_background .x_quick_studies:nth-child(1)::after {
    right: -35px;
}

.m_our_background .x_quick_studies:nth-child(2)::after {
    left: -35px;
}

.m_our_background .x_quick_studies:nth-child(1):hover {
    transform: scale(1.03) translateY(-5px) translateX(-40px);
}

.m_our_background .x_quick_studies:nth-child(2):hover {
    transform: scale(1.03) translateY(-5px) translateX(40px);
}

.m_our_background .x_quick_studies h3::after {
    bottom: 0;
    position: absolute;
    content: "";
    transition: width 0.4s ease;
    left: 0;
    background: linear-gradient(90deg, rgb(147,161,148), transparent);
    width: 40%;
    height: 2px;
}

.m_our_background .x_quick_studies p {
    font-weight: 400;
    z-index: 2;
    color: #000000;
    font-size: 13px;
    line-height: 1.8;
    position: relative;
}

.m_our_background .container::after {
    right: -150px;
    bottom: 10%;
    background: linear-gradient(45deg, rgb(104,111,103,0.5), transparent);
    animation-delay: -5s;
}

.w_contact_box {
    position: relative;
    padding: 6rem 0;
    background: linear-gradient(
        -45deg, 
        rgb(195,200,173) 0%, 
        rgb(104,111,103,0.5) 100%
    );
    overflow: hidden;
}

.w_contact_box .b_request_help {
    position: relative;
    align-items: stretch;
    overflow: hidden;
    background: rgb(104,111,103,0.5);
    box-shadow: 0 25px 50px rgb(147,161,148,0.5);
    border-radius: 26px;
    display: flex;
}

.w_contact_box .q_query_query {
    justify-content: center;
    flex: 0 0 55%;
    padding: 4rem 3rem 4rem 10%;
    z-index: 3;
    display: flex;
    position: relative;
    flex-direction: column;
}

.w_contact_box h2 {
    font-size: 39px;
    padding-left: 2rem;
    text-align: left;
    font-weight: 700;
    margin-bottom: 2.5rem;
    color: #ffffff;
    position: relative;
}

.w_contact_box .q_query_query h3 {
    padding-bottom: 1rem;
    font-weight: 600;
    font-size: 38px;
    color: #ffffff;
    margin-bottom: 2rem;
    position: relative;
}

.w_contact_box .q_query_query h3::after {
    content: '';
    position: absolute;
    width: 50px;
    height: 3px;
    background: rgb(147,161,148);
    bottom: 0;
    left: 0;
}

.w_contact_box .q_query_query input:not([type="checkbox"]):not([type="submit"])::after {
    bottom: -2px;
    position: absolute;
    transition: width 0.3s ease;
    left: 0;
    background: rgb(147,161,148);
    height: 2px;
    content: '';
    width: 0;
}

.w_contact_box .q_query_query input:not([type="checkbox"]):not([type="submit"]):focus {
    border-color: rgb(147,161,148);
    box-shadow: 0 0 15px rgb(147,161,148,0.5);
}

.w_contact_box .q_query_query .d_reach_message input[type="checkbox"] {
    border-radius: 10px;
    transition: all 0.3s ease;
    background: rgb(104,111,103,0.5);
    cursor: pointer;
    width: 22px;
    height: 22px;
    appearance: none;
    position: relative;
    border: 2px solid rgb(147,161,148,0.5);
}

.w_contact_box .q_query_query .d_reach_message label {
    font-size: 16px;
    display: flex;
    color: #ffffff;
    align-items: center;
}

.w_contact_box .q_query_query .d_reach_message a:hover {
    text-decoration: underline;
}

.w_contact_box .q_query_query .J_inquiry_card {
    color: #ffffff;
    overflow: hidden;
    width: 100%;
    border: none;
    position: relative;
    transition: all 0.3s ease;
    background: rgb(147,161,148);
    font-size: 16px;
    text-transform: uppercase;
    border-radius: 10px;
    font-weight: 600;
    padding: 1rem;
    cursor: pointer;
}

.w_contact_box .q_query_query .J_inquiry_card:hover::before {
    opacity: 1;
}

.w_contact_box .q_query_query .J_inquiry_card:hover {
    box-shadow: 0 10px 20px rgb(147,161,148,0.5);
    transform: translateY(-3px);
}

.m_sign_up::before {
    position: absolute;
    transform: rotate(15deg);
    height: 200%;
    width: 200%;
    left: -50%;
    content: '';
    pointer-events: none;
    top: -50%;
    background-size: 40px 40px;
    background: radial-gradient(circle at center, rgb(255, 255, 255, 0.5) 0.5%, transparent 8%);
    opacity: 0.1;
}

.m_sign_up .i_mastery_zone {
    backdrop-filter: blur(10px);
    position: relative;
    background: rgba(255, 255, 255, 0.08);
    padding: 50px 40px;
    transform: perspective(1000px) rotateY(-2deg);
    transition: transform 0.5s ease-out;
    border-left: 4px solid rgb(104,111,103);
    display: flex;
    align-items: center;
    flex-direction: column;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1), 
              0 5px 15px rgba(0, 0, 0, 0.05),
              0 0 0 1px rgba(255, 255, 255, 0.1);
}

.m_sign_up .input_holder > div {
    width: 100%;
    position: relative;
}

.m_sign_up .input_holder > div::before {
    opacity: 0.7;
    top: 50%;
    background-size: contain;
    position: absolute;
    height: 18px;
    content: '';
    left: 20px;
    transform: translateY(-50%);
    background-repeat: no-repeat;
    z-index: 1;
    pointer-events: none;
    width: 18px;
}

.m_sign_up input[type="email"]:focus {
    box-shadow: 0 0 0 3px rgba(rgb(104,111,103), 0.3), 0 4px 12px rgba(0, 0, 0, 0.1);
    background: #ffffff;
    outline: none;
    transform: translateY(-2px);
}

.m_sign_up .I_sub_banners {
    color: #ffffff;
    border: none;
    font-family: Arial, sans-serif;
    font-size: 14px;
    align-self: center;
    padding: 16px 32px;
    font-weight: 600;
    overflow: hidden;
    background: linear-gradient(135deg, rgb(104,111,103) 0%, rgb(104,111,103,0.5) 100%);
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    border-radius: 10px;
    cursor: pointer;
    position: relative;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1), 0 10px 20px rgba(0, 0, 0, 0.05);
}

.m_sign_up .I_sub_banners:hover::after {
    left: 100%;
}


@media only screen and (max-width: 800px)  {.container {
    padding: 0 12px;
}}



@media (min-width: 768px) {.n_course_program_info h2 {
    font-size: calc(28px * 1.1);
    max-width: 80%;
    transform: translateX(-2%);
}.n_course_program_info .S_study_map {
    grid-template-columns: 1fr 1.3fr;
    gap: 30px;
}.n_course_program_info .l_img_embed {
    height: 100%;
    min-height: 450px;
}.n_course_program_info .T_description_card {
    transform: translateY(0) translateX(-50px);
    padding: 40px 50px;
    max-height: 600px;
    overflow-y: auto;
}.n_course_program_info .T_description_card::-webkit-scrollbar {
    width: 8px;
}.n_course_program_info .T_description_card::-webkit-scrollbar-thumb {
    background-color: var(--secondary-color-opacity);
}.n_course_program_info .T_description_card::-webkit-scrollbar-track {
    background-color: rgba(0, 0, 0, 0.05);
}
}



@media (max-width: 767px) {.n_course_program_info {
    padding: 80px 0;
}.n_course_program_info h2 {
    transform: translateX(0);
    margin-bottom: 30px;
    font-size: calc(28px * 0.9);
    max-width: 100%;
}.n_course_program_info .l_img_embed {
    height: 250px;
}.n_course_program_info .T_description_card {
    padding: 25px;
}.n_course_program_info .description {
    font-size: calc(16px * 0.95);
    line-height: 1.7;
}}



@media (max-width: 767px) {.k_customer_experience {
    padding: 3rem 0;
}.k_customer_experience h2 {
    font-size: calc(35px * 0.8);
    margin-bottom: 2rem;
}.k_customer_experience .T_student_perspectives {
    gap: 1.5rem;
    grid-template-columns: 1fr;
}.k_customer_experience .u_testimonials {
    padding: 1.5rem;
}.k_customer_experience .u_testimonials:nth-child(odd) {
    transform: translateY(0);
}.k_customer_experience .u_testimonials:hover,
    .k_customer_experience .u_testimonials:nth-child(odd):hover {
    transform: translateY(-5px);
}.k_customer_experience a {
    padding: 0.7rem 1.8rem;
    margin-top: 2rem;
}
}



@media (max-width: 992px) {.L_title_board {
    height: 90vh;
}.L_title_board .i_mastery_zone {
    padding: 2rem;
    width: 90%;
}.L_title_board h1 {
    max-width: 85%;
    font-size: calc(43px * 1.1);
}.L_title_board .T_description_card {
    max-width: 90%;
}
}



@media (max-width: 768px) {.L_title_board {
    height: auto;
    min-height: 100vh;
}.L_title_board .i_mastery_zone {
    transform: translateY(0);
    padding: 4rem 1.5rem;
}.L_title_board h1 {
    font-size: 43px;
    max-width: 100%;
}.L_title_board h1::after {
    width: 60px;
}.L_title_board .T_description_card {
    padding: 1.5rem;
}.L_title_board .T_description_card p {
    font-size: 15px;
}.L_title_board .l_start_front svg {
    height: 70px;
    width: 70px;
}.L_title_board .J_inquiry_card {
    padding: 0.8rem 1.8rem;
}
}


@media only screen and (max-width: 800px) {.b_privacy_defense {
    border-radius: 10px;
    padding: 1em;
}.b_privacy_defense h1 {
    font-size: calc(20px - 0.5em);
}.b_privacy_defense h2 {
    font-size: calc(20px - 0.4em);
}.b_privacy_defense p,
    .b_privacy_defense li {
    font-size: calc(17px - 0.2em);
}}



@media (min-width: 992px) {.s_education_experience .u_testimonials {
    grid-template-columns: 300px 1fr;
    gap: 3rem 4rem;
    padding: 5rem;
    grid-template-areas: 
      "photo info"
      "photo quote";
}.s_education_experience .u_testimonials > div:first-child {
    align-self: start;
}.s_education_experience .u_testimonials .l_img_embed {
    width: 280px;
    height: 280px;
}.s_education_experience .u_testimonials .name {
    font-size: calc(20px * 1.3);
}.s_education_experience .u_testimonials > div:nth-child(2) > div {
    font-size: calc(16px * 1.1);
}.s_education_experience .u_testimonials .Q_employee_view {
    line-height: 1.8;
    font-size: calc(16px * 1.05);
    padding: 2.5rem;
}
}



@media (max-width: 767px) {.s_education_experience {
    padding: 3rem 0;
}.s_education_experience .container {
    padding: 0 1.5rem;
}.s_education_experience .u_testimonials {
    transform: none;
    padding: 2rem 1.5rem;
}.s_education_experience .u_testimonials .l_img_embed {
    height: 180px;
    width: 180px;
}}



@media (max-width: 768px) {.M_future_attendees {
    padding: 80px 0;
}.M_future_attendees h3 {
    margin-bottom: 50px;
    font-size: calc(34px * 0.8);
}.M_future_attendees ul {
    gap: 30px;
}.M_future_attendees ul li {
    height: 200px;
    width: 200px;
}.M_future_attendees ul li svg {
    margin-top: 40px;
    height: 35px;
    width: 35px;
}
}



@media (max-width: 480px) {.M_future_attendees ul li {
    height: 200px;
    width: 200px;
}.M_future_attendees ul li svg {
    margin-bottom: 15px;
    width: 30px;
    margin-top: 35px;
    height: 30px;
}.M_future_attendees ul li > span {
    padding: 0 20px;
}}



@media (min-width: 768px) {footer .text_main_holder {
    grid-template-columns: 1fr 1fr 1fr;
    gap: 30px;
}footer .input_holder {
    flex-direction: row;
}footer .I_sub_banners {
    white-space: nowrap;
}
}



@media (max-width: 576px) {footer .R_rating_stars {
    padding: 40px 0 20px;
}footer .R_license_cta {
    gap: 40px;
}footer .o_nav_study h5, footer .subscribe_holder h5 {
    margin-bottom: 20px;
}}



@media (max-width: 767px) {header .f_head_site .o_nav_study .c_main_info a {
    padding: 8px 12px;
    font-size: calc(17px - 2px);
}}


@media (max-width: 1200px) {.T_cookie_comply h5 {
    font-size: calc(21px - 2px);
}.T_cookie_comply p {
    font-size: calc(16px - 2px);
}.q_data_opt {
    font-size: calc(15px - 2px);
}
}


@media (max-width: 800px) {.r_cookie_disclaimer {
    align-items: center;
    flex-direction: column;
}.B_edu_accept {
    margin-bottom: 10px;
}.T_cookie_comply {
    text-align: center;
    margin-bottom: 15px;
}.q_data_opt {
    margin-top: 10px;
    margin-left: 0;
    width: 100%;
}}



@media (max-width: 767px) {.n_gratBlock {
    padding: 3rem 0;
}.n_gratBlock::before {
    background-size: 25px 25px;
}.n_gratBlock h2 {
    font-size: calc(29px * 0.8);
    margin-bottom: 2rem;
}.n_gratBlock .i_mastery_zone {
    padding: 2rem;
}.n_gratBlock .i_mastery_zone li {
    padding-left: 1.5rem;
}.n_gratBlock .i_mastery_zone li::before {
    width: 6px;
    height: 6px;
    top: 6px;
}
}



@media (max-width: 992px) {.a_contact .p_talk_form h2 {
    padding: 30px 30px 15px;
    font-size: calc(37px - 4px);
}.a_contact .p_talk_form > p {
    padding: 15px 30px;
}.a_contact .p_talk_form > p:last-of-type {
    padding: 15px 30px;
}.a_contact .K_learn_form {
    padding: 20px;
}.a_contact .K_learn_form svg {
    width: 28px;
    height: 28px;
}
}



@media (max-width: 576px) {.a_contact {
    padding: 40px 0;
}.a_contact .p_talk_form h2 {
    font-size: calc(37px - 8px);
    padding: 20px 15px 10px;
}.a_contact .p_talk_form > p {
    padding: 10px 15px;
    font-size: calc(13px - 1px);
}.a_contact .p_talk_form > p:last-of-type {
    padding: 10px 15px;
}.a_contact .K_learn_form {
    padding: 15px;
}.a_contact .K_learn_form svg {
    width: 24px;
    height: 24px;
}
}



@media (prefers-reduced-motion) {.a_contact .K_learn_form:hover svg {
    transform: none;
}.a_contact .p_talk_form::after {
    animation: none;
}}



@media (max-width: 992px) {.G_plan_showcase h2 {
    font-size: calc(34px - 4px);
}.G_plan_showcase .U_package_rates {
    font-size: 16px;
    margin-bottom: 30px;
}.G_plan_showcase .b_pricing_fees {
    padding: 25px;
}
}



@media (max-width: 576px) {.G_plan_showcase {
    padding: 50px 0;
}.G_plan_showcase h2 {
    font-size: calc(34px - 6px);
}.G_plan_showcase .U_package_rates {
    font-size: calc(16px - 1px);
}.G_plan_showcase .b_pricing_fees {
    padding: 20px;
}.G_plan_showcase .b_cost_table p {
    font-size: calc(16px - 1px);
}}



@media screen and (max-width: 991px) {.m_our_background {
    padding: 100px 0;
}.m_our_background h2 {
    margin-bottom: 60px;
}.m_our_background .x_quick_studies {
    padding: 30px;
    width: 50%;
}.m_our_background .x_quick_studies:nth-child(1) {
    transform: translateX(-15px);
}.m_our_background .x_quick_studies:nth-child(2) {
    transform: translateX(15px);
}.m_our_background .x_quick_studies:nth-child(1):hover {
    transform: scale(1.03) translateY(-5px) translateX(-15px);
}.m_our_background .x_quick_studies:nth-child(2):hover {
    transform: scale(1.03) translateY(-5px) translateX(15px);
}
}



@media screen and (max-width: 576px) {.m_our_background {
    padding: 60px 0;
}.m_our_background h2 {
    font-size: 37px;
    margin-bottom: 40px;
}.m_our_background .b_quick_mastery {
    gap: 30px;
}.m_our_background .b_quick_mastery::before {
    left: 20px;
}.m_our_background .x_quick_studies {
    margin-left: 40px;
    width: 85%;
    padding: 20px;
}.m_our_background .x_quick_studies::before {
    width: 15px;
    height: 15px;
    left: -35px;
}.m_our_background .x_quick_studies::after {
    left: -15px;
    width: 15px;
}.m_our_background .x_quick_studies h3 {
    margin-bottom: 15px;
    padding-bottom: 10px;
    font-size: calc(18px + 0.1rem);
}.m_our_background .x_quick_studies p {
    font-size: calc(13px - 0.05rem);
}}



@media screen and (max-width: 1024px) {.w_contact_box .b_request_help {
    flex-direction: column;
}.w_contact_box .l_img_embed {
    min-height: 300px;
    transform: none;
    margin-left: 0;
    flex: 0 0 100%;
}.w_contact_box .l_img_embed::before {
    transform: none;
    width: 100%;
}.w_contact_box .q_query_query {
    padding: 3rem 2rem;
    flex: 0 0 100%;
}
}



@media screen and (max-width: 480px) {.w_contact_box .b_request_help {
    border-radius: 0;
}.w_contact_box .q_query_query {
    padding: 2rem 1.5rem;
}}



@media (max-width: 767px) {.m_sign_up {
    padding: 60px 0;
}.m_sign_up .i_mastery_zone {
    transform: none;
    padding: 40px 25px;
}.m_sign_up h3 {
    margin-bottom: 25px;
    font-size: 1.5rem;
}.m_sign_up input[type="email"] {
    padding: 15px 15px 15px 45px;
}.m_sign_up .I_sub_banners {
    padding: 14px 20px;
    width: 100%;
}.m_sign_up .input_holder > div::before {
    height: 16px;
    left: 15px;
    width: 16px;
}
}



@media (min-width: 1200px) {.m_sign_up::before {
    background-size: 50px 50px;
}.m_sign_up .i_mastery_zone {
    transform: perspective(1500px) rotateY(-1deg);
}
}



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

@keyframes fadeIn {
    0% {
        opacity: 0;
        transform: translateY(5%);
    }
    100% {
        opacity: 1;
        transform: translateY(-2%);
    }
}

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

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



@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateX(10px);
    }
    to {
        opacity: 1;
        transform: translateX(0);
    }
}



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

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

