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

.eu_wrapper-viewport {
    height: 100%;
    display: flex;
    flex-direction: column;
    min-height: 100%;
}

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

.ud_main_know {
    flex: 1 0 auto;
}


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

.VI_pricing_shelf::before {
    right: 0;
    left: 0;
    z-index: 1;
    position: absolute;
    background: linear-gradient(135deg, rgb(191,208,199,0.5), rgba(0, 0, 0, 0.5) 85%);
    top: 0;
    bottom: 0;
    content: "";
}

.VI_pricing_shelf .yi_cost_table {
    position: relative;
}

.VI_pricing_shelf h2::after {
    transform: translateX(-50%);
    left: 50%;
    width: 80px;
    content: "";
    position: absolute;
    bottom: -15px;
    background: linear-gradient(90deg, rgb(191,208,199), rgb(152,173,163));
    height: 4px;
}

.VI_pricing_shelf .TN_pricing_pack {
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    list-style: none;
    margin: 0;
    padding: 0;
    display: grid;
    gap: 30px;
}

.VI_pricing_shelf .TN_pricing_pack li {
    perspective: 1000px;
    transform-style: preserve-3d;
}

.VI_pricing_shelf .BR_rate_list {
    background: rgba(255, 255, 255, 0.95);
    position: relative;
    min-height: 400px;
    overflow: hidden;
    flex-direction: column;
    backdrop-filter: blur(10px);
    display: flex;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.15);
    height: 100%;
    border-radius: 10px;
    transform-style: preserve-3d;
}

.VI_pricing_shelf .Zp_class_deals {
    flex-direction: column;
    flex: 1;
    z-index: 2;
    display: flex;
    position: relative;
    padding: 30px;
}

.VI_pricing_shelf .Nk_plan_fees h4::after {
    left: 0;
    content: "";
    height: 3px;
    transition: width 0.4s ease;
    bottom: 0;
    background-color: rgb(191,208,199);
    position: absolute;
    width: 40px;
}

.VI_pricing_shelf .gG_cost_fee {
    justify-content: center;
    transition: transform 0.4s ease, color 0.3s ease;
    color: #000000;
    border-radius: 10px;
    transform: translateY(0);
    margin-top: auto;
    padding: 10px 20px;
    font-weight: 700;
    background: linear-gradient(to right, rgba(var(--primary-color-rgb), 0.1), transparent);
    font-size: calc(21px + 4px);
    align-items: center;
    align-self: flex-start;
    display: inline-flex;
}

.VI_pricing_shelf .Nk_plan_fees:hover .gG_cost_fee {
    color: rgb(191,208,199);
    transform: translateY(-5px);
}

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

.Aj_goal_footer .EX_get_support {
    grid-template-columns: repeat(4, 1fr);
    z-index: 3;
    clip-path: polygon(0 0, 100% 0, 100% 85%, 0 100%);
    background-color: rgb(191,208,199);
    display: grid;
    margin-bottom: -2rem;
    padding: 3rem 1.5rem 5rem;
    position: relative;
}

.Aj_goal_footer .info_item {
    padding: 0.5rem 1rem;
    transition: transform 0.3s ease;
    position: relative;
}

.Aj_goal_footer .info_item:hover {
    transform: translateX(10px);
}

.Aj_goal_footer .info_item svg {
    transition: transform 0.3s ease;
    width: 20px;
    height: 20px;
    fill: #ffffff;
}

.Aj_goal_footer .info_item:hover svg {
    transform: scale(1.2);
}

.Aj_goal_footer .hc_top_class {
    clip-path: polygon(0 0, 100% 10%, 100% 100%, 0 90%);
    z-index: 4;
    flex-direction: column;
    background-color: rgb(152,173,163);
    display: flex;
    gap: 1.5rem;
    padding: 4rem 2rem 3rem;
    position: relative;
}

.Aj_goal_footer .hc_top_class:hover svg {
    transform: scale(1.05);
}

.Aj_goal_footer .Ez_main_base {
    z-index: 2;
    position: relative;
    clip-path: polygon(0 5%, 100% 0, 100% 95%, 0 100%);
    gap: 2rem;
    flex-direction: column;
    padding: 5rem 2rem 3rem;
    display: flex;
    background-color: #000000;
}

.Aj_goal_footer .Ez_main_base h5 {
    display: inline-block;
    position: relative;
    font-weight: 600;
    font-size: 19px;
    color: #ffffff;
    margin-bottom: 1.5rem;
}

.Aj_goal_footer .wW_top_know {
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem;
    display: grid;
}

.Aj_goal_footer .wW_top_know a {
    transition: all 0.3s ease;
    position: relative;
    color: #ffffff;
    opacity: 0.8;
    text-decoration: none;
    padding: 0.5rem 0;
    font-size: 12px;
}

.Aj_goal_footer .wW_top_know a:hover {
    opacity: 1;
    padding-left: 10px;
}

