* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}header,footer {
    width: 100%;
}.container {
    width: 1240px;
    margin: auto;
    max-width: 100%;
}html,body {
    auto
contain
    scroll-behavior: auto;
    color: #000000;
    min-height: 100%;
    font-family: Arial, sans-serif;
    height: 100%;
}.top_core_ro48Bat {
    flex: 1 0 auto;
}a {
    color: inherit;
    text-decoration: none;
}.fellow_prog_KHyczJD {
    flex: 0 0 auto;
}.inner-container_7YTPDBU {
    min-height: 100%;
    height: 100%;
    flex-direction: column;
    display: flex;
}svg {
    height: 30px;
    width: 30px;
}
@media only screen and (max-width: 1200px)  {.container {
    width: 100%;
    padding: 0 20px;
}
}
@media only screen and (max-width: 800px)  {.container {
    padding: 0 12px;
}}
.newsletter_signup_x9B7Obn {
    background: linear-gradient(135deg, rgb(184,171,166,0.5), rgb(140,126,125));
    position: relative;
    overflow: hidden;
    padding: 80px 0;
}.newsletter_signup_x9B7Obn::before {
    position: absolute;
    background: repeating-linear-gradient(
        45deg,
        rgba(255, 255, 255, 0.03),
        rgba(255, 255, 255, 0.03) 10px,
        transparent 10px,
        transparent 20px
    );
    height: 100%;
    top: 0;
    width: 100%;
    content: "";
    left: 0;
    z-index: 1;
}.newsletter_signup_x9B7Obn::after {
    animation: pulse 6s infinite alternate;
    background: radial-gradient(circle, rgb(140,126,125,0.5), transparent 70%);
    bottom: -50px;
    right: -50px;
    width: 200px;
    filter: blur(30px);
    height: 200px;
    content: "";
    z-index: 0;
    border-radius: 50%;
    position: absolute;
}.newsletter_signup_x9B7Obn .container {
    position: relative;
    padding: 0 20px;
    z-index: 2;
    max-width: 1200px;
    margin: 0 auto;
}.newsletter_signup_x9B7Obn .virtual_academy_9h0KQbE {
    display: grid;
    border: 1px solid rgba(255, 255, 255, 0.1);
    grid-template-columns: 1fr;
    background: linear-gradient(
        160deg,
        rgba(255, 255, 255, 0.12),
        rgba(255, 255, 255, 0.05)
    );
    transition: transform 0.5s cubic-bezier(0.23, 1, 0.32, 1);
    transform: perspective(1000px) rotateX(2deg);
    gap: 25px;
    box-shadow: 0 15px 25px rgba(0, 0, 0, 0.2);
    backdrop-filter: blur(10px);
    padding: 40px;
}.newsletter_signup_x9B7Obn .virtual_academy_9h0KQbE:hover {
    transform: perspective(1000px) rotateX(0deg);
}.newsletter_signup_x9B7Obn h4 {
    position: relative;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.15);
    font-size: calc(20px * 1.1);
    max-width: 90%;
    color: #ffffff;
    margin: 0;
    font-weight: 600;
    line-height: 1.4;
}.newsletter_signup_x9B7Obn h4::after {
    left: 0;
    position: absolute;
    background: linear-gradient(to right, rgb(140,126,125), transparent);
    bottom: -12px;
    content: "";
    width: 80px;
    height: 3px;
}.newsletter_signup_x9B7Obn .input_holder {
    width: 100%;
    flex-direction: column;
    display: flex;
    position: relative;
    gap: 15px;
}.newsletter_signup_x9B7Obn .input_holder span {
    flex: 1;
    position: relative;
}.newsletter_signup_x9B7Obn .input_holder input[type="email"] {
    color: #ffffff;
    border: 1px solid rgba(255, 255, 255, 0.15);
    border-radius: 10px;
    height: 56px;
    width: 100%;
    transition: all 0.3s ease-in-out;
    background: rgba(255, 255, 255, 0.08);
    box-shadow: inset 0 2px 5px rgba(0, 0, 0, 0.1);
    font-size: 16px;
    padding: 0 20px;
}.newsletter_signup_x9B7Obn .input_holder input[type="email"]:focus {
    outline: none;
    border-color: rgba(255, 255, 255, 0.3);
    box-shadow: 0 0 0 3px rgba(255, 255, 255, 0.1), inset 0 2px 5px rgba(0, 0, 0, 0.1);
    background: rgba(255, 255, 255, 0.12);
}.newsletter_signup_x9B7Obn .input_holder input[type="email"]::placeholder {
    color: rgba(255, 255, 255, 0.6);
}.newsletter_signup_x9B7Obn .input_holder .free_trial_1M9k5eo {
    display: inline-flex;
    font-size: 19px;
    height: 56px;
    position: relative;
    justify-content: center;
    transition: all 0.3s cubic-bezier(0.25, 1, 0.5, 1);
    border-radius: 10px;
    border: none;
    color: #ffffff;
    font-weight: 600;
    cursor: pointer;
    overflow: hidden;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
    padding: 0 30px;
    align-items: center;
    background: linear-gradient(135deg, rgb(184,171,166), rgb(140,126,125));
}.newsletter_signup_x9B7Obn .input_holder .free_trial_1M9k5eo::before {
    content: "";
    top: 0;
    background: linear-gradient(
        90deg,
        transparent,
        rgba(255, 255, 255, 0.2),
        transparent
    );
    width: 100%;
    position: absolute;
    transition: all 0.6s;
    left: -100%;
    height: 100%;
}.newsletter_signup_x9B7Obn .input_holder .free_trial_1M9k5eo:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.25);
}.newsletter_signup_x9B7Obn .input_holder .free_trial_1M9k5eo:hover::before {
    left: 100%;
}.newsletter_signup_x9B7Obn .input_holder .free_trial_1M9k5eo:active {
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.15);
    transform: translateY(1px);
}

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

@media (min-width: 768px) {.newsletter_signup_x9B7Obn .virtual_academy_9h0KQbE {
    gap: 40px;
    grid-template-columns: 1fr 1fr;
    align-items: center;
    padding: 50px;
}.newsletter_signup_x9B7Obn .input_holder {
    flex-direction: row;
}.newsletter_signup_x9B7Obn h4 {
    font-size: 20px;
}.newsletter_signup_x9B7Obn .input_holder input[type="email"] {
    border-radius: 10px 0 0 10px;
}.newsletter_signup_x9B7Obn .input_holder .free_trial_1M9k5eo {
    border-radius: 0 10px 10px 0;
}
}

@media (min-width: 992px) {.newsletter_signup_x9B7Obn {
    padding: 100px 0;
}.newsletter_signup_x9B7Obn .virtual_academy_9h0KQbE {
    padding: 60px;
    gap: 60px;
}.newsletter_signup_x9B7Obn h4 {
    font-size: calc(20px * 1.2);
}.newsletter_signup_x9B7Obn .input_holder {
    margin-left: auto;
    max-width: 450px;
}
}

@media (max-width: 767px) {.newsletter_signup_x9B7Obn {
    padding: 60px 0;
}.newsletter_signup_x9B7Obn .virtual_academy_9h0KQbE {
    padding: 30px;
    transform: perspective(1000px) rotateX(1deg);
}.newsletter_signup_x9B7Obn h4 {
    max-width: 100%;
    font-size: calc(19px * 1.2);
}.newsletter_signup_x9B7Obn .input_holder .free_trial_1M9k5eo {
    width: 100%;
}
}

