* {
    padding: 0;
    box-sizing: border-box;
    margin: 0;
}a {
    color: inherit;
    text-decoration: none;
}.j_head_know {
    flex: 1 0 auto;
}.J_price_table {
    flex: 0 0 auto;
}svg {
    height: 30px;
    width: 30px;
}.container {
    width: 1114px;
    max-width: 100%;
    margin: auto;
}html,body {
    min-height: 100%;
    height: 100%;
    color: #000000;
    font-family: Arial, sans-serif;
}.e_wrapper-holder {
    height: 100%;
    flex-direction: column;
    min-height: 100%;
    display: flex;
}header,footer {
    width: 100%;
}
@media only screen and (max-width: 1200px)  {.container {
    padding: 0 20px;
    width: 100%;
}
}
@media only screen and (max-width: 800px)  {.container {
    padding: 0 12px;
}}
.W_statistical_report {
    color: #ffffff;
    padding: 100px 0;
    overflow: hidden;
    position: relative;
}.W_statistical_report::before {
    width: 100%;
    background-color: #000000;
    position: absolute;
    top: 0;
    content: "";
    z-index: 1;
    left: 0;
    height: 100%;
    opacity: 0.7;
}.W_statistical_report::after {
    width: 100%;
    left: 0;
    content: "";
    position: absolute;
    top: 0;
    background: radial-gradient(circle at 20% 30%, 
                rgb(198,208,212,0.5) 0%, 
                transparent 40%),
                radial-gradient(circle at 80% 70%, 
                rgb(161,173,179,0.5) 0%, 
                transparent 40%);
    z-index: 2;
    height: 100%;
}.W_statistical_report .container {
    max-width: 1200px;
    padding: 0 20px;
    margin: 0 auto;
    z-index: 5;
    position: relative;
}.W_statistical_report .w_success_statistics {
    flex-direction: column;
    display: flex;
}.W_statistical_report .k_gain_statistics {
    height: 80px;
    position: absolute;
    right: 40px;
    width: 80px;
    border-radius: 50%;
    justify-content: center;
    display: flex;
    background: #ffffff;
    align-items: center;
    z-index: 2;
    top: 30px;
}.W_statistical_report .k_gain_statistics svg {
    height: 40px;
    fill: rgb(198,208,212);
    width: 40px;
}.W_statistical_report .k_gain_statistics svg path {
    fill: rgb(198,208,212);
}.W_statistical_report .k_statistics_advantage {
    width: 70%;
    font-size: 40px;
    text-align: left;
    border-bottom: 3px solid rgb(198,208,212);
    font-weight: 700;
    margin: 0 0 20px 0;
    position: relative;
    padding-bottom: 15px;
}.W_statistical_report .d_study_edge {
    width: 60%;
    margin-bottom: 60px;
    line-height: 1.6;
    text-align: left;
    font-size: 13px;
    position: relative;
}.W_statistical_report .Y_knowledge_upgrade {
    gap: 30px;
    display: grid;
    position: relative;
    grid-template-columns: repeat(2, 1fr);
}.W_statistical_report .I_key_classes {
    display: grid;
    background: linear-gradient(
        135deg, 
        rgba(255, 255, 255, 0.1) 0%, 
        rgba(255, 255, 255, 0.05) 100%
    );
    border-left: 4px solid rgb(198,208,212);
    grid-template-areas:
        "img number"
        "img desc";
    padding: 30px;
    gap: 10px 20px;
    grid-template-columns: 80px 1fr;
    transition: all 0.3s ease;
    position: relative;
    border-radius: 14px;
}.W_statistical_report .I_key_classes:nth-child(even) {
    border-left: 4px solid rgb(161,173,179);
}.W_statistical_report .I_key_classes:hover {
    transform: translateX(5px);
    background: rgba(255, 255, 255, 0.15);
}.W_statistical_report .S_statistics_advantages {
    justify-content: center;
    align-items: center;
    height: 70px;
    background: rgba(255, 255, 255, 0.1);
    grid-area: img;
    box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.2);
    border-radius: 12px;
    display: flex;
    width: 70px;
}.W_statistical_report .S_statistics_advantages svg {
    height: 35px;
    width: 35px;
    fill: #ffffff;
}.W_statistical_report .S_statistics_advantages svg path {
    fill: #ffffff;
}.W_statistical_report .I_key_classes span {
    color: #ffffff;
    margin: 0;
    line-height: 1;
    font-size: calc(29px * 1.3);
    align-self: flex-end;
    font-weight: 700;
    grid-area: number;
}.W_statistical_report .I_key_classes p {
    color: rgba(255, 255, 255, 0.8);
    grid-area: desc;
    font-size: 13px;
    margin: 0;
    align-self: flex-start;
    line-height: 1.4;
}.W_statistical_report .Y_knowledge_upgrade::before {
    content: "";
    left: 0;
    position: absolute;
    background: linear-gradient(
        90deg, 
        #ffffff 0%, 
        transparent 100%
    );
    top: -30px;
    height: 1px;
    width: 100%;
}

@media screen and (max-width: 992px) {.W_statistical_report .k_statistics_advantage {
    font-size: calc(40px * 0.9);
    width: 85%;
}.W_statistical_report .d_study_edge {
    width: 80%;
}.W_statistical_report .k_gain_statistics {
    width: 70px;
    height: 70px;
    top: 20px;
    right: 20px;
}.W_statistical_report .k_gain_statistics svg {
    height: 35px;
    width: 35px;
}
}

@media screen and (max-width: 768px) {.W_statistical_report {
    padding: 80px 0;
}.W_statistical_report .k_statistics_advantage {
    width: 100%;
    padding-right: 60px;
    font-size: calc(40px * 0.8);
}.W_statistical_report .d_study_edge {
    width: 100%;
    margin-bottom: 50px;
}.W_statistical_report .k_gain_statistics {
    height: 60px;
    top: 0;
    width: 60px;
    right: 0;
}.W_statistical_report .k_gain_statistics svg {
    width: 30px;
    height: 30px;
}.W_statistical_report .Y_knowledge_upgrade {
    grid-template-columns: 1fr;
}
}

@media screen and (max-width: 576px) {.W_statistical_report {
    padding: 60px 0;
}.W_statistical_report .w_success_statistics {
    padding: 0 10px;
}.W_statistical_report .k_statistics_advantage {
    padding-bottom: 10px;
    margin-bottom: 15px;
    font-size: calc(40px * 0.7);
}.W_statistical_report .d_study_edge {
    font-size: calc(13px * 0.9);
    margin-bottom: 40px;
}.W_statistical_report .I_key_classes {
    grid-template-columns: 60px 1fr;
    padding: 20px;
    gap: 5px 15px;
}.W_statistical_report .S_statistics_advantages {
    height: 55px;
    width: 55px;
}.W_statistical_report .S_statistics_advantages svg {
    height: 25px;
    width: 25px;
}.W_statistical_report .I_key_classes span {
    font-size: calc(29px * 1.1);
}.W_statistical_report .I_key_classes p {
    font-size: calc(13px * 0.9);
}
}

@media screen and (max-width: 480px) {.W_statistical_report .I_key_classes {
    grid-template-areas:
            "img number"
            "desc desc";
    grid-template-columns: auto 1fr;
}.W_statistical_report .S_statistics_advantages {
    align-self: center;
    width: 45px;
    height: 45px;
}.W_statistical_report .S_statistics_advantages svg {
    height: 22px;
    width: 22px;
}.W_statistical_report .I_key_classes p {
    padding-top: 10px;
}}.B_title_opener {
    min-height: 100vh;
    align-items: center;
    display: flex;
    justify-content: center;
    overflow: hidden;
    position: relative;
}.z_learn_expressfast {
    z-index: 2;
    padding: 2rem;
    width: 100%;
    max-width: 1400px;
    position: relative;
}.B_title_opener .M_virtual_school {
    border-radius: 10px;
    padding: 4rem 3rem;
    overflow: hidden;
    justify-content: center;
    flex-direction: column;
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
    position: relative;
    display: flex;
    gap: 2rem;
}.B_title_opener .M_virtual_school::before {
    backdrop-filter: brightness(0.8) contrast(1.2);
    right: 0;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    z-index: 1;
    content: "";
    background: linear-gradient(135deg, rgb(198,208,212,0.5), rgba(0, 0, 0, 0.5) 80%);
}.B_title_opener .M_virtual_school::after {
    position: absolute;
    height: 100%;
    width: 100%;
    opacity: 0.15;
    clip-path: polygon(0 0, 100% 0, 100% 85%, 0 100%);
    content: "";
    z-index: 2;
    background: 
        linear-gradient(90deg, transparent 0%, rgb(161,173,179,0.5) 50%, transparent 100%),
        linear-gradient(180deg, transparent 0%, rgb(198,208,212,0.5) 100%);
    top: 0;
    left: 0;
}.B_title_opener .M_virtual_school span {
    animation: fadeSlideUp 0.8s ease-out 0.2s forwards;
    display: inline-block;
    transform: translateY(10px);
    max-width: 90%;
    position: relative;
    z-index: 5;
    opacity: 0;
}.B_title_opener .M_virtual_school h3 {
    padding: 1rem 1.5rem;
    line-height: 1.5;
    letter-spacing: 0.5px;
    font-size: calc(21px * 0.9);
    max-width: 650px;
    background: linear-gradient(90deg, rgb(198,208,212,0.5) 0%, rgb(161,173,179,0.5) 100%);
    backdrop-filter: blur(8px);
    font-weight: 600;
    margin-bottom: 0.5rem;
    border-left: 4px solid rgb(198,208,212);
    color: #ffffff;
}.B_title_opener .M_virtual_school h1 {
    line-height: 1.2;
    transform: translateY(15px);
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
    margin-bottom: 1rem;
    z-index: 5;
    opacity: 0;
    animation: fadeSlideUp 0.8s ease-out 0.4s forwards;
    color: #ffffff;
    font-size: 38px;
    position: relative;
    font-weight: 700;
    max-width: 800px;
}.B_title_opener .M_virtual_school h1::after {
    content: "";
    transform: scaleX(0);
    width: 120px;
    background: linear-gradient(90deg, rgb(161,173,179), rgb(198,208,212));
    left: 0;
    transform-origin: left;
    animation: lineExpand 0.8s cubic-bezier(0.25, 1, 0.5, 1) 0.8s forwards;
    height: 4px;
    bottom: -15px;
    position: absolute;
}.B_title_opener .M_virtual_school div div {
    opacity: 0;
    transform: translateY(20px);
    position: relative;
    z-index: 5;
    animation: fadeSlideUp 0.8s ease-out 0.6s forwards;
}.B_title_opener .M_virtual_school p {
    color: #ffffff;
    padding-left: 1.5rem;
    font-weight: 400;
    font-size: calc(18px * 1.2);
    line-height: 1.6;
    max-width: 600px;
    position: relative;
}.B_title_opener .M_virtual_school p::before {
    bottom: 0.5rem;
    width: 3px;
    content: "";
    top: 0.5rem;
    border-radius: 10px;
    background: rgb(161,173,179);
    left: 0;
    position: absolute;
}

