* {
    margin: 0;
    box-sizing: border-box;
    padding: 0;
}.MqD_goal_footer {
    flex: 0 0 auto;
}.Cwt_warp-container {
    display: flex;
    min-height: 100%;
    flex-direction: column;
    height: 100%;
}::-webkit-scrollbar {
    width: auto;
    scroll-behavior: auto;
}::-webkit-scrollbar-track {
    background: linear-gradient(198deg, #ffffff 63%, rgb(255, 255, 255, 0.5) 31%, rgb(180,116,132) 91%, rgb(197,165,173) 34%, rgb(197,165,173,0.5) 0%, rgb(219,208,199) 83%);
    margin: 3px 0;
}::-webkit-scrollbar-thumb {
    background: rgb(180,116,132);
    min-height: 77px;
}::-webkit-scrollbar-thumb:hover {
    background: rgb(197,165,173);
    box-shadow: 1px -2px 0px 6px rgba(0, 0, 0, 0.4);
    border-color: rgb(219,208,199);
}* {
    scrollbar-width: auto;
    scrollbar-color: rgb(255, 255, 255, 0.5) rgb(180,116,132,0.5);
}.container {
    max-width: 100%;
    margin: auto;
    width: 1230px;
}header,footer {
    width: 100%;
}.aKM_top_bar {
    flex: 1 0 auto;
}html,body {
    font-family: Arial, sans-serif;
    height: 100%;
    color: #000000;
    auto
contain
    scroll-behavior: smooth;
    min-height: 100%;
}a {
    color: inherit;
    text-decoration: none;
}svg {
    height: 30px;
    width: 30px;
}
@media only screen and (max-width: 1200px)  {.container {
    padding: 0 20px;
    width: 100%;
}
}
@media only screen and (max-width: 800px)  {.container {
    padding: 0 12px;
}}
header .top_plank {
    background: rgb(197,165,173);
    color:  #ffffff;
}header .top_plank .ndv_header_block div svg, header .top_plank .ndv_header_block div svg path {
    fill: #ffffff;
}header .top_plank .ndv_header_block div span {
    color: #ffffff;
}header .top_plank .ndv_header_block {
    width: 100%;
    justify-content: flex-start;
    font-size: 12px;
    padding: 15px 0 10px 0;
    flex-wrap: wrap;
    display: flex;
    line-height: 21px;
    align-items: center;
}header .top_plank .ndv_header_block div {
    justify-content: flex-start;
    margin-right: 24px;
    align-items: center;
    display: flex;
}header .top_plank .ndv_header_block div img, header .top_plank .ndv_header_block div svg {
    margin-right: 8px;
    width: 16px;
    height: 16px;
}.OsL_company_info {
    z-index: 1;
    background: rgb(219,208,199);
    overflow: hidden;
    padding: 140px 0;
    position: relative;
}.OsL_company_info::before {
    content: "";
    filter: blur(20px);
    height: 100%;
    background: 
        linear-gradient(217deg, rgb(197,165,173,0.5), transparent 70%),
        linear-gradient(127deg, rgb(180,116,132,0.5), transparent 70%),
        linear-gradient(336deg, rgb(197,165,173,0.5), transparent 70%);
    opacity: 0.15;
    z-index: -1;
    animation: gradientFlow 15s ease infinite;
    width: 100%;
    left: 0;
    transform-origin: center center;
    top: 0;
    position: absolute;
}@keyframes gradientFlow {
    0% {
        background-position: 0% 0%;
        filter: blur(20px) brightness(1);
    }
    50% {
        background-position: 100% 100%;
        filter: blur(15px) brightness(1.1);
    }
    100% {
        background-position: 0% 0%;
        filter: blur(20px) brightness(1);
    }
}

.OsL_company_info::after {
    opacity: 0.2;
    width: 100%;
    background-image: 
        radial-gradient(circle at 20% 30%, rgb(197,165,173,0.5) 0%, transparent 50%),
        radial-gradient(circle at 80% 70%, rgb(180,116,132,0.5) 0%, transparent 50%);
    position: absolute;
    top: 0;
    left: 0;
    animation: pulsateBackground 20s ease-in-out infinite alternate;
    content: "";
    z-index: -2;
    height: 100%;
}@keyframes pulsateBackground {
    0% {
        opacity: 0.1;
        background-size: 100% 100%;
    }
    50% {
        opacity: 0.2;
        background-size: 120% 120%;
    }
    100% {
        opacity: 0.1;
        background-size: 100% 100%;
    }
}

.OsL_company_info .container {
    padding: 0 20px;
    max-width: 1200px;
    position: relative;
    margin: 0 auto;
}.OsL_company_info .container::before {
    top: -100px;
    width: 200px;
    filter: blur(80px);
    right: -100px;
    position: absolute;
    height: 200px;
    opacity: 0.1;
    border-radius: 50%;
    animation: float 15s ease-in-out infinite alternate;
    content: "";
    background: rgb(197,165,173,0.5);
}@keyframes float {
    0% {
        transform: translate(0, 0);
    }
    50% {
        transform: translate(-30px, 20px);
    }
    100% {
        transform: translate(0, 0);
    }
}

.OsL_company_info .gGq_history_tl {
    flex-direction: column;
    display: flex;
    align-items: center;
    gap: 60px;
    position: relative;
    justify-content: center;
}.OsL_company_info .gGq_history_tl::before {
    content: "";
    height: 1px;
    top: 50%;
    position: absolute;
    opacity: 0.4;
    left: 30%;
    width: 40%;
    background: linear-gradient(90deg, transparent, rgb(197,165,173), transparent);
    animation: scanline 4s ease-in-out infinite;
}@keyframes scanline {
    0% {
        opacity: 0;
        transform: scaleX(0.5);
    }
    50% {
        opacity: 0.4;
        transform: scaleX(1);
    }
    100% {
        opacity: 0;
        transform: scaleX(0.5);
    }
}

.OsL_company_info .uIQ_study_program {
    border-radius: 30px;
    backdrop-filter: blur(15px);
    transform-style: preserve-3d;
    margin-bottom: 20px;
    box-shadow: 0 25px 45px rgba(0, 0, 0, 0.1);
    z-index: 3;
    transition: all 0.6s cubic-bezier(0.23, 1, 0.32, 1);
    display: flex;
    max-width: 500px;
    align-items: center;
    background: rgba(255, 255, 255, 0.02);
    border: 1px solid rgba(255, 255, 255, 0.05);
    flex-direction: column;
    padding: 50px 35px;
    width: 100%;
    perspective: 1000px;
    position: relative;
}.OsL_company_info .uIQ_study_program:hover {
    transform: translateY(-15px) rotateX(5deg);
    box-shadow: 0 35px 60px rgba(0, 0, 0, 0.12), 0 0 30px rgb(197,165,173,0.5);
    border-color: rgb(197,165,173,0.5);
}.OsL_company_info .uIQ_study_program::before {
    transition: opacity 0.4s ease;
    z-index: -1;
    content: "";
    inset: 0;
    border-radius: 30px;
    position: absolute;
    opacity: 0.07;
    background: linear-gradient(135deg, transparent 0%, rgb(197,165,173,0.5) 100%);
}.OsL_company_info .uIQ_study_program:hover::before {
    opacity: 0.12;
}.OsL_company_info .uIQ_study_program::after {
    opacity: 0;
    background: linear-gradient(90deg, transparent, rgb(197,165,173,0.5), transparent);
    border-radius: calc(30px + 1px);
    position: absolute;
    content: "";
    transition: opacity 0.4s ease;
    animation: borderGlow 4s linear infinite;
    inset: -1px;
    z-index: -2;
}@keyframes borderGlow {
    0% {
        opacity: 0;
        background-position: 0% 50%;
    }
    50% {
        opacity: 0.5;
        background-position: 100% 50%;
    }
    100% {
        opacity: 0;
        background-position: 0% 50%;
    }
}

.OsL_company_info .uIQ_study_program:hover::after {
    opacity: 1;
}.OsL_company_info .CGA_portrait_image {
    transition: all 0.5s ease;
    border: 5px solid rgba(255, 255, 255, 0.8);
    position: relative;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.15);
    height: 220px;
    margin-bottom: 30px;
    z-index: 2;
    width: 220px;
    border-radius: 50%;
}.OsL_company_info .CGA_portrait_image::before {
    border-radius: 50%;
    inset: -3px;
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    content: "";
    padding: 3px;
    animation: rotate 8s linear infinite;
    position: absolute;
    mask-composite: exclude;
    background: conic-gradient(rgb(197,165,173), rgb(180,116,132), rgb(197,165,173));
    -webkit-mask-composite: xor;
}.OsL_company_info .CGA_portrait_image::after {
    border-radius: 50%;
    inset: -10px;
    animation: rotateReverse 20s linear infinite;
    content: "";
    opacity: 0.5;
    position: absolute;
    border: 1px dashed rgb(197,165,173,0.5);
}@keyframes rotate {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

@keyframes rotateReverse {
    0% {
        transform: rotate(360deg);
    }
    100% {
        transform: rotate(0deg);
    }
}

.OsL_company_info .IPX_method_innov {
    position: relative;
    padding-top: 15px;
    width: 100%;
    text-align: center;
}.OsL_company_info .IPX_method_innov::before {
    top: 0;
    content: "";
    height: 2px;
    opacity: 0.8;
    transform: translateX(-50%);
    width: 70px;
    position: absolute;
    background: linear-gradient(90deg, transparent, rgb(197,165,173), transparent);
    left: 50%;
}.OsL_company_info .MsI_learn_online {
    letter-spacing: 0.5px;
    display: inline-block;
    position: relative;
    font-size: calc(18px * 1.15);
    font-weight: 700;
    color: #000000;
    margin-bottom: 10px;
}.OsL_company_info .MsI_learn_online::after {
    bottom: -4px;
    width: 0;
    background: rgb(197,165,173);
    transform: translateX(-50%);
    content: "";
    height: 2px;
    position: absolute;
    left: 50%;
    transition: width 0.4s ease;
}.OsL_company_info .uIQ_study_program:hover .MsI_learn_online::after {
    width: 80%;
}.OsL_company_info .wTI_method_edu {
    transition: all 0.3s ease;
    font-size: calc(13px * 1.05);
    margin-bottom: 0;
    color: rgb(197,165,173);
    letter-spacing: 0.5px;
    font-weight: 600;
    opacity: 0.9;
}.OsL_company_info .uIQ_study_program:hover .wTI_method_edu {
    transform: translateY(2px);
    color: rgb(180,116,132);
    opacity: 1;
}.OsL_company_info .ZmO_content_wrapper {
    width: 100%;
    padding: 50px 45px;
    background: rgba(255, 255, 255, 0.01);
    position: relative;
    border: 1px solid rgba(255, 255, 255, 0.03);
    transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1);
    overflow: hidden;
    border-radius: 30px;
    box-shadow: 0 25px 45px rgba(0, 0, 0, 0.05);
    backdrop-filter: blur(10px);
}.OsL_company_info .ZmO_content_wrapper:hover {
    border-color: rgb(180,116,132,0.5);
    box-shadow: 0 30px 60px rgba(0, 0, 0, 0.08), 0 0 30px rgb(180,116,132,0.5);
    transform: translateY(-10px);
}.OsL_company_info .ZmO_content_wrapper::before,
.OsL_company_info .ZmO_content_wrapper::after {
    filter: blur(60px);
    transition: all 0.8s ease;
    opacity: 0.03;
    width: 500px;
    animation: blobAnimation 25s infinite alternate;
    z-index: -1;
    position: absolute;
    height: 500px;
    background: rgb(197,165,173,0.5);
    content: "";
    border-radius: 45% 55% 50% 50% / 55% 45% 55% 45%;
}@keyframes blobAnimation {
    0% {
        border-radius: 45% 55% 50% 50% / 55% 45% 55% 45%;
        transform: translate(0, 0) rotate(0deg) scale(1);
    }
    33% {
        border-radius: 60% 40% 55% 45% / 45% 65% 35% 55%;
        transform: translate(-20px, 10px) rotate(60deg) scale(1.05);
    }
    66% {
        border-radius: 50% 50% 35% 65% / 50% 50% 65% 35%;
        transform: translate(20px, -10px) rotate(120deg) scale(0.95);
    }
    100% {
        border-radius: 45% 55% 50% 50% / 55% 45% 55% 45%;
        transform: translate(0, 0) rotate(180deg) scale(1);
    }
}