.Aj_goal_footer .subscribe_holder {
    flex-direction: column;
    gap: 1.5rem;
    background-color: rgb(152,173,163);
    padding: 4rem 2rem 3rem;
    display: flex;
    position: relative;
    z-index: 3;
}

.Aj_goal_footer .subscribe_holder h5 {
    font-weight: 600;
    margin-bottom: 1rem;
    color: #ffffff;
    font-size: 19px;
}

.Aj_goal_footer .subscribe_holder p {
    color: #ffffff;
    font-size: 12px;
    margin-bottom: 1rem;
    line-height: 1.6;
    opacity: 0.9;
}

.Aj_goal_footer .input_holder input[type="email"]:focus {
    background-color: rgba(255, 255, 255, 0.2);
    outline: none;
    border-color: rgba(255, 255, 255, 0.3);
}

.Aj_goal_footer .input_holder input[type="email"]::placeholder {
    color: rgba(255, 255, 255, 0.6);
}

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

.Aj_goal_footer .Kg_news_signup_form:hover {
    background-color: rgb(191,208,199,0.5);
}

.Aj_goal_footer .hG_verify_cta::before {
    height: 100%;
    width: 100%;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.3) 0%, transparent 70%);
    content: '';
    left: 0;
    position: absolute;
    z-index: -1;
    top: 0;
}

.Ja_thxBlock {
    overflow: hidden;
    position: relative;
    padding: 5rem 0;
    isolation: isolate;
    background: linear-gradient(135deg, rgb(225,233,229) 0%, rgba(rgb(191,208,199,0.5), 0.1) 100%);
}

.Ja_thxBlock::after {
    transform: rotate(15deg) translateZ(0);
    height: 35%;
    filter: blur(20px);
    left: -5%;
    animation: float 18s ease-in-out infinite alternate-reverse;
    opacity: 0.15;
    z-index: -1;
    bottom: -5%;
    content: "";
    width: 35%;
    position: absolute;
    background: linear-gradient(45deg, rgb(152,173,163) 0%, transparent 70%);
}

.Ja_thxBlock .LG_learning_zone {
    padding: clamp(2rem, 5vw, 4rem);
    transform: perspective(1000px) rotateX(2deg) translateZ(0);
    display: grid;
    background: linear-gradient(145deg, rgba(rgb(255, 255, 255, 0.5), 0.95) 0%, rgba(rgb(255, 255, 255, 0.5), 0.85) 100%);
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    position: relative;
    backdrop-filter: blur(10px);
    clip-path: polygon(
        0 0,
        100% 0,
        100% calc(100% - 2rem),
        calc(100% - 2rem) 100%,
        0 100%
    );
    grid-template-columns: 1fr;
    box-shadow: 0 25px 50px -12px rgba(rgba(0, 0, 0, 0.5), 0.1),
                0 -5px 30px -10px rgba(rgb(191,208,199,0.5), 0.05);
    gap: 2.5rem;
}

.Ja_thxBlock h5 {
    font-weight: 700;
    opacity: 0;
    animation: fadeUpIn 0.8s cubic-bezier(0.19, 1, 0.22, 1) forwards;
    letter-spacing: -0.01em;
    line-height: 1.4;
    transform: translateY(20px);
    color: #000000;
    font-size: clamp(calc(23px * 0.8), 4vw, 23px);
    margin: 0;
}

.Ja_thxBlock p {
    margin: 0;
    font-family: Arial, sans-serif;
    transition: color 0.3s ease;
    color: #000000;
    font-size: clamp(calc(12px * 0.95), 3vw, 12px);
    line-height: 1.7;
}

.Ja_thxBlock a {
    position: relative;
    transition: transform 0.3s cubic-bezier(0.19, 1, 0.22, 1);
    padding: 0.5rem 0;
    text-decoration: none;
    overflow: hidden;
    display: block;
}

.Ja_thxBlock a::after {
    transform: scaleX(0.3);
    background: linear-gradient(90deg, rgb(152,173,163) 0%, transparent 100%);
    bottom: 0;
    left: 0;
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    position: absolute;
    transform-origin: left center;
    opacity: 0.5;
    height: 1px;
    width: 100%;
    content: "";
}

.iz_our_background::after {
    bottom: -50px;
    height: 250px;
    background: rgb(191,208,199);
    z-index: 2;
    border-radius: 50%;
    width: 250px;
    filter: blur(40px);
    position: absolute;
    animation: float 10s ease-in-out infinite;
    right: -50px;
    opacity: 0.15;
    content: "";
}

.iz_our_background h2 {
    position: relative;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #ffffff;
    margin-bottom: 30px;
    font-weight: 700;
    font-size: 33px;
    display: inline-block;
}

.iz_our_background:hover h2::after {
    width: 100%;
}