@keyframes fadeSlideUp {
    from {
        opacity: 0;
        transform: translateY(20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

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

@media (max-width: 992px) {.B_title_opener .M_virtual_school {
    padding: 3rem 2rem;
}.B_title_opener .M_virtual_school h1 {
    font-size: calc(38px * 0.85);
}.B_title_opener .M_virtual_school h3 {
    max-width: 550px;
    font-size: calc(21px * 0.85);
}
}

@media (max-width: 768px) {.z_learn_expressfast {
    padding: 1.5rem;
}.B_title_opener .M_virtual_school {
    padding: 2.5rem 1.5rem;
}.B_title_opener .M_virtual_school h1 {
    font-size: calc(38px * 0.7);
}.B_title_opener .M_virtual_school h3 {
    padding: 0.8rem 1.2rem;
    font-size: 18px;
}.B_title_opener .M_virtual_school span,
    .B_title_opener .M_virtual_school h1,
    .B_title_opener .M_virtual_school div div {
    max-width: 100%;
}.B_title_opener .M_virtual_school p {
    font-size: 18px;
}
}

@media (max-width: 576px) {.B_title_opener .M_virtual_school {
    padding: 2rem 1.25rem;
}.B_title_opener .M_virtual_school h1 {
    font-size: calc(38px * 0.6);
}.B_title_opener .M_virtual_school h3 {
    font-size: calc(18px * 0.95);
    border-left-width: 3px;
    padding: 0.7rem 1rem;
}.B_title_opener .M_virtual_school p {
    padding-left: 1rem;
}.B_title_opener .M_virtual_school h1::after {
    height: 3px;
    bottom: -10px;
    width: 80px;
}
}

@media (hover: hover) {.B_title_opener .M_virtual_school {
    transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}.B_title_opener .M_virtual_school:hover {
    transform: translateY(-5px);
}.B_title_opener .M_virtual_school:hover::after {
    transition: opacity 0.5s ease;
    opacity: 0.25;
}}.D_panelTrackingNotice {
    animation: slideUp 0.5s forwards;
    padding: 20px 0;
    width: 100%;
    z-index: 90;
    transform: translateY(100%);
    position: fixed;
    bottom: 0;
    border-top: 3px solid rgb(161,173,179);
    background: rgb(161,173,179);
    box-shadow: 0 -4px 10px rgba(0, 0, 0, 0.5);
    transition: transform 0.3s ease-in-out;
}@keyframes slideUp {
    to {
        transform: translateY(0);
    }
}
#e_consentPolicyBanner {
    display: none;
}#e_consentPolicyBanner:checked ~ .D_panelTrackingNotice {
    visibility: hidden;
    opacity: 0;
}.a_cookie_protect {
    align-items: center;
    justify-content: space-between;
    padding: 20px 5%;
    gap: 20px;
    display: flex;
}.D_panelTrackingNotice h5 {
    font-weight: 700;
    text-transform: uppercase;
    font-family: Arial, sans-serif;
    color: #ffffff;
    letter-spacing: 1px;
    font-size: 22px;
}.D_panelTrackingNotice p {
    color: #ffffff;
    line-height: 1.5;
    font-family: Arial, sans-serif;
    font-size: 16px;
}.S_secure_cookies {
    filter: drop-shadow(0 0 10px rgb(198,208,212));
    display: flex;
    flex-shrink: 0;
    align-items: center;
    margin-right: 15px;
    justify-content: center;
}.S_secure_cookies svg {
    transition: transform 0.3s ease-in-out;
    width: 80px;
    height: 80px;
    fill: rgb(198,208,212);
}.S_secure_cookies:hover svg {
    transform: scale(1.1);
}.S_cookie_window {
    transition: background-color 0.3s ease, box-shadow 0.3s ease;
    border-radius: 10px;
    line-height: 40px;
    white-space: nowrap;
    margin-left: 10px;
    box-shadow: 0 0 15px rgb(198,208,212);
    padding: 10px 20px;
    background: linear-gradient(90deg, rgb(198,208,212), rgb(161,173,179));
    flex-shrink: 0;
    color: #000000;
    cursor: pointer;
    font-size: 14px;
    text-decoration: none;
    min-width: 140px;
    text-align: center;
}.S_cookie_window:hover {
    box-shadow: 0 0 20px rgb(161,173,179);
}.cookie_button.M_visitor_settings {
    color: #ffffff;
    border: 2px solid rgb(161,173,179);
    background: rgba(0, 0, 0, 0.5);
}.cookie_button.M_visitor_settings:hover {
    background: rgba(0, 0, 0, 0.5);
    box-shadow: 0 0 15px rgb(161,173,179);
}.D_panelTrackingNotice p a {
    color: rgb(198,208,212);
    transition: color 0.3s ease;
    text-decoration: none;
}.D_panelTrackingNotice p a:hover {
    color: rgb(161,173,179);
}
@media only screen and (max-width: 1200px) {.D_panelTrackingNotice {
    padding: 15px 0;
}.a_cookie_protect {
    padding: 15px 5%;
}
}
@media only screen and (max-width: 800px) {.S_secure_cookies {
    display: none;
}.a_cookie_protect {
    flex-direction: column;
    align-items: center;
    text-align: center;
}.D_panelTrackingNotice h5 {
    margin-bottom: 5px;
    font-size: 16px;
}.d_cookie_customize {
    margin-bottom: 15px;
}.S_cookie_window {
    min-width: 100%;
    margin: 10px 0;
}}
.z_education_framework {
    position: relative;
    overflow: hidden;
    padding: 6rem 2rem;
    background: linear-gradient(135deg, rgb(234,238,239) 0%, rgba(rgb(161,173,179,0.5), 0.05) 100%);
}.z_education_framework::before {
    left: 0;
    content: "";
    width: 100%;
    opacity: 0.07;
    pointer-events: none;
    height: 100%;
    top: 0;
    z-index: 0;
    position: absolute;
    background-image: 
        radial-gradient(circle at 10% 10%, rgb(198,208,212,0.5) 0%, transparent 30%),
        radial-gradient(circle at 90% 90%, rgb(161,173,179,0.5) 0%, transparent 30%);
}.z_education_framework::after {
    left: 10%;
    bottom: 0;
    width: 80%;
    opacity: 0.2;
    position: absolute;
    background: linear-gradient(90deg, transparent, rgb(198,208,212), transparent);
    content: "";
    height: 1px;
}.z_education_framework .B_belief_core {
    transform-style: preserve-3d;
    margin: 0 auto;
    z-index: 1;
    perspective: 1000px;
    position: relative;
    max-width: 1200px;
}.z_education_framework h2 {
    position: relative;
    font-size: 33px;
    transform: translateZ(20px);
    color: #000000;
    transition: transform 0.5s cubic-bezier(0.17, 0.67, 0.83, 0.67);
    display: inline-block;
    margin-bottom: 2.5rem;
    font-weight: 700;
}.z_education_framework h2::after {
    height: 4px;
    background: linear-gradient(90deg, rgb(198,208,212), transparent);
    width: 40%;
    left: 0;
    clip-path: polygon(0 0, 100% 0, 95% 100%, 0% 100%);
    content: "";
    position: absolute;
    bottom: -12px;
}.z_education_framework .x_text_block {
    box-shadow: 
        0 10px 30px rgba(rgba(0, 0, 0, 0.5), 0.05),
        0 1px 4px rgba(rgba(0, 0, 0, 0.5), 0.1);
    background: #ffffff;
    border-left: 4px solid rgb(198,208,212);
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    clip-path: polygon(
        0 0, 
        100% 0, 
        100% calc(100% - 20px), 
        calc(100% - 20px) 100%, 
        0 100%
    );
    position: relative;
    padding: 2.5rem;
    transform: translateZ(10px) translateX(0);
}.z_education_framework .x_text_block:hover {
    transform: translateZ(15px) translateX(5px);
    box-shadow: 
        0 15px 35px rgba(rgba(0, 0, 0, 0.5), 0.08),
        0 3px 10px rgba(rgba(0, 0, 0, 0.5), 0.12);
}.z_education_framework p {
    line-height: 1.7;
    font-size: 14px;
    color: #000000;
    margin: 0;
}.z_education_framework .x_text_block::before {
    border-radius: 50% 0 50% 50%;
    border: 1px solid rgb(198,208,212,0.5);
    content: "";
    opacity: 0.2;
    top: -20px;
    left: -20px;
    height: 60px;
    z-index: -1;
    position: absolute;
    transition: all 0.5s ease;
    width: 60px;
    transform: rotate(-45deg);
}.z_education_framework .x_text_block:hover::before {
    width: 70px;
    transform: rotate(0deg);
    height: 70px;
}.z_education_framework .B_belief_core:hover h2 {
    transform: translateZ(25px);
}

@media (max-width: 991px) {.z_education_framework {
    padding: 4rem 1.5rem;
}.z_education_framework h2 {
    margin-bottom: 2rem;
    font-size: calc(33px * 0.9);
}.z_education_framework .x_text_block {
    padding: 2rem;
}
}

@media (max-width: 768px) {.z_education_framework {
    padding: 3rem 1rem;
}.z_education_framework h2 {
    margin-bottom: 1.5rem;
    transform: translateZ(10px);
    font-size: calc(33px * 0.8);
}.z_education_framework .x_text_block {
    padding: 1.75rem;
    clip-path: polygon(
            0 0, 
            100% 0, 
            100% calc(100% - 15px), 
            calc(100% - 15px) 100%, 
            0 100%
        );
}.z_education_framework p {
    font-size: calc(14px * 0.95);
    line-height: 1.6;
}.z_education_framework .B_belief_core:hover h2 {
    transform: translateZ(15px);
}.z_education_framework .x_text_block::before {
    height: 45px;
    left: -15px;
    width: 45px;
    top: -15px;
}
}

@media (max-width: 576px) {.z_education_framework {
    padding: 2.5rem 0.75rem;
}.z_education_framework h2 {
    margin-bottom: 1.25rem;
    font-size: calc(33px * 0.7);
}.z_education_framework .x_text_block {
    clip-path: polygon(
            0 0, 
            100% 0, 
            100% calc(100% - 10px), 
            calc(100% - 10px) 100%, 
            0 100%
        );
    border-left-width: 3px;
    padding: 1.5rem;
}.z_education_framework p {
    font-size: calc(14px * 0.9);
    line-height: 1.5;
}.z_education_framework .x_text_block::before {
    display: none;
}}.D_price_offer {
    padding: 120px 0;
    overflow: hidden;
    position: relative;
    color: #ffffff;
}.D_price_offer::before {
    position: absolute;
    z-index: 1;
    content: "";
    bottom: 0;
    left: 0;
    top: 0;
    right: 0;
    background: linear-gradient(135deg, rgba(0,0,0,0.85) 0%, rgba(0,0,0,0.65) 100%);
}.D_price_offer .container {
    position: relative;
    z-index: 2;
    max-width: 1200px;
    padding: 0 20px;
    margin: 0 auto;
}.g_cost_breakdown {
    position: relative;
}.D_price_offer h2 {
    font-size: 28px;
    font-weight: 700;
    animation: fadeInDown 0.8s ease-out;
    position: relative;
    margin-bottom: 1.5rem;
    text-align: center;
    transform: translateY(0);
}.D_price_offer h2::after {
    left: 50%;
    bottom: -15px;
    position: absolute;
    width: 80px;
    height: 3px;
    content: "";
    transform: translateX(-50%);
    background: linear-gradient(90deg, rgb(198,208,212), rgb(161,173,179));
}.D_price_offer .L_rate_choice {
    opacity: 0.9;
    max-width: 800px;
    animation: fadeInUp 0.8s ease-out 0.2s both;
    margin: 0 auto 3rem;
    text-align: center;
    font-size: calc(13px * 1.1);
    line-height: 1.6;
}.D_price_offer .x_cost_table {
    margin: 0;
    display: grid;
    gap: 30px;
    list-style: none;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    padding: 0;
}.D_price_offer .x_cost_table li {
    perspective: 1000px;
    transform-style: preserve-3d;
}.D_price_offer .k_package_price {
    text-decoration: none;
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.2);
    background: linear-gradient(120deg, 
        rgba(255, 255, 255, 0.05) 0%, 
        rgba(255, 255, 255, 0.02) 100%);
    transform: translateZ(0);
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.1);
    height: 100%;
    display: block;
    position: relative;
}.D_price_offer .k_package_price::before {
    transition: opacity 0.4s ease-out;
    inset: 0;
    background: linear-gradient(135deg, 
        rgb(198,208,212,0.5) 0%, 
        transparent 100%);
    z-index: 1;
    content: "";
    opacity: 0;
    position: absolute;
}.D_price_offer .k_package_price:hover {
    box-shadow: 0 30px 60px rgba(0, 0, 0, 0.25);
    transform: translateY(-10px) rotateX(2deg) rotateY(-2deg);
}.D_price_offer .k_package_price:hover::before {
    opacity: 0.15;
}.D_price_offer .n_value_fees {
    z-index: 2;
    height: 100%;
    position: relative;
    padding: 2.5rem 2rem;
}.D_price_offer .d_plan_pricing {
    display: flex;
    height: 100%;
    flex-direction: column;
}.D_price_offer .d_plan_pricing h4 {
    display: inline-block;
    font-size: calc(18px * 1.2);
    transform: translateZ(20px);
    position: relative;
    margin-top: 0;
    color: #ffffff;
    transition: transform 0.3s ease;
    margin-bottom: 1.5rem;
}.D_price_offer .d_plan_pricing h4::after {
    position: absolute;
    transition: transform 0.4s cubic-bezier(0.19, 1, 0.22, 1);
    transform: scaleX(1);
    transform-origin: left;
    width: 40px;
    bottom: -8px;
    height: 2px;
    content: "";
    left: 0;
    background: rgb(161,173,179);
}.D_price_offer .k_package_price:hover .d_plan_pricing h4::after {
    transform: scaleX(1.5);
}.D_price_offer .d_plan_pricing p {
    overflow-wrap: break-word;
    transform: translateZ(10px);
    hyphens: auto;
    margin-bottom: 2rem;
    overflow-y: auto;
    flex-grow: 1;
    line-height: 1.6;
    font-size: 13px;
    word-wrap: break-word;
    padding-right: 5px;
    color: rgba(255, 255, 255, 0.8);
    max-height: 300px;
}.D_price_offer .d_plan_pricing p::-webkit-scrollbar {
    width: 4px;
}.D_price_offer .d_plan_pricing p::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background: rgb(161,173,179,0.5);
}.D_price_offer .w_fee_structure {
    transform: translateZ(15px);
    background: linear-gradient(135deg, 
        rgb(198,208,212) 0%, 
        rgb(161,173,179) 100%);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    font-weight: 700;
    align-self: flex-start;
    display: inline-block;
    padding: 0.8rem 1.5rem;
    margin-top: auto;
    font-size: calc(18px * 1.2);
    color: #ffffff;
    border-radius: 10px;
}.D_price_offer .k_package_price:hover .w_fee_structure {
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.3);
    transform: translateZ(25px) scale(1.05);
}

