﻿* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}svg {
    height: 30px;
    width: 30px;
}.yJ_access_cta {
    flex: 0 0 auto;
}header,footer {
    width: 100%;
}.EY_nav_main {
    flex: 1 0 auto;
}.container {
    margin: auto;
    width: 1272px;
    max-width: 100%;
}html,body {
    color: #000000;
    min-height: 100%;
    font-family: Arial, sans-serif;
    height: 100%;
}a {
    color: inherit;
    text-decoration: none;
}.aS_segment-wrapper {
    min-height: 100%;
    flex-direction: column;
    display: flex;
    height: 100%;
}
@media only screen and (max-width: 1200px)  {.container {
    width: 100%;
    padding: 0 20px;
}
}
@media only screen and (max-width: 800px)  {.container {
    padding: 0 12px;
}}
.Eq_tyHub {
    overflow: hidden;
    padding: 5rem 0;
    background: linear-gradient(135deg, rgb(194,195,190,0.5), rgb(153,154,152,0.5) 70%);
    z-index: 1;
    position: relative;
}.Eq_tyHub::before {
    top: 0;
    background-image: repeating-linear-gradient(
        45deg,
        transparent,
        transparent 10px,
        rgba(255, 255, 255, 0.03) 10px,
        rgba(255, 255, 255, 0.03) 20px
    );
    position: absolute;
    height: 100%;
    width: 100%;
    z-index: -1;
    left: 0;
    content: '';
}.Eq_tyHub::after {
    transform: scale(1.5);
    position: absolute;
    content: '';
    width: 100%;
    top: -50%;
    z-index: -1;
    background: radial-gradient(circle, rgb(153,154,152,0.5) 0%, transparent 70%);
    right: -50%;
    animation: pulse 15s infinite alternate ease-in-out;
    height: 100%;
    opacity: 0.4;
}.Eq_tyHub .container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 2rem;
    position: relative;
}.Eq_tyHub .Qy_skill_studio {
    transform: perspective(1000px) rotateX(2deg);
    z-index: 2;
    transition: transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
    flex-direction: column;
    max-width: 900px;
    backdrop-filter: blur(10px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1), 
                0 5px 15px rgba(0, 0, 0, 0.05),
                0 0 0 1px rgba(255, 255, 255, 0.1);
    background: rgba(255, 255, 255, 0.9);
    display: flex;
    padding: 3.5rem;
    position: relative;
    margin: 0 auto;
}.Eq_tyHub .Qy_skill_studio:hover {
    transform: perspective(1000px) rotateX(0deg) translateY(-5px);
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.12), 
                0 10px 20px rgba(0, 0, 0, 0.07),
                0 0 0 1px rgba(255, 255, 255, 0.15);
}.Eq_tyHub .Qy_skill_studio > div:first-child {
    margin-bottom: 2rem;
    position: relative;
}.Eq_tyHub .Qy_skill_studio > div:first-child::before {
    top: 50%;
    left: -3.5rem;
    transform: translateY(-50%);
    background: rgb(194,195,190);
    content: '';
    width: 1.5rem;
    height: 60px;
    position: absolute;
}.Eq_tyHub h5 {
    position: relative;
    font-weight: 700;
    padding-left: 1rem;
    color: #000000;
    margin: 0;
    line-height: 1.4;
    border-left: 3px solid rgb(153,154,152);
    font-size: 23px;
}.Eq_tyHub a {
    position: relative;
    transition: all 0.4s ease;
    text-decoration: none;
    overflow: hidden;
    display: block;
    transform-origin: left center;
}.Eq_tyHub a::before {
    background: linear-gradient(90deg, rgb(194,195,190,0.5) 0%, transparent 100%);
    opacity: 0;
    position: absolute;
    width: 100%;
    transition: opacity 0.5s ease;
    content: '';
    z-index: -1;
    height: 100%;
}.Eq_tyHub a:hover::before {
    opacity: 0.1;
}.Eq_tyHub p {
    transition: transform 0.3s ease, color 0.3s ease;
    font-size: 16px;
    line-height: 1.7;
    color: #000000;
    margin: 0;
}.Eq_tyHub a:hover p {
    color: rgb(194,195,190);
    transform: translateX(5px);
}.Eq_tyHub .Qy_skill_studio > div:last-child {
    padding-top: 2rem;
    position: relative;
}.Eq_tyHub .Qy_skill_studio > div:last-child::before {
    background: linear-gradient(90deg, rgb(194,195,190,0.5), transparent 80%);
    content: '';
    height: 1px;
    position: absolute;
    left: 0;
    width: 100%;
    top: 0;
}

@keyframes pulse {
    0% { transform: scale(1.5); opacity: 0.4; }
    50% { transform: scale(1.7); opacity: 0.5; }
    100% { transform: scale(1.5); opacity: 0.4; }
}

@media (max-width: 992px) {.Eq_tyHub {
    padding: 4rem 0;
}.Eq_tyHub .Qy_skill_studio {
    padding: 2.5rem;
    transform: perspective(800px) rotateX(1deg);
}.Eq_tyHub .Qy_skill_studio > div:first-child::before {
    height: 50px;
    left: -2.5rem;
    width: 1rem;
}.Eq_tyHub h5 {
    font-size: calc(23px - 0.1rem);
}
}

@media (max-width: 768px) {.Eq_tyHub {
    padding: 3rem 0;
}.Eq_tyHub .Qy_skill_studio {
    transform: none;
    padding: 2rem;
}.Eq_tyHub .Qy_skill_studio:hover {
    transform: translateY(-5px);
}.Eq_tyHub .Qy_skill_studio > div:first-child::before {
    left: -2rem;
    width: 0.7rem;
    height: 40px;
}.Eq_tyHub h5 {
    padding-left: 0.7rem;
    font-size: calc(23px - 0.2rem);
}
}

@media (max-width: 576px) {.Eq_tyHub {
    padding: 2.5rem 0;
}.Eq_tyHub .container {
    padding: 0 1.5rem;
}.Eq_tyHub .Qy_skill_studio {
    padding: 1.5rem;
}.Eq_tyHub .Qy_skill_studio > div:first-child {
    margin-bottom: 1.5rem;
}.Eq_tyHub .Qy_skill_studio > div:first-child::before {
    height: 30px;
    width: 0.5rem;
    left: -1.5rem;
}.Eq_tyHub h5 {
    padding-left: 0.5rem;
    font-size: calc(23px - 0.3rem);
}.Eq_tyHub p {
    line-height: 1.6;
    font-size: calc(16px - 0.1rem);
}.Eq_tyHub .Qy_skill_studio > div:last-child {
    padding-top: 1.5rem;
}}.ZL_get_support {
    overflow: hidden;
    padding: 6rem 2rem;
    font-family: Arial, sans-serif;
    background: linear-gradient(135deg, rgb(233,232,216) 40%, rgba(rgb(194,195,190,0.5), 0.05) 100%);
    position: relative;
}.ZL_get_support::before {
    height: 25rem;
    z-index: 0;
    position: absolute;
    animation: pulse 12s infinite alternate ease-in-out;
    background: radial-gradient(circle, rgba(rgb(153,154,152,0.5), 0.08) 0%, rgba(rgb(153,154,152,0.5), 0) 70%);
    border-radius: 50%;
    content: "";
    right: -5%;
    top: -10%;
    width: 25rem;
}.ZL_get_support::after {
    left: -2%;
    background: radial-gradient(circle, rgba(rgb(194,195,190,0.5), 0.06) 0%, rgba(rgb(194,195,190,0.5), 0) 70%);
    border-radius: 50%;
    animation: pulse 15s infinite alternate-reverse ease-in-out;
    height: 15rem;
    content: "";
    position: absolute;
    bottom: -5%;
    z-index: 0;
    width: 15rem;
}.ZL_get_support h1 {
    font-size: 44px;
    margin-bottom: 3rem;
    position: relative;
    font-weight: 700;
    color: #000000;
    text-align: center;
    transform: translateY(-5px);
}.ZL_get_support h1::after {
    width: 80px;
    left: 50%;
    height: 3px;
    background: linear-gradient(90deg, rgb(194,195,190), rgb(153,154,152));
    transform: translateX(-50%);
    bottom: -15px;
    position: absolute;
    content: "";
}.ZL_get_support .container {
    max-width: 1200px;
    position: relative;
    margin: 0 auto;
    z-index: 1;
}.ZL_get_support .Gc_online_questions {
    background: #ffffff;
    transform: translateY(0);
    display: grid;
    box-shadow: 0 8px 30px rgba(rgba(0, 0, 0, 0.5), 0.08);
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    position: relative;
    grid-template-columns: 1fr;
    gap: 2.5rem;
    padding: 3rem;
}.ZL_get_support .Gc_online_questions:hover {
    transform: translateY(-5px);
}.ZL_get_support .Gc_online_questions > div {
    position: relative;
}.ZL_get_support .Gc_online_questions > div:first-child {
    font-size: 1.1rem;
    color: #000000;
    line-height: 1.7;
    padding-bottom: 1.5rem;
    border-bottom: 1px solid rgba(rgba(0, 0, 0, 0.5), 0.08);
}.ZL_get_support .Gc_online_questions > div:first-child::before {
    left: -10px;
    content: "";
    position: absolute;
    top: -30px;
    font-family: serif;
    font-size: 5rem;
    color: rgba(rgb(194,195,190,0.5), 0.1);
}.ZL_get_support h6 {
    gap: 0.5rem;
    font-weight: 600;
    display: flex;
    margin-bottom: 0.75rem;
    color: #000000;
    font-size: 17px;
    align-items: center;
}.ZL_get_support h6 svg {
    height: 20px;
    transform: translateY(-1px);
    width: 20px;
}.ZL_get_support span {
    margin-left: 28px;
    font-size: 15px;
    display: block;
    margin-top: -5px;
    color: #000000;
}.ZL_get_support .kp_ask_question {
    flex-direction: column;
    display: flex;
    margin-top: 0.5rem;
    gap: 1.5rem;
}.ZL_get_support .wh_contact_help {
    display: flex;
    gap: 0.5rem;
    color: #000000;
    align-items: center;
    text-decoration: none;
    position: relative;
    font-size: 15px;
    transition: color 0.3s ease, transform 0.3s ease;
    font-weight: 600;
}.ZL_get_support .wh_contact_help::before {
    bottom: -4px;
    background: linear-gradient(90deg, rgb(194,195,190), rgb(153,154,152));
    left: 0;
    transition: width 0.3s ease;
    content: "";
    position: absolute;
    height: 2px;
    width: 0;
}.ZL_get_support .wh_contact_help:hover {
    color: rgb(194,195,190);
    transform: translateX(5px);
}.ZL_get_support .wh_contact_help:hover::before {
    width: 100%;
}.ZL_get_support .wh_contact_help svg {
    height: 20px;
    width: 20px;
    transition: transform 0.3s ease;
}.ZL_get_support .wh_contact_help:hover svg {
    transform: scale(1.1) rotate(5deg);
}.ZL_get_support svg path {
    transition: fill 0.3s ease;
    fill: #000000;
}.ZL_get_support .wh_contact_help:hover svg path {
    fill: rgb(194,195,190);
}

@keyframes pulse {
    0% {
        opacity: 0.4;
        transform: scale(1);
    }
    50% {
        opacity: 0.7;
        transform: scale(1.1);
    }
    100% {
        opacity: 0.4;
        transform: scale(1);
    }
}

@media (min-width: 768px) {.ZL_get_support {
    padding: 8rem 3rem;
}.ZL_get_support .Gc_online_questions {
    padding: 4rem;
    grid-template-columns: 2fr 1fr 1fr;
    gap: 3rem;
}.ZL_get_support .Gc_online_questions > div:first-child {
    padding-right: 2rem;
    padding-bottom: 0;
    border-bottom: none;
    border-right: 1px solid rgba(rgba(0, 0, 0, 0.5), 0.08);
}.ZL_get_support h1 {
    font-size: calc(44px * 1.1);
    margin-bottom: 4rem;
}.ZL_get_support h1::after {
    width: 120px;
}
}

@media (min-width: 992px) {.ZL_get_support {
    padding: 10rem 4rem;
}.ZL_get_support .Gc_online_questions {
    gap: 4rem;
    padding: 5rem;
}.ZL_get_support h1 {
    font-size: calc(44px * 1.2);
}.ZL_get_support .Gc_online_questions > div:first-child {
    padding-right: 3rem;
}.ZL_get_support .kp_ask_question {
    gap: 2rem;
}
}

@media (max-width: 767px) {.ZL_get_support {
    padding: 4rem 1.5rem;
}.ZL_get_support .Gc_online_questions {
    padding: 2rem;
}.ZL_get_support h1 {
    margin-bottom: 2rem;
}
}