@media (hover: none) {.newsletter_signup_x9B7Obn .virtual_academy_9h0KQbE {
    transform: none;
}.newsletter_signup_x9B7Obn .virtual_academy_9h0KQbE:hover {
    transform: none;
}}.secure_grotto_PWklTn9 {
    font-family: Arial, sans-serif;
    color: #000000;
    line-height: 1.6;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.5);
    background-color: rgb(219,213,188);
    padding: 40px;
}.secure_grotto_PWklTn9 h1 {
    color: rgb(184,171,166);
    padding-bottom: 10px;
    font-weight: 700;
    margin-bottom: 20px;
    border-bottom: 2px solid rgb(184,171,166);
    font-size: 48px;
}.secure_grotto_PWklTn9 h2 {
    font-size: 28px;
    margin-bottom: 15px;
    margin-top: 30px;
    color: rgb(140,126,125);
    font-weight: 600;
}.secure_grotto_PWklTn9 h3,
.secure_grotto_PWklTn9 h4,
.secure_grotto_PWklTn9 h5,
.secure_grotto_PWklTn9 h6 {
    margin-top: 25px;
    margin-bottom: 10px;
    font-weight: 400;
    color: rgb(184,171,166);
}.secure_grotto_PWklTn9 h3 {
    font-size: calc(21px - 0.2rem);
}.secure_grotto_PWklTn9 h4 {
    font-size: 21px;
}.secure_grotto_PWklTn9 h5 {
    font-size: calc(21px - 0.2rem);
}.secure_grotto_PWklTn9 h6 {
    font-size: 22px;
}.secure_grotto_PWklTn9 ul {
    margin-top: 10px;
    list-style-type: disc;
    padding-left: 20px;
}.secure_grotto_PWklTn9 ol {
    margin-top: 10px;
    list-style-type: decimal;
    padding-left: 20px;
}.secure_grotto_PWklTn9 li {
    line-height: 1.5;
    margin-bottom: 10px;
}.secure_grotto_PWklTn9 div {
    margin-bottom: 20px;
}.secure_grotto_PWklTn9 p {
    margin-bottom: 20px;
    font-size: 16px;
}.secure_grotto_PWklTn9 span {
    font-weight: 600;
    color: rgb(184,171,166);
}
@media only screen and (max-width: 800px) {.secure_grotto_PWklTn9 {
    border-radius: 10px;
    padding: 20px;
}.secure_grotto_PWklTn9 h1 {
    font-size: calc(21px - 0.5rem);
}.secure_grotto_PWklTn9 h2 {
    font-size: calc(21px - 0.4rem);
}.secure_grotto_PWklTn9 p {
    font-size: calc(16px - 0.2rem);
}}
.secure_grotto_PWklTn9::before {
    content: '';
    width: 50px;
    display: block;
    height: 5px;
    background-color: rgb(184,171,166);
    margin-bottom: 20px;
    border-radius: 10px;
}.secure_grotto_PWklTn9 ul li::marker,
.secure_grotto_PWklTn9 ol li::marker {
    color: rgb(140,126,125);
    font-weight: 700;
}.secure_grotto_PWklTn9 h2 {
    -webkit-text-fill-color: transparent;
    background: linear-gradient(to right, rgb(184,171,166), rgb(140,126,125));
    -webkit-background-clip: text !important;
}.secure_grotto_PWklTn9 section {
    padding-top: 20px;
    margin: 40px 0;
    border-top: 1px solid rgba(0, 0, 0, 0.5);
}.mentorship_experience_zSxaIp0 {
    overflow: hidden;
    padding: 6rem 2rem;
    background: linear-gradient(135deg, rgb(219,213,188) 0%, rgb(184,171,166,0.5) 100%);
    position: relative;
}.mentorship_experience_zSxaIp0::before {
    z-index: 0;
    background: rgb(140,126,125,0.5);
    transform: rotate(-15deg) translateZ(0);
    content: "";
    height: 30%;
    width: 30%;
    top: -5%;
    right: -5%;
    position: absolute;
    filter: blur(20px);
}.mentorship_experience_zSxaIp0::after {
    position: absolute;
    z-index: 0;
    width: 25%;
    filter: blur(15px);
    bottom: -5%;
    left: -5%;
    background: rgb(184,171,166,0.5);
    height: 25%;
    content: "";
    transform: rotate(15deg) translateZ(0);
}.mentorship_experience_zSxaIp0 .container {
    position: relative;
    z-index: 1;
    margin: 0 auto;
    max-width: 1200px;
}.mentorship_experience_zSxaIp0 .feedback_views_mGwxKqn {
    transition: transform 0.6s cubic-bezier(0.22, 1, 0.36, 1), 
                box-shadow 0.6s cubic-bezier(0.22, 1, 0.36, 1);
    display: grid;
    padding: 3rem;
    position: relative;
    gap: 2.5rem;
    background: #ffffff;
    grid-template-columns: 1fr;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08), 
                0 30px 60px rgba(0, 0, 0, 0.05);
    transform: perspective(1000px) rotateX(2deg);
}.mentorship_experience_zSxaIp0 .feedback_views_mGwxKqn:hover {
    transform: perspective(1000px) rotateX(0deg);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.12), 
                0 40px 80px rgba(0, 0, 0, 0.08);
}.mentorship_experience_zSxaIp0 .feedback_views_mGwxKqn > div:first-child {
    overflow: hidden;
    position: relative;
}.mentorship_experience_zSxaIp0 .pic_list_wrap_jeWfckG {
    width: 100%;
    height: 300px;
    clip-path: polygon(0 0, 100% 0, 100% 85%, 85% 100%, 0 100%);
    transform: scale(1.05);
    transition: transform 0.7s cubic-bezier(0.22, 1, 0.36, 1);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
}.mentorship_experience_zSxaIp0 .feedback_views_mGwxKqn:hover .pic_list_wrap_jeWfckG {
    transform: scale(1);
}.mentorship_experience_zSxaIp0 .feedback_views_mGwxKqn > div:nth-child(2) {
    position: relative;
    gap: 0.5rem;
    padding-left: 2rem;
    flex-direction: column;
    display: flex;
}.mentorship_experience_zSxaIp0 .feedback_views_mGwxKqn > div:nth-child(2)::before {
    left: 0;
    transform: translateY(-50%);
    position: absolute;
    content: "";
    background: linear-gradient(to bottom, rgb(184,171,166), rgb(140,126,125));
    top: 50%;
    height: 70%;
    width: 4px;
}.mentorship_experience_zSxaIp0 .name {
    margin: 0;
    font-size: 24px;
    color: #000000;
    position: relative;
    font-weight: 700;
    display: inline-block;
}.mentorship_experience_zSxaIp0 .name::after {
    position: absolute;
    content: "";
    transition: width 0.4s ease-out;
    left: 0;
    width: 0;
    bottom: -5px;
    height: 2px;
    background: rgb(184,171,166);
}.mentorship_experience_zSxaIp0 .feedback_views_mGwxKqn:hover .name::after {
    width: 100%;
}.mentorship_experience_zSxaIp0 .feedback_views_mGwxKqn > div:nth-child(2) > div {
    font-size: calc(12px - 2px);
    letter-spacing: 0.5px;
    font-weight: 600;
    opacity: 0.9;
    color: rgb(140,126,125);
}.mentorship_experience_zSxaIp0 .feedback_views_mGwxKqn > div:nth-child(3) {
    position: relative;
}.mentorship_experience_zSxaIp0 .exp_items_KuyG63R {
    color: #000000;
    padding: 1.5rem;
    border-left: 3px solid rgb(184,171,166,0.5);
    position: relative;
    line-height: 1.7;
    font-size: 12px;
    background: linear-gradient(to right, rgba(rgb(219,213,188), 0.05), rgba(rgb(219,213,188), 0.02));
    margin: 0;
}.mentorship_experience_zSxaIp0 .exp_items_KuyG63R::before {
    color: rgb(184,171,166,0.5);
    opacity: 0.2;
    font-family: serif;
    position: absolute;
    left: 0.5rem;
    font-size: 5rem;
    line-height: 1;
    content: "";
    top: -0.5rem;
}

@media (min-width: 768px) {.mentorship_experience_zSxaIp0 {
    padding: 8rem 3rem;
}.mentorship_experience_zSxaIp0 .feedback_views_mGwxKqn {
    gap: 3rem 4rem;
    grid-template-rows: auto 1fr;
    padding: 4rem;
    grid-template-columns: minmax(200px, 300px) 1fr;
}.mentorship_experience_zSxaIp0 .feedback_views_mGwxKqn > div:first-child {
    grid-row: span 2;
}.mentorship_experience_zSxaIp0 .pic_list_wrap_jeWfckG {
    height: 100%;
}.mentorship_experience_zSxaIp0 .feedback_views_mGwxKqn > div:nth-child(2) {
    padding-left: 3rem;
}.mentorship_experience_zSxaIp0 .exp_items_KuyG63R {
    font-size: calc(12px + 1px);
    padding: 2rem;
}
}

@media (min-width: 1024px) {.mentorship_experience_zSxaIp0 {
    padding: 10rem 4rem;
}.mentorship_experience_zSxaIp0 .feedback_views_mGwxKqn {
    grid-template-columns: minmax(300px, 400px) 1fr;
    padding: 5rem;
    gap: 4rem 5rem;
}.mentorship_experience_zSxaIp0 .name {
    font-size: calc(24px + 2px);
}.mentorship_experience_zSxaIp0 .feedback_views_mGwxKqn > div:nth-child(2) > div {
    font-size: 12px;
}.mentorship_experience_zSxaIp0 .exp_items_KuyG63R {
    line-height: 1.8;
}.mentorship_experience_zSxaIp0 .feedback_views_mGwxKqn::after {
    top: 0;
    height: 150px;
    width: 150px;
    position: absolute;
    opacity: 0.1;
    right: 0;
    transition: opacity 0.3s ease;
    background: linear-gradient(135deg, transparent 50%, rgb(184,171,166,0.5) 50%);
    content: "";
}.mentorship_experience_zSxaIp0 .feedback_views_mGwxKqn:hover::after {
    opacity: 0.2;
}
}

@media (max-width: 767px) {.mentorship_experience_zSxaIp0 {
    padding: 4rem 1.5rem;
}.mentorship_experience_zSxaIp0 .feedback_views_mGwxKqn {
    padding: 2rem;
    gap: 2rem;
}.mentorship_experience_zSxaIp0 .pic_list_wrap_jeWfckG {
    height: 250px;
}.mentorship_experience_zSxaIp0 .name {
    font-size: calc(24px - 1px);
}.mentorship_experience_zSxaIp0 .feedback_views_mGwxKqn > div:nth-child(2) > div {
    font-size: calc(12px - 3px);
}.mentorship_experience_zSxaIp0 .exp_items_KuyG63R {
    padding: 1rem;
    font-size: calc(12px - 1px);
}}.about_this_hQOsCBV {
    padding: 120px 0 160px;
    z-index: 1;
    position: relative;
    overflow: hidden;
}.about_this_hQOsCBV::before {
    backdrop-filter: blur(5px);
    right: 0;
    bottom: 0;
    top: 0;
    z-index: -1;
    left: 0;
    position: absolute;
    background: linear-gradient(135deg, 
        rgba(#000000, 0.85) 0%,
        rgba(#000000, 0.75) 50%,
        rgba(rgb(184,171,166), 0.65) 100%);
    content: "";
}.about_this_hQOsCBV::after {
    transform: rotate(-3deg);
    position: absolute;
    width: 150%;
    box-shadow: 0 -5px 20px rgba(0,0,0,0.1);
    height: 150px;
    bottom: -75px;
    content: "";
    z-index: -1;
    left: -25%;
    background: #ffffff;
}.about_this_hQOsCBV .container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 30px;
    perspective: 1000px;
    position: relative;
}.about_this_hQOsCBV h2 {
    color: #ffffff;
    letter-spacing: 2px;
    font-size: clamp(2.5rem, 5vw, 29px);
    transform: translateZ(0);
    font-weight: 700;
    position: relative;
    display: inline-block;
    text-transform: uppercase;
    margin-bottom: 60px;
}.about_this_hQOsCBV h2::after {
    bottom: -15px;
    transform: scaleX(1);
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    position: absolute;
    transform-origin: left center;
    left: 0;
    height: 4px;
    background: rgb(184,171,166);
    width: 80px;
    content: "";
}.about_this_hQOsCBV:hover h2::after {
    transform: scaleX(1.5);
}.about_this_hQOsCBV .content_box_7czonuk {
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1), 
                box-shadow 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1), 
                0 5px 15px rgba(0, 0, 0, 0.05),
                0 0 0 1px rgba(rgb(184,171,166), 0.1);
    padding: 50px;
    background: rgba(255, 255, 255, 0.95);
    position: relative;
    overflow: hidden;
    border-radius: 3px;
    transform: translateY(0);
}.about_this_hQOsCBV .content_box_7czonuk::before {
    left: 0;
    width: 6px;
    top: 0;
    position: absolute;
    content: "";
    background: linear-gradient(to bottom, 
        rgb(184,171,166) 0%, 
        rgb(140,126,125) 100%);
    height: 100%;
}.about_this_hQOsCBV .content_box_7czonuk:hover {
    box-shadow: 0 30px 60px rgba(0, 0, 0, 0.15), 
                0 10px 25px rgba(0, 0, 0, 0.1),
                0 0 0 1px rgba(rgb(184,171,166), 0.15);
    transform: translateY(-5px);
}.about_this_hQOsCBV .content_box_7czonuk > div {
    z-index: 2;
    position: relative;
}.about_this_hQOsCBV .content_box_7czonuk p {
    font-weight: 600;
    margin-bottom: 20px;
    position: relative;
    font-size: clamp(1.25rem, 3vw, 1.75rem);
    color: rgb(184,171,166);
    display: inline-block;
}.about_this_hQOsCBV .content_box_7czonuk p::after {
    position: absolute;
    left: 0;
    width: 100%;
    bottom: -8px;
    transform: scaleX(0.3);
    content: "";
    background: linear-gradient(to right, 
        rgb(184,171,166) 0%, 
        rgb(140,126,125) 100%);
    height: 2px;
    transform-origin: left center;
    transition: transform 0.4s ease-out;
}.about_this_hQOsCBV .content_box_7czonuk:hover p::after {
    transform: scaleX(1);
}.about_this_hQOsCBV .content_box_7czonuk div div {
    text-align: justify;
    transform: translateZ(0);
    column-count: 1;
    opacity: 0.9;
    color: #000000;
    font-size: 13px;
    max-width: 100%;
    column-gap: 40px;
    line-height: 1.8;
}

@media (min-width: 768px) {.about_this_hQOsCBV .content_box_7czonuk div div {
    column-count: 2;
}
}

@media (min-width: 992px) {.about_this_hQOsCBV {
    padding: 150px 0 200px;
}.about_this_hQOsCBV .content_box_7czonuk {
    padding: 60px 70px;
}.about_this_hQOsCBV .content_box_7czonuk div div {
    column-count: 2;
}
}

@media (max-width: 767px) {.about_this_hQOsCBV {
    padding: 80px 0 120px;
}.about_this_hQOsCBV .content_box_7czonuk {
    padding: 30px;
}.about_this_hQOsCBV h2 {
    margin-bottom: 40px;
}.about_this_hQOsCBV h2::after {
    width: 60px;
    bottom: -10px;
    height: 3px;
}
}

