* {
    margin: 0;
    box-sizing: border-box;
    padding: 0;
}.top_mainwrap_exp {
    flex: 1 0 auto;
}header,footer {
    width: 100%;
}html,body {
    color: #000000;
    font-family: Arial, sans-serif;
    height: 100%;
    min-height: 100%;
}svg {
    height: 30px;
    width: 30px;
}a {
    text-decoration: none;
    color: inherit;
}.syllabus_ref_exp {
    flex: 0 0 auto;
}.container {
    max-width: 100%;
    margin: auto;
    width: 1277px;
}.wrapper-structure_exp {
    flex-direction: column;
    min-height: 100%;
    display: flex;
    height: 100%;
}
@media only screen and (max-width: 1200px)  {.container {
    padding: 0 20px;
    width: 100%;
}
}
@media only screen and (max-width: 800px)  {.container {
    padding: 0 12px;
}}
.pricing_card_set_exp {
    background: rgb(225,233,228);
    overflow: hidden;
    padding: 120px 0;
    position: relative;
}.pricing_card_set_exp::before {
    content: "";
    z-index: 1;
    top: 0;
    position: absolute;
    background: linear-gradient(135deg, rgb(191,208,196,0.5) 0%, transparent 70%);
    height: 100%;
    width: 100%;
    left: 0;
}.pricing_card_set_exp .container {
    max-width: 1320px;
    padding: 0 15px;
    margin: 0 auto;
    z-index: 2;
    position: relative;
}.pricing_card_set_exp .study_offers_exp {
    display: flex;
    gap: 60px;
    flex-direction: column-reverse;
}.pricing_card_set_exp .premium_plan_exp {
    transform: translateY(-10px);
    animation: fadeInUp 0.8s ease-out forwards;
    text-align: center;
    max-width: 800px;
    margin: 0 auto;
}.pricing_card_set_exp .premium_plan_exp h2 {
    color: #000000;
    position: relative;
    font-weight: 700;
    display: inline-block;
    font-size: 28px;
    margin-bottom: 20px;
}.pricing_card_set_exp .premium_plan_exp h2::after {
    transform: translateX(-50%);
    left: 50%;
    width: 80px;
    bottom: -10px;
    content: "";
    position: absolute;
    background: rgb(191,208,196);
    height: 3px;
}.pricing_card_set_exp .training_fees_exp {
    font-size: 14px;
    word-break: break-word;
    margin: 0 auto;
    overflow-wrap: break-word;
    color: #000000;
    max-width: 600px;
    margin-bottom: 0;
    line-height: 1.7;
}.pricing_card_set_exp .enroll_cost_exp {
    width: 100%;
    gap: 30px;
    display: grid;
    grid-template-columns: 1fr;
}.pricing_card_set_exp .offer_box_exp {
    height: 100%;
    display: block;
    animation: fadeInUp 0.8s ease-out forwards;
    text-decoration: none;
    overflow: hidden;
    border-radius: 10px;
    transform: translateY(20px);
    animation-delay: calc(var(--index, 0) * 0.1s);
    transition: transform 0.5s cubic-bezier(0.25, 1, 0.5, 1), box-shadow 0.5s cubic-bezier(0.25, 1, 0.5, 1);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    opacity: 0;
}.pricing_card_set_exp .offer_box_exp:nth-child(1) {
    --index: 1;
}.pricing_card_set_exp .offer_box_exp:nth-child(2) {
    --index: 2;
}.pricing_card_set_exp .offer_box_exp:nth-child(3) {
    --index: 3;
}.pricing_card_set_exp .offer_box_exp:nth-child(4) {
    --index: 4;
}.pricing_card_set_exp .offer_box_exp:hover {
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
    transform: translateY(-5px) scale(1.02);
}.pricing_card_set_exp .plan_options_exp {
    overflow: hidden;
    background: linear-gradient(145deg, #ffffff, #f5f8ff);
    display: flex;
    box-sizing: border-box;
    position: relative;
    height: 100%;
    flex-direction: column;
}.pricing_card_set_exp .plan_options_exp::before {
    left: 0;
    background: linear-gradient(90deg, rgb(191,208,196), rgb(152,173,158));
    position: absolute;
    height: 5px;
    content: "";
    top: 0;
    width: 100%;
}.pricing_card_set_exp .discount_price_exp {
    padding: 40px 30px;
    flex-direction: column;
    box-sizing: border-box;
    display: flex;
    flex: 1;
}.pricing_card_set_exp .discount_price_exp h3 {
    color: #000000;
    margin-bottom: 15px;
    margin-top: 0;
    overflow-wrap: break-word;
    position: relative;
    font-size: 19px;
    word-break: break-word;
    font-weight: 700;
}.pricing_card_set_exp .discount_price_exp h3::after {
    width: 40px;
    bottom: -8px;
    position: absolute;
    height: 2px;
    background-color: rgb(191,208,196);
    left: 0;
    content: "";
    transition: width 0.3s ease;
}.pricing_card_set_exp .offer_box_exp:hover .discount_price_exp h3::after {
    width: 70px;
}.pricing_card_set_exp .tuition_table_exp {
    word-break: break-word;
    color: rgb(191,208,196);
    margin: 10px 0 20px;
    font-size: calc(19px * 1.2);
    padding: 8px 16px;
    font-weight: 700;
    overflow-wrap: break-word;
    display: inline-block;
    border-radius: 10px;
    position: relative;
    background: linear-gradient(to right, rgba(var(--primary-color-rgb), 0.1), rgba(var(--primary-color-rgb), 0.05));
}.pricing_card_set_exp .discount_price_exp p {
    flex-grow: 1;
    font-size: 14px;
    white-space: normal;
    color: #000000;
    word-break: break-word;
    overflow-wrap: break-word;
    line-height: 1.7;
    margin-bottom: 0;
}.pricing_card_set_exp .image_slider_exp {
    height: 200px;
    transition: transform 0.6s cubic-bezier(0.25, 1, 0.5, 1), filter 0.6s ease;
    width: 100%;
}.pricing_card_set_exp .offer_box_exp:hover .image_slider_exp {
    filter: brightness(1.05);
    transform: scale(1.05);
}

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

@media (min-width: 768px) {.pricing_card_set_exp .enroll_cost_exp {
    grid-template-columns: repeat(2, 1fr);
}.pricing_card_set_exp .discount_price_exp {
    padding: 40px;
}.pricing_card_set_exp .image_slider_exp {
    height: 220px;
}
}

@media (min-width: 992px) {.pricing_card_set_exp .study_offers_exp {
    flex-direction: row;
    align-items: center;
    gap: 50px;
}.pricing_card_set_exp .enroll_cost_exp {
    width: 65%;
    grid-template-columns: repeat(2, 1fr);
}.pricing_card_set_exp .premium_plan_exp {
    text-align: left;
    margin: 0;
    width: 35%;
}.pricing_card_set_exp .premium_plan_exp h2::after {
    transform: none;
    left: 0;
}.pricing_card_set_exp .training_fees_exp {
    margin: 0;
}
}

@media (min-width: 1200px) {.pricing_card_set_exp .enroll_cost_exp {
    gap: 40px;
    grid-template-columns: repeat(2, 1fr);
}.pricing_card_set_exp .discount_price_exp h3 {
    font-size: calc(19px * 1.1);
}.pricing_card_set_exp .tuition_table_exp {
    font-size: calc(19px * 1.3);
}.pricing_card_set_exp .image_slider_exp {
    height: 240px;
}
}

@media (max-width: 767px) {.pricing_card_set_exp {
    padding: 80px 0;
}.pricing_card_set_exp .discount_price_exp {
    padding: 30px 20px;
}.pricing_card_set_exp .tuition_table_exp {
    padding: 6px 12px;
    font-size: 19px;
}.pricing_card_set_exp .image_slider_exp {
    height: 180px;
}
}

@media (max-width: 480px) {.pricing_card_set_exp {
    padding: 60px 0;
}.pricing_card_set_exp .premium_plan_exp h2 {
    font-size: calc(28px * 0.85);
}.pricing_card_set_exp .discount_price_exp h3 {
    font-size: calc(19px * 0.95);
}.pricing_card_set_exp .image_slider_exp {
    height: 160px;
}}.privacy_chest_exp {
    background: rgb(152,173,158,0.5);
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.5);
    height: auto;
    width: 100%;
    overflow: hidden;
    padding: 40px;
}.privacy_chest_exp h1 {
    margin-bottom: 25px;
    font-size: 48px;
    text-transform: uppercase;
    letter-spacing: 1px;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
    color: rgb(191,208,196);
    margin-top: 40px;
    font-weight: 700;
}.privacy_chest_exp h2 {
    margin-bottom: 20px;
    padding-bottom: 5px;
    font-weight: 600;
    text-transform: capitalize;
    font-size: 33px;
    margin-top: 30px;
    border-bottom: 2px solid rgb(191,208,196);
    color: rgb(152,173,158);
}.privacy_chest_exp h3, .privacy_chest_exp h4, .privacy_chest_exp h5, .privacy_chest_exp h6 {
    font-weight: 400;
    color: #000000;
    margin-top: 20px;
    margin-bottom: 15px;
    font-size: 20px;
}.privacy_chest_exp ul, .privacy_chest_exp ol {
    padding: 15px 0;
    padding-left: 20px;
    list-style: none;
}.privacy_chest_exp ul li::before {
    color: rgb(191,208,196);
    margin-right: 10px;
    font-size: 1.5em;
    content: '•';
    vertical-align: middle;
}.privacy_chest_exp li {
    color: #000000;
    font-size: 18px;
    line-height: 1.6;
    margin-bottom: 10px;
}.privacy_chest_exp p, .privacy_chest_exp span, .privacy_chest_exp div {
    font-family: Arial, sans-serif;
    color: #000000;
    margin-bottom: 10px;
    line-height: 1.8;
}.privacy_chest_exp div.container {
    max-width: 1200px;
    margin: 0 auto;
}