@media (hover: none) {.ZL_get_support .Gc_online_questions:hover {
    transform: none;
}.ZL_get_support .wh_contact_help:hover {
    transform: none;
}}.pO_audience_profile {
    overflow: hidden;
    position: relative;
    padding: 120px 0;
    background: #f9f9f9;
}.pO_audience_profile::before {
    position: absolute;
    background-color: rgb(194,195,190,0.5);
    content: '';
    width: 6px;
    transform: translateX(-50%);
    z-index: 1;
    left: 50%;
    bottom: 0;
    top: 0;
}.pO_audience_profile .Qy_skill_studio {
    position: relative;
    text-align: center;
    max-width: 1000px;
    padding: 0 30px;
    z-index: 10;
    margin: 0 auto;
}.pO_audience_profile h3 {
    padding: 0 30px;
    display: inline-block;
    position: relative;
    font-weight: 700;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
    margin-bottom: 80px;
    background-color: #f9f9f9;
    color: #000000;
    border-radius: 50px;
    font-size: 34px;
    border: 3px solid rgb(194,195,190,0.5);
}.pO_audience_profile ul {
    display: flex;
    position: relative;
    margin: 0;
    gap: 50px;
    align-items: center;
    list-style: none;
    padding: 0;
    flex-direction: column;
}.pO_audience_profile ul li {
    border-radius: 20px;
    align-items: center;
    padding: 30px;
    width: 100%;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    position: relative;
    display: flex;
    gap: 20px;
    z-index: 2;
    transition: all 0.4s ease;
    text-align: left;
    background-color: #ffffff;
    max-width: 500px;
}.pO_audience_profile ul li::before {
    top: -25px;
    content: '';
    transform: translateX(-50%);
    background-color: #ffffff;
    border-radius: 50%;
    height: 50px;
    transition: all 0.4s ease;
    position: absolute;
    left: 50%;
    border: 6px solid rgb(194,195,190,0.5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    width: 50px;
    z-index: 5;
}.pO_audience_profile ul li:nth-child(even) {
    flex-direction: row-reverse;
    text-align: right;
}.pO_audience_profile ul li:hover {
    transform: scale(1.05);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.1);
}.pO_audience_profile ul li:hover::before {
    background-color: rgb(194,195,190,0.5);
    border-color: #ffffff;
}.pO_audience_profile ul li svg {
    background-color: rgb(194,195,190,0.5);
    width: 60px;
    border-radius: 50%;
    flex-shrink: 0;
    transition: all 0.4s ease;
    padding: 12px;
    height: 60px;
}.pO_audience_profile ul li:hover svg {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    transform: rotate(360deg);
    background-color: #ffffff;
}.pO_audience_profile ul li svg path {
    transition: fill 0.4s ease;
    fill: #ffffff;
}.pO_audience_profile ul li:hover svg path {
    fill: rgb(194,195,190);
}@keyframes fadeInFromTop {
    from {
        opacity: 0;
        transform: translateY(-50px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.pO_audience_profile ul li {
    opacity: 0;
    animation: fadeInFromTop 0.6s ease forwards;
}.pO_audience_profile ul li:nth-child(1) {
    animation-delay: 0.1s;
}.pO_audience_profile ul li:nth-child(2) {
    animation-delay: 0.3s;
}.pO_audience_profile ul li:nth-child(3) {
    animation-delay: 0.5s;
}.pO_audience_profile ul li:nth-child(4) {
    animation-delay: 0.7s;
}.pO_audience_profile ul li:nth-child(5) {
    animation-delay: 0.9s;
}.pO_audience_profile ul li:nth-child(6) {
    animation-delay: 1.1s;
}

@media (max-width: 992px) {.pO_audience_profile {
    padding: 90px 0;
}.pO_audience_profile h3 {
    margin-bottom: 60px;
}.pO_audience_profile ul {
    gap: 60px;
}.pO_audience_profile ul li {
    padding: 25px;
}.pO_audience_profile ul li svg {
    padding: 10px;
    width: 50px;
    height: 50px;
}
}

@media (max-width: 768px) {.pO_audience_profile ul li,
    .pO_audience_profile ul li:nth-child(even) {
    flex-direction: column;
    text-align: center;
    align-items: center;
}.pO_audience_profile ul li::before {
    top: -30px;
}
}

@media (max-width: 576px) {.pO_audience_profile {
    padding: 70px 0;
}.pO_audience_profile h3 {
    margin-bottom: 50px;
    font-size: calc(34px * 0.85);
    padding: 0 20px;
}.pO_audience_profile ul {
    gap: 50px;
}.pO_audience_profile ul li {
    padding: 20px;
}.pO_audience_profile ul li::before {
    top: -25px;
    height: 40px;
    width: 40px;
}.pO_audience_profile ul li svg {
    padding: 8px;
    width: 45px;
    height: 45px;
}
}

@media (prefers-reduced-motion: reduce) {.pO_audience_profile ul li {
    opacity: 1;
    animation: none;
}.pO_audience_profile ul li:hover {
    transform: none;
}.pO_audience_profile ul li:hover svg {
    transform: none;
}}.xy_our_story {
    background: rgb(233,232,216);
    padding: 120px 0;
    overflow: hidden;
    position: relative;
}.xy_our_story::before {
    content: "";
    z-index: 1;
    top: 0;
    width: 100%;
    left: 0;
    background: linear-gradient(135deg, 
                rgb(194,195,190,0.5) 0%, 
                transparent 25%);
    position: absolute;
    height: 100%;
}.xy_our_story::after {
    right: 0;
    height: 100%;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1;
    background: linear-gradient(225deg, 
                rgb(153,154,152,0.5) 0%, 
                transparent 25%);
    content: "";
}.xy_our_story .container {
    position: relative;
    z-index: 5;
    max-width: 1200px;
    padding: 0 20px;
    margin: 0 auto;
}.xy_our_story h2 {
    margin-bottom: 70px;
    position: relative;
    font-size: 29px;
    color: #000000;
    text-align: center;
    font-weight: 700;
}.xy_our_story h2::after {
    transform: translateX(-50%);
    bottom: -20px;
    border-radius: 10px;
    left: 50%;
    width: 80px;
    position: absolute;
    height: 4px;
    content: "";
    background: rgb(194,195,190);
}.xy_our_story .XA_success_metric {
    position: relative;
    grid-template-columns: 1fr 1fr;
    display: grid;
    gap: 40px;
    grid-template-rows: auto auto;
}.xy_our_story .HY_expert_team {
    background: #ffffff;
    padding: 0;
    display: flex;
    position: relative;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
    overflow: hidden;
    border-radius: 16px;
    flex-direction: column;
    transition: transform 0.4s ease, box-shadow 0.4s ease;
}.xy_our_story .HY_expert_team:first-child {
    grid-column: 1;
    grid-row: 1 / span 2;
    transform-origin: left center;
}.xy_our_story .HY_expert_team:nth-child(2) {
    grid-column: 2;
    grid-row: 1 / span 2;
    transform-origin: right center;
}.xy_our_story .HY_expert_team:hover {
    z-index: 10;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.15);
    transform: scale(1.03);
}.xy_our_story .HY_expert_team h3 {
    background: rgb(194,195,190);
    padding: 20px 30px;
    position: relative;
    font-weight: 600;
    color: #ffffff;
    font-size: 24px;
    margin: 0;
    z-index: 2;
}.xy_our_story .HY_expert_team:nth-child(2) h3 {
    background: rgb(153,154,152);
}.xy_our_story .HY_expert_team p {
    margin: 0;
    line-height: 1.8;
    color: #000000;
    font-size: 17px;
    position: relative;
    z-index: 1;
    align-items: center;
    flex-grow: 1;
    padding: 30px;
    display: flex;
}.xy_our_story .HY_expert_team p::first-letter {
    margin-right: 8px;
    color: rgb(194,195,190);
    float: left;
    line-height: 1;
    font-size: calc(17px * 1.8);
    font-weight: 700;
}.xy_our_story .HY_expert_team:nth-child(2) p::first-letter {
    color: rgb(153,154,152);
}.xy_our_story .HY_expert_team::before {
    bottom: 0;
    position: absolute;
    height: 100px;
    background: linear-gradient(135deg, transparent 50%, rgba(rgb(194,195,190,0.5), 0.1) 50%);
    content: "";
    z-index: 1;
    right: 0;
    width: 100px;
}.xy_our_story .HY_expert_team:nth-child(2)::before {
    background: linear-gradient(135deg, transparent 50%, rgba(rgb(153,154,152,0.5), 0.1) 50%);
}.xy_our_story .HY_expert_team::after {
    right: 0;
    content: "";
    top: 0;
    background: linear-gradient(90deg, rgb(194,195,190), transparent);
    z-index: 3;
    width: 100%;
    position: absolute;
    height: 5px;
}.xy_our_story .HY_expert_team:nth-child(2)::after {
    background: linear-gradient(90deg, rgb(153,154,152), transparent);
}

@keyframes pulse {
    0%, 100% {
        opacity: 0.5;
        transform: scale(1);
    }
    50% {
        opacity: 1;
        transform: scale(1.1);
    }
}


@media screen and (max-width: 991px) {.xy_our_story {
    padding: 90px 0;
}.xy_our_story h2 {
    margin-bottom: 60px;
}.xy_our_story .XA_success_metric {
    gap: 30px;
}
}

@media screen and (max-width: 768px) {.xy_our_story {
    padding: 70px 0;
}.xy_our_story h2 {
    margin-bottom: 50px;
}.xy_our_story .XA_success_metric {
    grid-template-rows: auto auto;
    gap: 30px;
    grid-template-columns: 1fr;
}.xy_our_story .HY_expert_team:first-child,
    .xy_our_story .HY_expert_team:nth-child(2) {
    grid-column: 1;
    grid-row: auto;
}
}

@media screen and (max-width: 576px) {.xy_our_story {
    padding: 60px 0;
}.xy_our_story .container {
    padding: 0 15px;
}.xy_our_story h2 {
    margin-bottom: 40px;
    font-size: calc(29px * 0.9);
}.xy_our_story h2::after {
    width: 60px;
    height: 3px;
    bottom: -15px;
}.xy_our_story .HY_expert_team h3 {
    padding: 15px 20px;
    font-size: calc(24px * 0.9);
}.xy_our_story .HY_expert_team p {
    padding: 20px;
    font-size: calc(17px * 0.95);
    line-height: 1.7;
}}.kL_get_updates {
    padding: 4rem 2rem;
    overflow: hidden;
    z-index: 1;
    position: relative;
    background: linear-gradient(135deg, rgb(194,195,190,0.5) 0%, rgb(153,154,152) 100%);
}.kL_get_updates::before {
    position: absolute;
    height: 100%;
    background: repeating-linear-gradient(
        45deg,
        rgba(255, 255, 255, 0.03),
        rgba(255, 255, 255, 0.03) 10px,
        transparent 10px,
        transparent 20px
    );
    content: "";
    z-index: -1;
    top: 0;
    width: 100%;
    left: 0;
}.kL_get_updates::after {
    width: 30%;
    top: -5%;
    position: absolute;
    z-index: -1;
    content: "";
    transform: rotate(-15deg);
    height: 70%;
    right: -5%;
    background: radial-gradient(circle, rgb(153,154,152,0.5) 0%, transparent 70%);
    animation: float 15s infinite alternate ease-in-out;
}.kL_get_updates .container {
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
}.kL_get_updates .Qy_skill_studio {
    grid-template-columns: 1fr;
    transform-origin: center bottom;
    display: grid;
    position: relative;
    transform: perspective(1000px) rotateX(3deg);
    transition: transform 0.5s cubic-bezier(0.34, 1.56, 0.64, 1);
    gap: 2.5rem;
}.kL_get_updates .Qy_skill_studio:hover {
    transform: perspective(1000px) rotateX(0deg);
}.kL_get_updates h4 {
    position: relative;
    transition: transform 0.5s cubic-bezier(0.34, 1.56, 0.64, 1);
    transform: translateY(0);
    font-size: 22px;
    line-height: 1.4;
    z-index: 2;
    font-weight: 600;
    color: #ffffff;
    margin: 0;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}.kL_get_updates .Qy_skill_studio:hover h4 {
    transform: translateY(-5px);
}.kL_get_updates h4::after {
    content: "";
    width: 0;
    left: 0;
    position: absolute;
    height: 2px;
    background: #ffffff;
    opacity: 0.7;
    transition: width 0.6s ease-out;
    bottom: -10px;
}.kL_get_updates .Qy_skill_studio:hover h4::after {
    width: 100px;
}.kL_get_updates .input_holder {
    flex-direction: column;
    position: relative;
    display: flex;
    gap: 1rem;
    z-index: 2;
}.kL_get_updates .input_holder span {
    transform: translateX(0);
    display: block;
    position: relative;
    transition: transform 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
}.kL_get_updates .input_holder span:first-child:hover {
    transform: translateX(5px);
}.kL_get_updates .input_holder span:last-child:hover {
    transform: translateX(-5px);
}.kL_get_updates input[type="email"] {
    font-size: 15px;
    transition: all 0.3s ease;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    color: #000000;
    transform: translateY(0);
    background: rgba(255, 255, 255, 0.85);
    width: 100%;
    padding: 1rem 1.5rem;
    font-family: Arial, sans-serif;
    border: none;
}.kL_get_updates input[type="email"]:focus {
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
    outline: none;
    background: #ffffff;
    transform: translateY(-2px);
}.kL_get_updates input[type="email"]::placeholder {
    opacity: 0.6;
    color: rgba(0, 0, 0, 0.5);
    transition: opacity 0.3s;
}.kL_get_updates input[type="email"]:focus::placeholder {
    opacity: 0.3;
}.kL_get_updates .CZ_start_exploring {
    font-size: 17px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
    overflow: hidden;
    font-family: Arial, sans-serif;
    background: #000000;
    border: none;
    transition: all 0.3s cubic-bezier(0.34, 1.56, 0.64, 1);
    position: relative;
    font-weight: 600;
    width: 100%;
    cursor: pointer;
    padding: 1rem 1.5rem;
    color: #ffffff;
}.kL_get_updates .CZ_start_exploring::before {
    width: 100%;
    left: -100%;
    transition: left 0.7s ease;
    height: 100%;
    background: linear-gradient(
        90deg,
        transparent,
        rgba(255, 255, 255, 0.2),
        transparent
    );
    top: 0;
    position: absolute;
    content: "";
}.kL_get_updates .CZ_start_exploring:hover {
    background: rgb(153,154,152);
    transform: translateY(-3px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.25);
}.kL_get_updates .CZ_start_exploring:hover::before {
    left: 100%;
}.kL_get_updates .CZ_start_exploring:active {
    transform: translateY(-1px);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
}

@media (min-width: 768px) {.kL_get_updates {
    padding: 5rem 3rem;
}.kL_get_updates .Qy_skill_studio {
    gap: 3rem;
    align-items: center;
    grid-template-columns: 1fr 1fr;
}.kL_get_updates .input_holder {
    align-items: stretch;
    flex-direction: row;
}.kL_get_updates .input_holder span:first-child {
    flex: 1;
}.kL_get_updates .input_holder span:last-child {
    width: auto;
}.kL_get_updates input[type="email"] {
    height: 100%;
}.kL_get_updates .CZ_start_exploring {
    height: 100%;
    white-space: nowrap;
    width: auto;
}
}

@media (min-width: 992px) {.kL_get_updates {
    padding: 6rem 4rem;
}.kL_get_updates .Qy_skill_studio {
    gap: 4rem;
}.kL_get_updates h4 {
    font-size: calc(22px * 1.1);
}.kL_get_updates .input_holder {
    gap: 1.5rem;
}
}

@media (min-width: 1200px) {.kL_get_updates .Qy_skill_studio {
    gap: 6rem;
}.kL_get_updates h4 {
    max-width: 90%;
    font-size: calc(22px * 1.2);
}
}

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

@media (prefers-reduced-motion: reduce) {.kL_get_updates .Qy_skill_studio, 
    .kL_get_updates h4,
    .kL_get_updates .input_holder span,
    .kL_get_updates input[type="email"],
    .kL_get_updates .CZ_start_exploring,
    .kL_get_updates::after {
    transform: none;
    animation: none;
    transition: none;
}.kL_get_updates .Qy_skill_studio:hover h4,
    .kL_get_updates .Qy_skill_studio:hover,
    .kL_get_updates .input_holder span:hover {
    transform: none;
}}.ke_pricing_package {
    position: relative;
    padding: 7rem 0;
    overflow: hidden;
    background: #ffffff;
}.ke_pricing_package::before {
    background: linear-gradient(135deg, rgb(194,195,190,0.5), transparent);
    right: -100px;
    top: -150px;
    position: absolute;
    opacity: 0.6;
    content: '';
    animation: float 15s ease-in-out infinite alternate;
    height: 400px;
    width: 400px;
    border-radius: 40% 60% 70% 30% / 40% 50% 60% 50%;
    filter: blur(30px);
    z-index: 1;
}.ke_pricing_package::after {
    position: absolute;
    animation: float 18s ease-in-out infinite alternate-reverse;
    background: linear-gradient(135deg, rgb(153,154,152,0.5), transparent);
    width: 300px;
    content: '';
    border-radius: 30% 70% 50% 50% / 30% 30% 70% 70%;
    z-index: 1;
    opacity: 0.5;
    height: 300px;
    filter: blur(25px);
    left: -50px;
    bottom: -100px;
}.ke_pricing_package .container {
    position: relative;
    padding: 0 15px;
    margin: 0 auto;
    z-index: 2;
    max-width: 1200px;
}.ke_pricing_package .Dq_price_opts {
    display: flex;
    flex-direction: column;
}.ke_pricing_package .Qv_learn_deals {
    animation: fadeUp 0.8s ease-out 0.2s forwards;
    opacity: 0;
    text-align: center;
    margin-bottom: 3rem;
    transform: translateY(20px);
}.ke_pricing_package .Qv_learn_deals h2 {
    font-size: 37px;
    position: relative;
    color: #000000;
    display: inline-block;
    margin-bottom: 1rem;
    font-weight: 700;
}.ke_pricing_package .Qv_learn_deals h2::after {
    bottom: -10px;
    background: rgb(194,195,190);
    left: 50%;
    width: 80px;
    transform: translateX(-50%);
    height: 3px;
    position: absolute;
    content: '';
}.ke_pricing_package .kK_payment_option {
    margin: 1.5rem auto 0;
    font-size: 16px;
    line-height: 1.6;
    max-width: 700px;
    color: #000000;
}.ke_pricing_package .nL_learn_packs {
    margin-top: 2rem;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    display: grid;
    gap: 2rem;
}.ke_pricing_package .oZ_lesson_rates {
    opacity: 0;
    display: block;
    transform: translateY(30px);
    position: relative;
    transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    animation: fadeUp 0.8s ease-out 0.4s forwards;
    text-decoration: none;
}.ke_pricing_package .oZ_lesson_rates:nth-child(2) {
    animation-delay: 0.5s;
}.ke_pricing_package .oZ_lesson_rates:nth-child(3) {
    animation-delay: 0.6s;
}.ke_pricing_package .oZ_lesson_rates:nth-child(4) {
    animation-delay: 0.7s;
}.ke_pricing_package .oZ_lesson_rates:hover {
    transform: translateY(-10px);
}.ke_pricing_package .iy_member_plans {
    height: 100%;
    flex-direction: column;
    transition: all 0.4s ease;
    border-radius: 4px;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.06), 
                0 5px 15px rgba(0, 0, 0, 0.04);
    overflow: hidden;
    background: linear-gradient(140deg, #ffffff, #f8f9fa);
    position: relative;
    display: flex;
}.ke_pricing_package .oZ_lesson_rates:hover .iy_member_plans {
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1), 
                0 10px 20px rgba(0, 0, 0, 0.08);
}.ke_pricing_package .OK_cert_fees {
    z-index: 2;
    flex-grow: 1;
    padding: 2.5rem 2rem;
    display: flex;
    flex-direction: column;
    position: relative;
}.ke_pricing_package .OK_cert_fees h3 {
    color: #000000;
    margin-bottom: 1rem;
    font-size: calc(22px + 2px);
    transition: color 0.3s ease;
    font-weight: 700;
    position: relative;
}.ke_pricing_package .oZ_lesson_rates:hover .OK_cert_fees h3 {
    color: rgb(194,195,190);
}.ke_pricing_package .Zq_discount_tier {
    position: relative;
    display: inline-block;
    font-weight: 700;
    color: rgb(194,195,190);
    font-size: calc(22px + 4px);
    padding-bottom: 10px;
    margin-bottom: 1.5rem;
}.ke_pricing_package .Zq_discount_tier::after {
    background: rgb(194,195,190,0.5);
    bottom: 0;
    left: 0;
    width: 40px;
    height: 2px;
    position: absolute;
    content: '';
    transition: width 0.3s ease;
}.ke_pricing_package .oZ_lesson_rates:hover .Zq_discount_tier::after {
    width: 80px;
}.ke_pricing_package .OK_cert_fees p {
    white-space: normal;
    hyphens: auto;
    line-height: 1.6;
    font-size: 16px;
    word-wrap: break-word;
    color: #000000;
    flex-grow: 1;
    overflow-wrap: break-word;
    margin-bottom: 2rem;
}.ke_pricing_package .Pp_header_image {
    height: 200px;
    overflow: hidden;
    position: relative;
    width: 100%;
    transition: all 0.5s ease;
}.ke_pricing_package .Pp_header_image::after {
    left: 0;
    background: linear-gradient(to top, rgba(0,0,0,0.3), transparent);
    opacity: 0;
    transition: opacity 0.4s ease;
    top: 0;
    right: 0;
    content: '';
    bottom: 0;
    position: absolute;
}.ke_pricing_package .oZ_lesson_rates:hover .Pp_header_image::after {
    opacity: 1;
}

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

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

@media (min-width: 992px) {.ke_pricing_package .Dq_price_opts {
    flex-direction: row-reverse;
}.ke_pricing_package .Qv_learn_deals {
    justify-content: center;
    text-align: left;
    padding-right: 3rem;
    width: 35%;
    flex-direction: column;
    display: flex;
}.ke_pricing_package .Qv_learn_deals h2 {
    text-align: left;
}.ke_pricing_package .Qv_learn_deals h2::after {
    transform: none;
    left: 0;
}.ke_pricing_package .kK_payment_option {
    margin: 1.5rem 0 0;
}.ke_pricing_package .nL_learn_packs {
    grid-template-columns: repeat(2, 1fr);
    width: 65%;
    gap: 2rem;
    margin-top: 0;
}
}

@media (max-width: 991px) {.ke_pricing_package {
    padding: 5rem 0;
}.ke_pricing_package .Qv_learn_deals {
    margin-bottom: 2rem;
}.ke_pricing_package .nL_learn_packs {
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
    gap: 1.5rem;
}
}

@media (max-width: 767px) {.ke_pricing_package {
    padding: 4rem 0;
}.ke_pricing_package .OK_cert_fees {
    padding: 2rem 1.5rem;
}.ke_pricing_package .Pp_header_image {
    height: 180px;
}
}

@media (max-width: 575px) {.ke_pricing_package {
    padding: 3rem 0;
}.ke_pricing_package .Qv_learn_deals h2 {
    font-size: calc(37px - 4px);
}.ke_pricing_package .nL_learn_packs {
    gap: 1.5rem;
    grid-template-columns: 1fr;
}.ke_pricing_package .OK_cert_fees {
    padding: 1.5rem 1.25rem;
}.ke_pricing_package .Pp_header_image {
    height: 160px;
}
}

@media (hover: none) {.ke_pricing_package .oZ_lesson_rates:hover {
    transform: none;
}.ke_pricing_package .oZ_lesson_rates:hover .iy_member_plans {
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.06), 
                    0 5px 15px rgba(0, 0, 0, 0.04);
}.ke_pricing_package .oZ_lesson_rates:hover .Pp_header_image::after {
    opacity: 0;
}.ke_pricing_package .oZ_lesson_rates:hover .Zq_discount_tier::after {
    width: 40px;
}}.eK_course_program_info {
    background: rgb(233,232,216);
    padding: 100px 0;
    overflow: hidden;
    position: relative;
}.eK_course_program_info::before {
    height: 100%;
    z-index: 0;
    width: 100%;
    background: 
        linear-gradient(135deg, rgb(194,195,190,0.5) 0%, transparent 40%),
        linear-gradient(225deg, rgb(153,154,152,0.5) 0%, transparent 40%);
    left: 0;
    opacity: 0.4;
    position: absolute;
    content: "";
    top: 0;
}.eK_course_program_info::after {
    z-index: 0;
    left: 0;
    animation: gridMove 20s linear infinite;
    width: 100%;
    position: absolute;
    top: 0;
    content: "";
    opacity: 0.2;
    height: 100%;
}.eK_course_program_info .container {
    z-index: 1;
    position: relative;
}.eK_course_program_info .Qy_skill_studio {
    display: flex;
    min-height: 500px;
    position: relative;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}.eK_course_program_info .Pp_header_image {
    left: 0;
    z-index: 0;
    position: absolute;
    top: 0;
    height: 100%;
    width: 100%;
}.eK_course_program_info .Pp_header_image::before {
    top: 0;
    left: 0;
    position: absolute;
    width: 100%;
    mix-blend-mode: multiply;
    height: 100%;
    content: "";
    background: linear-gradient(
        135deg,
        rgba(0, 0, 0, 0.5) 0%,
        transparent 40%,
        transparent 60%,
        rgba(0, 0, 0, 0.5) 100%
    );
    z-index: 1;
}.eK_course_program_info .HT_learn_tools {
    gap: 30px;
    position: relative;
    z-index: 2;
    display: grid;
    grid-template-areas: 
        "logo logo"
        "title photo1"
        "desc photo2";
    width: 100%;
    grid-template-rows: auto auto 1fr;
    grid-template-columns: 60% 40%;
}.eK_course_program_info .Id_head_top {
    height: 80px;
    position: relative;
    align-items: center;
    grid-area: logo;
    display: flex;
    width: 80px;
    justify-self: center;
    justify-content: center;
    border-radius: 50%;
    box-shadow: 
        0px 10px 30px rgba(0, 0, 0, 0.1),
        0px 4px 10px rgb(194,195,190,0.5);
    background: #ffffff;
    z-index: 10;
    transition: all 0.5s cubic-bezier(0.34, 1.56, 0.64, 1);
    margin-bottom: 20px;
}.eK_course_program_info .Id_head_top::before {
    right: -8px;
    top: -8px;
    border-radius: 50%;
    background: conic-gradient(
        from 0deg, 
        rgb(194,195,190,0.5), 
        rgb(153,154,152,0.5), 
        rgb(194,195,190,0.5)
    );
    z-index: -1;
    content: "";
    left: -8px;
    bottom: -8px;
    opacity: 0.6;
    position: absolute;
    animation: spin 10s linear infinite;
}.eK_course_program_info .Id_head_top::after {
    animation: pulse 4s ease-in-out infinite;
    z-index: -2;
    content: "";
    left: -15px;
    right: -15px;
    border-radius: 50%;
    opacity: 0.3;
    top: -15px;
    border: 1px solid rgb(194,195,190,0.5);
    position: absolute;
    bottom: -15px;
}.eK_course_program_info .Id_head_top:hover {
    transform: scale(1.1) rotate(5deg);
    box-shadow: 
        0px 15px 40px rgba(0, 0, 0, 0.15),
        0px 6px 15px rgb(194,195,190,0.5);
}.eK_course_program_info .Id_head_top svg {
    height: 45px;
    width: 45px;
    transition: transform 0.5s ease;
}.eK_course_program_info .Id_head_top:hover svg {
    transform: rotate(-10deg);
}.eK_course_program_info .Id_head_top svg path {
    transition: fill 0.3s ease;
    fill: rgb(194,195,190);
}.eK_course_program_info .Id_head_top:hover svg path {
    fill: rgb(153,154,152);
}.eK_course_program_info h3 {
    background: #ffffff;
    transition: all 0.5s ease;
    padding: 30px 40px;
    position: relative;
    grid-area: title;
    clip-path: polygon(0% 0%, 95% 0%, 100% 50%, 95% 100%, 0% 100%);
    transform: translateX(-5%);
    margin: 0;
    box-shadow: 0px 15px 30px rgba(0, 0, 0, 0.1);
    color: #000000;
    border-radius: 0 26px 26px 0;
    font-size: 28px;
    font-weight: 700;
    z-index: 5;
}.eK_course_program_info h3::before {
    border: 1px dashed rgb(194,195,190,0.5);
    left: 10px;
    right: 10px;
    content: "";
    z-index: -1;
    opacity: 0.5;
    border-radius: 0 10px 10px 0;
    position: absolute;
    top: 10px;
    bottom: 10px;
    clip-path: polygon(0% 0%, 95% 0%, 100% 50%, 95% 100%, 0% 100%);
}.eK_course_program_info h3::after {
    transition: width 0.4s ease;
    background: linear-gradient(90deg, rgb(194,195,190), rgb(153,154,152));
    width: 60px;
    content: "";
    position: absolute;
    left: 40px;
    bottom: 15px;
    border-radius: 10px;
    height: 3px;
}.eK_course_program_info .HT_learn_tools:hover h3 {
    transform: translateX(0%);
    box-shadow: 0px 20px 40px rgba(0, 0, 0, 0.15);
}.eK_course_program_info .HT_learn_tools:hover h3::after {
    width: 100px;
}.eK_course_program_info p {
    margin: 0;
    border-radius: 0 26px 26px 0;
    padding: 35px 40px;
    padding-right: 70px;
    z-index: 4;
    font-size: 17px;
    line-height: 1.8;
    clip-path: polygon(0% 0%, 93% 0%, 100% 50%, 93% 100%, 0% 100%);
    transition: all 0.5s ease 0.1s;
    position: relative;
    box-shadow: 0px 15px 30px rgba(0, 0, 0, 0.1);
    color: #000000;
    background: #ffffff;
    grid-area: desc;
    transform: translateX(-10%);
}.eK_course_program_info p::before {
    border: 1px dashed rgb(153,154,152,0.5);
    right: 10px;
    clip-path: polygon(0% 0%, 93% 0%, 100% 50%, 93% 100%, 0% 100%);
    left: 10px;
    opacity: 0.5;
    border-radius: 0 10px 10px 0;
    z-index: -1;
    content: "";
    bottom: 10px;
    top: 10px;
    position: absolute;
}.eK_course_program_info .HT_learn_tools:hover p {
    box-shadow: 0px 20px 40px rgba(0, 0, 0, 0.15);
    transform: translateX(-5%);
}.eK_course_program_info .Pp_header_image::after {
    position: absolute;
    height: 100%;
    z-index: 1;
    width: 100%;
    left: 0;
    opacity: 0.5;
    content: "";
    transition: opacity 0.5s ease;
    top: 0;
    mix-blend-mode: multiply;
    background: rgba(0, 0, 0, 0.5);
}.eK_course_program_info .HT_learn_tools::after {
    height: 100%;
    position: relative;
    content: "";
    clip-path: polygon(15% 0%, 100% 0%, 100% 100%, 0% 100%);
    background: inherit;
    box-shadow: 0px 15px 30px rgba(0, 0, 0, 0.1);
    border-radius: 26px 0 0 26px;
    z-index: 2;
    background-position: center bottom;
    background-size: cover;
    transform: translateX(15%);
    grid-area: photo2;
    transition: all 0.5s ease 0.1s;
}.eK_course_program_info .HT_learn_tools:hover::before {
    box-shadow: 0px 20px 40px rgba(0, 0, 0, 0.15);
    transform: translateX(5%);
}.eK_course_program_info .HT_learn_tools:hover::after {
    box-shadow: 0px 20px 40px rgba(0, 0, 0, 0.15);
    transform: translateX(10%);
}