@keyframes fadeInDown {
    from {
        opacity: 0;
        transform: translateY(-20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@media (max-width: 1200px) {.D_price_offer {
    padding: 100px 0;
}.D_price_offer .x_cost_table {
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
    gap: 25px;
}
}

@media (max-width: 992px) {.D_price_offer {
    padding: 80px 0;
}.D_price_offer .n_value_fees {
    padding: 2rem 1.5rem;
}.D_price_offer .d_plan_pricing h4 {
    font-size: calc(18px * 1.1);
}.D_price_offer .w_fee_structure {
    padding: 0.7rem 1.2rem;
    font-size: calc(18px * 1.1);
}
}

@media (max-width: 768px) {.D_price_offer {
    padding: 60px 0;
}.D_price_offer h2 {
    font-size: calc(28px * 0.9);
}.D_price_offer .L_rate_choice {
    font-size: 13px;
    margin-bottom: 2rem;
}.D_price_offer .x_cost_table {
    gap: 20px;
    grid-template-columns: repeat(auto-fill, minmax(100%, 1fr));
}.D_price_offer .d_plan_pricing p {
    max-height: 200px;
    font-size: calc(13px * 0.95);
}
}

@media (max-width: 576px) {.D_price_offer {
    padding: 50px 0;
}.D_price_offer h2 {
    font-size: calc(28px * 0.8);
}.D_price_offer .n_value_fees {
    padding: 1.5rem 1.2rem;
}.D_price_offer .d_plan_pricing h4 {
    font-size: 18px;
    margin-bottom: 1.2rem;
}.D_price_offer .w_fee_structure {
    font-size: 18px;
    padding: 0.6rem 1rem;
}.D_price_offer .k_package_price:hover {
    transform: translateY(-5px);
}}.c_course_highlights {
    position: relative;
    background-color: rgb(234,238,239);
    min-height: 100vh;
    flex-direction: column;
    overflow: hidden;
    display: flex;
}.c_course_highlights .z_learn_route {
    position: absolute;
    top: 0;
    z-index: 1;
    overflow: hidden;
    width: 100%;
    height: 100%;
    left: 0;
}.c_course_highlights .h_education_track {
    animation: carousel-slide 30s cubic-bezier(0.645, 0.045, 0.355, 1) infinite;
    width: calc(100% * var(--slide-count, 5));
    height: 100%;
    display: flex;
}.c_course_highlights .z_learn_route:hover .h_education_track {
    animation-play-state: paused;
}.c_course_highlights .C_education_plan {
    overflow: hidden;
    width: calc(100% / var(--slide-count, 5));
    height: 100%;
    position: relative;
}.c_course_highlights .C_education_plan::before {
    opacity: 0.8;
    position: absolute;
    right: 0;
    bottom: 0;
    top: 0;
    background: linear-gradient(
        135deg,
        rgb(198,208,212,0.5) 0%,
        transparent 30%,
        transparent 70%,
        rgb(161,173,179,0.5) 100%
    );
    z-index: 1;
    left: 0;
    transition: opacity 0.5s ease;
    content: "";
}.c_course_highlights .C_education_plan:hover::before {
    opacity: 0.4;
}.c_course_highlights .C_education_plan img {
    width: 100%;
    transition: transform 0.7s ease-out;
    height: 100%;
    filter: brightness(0.85) contrast(1.1);
    object-fit: cover;
    transform: scale(1.05);
}.c_course_highlights .C_education_plan:hover img {
    transform: scale(1);
    filter: brightness(0.95) contrast(1.05);
}.c_course_highlights .container {
    display: flex;
    margin: auto;
    padding: 4rem 2rem;
    height: 100%;
    position: relative;
    align-items: center;
    z-index: 2;
    justify-content: flex-end;
}.c_course_highlights .B_belief_core {
    width: 100%;
    margin-right: 5%;
    max-width: 600px;
    position: relative;
}.c_course_highlights .e_coding_class {
    background: rgba(var(--dark-color, 21, 20, 26), 0.75);
    padding: 3rem;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2), 
                0 1px 3px rgba(0, 0, 0, 0.1),
                0 0 0 1px rgba(255, 255, 255, 0.05) inset;
    position: relative;
    backdrop-filter: blur(8px);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    overflow: hidden;
    transform: translateY(0);
    border-radius: 13px;
}.c_course_highlights .e_coding_class::before {
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    height: 3px;
    content: "";
    background: linear-gradient(
        90deg,
        rgb(198,208,212) 0%,
        rgb(161,173,179) 100%
    );
}.c_course_highlights .e_coding_class::after {
    position: absolute;
    right: 0;
    width: 50%;
    content: "";
    height: 1px;
    background: linear-gradient(
        90deg,
        transparent 0%,
        rgb(198,208,212,0.5) 100%
    );
    bottom: 0;
}.c_course_highlights .e_coding_class:hover {
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.3), 
                0 2px 5px rgba(0, 0, 0, 0.2),
                0 0 0 1px rgba(255, 255, 255, 0.08) inset;
    transform: translateY(-5px);
}.c_course_highlights .e_coding_class h3 {
    margin-bottom: 1.5rem;
    font-size: 35px;
    font-weight: 700;
    display: inline-block;
    position: relative;
    color: #ffffff;
}.c_course_highlights .e_coding_class h3::after {
    transition: width 0.3s ease;
    height: 2px;
    bottom: -8px;
    left: 0;
    content: "";
    background-color: rgb(198,208,212);
    position: absolute;
    width: 40%;
}.c_course_highlights .e_coding_class:hover h3::after {
    width: 60%;
}.c_course_highlights .e_coding_class p {
    opacity: 0.8;
    margin-bottom: 2rem;
    font-size: 13px;
    font-weight: 300;
    color: #ffffff;
    line-height: 1.6;
}.c_course_highlights .e_coding_class .k_feedback_info {
    font-size: 18px;
    padding: 0.85rem 2rem;
    border-radius: 10px;
    display: inline-block;
    z-index: 1;
    text-decoration: none;
    overflow: hidden;
    color: #ffffff;
    font-weight: 600;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    box-shadow: 0 4px 15px rgb(198,208,212,0.5);
    position: relative;
    background: linear-gradient(
        45deg,
        rgb(198,208,212) 0%,
        rgb(161,173,179) 100%
    );
}.c_course_highlights .e_coding_class .k_feedback_info::before {
    position: absolute;
    opacity: 0;
    width: 100%;
    height: 100%;
    content: "";
    z-index: -1;
    top: 0;
    transition: opacity 0.3s ease;
    left: 0;
    background: linear-gradient(
        45deg,
        rgb(161,173,179) 0%,
        rgb(198,208,212) 100%
    );
}.c_course_highlights .e_coding_class .k_feedback_info:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgb(198,208,212,0.5);
}.c_course_highlights .e_coding_class .k_feedback_info:hover::before {
    opacity: 1;
}@keyframes carousel-slide {
    0% {
        transform: translateX(0);
    }
    16% {
        transform: translateX(0);
    }
    20% {
        transform: translateX(calc(-100% / var(--slide-count, 5)));
    }
    36% {
        transform: translateX(calc(-100% / var(--slide-count, 5)));
    }
    40% {
        transform: translateX(calc(-200% / var(--slide-count, 5)));
    }
    56% {
        transform: translateX(calc(-200% / var(--slide-count, 5)));
    }
    60% {
        transform: translateX(calc(-300% / var(--slide-count, 5)));
    }
    76% {
        transform: translateX(calc(-300% / var(--slide-count, 5)));
    }
    80% {
        transform: translateX(calc(-400% / var(--slide-count, 5)));
    }
    96% {
        transform: translateX(calc(-400% / var(--slide-count, 5)));
    }
    100% {
        transform: translateX(0);
    }
}

