* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}header,footer {
    width: 100%;
}a {
    color: inherit;
    text-decoration: none;
}html,body {
    min-height: 100%;
    height: 100%;
    scroll-behavior: auto;
    color: #000000;
    font-family: Arial, sans-serif;
}svg {
    height: 30px;
    width: 30px;
}.container {
    margin: auto;
    max-width: 100%;
    width: 1138px;
}.core_brainstorm {
    flex: 0 0 auto;
}.core_main_core {
    flex: 1 0 auto;
}.core_warp-container {
    display: flex;
    min-height: 100%;
    height: 100%;
    flex-direction: column;
}
@media only screen and (max-width: 1200px)  {.container {
    padding: 0 20px;
    width: 100%;
}
}
@media only screen and (max-width: 800px)  {.container {
    padding: 0 12px;
}}
.core_get_in_touch {
    padding: 120px 0;
    background: rgb(222,222,236);
    position: relative;
    overflow: hidden;
    z-index: 1;
}.core_get_in_touch::before {
    opacity: 0.5;
    background: 
        repeating-radial-gradient(
            circle at 0% 0%,
            transparent 0,
            transparent 40px,
            rgba(0, 0, 0, 0.03) 40px,
            rgba(0, 0, 0, 0.03) 80px
        ),
        repeating-radial-gradient(
            circle at 100% 100%,
            transparent 0,
            transparent 40px,
            rgba(0, 0, 0, 0.03) 40px,
            rgba(0, 0, 0, 0.03) 80px
        );
    background-blend-mode: multiply;
    content: '';
    top: 0;
    left: 0;
    z-index: 0;
    width: 100%;
    height: 100%;
    position: absolute;
}.core_get_in_touch .core_pic_frame {
    opacity: 0.07;
    width: 100%;
    filter: contrast(1.2) saturate(0.8);
    left: 0;
    top: 0;
    height: 100%;
    position: absolute;
    z-index: 0;
}.core_get_in_touch .container {
    z-index: 2;
    padding: 0 20px;
    position: relative;
    max-width: 1200px;
    margin: 0 auto;
}.core_get_in_touch h3 {
    margin-bottom: 70px;
    text-align: center;
    letter-spacing: 1px;
    color: #000000;
    font-weight: 300;
    font-family: Arial, sans-serif;
    font-size: 35px;
    position: relative;
}.core_get_in_touch .core_reach_inquiry {
    overflow: hidden;
    border-radius: 30px;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.07);
    position: relative;
    flex-wrap: wrap;
    display: flex;
}.core_get_in_touch .core_message_box {
    padding: 80px;
    background: #ffffff;
    flex-direction: column;
    flex: 1 1 55%;
    position: relative;
    justify-content: center;
    display: flex;
    z-index: 1;
}.core_get_in_touch .core_message_box::before {
    z-index: -1;
    top: 0;
    background: 
        radial-gradient(circle at 20% 30%, rgba(0, 0, 0, 0.01) 0, transparent 100px),
        radial-gradient(circle at 70% 65%, rgba(0, 0, 0, 0.01) 0, transparent 100px);
    position: absolute;
    content: '';
    left: 0;
    width: 100%;
    height: 100%;
}.core_get_in_touch .core_message_box #contact {
    margin: 0 auto;
    max-width: 500px;
    width: 100%;
}.core_get_in_touch .core_message_box h3 {
    font-weight: 300;
    font-size: 23px;
    margin-bottom: 40px;
    color: #000000;
    text-align: center;
}.core_get_in_touch .core_message_box input[type="text"],
.core_get_in_touch .core_message_box textarea {
    font-size: 16px;
    border-radius: 50px;
    font-family: Arial, sans-serif;
    box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.05);
    background-color: rgba(0, 0, 0, 0.03);
    width: 100%;
    transition: all 0.3s ease;
    margin-bottom: 30px;
    padding: 20px 25px;
    border: none;
    color: #000000;
}.core_get_in_touch .core_message_box textarea {
    resize: vertical;
    border-radius: 25px;
    height: 150px;
    padding-top: 25px;
}.core_get_in_touch .core_message_box input[type="text"]:focus,
.core_get_in_touch .core_message_box textarea:focus {
    box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.05), 0 0 0 3px rgb(190,190,215,0.5);
    outline: none;
    background-color: rgba(0, 0, 0, 0.015);
}.core_get_in_touch .core_message_box .core_request_info {
    margin-bottom: 30px;
    display: flex;
    align-items: flex-start;
    justify-content: center;
}.core_get_in_touch .core_message_box .core_request_info input[type="checkbox"] {
    position: absolute;
    opacity: 0;
}.core_get_in_touch .core_message_box .core_request_info label {
    line-height: 1.5;
    color: #000000;
    padding-left: 35px;
    cursor: pointer;
    font-size: calc(16px - 2px);
    position: relative;
}.core_get_in_touch .core_message_box .core_request_info label::before {
    top: 2px;
    left: 0;
    transition: all 0.3s ease;
    width: 22px;
    border: 1px solid rgba(0, 0, 0, 0.15);
    height: 22px;
    content: '';
    border-radius: 50%;
    position: absolute;
    background-color: transparent;
}.core_get_in_touch .core_message_box .core_request_info input[type="checkbox"]:checked + label::before {
    border-color: rgb(190,190,215);
    background-color: rgb(190,190,215);
}.core_get_in_touch .core_message_box .core_request_info input[type="checkbox"]:checked + label::after {
    border-left: 2px solid #ffffff;
    border-bottom: 2px solid #ffffff;
    height: 5px;
    top: 10px;
    width: 8px;
    left: 7px;
    content: '';
    transform: rotate(-45deg);
    position: absolute;
}.core_get_in_touch .core_message_box .core_request_info a {
    text-decoration: none;
    font-weight: 600;
    color: rgb(190,190,215);
    transition: color 0.3s ease;
}.core_get_in_touch .core_message_box .core_request_info a:hover {
    color: rgb(157,156,188);
}.core_get_in_touch .core_message_box .core_support_list {
    margin: 0 auto;
    padding: 18px;
    display: block;
    position: relative;
    transition: all 0.3s ease;
    overflow: hidden;
    font-weight: 400;
    border: none;
    border-radius: 50px;
    font-size: 15px;
    background: rgb(190,190,215);
    cursor: pointer;
    color: #ffffff;
}.core_get_in_touch .core_message_box .core_support_list::before {
    top: 0;
    width: 100%;
    left: -100%;
    height: 100%;
    content: '';
    background: linear-gradient(
        90deg, 
        rgba(255, 255, 255, 0), 
        rgba(255, 255, 255, 0.2), 
        rgba(255, 255, 255, 0)
    );
    position: absolute;
    transition: all 0.6s ease;
}.core_get_in_touch .core_message_box .core_support_list:hover {
    box-shadow: 0 5px 15px rgb(190,190,215,0.5);
    background: rgb(157,156,188);
    transform: translateY(-2px);
}.core_get_in_touch .core_message_box .core_support_list:hover::before {
    left: 100%;
}.core_get_in_touch .core_feedback_info {
    flex-direction: column;
    background: linear-gradient(135deg, rgb(190,190,215) 0%, rgb(157,156,188) 100%);
    position: relative;
    display: flex;
    flex: 1 1 45%;
    overflow: hidden;
    padding: 80px 60px;
    justify-content: center;
}.core_get_in_touch .core_feedback_info::before {
    top: -50%;
    background-size: 250px 250px;
    left: -50%;
    opacity: 0.7;
    height: 200%;
    width: 200%;
    z-index: 0;
    background: 
        radial-gradient(
            circle at center,
            transparent 0,
            transparent 100px,
            rgba(255, 255, 255, 0.03) 100px,
            rgba(255, 255, 255, 0.03) 150px,
            transparent 150px,
            transparent
        );
    content: '';
    position: absolute;
}.core_get_in_touch .core_feedback_info h4 {
    text-align: center;
    z-index: 1;
    font-weight: 300;
    color: #ffffff;
    font-size: 23px;
    margin-bottom: 50px;
    position: relative;
}.core_get_in_touch .core_feedback_info .core_help_section {
    max-width: 300px;
    margin: 0 auto;
    list-style: none;
    padding: 0;
    position: relative;
    z-index: 1;
}.core_get_in_touch .core_feedback_info .core_help_section li {
    display: flex;
    margin-bottom: 35px;
    transition: transform 0.3s ease;
    align-items: center;
    position: relative;
}.core_get_in_touch .core_feedback_info .core_help_section li:last-child {
    margin-bottom: 0;
}.core_get_in_touch .core_feedback_info .core_help_section li:hover {
    transform: translateX(5px);
}.core_get_in_touch .core_feedback_info .core_help_section li svg {
    height: 22px;
    opacity: 0.9;
    flex-shrink: 0;
    margin-right: 20px;
    width: 22px;
}.core_get_in_touch .core_feedback_info .core_help_section li svg path {
    transition: fill 0.3s ease;
    fill: #ffffff;
}.core_get_in_touch .core_feedback_info .core_help_section li span {
    font-size: 16px;
    line-height: 1.5;
    position: relative;
    color: #ffffff;
}.core_get_in_touch .core_feedback_info .core_help_section li span::after {
    content: '';
    bottom: -8px;
    transition: width 0.3s ease;
    height: 1px;
    background: rgba(255, 255, 255, 0.3);
    position: absolute;
    left: 0;
    width: 0;
}.core_get_in_touch .core_feedback_info .core_help_section li:hover span::after {
    width: 100%;
}.core_get_in_touch .core_feedback_info .core_help_section li a {
    color: #ffffff;
    text-decoration: none;
    transition: all 0.3s ease;
}.core_get_in_touch .core_feedback_info .core_help_section li a:hover {
    opacity: 0.8;
}

@media (max-width: 992px) {.core_get_in_touch {
    padding: 80px 0;
}.core_get_in_touch .core_reach_inquiry {
    flex-direction: column;
}.core_get_in_touch .core_message_box,
    .core_get_in_touch .core_feedback_info {
    flex: 1 1 100%;
    padding: 60px 40px;
}
}

@media (max-width: 768px) {.core_get_in_touch {
    padding: 60px 0;
}.core_get_in_touch h3 {
    margin-bottom: 50px;
    font-size: calc(35px - 4px);
}.core_get_in_touch .core_message_box h3,
    .core_get_in_touch .core_feedback_info h4 {
    margin-bottom: 30px;
    font-size: calc(23px - 2px);
}.core_get_in_touch .core_message_box input[type="text"],
    .core_get_in_touch .core_message_box textarea {
    padding: 16px 20px;
    margin-bottom: 20px;
}.core_get_in_touch .core_message_box textarea {
    height: 120px;
}.core_get_in_touch .core_message_box .core_support_list {
    padding: 16px;
}.core_get_in_touch .core_feedback_info .core_help_section li {
    margin-bottom: 25px;
}
}