@keyframes spin {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}

@keyframes pulse {
    0%, 100% {
        transform: scale(1);
        opacity: 0.3;
    }
    50% {
        transform: scale(1.1);
        opacity: 0.5;
    }
}

@keyframes gridMove {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: 100px 100px;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {.eK_course_program_info {
    padding: 80px 0;
}.eK_course_program_info .HT_learn_tools {
    gap: 25px;
    grid-template-columns: 55% 45%;
}.eK_course_program_info h3 {
    font-size: calc(28px - 2px);
    padding: 25px 35px;
}.eK_course_program_info p {
    padding: 30px 35px;
}
}

@media (min-width: 768px) and (max-width: 991px) {.eK_course_program_info {
    padding: 70px 0;
}.eK_course_program_info .Qy_skill_studio {
    min-height: auto;
}.eK_course_program_info .HT_learn_tools {
    grid-template-areas: 
            "logo logo"
            "title title"
            "desc desc"
            "photo1 photo2";
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    grid-template-rows: auto auto auto 250px;
}.eK_course_program_info h3 {
    font-size: calc(28px - 4px);
    clip-path: none;
    border-radius: 26px;
    transform: none;
    padding: 25px 30px;
}.eK_course_program_info h3::before {
    border-radius: 10px;
    clip-path: none;
}.eK_course_program_info p {
    clip-path: none;
    padding: 25px 30px;
    border-radius: 26px;
    transform: none;
}.eK_course_program_info p::before {
    clip-path: none;
    border-radius: 10px;
}.eK_course_program_info .HT_learn_tools::before,
    .eK_course_program_info .HT_learn_tools::after {
    height: 250px;
    transform: none;
    border-radius: 26px;
    clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 10% 100%);
}.eK_course_program_info .HT_learn_tools::after {
    clip-path: polygon(10% 0%, 100% 0%, 100% 100%, 0% 100%);
}.eK_course_program_info .HT_learn_tools:hover h3,
    .eK_course_program_info .HT_learn_tools:hover p,
    .eK_course_program_info .HT_learn_tools:hover::before,
    .eK_course_program_info .HT_learn_tools:hover::after {
    transform: none;
}.eK_course_program_info .Id_head_top {
    margin-bottom: 15px;
    width: 70px;
    height: 70px;
}.eK_course_program_info .Id_head_top svg {
    height: 40px;
    width: 40px;
}
}