.iz_our_background .mA_text_box_content {
    border-radius: 10px;
    transform: translateY(0);
    overflow: hidden;
    transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    box-shadow: 
        inset 2px 2px 5px rgba(255, 255, 255, 0.05),
        inset -2px -2px 5px rgba(0, 0, 0, 0.25);
    background: rgba(255, 255, 255, 0.03);
    position: relative;
    display: flex;
}

.iz_our_background .mA_text_box_content p::before {
    content: "";
    width: 4px;
    position: absolute;
    border-radius: 10px;
    left: -10px;
    top: 0;
    background: rgb(191,208,199);
    height: 100%;
}

.iz_our_background .mA_text_box_content div div {
    position: relative;
    color: rgb(255, 255, 255, 0.5);
    padding: 20px;
    box-shadow: 
        inset 5px 5px 10px rgba(0, 0, 0, 0.2),
        inset -5px -5px 10px rgba(255, 255, 255, 0.05);
    font-size: 13px;
    line-height: 1.8;
    border-radius: 10px;
    text-align: justify;
    background: rgba(0, 0, 0, 0.2);
}

.IM_academic_expertise::before {
    top: 0;
    background: repeating-linear-gradient(
        -45deg,
        rgba(255, 255, 255, 0.03),
        rgba(255, 255, 255, 0.03) 10px,
        transparent 10px,
        transparent 20px
    );
    width: 100%;
    content: "";
    z-index: -1;
    left: 0;
    height: 100%;
    position: absolute;
}

.IM_academic_expertise .container {
    max-width: 1140px;
    padding: 0 20px;
    margin: 0 auto;
    position: relative;
}

.IM_academic_expertise .Cg_student_ratings:hover {
    box-shadow: 
        0 15px 35px rgba(0, 0, 0, 0.08),
        0 3px 10px rgba(0, 0, 0, 0.05),
        0 25px 50px rgba(0, 0, 0, 0.09);
    transform: perspective(1000px) rotateY(0deg);
}

.IM_academic_expertise .Cg_student_ratings::before {
    right: 0;
    content: "";
    top: 0;
    position: absolute;
    z-index: 0;
    opacity: 0.2;
    background: linear-gradient(135deg, transparent 50%, rgb(152,173,163,0.5) 50%);
    width: 150px;
    height: 150px;
}

.IM_academic_expertise .Lm_img_grid::after {
    position: absolute;
    height: 100%;
    left: 0;
    background: linear-gradient(to bottom, rgba(rgb(191,208,199), 0.1), transparent);
    width: 100%;
    top: 0;
    z-index: 1;
    content: "";
}

.IM_academic_expertise .Cg_student_ratings:hover .Lm_img_grid {
    transform: translateZ(30px) rotate(0deg);
    box-shadow: 
        0 0 0 3px rgba(255, 255, 255, 0.9),
        0 15px 25px rgba(0, 0, 0, 0.2);
}

.IM_academic_expertise .name::after {
    transition: width 0.3s ease;
    width: 40px;
    position: absolute;
    bottom: -5px;
    background: rgb(191,208,199);
    content: "";
    height: 3px;
    left: 0;
}

.IM_academic_expertise .mJ_work_tasks {
    color: #000000;
    padding-left: 1.5rem;
    position: relative;
    line-height: 1.7;
    margin: 0;
    font-size: 18px;
}

.Ne_privacy_space {
    flex-direction: column;
    gap: 25px;
    width: 100%;
    height: auto;
    padding: 40px;
    border: 2px solid rgb(191,208,199);
    background: rgb(152,173,163);
    display: flex;
    color: #ffffff;
    box-shadow: 0 0 10px rgb(191,208,199,0.5), inset 0 0 15px rgba(0, 0, 0, 0.5);
}

.Ne_privacy_space h2 {
    text-transform: uppercase;
    text-align: left;
    font-family: Arial, sans-serif;
    letter-spacing: 1px;
    margin: 0;
    color: rgb(152,173,163);
    font-weight: 600;
    border-left: 4px solid rgb(191,208,199);
    padding-left: 15px;
    font-size: 30px;
}

.Ne_privacy_space li {
    background: rgb(152,173,163,0.5);
    border-radius: 10px;
    line-height: 1.6;
    font-family: Arial, sans-serif;
    border: 1px solid rgb(191,208,199);
    color: #ffffff;
    margin-bottom: 10px;
    font-size: 15px;
    padding: 10px;
}

.Ne_privacy_space p, .Ne_privacy_space span {
    color: #ffffff;
    margin-bottom: 10px;
    font-family: Arial, sans-serif;
    line-height: 1.8;
    font-size: 15px;
}

header::after {
    left: 0;
    height: 100%;
    top: 0;
    z-index: 1;
    content: '';
    position: absolute;
    background: linear-gradient(to bottom, rgb(191,208,199), rgb(152,173,163));
    width: 5px;
}

header .container {
    max-width: 100%;
    z-index: 2;
    position: relative;
    margin: 0;
    padding: 0;
    width: 100%;
}