.OsL_company_info .ZmO_content_wrapper::before {
    top: -250px;
    right: -250px;
}.OsL_company_info .ZmO_content_wrapper::after {
    animation-delay: -15s;
    bottom: -250px;
    background: rgb(180,116,132,0.5);
    left: -250px;
}.OsL_company_info .ZmO_content_wrapper:hover::before,
.OsL_company_info .ZmO_content_wrapper:hover::after {
    opacity: 0.08;
    filter: blur(40px);
}.OsL_company_info .SED_student_journey {
    margin-bottom: 25px;
    color: rgb(197,165,173);
    display: flex;
    gap: 16px;
    font-size: calc(17px * 1.2);
    font-weight: 600;
    transition: all 0.3s ease;
    position: relative;
    align-items: center;
}.OsL_company_info .SED_student_journey::after {
    height: 1px;
    position: absolute;
    transition: width 0.4s ease;
    left: 0;
    content: "";
    background: linear-gradient(90deg, rgb(197,165,173), transparent);
    width: 0;
    bottom: -8px;
}.OsL_company_info .ZmO_content_wrapper:hover .SED_student_journey::after {
    width: 50%;
}.OsL_company_info .SED_student_journey svg {
    fill: rgb(197,165,173);
    filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.1));
    height: 48px;
    transition: all 0.4s ease;
    width: 48px;
}.OsL_company_info .SED_student_journey svg path {
    transition: fill 0.4s ease;
}.OsL_company_info .SED_student_journey:hover svg {
    fill: rgb(180,116,132);
    transform: rotateY(180deg);
}.OsL_company_info .SED_student_journey:hover svg path {
    fill: rgb(180,116,132);
}.OsL_company_info .ZmO_content_wrapper h2 {
    position: relative;
    letter-spacing: 0.5px;
    color: #000000;
    font-weight: 700;
    font-size: calc(35px * 1.1);
    padding-bottom: 20px;
    transition: all 0.4s ease;
    margin-bottom: 30px;
}.OsL_company_info .ZmO_content_wrapper:hover h2 {
    transform: translateX(5px);
}.OsL_company_info .ZmO_content_wrapper h2::after {
    border-radius: 10px;
    content: "";
    height: 3px;
    bottom: 0;
    transition: width 0.5s ease;
    background: linear-gradient(90deg, rgb(197,165,173), rgb(180,116,132,0.5), transparent);
    position: absolute;
    left: 0;
    width: 100px;
}.OsL_company_info .ZmO_content_wrapper:hover h2::after {
    width: 150px;
}.OsL_company_info .ZmO_content_wrapper p {
    line-height: 1.9;
    margin-bottom: 0;
    transition: all 0.4s ease;
    color: #000000;
    position: relative;
    font-size: calc(13px * 1.05);
}.OsL_company_info .ZmO_content_wrapper:hover p {
    transform: translateY(3px);
}.OsL_company_info .ZmO_content_wrapper::before,
.OsL_company_info .ZmO_content_wrapper::after,
.OsL_company_info .uIQ_study_program::before,
.OsL_company_info .uIQ_study_program::after,
.OsL_company_info .CGA_portrait_image::before,
.OsL_company_info .CGA_portrait_image::after {
    pointer-events: none;
}.OsL_company_info .gGq_history_tl::after {
    width: 100%;
    opacity: 0.03;
    background-image: 
        radial-gradient(rgb(197,165,173,0.5) 1px, transparent 1px),
        radial-gradient(rgb(180,116,132,0.5) 1px, transparent 1px);
    height: 100%;
    top: 0;
    background-size: 40px 40px;
    left: 0;
    content: "";
    z-index: -1;
    background-position: 0 0, 20px 20px;
    position: absolute;
    pointer-events: none;
}.OsL_company_info .gGq_history_tl::after {
    width: 2px;
    content: "";
    top: 350px;
    z-index: 0;
    height: 40px;
    animation: pulseHeight 3s infinite;
    background: linear-gradient(to bottom, rgb(197,165,173), transparent);
    left: 50%;
    position: absolute;
}

@keyframes pulseHeight {
    0%, 100% {
        height: 40px;
        opacity: 0.6;
    }
    50% {
        height: 60px;
        opacity: 0.8;
    }
}

@media (max-width: 1199px) {.OsL_company_info {
    padding: 120px 0;
}.OsL_company_info .gGq_history_tl {
    gap: 50px;
}.OsL_company_info .ZmO_content_wrapper {
    padding: 40px 35px;
}.OsL_company_info .uIQ_study_program {
    padding: 40px 30px;
}.OsL_company_info .gGq_history_tl::after {
    top: 320px;
}
}

@media (max-width: 991px) {.OsL_company_info {
    padding: 100px 0;
}.OsL_company_info .gGq_history_tl {
    gap: 50px;
}.OsL_company_info .ZmO_content_wrapper {
    padding: 40px 30px;
}.OsL_company_info .uIQ_study_program {
    padding: 40px 30px;
}.OsL_company_info .ZmO_content_wrapper h2 {
    font-size: 35px;
}.OsL_company_info .gGq_history_tl::after {
    top: 300px;
}
}

@media (max-width: 767px) {.OsL_company_info {
    padding: 80px 0;
}.OsL_company_info .CGA_portrait_image {
    width: 180px;
    height: 180px;
}.OsL_company_info .uIQ_study_program {
    padding: 35px 25px;
}.OsL_company_info .ZmO_content_wrapper {
    padding: 35px 25px;
}.OsL_company_info .ZmO_content_wrapper h2 {
    margin-bottom: 25px;
    padding-bottom: 15px;
    font-size: calc(35px * 0.9);
}.OsL_company_info .MsI_learn_online {
    font-size: 18px;
}.OsL_company_info .wTI_method_edu {
    font-size: 13px;
}.OsL_company_info .SED_student_journey {
    font-size: 17px;
}.OsL_company_info .SED_student_journey svg {
    height: 40px;
    width: 40px;
}.OsL_company_info .gGq_history_tl::after {
    top: 280px;
}
}

@media (max-width: 575px) {.OsL_company_info {
    padding: 60px 0;
}.OsL_company_info .CGA_portrait_image {
    height: 150px;
    margin-bottom: 20px;
    width: 150px;
}.OsL_company_info .uIQ_study_program {
    padding: 30px 20px;
}.OsL_company_info .ZmO_content_wrapper {
    padding: 30px 20px;
}.OsL_company_info .SED_student_journey {
    font-size: calc(17px * 0.95);
}.OsL_company_info .SED_student_journey svg {
    width: 35px;
    height: 35px;
}.OsL_company_info .ZmO_content_wrapper h2 {
    margin-bottom: 20px;
    font-size: calc(35px * 0.8);
}.OsL_company_info .ZmO_content_wrapper p {
    line-height: 1.8;
    font-size: 13px;
}.OsL_company_info .MsI_learn_online {
    font-size: calc(18px * 0.95);
}.OsL_company_info .wTI_method_edu {
    font-size: calc(13px * 0.95);
}.OsL_company_info .gGq_history_tl::after {
    top: 250px;
}}.ysc_confidential_nest {
    font-family: Arial, sans-serif;
    color: #000000;
    gap: 2rem;
    grid-template-columns: 1fr;
    display: grid;
    padding: 2rem;
    background-color: #ffffff;
}.ysc_confidential_nest h1, .ysc_confidential_nest h2 {
    padding: 0.5rem 0;
    letter-spacing: 0.1em;
    margin: 0;
    color: rgb(197,165,173);
    text-transform: uppercase;
}.ysc_confidential_nest h1 {
    font-size: 40px;
    font-weight: 700;
    border-bottom: 3px solid rgb(197,165,173);
}.ysc_confidential_nest h2 {
    border-bottom: 2px solid rgb(180,116,132);
    font-weight: 600;
    font-size: 34px;
}.ysc_confidential_nest h3, .ysc_confidential_nest h4, .ysc_confidential_nest h5, .ysc_confidential_nest h6 {
    margin: 10px 0;
}.ysc_confidential_nest ul {
    padding: 0;
    margin: 10px 0;
    list-style: none;
}.ysc_confidential_nest ul li {
    font-size: 16px;
    align-items: center;
    border-bottom: 1px solid rgb(180,116,132,0.5);
    font-weight: 400;
    padding: 0.5rem 0;
    display: flex;
}.ysc_confidential_nest ul li:last-child {
    border-bottom: none;
}.ysc_confidential_nest ul li::before {
    content: '—';
    color: rgb(197,165,173);
    margin-right: 1rem;
}.ysc_confidential_nest p, .ysc_confidential_nest span {
    color: #000000;
    line-height: 1.6;
    font-size: 16px;
    margin: 0 0 1rem 0;
}.ysc_confidential_nest div {
    margin: 1rem 0;
}.ysc_confidential_nest section {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}
@media only screen and (max-width: 800px) {.ysc_confidential_nest {
    gap: 1rem;
    border-radius: 10px;
    padding: 1.5rem;
}.ysc_confidential_nest h1 {
    border-bottom-width: 2px;
    font-size: calc(23px * 0.9);
}.ysc_confidential_nest h2 {
    font-size: calc(23px * 0.9);
    border-bottom-width: 1px;
}.ysc_confidential_nest ul li {
    padding: 0.5rem 0;
}.ysc_confidential_nest ul li::before {
    margin-right: 0.5rem;
}}.Vdj_academic_expertise {
    overflow: hidden;
    position: relative;
    background-color: rgb(219,208,199);
    padding: 5rem 0;
}.Vdj_academic_expertise::before {
    content: "";
    top: 0;
    z-index: 1;
    position: absolute;
    background: 
        linear-gradient(135deg, rgb(197,165,173,0.5) 0%, transparent 40%),
        repeating-linear-gradient(45deg, rgb(180,116,132,0.5) 0px, rgb(180,116,132,0.5) 1px, transparent 1px, transparent 10px);
    opacity: 0.12;
    height: 100%;
    left: 0;
    width: 100%;
}.Vdj_academic_expertise .container {
    margin: 0 auto;
    max-width: 1140px;
    padding: 0 1.5rem;
    transform: perspective(1000px) rotateY(2deg);
    z-index: 2;
    transition: transform 0.6s cubic-bezier(0.34, 1.56, 0.64, 1);
    position: relative;
}.Vdj_academic_expertise .container:hover {
    transform: perspective(1000px) rotateY(0deg);
}.Vdj_academic_expertise .tKB_success_stories {
    backdrop-filter: blur(10px);
    box-shadow: 
        0 15px 35px rgba(0,0,0,0.05),
        0 5px 15px rgba(0,0,0,0.03),
        0 1px 5px rgba(0,0,0,0.02);
    grid-template-columns: 1fr;
    padding: 2.5rem;
    gap: 2rem;
    background: linear-gradient(160deg, rgba(255,255,255,0.92) 0%, rgba(255,255,255,0.98) 100%);
    border-left: 5px solid rgb(197,165,173);
    display: grid;
    position: relative;
    transition: all 0.5s cubic-bezier(0.22, 1, 0.36, 1);
}.Vdj_academic_expertise .tKB_success_stories:hover {
    box-shadow: 
        0 20px 40px rgba(0,0,0,0.08),
        0 8px 20px rgba(0,0,0,0.05),
        0 2px 8px rgba(0,0,0,0.03);
    transform: translateY(-5px);
}.Vdj_academic_expertise .tKB_success_stories::after {
    width: 80px;
    top: 25px;
    background: 
        linear-gradient(45deg, transparent 48%, rgb(197,165,173) 48%, rgb(197,165,173) 52%, transparent 52%);
    opacity: 0.1;
    transform: rotate(15deg);
    transition: all 0.5s ease;
    right: 25px;
    height: 80px;
    content: "";
    position: absolute;
}.Vdj_academic_expertise .tKB_success_stories:hover::after {
    opacity: 0.15;
    transform: rotate(30deg) scale(1.2);
}.Vdj_academic_expertise .CGA_portrait_image {
    z-index: 2;
    transition: all 0.5s cubic-bezier(0.34, 1.56, 0.64, 1);
    position: relative;
    height: 120px;
    overflow: hidden;
    box-shadow: 
        0 10px 25px rgba(0,0,0,0.1),
        0 5px 10px rgba(0,0,0,0.05);
    width: 120px;
    border-radius: 10% 30% 50% 70%;
}.Vdj_academic_expertise .CGA_portrait_image::before {
    transition: opacity 0.4s ease;
    z-index: 1;
    position: absolute;
    inset: 0;
    opacity: 0.5;
    content: "";
    background: linear-gradient(to top right, rgb(197,165,173,0.5), transparent 70%);
}.Vdj_academic_expertise .tKB_success_stories:hover .CGA_portrait_image {
    border-radius: 30% 50% 70% 90%;
    transform: scale(1.05) rotate(-2deg);
}.Vdj_academic_expertise .tKB_success_stories:hover .CGA_portrait_image::before {
    opacity: 0.7;
}.Vdj_academic_expertise .name {
    font-weight: 700;
    transition: transform 0.4s ease;
    font-size: calc(22px * 1.1);
    display: inline-block;
    margin: 0 0 0.5rem;
    color: #000000;
    position: relative;
}.Vdj_academic_expertise .name::after {
    height: 2px;
    transition: width 0.4s ease;
    background: rgb(197,165,173);
    left: 0;
    content: "";
    bottom: -5px;
    width: 0;
    position: absolute;
}.Vdj_academic_expertise .tKB_success_stories:hover .name::after {
    width: 100%;
}.Vdj_academic_expertise .tKB_success_stories > div:nth-child(2) div {
    letter-spacing: 0.5px;
    color: rgb(180,116,132);
    transform: translateX(0);
    transition: transform 0.4s ease;
    font-weight: 600;
    margin-bottom: 0.8rem;
    position: relative;
    font-size: calc(15px * 0.95);
}.Vdj_academic_expertise .tKB_success_stories:hover > div:nth-child(2) div {
    transform: translateX(5px);
}.Vdj_academic_expertise .UGM_emp_exp {
    margin: 0;
    position: relative;
    transition: all 0.4s ease;
    line-height: 1.75;
    font-size: 15px;
    border-left: 1px solid rgb(180,116,132,0.5);
    color: #000000;
    padding-left: 1.5rem;
}.Vdj_academic_expertise .UGM_emp_exp::before {
    font-size: 2.5rem;
    opacity: 0.3;
    left: 0.3rem;
    transition: transform 0.5s ease;
    top: -0.5rem;
    color: rgb(197,165,173);
    content: "";
    position: absolute;
}.Vdj_academic_expertise .tKB_success_stories:hover .UGM_emp_exp::before {
    transform: translateY(-5px) rotate(-10deg);
    opacity: 0.5;
}