@media only screen and (max-width: 800px) {.privacy_chest_exp {
    border-radius: 10px;
    padding: 20px 10px;
}.privacy_chest_exp h1 {
    font-size: calc(20px - 10px);
}.privacy_chest_exp h2 {
    font-size: calc(20px - 5px);
}.privacy_chest_exp h3, .privacy_chest_exp h4, .privacy_chest_exp h5, .privacy_chest_exp h6 {
    font-size: calc(20px - 5px);
}}.service_info_exp {
    position: relative;
    overflow: hidden;
    background: rgb(191,208,196,0.5);
    padding: 80px 0;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}.service_info_exp::before {
    height: 100%;
    position: absolute;
    width: 100%;
    background: linear-gradient(135deg, rgb(191,208,196,0.5) 0%, rgb(152,173,158,0.5) 100%);
    content: '';
    opacity: 0.7;
    left: 0;
    z-index: 0;
    top: 0;
}.service_info_exp::after {
    content: '';
    top: 0;
    z-index: 1;
    background: 
        radial-gradient(circle at 10% 20%, rgb(191,208,196) 2px, transparent 2px) 0 0 / 50px 50px,
        radial-gradient(circle at 90% 80%, rgb(152,173,158) 2px, transparent 2px) 0 0 / 50px 50px;
    width: 100%;
    left: 0;
    animation: backgroundShift 30s linear infinite;
    position: absolute;
    height: 100%;
    opacity: 0.15;
}@keyframes backgroundShift {
    0% {
        background-position: 0 0, 0 0;
    }
    100% {
        background-position: 50px 50px, 50px 50px;
    }
}
.service_info_exp .container {
    position: relative;
    z-index: 2;
    margin: 0 auto;
    max-width: 1200px;
    padding: 0 20px;
}.service_info_exp .edu_guide_exp {
    overflow: hidden;
    background: #ffffff;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.12);
    padding: 40px;
    transform: translateZ(0);
    position: relative;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    border-radius: 18px;
}.service_info_exp .edu_guide_exp::before {
    height: 100%;
    content: '';
    position: absolute;
    top: 0;
    border-radius: 10px 0 0 10px;
    left: 0;
    background: linear-gradient(to bottom, rgb(191,208,196), rgb(152,173,158));
    width: 6px;
}.service_info_exp .edu_guide_exp::after {
    position: absolute;
    opacity: 0.05;
    height: 100%;
    z-index: -1;
    content: '';
    right: 0;
    background: linear-gradient(135deg, transparent 50%, rgb(225,233,228) 50%);
    top: 0;
    width: 40%;
}.service_info_exp .edu_guide_exp:hover {
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.18);
    transform: translateY(-5px);
}.service_info_exp h3 {
    font-weight: 700;
    padding-bottom: 15px;
    position: relative;
    margin-bottom: 25px;
    color: rgb(191,208,196);
    font-size: 30px;
}.service_info_exp h3::after {
    width: 60px;
    background: linear-gradient(to right, rgb(191,208,196), rgb(152,173,158));
    content: '';
    bottom: 0;
    left: 0;
    position: absolute;
    height: 3px;
    border-radius: 10px;
}.service_info_exp .chat_form_exp {
    color: #000000;
    font-weight: 400;
    position: relative;
    padding-left: 15px;
    font-size: calc(18px + 0.05rem);
    margin-bottom: 30px;
    line-height: 1.7;
    border-left: 1px solid rgb(152,173,158,0.5);
}.service_info_exp .contact_today_exp {
    position: relative;
    gap: 20px;
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
    display: grid;
}.service_info_exp .contact_today_exp::before {
    position: absolute;
    top: -20px;
    left: 0;
    content: '';
    background: linear-gradient(to right, rgb(191,208,196,0.5), transparent);
    width: 100%;
    height: 1px;
}.service_info_exp .contact_today_exp span {
    display: flex;
    align-items: flex-start;
    background: rgb(225,233,228);
    transition: all 0.3s ease;
    margin-bottom: 15px;
    padding: 15px;
    border-radius: 10px;
    position: relative;
    overflow: hidden;
}.service_info_exp .contact_today_exp span::before {
    position: absolute;
    width: 3px;
    border-radius: 10px 0 0 10px;
    height: 100%;
    left: 0;
    opacity: 0.7;
    background: rgb(191,208,196);
    transition: width 0.3s ease;
    top: 0;
    content: '';
}.service_info_exp .contact_today_exp span:hover {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
    transform: translateX(5px);
}.service_info_exp .contact_today_exp span:hover::before {
    width: 6px;
}.service_info_exp .contact_today_exp span svg {
    position: absolute;
    transition: all 0.3s ease;
    fill: rgb(191,208,196);
    opacity: 0.6;
    width: 20px;
    right: 12px;
    top: 12px;
    height: 20px;
}.service_info_exp .contact_today_exp span:hover svg {
    opacity: 1;
    transform: rotate(15deg) scale(1.1);
    fill: rgb(152,173,158);
}.service_info_exp .contact_today_exp span svg path {
    transition: all 0.3s ease;
    stroke-width: 0.5;
    stroke: #ffffff;
    fill: rgb(152,173,158);
}.service_info_exp .contact_today_exp span:hover svg path {
    stroke-width: 1;
}.service_info_exp .contact_today_exp span p {
    font-size: 18px;
    color: #000000;
    font-weight: 400;
    margin: 0;
    display: flex;
    line-height: 1.5;
    align-items: center;
}.service_info_exp .contact_today_exp span p svg {
    position: static;
    height: 16px;
    opacity: 0.8;
    margin-right: 8px;
    width: 16px;
}.service_info_exp .contact_today_exp span span {
    align-items: center;
    background: transparent;
    color: rgb(191,208,196);
    margin-left: 10px;
    font-weight: 600;
    display: inline-flex;
    padding: 0;
}.service_info_exp .contact_today_exp span span svg {
    opacity: 0.8;
    height: 14px;
    width: 14px;
    margin-right: 6px;
    position: static;
}.service_info_exp .contact_today_exp span span::before {
    display: none;
}.service_info_exp .contact_today_exp span span a {
    position: relative;
    color: rgb(191,208,196);
    transition: color 0.3s ease;
    align-items: center;
    text-decoration: none;
    display: inline-flex;
}.service_info_exp .contact_today_exp span span a svg {
    width: 14px;
    margin-right: 5px;
    height: 14px;
    transition: transform 0.3s ease;
}.service_info_exp .contact_today_exp span span a::after {
    left: 0;
    content: '';
    transition: width 0.3s ease;
    bottom: -2px;
    position: absolute;
    height: 1px;
    width: 0;
    background: rgb(191,208,196);
}.service_info_exp .contact_today_exp span span a:hover {
    color: rgb(152,173,158);
}.service_info_exp .contact_today_exp span span a:hover svg {
    fill: rgb(152,173,158);
    transform: translateX(3px);
}.service_info_exp .contact_today_exp span span a:hover::after {
    width: 100%;
}.service_info_exp .message_block_exp {
    padding: 20px;
    position: relative;
    overflow: hidden;
    grid-column: 1 / -1;
    border-radius: 10px;
    background: linear-gradient(135deg, rgb(225,233,228) 0%, #ffffff 100%);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
    margin-top: 10px;
}.service_info_exp .message_block_exp::before {
    width: 100%;
    height: 4px;
    left: 0;
    background: linear-gradient(to right, rgb(191,208,196), rgb(152,173,158));
    top: 0;
    content: '';
    position: absolute;
}.service_info_exp .message_block_exp h4 {
    font-size: 24px;
    align-items: center;
    position: relative;
    color: rgb(191,208,196);
    margin-bottom: 15px;
    font-weight: 600;
    display: inline-flex;
}.service_info_exp .message_block_exp h4 svg {
    width: 18px;
    height: 18px;
    margin-right: 8px;
    fill: rgb(191,208,196);
    transition: transform 0.5s ease;
}.service_info_exp .message_block_exp:hover h4 svg {
    transform: rotate(360deg);
}.service_info_exp .message_block_exp h4::after {
    height: 2px;
    background: rgb(152,173,158);
    left: 0;
    content: '';
    width: 0;
    bottom: -5px;
    transition: width 0.3s ease;
    position: absolute;
}.service_info_exp .message_block_exp:hover h4::after {
    width: 100%;
}.service_info_exp .message_block_exp span {
    border-bottom: 1px dashed rgb(191,208,196,0.5);
    display: flex;
    color: #000000;
    position: relative;
    font-size: 18px;
    padding: 10px;
    align-items: center;
    transition: transform 0.3s ease;
}.service_info_exp .message_block_exp span:last-child {
    border-bottom: none;
}.service_info_exp .message_block_exp span svg {
    fill: rgb(152,173,158);
    width: 12px;
    transition: all 0.3s ease;
    margin-right: 8px;
    opacity: 0.7;
    height: 12px;
}.service_info_exp .message_block_exp span:hover {
    transform: translateX(5px);
    color: rgb(191,208,196);
}.service_info_exp .message_block_exp span:hover svg {
    transform: scale(1.2);
    fill: rgb(191,208,196);
    opacity: 1;
}
@media (max-width: 991px) {.service_info_exp {
    padding: 60px 0;
}.service_info_exp .edu_guide_exp {
    padding: 30px;
}.service_info_exp h3 {
    font-size: calc(30px - 0.2rem);
}.service_info_exp .contact_today_exp {
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
}.service_info_exp .contact_today_exp span svg {
    right: 10px;
    height: 18px;
    width: 18px;
    top: 10px;
}.service_info_exp .message_block_exp h4 svg {
    height: 16px;
    width: 16px;
}
}
@media (max-width: 767px) {.service_info_exp {
    padding: 40px 0;
}.service_info_exp .edu_guide_exp {
    padding: 25px;
}.service_info_exp .edu_guide_exp::after {
    display: none;
}.service_info_exp h3 {
    font-size: calc(30px - 0.3rem);
}.service_info_exp .chat_form_exp {
    font-size: 18px;
}.service_info_exp .contact_today_exp {
    grid-template-columns: 1fr;
}.service_info_exp .contact_today_exp span {
    padding: 12px;
}.service_info_exp .contact_today_exp span svg {
    height: 16px;
    top: 8px;
    width: 16px;
    right: 8px;
}.service_info_exp .message_block_exp span svg {
    width: 10px;
    height: 10px;
}
}
@media (max-width: 480px) {.service_info_exp {
    border-radius: 10px;
    padding: 30px 0;
}.service_info_exp .container {
    padding: 0 15px;
}.service_info_exp .edu_guide_exp {
    padding: 20px;
}.service_info_exp h3 {
    margin-bottom: 20px;
    font-size: calc(30px - 0.4rem);
}.service_info_exp .chat_form_exp {
    margin-bottom: 20px;
}.service_info_exp .contact_today_exp span {
    margin-bottom: 10px;
    padding: 10px;
}.service_info_exp .message_block_exp {
    padding: 15px;
}.service_info_exp .message_block_exp span {
    padding: 6px 0;
}.service_info_exp .contact_today_exp span svg {
    right: 6px;
    width: 14px;
    height: 14px;
    top: 6px;
}.service_info_exp .message_block_exp h4 svg {
    width: 14px;
    height: 14px;
}}.our_story_exp {
    padding: 100px 0;
    overflow: hidden;
    position: relative;
    background: linear-gradient(135deg, rgb(225,233,228) 0%, rgba(245, 245, 250, 0.98) 100%);
}.our_story_exp::before {
    top: 0;
    opacity: 0.08;
    position: absolute;
    width: 100%;
    background-image: 
        radial-gradient(circle at 20% 30%, rgb(152,173,158,0.5) 0.5%, transparent 5%),
        radial-gradient(circle at 80% 70%, rgb(152,173,158,0.5) 0.5%, transparent 5%),
        radial-gradient(circle at 50% 50%, rgb(152,173,158,0.5) 0.5%, transparent 5%),
        radial-gradient(circle at 30% 80%, rgb(152,173,158,0.5) 0.5%, transparent 5%);
    content: "";
    left: 0;
    height: 100%;
    z-index: 1;
    background-size: 250px 250px;
}.our_story_exp .container {
    margin: 0 auto;
    padding: 0 20px;
    max-width: 1200px;
    position: relative;
    z-index: 2;
}.our_story_exp h1 {
    position: relative;
    transition: transform 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    text-align: center;
    font-size: 46px;
    transform: perspective(1000px) translateZ(0);
    margin-bottom: 50px;
    font-weight: 700;
    color: rgb(191,208,196);
}.our_story_exp h1::after {
    width: 80px;
    bottom: -15px;
    transform: translateX(-50%);
    content: "";
    height: 3px;
    left: 50%;
    position: absolute;
    background: linear-gradient(90deg, rgb(191,208,196), rgb(152,173,158));
    border-radius: 10px;
}.our_story_exp .pro_program_exp {
    position: relative;
}.our_story_exp .pro_program_exp ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: grid;
    gap: 40px;
    grid-template-columns: 1fr;
}.our_story_exp .study_lab_exp {
    padding: 40px;
    border-radius: 3px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    background: #ffffff;
    position: relative;
}.our_story_exp .study_lab_exp::before {
    transform: scaleX(0);
    position: absolute;
    width: 100%;
    content: "";
    height: 4px;
    transition: transform 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
    background: linear-gradient(90deg, rgb(191,208,196), rgb(152,173,158));
    transform-origin: left;
    left: 0;
    top: 0;
}.our_story_exp .study_lab_exp:hover::before {
    transform: scaleX(1);
}.our_story_exp .study_lab_exp::after {
    right: -100px;
    content: "";
    height: 200px;
    opacity: 0.1;
    background: radial-gradient(circle, rgb(152,173,158,0.5) 0%, transparent 70%);
    position: absolute;
    border-radius: 100%;
    width: 200px;
    bottom: -100px;
    z-index: 0;
}.our_story_exp .study_lab_exp h4 {
    transform: translateX(0);
    margin-bottom: 20px;
    position: relative;
    font-weight: 700;
    transition: transform 0.3s ease;
    font-size: calc(18px + 2px);
    color: rgb(191,208,196);
}.our_story_exp .study_lab_exp:hover h4 {
    transform: translateX(10px);
}.our_story_exp .study_lab_exp h4::after {
    left: 0;
    position: absolute;
    content: "";
    width: 40px;
    transition: width 0.3s ease;
    height: 2px;
    background-color: rgb(152,173,158);
    bottom: -10px;
}.our_story_exp .study_lab_exp:hover h4::after {
    width: 60px;
}.our_story_exp .study_lab_exp div {
    color: #000000;
    z-index: 1;
    font-size: 13px;
    line-height: 1.8;
    padding-right: 10px;
    position: relative;
    overflow-y: auto;
    font-family: Arial, sans-serif;
    font-weight: 400;
    max-height: 200px;
}.our_story_exp .study_lab_exp div::-webkit-scrollbar {
    width: 4px;
}.our_story_exp .study_lab_exp div::-webkit-scrollbar-track {
    background: rgba(0, 0, 0, 0.05);
    border-radius: 10px;
}.our_story_exp .study_lab_exp div::-webkit-scrollbar-thumb {
    background: rgb(152,173,158,0.5);
    border-radius: 10px;
}.our_story_exp .study_lab_exp:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.08);
}