@media (max-width: 767px) {.eK_course_program_info {
    padding: 60px 0;
}.eK_course_program_info .Qy_skill_studio {
    min-height: auto;
}.eK_course_program_info .HT_learn_tools {
    grid-template-rows: auto auto auto 200px;
    grid-template-columns: 1fr;
    gap: 15px;
    grid-template-areas: 
            "logo"
            "title"
            "desc"
            "photo1";
}.eK_course_program_info h3 {
    padding: 20px 25px;
    border-radius: 26px;
    font-size: calc(28px - 6px);
    clip-path: none;
    transform: none;
}.eK_course_program_info h3::before {
    display: none;
}.eK_course_program_info h3::after {
    height: 2px;
    width: 50px;
    left: 25px;
    bottom: 10px;
}.eK_course_program_info p {
    line-height: 1.6;
    font-size: calc(17px - 1px);
    border-radius: 26px;
    clip-path: none;
    padding: 20px 25px;
    transform: none;
}.eK_course_program_info p::before {
    display: none;
}.eK_course_program_info .HT_learn_tools::before {
    transform: none;
    clip-path: none;
    height: 200px;
    border-radius: 26px;
}.eK_course_program_info .HT_learn_tools::after {
    display: none;
}.eK_course_program_info .HT_learn_tools:hover h3,
    .eK_course_program_info .HT_learn_tools:hover p,
    .eK_course_program_info .HT_learn_tools:hover::before {
    transform: none;
}.eK_course_program_info .Id_head_top {
    height: 60px;
    margin-bottom: 10px;
    width: 60px;
}.eK_course_program_info .Id_head_top::before,
    .eK_course_program_info .Id_head_top::after {
    display: none;
}.eK_course_program_info .Id_head_top svg {
    height: 35px;
    width: 35px;
}}.Ph_reach_out {
    background-color: rgb(233,232,216);
    position: relative;
    padding: 100px 0;
    overflow: hidden;
}.Ph_reach_out::before {
    left: 0;
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    opacity: 0.15;
    background: linear-gradient(120deg, rgb(194,195,190,0.5) 0%, transparent 75%);
    top: 0;
}.Ph_reach_out::after {
    bottom: 0;
    width: 70%;
    content: "";
    position: absolute;
    height: 70%;
    opacity: 0.1;
    right: 0;
    background: linear-gradient(240deg, rgb(153,154,152,0.5) 0%, transparent 70%);
}.Ph_reach_out .container {
    z-index: 1;
    padding: 0 30px;
    margin: 0 auto;
    position: relative;
    max-width: 1200px;
}.Ph_reach_out h2 {
    font-size: 33px;
    color: #000000;
    margin-bottom: 15px;
    font-family: Arial, sans-serif;
    text-align: center;
    position: relative;
    font-weight: 700;
}.Ph_reach_out .mK_help_help {
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.08);
    flex-direction: row-reverse;
    overflow: hidden;
    border-radius: 28px;
    margin-top: 50px;
    display: flex;
    flex-wrap: wrap;
    background: #ffffff;
}.Ph_reach_out .Pp_header_image {
    flex: 0 0 40%;
    position: relative;
    overflow: hidden;
    min-height: 500px;
}.Ph_reach_out .Pp_header_image::after {
    background: linear-gradient(to bottom, transparent 30%, rgba(0, 0, 0, 0.4));
    right: 0;
    position: absolute;
    left: 0;
    bottom: 0;
    top: 0;
    content: "";
}.Ph_reach_out .eE_support_widget {
    position: relative;
    flex: 0 0 60%;
    padding: 60px;
}.Ph_reach_out .eE_support_widget::before {
    position: absolute;
    height: calc(100% - 80px);
    content: "";
    border-radius: 2.5px;
    background: linear-gradient(to bottom, rgb(194,195,190), rgb(153,154,152));
    width: 5px;
    top: 40px;
    left: 0;
}.Ph_reach_out form {
    padding-left: 25px;
    width: 100%;
}.Ph_reach_out form h3 {
    font-family: Arial, sans-serif;
    font-size: 23px;
    color: #000000;
    margin-bottom: 35px;
    font-weight: 600;
}.Ph_reach_out form input[type="text"] {
    color: #000000;
    padding: 18px 25px;
    transition: all 0.3s ease;
    border: none;
    margin-bottom: 20px;
    background: rgb(233,232,216);
    border-radius: 10px;
    font-size: 14px;
    font-family: Arial, sans-serif;
    width: 100%;
}.Ph_reach_out form input[type="text"]:focus {
    outline: none;
    box-shadow: 0 0 0 2px rgb(194,195,190,0.5);
    background: rgba(rgb(194,195,190), 0.05);
}.Ph_reach_out form input[type="text"]::placeholder {
    color: rgba(#000000, 0.4);
}.Ph_reach_out .Qd_support_reach {
    display: flex;
    margin: 10px 0 30px;
    align-items: flex-start;
}.Ph_reach_out .Qd_support_reach input[type="checkbox"] {
    opacity: 0;
    position: absolute;
}.Ph_reach_out .Qd_support_reach label {
    line-height: 1.5;
    padding-left: 35px;
    color: #000000;
    cursor: pointer;
    position: relative;
    font-size: 12px;
}.Ph_reach_out .Qd_support_reach label::before {
    border: 2px solid rgb(194,195,190,0.5);
    left: 0;
    height: 22px;
    position: absolute;
    width: 22px;
    transition: all 0.2s ease;
    content: "";
    top: 2px;
    border-radius: 10px;
}.Ph_reach_out .Qd_support_reach input[type="checkbox"]:checked + label::before {
    border-color: rgb(194,195,190);
    background-color: rgb(194,195,190);
}.Ph_reach_out .Qd_support_reach input[type="checkbox"]:checked + label::after {
    border-bottom: 2px solid #ffffff;
    position: absolute;
    transform: rotate(45deg);
    height: 11px;
    border-right: 2px solid #ffffff;
    left: 8px;
    content: "";
    top: 9px;
    width: 6px;
}.Ph_reach_out .Qd_support_reach label a {
    text-decoration: none;
    color: rgb(194,195,190);
    transition: all 0.3s ease;
}.Ph_reach_out .Qd_support_reach label a:hover {
    text-decoration: underline;
    color: rgb(153,154,152);
}.Ph_reach_out form .cC_message_request {
    cursor: pointer;
    padding: 15px 35px;
    display: inline-block;
    background: linear-gradient(45deg, rgb(194,195,190), rgb(153,154,152));
    font-size: 19px;
    font-weight: 600;
    color: #ffffff;
    border-radius: 10px;
    overflow: hidden;
    transition: all 0.3s ease;
    border: none;
    font-family: Arial, sans-serif;
    position: relative;
}.Ph_reach_out form .cC_message_request::before {
    top: -10%;
    background: rgba(255, 255, 255, 0.2);
    transform: rotate(45deg) translateX(-200%);
    height: 120%;
    position: absolute;
    transition: all 0.4s ease;
    content: "";
    width: 120%;
    left: -10%;
}.Ph_reach_out form .cC_message_request:hover {
    box-shadow: 0 8px 15px rgba(rgb(194,195,190), 0.3);
    transform: translateY(-2px);
}.Ph_reach_out form .cC_message_request:hover::before {
    transform: rotate(45deg) translateX(200%);
}.Ph_reach_out svg {
    height: 22px;
    width: 22px;
    fill: rgb(194,195,190);
}.Ph_reach_out svg path {
    fill: rgb(194,195,190);
    transition: fill 0.3s ease;
}

@keyframes pulseGlow {
    0%, 100% {
        opacity: 0.05;
    }
    50% {
        opacity: 0.1;
    }
}

@media screen and (max-width: 1024px) {.Ph_reach_out .eE_support_widget {
    padding: 50px 40px;
}
}

@media screen and (max-width: 991px) {.Ph_reach_out .Pp_header_image {
    flex: 0 0 100%;
    min-height: 300px;
}.Ph_reach_out .eE_support_widget {
    flex: 0 0 100%;
}.Ph_reach_out .eE_support_widget::before {
    background: linear-gradient(to right, rgb(194,195,190), rgb(153,154,152));
    left: 40px;
    top: 0;
    height: 5px;
    width: calc(100% - 80px);
}.Ph_reach_out form {
    padding-left: 0;
    padding-top: 25px;
}
}

@media screen and (max-width: 767px) {.Ph_reach_out {
    padding: 70px 0;
}.Ph_reach_out .Pp_header_image {
    min-height: 250px;
}.Ph_reach_out .eE_support_widget {
    padding: 40px 30px;
}.Ph_reach_out .eE_support_widget::before {
    width: calc(100% - 60px);
    left: 30px;
}
}

@media screen and (max-width: 480px) {.Ph_reach_out {
    padding: 50px 0;
}.Ph_reach_out h2 {
    font-size: calc(33px * 0.8);
}.Ph_reach_out .Pp_header_image {
    min-height: 200px;
}.Ph_reach_out .eE_support_widget {
    padding: 30px 20px;
}.Ph_reach_out .eE_support_widget::before {
    width: calc(100% - 40px);
    left: 20px;
}.Ph_reach_out form h3 {
    margin-bottom: 25px;
    font-size: calc(23px * 0.9);
}.Ph_reach_out form input[type="text"] {
    padding: 15px 20px;
}.Ph_reach_out form .cC_message_request {
    text-align: center;
    width: 100%;
}}.tl_client_comments {
    padding: 4rem 0;
    background: linear-gradient(135deg, rgb(233,232,216) 0%, #ffffff 100%);
    position: relative;
    overflow: hidden;
}.tl_client_comments::before {
    content: "";
    left: 0;
    top: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    background: repeating-linear-gradient(
        -45deg,
        rgb(153,154,152,0.5) 0px,
        rgb(153,154,152,0.5) 1px,
        transparent 1px,
        transparent 20px
    );
    opacity: 0.05;
    z-index: 1;
}.tl_client_comments::after {
    opacity: 0.08;
    transform: rotate(-15deg);
    width: 35%;
    position: absolute;
    background: rgb(194,195,190);
    z-index: 0;
    right: -10%;
    content: "";
    height: 35%;
    top: -10%;
    border-radius: 40% 60% 70% 30% / 40% 50% 60% 50%;
}.tl_client_comments h2 {
    font-size: 34px;
    margin-bottom: 3rem;
    font-weight: 700;
    opacity: 1;
    animation: titleAppear 0.8s ease-out;
    position: relative;
    text-align: center;
    transform: translateY(0);
    color: #000000;
    z-index: 3;
}.tl_client_comments h2::after {
    background: linear-gradient(90deg, rgb(194,195,190) 0%, rgb(153,154,152) 100%);
    content: "";
    position: absolute;
    bottom: -10px;
    transform: translateX(-50%) skewX(-20deg);
    left: 50%;
    width: 80px;
    height: 4px;
}.tl_client_comments .container {
    position: relative;
    max-width: 1200px;
    padding: 0 20px;
    z-index: 2;
    margin: 0 auto;
}.tl_client_comments .Qy_skill_studio {
    position: relative;
    overflow: hidden;
}.tl_client_comments .DM_student_feedback {
    position: relative;
    z-index: 3;
    gap: 2rem;
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
}.tl_client_comments .Yq_review_glow {
    position: relative;
    opacity: 0;
    transform: translateY(20px);
    border-left: 4px solid rgb(153,154,152);
    animation: reviewAppear 0.6s ease-out forwards;
    padding: 2rem;
    box-shadow: 0 10px 30px rgba(0,0,0,0.05), 
                0 1px 4px rgba(0,0,0,0.03);
    transition: transform 0.4s cubic-bezier(0.34, 1.56, 0.64, 1), 
                box-shadow 0.3s ease-out;
    animation-delay: calc(var(--animation-order, 0) * 0.15s);
    background: linear-gradient(145deg, #ffffff 0%, rgba(255,255,255,0.9) 100%);
}.tl_client_comments .Yq_review_glow:nth-child(1) {
    --animation-order: 1;
}.tl_client_comments .Yq_review_glow:nth-child(2) {
    --animation-order: 2;
}.tl_client_comments .Yq_review_glow:nth-child(3) {
    --animation-order: 3;
}.tl_client_comments .Yq_review_glow:nth-child(4) {
    --animation-order: 4;
}.tl_client_comments .Yq_review_glow:nth-child(5) {
    --animation-order: 5;
}.tl_client_comments .Yq_review_glow:nth-child(6) {
    --animation-order: 6;
}.tl_client_comments .Yq_review_glow:nth-child(7) {
    --animation-order: 7;
}.tl_client_comments .Yq_review_glow::before {
    left: 20px;
    line-height: 1;
    color: rgb(153,154,152);
    position: absolute;
    font-family: Arial, sans-serif;
    opacity: 0.2;
    content: "";
    top: -15px;
    font-size: 100px;
}.tl_client_comments .Yq_review_glow:hover {
    border-left-color: rgb(194,195,190);
    transform: translateY(-5px) scale(1.02);
    box-shadow: 0 15px 35px rgba(0,0,0,0.08), 
                0 5px 15px rgba(0,0,0,0.04);
}.tl_client_comments .Yq_review_glow h3 {
    color: #000000;
    display: inline-block;
    position: relative;
    font-weight: 600;
    margin-bottom: 0.8rem;
    font-size: calc(24px * 1.05);
}.tl_client_comments .Yq_review_glow h3::after {
    width: 0;
    content: "";
    left: 0;
    height: 2px;
    position: absolute;
    background: linear-gradient(90deg, rgb(194,195,190) 0%, rgb(153,154,152) 100%);
    transition: width 0.3s ease-out 0.1s;
    bottom: -4px;
}.tl_client_comments .Yq_review_glow:hover h3::after {
    width: 100%;
}.tl_client_comments .Yq_review_glow .description {
    z-index: 2;
    margin-bottom: 1.5rem;
    position: relative;
    font-size: 18px;
    color: #000000;
    line-height: 1.6;
}.tl_client_comments .Yq_review_glow div {
    transition: transform 0.4s cubic-bezier(0.34, 1.56, 0.64, 1),
                clip-path 0.5s cubic-bezier(0.34, 1.56, 0.64, 1);
    margin-left: auto;
    border-radius: 0;
    overflow: hidden;
    width: 60px;
    clip-path: polygon(30% 0%, 70% 0%, 100% 30%, 100% 70%, 70% 100%, 30% 100%, 0% 70%, 0% 30%);
    height: 60px;
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
    position: relative;
}.tl_client_comments .Yq_review_glow:hover div {
    transform: rotate(15deg) scale(1.1);
    clip-path: polygon(50% 0%, 80% 10%, 100% 35%, 100% 70%, 80% 90%, 50% 100%, 20% 90%, 0% 70%, 0% 35%, 20% 10%);
}.tl_client_comments .Yq_review_glow div img {
    object-fit: cover;
    height: 100%;
    width: 100%;
    transition: transform 0.5s ease-out;
}.tl_client_comments .Yq_review_glow:hover div img {
    transform: scale(1.1);
}

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

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

@media (max-width: 992px) {.tl_client_comments {
    padding: 3rem 0;
}.tl_client_comments h2 {
    font-size: calc(34px * 0.9);
    margin-bottom: 2.5rem;
}.tl_client_comments .DM_student_feedback {
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
    gap: 1.5rem;
}.tl_client_comments .Yq_review_glow {
    padding: 1.75rem;
}
}

@media (max-width: 768px) {.tl_client_comments {
    padding: 2.5rem 0;
}.tl_client_comments h2 {
    margin-bottom: 2rem;
    font-size: calc(34px * 0.85);
}.tl_client_comments h2::after {
    width: 60px;
}.tl_client_comments .DM_student_feedback {
    grid-template-columns: repeat(auto-fill, minmax(100%, 1fr));
    gap: 1.25rem;
}.tl_client_comments .Yq_review_glow::before {
    font-size: 80px;
}
}

@media (max-width: 576px) {.tl_client_comments {
    padding: 2rem 0;
}.tl_client_comments h2 {
    padding: 0 0.5rem;
    margin-bottom: 1.5rem;
    font-size: calc(34px * 0.8);
}.tl_client_comments .container {
    padding: 0 15px;
}.tl_client_comments .Yq_review_glow {
    padding: 1.5rem;
}.tl_client_comments .Yq_review_glow h3 {
    font-size: calc(24px * 0.95);
}.tl_client_comments .Yq_review_glow .description {
    font-size: calc(18px * 0.95);
}.tl_client_comments .Yq_review_glow div {
    width: 50px;
    height: 50px;
}}.ZP_privacy_quarters {
    padding: 40px 20px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
    font-family: Arial, sans-serif;
    border: 1px solid rgba(0, 0, 0, 0.5);
    color: #000000;
    background-color: #ffffff;
}.ZP_privacy_quarters h1, .ZP_privacy_quarters h2, .ZP_privacy_quarters h3, .ZP_privacy_quarters h4, .ZP_privacy_quarters h5, .ZP_privacy_quarters h6 {
    color: #000000;
    font-weight: 700;
    margin-bottom: 20px;
}.ZP_privacy_quarters h1 {
    margin-bottom: 30px;
    padding-bottom: 10px;
    border-bottom: 2px solid rgb(194,195,190);
    font-size: 43px;
}.ZP_privacy_quarters h2 {
    margin-bottom: 25px;
    font-size: 30px;
    border-bottom: 2px solid rgb(153,154,152);
    padding-bottom: 8px;
}.ZP_privacy_quarters h3 {
    margin-bottom: 20px;
    font-size: 1.5em;
    border-bottom: 1px solid #000000;
    padding-bottom: 6px;
}.ZP_privacy_quarters h4 {
    font-size: 1.25em;
    margin-bottom: 18px;
}.ZP_privacy_quarters h5 {
    margin-bottom: 16px;
    font-size: 22px;
}.ZP_privacy_quarters h6 {
    margin-bottom: 14px;
    font-size: 22px;
}.ZP_privacy_quarters ul, .ZP_privacy_quarters ol {
    margin-left: 20px;
    list-style: none;
    color: #000000;
    padding-left: 20px;
}.ZP_privacy_quarters ul li, .ZP_privacy_quarters ol li {
    padding-left: 20px;
    line-height: 1.6;
    font-size: 13px;
    position: relative;
    margin-bottom: 10px;
}.ZP_privacy_quarters ul li:before {
    font-size: 1.2em;
    left: 0;
    content: '•';
    position: absolute;
    color: rgb(194,195,190);
}.ZP_privacy_quarters p, .ZP_privacy_quarters span, .ZP_privacy_quarters div {
    line-height: 1.8;
    color: #000000;
    margin-bottom: 20px;
    font-size: 13px;
}
@media only screen and (max-width: 800px) {.ZP_privacy_quarters {
    padding: 20px 10px;
}.ZP_privacy_quarters h1 {
    font-size: calc(22px - 10%);
}.ZP_privacy_quarters h2 {
    font-size: calc(22px - 10%);
}.ZP_privacy_quarters p, .ZP_privacy_quarters span, .ZP_privacy_quarters div {
    font-size: calc(13px - 10%);
}}
.ZP_privacy_quarters a {
    color: rgb(194,195,190);
    text-decoration: none;
    border-bottom: 1px solid rgb(194,195,190);
}.ZP_privacy_quarters a:hover {
    border-bottom: 1px solid rgb(153,154,152);
    color: rgb(153,154,152);
}.ZP_privacy_quarters blockquote {
    margin: 20px 0;
    color: #000000;
    background-color: rgb(233,232,216);
    border-left: 5px solid rgb(194,195,190);
    padding: 15px 20px;
    font-style: italic;
}.ZP_privacy_quarters code {
    color: #000000;
    padding: 2px 6px;
    border-radius: 10px;
    font-family: monospace;
    background-color: rgb(233,232,216);
}.ZP_privacy_quarters hr {
    margin: 30px 0;
    height: 1px;
    background: rgba(0, 0, 0, 0.5);
    border: 0;
}.NY_title_section {
    position: relative;
    justify-content: center;
    min-height: 100vh;
    overflow: hidden;
    display: flex;
    align-items: center;
    width: 100%;
}.NY_title_section .zB_main_intro {
    display: flex;
    width: 100%;
    position: relative;
    z-index: 1;
    align-items: center;
    justify-content: center;
    height: 100vh;
}.NY_title_section .zB_main_intro::before {
    background: linear-gradient(135deg, rgb(194,195,190,0.5), rgba(0, 0, 0, 0.5));
    z-index: -1;
    left: 0;
    position: absolute;
    backdrop-filter: blur(3px);
    width: 100%;
    content: "";
    top: 0;
    height: 100%;
}.NY_title_section .rA_impact_stats {
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.2);
    transform: perspective(1000px) rotateX(2deg);
    width: 90%;
    backdrop-filter: blur(10px);
    padding: 3rem;
    max-width: 1200px;
    z-index: 2;
    background: rgba(255, 255, 255, 0.15);
    position: relative;
    margin: 0 auto;
}.NY_title_section .rA_impact_stats::before {
    content: "";
    background: linear-gradient(45deg, rgb(194,195,190), rgb(153,154,152));
    opacity: 0.3;
    top: -5px;
    position: absolute;
    transform: perspective(1000px) rotateX(-1deg);
    right: -5px;
    z-index: -1;
    left: -5px;
    bottom: -5px;
    filter: blur(8px);
}.NY_title_section .rA_impact_stats > div {
    position: relative;
    margin-bottom: 2rem;
    transform: translateZ(20px);
}.NY_title_section .rA_impact_stats > div:first-child {
    margin-bottom: 2.5rem;
    position: relative;
    padding-bottom: 1.5rem;
}.NY_title_section .rA_impact_stats > div:first-child::after {
    height: 3px;
    background: rgb(153,154,152);
    animation: lineGrow 2s ease-out forwards;
    content: "";
    position: absolute;
    width: 0;
    left: 0;
    bottom: 0;
}.NY_title_section .title_style_header {
    margin-bottom: 1rem;
    animation: fadeSlideIn 1s ease-out forwards 0.3s;
    font-weight: 700;
    opacity: 0;
    letter-spacing: 1px;
    font-size: calc(45px * 1.2);
    transform: translateY(-5px);
    color: #ffffff;
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
}.NY_title_section h3 {
    opacity: 0;
    line-height: 1.4;
    margin-bottom: 1.5rem;
    animation: fadeSlideIn 1s ease-out forwards 0.6s;
    font-size: 32px;
    text-shadow: 0 1px 5px rgba(0, 0, 0, 0.2);
    transform: translateY(10px);
    font-weight: 600;
    color: #ffffff;
}.NY_title_section p {
    transform: translateY(10px);
    opacity: 0;
    line-height: 1.7;
    animation: fadeSlideIn 1s ease-out forwards 0.9s;
    max-width: 90%;
    color: #ffffff;
    font-size: calc(13px * 1.2);
    font-weight: 400;
}

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

@keyframes lineGrow {
  to {
    width: 80px;
  }
}

@media (max-width: 992px) {.NY_title_section .rA_impact_stats {
    padding: 2.5rem;
    transform: perspective(1000px) rotateX(1deg);
}.NY_title_section .title_style_header {
    font-size: calc(45px * 1.1);
}.NY_title_section h3 {
    font-size: calc(32px * 0.9);
}
}

@media (max-width: 768px) {.NY_title_section .zB_main_intro {
    min-height: 100vh;
    height: auto;
}.NY_title_section .rA_impact_stats {
    transform: none;
    width: 95%;
    padding: 2rem;
}.NY_title_section .rA_impact_stats::before {
    transform: none;
}.NY_title_section .title_style_header {
    font-size: 45px;
}.NY_title_section h3 {
    font-size: calc(32px * 0.8);
}.NY_title_section p {
    max-width: 100%;
    font-size: 13px;
}
}

@media (max-width: 576px) {.NY_title_section .rA_impact_stats {
    padding: 1.5rem;
}.NY_title_section .title_style_header {
    font-size: calc(45px * 0.85);
}.NY_title_section h3 {
    margin-bottom: 1rem;
    font-size: calc(32px * 0.7);
}.NY_title_section p {
    font-size: calc(13px * 0.9);
    line-height: 1.5;
}
  
  @keyframes lineGrow {
    to {
      width: 60px;
    }
  }
}

@media (hover: hover) {.NY_title_section .rA_impact_stats:hover {
    transition: transform 0.5s ease;
    transform: perspective(1000px) rotateX(0);
}.NY_title_section .rA_impact_stats:hover::before {
    transition: all 0.5s ease;
    filter: blur(10px);
    opacity: 0.4;
}
}

@media (prefers-reduced-motion: reduce) {.NY_title_section .rA_impact_stats,
  .NY_title_section .rA_impact_stats::before {
    transition: none;
    transform: none;
}.NY_title_section .title_style_header,
  .NY_title_section h3,
  .NY_title_section p {
    transform: none;
    opacity: 1;
    animation: none;
}@keyframes lineGrow {
    to {
      width: 80px;
    }
  }
}.yJ_access_cta {
    z-index: 1;
    color: #ffffff;
    position: relative;
    padding: 80px 0 40px;
}.yJ_access_cta::before {
    position: absolute;
    z-index: -1;
    background: rgba(0, 0, 0, 0.5);
    backdrop-filter: blur(8px);
    top: 0;
    width: 100%;
    height: 100%;
    left: 0;
    content: "";
}footer {
    position: relative;
}.yJ_access_cta .container {
    position: relative;
    gap: 40px;
    grid-template-columns: 1fr 1fr;
    display: grid;
}.yJ_access_cta .company_holder {
    position: relative;
    padding-right: 40px;
}.yJ_access_cta .company_holder::after {
    width: 1px;
    right: 0;
    height: 60%;
    position: absolute;
    background: linear-gradient(to bottom, 
        transparent, 
        rgb(153,154,152,0.5), 
        transparent);
    top: 20%;
    content: "";
}.yJ_access_cta .company_holder h3 {
    display: inline-block;
    font-weight: 700;
    font-size: calc(30px * 0.9);
    margin-bottom: 25px;
    position: relative;
}.yJ_access_cta .company_holder h3::after {
    border-radius: 10px;
    left: 0;
    content: "";
    height: 3px;
    position: absolute;
    background: rgb(194,195,190);
    bottom: -8px;
    width: 40px;
}.yJ_access_cta .VG_telegram_ref {
    line-height: 1.6;
    color: #ffffff;
    margin-bottom: 30px;
    opacity: 0.8;
    max-width: 90%;
    font-size: 12px;
}.yJ_access_cta .yL_donate_books {
    justify-content: flex-end;
    display: flex;
}.yJ_access_cta .nI_header_learn {
    display: flex;
    gap: 60px;
}.yJ_access_cta .xm_site_info {
    position: relative;
}.yJ_access_cta .xm_site_info h5 {
    padding-bottom: 12px;
    font-size: 20px;
    position: relative;
    font-weight: 600;
    margin-bottom: 25px;
}.yJ_access_cta .xm_site_info h5::after {
    bottom: 0;
    border-radius: 10px;
    position: absolute;
    background: rgb(194,195,190);
    width: 30px;
    content: "";
    height: 2px;
    left: 0;
}.yJ_access_cta .xm_site_info .nI_header_learn {
    flex-direction: column;
    display: flex;
    gap: 15px;
}.yJ_access_cta .xm_site_info .nI_header_learn a {
    font-size: calc(12px * 0.95);
    position: relative;
    padding-left: 0;
    transition: all 0.3s ease;
    text-decoration: none;
    opacity: 0.7;
    color: #ffffff;
}.yJ_access_cta .xm_site_info .nI_header_learn a::before {
    top: 50%;
    transform: translateY(-50%);
    content: "";
    height: 1px;
    width: 0;
    position: absolute;
    background: rgb(194,195,190);
    left: 0;
    opacity: 0;
    transition: all 0.3s ease;
}.yJ_access_cta .xm_site_info .nI_header_learn a:hover {
    color: rgb(194,195,190);
    opacity: 1;
    padding-left: 12px;
}.yJ_access_cta .xm_site_info .nI_header_learn a:hover::before {
    opacity: 1;
    width: 8px;
}.fe_rating_stars {
    padding: 20px 0;
    backdrop-filter: blur(5px);
    background-color: rgba(0, 0, 0, 0.3);
}.fe_rating_stars .container {
    align-items: center;
    justify-content: center;
    display: flex;
}.fe_rating_stars .cz_policy_links {
    letter-spacing: 0.5px;
    opacity: 0.6;
    color: #ffffff;
    text-align: center;
    font-size: 15px;
}

@keyframes pulse {
    0%, 100% {
        transform: scale(1);
        opacity: 0.2;
    }
    50% {
        transform: scale(1.1);
        opacity: 0.3;
    }
}

@keyframes glow {
    0%, 100% {
        box-shadow: 0 0 5px rgb(194,195,190,0.5);
    }
    50% {
        box-shadow: 0 0 15px rgb(194,195,190);
    }
}

@media (max-width: 991px) {.yJ_access_cta {
    padding: 60px 0 30px;
}.yJ_access_cta .container {
    grid-template-columns: 1fr;
    gap: 50px;
}.yJ_access_cta .company_holder {
    max-width: 600px;
    padding-right: 0;
    margin: 0 auto;
    text-align: center;
}.yJ_access_cta .company_holder::after {
    display: none;
}.yJ_access_cta .company_holder h3 {
    margin-right: auto;
    margin-left: auto;
}.yJ_access_cta .company_holder h3::after {
    transform: translateX(-50%);
    left: 50%;
    width: 60px;
}.yJ_access_cta .VG_telegram_ref {
    text-align: center;
    max-width: 100%;
}.yJ_access_cta .yL_donate_books {
    justify-content: center;
}
}

@media (max-width: 767px) {.yJ_access_cta {
    padding: 50px 0 20px;
}.yJ_access_cta .nI_header_learn {
    gap: 40px;
    width: 100%;
    flex-direction: column;
}.yJ_access_cta .xm_site_info {
    text-align: center;
}.yJ_access_cta .xm_site_info h5 {
    text-align: center;
}.yJ_access_cta .xm_site_info h5::after {
    transform: translateX(-50%);
    left: 50%;
}.yJ_access_cta .xm_site_info .nI_header_learn {
    align-items: center;
}.yJ_access_cta .xm_site_info .nI_header_learn a {
    text-align: center;
}.yJ_access_cta .xm_site_info .nI_header_learn a::before {
    display: none;
}.yJ_access_cta .xm_site_info .nI_header_learn a:hover {
    padding-left: 0;
}
}

@media (max-width: 480px) {.yJ_access_cta {
    padding: 40px 0 20px;
}.yJ_access_cta .company_holder h3 {
    font-size: calc(30px * 0.8);
}.yJ_access_cta .VG_telegram_ref {
    font-size: calc(12px * 0.9);
}.fe_rating_stars .cz_policy_links {
    font-size: calc(15px * 0.9);
}}

.yJ_access_cta::before {
    background-image: radial-gradient(
        circle at 20% 80%, 
        #000000 0%, 
        rgba(0, 0, 0, 0.5) 70%
    );
}.yJ_access_cta::after {
    box-shadow: 0 0 40px rgb(194,195,190,0.5);
}.yJ_access_cta .container::before {
    height: 150px;
    filter: blur(30px);
    background: radial-gradient(
        circle, 
        rgb(153,154,152,0.5), 
        transparent 70%
    );
    width: 150px;
    bottom: -75px;
    position: absolute;
    border-radius: 50%;
    animation: pulse 10s infinite alternate-reverse;
    left: -75px;
    content: "";
}.yJ_access_cta .xm_site_info::before {
    opacity: 0.7;
    height: 5px;
    position: absolute;
    border-radius: 50%;
    width: 5px;
    background: rgb(194,195,190);
    content: "";
    left: -15px;
    top: 10px;
}.yJ_access_cta .xm_site_info:hover::before {
    animation: glow 2s infinite;
}.yJ_access_cta .company_holder::before {
    background: linear-gradient(90deg, 
        rgb(194,195,190,0.5), 
        transparent);
    height: 1px;
    position: absolute;
    left: 0;
    bottom: -20px;
    content: "";
    width: 100px;
}

@media (max-width: 991px) {.yJ_access_cta .company_holder::before {
    left: 50%;
    transform: translateX(-50%);
    background: linear-gradient(90deg, 
            transparent, 
            rgb(194,195,190,0.5), 
            transparent);
}}

.yJ_access_cta .xm_site_info .nI_header_learn a::after {
    width: 0;
    position: absolute;
    bottom: -2px;
    height: 1px;
    left: 0;
    transition: width 0.3s ease;
    content: "";
    background: rgb(194,195,190);
}.yJ_access_cta .xm_site_info .nI_header_learn a:hover::after {
    width: 100%;
}.yJ_access_cta .xm_site_info .nI_header_learn a:nth-child(odd):hover {
    transform: translateX(2px);
}.yJ_access_cta .xm_site_info .nI_header_learn a:nth-child(even):hover {
    transform: translateX(2px);
}

@media (min-width: 992px) {footer::after {
    right: 0;
    position: absolute;
    top: 0;
    left: 0;
    background: linear-gradient(90deg, 
            transparent, 
            rgb(153,154,152,0.5), 
            transparent);
    content: "";
    height: 1px;
}.yJ_access_cta::before {
    background-blend-mode: overlay;
}}

.yJ_access_cta .company_holder h3::before {
    position: absolute;
    height: 1px;
    opacity: 0.7;
    width: 20px;
    top: 50%;
    background: rgb(194,195,190);
    content: "";
    left: -30px;
}

@media (max-width: 991px) {.yJ_access_cta .company_holder h3::before {
    display: none;
}}

.fe_rating_stars {
    overflow: hidden;
    position: relative;
}.fe_rating_stars::before {
    top: 0;
    left: 0;
    position: absolute;
    width: 100%;
    height: 1px;
    content: "";
    background: linear-gradient(90deg, 
        transparent, 
        rgb(153,154,152,0.5), 
        transparent);
}.fe_rating_stars::after {
    background: linear-gradient(90deg, 
        transparent, 
        rgb(153,154,152,0.5), 
        transparent);
    position: absolute;
    height: 1px;
    opacity: 0.3;
    width: 30%;
    content: "";
    left: 35%;
    bottom: 0;
}.fe_rating_stars .cz_policy_links {
    transition: all 0.3s ease;
    position: relative;
}.fe_rating_stars .cz_policy_links:hover {
    letter-spacing: 0.7px;
    opacity: 1;
}.yM_cookieDisclosurePanel {
    bottom: 0;
    border-top: 2px solid rgb(194,195,190);
    background: rgb(233,232,216);
    position: fixed;
    z-index: 90;
    width: 100%;
}.Ql_user_tracker {
    align-items: center;
    padding: 20px 0;
    justify-content: space-between;
    display: flex;
}#uQ_cookieWarningPanel {
    display: none;
}#uQ_cookieWarningPanel:checked ~ .yM_cookieDisclosurePanel {
    opacity: 0;
    visibility: hidden;
}.yM_cookieDisclosurePanel h5 {
    margin-bottom: 6px;
    font-size: 22px;
}.yM_cookieDisclosurePanel p {
    font-size: 18px;
}.WT_user_default {
    margin-right: 10px;
    flex-shrink: 0;
}.WT_user_default svg, .WT_user_default svg path, .WT_user_default img {
    width: 100px;
    fill: rgb(194,195,190);
    height: 100px;
}.Ao_privacy_gate {
    border-bottom: 2px solid rgb(194,195,190);
    font-size: 24px;
    flex-shrink: 0;
    cursor: pointer;
    min-width: 120px;
    text-decoration: none;
    line-height: 35px;
    margin-left: 10px;
    color: rgb(194,195,190);
    white-space: nowrap;
    text-align: center;
}.yM_cookieDisclosurePanel p a {
    text-decoration: none;
    color: rgb(194,195,190);
}
@media only screen and (max-width: 1200px) {.yM_cookieDisclosurePanel {
    padding: 20px;
}
}
@media only screen and (max-width: 800px) {.WT_user_default {
    display: none;
}.Ql_user_tracker {
    align-items: center;
    justify-content: center;
    flex-direction: column;
}.yM_cookieDisclosurePanel h5 {
    text-align: center;
}.yM_cookieDisclosurePanel p {
    text-align: center;
}.HI_data_settings {
    margin-bottom: 20px;
}body .aS_segment-wrapper .Ao_privacy_gate {
    margin-bottom: 10px;
    margin-left: 0;
}}
.aS_segment-wrapper .yM_cookieDisclosurePanel {
    border: none;
    box-shadow: rgb(194,195,190,0.5) 0px 0px 40px 39px;
    background: #ffffff;
}.aS_segment-wrapper .Ao_privacy_gate {
    padding: 10px;
    font-weight: 400;
    background: rgb(194,195,190);
    font-size: 20px;
    border: none;
    margin-left: 30px;
    color: #ffffff;
}.aS_segment-wrapper .WT_user_default {
    align-items: center;
    justify-content: center;
    width: 80px;
    display: flex;
    background:rgb(194,195,190);
    height: 80px;
    border-radius: 50%;
}.aS_segment-wrapper .WT_user_default svg, .aS_segment-wrapper .WT_user_default svg path, .aS_segment-wrapper .WT_user_default img {
    fill:#000000;
    height: 40px;
    width: 40px;
}.aS_segment-wrapper .HI_data_settings h5, .aS_segment-wrapper .HI_data_settings p {
    color: #000000;
}
@media only screen and (max-width: 800px){.aS_segment-wrapper .WT_user_default {
    margin: 0;
    margin-bottom: 14px;
}}.ns_training_structure {
    overflow: hidden;
    display: flex;
    padding: 7rem 2rem;
    background: linear-gradient(120deg, rgb(233,232,216) 0%, rgb(194,195,190,0.5) 100%);
    position: relative;
    justify-content: center;
    align-items: center;
    min-height: 80vh;
}.ns_training_structure::before {
    width: 100%;
    position: absolute;
    opacity: 0.6;
    z-index: 1;
    content: '';
    left: 0;
    top: 0;
    background: 
        radial-gradient(circle at 20% 30%, rgb(153,154,152,0.5) 0%, transparent 15%),
        radial-gradient(circle at 80% 70%, rgb(194,195,190,0.5) 0%, transparent 15%);
    height: 100%;
}.ns_training_structure::after {
    animation: patternMove 30s linear infinite;
    opacity: 0.1;
    top: 0;
    content: '';
    left: 0;
    background: 
        linear-gradient(45deg, transparent 49.5%, rgb(153,154,152,0.5) 49.5%, rgb(153,154,152,0.5) 50.5%, transparent 50.5%) 0 0 / 20px 20px,
        linear-gradient(135deg, transparent 49.5%, rgb(194,195,190,0.5) 49.5%, rgb(194,195,190,0.5) 50.5%, transparent 50.5%) 0 0 / 20px 20px;
    width: 100%;
    z-index: 1;
    position: absolute;
    height: 100%;
}@keyframes patternMove {
    0% {
        background-position: 0 0, 0 0;
    }
    100% {
        background-position: 40px 40px, 40px 40px;
    }
}