@media (min-width: 768px) {.Vdj_academic_expertise {
    padding: 7rem 0;
}.Vdj_academic_expertise .tKB_success_stories {
    column-gap: 2.5rem;
    row-gap: 1.5rem;
    grid-template-rows: auto 1fr;
    grid-template-columns: auto 1fr;
    padding: 3rem;
}.Vdj_academic_expertise .tKB_success_stories > div:first-child {
    display: flex;
    grid-row: 1 / 3;
    align-items: flex-start;
    justify-content: center;
}.Vdj_academic_expertise .tKB_success_stories > div:nth-child(2) {
    align-self: end;
}.Vdj_academic_expertise .CGA_portrait_image {
    width: 180px;
    height: 180px;
}.Vdj_academic_expertise .name {
    margin-bottom: 0.8rem;
    font-size: calc(22px * 1.3);
}.Vdj_academic_expertise .UGM_emp_exp {
    font-size: calc(15px * 1.05);
    line-height: 1.8;
    padding-left: 2rem;
}
}

@media (min-width: 992px) {.Vdj_academic_expertise .container {
    transform: perspective(1500px) rotateY(3deg);
}.Vdj_academic_expertise .tKB_success_stories {
    gap: 3rem;
    padding: 4rem;
}.Vdj_academic_expertise .CGA_portrait_image {
    width: 220px;
    height: 220px;
}.Vdj_academic_expertise .UGM_emp_exp {
    column-count: 2;
    border-left: none;
    column-gap: 2.5rem;
    padding-left: 0;
}.Vdj_academic_expertise .UGM_emp_exp::before {
    left: -1rem;
    font-size: 4rem;
}
}

@media (max-width: 767px) {.Vdj_academic_expertise {
    padding: 4rem 0;
}.Vdj_academic_expertise .container {
    transform: none;
}.Vdj_academic_expertise .tKB_success_stories {
    padding: 2rem;
}.Vdj_academic_expertise .tKB_success_stories > div:first-child {
    display: flex;
    margin-bottom: 1rem;
    justify-content: center;
}.Vdj_academic_expertise .tKB_success_stories > div:nth-child(2) {
    text-align: center;
}.Vdj_academic_expertise .name::after {
    transform: translateX(-50%);
    left: 50%;
}.Vdj_academic_expertise .UGM_emp_exp {
    text-align: left;
    padding-left: 1rem;
}}.QbO_operation_process {
    overflow: hidden;
    padding: 6rem 0;
    position: relative;
    background: linear-gradient(135deg, rgb(219,208,199) 0%, rgba(rgb(180,116,132,0.5), 0.1) 100%);
}.QbO_operation_process::before {
    content: "";
    top: 0;
    pointer-events: none;
    width: 100%;
    transform: perspective(1000px) rotateX(5deg);
    height: 100%;
    background-size: 60px 60px;
    background: linear-gradient(45deg, rgba(rgb(197,165,173,0.5), 0.05) 15%, transparent 15%, transparent 85%, rgba(rgb(197,165,173,0.5), 0.05) 85%);
    position: absolute;
    left: 0;
    z-index: 1;
}.QbO_operation_process::after {
    z-index: 1;
    background: linear-gradient(to right, transparent, rgba(rgb(180,116,132,0.5), 0.08));
    position: absolute;
    width: 70%;
    right: -25%;
    pointer-events: none;
    content: "";
    transform: rotate(-15deg);
    height: 200%;
    top: -50%;
}.QbO_operation_process .gGq_history_tl {
    z-index: 2;
    perspective: 1000px;
    transform-style: preserve-3d;
    margin: 0 auto;
    padding: 0 2rem;
    position: relative;
    max-width: 1200px;
}.QbO_operation_process h2 {
    position: relative;
    animation: fadeSlideIn 0.8s ease-out forwards;
    transform: translateZ(20px);
    font-size: 31px;
    font-weight: 700;
    color: #000000;
    margin-bottom: 2.5rem;
    text-align: left;
}.QbO_operation_process h2::after {
    transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    width: 120px;
    height: 4px;
    background: linear-gradient(90deg, rgb(197,165,173) 0%, rgb(180,116,132) 100%);
    content: "";
    transform-origin: left;
    bottom: -0.75rem;
    transform: scaleX(1);
    left: 0;
    position: absolute;
}.QbO_operation_process h2:hover::after {
    transform: scaleX(1.2);
}.QbO_operation_process .ZmO_content_wrapper {
    background: linear-gradient(to right bottom, #ffffff 0%, rgba(rgb(255, 255, 255, 0.5), 0.9) 100%);
    animation-delay: 0.3s;
    animation: containerRise 1s ease-out forwards;
    border-left: 4px solid rgb(197,165,173);
    box-shadow: 0 15px 35px rgba(rgba(0, 0, 0, 0.5), 0.1), 
                0 5px 15px rgba(rgba(0, 0, 0, 0.5), 0.05),
                0 1px 0 rgba(rgb(255, 255, 255, 0.5), 0.95) inset;
    transition: transform 0.4s ease, box-shadow 0.4s ease;
    position: relative;
    padding: 2.5rem 3rem;
    transform: translateZ(10px) translateY(0);
    opacity: 0;
}.QbO_operation_process .ZmO_content_wrapper:hover {
    transform: translateZ(20px) translateY(-5px);
    box-shadow: 0 20px 40px rgba(rgba(0, 0, 0, 0.5), 0.15), 
                0 10px 20px rgba(rgba(0, 0, 0, 0.5), 0.1),
                0 1px 0 rgba(rgb(255, 255, 255, 0.5), 0.95) inset;
}.QbO_operation_process p {
    color: #000000;
    margin: 0;
    position: relative;
    line-height: 1.8;
    z-index: 2;
    text-align: left;
    font-size: 12px;
}

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

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

@media (max-width: 991px) {.QbO_operation_process {
    padding: 4rem 0;
}.QbO_operation_process .gGq_history_tl {
    padding: 0 1.5rem;
}.QbO_operation_process h2 {
    margin-bottom: 2rem;
    font-size: calc(31px * 0.9);
}.QbO_operation_process .ZmO_content_wrapper {
    padding: 2rem 2.5rem;
}
}

@media (max-width: 767px) {.QbO_operation_process {
    padding: 3rem 0;
}.QbO_operation_process .gGq_history_tl {
    padding: 0 1rem;
}.QbO_operation_process h2 {
    font-size: calc(31px * 0.8);
    margin-bottom: 1.5rem;
}.QbO_operation_process h2::after {
    height: 3px;
    width: 80px;
}.QbO_operation_process .ZmO_content_wrapper {
    padding: 1.5rem 2rem;
}.QbO_operation_process p {
    line-height: 1.7;
    font-size: calc(12px * 0.95);
}
}

@media (max-width: 480px) {.QbO_operation_process {
    padding: 2.5rem 0;
}.QbO_operation_process .gGq_history_tl {
    padding: 0 0.8rem;
}.QbO_operation_process h2 {
    margin-bottom: 1.25rem;
    font-size: calc(31px * 0.7);
}.QbO_operation_process .ZmO_content_wrapper {
    border-left-width: 3px;
    padding: 1.25rem 1.5rem;
}.QbO_operation_process p {
    line-height: 1.6;
    font-size: calc(12px * 0.9);
}}.zjE_sign_up_now {
    isolation: isolate;
    padding: 120px 0;
    background: linear-gradient(135deg, rgb(197,165,173) 0%, rgb(180,116,132) 100%);
    overflow: hidden;
    position: relative;
}.zjE_sign_up_now::before {
    pointer-events: none;
    width: 100%;
    background: radial-gradient(circle at 70% 30%, rgba(255, 255, 255, 0.2) 0%, transparent 70%);
    left: 0;
    top: 0;
    height: 100%;
    position: absolute;
    content: "";
    z-index: 1;
}.zjE_sign_up_now::after {
    transform: rotate(-15deg);
    background: radial-gradient(ellipse at center, rgb(197,165,173,0.5) 0%, transparent 70%);
    height: 100%;
    border-radius: 50%;
    position: absolute;
    z-index: 0;
    width: 100%;
    top: -50%;
    right: -50%;
    content: "";
    pointer-events: none;
}.zjE_sign_up_now .container {
    padding: 0 20px;
    margin: 0 auto;
    flex-direction: column;
    align-items: center;
    max-width: 1200px;
    z-index: 2;
    position: relative;
    display: flex;
}.zjE_sign_up_now h2 {
    max-width: 800px;
    transform: perspective(1000px) translateZ(0);
    font-weight: 700;
    font-family: Arial, sans-serif;
    line-height: 1.4;
    transition: transform 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    position: relative;
    margin-bottom: 40px;
    text-align: center;
    font-size: 36px;
    text-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
    letter-spacing: 0.02em;
    color: #ffffff;
}.zjE_sign_up_now h2::after {
    transform: translateX(-50%);
    bottom: -15px;
    height: 3px;
    content: "";
    width: 80px;
    background: #ffffff;
    border-radius: 1px;
    position: absolute;
    left: 50%;
}.zjE_sign_up_now .gGq_history_tl {
    display: flex;
    transition: transform 0.4s cubic-bezier(0.34, 1.56, 0.64, 1), box-shadow 0.4s ease;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.2);
    align-items: center;
    justify-content: center;
    background: rgba(255, 255, 255, 0.12);
    transform: translateY(0);
    position: relative;
    padding: 30px 40px;
    border-radius: 10px;
    gap: 25px;
    backdrop-filter: blur(10px);
}.zjE_sign_up_now .gGq_history_tl:hover {
    transform: translateY(-5px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.25);
}.zjE_sign_up_now svg {
    transition: transform 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.2));
    width: 50px;
    height: 50px;
    transform: rotate(0deg);
}.zjE_sign_up_now .gGq_history_tl:hover svg {
    transform: rotate(15deg) scale(1.1);
}.zjE_sign_up_now svg path {
    transition: fill 0.3s ease;
    fill: #ffffff;
}.zjE_sign_up_now .gGq_history_tl:hover svg path {
    fill: #ffffff;
}.zjE_sign_up_now .JQY_help_info {
    transition: color 0.4s ease, transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    text-decoration: none;
    color: rgb(197,165,173);
    z-index: 1;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.15);
    font-weight: 600;
    position: relative;
    font-size: 19px;
    overflow: hidden;
    font-family: Arial, sans-serif;
    padding: 15px 30px;
    background: #ffffff;
    border-radius: 10px;
    display: inline-block;
}.zjE_sign_up_now .JQY_help_info::before {
    height: 100%;
    z-index: -1;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    width: 100%;
    content: "";
    position: absolute;
    transition: left 0.7s ease;
    left: -100%;
    top: 0;
}.zjE_sign_up_now .JQY_help_info::after {
    top: 0;
    left: 0;
    z-index: -2;
    background: rgb(180,116,132);
    position: absolute;
    transition: width 0.4s ease;
    height: 100%;
    content: "";
    width: 0;
}.zjE_sign_up_now .JQY_help_info:hover {
    color: #ffffff;
    transform: translateY(-2px);
}.zjE_sign_up_now .JQY_help_info:hover::before {
    left: 100%;
}.zjE_sign_up_now .JQY_help_info:hover::after {
    width: 100%;
}.zjE_sign_up_now .gGq_history_tl div {
    transform: translateX(0);
    transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}.zjE_sign_up_now .gGq_history_tl:hover div {
    transform: translateX(5px);
}

@media (max-width: 991px) {.zjE_sign_up_now {
    padding: 90px 0;
}.zjE_sign_up_now h2 {
    max-width: 700px;
    font-size: calc(36px * 0.9);
}.zjE_sign_up_now .gGq_history_tl {
    padding: 25px 35px;
}
}

@media (max-width: 767px) {.zjE_sign_up_now {
    padding: 70px 0;
}.zjE_sign_up_now h2 {
    margin-bottom: 30px;
    font-size: calc(36px * 0.8);
}.zjE_sign_up_now h2::after {
    width: 60px;
}.zjE_sign_up_now .gGq_history_tl {
    gap: 20px;
    padding: 30px;
    flex-direction: column;
}.zjE_sign_up_now svg {
    height: 45px;
    width: 45px;
}.zjE_sign_up_now .JQY_help_info {
    padding: 12px 24px;
}
}