@media (max-width: 480px) {.about_this_hQOsCBV {
    padding: 60px 0 100px;
}.about_this_hQOsCBV .content_box_7czonuk {
    padding: 25px 20px;
}.about_this_hQOsCBV h2 {
    margin-bottom: 30px;
    font-size: 2rem;
}.about_this_hQOsCBV h2::after {
    width: 50px;
    bottom: -8px;
}.about_this_hQOsCBV .content_box_7czonuk p {
    font-size: 1.125rem;
}
}

@media (prefers-reduced-motion: reduce) {.about_this_hQOsCBV .content_box_7czonuk,
    .about_this_hQOsCBV h2::after,
    .about_this_hQOsCBV .content_box_7czonuk:hover,
    .about_this_hQOsCBV .content_box_7czonuk p::after {
    transition: none;
    transform: none;
}
}

@media (hover: hover) {.about_this_hQOsCBV .content_box_7czonuk::after {
    height: 100%;
    z-index: 1;
    top: 0;
    transition: opacity 0.5s ease;
    background: linear-gradient(135deg, 
            rgba(rgb(184,171,166,0.5), 0.05) 0%,
            rgba(rgb(184,171,166,0.5), 0) 50%);
    width: 100%;
    left: 0;
    opacity: 0;
    pointer-events: none;
    position: absolute;
    content: "";
}.about_this_hQOsCBV .content_box_7czonuk:hover::after {
    opacity: 1;
}}.tyMessage_VRXo6WI {
    padding: 6rem 0;
    background: linear-gradient(135deg, rgb(140,126,125,0.5), rgb(184,171,166,0.5));
    position: relative;
    perspective: 1000px;
    overflow: hidden;
}.tyMessage_VRXo6WI::before {
    top: 0;
    z-index: 1;
    opacity: 0.1;
    pointer-events: none;
    content: "";
    width: 100%;
    position: absolute;
    left: 0;
    background: repeating-linear-gradient(
        45deg,
        rgb(140,126,125,0.5) 0px,
        rgb(140,126,125,0.5) 2px,
        transparent 2px,
        transparent 10px
    );
    height: 100%;
}.tyMessage_VRXo6WI::after {
    opacity: 0.4;
    height: 80%;
    position: absolute;
    z-index: 0;
    top: -10%;
    background: radial-gradient(
        circle at center,
        rgb(184,171,166,0.5) 0%,
        transparent 70%
    );
    transform: rotate(-15deg);
    right: -10%;
    width: 80%;
    content: "";
}.tyMessage_VRXo6WI .container {
    position: relative;
    transform-style: preserve-3d;
    max-width: 1200px;
    z-index: 2;
    padding: 0 2rem;
    transform: translateZ(0);
    margin: 0 auto;
}.tyMessage_VRXo6WI h2 {
    font-weight: 700;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    transform: translateZ(30px);
    position: relative;
    font-size: 32px;
    font-family: Arial, sans-serif;
    max-width: 90%;
    transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    color: #000000;
    margin-bottom: 3rem;
}.tyMessage_VRXo6WI h2::after {
    content: "";
    transform-origin: left;
    height: 0.3rem;
    position: absolute;
    background: linear-gradient(to right, rgb(184,171,166), rgb(140,126,125));
    width: 8rem;
    left: 0;
    transform: scaleX(1);
    transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    bottom: -1rem;
}.tyMessage_VRXo6WI .virtual_academy_9h0KQbE {
    padding: 3rem;
    background: #ffffff;
    box-shadow: 
        0 20px 40px rgba(0, 0, 0, 0.1), 
        0 8px 16px rgba(0, 0, 0, 0.05),
        0 4px 8px rgba(0, 0, 0, 0.025);
    border-left: 4px solid rgb(184,171,166);
    transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1), box-shadow 0.6s ease;
    transform-style: preserve-3d;
    backdrop-filter: blur(5px);
    position: relative;
    transform: translateZ(10px) rotateX(2deg);
}.tyMessage_VRXo6WI .virtual_academy_9h0KQbE::before {
    right: 1rem;
    top: 1rem;
    pointer-events: none;
    left: 1rem;
    position: absolute;
    opacity: 0.5;
    z-index: 0;
    border: 1px dashed rgb(140,126,125,0.5);
    content: "";
    bottom: 1rem;
}.tyMessage_VRXo6WI .virtual_academy_9h0KQbE:hover {
    box-shadow: 
        0 25px 50px rgba(0, 0, 0, 0.15), 
        0 10px 20px rgba(0, 0, 0, 0.1),
        0 5px 10px rgba(0, 0, 0, 0.05);
    transform: translateZ(20px) rotateX(0deg);
}.tyMessage_VRXo6WI ul {
    list-style: none;
    z-index: 1;
    margin: 0;
    position: relative;
    padding: 0;
}.tyMessage_VRXo6WI li {
    margin-bottom: 1rem;
    transform: translateZ(5px);
    position: relative;
}.tyMessage_VRXo6WI li::before {
    position: absolute;
    width: 0.8rem;
    left: -2rem;
    height: 0.8rem;
    top: 0.5rem;
    opacity: 0;
    border-radius: 0.2rem;
    transform: rotate(45deg);
    background: linear-gradient(135deg, rgb(184,171,166), rgb(140,126,125));
    transition: opacity 0.3s ease, transform 0.3s ease;
    content: "";
}.tyMessage_VRXo6WI li:hover::before {
    opacity: 1;
    transform: rotate(45deg) scale(1.2);
}.tyMessage_VRXo6WI span {
    color: #000000;
    font-family: Arial, sans-serif;
    transition: padding-left 0.3s ease;
    display: block;
    position: relative;
    padding-left: 0;
    line-height: 1.8;
    font-size: 16px;
}.tyMessage_VRXo6WI span::after {
    position: absolute;
    transform-origin: left;
    transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    width: 100%;
    height: 1px;
    content: "";
    bottom: -0.8rem;
    transform: scaleX(0);
    left: 0;
    background: linear-gradient(to right, rgb(140,126,125,0.5), transparent);
}.tyMessage_VRXo6WI li:hover span {
    padding-left: 0.5rem;
}.tyMessage_VRXo6WI li:hover span::after {
    transform: scaleX(1);
}

@media (max-width: 991px) {.tyMessage_VRXo6WI {
    padding: 5rem 0;
}.tyMessage_VRXo6WI .virtual_academy_9h0KQbE {
    transform: translateZ(5px) rotateX(1deg);
    padding: 2.5rem;
}.tyMessage_VRXo6WI h2 {
    max-width: 100%;
    font-size: calc(32px * 0.9);
    transform: translateZ(20px);
}
}

@media (max-width: 767px) {.tyMessage_VRXo6WI {
    padding: 4rem 0;
}.tyMessage_VRXo6WI .container {
    padding: 0 1.5rem;
}.tyMessage_VRXo6WI .virtual_academy_9h0KQbE {
    padding: 2rem;
    transform: translateZ(0) rotateX(0deg);
}.tyMessage_VRXo6WI h2 {
    font-size: calc(32px * 0.8);
    margin-bottom: 2rem;
    transform: translateZ(10px);
}.tyMessage_VRXo6WI h2::after {
    height: 0.25rem;
    width: 6rem;
}.tyMessage_VRXo6WI span {
    line-height: 1.7;
    font-size: calc(16px * 0.95);
}
}

@media (max-width: 575px) {.tyMessage_VRXo6WI {
    padding: 3rem 0;
}.tyMessage_VRXo6WI .container {
    padding: 0 1rem;
}.tyMessage_VRXo6WI .virtual_academy_9h0KQbE {
    padding: 1.5rem;
    border-left-width: 3px;
}.tyMessage_VRXo6WI h2 {
    margin-bottom: 1.5rem;
    font-size: calc(32px * 0.7);
}.tyMessage_VRXo6WI h2::after {
    width: 5rem;
    bottom: -0.7rem;
    height: 0.2rem;
}.tyMessage_VRXo6WI span {
    line-height: 1.6;
    font-size: calc(16px * 0.9);
}.tyMessage_VRXo6WI li::before {
    width: 0.7rem;
    height: 0.7rem;
    left: -1.5rem;
}}.title_screen_mp9hdVK {
    background: linear-gradient(145deg, rgb(219,213,188) 0%, rgb(184,171,166,0.5) 100%);
    position: relative;
    display: flex;
    overflow: hidden;
    min-height: 85vh;
    align-items: center;
    padding: 120px 0 80px;
}.title_screen_mp9hdVK::before {
    top: 0;
    width: 100%;
    z-index: 1;
    height: 100%;
    background: radial-gradient(circle at 70% 30%, rgb(140,126,125,0.5) 0%, transparent 60%);
    left: 0;
    position: absolute;
    content: "";
    opacity: 0.4;
}.title_screen_mp9hdVK > div {
    max-width: 1200px;
    padding: 0 20px;
    width: 100%;
    position: relative;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    z-index: 2;
    gap: 50px;
}.title_screen_mp9hdVK > div > div:first-child {
    opacity: 0;
    max-width: 700px;
    align-items: flex-start;
    gap: 25px;
    animation: fadeInUp 0.8s ease-out forwards;
    transform: translateY(30px);
    flex-direction: column;
    display: flex;
}.title_screen_mp9hdVK .learning_primary_6Ht8GiX {
    animation: slideInFromLeft 0.8s ease-out 0.2s forwards;
    position: relative;
    line-height: 1.2;
    transform: translateX(-10px);
    font-size: 46px;
    margin: 0;
    opacity: 0;
    font-weight: 700;
    color: #000000;
}.title_screen_mp9hdVK .learning_primary_6Ht8GiX::after {
    transform: scaleX(0);
    content: "";
    animation: expandLine 1s ease-out 0.6s forwards;
    position: absolute;
    height: 4px;
    transform-origin: left;
    left: 0;
    background: rgb(184,171,166);
    width: 80px;
    bottom: -10px;
}.title_screen_mp9hdVK p {
    transform: translateY(20px);
    animation: fadeInUp 0.8s ease-out 0.4s forwards;
    max-width: 90%;
    line-height: 1.6;
    opacity: 0;
    font-size: calc(13px * 1.2);
    color: #000000;
    margin: 0;
}.title_screen_mp9hdVK .study_fast_gcGmhn2 {
    position: relative;
    animation: fadeInUp 0.8s ease-out 0.6s forwards;
    opacity: 0;
    transform: translateY(40px);
    width: 100%;
}.title_screen_mp9hdVK .learning_corner_8XnhAoF {
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
    position: relative;
    min-height: 320px;
    transition: transform 0.4s ease, box-shadow 0.4s ease;
    overflow: hidden;
    border-radius: 30px;
    width: 100%;
}.title_screen_mp9hdVK .learning_corner_8XnhAoF::before {
    width: 100%;
    top: 0;
    height: 100%;
    z-index: 1;
    content: "";
    position: absolute;
    left: 0;
    background: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, 0.5) 100%);
}.title_screen_mp9hdVK .learning_corner_8XnhAoF:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
}.title_screen_mp9hdVK .learning_corner_8XnhAoF span {
    padding: 30px;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.8) 0%, transparent 100%);
    left: 0;
    z-index: 2;
    transform: translateY(10px);
    opacity: 0.9;
    bottom: 0;
    transition: transform 0.4s ease, opacity 0.4s ease;
    width: 100%;
    position: absolute;
}.title_screen_mp9hdVK .learning_corner_8XnhAoF:hover span {
    opacity: 1;
    transform: translateY(0);
}.title_screen_mp9hdVK .learning_corner_8XnhAoF h3 {
    text-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
    font-weight: 600;
    margin: 0;
    line-height: 1.4;
    font-size: 20px;
    color: #ffffff;
}

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

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

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