@media (max-width: 576px) {.core_get_in_touch {
    padding: 50px 0;
}.core_get_in_touch .core_message_box,
    .core_get_in_touch .core_feedback_info {
    padding: 40px 25px;
}.core_get_in_touch h3 {
    font-size: calc(35px - 6px);
}.core_get_in_touch .core_message_box .core_request_info label {
    font-size: calc(16px - 3px);
}.core_get_in_touch .core_reach_inquiry {
    border-radius: 20px;
}.core_get_in_touch .core_message_box input[type="text"],
    .core_get_in_touch .core_message_box textarea {
    border-radius: 25px;
}.core_get_in_touch .core_message_box textarea {
    border-radius: 20px;
}}.core_cookie_banner_dialog {
    position: fixed;
    font-family: Arial, sans-serif;
    transform: translateY(100%);
    padding: 20px 0;
    border-top: 3px solid rgb(157,156,188);
    transition: transform 0.5s ease-in-out;
    bottom: 0;
    box-shadow: 0 -4px 10px rgba(0, 0, 0, 0.5);
    z-index: 90;
    animation: slideUp 0.5s forwards;
    width: 100%;
    background: rgb(157,156,188);
}@keyframes slideUp {
    to {
        transform: translateY(0);
    }
}
.core_cookies_terms {
    align-items: center;
    padding: 20px 5%;
    display: flex;
    justify-content: space-between;
    gap: 20px;
}.core_cookie_banner_dialog h5 {
    text-transform: uppercase;
    font-weight: 700;
    font-size: 19px;
    color: #ffffff;
    letter-spacing: 1px;
}.core_cookie_banner_dialog p {
    font-size: 14px;
    line-height: 1.5;
    margin: 0;
    color: #ffffff;
}.core_policy_ack {
    flex-shrink: 0;
    filter: drop-shadow(0 0 10px rgb(190,190,215));
    align-items: center;
    justify-content: center;
    display: flex;
    margin-right: 15px;
}.core_policy_ack svg {
    fill: rgb(190,190,215);
    width: 80px;
    height: 80px;
    transition: transform 0.3s ease-in-out;
}.core_policy_ack:hover svg {
    transform: scale(1.1);
}.core_cookie_panel {
    flex-shrink: 0;
    min-width: 140px;
    cursor: pointer;
    font-size: 14px;
    margin-left: 10px;
    transition: background-color 0.3s ease, box-shadow 0.3s ease;
    line-height: 40px;
    background: linear-gradient(90deg, rgb(190,190,215), rgb(157,156,188));
    color: #000000;
    white-space: nowrap;
    border-radius: 19px;
    padding: 10px 20px;
    box-shadow: 0 0 15px rgb(190,190,215);
    text-align: center;
    text-decoration: none;
}.core_cookie_panel:hover {
    box-shadow: 0 0 20px rgb(157,156,188);
}.cookie_button.core_cookie_tips:hover {
    box-shadow: 0 0 15px rgb(157,156,188);
}.core_cookie_banner_dialog p a {
    color: rgb(190,190,215);
    text-decoration: none;
    transition: color 0.3s ease;
}.core_cookie_banner_dialog p a:hover {
    color: rgb(157,156,188);
}#core_cookie_overlay_box {
    display: none;
}#core_cookie_overlay_box:checked ~ .core_cookie_banner_dialog {
    visibility: hidden;
    opacity: 0;
}
@media only screen and (max-width: 1200px) {.core_cookie_banner_dialog {
    padding: 15px 0;
}.core_cookies_terms {
    padding: 15px 5%;
}
}
@media only screen and (max-width: 800px) {.core_policy_ack {
    display: none;
}.core_cookies_terms {
    text-align: center;
    align-items: center;
    flex-direction: column;
}.core_cookie_banner_dialog h5 {
    margin-bottom: 5px;
    font-size: 18px;
}.core_cookie_comply {
    margin-bottom: 15px;
}.core_cookie_panel {
    margin: 10px 0;
    min-width: 100%;
}}
.core_secure_cache {
    padding: 4rem 2rem;
    color: #000000;
    background: linear-gradient(135deg, rgb(222,222,236) 0%, rgba(240, 242, 245, 0.9) 100%);
    font-family: Arial, sans-serif;
    overflow: hidden;
    position: relative;
}.core_secure_cache::before {
    opacity: 0.2;
    top: 0;
    background: linear-gradient(225deg, rgb(157,156,188,0.5) 0%, transparent 70%);
    transform: translateY(-15%) translateX(15%);
    width: 30vw;
    height: 30vh;
    position: absolute;
    z-index: 0;
    content: "";
    right: 0;
}.core_secure_cache::after {
    position: absolute;
    height: 40vh;
    bottom: 0;
    left: 0;
    background: linear-gradient(45deg, rgb(190,190,215,0.5) 0%, transparent 70%);
    opacity: 0.15;
    content: "";
    transform: translateY(15%) translateX(-15%);
    width: 40vw;
    z-index: 0;
}.core_secure_cache .container {
    z-index: 1;
    position: relative;
    max-width: 1140px;
    margin: 0 auto;
}.core_secure_cache h1 {
    color: #000000;
    transform-origin: left center;
    font-size: calc(38px * 1.1);
    position: relative;
    margin-bottom: 2rem;
    transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    font-weight: 700;
}.core_secure_cache h1::after {
    content: "";
    height: 3px;
    bottom: -0.6rem;
    position: absolute;
    width: 4rem;
    transform-origin: left center;
    left: 0;
    transform: scaleX(1);
    background: rgb(190,190,215);
    transition: transform 0.5s ease-out;
}.core_secure_cache h1:hover {
    transform: translateX(5px);
}.core_secure_cache h1:hover::after {
    transform: scaleX(1.5);
}.core_secure_cache h2 {
    transition: transform 0.3s ease;
    padding-left: 1rem;
    border-left: 3px solid rgb(157,156,188);
    font-weight: 600;
    padding-bottom: 0.5rem;
    margin: 2.5rem 0 1rem;
    position: relative;
    color: #000000;
    transform: translateX(0);
    font-size: 35px;
}.core_secure_cache h2:hover {
    transform: translateX(5px);
}.core_secure_cache h3 {
    font-weight: 600;
    margin: 2rem 0 1rem;
    border-bottom: 1px solid rgba(rgba(0, 0, 0, 0.5), 0.1);
    padding-bottom: 0.3rem;
    font-size: calc(35px * 0.85);
    color: #000000;
}.core_secure_cache h4 {
    margin: 1.5rem 0 1rem;
    padding-left: 1rem;
    color: #000000;
    font-size: calc(35px * 0.7);
    font-weight: 600;
    position: relative;
}.core_secure_cache h4::before {
    content: "";
    height: 5px;
    top: 50%;
    position: absolute;
    width: 5px;
    left: 0;
    transform: translateY(-50%);
    background: rgb(157,156,188);
}.core_secure_cache p {
    max-width: 90ch;
    transform: translateY(0);
    margin-bottom: 1.5rem;
    opacity: 0.9;
    color: #000000;
    font-size: 13px;
    transition: opacity 0.3s ease, transform 0.3s ease;
    line-height: 1.7;
}.core_secure_cache p:hover {
    transform: translateY(-2px);
    opacity: 1;
}.core_secure_cache strong {
    display: inline-block;
    color: #000000;
    position: relative;
    font-weight: 600;
}.core_secure_cache strong::after {
    content: "";
    transform-origin: left;
    transition: transform 0.3s ease;
    transform: scaleX(0.3);
    height: 1px;
    background: rgb(190,190,215,0.5);
    width: 100%;
    position: absolute;
    left: 0;
    bottom: -2px;
}.core_secure_cache strong:hover::after {
    transform: scaleX(1);
}.core_secure_cache ul {
    padding-left: 1.5rem;
    list-style: none;
    margin: 1.5rem 0 2rem;
    position: relative;
}.core_secure_cache ul::before {
    top: 0;
    bottom: 0;
    width: 2px;
    content: "";
    position: absolute;
    background: linear-gradient(to bottom, rgb(157,156,188,0.5) 0%, transparent 100%);
    left: 0;
}.core_secure_cache li {
    color: #000000;
    line-height: 1.6;
    position: relative;
    transition: transform 0.3s ease;
    margin-bottom: 0.5rem;
    font-size: 13px;
    padding: 0.5rem 0 0.5rem 1.5rem;
}.core_secure_cache li::before {
    position: absolute;
    background: rgb(157,156,188);
    width: 6px;
    transition: transform 0.3s ease, background 0.3s ease;
    content: "";
    left: 0;
    border-radius: 10px;
    height: 6px;
    top: 1rem;
}.core_secure_cache li:hover {
    transform: translateX(5px);
}.core_secure_cache li:hover::before {
    background: rgb(190,190,215);
    transform: scale(1.3);
}.core_secure_cache span {
    border-left: 2px solid rgb(190,190,215,0.5);
    padding: 1rem;
    background: rgba(#ffffff, 0.5);
    font-size: 13px;
    transition: transform 0.4s ease, box-shadow 0.4s ease;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.02);
    display: block;
    line-height: 1.7;
    transform: perspective(1000px) rotateX(0);
    margin-bottom: 1.5rem;
    color: #000000;
}.core_secure_cache span:hover {
    transform: perspective(1000px) rotateX(2deg);
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
}

@media (min-width: 768px) {.core_secure_cache {
    padding: 6rem 3rem;
}.core_secure_cache .container {
    padding: 0 2rem;
}.core_secure_cache h1 {
    margin-bottom: 3rem;
    font-size: calc(38px * 1.3);
}.core_secure_cache h1::after {
    height: 4px;
    width: 6rem;
}.core_secure_cache h2 {
    padding-left: 1.2rem;
    margin: 3.5rem 0 1.5rem;
    font-size: calc(35px * 1.1);
}.core_secure_cache h3 {
    font-size: calc(35px * 0.9);
    margin: 2.5rem 0 1.2rem;
}.core_secure_cache h4 {
    font-size: calc(35px * 0.75);
    margin: 2rem 0 1rem;
    padding-left: 1.2rem;
}.core_secure_cache ul {
    padding-left: 2rem;
}.core_secure_cache li {
    padding: 0.7rem 0 0.7rem 1.5rem;
}.core_secure_cache span {
    margin-left: 1rem;
    padding: 1.5rem;
}
}

@media (min-width: 992px) {.core_secure_cache {
    padding: 8rem 4rem;
}.core_secure_cache::before {
    height: 40vh;
    width: 40vw;
}.core_secure_cache::after {
    width: 50vw;
    height: 50vh;
}.core_secure_cache h1 {
    transform: translateZ(0);
    margin-bottom: 4rem;
    font-size: calc(38px * 1.5);
}.core_secure_cache h1::after {
    width: 8rem;
}.core_secure_cache h2 {
    padding-left: 1.5rem;
    font-size: calc(35px * 1.2);
    border-left-width: 4px;
    margin: 4rem 0 2rem;
}.core_secure_cache p {
    line-height: 1.8;
    margin-bottom: 2rem;
}.core_secure_cache ul {
    margin: 2rem 0 2.5rem;
}.core_secure_cache li {
    padding: 0.8rem 0 0.8rem 1.8rem;
    margin-bottom: 0.8rem;
}.core_secure_cache span {
    margin-left: 2rem;
    line-height: 1.8;
    padding: 2rem;
}
}

