* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}header,footer {
    width: 100%;
}.EN_wrapper-capsule {
    flex-direction: column;
    display: flex;
    min-height: 100%;
    height: 100%;
}a {
    color: inherit;
    text-decoration: none;
}html,body {
    min-height: 100%;
    color: #000000;
    height: 100%;
    font-family: Arial, sans-serif;
}.Jv_main_nav {
    flex: 1 0 auto;
}@keyframes glow_scrollbar { 0% { box-shadow: 0 0 5px rgba(0,0,0,0.2); } 50% { box-shadow: 0 0 15px rgba(0,0,0,0.5); } 100% { box-shadow: 0 0 5px rgba(0,0,0,0.2); } }

::-webkit-scrollbar {
    padding: 4px;
    width: 8px;
    scroll-behavior: auto;
}::-webkit-scrollbar-track {
    border-radius: 11px;
    margin: 5px 0;
    box-shadow: inset 1px -2px 13px 0px rgba(0, 0, 0, 0.1);
    background: rgb(173,152,155,0.5);
}::-webkit-scrollbar-thumb {
    background: rgb(255, 255, 255, 0.5);
    min-height: 22px;
}

::-webkit-scrollbar-thumb:hover {
}::-webkit-scrollbar-thumb:active {
    box-shadow: inset 2px -1px 7px 2px rgba(0, 0, 0, 0.4);
    background: rgb(208,191,194);
    transform: scale(0.95);
}::-webkit-scrollbar-corner {
    background: rgb(255, 255, 255, 0.5);
    border: 1px dashed rgb(173,152,155);
}* {
    scrollbar-width: thin;
    scrollbar-color: rgb(208,191,194,0.5) rgb(173,152,155);
}svg {
    height: 30px;
    width: 30px;
}.yU_hackathon {
    flex: 0 0 auto;
}.container {
    width: 1136px;
    max-width: 100%;
    margin: auto;
}