@media (max-width: 479px) {.zjE_sign_up_now {
    padding: 50px 0;
}.zjE_sign_up_now h2 {
    font-size: calc(36px * 0.7);
    line-height: 1.5;
}.zjE_sign_up_now h2::after {
    width: 50px;
    bottom: -12px;
}.zjE_sign_up_now .gGq_history_tl {
    padding: 25px 20px;
}.zjE_sign_up_now svg {
    width: 40px;
    height: 40px;
}.zjE_sign_up_now .JQY_help_info {
    text-align: center;
    width: 100%;
    font-size: calc(19px * 0.9);
    padding: 12px 20px;
}}.noL_opening_board {
    width: 100%;
    overflow: hidden;
    position: relative;
}.noL_opening_board .mbW_course_front {
    position: relative;
    justify-content: center;
    width: 100%;
    min-height: 100vh;
    align-items: center;
    display: flex;
}.noL_opening_board .mbW_course_front::before {
    content: '';
    transform-origin: center;
    left: 0;
    top: 0;
    position: absolute;
    z-index: 1;
    height: 100%;
    background: linear-gradient(135deg, 
        rgba(rgb(197,165,173), 0.85) 0%,
        rgba(rgb(180,116,132), 0.75) 50%,
        rgba(rgb(197,165,173), 0.65) 100%);
    animation: gradientShift 15s infinite alternate ease-in-out;
    backdrop-filter: blur(8px);
    width: 100%;
}.noL_opening_board .mbW_course_front::after {
    content: '';
    opacity: 0.4;
    mask-composite: intersect;
    height: 100%;
    background: 
        radial-gradient(circle at 20% 80%, rgba(255,255,255,0.12) 0%, transparent 25%),
        radial-gradient(circle at 80% 20%, rgba(255,255,255,0.12) 0%, transparent 25%);
    width: 100%;
    animation: maskShift 30s infinite linear;
    mask-size: 350px 350px;
    z-index: 2;
    position: absolute;
    left: 0;
    mask-image: linear-gradient(45deg, #000 25%, transparent 25%, transparent 75%, #000 75%),
                linear-gradient(-45deg, #000 25%, transparent 25%, transparent 75%, #000 75%);
    top: 0;
}.noL_opening_board .keO_study_guide {
    position: relative;
    transform-style: preserve-3d;
    width: 90%;
    background: rgba(#ffffff, 0.15);
    padding: 3rem;
    transform: perspective(1000px) rotateX(2deg);
    border-left: 3px solid rgb(180,116,132);
    clip-path: polygon(
        0 0, 
        100% 0, 
        100% calc(100% - 30px), 
        calc(100% - 30px) 100%, 
        0 100%
    );
    backdrop-filter: blur(12px);
    z-index: 5;
    transition: transform 0.6s cubic-bezier(0.22, 1, 0.36, 1);
    border: 1px solid rgba(255,255,255,0.2);
    max-width: 1200px;
    animation: fadeInUp 1s ease-out forwards;
    box-shadow: 0 20px 60px rgba(0,0,0,0.15);
}.noL_opening_board .keO_study_guide:hover {
    box-shadow: 0 30px 70px rgba(0,0,0,0.2);
    transform: perspective(1000px) rotateX(0deg) translateY(-10px);
}.noL_opening_board .keO_study_guide::before {
    position: absolute;
    bottom: -10px;
    background: linear-gradient(45deg, 
        transparent 20%, 
        rgba(rgb(180,116,132), 0.1) 40%, 
        rgba(rgb(180,116,132), 0) 80%);
    content: '';
    left: -10px;
    z-index: -1;
    transition: opacity 0.8s ease;
    right: -10px;
    opacity: 0;
    top: -10px;
    filter: blur(20px);
}.noL_opening_board .keO_study_guide:hover::before {
    opacity: 1;
}.noL_opening_board h1 {
    font-size: calc(41px * 1.2);
    transform: translateZ(40px);
    line-height: 1.1;
    position: relative;
    color: #ffffff;
    font-weight: 700;
    transition: transform 0.5s ease;
    letter-spacing: -0.03em;
    text-shadow: 0 2px 10px rgba(0,0,0,0.15);
    margin-bottom: 2rem;
}.noL_opening_board h1::after {
    left: 0;
    position: absolute;
    width: 80px;
    height: 6px;
    transform-origin: left;
    transform: scaleX(0.6);
    bottom: -15px;
    transition: transform 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    content: '';
    background: rgb(180,116,132);
}.noL_opening_board .keO_study_guide:hover h1::after {
    transform: scaleX(1);
}.noL_opening_board h3 {
    color: rgba(#ffffff, 0.9);
    font-weight: 600;
    text-shadow: 0 1px 5px rgba(0,0,0,0.1);
    transform: translateZ(20px);
    max-width: 90%;
    margin-bottom: 1.5rem;
    position: relative;
    line-height: 1.5;
    font-size: 24px;
}.noL_opening_board p {
    padding-top: 1rem;
    color: rgba(#ffffff, 0.8);
    border-top: 1px solid rgba(255,255,255,0.1);
    line-height: 1.6;
    position: relative;
    max-width: 85%;
    transform: translateZ(10px);
    font-weight: 400;
    font-size: calc(16px * 1.2);
    animation: fadeIn 1.2s 0.5s both;
}

@media (max-width: 991px) {.noL_opening_board .mbW_course_front {
    min-height: 80vh;
}.noL_opening_board .keO_study_guide {
    padding: 2.5rem;
    transform: perspective(1000px) rotateX(1deg);
    width: 95%;
}.noL_opening_board h1 {
    font-size: calc(29px * 1.1);
}.noL_opening_board h3 {
    max-width: 95%;
    font-size: calc(22px * 1.1);
}.noL_opening_board p {
    max-width: 100%;
    font-size: 16px;
}
}

@media (max-width: 767px) {.noL_opening_board .mbW_course_front {
    min-height: 70vh;
}.noL_opening_board .keO_study_guide {
    padding: 2rem 1.5rem;
    clip-path: polygon(
            0 0, 
            100% 0, 
            100% calc(100% - 20px), 
            calc(100% - 20px) 100%, 
            0 100%
        );
    width: 92%;
    transform: none;
}.noL_opening_board h1 {
    margin-bottom: 1.5rem;
    font-size: 29px;
}.noL_opening_board h1::after {
    width: 60px;
    bottom: -10px;
    height: 4px;
}.noL_opening_board h3 {
    margin-bottom: 1rem;
    font-size: 22px;
}.noL_opening_board p {
    padding-top: 0.75rem;
}
}

@media (max-width: 480px) {.noL_opening_board .mbW_course_front {
    min-height: 60vh;
}.noL_opening_board .keO_study_guide {
    clip-path: polygon(
            0 0, 
            100% 0, 
            100% calc(100% - 15px), 
            calc(100% - 15px) 100%, 
            0 100%
        );
    padding: 1.5rem 1rem;
}.noL_opening_board h1 {
    margin-bottom: 1.25rem;
    font-size: calc(29px * 0.85);
}.noL_opening_board h3 {
    font-size: calc(16px * 1.1);
}.noL_opening_board p {
    font-size: 16px;
}}

@keyframes gradientShift {
    0% {
        opacity: 0.85;
        background-position: 0% 0%;
    }
    50% {
        opacity: 0.9;
    }
    100% {
        opacity: 0.85;
        background-position: 100% 100%;
    }
}

@keyframes maskShift {
    0% {
        mask-position: 0 0;
    }
    100% {
        mask-position: 350px 350px;
    }
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: perspective(1000px) rotateX(2deg) translateY(30px);
    }
    to {
        opacity: 1;
        transform: perspective(1000px) rotateX(2deg) translateY(0);
    }
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}.jSI_reach_out {
    overflow: hidden;
    background: rgb(219,208,199);
    position: relative;
    padding: 100px 0;
}.jSI_reach_out::before {
    background-image: linear-gradient(30deg, rgb(180,116,132,0.5) 12%, transparent 12.5%, transparent 87%, rgb(180,116,132,0.5) 87.5%, rgb(180,116,132,0.5)),
                      linear-gradient(150deg, rgb(180,116,132,0.5) 12%, transparent 12.5%, transparent 87%, rgb(180,116,132,0.5) 87.5%, rgb(180,116,132,0.5)),
                      linear-gradient(30deg, rgb(180,116,132,0.5) 12%, transparent 12.5%, transparent 87%, rgb(180,116,132,0.5) 87.5%, rgb(180,116,132,0.5)),
                      linear-gradient(150deg, rgb(180,116,132,0.5) 12%, transparent 12.5%, transparent 87%, rgb(180,116,132,0.5) 87.5%, rgb(180,116,132,0.5)),
                      linear-gradient(60deg, rgb(197,165,173,0.5) 25%, transparent 25.5%, transparent 75%, rgb(197,165,173,0.5) 75%, rgb(197,165,173,0.5)),
                      linear-gradient(60deg, rgb(197,165,173,0.5) 25%, transparent 25.5%, transparent 75%, rgb(197,165,173,0.5) 75%, rgb(197,165,173,0.5));
    position: absolute;
    opacity: 0.05;
    top: 0;
    background-size: 80px 140px;
    content: '';
    width: 100%;
    height: 100%;
    background-position: 0 0, 0 0, 40px 70px, 40px 70px, 0 0, 40px 70px;
    left: 0;
}.jSI_reach_out .CGA_portrait_image {
    box-shadow: 5px 0 25px rgba(0, 0, 0, 0.2);
    border-radius: 0 12px 12px 0;
    position: absolute;
    height: 90%;
    width: 45%;
    left: 0;
    top: 5%;
}.jSI_reach_out .CGA_portrait_image::after {
    left: 0;
    background: linear-gradient(to right, rgba(0, 0, 0, 0.5), transparent);
    border-radius: 0 12px 12px 0;
    content: '';
    height: 100%;
    top: 0;
    width: 100%;
    position: absolute;
}.jSI_reach_out .container {
    position: relative;
    padding: 0 20px;
    max-width: 1200px;
    z-index: 2;
    margin: 0 auto;
}.jSI_reach_out h3 {
    color: rgb(197,165,173);
    font-family: Arial, sans-serif;
    padding: 10px 30px;
    text-align: center;
    font-size: 29px;
    font-weight: 700;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    margin-bottom: 50px;
    border-radius: 10px;
    position: relative;
    display: inline-block;
    background: #ffffff;
}.jSI_reach_out .Dnt_message_inquiry {
    overflow: hidden;
    flex-direction: column;
    float: right;
    box-shadow: 0 15px 50px rgba(0, 0, 0, 0.1);
    display: flex;
    width: 60%;
    background: #ffffff;
    border-radius: 12px;
    position: relative;
}.jSI_reach_out .Dnt_message_inquiry::before {
    position: absolute;
    background: linear-gradient(to right, rgb(197,165,173), rgb(180,116,132));
    top: 0;
    width: 100%;
    height: 5px;
    left: 0;
    content: '';
}.jSI_reach_out .SPE_message_request {
    padding: 40px;
}.jSI_reach_out form h3 {
    width: 100%;
    border-bottom: 2px solid rgb(180,116,132,0.5);
    text-align: left;
    display: block;
    font-size: 21px;
    margin-bottom: 30px;
    padding-bottom: 10px;
    border-radius: 0;
    padding: 0;
    background: transparent;
    color: #000000;
    box-shadow: none;
}.jSI_reach_out input[type="text"],
.jSI_reach_out textarea {
    transition: all 0.3s ease;
    color: #000000;
    width: 100%;
    border: none;
    border-radius: 10px;
    margin-bottom: 20px;
    font-size: 18px;
    padding: 15px;
    background: rgb(219,208,199);
    font-family: Arial, sans-serif;
}.jSI_reach_out input[type="text"]:focus,
.jSI_reach_out textarea:focus {
    background: #ffffff;
    box-shadow: 0 0 0 2px rgb(197,165,173);
    outline: none;
}.jSI_reach_out textarea {
    resize: none;
    height: 130px;
}.jSI_reach_out .BNr_request_panel {
    align-items: flex-start;
    display: flex;
    margin-bottom: 25px;
}.jSI_reach_out .BNr_request_panel input[type="checkbox"] {
    position: absolute;
    opacity: 0;
}.jSI_reach_out .BNr_request_panel label {
    cursor: pointer;
    font-size: 15px;
    line-height: 1.5;
    color: #000000;
    position: relative;
    padding-left: 30px;
}.jSI_reach_out .BNr_request_panel label::before {
    border-radius: 10px;
    width: 18px;
    left: 0;
    transition: all 0.3s ease;
    position: absolute;
    content: '';
    top: 2px;
    height: 18px;
    border: 1px solid rgb(197,165,173);
}.jSI_reach_out .BNr_request_panel input[type="checkbox"]:checked + label::before {
    background: rgb(197,165,173);
}.jSI_reach_out .BNr_request_panel input[type="checkbox"]:checked + label::after {
    width: 6px;
    position: absolute;
    border: solid #ffffff;
    height: 9px;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
    content: '';
    top: 6px;
    left: 6px;
}.jSI_reach_out .BNr_request_panel a {
    transition: all 0.3s ease;
    color: rgb(197,165,173);
    font-weight: 600;
    text-decoration: none;
}.jSI_reach_out .BNr_request_panel a:hover {
    text-decoration: underline;
    color: rgb(180,116,132);
}.jSI_reach_out .JQY_help_info {
    background: linear-gradient(to right, rgb(197,165,173), rgb(197,165,173));
    font-weight: 600;
    font-size: 18px;
    transition: all 0.5s ease;
    padding: 14px 30px;
    border: none;
    font-family: Arial, sans-serif;
    color: #ffffff;
    border-radius: 10px;
    cursor: pointer;
    background-size: 200% auto;
}.jSI_reach_out .JQY_help_info:hover {
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgb(197,165,173,0.5);
    background-position: right center;
}.jSI_reach_out .snk_help_feedback {
    padding: 40px;
    background: linear-gradient(135deg, rgb(197,165,173), rgb(180,116,132));
    color: #ffffff;
}.jSI_reach_out .snk_help_feedback h4 {
    margin-bottom: 25px;
    font-family: Arial, sans-serif;
    position: relative;
    color: #ffffff;
    font-weight: 600;
    font-size: 21px;
}.jSI_reach_out .snk_help_feedback h4::after {
    bottom: -8px;
    width: 40px;
    background: #ffffff;
    height: 2px;
    position: absolute;
    content: '';
    left: 0;
}.jSI_reach_out .yMw_feedback_reach {
    margin: 0;
    list-style: none;
    padding: 0;
}.jSI_reach_out .yMw_feedback_reach li {
    margin-bottom: 20px;
    display: flex;
    transition: transform 0.3s ease;
    align-items: flex-start;
}.jSI_reach_out .yMw_feedback_reach li:hover {
    transform: translateX(5px);
}.jSI_reach_out .yMw_feedback_reach svg {
    flex-shrink: 0;
    margin-top: 3px;
    height: 22px;
    margin-right: 15px;
    width: 22px;
}.jSI_reach_out .yMw_feedback_reach svg path {
    fill: #ffffff;
}.jSI_reach_out .yMw_feedback_reach span {
    line-height: 1.5;
    color: #ffffff;
    font-family: Arial, sans-serif;
    font-size: 18px;
}.jSI_reach_out .yMw_feedback_reach a {
    color: #ffffff;
    text-decoration: none;
    transition: all 0.3s ease;
}.jSI_reach_out .yMw_feedback_reach a:hover {
    text-decoration: underline;
    opacity: 0.8;
}

@media (max-width: 992px) {.jSI_reach_out {
    padding: 80px 0;
}.jSI_reach_out .CGA_portrait_image {
    display: none;
}.jSI_reach_out .Dnt_message_inquiry {
    max-width: 650px;
    margin: 0 auto;
    width: 100%;
    float: none;
}
}

@media (max-width: 768px) {.jSI_reach_out {
    padding: 60px 0;
}.jSI_reach_out h3 {
    font-size: calc(29px * 0.9);
    margin-bottom: 40px;
}.jSI_reach_out .SPE_message_request,
    .jSI_reach_out .snk_help_feedback {
    padding: 30px;
}.jSI_reach_out form h3,
    .jSI_reach_out .snk_help_feedback h4 {
    margin-bottom: 20px;
    font-size: calc(21px * 0.9);
}
}

@media (max-width: 576px) {.jSI_reach_out {
    padding: 40px 0;
}.jSI_reach_out h3 {
    font-size: calc(29px * 0.8);
    margin-bottom: 30px;
}.jSI_reach_out .SPE_message_request,
    .jSI_reach_out .snk_help_feedback {
    padding: 25px 20px;
}.jSI_reach_out input[type="text"],
    .jSI_reach_out textarea {
    padding: 12px;
    margin-bottom: 15px;
}.jSI_reach_out textarea {
    height: 110px;
}.jSI_reach_out .JQY_help_info {
    width: 100%;
}}.MqD_goal_footer {
    font-family: Arial, sans-serif;
    color: #ffffff;
    position: relative;
    padding: 5rem 0 1rem;
    background: linear-gradient(135deg, #000000 0%, rgb(197,165,173,0.5) 100%);
    z-index: 1;
}.MqD_goal_footer::before {
    top: 0;
    bottom: 0;
    position: absolute;
    content: '';
    left: 0;
    background: radial-gradient(circle at 30% 50%, rgb(197,165,173,0.5) 0%, transparent 50%);
    right: 0;
    z-index: -1;
}.MqD_goal_footer::after {
    right: 0;
    content: '';
    height: 3px;
    position: absolute;
    top: 0;
    animation: glowLine 3s infinite alternate;
    background: linear-gradient(90deg, transparent, rgb(197,165,173), transparent);
    left: 0;
    z-index: 2;
}@keyframes glowLine {
    0% {
        opacity: 0.3;
        background-position: 0% 50%;
    }
    50% {
        opacity: 1;
        background-position: 100% 50%;
    }
    100% {
        opacity: 0.3;
        background-position: 0% 50%;
    }
}

.MqD_goal_footer .container {
    z-index: 2;
    position: relative;
}.MqD_goal_footer .mgQ_recycle_info {
    gap: 3rem;
    flex-direction: column;
    display: flex;
}.MqD_goal_footer .WcZ_contact_assistance {
    background: rgba(0, 0, 0, 0.1);
    display: flex;
    backdrop-filter: blur(8px);
    padding: 1.5rem;
    gap: 2rem;
    border-radius: 17px;
    margin-bottom: 1rem;
    position: relative;
    flex-wrap: wrap;
    justify-content: center;
    border: 1px solid rgb(180,116,132,0.5);
}.MqD_goal_footer .WcZ_contact_assistance::before {
    top: -2px;
    background: linear-gradient(90deg, transparent, rgb(180,116,132), transparent);
    content: '';
    position: absolute;
    transform: translateX(-50%);
    height: 2px;
    left: 50%;
    width: 50%;
    animation: scanLine 4s infinite linear;
}@keyframes scanLine {
    0% {
        left: 0;
        width: 0;
    }
    50% {
        left: 50%;
        width: 100%;
    }
    100% {
        left: 100%;
        width: 0;
    }
}

.MqD_goal_footer .info_item {
    flex: 1;
    min-width: 200px;
    text-align: center;
    transition: transform 0.3s ease;
    max-width: 300px;
}.MqD_goal_footer .info_item:hover {
    transform: translateY(-5px);
}.MqD_goal_footer .info_item p, 
.MqD_goal_footer .info_item a {
    background: linear-gradient(135deg, rgba(0, 0, 0, 0.5) 0%, transparent 100%);
    border-radius: 10px;
    color: #ffffff;
    font-size: calc(16px - 2px);
    display: flex;
    text-decoration: none;
    align-items: center;
    transition: all 0.3s ease;
    padding: 0.75rem;
    border: 1px solid transparent;
    justify-content: center;
    gap: 0.5rem;
}.MqD_goal_footer .info_item svg {
    transition: fill 0.3s ease;
    fill: rgb(180,116,132);
    width: 1.25rem;
    height: 1.25rem;
}.MqD_goal_footer .info_item a:hover {
    border-color: rgb(197,165,173,0.5);
    box-shadow: 0 0 15px rgb(197,165,173,0.5);
    background: #000000;
}.MqD_goal_footer .info_item a:hover svg {
    fill: rgb(197,165,173);
}.MqD_goal_footer .text_main_holder {
    grid-template-columns: 1fr 1fr 1fr;
    gap: 2rem;
    display: grid;
}.MqD_goal_footer .Ehd_head_expert {
    display: flex;
    gap: 1rem;
    align-items: flex-start;
    flex-direction: column;
}.MqD_goal_footer .Ehd_head_expert svg {
    max-width: 180px;
    filter: drop-shadow(0 0 5px rgb(197,165,173,0.5));
    height: auto;
    transition: filter 0.3s ease;
}.MqD_goal_footer .Ehd_head_expert svg:hover {
    filter: drop-shadow(0 0 10px rgb(197,165,173));
}.MqD_goal_footer .WdP_discord_cta {
    max-width: 280px;
    color: #ffffff;
    font-size: calc(13px - 1px);
    opacity: 0.7;
    line-height: 1.5;
}.MqD_goal_footer .xME_top_mainwrap {
    flex-direction: column;
    display: flex;
    gap: 1.25rem;
}.MqD_goal_footer .xME_top_mainwrap h5 {
    font-weight: 600;
    font-size: 19px;
    padding-bottom: 0.75rem;
    position: relative;
    color: #ffffff;
    margin-bottom: 0.5rem;
}.MqD_goal_footer .xME_top_mainwrap h5::after {
    left: 0;
    transition: width 0.3s ease;
    background: rgb(180,116,132);
    position: absolute;
    bottom: 0;
    content: '';
    height: 2px;
    width: 40px;
}.MqD_goal_footer .xME_top_mainwrap:hover h5::after {
    width: 80px;
}.MqD_goal_footer .Wfs_header_top {
    flex-direction: column;
    gap: 0.75rem;
    display: flex;
}.MqD_goal_footer .Wfs_header_top a {
    opacity: 0.8;
    position: relative;
    color: #ffffff;
    padding-left: 1rem;
    font-size: 16px;
    transition: all 0.3s ease;
    text-decoration: none;
}.MqD_goal_footer .Wfs_header_top a::before {
    left: 0;
    width: 5px;
    content: '';
    border-radius: 50%;
    position: absolute;
    height: 5px;
    transform: translateY(-50%);
    transition: all 0.3s ease;
    background: rgb(180,116,132);
    top: 50%;
}.MqD_goal_footer .Wfs_header_top a:hover {
    color: rgb(197,165,173);
    transform: translateX(5px);
    opacity: 1;
}.MqD_goal_footer .Wfs_header_top a:hover::before {
    background: rgb(197,165,173);
    box-shadow: 0 0 8px rgb(197,165,173);
    height: 7px;
    width: 7px;
}.MqD_goal_footer .subscribe_holder {
    overflow: hidden;
    position: relative;
    flex-direction: column;
    display: flex;
    background: linear-gradient(135deg, rgba(0, 0, 0, 0.2) 0%, transparent 100%);
    gap: 1.25rem;
    padding: 1.5rem;
    border-radius: 17px;
    border: 1px solid rgb(180,116,132,0.5);
}.MqD_goal_footer .subscribe_holder::before {
    bottom: 0;
    top: 0;
    background: radial-gradient(circle at top right, rgb(197,165,173,0.5) 0%, transparent 70%);
    right: 0;
    opacity: 0.1;
    content: '';
    position: absolute;
    left: 0;
    z-index: -1;
}.MqD_goal_footer .subscribe_holder h5 {
    color: #ffffff;
    font-weight: 600;
    font-size: 19px;
}.MqD_goal_footer .subscribe_holder p {
    line-height: 1.6;
    font-size: calc(16px - 1px);
    color: #ffffff;
    opacity: 0.9;
}.MqD_goal_footer .input_holder {
    display: flex;
    position: relative;
    gap: 0.75rem;
    flex-direction: column;
}.MqD_goal_footer .input_holder input[type="email"] {
    flex: 1;
    padding: 0.875rem 1rem;
    color: #ffffff;
    font-size: 16px;
    border: 1px solid rgb(180,116,132,0.5);
    border-radius: 10px;
    width: 100%;
    background: rgba(0, 0, 0, 0.2);
    transition: all 0.3s ease;
}.MqD_goal_footer .input_holder input[type="email"]:focus {
    box-shadow: 0 0 10px rgb(197,165,173,0.5);
    border-color: rgb(197,165,173);
    outline: none;
}.MqD_goal_footer .input_holder input[type="email"]::placeholder {
    color: #ffffff;
    opacity: 0.5;
}.MqD_goal_footer .YiL_updates_popup {
    position: relative;
    padding: 0.875rem 1.5rem;
    transition: all 0.3s ease;
    width: 100%;
    background: rgb(197,165,173);
    border-radius: 10px;
    color: #ffffff;
    border: none;
    cursor: pointer;
    overflow: hidden;
    font-weight: 600;
    font-size: 19px;
}.MqD_goal_footer .YiL_updates_popup::before {
    position: absolute;
    height: 100%;
    left: -100%;
    top: 0;
    width: 100%;
    transition: left 0.7s ease;
    content: '';
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
}.MqD_goal_footer .YiL_updates_popup:hover {
    box-shadow: 0 0 15px rgb(180,116,132,0.5);
    transform: translateY(-2px);
    background: rgb(180,116,132);
}.MqD_goal_footer .YiL_updates_popup:hover::before {
    left: 100%;
}.MqD_goal_footer .GqK_press_room {
    padding-top: 1.5rem;
    border-top: 1px solid rgb(180,116,132,0.5);
    margin-top: 3rem;
    position: relative;
    text-align: center;
}.MqD_goal_footer .GqK_press_room::before {
    background: linear-gradient(90deg, transparent, rgb(180,116,132,0.5), transparent);
    height: 1px;
    width: 100%;
    left: 0;
    content: '';
    position: absolute;
    top: -1px;
}.MqD_goal_footer .bAa_chrome_ext {
    color: #ffffff;
    font-size: 13px;
    opacity: 0.7;
}

@media (max-width: 1024px) {.MqD_goal_footer {
    padding: 4rem 0 1rem;
}.MqD_goal_footer .text_main_holder {
    grid-template-columns: 1fr 1fr;
}.MqD_goal_footer .subscribe_holder {
    grid-column: span 2;
}
}

@media (min-width: 769px) {.MqD_goal_footer .input_holder {
    flex-direction: row;
}.MqD_goal_footer .YiL_updates_popup {
    width: auto;
}
}

@media (max-width: 768px) {.MqD_goal_footer {
    padding: 3rem 0 1rem;
}.MqD_goal_footer .WcZ_contact_assistance {
    align-items: center;
    flex-direction: column;
    gap: 1rem;
}.MqD_goal_footer .info_item {
    min-width: 100%;
}.MqD_goal_footer .text_main_holder {
    gap: 2.5rem;
    grid-template-columns: 1fr;
}.MqD_goal_footer .subscribe_holder {
    grid-column: auto;
}.MqD_goal_footer .Ehd_head_expert {
    text-align: center;
    align-items: center;
}.MqD_goal_footer .WdP_discord_cta {
    max-width: 100%;
    text-align: center;
}.MqD_goal_footer .xME_top_mainwrap h5 {
    text-align: center;
}.MqD_goal_footer .xME_top_mainwrap h5::after {
    left: 50%;
    transform: translateX(-50%);
}.MqD_goal_footer .Wfs_header_top {
    align-items: center;
}.MqD_goal_footer .Wfs_header_top a {
    text-align: center;
}.MqD_goal_footer .Wfs_header_top a:hover {
    transform: translateY(-2px);
}.MqD_goal_footer .input_holder {
    flex-direction: column;
}.MqD_goal_footer .YiL_updates_popup {
    width: 100%;
}
}

@media (max-width: 480px) {.MqD_goal_footer {
    padding: 2.5rem 0 1rem;
}.MqD_goal_footer .info_item p, 
    .MqD_goal_footer .info_item a {
    font-size: calc(16px - 3px);
}.MqD_goal_footer .xME_top_mainwrap h5, 
    .MqD_goal_footer .subscribe_holder h5 {
    font-size: calc(19px - 2px);
}.MqD_goal_footer .Wfs_header_top a, 
    .MqD_goal_footer .subscribe_holder p {
    font-size: calc(16px - 2px);
}.MqD_goal_footer .bAa_chrome_ext {
    font-size: calc(13px - 2px);
}}.mQH_cookieAlertContainer {
    transition: transform 0.3s ease-in-out;
    z-index: 90;
    transform: translateY(100%);
    background: rgb(180,116,132);
    animation: slideUp 0.5s forwards;
    padding: 20px 0;
    box-shadow: 0 -4px 10px rgba(0, 0, 0, 0.5);
    bottom: 0;
    border-top: 3px solid rgb(180,116,132);
    position: fixed;
    width: 100%;
}@keyframes slideUp {
    to {
        transform: translateY(0);
    }
}
#ANu_dataPrivacyBanner {
    display: none;
}#ANu_dataPrivacyBanner:checked ~ .mQH_cookieAlertContainer {
    visibility: hidden;
    opacity: 0;
}.qYN_cookie_data {
    justify-content: space-between;
    padding: 20px 5%;
    gap: 20px;
    align-items: center;
    display: flex;
}.mQH_cookieAlertContainer h5 {
    font-size: 20px;
    text-transform: uppercase;
    color: #ffffff;
    font-family: Arial, sans-serif;
    font-weight: 700;
    letter-spacing: 1px;
}.mQH_cookieAlertContainer p {
    font-size: 16px;
    color: #ffffff;
    font-family: Arial, sans-serif;
    line-height: 1.5;
}.cCN_privacy_cookies {
    flex-shrink: 0;
    justify-content: center;
    display: flex;
    margin-right: 15px;
    filter: drop-shadow(0 0 10px rgb(197,165,173));
    align-items: center;
}.cCN_privacy_cookies svg {
    fill: rgb(197,165,173);
    transition: transform 0.3s ease-in-out;
    width: 80px;
    height: 80px;
}.cCN_privacy_cookies:hover svg {
    transform: scale(1.1);
}.zGr_manage_tracking {
    text-align: center;
    text-decoration: none;
    border-radius: 30px;
    min-width: 140px;
    flex-shrink: 0;
    background: linear-gradient(90deg, rgb(197,165,173), rgb(180,116,132));
    font-size: 20px;
    margin-left: 10px;
    padding: 10px 20px;
    box-shadow: 0 0 15px rgb(197,165,173);
    white-space: nowrap;
    cursor: pointer;
    line-height: 40px;
    transition: background-color 0.3s ease, box-shadow 0.3s ease;
    color: #000000;
}.zGr_manage_tracking:hover {
    box-shadow: 0 0 20px rgb(180,116,132);
}.cookie_button.yxn_user_dialog {
    background: rgba(0, 0, 0, 0.5);
    color: #ffffff;
    border: 2px solid rgb(180,116,132);
}.cookie_button.yxn_user_dialog:hover {
    box-shadow: 0 0 15px rgb(180,116,132);
    background: rgba(0, 0, 0, 0.5);
}.mQH_cookieAlertContainer p a {
    color: rgb(197,165,173);
    transition: color 0.3s ease;
    text-decoration: none;
}.mQH_cookieAlertContainer p a:hover {
    color: rgb(180,116,132);
}
@media only screen and (max-width: 1200px) {.mQH_cookieAlertContainer {
    padding: 15px 0;
}.qYN_cookie_data {
    padding: 15px 5%;
}
}
@media only screen and (max-width: 800px) {.cCN_privacy_cookies {
    display: none;
}.qYN_cookie_data {
    text-align: center;
    align-items: center;
    flex-direction: column;
}.mQH_cookieAlertContainer h5 {
    margin-bottom: 5px;
    font-size: 16px;
}.brQ_edu_track {
    margin-bottom: 15px;
}.zGr_manage_tracking {
    margin: 10px 0;
    min-width: 100%;
}}
.plP_course_overview {
    background: rgb(219,208,199);
    overflow: hidden;
    position: relative;
    padding: 120px 0;
}.plP_course_overview::before {
    background-size: 20px 20px;
    animation: gridMove 40s linear infinite;
    width: 100%;
    content: "";
    z-index: 1;
    top: 0;
    position: absolute;
    height: 100%;
    background: 
        linear-gradient(0deg, transparent 95%, rgb(197,165,173,0.5) 100%),
        linear-gradient(90deg, transparent 95%, rgb(197,165,173,0.5) 100%);
    opacity: 0.15;
    left: 0;
}.plP_course_overview::after {
    content: "";
    height: 100%;
    opacity: 0.2;
    background: 
        radial-gradient(circle at 20% 20%, rgb(197,165,173,0.5) 0%, transparent 40%),
        radial-gradient(circle at 80% 80%, rgb(180,116,132,0.5) 0%, transparent 40%);
    left: 0;
    width: 100%;
    position: absolute;
    top: 0;
    z-index: 1;
}@keyframes gridMove {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: 20px 20px;
    }
}

.plP_course_overview .container {
    position: relative;
    z-index: 2;
    flex-direction: column;
    max-width: 1200px;
    align-items: center;
    display: flex;
    margin: 0 auto;
    padding: 0 20px;
}.plP_course_overview .SfY_career_classes {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width: 100%;
    max-width: 900px;
    gap: 60px;
}.plP_course_overview .ZmO_content_wrapper {
    padding: 40px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    position: relative;
    backdrop-filter: blur(10px);
    background: rgba(255, 255, 255, 0.02);
    text-align: center;
    width: 100%;
    border-radius: 28px;
    z-index: 3;
}.plP_course_overview .ZmO_content_wrapper::before {
    opacity: 0.3;
    height: 100%;
    position: absolute;
    left: 0;
    pointer-events: none;
    border-radius: 28px;
    width: 100%;
    border: 1px solid rgb(197,165,173,0.5);
    content: "";
    top: 0;
}.plP_course_overview .ZmO_content_wrapper::after {
    left: calc(50% - 30px);
    content: "";
    position: absolute;
    background: linear-gradient(to right, rgb(197,165,173), rgb(180,116,132));
    height: 3px;
    width: 60px;
    top: -15px;
}.plP_course_overview .ZmO_content_wrapper h2 {
    display: inline-block;
    font-weight: 700;
    margin-bottom: 25px;
    font-size: 35px;
    color: #000000;
    position: relative;
}.plP_course_overview .ZmO_content_wrapper h2::after {
    left: calc(50% - 40px);
    bottom: -10px;
    content: "";
    height: 2px;
    position: absolute;
    background: rgb(197,165,173,0.5);
    width: 80px;
}.plP_course_overview .ZmO_content_wrapper .description {
    max-width: 800px;
    margin-right: auto;
    font-size: 17px;
    color: #000000;
    margin-left: auto;
    line-height: 1.7;
    margin-bottom: 20px;
}.plP_course_overview .ZmO_content_wrapper .description:last-child {
    margin-bottom: 0;
}.plP_course_overview .CGA_portrait_image {
    overflow: hidden;
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.25);
    height: 450px;
    position: relative;
    border-radius: 28px;
    z-index: 2;
    width: 100%;
}.plP_course_overview .container::before {
    background-image: 
        linear-gradient(to right, rgb(197,165,173,0.5) 0.5px, transparent 1px),
        linear-gradient(to bottom, rgb(197,165,173,0.5) 0.5px, transparent 1px),
        radial-gradient(circle at 50px 50px, rgb(197,165,173,0.5) 2px, transparent 2px),
        radial-gradient(circle at 150px 150px, rgb(180,116,132,0.5) 2px, transparent 2px),
        radial-gradient(circle at 250px 250px, rgb(197,165,173,0.5) 2px, transparent 2px);
    left: 0;
    height: 100%;
    z-index: 0;
    position: absolute;
    content: "";
    animation: circuitPulse 8s infinite alternate;
    top: 0;
    opacity: 0.05;
    background-size: 50px 50px, 50px 50px, 200px 200px, 200px 200px, 200px 200px;
    width: 100%;
}@keyframes circuitPulse {
    0% {
        opacity: 0.03;
    }
    100% {
        opacity: 0.07;
    }
}

.plP_course_overview .SfY_career_classes::before {
    animation: floatParticles 40s linear infinite;
    content: "";
    background-size: 600px 600px;
    z-index: 0;
    top: -100px;
    opacity: 0.2;
    position: absolute;
    height: calc(100% + 200px);
    left: -100px;
    background-image: 
        radial-gradient(circle at 100px 100px, rgb(197,165,173,0.5) 1px, transparent 1px),
        radial-gradient(circle at 200px 200px, rgb(180,116,132,0.5) 1px, transparent 1px),
        radial-gradient(circle at 300px 300px, rgb(197,165,173,0.5) 1px, transparent 1px),
        radial-gradient(circle at 400px 100px, rgb(180,116,132,0.5) 1px, transparent 1px),
        radial-gradient(circle at 500px 200px, rgb(197,165,173,0.5) 1px, transparent 1px);
    width: calc(100% + 200px);
}@keyframes floatParticles {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: 600px 600px;
    }
}