@media (max-width: 767px) {.core_secure_cache {
    padding: 3rem 1.5rem;
}.core_secure_cache h1 {
    margin-bottom: 1.5rem;
    font-size: calc(38px * 1);
}.core_secure_cache h1::after {
    height: 2px;
    width: 3rem;
}.core_secure_cache h2 {
    padding-left: 0.8rem;
    border-left-width: 2px;
    margin: 2rem 0 1rem;
    font-size: 35px;
}.core_secure_cache h3, 
    .core_secure_cache h4 {
    font-size: calc(35px * 0.8);
    margin: 1.5rem 0 0.8rem;
}.core_secure_cache p {
    line-height: 1.6;
    margin-bottom: 1.2rem;
    font-size: calc(13px * 0.95);
}.core_secure_cache ul {
    padding-left: 0.8rem;
    margin: 1rem 0 1.5rem;
}.core_secure_cache li {
    padding: 0.4rem 0 0.4rem 1.2rem;
    margin-bottom: 0.4rem;
    line-height: 1.5;
    font-size: calc(13px * 0.95);
}.core_secure_cache span {
    margin-left: 0;
    line-height: 1.6;
    padding: 0.8rem;
    margin-bottom: 1.2rem;
    font-size: calc(13px * 0.95);
}}.core_pricing_block {
    overflow: hidden;
    position: relative;
    padding: 100px 0;
}.core_pricing_block::before {
    content: "";
    right: 0;
    background: linear-gradient(135deg, rgba(0,0,0,0.85) 0%, rgba(0,0,0,0.6) 100%);
    position: absolute;
    bottom: 0;
    left: 0;
    top: 0;
    z-index: 1;
}.core_pricing_block .container {
    max-width: 1200px;
    padding: 0 20px;
    position: relative;
    z-index: 2;
    margin: 0 auto;
}.core_pricing_block .core_program_price {
    position: relative;
}.core_pricing_block h2 {
    font-weight: 700;
    transform: perspective(1000px) translateZ(0);
    overflow: hidden;
    font-size: 29px;
    color: #ffffff;
    margin-bottom: 20px;
    text-align: center;
    position: relative;
}.core_pricing_block h2::after {
    left: 50%;
    content: "";
    background: rgb(190,190,215);
    height: 3px;
    position: absolute;
    bottom: -10px;
    width: 80px;
    transform: translateX(-50%);
}.core_pricing_block .core_learning_plan {
    font-size: 14px;
    margin: 0 auto 50px;
    text-align: center;
    color: rgb(255, 255, 255, 0.5);
    max-width: 700px;
    line-height: 1.6;
}.core_pricing_block .core_pricing_deals {
    padding: 0;
    display: grid;
    gap: 30px;
    list-style: none;
    margin: 0;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
}.core_pricing_block .core_pricing_deals li {
    transform-style: preserve-3d;
    perspective: 1000px;
}.core_pricing_block .core_class_deals {
    text-decoration: none;
    border: 1px solid rgba(255,255,255,0.1);
    background: linear-gradient(145deg, rgba(255,255,255,0.1) 0%, rgba(255,255,255,0.03) 100%);
    backdrop-filter: blur(10px);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    display: block;
    -webkit-backdrop-filter: blur(10px);
    border-left: 3px solid rgb(190,190,215);
    transition: transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1), 
                box-shadow 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
    position: relative;
    overflow: hidden;
    height: 100%;
}.core_pricing_block .core_class_deals:hover {
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.2);
    transform: translateY(-10px) scale(1.02);
}.core_pricing_block .core_class_deals::before {
    z-index: -1;
    height: 100%;
    left: 0;
    content: "";
    background: linear-gradient(45deg, transparent 0%, rgba(rgb(190,190,215), 0.05) 100%);
    position: absolute;
    top: 0;
    width: 100%;
}.core_pricing_block .core_pro_rates {
    height: 100%;
    padding: 35px 25px;
}.core_pricing_block .core_price_view {
    z-index: 2;
    display: flex;
    position: relative;
    flex-direction: column;
    height: 100%;
}.core_pricing_block .core_price_view h4 {
    word-break: break-word;
    color: #ffffff;
    position: relative;
    margin: 0 0 20px;
    font-size: calc(21px * 1.2);
    overflow-wrap: break-word;
    padding-bottom: 15px;
    font-weight: 700;
}.core_pricing_block .core_price_view h4::after {
    background: rgb(190,190,215);
    height: 2px;
    left: 0;
    position: absolute;
    content: "";
    transition: width 0.3s ease;
    width: 40px;
    bottom: 0;
}.core_pricing_block .core_class_deals:hover .core_price_view h4::after {
    width: 60px;
}.core_pricing_block .core_price_view p {
    line-height: 1.6;
    word-break: break-word;
    color: rgb(255, 255, 255, 0.5);
    scrollbar-width: thin;
    scrollbar-color: rgb(190,190,215) transparent;
    flex-grow: 1;
    overflow-wrap: break-word;
    max-height: 250px;
    margin: 0 0 25px;
    font-size: 14px;
    overflow-y: auto;
}.core_pricing_block .core_price_view p::-webkit-scrollbar {
    width: 4px;
}.core_pricing_block .core_price_view p::-webkit-scrollbar-thumb {
    background-color: rgb(190,190,215);
    border-radius: 10px;
}.core_pricing_block .core_learning_price {
    margin-top: auto;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
    display: inline-block;
    border-radius: 4px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    color: #ffffff;
    font-size: calc(21px * 1.5);
    background: linear-gradient(135deg, rgb(190,190,215) 0%, rgb(157,156,188) 100%);
    padding: 10px 25px;
    transform: translateZ(10px);
    align-self: flex-start;
    font-weight: 700;
}.core_pricing_block .core_class_deals:hover .core_learning_price {
    transform: translateZ(20px) scale(1.05);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.3);
}

@media (max-width: 991px) {.core_pricing_block {
    padding: 80px 0;
}.core_pricing_block .core_pricing_deals {
    gap: 20px;
    grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
}.core_pricing_block .core_pro_rates {
    padding: 25px 20px;
}.core_pricing_block .core_price_view h4 {
    font-size: 21px;
}.core_pricing_block .core_learning_price {
    padding: 8px 20px;
    font-size: 21px;
}
}

@media (max-width: 767px) {.core_pricing_block {
    padding: 60px 0;
}.core_pricing_block h2 {
    font-size: calc(29px * 0.85);
}.core_pricing_block .core_learning_plan {
    font-size: calc(14px * 0.95);
    margin-bottom: 40px;
}.core_pricing_block .core_pricing_deals {
    grid-template-columns: 1fr;
    max-width: 450px;
    margin: 0 auto;
}.core_pricing_block .core_price_view p {
    max-height: 180px;
}
}

@media (max-width: 480px) {.core_pricing_block {
    padding: 50px 0;
}.core_pricing_block h2 {
    font-size: calc(29px * 0.75);
}.core_pricing_block .core_pro_rates {
    padding: 20px 15px;
}.core_pricing_block .core_price_view h4 {
    font-size: calc(21px * 0.9);
    padding-bottom: 10px;
    margin-bottom: 15px;
}.core_pricing_block .core_price_view p {
    font-size: calc(14px * 0.9);
    max-height: 150px;
    margin-bottom: 20px;
}.core_pricing_block .core_learning_price {
    padding: 8px 15px;
    font-size: calc(21px * 0.9);
}}.core_training_results {
    background: #ffffff;
    overflow: hidden;
    padding: 8rem 0;
    position: relative;
}.core_training_results::before {
    top: 0;
    position: absolute;
    height: 100%;
    width: 100%;
    z-index: 1;
    content: '';
    background: linear-gradient(135deg, rgb(222,222,236) 0%, rgb(222,222,236) 50%, transparent 50.1%);
    left: 0;
}.core_training_results .core_study_lab {
    grid-gap: 0;
    max-width: 1400px;
    margin: 0 auto;
    position: relative;
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    z-index: 5;
}.core_training_results .core_pic_frame {
    z-index: 2;
    position: relative;
    margin-right: -5vw;
    grid-column: 7 / span 6;
    clip-path: polygon(15% 0, 100% 0, 100% 100%, 0 100%);
    height: 550px;
    grid-row: 1;
}.core_training_results .core_pic_frame::after {
    z-index: 1;
    background: linear-gradient(to right, rgb(190,190,215,0.5) 0%, transparent 100%);
    inset: 0;
    content: '';
    position: absolute;
}.core_training_results .core_pic_frame::before {
    height: 120%;
    background: 
        repeating-linear-gradient(45deg, rgb(190,190,215,0.5) 0px, rgb(190,190,215,0.5) 1px, transparent 1px, transparent 10px),
        repeating-linear-gradient(135deg, rgb(190,190,215,0.5) 0px, rgb(190,190,215,0.5) 1px, transparent 1px, transparent 10px);
    z-index: -1;
    transform: translateX(5%) translateY(5%);
    content: '';
    width: 120%;
    opacity: 0.3;
    top: -10%;
    position: absolute;
    animation: patternMove 20s linear infinite alternate;
    left: -10%;
}.core_training_results .core_content_box_wrap {
    flex-direction: column;
    padding: 2rem;
    grid-row: 1;
    z-index: 3;
    justify-content: center;
    grid-column: 1 / span 6;
    display: flex;
}.core_training_results h2 {
    font-size: 30px;
    font-weight: 700;
    color: #000000;
    max-width: 80%;
    position: relative;
    margin-bottom: 3rem;
}.core_training_results h2::after {
    background: rgb(190,190,215);
    border-radius: 10px;
    left: 0;
    height: 4px;
    position: absolute;
    content: '';
    width: 70px;
    bottom: -15px;
}.core_training_results .text_main_holder {
    grid-template-columns: repeat(2, 1fr);
    gap: 2rem;
    display: grid;
}.core_training_results .text_main_holder > div {
    position: relative;
    display: flex;
    overflow: hidden;
    padding: 1.5rem;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
    flex-direction: column;
    z-index: 1;
    transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    background: #ffffff;
    text-align: center;
    align-items: center;
    border-radius: 21px;
}.core_training_results .text_main_holder > div::before {
    z-index: -1;
    content: '';
    transition: height 0.4s ease;
    bottom: 0;
    background: linear-gradient(to top, rgb(190,190,215,0.5), transparent);
    position: absolute;
    width: 100%;
    left: 0;
    height: 0;
}.core_training_results .text_main_holder > div:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
}.core_training_results .text_main_holder > div:hover::before {
    height: 100%;
}.core_training_results .text_main_holder svg {
    transition: all 0.3s ease;
    width: 3.5rem;
    margin-bottom: 1.2rem;
    height: 3.5rem;
}.core_training_results .text_main_holder > div:hover svg {
    transform: scale(1.1);
}.core_training_results .text_main_holder svg path {
    transition: fill 0.3s ease;
    fill: rgb(190,190,215);
}.core_training_results .text_main_holder > div:hover svg path {
    fill: rgb(157,156,188);
}.core_training_results .text_main_holder p {
    margin: 0;
    font-size: 13px;
    color: #000000;
    line-height: 1.6;
}