.ns_training_structure .Qy_skill_studio {
    justify-content: center;
    z-index: 5;
    display: flex;
    position: relative;
    width: 90%;
    max-width: 1200px;
}.ns_training_structure .kg_text_details {
    width: 70%;
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.1);
    background: rgba(255, 255, 255, 0.05);
    clip-path: polygon(
        0 0,
        100% 0,
        100% 85%,
        95% 100%,
        0 100%
    );
    max-width: 800px;
    overflow: hidden;
    backdrop-filter: blur(10px);
    padding: 4rem;
    transition: all 0.4s ease;
    border-radius: 18px;
    position: relative;
}.ns_training_structure .kg_text_details::before {
    transition: all 0.5s ease;
    top: -50%;
    opacity: 0.2;
    width: 200%;
    left: -50%;
    height: 200%;
    position: absolute;
    z-index: -1;
    content: '';
    transform: rotate(30deg);
    background: radial-gradient(
        ellipse at center,
        rgb(194,195,190,0.5) 0%,
        transparent 60%
    );
}.ns_training_structure .kg_text_details::after {
    top: 0;
    left: 0;
    background: linear-gradient(90deg, rgb(194,195,190), rgb(153,154,152));
    position: absolute;
    width: 100%;
    z-index: 1;
    height: 5px;
    content: '';
}.ns_training_structure h2 {
    position: relative;
    font-size: 29px;
    font-weight: 700;
    color: #ffffff;
    letter-spacing: 2px;
    text-transform: uppercase;
    padding-bottom: 1.5rem;
    margin-bottom: 2rem;
}.ns_training_structure h2::before {
    bottom: 0;
    background: linear-gradient(90deg, rgb(194,195,190), rgb(153,154,152));
    transition: width 0.8s ease;
    position: absolute;
    width: 0;
    content: '';
    left: 0;
    height: 2px;
}.ns_training_structure h2::after {
    opacity: 0.5;
    border-top: 2px solid rgb(194,195,190);
    content: '';
    border-right: 2px solid rgb(194,195,190);
    transition: all 0.3s ease;
    height: 30px;
    right: -15px;
    position: absolute;
    top: -15px;
    width: 30px;
}.ns_training_structure .kg_text_details:hover h2::before {
    width: 100px;
}.ns_training_structure p {
    z-index: 2;
    font-size: 15px;
    line-height: 1.8;
    color: #ffffff;
    opacity: 0.9;
    position: relative;
}.ns_training_structure p::before {
    width: 50px;
    content: '';
    transition: width 0.3s ease;
    right: 0;
    height: 2px;
    position: absolute;
    bottom: -10px;
    background: rgb(153,154,152,0.5);
    opacity: 0.5;
}.ns_training_structure .kg_text_details:hover {
    transform: translateY(-5px);
    box-shadow: 0 25px 60px rgba(0, 0, 0, 0.15);
}.ns_training_structure .kg_text_details:hover::before {
    opacity: 0.3;
    transform: rotate(45deg);
}.ns_training_structure .kg_text_details:hover h2::after {
    opacity: 0.7;
    transform: scale(1.2);
}.ns_training_structure .kg_text_details:hover p::before {
    width: 100px;
}.ns_training_structure::before,
.ns_training_structure::after {
    transition: all 0.5s ease;
}.ns_training_structure:hover::before {
    filter: blur(20px);
}.ns_training_structure:hover::after {
    opacity: 0.15;
}