@media (max-width: 768px) {.title_screen_mp9hdVK {
    min-height: auto;
    padding: 80px 0 60px;
}.title_screen_mp9hdVK > div {
    gap: 30px;
}.title_screen_mp9hdVK .learning_primary_6Ht8GiX {
    font-size: calc(46px * 0.8);
}.title_screen_mp9hdVK p {
    max-width: 100%;
    font-size: 13px;
}.title_screen_mp9hdVK .learning_corner_8XnhAoF {
    min-height: 250px;
}.title_screen_mp9hdVK .learning_corner_8XnhAoF h3 {
    font-size: calc(20px * 0.9);
}
}

@media (max-width: 576px) {.title_screen_mp9hdVK {
    padding: 60px 0 40px;
}.title_screen_mp9hdVK > div {
    gap: 25px;
}.title_screen_mp9hdVK .learning_primary_6Ht8GiX {
    font-size: calc(46px * 0.7);
}.title_screen_mp9hdVK p {
    font-size: calc(13px * 0.9);
}.title_screen_mp9hdVK .learning_corner_8XnhAoF {
    min-height: 200px;
}.title_screen_mp9hdVK .learning_corner_8XnhAoF span {
    padding: 20px;
}.title_screen_mp9hdVK .learning_corner_8XnhAoF h3 {
    font-size: calc(20px * 0.8);
}
}

@media (min-width: 992px) {.title_screen_mp9hdVK > div {
    flex-direction: row;
    gap: 60px;
    align-items: center;
}.title_screen_mp9hdVK > div > div:first-child {
    flex: 1;
}.title_screen_mp9hdVK .study_fast_gcGmhn2 {
    flex: 1;
}.title_screen_mp9hdVK .learning_corner_8XnhAoF {
    min-height: 380px;
}
}

@media (hover: none) {.title_screen_mp9hdVK .learning_corner_8XnhAoF:hover {
    transform: none;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
}.title_screen_mp9hdVK .learning_corner_8XnhAoF span {
    opacity: 1;
    transform: translateY(0);
}}.explore_now_P2onmg4 {
    overflow: hidden;
    padding: 5rem 2rem;
    background: linear-gradient(135deg, rgb(184,171,166) 0%, rgb(140,126,125) 100%);
    position: relative;
    z-index: 1;
}.explore_now_P2onmg4::before {
    transform: translateZ(-10px);
    top: 0;
    z-index: -1;
    left: 0;
    height: 100%;
    content: "";
    background: repeating-linear-gradient(
        45deg,
        rgba(255, 255, 255, 0.05),
        rgba(255, 255, 255, 0.05) 10px,
        transparent 10px,
        transparent 20px
    );
    width: 100%;
    position: absolute;
}.explore_now_P2onmg4::after {
    transform: translateZ(-5px);
    background: radial-gradient(circle, rgba(255, 255, 255, 0.15) 0%, transparent 70%);
    height: 200%;
    content: "";
    top: -50%;
    width: 200%;
    z-index: -1;
    left: -50%;
    position: absolute;
    animation: rotate 30s linear infinite;
}.explore_now_P2onmg4 .container {
    grid-template-columns: 1fr;
    position: relative;
    transform-style: preserve-3d;
    margin: 0 auto;
    perspective: 1000px;
    max-width: 1200px;
    grid-gap: 2.5rem;
    display: grid;
}.explore_now_P2onmg4 h6 {
    letter-spacing: 0.05em;
    position: relative;
    font-size: calc(19px * 1.2);
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
    transform: translateZ(25px);
    padding: 0 1rem;
    line-height: 1.5;
    margin: 0;
    font-weight: 600;
    color: #ffffff;
    text-align: center;
}.explore_now_P2onmg4 h6::after {
    background: #ffffff;
    bottom: -15px;
    content: "";
    box-shadow: 0 2px 8px rgba(255, 255, 255, 0.3);
    height: 4px;
    width: 80px;
    left: 50%;
    border-radius: 10px;
    transform: translateX(-50%);
    position: absolute;
}.explore_now_P2onmg4 div div {
    margin-top: 1rem;
    justify-content: center;
    align-items: center;
    display: flex;
}.explore_now_P2onmg4 div div span {
    transition: transform 0.3s ease-out;
    display: block;
    transform: translateZ(40px);
    position: relative;
}.explore_now_P2onmg4 div div span:hover {
    transform: translateZ(50px) scale(1.05);
}.explore_now_P2onmg4 .request_card_7oBEGPT {
    text-transform: uppercase;
    box-shadow: 
        0 15px 25px -12px rgba(0, 0, 0, 0.3),
        0 5px 15px -5px rgba(0, 0, 0, 0.2);
    font-size: 14px;
    transform-style: preserve-3d;
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    cursor: pointer;
    color: rgb(184,171,166);
    padding: 16px 32px;
    font-weight: 700;
    background: #ffffff;
    border: none;
    text-decoration: none;
    overflow: hidden;
    letter-spacing: 1px;
    display: inline-block;
    position: relative;
    outline: none;
}.explore_now_P2onmg4 .request_card_7oBEGPT::before {
    top: 0;
    left: 0;
    position: absolute;
    height: 100%;
    background: linear-gradient(
        to right,
        transparent 0%,
        rgba(255, 255, 255, 0.2) 50%,
        transparent 100%
    );
    width: 100%;
    z-index: 1;
    content: "";
    transform: translateX(-100%);
    transition: transform 0.6s ease;
}.explore_now_P2onmg4 .request_card_7oBEGPT:hover {
    box-shadow: 
        0 20px 30px -15px rgba(0, 0, 0, 0.35),
        0 10px 20px -10px rgba(0, 0, 0, 0.25);
    transform: translateY(-5px);
    color: rgb(140,126,125);
}.explore_now_P2onmg4 .request_card_7oBEGPT:hover::before {
    transform: translateX(100%);
}.explore_now_P2onmg4 .request_card_7oBEGPT span {
    transition: transform 0.3s ease;
    position: relative;
    display: block;
    z-index: 2;
}.explore_now_P2onmg4 .request_card_7oBEGPT:hover span {
    transform: scale(1.05);
}.explore_now_P2onmg4 .request_card_7oBEGPT:active {
    transform: translateY(-2px);
    box-shadow: 
        0 10px 20px -10px rgba(0, 0, 0, 0.3),
        0 5px 10px -5px rgba(0, 0, 0, 0.2);
}

@keyframes rotate {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}

@media (min-width: 768px) {.explore_now_P2onmg4 {
    padding: 7rem 3rem;
}.explore_now_P2onmg4 .container {
    grid-template-columns: 1fr 1fr;
    align-items: center;
}.explore_now_P2onmg4 h6 {
    padding: 0;
    font-size: calc(19px * 1.5);
    text-align: left;
}.explore_now_P2onmg4 h6::after {
    width: 120px;
    transform: none;
    left: 0;
}.explore_now_P2onmg4 div div {
    margin-top: 0;
    justify-content: flex-end;
}.explore_now_P2onmg4 .request_card_7oBEGPT {
    padding: 18px 40px;
}
}

@media (min-width: 992px) {.explore_now_P2onmg4 {
    padding: 9rem 4rem;
}.explore_now_P2onmg4::before {
    background-size: 25px 25px;
}.explore_now_P2onmg4 .container {
    grid-gap: 4rem;
}.explore_now_P2onmg4 h6 {
    line-height: 1.4;
    font-size: calc(19px * 1.7);
}.explore_now_P2onmg4 .request_card_7oBEGPT {
    font-size: calc(14px * 1.1);
    padding: 20px 48px;
}
}

@media (max-width: 767px) {.explore_now_P2onmg4 {
    padding: 4rem 1.5rem;
}.explore_now_P2onmg4 h6 {
    font-size: 19px;
    line-height: 1.6;
}.explore_now_P2onmg4 .request_card_7oBEGPT {
    padding: 14px 28px;
    font-size: calc(14px * 0.9);
}
}