header .jc_nav_header {
    align-items: center;
    display: flex;
    padding: 0.5rem;
    background: rgba(255, 255, 255, 0.4);
    position: relative;
    border-radius: 10px;
    text-decoration: none;
    transition: all 0.3s ease;
}

header .Ez_main_base {
    padding: 0.4rem 0.6rem;
    position: relative;
    border-radius: 10px;
    align-items: center;
    display: flex;
    gap: 0.4rem;
    background: rgba(255, 255, 255, 0.3);
}

header .vg_main_page {
    overflow: hidden;
    background: #ffffff;
    position: relative;
    border-radius: 10px;
    text-decoration: none;
    font-family: Arial, sans-serif;
    transition: all 0.3s ease;
    font-weight: 400;
    font-size: 17px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.03);
    z-index: 1;
    padding: 0.4rem 0.7rem;
    color: #000000;
}

header .vg_main_page:hover {
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.08);
    transform: translateY(-2px);
    color: #ffffff;
}

.Oj_program_structure::before {
    width: 65%;
    position: absolute;
    background: linear-gradient(45deg, rgb(152,173,163,0.5), rgb(152,173,163));
    top: -5%;
    z-index: 0;
    right: -10%;
    content: "";
    height: 65%;
    opacity: 0.05;
    transform: rotate(-15deg);
}

.Oj_program_structure .container {
    padding: 0 1.5rem;
    position: relative;
    margin: 0 auto;
    z-index: 1;
    max-width: 1400px;
}

.Oj_program_structure h2::after {
    width: 5rem;
    height: 3px;
    bottom: -0.75rem;
    left: 0;
    transform: scaleX(1);
    transform-origin: left center;
    content: "";
    transition: transform 0.5s ease;
    background: linear-gradient(90deg, rgb(152,173,163), rgb(191,208,199));
    position: absolute;
}

.Oj_program_structure .Lm_img_grid {
    transition: transform 0.6s cubic-bezier(0.215, 0.61, 0.355, 1), box-shadow 0.6s ease;
    height: 400px;
    transform: perspective(1000px) rotateY(-3deg);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
    position: relative;
    overflow: hidden;
}

.Oj_program_structure .Lm_img_grid::after {
    transition: left 0.8s ease-out;
    content: "";
    transform: rotate(45deg);
    left: -100%;
    width: 200%;
    top: 30%;
    height: 200%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    position: absolute;
}

.Oj_program_structure .mA_text_box_content {
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    padding: 2.5rem;
    transition: transform 0.5s ease, box-shadow 0.5s ease;
    background-color: #ffffff;
    overflow: hidden;
    transform: translateY(0);
    position: relative;
}

.Oj_program_structure .container:hover .mA_text_box_content {
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
    transform: translateY(-10px);
}

.Oj_program_structure .description {
    font-size: 17px;
    color: #000000;
    line-height: 1.8;
    position: relative;
    margin-bottom: 1.5rem;
    transition: color 0.3s ease;
}

.Oj_program_structure .description strong {
    background-clip: text !important;
    background: linear-gradient(to right, rgb(152,173,163,0.5), transparent);
    color: #000000;
    -webkit-background-clip: text !important;
}

.iv_welcome::before {
    content: "";
    width: 100%;
    background: radial-gradient(circle at 30% 30%, rgb(152,173,163,0.5) 0%, transparent 60%);
    height: 100%;
    animation: pulse 15s ease-in-out infinite alternate;
    left: 0;
    z-index: 1;
    position: absolute;
    top: 0;
}

.iv_welcome .He_page_first {
    max-width: 1200px;
    width: 100%;
    animation: fadeUp 1.2s 0.3s cubic-bezier(0.19, 1, 0.22, 1) forwards;
    position: relative;
    transform: translateY(2rem);
    opacity: 0;
    grid-template-columns: 1fr;
    z-index: 2;
    display: grid;
    gap: 3rem;
}

.iv_welcome .He_page_first > div:first-child p {
    transform: translateX(-10px);
    animation: fadeSlideRight 1s 1s ease-out forwards;
    letter-spacing: 0.5px;
    opacity: 0;
    font-size: calc(14px * 1.2);
    line-height: 1.6;
    font-weight: 600;
    text-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
    color: #ffffff;
    max-width: 90%;
}

.iv_welcome .xP_learn_training:hover {
    transform: perspective(1000px) rotateY(0deg) rotateX(0deg);
}

.iv_welcome .xP_learn_training > div {
    padding: 3rem 2.5rem;
    justify-content: space-between;
    flex-direction: column;
    position: relative;
    min-height: 460px;
    display: flex;
}