@keyframes floatAnimation {
    0%, 100% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-10px);
    }
}

@media (max-width: 992px) {.ns_training_structure {
    padding: 5rem 1.5rem;
}.ns_training_structure .kg_text_details {
    width: 80%;
    padding: 3rem;
}.ns_training_structure h2 {
    padding-bottom: 1.2rem;
    font-size: calc(29px * 0.9);
    margin-bottom: 1.5rem;
}.ns_training_structure .kg_text_details:hover h2::before {
    width: 80px;
}.ns_training_structure p {
    font-size: calc(15px * 0.95);
}
}

@media (max-width: 768px) {.ns_training_structure {
    padding: 4rem 1rem;
    min-height: 60vh;
}.ns_training_structure .kg_text_details {
    width: 100%;
    clip-path: polygon(
            0 0,
            100% 0,
            100% 90%,
            97% 100%,
            0 100%
        );
    padding: 2.5rem;
}.ns_training_structure h2 {
    margin-bottom: 1.2rem;
    padding-bottom: 1rem;
    letter-spacing: 1px;
    font-size: calc(29px * 0.8);
}.ns_training_structure h2::after {
    width: 20px;
    top: -10px;
    right: -10px;
    height: 20px;
}.ns_training_structure .kg_text_details:hover h2::before {
    width: 60px;
}.ns_training_structure p::before {
    width: 30px;
}.ns_training_structure .kg_text_details:hover p::before {
    width: 60px;
}
}