@media (max-width: 480px) {.explore_now_P2onmg4 {
    padding: 3rem 1rem;
}.explore_now_P2onmg4 h6 {
    font-size: calc(19px * 0.9);
}.explore_now_P2onmg4 .request_card_7oBEGPT {
    padding: 12px 24px;
    font-size: calc(14px * 0.85);
}}.contact_box_OTe50QN {
    overflow: hidden;
    position: relative;
    padding: 120px 0;
}.contact_box_OTe50QN::before {
    height: 100%;
    width: 100%;
    top: 0;
    content: '';
    z-index: 1;
    left: 0;
    position: absolute;
    background: rgb(140,126,125,0.5);
}.contact_box_OTe50QN .container {
    padding: 0 15px;
    margin: 0 auto;
    max-width: 1400px;
    position: relative;
    z-index: 2;
}.contact_box_OTe50QN .support_widget_4P5MTRB {
    gap: 0;
    grid-template-rows: auto auto;
    display: grid;
    grid-template-columns: 1fr;
}.contact_box_OTe50QN .reach_grid_317bTvZ {
    grid-row: 2;
    justify-content: space-between;
    border-radius: 0 0 15px 15px;
    background: #ffffff;
    display: flex;
    flex-wrap: wrap;
    padding: 60px 50px;
}.contact_box_OTe50QN .reach_grid_317bTvZ h3 {
    font-size: 34px;
    margin-bottom: 40px;
    color: #000000;
    position: relative;
    text-align: center;
    width: 100%;
    font-weight: 700;
}.contact_box_OTe50QN .reach_grid_317bTvZ h3::after {
    background: rgb(184,171,166);
    height: 3px;
    bottom: -15px;
    content: '';
    left: 50%;
    width: 80px;
    transform: translateX(-50%);
    position: absolute;
}.contact_box_OTe50QN .reach_grid_317bTvZ div {
    flex: 0 0 calc(50% - 20px);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    background: rgb(219,213,188);
    border-radius: 10px;
    display: flex;
    align-items: center;
    padding: 20px;
    margin-bottom: 30px;
}.contact_box_OTe50QN .reach_grid_317bTvZ div:hover {
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.05);
    transform: translateY(-5px);
}.contact_box_OTe50QN .reach_grid_317bTvZ svg {
    height: 24px;
    width: 24px;
    margin-right: 15px;
}.contact_box_OTe50QN .reach_grid_317bTvZ svg path {
    fill: rgb(184,171,166);
}.contact_box_OTe50QN .reach_grid_317bTvZ span {
    color: #000000;
    font-size: 14px;
}.contact_box_OTe50QN .reach_grid_317bTvZ a {
    color: rgb(184,171,166);
    transition: color 0.3s ease;
    text-decoration: none;
}.contact_box_OTe50QN .reach_grid_317bTvZ a:hover {
    color: rgb(140,126,125);
}.contact_box_OTe50QN .feedback_message_xrBkdbT {
    grid-row: 1;
    position: relative;
    padding: 0;
    overflow: hidden;
    border-radius: 15px 15px 0 0;
    background: rgb(184,171,166);
}.contact_box_OTe50QN .feedback_message_xrBkdbT::before {
    opacity: 0.2;
    position: absolute;
    top: -50px;
    content: '';
    height: 150px;
    width: 150px;
    border-radius: 50%;
    right: -50px;
    background: rgb(140,126,125);
}.contact_box_OTe50QN .feedback_message_xrBkdbT::after {
    opacity: 0.1;
    left: -80px;
    bottom: -80px;
    position: absolute;
    width: 200px;
    content: '';
    border-radius: 50%;
    background: rgb(140,126,125);
    height: 200px;
}.contact_box_OTe50QN form {
    padding: 60px 50px;
    position: relative;
    z-index: 1;
}.contact_box_OTe50QN form h3 {
    position: relative;
    font-size: 34px;
    margin-bottom: 40px;
    text-align: center;
    font-weight: 700;
    color: #ffffff;
}.contact_box_OTe50QN form h3::after {
    background: #ffffff;
    left: 50%;
    transform: translateX(-50%);
    width: 80px;
    position: absolute;
    bottom: -15px;
    content: '';
    height: 3px;
}.contact_box_OTe50QN form input[type="text"],
.contact_box_OTe50QN form input[type="email"] {
    transition: all 0.3s ease;
    margin-bottom: 20px;
    border-radius: 10px;
    border: 1px solid rgba(255, 255, 255, 0.3);
    background: rgba(255, 255, 255, 0.1);
    color: #ffffff;
    width: 100%;
    font-size: 14px;
    padding: 18px 20px;
}.contact_box_OTe50QN form input[type="text"]:focus,
.contact_box_OTe50QN form input[type="email"]:focus {
    outline: none;
    background: rgba(255, 255, 255, 0.2);
    border-color: rgba(255, 255, 255, 0.5);
}.contact_box_OTe50QN form input::placeholder {
    color: rgba(255, 255, 255, 0.6);
}.contact_box_OTe50QN .request_form_OM8i64l {
    margin: 25px 0 30px;
    display: flex;
    align-items: flex-start;
}.contact_box_OTe50QN .request_form_OM8i64l input[type="checkbox"] {
    border: 2px solid rgba(255, 255, 255, 0.3);
    width: 22px;
    cursor: pointer;
    position: relative;
    border-radius: 10px;
    height: 22px;
    transition: all 0.3s ease;
    flex-shrink: 0;
    margin-right: 15px;
    -webkit-appearance: none;
    appearance: none;
}.contact_box_OTe50QN .request_form_OM8i64l input[type="checkbox"]:checked {
    background-color: #ffffff;
    border-color: #ffffff;
}.contact_box_OTe50QN .request_form_OM8i64l input[type="checkbox"]:checked::before {
    border-width: 0 2px 2px 0;
    height: 10px;
    transform: rotate(45deg);
    content: '';
    left: 7px;
    top: 4px;
    border: solid rgb(184,171,166);
    width: 6px;
    position: absolute;
}.contact_box_OTe50QN .request_form_OM8i64l label {
    color: rgba(255, 255, 255, 0.8);
    font-size: 16px;
    line-height: 1.6;
}.contact_box_OTe50QN .request_form_OM8i64l a {
    transition: opacity 0.3s ease;
    font-weight: 600;
    border-bottom: 1px dotted rgba(255, 255, 255, 0.5);
    color: #ffffff;
    text-decoration: none;
}.contact_box_OTe50QN .request_form_OM8i64l a:hover {
    border-bottom-color: #ffffff;
    opacity: 0.8;
}.contact_box_OTe50QN .request_card_7oBEGPT {
    padding: 18px 20px;
    font-weight: 700;
    background: #ffffff;
    font-size: 20px;
    border-radius: 10px;
    color: rgb(184,171,166);
    cursor: pointer;
    border: none;
    width: 100%;
    transition: all 0.3s ease;
}.contact_box_OTe50QN .request_card_7oBEGPT:hover {
    background: rgb(219,213,188);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
    transform: translateY(-3px);
}

@media (min-width: 992px) {.contact_box_OTe50QN form {
    grid-template-columns: 1fr 1fr;
    display: grid;
    gap: 20px;
}.contact_box_OTe50QN form h3 {
    grid-column: span 2;
}.contact_box_OTe50QN .request_form_OM8i64l {
    grid-column: span 2;
}.contact_box_OTe50QN .request_card_7oBEGPT {
    grid-column: span 2;
}
}

@media (max-width: 992px) {.contact_box_OTe50QN {
    padding: 90px 0;
}.contact_box_OTe50QN .feedback_message_xrBkdbT,
    .contact_box_OTe50QN .reach_grid_317bTvZ {
    padding: 50px 40px;
}
}

@media (max-width: 768px) {.contact_box_OTe50QN {
    padding: 70px 0;
}.contact_box_OTe50QN .reach_grid_317bTvZ div {
    flex: 0 0 100%;
}.contact_box_OTe50QN .feedback_message_xrBkdbT,
    .contact_box_OTe50QN .reach_grid_317bTvZ {
    padding: 40px 30px;
}.contact_box_OTe50QN .reach_grid_317bTvZ h3,
    .contact_box_OTe50QN form h3 {
    margin-bottom: 35px;
    font-size: calc(34px * 0.9);
}
}

@media (max-width: 576px) {.contact_box_OTe50QN {
    padding: 50px 0;
}.contact_box_OTe50QN .feedback_message_xrBkdbT,
    .contact_box_OTe50QN .reach_grid_317bTvZ {
    padding: 30px 25px;
}.contact_box_OTe50QN .reach_grid_317bTvZ h3,
    .contact_box_OTe50QN form h3 {
    font-size: calc(34px * 0.85);
    margin-bottom: 30px;
}.contact_box_OTe50QN form input[type="text"],
    .contact_box_OTe50QN form input[type="email"] {
    padding: 15px;
}}.program_information_qmzLwPc {
    background: linear-gradient(135deg, rgb(219,213,188) 0%, rgb(184,171,166,0.5) 100%);
    padding: 6rem 0;
    overflow: hidden;
    position: relative;
}.program_information_qmzLwPc::before {
    pointer-events: none;
    left: -50%;
    top: -50%;
    z-index: 0;
    content: "";
    width: 200%;
    transform: rotate(-15deg);
    position: absolute;
    background: radial-gradient(circle at 70% 30%, rgb(140,126,125,0.5) 0%, transparent 60%);
    opacity: 0.3;
    height: 200%;
}.program_information_qmzLwPc::after {
    opacity: 0.4;
    content: "";
    background: 
        radial-gradient(circle at 20% 80%, rgb(184,171,166,0.5) 0%, transparent 15%),
        radial-gradient(circle at 80% 20%, rgb(140,126,125,0.5) 0%, transparent 15%),
        radial-gradient(circle at 50% 50%, rgb(184,171,166,0.5) 0%, transparent 20%);
    z-index: 0;
    width: 100%;
    pointer-events: none;
    left: 0;
    position: absolute;
    height: 100%;
    top: 0;
}.program_information_qmzLwPc .container {
    position: relative;
    max-width: 1280px;
    margin: 0 auto;
    z-index: 1;
    padding: 0 2rem;
}.program_information_qmzLwPc .career_lab_YUsIumo {
    gap: 3rem;
    grid-template-columns: 1fr;
    display: grid;
    position: relative;
    transform: translateZ(0);
}.program_information_qmzLwPc .pic_list_wrap_jeWfckG {
    position: relative;
    height: 380px;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1), 0 5px 15px rgba(0, 0, 0, 0.05);
    z-index: 2;
    transform: perspective(1000px) rotateX(2deg) rotateY(-2deg);
    overflow: hidden;
    transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
}.program_information_qmzLwPc .pic_list_wrap_jeWfckG::before {
    height: 100%;
    position: absolute;
    opacity: 0.5;
    top: 0;
    left: 0;
    z-index: 1;
    content: "";
    width: 100%;
    background: linear-gradient(45deg, rgb(140,126,125,0.5) 0%, transparent 100%);
}.program_information_qmzLwPc .pic_list_wrap_jeWfckG::after {
    pointer-events: none;
    content: "";
    opacity: 0;
    height: 120%;
    background: radial-gradient(circle at center, transparent 30%, rgba(0, 0, 0, 0.2) 100%);
    left: -10%;
    width: 120%;
    top: -10%;
    z-index: 2;
    position: absolute;
    transition: opacity 0.5s ease-out;
}.program_information_qmzLwPc .pic_list_wrap_jeWfckG:hover {
    transform: perspective(1000px) rotateX(0deg) rotateY(0deg);
}.program_information_qmzLwPc .pic_list_wrap_jeWfckG:hover::after {
    opacity: 1;
}.program_information_qmzLwPc .content_box_7czonuk {
    background: rgba(255, 255, 255, 0.95);
    position: relative;
    transform: perspective(1000px) translateZ(0);
    z-index: 2;
    backdrop-filter: blur(10px);
    padding: 2.5rem;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
    transition: transform 0.5s ease, box-shadow 0.5s ease;
}.program_information_qmzLwPc .content_box_7czonuk::before {
    background: linear-gradient(135deg, rgb(140,126,125,0.5) 0%, transparent 100%);
    left: 0;
    top: 0;
    width: 100%;
    content: "";
    height: 100%;
    opacity: 0.05;
    z-index: -1;
    position: absolute;
}.program_information_qmzLwPc .content_box_7czonuk:hover {
    transform: perspective(1000px) translateZ(10px);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.12);
}.program_information_qmzLwPc h3 {
    color: #000000;
    position: relative;
    font-weight: 600;
    margin-bottom: 1.5rem;
    font-size: calc(24px * 1.1);
    line-height: 1.3;
}.program_information_qmzLwPc h3::after {
    width: 60px;
    bottom: -12px;
    background: linear-gradient(90deg, rgb(184,171,166) 0%, rgb(140,126,125) 100%);
    transform-origin: left;
    content: "";
    position: absolute;
    left: 0;
    height: 3px;
    transition: width 0.4s cubic-bezier(0.25, 1, 0.5, 1);
}.program_information_qmzLwPc .content_box_7czonuk:hover h3::after {
    width: 90px;
}.program_information_qmzLwPc .description {
    margin-bottom: 1.5rem;
    color: #000000;
    line-height: 1.7;
    font-size: 17px;
}.program_information_qmzLwPc p.description {
    overflow-y: auto;
    max-height: 300px;
    scrollbar-color: rgb(140,126,125,0.5) transparent;
    margin-top: 0;
    scrollbar-width: thin;
    padding-right: 15px;
}.program_information_qmzLwPc p.description::-webkit-scrollbar {
    width: 5px;
}.program_information_qmzLwPc p.description::-webkit-scrollbar-track {
    background: transparent;
}.program_information_qmzLwPc p.description::-webkit-scrollbar-thumb {
    background-color: rgb(140,126,125,0.5);
    border-radius: 10px;
}.program_information_qmzLwPc span.description {
    display: none;
}.program_information_qmzLwPc .career_lab_YUsIumo > div {
    position: relative;
}

@media (min-width: 768px) {.program_information_qmzLwPc {
    padding: 8rem 0;
}.program_information_qmzLwPc .career_lab_YUsIumo {
    gap: 4rem;
    grid-template-columns: 1fr 1fr;
    align-items: center;
}.program_information_qmzLwPc .pic_list_wrap_jeWfckG {
    height: 450px;
}.program_information_qmzLwPc h3 {
    font-size: calc(24px * 1.2);
}.program_information_qmzLwPc p.description {
    max-height: 350px;
}
}