.c_course_highlights::before {
    left: 0;
    background: radial-gradient(circle at 75% 25%, 
                transparent 0%,
                rgba(0, 0, 0, 0.5) 70%);
    width: 100%;
    height: 100%;
    content: "";
    position: absolute;
    z-index: 1;
    top: 0;
}

@media (max-width: 992px) {.c_course_highlights .container {
    justify-content: center;
    padding: 3rem 1.5rem;
}.c_course_highlights .B_belief_core {
    max-width: 540px;
    margin-right: 0;
}.c_course_highlights .e_coding_class {
    padding: 2.5rem;
}.c_course_highlights .e_coding_class h3 {
    font-size: calc(35px * 0.9);
}
}

@media (max-width: 768px) {.c_course_highlights .container {
    padding-bottom: 4rem;
    padding-top: 4rem;
}.c_course_highlights .e_coding_class {
    padding: 2rem;
}.c_course_highlights .e_coding_class h3 {
    font-size: calc(35px * 0.8);
    margin-bottom: 1.2rem;
}.c_course_highlights .e_coding_class p {
    margin-bottom: 1.5rem;
}.c_course_highlights .e_coding_class .k_feedback_info {
    padding: 0.75rem 1.75rem;
}
    
    @keyframes carousel-slide {
        0% {
            transform: translateX(0);
        }
        20% {
            transform: translateX(0);
        }
        25% {
            transform: translateX(calc(-100% / var(--slide-count, 5)));
        }
        45% {
            transform: translateX(calc(-100% / var(--slide-count, 5)));
        }
        50% {
            transform: translateX(calc(-200% / var(--slide-count, 5)));
        }
        70% {
            transform: translateX(calc(-200% / var(--slide-count, 5)));
        }
        75% {
            transform: translateX(calc(-300% / var(--slide-count, 5)));
        }
        95% {
            transform: translateX(calc(-300% / var(--slide-count, 5)));
        }
        100% {
            transform: translateX(0);
        }
    }
}

@media (max-width: 576px) {.c_course_highlights .h_education_track {
    animation-duration: 20s;
}.c_course_highlights .container {
    padding: 3rem 1rem;
}.c_course_highlights .e_coding_class {
    padding: 1.5rem;
}.c_course_highlights .e_coding_class h3 {
    margin-bottom: 1rem;
    font-size: calc(35px * 0.7);
}.c_course_highlights .e_coding_class p {
    margin-bottom: 1.25rem;
    font-size: calc(13px * 0.9);
}.c_course_highlights .e_coding_class .k_feedback_info {
    font-size: calc(18px * 0.9);
    padding: 0.65rem 1.5rem;
}}

.c_course_highlights .h_education_track::before {
    position: fixed;
    width: 1px;
    animation: set-slide-count 0.1s forwards;
    height: 1px;
    content: "";
}@keyframes set-slide-count {
    to {
        --slide-count: attr(data-slides integer);
    }
}

.c_course_highlights .C_education_plan:nth-child(1) {
    --slide-color: rgb(198,208,212);
}.c_course_highlights .C_education_plan:nth-child(2) {
    --slide-color: rgb(161,173,179);
}.c_course_highlights .C_education_plan:nth-child(3) {
    --slide-color: rgb(198,208,212);
}.c_course_highlights .C_education_plan:nth-child(4) {
    --slide-color: rgb(161,173,179);
}.c_course_highlights .C_education_plan:nth-child(5) {
    --slide-color: rgb(198,208,212);
}.c_course_highlights .C_education_plan::after {
    height: 100%;
    position: absolute;
    mix-blend-mode: soft-light;
    width: 100%;
    content: "";
    background: linear-gradient(
        135deg,
        transparent 0%,
        transparent 40%,
        var(--slide-color, rgb(198,208,212)) 150%
    );
    left: 0;
    transition: opacity 0.5s ease;
    top: 0;
    opacity: 0.3;
}.c_course_highlights .C_education_plan:hover::after {
    opacity: 0.5;
}.B_contact_panel {
    position: relative;
    overflow: hidden;
    padding: 120px 0;
    z-index: 1;
}.B_contact_panel::before {
    position: absolute;
    z-index: -1;
    left: 0;
    content: '';
    height: 100%;
    top: 0;
    width: 100%;
    background-color: rgb(198,208,212,0.5);
}.B_contact_panel .container {
    position: relative;
    max-width: 1280px;
    padding: 0 15px;
    margin: 0 auto;
}.B_contact_panel .K_support_inquiry {
    position: relative;
    border-radius: 30px;
    display: flex;
    margin: 0 auto;
    flex-direction: column;
    overflow: hidden;
}.B_contact_panel .t_inquiry_request {
    position: relative;
    width: 100%;
    order: 1;
    z-index: 2;
    background-color: #ffffff;
    border-radius: 30px 30px 0 0;
    padding: 50px 30px;
}.B_contact_panel .t_inquiry_request h3 {
    position: relative;
    margin-bottom: 30px;
    font-size: 21px;
    color: #000000;
    font-weight: 700;
    display: inline-block;
}.B_contact_panel .t_inquiry_request h3::after {
    position: absolute;
    width: 50%;
    height: 3px;
    content: '';
    background-color: rgb(161,173,179);
    bottom: -8px;
    left: 0;
}.B_contact_panel .t_inquiry_request form {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}.B_contact_panel .t_inquiry_request input[type="text"],
.B_contact_panel .t_inquiry_request input[type="email"] {
    border: none;
    height: 60px;
    color: #000000;
    padding: 0 20px;
    transition: box-shadow 0.3s ease, transform 0.3s ease;
    box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.5);
    flex: 1 0 100%;
    background-color: rgb(234,238,239);
    font-size: 18px;
    border-radius: 10px;
}.B_contact_panel .t_inquiry_request input[type="text"]:focus,
.B_contact_panel .t_inquiry_request input[type="email"]:focus {
    box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.5), 0 0 0 3px rgb(161,173,179,0.5);
    transform: translateY(-2px);
    outline: none;
}.B_contact_panel .t_inquiry_request input::placeholder {
    opacity: 0.6;
    color: #000000;
}.B_contact_panel .t_inquiry_request .N_connect_map {
    align-items: flex-start;
    flex: 1 0 100%;
    margin-top: 10px;
    display: flex;
}.B_contact_panel .t_inquiry_request .N_connect_map input[type="checkbox"] {
    height: 24px;
    margin-right: 10px;
    box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.5);
    transition: background-color 0.3s ease;
    margin-top: 2px;
    cursor: pointer;
    appearance: none;
    width: 24px;
    background-color: rgb(234,238,239);
    border-radius: 10px;
    flex-shrink: 0;
    position: relative;
    -webkit-appearance: none;
}.B_contact_panel .t_inquiry_request .N_connect_map input[type="checkbox"]:checked {
    background-color: rgb(161,173,179);
}.B_contact_panel .t_inquiry_request .N_connect_map input[type="checkbox"]:checked::before {
    left: 9px;
    border: solid #ffffff;
    position: absolute;
    height: 10px;
    width: 6px;
    border-width: 0 2px 2px 0;
    top: 6px;
    content: '';
    transform: rotate(45deg);
}.B_contact_panel .t_inquiry_request .N_connect_map label {
    font-size: 15px;
    line-height: 1.6;
    color: #000000;
}.B_contact_panel .t_inquiry_request .N_connect_map label a {
    color: rgb(198,208,212);
    text-decoration: none;
    font-weight: 600;
    position: relative;
}.B_contact_panel .t_inquiry_request .N_connect_map label a::after {
    width: 100%;
    bottom: -2px;
    transition: transform 0.3s ease;
    transform: scaleX(0);
    position: absolute;
    height: 1px;
    content: '';
    background-color: rgb(198,208,212);
    left: 0;
    transform-origin: right;
}.B_contact_panel .t_inquiry_request .N_connect_map label a:hover::after {
    transform: scaleX(1);
    transform-origin: left;
}.B_contact_panel .t_inquiry_request .k_feedback_info {
    cursor: pointer;
    font-size: 15px;
    border-radius: 10px;
    border: none;
    background-color: rgb(161,173,179);
    z-index: 1;
    position: relative;
    flex: 1 0 100%;
    overflow: hidden;
    letter-spacing: 1px;
    box-shadow: 0 4px 10px rgb(161,173,179,0.5);
    height: 60px;
    color: #ffffff;
    transition: all 0.3s ease;
    font-weight: 600;
    margin-top: 15px;
    text-transform: uppercase;
}.B_contact_panel .t_inquiry_request .k_feedback_info::before {
    left: 0;
    transform-origin: right;
    height: 100%;
    border-radius: 10px;
    position: absolute;
    transform: scaleX(0);
    z-index: -1;
    transition: transform 0.5s ease;
    width: 100%;
    content: '';
    background: rgb(198,208,212);
    top: 0;
}.B_contact_panel .t_inquiry_request .k_feedback_info:hover {
    box-shadow: 0 6px 15px rgb(198,208,212,0.5);
}.B_contact_panel .t_inquiry_request .k_feedback_info:hover::before {
    transform: scaleX(1);
    transform-origin: left;
}.B_contact_panel .d_support_reach {
    color: #ffffff;
    flex-direction: column;
    display: flex;
    padding: 50px 30px;
    order: 2;
    align-items: center;
    width: 100%;
    border-radius: 0 0 30px 30px;
    position: relative;
    background-color: rgb(198,208,212);
}.B_contact_panel .d_support_reach::before {
    content: '';
    background: rgb(198,208,212);
    width: 100%;
    clip-path: polygon(0 0, 50% 100%, 100% 0);
    left: 0;
    transform: translateY(-15px);
    top: 0;
    position: absolute;
    height: 30px;
}.B_contact_panel .d_support_reach h3 {
    font-size: 30px;
    text-align: center;
    font-weight: 700;
    width: 100%;
    position: relative;
    margin-bottom: 40px;
    color: #ffffff;
}.B_contact_panel .d_support_reach h3::after {
    position: absolute;
    left: 50%;
    height: 3px;
    width: 60px;
    background-color: rgb(161,173,179);
    bottom: -15px;
    transform: translateX(-50%);
    content: '';
}.B_contact_panel .d_support_reach div {
    position: relative;
    padding: 0;
    display: flex;
    margin-bottom: 30px;
    width: 100%;
    max-width: 400px;
    align-items: center;
}.B_contact_panel .d_support_reach div::before {
    content: '';
    left: 0;
    height: 1px;
    opacity: 0.2;
    position: absolute;
    bottom: -10px;
    background: linear-gradient(to right, transparent, #ffffff, transparent);
    width: 100%;
}.B_contact_panel .d_support_reach div:last-child::before {
    display: none;
}.B_contact_panel .d_support_reach div svg {
    width: 32px;
    border-radius: 50%;
    box-shadow: 0 4px 10px rgb(161,173,179,0.5);
    height: 32px;
    margin-right: 20px;
    padding: 6px;
    background-color: rgb(161,173,179);
}.B_contact_panel .d_support_reach div svg path {
    fill: #ffffff;
}.B_contact_panel .d_support_reach div span {
    font-weight: 400;
    color: #ffffff;
    font-size: 18px;
}.B_contact_panel .d_support_reach div span a {
    position: relative;
    color: #ffffff;
    transition: color 0.3s ease;
    text-decoration: none;
}.B_contact_panel .d_support_reach div span a::after {
    width: 100%;
    bottom: -2px;
    content: '';
    position: absolute;
    transition: transform 0.3s ease;
    background-color: #ffffff;
    left: 0;
    height: 1px;
    transform: scaleX(0);
    transform-origin: right;
}.B_contact_panel .d_support_reach div span a:hover::after {
    transform-origin: left;
    transform: scaleX(1);
}

@media screen and (min-width: 992px) {.B_contact_panel .K_support_inquiry {
    align-items: stretch;
    flex-direction: row;
}.B_contact_panel .t_inquiry_request {
    order: 1;
    padding: 60px;
    border-radius: 30px 0 0 30px;
    width: 60%;
}.B_contact_panel .d_support_reach {
    width: 40%;
    padding: 60px 40px;
    order: 2;
    justify-content: center;
    border-radius: 0 30px 30px 0;
}.B_contact_panel .d_support_reach::before {
    top: 0;
    left: 0;
    width: 30px;
    transform: translateX(-15px);
    height: 100%;
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 0);
}.B_contact_panel .t_inquiry_request input#email {
    flex: 1 0 100%;
}
}

