﻿* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}.style_panel-container {
    flex-direction: column;
    height: 100%;
    display: flex;
    min-height: 100%;
}.style_student_aid {
    flex: 0 0 auto;
}.container {
    width: 1226px;
    margin: auto;
    max-width: 100%;
}svg {
    height: 30px;
    width: 30px;
}.style_header_learn {
    flex: 1 0 auto;
}html,body {
    color: #000000;
    min-height: 100%;
    height: 100%;
    font-family: Arial, sans-serif;
    scroll-behavior: auto;
}a {
    color: inherit;
    text-decoration: none;
}header,footer {
    width: 100%;
}
@media only screen and (max-width: 1200px)  {.container {
    width: 100%;
    padding: 0 20px;
}
}
@media only screen and (max-width: 800px)  {.container {
    padding: 0 12px;
}}
.style_aspiring_learners {
    overflow: hidden;
    padding: 120px 0;
    position: relative;
    background: linear-gradient(140deg, #f5f7ff 0%, #ffffff 100%);
}.style_aspiring_learners::before {
    opacity: 0.15;
    content: '';
    left: 0;
    top: 0;
    background: 
        radial-gradient(circle at 20% 20%, rgb(192,181,179,0.5) 0%, transparent 40%),
        radial-gradient(circle at 80% 80%, rgb(154,141,143,0.5) 0%, transparent 40%);
    height: 100%;
    width: 100%;
    position: absolute;
    z-index: 1;
}.style_aspiring_learners::after {
    opacity: 0.05;
    background-size: 60px 60px;
    z-index: 2;
    top: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    background: 
        linear-gradient(45deg, transparent 48%, rgb(192,181,179,0.5) 49%, transparent 51%),
        linear-gradient(135deg, transparent 48%, rgb(154,141,143,0.5) 49%, transparent 51%);
    content: '';
    left: 0;
}.style_aspiring_learners .style_path_creators {
    max-width: 1200px;
    margin: 0 auto;
    z-index: 10;
    position: relative;
    text-align: center;
    padding: 0 30px;
}.style_aspiring_learners h3 {
    position: relative;
    display: inline-block;
    margin-bottom: 70px;
    font-size: 30px;
    color: #000000;
    padding: 0 20px;
    font-weight: 700;
}.style_aspiring_learners h3::before,
.style_aspiring_learners h3::after {
    content: '';
    position: absolute;
    background: linear-gradient(90deg, rgb(192,181,179), rgb(154,141,143));
    transform: translateY(-50%);
    height: 2px;
    width: 40px;
    top: 50%;
}.style_aspiring_learners h3::before {
    left: -60px;
}.style_aspiring_learners h3::after {
    right: -60px;
}.style_aspiring_learners ul {
    flex-wrap: wrap;
    justify-content: center;
    padding: 0;
    gap: 40px;
    display: flex;
    list-style: none;
    margin: 0;
}.style_aspiring_learners ul li {
    transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
    z-index: 1;
    gap: 20px;
    align-items: flex-start;
    display: flex;
    box-shadow: 
        0 15px 35px -10px rgba(0, 0, 0, 0.08),
        0 5px 15px rgba(0, 0, 0, 0.04);
    background-color: #ffffff;
    overflow: hidden;
    border-radius: 12px;
    text-align: left;
    min-width: 280px;
    padding: 40px 30px;
    position: relative;
    width: calc(33.333% - 27px);
}.style_aspiring_learners ul li::before {
    width: 100%;
    top: 0;
    position: absolute;
    transition: opacity 0.4s ease;
    left: 0;
    content: '';
    background: linear-gradient(90deg, rgb(192,181,179), rgb(154,141,143));
    height: 5px;
    opacity: 0;
}.style_aspiring_learners ul li::after {
    height: 100px;
    position: absolute;
    z-index: -1;
    transition: all 0.6s ease;
    border-radius: 50%;
    bottom: -50px;
    background: rgb(192,181,179,0.5);
    opacity: 0.1;
    left: -50px;
    width: 100px;
    content: '';
}.style_aspiring_learners ul li:hover {
    transform: translateY(-15px);
    box-shadow: 
        0 25px 50px -12px rgba(0, 0, 0, 0.15),
        0 10px 20px rgba(0, 0, 0, 0.08);
}.style_aspiring_learners ul li:hover::before {
    opacity: 1;
}.style_aspiring_learners ul li:hover::after {
    opacity: 0.05;
    transform: scale(6);
}.style_aspiring_learners ul li svg {
    flex-shrink: 0;
    transition: all 0.5s ease;
    height: 50px;
    width: 50px;
    position: relative;
}.style_aspiring_learners ul li:hover svg {
    transform: translateY(-5px) scale(1.1);
}.style_aspiring_learners ul li svg path {
    fill: rgb(192,181,179);
    transition: fill 0.5s ease;
}.style_aspiring_learners ul li:hover svg path {
    fill: rgb(154,141,143);
}@keyframes floatingAnimation {
    0% {
        transform: translateY(0) rotate(0deg);
    }
    50% {
        transform: translateY(-15px) rotate(2deg);
    }
    100% {
        transform: translateY(0) rotate(0deg);
    }
}

@keyframes slideInBottom {
    from {
        opacity: 0;
        transform: translateY(60px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.style_aspiring_learners ul li {
    opacity: 0;
    animation: slideInBottom 0.6s forwards;
}.style_aspiring_learners ul li:nth-child(1) {
    animation-delay: 0.1s;
}.style_aspiring_learners ul li:nth-child(2) {
    animation-delay: 0.25s;
}.style_aspiring_learners ul li:nth-child(3) {
    animation-delay: 0.4s;
}.style_aspiring_learners ul li:nth-child(4) {
    animation-delay: 0.55s;
}.style_aspiring_learners ul li:nth-child(5) {
    animation-delay: 0.7s;
}.style_aspiring_learners ul li:nth-child(6) {
    animation-delay: 0.85s;
}.style_aspiring_learners ul li:nth-child(3n+1) {
    animation-delay: 0.1s, 2s;
    animation: slideInBottom 0.6s forwards, floatingAnimation 8s ease-in-out infinite;
}.style_aspiring_learners ul li:nth-child(3n+2) {
    animation-delay: 0.25s, 3s;
    animation: slideInBottom 0.6s forwards, floatingAnimation 8s ease-in-out infinite 1s reverse;
}.style_aspiring_learners ul li:nth-child(3n+3) {
    animation: slideInBottom 0.6s forwards, floatingAnimation 8s ease-in-out infinite 2s;
    animation-delay: 0.4s, 4s;
}

@media (max-width: 992px) {.style_aspiring_learners {
    padding: 90px 0;
}.style_aspiring_learners h3 {
    margin-bottom: 60px;
}.style_aspiring_learners h3::before,
    .style_aspiring_learners h3::after {
    width: 30px;
}.style_aspiring_learners h3::before {
    left: -40px;
}.style_aspiring_learners h3::after {
    right: -40px;
}.style_aspiring_learners ul {
    gap: 30px;
}.style_aspiring_learners ul li {
    padding: 35px 25px;
    width: calc(50% - 15px);
}
}

@media (max-width: 768px) {.style_aspiring_learners ul li {
    width: 100%;
    max-width: 400px;
}.style_aspiring_learners ul li:nth-child(3n+1),
    .style_aspiring_learners ul li:nth-child(3n+2),
    .style_aspiring_learners ul li:nth-child(3n+3) {
    animation: slideInBottom 0.6s forwards;
}
}

@media (max-width: 576px) {.style_aspiring_learners {
    padding: 70px 0;
}.style_aspiring_learners h3 {
    font-size: calc(30px * 0.9);
    margin-bottom: 50px;
}.style_aspiring_learners h3::before,
    .style_aspiring_learners h3::after {
    display: none;
}.style_aspiring_learners ul {
    gap: 25px;
}.style_aspiring_learners ul li {
    padding: 30px 20px;
}.style_aspiring_learners ul li svg {
    height: 40px;
    width: 40px;
}
}

@media (prefers-reduced-motion: reduce) {.style_aspiring_learners ul li {
    animation: none;
    opacity: 1;
}.style_aspiring_learners ul li:hover {
    transform: none;
}.style_aspiring_learners ul li:hover svg {
    transform: none;
}}.style_cookie_overlay_dialog {
    display: flex;
    padding: 1rem 0;
    transition: transform 0.3s ease-in-out;
    bottom: 0;
    border-top: 3px solid rgb(192,181,179);
    background: rgb(226,224,204);
    justify-content: center;
    width: 100%;
    overflow: hidden;
    position: fixed;
    box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.5);
    z-index: 90;
    align-items: center;
}#style_cookie_popup_modal {
    display: none;
}#style_cookie_popup_modal:checked ~ .style_cookie_overlay_dialog {
    opacity: 0;
    visibility: hidden;
}.style_cookie_overlay_dialog .container {
    margin: 0 auto;
    gap: 1rem;
    flex-wrap: wrap;
    max-width: 1140px;
    padding: 0 15px;
    justify-content: space-between;
    align-items: center;
    position: relative;
    display: flex;
    z-index: 1;
}.style_cookie_updates {
    align-items: center;
    margin-right: 1rem;
    flex-shrink: 0;
    display: flex;
}.style_cookie_updates svg {
    fill: rgb(192,181,179);
    height: 50px;
    width: 50px;
}.style_edu_cookies {
    flex: 1;
    margin-bottom: 20px;
    min-width: 300px;
}.style_edu_cookies h5 {
    font-size: 1.5rem;
    font-weight: 600;
    margin-bottom: 0.5rem;
    color: rgb(192,181,179);
}.style_edu_cookies p {
    color: #000000;
    font-size: 1rem;
}.style_cookie_explained {
    border-radius: 10px;
    text-decoration: none;
    background: rgb(192,181,179);
    color: #ffffff;
    font-size: 1rem;
    display: inline-block;
    transition: background-color 0.3s ease, transform 0.3s ease;
    cursor: pointer;
    padding: 0.75rem 1.5rem;
    border: none;
    font-weight: 700;
}.cookie_button.style_cookie_ack {
    background: rgb(192,181,179);
}.cookie_button.style_data_control {
    margin-left: 0.5rem;
    background: #000000;
}.style_cookie_explained:hover {
    background: #000000;
    transform: translateY(-3px);
}.cookie_button.style_data_control:hover {
    background: rgb(192,181,179);
}.style_cookie_overlay_dialog p a {
    text-decoration: underline;
    transition: color 0.3s ease;
    color: rgb(192,181,179);
}.style_cookie_overlay_dialog p a:hover {
    color: #000000;
}
@media only screen and (max-width: 768px) {.style_cookie_overlay_dialog .container {
    flex-direction: column;
    align-items: center;
}.style_cookie_updates {
    margin-bottom: 1rem;
    margin-right: 0;
}.style_edu_cookies {
    margin-bottom: 1rem;
    text-align: center;
}.cookie_button.style_data_control {
    margin-left: 0;
    margin-top: 0.5rem;
}}
.style_privacy_cove {
    padding: 50px;
    color: #000000;
    position: relative;
    font-family: Arial, sans-serif;
    line-height: 1.8;
    background-color: rgb(226,224,204);
    overflow: hidden;
    box-shadow: 0 8px 12px rgba(0, 0, 0, 0.5);
}.style_privacy_cove::before, .style_privacy_cove::after {
    position: absolute;
    border-radius: 50%;
    opacity: 0.3;
    content: '';
}.style_privacy_cove::before {
    height: 150px;
    top: -50px;
    background: rgb(192,181,179);
    width: 150px;
    right: -50px;
}.style_privacy_cove::after {
    left: -30px;
    height: 100px;
    background: rgb(154,141,143);
    bottom: -30px;
    width: 100px;
}.style_privacy_cove h1 {
    position: relative;
    padding-bottom: 15px;
    border-bottom: 3px solid rgb(192,181,179);
    margin-bottom: 30px;
    font-weight: 700;
    font-size: 43px;
    color: rgb(192,181,179);
    z-index: 1;
}.style_privacy_cove h2 {
    font-weight: 600;
    margin-top: 35px;
    position: relative;
    z-index: 1;
    margin-bottom: 20px;
    font-size: 37px;
    color: rgb(154,141,143);
}.style_privacy_cove h3,
.style_privacy_cove h4,
.style_privacy_cove h5,
.style_privacy_cove h6 {
    font-weight: 400;
    color: rgb(192,181,179);
    margin-bottom: 15px;
    z-index: 1;
    position: relative;
    margin-top: 30px;
}.style_privacy_cove h3 {
    font-size: calc(24px - 0.2rem);
}.style_privacy_cove h4 {
    font-size: 24px;
}.style_privacy_cove h5 {
    font-size: calc(24px - 0.2rem);
}.style_privacy_cove h6 {
    font-size: 17px;
}.style_privacy_cove ul {
    z-index: 1;
    position: relative;
    list-style-type: disc;
    margin-top: 15px;
    padding-left: 25px;
}.style_privacy_cove ol {
    position: relative;
    z-index: 1;
    list-style-type: decimal;
    padding-left: 25px;
    margin-top: 15px;
}.style_privacy_cove li {
    z-index: 1;
    border-left: 3px solid rgb(154,141,143);
    line-height: 1.7;
    margin-bottom: 15px;
    position: relative;
    padding-left: 10px;
}.style_privacy_cove li::marker {
    color: rgb(192,181,179);
    font-weight: 600;
}.style_privacy_cove div {
    z-index: 1;
    position: relative;
    margin-bottom: 25px;
}.style_privacy_cove p {
    position: relative;
    margin-bottom: 25px;
    font-size: 16px;
    z-index: 1;
}.style_privacy_cove span {
    color: rgb(192,181,179);
    font-weight: 600;
}
@media only screen and (max-width: 800px) {.style_privacy_cove {
    border-radius: 10px;
    padding: 25px;
}.style_privacy_cove h1 {
    font-size: calc(24px - 0.5rem);
}.style_privacy_cove h2 {
    font-size: calc(24px - 0.4rem);
}.style_privacy_cove p {
    font-size: calc(16px - 0.2rem);
}}
.style_privacy_cove::before {
    margin-bottom: 25px;
    background-color: rgb(192,181,179);
    content: '';
    width: 60px;
    height: 6px;
    border-radius: 10px;
    display: block;
}.style_privacy_cove ul li::marker,
.style_privacy_cove ol li::marker {
    color: rgb(154,141,143);
    font-weight: 700;
}.style_privacy_cove h2 {
    -webkit-background-clip: text !important;
    -webkit-text-fill-color: transparent;
    background: linear-gradient(to right, rgb(192,181,179), rgb(154,141,143));
}.style_privacy_cove section {
    padding-top: 25px;
    border-top: 2px solid rgba(0, 0, 0, 0.5);
    margin: 50px 0;
}.style_privacy_cove hr {
    height: 1px;
    margin: 40px 0;
    background: rgba(0, 0, 0, 0.5);
    border: none;
}.style_company_overview {
    background: linear-gradient(135deg, rgb(154,141,143,0.5) 0%, rgb(226,224,204) 50%, rgb(192,181,179,0.5) 100%);
    padding: 5rem 0;
    position: relative;
    overflow: hidden;
}.style_company_overview::before {
    top: 0;
    width: 100%;
    z-index: 1;
    opacity: 0.4;
    content: "";
    position: absolute;
    background: radial-gradient(circle at 30% 30%, rgb(192,181,179,0.5) 0%, transparent 60%);
    height: 100%;
    left: 0;
    pointer-events: none;
}.style_company_overview::after {
    z-index: 1;
    content: "";
    border-radius: 50%;
    height: 300px;
    opacity: 0.2;
    animation: rotate 60s linear infinite;
    width: 300px;
    border: 1px solid rgb(154,141,143,0.5);
    right: -100px;
    position: absolute;
    top: -100px;
}.style_company_overview .container {
    max-width: 1200px;
    position: relative;
    z-index: 2;
    padding: 0 2rem;
    margin: 0 auto;
}.style_company_overview h1 {
    font-size: 44px;
    display: inline-block;
    animation: slideIn 0.8s ease-out forwards 0.2s;
    position: relative;
    opacity: 0;
    margin-bottom: 3rem;
    transform: translateX(calc(100vw * 0.02));
    color: #000000;
    font-weight: 700;
}.style_company_overview h1::after {
    content: "";
    background: linear-gradient(90deg, rgb(192,181,179), rgb(154,141,143));
    width: 0;
    animation: lineGrow 1.2s ease-out forwards 1s;
    position: absolute;
    bottom: -10px;
    left: 0;
    height: 3px;
}.style_company_overview .style_mission_why {
    position: relative;
}.style_company_overview .style_mission_why ul {
    list-style: none;
    padding: 0;
    display: grid;
    gap: 3rem;
    margin: 0;
    grid-template-columns: 1fr;
}.style_company_overview .style_study_program {
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.08);
    transform: translateY(30px);
    padding: 2.5rem;
    background: #ffffff;
    animation: fadeUp 0.8s ease-out forwards;
    border-radius: 10px;
    position: relative;
    opacity: 0;
    transition: transform 0.5s ease, box-shadow 0.5s ease;
    overflow: hidden;
}.style_company_overview .style_study_program:nth-child(1) {
    animation-delay: 0.4s;
}.style_company_overview .style_study_program:nth-child(2) {
    animation-delay: 0.7s;
}.style_company_overview .style_study_program:hover {
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.12);
    transform: translateY(-5px);
}.style_company_overview .style_study_program::before {
    width: 100%;
    left: 0;
    transition: transform 0.5s ease;
    background: linear-gradient(90deg, rgb(192,181,179), rgb(154,141,143));
    height: 4px;
    content: "";
    position: absolute;
    transform: scaleX(0);
    transform-origin: left;
    top: 0;
}.style_company_overview .style_study_program:hover::before {
    transform: scaleX(1);
}.style_company_overview .style_study_program h4 {
    font-size: calc(18px * 1.2);
    position: relative;
    font-weight: 700;
    transform: translateX(-10px);
    color: rgb(192,181,179);
    display: inline-block;
    margin: 0 0 1.5rem;
    animation: slideInRight 0.6s ease-out forwards 1s;
    opacity: 0;
}.style_company_overview .style_study_program:nth-child(2) h4 {
    animation-delay: 1.2s;
}.style_company_overview .style_study_program div {
    overflow-y: auto;
    max-height: 300px;
    opacity: 0;
    line-height: 1.8;
    color: #000000;
    animation: fadeUp 0.8s ease-out forwards 1.4s;
    padding-right: 1rem;
    transform: translateY(20px);
    font-size: 15px;
}.style_company_overview .style_study_program:nth-child(2) div {
    animation-delay: 1.6s;
}.style_company_overview .style_study_program div::-webkit-scrollbar {
    width: 4px;
}.style_company_overview .style_study_program div::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background: rgb(154,141,143,0.5);
}