@media (min-width: 992px) {.program_information_qmzLwPc .career_lab_YUsIumo {
    gap: 6rem;
}.program_information_qmzLwPc .pic_list_wrap_jeWfckG {
    height: 520px;
    transform: perspective(1200px) rotateX(3deg) rotateY(-3deg);
}.program_information_qmzLwPc .content_box_7czonuk {
    padding: 3rem;
}.program_information_qmzLwPc h3 {
    font-size: calc(24px * 1.3);
    margin-bottom: 2rem;
}.program_information_qmzLwPc h3::after {
    height: 4px;
    bottom: -15px;
}.program_information_qmzLwPc p.description {
    line-height: 1.8;
    max-height: 400px;
}
}

@media (min-width: 1200px) {.program_information_qmzLwPc .container {
    padding: 0 3rem;
}.program_information_qmzLwPc .pic_list_wrap_jeWfckG {
    height: 580px;
}.program_information_qmzLwPc .content_box_7czonuk {
    padding: 3.5rem;
}.program_information_qmzLwPc h3 {
    font-size: calc(24px * 1.4);
}.program_information_qmzLwPc p.description {
    font-size: calc(17px * 1.05);
    max-height: 450px;
}
}

@media (max-width: 767px) {.program_information_qmzLwPc {
    padding: 4rem 0;
}.program_information_qmzLwPc .pic_list_wrap_jeWfckG {
    height: 280px;
    transform: perspective(800px) rotateX(1deg) rotateY(-1deg);
}.program_information_qmzLwPc .content_box_7czonuk {
    padding: 2rem;
}.program_information_qmzLwPc h3 {
    font-size: 24px;
    margin-bottom: 1.25rem;
}.program_information_qmzLwPc h3::after {
    height: 2px;
    width: 50px;
    bottom: -10px;
}.program_information_qmzLwPc p.description {
    line-height: 1.6;
    max-height: 250px;
}}footer {
    position: relative;
    width: 100%;
}.fellow_prog_KHyczJD {
    padding: 0 0 30px;
    overflow: hidden;
    font-family: Arial, sans-serif;
    position: relative;
}footer .carbon_cta_YG2d3nS {
    z-index: 1;
    position: relative;
}footer .write_experts_tv0GkOd {
    flex-wrap: wrap;
    clip-path: polygon(0 0, 100% 0, 100% 85%, 0 100%);
    display: flex;
    gap: 20px;
    position: relative;
    margin-bottom: 70px;
    justify-content: center;
    color: #ffffff;
    background-color: rgb(140,126,125);
    padding: 40px 20px;
}footer .write_experts_tv0GkOd::after {
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.1) 0%, transparent 50%);
    left: 0;
    top: 0;
    content: "";
    height: 100%;
    width: 100%;
    position: absolute;
    pointer-events: none;
}footer .info_item {
    padding: 10px 20px;
    background-color: rgba(0, 0, 0, 0.2);
    align-items: center;
    border-radius: 10px;
    flex: 1 1 200px;
    max-width: 300px;
    transition: all 0.3s ease;
    display: flex;
}footer .info_item:hover {
    background-color: rgba(0, 0, 0, 0.3);
    transform: translateY(-5px);
}footer .info_item svg {
    height: 22px;
    margin-right: 15px;
    flex-shrink: 0;
    width: 22px;
    fill: #ffffff;
}footer .info_item p,
footer .info_item a {
    font-size: 12px;
    color: #ffffff;
    text-decoration: none;
}footer .info_item a:hover {
    text-decoration: underline;
}footer .text_main_holder {
    grid-template-columns: 1fr;
    position: relative;
    display: grid;
    margin-top: -30px;
    gap: 40px;
}footer .text_main_holder::before {
    position: absolute;
    width: 100%;
    z-index: -1;
    content: "";
    background-color: #ffffff;
    top: 0;
    left: 0;
    height: 100%;
    clip-path: polygon(0 15%, 100% 0, 100% 100%, 0 100%);
}footer .nav_lead_lUgu1eF {
    text-align: center;
    padding-top: 60px;
}footer .nav_lead_lUgu1eF svg {
    height: 45px;
    margin-bottom: 15px;
    width: auto;
}footer .art_portal_pXZNstB {
    color: #000000;
    max-width: 350px;
    text-align: center;
    line-height: 1.6;
    margin: 0 auto;
    font-size: 15px;
}footer .head_learn_iTuGAJy {
    clip-path: polygon(5% 0, 100% 0, 95% 100%, 0% 100%);
    padding: 30px;
    margin: 0 20px;
    background-color: rgb(219,213,188);
    position: relative;
}footer .head_learn_iTuGAJy h5 {
    font-weight: 600;
    display: inline-block;
    position: relative;
    margin-bottom: 25px;
    font-size: 18px;
    color: #000000;
}footer .head_learn_iTuGAJy h5::after {
    position: absolute;
    width: 100%;
    height: 2px;
    background: linear-gradient(90deg, rgb(184,171,166), transparent);
    left: 0;
    content: "";
    bottom: -8px;
}footer .head_page_ClBxzEQ {
    display: flex;
    gap: 10px 30px;
    flex-wrap: wrap;
    flex-direction: column;
    margin-bottom: 25px;
}footer .head_page_ClBxzEQ a {
    position: relative;
    flex: 1 0 calc(50% - 30px);
    text-decoration: none;
    color: #000000;
    transition: all 0.3s ease;
    font-size: 12px;
    padding: 8px 0;
}footer .head_page_ClBxzEQ a::after {
    height: 1px;
    transition: width 0.3s ease;
    width: 0;
    background-color: rgb(184,171,166);
    position: absolute;
    content: "";
    left: 0;
    bottom: 0;
}footer .head_page_ClBxzEQ a:hover {
    color: rgb(184,171,166);
    padding-left: 5px;
}footer .head_page_ClBxzEQ a:hover::after {
    width: 100%;
}footer .subscribe_holder {
    margin: 0 20px;
    padding: 30px;
    color: #ffffff;
    clip-path: polygon(0 0, 95% 0, 100% 100%, 5% 100%);
    position: relative;
    background-color: rgb(184,171,166);
}footer .subscribe_holder::before {
    pointer-events: none;
    width: 100%;
    top: 0;
    content: "";
    left: 0;
    background: linear-gradient(45deg, rgba(0, 0, 0, 0.1) 0%, transparent 50%);
    height: 100%;
    position: absolute;
}footer .subscribe_holder h5 {
    font-size: 18px;
    font-weight: 600;
    color: #ffffff;
    margin-bottom: 15px;
}footer .subscribe_holder p {
    color: rgba(255, 255, 255, 0.9);
    margin-bottom: 25px;
    line-height: 1.6;
    font-size: 12px;
}footer .input_holder {
    gap: 15px;
    flex-direction: column;
    position: relative;
    display: flex;
}footer .input_holder input[type="email"] {
    transition: all 0.3s ease;
    border: none;
    border-radius: 10px;
    font-size: 12px;
    padding: 15px;
}footer .input_holder input[type="email"]:focus {
    outline: none;
    box-shadow: 0 0 0 3px rgba(255, 255, 255, 0.3);
}footer .free_trial_1M9k5eo {
    background-color: #000000;
    font-weight: 600;
    transition: all 0.3s ease;
    padding: 15px;
    color: #ffffff;
    border: none;
    cursor: pointer;
    font-size: 20px;
    border-radius: 10px;
}footer .free_trial_1M9k5eo:hover {
    background-color: rgb(140,126,125);
}footer .grant_info_KSzVRkL {
    margin-top: 60px;
    padding-top: 20px;
    border-top: 1px dashed rgba(0, 0, 0, 0.1);
}footer .sustain_cta_OEPmW2y {
    font-size: 15px;
    text-align: center;
    color: #000000;
}

@media (min-width: 768px) {footer .text_main_holder {
    grid-template-columns: 1fr 1fr 1fr;
    gap: 30px;
}footer .input_holder {
    flex-direction: row;
}footer .free_trial_1M9k5eo {
    white-space: nowrap;
}footer .nav_lead_lUgu1eF {
    padding-top: 80px;
}
}

@media (max-width: 767px) {footer .write_experts_tv0GkOd {
    padding: 30px 15px 50px;
}footer .head_learn_iTuGAJy, footer .subscribe_holder {
    padding: 25px 20px;
    margin: 0 10px;
}footer .grant_info_KSzVRkL {
    margin-top: 40px;
}
}