.iv_welcome .xP_learn_training > div::after {
    position: absolute;
    width: 100%;
    content: "";
    bottom: 0;
    background: linear-gradient(to top, #000000 10%, rgba(0, 0, 0, 0) 100%);
    height: 60%;
    z-index: 2;
    left: 0;
}

.iv_welcome .xP_learn_training > div > div {
    position: relative;
    z-index: 3;
}

.iv_welcome .xP_learn_training > div > div > div {
    padding-left: 1.5rem;
    position: relative;
}

.iv_welcome .xP_learn_training > div > div > div::before {
    left: 0;
    transform: scaleY(0);
    animation: scaleInY 1.2s 1.2s cubic-bezier(0.19, 1, 0.22, 1) forwards;
    width: 4px;
    top: 0;
    transform-origin: top;
    background: rgb(191,208,199);
    height: 100%;
    position: absolute;
    content: "";
}

.bJ_privacySettingsBanner {
    box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.5);
    align-items: center;
    background: rgb(225,233,229);
    bottom: 0;
    padding: 1rem 0;
    width: 100%;
    z-index: 90;
    transition: transform 0.3s ease-in-out;
    display: flex;
    justify-content: center;
    border-top: 3px solid rgb(191,208,199);
    position: fixed;
    overflow: hidden;
}

.VZ_cookie_notice {
    display: flex;
    align-items: center;
    margin-right: 1rem;
    flex-shrink: 0;
}

.VZ_cookie_notice svg {
    width: 50px;
    height: 50px;
    fill: rgb(191,208,199);
}

.WZ_digital_cookies h5 {
    color: rgb(191,208,199);
    font-weight: 600;
    font-size: 1.5rem;
    margin-bottom: 0.5rem;
}

.WM_privacy_switch {
    color: #ffffff;
    background: rgb(191,208,199);
    cursor: pointer;
    padding: 0.75rem 1.5rem;
    display: inline-block;
    transition: background-color 0.3s ease, transform 0.3s ease;
    border-radius: 10px;
    text-decoration: none;
    border: none;
    font-size: 1rem;
    font-weight: 700;
}

.bJ_privacySettingsBanner p a:hover {
    color: #000000;
}


.Mx_take_a_spin {
    z-index: 1;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
    padding: 5rem 2rem;
    overflow: hidden;
    background: linear-gradient(135deg, rgb(152,173,163) 0%, rgb(191,208,199) 100%);
    position: relative;
}

.Mx_take_a_spin::after {
    width: 80%;
    background: radial-gradient(
        circle at center,
        rgba(255, 255, 255, 0.2) 0%,
        rgba(255, 255, 255, 0) 60%
    );
    pointer-events: none;
    transform: rotate(30deg);
    content: "";
    z-index: -1;
    position: absolute;
    top: -50%;
    right: -50%;
    height: 200%;
}

.Mx_take_a_spin h2 {
    color: #ffffff;
    letter-spacing: 0.01em;
    opacity: 1;
    max-width: 90%;
    font-size: 35px;
    line-height: 1.4;
    text-align: center;
    margin: 0;
    transform: translateY(0);
    font-weight: 600;
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    transition: transform 0.8s cubic-bezier(0.16, 1, 0.3, 1), opacity 0.8s cubic-bezier(0.16, 1, 0.3, 1);
}

.Mx_take_a_spin .LG_learning_zone:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.15), 0 3px 10px rgba(0, 0, 0, 0.1);
}

.Mx_take_a_spin svg {
    width: 48px;
    flex-shrink: 0;
    transition: transform 0.5s cubic-bezier(0.34, 1.56, 0.64, 1);
    filter: drop-shadow(0px 2px 4px rgba(0, 0, 0, 0.1));
    height: 48px;
}

.Mx_take_a_spin .wc_reach_links {
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    color: rgb(191,208,199);
    position: relative;
    text-decoration: none;
    padding: 1rem 2.5rem;
    justify-content: center;
    font-size: 14px;
    letter-spacing: 0.03em;
    display: inline-flex;
    align-items: center;
    overflow: hidden;
    border-radius: 10px;
    font-weight: 600;
    transition: transform 0.4s cubic-bezier(0.165, 0.84, 0.44, 1),
                box-shadow 0.4s cubic-bezier(0.165, 0.84, 0.44, 1),
                color 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    z-index: 1;
    background: #ffffff;
}

.Mx_take_a_spin .wc_reach_links:active {
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    transform: translateY(1px);
}

.hv_get_in_touch::before {
    width: 400px;
    position: absolute;
    right: -150px;
    border-radius: 50%;
    height: 400px;
    filter: blur(70px);
    background: linear-gradient(45deg, rgb(191,208,199,0.5), rgb(152,173,163,0.5));
    top: -150px;
    z-index: 1;
    content: "";
}

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

.hv_get_in_touch h2::before {
    border-radius: 50%;
    left: calc(50% - 120px);
    position: absolute;
    background: rgb(191,208,199,0.5);
    top: -25px;
    width: 50px;
    z-index: -1;
    height: 50px;
    content: "";
}

.hv_get_in_touch .ro_connect_feedback {
    overflow: hidden;
    border-radius: 20px;
    background: #ffffff;
    display: flex;
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.1);
    position: relative;
}