@media only screen and (max-width: 1200px)  {.container {
    width: 100%;
    padding: 0 20px;
}
}
@media only screen and (max-width: 800px)  {.container {
    padding: 0 12px;
}}
.rj_training_specialist {
    padding: 6rem 0;
    background: linear-gradient(135deg, rgb(233,225,227) 0%, rgba(0, 0, 0, 0.5) 100%);
    position: relative;
    overflow: hidden;
}.rj_training_specialist::before {
    top: 0;
    height: 100%;
    left: 0;
    width: 100%;
    animation: rotateBg 30s linear infinite;
    position: absolute;
    opacity: 0.2;
    background: conic-gradient(from 45deg at 50% 50%, transparent 0deg, rgb(208,191,194,0.5) 90deg, transparent 180deg, rgb(173,152,155,0.5) 270deg, transparent 360deg);
    content: "";
}@keyframes rotateBg {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

.rj_training_specialist .container {
    position: relative;
    margin: 0 auto;
    max-width: 1200px;
    z-index: 1;
    padding: 0 1.5rem;
}.rj_training_specialist .lQ_user_experience {
    grid-gap: 1.5rem;
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
    backdrop-filter: blur(8px);
    grid-template-areas:
        "photo quote"
        "photo name"
        "photo job";
    padding: 3rem;
    grid-template-columns: minmax(250px, 35%) 1fr;
    transition: transform 0.3s ease;
    transform: perspective(1000px) rotateX(2deg);
    display: grid;
    border-radius: 10px;
    background-color: rgba(0, 0, 0, 0.5);
}.rj_training_specialist .lQ_user_experience:hover {
    transform: perspective(1000px) rotateX(0);
}.rj_training_specialist .Nv_article_photo {
    clip-path: polygon(0 0, 100% 0, 92% 100%, 0% 100%);
    min-height: 350px;
    grid-area: photo;
    border-radius: 10px;
    transition: transform 0.3s ease;
    transform: translateZ(20px);
    box-shadow: 0 10px 30px -5px rgba(0, 0, 0, 0.5);
    height: 100%;
}.rj_training_specialist .lQ_user_experience:hover .Nv_article_photo {
    transform: translateZ(30px);
}.rj_training_specialist .name {
    font-weight: 700;
    font-size: 28px;
    transform: translateZ(10px);
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
    margin-bottom: 0.5rem;
    color: #ffffff;
    grid-area: name;
}.rj_training_specialist .lQ_user_experience span:not(.name) {
    transform: translateZ(5px);
    grid-area: job;
    font-size: 21px;
    font-weight: 600;
    color: rgb(173,152,155);
    margin-bottom: 1rem;
}.rj_training_specialist .te_emp_back {
    grid-area: quote;
    transform: translateZ(15px);
    line-height: 1.6;
    position: relative;
    padding: 1.5rem;
    border-radius: 10px;
    background: linear-gradient(to right, rgba(0, 0, 0, 0.5), transparent);
    font-size: 13px;
    border-left: 4px solid rgb(208,191,194);
    color: #ffffff;
}.rj_training_specialist .te_emp_back::before {
    opacity: 0.1;
    border-radius: 10px;
    width: 100%;
    mix-blend-mode: overlay;
    top: 0;
    background: linear-gradient(90deg, rgb(208,191,194,0.5) 0%, transparent 100%);
    position: absolute;
    left: 0;
    content: "";
    height: 100%;
}

@media (max-width: 991px) {.rj_training_specialist .lQ_user_experience {
    grid-template-areas:
            "photo photo"
            "name job"
            "quote quote";
    grid-template-columns: 1fr 1fr;
}.rj_training_specialist .Nv_article_photo {
    clip-path: polygon(0 0, 100% 0, 95% 95%, 5% 95%);
    min-height: 300px;
}
}

@media (max-width: 767px) {.rj_training_specialist {
    padding: 3rem 0;
}.rj_training_specialist .lQ_user_experience {
    grid-template-columns: 1fr;
    grid-template-areas:
            "Nv_article_photo"
            "name"
            "CD_job_skills"
            "te_emp_back";
    padding: 2rem;
}.rj_training_specialist .Nv_article_photo {
    min-height: 250px;
    clip-path: polygon(0 0, 100% 0, 90% 100%, 10% 100%);
}}.ND_potential_students {
    overflow: hidden;
    padding: 120px 0;
    position: relative;
    background: linear-gradient(140deg, #f5f7ff 0%, #ffffff 100%);
}.ND_potential_students::before {
    z-index: 1;
    height: 100%;
    content: '';
    position: absolute;
    opacity: 0.15;
    background: 
        radial-gradient(circle at 20% 20%, rgb(208,191,194,0.5) 0%, transparent 40%),
        radial-gradient(circle at 80% 80%, rgb(173,152,155,0.5) 0%, transparent 40%);
    width: 100%;
    top: 0;
    left: 0;
}.ND_potential_students::after {
    background-size: 60px 60px;
    opacity: 0.05;
    left: 0;
    top: 0;
    content: '';
    position: absolute;
    width: 100%;
    z-index: 2;
    height: 100%;
    background: 
        linear-gradient(45deg, transparent 48%, rgb(208,191,194,0.5) 49%, transparent 51%),
        linear-gradient(135deg, transparent 48%, rgb(173,152,155,0.5) 49%, transparent 51%);
}.ND_potential_students .NB_knowledge_growth {
    z-index: 10;
    text-align: center;
    max-width: 1200px;
    padding: 0 30px;
    position: relative;
    margin: 0 auto;
}.ND_potential_students h3 {
    color: #000000;
    padding: 0 20px;
    font-weight: 700;
    margin-bottom: 70px;
    position: relative;
    display: inline-block;
    font-size: 29px;
}.ND_potential_students h3::before,
.ND_potential_students h3::after {
    content: '';
    height: 2px;
    top: 50%;
    position: absolute;
    width: 40px;
    transform: translateY(-50%);
    background: linear-gradient(90deg, rgb(208,191,194), rgb(173,152,155));
}.ND_potential_students h3::before {
    left: -60px;
}.ND_potential_students h3::after {
    right: -60px;
}.ND_potential_students ul {
    margin: 0;
    gap: 40px;
    display: flex;
    list-style: none;
    flex-wrap: wrap;
    padding: 0;
    justify-content: center;
}.ND_potential_students ul li {
    min-width: 280px;
    overflow: hidden;
    border-radius: 11px;
    display: flex;
    box-shadow: 
        0 15px 35px -10px rgba(0, 0, 0, 0.08),
        0 5px 15px rgba(0, 0, 0, 0.04);
    transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
    gap: 20px;
    position: relative;
    background-color: #ffffff;
    z-index: 1;
    padding: 40px 30px;
    text-align: left;
    align-items: flex-start;
    width: calc(33.333% - 27px);
}.ND_potential_students ul li::before {
    height: 5px;
    width: 100%;
    background: linear-gradient(90deg, rgb(208,191,194), rgb(173,152,155));
    left: 0;
    position: absolute;
    content: '';
    top: 0;
    opacity: 0;
    transition: opacity 0.4s ease;
}.ND_potential_students ul li::after {
    position: absolute;
    left: -50px;
    transition: all 0.6s ease;
    height: 100px;
    width: 100px;
    border-radius: 50%;
    bottom: -50px;
    opacity: 0.1;
    z-index: -1;
    background: rgb(208,191,194,0.5);
    content: '';
}.ND_potential_students ul li:hover {
    box-shadow: 
        0 25px 50px -12px rgba(0, 0, 0, 0.15),
        0 10px 20px rgba(0, 0, 0, 0.08);
    transform: translateY(-15px);
}.ND_potential_students ul li:hover::before {
    opacity: 1;
}.ND_potential_students ul li:hover::after {
    opacity: 0.05;
    transform: scale(6);
}.ND_potential_students ul li svg {
    transition: all 0.5s ease;
    flex-shrink: 0;
    position: relative;
    height: 50px;
    width: 50px;
}.ND_potential_students ul li:hover svg {
    transform: translateY(-5px) scale(1.1);
}.ND_potential_students ul li svg path {
    fill: rgb(208,191,194);
    transition: fill 0.5s ease;
}.ND_potential_students ul li:hover svg path {
    fill: rgb(173,152,155);
}@keyframes floatingAnimation {
    0% {
        transform: translateY(0) rotate(0deg);
    }
    50% {
        transform: translateY(-15px) rotate(2deg);
    }
    100% {
        transform: translateY(0) rotate(0deg);
    }
}

@keyframes slideInBottom {
    from {
        opacity: 0;
        transform: translateY(60px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.ND_potential_students ul li {
    animation: slideInBottom 0.6s forwards;
    opacity: 0;
}.ND_potential_students ul li:nth-child(1) {
    animation-delay: 0.1s;
}.ND_potential_students ul li:nth-child(2) {
    animation-delay: 0.25s;
}.ND_potential_students ul li:nth-child(3) {
    animation-delay: 0.4s;
}.ND_potential_students ul li:nth-child(4) {
    animation-delay: 0.55s;
}.ND_potential_students ul li:nth-child(5) {
    animation-delay: 0.7s;
}.ND_potential_students ul li:nth-child(6) {
    animation-delay: 0.85s;
}.ND_potential_students ul li:nth-child(3n+1) {
    animation-delay: 0.1s, 2s;
    animation: slideInBottom 0.6s forwards, floatingAnimation 8s ease-in-out infinite;
}.ND_potential_students ul li:nth-child(3n+2) {
    animation: slideInBottom 0.6s forwards, floatingAnimation 8s ease-in-out infinite 1s reverse;
    animation-delay: 0.25s, 3s;
}.ND_potential_students ul li:nth-child(3n+3) {
    animation: slideInBottom 0.6s forwards, floatingAnimation 8s ease-in-out infinite 2s;
    animation-delay: 0.4s, 4s;
}

@media (max-width: 992px) {.ND_potential_students {
    padding: 90px 0;
}.ND_potential_students h3 {
    margin-bottom: 60px;
}.ND_potential_students h3::before,
    .ND_potential_students h3::after {
    width: 30px;
}.ND_potential_students h3::before {
    left: -40px;
}.ND_potential_students h3::after {
    right: -40px;
}.ND_potential_students ul {
    gap: 30px;
}.ND_potential_students ul li {
    width: calc(50% - 15px);
    padding: 35px 25px;
}
}

@media (max-width: 768px) {.ND_potential_students ul li {
    width: 100%;
    max-width: 400px;
}.ND_potential_students ul li:nth-child(3n+1),
    .ND_potential_students ul li:nth-child(3n+2),
    .ND_potential_students ul li:nth-child(3n+3) {
    animation: slideInBottom 0.6s forwards;
}
}

@media (max-width: 576px) {.ND_potential_students {
    padding: 70px 0;
}.ND_potential_students h3 {
    font-size: calc(29px * 0.9);
    margin-bottom: 50px;
}.ND_potential_students h3::before,
    .ND_potential_students h3::after {
    display: none;
}.ND_potential_students ul {
    gap: 25px;
}.ND_potential_students ul li {
    padding: 30px 20px;
}.ND_potential_students ul li svg {
    width: 40px;
    height: 40px;
}
}

@media (prefers-reduced-motion: reduce) {.ND_potential_students ul li {
    animation: none;
    opacity: 1;
}.ND_potential_students ul li:hover {
    transform: none;
}.ND_potential_students ul li:hover svg {
    transform: none;
}}.OM_who_we_are {
    padding: 120px 0 100px;
    color: #ffffff;
    position: relative;
    overflow: hidden;
}.OM_who_we_are::before {
    position: absolute;
    top: 0;
    background: linear-gradient(135deg, rgb(208,191,194,0.5), rgba(0, 0, 0, 0.5) 80%);
    left: 0;
    z-index: 1;
    content: "";
    width: 100%;
    height: 100%;
}.OM_who_we_are::after {
    height: 100%;
    pointer-events: none;
    top: 0;
    background: 
        radial-gradient(circle at 20% 30%, rgb(173,152,155,0.5) 0%, transparent 25%),
        radial-gradient(circle at 80% 70%, rgb(173,152,155,0.5) 0%, transparent 25%);
    width: 100%;
    left: 0;
    content: "";
    position: absolute;
    z-index: 2;
    opacity: 0.4;
}.OM_who_we_are h4 {
    transform: translateY(20px);
    margin-bottom: 60px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    position: relative;
    opacity: 0;
    color: #ffffff;
    z-index: 5;
    text-align: center;
    animation: fadeInUp 0.8s 0.2s forwards cubic-bezier(0.19, 1, 0.22, 1);
    font-size: calc(38px * 1.2);
}.OM_who_we_are h4::after {
    bottom: -15px;
    background: rgb(173,152,155);
    transform: translateX(-50%);
    position: absolute;
    width: 80px;
    left: 50%;
    height: 3px;
    content: "";
}.OM_who_we_are .container {
    margin: 0 auto;
    padding: 0 20px;
    position: relative;
    max-width: 1200px;
    z-index: 5;
}.OM_who_we_are .jr_text_slot {
    padding: 40px 50px;
    opacity: 0;
    background: linear-gradient(145deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.05));
    transform: translateY(30px);
    backdrop-filter: blur(10px);
    animation: fadeInUp 0.8s 0.4s forwards cubic-bezier(0.19, 1, 0.22, 1);
    border-left: 3px solid rgb(173,152,155);
    -webkit-backdrop-filter: blur(10px);
    box-shadow: 20px 20px 40px rgba(0, 0, 0, 0.15);
    position: relative;
}.OM_who_we_are .jr_text_slot::before {
    height: 60px;
    opacity: 0.6;
    top: 20px;
    content: "";
    border-top: 2px solid rgb(173,152,155);
    position: absolute;
    right: 20px;
    width: 60px;
    border-right: 2px solid rgb(173,152,155);
}.OM_who_we_are .jr_text_slot::after {
    border-left: 2px solid rgb(173,152,155);
    content: "";
    left: 20px;
    bottom: 20px;
    height: 60px;
    opacity: 0.6;
    width: 60px;
    border-bottom: 2px solid rgb(173,152,155);
    position: absolute;
}.OM_who_we_are .jr_text_slot h6 {
    position: relative;
    font-size: calc(18px * 1.3);
    margin-bottom: 30px;
    letter-spacing: 0.03em;
    display: inline-block;
    font-weight: 700;
    color: rgb(173,152,155);
}.OM_who_we_are .jr_text_slot h6::after {
    left: 0;
    background: linear-gradient(90deg, rgb(173,152,155), transparent);
    bottom: -10px;
    height: 2px;
    content: "";
    position: absolute;
    width: 70%;
}.OM_who_we_are .jr_text_slot div {
    position: relative;
}.OM_who_we_are .jr_text_slot span {
    opacity: 0.9;
    letter-spacing: 0.02em;
    color: #ffffff;
    column-gap: 40px;
    display: block;
    font-weight: 400;
    text-align: justify;
    max-width: 100%;
    font-size: 12px;
    line-height: 1.8;
    column-count: 1;
}

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

@media (min-width: 768px) {.OM_who_we_are {
    padding: 150px 0;
}.OM_who_we_are h4 {
    font-size: calc(38px * 1.4);
    margin-bottom: 80px;
}.OM_who_we_are .jr_text_slot {
    padding: 60px 70px;
}.OM_who_we_are .jr_text_slot span {
    column-count: 2;
}
}

@media (min-width: 992px) {.OM_who_we_are .container {
    padding: 0 40px;
}.OM_who_we_are .jr_text_slot {
    padding: 70px 80px;
    width: 90%;
    margin-left: 5%;
}.OM_who_we_are .jr_text_slot span {
    column-count: 2;
}.OM_who_we_are .jr_text_slot:hover {
    transition: all 0.4s cubic-bezier(0.19, 1, 0.22, 1);
    transform: translateY(-5px);
    box-shadow: 25px 25px 50px rgba(0, 0, 0, 0.2);
}
}

@media (min-width: 1200px) {.OM_who_we_are {
    padding: 180px 0;
}.OM_who_we_are .jr_text_slot {
    padding: 80px 100px;
    width: 80%;
    margin-left: 10%;
}.OM_who_we_are .jr_text_slot span {
    column-count: 2;
    font-size: calc(12px * 1.05);
}
}

@media (max-width: 767px) {.OM_who_we_are {
    padding: 80px 0;
}.OM_who_we_are h4 {
    font-size: calc(38px * 1.1);
    margin-bottom: 40px;
}.OM_who_we_are .jr_text_slot {
    padding: 30px;
}.OM_who_we_are .jr_text_slot h6 {
    font-size: 18px;
    margin-bottom: 20px;
}.OM_who_we_are .jr_text_slot::before,
    .OM_who_we_are .jr_text_slot::after {
    width: 40px;
    height: 40px;
}}.ws_client_feedback {
    background: rgb(233,225,227);
    overflow: hidden;
    padding: 8rem 2rem;
    position: relative;
}.ws_client_feedback::before {
    content: "";
    height: 100%;
    z-index: 0;
    top: 0;
    width: 100%;
    left: 0;
    background: linear-gradient(135deg, transparent 49.5%, rgb(208,191,194,0.5) 49.5%, rgb(208,191,194,0.5) 50.5%, transparent 50.5%);
    position: absolute;
}.ws_client_feedback::after {
    content: "";
    height: 40%;
    z-index: 0;
    position: absolute;
    bottom: 0;
    opacity: 0.1;
    background: linear-gradient(to top, rgb(173,152,155,0.5) 0%, transparent 100%);
    left: 0;
    width: 100%;
}.ws_client_feedback .NB_knowledge_growth {
    margin: 0 auto;
    max-width: 1400px;
    z-index: 1;
    position: relative;
}.ws_client_feedback h4 {
    margin-bottom: 5rem;
    letter-spacing: 2px;
    color: #000000;
    font-weight: 700;
    position: relative;
    text-transform: uppercase;
    text-align: center;
    font-size: 35px;
}.ws_client_feedback h4::before {
    left: 50%;
    height: 3px;
    width: 60px;
    bottom: -15px;
    background: rgb(208,191,194);
    content: "";
    transform: translateX(-50%);
    position: absolute;
}.ws_client_feedback h4::after {
    bottom: -25px;
    left: 50%;
    position: absolute;
    width: 30px;
    height: 3px;
    transform: translateX(-50%);
    background: rgb(173,152,155);
    content: "";
}.ws_client_feedback .Fk_testimonials_track {
    grid-template-columns: repeat(2, 1fr);
    gap: 0;
    display: grid;
}.ws_client_feedback .lQ_user_experience {
    flex-direction: column;
    position: relative;
    padding: 3rem;
    display: flex;
    align-items: center;
    transition: all 0.5s ease;
    overflow: hidden;
}.ws_client_feedback .lQ_user_experience:nth-child(odd) {
    border-right: 1px solid rgb(173,152,155,0.5);
    transform: translateX(0);
    background: linear-gradient(45deg, rgb(233,225,227) 0%, #ffffff 100%);
}.ws_client_feedback .lQ_user_experience:nth-child(even) {
    transform: translateX(0);
    background: linear-gradient(135deg, #ffffff 0%, rgb(233,225,227) 100%);
    border-left: 1px solid rgb(173,152,155,0.5);
}.ws_client_feedback .lQ_user_experience:nth-child(odd):hover {
    transform: translateX(20px);
}.ws_client_feedback .lQ_user_experience:nth-child(even):hover {
    transform: translateX(-20px);
}.ws_client_feedback .lQ_user_experience::before {
    content: "";
    background: linear-gradient(to right, transparent, rgb(208,191,194,0.5), transparent);
    left: 10%;
    height: 1px;
    width: 80%;
    position: absolute;
    bottom: 0;
}.ws_client_feedback .lQ_user_experience:last-child::before,
.ws_client_feedback .lQ_user_experience:nth-last-child(2):last-child::before {
    display: none;
}.ws_client_feedback .lQ_user_experience .Nv_article_photo {
    margin-bottom: 2rem;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
    position: relative;
    height: 120px;
    transition: all 0.5s ease;
    border-radius: 0;
    width: 120px;
    clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
}.ws_client_feedback .lQ_user_experience:hover .Nv_article_photo {
    transform: rotate(15deg);
}.ws_client_feedback .lQ_user_experience .Nv_article_photo::before {
    content: "";
    background: linear-gradient(45deg, rgb(208,191,194,0.5), transparent 70%);
    top: 0;
    opacity: 0;
    left: 0;
    right: 0;
    position: absolute;
    z-index: 1;
    transition: all 0.3s ease;
    bottom: 0;
}.ws_client_feedback .lQ_user_experience:hover .Nv_article_photo::before {
    opacity: 0.5;
}.ws_client_feedback .lQ_user_experience span {
    color: #000000;
    text-align: center;
    font-weight: 600;
    margin-bottom: 1rem;
    font-size: 22px;
    position: relative;
    padding: 0 1rem;
    transition: all 0.4s ease;
}.ws_client_feedback .lQ_user_experience:hover span {
    color: rgb(208,191,194);
}.ws_client_feedback .lQ_user_experience span::after {
    background: rgb(173,152,155);
    content: "";
    height: 2px;
    transition: all 0.4s ease;
    width: 40px;
    left: 50%;
    transform: translateX(-50%) scaleX(0);
    position: absolute;
    bottom: -8px;
}.ws_client_feedback .lQ_user_experience:hover span::after {
    transform: translateX(-50%) scaleX(1);
}.ws_client_feedback .lQ_user_experience p {
    transition: all 0.4s ease;
    position: relative;
    max-width: 100%;
    color: #000000;
    line-height: 1.7;
    font-size: 16px;
    padding: 0 1rem;
    text-align: center;
    margin-top: 1rem;
}.ws_client_feedback .lQ_user_experience:hover p {
    transform: scale(1.02);
}.ws_client_feedback .lQ_user_experience:nth-child(4n+1),
.ws_client_feedback .lQ_user_experience:nth-child(4n+4) {
    background: linear-gradient(45deg, rgb(233,225,227) 0%, #ffffff 100%);
}.ws_client_feedback .lQ_user_experience:nth-child(4n+2),
.ws_client_feedback .lQ_user_experience:nth-child(4n+3) {
    background: linear-gradient(135deg, #ffffff 0%, rgb(233,225,227) 100%);
}

@media (max-width: 1200px) {.ws_client_feedback .lQ_user_experience {
    padding: 2.5rem;
}.ws_client_feedback .lQ_user_experience .Nv_article_photo {
    width: 100px;
    height: 100px;
}
}

@media (max-width: 992px) {.ws_client_feedback {
    padding: 6rem 1.5rem;
}.ws_client_feedback h4 {
    font-size: calc(35px * 0.9);
    margin-bottom: 4rem;
}.ws_client_feedback .Fk_testimonials_track {
    grid-template-columns: 1fr;
}.ws_client_feedback .lQ_user_experience {
    padding: 3rem 2rem;
}.ws_client_feedback .lQ_user_experience:nth-child(n) {
    border-bottom: 1px solid rgb(173,152,155,0.5);
    transform: translateX(0);
    border: none;
}.ws_client_feedback .lQ_user_experience:nth-child(odd):hover,
    .ws_client_feedback .lQ_user_experience:nth-child(even):hover {
    transform: translateY(-10px);
}.ws_client_feedback .lQ_user_experience::before {
    display: none;
}
}

@media (max-width: 768px) {.ws_client_feedback {
    padding: 5rem 1rem;
}.ws_client_feedback h4 {
    font-size: calc(35px * 0.8);
    margin-bottom: 3rem;
}.ws_client_feedback .lQ_user_experience {
    padding: 2.5rem 1.5rem;
}.ws_client_feedback .lQ_user_experience .Nv_article_photo {
    width: 90px;
    height: 90px;
}}.Yd_reach_out_info {
    position: relative;
    font-family: Arial, sans-serif;
    background: linear-gradient(135deg, rgb(233,225,227) 0%, #ffffff 100%);
    padding: 80px 20px;
    overflow: hidden;
}.Yd_reach_out_info::before {
    background: linear-gradient(145deg, rgb(208,191,194,0.5) 0%, rgb(173,152,155,0.5) 100%);
    transform: rotate(-15deg) skewX(15deg);
    width: 40%;
    opacity: 0.6;
    right: -5%;
    content: "";
    filter: blur(20px);
    height: 70%;
    top: -10%;
    z-index: 0;
    position: absolute;
}.Yd_reach_out_info::after {
    left: -10%;
    width: 35%;
    opacity: 0.5;
    bottom: -5%;
    transform: rotate(25deg) skewX(-15deg);
    content: "";
    height: 60%;
    filter: blur(25px);
    background: linear-gradient(215deg, rgb(173,152,155,0.5) 0%, rgb(208,191,194,0.5) 100%);
    z-index: 0;
    position: absolute;
}.Yd_reach_out_info h1 {
    transform: perspective(500px) translateZ(0);
    font-size: 41px;
    font-weight: 700;
    color: #000000;
    text-align: center;
    z-index: 5;
    position: relative;
    transition: transform 0.5s ease-out;
    margin-bottom: 40px;
}.Yd_reach_out_info h1:hover {
    transform: perspective(500px) translateZ(20px);
}.Yd_reach_out_info h1::after {
    transform: translateX(-50%);
    width: 80px;
    height: 4px;
    position: absolute;
    left: 50%;
    content: "";
    background: linear-gradient(90deg, rgb(208,191,194) 0%, rgb(173,152,155) 100%);
    border-radius: 10px;
    bottom: -10px;
}.Yd_reach_out_info .container {
    position: relative;
    max-width: 1200px;
    z-index: 5;
    margin: 0 auto;
}.Yd_reach_out_info .zp_get_assistance {
    backdrop-filter: blur(5px);
    background: #ffffff;
    display: grid;
    grid-template-columns: 1fr;
    gap: 30px;
    position: relative;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.08);
    transform: perspective(1000px) rotateX(2deg);
    padding: 40px 30px;
}.Yd_reach_out_info .zp_get_assistance > div {
    position: relative;
    background: linear-gradient(to right, #ffffff 90%, rgba(rgb(208,191,194,0.5), 0.05) 100%);
    transition: all 0.3s ease;
    padding: 20px;
    border-left: 4px solid rgb(208,191,194);
}.Yd_reach_out_info .zp_get_assistance > div:hover {
    transform: translateX(5px);
    box-shadow: -5px 5px 15px rgba(0, 0, 0, 0.05);
}.Yd_reach_out_info .zp_get_assistance > div > div {
    color: #000000;
    line-height: 1.6;
    font-size: 12px;
}.Yd_reach_out_info h6 {
    margin-bottom: 10px;
    text-transform: capitalize;
    font-weight: 600;
    display: flex;
    font-size: 21px;
    align-items: center;
    color: #000000;
}.Yd_reach_out_info h6 svg {
    margin-left: 10px;
    transition: transform 0.3s ease;
}.Yd_reach_out_info h6:hover svg {
    transform: scale(1.1) rotate(5deg);
}.Yd_reach_out_info span {
    color: #000000;
    font-size: 12px;
    position: relative;
    margin-left: 30px;
    display: block;
}.Yd_reach_out_info span::before {
    transform: translateY(-50%) rotate(45deg);
    height: 6px;
    content: "";
    top: 50%;
    left: -15px;
    background: rgb(173,152,155);
    position: absolute;
    width: 6px;
}.Yd_reach_out_info .Ia_msg_info {
    display: flex;
    gap: 15px;
    flex-direction: column;
}.Yd_reach_out_info .Ia_msg_info > div {
    transition: transform 0.3s ease;
}.Yd_reach_out_info .Ia_msg_info > div:hover {
    transform: translateX(5px);
}.Yd_reach_out_info .cQ_reach_block {
    position: relative;
    color: #000000;
    align-items: center;
    text-decoration: none;
    font-weight: 400;
    font-size: 12px;
    padding-left: 5px;
    display: flex;
    transition: color 0.3s ease;
}.Yd_reach_out_info .cQ_reach_block:hover {
    color: rgb(208,191,194);
}.Yd_reach_out_info .cQ_reach_block::before {
    position: absolute;
    bottom: -2px;
    width: 0;
    height: 2px;
    left: 5px;
    background: rgb(208,191,194);
    content: "";
    transition: width 0.3s ease;
}.Yd_reach_out_info .cQ_reach_block:hover::before {
    width: calc(100% - 34px);
}.Yd_reach_out_info .cQ_reach_block svg {
    transition: all 0.3s ease;
    margin-left: 10px;
}.Yd_reach_out_info .cQ_reach_block:hover svg {
    transform: translateY(-3px);
}.Yd_reach_out_info svg {
    transition: all 0.3s ease;
    height: 24px;
    width: 24px;
}.Yd_reach_out_info svg path {
    transition: fill 0.3s ease;
    fill: #000000;
}.Yd_reach_out_info .cQ_reach_block:hover svg path {
    fill: rgb(208,191,194);
}

@media (min-width: 768px) {.Yd_reach_out_info {
    padding: 100px 30px;
}.Yd_reach_out_info .zp_get_assistance {
    grid-template-columns: 2fr 1fr 1fr;
    padding: 50px;
    gap: 40px;
    transform: perspective(1000px) rotateX(2deg) rotateY(-1deg);
}.Yd_reach_out_info h1 {
    font-size: calc(41px * 1.2);
    margin-bottom: 60px;
}.Yd_reach_out_info h1::after {
    height: 5px;
    width: 100px;
}
}

@media (max-width: 767px) {.Yd_reach_out_info .zp_get_assistance {
    padding: 30px 20px;
}.Yd_reach_out_info .zp_get_assistance > div {
    padding: 15px;
}.Yd_reach_out_info h1 {
    font-size: calc(41px * 0.9);
}.Yd_reach_out_info span {
    margin-left: 20px;
}
}

@media (hover: hover) {.Yd_reach_out_info .zp_get_assistance > div {
    transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    transform: translateY(0);
}.Yd_reach_out_info .zp_get_assistance > div:hover {
    transform: translateY(-5px) translateX(5px);
}.Yd_reach_out_info .cQ_reach_block svg {
    transition: transform 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}.Yd_reach_out_info .cQ_reach_block:hover svg {
    transform: translateY(-3px) rotate(5deg);
}
}

@media (prefers-reduced-motion: reduce) {.Yd_reach_out_info .zp_get_assistance,
    .Yd_reach_out_info .zp_get_assistance > div,
    .Yd_reach_out_info h1,
    .Yd_reach_out_info .cQ_reach_block::before,
    .Yd_reach_out_info svg {
    transition: none;
    transform: none;
}.Yd_reach_out_info .zp_get_assistance > div:hover,
    .Yd_reach_out_info .Ia_msg_info > div:hover,
    .Yd_reach_out_info h1:hover,
    .Yd_reach_out_info .cQ_reach_block:hover svg {
    transform: none;
}}.yP_privacy_fence {
    overflow: hidden;
    background: linear-gradient(145deg, rgb(233,225,227), #ffffff);
    padding: 4rem 2rem;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.08);
    position: relative;
}.yP_privacy_fence::before {
    opacity: 0.15;
    left: 0;
    pointer-events: none;
    top: 0;
    content: "";
    z-index: 0;
    width: 100%;
    background: 
        radial-gradient(circle at 10% 90%, rgb(173,152,155,0.5), transparent 40%),
        radial-gradient(circle at 90% 10%, rgb(208,191,194,0.5), transparent 45%);
    height: 100%;
    position: absolute;
}.yP_privacy_fence .container {
    max-width: 1140px;
    z-index: 1;
    opacity: 0;
    position: relative;
    animation: fadeIn 0.8s ease-out forwards;
    margin: 0 auto;
}.yP_privacy_fence h1 {
    animation: slideUp 0.7s ease-out forwards 0.2s;
    font-size: 43px;
    transform: translateY(10px);
    position: relative;
    color: #000000;
    display: inline-block;
    font-weight: 700;
    margin-bottom: 2rem;
    opacity: 0;
}.yP_privacy_fence h1::after {
    transform-origin: left;
    content: "";
    left: 0;
    background: rgb(208,191,194);
    transform: scaleX(0);
    height: 3px;
    bottom: -0.5rem;
    animation: expandLine 0.7s ease-out forwards 0.7s;
    position: absolute;
    width: 3.5rem;
}.yP_privacy_fence h2 {
    margin: 2.5rem 0 1.5rem;
    padding-left: 1rem;
    opacity: 0;
    color: #000000;
    position: relative;
    transform: translateY(10px);
    animation: slideUp 0.7s ease-out forwards 0.3s;
    font-weight: 600;
    font-size: 28px;
}.yP_privacy_fence h2::before {
    top: 0.25rem;
    position: absolute;
    height: 85%;
    width: 4px;
    border-radius: 2px;
    content: "";
    left: 0;
    background: rgb(173,152,155);
}.yP_privacy_fence h3 {
    font-size: calc(28px * 0.85);
    color: #000000;
    padding-left: 0.8rem;
    opacity: 0;
    font-weight: 600;
    margin: 2.2rem 0 1.2rem;
    position: relative;
    transform: translateY(10px);
    animation: slideUp 0.7s ease-out forwards 0.4s;
}.yP_privacy_fence h3::before {
    height: 80%;
    opacity: 0.8;
    border-radius: 1.5px;
    background: rgb(173,152,155);
    top: 0.25rem;
    left: 0;
    content: "";
    position: absolute;
    width: 3px;
}.yP_privacy_fence h4 {
    animation: slideUp 0.7s ease-out forwards 0.5s;
    margin: 2rem 0 1rem;
    position: relative;
    padding-left: 0.7rem;
    font-size: calc(28px * 0.75);
    font-weight: 600;
    opacity: 0;
    transform: translateY(10px);
    color: #000000;
}.yP_privacy_fence h4::before {
    content: "";
    left: 0;
    background: rgb(173,152,155);
    width: 2px;
    height: 75%;
    opacity: 0.7;
    position: absolute;
    border-radius: 1px;
    top: 0.25rem;
}.yP_privacy_fence p {
    max-width: 90ch;
    line-height: 1.75;
    animation: slideUp 0.7s ease-out forwards 0.4s;
    margin-bottom: 1.5rem;
    color: #000000;
    opacity: 0;
    transform: translateY(10px);
    font-size: 13px;
}.yP_privacy_fence ul {
    max-width: 85ch;
    padding-left: 2rem;
    animation: fadeIn 0.8s ease-out forwards 0.6s;
    margin-bottom: 2rem;
    opacity: 0;
}.yP_privacy_fence li {
    line-height: 1.75;
    font-size: 13px;
    margin-bottom: 1rem;
    padding-left: 0.5rem;
    color: #000000;
    position: relative;
}.yP_privacy_fence li::marker {
    color: rgb(208,191,194);
    font-size: 1.2em;
}.yP_privacy_fence span {
    max-width: 90ch;
    border-left: 1px solid rgb(173,152,155,0.5);
    transform: translateY(10px);
    opacity: 0;
    display: block;
    color: #000000;
    padding-left: 1rem;
    line-height: 1.75;
    margin-bottom: 1.5rem;
    animation: slideUp 0.7s ease-out forwards 0.5s;
    font-size: 13px;
}.yP_privacy_fence strong {
    color: #000000;
    display: inline-block;
    font-weight: 600;
    position: relative;
}

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

@keyframes fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

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

@media (min-width: 768px) {.yP_privacy_fence {
    padding: 6rem 3rem;
}.yP_privacy_fence .container {
    padding: 0 2rem;
}.yP_privacy_fence h1 {
    font-size: calc(43px * 1.1);
    margin-bottom: 3rem;
}.yP_privacy_fence h1::after {
    width: 4.5rem;
}.yP_privacy_fence h2 {
    font-size: calc(28px * 1.05);
    padding-left: 1.2rem;
    margin: 3rem 0 1.8rem;
}.yP_privacy_fence h2::before {
    width: 5px;
}.yP_privacy_fence p, 
    .yP_privacy_fence li,
    .yP_privacy_fence span {
    line-height: 1.8;
    font-size: calc(13px * 1.05);
}
}

@media (min-width: 992px) {.yP_privacy_fence {
    padding: 7rem 4rem;
    background: linear-gradient(165deg, rgb(233,225,227), #ffffff);
}.yP_privacy_fence .container {
    padding: 0 3rem;
}.yP_privacy_fence h1 {
    margin-bottom: 3.5rem;
    font-size: calc(43px * 1.2);
}.yP_privacy_fence h1::after {
    height: 4px;
    width: 5rem;
}.yP_privacy_fence p {
    margin-bottom: 2rem;
}.yP_privacy_fence h2::before {
    background: linear-gradient(to bottom, rgb(208,191,194), rgb(173,152,155));
}.yP_privacy_fence li {
    margin-bottom: 1.2rem;
}.yP_privacy_fence span {
    padding-left: 1.5rem;
    border-left: 2px solid rgb(173,152,155,0.5);
}
}

@media (min-width: 1200px) {.yP_privacy_fence {
    padding: 8rem 5rem;
}.yP_privacy_fence::before {
    background: 
            radial-gradient(circle at 5% 95%, rgb(173,152,155,0.5), transparent 40%),
            radial-gradient(circle at 95% 5%, rgb(208,191,194,0.5), transparent 45%);
}.yP_privacy_fence .container {
    padding: 0 4rem;
}.yP_privacy_fence h1 {
    font-size: calc(43px * 1.3);
}.yP_privacy_fence h1::after {
    height: 5px;
    width: 5.5rem;
    bottom: -0.7rem;
}.yP_privacy_fence ul {
    padding-left: 2.5rem;
}
}

@media (hover: hover) {.yP_privacy_fence li:hover::marker {
    color: rgb(173,152,155);
}.yP_privacy_fence strong:hover {
    transition: color 0.3s ease;
    color: rgb(208,191,194);
}
}

@media (max-width: 767px) {.yP_privacy_fence {
    padding: 3rem 1.5rem;
}.yP_privacy_fence h1 {
    margin-bottom: 1.8rem;
    font-size: calc(43px * 0.9);
}.yP_privacy_fence h2 {
    font-size: calc(28px * 0.95);
    margin: 2rem 0 1.2rem;
}.yP_privacy_fence p, 
    .yP_privacy_fence li,
    .yP_privacy_fence span {
    font-size: calc(13px * 0.98);
    line-height: 1.7;
}.yP_privacy_fence ul {
    padding-left: 1.5rem;
}
}

@media (prefers-reduced-motion: reduce) {.yP_privacy_fence .container,
    .yP_privacy_fence h1,
    .yP_privacy_fence h2,
    .yP_privacy_fence h3,
    .yP_privacy_fence h4,
    .yP_privacy_fence p,
    .yP_privacy_fence ul,
    .yP_privacy_fence span {
    transform: none;
    opacity: 1;
    animation: none;
}.yP_privacy_fence h1::after {
    transform: scaleX(1);
    animation: none;
}}.aE_course_program_info {
    position: relative;
    padding: 120px 0;
    background: linear-gradient(135deg, rgb(233,225,227) 0%, #ffffff 100%);
    overflow: hidden;
}.aE_course_program_info::before {
    z-index: 0;
    filter: blur(80px);
    content: "";
    width: 300px;
    top: -50px;
    background: rgb(208,191,194,0.5);
    position: absolute;
    animation: float 15s ease-in-out infinite;
    right: -50px;
    height: 300px;
}.aE_course_program_info::after {
    height: 250px;
    position: absolute;
    background: rgb(173,152,155,0.5);
    animation: float 18s ease-in-out infinite alternate;
    filter: blur(60px);
    left: -80px;
    width: 250px;
    content: "";
    z-index: 0;
    bottom: -80px;
}.aE_course_program_info .container {
    position: relative;
    max-width: 1200px;
    padding: 0 20px;
    z-index: 1;
    margin: 0 auto;
}.aE_course_program_info h2 {
    transform: translateX(-5%);
    animation: slideIn 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards;
    margin-bottom: 40px;
    font-size: calc(28px * 1.1);
    line-height: 1.3;
    position: relative;
    font-weight: 700;
    color: #000000;
    opacity: 0;
}.aE_course_program_info h2::after {
    left: 0;
    position: absolute;
    width: 80px;
    content: "";
    transform: scaleX(0);
    transform-origin: left;
    height: 4px;
    animation: scaleIn 1.2s 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards;
    background: linear-gradient(90deg, rgb(208,191,194) 0%, rgb(173,152,155) 100%);
    bottom: -10px;
}.aE_course_program_info .oq_learn_route {
    grid-template-columns: 1fr;
    gap: 40px;
    position: relative;
    display: grid;
}.aE_course_program_info .Nv_article_photo {
    height: 380px;
    opacity: 0;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
    transform: translateY(20px);
    position: relative;
    animation: fadeUp 1s 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards;
    border-radius: 4px;
    overflow: hidden;
}.aE_course_program_info .Nv_article_photo::before {
    left: 0;
    content: "";
    width: 100%;
    z-index: 1;
    top: 0;
    position: absolute;
    height: 100%;
    background: linear-gradient(to bottom, transparent 60%, rgba(0, 0, 0, 0.5));
}.aE_course_program_info .Nv_article_photo::after {
    transition: opacity 0.5s ease;
    position: absolute;
    mix-blend-mode: hue;
    z-index: 2;
    opacity: 0.2;
    inset: 0;
    content: "";
    background: rgb(208,191,194);
}.aE_course_program_info .Nv_article_photo:hover::after {
    opacity: 0;
}.aE_course_program_info .jr_text_slot {
    flex-direction: column;
    animation: fadeUp 1s 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards;
    gap: 30px;
    opacity: 0;
    display: flex;
    transform: translateY(20px);
}.aE_course_program_info .description {
    border-left: 2px solid rgb(173,152,155,0.5);
    margin: 0;
    line-height: 1.8;
    padding-left: 15px;
    position: relative;
    color: #000000;
    font-size: 18px;
    transition: border-left 0.3s ease;
}.aE_course_program_info .description:first-of-type {
    z-index: 2;
    position: relative;
}.aE_course_program_info .description:nth-of-type(2) {
    z-index: 1;
    margin-top: 20px;
    position: relative;
}.aE_course_program_info .description:hover {
    border-left: 2px solid rgb(173,152,155);
}.aE_course_program_info .description::first-letter {
    color: rgb(208,191,194);
    font-size: 1.5em;
    font-weight: 700;
}

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

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

@keyframes slideIn {
  0% {
    transform: translateX(-5%);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}

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

@media (min-width: 768px) {.aE_course_program_info .oq_learn_route {
    gap: 60px;
    align-items: flex-start;
    grid-template-columns: 0.8fr 1.2fr;
}.aE_course_program_info .Nv_article_photo {
    height: 500px;
    transition: clip-path 0.5s ease;
    clip-path: polygon(0 0, 100% 0, 95% 100%, 5% 100%);
}.aE_course_program_info .Nv_article_photo:hover {
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
}.aE_course_program_info h2 {
    max-width: 80%;
    font-size: calc(28px * 1.2);
}.aE_course_program_info .jr_text_slot {
    padding-top: 20px;
}
}

@media (min-width: 992px) {.aE_course_program_info {
    padding: 150px 0;
}.aE_course_program_info .container {
    padding: 0 40px;
}.aE_course_program_info h2 {
    font-size: calc(28px * 1.3);
    max-width: 70%;
    margin-bottom: 60px;
}.aE_course_program_info .Nv_article_photo {
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.12);
    height: 550px;
}.aE_course_program_info .description {
    font-size: calc(18px * 1.05);
    line-height: 1.9;
}.aE_course_program_info .jr_text_slot {
    padding-top: 30px;
}
}

@media (min-width: 1200px) {.aE_course_program_info .oq_learn_route {
    gap: 80px;
}.aE_course_program_info h2 {
    max-width: 60%;
}.aE_course_program_info .Nv_article_photo {
    transform: perspective(1000px) rotateY(-5deg);
    height: 600px;
    transition: transform 0.5s ease;
}.aE_course_program_info .Nv_article_photo:hover {
    transform: perspective(1000px) rotateY(0);
}.aE_course_program_info .jr_text_slot {
    transition: transform 0.5s ease;
    transform: perspective(1000px) rotateY(2deg);
}.aE_course_program_info .jr_text_slot:hover {
    transform: perspective(1000px) rotateY(0);
}
}

@media (max-width: 767px) {.aE_course_program_info {
    padding: 80px 0;
}.aE_course_program_info h2 {
    margin-bottom: 30px;
    font-size: 28px;
}.aE_course_program_info .Nv_article_photo {
    height: 280px;
}.aE_course_program_info .description {
    font-size: calc(18px * 0.95);
    line-height: 1.7;
}}.cB_thanksFrame {
    background: linear-gradient(135deg, rgb(233,225,227) 0%, rgb(208,191,194,0.5) 100%);
    overflow: hidden;
    padding: 6rem 1.5rem;
    position: relative;
}.cB_thanksFrame::before {
    content: "";
    background: radial-gradient(circle at 70% 30%, rgb(255, 255, 255, 0.5) 0%, transparent 60%);
    top: 0;
    width: 100%;
    left: 0;
    height: 100%;
    z-index: 1;
    position: absolute;
}.cB_thanksFrame::after {
    clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
    z-index: 0;
    right: -5rem;
    background: linear-gradient(225deg, rgb(208,191,194) 0%, transparent 70%);
    height: 20rem;
    bottom: -5rem;
    content: "";
    position: absolute;
    transform: rotate(15deg);
    opacity: 0.15;
    animation: float 15s ease-in-out infinite;
    width: 20rem;
}.cB_thanksFrame .container {
    display: flex;
    z-index: 2;
    gap: 3rem;
    margin: 0 auto;
    position: relative;
    max-width: 1200px;
    flex-direction: column;
}.cB_thanksFrame h2 {
    font-weight: 700;
    animation: slideIn 0.8s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
    transform: translateY(-10px);
    font-family: Arial, sans-serif;
    max-width: 90%;
    color: rgb(208,191,194);
    margin: 0;
    opacity: 0;
    position: relative;
    line-height: 1.3;
    font-size: 36px;
}.cB_thanksFrame h2::after {
    transform-origin: left;
    height: 3px;
    content: "";
    background: linear-gradient(90deg, rgb(208,191,194) 0%, rgb(173,152,155) 100%);
    bottom: -1rem;
    position: absolute;
    transform: scaleX(0);
    left: 0;
    width: 6rem;
    animation: lineExpand 1s cubic-bezier(0.19, 1, 0.22, 1) 0.6s forwards;
}.cB_thanksFrame .NB_knowledge_growth {
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.07), 
                0 1px 8px rgba(0, 0, 0, 0.04);
    animation: popUp 1s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.3s forwards;
    padding: 2.5rem;
    clip-path: polygon(
        0 0, 
        100% 0, 
        100% calc(100% - 1.5rem), 
        calc(100% - 1.5rem) 100%, 
        0 100%
    );
    transform: translateY(20px);
    opacity: 0;
    position: relative;
    background: #ffffff;
}.cB_thanksFrame .NB_knowledge_growth::before {
    width: 100%;
    background: linear-gradient(135deg, transparent 0%, rgb(208,191,194,0.5) 300%);
    left: 0;
    content: "";
    opacity: 0.04;
    height: 100%;
    z-index: -1;
    position: absolute;
    top: 0;
}.cB_thanksFrame ul {
    padding: 0;
    margin: 0;
    list-style: none;
}.cB_thanksFrame li {
    position: relative;
    padding-left: 2.5rem;
}.cB_thanksFrame li::before {
    background: rgb(208,191,194,0.5);
    content: "";
    animation: pulse 4s ease-in-out infinite;
    transform: rotate(45deg);
    height: 1.5rem;
    width: 1.5rem;
    opacity: 0.2;
    left: 0;
    position: absolute;
    border-radius: 10px;
    top: 0.5rem;
}.cB_thanksFrame li::after {
    position: absolute;
    top: 0.4rem;
    font-weight: 700;
    content: "✓";
    left: 0.45rem;
    font-size: 1rem;
    color: rgb(208,191,194);
}.cB_thanksFrame span {
    font-family: Arial, sans-serif;
    color: #000000;
    font-size: 15px;
    line-height: 1.8;
    font-weight: 400;
    display: block;
}

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

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

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

@keyframes pulse {
    0%, 100% {
        transform: rotate(45deg) scale(1);
    }
    50% {
        transform: rotate(45deg) scale(1.1);
    }
}

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

@media (max-width: 992px) {.cB_thanksFrame {
    padding: 5rem 1.25rem;
}.cB_thanksFrame h2 {
    font-size: calc(36px - 0.25rem);
    max-width: 100%;
}.cB_thanksFrame .NB_knowledge_growth {
    padding: 2rem;
}
}

@media (max-width: 768px) {.cB_thanksFrame {
    padding: 4rem 1.25rem;
}.cB_thanksFrame h2 {
    font-size: calc(36px - 0.5rem);
}.cB_thanksFrame .NB_knowledge_growth {
    clip-path: polygon(
            0 0, 
            100% 0, 
            100% calc(100% - 1rem), 
            calc(100% - 1rem) 100%, 
            0 100%
        );
    padding: 1.75rem;
}.cB_thanksFrame li {
    padding-left: 2rem;
}
}

@media (max-width: 576px) {.cB_thanksFrame {
    padding: 3rem 1rem;
}.cB_thanksFrame h2 {
    font-size: calc(36px - 0.75rem);
}.cB_thanksFrame .NB_knowledge_growth {
    padding: 1.5rem;
}.cB_thanksFrame h2::after {
    width: 4rem;
}.cB_thanksFrame li::before {
    height: 1.25rem;
    width: 1.25rem;
    top: 0.3rem;
}.cB_thanksFrame li::after {
    left: 0.35rem;
    font-size: 0.9rem;
    top: 0.25rem;
}.cB_thanksFrame span {
    font-size: calc(15px - 0.1rem);
}}.lB_contact_form_box {
    background: linear-gradient(
        135deg, 
        rgb(173,152,155,0.5) 0%, 
        rgb(208,191,194,0.5) 100%
    );
    overflow: hidden;
    position: relative;
    isolation: isolate;
    padding: 6rem 0;
}.lB_contact_form_box::before {
    top: -50%;
    z-index: 1;
    height: 200%;
    content: '';
    background: radial-gradient(
        circle at center, 
        rgba(255,255,255,0.05) 0%, 
        transparent 70%
    );
    position: absolute;
    animation: subtle-pulse 12s infinite alternate;
    width: 200%;
    left: -50%;
}.lB_contact_form_box::after {
    height: 150%;
    background: radial-gradient(
        circle at center, 
        rgba(255,255,255,0.03) 0%, 
        transparent 60%
    );
    content: '';
    width: 150%;
    animation: subtle-wave 15s infinite alternate-reverse;
    bottom: -30%;
    z-index: 1;
    right: -30%;
    position: absolute;
}.lB_contact_form_box .container {
    padding: 0 1rem;
    max-width: 1200px;
    position: relative;
    z-index: 2;
    margin: 0 auto;
}.lB_contact_form_box h2 {
    font-weight: 700;
    letter-spacing: -0.02em;
    position: relative;
    font-size: 46px;
    color: #ffffff;
    text-align: center;
    margin-bottom: 3rem;
    text-transform: uppercase;
}.lB_contact_form_box h2::after {
    left: 50%;
    bottom: -0.5rem;
    width: 80px;
    content: '';
    height: 3px;
    transform: translateX(-50%);
    background: linear-gradient(
        to right, 
        transparent, 
        rgb(208,191,194), 
        transparent
    );
    position: absolute;
}.lB_contact_form_box .pR_feedback_map {
    border: 1px solid rgba(255,255,255,0.1);
    display: flex;
    overflow: hidden;
    backdrop-filter: blur(10px);
    box-shadow: 0 15px 35px rgba(0,0,0,0.1);
    align-items: stretch;
    border-radius: 12px;
    background: rgba(255,255,255,0.05);
}.lB_contact_form_box .Nv_article_photo {
    flex: 0 0 40%;
    min-height: 500px;
    position: relative;
}.lB_contact_form_box .Nv_article_photo::before {
    top: 0;
    height: 100%;
    content: '';
    background: linear-gradient(
        45deg, 
        rgb(173,152,155,0.5) 0%, 
        rgb(208,191,194,0.5) 100%
    );
    position: absolute;
    width: 100%;
    mix-blend-mode: color-dodge;
    opacity: 0.6;
    left: 0;
}.lB_contact_form_box .HB_message_list {
    flex-direction: column;
    display: flex;
    justify-content: center;
    padding: 4rem 3rem;
    flex: 0 0 60%;
}.lB_contact_form_box .HB_message_list form {
    max-width: 500px;
    margin: 0 auto;
    width: 100%;
}.lB_contact_form_box .HB_message_list h3 {
    margin-bottom: 2rem;
    text-align: center;
    font-size: 34px;
    font-weight: 600;
    color: #ffffff;
}.lB_contact_form_box .HB_message_list input:not([type="checkbox"]):not([type="submit"]) {
    color: #ffffff;
    background: rgba(255,255,255,0.1);
    outline: none;
    border-radius: 10px;
    font-size: 13px;
    transition: all 0.3s ease;
    padding: 1rem 1.5rem;
    border: 1px solid rgba(255,255,255,0.2);
    margin-bottom: 1.5rem;
    width: 100%;
}.lB_contact_form_box .HB_message_list input:not([type="checkbox"]):not([type="submit"]):focus {
    box-shadow: 0 0 15px rgba(rgb(208,191,194), 0.3);
    border-color: rgb(208,191,194);
}.lB_contact_form_box .HB_message_list .Me_query_query {
    align-items: center;
    display: flex;
    margin-bottom: 1.5rem;
}.lB_contact_form_box .HB_message_list .Me_query_query input[type="checkbox"] {
    border: 2px solid #ffffff;
    cursor: pointer;
    border-radius: 10px;
    height: 22px;
    transition: all 0.3s ease;
    position: relative;
    appearance: none;
    width: 22px;
    margin-right: 1rem;
}.lB_contact_form_box .HB_message_list .Me_query_query input[type="checkbox"]:checked {
    background: rgb(208,191,194);
    border-color: rgb(208,191,194);
}.lB_contact_form_box .HB_message_list .Me_query_query input[type="checkbox"]:checked::after {
    position: absolute;
    transform: translate(-50%, -50%);
    color: #ffffff;
    font-size: 0.8rem;
    top: 50%;
    left: 50%;
    content: '✔';
}.lB_contact_form_box .HB_message_list .Me_query_query label {
    font-size: 13px;
    align-items: center;
    display: flex;
    color: #ffffff;
}.lB_contact_form_box .HB_message_list .Me_query_query a {
    text-decoration: none;
    color: rgb(208,191,194);
    margin-left: 0.3rem;
    transition: color 0.3s ease;
}.lB_contact_form_box .HB_message_list .Me_query_query a:hover {
    text-decoration: underline;
}.lB_contact_form_box .HB_message_list .YK_query_inquiry {
    transition: all 0.3s ease;
    background: rgb(208,191,194);
    color: #ffffff;
    font-weight: 600;
    padding: 1rem;
    border: none;
    cursor: pointer;
    position: relative;
    overflow: hidden;
    width: 100%;
    font-size: 20px;
    border-radius: 10px;
}.lB_contact_form_box .HB_message_list .YK_query_inquiry::before {
    width: 100%;
    background: linear-gradient(
        120deg, 
        transparent, 
        rgba(255,255,255,0.3), 
        transparent
    );
    transition: all 0.3s ease;
    left: -100%;
    position: absolute;
    top: 0;
    content: '';
    height: 100%;
}.lB_contact_form_box .HB_message_list .YK_query_inquiry:hover::before {
    left: 100%;
}.lB_contact_form_box .HB_message_list .YK_query_inquiry:hover {
    transform: translateY(-3px);
    box-shadow: 0 10px 20px rgba(0,0,0,0.2);
}

@keyframes subtle-pulse {
    0% {
        transform: scale(1);
        opacity: 0.7;
    }
    100% {
        transform: scale(1.05);
        opacity: 0.9;
    }
}

@keyframes subtle-wave {
    0% {
        transform: rotate(0deg) scale(1);
    }
    100% {
        transform: rotate(5deg) scale(1.02);
    }
}

@media screen and (max-width: 1024px) {.lB_contact_form_box .pR_feedback_map {
    flex-direction: column;
}.lB_contact_form_box .Nv_article_photo {
    min-height: 300px;
    flex: 0 0 100%;
}.lB_contact_form_box .HB_message_list {
    padding: 3rem 2rem;
    flex: 0 0 100%;
}
}

@media screen and (max-width: 768px) {.lB_contact_form_box {
    padding: 3rem 0;
}.lB_contact_form_box h2 {
    margin-bottom: 2rem;
    font-size: calc(46px * 0.8);
}.lB_contact_form_box .HB_message_list h3 {
    font-size: calc(34px * 0.9);
}.lB_contact_form_box .HB_message_list input:not([type="checkbox"]):not([type="submit"]) {
    margin-bottom: 1rem;
    padding: 0.8rem 1.2rem;
}.lB_contact_form_box .HB_message_list .Me_query_query {
    align-items: flex-start;
}.lB_contact_form_box .HB_message_list .Me_query_query input[type="checkbox"] {
    margin-top: 0.2rem;
}
}

@media screen and (max-width: 480px) {.lB_contact_form_box .pR_feedback_map {
    border-radius: 0;
}.lB_contact_form_box .Nv_article_photo {
    min-height: 250px;
}.lB_contact_form_box .HB_message_list {
    padding: 2rem 1.5rem;
}}.iU_opening_board {
    background-color: rgb(233,225,227);
    width: 100%;
    min-height: 100vh;
    display: flex;
    overflow: hidden;
    align-items: center;
    position: relative;
}.iU_opening_board .Nv_article_photo {
    width: 100%;
    height: 100%;
    transform: scale(1.05);
    left: 0;
    position: absolute;
    transition: transform 0.8s cubic-bezier(0.215, 0.610, 0.355, 1);
    top: 0;
    z-index: 1;
}.iU_opening_board .Nv_article_photo::before {
    background: linear-gradient(135deg, 
        rgba(0, 0, 0, 0.8) 0%, 
        rgba(0, 0, 0, 0.5) 50%, 
        rgba(0, 0, 0, 0.3) 100%);
    left: 0;
    position: absolute;
    z-index: 2;
    width: 100%;
    top: 0;
    content: '';
    height: 100%;
}.iU_opening_board .Nv_article_photo::after {
    position: absolute;
    content: '';
    left: 0;
    z-index: 3;
    background: radial-gradient(circle at 70% 30%, 
        rgba(94, 170, 168, 0.2) 0%, 
        rgba(94, 170, 168, 0) 60%);
    top: 0;
    width: 100%;
    height: 100%;
    mix-blend-mode: overlay;
}.iU_opening_board:hover .Nv_article_photo {
    transform: scale(1.02);
}.iU_opening_board .NB_knowledge_growth {
    width: 90%;
    position: relative;
    display: flex;
    padding: 6rem 2rem;
    z-index: 4;
    margin: 0 auto;
    flex-direction: column;
    align-items: flex-start;
    max-width: 1200px;
}.iU_opening_board h1 {
    transform: translateY(0);
    text-shadow: 0 2px 15px rgba(0, 0, 0, 0.3);
    font-weight: 700;
    opacity: 1;
    position: relative;
    letter-spacing: 0.05em;
    margin-bottom: 1.5rem;
    color: #ffffff;
    font-size: calc(48px * 1.2);
    animation: slideTitle 1.2s cubic-bezier(0.25, 1, 0.5, 1) forwards;
}.iU_opening_board h1::after {
    content: '';
    animation: expandLine 1.5s 0.5s cubic-bezier(0.215, 0.610, 0.355, 1) forwards;
    width: 80px;
    left: 0;
    background: rgb(208,191,194);
    height: 3px;
    transform: scaleX(0);
    bottom: -0.5rem;
    position: absolute;
    transform-origin: left;
}.iU_opening_board .jr_text_slot {
    background: linear-gradient(135deg, 
        rgba(255, 255, 255, 0.1) 0%, 
        rgba(255, 255, 255, 0.05) 100%);
    border-left: 2px solid rgb(208,191,194);
    max-width: 600px;
    transform: translateX(-20px);
    animation: fadeInRight 1s 0.3s cubic-bezier(0.215, 0.610, 0.355, 1) forwards;
    margin-top: 1rem;
    backdrop-filter: blur(10px);
    width: 100%;
    opacity: 0;
    padding: 2rem;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.2);
}.iU_opening_board .jr_text_slot p {
    font-size: calc(12px * 1.1);
    color: #ffffff;
    text-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
    line-height: 1.6;
    margin-bottom: 2rem;
}.iU_opening_board .PN_page_open {
    margin: 2rem 0;
    display: flex;
    justify-content: center;
    position: relative;
}.iU_opening_board .PN_page_open::before {
    border-radius: 50%;
    background: radial-gradient(circle, 
        rgba(94, 170, 168, 0.2) 0%, 
        rgba(94, 170, 168, 0) 70%);
    animation: pulseGlow 3s infinite alternate;
    transform: translate(-50%, -50%);
    opacity: 0;
    top: 50%;
    height: 150px;
    content: '';
    width: 150px;
    left: 50%;
    z-index: -1;
    position: absolute;
}.iU_opening_board .PN_page_open svg {
    width: 80px;
    transition: transform 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    height: 80px;
    transform: rotate(-5deg);
}.iU_opening_board .PN_page_open svg:hover {
    transform: rotate(0) scale(1.1);
}.iU_opening_board .PN_page_open svg path {
    fill: rgb(208,191,194);
    transition: fill 0.3s ease;
}.iU_opening_board .PN_page_open svg text {
    transition: fill 0.3s ease;
    fill: rgb(208,191,194);
    font-weight: 700;
}.iU_opening_board .PN_page_open svg:hover path,
.iU_opening_board .PN_page_open svg:hover text {
    fill: #ffffff;
}.iU_opening_board h6 {
    align-self: flex-start;
    margin-top: 1.5rem;
    animation: fadeInUp 1s 0.7s cubic-bezier(0.215, 0.610, 0.355, 1) forwards;
    transform: translateY(20px);
    opacity: 0;
}.iU_opening_board h6 .YK_query_inquiry {
    font-size: 20px;
    overflow: hidden;
    border: none;
    color: #ffffff;
    text-decoration: none;
    display: inline-block;
    font-weight: 600;
    background: linear-gradient(135deg, 
        rgb(208,191,194) 0%, 
        rgb(173,152,155) 100%);
    box-shadow: 0 8px 20px rgba(94, 170, 168, 0.3);
    position: relative;
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    border-radius: 10px;
    padding: 1rem 2rem;
}.iU_opening_board h6 .YK_query_inquiry::before {
    height: 100%;
    background: linear-gradient(90deg, 
        rgba(255, 255, 255, 0) 0%, 
        rgba(255, 255, 255, 0.2) 50%, 
        rgba(255, 255, 255, 0) 100%);
    top: 0;
    left: -100%;
    content: '';
    width: 100%;
    position: absolute;
    transition: all 0.5s ease;
}.iU_opening_board h6 .YK_query_inquiry:hover {
    transform: translateY(-5px);
    box-shadow: 0 12px 25px rgba(94, 170, 168, 0.4);
}.iU_opening_board h6 .YK_query_inquiry:hover::before {
    left: 100%;
}

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

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

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

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

@keyframes pulseGlow {
    0% {
        opacity: 0;
        transform: translate(-50%, -50%) scale(0.8);
    }
    50% {
        opacity: 0.5;
    }
    100% {
        opacity: 0.2;
        transform: translate(-50%, -50%) scale(1.2);
    }
}

@media (max-width: 992px) {.iU_opening_board .NB_knowledge_growth {
    padding: 4rem 1.5rem;
}.iU_opening_board h1 {
    font-size: calc(48px * 1.1);
}.iU_opening_board .jr_text_slot {
    max-width: 500px;
}
}

@media (max-width: 768px) {.iU_opening_board .NB_knowledge_growth {
    padding: 3rem 1.5rem;
    align-items: center;
}.iU_opening_board h1 {
    margin-right: auto;
    font-size: 48px;
    text-align: center;
    margin-left: auto;
}.iU_opening_board h1::after {
    left: 50%;
    transform: translateX(-50%) scaleX(0);
}@keyframes expandLine {
        0% {
            transform: translateX(-50%) scaleX(0);
        }
        100% {
            transform: translateX(-50%) scaleX(1);
        }
    }
    
    .iU_opening_board .jr_text_slot {
    text-align: center;
    border-left: none;
    transform: translateX(0);
    border-top: 2px solid rgb(208,191,194);
    padding: 1.5rem;
}.iU_opening_board .PN_page_open svg {
    height: 70px;
    width: 70px;
}.iU_opening_board h6 {
    align-self: center;
}.iU_opening_board h6 .YK_query_inquiry {
    padding: 0.8rem 1.5rem;
}
}

@media (max-width: 576px) {.iU_opening_board .NB_knowledge_growth {
    width: 95%;
    padding: 2rem 1rem;
}.iU_opening_board h1 {
    font-size: calc(48px * 0.9);
}.iU_opening_board .jr_text_slot p {
    font-size: 12px;
}.iU_opening_board .PN_page_open svg {
    height: 60px;
    width: 60px;
}.iU_opening_board h6 .YK_query_inquiry {
    padding: 0.7rem 1.3rem;
    font-size: calc(20px * 0.9);
}}header {
    -webkit-backdrop-filter: blur(20px);
    z-index: 1000;
    width: 100%;
    position: fixed;
    top: 0;
    transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1);
    left: 0;
    background: rgb(208,191,194,0.5);
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(20px);
}header:before {
    content: '';
    width: 100%;
    left: 0;
    position: absolute;
    animation: shimmer 8s infinite linear;
    top: 0;
    background: linear-gradient(
        90deg,
        transparent 0%,
        rgba(255, 255, 255, 0.1) 25%,
        rgba(255, 255, 255, 0.05) 50%,
        transparent 75%
    );
    height: 100%;
    pointer-events: none;
}header:after {
    position: absolute;
    width: 100%;
    filter: blur(1px);
    opacity: 0.8;
    bottom: 0;
    background: linear-gradient(
        90deg,
        rgb(173,152,155) 0%,
        rgb(208,191,194) 50%,
        rgb(173,152,155) 100%
    );
    content: '';
    height: 3px;
    left: 0;
}header .WF_top_page {
    position: relative;
    overflow: hidden;
}header .WF_top_page:before {
    left: 0;
    position: absolute;
    opacity: 0.15;
    background: 
        radial-gradient(circle at 10% 20%, rgb(208,191,194,0.5) 0%, transparent 40%),
        radial-gradient(circle at 90% 80%, rgb(173,152,155,0.5) 0%, transparent 40%);
    height: 100%;
    width: 100%;
    content: '';
    pointer-events: none;
    mix-blend-mode: overlay;
    top: 0;
}header .container {
    margin: 0 auto;
    max-width: 1200px;
    padding: 16px 25px;
    position: relative;
}header .container:before {
    content: '';
    opacity: 0.5;
    width: 100%;
    background: linear-gradient(
        90deg,
        transparent,
        rgba(255, 255, 255, 0.3),
        transparent
    );
    left: 0;
    bottom: -1px;
    height: 1px;
    position: absolute;
}header .zK_page_nav {
    align-items: center;
    display: flex;
    position: relative;
    justify-content: space-between;
}header .aq_header_know {
    align-items: center;
    position: relative;
    gap: 35px;
    display: flex;
}header .aq_header_know:before {
    height: 35px;
    top: 50%;
    position: absolute;
    left: 0;
    transition: all 0.4s ease;
    border-top: 1px solid rgba(255, 255, 255, 0.05);
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
    content: '';
    width: 100%;
    opacity: 0;
    transform: translateY(-50%) scaleX(0.8);
}header .aq_header_know:hover:before {
    transform: translateY(-50%) scaleX(1);
    opacity: 1;
}header .In_head_edu {
    padding: 5px 0;
    text-decoration: none;
    font-size: 13px;
    position: relative;
    letter-spacing: 1px;
    font-weight: 400;
    transition: all 0.3s ease;
    font-family: Arial, sans-serif;
    color: #ffffff;
    text-transform: uppercase;
}header .In_head_edu:before {
    content: '';
    transform-origin: right;
    bottom: 0;
    width: 100%;
    background: linear-gradient(
        90deg,
        transparent,
        #ffffff,
        transparent
    );
    transition: transform 0.4s cubic-bezier(0.23, 1, 0.32, 1);
    position: absolute;
    transform: scaleX(0);
    height: 1px;
    left: 0;
}header .In_head_edu:after {
    width: 100%;
    top: 0;
    transition: all 0.3s ease;
    position: absolute;
    height: 100%;
    left: 0;
    z-index: -1;
    content: '';
    transform: scaleY(0);
    opacity: 0;
    background: linear-gradient(
        180deg,
        transparent,
        rgb(208,191,194,0.5),
        transparent
    );
}header .In_head_edu:hover {
    color: #ffffff;
    text-shadow: 0 0 5px #ffffff;
}header .In_head_edu:hover:before {
    transform: scaleX(1);
    transform-origin: left;
}header .In_head_edu:hover:after {
    opacity: 0.15;
    transform: scaleY(1);
}header .tF_main_lead {
    position: relative;
    display: flex;
    align-items: center;
    padding: 5px;
    text-decoration: none;
    transition: all 0.4s ease;
}header .tF_main_lead:before {
    width: calc(100% + 20px);
    top: -10px;
    opacity: 0;
    position: absolute;
    content: '';
    left: -10px;
    background: radial-gradient(
        circle,
        rgb(208,191,194,0.5) 0%,
        transparent 70%
    );
    z-index: -1;
    transition: opacity 0.5s ease;
    height: calc(100% + 20px);
}header .tF_main_lead:after {
    transition: all 0.3s ease;
    opacity: 0;
    width: 100%;
    content: '';
    height: 100%;
    border: 1px solid transparent;
    position: absolute;
    left: 0;
    border-image: linear-gradient(
        to right,
        transparent,
        rgb(208,191,194),
        transparent
    ) 1;
    top: 0;
}header .tF_main_lead:hover:before {
    animation: pulse 2s infinite;
    opacity: 0.15;
}header .tF_main_lead:hover:after {
    opacity: 0.7;
}header .tF_main_lead svg {
    height: 45px;
    filter: drop-shadow(0 0 3px rgb(208,191,194,0.5));
    width: auto;
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}header .tF_main_lead:hover svg {
    transform: scale(1.05);
    filter: drop-shadow(0 0 5px rgb(208,191,194));
}

@keyframes shimmer {
    0% {
        transform: translateX(-100%);
    }
    100% {
        transform: translateX(100%);
    }
}

@keyframes pulse {
    0%, 100% {
        opacity: 0.15;
    }
    50% {
        opacity: 0.3;
    }
}

@keyframes glowEffect {
    0%, 100% {
        opacity: 0.7;
        filter: blur(1px);
    }
    50% {
        opacity: 1;
        filter: blur(1.5px);
    }
}

@media (max-width: 991px) {header .container {
    padding: 14px 20px;
}header .aq_header_know {
    gap: 20px;
}header .tF_main_lead svg {
    height: 38px;
}
}

@media (max-width: 767px) {header .aq_header_know {
    right: -100%;
    padding: 80px 30px 30px;
    flex-direction: column;
    position: fixed;
    top: 0;
    gap: 20px;
    height: 100vh;
    box-shadow: -5px 0 25px rgba(0, 0, 0, 0.2);
    background: linear-gradient(
            135deg,
            rgb(208,191,194) 0%,
            rgb(208,191,194,0.5) 100%
        );
    max-width: 320px;
    -webkit-backdrop-filter: blur(15px);
    backdrop-filter: blur(15px);
    width: 80%;
    background: rgb(208,191,194);
    z-index: 1001;
    transition: right 0.5s cubic-bezier(0.16, 1, 0.3, 1);
}header .aq_header_know:before {
    display: none;
}header .menu.active {
    right: 0;
}header .In_head_edu {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    width: 100%;
    padding: 12px 5px;
}header .In_head_edu:last-child {
    border-bottom: none;
}header .tF_main_lead {
    margin: 0 auto;
}
}

@media (max-width: 480px) {header .container {
    padding: 12px 15px;
}header .tF_main_lead svg {
    height: 35px;
}}.HW_learning_profits {
    padding: 120px 0 100px;
    background: linear-gradient(135deg, rgb(233,225,227) 0%, #ffffff 100%);
    position: relative;
    overflow: hidden;
}.HW_learning_profits::before {
    width: 100%;
    left: 0;
    content: "";
    top: 0;
    z-index: 0;
    background: 
        radial-gradient(circle at 10% 20%, rgb(208,191,194,0.5) 5%, transparent 15%),
        radial-gradient(circle at 90% 80%, rgb(173,152,155,0.5) 5%, transparent 15%),
        radial-gradient(circle at 50% 50%, #ffffff 25%, transparent 35%);
    height: 100%;
    position: absolute;
    opacity: 0.1;
}.HW_learning_profits::after {
    top: -50%;
    content: "";
    transform: rotate(15deg);
    right: -50%;
    background: linear-gradient(45deg, rgb(208,191,194,0.5) 0%, rgb(173,152,155,0.5) 100%);
    height: 80%;
    filter: blur(20px);
    position: absolute;
    width: 80%;
    animation: floatBackground 15s ease-in-out infinite alternate;
    border-radius: 40% 60% 70% 30% / 40% 50% 60% 50%;
    z-index: -1;
    opacity: 0.05;
}.HW_learning_profits h5 {
    transform: translateY(0);
    opacity: 0;
    letter-spacing: 0.5px;
    color: #000000;
    text-align: center;
    line-height: 1.4;
    z-index: 1;
    font-weight: 700;
    animation: fadeInUp 0.8s ease-out forwards 0.2s;
    max-width: 800px;
    font-size: 20px;
    margin-left: auto;
    position: relative;
    margin-bottom: 50px;
    margin-right: auto;
}.HW_learning_profits h5::after {
    background: linear-gradient(90deg, rgb(208,191,194) 0%, rgb(173,152,155) 100%);
    content: "";
    width: 80px;
    border-radius: 2px;
    transform: scaleX(0);
    animation: scaleIn 1s ease-out forwards 0.6s;
    height: 3px;
    display: block;
    margin: 20px auto 0;
}.HW_learning_profits .container {
    padding: 0 15px;
    position: relative;
    z-index: 1;
    max-width: 1200px;
    margin: 0 auto;
}.HW_learning_profits .NB_knowledge_growth {
    position: relative;
    align-items: center;
    display: flex;
    opacity: 0;
    transition: transform 0.4s ease, box-shadow 0.4s ease;
    overflow: hidden;
    box-shadow: 0 15px 50px -15px rgba(0, 0, 0, 0.1);
    gap: 40px;
    border-radius: 12px;
    flex-direction: column;
    transform: translateY(20px);
    animation: fadeInUp 0.8s ease-out forwards 0.4s;
    background: #ffffff;
    padding: 30px;
}.HW_learning_profits .NB_knowledge_growth::before {
    width: 100%;
    top: 0;
    content: "";
    left: 0;
    height: 5px;
    transform-origin: left;
    transition: transform 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    transform: scaleX(0);
    background: linear-gradient(90deg, rgb(208,191,194) 0%, rgb(173,152,155) 100%);
    position: absolute;
}.HW_learning_profits .NB_knowledge_growth:hover {
    box-shadow: 0 20px 60px -10px rgba(0, 0, 0, 0.15);
    transform: translateY(-5px);
}.HW_learning_profits .NB_knowledge_growth:hover::before {
    transform: scaleX(1);
}.HW_learning_profits .Nv_article_photo {
    object-fit: cover;
    max-width: 450px;
    filter: brightness(1.02) contrast(1.05);
    height: auto;
    border-radius: 10px;
    transition: transform 0.5s ease, box-shadow 0.5s ease;
    width: 100%;
    transform: perspective(800px) rotateY(-2deg);
    clip-path: polygon(0 0, 100% 0, 100% 92%, 85% 100%, 0 100%);
    box-shadow: 0 10px 30px -5px rgba(0, 0, 0, 0.1);
}.HW_learning_profits .Nv_article_photo:hover {
    transform: perspective(800px) rotateY(0);
    box-shadow: 0 15px 40px -10px rgba(0, 0, 0, 0.2);
}.HW_learning_profits .jr_text_slot {
    max-width: 100%;
    flex: 1;
}.HW_learning_profits ul {
    margin: 0;
    grid-template-columns: 1fr;
    padding: 0;
    list-style: none;
    display: grid;
    gap: 16px;
}.HW_learning_profits li {
    transform: translateX(20px);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    opacity: 0;
    animation-delay: calc(0.1s * var(--i, 1));
    background: linear-gradient(135deg, rgba(rgb(233,225,227), 0.5) 0%, rgba(#ffffff, 0.5) 100%);
    position: relative;
    animation: fadeInRight 0.5s ease forwards;
    border-radius: 8px;
    padding: 14px 20px 14px 60px;
}.HW_learning_profits li:nth-child(1) {
    --i: 1;
}.HW_learning_profits li:nth-child(2) {
    --i: 2;
}.HW_learning_profits li:nth-child(3) {
    --i: 3;
}.HW_learning_profits li:nth-child(4) {
    --i: 4;
}.HW_learning_profits li:nth-child(5) {
    --i: 5;
}.HW_learning_profits li:hover {
    background: linear-gradient(135deg, rgba(rgb(233,225,227), 0.7) 0%, rgba(#ffffff, 0.7) 100%);
    transform: translateY(-3px) translateX(0);
    box-shadow: 0 8px 20px -6px rgba(0, 0, 0, 0.1);
}.HW_learning_profits li div {
    position: relative;
}.HW_learning_profits li p {
    font-size: calc(18px - 1px);
    color: #000000;
    letter-spacing: 0.2px;
    margin: 0;
    line-height: 1.5;
    position: relative;
}.HW_learning_profits li:nth-child(odd) p {
    font-weight: 600;
}.HW_learning_profits li svg {
    position: absolute;
    width: 28px;
    transform: translateY(-2px);
    top: 0;
    height: 28px;
    left: -40px;
    transition: transform 0.3s ease;
}.HW_learning_profits li:hover svg {
    transform: translateY(-2px) scale(1.1);
}.HW_learning_profits li svg path {
    transition: fill 0.3s ease;
    fill: rgb(208,191,194);
}.HW_learning_profits li:hover svg path {
    fill: rgb(173,152,155);
}

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

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

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

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

@media (min-width: 768px) {.HW_learning_profits {
    padding: 150px 0 120px;
}.HW_learning_profits .NB_knowledge_growth {
    gap: 60px;
    padding: 50px;
    flex-direction: row;
}.HW_learning_profits ul {
    gap: 24px;
    grid-template-columns: repeat(2, 1fr);
}.HW_learning_profits .Nv_article_photo {
    transform: perspective(1000px) rotateY(-5deg);
    max-width: 350px;
}.HW_learning_profits h5 {
    font-size: calc(20px + 2px);
}
}

@media (min-width: 992px) {.HW_learning_profits .Nv_article_photo {
    max-width: 450px;
}.HW_learning_profits h5 {
    font-size: calc(20px + 4px);
}.HW_learning_profits li p {
    font-size: 18px;
}
}

@media (max-width: 767px) {.HW_learning_profits {
    padding: 80px 0 60px;
}.HW_learning_profits h5 {
    padding: 0 15px;
    margin-bottom: 30px;
}.HW_learning_profits .NB_knowledge_growth {
    padding: 25px 20px;
}.HW_learning_profits li {
    padding: 12px 15px 12px 50px;
}.HW_learning_profits li svg {
    left: -35px;
    height: 24px;
    width: 24px;
}.HW_learning_profits .Nv_article_photo {
    clip-path: polygon(0 0, 100% 0, 100% 94%, 90% 100%, 0 100%);
    max-width: 100%;
}
}

@media (max-width: 480px) {.HW_learning_profits h5 {
    font-size: calc(20px - 2px);
}.HW_learning_profits li p {
    font-size: calc(18px - 2px);
}.HW_learning_profits .NB_knowledge_growth {
    padding: 20px 15px;
}
}

@media (hover: hover) {.HW_learning_profits .NB_knowledge_growth {
    transform: translateY(0);
}}footer {
    position: relative;
    z-index: 1;
}footer::before {
    bottom: 0;
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0.9;
    right: 0;
    content: "";
    background: linear-gradient(to right, rgb(173,152,155), rgb(208,191,194));
    z-index: -2;
}footer::after {
    content: "";
    top: 0;
    right: 0;
    z-index: -1;
    left: 0;
    bottom: 0;
    background: repeating-linear-gradient(
        -45deg,
        rgba(255, 255, 255, 0.05),
        rgba(255, 255, 255, 0.05) 10px,
        transparent 10px,
        transparent 20px
    );
    position: absolute;
}.yU_hackathon {
    position: relative;
    padding: 5rem 0 2rem;
    color: #ffffff;
}.yU_hackathon::before {
    height: 10px;
    width: 100%;
    background: linear-gradient(90deg, rgb(208,191,194), rgb(173,152,155), rgb(208,191,194));
    position: absolute;
    content: "";
    left: 0;
    top: 0;
}.yU_hackathon .container {
    gap: 2rem;
    grid-template-columns: repeat(12, 1fr);
    display: grid;
    position: relative;
}.yU_hackathon .company_holder {
    padding: 0;
    grid-column: span 5;
    position: relative;
}.yU_hackathon .company_holder h3 {
    margin: 0 0 1.5rem;
    font-weight: 700;
    padding-bottom: 1rem;
    font-size: 32px;
    border-bottom: 2px solid rgba(255, 255, 255, 0.2);
    color: #ffffff;
    position: relative;
}.yU_hackathon .company_holder h3::after {
    left: 0;
    height: 2px;
    position: absolute;
    background: #ffffff;
    bottom: -2px;
    width: 80px;
    content: "";
}.yU_hackathon .Bb_footer_careers {
    font-size: 18px;
    line-height: 1.7;
    margin-top: 1.5rem;
    border-left: 3px solid rgba(255, 255, 255, 0.3);
    padding: 0 0 0 1.5rem;
    color: #ffffff;
    position: relative;
}.yU_hackathon .dV_sustain_cta {
    grid-column: span 7;
}.yU_hackathon .oh_first_pagebar {
    grid-template-columns: repeat(2, 1fr);
    gap: 2rem;
    display: grid;
}.yU_hackathon .aq_header_know {
    position: relative;
}.yU_hackathon .aq_header_know h5 {
    font-weight: 600;
    margin: 0 0 1.5rem;
    color: #ffffff;
    padding-bottom: 0.8rem;
    position: relative;
    font-size: 22px;
    border-bottom: 2px solid rgba(255, 255, 255, 0.2);
}.yU_hackathon .aq_header_know h5::after {
    content: "";
    width: 40px;
    background: #ffffff;
    position: absolute;
    bottom: -2px;
    left: 0;
    height: 2px;
}.yU_hackathon .aq_header_know .oh_first_pagebar {
    display: grid;
    gap: 1rem;
}.yU_hackathon .aq_header_know .oh_first_pagebar a {
    transition: all 0.3s ease;
    position: relative;
    color: rgba(255, 255, 255, 0.8);
    display: flex;
    align-items: center;
    font-size: 18px;
    text-decoration: none;
}.yU_hackathon .aq_header_know .oh_first_pagebar a::after {
    opacity: 0;
    margin-left: 0.5rem;
    content: "\2192";
    transform: translateX(-5px);
    transition: all 0.3s ease;
}.yU_hackathon .aq_header_know .oh_first_pagebar a:hover {
    color: #ffffff;
    padding-left: 0.5rem;
}.yU_hackathon .aq_header_know .oh_first_pagebar a:hover::after {
    opacity: 1;
    transform: translateX(0);
}.mp_vr_labs {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    margin-top: 4rem;
    position: relative;
    padding: 2rem 0;
    background: rgba(0, 0, 0, 0.1);
}.mp_vr_labs .container {
    display: flex;
    align-items: center;
    justify-content: center;
}.mp_vr_labs .nc_footer_caption {
    text-align: center;
    color: #ffffff;
    font-size: 12px;
    padding: 0 1rem;
    position: relative;
    opacity: 0.9;
}.yU_hackathon::after {
    right: 2rem;
    position: absolute;
    border-top: 2px solid rgba(255, 255, 255, 0.2);
    height: 50px;
    border-right: 2px solid rgba(255, 255, 255, 0.2);
    content: "";
    width: 50px;
    top: 2rem;
}.yU_hackathon .company_holder::before {
    left: 0;
    height: 50px;
    top: 0;
    content: "";
    width: 50px;
    position: absolute;
    border-left: 2px solid rgba(255, 255, 255, 0.2);
    border-top: 2px solid rgba(255, 255, 255, 0.2);
}.yU_hackathon .company_holder::after {
    bottom: 0;
    width: 50px;
    content: "";
    border-bottom: 2px solid rgba(255, 255, 255, 0.2);
    height: 50px;
    border-left: 2px solid rgba(255, 255, 255, 0.2);
    position: absolute;
    left: 0;
}.yU_hackathon .dV_sustain_cta::after {
    width: 50px;
    position: absolute;
    right: 0;
    bottom: 0;
    content: "";
    height: 50px;
    border-right: 2px solid rgba(255, 255, 255, 0.2);
    border-bottom: 2px solid rgba(255, 255, 255, 0.2);
}

@media (max-width: 1200px) {.yU_hackathon .container {
    gap: 1.5rem;
}
}

@media (max-width: 992px) {.yU_hackathon {
    padding: 4rem 0 2rem;
}.yU_hackathon .container {
    grid-template-columns: 1fr;
}.yU_hackathon .company_holder,
    .yU_hackathon .dV_sustain_cta {
    grid-column: span 12;
}.yU_hackathon .company_holder {
    margin-bottom: 2rem;
}.yU_hackathon::after,
    .yU_hackathon .company_holder::before,
    .yU_hackathon .company_holder::after,
    .yU_hackathon .dV_sustain_cta::after {
    display: none;
}
}

@media (max-width: 768px) {.yU_hackathon {
    padding: 3rem 0 1.5rem;
}.yU_hackathon .oh_first_pagebar {
    gap: 1.5rem;
}.yU_hackathon .company_holder h3 {
    font-size: calc(32px - 2px);
}.mp_vr_labs {
    margin-top: 3rem;
}
}

@media (max-width: 576px) {.yU_hackathon {
    padding: 2.5rem 0 1rem;
}.yU_hackathon .oh_first_pagebar {
    grid-template-columns: 1fr;
    gap: 2rem;
}.yU_hackathon .Bb_footer_careers {
    padding-left: 1rem;
}.mp_vr_labs {
    margin-top: 2rem;
}
}

@media (max-width: 420px) {.yU_hackathon .company_holder h3::after,
    .yU_hackathon .aq_header_know h5::after {
    width: 30px;
}.yU_hackathon .aq_header_know .oh_first_pagebar a:hover {
    padding-left: 0.3rem;
}}.tE_access_now {
    position: relative;
    background: linear-gradient(135deg, rgb(173,152,155) 0%, rgb(208,191,194) 100%);
    padding: 6rem 0;
    isolation: isolate;
    overflow: hidden;
}.tE_access_now::before {
    height: 100%;
    left: 0;
    content: "";
    position: absolute;
    top: 0;
    z-index: -1;
    width: 100%;
    animation: patternMove 30s linear infinite;
    opacity: 0.4;
}.tE_access_now::after {
    position: absolute;
    bottom: -50px;
    right: -50px;
    background: radial-gradient(circle, rgb(208,191,194,0.5) 0%, transparent 70%);
    width: 200px;
    filter: blur(40px);
    content: "";
    z-index: -1;
    height: 200px;
}.tE_access_now .container {
    max-width: 1200px;
    perspective: 1000px;
    flex-direction: column;
    margin: 0 auto;
    align-items: center;
    position: relative;
    display: flex;
    padding: 0 20px;
}.tE_access_now h2 {
    max-width: 800px;
    position: relative;
    line-height: 1.4;
    font-size: clamp(1.75rem, 4vw, 28px);
    z-index: 2;
    margin-bottom: 3rem;
    font-weight: 700;
    color: #ffffff;
    transform: translateZ(20px);
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    text-align: center;
}.tE_access_now h2::after {
    background: #ffffff;
    width: 80px;
    border-radius: 10px;
    transform: translateX(-50%);
    box-shadow: 0 0 15px rgba(255, 255, 255, 0.6);
    bottom: -15px;
    height: 3px;
    left: 50%;
    position: absolute;
    content: "";
}.tE_access_now .NB_knowledge_growth {
    backdrop-filter: blur(10px);
    transform: translateZ(30px) rotateX(3deg);
    transition: transform 0.4s cubic-bezier(0.2, 0.8, 0.2, 1);
    box-shadow: 
    0 20px 40px rgba(0, 0, 0, 0.1),
    0 0 0 1px rgba(255, 255, 255, 0.1);
    background: rgba(255, 255, 255, 0.1);
    transform-style: preserve-3d;
    justify-content: center;
    gap: 25px;
    position: relative;
    border-radius: 15px;
    display: flex;
    padding: 2.5rem 3rem;
    align-items: center;
    z-index: 3;
}.tE_access_now .NB_knowledge_growth:hover {
    box-shadow: 
    0 30px 60px rgba(0, 0, 0, 0.15),
    0 0 0 1px rgba(255, 255, 255, 0.2);
    transform: translateZ(40px) rotateX(0);
}.tE_access_now .NB_knowledge_growth::before {
    background: linear-gradient(45deg, transparent 40%, rgb(173,152,155), transparent 60%);
    opacity: 0.6;
    filter: blur(3px);
    animation: borderGlow 3s infinite alternate;
    content: "";
    position: absolute;
    left: -3px;
    right: -3px;
    border-radius: calc(15px + 3px);
    bottom: -3px;
    top: -3px;
    z-index: -1;
}.tE_access_now svg {
    flex-shrink: 0;
    transform: rotateZ(-10deg);
    width: 48px;
    filter: drop-shadow(0 4px 8px rgba(0, 0, 0, 0.15));
    height: 48px;
    transition: transform 0.5s cubic-bezier(0.3, 1.8, 0.3, 1);
}.tE_access_now .NB_knowledge_growth:hover svg {
    transform: rotateZ(0) scale(1.1);
}.tE_access_now svg path {
    fill: #ffffff;
    transition: fill 0.3s ease;
}.tE_access_now .NB_knowledge_growth:hover svg path {
    fill: #ffffff;
    animation: pathPulse 2s infinite alternate;
}.tE_access_now .YK_query_inquiry {
    align-items: center;
    position: relative;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
    transition: all 0.4s cubic-bezier(0.2, 0.8, 0.2, 1);
    isolation: isolate;
    border-radius: 10px;
    background: #ffffff;
    padding: 0.75rem 2rem;
    justify-content: center;
    color: rgb(173,152,155);
    font-weight: 600;
    font-size: 19px;
    letter-spacing: 0.5px;
    text-decoration: none;
    overflow: hidden;
    transform: translateZ(0);
    display: inline-flex;
}.tE_access_now .YK_query_inquiry::before {
    content: "";
    transform: translateX(-100%);
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    height: 100%;
    width: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
}.tE_access_now .YK_query_inquiry:hover {
    color: rgb(208,191,194);
    transform: translateY(-3px) scale(1.03);
    box-shadow: 0 15px 25px rgba(0, 0, 0, 0.15);
}.tE_access_now .YK_query_inquiry:hover::before {
    animation: shimmer 1.5s infinite;
}.tE_access_now .YK_query_inquiry:active {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    transform: translateY(-1px) scale(0.98);
}

@keyframes shimmer {
  100% {
    transform: translateX(100%);
  }
}

@keyframes borderGlow {
  0% {
    opacity: 0.2;
  }
  100% {
    opacity: 0.8;
  }
}

@keyframes pathPulse {
  0% {
    opacity: 0.8;
  }
  100% {
    opacity: 1;
  }
}

@keyframes patternMove {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: 100px 100px;
  }
}

@media (max-width: 768px) {.tE_access_now {
    padding: 4rem 0;
}.tE_access_now h2 {
    margin-bottom: 2rem;
}.tE_access_now .NB_knowledge_growth {
    transform: translateZ(20px) rotateX(2deg);
    gap: 20px;
    flex-direction: column;
    padding: 2rem;
}.tE_access_now svg {
    width: 40px;
    height: 40px;
}.tE_access_now .YK_query_inquiry {
    padding: 0.75rem 1.5rem;
    width: 100%;
}
}

@media (max-width: 480px) {.tE_access_now {
    padding: 3rem 0;
}.tE_access_now h2 {
    font-size: 1.5rem;
}.tE_access_now h2::after {
    width: 60px;
}.tE_access_now .NB_knowledge_growth {
    transform: translateZ(10px) rotateX(1deg);
    padding: 1.5rem;
}.tE_access_now svg {
    width: 36px;
    height: 36px;
}.tE_access_now .YK_query_inquiry {
    padding: 0.65rem 1.25rem;
    font-size: 0.9rem;
}}.oO_alertPrivacySettings {
    display: flex;
    justify-content: center;
    background: rgb(233,225,227);
    width: 100%;
    padding: 20px 0;
    z-index: 100;
    position: fixed;
    border-top: 3px solid rgb(208,191,194);
    bottom: 0;
    box-shadow: 0 -3px 10px rgba(0, 0, 0, 0.5);
}.Tc_track_optin {
    justify-content: space-between;
    max-width: 1200px;
    align-items: center;
    margin: auto;
    display: flex;
    padding: 20px;
    border-radius: 18px;
    border: 2px solid rgb(208,191,194);
    background: rgba(0, 0, 0, 0.5);
    width: 90%;
}.PX_consent_track {
    flex-shrink: 0;
    margin-right: 20px;
}.PX_consent_track svg {
    fill: rgb(208,191,194);
    height: 50px;
    width: 50px;
}.kN_privacy_notify {
    color: #ffffff;
    text-align: left;
    flex-grow: 1;
}.kN_privacy_notify h5 {
    color: rgb(208,191,194);
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 700;
    font-size: 24px;
    margin-bottom: 10px;
}.kN_privacy_notify p {
    font-size: 14px;
    margin: 0;
    line-height: 1.5;
    color: #ffffff;
}.kN_privacy_notify p a {
    color: rgb(208,191,194);
    text-decoration: underline;
}.cb_cookie_option {
    text-align: center;
    border: none;
    flex-shrink: 0;
    color: #ffffff;
    padding: 10px 20px;
    font-size: 19px;
    cursor: pointer;
    background: rgb(208,191,194);
    text-decoration: none;
    border-radius: 10px;
    min-width: 120px;
}.cookie_button.aM_cookie_window {
    margin-right: 10px;
}#DY_cookie_banneralert {
    display: none;
}#DY_cookie_banneralert:checked ~ .oO_alertPrivacySettings {
    visibility: hidden;
    opacity: 0;
}
@media only screen and (max-width: 1200px) {.Tc_track_optin {
    text-align: center;
    flex-direction: column;
    align-items: center;
}.PX_consent_track {
    margin-bottom: 20px;
    margin-right: 0;
}.cb_cookie_option {
    max-width: 250px;
    width: 100%;
    margin: 10px 0;
}}
.vL_plan_array {
    color: #ffffff;
    position: relative;
    padding: 100px 0;
    overflow: hidden;
}.vL_plan_array::before {
    height: 100%;
    z-index: 1;
    left: 0;
    top: 0;
    width: 100%;
    content: "";
    position: absolute;
    background: linear-gradient(135deg, rgba(20, 30, 48, 0.85), rgba(36, 59, 85, 0.92));
}.vL_plan_array::after {
    width: 100%;
    top: 0;
    height: 100%;
    background: radial-gradient(circle at 75% 25%, rgba(rgb(208,191,194,0.5), 0.15) 0%, transparent 50%);
    left: 0;
    z-index: 2;
    content: "";
    position: absolute;
}.vL_plan_array .container {
    padding: 0 20px;
    z-index: 3;
    margin: 0 auto;
    position: relative;
    max-width: 1200px;
}.vL_plan_array .uw_plan_cost {
    position: relative;
}.vL_plan_array h2 {
    color: #ffffff;
    transform: translateY(0);
    text-align: center;
    opacity: 1;
    font-size: 31px;
    margin-bottom: 20px;
    font-weight: 700;
    transition: transform 0.5s ease, opacity 0.5s ease;
    position: relative;
}.vL_plan_array h2::after {
    bottom: -10px;
    background: linear-gradient(90deg, rgb(208,191,194), rgb(173,152,155));
    left: 50%;
    transform: translateX(-50%);
    height: 3px;
    content: "";
    position: absolute;
    width: 80px;
}.vL_plan_array .wQ_member_fees {
    max-width: 700px;
    font-size: calc(13px + 2px);
    line-height: 1.6;
    text-align: center;
    margin: 0 auto 40px;
    color: #ffffff;
    opacity: 0.9;
}.vL_plan_array .GF_pricing_rates {
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    list-style: none;
    margin: 0;
    padding: 0;
    gap: 30px;
    display: grid;
}.vL_plan_array .GF_pricing_rates li {
    perspective: 1000px;
    display: flex;
}.vL_plan_array .FL_deal_board {
    text-decoration: none;
    -webkit-backdrop-filter: blur(8px);
    box-shadow: 0 15px 25px rgba(0, 0, 0, 0.2);
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.1);
    display: flex;
    z-index: 1;
    width: 100%;
    height: 100%;
    position: relative;
    transition: transform 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275), 
                box-shadow 0.5s ease;
    flex-direction: column;
    background: linear-gradient(145deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.03));
    backdrop-filter: blur(8px);
}.vL_plan_array .FL_deal_board::before {
    top: 0;
    left: 0;
    transition: opacity 0.5s ease;
    z-index: -1;
    background: radial-gradient(circle at 30% 30%, rgb(208,191,194,0.5), transparent 75%);
    opacity: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    content: "";
}.vL_plan_array .FL_deal_board:hover {
    box-shadow: 0 25px 35px rgba(0, 0, 0, 0.25);
    transform: translateY(-10px) rotateX(5deg);
}.vL_plan_array .FL_deal_board:hover::before {
    opacity: 0.15;
}.vL_plan_array .BS_cost_levels {
    display: flex;
    flex-grow: 1;
    position: relative;
    flex-direction: column;
    padding: 30px;
}.vL_plan_array .RV_pricing_card {
    flex-direction: column;
    display: flex;
    height: 100%;
}.vL_plan_array .RV_pricing_card h4 {
    transition: transform 0.3s ease;
    position: relative;
    color: #ffffff;
    margin: 0 0 20px;
    font-size: calc(24px + 2px);
}.vL_plan_array .FL_deal_board:hover .RV_pricing_card h4 {
    transform: translateY(-5px);
}.vL_plan_array .RV_pricing_card h4::after {
    left: 0;
    position: absolute;
    transition: width 0.3s ease;
    content: "";
    height: 2px;
    background: rgb(173,152,155);
    width: 40px;
    bottom: -8px;
}.vL_plan_array .FL_deal_board:hover .RV_pricing_card h4::after {
    width: 60px;
}.vL_plan_array .RV_pricing_card p {
    margin: 0 0 25px;
    overflow-wrap: break-word;
    flex-grow: 1;
    line-height: 1.6;
    word-break: break-word;
    color: rgba(255, 255, 255, 0.8);
    font-size: 13px;
}.vL_plan_array .YM_value_rates {
    margin-top: auto;
    padding: 10px 20px;
    transition: transform 0.3s ease;
    overflow: hidden;
    font-size: calc(24px + 4px);
    border-radius: 10px;
    align-self: flex-start;
    position: relative;
    background: linear-gradient(90deg, rgb(208,191,194,0.5), transparent);
    font-weight: 700;
    color: #ffffff;
}.vL_plan_array .YM_value_rates::before {
    left: -100%;
    content: "";
    transition: left 0.5s ease;
    width: 100%;
    position: absolute;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    height: 100%;
    top: 0;
}.vL_plan_array .FL_deal_board:hover .YM_value_rates {
    transform: scale(1.05);
}.vL_plan_array .FL_deal_board:hover .YM_value_rates::before {
    left: 100%;
}

@media (max-width: 1200px) {.vL_plan_array {
    padding: 80px 0;
}.vL_plan_array .GF_pricing_rates {
    gap: 25px;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
}
}

@media (max-width: 992px) {.vL_plan_array h2 {
    font-size: calc(31px - 4px);
}.vL_plan_array .wQ_member_fees {
    margin-bottom: 30px;
    font-size: 13px;
}.vL_plan_array .BS_cost_levels {
    padding: 25px;
}
}

@media (max-width: 768px) {.vL_plan_array {
    padding: 60px 0;
}.vL_plan_array .GF_pricing_rates {
    grid-template-columns: 1fr;
    max-width: 450px;
    margin: 0 auto;
}.vL_plan_array .RV_pricing_card h4 {
    font-size: 24px;
}.vL_plan_array .YM_value_rates {
    font-size: 24px;
}
}

@media (max-width: 576px) {.vL_plan_array {
    padding: 50px 0;
}.vL_plan_array h2 {
    font-size: calc(31px - 6px);
}.vL_plan_array .wQ_member_fees {
    font-size: calc(13px - 1px);
}.vL_plan_array .BS_cost_levels {
    padding: 20px;
}.vL_plan_array .RV_pricing_card p {
    font-size: calc(13px - 1px);
}
}