@keyframes patternMove {
    0% {
        transform: translateX(5%) translateY(5%);
    }
    100% {
        transform: translateX(0%) translateY(0%);
    }
}

@media (max-width: 1200px) {.core_training_results .core_pic_frame {
    margin-right: -3vw;
}.core_training_results h2 {
    max-width: 90%;
}
}

@media (max-width: 992px) {.core_training_results {
    padding: 6rem 0;
}.core_training_results::before {
    background: linear-gradient(135deg, rgb(222,222,236) 0%, rgb(222,222,236) 70%, transparent 70.1%);
}.core_training_results .core_study_lab {
    gap: 3rem;
    max-width: 90%;
    grid-template-columns: 1fr;
}.core_training_results .core_pic_frame {
    grid-row: 2;
    margin: 0;
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
    grid-column: 1;
    height: 400px;
}.core_training_results .core_content_box_wrap {
    grid-column: 1;
    padding: 0;
    grid-row: 1;
}.core_training_results h2 {
    max-width: 100%;
}.core_training_results .text_main_holder {
    gap: 1.5rem;
}
}

@media (max-width: 768px) {.core_training_results {
    padding: 5rem 0;
}.core_training_results .core_pic_frame {
    height: 350px;
}.core_training_results h2 {
    margin-bottom: 2.5rem;
    font-size: calc(30px * 0.9);
}.core_training_results .text_main_holder {
    gap: 1.5rem;
    grid-template-columns: 1fr;
}
}

@media (max-width: 576px) {.core_training_results {
    padding: 4rem 0;
}.core_training_results .core_study_lab {
    max-width: 95%;
}.core_training_results .core_pic_frame {
    height: 250px;
}.core_training_results .text_main_holder > div {
    padding: 1.2rem;
}.core_training_results .text_main_holder svg {
    width: 3rem;
    margin-bottom: 1rem;
    height: 3rem;
}}.core_enroll_instantly {
    overflow: hidden;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.15);
    position: relative;
    padding: 5rem 2rem;
    z-index: 1;
    transform-style: preserve-3d;
    perspective: 1000px;
    background: linear-gradient(135deg, rgb(190,190,215) 0%, rgb(157,156,188) 100%);
}.core_enroll_instantly::before {
    left: 0;
    top: 0;
    height: 100%;
    transform: translateZ(-10px);
    content: '';
    position: absolute;
    z-index: -1;
    width: 100%;
    background: linear-gradient(45deg, rgb(190,190,215,0.5) 0%, transparent 50%);
}.core_enroll_instantly::after {
    content: '';
    right: -50%;
    width: 100%;
    animation: pulse 8s infinite alternate ease-in-out;
    position: absolute;
    top: -50%;
    background: radial-gradient(circle, rgb(255, 255, 255, 0.5) 0%, transparent 70%);
    z-index: -1;
    opacity: 0.2;
    height: 100%;
}.core_enroll_instantly .container {
    position: relative;
    display: flex;
    flex-direction: column;
    z-index: 2;
    margin: 0 auto;
    transform: translateZ(20px);
    max-width: 1200px;
    align-items: center;
    justify-content: center;
}.core_enroll_instantly h6 {
    font-family: Arial, sans-serif;
    font-weight: 600;
    margin-bottom: 2.5rem;
    text-align: center;
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    max-width: 90%;
    line-height: 1.6;
    transform: translateZ(30px);
    letter-spacing: 0.5px;
    color: #ffffff;
    font-size: 19px;
}.core_enroll_instantly div {
    justify-content: center;
    transform: translateZ(40px);
    display: flex;
}.core_enroll_instantly span {
    display: inline-block;
    position: relative;
    transition: transform 0.3s ease-out;
    transform-style: preserve-3d;
}.core_enroll_instantly a.core_support_list {
    background: #ffffff;
    text-decoration: none;
    display: inline-flex;
    font-weight: 700;
    color: rgb(190,190,215);
    justify-content: center;
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    position: relative;
    align-items: center;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
    transform: translateZ(10px);
    font-size: 18px;
    border: none;
    overflow: hidden;
    padding: 1rem 2.5rem;
}.core_enroll_instantly a.core_support_list::before {
    top: 0;
    position: absolute;
    transition: transform 0.6s ease;
    content: '';
    width: 100%;
    left: 0;
    height: 100%;
    transform: translateX(-100%);
    background: linear-gradient(45deg, transparent 0%, rgba(255, 255, 255, 0.2) 50%, transparent 100%);
}.core_enroll_instantly a.core_support_list:hover {
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.2);
    color: rgb(157,156,188);
    transform: translateY(-5px) translateZ(15px);
}.core_enroll_instantly a.core_support_list:hover::before {
    transform: translateX(100%);
}.core_enroll_instantly a.core_support_list span {
    z-index: 1;
    position: relative;
    display: inline-block;
    transition: transform 0.3s ease;
}.core_enroll_instantly a.core_support_list:hover span {
    transform: scale(1.05);
}.core_enroll_instantly a.core_support_list:active {
    transform: translateY(0) translateZ(5px);
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
}

@keyframes pulse {
    0% {
        opacity: 0.1;
        transform: scale(1) rotate(0deg);
    }
    50% {
        opacity: 0.2;
        transform: scale(1.1) rotate(5deg);
    }
    100% {
        opacity: 0.1;
        transform: scale(1) rotate(0deg);
    }
}

@media screen and (max-width: 992px) {.core_enroll_instantly {
    padding: 4rem 1.5rem;
}.core_enroll_instantly h6 {
    margin-bottom: 2rem;
    font-size: calc(19px - 2px);
}.core_enroll_instantly a.core_support_list {
    padding: 0.9rem 2rem;
}
}

@media screen and (max-width: 768px) {.core_enroll_instantly {
    padding: 3.5rem 1.25rem;
}.core_enroll_instantly h6 {
    font-size: calc(19px - 4px);
    line-height: 1.5;
    margin-bottom: 1.75rem;
}.core_enroll_instantly::after {
    right: -30%;
    top: -30%;
}
}

@media screen and (max-width: 576px) {.core_enroll_instantly {
    padding: 3rem 1rem;
}.core_enroll_instantly h6 {
    font-size: calc(17px + 1px);
    margin-bottom: 1.5rem;
    max-width: 100%;
}.core_enroll_instantly a.core_support_list {
    padding: 0.8rem 1.5rem;
    font-size: calc(18px - 1px);
}.core_enroll_instantly::before, 
    .core_enroll_instantly::after {
    transform: scale(0.8);
}}footer {
    width: 100%;
    position: relative;
}footer .core_brainstorm {
    color: #ffffff;
    position: relative;
    font-family: Arial, sans-serif;
    padding: 120px 0 30px;
    background: linear-gradient(135deg, rgb(190,190,215), rgb(157,156,188));
}footer .core_brainstorm::before {
    top: 0;
    opacity: 0.25;
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 80%);
    content: "";
    transform: rotateX(180deg);
    position: absolute;
    background: #ffffff;
    height: 100px;
    width: 100%;
    left: 0;
}footer .core_brainstorm::after {
    width: 100%;
    content: "";
    bottom: 0;
    clip-path: polygon(0 0, 100% 0, 100% 80%, 0 100%);
    height: 50px;
    opacity: 0.15;
    left: 0;
    position: absolute;
    background: #ffffff;
}footer .core_calc_foot {
    position: relative;
    z-index: 1;
}footer .core_contact_box {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-bottom: 60px;
    gap: 20px;
}footer .info_item {
    display: flex;
    height: 80px;
    overflow: hidden;
    border-radius: 40px;
    backdrop-filter: blur(5px);
    position: relative;
    transition: all 0.3s ease;
    padding: 0 25px;
    max-width: 300px;
    background-color: rgba(0, 0, 0, 0.5);
    align-items: center;
    flex: 1 1 200px;
}footer .info_item::before {
    height: 100%;
    animation: waveAnimation 15s linear infinite;
    position: absolute;
    content: "";
    background: #ffffff;
    z-index: -1;
    opacity: 0.1;
    width: 100%;
    left: -100%;
}@keyframes waveAnimation {
    0% {
        left: -100%;
    }
    100% {
        left: 100%;
    }
}