.hv_get_in_touch .Lm_img_grid {
    position: relative;
    min-height: 500px;
    transition: transform 0.5s ease;
    flex: 0 0 45%;
}

.hv_get_in_touch .Lm_img_grid::before {
    position: absolute;
    z-index: 1;
    content: "";
    inset: 0;
    background: linear-gradient(135deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.5));
}

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

.hv_get_in_touch form h3 {
    color: #000000;
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 30px;
}

.hv_get_in_touch form input[type="text"]:focus {
    border: 1px solid transparent;
    background: linear-gradient(rgb(225,233,229), rgb(225,233,229)) padding-box,
                linear-gradient(to right, rgb(191,208,199), rgb(152,173,163)) border-box;
    outline: none;
    box-shadow: 0 5px 15px rgba(rgb(191,208,199), 0.1);
}

.hv_get_in_touch .BW_contact_message input[type="checkbox"] {
    position: absolute;
    opacity: 0;
}

.hv_get_in_touch .BW_contact_message label::before {
    content: "";
    width: 22px;
    transition: all 0.3s ease;
    height: 22px;
    border-radius: 6px;
    left: 0;
    background: rgb(225,233,229);
    top: 0;
    position: absolute;
}

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

.hv_get_in_touch .wc_reach_links {
    background: linear-gradient(135deg, rgb(191,208,199), rgb(152,173,163));
    overflow: hidden;
    width: 100%;
    font-size: 14px;
    cursor: pointer;
    padding: 20px;
    position: relative;
    border-radius: 12px;
    color: #ffffff;
    border: none;
    transition: all 0.5s ease;
    z-index: 1;
    font-weight: 600;
}

.hv_get_in_touch svg {
    width: 24px;
    stroke: rgb(191,208,199);
    transition: all 0.3s ease;
    margin-right: 12px;
    fill: none;
    height: 24px;
}

.hv_get_in_touch svg:hover,
.hv_get_in_touch svg:hover path {
    stroke: rgb(152,173,163);
}


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



@media screen and (min-width: 768px) and (max-width: 1199px) {.VI_pricing_shelf .TN_pricing_pack {
    grid-template-columns: repeat(2, 1fr);
}.VI_pricing_shelf .BR_rate_list {
    min-height: 420px;
}.VI_pricing_shelf {
    padding: 100px 0;
}
}



@media (prefers-reduced-motion: reduce) {.VI_pricing_shelf .Nk_plan_fees,
    .VI_pricing_shelf .Nk_plan_fees:hover,
    .VI_pricing_shelf h2,
    .VI_pricing_shelf .BR_rate_list::before,
    .VI_pricing_shelf .Nk_plan_fees h4,
    .VI_pricing_shelf .gG_cost_fee {
    transition: none;
    transform: none;
}}



@media (max-width: 1200px) {.Aj_goal_footer .EX_get_support {
    gap: 1.5rem;
    grid-template-columns: repeat(2, 1fr);
}.Aj_goal_footer .text_main_holder {
    grid-template-columns: 1fr 1.5fr;
}.Aj_goal_footer .subscribe_holder {
    grid-column: 1 / -1;
}
}



@media (max-width: 991px) {.Aj_goal_footer .text_main_holder {
    grid-template-columns: 1fr;
}.Aj_goal_footer .hc_top_class,
    .Aj_goal_footer .Ez_main_base,
    .Aj_goal_footer .subscribe_holder {
    clip-path: none;
}.Aj_goal_footer .Ez_main_base {
    padding: 3rem 2rem;
}.Aj_goal_footer .hc_top_class {
    align-items: center;
    text-align: center;
    padding: 3rem 2rem;
}.Aj_goal_footer .subscribe_holder {
    padding: 3rem 2rem;
}.Aj_goal_footer .hG_verify_cta {
    clip-path: none;
    padding: 3rem 0 2rem;
}
}



@media (max-width: 576px) {.Aj_goal_footer .hc_top_class,
    .Aj_goal_footer .Ez_main_base,
    .Aj_goal_footer .subscribe_holder {
    padding: 2.5rem 1.5rem;
}.Aj_goal_footer .hG_verify_cta {
    padding: 2.5rem 0 1.5rem;
}.Aj_goal_footer .info_item {
    padding: 0.5rem 0;
}.Aj_goal_footer .info_item p,
    .Aj_goal_footer .info_item a {
    justify-content: center;
}}



@media (min-width: 992px) {.Ja_thxBlock .LG_learning_zone {
    gap: 6rem;
}.Ja_thxBlock h5 {
    font-size: 23px;
}.Ja_thxBlock p {
    font-size: 12px;
}
}



@media (max-width: 480px) {.Ja_thxBlock {
    padding: 4rem 0;
}.Ja_thxBlock .LG_learning_zone {
    padding: 2rem 1.5rem;
    clip-path: polygon(
            0 0,
            100% 0,
            100% calc(100% - 1rem),
            calc(100% - 1rem) 100%,
            0 100%
        );
}.Ja_thxBlock h5 {
    font-size: calc(23px * 0.75);
}.Ja_thxBlock p {
    font-size: calc(12px * 0.9);
}
}