@media (max-width: 576px) {.ns_training_structure {
    min-height: auto;
    padding: 3rem 0.8rem;
}.ns_training_structure .kg_text_details {
    padding: 2rem;
    clip-path: polygon(
            0 0,
            100% 0,
            100% 95%,
            98% 100%,
            0 100%
        );
}.ns_training_structure h2 {
    font-size: calc(29px * 0.7);
    margin-bottom: 1rem;
    letter-spacing: 0.5px;
    padding-bottom: 0.8rem;
}.ns_training_structure p {
    font-size: calc(15px * 0.9);
}.ns_training_structure .kg_text_details::after {
    height: 3px;
}.ns_training_structure::before {
    opacity: 0.4;
}.ns_training_structure::after {
    opacity: 0.05;
}}header .by_header_wrap {
    background: rgb(233,232,216);
    position: relative;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.12);
    z-index: 100;
    overflow: hidden;
}header .by_header_wrap::before {
    top: 0;
    position: absolute;
    left: 0;
    background: 
        radial-gradient(circle at 10% 20%, rgb(194,195,190,0.5) 0%, transparent 30%),
        radial-gradient(circle at 90% 80%, rgb(153,154,152,0.5) 0%, transparent 30%);
    content: "";
    z-index: -1;
    opacity: 0.2;
    width: 100%;
    height: 100%;
}header .by_header_wrap::after {
    right: 0;
    height: 100%;
    position: absolute;
    content: "";
    top: 0;
    background: linear-gradient(135deg, transparent 25%, rgb(194,195,190,0.5) 100%);
    opacity: 0.1;
    clip-path: polygon(100% 0, 0 0, 100% 100%);
    width: 40%;
    z-index: -1;
}header .container {
    padding: 1.8rem 2rem;
    position: relative;
}header .Kj_header_nav {
    gap: 3rem;
    align-items: center;
    display: grid;
    grid-template-columns: auto 1fr;
}header .Id_head_top {
    z-index: 2;
    position: relative;
}header .vW_site_prime {
    z-index: 2;
    position: relative;
    display: block;
}header .vW_site_prime::before,
header .vW_site_prime::after {
    position: absolute;
    transition: all 0.5s ease;
    z-index: -1;
    content: "";
    background: rgb(194,195,190,0.5);
    opacity: 0;
    border-radius: 50%;
}header .vW_site_prime::before {
    height: 50px;
    top: -15px;
    width: 50px;
    left: -15px;
}header .vW_site_prime::after {
    height: 25px;
    right: -10px;
    width: 25px;
    background: rgb(153,154,152,0.5);
    bottom: -5px;
}header .vW_site_prime:hover::before,
header .vW_site_prime:hover::after {
    opacity: 0.6;
    transform: scale(1.2);
}header .vW_site_prime svg {
    width: auto;
    transition: all 0.3s ease;
    height: 50px;
    filter: drop-shadow(3px 3px 5px rgba(0, 0, 0, 0.5));
}header .vW_site_prime:hover svg {
    transform: rotate(-5deg);
}header .xm_site_info {
    justify-content: flex-end;
    flex-wrap: wrap;
    margin: 0;
    position: relative;
    list-style: none;
    background: linear-gradient(to right, transparent, #ffffff);
    border-radius: 0 17px 17px 0;
    clip-path: polygon(5% 0, 100% 0, 100% 100%, 0% 100%);
    display: flex;
    padding: 10px 20px;
}header .xm_site_info::after {
    position: absolute;
    left: 0;
    top: 0;
    background-image: 
        linear-gradient(45deg, rgb(194,195,190,0.5) 25%, transparent 25%, transparent 50%, 
        rgb(194,195,190,0.5) 50%, rgb(194,195,190,0.5) 75%, transparent 75%, transparent);
    animation: moveStripes 20s linear infinite;
    z-index: -1;
    content: "";
    width: 100%;
    height: 100%;
    opacity: 0.05;
    background-size: 10px 10px;
}header .Aj_main_site {
    perspective: 800px;
    position: relative;
    margin: 5px 8px;
}header .Aj_main_site::before {
    top: 50%;
    position: absolute;
    opacity: 0;
    border-left: 5px solid rgb(194,195,190);
    left: -10px;
    transform: translateY(-50%) scale(0);
    border-bottom: 5px solid transparent;
    height: 0;
    content: "";
    border-top: 5px solid transparent;
    transition: all 0.3s ease;
    width: 0;
}header .Aj_main_site:hover::before {
    opacity: 1;
    transform: translateY(-50%) scale(1);
    left: -15px;
}header .Aj_main_site a {
    overflow: hidden;
    text-decoration: none;
    font-family: Arial, sans-serif;
    border-radius: 10px;
    color: #000000;
    position: relative;
    display: block;
    transition: all 0.3s ease;
    padding: 10px 18px;
    background: transparent;
    font-size: 18px;
    transform-style: preserve-3d;
    border: 1px solid transparent;
    font-weight: 600;
}header .Aj_main_site a::before {
    background: #ffffff;
    top: 0;
    height: 100%;
    position: absolute;
    width: 100%;
    left: 0;
    content: "";
    z-index: -1;
    transform: translateZ(-1px);
}header .Aj_main_site a::after {
    bottom: 0;
    background: rgb(194,195,190);
    width: 0;
    height: 2px;
    position: absolute;
    content: "";
    left: 50%;
    transition: width 0.3s ease;
    transform: translateX(-50%);
}header .Aj_main_site a:hover {
    color: rgb(194,195,190);
    border-color: rgb(194,195,190,0.5);
    transform: translateZ(20px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}header .Aj_main_site a:hover::after {
    width: 80%;
}

@keyframes moveStripes {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: 50px 50px;
    }
}

@media (max-width: 991px) {header .Kj_header_nav {
    gap: 2rem;
    grid-template-columns: 1fr;
    justify-items: center;
}header .xm_site_info {
    clip-path: none;
    border-radius: 17px;
    justify-content: center;
    width: 100%;
    background: #ffffff;
}
}

@media (max-width: 767px) {header .container {
    padding: 1.5rem 1rem;
}header .Aj_main_site {
    margin: 3px 5px;
}header .Aj_main_site a {
    font-size: calc(18px - 1px);
    padding: 8px 15px;
}
}

@media (max-width: 480px) {header .xm_site_info {
    align-items: center;
    flex-direction: column;
    padding: 15px;
}header .Aj_main_site {
    margin: 3px 0;
    width: 100%;
}header .Aj_main_site a {
    width: 100%;
    text-align: center;
}header .Aj_main_site::before {
    display: none;
}header .vW_site_prime svg {
    height: 40px;
}}.db_mentorship_profile {
    background: linear-gradient(135deg, rgb(233,232,216) 0%, rgb(153,154,152,0.5) 100%);
    position: relative;
    padding: 5rem 0;
    overflow: hidden;
}.db_mentorship_profile::before {
    z-index: 0;
    width: 40%;
    top: -5%;
    background: rgb(194,195,190,0.5);
    position: absolute;
    right: -5%;
    height: 40%;
    filter: blur(60px);
    opacity: 0.3;
    content: "";
    animation: floating 15s ease-in-out infinite;
    transform-origin: center;
}.db_mentorship_profile::after {
    height: 30%;
    opacity: 0.2;
    width: 30%;
    animation: floating 18s ease-in-out infinite reverse;
    filter: blur(50px);
    transform-origin: center;
    content: "";
    z-index: 0;
    left: -5%;
    position: absolute;
    bottom: -5%;
    background: rgb(153,154,152,0.5);
}.db_mentorship_profile .container {
    position: relative;
    z-index: 1;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 1.5rem;
}.db_mentorship_profile .Yq_review_glow {
    gap: 2rem;
    backdrop-filter: blur(10px);
    grid-template-columns: 1fr;
    padding: 2.5rem;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.08), 
                0 5px 15px rgba(0, 0, 0, 0.05),
                0 0 0 1px rgba(255, 255, 255, 0.15) inset;
    transform-style: preserve-3d;
    transform: perspective(1000px) rotateX(2deg);
    transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    display: grid;
    background: rgba(255, 255, 255, 0.85);
    border-radius: 4px;
    opacity: 0;
    animation: fadeInUp 0.8s cubic-bezier(0.215, 0.61, 0.355, 1) forwards;
}.db_mentorship_profile .Yq_review_glow:hover {
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.12), 
                0 8px 20px rgba(0, 0, 0, 0.08),
                0 0 0 1px rgba(255, 255, 255, 0.2) inset;
    transform: perspective(1000px) rotateX(0deg);
}.db_mentorship_profile .Yq_review_glow > div:first-child {
    margin: 0 auto;
    width: 100%;
    max-width: 280px;
    position: relative;
}.db_mentorship_profile .Yq_review_glow .Pp_header_image {
    animation: fadeInLeft 0.7s cubic-bezier(0.19, 1, 0.22, 1) 0.2s forwards;
    width: 100%;
    overflow: hidden;
    transform: translateZ(30px);
    transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    height: 280px;
    position: relative;
    border-radius: 3px;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.15), 
                0 5px 15px rgba(0, 0, 0, 0.1);
    opacity: 0;
}.db_mentorship_profile .Yq_review_glow .Pp_header_image::before {
    position: absolute;
    content: "";
    background: linear-gradient(
        to bottom,
        transparent 65%,
        rgba(rgb(194,195,190), 0.2) 100%
    );
    top: 0;
    width: 100%;
    z-index: 1;
    height: 100%;
    left: 0;
}.db_mentorship_profile .Yq_review_glow .Pp_header_image::after {
    position: absolute;
    background: linear-gradient(
        135deg,
        rgba(255, 255, 255, 0.25) 0%,
        transparent 80%
    );
    content: "";
    transition: opacity 0.5s ease;
    left: -10%;
    opacity: 0;
    z-index: 2;
    width: 120%;
    top: -10%;
    height: 120%;
}.db_mentorship_profile .Yq_review_glow .Pp_header_image:hover::after {
    opacity: 1;
}.db_mentorship_profile .Yq_review_glow > div:nth-child(2) {
    animation: fadeInUp 0.7s cubic-bezier(0.215, 0.61, 0.355, 1) 0.3s forwards;
    text-align: center;
    opacity: 0;
}.db_mentorship_profile .Yq_review_glow .name {
    display: inline-block;
    color: #000000;
    position: relative;
    margin-bottom: 0.5rem;
    font-weight: 700;
    font-size: 22px;
}.db_mentorship_profile .Yq_review_glow .name::after {
    left: 50%;
    width: 40px;
    content: "";
    border-radius: 1px;
    position: absolute;
    background: rgb(194,195,190);
    bottom: -8px;
    height: 3px;
    transform: translateX(-50%);
}.db_mentorship_profile .Yq_review_glow > div:nth-child(2) > div {
    color: rgb(153,154,152);
    font-size: calc(16px - 0.1rem);
    font-weight: 600;
    margin-top: 1rem;
}.db_mentorship_profile .Yq_review_glow > div:nth-child(3) {
    opacity: 0;
    animation: fadeInUp 0.7s cubic-bezier(0.215, 0.61, 0.355, 1) 0.4s forwards;
}.db_mentorship_profile .Yq_review_glow .ei_employee_area {
    line-height: 1.7;
    color: #000000;
    padding-left: 1.5rem;
    margin: 0;
    font-size: 16px;
    border-left: 3px solid rgb(194,195,190,0.5);
    position: relative;
}.db_mentorship_profile .Yq_review_glow .ei_employee_area::before {
    opacity: 0.2;
    color: rgb(194,195,190,0.5);
    left: -15px;
    content: "";
    top: -20px;
    font-family: Georgia, serif;
    position: absolute;
    font-size: 5rem;
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translate3d(0, 40px, 0);
    }
    to {
        opacity: 1;
        transform: translate3d(0, 0, 0);
    }
}