@media (min-width: 768px) {.our_story_exp .pro_program_exp ul {
    grid-template-columns: repeat(2, 1fr);
}.our_story_exp h1 {
    margin-bottom: 70px;
    font-size: calc(46px + 4px);
}.our_story_exp .study_lab_exp div {
    max-height: 300px;
}
}

@media (min-width: 992px) {.our_story_exp {
    padding: 120px 0;
}.our_story_exp .study_lab_exp {
    padding: 50px;
}.our_story_exp h1 {
    font-size: calc(46px + 8px);
}.our_story_exp .study_lab_exp div {
    font-size: calc(13px + 1px);
    max-height: 350px;
}.our_story_exp .container {
    padding: 0 40px;
}
}

@media (max-width: 767px) {.our_story_exp {
    padding: 70px 0;
}.our_story_exp h1 {
    margin-bottom: 40px;
    font-size: calc(46px - 2px);
}.our_story_exp .study_lab_exp {
    padding: 30px;
}.our_story_exp .study_lab_exp div {
    line-height: 1.6;
    font-size: calc(13px - 1px);
}
}

@media (hover: hover) {.our_story_exp h1:hover {
    transform: perspective(1000px) translateZ(10px);
}.our_story_exp .study_lab_exp:hover div::-webkit-scrollbar-thumb {
    background: rgb(152,173,158);
}}.cookieNotificationPanel_exp {
    position: fixed;
    width: 100%;
    border-top: 1px solid rgb(191,208,196);
    padding: 20px 0;
    box-shadow: 0px -2px 10px rgba(0, 0, 0, 0.1);
    bottom: 0;
    z-index: 1000;
    animation: fadeInUp 0.5s ease-out;
    background-color: rgb(225,233,228);
}.cookieNotificationPanel_exp .cookie_panel_exp {
    transform-origin: center;
    flex-shrink: 0;
    animation: logoScale 1.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
    margin-right: 20px;
}.cookieNotificationPanel_exp .cookie_panel_exp svg {
    width: 60px;
    fill: rgb(191,208,196);
    height: 60px;
}@keyframes logoScale {
    0% {
        transform: scale(0);
    }
    80% {
        transform: scale(1.1);
    }
    100% {
        transform: scale(1);
    }
}
.cookieNotificationPanel_exp .data_settings_exp {
    flex-grow: 1;
}.cookieNotificationPanel_exp .data_settings_exp h5 {
    color: rgb(191,208,196);
    margin-bottom: 6px;
    font-size: 22px;
}.cookieNotificationPanel_exp .data_settings_exp p {
    line-height: 1.5;
    font-size: 13px;
    color: #000000;
    margin: 0;
}.cookieNotificationPanel_exp .track_bar_exp {
    margin-top: 20px;
    display: inline-block;
    padding: 10px 20px;
    border-radius: 5px;
    background-color: rgb(191,208,196);
    margin-right: 15px;
    transition: transform 0.3s, box-shadow 0.3s;
    text-decoration: none;
    font-size: 19px;
    color: #ffffff;
}.cookieNotificationPanel_exp .track_bar_exp:hover {
    transform: translateY(-3px);
    box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.1);
}.cookieNotificationPanel_exp .track_bar_exp:active {
    transform: translateY(1px);
    box-shadow: none;
}
@media (max-width: 768px) {.cookieNotificationPanel_exp .cookie_panel_exp {
    margin-right: 0;
    margin-bottom: 15px;
}.cookieNotificationPanel_exp .track_bar_exp {
    text-align: center;
    margin-left: 0;
    width: 48%;
}}
#cookie_panel_alert_exp {
    display: none;
}#cookie_panel_alert_exp:checked ~ .cookieNotificationPanel_exp {
    opacity: 0;
    visibility: hidden;
}.user_comments_exp {
    position: relative;
    padding: 100px 0;
    background: #ffffff;
    overflow: hidden;
}.user_comments_exp::before {
    height: 100%;
    border-radius: 50%;
    position: absolute;
    width: 100%;
    top: -50%;
    background: rgb(225,233,228);
    right: -50%;
    content: "";
    z-index: 0;
}.user_comments_exp .container {
    position: relative;
    z-index: 1;
}.user_comments_exp h2 {
    position: relative;
    margin-bottom: 100px;
    color: #000000;
    transform: translateX(-10%);
    font-weight: 700;
    font-size: 31px;
}.user_comments_exp h2::first-letter {
    font-size: 1.8em;
    color: rgb(191,208,196);
}.user_comments_exp .opinion_showcase_exp {
    grid-template-columns: repeat(12, 1fr);
    display: grid;
    gap: 20px;
}.user_comments_exp .opinion_spot_exp {
    opacity: 0;
    position: relative;
    animation: fadeIn 0.8s ease forwards;
    padding: 30px 0;
}.user_comments_exp .opinion_spot_exp:nth-child(3n+1) {
    animation-delay: 0.1s;
    grid-column: span 5;
}.user_comments_exp .opinion_spot_exp:nth-child(3n+2) {
    grid-column: span 4;
    animation-delay: 0.3s;
    margin-top: 80px;
}.user_comments_exp .opinion_spot_exp:nth-child(3n+3) {
    margin-top: 40px;
    animation-delay: 0.5s;
    grid-column: span 3;
}.user_comments_exp .opinion_spot_exp::before {
    content: "";
    line-height: 1;
    font-size: 120px;
    color: rgb(191,208,196,0.5);
    left: -20px;
    position: absolute;
    z-index: -1;
    top: -30px;
    font-family: Arial, sans-serif;
}.user_comments_exp .opinion_spot_exp img {
    transform: translateY(0);
    border: 3px solid #ffffff;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    transition: transform 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    bottom: 20px;
    width: 60px;
    position: absolute;
    border-radius: 10px;
    filter: grayscale(100%);
    right: 0;
    object-fit: cover;
    height: 60px;
}.user_comments_exp .opinion_spot_exp:hover img {
    transform: translateY(-15px);
    filter: grayscale(0%);
}.user_comments_exp .opinion_spot_exp p {
    margin: 0;
}.user_comments_exp .opinion_spot_exp p:first-of-type {
    right: 70px;
    bottom: 0;
    white-space: nowrap;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 20px;
    position: absolute;
    letter-spacing: 1px;
    color: rgb(191,208,196);
}.user_comments_exp .opinion_spot_exp .description {
    font-weight: 300;
    line-height: 1.6;
    font-size: calc(17px * 1.2);
    margin-bottom: 40px;
    color: #000000;
    position: relative;
}.user_comments_exp .opinion_spot_exp .description::first-letter {
    font-weight: 600;
    font-size: 1.3em;
}.user_comments_exp .opinion_spot_exp .description::after {
    left: 0;
    transform-origin: left;
    transform: scaleX(1);
    background: rgb(152,173,158);
    position: absolute;
    content: "";
    transition: transform 0.4s ease;
    bottom: -20px;
    height: 2px;
    width: 40px;
}.user_comments_exp .opinion_spot_exp:hover .description::after {
    transform: scaleX(3);
}

@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@media (max-width: 991px) {.user_comments_exp {
    padding: 80px 0;
}.user_comments_exp h2 {
    transform: none;
    margin-bottom: 60px;
}.user_comments_exp .opinion_showcase_exp {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
}.user_comments_exp .opinion_spot_exp:nth-child(3n+1),
    .user_comments_exp .opinion_spot_exp:nth-child(3n+2),
    .user_comments_exp .opinion_spot_exp:nth-child(3n+3) {
    margin-top: 0;
    grid-column: span 3;
}.user_comments_exp .opinion_spot_exp:nth-child(2n) {
    margin-top: 40px;
}
}