footer .info_item:hover {
    background-color: rgb(157,156,188,0.5);
    transform: translateY(-5px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}footer .info_item svg {
    flex-shrink: 0;
    width: 20px;
    height: 20px;
    margin-right: 15px;
    fill: #ffffff;
}footer .info_item p,
footer .info_item a {
    font-size: 13px;
    transition: all 0.3s ease;
    text-decoration: none;
    color: #ffffff;
}footer .info_item a:hover {
    text-shadow: 0 0 10px rgba(255, 255, 255, 0.5);
}footer .text_main_holder {
    display: flex;
    gap: 25px;
    position: relative;
    flex-wrap: wrap;
}footer .core_site_start {
    text-align: center;
    margin-bottom: 30px;
    flex: 1 1 100%;
    position: relative;
}footer .core_site_start svg {
    filter: brightness(0) invert(1);
    width: auto;
    height: 50px;
    margin: 0 auto 20px;
}footer .core_degree_path {
    line-height: 1.6;
    text-align: center;
    color: rgba(255, 255, 255, 0.8);
    font-size: 13px;
    margin: 0 auto;
    max-width: 500px;
}footer .core_top_mainwrap,footer .subscribe_holder {
    padding: 30px;
    border-radius: 17px;
    backdrop-filter: blur(5px);
    flex: 1 1 300px;
    position: relative;
    overflow: hidden;
    background-color: rgba(0, 0, 0, 0.5);
}footer .core_top_mainwrap::before,footer .subscribe_holder::before {
    z-index: -1;
    background: #ffffff;
    animation: waveAnimation 20s linear infinite;
    position: absolute;
    opacity: 0.1;
    top: 0;
    left: -100%;
    height: 100%;
    width: 300%;
    content: "";
}footer .core_top_mainwrap h5, footer .subscribe_holder h5 {
    color: #ffffff;
    font-size: 23px;
    padding-bottom: 10px;
    margin-bottom: 20px;
    font-weight: 600;
    display: inline-block;
    position: relative;
}footer .core_top_mainwrap h5::after, footer .subscribe_holder h5::after {
    background: linear-gradient(90deg, #ffffff, transparent);
    width: 100%;
    height: 2px;
    position: absolute;
    bottom: 0;
    left: 0;
    content: "";
}footer .core_head_teach {
    flex-wrap: wrap;
    display: flex;
    gap: 10px;
    margin-bottom: 20px;
}footer .core_head_teach a {
    border-radius: 20px;
    overflow: hidden;
    transition: all 0.3s ease;
    background-color: rgb(190,190,215,0.5);
    padding: 8px 15px;
    text-decoration: none;
    flex: 1 1 calc(50% - 10px);
    font-size: 13px;
    text-align: center;
    position: relative;
    color: rgba(255, 255, 255, 0.8);
}footer .core_head_teach a::before {
    height: 2px;
    content: "";
    transition: left 0.3s ease;
    position: absolute;
    left: -100%;
    width: 100%;
    background: linear-gradient(90deg, transparent, #ffffff, transparent);
    bottom: 0;
}footer .core_head_teach a:hover {
    background-color: rgb(157,156,188,0.5);
    transform: translateY(-3px);
}footer .core_head_teach a:hover::before {
    left: 0;
}footer .subscribe_holder p {
    margin-bottom: 25px;
    color: rgba(255, 255, 255, 0.8);
    font-size: 13px;
    line-height: 1.6;
}footer .input_holder {
    position: relative;
    flex-direction: column;
    display: flex;
    gap: 15px;
}footer .input_holder input[type="email"] {
    padding: 15px 20px;
    background-color: rgba(0, 0, 0, 0.5);
    transition: all 0.3s ease;
    border-radius: 25px;
    color: #ffffff;
    border: none;
    font-size: 13px;
}footer .input_holder input[type="email"]:focus {
    outline: none;
    background-color: rgb(190,190,215,0.5);
    box-shadow: 0 0 15px rgba(255, 255, 255, 0.2);
}footer .input_holder input[type="email"]::placeholder {
    color: rgba(255, 255, 255, 0.6);
}footer .core_subscribe_access {
    color: rgb(190,190,215);
    font-weight: 600;
    cursor: pointer;
    background-color: #ffffff;
    overflow: hidden;
    padding: 15px 20px;
    transition: all 0.3s ease;
    border: none;
    position: relative;
    font-size: 15px;
    border-radius: 25px;
}footer .core_subscribe_access::after {
    width: 100%;
    transition: left 0.7s ease;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    position: absolute;
    top: 0;
    content: "";
    left: -100%;
}footer .core_subscribe_access:hover {
    transform: translateY(-3px);
    background-color: rgb(222,222,236);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}footer .core_subscribe_access:hover::after {
    left: 100%;
}footer .core_project_ref {
    text-align: center;
    margin-top: 60px;
    position: relative;
}footer .core_biz_learnings {
    padding: 0 30px;
    font-size: 13px;
    color: rgba(255, 255, 255, 0.7);
    display: inline-block;
    position: relative;
}footer .core_biz_learnings::before,
footer .core_biz_learnings::after {
    background-color: rgba(255, 255, 255, 0.3);
    width: 20px;
    top: 50%;
    height: 1px;
    content: "";
    position: absolute;
}footer .core_biz_learnings::before {
    left: 0;
}footer .core_biz_learnings::after {
    right: 0;
}

@media (min-width: 768px) {footer .core_site_start {
    flex: 1 1 100%;
}footer .core_top_mainwrap, footer .subscribe_holder {
    flex: 1 1 300px;
}footer .input_holder {
    flex-direction: row;
}footer .core_subscribe_access {
    white-space: nowrap;
}
}

@media (max-width: 991px) {footer .core_brainstorm {
    padding: 100px 0 30px;
}footer .text_main_holder {
    gap: 20px;
}
}

@media (max-width: 767px) {footer .core_brainstorm {
    padding: 80px 0 30px;
}footer .core_brainstorm::before {
    height: 60px;
    background-size: 100% 60px;
}footer .core_contact_box {
    margin-bottom: 40px;
}footer .info_item {
    padding: 15px 20px;
    height: auto;
}footer .core_top_mainwrap, footer .subscribe_holder {
    padding: 25px 20px;
}footer .core_project_ref {
    margin-top: 40px;
}
}

@media (max-width: 576px) {footer .core_brainstorm {
    padding: 60px 0 20px;
}footer .core_brainstorm::before {
    height: 40px;
    background-size: 100% 40px;
}footer .core_top_mainwrap h5, footer .subscribe_holder h5 {
    margin-bottom: 15px;
    font-size: calc(23px - 2px);
}footer .core_head_teach a {
    flex: 1 1 100%;
}footer .input_holder input[type="email"],
    footer .core_subscribe_access {
    padding: 12px 15px;
}}header {
    z-index: 100;
    width: 100%;
    padding: 0;
    position: relative;
    background: linear-gradient(to right, #ffffff, rgb(222,222,236));
    box-shadow: 0 3px 15px rgba(0, 0, 0, 0.07);
}header::before {
    background-image: 
        linear-gradient(90deg, rgba(255,255,255,0.05) 1px, transparent 1px),
        linear-gradient(0deg, rgba(255,255,255,0.05) 1px, transparent 1px);
    width: 100%;
    background-size: 20px 20px;
    content: '';
    top: 0;
    height: 100%;
    z-index: 0;
    position: absolute;
    left: 0;
}header::after {
    top: 0;
    position: absolute;
    z-index: 1;
    height: 100%;
    content: '';
    width: 5px;
    background: linear-gradient(to bottom, rgb(190,190,215), rgb(157,156,188));
    left: 0;
}header .container {
    position: relative;
    padding: 0;
    width: 100%;
    max-width: 100%;
    margin: 0;
    z-index: 2;
}header .core_nav_section {
    justify-content: space-between;
    padding: 0.9rem 3%;
    margin-left: 5px;
    display: flex;
    align-items: center;
}header .core_nav_core {
    position: relative;
    background: rgba(255, 255, 255, 0.4);
    text-decoration: none;
    transition: all 0.3s ease;
    display: flex;
    padding: 0.5rem;
    align-items: center;
    border-radius: 10px;
}header .core_nav_core:hover {
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
    background: rgba(255, 255, 255, 0.6);
}header .core_nav_core svg {
    height: auto;
    transition: all 0.3s ease;
    width: 140px;
}header .core_top_mainwrap {
    padding: 0.4rem 0.6rem;
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.3);
    gap: 0.4rem;
    align-items: center;
    position: relative;
    display: flex;
}header .core_top_mainwrap::before {
    background: linear-gradient(135deg, rgb(190,190,215,0.5), rgb(157,156,188,0.5));
    top: -2px;
    bottom: -2px;
    border-radius: calc(10px + 2px);
    opacity: 0.5;
    right: -2px;
    z-index: -1;
    content: '';
    left: -2px;
    position: absolute;
}header .core_main_mainwrap {
    position: relative;
    transition: all 0.3s ease;
    font-size: 16px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.03);
    font-weight: 400;
    background: #ffffff;
    overflow: hidden;
    text-decoration: none;
    border-radius: 10px;
    font-family: Arial, sans-serif;
    z-index: 1;
    color: #000000;
    padding: 0.4rem 0.7rem;
}header .core_main_mainwrap::before {
    background: linear-gradient(45deg, rgb(190,190,215,0.5), rgb(157,156,188,0.5));
    width: 100%;
    content: '';
    position: absolute;
    transition: opacity 0.3s ease;
    height: 100%;
    z-index: -1;
    left: 0;
    opacity: 0;
    top: 0;
}header .core_main_mainwrap:hover {
    color: #ffffff;
    transform: translateY(-2px);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.08);
}header .core_main_mainwrap:hover::before {
    opacity: 1;
}

@media (max-width: 991px) {header .core_nav_section {
    padding: 0.8rem 2.5%;
}header .core_nav_core svg {
    width: 130px;
}header .core_top_mainwrap {
    padding: 0.35rem 0.5rem;
    gap: 0.3rem;
}header .core_main_mainwrap {
    padding: 0.35rem 0.6rem;
    font-size: calc(16px - 1px);
}
}

@media (max-width: 767px) {header::after {
    width: 3px;
}header .core_nav_section {
    padding: 0.8rem 2%;
    gap: 0.7rem;
    align-items: flex-start;
    flex-direction: column;
    margin-left: 3px;
}header .core_nav_core {
    padding: 0.4rem;
}header .core_nav_core svg {
    width: 120px;
}header .core_top_mainwrap {
    overflow-x: auto;
    justify-content: flex-start;
    width: 98%;
    padding: 0.4rem;
}header .core_top_mainwrap::-webkit-scrollbar {
    height: 2px;
}header .core_top_mainwrap::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background: rgb(190,190,215);
}header .core_main_mainwrap {
    white-space: nowrap;
    padding: 0.3rem 0.5rem;
    font-size: calc(16px - 1px);
}
}

@media (max-width: 480px) {header::after {
    width: 2px;
}header .core_nav_section {
    padding: 0.7rem 1.5%;
    margin-left: 2px;
}header .core_nav_core svg {
    width: 110px;
}header .core_top_mainwrap {
    padding: 0.3rem;
}header .core_main_mainwrap {
    padding: 0.3rem 0.4rem;
    font-size: calc(16px - 2px);
}}.core_academic_expertise {
    overflow: hidden;
    background: linear-gradient(135deg, rgb(222,222,236) 0%, rgb(157,156,188,0.5) 100%);
    padding: 120px 0;
    position: relative;
}.core_academic_expertise::before {
    position: absolute;
    content: "";
    left: 0;
    background-image: 
        linear-gradient(45deg, rgb(157,156,188,0.5) 25%, transparent 25%),
        linear-gradient(-45deg, rgb(157,156,188,0.5) 25%, transparent 25%),
        linear-gradient(45deg, transparent 75%, rgb(157,156,188,0.5) 75%),
        linear-gradient(-45deg, transparent 75%, rgb(157,156,188,0.5) 75%);
    top: 0;
    opacity: 0.05;
    background-position: 0 0, 0 20px, 20px -20px, -20px 0px;
    width: 100%;
    height: 100%;
    background-size: 40px 40px;
    z-index: 1;
}.core_academic_expertise::after {
    content: "";
    right: -50px;
    position: absolute;
    background: rgb(190,190,215,0.5);
    width: 200px;
    z-index: 0;
    height: 200px;
    top: -50px;
    animation: glow 8s infinite alternate ease-in-out;
    filter: blur(80px);
}.core_academic_expertise .container {
    z-index: 2;
    position: relative;
    max-width: 1140px;
    margin: 0 auto;
    padding: 0 15px;
}.core_academic_expertise .core_learning_feedback {
    transform: perspective(1000px) rotateX(2deg);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.08);
    grid-template-columns: 1fr;
    display: grid;
    background: #ffffff;
    backdrop-filter: blur(5px);
    position: relative;
    padding: 40px;
    gap: 30px;
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
}.core_academic_expertise .core_learning_feedback:hover {
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.12);
    transform: perspective(1000px) rotateX(0deg) translateY(-10px);
}.core_academic_expertise .core_learning_feedback > div:nth-child(1) {
    position: relative;
    order: 1;
}.core_academic_expertise .core_learning_feedback > div:nth-child(2) {
    order: 2;
}.core_academic_expertise .core_learning_feedback > div:nth-child(3) {
    order: 3;
}.core_academic_expertise .core_pic_frame {
    transform: translateZ(0);
    transition: transform 0.5s ease;
    overflow: hidden;
    position: relative;
    height: 300px;
    width: 100%;
}.core_academic_expertise .core_pic_frame::before {
    z-index: 1;
    background: linear-gradient(to bottom, transparent 60%, rgb(190,190,215,0.5) 100%);
    height: 100%;
    content: "";
    transition: opacity 0.5s ease;
    width: 100%;
    top: 0;
    left: 0;
    opacity: 0.7;
    position: absolute;
}.core_academic_expertise .core_learning_feedback:hover .core_pic_frame {
    transform: scale(1.03);
}.core_academic_expertise .core_learning_feedback:hover .core_pic_frame::before {
    opacity: 0.9;
}.core_academic_expertise .name {
    display: inline-block;
    transform: translateY(0);
    color: rgb(190,190,215);
    transition: transform 0.3s ease;
    font-size: 19px;
    font-weight: 700;
    position: relative;
    margin: 0 0 10px 0;
}.core_academic_expertise .name::after {
    width: 0;
    transition: width 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    height: 2px;
    content: "";
    position: absolute;
    left: 0;
    bottom: -5px;
    background: rgb(190,190,215);
}.core_academic_expertise .core_learning_feedback:hover .name::after {
    width: 100%;
}.core_academic_expertise .core_learning_feedback > div:nth-child(2) > div {
    margin-bottom: 15px;
    opacity: 0.85;
    font-weight: 600;
    font-size: calc(16px - 2px);
    color: #000000;
    letter-spacing: 0.5px;
}.core_academic_expertise .core_career_wrap {
    color: #000000;
    line-height: 1.8;
    padding-left: 20px;
    font-size: 16px;
    border-left: 3px solid rgb(157,156,188,0.5);
    position: relative;
    margin: 0;
}.core_academic_expertise .core_career_wrap::before {
    font-size: 80px;
    color: rgb(157,156,188,0.5);
    content: "";
    font-family: Georgia, serif;
    top: -30px;
    z-index: -1;
    position: absolute;
    opacity: 0.2;
    left: -15px;
}