@media (max-width: 576px) {footer .write_experts_tv0GkOd {
    clip-path: polygon(0 0, 100% 0, 100% 90%, 0 100%);
}footer .head_learn_iTuGAJy h5, footer .subscribe_holder h5 {
    font-size: calc(18px - 2px);
}footer .head_page_ClBxzEQ a {
    flex: 1 0 100%;
}footer .input_holder input[type="email"],
    footer .free_trial_1M9k5eo {
    padding: 12px;
}}.cookie_dialog_window_DW8YwqM {
    bottom: 0;
    padding: 20px;
    z-index: 1050;
    border-top: 3px solid rgb(184,171,166);
    overflow: hidden;
    background: rgb(219,213,188);
    position: fixed;
    width: 100%;
    font-family: Arial, sans-serif;
}.privacy_cookies_dYMgDPO {
    z-index: 1;
    flex-wrap: nowrap;
    display: flex;
    justify-content: space-between;
    align-items: center;
}.privacy_ack_OdNmY2v {
    margin-right: 20px;
    flex-shrink: 0;
}#cookiePolicyPrompt_REhxu3H {
    display: none;
}#cookiePolicyPrompt_REhxu3H:checked ~ .cookie_dialog_window_DW8YwqM {
    opacity: 0;
    visibility: hidden;
}.privacy_ack_OdNmY2v svg {
    transition: fill 0.3s ease-in-out;
    width: 60px;
    fill: rgb(184,171,166);
    height: 60px;
}.manage_tracking_mYenjwr {
    margin-right: 20px;
    flex-grow: 1;
}.manage_tracking_mYenjwr h5 {
    color: rgb(184,171,166);
    margin-bottom: 5px;
    font-size: 22px;
    font-weight: 700;
}.manage_tracking_mYenjwr p {
    margin-bottom: 0;
    font-size: 14px;
    color: #000000;
}.consent_track_dc9HyIB {
    padding: 10px 20px;
    transition: all 0.3s ease-in-out;
    margin-left: 10px;
    text-decoration: none;
    font-size: 17px;
    border-radius: 10px;
}.consent_track_dc9HyIB {
    color: #ffffff;
    background-color: rgb(184,171,166);
    border: 1px solid rgb(184,171,166);
}.consent_track_dc9HyIB:hover {
    background-color: rgba(0, 0, 0, 0.5);
    border-color: #000000;
}.cookie_dialog_window_DW8YwqM p a {
    text-decoration: underline;
    color: rgb(184,171,166);
}.cookie_dialog_window_DW8YwqM p a:hover {
    color: #000000;
}
@media (max-width: 1200px) {.manage_tracking_mYenjwr h5 {
    font-size: calc(22px - 2px);
}.manage_tracking_mYenjwr p {
    font-size: calc(14px - 2px);
}.consent_track_dc9HyIB {
    padding: 8px 16px;
    font-size: calc(17px - 2px);
}
}
@media (max-width: 800px) {.privacy_cookies_dYMgDPO {
    align-items: center;
    flex-direction: column;
}.privacy_ack_OdNmY2v {
    margin-bottom: 15px;
}.manage_tracking_mYenjwr {
    margin-bottom: 20px;
    text-align: center;
}.consent_track_dc9HyIB {
    width: 100%;
    margin-top: 10px;
    margin-left: 0;
}}
.learning_system_JIo10Dn {
    background: linear-gradient(135deg, rgb(219,213,188) 0%, rgba(245, 247, 252, 0.97) 100%);
    position: relative;
    padding: 120px 0;
    overflow: hidden;
}.learning_system_JIo10Dn::before {
    background-position: 0 0, 0 10px, 10px -10px, -10px 0px;
    background-size: 20px 20px;
    z-index: 1;
    pointer-events: none;
    left: 0;
    position: absolute;
    height: 100%;
    content: "";
    background-image: 
        linear-gradient(45deg, rgba(var(--primary-color-rgb), 0.03) 25%, transparent 25%),
        linear-gradient(-45deg, rgba(var(--primary-color-rgb), 0.03) 25%, transparent 25%),
        linear-gradient(45deg, transparent 75%, rgba(var(--primary-color-rgb), 0.03) 75%),
        linear-gradient(-45deg, transparent 75%, rgba(var(--primary-color-rgb), 0.03) 75%);
    top: 0;
    width: 100%;
}.learning_system_JIo10Dn::after {
    animation: floatBackground 15s ease-in-out infinite alternate;
    width: 40%;
    z-index: 0;
    filter: blur(20px);
    position: absolute;
    background: linear-gradient(145deg, rgba(var(--primary-color-rgb), 0.15) 0%, rgba(var(--secondary-color-rgb), 0.07) 100%);
    transform: rotate(-15deg) skewX(15deg);
    right: -10%;
    content: "";
    top: -5%;
    height: 70%;
}.learning_system_JIo10Dn .virtual_academy_9h0KQbE {
    transform: perspective(1000px) rotateX(2deg);
    z-index: 5;
    margin: 0 auto;
    max-width: 1200px;
    padding: 0 30px;
    position: relative;
}.learning_system_JIo10Dn h2 {
    color: #000000;
    position: relative;
    margin-bottom: 40px;
    padding-bottom: 15px;
    animation: slideInTitle 0.8s 0.2s forwards cubic-bezier(0.17, 0.67, 0.28, 1.12);
    font-size: 38px;
    font-weight: 700;
    transform: translateX(-5px);
    opacity: 0;
}.learning_system_JIo10Dn h2::before {
    width: 0;
    animation: growLine 1.2s 0.7s forwards cubic-bezier(0.17, 0.67, 0.28, 1.12);
    bottom: 0;
    position: absolute;
    content: "";
    left: 0;
    height: 3px;
    background: linear-gradient(90deg, rgb(184,171,166) 0%, rgb(140,126,125) 100%);
}.learning_system_JIo10Dn h2::after {
    content: "";
    bottom: -15px;
    width: 40px;
    transform: rotate(45deg) translateX(25px);
    opacity: 0.5;
    background: linear-gradient(135deg, rgb(184,171,166,0.5) 0%, transparent 70%);
    border-radius: 10px;
    left: 0;
    position: absolute;
    height: 40px;
    z-index: -1;
}.learning_system_JIo10Dn .content_box_7czonuk {
    padding: 35px 40px;
    opacity: 0;
    margin-left: 20px;
    position: relative;
    transform: translateY(20px) translateX(5px) rotate(-1deg);
    background: rgba(var(--white-color-rgb), 0.95);
    transition: transform 0.5s ease;
    animation: slideInContent 1s 0.5s forwards cubic-bezier(0.17, 0.67, 0.28, 1.12);
    border-left: 4px solid rgb(184,171,166);
    box-shadow: 
        -15px 15px 30px rgba(var(--dark-color-rgb), 0.05),
        5px -5px 30px rgba(var(--dark-color-rgb), 0.02);
    backdrop-filter: blur(10px);
}.learning_system_JIo10Dn .content_box_7czonuk:hover {
    box-shadow: 
        -20px 20px 40px rgba(var(--dark-color-rgb), 0.07),
        10px -10px 40px rgba(var(--dark-color-rgb), 0.03);
    transform: translateY(0) translateX(0) rotate(0) scale(1.01);
}.learning_system_JIo10Dn .content_box_7czonuk::before {
    top: 20px;
    border-radius: 0 50% 50% 50%;
    opacity: 0.2;
    z-index: -1;
    width: 40px;
    position: absolute;
    content: "";
    height: 40px;
    left: -20px;
    background: linear-gradient(135deg, rgb(140,126,125) 0%, transparent 100%);
}.learning_system_JIo10Dn .content_box_7czonuk::after {
    z-index: -2;
    height: 10px;
    position: absolute;
    width: 70%;
    filter: blur(5px);
    bottom: -10px;
    background: linear-gradient(90deg, transparent 0%, rgba(var(--dark-color-rgb), 0.06) 100%);
    content: "";
    right: 30px;
}.learning_system_JIo10Dn p {
    color: #000000;
    margin: 0;
    font-size: 12px;
    animation: fadeInText 1s 0.9s forwards ease-out;
    opacity: 0;
    transform: translateY(10px);
    line-height: 1.8;
}.learning_system_JIo10Dn p::first-letter {
    font-weight: 600;
    font-size: 1.2em;
    color: rgb(184,171,166);
}

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

@keyframes growLine {
    0% {
        width: 0;
    }
    100% {
        width: 80px;
    }
}

@keyframes slideInContent {
    0% {
        transform: translateY(50px) translateX(5px) rotate(-1deg);
        opacity: 0;
    }
    100% {
        transform: translateY(0) translateX(0) rotate(0);
        opacity: 1;
    }
}

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

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

@media (max-width: 1100px) {.learning_system_JIo10Dn {
    padding: 100px 0;
}.learning_system_JIo10Dn h2 {
    font-size: calc(38px * 0.9);
    margin-bottom: 30px;
}.learning_system_JIo10Dn .content_box_7czonuk {
    padding: 30px 35px;
}
}

@media (max-width: 767px) {.learning_system_JIo10Dn {
    padding: 80px 0;
}.learning_system_JIo10Dn::after {
    height: 40%;
    right: -20%;
    width: 60%;
    top: -10%;
}.learning_system_JIo10Dn .virtual_academy_9h0KQbE {
    padding: 0 20px;
    transform: perspective(1000px) rotateX(1deg);
}.learning_system_JIo10Dn h2 {
    margin-bottom: 25px;
    font-size: calc(38px * 0.85);
}.learning_system_JIo10Dn .content_box_7czonuk {
    margin-left: 10px;
    padding: 25px 20px;
}.learning_system_JIo10Dn p {
    font-size: calc(12px * 0.95);
    line-height: 1.7;
}
}

@media (max-width: 480px) {.learning_system_JIo10Dn {
    padding: 60px 0;
}.learning_system_JIo10Dn .virtual_academy_9h0KQbE {
    padding: 0 15px;
    transform: none;
}.learning_system_JIo10Dn h2 {
    padding-bottom: 10px;
    font-size: calc(38px * 0.75);
    margin-bottom: 20px;
}.learning_system_JIo10Dn h2::before {
    height: 2px;
}.learning_system_JIo10Dn .content_box_7czonuk {
    border-left-width: 3px;
    padding: 20px 15px;
    margin-left: 0;
}.learning_system_JIo10Dn .content_box_7czonuk::before {
    top: 10px;
    left: -10px;
    width: 20px;
    height: 20px;
}.learning_system_JIo10Dn p {
    font-size: calc(12px * 0.9);
    line-height: 1.6;
}}.price_option_V8JC4t1 {
    padding: 100px 0;
    position: relative;
    overflow: hidden;
}.price_option_V8JC4t1::before {
    background: linear-gradient(135deg, 
        rgba(0, 0, 0, 0.85) 0%,
        rgba(20, 20, 40, 0.75) 100%);
    bottom: 0;
    top: 0;
    position: absolute;
    z-index: 1;
    left: 0;
    right: 0;
    content: "";
}.price_option_V8JC4t1 .container {
    max-width: 1200px;
    z-index: 2;
    padding: 0 20px;
    margin: 0 auto;
    position: relative;
}.price_option_V8JC4t1 .study_fees_a0epxXJ {
    perspective: 1000px;
}.price_option_V8JC4t1 h2 {
    font-size: 31px;
    transform: translateZ(30px);
    font-weight: 700;
    color: #ffffff;
    letter-spacing: 0.5px;
    margin-bottom: 20px;
    text-shadow: 0 2px 15px rgba(0, 0, 0, 0.2);
    text-align: center;
}.price_option_V8JC4t1 .pricing_list_g3l4NkB {
    margin: 0 auto 50px;
    transform: translateZ(20px);
    color: #ffffff;
    max-width: 700px;
    text-shadow: 0 1px 10px rgba(0, 0, 0, 0.15);
    text-align: center;
    font-weight: 400;
    font-size: 18px;
    opacity: 0.9;
    line-height: 1.6;
}.price_option_V8JC4t1 .discount_price_IgRsvFi {
    gap: 30px;
    display: grid;
    list-style: none;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    padding: 0;
    margin: 0;
}.price_option_V8JC4t1 .discount_price_IgRsvFi li {
    transform-style: preserve-3d;
    transition: transform 0.5s cubic-bezier(0.22, 1, 0.36, 1);
}.price_option_V8JC4t1 .program_rate_Q30idVn {
    text-decoration: none;
    transform-style: preserve-3d;
    position: relative;
    transition: all 0.4s ease;
    display: block;
    height: 100%;
}.price_option_V8JC4t1 .learning_package_TAMvxsU {
    height: 100%;
    transition: transform 0.5s cubic-bezier(0.22, 1, 0.36, 1), 
                box-shadow 0.5s cubic-bezier(0.22, 1, 0.36, 1);
    background: linear-gradient(145deg, 
        rgba(255, 255, 255, 0.07) 0%,
        rgba(255, 255, 255, 0.03) 100%);
    -webkit-backdrop-filter: blur(10px);
    position: relative;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.2),
                0 5px 15px rgba(0, 0, 0, 0.1),
                inset 0 1px 1px rgba(255, 255, 255, 0.1);
    transform-style: preserve-3d;
    backdrop-filter: blur(10px);
    overflow: hidden;
}.price_option_V8JC4t1 .learning_package_TAMvxsU::before {
    transform-origin: left;
    content: "";
    background: linear-gradient(90deg, 
        rgb(184,171,166) 0%,
        rgb(140,126,125) 100%);
    height: 5px;
    position: absolute;
    left: 0;
    transition: transform 0.5s cubic-bezier(0.22, 1, 0.36, 1);
    transform: scaleX(0.92);
    right: 0;
    top: 0;
}.price_option_V8JC4t1 .learning_package_TAMvxsU::after {
    transition: transform 0.5s cubic-bezier(0.22, 1, 0.36, 1),
                opacity 0.5s cubic-bezier(0.22, 1, 0.36, 1);
    height: 2px;
    background: linear-gradient(90deg, 
        rgb(140,126,125,0.5) 0%,
        rgb(184,171,166,0.5) 100%);
    position: absolute;
    bottom: -2px;
    transform-origin: bottom;
    right: 10px;
    left: 10px;
    opacity: 0.7;
    content: "";
}.price_option_V8JC4t1 .learn_fees_MUHTgPV {
    padding: 35px 30px;
    transform: translateZ(10px);
}.price_option_V8JC4t1 .learn_fees_MUHTgPV h4 {
    font-weight: 700;
    position: relative;
    transform: translateZ(5px);
    font-size: calc(20px * 1.1);
    margin: 0 0 20px;
    color: #ffffff;
    display: inline-block;
}.price_option_V8JC4t1 .learn_fees_MUHTgPV h4::after {
    left: 0;
    width: 40px;
    background: rgb(184,171,166);
    height: 3px;
    content: "";
    transform-origin: left;
    position: absolute;
    bottom: -8px;
    transition: width 0.3s cubic-bezier(0.22, 1, 0.36, 1);
}.price_option_V8JC4t1 .learn_fees_MUHTgPV p {
    padding-right: 5px;
    margin: 0 0 25px;
    overflow-y: auto;
    overflow-wrap: break-word;
    font-weight: 400;
    hyphens: auto;
    opacity: 0.85;
    max-height: 250px;
    word-wrap: break-word;
    font-size: 18px;
    color: #ffffff;
    line-height: 1.6;
}.price_option_V8JC4t1 .learn_fees_MUHTgPV p::-webkit-scrollbar {
    width: 4px;
}.price_option_V8JC4t1 .learn_fees_MUHTgPV p::-webkit-scrollbar-thumb {
    background: rgb(184,171,166,0.5);
    border-radius: 10px;
}.price_option_V8JC4t1 .payment_plans_zp1sK02 {
    font-weight: 700;
    text-align: right;
    transform: translateZ(15px);
    margin-top: 20px;
    font-size: calc(20px * 1.2);
    display: block;
    color: #ffffff;
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
}.price_option_V8JC4t1 .payment_plans_zp1sK02::before {
    box-shadow: 0 0 15px rgb(184,171,166);
    border-radius: 50%;
    background: rgb(184,171,166);
    display: inline-block;
    margin-right: 8px;
    width: 10px;
    transform: translateY(-2px);
    content: "";
    height: 10px;
}.price_option_V8JC4t1 .discount_price_IgRsvFi li:hover {
    transform: translateY(-5px) scale(1.02);
}.price_option_V8JC4t1 .discount_price_IgRsvFi li:hover .learning_package_TAMvxsU {
    transform: translateZ(20px);
    box-shadow: 0 20px 45px rgba(0, 0, 0, 0.3),
                0 10px 25px rgba(0, 0, 0, 0.2),
                inset 0 1px 1px rgba(255, 255, 255, 0.15);
}.price_option_V8JC4t1 .discount_price_IgRsvFi li:hover .learning_package_TAMvxsU::before {
    transform: scaleX(1);
}.price_option_V8JC4t1 .discount_price_IgRsvFi li:hover .learning_package_TAMvxsU::after {
    opacity: 0.9;
    transform: scaleY(1.5);
}.price_option_V8JC4t1 .discount_price_IgRsvFi li:hover .learn_fees_MUHTgPV h4::after {
    width: 100%;
}