@media (max-width: 767px) {.user_comments_exp {
    padding: 60px 0;
}.user_comments_exp::before {
    right: -20%;
    top: -20%;
}.user_comments_exp h2 {
    margin-bottom: 50px;
    font-size: calc(31px * 0.9);
}.user_comments_exp .opinion_showcase_exp {
    grid-template-columns: 1fr;
}.user_comments_exp .opinion_spot_exp:nth-child(3n+1),
    .user_comments_exp .opinion_spot_exp:nth-child(3n+2),
    .user_comments_exp .opinion_spot_exp:nth-child(3n+3),
    .user_comments_exp .opinion_spot_exp:nth-child(2n) {
    margin-top: 0;
    grid-column: 1;
    margin-bottom: 50px;
}.user_comments_exp .opinion_spot_exp::before {
    font-size: 80px;
}.user_comments_exp .opinion_spot_exp img {
    width: 50px;
    height: 50px;
}.user_comments_exp .opinion_spot_exp p:first-of-type {
    font-size: calc(20px * 0.9);
    right: 60px;
}.user_comments_exp .opinion_spot_exp .description {
    font-size: 17px;
}}.course_features_exp {
    flex-direction: column;
    position: relative;
    display: flex;
    background-color: rgb(225,233,228);
    overflow: hidden;
    min-height: 100vh;
}.course_features_exp::before {
    position: absolute;
    z-index: 2;
    content: "";
    background: linear-gradient(180deg, transparent 30%, #000000 100%);
    width: 100%;
    pointer-events: none;
    height: 100%;
}.course_features_exp .class_route_exp {
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    position: absolute;
    height: 100%;
}.course_features_exp .career_classes_exp {
    animation: carousel-slide 35s cubic-bezier(0.4, 0, 0.2, 1) infinite;
    height: 100%;
    width: calc(100% * 5);
    display: flex;
}.course_features_exp .class_route_exp:hover .career_classes_exp {
    animation-play-state: paused;
}.course_features_exp .career_ready_exp {
    position: relative;
    height: 100%;
    width: calc(100% / 5);
}.course_features_exp .career_ready_exp img {
    filter: brightness(0.7);
    height: 100%;
    object-fit: cover;
    width: 100%;
}.course_features_exp .container {
    position: relative;
    padding-bottom: 80px;
    margin-top: auto;
    z-index: 3;
}.course_features_exp .learn_expert_exp {
    display: flex;
    justify-content: center;
}.course_features_exp .training_path_exp {
    animation: float-up 1s forwards;
    width: 100%;
    max-width: 800px;
    border-top: 4px solid rgb(191,208,196);
    backdrop-filter: blur(8px);
    position: relative;
    overflow: hidden;
    background: rgba(0, 0, 0, 0.5);
    padding: 50px;
    border-radius: 0;
    transform: translateY(30px);
}.course_features_exp .training_path_exp::before,
.course_features_exp .training_path_exp::after {
    opacity: 0.3;
    z-index: -1;
    content: "";
    background: rgb(191,208,196);
    border-radius: 50%;
    position: absolute;
}.course_features_exp .training_path_exp::before {
    height: 300px;
    right: -150px;
    top: -150px;
    width: 300px;
}.course_features_exp .training_path_exp::after {
    height: 200px;
    left: -100px;
    bottom: -100px;
    width: 200px;
}.course_features_exp .training_path_exp h3 {
    color: #ffffff;
    margin-bottom: 20px;
    font-size: 41px;
    font-weight: 700;
    position: relative;
    text-align: center;
}.course_features_exp .training_path_exp p {
    text-align: center;
    color: #ffffff;
    margin-bottom: 30px;
    opacity: 0.8;
    font-size: 16px;
    line-height: 1.7;
}.course_features_exp .training_path_exp .contact_inquiry_exp {
    color: #ffffff;
    transition: all 0.3s ease;
    margin: 0 auto;
    position: relative;
    width: 200px;
    text-align: center;
    overflow: hidden;
    padding: 15px 0;
    font-size: 20px;
    display: block;
    font-weight: 600;
    border-radius: 10px;
    text-decoration: none;
    background: rgb(191,208,196);
}.course_features_exp .training_path_exp .contact_inquiry_exp::before {
    left: 0;
    height: 100%;
    top: 0;
    position: absolute;
    background: rgb(152,173,158);
    z-index: -1;
    width: 100%;
    transform: translateX(-100%);
    transition: transform 0.3s ease;
    content: "";
}.course_features_exp .training_path_exp .contact_inquiry_exp:hover {
    color: #ffffff;
}.course_features_exp .training_path_exp .contact_inquiry_exp:hover::before {
    transform: translateX(0);
}

@keyframes carousel-slide {
    0%, 16% {
        transform: translateX(0);
    }
    20%, 36% {
        transform: translateX(-20%);
    }
    40%, 56% {
        transform: translateX(-40%);
    }
    60%, 76% {
        transform: translateX(-60%);
    }
    80%, 96% {
        transform: translateX(-80%);
    }
    100% {
        transform: translateX(0);
    }
}

@keyframes float-up {
    0% {
        opacity: 0;
        transform: translateY(30px);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

@media (max-width: 992px) {.course_features_exp {
    min-height: 100vh;
}.course_features_exp .container {
    padding-bottom: 60px;
}.course_features_exp .training_path_exp {
    padding: 40px 30px;
}.course_features_exp .training_path_exp h3 {
    font-size: calc(34px * 1.1);
}
}

@media (max-width: 768px) {.course_features_exp {
    min-height: auto;
    padding-top: 50vh;
    height: auto;
}.course_features_exp::before {
    background: linear-gradient(180deg, transparent 40%, #000000 70%);
}.course_features_exp .class_route_exp {
    position: fixed;
    top: 0;
    height: 50vh;
}.course_features_exp .container {
    margin-top: 0;
    padding-bottom: 50px;
}.course_features_exp .training_path_exp {
    padding: 30px 25px;
}.course_features_exp .training_path_exp h3 {
    font-size: 34px;
}.course_features_exp .training_path_exp .contact_inquiry_exp {
    width: 100%;
}
}

@media (max-width: 576px) {.course_features_exp {
    padding-top: 45vh;
}.course_features_exp .class_route_exp {
    height: 45vh;
}.course_features_exp .container {
    padding-bottom: 40px;
}.course_features_exp .training_path_exp {
    padding: 25px 20px;
}.course_features_exp .training_path_exp h3 {
    margin-bottom: 15px;
    font-size: calc(20px * 1.1);
}.course_features_exp .training_path_exp p {
    margin-bottom: 25px;
}.course_features_exp .training_path_exp .contact_inquiry_exp {
    padding: 12px 0;
}}.give_it_a_try_exp {
    overflow: hidden;
    padding: 130px 0;
    z-index: 1;
    position: relative;
    background: linear-gradient(125deg, rgb(191,208,196) 0%, rgb(152,173,158) 100%);
}.give_it_a_try_exp::before {
    content: '';
    height: 100%;
    background-size: 20px 20px;
    left: 0;
    width: 100%;
    z-index: -1;
    position: absolute;
    background: 
        linear-gradient(90deg, rgba(255,255,255,0.07) 1px, transparent 1px),
        linear-gradient(0deg, rgba(255,255,255,0.07) 1px, transparent 1px);
    top: 0;
}.give_it_a_try_exp::after {
    position: absolute;
    filter: blur(60px);
    width: 100%;
    z-index: -1;
    content: '';
    height: 100%;
    left: 0;
    background: 
        radial-gradient(circle at 30% 20%, rgba(255,255,255,0.2) 0%, transparent 50%),
        radial-gradient(circle at 70% 80%, rgba(255,255,255,0.2) 0%, transparent 50%);
    top: 0;
}.give_it_a_try_exp .learn_expert_exp {
    align-items: center;
    padding: 70px 50px;
    background: rgba(255,255,255,0.1);
    z-index: 2;
    justify-content: center;
    transform: rotateX(2deg) rotateY(2deg);
    border-radius: 30px;
    position: relative;
    margin: 0 auto;
    transform-style: preserve-3d;
    transition: transform 0.6s ease;
    flex-direction: column;
    max-width: 900px;
    perspective: 1000px;
    display: flex;
    box-shadow:
        0 20px 50px rgba(0,0,0,0.15),
        0 5px 15px rgba(255,255,255,0.05),
        inset 0 0 0 1px rgba(255,255,255,0.1);
    backdrop-filter: blur(15px);
}.give_it_a_try_exp .learn_expert_exp::before {
    filter: blur(5px);
    left: -5px;
    right: -5px;
    animation: borderGlow 10s linear infinite;
    border-radius: 35px;
    content: '';
    bottom: -5px;
    background: linear-gradient(45deg, 
        rgba(255,255,255,0.1),
        rgba(255,255,255,0),
        rgba(255,255,255,0.1),
        rgba(255,255,255,0),
        rgba(255,255,255,0.1)
    );
    position: absolute;
    z-index: -1;
    top: -5px;
    opacity: 0.5;
}.give_it_a_try_exp .learn_expert_exp::after {
    background: 
        linear-gradient(to bottom,
            rgba(255,255,255,0.1) 0%,
            transparent 100%
        );
    left: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
    position: absolute;
    border-radius: 30px;
    content: '';
    top: 0;
}.give_it_a_try_exp .learn_expert_exp:hover {
    transform: rotateX(0deg) rotateY(0deg) translateY(-5px);
}.give_it_a_try_exp h3 {
    font-family: Arial, sans-serif;
    font-size: 29px;
    text-align: center;
    position: relative;
    text-shadow: 0 2px 10px rgba(0,0,0,0.2);
    margin-bottom: 55px;
    letter-spacing: 3px;
    font-weight: 700;
    color: #ffffff;
    text-transform: uppercase;
}.give_it_a_try_exp h3::before {
    border-radius: 2px;
    background: linear-gradient(90deg, 
        transparent, 
        #ffffff, 
        transparent);
    width: 60px;
    box-shadow: 0 2px 10px rgba(255,255,255,0.2);
    position: absolute;
    transform: translateX(-50%);
    left: 50%;
    height: 4px;
    bottom: -20px;
    content: '';
}.give_it_a_try_exp h3::after {
    top: 0;
    width: 100%;
    position: absolute;
    z-index: -1;
    animation: lightScan 5s linear infinite;
    height: 100%;
    content: '';
    background: linear-gradient(
        90deg, 
        transparent, 
        rgba(255,255,255,0.1), 
        transparent
    );
    left: -100%;
}.give_it_a_try_exp .edu_help_exp {
    text-transform: uppercase;
    background: rgba(255,255,255,0.9);
    transition: all 0.4s ease;
    letter-spacing: 2px;
    color: rgb(191,208,196);
    text-decoration: none;
    overflow: hidden;
    transform: perspective(1000px) translateZ(20px);
    padding: 18px 50px;
    z-index: 1;
    position: relative;
    box-shadow: 
        0 10px 25px rgba(0,0,0,0.1),
        0 5px 15px rgba(0,0,0,0.05),
        inset 0 0 0 1px rgba(255,255,255,0.4);
    font-size: 19px;
    font-family: Arial, sans-serif;
    border-radius: 50px;
    font-weight: 600;
    display: inline-block;
}.give_it_a_try_exp .edu_help_exp::before {
    z-index: -1;
    background: linear-gradient(45deg, 
        rgb(191,208,196), 
        rgb(152,173,158));
    content: '';
    position: absolute;
    height: 100%;
    opacity: 0;
    top: 0;
    width: 100%;
    left: 0;
    transition: opacity 0.4s ease;
}.give_it_a_try_exp .edu_help_exp::after {
    transform: rotate(35deg);
    top: -50%;
    height: 200%;
    width: 20px;
    background: linear-gradient(
        to right,
        transparent,
        rgba(255,255,255,0.7),
        transparent
    );
    z-index: 1;
    position: absolute;
    left: -100px;
    transition: all 0.6s ease;
    content: '';
}.give_it_a_try_exp .edu_help_exp:hover {
    color: #ffffff;
    box-shadow: 
        0 15px 35px rgba(0,0,0,0.2),
        0 10px 25px rgba(0,0,0,0.1),
        inset 0 0 0 1px rgba(255,255,255,0.4);
    transform: perspective(1000px) translateZ(30px);
}.give_it_a_try_exp .edu_help_exp:hover::before {
    opacity: 1;
}.give_it_a_try_exp .edu_help_exp:hover::after {
    left: 200%;
}

@media screen and (max-width: 992px) {.give_it_a_try_exp {
    padding: 110px 0;
}.give_it_a_try_exp .learn_expert_exp {
    padding: 60px 40px;
    max-width: 85%;
}.give_it_a_try_exp h3 {
    font-size: calc(29px * 0.9);
    margin-bottom: 50px;
}.give_it_a_try_exp h3::before {
    height: 3px;
    width: 50px;
    bottom: -18px;
}.give_it_a_try_exp .edu_help_exp {
    font-size: calc(19px * 0.95);
    padding: 16px 45px;
}
}

@media screen and (max-width: 768px) {.give_it_a_try_exp {
    padding: 90px 0;
}.give_it_a_try_exp .learn_expert_exp {
    transform: none;
    padding: 50px 30px;
}.give_it_a_try_exp h3 {
    letter-spacing: 2px;
    margin-bottom: 45px;
    font-size: calc(29px * 0.8);
}.give_it_a_try_exp h3::before {
    width: 45px;
    bottom: -15px;
    height: 3px;
}.give_it_a_try_exp .edu_help_exp {
    transform: none;
    padding: 14px 40px;
    letter-spacing: 1.5px;
    font-size: calc(19px * 0.9);
}.give_it_a_try_exp .edu_help_exp:hover {
    transform: translateY(-5px);
}
}

@media screen and (max-width: 576px) {.give_it_a_try_exp {
    padding: 70px 0;
}.give_it_a_try_exp .learn_expert_exp {
    border-radius: 20px;
    padding: 40px 20px;
}.give_it_a_try_exp h3 {
    letter-spacing: 1.5px;
    font-size: calc(29px * 0.7);
    margin-bottom: 40px;
}.give_it_a_try_exp h3::before {
    width: 40px;
    bottom: -12px;
    height: 2px;
}.give_it_a_try_exp .edu_help_exp {
    font-size: calc(19px * 0.85);
    padding: 12px 35px;
    border-radius: 30px;
    letter-spacing: 1px;
}}

@keyframes borderGlow {
    0% {
        background-position: 0% 0%;
    }
    100% {
        background-position: 200% 0%;
    }
}

@keyframes lightScan {
    0%, 100% {
        left: -100%;
        opacity: 0;
    }
    50% {
        left: 100%;
        opacity: 0.5;
    }
}.academic_expertise_exp {
    overflow: hidden;
    padding: 120px 0;
    position: relative;
    background: linear-gradient(125deg, #000000 0%, rgb(225,233,228) 100%);
}.academic_expertise_exp::before {
    left: 0;
    height: 100%;
    position: absolute;
    content: "";
    animation: pulse 20s infinite alternate;
    background: 
    radial-gradient(circle at 20% 30%, rgb(191,208,196,0.5) 0%, transparent 25%),
    radial-gradient(circle at 80% 70%, rgb(152,173,158,0.5) 0%, transparent 30%);
    top: 0;
    width: 100%;
}.academic_expertise_exp .container {
    perspective: 1200px;
    position: relative;
    margin: 0 auto;
    max-width: 1200px;
    z-index: 2;
    padding: 0 20px;
}.academic_expertise_exp .opinion_spot_exp {
    transform-style: preserve-3d;
    grid-template-areas:
    "quote photo"
    "quote name"
    "quote job";
    grid-template-rows: auto auto auto;
    transition: transform 0.6s cubic-bezier(0.23, 1, 0.32, 1);
    transform: rotateY(-10deg);
    display: grid;
    position: relative;
    grid-template-columns: 1.2fr 0.8fr;
    gap: 10px 30px;
}.academic_expertise_exp .opinion_spot_exp:hover {
    transform: rotateY(0deg) translateZ(10px);
}.academic_expertise_exp .career_area_exp {
    line-height: 1.7;
    box-shadow: 
    0 20px 40px rgba(0, 0, 0, 0.5),
    0 0 0 1px rgb(191,208,196,0.5);
    backdrop-filter: blur(10px);
    margin: 0;
    border-radius: 13px;
    background: linear-gradient(135deg, #000000 0%, rgba(0, 0, 0, 0.5) 100%);
    grid-area: quote;
    padding: 50px 40px;
    font-size: 12px;
    position: relative;
    color: #ffffff;
    font-weight: 300;
    z-index: 1;
    transform: translateZ(20px);
}.academic_expertise_exp .career_area_exp::before {
    line-height: 1;
    left: 20px;
    content: "";
    top: 15px;
    font-size: calc(47px * 2);
    color: rgb(191,208,196);
    position: absolute;
}.academic_expertise_exp .image_slider_exp {
    grid-area: photo;
    transform: translateZ(40px);
    clip-path: polygon(0 0, 100% 0, 100% 85%, 90% 100%, 0 100%);
    border-radius: 10px;
    box-shadow: 
    10px 10px 20px rgba(0, 0, 0, 0.5),
    -5px -5px 30px rgb(191,208,196,0.5);
    transition: transform 0.4s ease, box-shadow 0.4s ease;
    height: 280px;
}.academic_expertise_exp .opinion_spot_exp:hover .image_slider_exp {
    transform: translateZ(60px) translateX(-10px);
    box-shadow: 
    15px 15px 25px rgba(0, 0, 0, 0.5),
    -8px -8px 35px rgb(191,208,196,0.5);
}.academic_expertise_exp .name {
    transition: transform 0.3s ease;
    padding: 15px 20px;
    transform: translateZ(30px);
    font-weight: 700;
    z-index: 2;
    color: #ffffff;
    box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.5);
    grid-area: name;
    border-radius: 10px;
    font-size: 18px;
    margin: 0;
    background: rgb(191,208,196);
}.academic_expertise_exp .opinion_spot_exp:hover .name {
    transform: translateZ(45px) translateY(-5px);
}.academic_expertise_exp .opinion_spot_exp > span:not(.name) {
    color: rgb(152,173,158);
    transform: translateZ(25px);
    transition: transform 0.3s ease;
    font-weight: 600;
    background: #ffffff;
    z-index: 2;
    grid-area: job;
    border-radius: 10px;
    box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.5);
    padding: 10px 15px;
    font-size: 12px;
}.academic_expertise_exp .opinion_spot_exp:hover > span:not(.name) {
    transform: translateZ(35px) translateY(-5px);
}

@keyframes pulse {
  0%, 100% {
    opacity: 0.8;
    transform: scale(1);
  }
  50% {
    opacity: 0.5;
    transform: scale(1.1);
  }
}

@media (max-width: 992px) {.academic_expertise_exp {
    padding: 80px 0;
}.academic_expertise_exp .opinion_spot_exp {
    transform: none;
    gap: 15px;
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr;
    grid-template-areas:
      "image_slider_exp"
      "name"
      "experience_log_exp"
      "career_area_exp";
}.academic_expertise_exp .career_area_exp,
  .academic_expertise_exp .image_slider_exp,
  .academic_expertise_exp .name,
  .academic_expertise_exp .opinion_spot_exp > span:not(.name) {
    transform: none;
}.academic_expertise_exp .opinion_spot_exp:hover .career_area_exp,
  .academic_expertise_exp .opinion_spot_exp:hover .image_slider_exp,
  .academic_expertise_exp .opinion_spot_exp:hover .name,
  .academic_expertise_exp .opinion_spot_exp:hover > span:not(.name) {
    transform: none;
}.academic_expertise_exp .image_slider_exp {
    height: 240px;
    margin: 0 auto;
    width: 90%;
}.academic_expertise_exp .career_area_exp {
    padding: 30px;
}.academic_expertise_exp .name,
  .academic_expertise_exp .opinion_spot_exp > span:not(.name) {
    text-align: center;
    width: 90%;
    margin: 0 auto;
}
}

@media (max-width: 576px) {.academic_expertise_exp {
    padding: 60px 0;
}.academic_expertise_exp .image_slider_exp {
    width: 100%;
    height: 200px;
}.academic_expertise_exp .career_area_exp {
    font-size: calc(12px * 0.95);
    padding: 25px 20px;
}.academic_expertise_exp .name {
    font-size: calc(18px * 0.9);
}.academic_expertise_exp .opinion_spot_exp > span:not(.name) {
    font-size: calc(12px * 0.9);
}}.thanks_page_exp {
    padding: 100px 0;
    background: linear-gradient(135deg, rgb(225,233,228) 0%, rgb(191,208,196,0.5) 30%, rgb(225,233,228) 70%, rgb(152,173,158,0.5) 100%);
    overflow: hidden;
    position: relative;
}.thanks_page_exp::before {
    animation: pulseGlow 10s ease-in-out infinite;
    content: "";
    background: radial-gradient(circle at 30% 50%, rgb(191,208,196,0.5) 0%, transparent 60%);
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
    width: 100%;
}.thanks_page_exp::after {
    position: absolute;
    left: 0;
    background: 
        radial-gradient(2px 2px at 85% 15%, #ffffff 50%, transparent 60%),
        radial-gradient(2px 2px at 10% 75%, #ffffff 50%, transparent 60%),
        radial-gradient(2px 2px at 20% 20%, #ffffff 50%, transparent 60%),
        radial-gradient(2px 2px at 70% 80%, #ffffff 50%, transparent 60%),
        radial-gradient(2px 2px at 90% 60%, #ffffff 50%, transparent 60%);
    height: 100%;
    z-index: 0;
    width: 100%;
    top: 0;
    content: "";
    opacity: 0.7;
}.thanks_page_exp .container {
    z-index: 1;
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
    padding: 0 20px;
}.thanks_page_exp .learn_expert_exp {
    flex-direction: column;
    box-shadow: 
        0 20px 40px rgba(0, 0, 0, 0.1),
        0 0 0 1px rgba(255, 255, 255, 0.1),
        inset 0 0 30px rgba(255, 255, 255, 0.2);
    gap: 2.5rem;
    padding: 3.5rem;
    transition: transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
    transform: perspective(1000px) rotateX(2deg);
    position: relative;
    backdrop-filter: blur(10px);
    background: linear-gradient(145deg, rgba(255, 255, 255, 0.9) 0%, rgba(255, 255, 255, 0.7) 100%);
    display: flex;
}.thanks_page_exp .learn_expert_exp::before {
    position: absolute;
    border-radius: 10px;
    transform: translateX(-50%);
    content: "";
    width: 80%;
    left: 50%;
    background: linear-gradient(90deg, transparent, rgb(191,208,196) 50%, transparent);
    opacity: 0.6;
    height: 10px;
    top: -5px;
}.thanks_page_exp .learn_expert_exp::after {
    left: 50%;
    content: "";
    width: 80%;
    position: absolute;
    border-radius: 10px;
    height: 10px;
    bottom: -5px;
    transform: translateX(-50%);
    background: linear-gradient(90deg, transparent, rgb(152,173,158) 50%, transparent);
    opacity: 0.6;
}.thanks_page_exp .learn_expert_exp > div:first-child {
    position: relative;
    padding-bottom: 1.5rem;
}.thanks_page_exp .learn_expert_exp > div:first-child::after {
    background: rgb(191,208,196);
    bottom: 0;
    animation: expandLine 1.5s ease-out forwards;
    transform-origin: left;
    position: absolute;
    width: 60px;
    left: 0;
    content: "";
    height: 3px;
}.thanks_page_exp h5 {
    font-weight: 700;
    color: #000000;
    position: relative;
    transition: transform 0.3s ease;
    line-height: 1.4;
    font-size: 22px;
    transform: translateY(0);
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8);
    margin: 0;
}.thanks_page_exp a {
    display: block;
    text-decoration: none;
    transition: all 0.3s ease;
    overflow: hidden;
    position: relative;
}.thanks_page_exp a::before {
    animation: shine 3s infinite;
    width: 10px;
    content: "";
    position: absolute;
    top: 0;
    opacity: 0;
    transform: skewX(-20deg);
    left: -30px;
    background: linear-gradient(to right, transparent, rgb(191,208,196,0.5), transparent);
    height: 100%;
    transition: opacity 0.3s ease;
}.thanks_page_exp a:hover::before {
    opacity: 1;
}.thanks_page_exp p {
    color: #000000;
    line-height: 1.7;
    transition: all 0.3s ease;
    position: relative;
    border-left: 3px solid rgb(152,173,158,0.5);
    margin: 0;
    font-size: 15px;
    padding: 0.5rem 1rem;
}.thanks_page_exp a:hover p {
    color: rgb(191,208,196);
    transform: translateX(5px);
}.thanks_page_exp .learn_expert_exp:hover {
    transform: perspective(1000px) rotateX(0deg);
    box-shadow: 
        0 25px 50px rgba(0, 0, 0, 0.15),
        0 0 0 1px rgba(255, 255, 255, 0.2),
        inset 0 0 50px rgba(255, 255, 255, 0.3);
}

@keyframes pulseGlow {
    0%, 100% {
        opacity: 0.2;
        transform: scale(1);
    }
    50% {
        opacity: 0.5;
        transform: scale(1.1);
    }
}

@keyframes expandLine {
    0% {
        width: 0;
    }
    100% {
        width: 60px;
    }
}

@keyframes shine {
    0% {
        left: -30px;
    }
    20% {
        left: 120%;
    }
    100% {
        left: 120%;
    }
}

@media (min-width: 768px) {.thanks_page_exp {
    padding: 150px 0;
}.thanks_page_exp .learn_expert_exp {
    padding: 4rem 5rem;
    max-width: 85%;
    margin: 0 auto;
    transform: perspective(1000px) rotateX(2deg) rotateY(1deg);
}.thanks_page_exp .learn_expert_exp:hover {
    transform: perspective(1000px) rotateX(0deg) rotateY(0deg);
}.thanks_page_exp h5 {
    font-size: calc(22px * 1.2);
}.thanks_page_exp p {
    font-size: calc(15px * 1.1);
    padding: 1rem 1.5rem;
    line-height: 1.8;
}
}

@media (min-width: 992px) {.thanks_page_exp .learn_expert_exp {
    max-width: 75%;
    gap: 3rem;
}.thanks_page_exp .learn_expert_exp > div:first-child::after {
    width: 80px;
}
    
    @keyframes expandLine {
        0% {
            width: 0;
        }
        100% {
            width: 80px;
        }
    }
}

@media (max-width: 767px) {.thanks_page_exp {
    padding: 60px 0;
}.thanks_page_exp .learn_expert_exp {
    padding: 2.5rem 1.5rem;
    gap: 1.5rem;
}.thanks_page_exp h5 {
    font-size: calc(22px * 0.9);
}.thanks_page_exp p {
    border-left-width: 2px;
    padding: 0.5rem;
}
}

@media (max-width: 480px) {.thanks_page_exp {
    padding: 40px 0;
}.thanks_page_exp .learn_expert_exp {
    transform: perspective(1000px) rotateX(1deg);
    padding: 2rem 1.25rem;
}.thanks_page_exp h5 {
    font-size: calc(22px * 0.8);
}.thanks_page_exp p {
    font-size: calc(15px * 0.9);
    line-height: 1.6;
}}footer {
    position: relative;
    perspective: 1000px;
    z-index: 1;
}footer::before {
    content: "";
    z-index: -2;
    right: 0;
    opacity: 0.9;
    top: 0;
    left: 0;
    bottom: 0;
    position: absolute;
    background: linear-gradient(135deg, rgb(152,173,158,0.5) 0%, rgb(191,208,196,0.5) 100%);
}footer::after {
    left: 0;
    content: "";
    background: 
        radial-gradient(circle at 20% 20%, transparent 0, transparent 80px, rgba(255, 255, 255, 0.03) 81px),
        radial-gradient(circle at 80% 40%, transparent 0, transparent 120px, rgba(255, 255, 255, 0.03) 121px),
        radial-gradient(circle at 40% 70%, transparent 0, transparent 100px, rgba(255, 255, 255, 0.03) 101px);
    right: 0;
    position: absolute;
    bottom: 0;
    top: 0;
    z-index: -1;
}.syllabus_ref_exp {
    position: relative;
    padding: 5rem 0 2.5rem;
    color: #ffffff;
}.syllabus_ref_exp::before {
    height: 20px;
    position: absolute;
    content: "";
    left: 0;
    background: repeating-linear-gradient(
        90deg,
        rgb(191,208,196) 0px,
        rgb(191,208,196) 40px,
        rgb(152,173,158) 40px,
        rgb(152,173,158) 80px
    );
    width: 100%;
    top: 0;
}.syllabus_ref_exp .container {
    display: flex;
    justify-content: space-between;
    position: relative;
    gap: 4rem;
    flex-wrap: wrap;
}.syllabus_ref_exp .company_holder {
    box-shadow: 0 20px 30px rgba(0, 0, 0, 0.15);
    transform-style: preserve-3d;
    border-radius: 0;
    padding: 2rem;
    border-bottom: 6px solid rgb(191,208,196);
    background: rgb(191,208,196,0.5);
    position: relative;
    transition: all 0.4s ease;
    flex: 1 1 380px;
    transform: rotateX(5deg);
}.syllabus_ref_exp .company_holder:hover {
    transform: rotateX(0deg);
}.syllabus_ref_exp .company_holder h3 {
    display: inline-block;
    margin: 0 0 1.5rem;
    font-size: 33px;
    color: #ffffff;
    position: relative;
    transform: translateZ(20px);
    letter-spacing: 1px;
    font-weight: 700;
}.syllabus_ref_exp .company_holder h3::before {
    height: 30px;
    width: 30px;
    position: absolute;
    border-top: 3px solid #ffffff;
    left: -10px;
    top: -10px;
    content: "";
    border-left: 3px solid #ffffff;
}.syllabus_ref_exp .company_holder h3::after {
    content: "";
    right: -10px;
    width: 30px;
    position: absolute;
    bottom: -10px;
    border-bottom: 3px solid #ffffff;
    height: 30px;
    border-right: 3px solid #ffffff;
}.syllabus_ref_exp .academy_info_exp {
    border-radius: 10px;
    transform: translateZ(10px);
    color: #ffffff;
    background: rgba(255, 255, 255, 0.1);
    font-size: 16px;
    line-height: 1.6;
    padding: 1.5rem;
}.syllabus_ref_exp .desktop_app_exp {
    flex: 1 1 calc(100% - 480px);
    min-width: 400px;
}.syllabus_ref_exp .top_base_exp {
    flex-wrap: wrap;
    display: flex;
    gap: 3rem;
}.syllabus_ref_exp .nav_learning_exp {
    transform: rotateX(-5deg);
    flex: 1 1 calc(50% - 1.5rem);
    min-width: 220px;
    transition: all 0.4s ease;
    position: relative;
    transform-style: preserve-3d;
}.syllabus_ref_exp .nav_learning_exp:hover {
    transform: rotateX(0deg);
}.syllabus_ref_exp .nav_learning_exp h5 {
    min-width: 200px;
    display: inline-block;
    font-weight: 600;
    color: #ffffff;
    padding: 1rem 1.5rem;
    font-size: 18px;
    background: rgb(152,173,158,0.5);
    box-shadow: 0 15px 25px rgba(0, 0, 0, 0.1);
    position: relative;
    transform: translateZ(15px);
    margin: 0 0 1.5rem;
}.syllabus_ref_exp .nav_learning_exp h5::after {
    content: "";
    right: 0;
    position: absolute;
    background: rgb(152,173,158);
    height: 5px;
    bottom: -5px;
    left: 0;
}.syllabus_ref_exp .nav_learning_exp .top_base_exp {
    background: rgba(255, 255, 255, 0.1);
    flex-direction: column;
    border-radius: 10px;
    padding: 1rem;
    display: flex;
    transform: translateZ(5px);
    gap: 1rem;
}.syllabus_ref_exp .nav_learning_exp .top_base_exp a {
    color: #ffffff;
    font-size: 16px;
    overflow: hidden;
    transition: all 0.3s ease;
    padding: 0.7rem 1rem;
    text-decoration: none;
    position: relative;
    transform: translateZ(10px);
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.05);
    display: block;
}.syllabus_ref_exp .nav_learning_exp .top_base_exp a::before {
    transition: all 0.5s ease;
    top: 0;
    width: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    content: "";
    height: 100%;
    position: absolute;
    left: -100%;
}.syllabus_ref_exp .nav_learning_exp .top_base_exp a:hover {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    background: rgb(152,173,158,0.5);
    color: #ffffff;
}.syllabus_ref_exp .nav_learning_exp .top_base_exp a:hover::before {
    left: 100%;
}.copy_notice_exp {
    padding: 2rem 0;
    background: rgb(152,173,158,0.5);
    transform-style: preserve-3d;
    position: relative;
    margin-top: 3rem;
    perspective: 1000px;
}.copy_notice_exp::before {
    top: -20px;
    transform: rotateX(45deg);
    left: 0;
    background: rgb(152,173,158);
    position: absolute;
    content: "";
    width: 100%;
    transform-origin: bottom;
    height: 20px;
}.copy_notice_exp .container {
    justify-content: center;
    display: flex;
    align-items: center;
}.copy_notice_exp .linkedin_ref_exp {
    color: #ffffff;
    border-radius: 50px;
    font-size: 12px;
    padding: 0.8rem 2rem;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
    text-align: center;
    transform: translateZ(5px);
    background: rgba(255, 255, 255, 0.1);
}

@media (max-width: 1200px) {.syllabus_ref_exp .container {
    gap: 3rem;
}.syllabus_ref_exp .company_holder {
    flex: 1 1 350px;
}.syllabus_ref_exp .desktop_app_exp {
    flex: 1 1 calc(100% - 430px);
    min-width: 350px;
}.syllabus_ref_exp .top_base_exp {
    gap: 2rem;
}
}

@media (max-width: 992px) {.syllabus_ref_exp {
    padding: 4rem 0 2rem;
}.syllabus_ref_exp .container {
    flex-direction: column;
    gap: 3rem;
}.syllabus_ref_exp .company_holder,
    .syllabus_ref_exp .desktop_app_exp {
    flex: 1 1 100%;
    min-width: 100%;
}.syllabus_ref_exp .nav_learning_exp {
    flex: 1 1 calc(50% - 1.5rem);
    min-width: 220px;
}.syllabus_ref_exp .company_holder,
    .syllabus_ref_exp .nav_learning_exp {
    transform: none;
}
}

@media (max-width: 768px) {.syllabus_ref_exp {
    padding: 3.5rem 0 1.5rem;
}.syllabus_ref_exp .top_base_exp {
    gap: 1.5rem;
}.syllabus_ref_exp .company_holder h3 {
    font-size: calc(33px - 2px);
}.syllabus_ref_exp .company_holder h3::before,
    .syllabus_ref_exp .company_holder h3::after {
    width: 20px;
    height: 20px;
}.copy_notice_exp {
    margin-top: 2rem;
}.copy_notice_exp::before {
    top: -15px;
    height: 15px;
}
}

@media (max-width: 576px) {.syllabus_ref_exp {
    padding: 3rem 0 1rem;
}.syllabus_ref_exp .nav_learning_exp {
    min-width: 100%;
    flex: 1 1 100%;
}.syllabus_ref_exp .top_base_exp {
    gap: 0.7rem;
}.syllabus_ref_exp .nav_learning_exp .top_base_exp a {
    padding: 0.6rem 0.8rem;
}.copy_notice_exp {
    padding: 1.5rem 0;
    margin-top: 1.5rem;
}.copy_notice_exp::before {
    display: none;
}
}

@media (max-width: 420px) {.syllabus_ref_exp::before {
    height: 10px;
}.syllabus_ref_exp .company_holder h3::before,
    .syllabus_ref_exp .company_holder h3::after {
    display: none;
}.syllabus_ref_exp .nav_learning_exp h5 {
    min-width: auto;
    width: 100%;
}.copy_notice_exp .linkedin_ref_exp {
    padding: 0.7rem 1.5rem;
    width: 90%;
}}header {
    background: linear-gradient(to right, #000000 0%, rgba(0, 0, 0, 0.5) 100%);
    overflow: visible;
    z-index: 100;
    padding: 0;
    position: relative;
    margin-top: 0;
}header::before {
    height: 100%;
    top: 0;
    background-size: 20px 20px;
    content: '';
    position: absolute;
    left: 0;
    background-image: 
        linear-gradient(rgba(255, 255, 255, 0.03) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255, 255, 255, 0.03) 1px, transparent 1px);
    width: 100%;
    z-index: 0;
}header::after {
    width: 100%;
    animation: gradientSlide 5s linear infinite;
    position: absolute;
    background: linear-gradient(90deg, 
        rgb(191,208,196) 0%,
        rgb(152,173,158) 50%,
        rgb(191,208,196) 100%
    );
    bottom: 0;
    content: '';
    height: 4px;
    left: 0;
    background-size: 200% auto;
}@keyframes gradientSlide {
    0% { background-position: 0% center; }
    100% { background-position: 200% center; }
}

header .first_class_exp {
    padding: 1.3rem 2rem;
    position: relative;
    justify-content: space-between;
    display: flex;
    z-index: 5;
    align-items: center;
}header .head_sitewrap_exp {
    z-index: 5;
    flex: 0 0 auto;
    position: relative;
}header .head_pagewrap_exp {
    padding: 0.5rem;
    align-items: center;
    text-decoration: none;
    z-index: 2;
    display: flex;
    position: relative;
    transition: all 0.3s ease;
}header .head_pagewrap_exp:hover {
    transform: translateY(-3px) scale(1.02);
}header .head_pagewrap_exp img {
    filter: brightness(1.2) drop-shadow(0 0 8px rgba(255, 255, 255, 0.3));
    max-height: 40px;
}header .head_sitewrap_exp::before {
    content: '';
    position: absolute;
    opacity: 0.3;
    border-radius: 10px;
    bottom: -8px;
    transform: skew(-3deg);
    border: 1px solid rgb(191,208,196);
    left: -8px;
    transition: all 0.3s ease;
    right: -8px;
    top: -8px;
}header .head_sitewrap_exp:hover::before {
    opacity: 0.7;
    transform: skew(-5deg) scale(1.05);
    box-shadow: 0 0 15px rgb(191,208,196,0.5);
}header .nav_learning_exp {
    position: relative;
    list-style: none;
    padding: 0;
    z-index: 5;
    margin: 0;
    display: flex;
}header .header_learn_exp {
    perspective: 800px;
    margin: 0 0.3rem;
    position: relative;
}header .header_learn_exp a {
    display: block;
    border: 1px solid transparent;
    font-size: 17px;
    transition: all 0.4s ease;
    padding: 0.8rem 1.2rem;
    color: #ffffff;
    position: relative;
    text-decoration: none;
    letter-spacing: 0.5px;
    z-index: 1;
    font-weight: 600;
}header .header_learn_exp a::before {
    bottom: 5px;
    position: absolute;
    height: 1px;
    transform: scaleX(0);
    content: '';
    opacity: 0.7;
    transition: transform 0.3s ease;
    background: rgb(191,208,196);
    left: 10%;
    width: 80%;
}header .header_learn_exp a:hover {
    color: rgb(191,208,196);
    background: rgba(0, 0, 0, 0.2);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
    border-color: rgba(255, 255, 255, 0.1);
    transform: translateZ(10px);
}header .header_learn_exp a:hover::before {
    transform: scaleX(1);
}header .header_learn_exp::after {
    background: radial-gradient(circle at center, rgb(191,208,196,0.5) 0%, transparent 70%);
    top: 0;
    opacity: 0;
    pointer-events: none;
    z-index: -1;
    position: absolute;
    transition: opacity 0.3s ease;
    height: 100%;
    left: 0;
    width: 100%;
    content: '';
}header .header_learn_exp:hover::after {
    opacity: 0.4;
}header .first_class_exp::before {
    position: absolute;
    background: linear-gradient(90deg, transparent, rgb(191,208,196), transparent);
    left: 35%;
    top: 0;
    height: 1px;
    content: '';
    width: 30%;
}header .first_class_exp::after {
    bottom: 0;
    content: '';
    opacity: 0.1;
    position: absolute;
    width: 60%;
    left: 20%;
    background: linear-gradient(90deg, transparent, #ffffff, transparent);
    height: 1px;
}.top_mainwrap_exp {
    position: relative;
    z-index: 1;
    background: rgb(225,233,228);
    padding-top: 2rem;
    margin-top: 0;
}

@media (min-width: 1400px) {header .first_class_exp {
    max-width: 1300px;
    margin: 0 auto;
}header .header_learn_exp {
    margin: 0 0.5rem;
}header .header_learn_exp a {
    padding: 0.8rem 1.5rem;
}
}

@media (max-width: 991px) {header {
    padding: 0;
}header .first_class_exp {
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 1rem 1.5rem;
}header .head_sitewrap_exp {
    margin-bottom: 0;
}header .nav_learning_exp {
    justify-content: center;
    flex: 1 0 100%;
    margin-top: 1rem;
}header .header_learn_exp {
    margin: 0 0.2rem;
}header .header_learn_exp a {
    font-size: calc(17px - 1px);
    padding: 0.6rem 0.8rem;
}header .head_sitewrap_exp::before {
    right: -5px;
    left: -5px;
    top: -5px;
    bottom: -5px;
}
}

@media (max-width: 767px) {header {
    padding: 0;
}header .first_class_exp {
    padding: 0.8rem 1.2rem;
}header .head_sitewrap_exp {
    max-width: 130px;
}header .head_sitewrap_exp::before {
    display: none;
}header .nav_learning_exp {
    margin-top: 0.8rem;
    scrollbar-width: thin;
    padding-bottom: 0.5rem;
    justify-content: flex-start;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}header .nav_learning_exp::-webkit-scrollbar {
    height: 2px;
}header .nav_learning_exp::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background: rgb(191,208,196);
}header .header_learn_exp {
    flex: 0 0 auto;
    margin: 0 0.1rem;
}header .header_learn_exp a {
    white-space: nowrap;
    font-size: calc(17px - 2px);
    letter-spacing: 0;
    padding: 0.5rem 0.7rem;
}header .header_learn_exp a::before {
    bottom: 3px;
}header::after {
    height: 2px;
}
}

@media (max-width: 479px) {header .first_class_exp {
    padding: 0.7rem 1rem;
}header .head_sitewrap_exp {
    max-width: 110px;
}header .header_learn_exp a {
    font-size: calc(17px - 3px);
    padding: 0.4rem 0.6rem;
}}.contact_form_section_exp {
    background: rgb(225,233,228);
    padding: 100px 0;
    overflow: hidden;
    position: relative;
}.contact_form_section_exp::before {
    position: absolute;
    width: 100%;
    left: 0;
    content: "";
    z-index: 1;
    background-image: 
        radial-gradient(circle at 20% 30%, rgb(191,208,196,0.5) 0%, transparent 30%),
        radial-gradient(circle at 80% 70%, rgb(152,173,158,0.5) 0%, transparent 30%);
    background: rgb(225,233,228);
    top: 0;
    height: 100%;
}.contact_form_section_exp::after {
    left: 0;
    animation: backgroundMove 30s infinite linear;
    opacity: 0.2;
    height: 100%;
    background-position: 0 0, 0 0, 0 0, 0 0;
    position: absolute;
    z-index: 1;
    background-image: 
        repeating-linear-gradient(45deg, rgb(191,208,196,0.5) 0, rgb(191,208,196,0.5) 1px, transparent 1px, transparent 20px),
        repeating-linear-gradient(-45deg, rgb(152,173,158,0.5) 0, rgb(152,173,158,0.5) 1px, transparent 1px, transparent 20px),
        linear-gradient(90deg, rgb(191,208,196,0.5), transparent 70%),
        linear-gradient(180deg, rgb(152,173,158,0.5), transparent 70%);
    top: 0;
    content: "";
    width: 100%;
    background-size: 30px 30px, 30px 30px, 100% 100%, 100% 100%;
}@keyframes backgroundMove {
    0% {
        background-position: 0 0, 0 0, 0 0, 0 0;
    }
    100% {
        background-position: 60px 60px, 60px 60px, 0 0, 0 0;
    }
}

.contact_form_section_exp .container {
    margin: 0 auto;
    padding: 0 30px;
    z-index: 2;
    position: relative;
    max-width: 1200px;
}.contact_form_section_exp h2 {
    letter-spacing: 2px;
    font-weight: 700;
    font-size: 43px;
    position: relative;
    margin-bottom: 50px;
    color: #000000;
    text-align: center;
    text-transform: uppercase;
}.contact_form_section_exp h2::before {
    box-shadow: 
        0 0 5px rgb(191,208,196),
        0 0 10px rgb(191,208,196),
        0 0 15px rgb(191,208,196);
    content: "";
    left: calc(50% - 50px);
    height: 2px;
    position: absolute;
    background: rgb(191,208,196);
    width: 100px;
    bottom: -15px;
}.contact_form_section_exp .support_form_exp {
    position: relative;
    display: flex;
    overflow: hidden;
    box-shadow: 
        0 10px 30px rgba(0, 0, 0, 0.5),
        0 0 0 1px rgb(191,208,196,0.5);
    border-radius: 12px;
}.contact_form_section_exp .support_form_exp::before {
    inset: 0;
    border-radius: 12px;
    pointer-events: none;
    border: 1px solid rgb(191,208,196);
    content: "";
    position: absolute;
    z-index: 3;
    opacity: 0.2;
}.contact_form_section_exp .image_slider_exp {
    overflow: hidden;
    position: relative;
    min-height: 550px;
    flex: 0 0 45%;
}.contact_form_section_exp .image_slider_exp::before {
    content: "";
    z-index: 1;
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.5);
}.contact_form_section_exp .image_slider_exp::after {
    opacity: 0.7;
    z-index: 2;
    background: 
        linear-gradient(135deg, transparent 0%, rgb(191,208,196,0.5) 100%);
    content: "";
    position: absolute;
    inset: 0;
}.contact_form_section_exp .feedback_map_exp {
    flex: 0 0 55%;
    padding: 60px;
    position: relative;
    background: #ffffff;
}.contact_form_section_exp .feedback_map_exp::before {
    right: -100px;
    filter: blur(100px);
    z-index: 0;
    position: absolute;
    content: "";
    width: 200px;
    opacity: 0.3;
    top: -100px;
    background: rgb(191,208,196,0.5);
    height: 200px;
}.contact_form_section_exp .feedback_map_exp::after {
    background: rgb(152,173,158,0.5);
    z-index: 0;
    bottom: -75px;
    position: absolute;
    content: "";
    left: -75px;
    height: 150px;
    opacity: 0.3;
    width: 150px;
    filter: blur(80px);
}.contact_form_section_exp form {
    z-index: 2;
    position: relative;
}.contact_form_section_exp form h3 {
    font-size: 24px;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin-bottom: 40px;
    font-weight: 700;
    color: #000000;
    position: relative;
}.contact_form_section_exp form h3::after {
    left: 0;
    content: "";
    box-shadow: 
        0 0 5px rgb(191,208,196,0.5),
        0 0 10px rgb(191,208,196,0.5);
    bottom: -15px;
    position: absolute;
    background: rgb(191,208,196);
    width: 40px;
    height: 2px;
}.contact_form_section_exp form input[type="text"] {
    font-size: 16px;
    padding: 18px 25px;
    width: 100%;
    transition: all 0.3s ease;
    background: rgb(225,233,228);
    color: #000000;
    border: 1px solid rgb(191,208,196,0.5);
    margin-bottom: 25px;
    border-radius: 8px;
}.contact_form_section_exp form input[type="text"]:focus {
    box-shadow: 
        0 0 0 1px rgb(191,208,196),
        0 0 5px rgb(191,208,196,0.5);
    outline: none;
    border-color: rgb(191,208,196);
}.contact_form_section_exp form input[type="text"]::placeholder {
    opacity: 0.7;
    color: #000000;
}.contact_form_section_exp .query_form_exp {
    margin-bottom: 35px;
    position: relative;
}.contact_form_section_exp .query_form_exp input[type="checkbox"] {
    opacity: 0;
    position: absolute;
}.contact_form_section_exp .query_form_exp label {
    line-height: 1.5;
    position: relative;
    cursor: pointer;
    color: #000000;
    padding-left: 35px;
    font-size: 16px;
}.contact_form_section_exp .query_form_exp label::before {
    top: 0;
    background: rgb(225,233,228);
    left: 0;
    content: "";
    border-radius: 4px;
    border: 1px solid rgb(191,208,196,0.5);
    position: absolute;
    height: 22px;
    width: 22px;
    transition: all 0.3s ease;
}.contact_form_section_exp .query_form_exp input[type="checkbox"]:checked + label::before {
    border-color: rgb(191,208,196);
    background: rgb(191,208,196);
    box-shadow: 0 0 5px rgb(191,208,196,0.5);
}.contact_form_section_exp .query_form_exp input[type="checkbox"]:checked + label::after {
    left: 8px;
    border-width: 0 2px 2px 0;
    height: 12px;
    content: "";
    position: absolute;
    transform: rotate(45deg);
    width: 6px;
    border: solid #ffffff;
    top: 4px;
}.contact_form_section_exp .query_form_exp label a {
    position: relative;
    color: rgb(191,208,196);
    transition: all 0.3s ease;
    text-decoration: none;
    font-weight: 600;
}.contact_form_section_exp .query_form_exp label a::after {
    left: 0;
    width: 100%;
    height: 1px;
    background: rgb(191,208,196);
    bottom: -1px;
    transform-origin: right;
    position: absolute;
    content: "";
    transform: scaleX(0);
    transition: transform 0.3s ease;
}.contact_form_section_exp .query_form_exp label a:hover::after {
    transform-origin: left;
    transform: scaleX(1);
}.contact_form_section_exp .contact_inquiry_exp {
    letter-spacing: 1px;
    text-transform: uppercase;
    border-radius: 8px;
    padding: 18px 30px;
    border: none;
    color: #ffffff;
    font-size: 16px;
    font-weight: 700;
    position: relative;
    overflow: hidden;
    transition: all 0.3s ease;
    background: rgb(191,208,196);
    box-shadow: 
        0 5px 15px rgb(191,208,196,0.5),
        0 0 0 1px rgb(191,208,196);
    cursor: pointer;
    width: 100%;
}.contact_form_section_exp .contact_inquiry_exp::before {
    position: absolute;
    width: 100%;
    transform-origin: right;
    content: "";
    transition: transform 0.5s ease;
    transform: scaleX(0);
    background: rgb(152,173,158);
    top: 0;
    left: 0;
    height: 100%;
    z-index: -1;
}.contact_form_section_exp .contact_inquiry_exp:hover {
    box-shadow: 
        0 5px 20px rgb(152,173,158,0.5),
        0 0 0 1px rgb(152,173,158);
}.contact_form_section_exp .contact_inquiry_exp:hover::before {
    transform: scaleX(1);
    transform-origin: left;
}.contact_form_section_exp svg {
    height: 22px;
    width: 22px;
    fill: rgb(191,208,196);
    filter: drop-shadow(0 0 2px rgb(191,208,196,0.5));
    transition: all 0.3s ease;
}.contact_form_section_exp svg path {
    fill: rgb(191,208,196);
    transition: all 0.3s ease;
}.contact_form_section_exp svg:hover,
.contact_form_section_exp svg:hover path {
    filter: drop-shadow(0 0 3px rgb(152,173,158,0.5));
    transform: translateY(-2px);
    fill: rgb(152,173,158);
}

@media (max-width: 1024px) {.contact_form_section_exp {
    padding: 80px 0;
}.contact_form_section_exp .image_slider_exp {
    min-height: 500px;
}.contact_form_section_exp .feedback_map_exp {
    padding: 50px 40px;
}
}

@media (max-width: 768px) {.contact_form_section_exp {
    padding: 60px 0;
}.contact_form_section_exp h2 {
    margin-bottom: 40px;
    font-size: calc(43px * 0.8);
}.contact_form_section_exp .support_form_exp {
    flex-direction: column;
}.contact_form_section_exp .image_slider_exp {
    width: 100%;
    min-height: 300px;
}.contact_form_section_exp .feedback_map_exp {
    padding: 40px 30px;
    width: 100%;
}.contact_form_section_exp form h3 {
    margin-bottom: 30px;
}.contact_form_section_exp form input[type="text"] {
    margin-bottom: 20px;
    padding: 15px 20px;
}.contact_form_section_exp .query_form_exp {
    margin-bottom: 25px;
}.contact_form_section_exp .contact_inquiry_exp {
    padding: 15px 25px;
}
}

@media (max-width: 480px) {.contact_form_section_exp {
    padding: 50px 0;
}.contact_form_section_exp h2 {
    font-size: calc(43px * 0.7);
    margin-bottom: 30px;
}.contact_form_section_exp .image_slider_exp {
    min-height: 200px;
}.contact_form_section_exp .feedback_map_exp {
    padding: 30px 20px;
}.contact_form_section_exp form h3 {
    margin-bottom: 25px;
    font-size: calc(24px * 0.9);
}.contact_form_section_exp form input[type="text"] {
    padding: 12px 15px;
    margin-bottom: 15px;
}.contact_form_section_exp .query_form_exp {
    margin-bottom: 20px;
}.contact_form_section_exp .query_form_exp label {
    font-size: calc(16px * 0.9);
}.contact_form_section_exp .contact_inquiry_exp {
    padding: 12px 20px;
}}.title_intro_exp {
    background: linear-gradient(135deg, rgb(152,173,158,0.5), rgb(191,208,196));
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    min-height: 100vh;
    position: relative;
}.title_intro_exp::before {
    width: 100%;
    height: 100%;
    opacity: 0.05;
    z-index: 1;
    position: absolute;
    background: repeating-linear-gradient(
    45deg,
    rgb(152,173,158,0.5) 0px,
    transparent 2px,
    transparent 10px,
    rgb(152,173,158,0.5) 12px
  );
    left: 0;
    content: "";
    top: 0;
}.title_intro_exp::after {
    top: -10%;
    right: -10%;
    filter: blur(60px);
    position: absolute;
    height: 50%;
    width: 50%;
    background: radial-gradient(circle, rgb(191,208,196,0.5) 0%, transparent 70%);
    content: "";
    z-index: 0;
}.title_intro_exp .tech_track_exp {
    transform: perspective(1000px) rotateX(2deg);
    grid-template-columns: 1fr;
    width: 90%;
    max-width: 1200px;
    z-index: 2;
    clip-path: polygon(
    0 0,
    100% 0,
    97% 100%,
    3% 100%
  );
    padding: 4rem 2rem;
    position: relative;
    transform-style: preserve-3d;
    backdrop-filter: blur(5px);
    background: linear-gradient(
    180deg,
    rgba(255, 255, 255, 0.15),
    rgba(255, 255, 255, 0.05)
  );
    box-shadow: 
    0 20px 40px rgba(0, 0, 0, 0.2),
    0 0 0 1px rgba(255, 255, 255, 0.1) inset;
    gap: 3rem;
    display: grid;
}.title_intro_exp h3 {
    letter-spacing: 0.05em;
    transform: translateZ(20px);
    font-size: clamp(1.2rem, 2vw, 1.8rem);
    line-height: 1.4;
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
    margin: 0 0 1.5rem;
    font-weight: 600;
    font-family: Arial, sans-serif;
    color: #ffffff;
    position: relative;
    padding-left: 1.5rem;
}.title_intro_exp h3::before {
    transform-origin: top;
    left: 0;
    transform: scaleY(0);
    position: absolute;
    content: "";
    animation: lineReveal 1.2s ease forwards 0.5s;
    width: 4px;
    background: linear-gradient(to bottom, rgb(191,208,196), rgb(152,173,158));
    height: 100%;
    top: 0;
}.title_intro_exp h1 {
    position: relative;
    color: #ffffff;
    font-weight: 700;
    background-image: linear-gradient(
    90deg,
    #ffffff,
    rgb(191,208,196,0.5)
  );
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text !important;
    line-height: 1.2;
    background-clip: text !important;
    text-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
    font-size: clamp(2.5rem, 6vw, 47px);
    transform: translateZ(30px);
    animation: textGradient 6s linear infinite;
    margin: 0 0 2rem;
    background-size: 200% auto;
}.title_intro_exp .fast_classes_exp {
    padding: 1rem;
    transform: translateZ(10px);
    position: relative;
}.title_intro_exp .fast_classes_exp > div {
    border-radius: 10px;
    overflow: hidden;
    transform: translateZ(5px);
    transition: transform 0.5s cubic-bezier(0.2, 0.9, 0.3, 1.2);
    box-shadow: 
    0 15px 30px rgba(0, 0, 0, 0.2),
    0 0 0 1px rgba(255, 255, 255, 0.1) inset;
    position: relative;
}.title_intro_exp .fast_classes_exp > div::before {
    z-index: 1;
    position: absolute;
    content: "";
    mix-blend-mode: overlay;
    inset: 0;
    background: linear-gradient(
    135deg,
    rgb(152,173,158,0.5),
    transparent 50%,
    rgb(191,208,196,0.5)
  );
}.title_intro_exp .fast_classes_exp > div:hover {
    transform: translateZ(20px) scale(1.02);
}.title_intro_exp p {
    line-height: 1.6;
    z-index: 2;
    font-family: Arial, sans-serif;
    text-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
    color: #ffffff;
    font-size: clamp(1rem, 1.5vw, 14px);
    position: relative;
    padding: 8rem 2rem 2rem;
    font-weight: 400;
    background: linear-gradient(
    to bottom,
    transparent,
    rgba(0, 0, 0, 0.7) 30%
  );
}

@keyframes textGradient {
  0% { background-position: 0% 50%; }
  50% { background-position: 100% 50%; }
  100% { background-position: 0% 50%; }
}

@keyframes lineReveal {
  0% { transform: scaleY(0); }
  100% { transform: scaleY(1); }
}

@media screen and (min-width: 768px) {.title_intro_exp .tech_track_exp {
    gap: 2rem;
    grid-template-columns: 1fr 1fr;
    padding: 5rem 3rem;
}.title_intro_exp h3 {
    padding-left: 2rem;
    margin-top: 2rem;
}.title_intro_exp h3::before {
    width: 6px;
}.title_intro_exp .fast_classes_exp {
    padding: 1.5rem;
}.title_intro_exp p {
    padding: 10rem 3rem 3rem;
}
}

@media screen and (min-width: 1200px) {.title_intro_exp .tech_track_exp {
    padding: 6rem 4rem;
    gap: 3rem;
}.title_intro_exp h3 {
    padding-left: 3rem;
    margin-top: 3rem;
}.title_intro_exp h3::before {
    width: 8px;
}.title_intro_exp .fast_classes_exp {
    padding: 2rem;
}.title_intro_exp p {
    padding: 12rem 4rem 4rem;
}
}

@media (prefers-reduced-motion: reduce) {.title_intro_exp .tech_track_exp {
    transform: none;
}.title_intro_exp h1 {
    animation: none;
}.title_intro_exp h3::before {
    animation: none;
    transform: scaleY(1);
}.title_intro_exp .fast_classes_exp > div:hover {
    transform: none;
}
}

@media (hover: hover) {.title_intro_exp .tech_track_exp:hover {
    transform: perspective(1000px) rotateX(1deg) rotateY(1deg);
}.title_intro_exp .fast_classes_exp > div {
    cursor: pointer;
}}.program_outcomes_exp {
    background: linear-gradient(135deg, rgb(225,233,228) 0%, rgba(0, 0, 0, 0.5) 100%);
    position: relative;
    padding: 120px 0;
    overflow: hidden;
}.program_outcomes_exp::before {
    right: -100px;
    position: absolute;
    content: "";
    top: -100px;
    background: linear-gradient(45deg, rgb(191,208,196,0.5) 0%, transparent 70%);
    border-radius: 50%;
    filter: blur(60px);
    animation: float 15s infinite alternate ease-in-out;
    height: 400px;
    width: 400px;
}.program_outcomes_exp::after {
    animation: float 12s infinite alternate-reverse ease-in-out;
    content: "";
    background: linear-gradient(225deg, rgb(152,173,158,0.5) 0%, transparent 70%);
    border-radius: 50%;
    bottom: -50px;
    position: absolute;
    filter: blur(50px);
    width: 300px;
    left: -50px;
    height: 300px;
}@keyframes float {
    0% {
        transform: translate(0, 0) rotate(0deg);
    }
    100% {
        transform: translate(30px, 30px) rotate(15deg);
    }
}

.program_outcomes_exp .container {
    z-index: 2;
    padding: 0 20px;
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
}.program_outcomes_exp .learn_expert_exp {
    background: linear-gradient(to right, rgba(255, 255, 255, 0.03), rgba(255, 255, 255, 0.08));
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
    display: flex;
    border-radius: 22px;
    backdrop-filter: blur(10px);
    align-items: center;
    border-left: 3px solid rgb(191,208,196);
    gap: 60px;
    transition: transform 0.4s ease;
    transform: perspective(1000px) rotateX(2deg);
    padding: 40px;
}.program_outcomes_exp .learn_expert_exp:hover {
    transform: perspective(1000px) rotateX(0deg);
}.program_outcomes_exp .image_slider_exp {
    max-width: 380px;
    transform: rotate(-2deg);
    box-shadow: 
        10px 10px 20px rgba(0, 0, 0, 0.15),
        -10px -10px 20px rgba(255, 255, 255, 0.05);
    transition: transform 0.5s ease;
    width: 40%;
    border-radius: 22px;
    clip-path: polygon(0 0, 90% 0, 100% 10%, 100% 90%, 90% 100%, 0 100%);
}.program_outcomes_exp .image_slider_exp:hover {
    transform: rotate(0deg) scale(1.02);
}.program_outcomes_exp .body_content_exp {
    width: 60%;
}.program_outcomes_exp h3 {
    font-size: 36px;
    color: #ffffff;
    padding-bottom: 15px;
    position: relative;
    margin-bottom: 30px;
    font-weight: 700;
}.program_outcomes_exp h3::after {
    position: absolute;
    left: 0;
    background: linear-gradient(90deg, rgb(191,208,196), transparent);
    width: 80px;
    content: "";
    border-radius: 10px;
    height: 4px;
    bottom: 0;
}.program_outcomes_exp ul {
    margin: 0;
    list-style: none;
    padding: 0;
}.program_outcomes_exp li {
    transition: transform 0.3s ease;
    margin-bottom: 15px;
    padding-left: 15px;
}.program_outcomes_exp li:hover {
    transform: translateX(5px);
}.program_outcomes_exp li p {
    color: #000000;
    align-items: center;
    gap: 15px;
    font-size: 15px;
    margin: 0;
    display: flex;
}.program_outcomes_exp svg {
    height: 24px;
    filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.2));
    width: 24px;
    flex-shrink: 0;
}.program_outcomes_exp svg path {
    fill: rgb(191,208,196);
    transition: fill 0.3s ease;
}.program_outcomes_exp li:hover svg path {
    fill: rgb(152,173,158);
}
@media (max-width: 992px) {.program_outcomes_exp {
    padding: 80px 0;
}.program_outcomes_exp .learn_expert_exp {
    padding: 30px;
    gap: 40px;
}.program_outcomes_exp h3 {
    font-size: calc(36px * 0.9);
    margin-bottom: 20px;
}
}

@media (max-width: 768px) {.program_outcomes_exp .learn_expert_exp {
    flex-direction: column;
    gap: 30px;
}.program_outcomes_exp .image_slider_exp {
    margin: 0 auto;
    max-width: 320px;
    width: 100%;
}.program_outcomes_exp .body_content_exp {
    width: 100%;
}
}

@media (max-width: 576px) {.program_outcomes_exp {
    padding: 60px 0;
}.program_outcomes_exp .learn_expert_exp {
    padding: 20px;
}.program_outcomes_exp h3 {
    font-size: calc(36px * 0.8);
}.program_outcomes_exp li p {
    font-size: calc(15px * 0.9);
}.program_outcomes_exp svg {
    height: 20px;
    width: 20px;
}
}