@media screen and (max-width: 991px) {.B_contact_panel {
    padding: 80px 0;
}.B_contact_panel .d_support_reach div {
    max-width: 100%;
}
}

@media screen and (max-width: 767px) {.B_contact_panel {
    padding: 60px 0;
}.B_contact_panel .t_inquiry_request,
    .B_contact_panel .d_support_reach {
    padding: 40px 25px;
}.B_contact_panel .t_inquiry_request h3,
    .B_contact_panel .d_support_reach h3 {
    font-size: calc(21px + 2px);
}.B_contact_panel .t_inquiry_request input[type="text"],
    .B_contact_panel .t_inquiry_request input[type="email"],
    .B_contact_panel .t_inquiry_request .k_feedback_info {
    height: 55px;
}
}

@media screen and (max-width: 480px) {.B_contact_panel {
    padding: 40px 0;
}.B_contact_panel .t_inquiry_request,
    .B_contact_panel .d_support_reach {
    padding: 30px 20px;
}.B_contact_panel .d_support_reach div svg {
    height: 28px;
    margin-right: 15px;
    width: 28px;
}}header {
    position: fixed;
    border-bottom: 2px solid rgb(234,238,239);
    width: 100%;
    top: 0;
    left: 0;
    background-color: #ffffff;
    transition: all 0.3s ease;
    z-index: 1000;
}header:before {
    height: 4px;
    left: 0;
    top: 0;
    position: absolute;
    animation: gradientMove 6s infinite linear;
    width: 100%;
    content: '';
    background: linear-gradient(90deg, rgb(198,208,212), rgb(161,173,179), rgb(198,208,212));
    background-size: 200% 100%;
}header .E_nav_base {
    width: 100%;
    padding: 0;
}header .container {
    position: relative;
    margin: 0 auto;
    padding: 20px;
    max-width: 1200px;
}header .Q_page_header {
    align-items: center;
    display: flex;
    justify-content: space-between;
    position: relative;
}header .q_top_header {
    display: flex;
    align-items: center;
    gap: 35px;
}header .F_head_top {
    padding: 5px 0;
    font-weight: 600;
    transition: all 0.3s ease;
    font-size: 17px;
    text-decoration: none;
    position: relative;
    color: #000000;
    font-family: Arial, sans-serif;
}header .F_head_top:before {
    height: 6px;
    position: absolute;
    left: -15px;
    border-radius: 10px;
    top: 50%;
    content: '';
    width: 6px;
    background-color: rgb(198,208,212);
    transition: transform 0.3s ease;
    transform: translateY(-50%) scale(0);
}header .F_head_top:after {
    transform: scaleX(0);
    height: 2px;
    left: 0;
    transform-origin: center;
    width: 100%;
    content: '';
    background-color: rgb(198,208,212);
    bottom: 0;
    position: absolute;
    transition: transform 0.3s ease;
}header .F_head_top:hover {
    color: rgb(198,208,212);
}header .F_head_top:hover:before {
    transform: translateY(-50%) scale(1);
}header .F_head_top:hover:after {
    transform: scaleX(1);
}header .k_nav_primary {
    align-items: center;
    display: flex;
    text-decoration: none;
    position: relative;
    padding: 5px 10px;
    transition: all 0.3s ease;
}header .k_nav_primary:before {
    background: linear-gradient(to right, rgb(198,208,212), rgb(161,173,179)) border-box;
    top: 0;
    border-radius: 10px;
    -webkit-mask-composite: xor;
    -webkit-mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0);
    opacity: 0;
    mask-composite: exclude;
    left: 0;
    position: absolute;
    content: '';
    width: 100%;
    transition: opacity 0.3s ease;
    border: 2px solid transparent;
    height: 100%;
}header .k_nav_primary:hover:before {
    opacity: 1;
}header .k_nav_primary svg {
    height: 42px;
    width: auto;
    transition: transform 0.3s ease;
}header .k_nav_primary:hover svg {
    transform: scale(1.05);
}

@keyframes gradientMove {
    0% {
        background-position: 0% 0%;
    }
    100% {
        background-position: 200% 0%;
    }
}

@media (max-width: 991px) {header .container {
    padding: 15px;
}header .q_top_header {
    gap: 20px;
}header .F_head_top:before {
    left: -10px;
}header .k_nav_primary svg {
    height: 38px;
}
}

@media (max-width: 767px) {header .q_top_header {
    transition: max-height 0.4s ease;
    position: absolute;
    gap: 0;
    width: 100%;
    z-index: 1001;
    left: 0;
    max-height: 0;
    overflow: hidden;
    padding: 0;
    top: 100%;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
    flex-direction: column;
    background-color: #ffffff;
    border-bottom: 3px solid rgb(198,208,212);
}header .menu.active {
    max-height: 400px;
}header .F_head_top {
    border-bottom: 1px solid rgb(234,238,239);
    padding: 12px 20px;
    width: 100%;
}header .F_head_top:last-child {
    border-bottom: none;
}header .F_head_top:before {
    left: 5px;
}header .Q_page_header {
    padding: 5px 0;
}header .k_nav_primary {
    margin: 0 auto;
}
}

@media (max-width: 480px) {header .container {
    padding: 12px 10px;
}header .k_nav_primary svg {
    height: 32px;
}}.A_developer_experience {
    height: 500px;
    background: rgb(234,238,239);
    position: relative;
    overflow: hidden;
}.A_developer_experience::before {
    position: absolute;
    width: 50%;
    background: rgb(198,208,212);
    left: 0;
    content: "";
    height: 100%;
    top: 0;
    clip-path: polygon(0 0, 100% 0, 85% 100%, 0% 100%);
    z-index: 1;
}.A_developer_experience::after {
    height: 100%;
    mix-blend-mode: overlay;
    z-index: 2;
    position: absolute;
    background: 
        linear-gradient(
            135deg, 
            transparent 0%, 
            rgb(161,173,179,0.5) 100%
        );
    content: "";
    width: 100%;
}.A_developer_experience .D_learner_ratings {
    z-index: 3;
    height: 100%;
    position: relative;
    display: flex;
}.A_developer_experience .h_article_photo {
    top: -15%;
    width: 45%;
    filter: grayscale(30%) contrast(1.1);
    height: 130%;
    z-index: 2;
    border-radius: 0;
    transition: transform 0.6s cubic-bezier(0.23, 1, 0.32, 1);
    position: absolute;
    clip-path: polygon(0 0, 100% 0, 85% 100%, 0% 100%);
    left: 0;
    transform: translateX(-5%);
}.A_developer_experience .h_article_photo::after {
    position: absolute;
    width: 100%;
    background: linear-gradient(
        to right,
        rgb(198,208,212) 0%,
        transparent 100%
    );
    content: "";
    height: 100%;
    top: 0;
    left: 0;
    opacity: 0.3;
}.A_developer_experience:hover .h_article_photo {
    filter: grayscale(0%) contrast(1.2);
    transform: translateX(0%);
}.A_developer_experience .a_exp_table {
    justify-content: center;
    z-index: 3;
    flex-direction: column;
    position: absolute;
    height: 100%;
    right: 0;
    display: flex;
    padding: 0 3rem 0 7rem;
    width: 60%;
}.A_developer_experience .name {
    color: #000000;
    position: relative;
    font-weight: 700;
    animation: slide-left 0.7s forwards 0.2s;
    transform: translateX(50px);
    opacity: 0;
    margin-bottom: 0.7rem;
    font-size: 45px;
}.A_developer_experience .name::before {
    bottom: -10px;
    left: 0;
    position: absolute;
    content: "";
    transform-origin: left;
    background: rgb(198,208,212);
    width: 50px;
    height: 5px;
    transition: transform 0.5s ease 0.7s;
    transform: scaleX(0);
}.A_developer_experience:hover .name::before {
    transform: scaleX(1);
}.A_developer_experience .a_exp_table > div:nth-child(2) {
    transform: translateX(50px);
    animation: slide-left 0.7s forwards 0.4s;
    font-weight: 600;
    margin-bottom: 2rem;
    opacity: 0;
    font-size: 19px;
    text-transform: uppercase;
    letter-spacing: 3px;
    color: rgb(161,173,179);
}.A_developer_experience .J_work_trajectory {
    opacity: 0;
    font-weight: 400;
    color: #000000;
    transform: translateX(50px);
    max-width: 600px;
    line-height: 1.8;
    padding-left: 30px;
    font-size: 12px;
    position: relative;
    animation: slide-left 0.7s forwards 0.6s;
}@keyframes slide-left {
    to {
        transform: translateX(0);
        opacity: 1;
    }
}