@keyframes glow {
    0% { opacity: 0.3; transform: scale(1); }
    50% { opacity: 0.5; transform: scale(1.2); }
    100% { opacity: 0.3; transform: scale(1); }
}

@media (min-width: 768px) {.core_academic_expertise .core_learning_feedback {
    gap: 30px 40px;
    grid-template-rows: auto 1fr;
    grid-template-columns: 280px 1fr;
}.core_academic_expertise .core_learning_feedback > div:nth-child(1) {
    grid-row: 1 / 3;
    grid-column: 1 / 2;
}.core_academic_expertise .core_learning_feedback > div:nth-child(2) {
    align-self: end;
    grid-column: 2 / 3;
    grid-row: 1 / 2;
}.core_academic_expertise .core_learning_feedback > div:nth-child(3) {
    grid-column: 2 / 3;
    grid-row: 2 / 3;
}.core_academic_expertise .core_pic_frame {
    height: 100%;
    min-height: 400px;
}
}

@media (min-width: 992px) {.core_academic_expertise {
    padding: 140px 0;
}.core_academic_expertise .core_learning_feedback {
    padding: 60px;
    gap: 40px 60px;
}.core_academic_expertise .core_pic_frame::after {
    right: 20px;
    content: "";
    left: 20px;
    position: absolute;
    z-index: 2;
    bottom: 20px;
    transition: transform 0.5s ease;
    top: 20px;
    transform: scale(0.95);
    border: 1px solid rgba(255, 255, 255, 0.2);
}.core_academic_expertise .core_learning_feedback:hover .core_pic_frame::after {
    transform: scale(1);
}.core_academic_expertise .name {
    font-size: calc(19px + 2px);
}.core_academic_expertise .core_career_wrap {
    font-size: calc(16px + 1px);
    line-height: 1.9;
    padding-left: 30px;
}
}

@media (max-width: 767px) {.core_academic_expertise {
    padding: 80px 0;
}.core_academic_expertise .core_learning_feedback {
    padding: 30px;
}.core_academic_expertise .core_pic_frame {
    height: 240px;
}.core_academic_expertise .name {
    font-size: calc(19px - 1px);
}.core_academic_expertise .core_career_wrap {
    font-size: calc(16px - 1px);
    line-height: 1.7;
}}.core_course_offering {
    overflow: hidden;
    position: relative;
    background: linear-gradient(135deg, rgb(222,222,236) 0%, rgba(245, 247, 250, 0.95) 100%);
    padding: 120px 0;
}.core_course_offering::before {
    right: -5%;
    height: 300px;
    content: "";
    background: linear-gradient(45deg, rgb(190,190,215,0.5) 0%, rgb(157,156,188,0.5) 100%);
    filter: blur(120px);
    top: -10%;
    z-index: 0;
    width: 300px;
    position: absolute;
    opacity: 0.4;
}.core_course_offering::after {
    filter: blur(100px);
    height: 250px;
    width: 250px;
    left: -5%;
    z-index: 0;
    opacity: 0.3;
    position: absolute;
    bottom: -10%;
    background: linear-gradient(225deg, rgb(157,156,188,0.5) 0%, rgb(190,190,215,0.5) 100%);
    content: "";
}.core_course_offering .container {
    position: relative;
    margin: 0 auto;
    max-width: 1200px;
    padding: 0 20px;
    z-index: 1;
}.core_course_offering .core_education_flow {
    transition: transform 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
    overflow: hidden;
    grid-template-columns: 1fr;
    background: #ffffff;
    display: grid;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.05), 0 5px 15px rgba(0, 0, 0, 0.03);
    gap: 40px;
    border-left: 3px solid rgb(190,190,215);
}.core_course_offering .core_education_flow:hover {
    transform: translateY(-5px);
}.core_course_offering .core_pic_frame {
    height: 250px;
    transition: all 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    overflow: hidden;
    width: 100%;
    transform-origin: center center;
    position: relative;
}.core_course_offering .core_pic_frame::after {
    left: 0;
    width: 100%;
    top: 0;
    z-index: 1;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.4));
    position: absolute;
    content: "";
    height: 100%;
}.core_course_offering .core_pic_frame:hover {
    transform: scale(1.02);
}.core_course_offering .core_content_box_wrap {
    padding: 40px 30px;
    position: relative;
}.core_course_offering .core_content_box_wrap::before {
    transform-origin: left;
    content: "";
    height: 4px;
    transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    position: absolute;
    top: 0;
    background: linear-gradient(90deg, rgb(190,190,215) 0%, rgb(157,156,188) 100%);
    left: 0;
    transform: scaleX(0.7);
    width: 100%;
}.core_course_offering .core_education_flow:hover .core_content_box_wrap::before {
    transform: scaleX(1);
}.core_course_offering h3 {
    line-height: 1.4;
    font-size: 23px;
    font-weight: 700;
    position: relative;
    padding-left: 0;
    color: #000000;
    transform: translateY(0);
    transition: transform 0.3s ease, padding-left 0.3s ease;
    margin-bottom: 25px;
}.core_course_offering .core_education_flow:hover h3 {
    transform: translateY(-3px);
    color: rgb(190,190,215);
    padding-left: 15px;
}.core_course_offering h3::after {
    content: "";
    position: absolute;
    transition: width 0.4s ease-out, background-color 0.3s ease;
    left: 0;
    bottom: -8px;
    width: 60px;
    height: 2px;
    background-color: rgb(157,156,188);
}.core_course_offering .core_education_flow:hover h3::after {
    background-color: rgb(190,190,215);
    width: 100px;
}.core_course_offering .core_content_box_wrap div {
    position: relative;
    overflow: hidden;
}.core_course_offering p.description {
    line-height: 1.8;
    position: relative;
    font-size: 13px;
    color: #000000;
    overflow-y: auto;
    margin-bottom: 20px;
    padding-right: 15px;
    max-height: 300px;
}.core_course_offering p.description::-webkit-scrollbar {
    width: 4px;
}.core_course_offering p.description::-webkit-scrollbar-track {
    border-radius: 10px;
    background: rgba(0, 0, 0, 0.05);
}.core_course_offering p.description::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background: rgb(190,190,215,0.5);
}.core_course_offering span.description {
    display: none;
}

@media (min-width: 768px) {.core_course_offering .core_education_flow {
    grid-template-columns: 1fr 1.5fr;
    align-items: start;
}.core_course_offering .core_pic_frame {
    min-height: 400px;
    height: 100%;
}.core_course_offering h3 {
    font-size: calc(23px * 1.1);
}.core_course_offering p.description {
    max-height: 400px;
    font-size: calc(13px * 1.05);
}
}

@media (min-width: 992px) {.core_course_offering .core_education_flow {
    grid-template-columns: 1fr 1.8fr;
}.core_course_offering .core_pic_frame {
    min-height: 450px;
}.core_course_offering .core_content_box_wrap {
    padding: 50px 40px;
}.core_course_offering h3 {
    font-size: calc(23px * 1.2);
    margin-bottom: 30px;
}.core_course_offering p.description {
    line-height: 1.9;
    max-height: 450px;
}
}

@media (max-width: 767px) {.core_course_offering {
    padding: 70px 0;
}.core_course_offering .core_content_box_wrap {
    padding: 30px 20px;
}.core_course_offering h3 {
    font-size: calc(23px * 0.9);
    margin-bottom: 20px;
}.core_course_offering p.description {
    font-size: calc(13px * 0.95);
    max-height: 200px;
    line-height: 1.7;
}
}

@media (max-width: 480px) {.core_course_offering {
    padding: 50px 0;
}.core_course_offering .core_pic_frame {
    height: 180px;
}.core_course_offering .core_content_box_wrap {
    padding: 25px 15px;
}.core_course_offering h3 {
    margin-bottom: 15px;
    font-size: calc(23px * 0.85);
}
}