@keyframes fadeInLeft {
    from {
        opacity: 0;
        transform: translate3d(-40px, 0, 0);
    }
    to {
        opacity: 1;
        transform: translate3d(0, 0, 0);
    }
}

@keyframes floating {
    0% {
        transform: translate(0, 0) rotate(0deg);
    }
    25% {
        transform: translate(5%, 5%) rotate(2deg);
    }
    50% {
        transform: translate(0, 8%) rotate(0deg);
    }
    75% {
        transform: translate(-5%, 3%) rotate(-2deg);
    }
    100% {
        transform: translate(0, 0) rotate(0deg);
    }
}

@media (min-width: 768px) {.db_mentorship_profile {
    padding: 7rem 0;
}.db_mentorship_profile .Yq_review_glow {
    row-gap: 1.5rem;
    grid-template-rows: auto 1fr;
    padding: 3rem;
    grid-template-columns: 280px 1fr;
    column-gap: 3rem;
}.db_mentorship_profile .Yq_review_glow > div:first-child {
    grid-row: 1 / span 2;
}.db_mentorship_profile .Yq_review_glow > div:nth-child(2) {
    text-align: left;
    align-self: flex-end;
}.db_mentorship_profile .Yq_review_glow .name::after {
    left: 0;
    transform: none;
}
}

@media (min-width: 992px) {.db_mentorship_profile .Yq_review_glow {
    grid-template-columns: 320px 1fr;
    padding: 3.5rem;
}.db_mentorship_profile .Yq_review_glow > div:first-child {
    max-width: 320px;
}.db_mentorship_profile .Yq_review_glow .Pp_header_image {
    height: 350px;
}.db_mentorship_profile .Yq_review_glow .ei_employee_area {
    font-size: calc(16px + 0.05rem);
    line-height: 1.8;
}
}

@media (max-width: 767px) {.db_mentorship_profile {
    padding: 4rem 0;
}.db_mentorship_profile .container {
    padding: 0 1rem;
}.db_mentorship_profile .Yq_review_glow {
    padding: 2rem;
}.db_mentorship_profile .Yq_review_glow .Pp_header_image {
    height: 240px;
}
}