@media (min-width: 768px) {.iz_our_background {
    padding: 150px 0;
}.iz_our_background .container {
    transform: perspective(1000px) rotateX(2deg);
    padding: 60px;
}.iz_our_background h2 {
    font-size: calc(33px * 1.2);
    margin-bottom: 50px;
}.iz_our_background .mA_text_box_content {
    display: flex;
    box-shadow: 
            inset 3px 3px 7px rgba(255, 255, 255, 0.05),
            inset -3px -3px 7px rgba(0, 0, 0, 0.25),
            10px 10px 20px rgba(0, 0, 0, 0.1);
    flex-direction: row;
}.iz_our_background .mA_text_box_content > div {
    padding: 40px;
}.iz_our_background .mA_text_box_content p {
    margin-bottom: 30px;
    font-size: calc(13px * 1.8);
}.iz_our_background .mA_text_box_content div div {
    padding: 30px;
    column-rule: 1px solid rgba(255, 255, 255, 0.1);
    column-gap: 40px;
    column-count: 2;
}
}



@media (max-width: 480px) {.iz_our_background {
    padding: 60px 0;
}.iz_our_background .container {
    padding: 20px;
    transform: none;
}.iz_our_background h2 {
    margin-bottom: 20px;
    font-size: calc(33px * 0.9);
}.iz_our_background .mA_text_box_content > div {
    padding: 15px;
}.iz_our_background .mA_text_box_content p {
    font-size: 13px;
    margin-bottom: 10px;
}.iz_our_background .mA_text_box_content div div {
    padding: 10px;
    font-size: calc(13px * 0.85);
}}



@media (min-width: 992px) {.IM_academic_expertise {
    padding: 7rem 0;
}.IM_academic_expertise .Cg_student_ratings {
    padding: 3.5rem;
    grid-template-areas: "photo info quote";
    grid-template-rows: 1fr;
    gap: 0 3rem;
    grid-template-columns: auto 1fr 2fr;
}.IM_academic_expertise .Cg_student_ratings > div:nth-child(1) {
    grid-area: photo;
}.IM_academic_expertise .Cg_student_ratings > div:nth-child(2) {
    align-self: center;
    grid-area: info;
}.IM_academic_expertise .Cg_student_ratings > div:nth-child(3) {
    padding-left: 3rem;
    border-left: 1px solid rgba(0, 0, 0, 0.07);
    grid-area: quote;
}.IM_academic_expertise .Lm_img_grid {
    width: 180px;
    height: 180px;
}.IM_academic_expertise .mJ_work_tasks {
    padding-left: 0;
}.IM_academic_expertise .mJ_work_tasks::before {
    left: -30px;
}
}


@media only screen and (max-width: 800px) {.Ne_privacy_space {
    padding: 20px;
}.Ne_privacy_space h1 {
    margin-bottom: 15px;
    font-size: calc(19px - 4px);
}.Ne_privacy_space h2 {
    margin-bottom: 10px;
    font-size: calc(19px - 2px);
}.Ne_privacy_space ul {
    padding-left: 15px;
}.Ne_privacy_space li {
    margin-bottom: 8px;
    padding: 8px;
}.Ne_privacy_space div {
    padding: 15px;
}}



@media (max-width: 767px) {header::after {
    width: 3px;
}header .KJ_page_header {
    gap: 0.7rem;
    flex-direction: column;
    align-items: flex-start;
    padding: 0.8rem 2%;
    margin-left: 3px;
}header .jc_nav_header {
    padding: 0.4rem;
}header .jc_nav_header svg {
    width: 120px;
}header .Ez_main_base {
    width: 98%;
    padding: 0.4rem;
    overflow-x: auto;
    justify-content: flex-start;
}header .Ez_main_base::-webkit-scrollbar {
    height: 2px;
}header .Ez_main_base::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background: rgb(191,208,199);
}header .vg_main_page {
    font-size: calc(17px - 1px);
    white-space: nowrap;
    padding: 0.3rem 0.5rem;
}
}



@media (min-width: 992px) {.Oj_program_structure {
    padding: 10rem 0;
}.Oj_program_structure h2 {
    max-width: 60%;
    font-size: calc(29px * 1.2);
}.Oj_program_structure .mt_program_map {
    gap: 4rem;
}.Oj_program_structure .Lm_img_grid {
    transform: perspective(1000px) rotateY(-5deg) translateX(-20px);
    height: 550px;
}.Oj_program_structure .container:hover .Lm_img_grid {
    transform: perspective(1000px) rotateY(0deg) translateX(0);
}.Oj_program_structure .mA_text_box_content {
    background-color: rgba(255, 255, 255, 0.95);
    margin-right: -2rem;
    padding: 3.5rem;
    backdrop-filter: blur(10px);
    max-height: 550px;
}.Oj_program_structure .description {
    font-size: calc(17px * 1.05);
    line-height: 1.9;
}
}