@media (hover: hover) {.core_course_offering .core_education_flow {
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1), box-shadow 0.5s ease;
}.core_course_offering .core_education_flow:hover {
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.08), 0 8px 20px rgba(0, 0, 0, 0.04);
}}.core_primary_page {
    background: linear-gradient(135deg, rgb(222,222,236), rgba(0, 0, 0, 0.5));
    overflow: hidden;
    display: flex;
    flex-direction: column;
    position: relative;
    width: 100%;
    height: 100vh;
}.core_primary_page::before {
    z-index: 1;
    top: 0;
    content: "";
    clip-path: polygon(0 0, 100% 0, 85% 100%, 0 85%);
    left: 0;
    position: absolute;
    background: linear-gradient(45deg, rgba(94,170,168,0.1), rgba(94,170,168,0.05));
    width: 100%;
    height: 100%;
}.core_primary_page::after {
    top: 0;
    content: "";
    height: 100%;
    z-index: 1;
    right: 0;
    width: 40%;
    background: linear-gradient(to right, transparent, rgba(94,170,168,0.08));
    position: absolute;
}.core_primary_page .core_pic_frame {
    position: absolute;
    width: 100%;
    filter: saturate(1.2) contrast(1.1);
    opacity: 0.85;
    height: 100%;
    transition: all 0.7s cubic-bezier(0.19, 1, 0.22, 1);
    clip-path: polygon(0 0, 100% 0, 100% 90%, 0 100%);
}.core_primary_page:hover .core_pic_frame {
    filter: saturate(1.3) contrast(1.15);
    transform: scale(1.03);
}.core_primary_page .core_study_lab {
    height: 100%;
    position: relative;
    flex-direction: column;
    display: flex;
    padding: 2rem 5%;
    width: 100%;
    z-index: 2;
    justify-content: center;
}.core_primary_page h1 {
    animation: slideInTitle 1s cubic-bezier(0.25, 1, 0.5, 1) forwards;
    transform: translateX(-50px);
    text-shadow: 0 2px 10px rgba(0,0,0,0.2);
    max-width: 700px;
    position: relative;
    opacity: 0;
    font-size: clamp(2rem, 4vw, 47px);
    color: #ffffff;
    font-weight: 700;
    margin-bottom: 2rem;
}.core_primary_page h1::after {
    width: 80px;
    position: absolute;
    transform: scaleX(0);
    bottom: -10px;
    left: 0;
    animation: scaleIn 1.2s 0.5s cubic-bezier(0.25, 1, 0.5, 1) forwards;
    content: "";
    transform-origin: left;
    height: 4px;
    background: rgb(190,190,215);
}.core_primary_page .core_content_box_wrap {
    background: rgba(255, 255, 255, 0.95);
    border-left: 4px solid rgb(190,190,215);
    position: relative;
    animation: fadeUp 0.8s 0.4s cubic-bezier(0.25, 1, 0.5, 1) forwards;
    transform: translateY(30px);
    backdrop-filter: blur(8px);
    box-shadow: 0 15px 30px rgba(0,0,0,0.15);
    opacity: 0;
    padding: 2rem;
    max-width: 550px;
}.core_primary_page .core_content_box_wrap p {
    line-height: 1.6;
    color: #000000;
    margin-bottom: 2rem;
    font-size: clamp(1rem, 1.2vw, 1.2rem);
    font-weight: 400;
}.core_primary_page .core_start_hero {
    display: flex;
    margin: 1.5rem 0;
    justify-content: center;
}.core_primary_page svg {
    width: 120px;
    height: 120px;
    transition: transform 0.6s cubic-bezier(0.34, 1.56, 0.64, 1);
}.core_primary_page .core_start_hero:hover svg {
    transform: scale(1.08) rotate(3deg);
}.core_primary_page svg path {
    transition: fill 0.4s ease;
}.core_primary_page .core_start_hero:hover svg path {
    fill: rgb(190,190,215);
}.core_primary_page svg text {
    transition: all 0.4s ease;
}.core_primary_page .core_start_hero:hover svg text {
    fill: rgb(157,156,188);
}.core_primary_page h6 {
    text-align: center;
    margin-top: 1.5rem;
}.core_primary_page .core_support_list {
    overflow: hidden;
    background: linear-gradient(135deg, rgb(190,190,215), rgb(157,156,188));
    font-size: 14px;
    box-shadow: 0 5px 15px rgba(94,170,168,0.3);
    color: #ffffff;
    text-decoration: none;
    padding: 0.8rem 2rem;
    position: relative;
    display: inline-block;
    transition: all 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
    font-weight: 600;
    border-radius: 10px;
}.core_primary_page .core_support_list::before {
    left: -100%;
    width: 100%;
    position: absolute;
    content: "";
    top: 0;
    transition: left 0.7s ease;
    background: linear-gradient(90deg, transparent, rgba(255,255,255,0.2), transparent);
    height: 100%;
}.core_primary_page .core_support_list:hover {
    box-shadow: 0 8px 20px rgba(94,170,168,0.4);
    transform: translateY(-3px);
}.core_primary_page .core_support_list:hover::before {
    left: 100%;
}

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

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

@keyframes fadeUp {
    to {
        transform: translateY(0);
        opacity: 1;
    }
}

@media (max-width: 992px) {.core_primary_page .core_study_lab {
    padding: 2rem 3%;
}.core_primary_page h1 {
    margin-bottom: 1.5rem;
}.core_primary_page .core_content_box_wrap {
    padding: 1.5rem;
    max-width: 500px;
}
}

@media (max-width: 768px) {.core_primary_page {
    min-height: 100vh;
    height: auto;
}.core_primary_page .core_pic_frame {
    clip-path: polygon(0 0, 100% 0, 100% 85%, 0 95%);
}.core_primary_page .core_study_lab {
    padding: 5rem 1.5rem;
}.core_primary_page h1 {
    margin-top: 2rem;
}.core_primary_page .core_content_box_wrap {
    width: 100%;
    max-width: none;
}.core_primary_page svg {
    height: 100px;
    width: 100px;
}
}

@media (max-width: 576px) {.core_primary_page .core_study_lab {
    padding: 4rem 1rem;
}.core_primary_page h1 {
    font-size: 1.8rem;
}.core_primary_page .core_content_box_wrap {
    padding: 1.2rem;
}.core_primary_page .core_support_list {
    padding: 0.7rem 1.5rem;
}.core_primary_page svg {
    height: 80px;
    width: 80px;
}}.core_our_background {
    overflow: hidden;
    padding: 140px 0 120px;
    background: rgb(222,222,236);
    position: relative;
}.core_our_background::before {
    animation: gradientFlow 25s infinite alternate;
    position: absolute;
    top: 0;
    content: "";
    height: 100%;
    background: linear-gradient(125deg, rgb(190,190,215,0.5) 0%, transparent 40%, rgb(157,156,188,0.5) 80%, rgb(190,190,215,0.5) 100%);
    z-index: 1;
    width: 100%;
    left: 0;
    opacity: 0.15;
}@keyframes gradientFlow {
    0% {
        background-position: 0% 50%;
    }
    50% {
        background-position: 100% 50%;
    }
    100% {
        background-position: 0% 50%;
    }
}

.core_our_background::after {
    opacity: 0.15;
    position: absolute;
    content: "";
    animation: pulseBackground 15s infinite alternate;
    background: radial-gradient(ellipse at 30% 20%, rgb(190,190,215,0.5) 0%, transparent 60%),
                radial-gradient(ellipse at 70% 80%, rgb(157,156,188,0.5) 0%, transparent 60%);
    z-index: 1;
    top: 0;
    filter: blur(50px);
    height: 100%;
    width: 100%;
    left: 0;
}@keyframes pulseBackground {
    0% {
        opacity: 0.1;
        filter: blur(50px);
    }
    50% {
        opacity: 0.15;
        filter: blur(70px);
    }
    100% {
        opacity: 0.1;
        filter: blur(50px);
    }
}

.core_our_background .container {
    position: relative;
    z-index: 2;
}.core_our_background .core_study_lab {
    max-width: 100vw;
    position: relative;
}.core_our_background h3 {
    border-left: 4px solid rgb(190,190,215);
    letter-spacing: 1px;
    font-weight: 700;
    color: #000000;
    margin: 0;
    transform: translateY(-100%) translateY(-30px);
    top: 0;
    left: 0;
    padding-left: 30px;
    font-size: 33px;
    position: absolute;
}.core_our_background .core_knowledge_study {
    padding-top: 20px;
    margin-left: -15%;
    grid-template-columns: 1.6fr 1.4fr;
    width: 115%;
    display: grid;
    gap: 20px;
    position: relative;
    margin-bottom: 100px;
}.core_our_background .core_knowledge_study span {
    transform: skewX(-15deg);
    font-weight: 600;
    color: #ffffff;
    z-index: 10;
    position: absolute;
    right: 10%;
    background: rgb(190,190,215);
    box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.1);
    padding: 10px 30px;
    font-size: 19px;
    border-radius: 0 10px 10px 0;
    top: -15px;
}.core_our_background .core_knowledge_study span::before {
    background: rgb(190,190,215);
    left: -15px;
    content: "";
    position: absolute;
    top: 0;
    height: 100%;
    transform: skewX(15deg);
    z-index: -1;
    width: 15px;
}.core_our_background .core_knowledge_study p {
    align-self: center;
    transform: translateX(-30px);
    line-height: 1.8;
    backdrop-filter: blur(10px);
    width: 110%;
    border-radius: 30px;
    grid-column: 2 / 3;
    font-size: 12px;
    z-index: 5;
    grid-row: 1 / 2;
    background: rgba(255, 255, 255, 0.8);
    color: #000000;
    padding: 40px;
    box-shadow: 20px 20px 60px rgba(0, 0, 0, 0.05),
                -20px -20px 60px rgba(255, 255, 255, 0.05);
}.core_our_background .core_knowledge_study .core_pic_frame {
    height: 500px;
    grid-row: 1 / 2;
    grid-column: 1 / 2;
    overflow: hidden;
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.15);
    border-radius: 0 30px 30px 0;
    z-index: 3;
}.core_our_background .core_knowledge_study .core_pic_frame::before {
    content: "";
    position: absolute;
    width: 100%;
    top: 0;
    z-index: 2;
    left: 0;
    height: 100%;
    background: linear-gradient(to right, rgba(0, 0, 0, 0.3), transparent);
}.core_our_background .core_study_expert {
    margin-left: auto;
    gap: 20px;
    margin-right: -15%;
    grid-template-columns: 1.4fr 1.6fr;
    width: 115%;
    position: relative;
    display: grid;
}.core_our_background .core_study_expert::before {
    content: "";
    top: -50px;
    background: linear-gradient(to right, rgb(190,190,215,0.5), rgb(157,156,188,0.5), transparent);
    height: 1px;
    position: absolute;
    width: 40%;
    left: 30%;
}.core_our_background .core_study_expert p {
    box-shadow: 20px 20px 60px rgba(0, 0, 0, 0.05),
                -20px -20px 60px rgba(255, 255, 255, 0.05);
    grid-row: 1 / 2;
    grid-column: 1 / 2;
    color: #000000;
    padding: 40px;
    width: 110%;
    font-size: 12px;
    background: rgba(255, 255, 255, 0.8);
    backdrop-filter: blur(10px);
    line-height: 1.8;
    transform: translateX(30px);
    z-index: 5;
    border-radius: 30px;
    align-self: center;
}.core_our_background .core_study_expert .core_learn_classes {
    height: 500px;
    grid-row: 1 / 2;
    grid-column: 2 / 3;
    overflow: hidden;
    position: relative;
    z-index: 3;
    border-radius: 30px 0 0 30px;
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.15);
}.core_our_background .core_study_expert .core_learn_classes::before {
    height: 100%;
    position: absolute;
    background: linear-gradient(to left, rgba(0, 0, 0, 0.3), transparent);
    top: 0;
    width: 100%;
    content: "";
    z-index: 2;
    left: 0;
}.core_our_background .core_knowledge_study::after,
.core_our_background .core_study_expert::after {
    position: absolute;
    animation: pulseOpacity 8s infinite alternate;
    height: 200px;
    filter: blur(80px);
    content: "";
    opacity: 0.15;
    width: 200px;
    z-index: 1;
    border-radius: 50%;
}@keyframes pulseOpacity {
    0% {
        opacity: 0.15;
        transform: scale(1);
    }
    100% {
        opacity: 0.2;
        transform: scale(1.1);
    }
}