.plP_course_overview .SfY_career_classes::after {
    content: "";
    background: linear-gradient(to right, transparent, rgb(180,116,132,0.5), transparent);
    bottom: -30px;
    height: 2px;
    left: calc(50% - 50px);
    width: 100px;
    position: absolute;
}.plP_course_overview .container::after {
    width: 100%;
    animation: hexMove 60s linear infinite;
    position: absolute;
    left: 0;
    content: "";
    height: 100%;
    z-index: 0;
    background-image: 
        repeating-linear-gradient(60deg, rgb(197,165,173,0.5) 0, rgb(197,165,173,0.5) 1px, transparent 1px, transparent 30px),
        repeating-linear-gradient(120deg, rgb(197,165,173,0.5) 0, rgb(197,165,173,0.5) 1px, transparent 1px, transparent 30px),
        repeating-linear-gradient(180deg, rgb(197,165,173,0.5) 0, rgb(197,165,173,0.5) 1px, transparent 1px, transparent 30px);
    background-size: 50px 86.6px;
    opacity: 0.03;
    top: 0;
}@keyframes hexMove {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: 50px 86.6px;
    }
}

@keyframes techPulse {
    0% {
        transform: scale(1);
        opacity: 0.3;
    }
    50% {
        transform: scale(1.05);
        opacity: 0.5;
    }
    100% {
        transform: scale(1);
        opacity: 0.3;
    }
}