.A_developer_experience .J_work_trajectory::before {
    left: 0;
    width: 5px;
    height: 100%;
    top: 0;
    background: linear-gradient(
        to bottom,
        rgb(198,208,212) 0%,
        rgb(161,173,179) 100%
    );
    border-radius: 10px;
    position: absolute;
    content: "";
}.A_developer_experience .J_work_trajectory::after {
    right: -80px;
    bottom: -120px;
    opacity: 0.1;
    color: rgb(198,208,212,0.5);
    z-index: -1;
    line-height: 0;
    position: absolute;
    font-family: serif;
    content: '"';
    font-size: 20rem;
}@keyframes parallax-shift {
    0% {
        transform: translateY(0);
    }
    100% {
        transform: translateY(-20px);
    }
}

.A_developer_experience:hover .h_article_photo {
    animation: parallax-shift 3s ease-in-out infinite alternate;
}.A_developer_experience .a_exp_table > div {
    transition: transform 0.3s ease;
}.A_developer_experience:hover .name {
    transition-delay: 0.1s;
    transform: translateY(-5px);
}.A_developer_experience:hover .a_exp_table > div:nth-child(2) {
    transition-delay: 0.2s;
    transform: translateY(-3px);
}.A_developer_experience:hover .J_work_trajectory {
    transition-delay: 0.3s;
    transform: translateY(-1px);
}

@media (max-width: 992px) {.A_developer_experience {
    height: auto;
    padding: 0;
}.A_developer_experience::before {
    width: 100%;
    clip-path: none;
    height: 250px;
}.A_developer_experience .D_learner_ratings {
    flex-direction: column;
}.A_developer_experience .h_article_photo {
    top: 0;
    width: 100%;
    position: relative;
    transform: none;
    height: 300px;
    clip-path: none;
}.A_developer_experience .a_exp_table {
    width: 100%;
    padding: 2rem;
    position: relative;
}.A_developer_experience:hover .h_article_photo {
    animation: none;
}.A_developer_experience .J_work_trajectory::after {
    display: none;
}}.E_privacy_safeguard {
    padding: 4rem 2rem;
    position: relative;
    background: linear-gradient(135deg, rgb(234,238,239) 0%, rgba(245, 245, 250, 0.95) 100%);
    overflow: hidden;
}.E_privacy_safeguard::before {
    top: 0;
    clip-path: polygon(100% 0, 0 0, 100% 100%);
    content: "";
    background: linear-gradient(45deg, transparent, rgb(161,173,179,0.5));
    z-index: 1;
    right: 0;
    opacity: 0.1;
    width: 30%;
    position: absolute;
    height: 100%;
}.E_privacy_safeguard::after {
    left: 0;
    opacity: 0.05;
    position: absolute;
    z-index: 1;
    background: linear-gradient(-45deg, rgb(198,208,212,0.5), transparent);
    width: 40%;
    bottom: 0;
    content: "";
    height: 100%;
    clip-path: polygon(0 30%, 100% 100%, 0 100%);
}.E_privacy_safeguard .container {
    position: relative;
    z-index: 2;
    border-top: 4px solid rgb(198,208,212);
    background: #ffffff;
    max-width: 1140px;
    padding: 3rem;
    transform: perspective(1000px) rotateX(0.5deg);
    margin: 0 auto;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.03);
}.E_privacy_safeguard h1 {
    transform: translateZ(5px);
    color: #000000;
    margin-bottom: 2rem;
    position: relative;
    font-weight: 700;
    font-size: 44px;
    padding-bottom: 1rem;
}.E_privacy_safeguard h1::after {
    background: linear-gradient(90deg, rgb(198,208,212), rgb(161,173,179));
    height: 4px;
    transition: width 0.3s ease;
    content: "";
    width: 80px;
    transform-origin: left;
    left: 0;
    position: absolute;
    bottom: 0;
}.E_privacy_safeguard h2 {
    margin: 2.5rem 0 1rem;
    color: #000000;
    position: relative;
    border-left: 3px solid rgb(161,173,179);
    padding-left: 1rem;
    font-size: 36px;
    font-weight: 600;
}.E_privacy_safeguard h3 {
    margin: 2rem 0 1rem;
    font-weight: 600;
    border-bottom: 1px dashed rgb(161,173,179,0.5);
    padding-bottom: 0.5rem;
    color: #000000;
    font-size: calc(36px * 0.85);
}.E_privacy_safeguard h4 {
    color: #000000;
    margin: 1.5rem 0 0.75rem;
    display: inline-block;
    font-weight: 600;
    position: relative;
    font-size: calc(36px * 0.7);
}.E_privacy_safeguard h4::after {
    transform: scaleX(0.7);
    content: "";
    width: 100%;
    background: rgb(161,173,179,0.5);
    transition: transform 0.3s ease;
    transform-origin: left;
    left: 0;
    position: absolute;
    height: 2px;
    bottom: -5px;
}.E_privacy_safeguard p {
    font-size: 14px;
    line-height: 1.7;
    transition: color 0.3s ease;
    color: #000000;
    margin-bottom: 1.5rem;
    max-width: 90ch;
}.E_privacy_safeguard p strong {
    position: relative;
    font-weight: 600;
    display: inline-block;
    color: rgb(198,208,212);
}.E_privacy_safeguard p strong::after {
    position: absolute;
    bottom: -2px;
    background: currentColor;
    width: 100%;
    height: 1px;
    content: "";
    opacity: 0.3;
    left: 0;
}.E_privacy_safeguard span {
    border-left: 1px solid rgb(161,173,179,0.5);
    font-size: 14px;
    max-width: 90ch;
    display: block;
    line-height: 1.7;
    color: #000000;
    padding-left: 1rem;
    margin-bottom: 1.5rem;
}.E_privacy_safeguard ul {
    margin: 1.5rem 0 2rem;
    padding-left: 1.5rem;
    list-style: none;
}.E_privacy_safeguard li {
    color: #000000;
    line-height: 1.7;
    padding-left: 1.5rem;
    font-size: 14px;
    margin-bottom: 1rem;
    position: relative;
}.E_privacy_safeguard li::before {
    content: "";
    position: absolute;
    left: 0;
    width: 8px;
    transition: transform 0.3s ease;
    top: 0.65rem;
    transform: rotate(45deg);
    background: rgb(161,173,179);
    height: 8px;
}.E_privacy_safeguard li:hover::before {
    transform: rotate(135deg);
}.E_privacy_safeguard div.container:hover h1::after {
    width: 120px;
}.E_privacy_safeguard div.container:hover h4::after {
    transform: scaleX(1);
}

@media (max-width: 992px) {.E_privacy_safeguard {
    padding: 3rem 1.5rem;
}.E_privacy_safeguard .container {
    transform: perspective(1000px) rotateX(0.3deg);
    padding: 2.5rem 2rem;
}.E_privacy_safeguard h1 {
    font-size: calc(44px * 0.9);
}.E_privacy_safeguard h2 {
    font-size: calc(36px * 0.9);
    padding-left: 0.8rem;
}
}

@media (max-width: 768px) {.E_privacy_safeguard {
    padding: 2rem 1rem;
}.E_privacy_safeguard .container {
    transform: none;
    padding: 2rem 1.5rem;
}.E_privacy_safeguard h1 {
    margin-bottom: 1.5rem;
    font-size: calc(44px * 0.8);
}.E_privacy_safeguard h2 {
    font-size: calc(36px * 0.8);
    margin: 2rem 0 0.8rem;
}.E_privacy_safeguard h3 {
    font-size: calc(36px * 0.7);
}.E_privacy_safeguard h4 {
    font-size: calc(36px * 0.6);
}.E_privacy_safeguard p, 
    .E_privacy_safeguard span, 
    .E_privacy_safeguard li {
    font-size: calc(14px * 0.95);
    line-height: 1.6;
}.E_privacy_safeguard ul {
    padding-left: 0.5rem;
}.E_privacy_safeguard li {
    padding-left: 1.2rem;
}
}