.core_our_background .core_knowledge_study::after {
    bottom: -100px;
    right: 10%;
    background: rgb(190,190,215);
}.core_our_background .core_study_expert::after {
    background: rgb(157,156,188);
    left: 10%;
    top: -100px;
}.core_our_background .core_knowledge_study::before,
.core_our_background .core_study_expert::before {
    background: linear-gradient(to right, transparent, rgb(190,190,215,0.5) 50%, transparent);
    content: "";
    position: absolute;
    animation: widthPulse 6s infinite alternate;
    height: 1px;
    width: 300px;
}@keyframes widthPulse {
    0% {
        width: 200px;
    }
    100% {
        width: 300px;
    }
}

.core_our_background .core_knowledge_study::before {
    left: 20%;
    top: -20px;
}.core_our_background .core_study_expert::before {
    bottom: -20px;
    right: 20%;
}.core_our_background .core_study_lab::before,
.core_our_background .core_study_lab::after {
    position: absolute;
    content: "";
    height: 1px;
    background: linear-gradient(90deg, transparent, rgb(190,190,215,0.5) 50%, transparent);
    animation: horizontalLine 15s infinite alternate;
    width: 80%;
}@keyframes horizontalLine {
    0% {
        opacity: 0.1;
        transform: translateX(-10%);
    }
    100% {
        opacity: 0.3;
        transform: translateX(10%);
    }
}

.core_our_background .core_study_lab::before {
    left: 10%;
    top: 15%;
}.core_our_background .core_study_lab::after {
    right: 10%;
    bottom: 15%;
}

@media screen and (max-width: 1199px) {.core_our_background {
    padding: 120px 0 100px;
}.core_our_background h3 {
    font-size: calc(33px - 0.2rem);
}.core_our_background .core_knowledge_study,
    .core_our_background .core_study_expert {
    width: 110%;
}.core_our_background .core_knowledge_study {
    margin-left: -10%;
}.core_our_background .core_study_expert {
    margin-right: -10%;
}.core_our_background .core_knowledge_study .core_pic_frame,
    .core_our_background .core_study_expert .core_learn_classes {
    height: 450px;
}.core_our_background .core_knowledge_study p,
    .core_our_background .core_study_expert p {
    padding: 30px;
}
}

@media screen and (max-width: 991px) {.core_our_background .core_knowledge_study p,
    .core_our_background .core_study_expert p {
    width: 100%;
}.core_our_background {
    padding: 100px 0 80px;
}.core_our_background h3 {
    margin-bottom: 50px;
    font-size: calc(33px - 0.4rem);
    position: relative;
    transform: none;
}.core_our_background .core_knowledge_study,
    .core_our_background .core_study_expert {
    margin-right: 0;
    margin-left: 0;
    width: 100%;
    gap: 30px;
    grid-template-columns: 1fr;
}.core_our_background .core_knowledge_study {
    margin-bottom: 80px;
}.core_our_background .core_knowledge_study span {
    left: 0;
    top: -15px;
    right: auto;
    font-size: calc(19px - 0.2rem);
}.core_our_background .core_knowledge_study .core_pic_frame {
    grid-row: 1 / 2;
    border-radius: 30px;
    grid-column: 1 / 2;
    height: 400px;
}.core_our_background .core_knowledge_study p {
    transform: translateX(0);
    grid-row: 2 / 3;
    grid-column: 1 / 2;
}.core_our_background .core_study_expert .core_learn_classes {
    grid-column: 1 / 2;
    grid-row: 1 / 2;
    height: 400px;
    border-radius: 30px;
}.core_our_background .core_study_expert p {
    grid-column: 1 / 2;
    grid-row: 2 / 3;
    transform: translateX(0);
}.core_our_background .core_knowledge_study::after,
    .core_our_background .core_study_expert::after {
    width: 150px;
    height: 150px;
}
}

@media screen and (max-width: 767px) {.core_our_background {
    padding: 80px 0 60px;
}.core_our_background h3 {
    padding-left: 20px;
    margin-bottom: 40px;
    font-size: calc(33px - 0.6rem);
}.core_our_background .core_knowledge_study {
    margin-bottom: 60px;
}.core_our_background .core_knowledge_study span {
    font-size: calc(19px - 0.3rem);
    padding: 8px 20px;
}.core_our_background .core_knowledge_study .core_pic_frame,
    .core_our_background .core_study_expert .core_learn_classes {
    height: 350px;
}.core_our_background .core_knowledge_study p,
    .core_our_background .core_study_expert p {
    padding: 25px;
    font-size: calc(12px - 0.1rem);
}.core_our_background::after {
    filter: blur(30px);
}.core_our_background .core_knowledge_study::after,
    .core_our_background .core_study_expert::after {
    filter: blur(50px);
    height: 100px;
    width: 100px;
}
}

@media screen and (max-width: 575px) {.core_our_background {
    padding: 60px 0 40px;
}.core_our_background h3 {
    margin-bottom: 30px;
    border-left-width: 3px;
    padding-left: 15px;
    font-size: calc(33px - 0.8rem);
}.core_our_background .core_knowledge_study {
    gap: 20px;
    margin-bottom: 50px;
}.core_our_background .core_knowledge_study span {
    font-size: calc(19px - 0.4rem);
    padding: 6px 15px;
}.core_our_background .core_knowledge_study .core_pic_frame,
    .core_our_background .core_study_expert .core_learn_classes {
    height: 280px;
}.core_our_background .core_knowledge_study p,
    .core_our_background .core_study_expert p {
    padding: 20px;
    font-size: calc(12px - 0.2rem);
}.core_our_background::after {
    filter: blur(20px);
}.core_our_background .core_study_lab::before,
    .core_our_background .core_study_lab::after {
    width: 70%;
}
}

@media screen and (min-width: 1400px) {.core_our_background .core_knowledge_study {
    width: 120%;
    margin-left: -20%;
}.core_our_background .core_study_expert {
    width: 120%;
    margin-right: -20%;
}.core_our_background .core_knowledge_study .core_pic_frame,
    .core_our_background .core_study_expert .core_learn_classes {
    height: 550px;
}}.core_ty_banner {
    position: relative;
    padding: 100px 0;
    overflow: hidden;
    background: linear-gradient(135deg, rgb(222,222,236) 0%, rgb(190,190,215,0.5) 30%, rgb(222,222,236) 70%, rgb(157,156,188,0.5) 100%);
}.core_ty_banner::before {
    animation: pulseGlow 10s ease-in-out infinite;
    left: 0;
    top: 0;
    width: 100%;
    background: radial-gradient(circle at 30% 50%, rgb(190,190,215,0.5) 0%, transparent 60%);
    z-index: 0;
    position: absolute;
    height: 100%;
    content: "";
}.core_ty_banner::after {
    content: "";
    height: 100%;
    z-index: 0;
    width: 100%;
    position: absolute;
    left: 0;
    opacity: 0.7;
    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%);
    top: 0;
}.core_ty_banner .container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
    position: relative;
    z-index: 1;
}.core_ty_banner .core_study_lab {
    position: relative;
    transition: transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
    backdrop-filter: blur(10px);
    flex-direction: column;
    gap: 2.5rem;
    background: linear-gradient(145deg, rgba(255, 255, 255, 0.9) 0%, rgba(255, 255, 255, 0.7) 100%);
    transform: perspective(1000px) rotateX(2deg);
    padding: 3.5rem;
    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);
    display: flex;
}.core_ty_banner .core_study_lab::before {
    width: 80%;
    position: absolute;
    border-radius: 10px;
    opacity: 0.6;
    height: 10px;
    top: -5px;
    content: "";
    transform: translateX(-50%);
    background: linear-gradient(90deg, transparent, rgb(190,190,215) 50%, transparent);
    left: 50%;
}.core_ty_banner .core_study_lab::after {
    content: "";
    background: linear-gradient(90deg, transparent, rgb(157,156,188) 50%, transparent);
    left: 50%;
    border-radius: 10px;
    position: absolute;
    bottom: -5px;
    height: 10px;
    opacity: 0.6;
    width: 80%;
    transform: translateX(-50%);
}.core_ty_banner .core_study_lab > div:first-child {
    position: relative;
    padding-bottom: 1.5rem;
}.core_ty_banner .core_study_lab > div:first-child::after {
    transform-origin: left;
    left: 0;
    width: 60px;
    height: 3px;
    background: rgb(190,190,215);
    animation: expandLine 1.5s ease-out forwards;
    bottom: 0;
    content: "";
    position: absolute;
}.core_ty_banner h5 {
    transform: translateY(0);
    position: relative;
    margin: 0;
    line-height: 1.4;
    transition: transform 0.3s ease;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8);
    color: #000000;
    font-weight: 700;
    font-size: 22px;
}.core_ty_banner a {
    display: block;
    text-decoration: none;
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
}.core_ty_banner a::before {
    background: linear-gradient(to right, transparent, rgb(190,190,215,0.5), transparent);
    transform: skewX(-20deg);
    opacity: 0;
    left: -30px;
    transition: opacity 0.3s ease;
    height: 100%;
    top: 0;
    position: absolute;
    animation: shine 3s infinite;
    content: "";
    width: 10px;
}.core_ty_banner a:hover::before {
    opacity: 1;
}.core_ty_banner p {
    padding: 0.5rem 1rem;
    color: #000000;
    transition: all 0.3s ease;
    line-height: 1.7;
    font-size: 15px;
    position: relative;
    border-left: 3px solid rgb(157,156,188,0.5);
    margin: 0;
}.core_ty_banner a:hover p {
    transform: translateX(5px);
    color: rgb(190,190,215);
}.core_ty_banner .core_study_lab:hover {
    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);
    transform: perspective(1000px) rotateX(0deg);
}

@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) {.core_ty_banner {
    padding: 150px 0;
}.core_ty_banner .core_study_lab {
    margin: 0 auto;
    max-width: 85%;
    padding: 4rem 5rem;
    transform: perspective(1000px) rotateX(2deg) rotateY(1deg);
}.core_ty_banner .core_study_lab:hover {
    transform: perspective(1000px) rotateX(0deg) rotateY(0deg);
}.core_ty_banner h5 {
    font-size: calc(22px * 1.2);
}.core_ty_banner p {
    line-height: 1.8;
    font-size: calc(15px * 1.1);
    padding: 1rem 1.5rem;
}
}

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

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

@media (max-width: 480px) {.core_ty_banner {
    padding: 40px 0;
}.core_ty_banner .core_study_lab {
    padding: 2rem 1.25rem;
    transform: perspective(1000px) rotateX(1deg);
}.core_ty_banner h5 {
    font-size: calc(22px * 0.8);
}.core_ty_banner p {
    font-size: calc(15px * 0.9);
    line-height: 1.6;
}
}