.plP_course_overview .CGA_portrait_image::after {
    animation: borderGlow 4s infinite alternate;
}@keyframes borderGlow {
    0% {
        opacity: 0.3;
    }
    100% {
        opacity: 0.7;
    }
}

@keyframes reveal {
    0% {
        opacity: 0;
        transform: translateY(20px);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

.plP_course_overview .ZmO_content_wrapper h2 {
    animation: reveal 0.8s forwards;
}.plP_course_overview .ZmO_content_wrapper .description:nth-child(2) {
    animation: reveal 0.8s 0.2s forwards;
}.plP_course_overview .ZmO_content_wrapper .description:nth-child(3) {
    animation: reveal 0.8s 0.4s forwards;
}

@keyframes scanLines {
    0% {
        background-position: 0 0, 0 0;
    }
    100% {
        background-position: 0 0, 0 450px;
    }
}

@media (min-width: 992px) {.plP_course_overview .SfY_career_classes {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    display: grid;
    gap: 40px;
}.plP_course_overview .ZmO_content_wrapper {
    grid-row: 2;
    z-index: 4;
    margin-top: -80px;
}.plP_course_overview .CGA_portrait_image {
    grid-row: 1;
    height: 500px;
}
}

@media (max-width: 991px) {.plP_course_overview {
    padding: 80px 0;
}.plP_course_overview .SfY_career_classes {
    gap: 40px;
}.plP_course_overview .ZmO_content_wrapper {
    padding: 30px;
}.plP_course_overview .CGA_portrait_image {
    height: 400px;
}
}

@media (max-width: 768px) {.plP_course_overview {
    padding: 60px 0;
}.plP_course_overview .ZmO_content_wrapper {
    padding: 25px;
}.plP_course_overview .CGA_portrait_image {
    height: 350px;
}.plP_course_overview .ZmO_content_wrapper h2 {
    font-size: calc(35px * 0.9);
}
}

@media (max-width: 576px) {.plP_course_overview {
    padding: 50px 0;
}.plP_course_overview .ZmO_content_wrapper {
    padding: 20px;
}.plP_course_overview .CGA_portrait_image {
    height: 300px;
}.plP_course_overview .ZmO_content_wrapper h2 {
    font-size: calc(35px * 0.8);
}.plP_course_overview .ZmO_content_wrapper .description {
    font-size: calc(17px * 0.95);
}
}

@media (min-width: 992px) {.plP_course_overview .ZmO_content_wrapper:hover {
    transition: transform 0.3s ease;
    transform: translateY(-5px);
}.plP_course_overview .ZmO_content_wrapper:hover::before {
    opacity: 0.5;
    transition: all 0.3s ease;
    border-color: rgb(197,165,173);
}.plP_course_overview .CGA_portrait_image:hover::after {
    opacity: 0.8;
    transition: opacity 0.3s ease;
}}
header {
    background: rgb(219,208,199);
    margin-top: 0;
    z-index: 100;
    overflow: visible;
    padding: 0;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    position: relative;
}header::before {
    background: 
        linear-gradient(135deg, transparent 25%, rgba(rgb(197,165,173), 0.03) 25%) 0 0 / 20px 20px,
        linear-gradient(225deg, transparent 25%, rgba(rgb(197,165,173), 0.03) 25%) 0 0 / 20px 20px,
        linear-gradient(315deg, transparent 25%, rgba(rgb(197,165,173), 0.03) 25%) 0 0 / 20px 20px,
        linear-gradient(45deg, transparent 25%, rgba(rgb(197,165,173), 0.03) 25%) 0 0 / 20px 20px;
    top: 0;
    width: 100%;
    z-index: 0;
    height: 100%;
    content: '';
    position: absolute;
    left: 0;
}header::after {
    content: '';
    position: absolute;
    height: 5px;
    transform-origin: center;
    transform: scaleX(0.7);
    width: 100%;
    left: 0;
    background: linear-gradient(to right, 
        rgb(197,165,173), 
        rgb(180,116,132), 
        rgb(197,165,173)
    );
    bottom: 0;
    transition: transform 0.5s ease;
}header:hover::after {
    transform: scaleX(1);
}header .rga_nav_start {
    align-items: center;
    z-index: 5;
    display: flex;
    position: relative;
    justify-content: space-between;
    padding: 1.3rem 2.5rem;
}header .Ehd_head_expert {
    perspective: 800px;
    margin-right: 2rem;
    flex: 0 0 auto;
    position: relative;
}header .BnF_site_header {
    position: relative;
    transform-style: preserve-3d;
    transition: transform 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    display: block;
}header .BnF_site_header:hover {
    transform: rotateY(10deg) rotateX(5deg);
}header .BnF_site_header::before {
    filter: blur(10px);
    transform: translateZ(-10px);
    background: rgb(197,165,173);
    position: absolute;
    opacity: 0.1;
    left: 0;
    content: '';
    height: 100%;
    width: 100%;
    top: 0;
}header .BnF_site_header img {
    transform: translateZ(20px);
    filter: drop-shadow(0 5px 10px rgba(0, 0, 0, 0.2));
    max-height: 40px;
}header .xME_top_mainwrap {
    perspective: 1000px;
    transform-style: preserve-3d;
    list-style: none;
    display: flex;
    padding: 0;
    position: relative;
    margin: 0;
}header .xME_top_mainwrap::before {
    position: absolute;
    transform: rotateX(90deg);
    background: linear-gradient(transparent, rgba(0, 0, 0, 0.05));
    height: 10px;
    left: 0;
    width: 100%;
    content: '';
    transform-origin: top;
    top: 100%;
}header .SMI_head_core {
    transform-style: preserve-3d;
    position: relative;
    margin: 0 0.3rem;
}header .SMI_head_core a {
    position: relative;
    background: #ffffff;
    border-radius: 10px;
    transform-style: preserve-3d;
    transform: translateZ(0);
    text-decoration: none;
    padding: 0.7rem 1.2rem;
    display: flex;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.05);
    font-weight: 600;
    align-items: center;
    justify-content: center;
    color: #000000;
    transition: all 0.4s ease;
    font-size: 13px;
}header .SMI_head_core a::before {
    top: 0;
    background: linear-gradient(135deg, 
        rgb(197,165,173,0.5) 0%, 
        rgb(180,116,132,0.5) 100%
    );
    transition: opacity 0.4s ease;
    transform: translateZ(-5px);
    width: 100%;
    content: '';
    opacity: 0;
    position: absolute;
    left: 0;
    height: 100%;
    border-radius: 10px;
}header .SMI_head_core a:hover {
    transform: translateZ(15px);
    color: #ffffff;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}header .SMI_head_core a:hover::before {
    opacity: 1;
}header .SMI_head_core a::after {
    transform: translateZ(-10px);
    left: 5px;
    bottom: -5px;
    right: 5px;
    transition: all 0.4s ease;
    opacity: 0;
    position: absolute;
    background: rgb(197,165,173);
    content: '';
    height: 5px;
}header .SMI_head_core a:hover::after {
    bottom: -8px;
    opacity: 0.3;
}header .rga_nav_start::before {
    height: 1px;
    top: 0;
    width: 30%;
    content: '';
    left: 35%;
    position: absolute;
    background: linear-gradient(to right, 
        transparent, 
        rgb(197,165,173), 
        transparent
    );
}.aKM_top_bar {
    position: relative;
    background: #ffffff;
    z-index: 1;
    padding-top: 2rem;
}

@keyframes float {
    0%, 100% { transform: translateY(0); }
    50% { transform: translateY(-5px); }
}

@media (min-width: 1400px) {header .rga_nav_start {
    max-width: 1320px;
    margin: 0 auto;
}header .SMI_head_core {
    margin: 0 0.5rem;
}header .SMI_head_core a {
    padding: 0.7rem 1.5rem;
}
}

@media (max-width: 991px) {header .rga_nav_start {
    padding: 1rem 2rem;
    flex-wrap: wrap;
}header .Ehd_head_expert {
    margin-right: 0;
    margin-bottom: 0;
}header .xME_top_mainwrap {
    flex-basis: 100%;
    justify-content: flex-end;
    margin-top: 1rem;
}header .SMI_head_core a {
    padding: 0.6rem 1rem;
    font-size: calc(13px - 1px);
}
}

@media (max-width: 767px) {header {
    padding: 0;
}header .rga_nav_start {
    padding: 0.8rem 1.5rem;
}header .Ehd_head_expert {
    max-width: 140px;
}header .BnF_site_header img {
    max-height: 35px;
}header .xME_top_mainwrap {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    margin-top: 0.8rem;
    justify-content: flex-start;
    scrollbar-width: thin;
    padding-bottom: 0.5rem;
}header .xME_top_mainwrap::-webkit-scrollbar {
    height: 3px;
}header .xME_top_mainwrap::-webkit-scrollbar-thumb {
    background: rgb(197,165,173,0.5);
    border-radius: 10px;
}header .SMI_head_core {
    margin: 0 0.2rem;
    flex: 0 0 auto;
}header .SMI_head_core a {
    font-size: calc(13px - 2px);
    white-space: nowrap;
    padding: 0.5rem 0.8rem;
}
}

@media (max-width: 479px) {header .rga_nav_start {
    padding: 0.7rem 1.2rem;
}header .Ehd_head_expert {
    max-width: 120px;
}header .SMI_head_core a {
    padding: 0.4rem 0.6rem;
    font-size: calc(13px - 3px);
}header::after {
    height: 3px;
}
}

@supports not (transform-style: preserve-3d) {header .BnF_site_header:hover {
    transform: translateY(-3px);
}header .SMI_head_core a:hover {
    transform: translateY(-3px);
}}.opw_tariff_package {
    overflow: hidden;
    font-family: Arial, sans-serif;
    position: relative;
    padding: 100px 0;
}.opw_tariff_package::before {
    right: 0;
    content: "";
    left: 0;
    bottom: 0;
    top: 0;
    position: absolute;
    z-index: 1;
    background: linear-gradient(135deg, rgba(0, 0, 0, 0.5) 0%, rgb(197,165,173,0.5) 100%);
}.opw_tariff_package .container {
    z-index: 2;
    position: relative;
    padding: 0 20px;
    margin: 0 auto;
    max-width: 1200px;
}.opw_tariff_package .eOI_fee_structure {
    position: relative;
}.opw_tariff_package h2 {
    margin-bottom: 20px;
    font-weight: 700;
    font-size: 33px;
    opacity: 0;
    animation: slideInTitle 0.8s forwards 0.2s;
    transform: translateX(-10px);
    text-shadow: 0 2px 4px rgba(0,0,0,0.2);
    color: #ffffff;
}.opw_tariff_package .DPQ_learn_deals {
    margin-bottom: 40px;
    transform: translateX(-10px);
    animation: slideInDesc 0.8s forwards 0.4s;
    line-height: 1.6;
    max-width: 800px;
    color: #ffffff;
    font-size: 14px;
    opacity: 0;
}.opw_tariff_package .Qyj_cost_breakdown {
    display: grid;
    padding: 0;
    list-style: none;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    margin: 0;
    gap: 30px;
}.opw_tariff_package .Qyj_cost_breakdown li {
    perspective: 1000px;
    opacity: 0;
    animation: fadeIn 0.8s forwards;
}.opw_tariff_package .Qyj_cost_breakdown li:nth-child(1) {
    animation-delay: 0.5s;
}.opw_tariff_package .Qyj_cost_breakdown li:nth-child(2) {
    animation-delay: 0.7s;
}.opw_tariff_package .Qyj_cost_breakdown li:nth-child(3) {
    animation-delay: 0.9s;
}.opw_tariff_package .Qyj_cost_breakdown li:nth-child(4) {
    animation-delay: 1.1s;
}.opw_tariff_package .wFt_fee_plan {
    transform-style: preserve-3d;
    text-decoration: none;
    transition: transform 0.6s cubic-bezier(0.23, 1, 0.32, 1);
    height: 100%;
    display: block;
}.opw_tariff_package .XLG_promo_rates {
    box-sizing: border-box;
    overflow: hidden;
    height: 100%;
    padding: 30px;
    position: relative;
    box-shadow: 0 15px 30px rgba(0,0,0,0.15);
    background: linear-gradient(145deg, #ffffff 0%, rgb(219,208,199) 100%);
    border-left: 4px solid rgb(197,165,173);
    transition: all 0.4s ease;
    display: flex;
    flex-direction: column;
}.opw_tariff_package .XLG_promo_rates::before {
    background: rgb(180,116,132);
    transition: transform 0.5s cubic-bezier(0.34, 1.56, 0.64, 1);
    opacity: 0.8;
    right: 0;
    transform: translate(50%, -50%) rotate(45deg);
    top: 0;
    width: 80px;
    height: 80px;
    content: "";
    position: absolute;
}.opw_tariff_package .kJd_payment_deals {
    height: 100%;
    z-index: 2;
    flex-direction: column;
    position: relative;
    display: flex;
}.opw_tariff_package .kJd_payment_deals h4 {
    font-size: calc(22px + 2px);
    position: relative;
    color: #000000;
    display: inline-block;
    font-weight: 700;
    margin: 0 0 20px;
}.opw_tariff_package .kJd_payment_deals h4::after {
    width: 40px;
    transition: width 0.3s ease;
    background: rgb(197,165,173);
    position: absolute;
    bottom: -10px;
    content: "";
    height: 3px;
    left: 0;
}.opw_tariff_package .kJd_payment_deals p {
    margin: 0 0 25px;
    hyphens: auto;
    white-space: normal;
    flex-grow: 1;
    overflow-wrap: break-word;
    font-size: calc(14px - 1px);
    line-height: 1.6;
    word-wrap: break-word;
    color: #000000;
}.opw_tariff_package .WYo_tuition_plans {
    position: relative;
    align-self: flex-start;
    overflow: hidden;
    margin-top: auto;
    padding: 10px 20px;
    color: #ffffff;
    font-size: 21px;
    border-radius: 10px;
    display: inline-block;
    font-weight: 700;
    background: rgb(197,165,173);
    transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275), 
              background-color 0.3s ease;
    transform: translateY(0);
}.opw_tariff_package .WYo_tuition_plans::before {
    position: absolute;
    left: 0;
    transition: transform 0.6s cubic-bezier(0.7, 0, 0.3, 1);
    height: 100%;
    background: linear-gradient(to right, transparent, rgba(255,255,255,0.2), transparent);
    top: 0;
    width: 100%;
    content: "";
    transform: translateX(-100%);
}.opw_tariff_package .wFt_fee_plan:hover {
    transform: translateY(-8px);
}.opw_tariff_package .wFt_fee_plan:hover .XLG_promo_rates {
    border-left-width: 8px;
    box-shadow: 0 20px 40px rgba(0,0,0,0.2);
}.opw_tariff_package .wFt_fee_plan:hover .XLG_promo_rates::before {
    transform: translate(40%, -40%) rotate(45deg);
}.opw_tariff_package .wFt_fee_plan:hover .kJd_payment_deals h4::after {
    width: 70px;
}.opw_tariff_package .wFt_fee_plan:hover .WYo_tuition_plans {
    transform: translateY(-5px);
    background: rgb(180,116,132);
}.opw_tariff_package .wFt_fee_plan:hover .WYo_tuition_plans::before {
    transform: translateX(100%);
}.opw_tariff_package .wFt_fee_plan:active {
    transform: translateY(-2px);
    transition: transform 0.2s;
}

@keyframes slideInTitle {
  to {
    transform: translateX(0);
    opacity: 1;
  }
}

@keyframes slideInDesc {
  to {
    transform: translateX(0);
    opacity: 0.9;
  }
}

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

@media (max-width: 1200px) {.opw_tariff_package {
    padding: 80px 0;
}.opw_tariff_package .Qyj_cost_breakdown {
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
}
}

@media (max-width: 992px) {.opw_tariff_package h2 {
    font-size: calc(33px - 4px);
}.opw_tariff_package .DPQ_learn_deals {
    margin-bottom: 30px;
}.opw_tariff_package .Qyj_cost_breakdown {
    gap: 20px;
}.opw_tariff_package .XLG_promo_rates {
    padding: 25px;
}
}

@media (max-width: 768px) {.opw_tariff_package {
    padding: 60px 0;
}.opw_tariff_package h2 {
    font-size: calc(33px - 6px);
}.opw_tariff_package .DPQ_learn_deals {
    font-size: calc(14px - 1px);
}.opw_tariff_package .Qyj_cost_breakdown {
    gap: 15px;
    grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
}.opw_tariff_package .kJd_payment_deals h4 {
    font-size: 22px;
}.opw_tariff_package .kJd_payment_deals p {
    margin-bottom: 20px;
    font-size: calc(14px - 2px);
}
}

@media (max-width: 576px) {.opw_tariff_package {
    padding: 50px 0;
}.opw_tariff_package .container {
    padding: 0 15px;
}.opw_tariff_package h2 {
    font-size: calc(33px - 8px);
    margin-bottom: 15px;
}.opw_tariff_package .DPQ_learn_deals {
    margin-bottom: 25px;
}.opw_tariff_package .Qyj_cost_breakdown {
    grid-template-columns: 1fr;
    gap: 20px;
}.opw_tariff_package .XLG_promo_rates {
    padding: 20px;
}.opw_tariff_package .kJd_payment_deals p {
    margin-bottom: 15px;
}.opw_tariff_package .WYo_tuition_plans {
    padding: 8px 16px;
    font-size: calc(21px - 1px);
}}.GpH_statistical_overview {
    color: #ffffff;
    overflow: hidden;
    position: relative;
    padding: 100px 0;
}.GpH_statistical_overview::before {
    left: 0;
    position: absolute;
    content: '';
    width: 100%;
    background: rgba(0, 0, 0, 0.65);
    height: 100%;
    top: 0;
    z-index: -1;
}.GpH_statistical_overview .container {
    position: relative;
    margin: 0 auto;
    max-width: 1200px;
    padding: 0 20px;
}.GpH_statistical_overview .hRv_growth_statistics {
    backdrop-filter: blur(10px);
    padding: 50px;
    background: rgba(0, 0, 0, 0.6);
    overflow: hidden;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3);
    position: relative;
    border-radius: 21px;
    border: 1px solid rgba(255, 255, 255, 0.1);
}.GpH_statistical_overview .hRv_growth_statistics::before {
    z-index: -1;
    content: '';
    position: absolute;
    top: 0;
    height: 100%;
    background: 
        linear-gradient(135deg, rgba(rgb(197,165,173), 0.1) 0%, transparent 100%),
        radial-gradient(circle at 20% 30%, rgba(rgb(197,165,173), 0.05) 0%, transparent 50%),
        radial-gradient(circle at 80% 70%, rgba(rgb(180,116,132), 0.05) 0%, transparent 50%);
    left: 0;
    width: 100%;
}.GpH_statistical_overview .VWd_knowledge_gains {
    background: rgba(rgb(197,165,173), 0.1);
    display: flex;
    height: 60px;
    justify-content: center;
    width: 60px;
    position: absolute;
    border: 1px solid rgba(rgb(197,165,173), 0.3);
    border-radius: 50%;
    align-items: center;
    top: 30px;
    right: 30px;
}.GpH_statistical_overview .VWd_knowledge_gains svg {
    height: 30px;
    fill: rgb(197,165,173);
    width: 30px;
}.GpH_statistical_overview .VWd_knowledge_gains svg path {
    fill: rgb(197,165,173);
}.GpH_statistical_overview .Dwu_knowledge_boosters {
    margin-bottom: 20px;
    font-size: 33px;
    font-weight: 700;
    padding-right: 80px;
    color: #ffffff;
}.GpH_statistical_overview .ZpM_key_statistics {
    max-width: 800px;
    line-height: 1.7;
    margin-bottom: 40px;
    color: rgba(255, 255, 255, 0.8);
    font-size: 15px;
}.GpH_statistical_overview .gvQ_extra_statistics {
    display: grid;
    padding-top: 30px;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 30px;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    position: relative;
}.GpH_statistical_overview .EPB_statistics_boosts {
    justify-content: center;
    padding: 30px 20px;
    align-items: center;
    background: rgba(255, 255, 255, 0.03);
    position: relative;
    border-radius: 10px;
    transition: transform 0.3s ease;
    text-align: center;
    flex-direction: column;
    display: flex;
}.GpH_statistical_overview .EPB_statistics_boosts:hover {
    transform: translateY(-5px);
}.GpH_statistical_overview .PYT_boost_growth {
    width: 60px;
    justify-content: center;
    display: flex;
    background: rgba(rgb(197,165,173), 0.1);
    border-radius: 50%;
    height: 60px;
    border: 1px solid rgba(rgb(197,165,173), 0.2);
    margin-bottom: 20px;
    align-items: center;
}.GpH_statistical_overview .PYT_boost_growth svg {
    height: 30px;
    width: 30px;
    fill: rgb(197,165,173);
}.GpH_statistical_overview .PYT_boost_growth svg path {
    fill: rgb(197,165,173);
}.GpH_statistical_overview .EPB_statistics_boosts span {
    color: #ffffff;
    margin-bottom: 10px;
    font-weight: 700;
    font-size: 2.2rem;
}.GpH_statistical_overview .EPB_statistics_boosts p {
    font-size: 15px;
    color: rgba(255, 255, 255, 0.7);
    margin: 0;
}