@media (max-width: 991px) {.price_option_V8JC4t1 {
    padding: 80px 0;
}.price_option_V8JC4t1 h2 {
    font-size: calc(31px * 0.9);
}.price_option_V8JC4t1 .discount_price_IgRsvFi {
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 25px;
}.price_option_V8JC4t1 .learn_fees_MUHTgPV {
    padding: 30px 25px;
}
}

@media (max-width: 767px) {.price_option_V8JC4t1 {
    padding: 60px 0;
}.price_option_V8JC4t1 h2 {
    font-size: calc(31px * 0.8);
    margin-bottom: 15px;
}.price_option_V8JC4t1 .pricing_list_g3l4NkB {
    font-size: calc(18px * 0.95);
    margin-bottom: 40px;
}.price_option_V8JC4t1 .discount_price_IgRsvFi {
    max-width: 450px;
    margin: 0 auto;
    grid-template-columns: 1fr;
}.price_option_V8JC4t1 .learn_fees_MUHTgPV {
    padding: 25px 20px;
}.price_option_V8JC4t1 .learn_fees_MUHTgPV h4 {
    font-size: 20px;
}.price_option_V8JC4t1 .payment_plans_zp1sK02 {
    font-size: calc(20px * 1.1);
}
}

@media (max-width: 480px) {.price_option_V8JC4t1 {
    padding: 50px 0;
}.price_option_V8JC4t1 h2 {
    font-size: calc(31px * 0.7);
}.price_option_V8JC4t1 .pricing_list_g3l4NkB {
    font-size: calc(18px * 0.9);
}.price_option_V8JC4t1 .learn_fees_MUHTgPV {
    padding: 20px 15px;
}.price_option_V8JC4t1 .learn_fees_MUHTgPV p {
    line-height: 1.5;
    font-size: calc(18px * 0.9);
    max-height: 200px;
}}header .main_pro_edIFxkC {
    overflow: hidden;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.15);
    z-index: 100;
    background: linear-gradient(120deg, rgb(219,213,188) 0%, rgb(184,171,166,0.5) 100%);
    position: relative;
}header .main_pro_edIFxkC::before {
    background: repeating-linear-gradient(
        -45deg,
        transparent,
        transparent 10px,
        rgb(140,126,125,0.5) 10px,
        rgb(140,126,125,0.5) 11px
    );
    animation: slidePattern 25s linear infinite;
    content: "";
    opacity: 0.1;
    width: 100%;
    height: 100%;
    top: 0;
    position: absolute;
    left: 0;
}header .main_pro_edIFxkC::after {
    height: 100px;
    width: 150%;
    content: "";
    position: absolute;
    left: -25%;
    opacity: 0.1;
    transform: rotate(-2deg);
    background: rgb(184,171,166);
    z-index: -2;
    top: -50px;
}header .container {
    padding: 1.5rem 2rem;
    position: relative;
}header .site_prime_nB8Gapt {
    align-items: center;
    grid-template-columns: auto 1fr;
    gap: 2rem;
    display: grid;
}header .nav_lead_lUgu1eF {
    z-index: 2;
    position: relative;
}header .site_header_r8imnFf {
    transition: all 0.3s ease;
    transform: rotate(-3deg);
    padding: 15px;
    background: #ffffff;
    box-shadow: 5px 5px 0 rgb(184,171,166,0.5);
    display: block;
    position: relative;
    border-radius: 10px;
}header .site_header_r8imnFf::before {
    opacity: 0;
    position: absolute;
    right: -5px;
    border-radius: 10px;
    bottom: -5px;
    left: -5px;
    transition: all 0.3s ease;
    top: -5px;
    content: "";
    border: 2px dashed rgb(184,171,166,0.5);
}header .site_header_r8imnFf:hover {
    box-shadow: 8px 8px 0 rgb(184,171,166);
    transform: rotate(0deg) translateY(-5px);
}header .site_header_r8imnFf:hover::before {
    opacity: 1;
    right: -8px;
    left: -8px;
    top: -8px;
    bottom: -8px;
}header .site_header_r8imnFf svg {
    width: auto;
    filter: drop-shadow(2px 2px 0 rgba(0, 0, 0, 0.5));
    height: 45px;
}header .head_learn_iTuGAJy {
    flex-wrap: wrap;
    margin: 0;
    padding: 0;
    list-style: none;
    align-items: center;
    display: flex;
    justify-content: flex-end;
    position: relative;
}header .head_learn_iTuGAJy::before {
    position: absolute;
    z-index: -1;
    top: 0;
    border-radius: 0 17px 17px 0;
    transition: width 0.3s ease;
    opacity: 0.15;
    width: 85%;
    content: "";
    background: linear-gradient(90deg, transparent, rgb(140,126,125,0.5) 100%);
    right: 0;
    bottom: 0;
}header .head_learn_iTuGAJy:hover::before {
    width: 100%;
}header .header_pagewrap_Yh5nzo4 {
    position: relative;
    margin: 5px 3px;
}header .header_pagewrap_Yh5nzo4:nth-child(odd) {
    transform: translateY(-3px);
}header .header_pagewrap_Yh5nzo4:nth-child(even) {
    transform: translateY(3px);
}header .header_pagewrap_Yh5nzo4 a {
    font-weight: 600;
    border-radius: 0 10px 0 10px;
    overflow: hidden;
    font-family: Arial, sans-serif;
    background: #ffffff;
    color: #000000;
    border-left: 3px solid transparent;
    text-decoration: none;
    position: relative;
    font-size: 13px;
    transition: all 0.3s ease;
    display: block;
    padding: 8px 16px;
}header .header_pagewrap_Yh5nzo4 a::before {
    top: 0;
    content: "";
    right: 0;
    height: 100%;
    transform: scaleY(0);
    position: absolute;
    transition: transform 0.3s ease;
    width: 5px;
    transform-origin: top;
    background: rgb(184,171,166);
}header .header_pagewrap_Yh5nzo4 a::after {
    width: 100%;
    transition: transform 0.3s ease 0.1s;
    background: linear-gradient(90deg, rgb(184,171,166) 0%, rgb(140,126,125) 100%);
    position: absolute;
    bottom: 0;
    height: 2px;
    transform: scaleX(0);
    transform-origin: left;
    content: "";
    left: 0;
}header .header_pagewrap_Yh5nzo4 a:hover {
    border-left-color: rgb(184,171,166);
    transform: translateX(5px);
    box-shadow: 3px 3px 0 rgba(0, 0, 0, 0.5);
    color: rgb(184,171,166);
}header .header_pagewrap_Yh5nzo4 a:hover::before {
    transform: scaleY(1);
}header .header_pagewrap_Yh5nzo4 a:hover::after {
    transform: scaleX(1);
}

@keyframes slidePattern {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: 500px 500px;
    }
}

@media (max-width: 991px) {header .site_prime_nB8Gapt {
    grid-template-rows: auto auto;
    gap: 1.5rem;
    grid-template-columns: 1fr;
}header .nav_lead_lUgu1eF {
    justify-self: center;
}header .head_learn_iTuGAJy {
    justify-content: center;
}header .head_learn_iTuGAJy::before {
    opacity: 0.1;
    background: rgb(140,126,125,0.5);
    width: 100%;
}
}

@media (max-width: 767px) {header .container {
    padding: 1.2rem 1rem;
}header .head_learn_iTuGAJy {
    width: 100%;
    flex-direction: column;
}header .header_pagewrap_Yh5nzo4 {
    width: 100%;
    transform: none !important;
    margin: 3px 0;
}header .header_pagewrap_Yh5nzo4 a {
    border-left: none;
    border-bottom: 3px solid transparent;
    border-radius: 10px;
    text-align: center;
}header .header_pagewrap_Yh5nzo4 a:hover {
    transform: translateY(-3px);
    border-bottom-color: rgb(184,171,166);
    border-left-color: transparent;
}header .header_pagewrap_Yh5nzo4 a::before {
    width: 100%;
    transform: scaleX(0);
    height: 5px;
    top: auto;
    left: 0;
    bottom: 0;
    right: auto;
}header .header_pagewrap_Yh5nzo4 a:hover::before {
    transform: scaleX(1);
}
}

@media (max-width: 480px) {header .site_header_r8imnFf {
    transform: none;
    padding: 10px;
}header .site_header_r8imnFf svg {
    height: 40px;
}header .site_header_r8imnFf:hover {
    transform: translateY(-3px);
}
}