@media (max-width: 767px) {.Oj_program_structure {
    padding: 4rem 0;
}.Oj_program_structure h2 {
    margin-bottom: 2rem;
    font-size: calc(29px * 0.9);
    max-width: 100%;
}.Oj_program_structure .Lm_img_grid {
    transform: perspective(1000px) rotateY(0deg);
    height: 300px;
}.Oj_program_structure .mA_text_box_content {
    padding: 2rem;
}.Oj_program_structure .description {
    line-height: 1.7;
    font-size: calc(17px * 0.95);
}}



@media (min-width: 768px) {.iv_welcome {
    padding: 5rem 3rem;
}.iv_welcome .He_page_first {
    gap: 4rem;
    grid-template-columns: 1fr 1fr;
}.iv_welcome .He_page_first > div:first-child {
    display: flex;
    align-items: center;
    order: 1;
}.iv_welcome .He_page_first > div:first-child p {
    font-size: calc(14px * 1.4);
    max-width: 80%;
}.iv_welcome .xP_learn_training {
    order: 2;
    transform: perspective(1200px) rotateY(-3deg) rotateX(1deg);
}.iv_welcome .xP_learn_training > div {
    padding: 4rem 3rem;
    min-height: 520px;
}.iv_welcome .xP_learn_training h3 {
    font-size: calc(22px * 1.2);
    max-width: 85%;
}.iv_welcome .xP_learn_training .title_style_header {
    font-size: calc(45px * 1.2);
}
}



@media (max-width: 480px) {.iv_welcome {
    padding: 3rem 1.5rem;
}.iv_welcome .He_page_first > div:first-child p {
    font-size: 14px;
    max-width: 100%;
}.iv_welcome .xP_learn_training > div {
    min-height: 400px;
    padding: 2rem 1.5rem;
}.iv_welcome .xP_learn_training h3 {
    font-size: 22px;
}.iv_welcome .xP_learn_training .title_style_header {
    font-size: calc(45px * 0.85);
}}



@media (max-width: 991px) {.Mx_take_a_spin {
    padding: 4rem 1.5rem;
}.Mx_take_a_spin h2 {
    max-width: 100%;
    font-size: calc(35px * 0.9);
}.Mx_take_a_spin .LG_learning_zone {
    padding: 1.25rem;
    border-left: none;
    text-align: center;
    border-top: 3px solid #ffffff;
    flex-direction: column;
    gap: 1rem;
}.Mx_take_a_spin .wc_reach_links {
    width: 100%;
    padding: 0.85rem 2rem;
}
}



@media (max-width: 480px) {.Mx_take_a_spin {
    padding: 2.5rem 0.75rem;
}.Mx_take_a_spin h2 {
    font-size: calc(35px * 0.7);
}.Mx_take_a_spin .wc_reach_links {
    font-size: calc(14px * 0.9);
    padding: 0.75rem 1.5rem;
}.Mx_take_a_spin svg {
    height: 36px;
    width: 36px;
}
}



@media (max-width: 1024px) {.hv_get_in_touch {
    padding: 70px 0;
}.hv_get_in_touch .pw_connect_message {
    padding: 45px;
}.hv_get_in_touch .Lm_img_grid {
    min-height: 450px;
}
}



@media (max-width: 480px) {.hv_get_in_touch {
    padding: 50px 0;
}.hv_get_in_touch h2 {
    font-size: calc(33px * 0.9);
    margin-bottom: 30px;
}.hv_get_in_touch .Lm_img_grid {
    min-height: 220px;
}.hv_get_in_touch .pw_connect_message {
    padding: 30px 20px;
}.hv_get_in_touch form h3 {
    margin-bottom: 20px;
    font-size: calc(24px * 0.9);
}.hv_get_in_touch form input[type="text"] {
    margin-bottom: 16px;
    font-size: calc(12px * 0.95);
    padding: 14px 16px;
}.hv_get_in_touch .wc_reach_links {
    padding: 16px;
}.hv_get_in_touch .BW_contact_message label {
    font-size: calc(15px * 0.95);
}
}



@keyframes expandLine {
    0% {
        transform: scaleX(0);
    }
    100% {
        transform: scaleX(1);
    }
}



@keyframes pulse {
    0%, 100% {
        transform: scale(1) translateZ(0);
        opacity: 0.2;
    }
    50% {
        transform: scale(1.2) translateZ(0);
        opacity: 0.3;
    }
}



@keyframes float {
    0%, 100% {
        transform: translateY(0) scale(1);
    }
    50% {
        transform: translateY(-30px) scale(1.1);
    }
}



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



@keyframes pulse {
  0%, 100% {
    opacity: 0.3;
    transform: scale(1);
  }
  50% {
    opacity: 0.6;
    transform: scale(1.1);
  }
}