@media screen and (max-width: 991px) {.GpH_statistical_overview {
    padding: 80px 0;
}.GpH_statistical_overview .hRv_growth_statistics {
    padding: 40px;
}.GpH_statistical_overview .VWd_knowledge_gains {
    top: 25px;
    right: 25px;
    height: 50px;
    width: 50px;
}.GpH_statistical_overview .VWd_knowledge_gains svg {
    width: 25px;
    height: 25px;
}.GpH_statistical_overview .Dwu_knowledge_boosters {
    font-size: calc(33px * 0.9);
}.GpH_statistical_overview .ZpM_key_statistics {
    margin-bottom: 30px;
}.GpH_statistical_overview .gvQ_extra_statistics {
    gap: 20px;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
}
}

@media screen and (max-width: 767px) {.GpH_statistical_overview {
    padding: 60px 0;
}.GpH_statistical_overview .hRv_growth_statistics {
    padding: 30px;
}.GpH_statistical_overview .VWd_knowledge_gains {
    top: 20px;
    height: 40px;
    right: 20px;
    width: 40px;
}.GpH_statistical_overview .VWd_knowledge_gains svg {
    height: 20px;
    width: 20px;
}.GpH_statistical_overview .Dwu_knowledge_boosters {
    font-size: calc(33px * 0.85);
    padding-right: 50px;
}.GpH_statistical_overview .ZpM_key_statistics {
    font-size: calc(15px * 0.95);
    margin-bottom: 25px;
}.GpH_statistical_overview .gvQ_extra_statistics {
    gap: 15px;
    padding-top: 25px;
}.GpH_statistical_overview .EPB_statistics_boosts {
    padding: 25px 15px;
}.GpH_statistical_overview .PYT_boost_growth {
    width: 50px;
    height: 50px;
    margin-bottom: 15px;
}.GpH_statistical_overview .PYT_boost_growth svg {
    height: 25px;
    width: 25px;
}.GpH_statistical_overview .EPB_statistics_boosts span {
    font-size: 2rem;
}
}