@media (max-width: 576px) {.E_privacy_safeguard {
    padding: 1.5rem 0.75rem;
}.E_privacy_safeguard .container {
    padding: 1.5rem 1rem;
}.E_privacy_safeguard h1 {
    font-size: calc(44px * 0.7);
    padding-bottom: 0.7rem;
}.E_privacy_safeguard h1::after {
    width: 60px;
    height: 3px;
}.E_privacy_safeguard h2 {
    padding-left: 0.7rem;
    font-size: calc(36px * 0.7);
    border-left: 2px solid rgb(161,173,179);
}.E_privacy_safeguard h3 {
    font-size: calc(36px * 0.6);
}.E_privacy_safeguard h4 {
    font-size: calc(36px * 0.55);
}.E_privacy_safeguard p, 
    .E_privacy_safeguard span, 
    .E_privacy_safeguard li {
    margin-bottom: 1.2rem;
    line-height: 1.5;
    font-size: calc(14px * 0.9);
}.E_privacy_safeguard span {
    padding-left: 0.7rem;
}.E_privacy_safeguard li::before {
    width: 6px;
    height: 6px;
}}header .top_plank {
    background: rgb(198,208,212);
    color:  #ffffff;
}header .top_plank .G_top_zone div svg, header .top_plank .G_top_zone div svg path {
    fill: #ffffff;
}header .top_plank .G_top_zone div span {
    color: #ffffff;
}header .top_plank .G_top_zone {
    width: 100%;
    display: flex;
    line-height: 21px;
    justify-content: flex-start;
    flex-wrap: wrap;
    font-size: 12px;
    align-items: center;
    padding: 15px 0 10px 0;
}header .top_plank .G_top_zone div {
    display: flex;
    margin-right: 24px;
    justify-content: flex-start;
    align-items: center;
}header .top_plank .G_top_zone div img, header .top_plank .G_top_zone div svg {
    height: 16px;
    margin-right: 8px;
    width: 16px;
}footer {
    width: 100%;
    position: relative;
}.J_price_table {
    position: relative;
    padding: 70px 0 30px;
    font-family: Arial, sans-serif;
    background-color: #ffffff;
    color: #000000;
}.J_price_table::before {
    width: 100%;
    background: linear-gradient(90deg, rgb(198,208,212), rgb(161,173,179));
    top: 0;
    content: "";
    left: 0;
    position: absolute;
    height: 5px;
}footer .E_goal_footer {
    gap: 60px;
    display: grid;
}footer .J_reach_block {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
    padding-bottom: 40px;
}footer .info_item {
    margin-right: 30px;
    position: relative;
    margin-bottom: 15px;
}footer .info_item:last-child {
    margin-right: 0;
}footer .info_item svg {
    fill: rgb(198,208,212);
    width: 18px;
    height: 18px;
    margin-right: 10px;
    top: 3px;
    position: relative;
}footer .info_item p,
footer .info_item a {
    text-decoration: none;
    transition: color 0.2s ease;
    color: #000000;
    letter-spacing: 0.3px;
    font-size: 13px;
}footer .info_item a:hover {
    color: rgb(198,208,212);
}footer .text_main_holder {
    gap: 40px;
    grid-template-columns: 1fr;
    display: grid;
}footer .Q_top_bar {
    margin-bottom: 15px;
}footer .Q_top_bar svg {
    height: 40px;
    width: auto;
    margin-bottom: 20px;
}footer .m_footer_account {
    max-width: 350px;
    font-size: 14px;
    color: #000000;
    line-height: 1.6;
}footer .q_top_header h5 {
    font-size: 23px;
    color: #000000;
    font-weight: 600;
    position: relative;
    margin-bottom: 25px;
}footer .q_top_header h5::after {
    background-color: rgb(198,208,212);
    content: "";
    position: absolute;
    left: 0;
    height: 2px;
    width: 30px;
    bottom: -8px;
}footer .a_head_learning {
    margin-bottom: 30px;
}footer .a_head_learning a {
    display: block;
    text-decoration: none;
    margin-bottom: 12px;
    transition: transform 0.2s ease, color 0.2s ease;
    font-size: 13px;
    color: #000000;
}footer .a_head_learning a:hover {
    color: rgb(198,208,212);
    transform: translateX(5px);
}footer .subscribe_holder {
    padding: 30px;
    border-radius: 10px;
    background-color: rgba(0, 0, 0, 0.02);
}footer .subscribe_holder h5 {
    margin-bottom: 15px;
    font-weight: 600;
    font-size: 23px;
    color: #000000;
}footer .subscribe_holder p {
    color: #000000;
    font-size: 13px;
    line-height: 1.6;
    margin-bottom: 25px;
}footer .input_holder {
    display: flex;
    gap: 10px;
    flex-direction: column;
}footer .input_holder input[type="email"] {
    transition: border-color 0.3s ease;
    border-radius: 10px;
    border: 1px solid rgba(0, 0, 0, 0.1);
    color: #000000;
    background-color: #ffffff;
    padding: 14px 16px;
    font-size: 13px;
}footer .input_holder input[type="email"]:focus {
    outline: none;
    border-color: rgb(198,208,212);
}footer .r_updates_form {
    border-radius: 10px;
    transition: background-color 0.3s ease;
    border: none;
    color: #ffffff;
    font-weight: 600;
    background-color: rgb(198,208,212);
    padding: 14px 20px;
    cursor: pointer;
    text-align: center;
    font-size: 15px;
}footer .r_updates_form:hover {
    background-color: rgb(161,173,179);
}footer .r_achieve_cta {
    margin-top: 50px;
}footer .V_student_aid {
    text-align: center;
    color: #000000;
    font-size: 14px;
}

@media (min-width: 768px) {footer .text_main_holder {
    gap: 30px;
    grid-template-columns: 1fr 1fr 1fr;
}footer .input_holder {
    flex-direction: row;
}footer .r_updates_form {
    white-space: nowrap;
}
}

@media (max-width: 767px) {footer .J_price_table {
    padding: 50px 0 30px;
}footer .J_reach_block {
    gap: 15px;
    flex-direction: column;
}footer .info_item {
    margin-bottom: 20px;
    margin-right: 0;
}footer .subscribe_holder {
    padding: 20px;
}footer .r_achieve_cta {
    margin-top: 30px;
}
}

@media (max-width: 576px) {footer .J_price_table {
    padding: 40px 0 20px;
}footer .E_goal_footer {
    gap: 40px;
}footer .q_top_header h5, footer .subscribe_holder h5 {
    margin-bottom: 20px;
}}.T_get_updates {
    background: linear-gradient(135deg, rgb(234,238,239) 0%, rgb(161,173,179,0.5) 100%);
    padding: 6rem 0;
    overflow: hidden;
    position: relative;
}.T_get_updates::before {
    content: "";
    width: 70%;
    top: -20%;
    transform: rotate(-15deg);
    height: 200%;
    position: absolute;
    z-index: 1;
    background: linear-gradient(120deg, rgb(198,208,212,0.5) 0%, transparent 60%);
    right: -10%;
}.T_get_updates::after {
    bottom: -30%;
    background: linear-gradient(240deg, rgb(161,173,179,0.5) 0%, transparent 70%);
    width: 45%;
    z-index: 1;
    position: absolute;
    transform: rotate(20deg);
    left: -5%;
    height: 150%;
    content: "";
}.T_get_updates .container {
    position: relative;
    padding: 0 15px;
    margin: 0 auto;
    z-index: 2;
    max-width: 1140px;
}.T_get_updates .B_belief_core {
    backdrop-filter: blur(10px);
    position: relative;
    padding: 3rem;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    background: rgba(255, 255, 255, 0.8);
    transform: perspective(1000px) rotateX(2deg);
}.T_get_updates .B_belief_core:hover {
    transform: perspective(1000px) rotateX(0deg) translateY(-5px);
}.T_get_updates h3 {
    font-size: 23px;
    font-weight: 700;
    color: #000000;
    margin-bottom: 2rem;
    max-width: 85%;
    font-family: Arial, sans-serif;
    position: relative;
    line-height: 1.4;
    z-index: 3;
}.T_get_updates h3::after {
    position: absolute;
    left: 0;
    transform: scaleX(1);
    transform-origin: left;
    content: "";
    transition: transform 0.5s ease;
    background: rgb(198,208,212);
    height: 3px;
    width: 60px;
    bottom: -10px;
}.T_get_updates .B_belief_core:hover h3::after {
    transform: scaleX(1.5);
}.T_get_updates .input_holder {
    align-items: stretch;
    position: relative;
    max-width: 600px;
    display: flex;
    margin-top: 1.5rem;
    flex-direction: row;
    z-index: 3;
}.T_get_updates .input_holder div {
    position: relative;
    margin-right: 15px;
    flex: 1;
}.T_get_updates .input_holder div::before {
    bottom: -4px;
    transition: transform 0.3s ease;
    background: linear-gradient(90deg, rgb(198,208,212) 0%, rgb(161,173,179) 100%);
    transform-origin: left;
    width: 100%;
    left: 0;
    height: 2px;
    transform: scaleX(0);
    position: absolute;
    content: "";
}.T_get_updates .input_holder div:focus-within::before {
    transform: scaleX(1);
}.T_get_updates input[type="email"] {
    font-family: Arial, sans-serif;
    background-color: rgba(255, 255, 255, 0.9);
    color: #000000;
    outline: none;
    border: 1px solid rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
    width: 100%;
    padding: 12px 20px;
    font-size: calc(15px * 0.95);
}.T_get_updates input[type="email"]:focus {
    border-color: rgb(198,208,212);
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(rgb(198,208,212,0.5), 0.1);
}.T_get_updates input[type="email"]::placeholder {
    transition: all 0.3s ease;
    color: rgba(rgba(0, 0, 0, 0.5), 0.5);
}.T_get_updates input[type="email"]:focus::placeholder {
    transform: translateX(5px);
    opacity: 0.5;
}.T_get_updates .r_updates_form {
    transition: all 0.4s cubic-bezier(0.19, 1, 0.22, 1);
    background: linear-gradient(135deg, rgb(198,208,212) 0%, rgb(161,173,179) 100%);
    border: none;
    font-family: Arial, sans-serif;
    padding: 12px 28px;
    position: relative;
    overflow: hidden;
    font-size: 16px;
    color: #ffffff;
    font-weight: 600;
    cursor: pointer;
}.T_get_updates .r_updates_form::before {
    top: 0;
    left: -100%;
    width: 100%;
    content: "";
    transition: all 0.6s ease;
    height: 100%;
    position: absolute;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
}.T_get_updates .r_updates_form:hover {
    transform: translateY(-3px);
    box-shadow: 0 5px 20px rgba(rgb(198,208,212,0.5), 0.3);
}.T_get_updates .r_updates_form:hover::before {
    left: 100%;
}.T_get_updates .r_updates_form:active {
    transform: translateY(0);
    box-shadow: 0 2px 10px rgba(rgb(198,208,212,0.5), 0.2);
}

@media (max-width: 768px) {.T_get_updates {
    padding: 4rem 0;
}.T_get_updates .B_belief_core {
    padding: 2rem;
    transform: perspective(800px) rotateX(1deg);
}.T_get_updates h3 {
    margin-bottom: 1.5rem;
    max-width: 100%;
    font-size: calc(23px * 0.9);
}.T_get_updates .input_holder {
    max-width: 100%;
    flex-direction: column;
}.T_get_updates .input_holder div {
    margin-bottom: 15px;
    margin-right: 0;
}.T_get_updates .r_updates_form {
    width: 100%;
    padding: 14px 20px;
}
}

@media (max-width: 480px) {.T_get_updates {
    padding: 3rem 0;
}.T_get_updates .B_belief_core {
    padding: 1.5rem;
}.T_get_updates h3 {
    font-size: calc(23px * 0.8);
}.T_get_updates h3::after {
    width: 40px;
}.T_get_updates input[type="email"] {
    padding: 12px 15px;
}
}

@media (min-width: 1200px) {.T_get_updates .B_belief_core {
    max-width: 90%;
    margin: 0 auto;
    padding: 4rem;
}.T_get_updates h3 {
    max-width: 75%;
}.T_get_updates .input_holder {
    max-width: 700px;
}}.n_who_we_are {
    overflow: hidden;
    padding: 120px 0 140px;
    position: relative;
    color: #ffffff;
}.n_who_we_are::before {
    content: "";
    right: 0;
    z-index: 1;
    top: 0;
    left: 0;
    bottom: 0;
    position: absolute;
    background: linear-gradient(135deg, 
        rgba(0, 0, 0, 0.85) 0%,
        rgba(0, 0, 0, 0.75) 40%,
        rgba(0, 0, 0, 0.65) 100%);
}.n_who_we_are::after {
    pointer-events: none;
    width: 100%;
    height: 200%;
    content: "";
    background: linear-gradient(135deg, 
        rgb(198,208,212,0.5) 0%,
        transparent 65%);
    z-index: 2;
    top: -50%;
    position: absolute;
    transform: rotate(-15deg);
    right: -50%;
}.n_who_we_are .container {
    max-width: 1200px;
    position: relative;
    margin: 0 auto;
    z-index: 3;
    padding: 0 20px;
}.n_who_we_are h2 {
    color: #ffffff;
    transform: translateX(-10px);
    font-weight: 700;
    margin-bottom: 40px;
    position: relative;
    display: inline-block;
    font-size: calc(33px * 1.2);
}.n_who_we_are h2::after {
    background: rgb(198,208,212);
    content: "";
    left: 0;
    bottom: -12px;
    animation: lineWidth 1.2s cubic-bezier(0.25, 1, 0.5, 1) forwards;
    transform-origin: left;
    width: 80px;
    height: 3px;
    position: absolute;
}@keyframes lineWidth {
    0% { transform: scaleX(0); }
    100% { transform: scaleX(1); }
}