@keyframes rotate {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

@keyframes slideIn {
    0% {
        transform: translateX(calc(100vw * 0.02));
        opacity: 0;
    }
    100% {
        transform: translateX(0);
        opacity: 1;
    }
}

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

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

@keyframes lineGrow {
    0% {
        width: 0;
    }
    100% {
        width: 100%;
    }
}

@media (min-width: 768px) {.style_company_overview {
    padding: 8rem 0;
}.style_company_overview h1 {
    font-size: calc(44px * 1.2);
    margin-bottom: 4rem;
}.style_company_overview .style_mission_why ul {
    grid-template-columns: repeat(2, 1fr);
    align-items: stretch;
}.style_company_overview .style_study_program {
    flex-direction: column;
    padding: 3rem;
    display: flex;
    height: 100%;
}.style_company_overview .style_study_program div {
    max-height: 450px;
    flex: 1;
}.style_company_overview .style_study_program:nth-child(1) {
    transform: translateY(60px);
}.style_company_overview .style_study_program:nth-child(2) {
    transform: translateY(-30px);
}.style_company_overview .style_study_program:hover:nth-child(1),
    .style_company_overview .style_study_program:hover:nth-child(2) {
    transform: translateY(0);
}
}

@media (min-width: 992px) {.style_company_overview::before {
    background: radial-gradient(circle at 30% 30%, rgb(192,181,179,0.5) 0%, transparent 70%);
}.style_company_overview .container {
    padding: 0 3rem;
}.style_company_overview h1 {
    margin-left: 2rem;
    font-size: calc(44px * 1.4);
}.style_company_overview .style_study_program {
    border-radius: 21px;
    padding: 3.5rem;
}.style_company_overview .style_study_program:nth-child(1) {
    transform: translate(30px, 60px) rotate(-2deg);
}.style_company_overview .style_study_program:nth-child(2) {
    transform: translate(-30px, -30px) rotate(2deg);
}.style_company_overview .style_study_program:hover:nth-child(1),
    .style_company_overview .style_study_program:hover:nth-child(2) {
    transform: translate(0, 0) rotate(0);
}.style_company_overview .style_study_program h4 {
    margin-bottom: 2rem;
    font-size: calc(18px * 1.4);
}
}

@media (min-width: 1200px) {.style_company_overview {
    padding: 10rem 0;
}.style_company_overview::after {
    width: 400px;
    top: -150px;
    height: 400px;
    right: -150px;
}.style_company_overview .style_mission_why::before {
    z-index: -1;
    content: "";
    border-radius: 50%;
    width: 200px;
    height: 200px;
    left: -100px;
    animation: pulseScale 8s ease-in-out infinite alternate;
    bottom: -100px;
    border: 1px dashed rgb(192,181,179,0.5);
    position: absolute;
}@keyframes pulseScale {
        0% {
            transform: scale(0.9);
            opacity: 0.3;
        }
        100% {
            transform: scale(1.1);
            opacity: 0.6;
        }
    }
}.style_teaching_history {
    height: 500px;
    position: relative;
    background: rgb(226,224,204);
    overflow: hidden;
}.style_teaching_history::before {
    top: 0;
    left: 0;
    width: 50%;
    z-index: 1;
    background: rgb(192,181,179);
    content: "";
    position: absolute;
    clip-path: polygon(0 0, 100% 0, 85% 100%, 0% 100%);
    height: 100%;
}.style_teaching_history::after {
    height: 100%;
    width: 100%;
    content: "";
    position: absolute;
    z-index: 2;
    background: 
        linear-gradient(
            135deg, 
            transparent 0%, 
            rgb(154,141,143,0.5) 100%
        );
    mix-blend-mode: overlay;
}.style_teaching_history .style_review_carousel {
    z-index: 3;
    display: flex;
    height: 100%;
    position: relative;
}.style_teaching_history .style_img_lightbox {
    filter: grayscale(30%) contrast(1.1);
    z-index: 2;
    top: -15%;
    width: 45%;
    transition: transform 0.6s cubic-bezier(0.23, 1, 0.32, 1);
    transform: translateX(-5%);
    border-radius: 0;
    left: 0;
    clip-path: polygon(0 0, 100% 0, 85% 100%, 0% 100%);
    height: 130%;
    position: absolute;
}.style_teaching_history .style_img_lightbox::after {
    top: 0;
    position: absolute;
    background: linear-gradient(
        to right,
        rgb(192,181,179) 0%,
        transparent 100%
    );
    width: 100%;
    opacity: 0.3;
    content: "";
    left: 0;
    height: 100%;
}.style_teaching_history:hover .style_img_lightbox {
    filter: grayscale(0%) contrast(1.2);
    transform: translateX(0%);
}.style_teaching_history .style_employee_progress {
    flex-direction: column;
    position: absolute;
    z-index: 3;
    display: flex;
    height: 100%;
    padding: 0 3rem 0 7rem;
    width: 60%;
    right: 0;
    justify-content: center;
}.style_teaching_history .name {
    animation: slide-left 0.7s forwards 0.2s;
    font-size: 44px;
    position: relative;
    opacity: 0;
    margin-bottom: 0.7rem;
    transform: translateX(50px);
    color: #000000;
    font-weight: 700;
}.style_teaching_history .name::before {
    height: 5px;
    left: 0;
    bottom: -10px;
    position: absolute;
    transform-origin: left;
    width: 50px;
    transform: scaleX(0);
    background: rgb(192,181,179);
    content: "";
    transition: transform 0.5s ease 0.7s;
}.style_teaching_history:hover .name::before {
    transform: scaleX(1);
}.style_teaching_history .style_employee_progress > div:nth-child(2) {
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 600;
    animation: slide-left 0.7s forwards 0.4s;
    transform: translateX(50px);
    opacity: 0;
    margin-bottom: 2rem;
    letter-spacing: 3px;
    color: rgb(154,141,143);
}.style_teaching_history .style_emp_block {
    animation: slide-left 0.7s forwards 0.6s;
    opacity: 0;
    position: relative;
    line-height: 1.8;
    font-weight: 400;
    max-width: 600px;
    font-size: 18px;
    color: #000000;
    padding-left: 30px;
    transform: translateX(50px);
}@keyframes slide-left {
    to {
        transform: translateX(0);
        opacity: 1;
    }
}

.style_teaching_history .style_emp_block::before {
    border-radius: 10px;
    content: "";
    height: 100%;
    top: 0;
    width: 5px;
    background: linear-gradient(
        to bottom,
        rgb(192,181,179) 0%,
        rgb(154,141,143) 100%
    );
    position: absolute;
    left: 0;
}.style_teaching_history .style_emp_block::after {
    content: '"';
    color: rgb(192,181,179,0.5);
    position: absolute;
    opacity: 0.1;
    font-size: 20rem;
    z-index: -1;
    line-height: 0;
    bottom: -120px;
    right: -80px;
    font-family: serif;
}@keyframes parallax-shift {
    0% {
        transform: translateY(0);
    }
    100% {
        transform: translateY(-20px);
    }
}

.style_teaching_history:hover .style_img_lightbox {
    animation: parallax-shift 3s ease-in-out infinite alternate;
}.style_teaching_history .style_employee_progress > div {
    transition: transform 0.3s ease;
}.style_teaching_history:hover .name {
    transition-delay: 0.1s;
    transform: translateY(-5px);
}.style_teaching_history:hover .style_employee_progress > div:nth-child(2) {
    transform: translateY(-3px);
    transition-delay: 0.2s;
}.style_teaching_history:hover .style_emp_block {
    transition-delay: 0.3s;
    transform: translateY(-1px);
}

@media (max-width: 992px) {.style_teaching_history {
    padding: 0;
    height: auto;
}.style_teaching_history::before {
    clip-path: none;
    height: 250px;
    width: 100%;
}.style_teaching_history .style_review_carousel {
    flex-direction: column;
}.style_teaching_history .style_img_lightbox {
    position: relative;
    height: 300px;
    top: 0;
    width: 100%;
    clip-path: none;
    transform: none;
}.style_teaching_history .style_employee_progress {
    padding: 2rem;
    position: relative;
    width: 100%;
}.style_teaching_history:hover .style_img_lightbox {
    animation: none;
}.style_teaching_history .style_emp_block::after {
    display: none;
}}.style_learning_impact {
    position: relative;
    padding: 80px 0;
    background: linear-gradient(135deg, rgb(226,224,204) 0%, rgba(245, 245, 250, 0.95) 100%);
    overflow: hidden;
}.style_learning_impact::before {
    z-index: 0;
    height: 300px;
    background: radial-gradient(circle, rgb(154,141,143,0.5) 0%, transparent 70%);
    content: '';
    top: -10%;
    position: absolute;
    filter: blur(40px);
    width: 300px;
    right: -5%;
}.style_learning_impact::after {
    content: '';
    width: 250px;
    filter: blur(30px);
    background: radial-gradient(circle, rgb(192,181,179,0.5) 0%, transparent 70%);
    position: absolute;
    bottom: -10%;
    z-index: 0;
    left: -5%;
    height: 250px;
}.style_learning_impact .container {
    max-width: 1200px;
    padding: 0 20px;
    margin: 0 auto;
    z-index: 1;
    position: relative;
}.style_learning_impact .style_path_creators {
    gap: 40px;
    background: linear-gradient(145deg, rgba(255, 255, 255, 0.9), rgba(248, 248, 252, 0.8));
    padding: 30px;
    flex-direction: column-reverse;
    transform: perspective(1000px) rotateX(2deg);
    box-shadow: 20px 20px 60px rgba(0, 0, 0, 0.05),
                -20px -20px 60px rgba(255, 255, 255, 0.8);
    position: relative;
    display: flex;
    border-radius: 12px;
    transition: transform 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
    backdrop-filter: blur(10px);
}.style_learning_impact .style_path_creators:hover {
    transform: perspective(1000px) rotateX(0deg);
    box-shadow: 15px 15px 30px rgba(0, 0, 0, 0.03),
                -15px -15px 30px rgba(255, 255, 255, 0.9);
}.style_learning_impact .style_reading_area {
    z-index: 2;
    position: relative;
}.style_learning_impact h4 {
    position: relative;
    margin-bottom: 25px;
    color: #000000;
    font-size: 22px;
    display: inline-block;
    transform: translateZ(10px);
    font-weight: 700;
}.style_learning_impact h4::after {
    transform-origin: left;
    background: rgb(154,141,143);
    content: '';
    position: absolute;
    transform: scaleX(0);
    bottom: -8px;
    height: 3px;
    width: 60px;
    left: 0;
    transition: transform 0.5s ease-out;
}.style_learning_impact .style_path_creators:hover h4::after {
    transform: scaleX(1);
}.style_learning_impact .style_reading_area > div {
    gap: 20px;
    flex-direction: column;
    display: flex;
}.style_learning_impact ul {
    padding: 0;
    margin: 0;
    list-style: none;
}.style_learning_impact li {
    transform: translateX(-10px);
    opacity: 0;
    animation-delay: calc(var(--i, 0) * 0.1s);
    animation: slideIn 0.5s forwards;
    margin-bottom: 15px;
}.style_learning_impact li:nth-child(1) {
    --i: 1;
}.style_learning_impact li:nth-child(2) {
    --i: 2;
}.style_learning_impact li:nth-child(3) {
    --i: 3;
}.style_learning_impact li:nth-child(4) {
    --i: 4;
}.style_learning_impact li:nth-child(5) {
    --i: 5;
}.style_learning_impact li p {
    padding: 12px 15px;
    font-size: 17px;
    gap: 15px;
    border-radius: 8px;
    color: #000000;
    display: flex;
    transition: all 0.3s ease;
    box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.03),
                -5px -5px 10px rgba(255, 255, 255, 0.8);
    background: linear-gradient(145deg, #ffffff, #f0f0f5);
    align-items: flex-start;
}.style_learning_impact li p:hover {
    box-shadow: 8px 8px 15px rgba(0, 0, 0, 0.05),
                -8px -8px 15px rgba(255, 255, 255, 0.9);
    transform: translateY(-3px);
}.style_learning_impact li p span:first-child {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}.style_learning_impact li p span:last-child {
    line-height: 1.5;
}.style_learning_impact svg {
    transform-origin: center;
    height: 24px;
    width: 24px;
    transition: transform 0.3s ease;
}.style_learning_impact li:hover svg {
    transform: scale(1.1) rotate(5deg);
}.style_learning_impact svg path {
    transition: fill 0.3s ease;
    fill: rgb(154,141,143);
}.style_learning_impact li:hover svg path {
    fill: rgb(192,181,179);
}.style_learning_impact .style_img_lightbox {
    width: 100%;
    filter: saturate(1.1) contrast(1.05);
    object-fit: cover;
    transition: transform 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    box-shadow: 15px 15px 30px rgba(0, 0, 0, 0.1);
    height: auto;
    transform: perspective(1000px) rotateY(-5deg);
    border-radius: 10px;
}.style_learning_impact .style_path_creators:hover .style_img_lightbox {
    transform: perspective(1000px) rotateY(0deg);
}

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

@media (min-width: 768px) {.style_learning_impact {
    padding: 100px 0;
}.style_learning_impact .style_path_creators {
    flex-direction: row;
    align-items: center;
    gap: 60px;
    padding: 50px;
}.style_learning_impact .style_reading_area {
    flex: 1;
}.style_learning_impact .style_reading_area > div {
    flex-direction: row;
    gap: 30px;
    flex-wrap: wrap;
}.style_learning_impact .style_reading_area > div > div {
    min-width: 280px;
    flex: 1;
}.style_learning_impact h4 {
    margin-bottom: 35px;
    font-size: 34px;
}.style_learning_impact .style_img_lightbox {
    width: 40%;
    object-position: center;
    height: 400px;
    transform: perspective(1000px) rotateY(-8deg) translateZ(20px);
}
}

@media (min-width: 992px) {.style_learning_impact .style_path_creators {
    padding: 60px;
}.style_learning_impact .style_img_lightbox {
    width: 45%;
    height: 450px;
}.style_learning_impact li p {
    padding: 16px 20px;
}
}

@media (min-width: 1200px) {.style_learning_impact .style_path_creators {
    padding: 70px;
    gap: 80px;
}.style_learning_impact h4 {
    margin-bottom: 45px;
}.style_learning_impact .style_img_lightbox {
    height: 500px;
}
}

@media (hover: none) {.style_learning_impact .style_path_creators,
    .style_learning_impact .style_path_creators:hover,
    .style_learning_impact .style_img_lightbox,
    .style_learning_impact .style_path_creators:hover .style_img_lightbox {
    transform: none;
}}.style_client_feedback {
    background: linear-gradient(135deg, rgb(226,224,204) 0%, #ffffff 100%);
    overflow: hidden;
    padding: 7rem 2rem;
    position: relative;
}.style_client_feedback::before {
    z-index: 0;
    height: 100%;
    left: 0;
    background-size: 60px 60px;
    position: absolute;
    top: 0;
    opacity: 0.07;
    width: 100%;
    background: 
        linear-gradient(45deg, rgb(192,181,179,0.5) 25%, transparent 25%),
        linear-gradient(-45deg, rgb(192,181,179,0.5) 25%, transparent 25%);
    content: "";
}.style_client_feedback .style_path_creators {
    position: relative;
    margin: 0 auto;
    max-width: 1000px;
    z-index: 1;
}.style_client_feedback h4 {
    margin-bottom: 4rem;
    text-transform: uppercase;
    text-align: center;
    color: #000000;
    position: relative;
    font-weight: 700;
    letter-spacing: 1px;
    font-size: 33px;
}.style_client_feedback h4::before {
    content: "";
    height: 3px;
    left: 50%;
    background: rgb(192,181,179);
    position: absolute;
    transform: translateX(-50%);
    width: 80px;
    bottom: -15px;
}.style_client_feedback h4::after {
    background: rgb(154,141,143);
    width: 40px;
    height: 3px;
    transform: translateX(-50%);
    left: 50%;
    position: absolute;
    content: "";
    bottom: -22px;
}.style_client_feedback .style_alumni_voices {
    display: flex;
    position: relative;
    flex-direction: column;
    padding-left: 50px;
}.style_client_feedback .style_alumni_voices::before {
    content: "";
    background: linear-gradient(to bottom, rgb(192,181,179), rgb(154,141,143));
    bottom: 0;
    position: absolute;
    width: 2px;
    left: 24px;
    top: 0;
    z-index: 1;
}.style_client_feedback .style_alumni_voices::after {
    left: 20px;
    background: rgb(154,141,143);
    height: 10px;
    position: absolute;
    z-index: 2;
    content: "";
    bottom: 0;
    border-radius: 50%;
    width: 10px;
}.style_client_feedback .style_review_carousel {
    transform: translateX(0);
    padding: 2rem;
    background: #ffffff;
    width: 100%;
    margin-bottom: 4rem;
    border-radius: 28px;
    position: relative;
    transition: all 0.4s ease;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
}.style_client_feedback .style_review_carousel:last-child {
    margin-bottom: 0;
}.style_client_feedback .style_review_carousel::before {
    border-radius: 50%;
    left: -65px;
    transition: all 0.3s ease;
    box-shadow: 0 0 0 3px rgb(192,181,179,0.5);
    height: 16px;
    z-index: 2;
    top: 20px;
    position: absolute;
    border: 3px solid #ffffff;
    content: "";
    background: rgb(192,181,179);
    width: 16px;
}.style_client_feedback .style_review_carousel::after {
    width: 20px;
    top: 24px;
    left: -15px;
    height: 2px;
    position: absolute;
    content: "";
    z-index: 1;
    background: rgb(192,181,179,0.5);
}.style_client_feedback .style_review_carousel:hover {
    transform: translateX(10px);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.08);
}.style_client_feedback .style_review_carousel:hover::before {
    transform: scale(1.2);
    background: rgb(154,141,143);
}.style_client_feedback .style_review_carousel:nth-child(even) {
    border-left: 3px solid rgb(192,181,179);
    background: linear-gradient(135deg, #ffffff 0%, rgb(226,224,204) 100%);
    align-self: flex-end;
}.style_client_feedback .style_review_carousel:nth-child(odd) {
    border-right: 3px solid rgb(154,141,143);
    background: linear-gradient(135deg, rgb(226,224,204) 0%, #ffffff 100%);
    align-self: flex-start;
}.style_client_feedback .style_review_carousel .style_img_lightbox {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    float: left;
    transition: all 0.3s ease;
    margin-right: 20px;
    height: 70px;
    border: 3px solid #ffffff;
    width: 70px;
    border-radius: 50%;
}.style_client_feedback .style_review_carousel:hover .style_img_lightbox {
    border-color: rgb(192,181,179,0.5);
    transform: scale(1.05);
}.style_client_feedback .style_review_carousel:nth-child(even) .style_img_lightbox {
    margin-left: 20px;
    margin-right: 0;
    float: right;
}.style_client_feedback .style_review_carousel span {
    font-weight: 600;
    padding-top: 10px;
    margin-bottom: 0.5rem;
    font-size: 20px;
    color: #000000;
    display: block;
}.style_client_feedback .style_review_carousel:nth-child(even) span {
    text-align: right;
}.style_client_feedback .style_review_carousel p {
    color: #000000;
    font-size: 15px;
    line-height: 1.6;
    margin-top: 1rem;
    clear: both;
}.style_client_feedback .style_review_carousel:nth-child(even) p {
    text-align: right;
}

@media (max-width: 992px) {.style_client_feedback {
    padding: 5rem 1.5rem;
}.style_client_feedback h4 {
    font-size: calc(33px * 0.9);
}.style_client_feedback .style_review_carousel {
    padding: 1.5rem;
}
}

@media (max-width: 768px) {.style_client_feedback {
    padding: 4rem 1rem;
}.style_client_feedback .style_alumni_voices {
    padding-left: 30px;
}.style_client_feedback .style_alumni_voices::before {
    left: 14px;
}.style_client_feedback .style_alumni_voices::after {
    left: 10px;
}.style_client_feedback .style_review_carousel::before {
    height: 14px;
    left: -45px;
    width: 14px;
}.style_client_feedback h4 {
    margin-bottom: 3rem;
    font-size: calc(33px * 0.8);
}.style_client_feedback .style_review_carousel:nth-child(even),
    .style_client_feedback .style_review_carousel:nth-child(odd) {
    align-self: auto;
    width: 100%;
}.style_client_feedback .style_review_carousel .style_img_lightbox {
    float: none;
    margin: 0 auto 1rem;
}.style_client_feedback .style_review_carousel:nth-child(even) .style_img_lightbox {
    margin: 0 auto 1rem;
    float: none;
}.style_client_feedback .style_review_carousel span,
    .style_client_feedback .style_review_carousel:nth-child(even) span {
    text-align: center;
    padding-top: 0;
}.style_client_feedback .style_review_carousel p,
    .style_client_feedback .style_review_carousel:nth-child(even) p {
    text-align: center;
}}.style_program_offerings {
    background: rgb(226,224,204);
    padding: 120px 0;
    position: relative;
    overflow: hidden;
}.style_program_offerings::before {
    position: absolute;
    filter: blur(60px);
    background: 
        radial-gradient(circle at 20% 30%, rgb(192,181,179,0.5) 0%, transparent 30%),
        radial-gradient(circle at 80% 70%, rgb(154,141,143,0.5) 0%, transparent 30%);
    opacity: 0.7;
    animation: gradientShift 15s infinite alternate ease-in-out;
    z-index: 0;
    left: 0;
    height: 100%;
    top: 0;
    width: 100%;
    content: "";
}.style_program_offerings::after {
    content: "";
    animation: rotateBg 120s linear infinite;
    left: 0;
    background: 
        repeating-conic-gradient(
            from 0deg,
            rgba(0, 0, 0, 0.5) 0deg 1deg,
            transparent 1deg 15deg
        );
    z-index: 0;
    opacity: 0.03;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
}.style_program_offerings .container {
    position: relative;
    z-index: 1;
}.style_program_offerings .style_path_creators {
    align-items: center;
    justify-content: center;
    min-height: 600px;
    position: relative;
    display: flex;
}.style_program_offerings .style_img_lightbox {
    box-shadow: 
        0 20px 50px rgba(0, 0, 0, 0.2),
        0 10px 30px rgba(0, 0, 0, 0.5);
    transform: scale(0.9);
    filter: brightness(0.9) contrast(1.1);
    height: 100%;
    width: 100%;
    top: 0;
    transition: all 0.8s cubic-bezier(0.34, 1.56, 0.64, 1);
    left: 0;
    overflow: hidden;
    z-index: 1;
    border-radius: 50%;
    position: absolute;
}.style_program_offerings .style_img_lightbox::before {
    position: absolute;
    top: 0;
    background: 
        radial-gradient(
            circle at center,
            transparent 30%,
            rgba(0, 0, 0, 0.5) 100%
        );
    width: 100%;
    left: 0;
    z-index: 2;
    mix-blend-mode: multiply;
    height: 100%;
    content: "";
}.style_program_offerings .style_img_lightbox::after {
    z-index: 3;
    width: 100%;
    transition: opacity 0.5s ease;
    mix-blend-mode: overlay;
    height: 100%;
    opacity: 0.4;
    content: "";
    top: 0;
    left: 0;
    background: 
        conic-gradient(
            from 0deg,
            rgb(192,181,179,0.5) 0deg,
            transparent 120deg,
            rgb(154,141,143,0.5) 240deg,
            transparent 360deg
        );
    position: absolute;
}.style_program_offerings .style_path_creators:hover .style_img_lightbox {
    transform: scale(0.95) rotate(2deg);
    filter: brightness(1) contrast(1.2);
}.style_program_offerings .style_path_creators:hover .style_img_lightbox::after {
    animation: rotateOverlay 20s linear infinite;
    opacity: 0.6;
}.style_program_offerings .style_tech_learn {
    z-index: 2;
    align-items: center;
    display: flex;
    flex-direction: column;
    padding: 0;
    width: 60%;
    position: relative;
}.style_program_offerings .style_nav_class {
    transform: translateY(0);
    border-radius: 50%;
    background: #ffffff;
    height: 100px;
    position: relative;
    justify-content: center;
    width: 100px;
    box-shadow: 
        0 15px 35px rgba(0, 0, 0, 0.15),
        0 5px 15px rgb(192,181,179,0.5);
    z-index: 5;
    align-items: center;
    display: flex;
    margin-bottom: 30px;
    transition: all 0.6s cubic-bezier(0.34, 1.56, 0.64, 1);
}.style_program_offerings .style_nav_class::before {
    background: 
        conic-gradient(
            from 0deg,
            rgb(192,181,179) 0deg,
            rgb(192,181,179,0.5) 90deg,
            rgb(154,141,143,0.5) 180deg,
            rgb(154,141,143) 270deg,
            rgb(192,181,179) 360deg
        );
    z-index: -1;
    top: -10px;
    bottom: -10px;
    left: -10px;
    right: -10px;
    border-radius: 50%;
    opacity: 0.7;
    content: "";
    animation: rotateLogo 10s linear infinite;
    position: absolute;
}.style_program_offerings .style_nav_class::after {
    left: -20px;
    top: -20px;
    right: -20px;
    z-index: -2;
    content: "";
    animation: pulseBorder 4s ease-in-out infinite;
    position: absolute;
    border-radius: 50%;
    opacity: 0.3;
    border: 2px dashed rgb(192,181,179,0.5);
    bottom: -20px;
}.style_program_offerings .style_nav_class:hover {
    transform: translateY(-10px);
    box-shadow: 
        0 20px 45px rgba(0, 0, 0, 0.2),
        0 8px 25px rgb(192,181,179,0.5);
}.style_program_offerings .style_nav_class svg {
    filter: drop-shadow(0 3px 6px rgb(192,181,179,0.5));
    width: 50px;
    height: 50px;
    transition: all 0.5s ease;
}.style_program_offerings .style_nav_class:hover svg {
    transform: rotate(15deg) scale(1.1);
}.style_program_offerings .style_nav_class svg path {
    transition: fill 0.5s ease;
    fill: rgb(192,181,179);
}.style_program_offerings .style_nav_class:hover svg path {
    fill: rgb(154,141,143);
}.style_program_offerings h3 {
    transform: perspective(800px) rotateX(2deg);
    color: #000000;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
    transition: all 0.6s cubic-bezier(0.34, 1.56, 0.64, 1);
    font-size: 38px;
    border-radius: 21px;
    font-weight: 700;
    max-width: 600px;
    margin-bottom: 30px;
    width: 90%;
    background: #ffffff;
    padding: 25px 40px;
    text-align: center;
    position: relative;
}.style_program_offerings h3::before {
    width: 100%;
    z-index: -1;
    border-radius: 21px;
    opacity: 0.1;
    top: 0;
    left: 0;
    position: absolute;
    background: linear-gradient(135deg, rgb(192,181,179,0.5) 0%, transparent 100%);
    content: "";
    height: 100%;
}.style_program_offerings h3::after {
    border-radius: 10px;
    content: "";
    transition: width 0.5s ease;
    bottom: -15px;
    left: 50%;
    position: absolute;
    background: linear-gradient(90deg, rgb(192,181,179), rgb(154,141,143));
    width: 60px;
    transform: translateX(-50%);
    height: 3px;
}.style_program_offerings .style_tech_learn:hover h3 {
    box-shadow: 0 20px 45px rgba(0, 0, 0, 0.15);
    transform: perspective(800px) rotateX(0deg);
}.style_program_offerings .style_tech_learn:hover h3::after {
    width: 120px;
}.style_program_offerings p {
    color: #000000;
    position: relative;
    transform: perspective(800px) rotateX(-2deg);
    text-align: center;
    width: 100%;
    line-height: 1.8;
    max-width: 700px;
    padding: 35px;
    background: #ffffff;
    transition: all 0.6s cubic-bezier(0.34, 1.56, 0.64, 1);
    font-size: 15px;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
    z-index: 4;
    border-radius: 21px;
}.style_program_offerings p::before {
    left: 0;
    height: 100%;
    width: 100%;
    content: "";
    opacity: 0.1;
    background: linear-gradient(225deg, rgb(154,141,143,0.5) 0%, transparent 100%);
    top: 0;
    position: absolute;
    z-index: -1;
    border-radius: 21px;
}.style_program_offerings p::after {
    position: absolute;
    background: rgb(154,141,143,0.5);
    opacity: 0.5;
    top: -30px;
    right: 30px;
    width: 60px;
    content: "";
    transition: all 0.5s ease;
    filter: blur(25px);
    z-index: -2;
    border-radius: 50%;
    height: 60px;
}.style_program_offerings .style_tech_learn:hover p {
    transform: perspective(800px) rotateX(0deg);
    box-shadow: 0 20px 45px rgba(0, 0, 0, 0.15);
}.style_program_offerings .style_tech_learn:hover p::after {
    opacity: 0.7;
    width: 80px;
    height: 80px;
}

@keyframes gradientShift {
    0% {
        opacity: 0.5;
        transform: scale(1) rotate(0deg);
    }
    50% {
        opacity: 0.7;
        transform: scale(1.1) rotate(5deg);
    }
    100% {
        opacity: 0.5;
        transform: scale(1) rotate(0deg);
    }
}

@keyframes rotateBg {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

@keyframes rotateLogo {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

@keyframes rotateOverlay {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

@keyframes pulseBorder {
    0%, 100% {
        opacity: 0.3;
        transform: scale(1);
    }
    50% {
        opacity: 0.5;
        transform: scale(1.05);
    }
}

@media (min-width: 992px) and (max-width: 1199px) {.style_program_offerings {
    padding: 100px 0;
}.style_program_offerings .style_path_creators {
    min-height: 550px;
}.style_program_offerings .style_tech_learn {
    width: 70%;
}.style_program_offerings .style_nav_class {
    height: 90px;
    width: 90px;
    margin-bottom: 25px;
}.style_program_offerings .style_nav_class svg {
    height: 45px;
    width: 45px;
}.style_program_offerings h3 {
    margin-bottom: 25px;
    font-size: calc(38px - 2px);
    padding: 22px 35px;
}.style_program_offerings p {
    padding: 30px;
    font-size: calc(15px - 1px);
}
}

@media (min-width: 768px) and (max-width: 991px) {.style_program_offerings {
    padding: 80px 0;
}.style_program_offerings .style_path_creators {
    min-height: 450px;
}.style_program_offerings .style_img_lightbox {
    border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
    transform: scale(0.85);
}.style_program_offerings .style_path_creators:hover .style_img_lightbox {
    transform: scale(0.9) rotate(3deg);
}.style_program_offerings .style_tech_learn {
    width: 80%;
}.style_program_offerings .style_nav_class {
    height: 80px;
    width: 80px;
    margin-bottom: 20px;
}.style_program_offerings .style_nav_class svg {
    height: 40px;
    width: 40px;
}.style_program_offerings h3 {
    font-size: calc(38px - 4px);
    padding: 20px 30px;
    width: 95%;
    margin-bottom: 20px;
}.style_program_offerings p {
    font-size: calc(15px - 1px);
    padding: 25px;
    line-height: 1.7;
}.style_program_offerings h3::after {
    width: 50px;
    bottom: -12px;
}.style_program_offerings .style_tech_learn:hover h3::after {
    width: 100px;
}.style_program_offerings p::after {
    right: 25px;
    width: 50px;
    top: -25px;
    height: 50px;
}.style_program_offerings .style_tech_learn:hover p::after {
    height: 65px;
    width: 65px;
}
}

@media (max-width: 767px) {.style_program_offerings {
    padding: 60px 0;
}.style_program_offerings .style_path_creators {
    padding-bottom: 50px;
    min-height: auto;
    flex-direction: column;
}.style_program_offerings .style_img_lightbox {
    position: relative;
    border-radius: 20% 80% 80% 20% / 20% 20% 80% 80%;
    height: 300px;
    transform: scale(0.9);
    margin: 30px 0;
}.style_program_offerings .style_path_creators:hover .style_img_lightbox {
    transform: scale(0.95) rotate(2deg);
}.style_program_offerings .style_tech_learn {
    order: 2;
    width: 100%;
}.style_program_offerings .style_nav_class {
    margin-bottom: 0;
    height: 70px;
    width: 70px;
    position: absolute;
    top: -30px;
    transform: translateX(-50%);
    left: 50%;
    z-index: 10;
}.style_program_offerings .style_nav_class::before,
    .style_program_offerings .style_nav_class::after {
    display: none;
}.style_program_offerings .style_nav_class svg {
    height: 35px;
    width: 35px;
}.style_program_offerings .style_nav_class:hover {
    transform: translateX(-50%) translateY(-5px);
}.style_program_offerings h3 {
    transform: none;
    margin-top: 40px;
    font-size: calc(38px - 6px);
    width: 100%;
    margin-bottom: 15px;
    padding: 20px;
}.style_program_offerings p {
    font-size: calc(15px - 2px);
    padding: 20px;
    line-height: 1.6;
    transform: none;
}.style_program_offerings h3::after {
    bottom: -10px;
    width: 40px;
}.style_program_offerings .style_tech_learn:hover h3::after {
    width: 80px;
}.style_program_offerings p::after {
    display: none;
}.style_program_offerings .style_tech_learn:hover h3,
    .style_program_offerings .style_tech_learn:hover p {
    transform: none;
}}header {
    z-index: 100;
    margin-top: 0;
    position: relative;
    overflow: visible;
    box-shadow: 0 5px 25px rgba(0, 0, 0, 0.3);
    background: linear-gradient(90deg, rgb(154,141,143) 0%, rgb(192,181,179) 100%);
    padding: 0;
}header::before {
    width: 100%;
    background: repeating-linear-gradient(
        -45deg,
        rgba(255, 255, 255, 0.05),
        rgba(255, 255, 255, 0.05) 5px,
        transparent 5px,
        transparent 25px
    );
    height: 100%;
    z-index: 0;
    left: 0;
    content: '';
    top: 0;
    position: absolute;
}header .style_header_wrap {
    display: flex;
    padding: 1.2rem 2.5rem;
    position: relative;
    justify-content: space-between;
    align-items: center;
    z-index: 5;
}header .style_nav_class {
    position: relative;
    padding: 0.5rem;
    margin-right: 2rem;
    overflow: visible;
    flex: 0 0 auto;
}header .style_nav_class::before {
    right: -5px;
    top: -5px;
    bottom: -5px;
    opacity: 0.1;
    border: 2px solid #ffffff;
    position: absolute;
    content: '';
    z-index: -1;
    transform: skew(-5deg);
    transition: all 0.3s ease;
    left: -5px;
}header .style_nav_class::after {
    bottom: -5px;
    box-shadow: 0 0 10px #ffffff, 0 0 20px #ffffff;
    transform: skew(-5deg);
    transition: all 0.3s ease;
    top: -5px;
    opacity: 0;
    z-index: -1;
    left: -5px;
    position: absolute;
    border: 2px solid #ffffff;
    right: -5px;
    content: '';
}header .style_nav_class:hover::before {
    opacity: 0;
}header .style_nav_class:hover::after {
    opacity: 0.5;
    animation: neonPulse 1.5s infinite alternate;
}@keyframes neonPulse {
    0% { opacity: 0.3; box-shadow: 0 0 5px #ffffff, 0 0 10px #ffffff; }
    100% { opacity: 0.7; box-shadow: 0 0 10px #ffffff, 0 0 20px #ffffff, 0 0 30px #ffffff; }
}

header .style_main_mainbar {
    display: block;
    transition: all 0.3s ease;
    position: relative;
}header .style_main_mainbar:hover {
    transform: scale(1.05);
}header .style_main_mainbar img {
    filter: drop-shadow(0 0 5px rgba(255, 255, 255, 0.5));
    max-height: 40px;
}header .style_site_info {
    z-index: 2;
    list-style: none;
    margin: 0;
    display: flex;
    padding: 0;
    position: relative;
}header .style_header_base {
    margin: 0 0.4rem;
    position: relative;
}header .style_header_base a {
    position: relative;
    align-items: center;
    font-weight: 600;
    transition: all 0.3s ease;
    overflow: hidden;
    color: #ffffff;
    display: flex;
    height: 40px;
    background: rgba(255, 255, 255, 0.1);
    font-size: 18px;
    text-decoration: none;
    padding: 0 1.2rem;
    letter-spacing: 0.5px;
    justify-content: center;
    z-index: 1;
    border: 1px solid rgba(255, 255, 255, 0.2);
    text-shadow: 0 0 5px #ffffff;
}header .style_header_base a::before {
    opacity: 0;
    content: '';
    top: -2px;
    left: -2px;
    transform: scale(0.9);
    z-index: -1;
    bottom: -2px;
    background: #ffffff;
    position: absolute;
    transition: opacity 0.3s ease;
    right: -2px;
}header .style_header_base a:hover {
    box-shadow: 0 0 15px rgba(255, 255, 255, 0.5);
    border-color: #ffffff;
    text-shadow: none;
    transform: translateY(-3px);
    color: rgb(192,181,179);
}header .style_header_base a:hover::before {
    transform: scale(1);
    opacity: 1;
}header .style_header_base::after {
    position: absolute;
    opacity: 0;
    transition: all 0.3s ease;
    height: 5px;
    filter: blur(3px);
    bottom: -10px;
    left: 10%;
    width: 80%;
    content: '';
    background: linear-gradient(90deg, transparent, #ffffff, transparent);
}header .style_header_base:hover::after {
    opacity: 0.5;
    bottom: -5px;
}header .style_header_wrap::before {
    background: linear-gradient(90deg, 
        transparent, 
        rgba(255, 255, 255, 0.3), 
        transparent
    );
    left: 0;
    content: '';
    position: absolute;
    width: 100%;
    height: 1px;
    top: 0;
}header .style_header_wrap::after {
    bottom: 0;
    background: linear-gradient(90deg, 
        transparent, 
        rgba(255, 255, 255, 0.3), 
        transparent
    );
    left: 0;
    width: 100%;
    content: '';
    height: 1px;
    position: absolute;
}header .style_header_learn {
    position: relative;
    z-index: 1;
    padding-top: 2rem;
    background: rgb(226,224,204);
}

@media (min-width: 1400px) {header .style_header_wrap {
    margin: 0 auto;
    max-width: 1320px;
}header .style_header_base {
    margin: 0 0.6rem;
}header .style_header_base a {
    padding: 0 1.5rem;
}
}

@media (max-width: 991px) {header .style_header_wrap {
    flex-wrap: wrap;
    padding: 1rem 2rem;
}header .style_nav_class {
    margin-right: 0;
    margin-bottom: 0;
}header .style_site_info {
    flex-basis: 100%;
    margin-top: 1rem;
    justify-content: flex-end;
}header .style_header_base a {
    font-size: calc(18px - 1px);
    padding: 0 1rem;
    height: 36px;
}
}

@media (max-width: 767px) {header {
    padding: 0;
}header .style_header_wrap {
    padding: 0.8rem 1.5rem;
}header .style_nav_class {
    max-width: 140px;
}header .style_nav_class::before, 
    header .style_nav_class::after {
    bottom: -3px;
    top: -3px;
    left: -3px;
    right: -3px;
}header .style_main_mainbar img {
    max-height: 35px;
}header .style_site_info {
    padding-bottom: 0.5rem;
    overflow-x: auto;
    scrollbar-width: thin;
    -webkit-overflow-scrolling: touch;
    justify-content: flex-start;
    margin-top: 0.8rem;
}header .style_site_info::-webkit-scrollbar {
    height: 3px;
}header .style_site_info::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.3);
}header .style_header_base {
    flex: 0 0 auto;
    margin: 0 0.2rem;
}header .style_header_base a {
    height: 32px;
    white-space: nowrap;
    padding: 0 0.8rem;
    font-size: calc(18px - 2px);
}header .style_header_base::after {
    display: none;
}
}

@media (max-width: 479px) {header .style_header_wrap {
    padding: 0.7rem 1.2rem;
}header .style_nav_class {
    max-width: 120px;
}header .style_header_base a {
    height: 30px;
    font-size: calc(18px - 3px);
    padding: 0 0.6rem;
}}.style_contact_form_box {
    position: relative;
    padding: 80px 0;
}.style_contact_form_box::before {
    content: "";
    top: 0;
    position: absolute;
    right: 0;
    background-color: rgba(0, 0, 0, 0.6);
    z-index: 1;
    left: 0;
    bottom: 0;
}.style_contact_form_box .container {
    margin: 0 auto;
    position: relative;
    max-width: 1200px;
    z-index: 2;
}.style_contact_form_box .style_request_help {
    border-radius: 0;
    overflow: hidden;
    grid-template-columns: 45% 55%;
    position: relative;
    display: grid;
    background: #ffffff;
}.style_contact_form_box .style_request_help::before {
    top: -150px;
    height: 300px;
    left: -150px;
    content: "";
    position: absolute;
    z-index: 0;
    border-radius: 50%;
    background: rgb(192,181,179,0.5);
    width: 300px;
}.style_contact_form_box .style_request_help::after {
    z-index: 0;
    background: rgb(154,141,143,0.5);
    bottom: -150px;
    position: absolute;
    right: -150px;
    width: 300px;
    height: 300px;
    content: "";
    border-radius: 50%;
}.style_contact_form_box .style_request_map {
    position: relative;
    padding: 50px;
    border-right: 1px solid rgba(0, 0, 0, 0.05);
    z-index: 1;
}.style_contact_form_box .style_request_map h3 {
    color: rgb(192,181,179);
    font-size: 37px;
    margin-bottom: 40px;
    position: relative;
    font-weight: 700;
}.style_contact_form_box .style_request_map h3::after {
    left: 0;
    height: 4px;
    width: 60px;
    position: absolute;
    background-color: rgb(154,141,143);
    bottom: -15px;
    content: "";
}.style_contact_form_box .style_request_map div {
    padding-bottom: 15px;
    display: flex;
    margin-bottom: 30px;
    align-items: center;
    border-bottom: 1px dashed rgba(0, 0, 0, 0.1);
}.style_contact_form_box .style_request_map div:last-of-type {
    border-bottom: none;
}.style_contact_form_box .style_request_map div svg {
    flex-shrink: 0;
    margin-right: 15px;
    height: 24px;
    width: 24px;
}.style_contact_form_box .style_request_map div svg path {
    fill: rgb(192,181,179);
    transition: fill 0.3s ease;
}.style_contact_form_box .style_request_map div:hover svg path {
    fill: rgb(154,141,143);
}.style_contact_form_box .style_request_map div span {
    color: #000000;
    font-size: 12px;
}.style_contact_form_box .style_request_map div span a {
    transition: color 0.3s ease;
    text-decoration: none;
    color: #000000;
}.style_contact_form_box .style_request_map div span a:hover {
    color: rgb(192,181,179);
}.style_contact_form_box .style_request_query {
    z-index: 1;
    padding: 50px;
    background-color: #ffffff;
    position: relative;
}.style_contact_form_box .style_request_query h3 {
    font-size: 24px;
    font-weight: 600;
    color: #000000;
    margin-bottom: 30px;
}.style_contact_form_box form {
    display: flex;
    flex-direction: column;
}.style_contact_form_box form input[type="text"],
.style_contact_form_box form input[type="email"] {
    margin-bottom: 20px;
    color: #000000;
    background-color: rgb(226,224,204);
    font-size: 12px;
    border: none;
    transition: all 0.3s ease;
    border-radius: 10px;
    padding: 0 20px;
    height: 55px;
}.style_contact_form_box form input[type="text"]:focus,
.style_contact_form_box form input[type="email"]:focus {
    box-shadow: 0 0 0 2px rgb(192,181,179,0.5);
    outline: none;
}.style_contact_form_box form input::placeholder {
    color: rgba(0, 0, 0, 0.4);
}.style_contact_form_box .style_request_feedback {
    position: relative;
    margin-bottom: 25px;
}.style_contact_form_box .style_request_feedback input[type="checkbox"] {
    position: absolute;
    width: 0;
    height: 0;
    cursor: pointer;
    opacity: 0;
}.style_contact_form_box .style_request_feedback label {
    display: block;
    cursor: pointer;
    padding-left: 35px;
    font-size: 12px;
    color: #000000;
    line-height: 1.6;
    position: relative;
}.style_contact_form_box .style_request_feedback label::before {
    background-color: rgb(226,224,204);
    content: "";
    height: 20px;
    border-radius: 10px;
    transition: all 0.3s ease;
    top: 2px;
    position: absolute;
    width: 20px;
    left: 0;
}.style_contact_form_box .style_request_feedback input[type="checkbox"]:checked + label::before {
    background-color: rgb(192,181,179);
}.style_contact_form_box .style_request_feedback input[type="checkbox"]:checked + label::after {
    position: absolute;
    border-width: 0 2px 2px 0;
    top: 3px;
    left: 7px;
    width: 6px;
    content: "";
    transform: rotate(45deg);
    border: solid #ffffff;
    height: 12px;
}.style_contact_form_box .style_request_feedback label a {
    transition: all 0.3s ease;
    text-decoration: none;
    color: rgb(192,181,179);
}.style_contact_form_box .style_request_feedback label a:hover {
    color: rgb(154,141,143);
    text-decoration: underline;
}.style_contact_form_box form .style_request_inquiry {
    background-color: rgb(192,181,179);
    border-radius: 10px;
    font-weight: 600;
    padding: 16px 30px;
    transition: all 0.3s ease;
    align-self: flex-start;
    color: #ffffff;
    display: inline-block;
    border: none;
    cursor: pointer;
    font-size: 17px;
}.style_contact_form_box form .style_request_inquiry:hover {
    background-color: rgb(154,141,143);
}@keyframes borderPulse {
    0% {
        border-color: rgba(0, 0, 0, 0.1);
    }
    50% {
        border-color: rgb(192,181,179,0.5);
    }
    100% {
        border-color: rgba(0, 0, 0, 0.1);
    }
}

.style_contact_form_box .style_request_map div {
    animation-delay: calc(var(--n) * 0.5s);
    animation: borderPulse 3s infinite;
}.style_contact_form_box .style_request_map div:nth-child(2) {
    --n: 0;
}.style_contact_form_box .style_request_map div:nth-child(3) {
    --n: 1;
}.style_contact_form_box .style_request_map div:nth-child(4) {
    --n: 2;
}.style_contact_form_box .style_request_map div:nth-child(5) {
    --n: 3;
}

@media screen and (max-width: 992px) {.style_contact_form_box .container {
    width: 90%;
}.style_contact_form_box .style_request_help {
    grid-template-columns: 1fr;
}.style_contact_form_box .style_request_map {
    border-right: none;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}
}

@media screen and (max-width: 576px) {.style_contact_form_box {
    padding: 60px 0;
}.style_contact_form_box .style_request_map,
    .style_contact_form_box .style_request_query {
    padding: 30px 20px;
}.style_contact_form_box .style_request_map h3 {
    font-size: calc(37px * 0.8);
}.style_contact_form_box form input[type="text"],
    .style_contact_form_box form input[type="email"] {
    height: 50px;
}.style_contact_form_box form .style_request_inquiry {
    width: 100%;
    padding: 14px 20px;
}}.style_student_aid {
    background: linear-gradient(45deg, #000000 0%, rgb(154,141,143,0.5) 100%);
    position: relative;
    color: #ffffff;
    font-family: Arial, sans-serif;
    padding: 6rem 0 2rem;
}.style_student_aid::before {
    width: 100%;
    opacity: 0.15;
    top: 0;
    position: absolute;
    content: '';
    left: 0;
    background-image: 
        radial-gradient(circle at 20% 30%, rgb(192,181,179,0.5) 0%, transparent 30%),
        radial-gradient(circle at 80% 70%, rgb(154,141,143,0.5) 0%, transparent 30%);
    height: 100%;
    z-index: 1;
}.style_student_aid::after {
    width: 100%;
    height: 100%;
    content: '';
    background-image: 
        repeating-linear-gradient(0deg, transparent, transparent 2px, rgba(255, 255, 255, 0.03) 2px, rgba(255, 255, 255, 0.03) 4px),
        repeating-linear-gradient(90deg, transparent, transparent 2px, rgba(255, 255, 255, 0.03) 2px, rgba(255, 255, 255, 0.03) 4px);
    left: 0;
    position: absolute;
    top: 0;
    z-index: 2;
}.style_student_aid .container {
    position: relative;
    z-index: 3;
}.style_student_aid .style_learn_nav {
    position: relative;
    flex-direction: column;
    display: flex;
}.style_student_aid .style_get_contactcard {
    display: flex;
    padding: 1.25rem 2rem;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 2rem;
    gap: 1.5rem;
    transform: translateY(-3.5rem);
    border-radius: 19px;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);
    position: relative;
    background-color: #ffffff;
    z-index: 10;
}.style_student_aid .style_get_contactcard::before {
    z-index: -1;
    background: linear-gradient(135deg, transparent 20%, rgb(192,181,179,0.5) 140%);
    left: 0;
    content: '';
    position: absolute;
    opacity: 0.08;
    height: 100%;
    top: 0;
    border-radius: 19px;
    width: 100%;
}.style_student_aid .info_item {
    flex: 1;
    max-width: 300px;
    transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
    position: relative;
    min-width: 200px;
}.style_student_aid .info_item:not(:last-child)::after {
    transform: translateY(-50%);
    background: linear-gradient(to bottom, transparent, rgb(154,141,143,0.5), transparent);
    width: 1px;
    top: 50%;
    content: '';
    position: absolute;
    height: 70%;
    right: -0.75rem;
}.style_student_aid .info_item p,
.style_student_aid .info_item a {
    transition: all 0.3s ease;
    padding: 0.5rem;
    align-items: center;
    display: flex;
    font-size: 13px;
    gap: 0.875rem;
    text-decoration: none;
    color: #000000;
    border-radius: 10px;
}.style_student_aid .info_item:hover {
    transform: translateY(-5px);
}.style_student_aid .info_item:hover p,
.style_student_aid .info_item:hover a {
    color: rgb(192,181,179);
}.style_student_aid .info_item svg {
    height: 22px;
    width: 22px;
    transition: transform 0.3s ease;
    fill: rgb(192,181,179);
}.style_student_aid .info_item:hover svg {
    transform: scale(1.15);
}.style_student_aid .text_main_holder {
    position: relative;
    display: grid;
    gap: 4rem;
    grid-template-columns: 1fr 1.5fr 1fr;
}.style_student_aid .style_nav_class {
    gap: 1.5rem;
    flex-direction: column;
    display: flex;
}.style_student_aid .style_nav_class svg {
    max-width: 180px;
    transition: filter 0.3s ease, transform 0.3s ease;
    filter: brightness(0) invert(1);
    height: auto;
}.style_student_aid .style_nav_class:hover svg {
    transform: scale(1.03);
    filter: brightness(0) invert(1) drop-shadow(0 0 5px rgb(192,181,179,0.5));
}.style_student_aid .style_privacy_cta {
    opacity: 0.8;
    line-height: 1.6;
    font-size: calc(13px + 1px);
}.style_student_aid .style_site_info {
    flex-direction: column;
    display: flex;
    position: relative;
}.style_student_aid .style_site_info::before {
    top: 0;
    width: 1px;
    left: -2rem;
    background: linear-gradient(to bottom, transparent, rgb(154,141,143,0.5) 30%, rgb(154,141,143,0.5) 70%, transparent);
    content: '';
    bottom: 0;
    position: absolute;
}.style_student_aid .style_site_info::after {
    background: linear-gradient(to bottom, transparent, rgb(154,141,143,0.5) 30%, rgb(154,141,143,0.5) 70%, transparent);
    top: 0;
    width: 1px;
    content: '';
    position: absolute;
    right: -2rem;
    bottom: 0;
}.style_student_aid .style_site_info h5 {
    padding-bottom: 0.875rem;
    font-weight: 600;
    font-size: 21px;
    margin-bottom: 1.75rem;
    position: relative;
}.style_student_aid .style_site_info h5::after {
    left: 0;
    width: 60px;
    position: absolute;
    height: 2px;
    bottom: 0;
    background: linear-gradient(to right, rgb(192,181,179), transparent);
    content: '';
}.style_student_aid .style_head_class {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1.25rem;
}.style_student_aid .style_head_class:first-child {
    margin-bottom: 2rem;
}.style_student_aid .style_head_class a {
    opacity: 0.85;
    transform-origin: left;
    padding: 0.25rem 0;
    text-decoration: none;
    color: #ffffff;
    transition: all 0.3s ease;
    position: relative;
    font-size: 13px;
}.style_student_aid .style_head_class a::before {
    background-color: rgb(192,181,179);
    transition: width 0.3s ease;
    width: 0;
    height: 1px;
    content: '';
    bottom: 0;
    position: absolute;
    left: 0;
}.style_student_aid .style_head_class a:hover {
    opacity: 1;
    color: rgb(192,181,179);
    transform: translateX(8px);
}.style_student_aid .style_head_class a:hover::before {
    width: 20px;
}.style_student_aid .subscribe_holder {
    gap: 1.5rem;
    flex-direction: column;
    border: 1px solid rgba(255, 255, 255, 0.05);
    padding: 2rem;
    backdrop-filter: blur(10px);
    overflow: hidden;
    border-radius: 19px;
    display: flex;
    background: rgba(255, 255, 255, 0.03);
    position: relative;
}.style_student_aid .subscribe_holder::before {
    background: 
        linear-gradient(135deg, transparent, rgba(255, 255, 255, 0.05) 50%, transparent 100%),
        radial-gradient(circle at top right, rgb(192,181,179,0.5), transparent 70%);
    top: 0;
    width: 100%;
    opacity: 0.2;
    z-index: -1;
    left: 0;
    position: absolute;
    height: 100%;
    content: '';
}.style_student_aid .subscribe_holder::after {
    z-index: -1;
    animation: pulseGlow 6s infinite alternate;
    height: 150px;
    bottom: 0;
    right: 0;
    position: absolute;
    width: 150px;
    opacity: 0.3;
    background: radial-gradient(circle, rgb(192,181,179,0.5) 0%, transparent 70%);
    content: '';
}@keyframes pulseGlow {
    0% {
        opacity: 0.1;
        transform: scale(0.8);
    }
    100% {
        opacity: 0.3;
        transform: scale(1.2);
    }
}

.style_student_aid .subscribe_holder h5 {
    position: relative;
    font-weight: 600;
    font-size: 21px;
    margin-bottom: 0.5rem;
    padding-bottom: 0.875rem;
}.style_student_aid .subscribe_holder h5::after {
    width: 40px;
    height: 2px;
    left: 0;
    background: rgb(192,181,179);
    bottom: 0;
    content: '';
    position: absolute;
}.style_student_aid .subscribe_holder p {
    opacity: 0.9;
    margin-bottom: 0.5rem;
    font-size: 13px;
    line-height: 1.6;
}.style_student_aid .input_holder {
    position: relative;
    gap: 1rem;
    flex-direction: column;
    display: flex;
    margin-top: 0.5rem;
}.style_student_aid .input_holder::before {
    top: -10px;
    z-index: -1;
    width: calc(100% + 20px);
    height: calc(100% + 20px);
    position: absolute;
    background: 
        radial-gradient(circle at bottom right, rgb(192,181,179,0.5) 0%, transparent 70%),
        radial-gradient(circle at top left, rgb(154,141,143,0.5) 0%, transparent 70%);
    content: '';
    left: -10px;
    opacity: 0.1;
    border-radius: calc(10px + 10px);
    animation: subtleRotate 15s linear infinite;
}@keyframes subtleRotate {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

.style_student_aid .input_holder input[type="email"] {
    border-radius: 10px;
    background-color: rgba(255, 255, 255, 0.1);
    font-size: 13px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    color: #ffffff;
    padding: 1.125rem 1.5rem;
    transition: all 0.3s ease;
}.style_student_aid .input_holder input[type="email"]:focus {
    outline: none;
    border-color: rgb(192,181,179,0.5);
    background-color: rgba(255, 255, 255, 0.15);
    box-shadow: 0 0 0 3px rgb(192,181,179,0.5);
}.style_student_aid .input_holder input[type="email"]::placeholder {
    color: rgba(255, 255, 255, 0.6);
}.style_student_aid .style_sub_approach {
    padding: 1.125rem 1.5rem;
    font-size: 14px;
    transition: all 0.3s ease;
    font-weight: 600;
    color: #ffffff;
    border-radius: 10px;
    background-color: rgb(192,181,179);
    z-index: 1;
    position: relative;
    overflow: hidden;
    cursor: pointer;
    border: none;
}.style_student_aid .style_sub_approach::before {
    z-index: -1;
    transition: left 0.7s ease;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    width: 100%;
    height: 100%;
    content: '';
    top: 0;
    left: -100%;
    position: absolute;
}.style_student_aid .style_sub_approach::after {
    width: 100%;
    opacity: 0;
    background: rgb(154,141,143);
    content: '';
    position: absolute;
    transition: opacity 0.3s ease;
    top: 0;
    height: 100%;
    left: 0;
    z-index: -2;
}.style_student_aid .style_sub_approach:hover {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
    transform: translateY(-2px);
}.style_student_aid .style_sub_approach:hover::before {
    left: 100%;
}.style_student_aid .style_sub_approach:hover::after {
    opacity: 1;
}.style_student_aid .style_recycle_info {
    margin-top: 4rem;
    padding-top: 2rem;
    position: relative;
    text-align: center;
}.style_student_aid .style_recycle_info::before {
    left: 20%;
    background: linear-gradient(to right, transparent, rgb(154,141,143,0.5), transparent);
    width: 60%;
    top: 0;
    height: 1px;
    content: '';
    position: absolute;
}.style_student_aid .style_project_ref {
    opacity: 0.7;
    font-size: 13px;
}

@media (max-width: 1200px) {.style_student_aid .text_main_holder {
    gap: 3rem;
    grid-template-columns: 1fr 1.5fr;
}.style_student_aid .subscribe_holder {
    grid-column: 1 / -1;
    margin-top: 2rem;
}.style_student_aid .style_site_info::after {
    display: none;
}
}

@media (max-width: 991px) {.style_student_aid {
    padding: 5rem 0 2rem;
}.style_student_aid .style_get_contactcard {
    flex-wrap: wrap;
    justify-content: center;
}.style_student_aid .info_item {
    max-width: none;
    width: calc(50% - 2rem);
    flex: 0 0 auto;
}.style_student_aid .info_item:not(:last-child)::after {
    display: none;
}.style_student_aid .text_main_holder {
    grid-template-columns: 1fr;
    gap: 3rem;
}.style_student_aid .style_site_info::before, 
    .style_student_aid .style_site_info::after {
    display: none;
}.style_student_aid .style_nav_class {
    text-align: center;
    align-items: center;
}.style_student_aid .style_site_info h5, 
    .style_student_aid .subscribe_holder h5 {
    text-align: center;
}.style_student_aid .style_site_info h5::after, 
    .style_student_aid .subscribe_holder h5::after {
    left: 50%;
    transform: translateX(-50%);
}.style_student_aid .style_head_class {
    grid-template-columns: repeat(3, 1fr);
}.style_student_aid .input_holder {
    max-width: 400px;
    margin: 0 auto;
}
}

@media (max-width: 768px) {.style_student_aid {
    padding: 4rem 0 2rem;
}.style_student_aid .style_get_contactcard {
    padding: 1rem 1.5rem;
    transform: translateY(-2.5rem);
}.style_student_aid .info_item {
    max-width: none;
    width: 100%;
}.style_student_aid .style_head_class {
    grid-template-columns: repeat(2, 1fr);
}.style_student_aid .style_recycle_info {
    margin-top: 3rem;
}
}

@media (max-width: 576px) {.style_student_aid {
    padding: 3rem 0 1.5rem;
}.style_student_aid .style_get_contactcard {
    padding: 1rem;
    transform: translateY(-1.5rem);
}.style_student_aid .info_item p,
    .style_student_aid .info_item a {
    font-size: calc(13px - 1px);
}.style_student_aid .style_head_class {
    text-align: center;
    grid-template-columns: 1fr;
}.style_student_aid .style_head_class a:hover {
    transform: none;
}.style_student_aid .style_head_class a::before {
    left: 50%;
    transform: translateX(-50%);
}.style_student_aid .style_head_class a:hover::before {
    width: 30px;
}.style_student_aid .input_holder {
    width: 100%;
}}.style_opening_board {
    min-height: 100vh;
    width: 100%;
    overflow: hidden;
    position: relative;
    background: rgb(226,224,204);
}.style_opening_board::before {
    width: 100%;
    z-index: 1;
    top: 0;
    background: 
        linear-gradient(217deg, rgb(192,181,179,0.5), transparent 70%),
        linear-gradient(127deg, rgb(154,141,143,0.5), transparent 70%),
        linear-gradient(336deg, rgba(0, 0, 0, 0.5), transparent 70%);
    position: absolute;
    content: "";
    left: 0;
    height: 100%;
}.style_opening_board::after {
    top: -50%;
    width: 200%;
    opacity: 0.2;
    animation: backgroundMove 50s linear infinite;
    background: radial-gradient(rgb(192,181,179,0.5) 2px, transparent 4px);
    background-size: 30px 30px;
    z-index: 2;
    position: absolute;
    content: "";
    left: -50%;
    height: 200%;
}.style_opening_board .style_path_creators {
    height: 100vh;
    position: relative;
    width: 100%;
    z-index: 3;
}.style_opening_board .style_main_title {
    height: 100vh;
    width: 100%;
    left: 0;
    overflow: hidden;
    top: 0;
    position: absolute;
}.style_opening_board .style_main_title input {
    display: none;
}.style_opening_board .style_start_intro {
    transition: transform 1s cubic-bezier(0.645, 0.045, 0.355, 1);
    display: flex;
    height: 100%;
    width: 100%;
}.style_opening_board .style_learn_team {
    height: 100%;
    position: relative;
    flex: 0 0 100%;
    overflow: hidden;
}.style_opening_board .style_learn_team::before {
    background: linear-gradient(0deg, rgb(226,224,204) 0%, transparent 35%, transparent 65%, rgb(226,224,204) 100%);
    content: "";
    position: absolute;
    inset: 0;
    mix-blend-mode: multiply;
    z-index: 2;
}.style_opening_board .style_learn_team img {
    width: 100%;
    transition: transform 6s cubic-bezier(0.215, 0.610, 0.355, 1), filter 1s ease;
    filter: saturate(0.8) brightness(0.9);
    transform: scale(1.1);
    object-fit: cover;
    height: 100%;
}.style_opening_board .style_course_entry {
    bottom: 40px;
    justify-content: center;
    display: flex;
    left: 10%;
    width: 80%;
    gap: 20px;
    position: absolute;
    z-index: 10;
}.style_opening_board .style_course_entry label {
    background: #ffffff;
    overflow: hidden;
    opacity: 0.2;
    position: relative;
    width: 50px;
    cursor: pointer;
    height: 6px;
    transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
}.style_opening_board .style_course_entry label::before {
    position: absolute;
    background: rgb(192,181,179);
    left: -100%;
    width: 100%;
    height: 100%;
    content: "";
    top: 0;
    transition: transform 0.5s ease;
}.style_opening_board .style_course_entry label:hover {
    opacity: 0.6;
}.style_opening_board .style_course_entry label:hover::before {
    transform: translateX(100%);
}.style_opening_board .style_reading_area {
    width: 100%;
    display: flex;
    justify-content: center;
    position: absolute;
    z-index: 5;
    align-items: center;
    height: 100%;
}.style_opening_board .style_reading_area .container {
    max-width: 700px;
    position: relative;
    box-shadow: 0 15px 25px rgba(0, 0, 0, 0.3);
    border: 1px solid rgba(255, 255, 255, 0.15);
    background: linear-gradient(135deg, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0.5) 100%);
    backdrop-filter: blur(10px);
    border-radius: 28px;
    overflow: hidden;
    padding: 40px;
}.style_opening_board .style_reading_area .container::before {
    left: -100%;
    opacity: 0.1;
    content: "";
    width: 300%;
    z-index: -1;
    position: absolute;
    height: 300%;
    background: 
        repeating-linear-gradient(
            45deg,
            rgb(192,181,179,0.5) 0,
            rgb(192,181,179,0.5) 1px,
            transparent 1px,
            transparent 10px
        );
    top: -100%;
    animation: backgroundShift 120s linear infinite;
}.style_opening_board .style_reading_area .container::after {
    border-radius: 28px;
    inset: 0;
    z-index: -1;
    position: absolute;
    border: 2px solid transparent;
    mask: 
        linear-gradient(#fff 0 0) padding-box,
        linear-gradient(#fff 0 0);
    content: "";
    background: linear-gradient(90deg, rgb(192,181,179), rgb(154,141,143)) border-box;
    mask-composite: exclude;
}.style_opening_board .style_reading_area h1 {
    margin-bottom: 20px;
    display: inline-block;
    color: #ffffff;
    font-size: 48px;
    position: relative;
    font-weight: 700;
}.style_opening_board .style_reading_area h1::before {
    border-top: 2px solid rgb(192,181,179);
    left: -20px;
    top: -10px;
    position: absolute;
    border-left: 2px solid rgb(192,181,179);
    width: 40px;
    height: 40px;
    opacity: 0.7;
    z-index: -1;
    content: "";
}.style_opening_board .style_reading_area h1::after {
    background: linear-gradient(90deg, rgb(192,181,179), rgb(154,141,143));
    position: absolute;
    left: 0;
    height: 2px;
    content: "";
    animation: lineExpand 1.5s cubic-bezier(0.215, 0.61, 0.355, 1) forwards;
    width: 0;
    bottom: -5px;
}.style_opening_board .style_reading_area h3 {
    padding-left: 15px;
    font-weight: 600;
    color: #ffffff;
    position: relative;
    font-size: 24px;
    margin-bottom: 20px;
}.style_opening_board .style_reading_area h3::before {
    content: "";
    top: 0;
    width: 3px;
    background: rgb(154,141,143);
    position: absolute;
    height: 100%;
    left: 0;
}.style_opening_board .style_reading_area p {
    border-radius: 10px;
    border-left: 2px solid rgb(192,181,179);
    position: relative;
    background: rgb(154,141,143);
    font-weight: 400;
    color: #ffffff;
    font-size: 17px;
    backdrop-filter: blur(4px);
    line-height: 1.8;
    padding: 20px;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
}.style_opening_board input[type="radio"]:nth-of-type(1):checked ~ .style_start_intro {
    transform: translateX(0%);
}.style_opening_board input[type="radio"]:nth-of-type(2):checked ~ .style_start_intro {
    transform: translateX(-100%);
}.style_opening_board input[type="radio"]:nth-of-type(3):checked ~ .style_start_intro {
    transform: translateX(-200%);
}.style_opening_board input[type="radio"]:nth-of-type(4):checked ~ .style_start_intro {
    transform: translateX(-300%);
}.style_opening_board input[type="radio"]:nth-of-type(5):checked ~ .style_start_intro {
    transform: translateX(-400%);
}.style_opening_board input[type="radio"]:nth-of-type(6):checked ~ .style_start_intro {
    transform: translateX(-500%);
}.style_opening_board input[type="radio"]:nth-of-type(7):checked ~ .style_start_intro {
    transform: translateX(-600%);
}.style_opening_board input[type="radio"]:nth-of-type(8):checked ~ .style_start_intro {
    transform: translateX(-700%);
}.style_opening_board input[type="radio"]:nth-of-type(9):checked ~ .style_start_intro {
    transform: translateX(-800%);
}.style_opening_board input[type="radio"]:nth-of-type(10):checked ~ .style_start_intro {
    transform: translateX(-900%);
}.style_opening_board input[type="radio"]:nth-of-type(1):checked ~ .style_course_entry label:nth-of-type(1),
.style_opening_board input[type="radio"]:nth-of-type(2):checked ~ .style_course_entry label:nth-of-type(2),
.style_opening_board input[type="radio"]:nth-of-type(3):checked ~ .style_course_entry label:nth-of-type(3),
.style_opening_board input[type="radio"]:nth-of-type(4):checked ~ .style_course_entry label:nth-of-type(4),
.style_opening_board input[type="radio"]:nth-of-type(5):checked ~ .style_course_entry label:nth-of-type(5),
.style_opening_board input[type="radio"]:nth-of-type(6):checked ~ .style_course_entry label:nth-of-type(6),
.style_opening_board input[type="radio"]:nth-of-type(7):checked ~ .style_course_entry label:nth-of-type(7),
.style_opening_board input[type="radio"]:nth-of-type(8):checked ~ .style_course_entry label:nth-of-type(8),
.style_opening_board input[type="radio"]:nth-of-type(9):checked ~ .style_course_entry label:nth-of-type(9),
.style_opening_board input[type="radio"]:nth-of-type(10):checked ~ .style_course_entry label:nth-of-type(10) {
    box-shadow: 0 0 15px rgb(192,181,179,0.5);
    width: 70px;
    opacity: 1;
    background: linear-gradient(90deg, rgb(192,181,179), rgb(154,141,143));
}.style_opening_board input[type="radio"]:nth-of-type(1):checked ~ .style_start_intro .style_learn_team:nth-of-type(1) img,
.style_opening_board input[type="radio"]:nth-of-type(2):checked ~ .style_start_intro .style_learn_team:nth-of-type(2) img,
.style_opening_board input[type="radio"]:nth-of-type(3):checked ~ .style_start_intro .style_learn_team:nth-of-type(3) img,
.style_opening_board input[type="radio"]:nth-of-type(4):checked ~ .style_start_intro .style_learn_team:nth-of-type(4) img,
.style_opening_board input[type="radio"]:nth-of-type(5):checked ~ .style_start_intro .style_learn_team:nth-of-type(5) img,
.style_opening_board input[type="radio"]:nth-of-type(6):checked ~ .style_start_intro .style_learn_team:nth-of-type(6) img,
.style_opening_board input[type="radio"]:nth-of-type(7):checked ~ .style_start_intro .style_learn_team:nth-of-type(7) img,
.style_opening_board input[type="radio"]:nth-of-type(8):checked ~ .style_start_intro .style_learn_team:nth-of-type(8) img,
.style_opening_board input[type="radio"]:nth-of-type(9):checked ~ .style_start_intro .style_learn_team:nth-of-type(9) img,
.style_opening_board input[type="radio"]:nth-of-type(10):checked ~ .style_start_intro .style_learn_team:nth-of-type(10) img {
    filter: saturate(1.2) brightness(1.1);
    transform: scale(1.2);
}

@keyframes lineExpand {
    0% {
        width: 0;
    }
    100% {
        width: 100%;
    }
}

@keyframes backgroundMove {
    0% {
        transform: translate(0, 0);
    }
    100% {
        transform: translate(50%, 50%);
    }
}

@keyframes backgroundShift {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

@media screen and (max-width: 1024px) {.style_opening_board .style_reading_area .container {
    max-width: 80%;
}.style_opening_board .style_course_entry {
    width: 90%;
    left: 5%;
}
}

@media screen and (max-width: 768px) {.style_opening_board .style_reading_area {
    padding-top: 80px;
    justify-content: center;
    align-items: flex-start;
}.style_opening_board .style_reading_area .container {
    max-width: 90%;
    padding: 30px;
}.style_opening_board .style_course_entry {
    bottom: 30px;
}.style_opening_board .style_course_entry label {
    width: 40px;
    height: 5px;
}.style_opening_board input[type="radio"]:checked ~ .style_course_entry label {
    width: 60px;
}
}

@media screen and (max-width: 480px) {.style_opening_board .style_reading_area {
    padding-top: 60px;
}.style_opening_board .style_reading_area .container {
    padding: 20px;
}.style_opening_board .style_reading_area h1 {
    margin-bottom: 15px;
    font-size: calc(48px * 0.8);
}.style_opening_board .style_reading_area h1::before {
    left: -15px;
    width: 30px;
    height: 30px;
    top: -5px;
}.style_opening_board .style_reading_area h3 {
    margin-bottom: 15px;
    font-size: calc(24px * 0.9);
}.style_opening_board .style_reading_area p {
    padding: 15px;
    font-size: calc(17px * 0.9);
}.style_opening_board .style_course_entry {
    gap: 10px;
}.style_opening_board .style_course_entry label {
    width: 30px;
    height: 4px;
}.style_opening_board input[type="radio"]:checked ~ .style_course_entry label {
    width: 45px;
}}.style_plan {
    overflow: hidden;
    padding: 120px 0;
    position: relative;
}.style_plan::before {
    bottom: 0;
    background: linear-gradient(135deg, rgb(192,181,179,0.5), rgba(0, 0, 0, 0.5) 85%);
    position: absolute;
    top: 0;
    z-index: 1;
    left: 0;
    content: "";
    right: 0;
}.style_plan .container {
    z-index: 2;
    padding: 0 20px;
    margin: 0 auto;
    max-width: 1200px;
    position: relative;
}.style_plan .style_pricing_options {
    position: relative;
}.style_plan h2 {
    font-size: 37px;
    position: relative;
    margin-bottom: 20px;
    font-weight: 700;
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    transform: translateY(0);
    color: #ffffff;
    text-align: center;
}.style_plan h2::after {
    content: "";
    width: 80px;
    transform: translateX(-50%);
    height: 4px;
    bottom: -15px;
    position: absolute;
    background: linear-gradient(90deg, rgb(192,181,179), rgb(154,141,143));
    left: 50%;
}.style_plan .style_pay_plans {
    color: #ffffff;
    opacity: 0.9;
    margin: 0 auto 50px;
    max-width: 700px;
    text-align: center;
    line-height: 1.6;
    font-size: 18px;
    padding: 0 15px;
}.style_plan .style_rate_card {
    margin: 0;
    padding: 0;
    gap: 30px;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    display: grid;
    list-style: none;
}.style_plan .style_rate_card li {
    transform-style: preserve-3d;
    perspective: 1000px;
}.style_plan .style_price_panel {
    height: 100%;
    transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    display: block;
    text-decoration: none;
    transform-style: preserve-3d;
}.style_plan .style_plan_pricing {
    background: rgba(255, 255, 255, 0.95);
    display: flex;
    min-height: 400px;
    height: 100%;
    transform-style: preserve-3d;
    overflow: hidden;
    flex-direction: column;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.15);
    backdrop-filter: blur(10px);
    position: relative;
    border-radius: 10px;
}.style_plan .style_plan_pricing::before {
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    position: absolute;
    background: linear-gradient(90deg, rgb(192,181,179), rgb(154,141,143));
    transform-origin: left;
    top: 0;
    width: 100%;
    content: "";
    height: 5px;
    left: 0;
    transform: scaleX(0);
}.style_plan .style_annual_fee {
    display: flex;
    position: relative;
    z-index: 2;
    padding: 30px;
    flex-direction: column;
    flex: 1;
}.style_plan .style_price_panel h4 {
    font-size: calc(24px + 2px);
    font-weight: 700;
    color: #000000;
    position: relative;
    padding-bottom: 12px;
    margin: 0 0 15px;
    transition: transform 0.4s ease;
}.style_plan .style_price_panel h4::after {
    height: 3px;
    left: 0;
    content: "";
    position: absolute;
    transition: width 0.4s ease;
    bottom: 0;
    background-color: rgb(192,181,179);
    width: 40px;
}.style_plan .style_price_panel p {
    color: #000000;
    overflow-wrap: break-word;
    margin-bottom: 20px;
    line-height: 1.7;
    flex: 1;
    font-size: 18px;
    hyphens: auto;
    word-wrap: break-word;
}.style_plan .style_promo_cost {
    align-self: flex-start;
    margin-top: auto;
    border-radius: 10px;
    display: inline-flex;
    transition: transform 0.4s ease, color 0.3s ease;
    align-items: center;
    transform: translateY(0);
    font-size: calc(24px + 4px);
    padding: 10px 20px;
    color: #000000;
    font-weight: 700;
    background: linear-gradient(to right, rgba(var(--primary-color-rgb), 0.1), transparent);
    justify-content: center;
}.style_plan .style_price_panel:hover {
    transform: translateY(-10px) scale(1.02);
}.style_plan .style_price_panel:hover .style_plan_pricing::before {
    transform: scaleX(1);
}.style_plan .style_price_panel:hover h4 {
    transform: translateX(5px);
    color: rgb(192,181,179);
}.style_plan .style_price_panel:hover h4::after {
    width: 60px;
}.style_plan .style_price_panel:hover .style_promo_cost {
    transform: translateY(-5px);
    color: rgb(192,181,179);
}.style_plan .style_price_panel:active {
    transform: translateY(-5px) scale(0.98);
    transition: transform 0.2s ease;
}

@media screen and (min-width: 1200px) {.style_plan .style_rate_card {
    grid-template-columns: repeat(4, 1fr);
}.style_plan .style_plan_pricing {
    min-height: 450px;
}
}

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

@media screen and (max-width: 767px) {.style_plan {
    padding: 80px 0;
}.style_plan .style_rate_card {
    gap: 20px;
    grid-template-columns: 1fr;
}.style_plan .style_plan_pricing {
    min-height: auto;
}.style_plan h2 {
    font-size: calc(37px - 4px);
}.style_plan .style_pay_plans {
    margin-bottom: 30px;
}.style_plan .style_annual_fee {
    padding: 25px 20px;
}.style_plan .style_price_panel p {
    padding-right: 5px;
    overflow-y: auto;
    font-size: calc(18px - 1px);
    max-height: 300px;
    margin-bottom: 15px;
}.style_plan .style_price_panel p::-webkit-scrollbar {
    width: 4px;
}.style_plan .style_price_panel p::-webkit-scrollbar-thumb {
    border-radius: 4px;
    background-color: rgb(192,181,179,0.5);
}
}

@media (prefers-reduced-motion: reduce) {.style_plan .style_price_panel,
    .style_plan .style_price_panel:hover,
    .style_plan h2,
    .style_plan .style_plan_pricing::before,
    .style_plan .style_price_panel h4,
    .style_plan .style_promo_cost {
    transform: none;
    transition: none;
}}.style_ty_success {
    overflow: hidden;
    position: relative;
    padding: 120px 0 100px;
    background: linear-gradient(135deg, rgb(226,224,204) 0%, rgb(192,181,179,0.5) 100%);
}.style_ty_success::before {
    opacity: 0.1;
    pointer-events: none;
    z-index: 1;
    background-size: 60px 60px;
    position: absolute;
    background: 
        linear-gradient(45deg, transparent 49.5%, rgb(154,141,143,0.5) 49.5%, rgb(154,141,143,0.5) 50.5%, transparent 50.5%),
        linear-gradient(-45deg, transparent 49.5%, rgb(154,141,143,0.5) 49.5%, rgb(154,141,143,0.5) 50.5%, transparent 50.5%);
    top: 0;
    width: 100%;
    height: 100%;
    left: 0;
    content: "";
}.style_ty_success::after {
    top: 20%;
    transform: rotate(-15deg) skewX(-15deg);
    position: absolute;
    height: 70%;
    right: -10%;
    background: rgb(192,181,179);
    z-index: 0;
    content: "";
    width: 50%;
    opacity: 0.03;
}.style_ty_success .container {
    perspective: 1000px;
    padding: 0 20px;
    position: relative;
    max-width: 1200px;
    margin: 0 auto;
    z-index: 2;
    transform-style: preserve-3d;
}.style_ty_success h2 {
    margin-bottom: 40px;
    animation: slideTitle 0.8s forwards 0.2s cubic-bezier(0.23, 1, 0.32, 1);
    transform: translateZ(30px);
    position: relative;
    text-align: left;
    color: #000000;
    opacity: 0;
    font-weight: 700;
    font-size: 30px;
}.style_ty_success h2::after {
    width: 80px;
    content: "";
    left: 0;
    transform-origin: left;
    transform: scaleX(0);
    background: linear-gradient(to right, rgb(192,181,179), rgb(154,141,143));
    position: absolute;
    bottom: -15px;
    height: 4px;
    animation: expandLine 1.2s forwards 0.6s cubic-bezier(0.19, 1, 0.22, 1);
}.style_ty_success .style_path_creators {
    position: relative;
    transform: translateZ(10px) perspective(1000px) rotateX(2deg);
    animation: fadeScale 0.8s forwards 0.5s cubic-bezier(0.23, 1, 0.32, 1);
    padding: 50px 40px;
    border-radius: 10px;
    box-shadow: 0 15px 50px -20px rgba(0, 0, 0, 0.15);
    opacity: 0;
    overflow: hidden;
    background: #ffffff;
}.style_ty_success .style_path_creators::before {
    opacity: 0.07;
    z-index: 0;
    width: 100%;
    position: absolute;
    left: 0;
    content: "";
    top: 0;
    height: 100%;
    background: linear-gradient(135deg, rgb(192,181,179,0.5) 0%, transparent 80%);
}.style_ty_success .style_path_creators::after {
    pointer-events: none;
    top: -100%;
    transition: opacity 1.5s ease, transform 1.5s ease;
    opacity: 0;
    width: 300%;
    transform: scale(0.8);
    content: "";
    background: radial-gradient(circle, rgb(192,181,179,0.5) 0%, transparent 70%);
    position: absolute;
    z-index: 0;
    left: -100%;
    height: 300%;
}.style_ty_success .style_path_creators:hover::after {
    opacity: 0.05;
    transform: scale(1);
}.style_ty_success ul {
    position: relative;
    z-index: 2;
    margin: 0;
    list-style: none;
    padding: 0;
}.style_ty_success li {
    z-index: 2;
    padding-left: 30px;
    position: relative;
}.style_ty_success li::before {
    height: 10px;
    animation: popIn 0.5s forwards 1s cubic-bezier(0.34, 1.56, 0.64, 1);
    border-radius: 50%;
    background: linear-gradient(135deg, rgb(192,181,179) 0%, rgb(154,141,143) 100%);
    content: "";
    transform: scale(0);
    position: absolute;
    width: 10px;
    left: 0;
    top: 12px;
}.style_ty_success li span {
    opacity: 0;
    display: block;
    transform: translateY(20px);
    font-size: 15px;
    animation: fadeUp 0.8s forwards 0.8s cubic-bezier(0.23, 1, 0.32, 1);
    line-height: 1.8;
    font-family: Arial, sans-serif;
    color: #000000;
}.style_ty_success .style_path_creators:hover {
    transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1);
    transform: translateZ(20px) perspective(1000px) rotateX(1deg);
    box-shadow: 0 22px 60px -20px rgba(0, 0, 0, 0.2);
}


@keyframes cursorRadial {
    0% { transform: scale(0); opacity: 0.8; }
    100% { transform: scale(1); opacity: 0; }
}


@keyframes slideTitle {
    0% { opacity: 0; transform: translateZ(30px) translateY(-20px); }
    100% { opacity: 1; transform: translateZ(30px) translateY(0); }
}

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

@keyframes fadeScale {
    0% { opacity: 0; transform: translateZ(10px) perspective(1000px) rotateX(5deg) scale(0.95); }
    100% { opacity: 1; transform: translateZ(10px) perspective(1000px) rotateX(2deg) scale(1); }
}

@keyframes popIn {
    0% { transform: scale(0); }
    50% { transform: scale(1.2); }
    100% { transform: scale(1); }
}

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


@media screen and (max-width: 1200px) {.style_ty_success {
    padding: 100px 0 80px;
}.style_ty_success h2 {
    font-size: calc(30px - 2px);
}
}

@media screen and (max-width: 992px) {.style_ty_success {
    padding: 80px 0 60px;
}.style_ty_success h2 {
    font-size: calc(30px - 4px);
}.style_ty_success .style_path_creators {
    padding: 40px 30px;
}
}

@media screen and (max-width: 768px) {.style_ty_success {
    padding: 60px 0 50px;
}.style_ty_success h2 {
    margin-bottom: 30px;
    font-size: calc(30px - 6px);
}.style_ty_success .style_path_creators {
    padding: 30px 25px;
    transform: translateZ(0) perspective(1000px) rotateX(0);
}.style_ty_success h2::after {
    height: 3px;
    width: 60px;
}.style_ty_success li {
    padding-left: 25px;
}.style_ty_success li::before {
    width: 8px;
    height: 8px;
}
}

@media screen and (max-width: 576px) {.style_ty_success {
    padding: 50px 0 40px;
}.style_ty_success h2 {
    font-size: calc(30px - 8px);
    margin-bottom: 25px;
}.style_ty_success .style_path_creators {
    padding: 25px 20px;
}.style_ty_success li {
    padding-left: 22px;
}.style_ty_success li span {
    line-height: 1.6;
    font-size: calc(15px - 1px);
}.style_ty_success li::before {
    height: 7px;
    top: 10px;
    width: 7px;
}
}

@media (hover: none) {.style_ty_success .style_path_creators:hover {
    box-shadow: 0 15px 50px -20px rgba(0, 0, 0, 0.15);
    transform: translateZ(10px) perspective(1000px) rotateX(2deg);
}.style_ty_success .style_path_creators:hover::after {
    opacity: 0;
}
}