@media screen and (max-width: 575px) {.GpH_statistical_overview {
    padding: 50px 0;
}.GpH_statistical_overview .hRv_growth_statistics {
    padding: 25px 20px;
}.GpH_statistical_overview .VWd_knowledge_gains {
    top: 15px;
    right: 15px;
    height: 35px;
    width: 35px;
}.GpH_statistical_overview .VWd_knowledge_gains svg {
    height: 18px;
    width: 18px;
}.GpH_statistical_overview .Dwu_knowledge_boosters {
    padding-right: 40px;
    font-size: calc(33px * 0.8);
    margin-bottom: 15px;
}.GpH_statistical_overview .ZpM_key_statistics {
    font-size: calc(15px * 0.9);
    margin-bottom: 20px;
}.GpH_statistical_overview .gvQ_extra_statistics {
    grid-template-columns: 1fr;
    padding-top: 20px;
    gap: 15px;
}.GpH_statistical_overview .EPB_statistics_boosts {
    padding: 20px 15px;
}.GpH_statistical_overview .PYT_boost_growth {
    height: 45px;
    width: 45px;
    margin-bottom: 12px;
}.GpH_statistical_overview .PYT_boost_growth svg {
    height: 22px;
    width: 22px;
}.GpH_statistical_overview .EPB_statistics_boosts span {
    font-size: 1.8rem;
    margin-bottom: 8px;
}.GpH_statistical_overview .EPB_statistics_boosts p {
    font-size: calc(15px * 0.85);
}}.sEx_gratSpot {
    background: linear-gradient(145deg, rgb(219,208,199) 0%, rgba(240, 242, 245, 0.9) 100%);
    position: relative;
    overflow: hidden;
    padding: 7rem 0;
}.sEx_gratSpot::before {
    transform: rotate(15deg) skewX(-15deg);
    position: absolute;
    right: -10%;
    z-index: 0;
    content: "";
    height: 70%;
    top: -5%;
    opacity: 0.07;
    width: 40%;
    background: linear-gradient(135deg, rgb(197,165,173,0.5) 0%, rgb(180,116,132,0.5) 100%);
    animation: float 15s ease-in-out infinite alternate;
}.sEx_gratSpot::after {
    left: -5%;
    animation: float 18s ease-in-out infinite alternate-reverse;
    opacity: 0.05;
    background: linear-gradient(225deg, rgb(180,116,132,0.5) 0%, rgb(197,165,173,0.5) 100%);
    position: absolute;
    transform: rotate(-10deg) skewX(10deg);
    z-index: 0;
    bottom: -5%;
    width: 30%;
    content: "";
    height: 60%;
}.sEx_gratSpot .container {
    position: relative;
    z-index: 2;
    margin: 0 auto;
    max-width: 1200px;
    padding: 0 2rem;
}.sEx_gratSpot h2 {
    color: #000000;
    line-height: 1.3;
    position: relative;
    margin-bottom: 3rem;
    opacity: 0;
    transform: translateY(0);
    font-weight: 700;
    animation: slideUp 0.8s 0.2s ease-out forwards;
    font-size: 32px;
}.sEx_gratSpot h2::after {
    position: absolute;
    background: linear-gradient(90deg, rgb(197,165,173) 0%, rgb(180,116,132) 100%);
    transform-origin: left;
    height: 3px;
    bottom: -15px;
    animation: expand 1s 0.8s ease-out forwards;
    width: 80px;
    content: "";
    left: 0;
    transform: scaleX(0);
}.sEx_gratSpot .gGq_history_tl {
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.05), 
              0 5px 15px rgba(0, 0, 0, 0.03);
    border-left: 4px solid rgb(197,165,173);
    opacity: 0;
    overflow: hidden;
    transform: translateY(20px);
    padding: 3rem;
    position: relative;
    animation: fadeSlideUp 1s 0.4s ease-out forwards;
    background: #ffffff;
}.sEx_gratSpot .gGq_history_tl::before {
    height: 150px;
    opacity: 0.1;
    position: absolute;
    clip-path: polygon(100% 0, 100% 100%, 0 0);
    background: linear-gradient(135deg, rgb(180,116,132,0.5) 0%, transparent 70%);
    right: 0;
    top: 0;
    width: 150px;
    content: "";
}.sEx_gratSpot ul {
    list-style: none;
    padding: 0;
    margin: 0;
}.sEx_gratSpot li {
    padding-left: 0;
    position: relative;
}.sEx_gratSpot li span {
    color: #000000;
    font-size: calc(16px + 0.05rem);
    font-family: Arial, sans-serif;
    animation: fadeIn 1s 0.7s ease-out forwards;
    line-height: 1.8;
    display: block;
    transform: translateY(10px);
    opacity: 0;
}

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

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

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

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

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

@media screen and (max-width: 992px) {.sEx_gratSpot {
    padding: 5rem 0;
}.sEx_gratSpot h2 {
    font-size: calc(32px - 0.2rem);
    margin-bottom: 2.5rem;
}.sEx_gratSpot .gGq_history_tl {
    padding: 2.5rem;
}
}

@media screen and (max-width: 768px) {.sEx_gratSpot {
    padding: 4rem 0;
}.sEx_gratSpot h2 {
    margin-bottom: 2rem;
    font-size: calc(32px - 0.4rem);
}.sEx_gratSpot h2::after {
    width: 60px;
    bottom: -12px;
}.sEx_gratSpot .gGq_history_tl {
    padding: 2rem;
}.sEx_gratSpot .gGq_history_tl::before {
    width: 100px;
    height: 100px;
}
}

@media screen and (max-width: 576px) {.sEx_gratSpot {
    padding: 3rem 0;
}.sEx_gratSpot .container {
    padding: 0 1.5rem;
}.sEx_gratSpot h2 {
    line-height: 1.4;
    margin-bottom: 1.8rem;
    font-size: calc(32px - 0.6rem);
}.sEx_gratSpot h2::after {
    height: 2px;
    bottom: -10px;
    width: 50px;
}.sEx_gratSpot .gGq_history_tl {
    border-left-width: 3px;
    padding: 1.5rem;
}.sEx_gratSpot li span {
    line-height: 1.7;
    font-size: 16px;
}
}