.n_who_we_are .x_text_block {
    padding: 40px;
    flex-direction: column;
    animation: fadeIn 1s 0.3s cubic-bezier(0.25, 1, 0.5, 1) forwards;
    backdrop-filter: blur(10px);
    opacity: 0;
    background: rgba(255, 255, 255, 0.05);
    border-left: 3px solid rgb(161,173,179);
    display: flex;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.2);
    transform: translateY(20px);
}@keyframes fadeIn {
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.n_who_we_are .x_text_block > div {
    position: relative;
}.n_who_we_are .x_text_block p {
    display: inline-block;
    margin-bottom: 20px;
    color: rgb(161,173,179);
    transform: translateX(-10px);
    font-size: calc(12px * 1.5);
    letter-spacing: 0.5px;
    position: relative;
    font-weight: 600;
}.n_who_we_are .x_text_block p::before {
    left: -20px;
    top: 50%;
    background-color: rgb(198,208,212);
    height: 10px;
    content: "";
    width: 10px;
    transform: translateY(-50%);
    position: absolute;
}.n_who_we_are .x_text_block div div {
    column-gap: 40px;
    font-size: 12px;
    column-count: 1;
    line-height: 1.8;
    font-family: Arial, sans-serif;
    margin-bottom: 15px;
    color: rgba(255, 255, 255, 0.9);
    position: relative;
}

@media (min-width: 768px) {.n_who_we_are .x_text_block div div {
    column-count: 2;
}
}

@media (min-width: 992px) {.n_who_we_are {
    padding: 150px 0 180px;
}.n_who_we_are .container {
    padding: 0 40px;
}.n_who_we_are h2 {
    font-size: calc(33px * 1.4);
    margin-bottom: 60px;
}.n_who_we_are .x_text_block {
    margin-left: 40px;
    width: calc(100% - 40px);
    padding: 60px;
}
}

@media (min-width: 1200px) {.n_who_we_are .x_text_block {
    margin-left: 80px;
    width: calc(100% - 80px);
}.n_who_we_are .x_text_block div div {
    font-size: calc(12px * 1.05);
}
}

@media (max-width: 767px) {.n_who_we_are {
    padding: 80px 0 100px;
}.n_who_we_are h2 {
    font-size: calc(33px * 1.1);
    margin-bottom: 30px;
}.n_who_we_are .x_text_block {
    padding: 30px;
}
}

@media (hover: hover) {.n_who_we_are .x_text_block:hover {
    transition: all 0.4s cubic-bezier(0.25, 1, 0.5, 1);
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.25), 0 0 20px rgba(rgb(198,208,212,0.5), 0.2);
    transform: translateY(-5px);
}}

.n_who_we_are .container {
    animation: slideUp 1s cubic-bezier(0.25, 1, 0.5, 1) forwards;
}

@keyframes slideUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@media (prefers-reduced-motion) {.n_who_we_are .container,
    .n_who_we_are .x_text_block,
    .n_who_we_are h2::after {
    animation: none;
    transform: none;
    opacity: 1;
}}.I_thxDiv {
    padding: 7rem 0;
    position: relative;
    overflow: hidden;
    perspective: 1000px;
    background: linear-gradient(135deg, rgb(161,173,179,0.5) 0%, rgb(198,208,212,0.5) 40%, rgb(234,238,239) 100%);
}.I_thxDiv::before {
    opacity: 0.2;
    background: radial-gradient(circle at center, rgb(198,208,212,0.5) 0%, transparent 70%);
    left: -50%;
    top: -50%;
    animation: rotateGradient 30s infinite linear;
    content: "";
    height: 200%;
    width: 200%;
    position: absolute;
}.I_thxDiv::after {
    background-image: 
        radial-gradient(circle at 20% 30%, rgb(161,173,179,0.5) 0%, transparent 8%),
        radial-gradient(circle at 80% 70%, rgb(161,173,179,0.5) 0%, transparent 6%),
        radial-gradient(circle at 40% 80%, rgb(198,208,212,0.5) 0%, transparent 5%),
        radial-gradient(circle at 65% 25%, rgb(198,208,212,0.5) 0%, transparent 7%);
    content: "";
    position: absolute;
    pointer-events: none;
    inset: 0;
}.I_thxDiv .container {
    transform-style: preserve-3d;
    z-index: 2;
    position: relative;
}.I_thxDiv .B_belief_core {
    background: rgba(255, 255, 255, 0.85);
    position: relative;
    backdrop-filter: blur(10px);
    overflow: hidden;
    transition: transform 0.6s cubic-bezier(0.23, 1, 0.32, 1);
    display: flex;
    box-shadow: 
        0 20px 40px rgba(0, 0, 0, 0.1),
        0 0 0 1px rgba(255, 255, 255, 0.1),
        0 5px 15px rgba(0, 0, 0, 0.05);
    flex-direction: column;
    padding: 3rem;
    border: 1px solid rgba(255, 255, 255, 0.3);
    transform: translateZ(0);
    gap: 2.5rem;
}.I_thxDiv .B_belief_core::before {
    animation: shimmer 4s infinite;
    background: linear-gradient(
        90deg,
        transparent 0%,
        rgba(255, 255, 255, 0.2) 50%,
        transparent 100%
    );
    pointer-events: none;
    left: -100%;
    width: 100%;
    content: "";
    top: 0;
    height: 100%;
    position: absolute;
}.I_thxDiv .B_belief_core:hover {
    box-shadow: 
        0 30px 60px rgba(0, 0, 0, 0.15),
        0 0 0 1px rgba(255, 255, 255, 0.2),
        0 10px 25px rgba(0, 0, 0, 0.08);
    transform: translateZ(20px) scale(1.01);
}.I_thxDiv .B_belief_core > div:first-child {
    animation: slideInLeft 0.8s cubic-bezier(0.23, 1, 0.32, 1) forwards 0.2s;
    transform: translateX(-2rem);
    opacity: 0;
    position: relative;
}.I_thxDiv .B_belief_core > div:last-child {
    animation: slideInUp 0.8s cubic-bezier(0.23, 1, 0.32, 1) forwards 0.5s;
    position: relative;
    transform: translateY(2rem);
    opacity: 0;
}.I_thxDiv h5 {
    color: rgb(198,208,212);
    font-weight: 700;
    letter-spacing: 0.02em;
    padding-bottom: 1rem;
    font-size: calc(23px * 1.1);
    margin-bottom: 1rem;
    position: relative;
    display: inline-block;
}.I_thxDiv h5::after {
    bottom: 0;
    left: 0;
    background: linear-gradient(90deg, rgb(198,208,212) 0%, rgb(161,173,179) 100%);
    animation: lineGrow 1.2s cubic-bezier(0.25, 1, 0.5, 1) forwards 1s;
    content: "";
    position: absolute;
    width: 0;
    height: 3px;
}.I_thxDiv p {
    line-height: 1.7;
    color: #000000;
    font-size: 17px;
    z-index: 1;
    transition: color 0.3s ease, transform 0.3s ease;
    margin: 0;
    position: relative;
}.I_thxDiv a {
    backdrop-filter: blur(5px);
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
    text-decoration: none;
    transition: transform 0.4s cubic-bezier(0.23, 1, 0.32, 1), box-shadow 0.4s cubic-bezier(0.23, 1, 0.32, 1);
    display: block;
    overflow: hidden;
    padding: 1.5rem;
    background: rgba(255, 255, 255, 0.7);
    position: relative;
    border-radius: 6px;
}.I_thxDiv a::before {
    content: "";
    position: absolute;
    background: linear-gradient(135deg, rgb(198,208,212,0.5) 0%, transparent 100%);
    opacity: 0;
    z-index: -1;
    inset: 0;
    transition: opacity 0.4s ease;
}.I_thxDiv a:hover {
    transform: translateY(-5px);
    box-shadow: 0 12px 25px rgba(0, 0, 0, 0.1);
}.I_thxDiv a:hover::before {
    opacity: 0.15;
}.I_thxDiv a:hover p {
    color: #000000;
    transform: translateY(-3px);
}.I_thxDiv a::after {
    bottom: 0;
    transform-origin: left;
    content: "";
    transform: scaleX(0);
    position: absolute;
    background: linear-gradient(90deg, rgb(161,173,179) 0%, rgb(198,208,212) 100%);
    width: 100%;
    height: 3px;
    transition: transform 0.4s cubic-bezier(0.25, 1, 0.5, 1);
    left: 0;
}.I_thxDiv a:hover::after {
    transform: scaleX(1);
}

@keyframes slideInLeft {
    from {
        transform: translateX(-2rem);
        opacity: 0;
    }
    to {
        transform: translateX(0);
        opacity: 1;
    }
}

@keyframes slideInUp {
    from {
        transform: translateY(2rem);
        opacity: 0;
    }
    to {
        transform: translateY(0);
        opacity: 1;
    }
}

@keyframes lineGrow {
    from {
        width: 0;
    }
    to {
        width: 60%;
    }
}

@keyframes shimmer {
    0% {
        left: -100%;
    }
    20%, 100% {
        left: 100%;
    }
}

@keyframes rotateGradient {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}

@media (max-width: 991px) {.I_thxDiv {
    padding: 5rem 0;
}.I_thxDiv .B_belief_core {
    padding: 2.5rem;
    gap: 2rem;
}.I_thxDiv h5 {
    font-size: 23px;
}.I_thxDiv p {
    line-height: 1.6;
    font-size: calc(17px * 0.95);
}
}

@media (max-width: 767px) {.I_thxDiv {
    padding: 4rem 0;
}.I_thxDiv .B_belief_core {
    padding: 2rem;
    gap: 1.5rem;
}.I_thxDiv h5 {
    font-size: calc(23px * 0.9);
}.I_thxDiv h5::after {
    height: 2px;
}.I_thxDiv a {
    padding: 1.2rem;
}
}

@media (max-width: 575px) {.I_thxDiv {
    padding: 3rem 0;
}.I_thxDiv .B_belief_core {
    gap: 1.2rem;
    padding: 1.5rem;
}.I_thxDiv h5 {
    font-size: calc(23px * 0.85);
    padding-bottom: 0.75rem;
}.I_thxDiv p {
    line-height: 1.5;
    font-size: calc(17px * 0.9);
}.I_thxDiv a {
    padding: 1rem;
}.I_thxDiv a:hover {
    transform: translateY(-3px);
}
}

@media (hover: none) {.I_thxDiv .B_belief_core:hover {
    transform: none;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1),
                   0 0 0 1px rgba(255, 255, 255, 0.1),
                   0 5px 15px rgba(0, 0, 0, 0.05);
}.I_thxDiv a:hover {
    transform: none;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
}.I_thxDiv a:hover p {
    transform: none;
}
}