* {
    margin: 0;
    box-sizing: border-box;
    padding: 0;
}.level_up {
    flex: 0 0 auto;
}header,footer {
    width: 100%;
}.wrapper-container {
    display: flex;
    flex-direction: column;
    min-height: 100%;
    height: 100%;
}::-webkit-scrollbar {
    width: 0.8em;
}::-webkit-scrollbar-track {
    border-radius: 9.5rem;
    background: rgb(178,185,215);
}::-webkit-scrollbar-thumb {
    transition: box-shadow, transform 2.3s ease;
    background: rgb(216,217,236);
    border-radius: 9.8vw;
}::-webkit-scrollbar-thumb:hover {
    background: rgb(178,185,215);
    border-color: rgb(216,217,236);
}* {
    scrollbar-color: rgb(216,217,236) rgb(178,185,215,0.5);
    scrollbar-width: none;
}html,body {
    height: 100%;
    color: #000000;
    font-family: Arial, sans-serif;
    min-height: 100%;
}.first_teach {
    flex: 1 0 auto;
}.container {
    margin: auto;
    width: 1118px;
    max-width: 100%;
}svg {
    width: 30px;
    height: 30px;
}a {
    text-decoration: none;
    color: inherit;
}
@media only screen and (max-width: 1200px)  {.container {
    width: 100%;
    padding: 0 20px;
}
}
@media only screen and (max-width: 800px)  {.container {
    padding: 0 12px;
}}
.contact_form_box {
    position: relative;
    padding: 6rem 0;
    overflow: hidden;
    background: linear-gradient(
        -45deg, 
        rgb(216,217,236) 0%, 
        rgb(138,151,192,0.5) 100%
    );
}.contact_form_box .container {
    max-width: 1400px;
    padding: 0 1rem;
    margin: 0 auto;
}.contact_form_box .message_help {
    position: relative;
    align-items: stretch;
    box-shadow: 0 25px 50px rgb(178,185,215,0.5);
    border-radius: 29px;
    background: rgb(138,151,192,0.5);
    overflow: hidden;
    display: flex;
}.contact_form_box .featured_photo {
    min-height: 600px;
    z-index: 2;
    position: relative;
    margin-left: -5%;
    transform: skew(-10deg);
    flex: 0 0 45%;
}.contact_form_box .featured_photo::before {
    top: 0;
    height: 100%;
    opacity: 0.7;
    content: '';
    background: linear-gradient(
        135deg, 
        rgb(178,185,215,0.5) 0%, 
        rgb(138,151,192,0.5) 100%
    );
    width: 120%;
    transform: skew(10deg);
    left: 0;
    z-index: 1;
    position: absolute;
}.contact_form_box .message_request {
    z-index: 3;
    flex: 0 0 55%;
    padding: 4rem 3rem 4rem 10%;
    display: flex;
    position: relative;
    justify-content: center;
    flex-direction: column;
}.contact_form_box h2 {
    margin-bottom: 2.5rem;
    position: relative;
    padding-left: 2rem;
    font-size: 46px;
    font-weight: 700;
    color: #ffffff;
    text-align: left;
}.contact_form_box h2::before {
    background: rgb(178,185,215);
    width: 1rem;
    left: 0;
    height: 1rem;
    content: '';
    transform: translateY(-50%);
    top: 50%;
    position: absolute;
    box-shadow: 0 0 15px rgb(178,185,215,0.5);
    border-radius: 50%;
}.contact_form_box .message_request h3 {
    color: #ffffff;
    margin-bottom: 2rem;
    font-size: 33px;
    font-weight: 600;
    padding-bottom: 1rem;
    position: relative;
}.contact_form_box .message_request h3::after {
    bottom: 0;
    position: absolute;
    height: 3px;
    left: 0;
    width: 50px;
    background: rgb(178,185,215);
    content: '';
}.contact_form_box .message_request form {
    gap: 1.5rem;
    display: grid;
}.contact_form_box .message_request input:not([type="checkbox"]):not([type="submit"]) {
    outline: none;
    transition: all 0.3s ease;
    font-size: 12px;
    position: relative;
    border: 1px solid rgb(178,185,215,0.5);
    background: rgb(138,151,192,0.5);
    padding: 1rem 1.5rem;
    border-radius: 10px;
    color: #ffffff;
    width: 100%;
}.contact_form_box .message_request input:not([type="checkbox"]):not([type="submit"])::after {
    width: 0;
    content: '';
    background: rgb(178,185,215);
    bottom: -2px;
    position: absolute;
    left: 0;
    height: 2px;
    transition: width 0.3s ease;
}.contact_form_box .message_request input:not([type="checkbox"]):not([type="submit"]):focus {
    border-color: rgb(178,185,215);
    box-shadow: 0 0 15px rgb(178,185,215,0.5);
}.contact_form_box .message_request input:not([type="checkbox"]):not([type="submit"]):focus::after {
    width: 100%;
}.contact_form_box .message_request .support_inquiry {
    align-items: center;
    gap: 1rem;
    display: flex;
}.contact_form_box .message_request .support_inquiry input[type="checkbox"] {
    width: 22px;
    transition: all 0.3s ease;
    height: 22px;
    border-radius: 10px;
    appearance: none;
    background: rgb(138,151,192,0.5);
    position: relative;
    cursor: pointer;
    border: 2px solid rgb(178,185,215,0.5);
}.contact_form_box .message_request .support_inquiry input[type="checkbox"]:checked {
    border-color: rgb(178,185,215);
    background: rgb(178,185,215);
}.contact_form_box .message_request .support_inquiry input[type="checkbox"]:checked::after {
    content: '✔';
    color: #ffffff;
    font-size: 0.8rem;
    transform: translate(-50%, -50%);
    position: absolute;
    left: 50%;
    top: 50%;
}.contact_form_box .message_request .support_inquiry label {
    display: flex;
    font-size: 12px;
    align-items: center;
    color: #ffffff;
}.contact_form_box .message_request .support_inquiry a {
    transition: color 0.3s ease;
    color: rgb(178,185,215);
    text-decoration: none;
    margin-left: 0.3rem;
}.contact_form_box .message_request .support_inquiry a:hover {
    text-decoration: underline;
}.contact_form_box .message_request .request_message {
    font-weight: 600;
    text-transform: uppercase;
    color: #ffffff;
    padding: 1rem;
    background: rgb(178,185,215);
    overflow: hidden;
    border-radius: 10px;
    width: 100%;
    transition: all 0.3s ease;
    border: none;
    font-size: 15px;
    cursor: pointer;
    position: relative;
}.contact_form_box .message_request .request_message::before {
    left: -50%;
    width: 200%;
    transition: all 0.5s ease;
    background: linear-gradient(
        135deg, 
        transparent, 
        rgb(178,185,215,0.5), 
        transparent
    );
    content: '';
    opacity: 0;
    height: 200%;
    top: -50%;
    position: absolute;
    transform: rotate(-45deg);
}.contact_form_box .message_request .request_message:hover::before {
    opacity: 1;
}.contact_form_box .message_request .request_message:hover {
    transform: translateY(-3px);
    box-shadow: 0 10px 20px rgb(178,185,215,0.5);
}

@media screen and (max-width: 1200px) {.contact_form_box .featured_photo {
    margin-left: -3%;
}
}

@media screen and (max-width: 1024px) {.contact_form_box .message_help {
    flex-direction: column;
}.contact_form_box .featured_photo {
    flex: 0 0 100%;
    min-height: 300px;
    margin-left: 0;
    transform: none;
}.contact_form_box .featured_photo::before {
    transform: none;
    width: 100%;
}.contact_form_box .message_request {
    flex: 0 0 100%;
    padding: 3rem 2rem;
}
}

@media screen and (max-width: 768px) {.contact_form_box {
    padding: 3rem 0;
}.contact_form_box h2 {
    font-size: calc(46px * 0.8);
    margin-bottom: 1.5rem;
    padding-left: 1.5rem;
}.contact_form_box h2::before {
    width: 0.8rem;
    height: 0.8rem;
}.contact_form_box .message_request h3 {
    font-size: calc(33px * 0.9);
    margin-bottom: 1.5rem;
}.contact_form_box .message_request input:not([type="checkbox"]):not([type="submit"]) {
    padding: 0.8rem 1.2rem;
}
}

@media screen and (max-width: 480px) {.contact_form_box .message_help {
    border-radius: 0;
}.contact_form_box .message_request {
    padding: 2rem 1.5rem;
}}.gratWrapper {
    overflow: hidden;
    position: relative;
    background: linear-gradient(135deg, rgb(216,217,236) 0%, rgb(178,185,215,0.5) 100%);
    padding: 120px 0 100px;
}.gratWrapper::before {
    height: 100%;
    opacity: 0.1;
    top: 0;
    background-size: 60px 60px;
    pointer-events: none;
    width: 100%;
    content: "";
    z-index: 1;
    position: absolute;
    left: 0;
    background: 
        linear-gradient(45deg, transparent 49.5%, rgb(138,151,192,0.5) 49.5%, rgb(138,151,192,0.5) 50.5%, transparent 50.5%),
        linear-gradient(-45deg, transparent 49.5%, rgb(138,151,192,0.5) 49.5%, rgb(138,151,192,0.5) 50.5%, transparent 50.5%);
}.gratWrapper::after {
    background: rgb(178,185,215);
    right: -10%;
    opacity: 0.03;
    content: "";
    height: 70%;
    width: 50%;
    z-index: 0;
    transform: rotate(-15deg) skewX(-15deg);
    top: 20%;
    position: absolute;
}.gratWrapper .container {
    transform-style: preserve-3d;
    margin: 0 auto;
    position: relative;
    padding: 0 20px;
    perspective: 1000px;
    z-index: 2;
    max-width: 1200px;
}.gratWrapper h2 {
    transform: translateZ(30px);
    position: relative;
    font-weight: 700;
    text-align: left;
    margin-bottom: 40px;
    opacity: 0;
    font-size: 28px;
    color: #000000;
    animation: slideTitle 0.8s forwards 0.2s cubic-bezier(0.23, 1, 0.32, 1);
}.gratWrapper h2::after {
    width: 80px;
    animation: expandLine 1.2s forwards 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    transform-origin: left;
    background: linear-gradient(to right, rgb(178,185,215), rgb(138,151,192));
    position: absolute;
    left: 0;
    bottom: -15px;
    content: "";
    height: 4px;
    transform: scaleX(0);
}.gratWrapper .knowledge_guides {
    background: #ffffff;
    opacity: 0;
    box-shadow: 0 15px 50px -20px rgba(0, 0, 0, 0.15);
    transform: translateZ(10px) perspective(1000px) rotateX(2deg);
    position: relative;
    padding: 50px 40px;
    animation: fadeScale 0.8s forwards 0.5s cubic-bezier(0.23, 1, 0.32, 1);
    overflow: hidden;
    border-radius: 10px;
}.gratWrapper .knowledge_guides::before {
    z-index: 0;
    background: linear-gradient(135deg, rgb(178,185,215,0.5) 0%, transparent 80%);
    height: 100%;
    top: 0;
    position: absolute;
    content: "";
    opacity: 0.07;
    left: 0;
    width: 100%;
}.gratWrapper .knowledge_guides::after {
    pointer-events: none;
    transform: scale(0.8);
    background: radial-gradient(circle, rgb(178,185,215,0.5) 0%, transparent 70%);
    left: -100%;
    content: "";
    transition: opacity 1.5s ease, transform 1.5s ease;
    position: absolute;
    z-index: 0;
    opacity: 0;
    width: 300%;
    height: 300%;
    top: -100%;
}.gratWrapper .knowledge_guides:hover::after {
    opacity: 0.05;
    transform: scale(1);
}.gratWrapper ul {
    margin: 0;
    z-index: 2;
    list-style: none;
    position: relative;
    padding: 0;
}.gratWrapper li {
    z-index: 2;
    padding-left: 30px;
    position: relative;
}.gratWrapper li::before {
    border-radius: 50%;
    content: "";
    height: 10px;
    transform: scale(0);
    top: 12px;
    background: linear-gradient(135deg, rgb(178,185,215) 0%, rgb(138,151,192) 100%);
    animation: popIn 0.5s forwards 1s cubic-bezier(0.34, 1.56, 0.64, 1);
    position: absolute;
    left: 0;
    width: 10px;
}.gratWrapper li span {
    line-height: 1.8;
    color: #000000;
    display: block;
    font-family: Arial, sans-serif;
    transform: translateY(20px);
    font-size: 18px;
    opacity: 0;
    animation: fadeUp 0.8s forwards 0.8s cubic-bezier(0.23, 1, 0.32, 1);
}.gratWrapper .knowledge_guides:hover {
    box-shadow: 0 22px 60px -20px rgba(0, 0, 0, 0.2);
    transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1);
    transform: translateZ(20px) perspective(1000px) rotateX(1deg);
}


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


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

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

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

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

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


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

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

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

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

@media (hover: none) {.gratWrapper .knowledge_guides:hover {
    box-shadow: 0 15px 50px -20px rgba(0, 0, 0, 0.15);
    transform: translateZ(10px) perspective(1000px) rotateX(2deg);
}.gratWrapper .knowledge_guides:hover::after {
    opacity: 0;
}}.education_experience {
    background-color: rgb(216,217,236);
    overflow: hidden;
    position: relative;
    padding: 6rem 2rem;
}.education_experience::before {
    content: "";
    position: absolute;
    top: 0;
    width: 40%;
    height: 100%;
    z-index: 1;
    right: 0;
    background: linear-gradient(90deg, transparent, rgb(178,185,215,0.5));
}.education_experience .feedback_views {
    z-index: 2;
    box-shadow: none;
    background: transparent;
    display: flex;
    max-width: 1200px;
    margin: 0 auto;
    border-radius: 0;
    position: relative;
}.education_experience .featured_photo {
    border-radius: 0;
    box-shadow: 15px 15px 0 rgb(178,185,215,0.5);
    transform: rotate(-2deg);
    width: 45%;
    position: relative;
    transition: all 0.5s ease;
    height: 480px;
}.education_experience .exp_card {
    display: flex;
    flex-direction: column;
    width: 55%;
    padding: 3rem 0 3rem 4rem;
    justify-content: center;
    position: relative;
}.education_experience .exp_card::before {
    top: 0;
    position: absolute;
    content: "";
    left: 2.5rem;
    height: 100%;
    background: linear-gradient(to bottom, rgb(138,151,192,0.5), transparent);
    width: 1px;
}.education_experience .name {
    font-weight: 700;
    color: #000000;
    position: relative;
    margin-bottom: 1rem;
    font-size: calc(44px * 1.2);
    line-height: 1.1;
}.education_experience .exp_card > div:nth-child(2) {
    display: inline-block;
    border-radius: 10px;
    font-size: 19px;
    background-color: rgb(138,151,192);
    padding: 0.5rem 1.5rem;
    color: #ffffff;
    margin-bottom: 2.5rem;
    letter-spacing: 1px;
    font-weight: 600;
    transform: translateX(-10px);
}.education_experience .emp_achievements {
    padding-left: 0;
    color: #000000;
    max-width: 90%;
    line-height: 1.8;
    position: relative;
    font-size: 15px;
}.education_experience .emp_achievements::before {
    background-color: rgb(178,185,215);
    left: 0;
    content: "";
    top: -1.5rem;
    position: absolute;
    height: 3px;
    width: 60px;
}.education_experience .feedback_views:hover .featured_photo {
    transform: rotate(0deg);
    box-shadow: 10px 10px 0 rgb(138,151,192);
}

@media (max-width: 992px) {.education_experience::before {
    right: 0;
    top: 0;
    background: linear-gradient(180deg, rgb(178,185,215,0.5), transparent);
    width: 100%;
    height: 40%;
}.education_experience .feedback_views {
    max-width: 90%;
    align-items: center;
    flex-direction: column;
}.education_experience .featured_photo {
    width: 90%;
    height: 400px;
}.education_experience .exp_card {
    padding: 3rem 1rem 1rem;
    width: 100%;
}.education_experience .exp_card::before {
    display: none;
}.education_experience .emp_achievements {
    max-width: 100%;
}
}

@media (max-width: 576px) {.education_experience {
    padding: 4rem 1rem;
}.education_experience .featured_photo {
    height: 320px;
}.education_experience .name {
    font-size: 38px;
}.education_experience .exp_card > div:nth-child(2) {
    font-size: 13px;
}.education_experience .emp_achievements {
    font-size: calc(15px * 0.95);
    line-height: 1.6;
}}.cookie_popup_warning {
    font-family: Arial, sans-serif;
    position: fixed;
    border-top: 3px solid rgb(138,151,192);
    box-shadow: 0 -4px 10px rgba(0, 0, 0, 0.5);
    transition: transform 0.5s ease-in-out;
    animation: slideUp 0.5s forwards;
    bottom: 0;
    padding: 20px 0;
    width: 100%;
    z-index: 90;
    transform: translateY(100%);
    background: rgb(138,151,192);
}@keyframes slideUp {
    to {
        transform: translateY(0);
    }
}
.safe_cookies {
    justify-content: space-between;
    padding: 20px 5%;
    display: flex;
    gap: 20px;
    align-items: center;
}.cookie_popup_warning h5 {
    font-weight: 700;
    letter-spacing: 1px;
    color: #ffffff;
    font-size: 18px;
    text-transform: uppercase;
}.cookie_popup_warning p {
    line-height: 1.5;
    margin: 0;
    font-size: 17px;
    color: #ffffff;
}.accept_cookies {
    filter: drop-shadow(0 0 10px rgb(178,185,215));
    margin-right: 15px;
    display: flex;
    align-items: center;
    flex-shrink: 0;
    justify-content: center;
}.accept_cookies svg {
    fill: rgb(178,185,215);
    width: 80px;
    height: 80px;
    transition: transform 0.3s ease-in-out;
}.accept_cookies:hover svg {
    transform: scale(1.1);
}.cookie_lock {
    transition: background-color 0.3s ease, box-shadow 0.3s ease;
    flex-shrink: 0;
    white-space: nowrap;
    min-width: 140px;
    font-size: 14px;
    background: linear-gradient(90deg, rgb(178,185,215), rgb(138,151,192));
    text-decoration: none;
    cursor: pointer;
    padding: 10px 20px;
    box-shadow: 0 0 15px rgb(178,185,215);
    text-align: center;
    border-radius: 13px;
    margin-left: 10px;
    line-height: 40px;
    color: #000000;
}.cookie_lock:hover {
    box-shadow: 0 0 20px rgb(138,151,192);
}.cookie_button.web_cookies:hover {
    box-shadow: 0 0 15px rgb(138,151,192);
}.cookie_popup_warning p a {
    transition: color 0.3s ease;
    text-decoration: none;
    color: rgb(178,185,215);
}.cookie_popup_warning p a:hover {
    color: rgb(138,151,192);
}#dataConsentBanner {
    display: none;
}#dataConsentBanner:checked ~ .cookie_popup_warning {
    visibility: hidden;
    opacity: 0;
}
@media only screen and (max-width: 1200px) {.cookie_popup_warning {
    padding: 15px 0;
}.safe_cookies {
    padding: 15px 5%;
}
}
@media only screen and (max-width: 800px) {.accept_cookies {
    display: none;
}.safe_cookies {
    text-align: center;
    flex-direction: column;
    align-items: center;
}.cookie_popup_warning h5 {
    font-size: 21px;
    margin-bottom: 5px;
}.data_notice {
    margin-bottom: 15px;
}.cookie_lock {
    min-width: 100%;
    margin: 10px 0;
}}
footer {
    position: relative;
    width: 100%;
}.level_up {
    font-family: Arial, sans-serif;
    padding: 80px 0 30px;
    position: relative;
    background-color: rgb(178,185,215);
    color: #ffffff;
}.level_up::before {
    height: 100%;
    background-color: rgb(178,185,215);
    z-index: 0;
    position: absolute;
    right: 0;
    clip-path: polygon(15% 0, 100% 0, 100% 100%, 0% 100%);
    content: "";
    top: 0;
    width: 60%;
}footer .level_up::after {
    position: absolute;
    background: radial-gradient(circle, rgb(178,185,215), transparent 70%);
    content: "";
    right: 15%;
    border-radius: 50%;
    opacity: 0.3;
    height: 200px;
    width: 200px;
    top: 50px;
}footer .sec_cert {
    position: relative;
    z-index: 1;
}footer .edu_input {
    justify-content: flex-start;
    flex-wrap: wrap;
    margin-bottom: 60px;
    display: flex;
    gap: 10px;
}footer .info_item {
    transition: all 0.3s ease;
    border-radius: 10px;
    margin-bottom: 10px;
    background-color: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(5px);
    margin-right: 10px;
    transform: skewX(-5deg);
    flex: 0 1 auto;
    padding: 15px 25px;
}footer .info_item:hover {
    transform: skewX(-5deg) translateY(-5px);
    background-color: rgb(178,185,215);
}footer .info_item svg {
    margin-right: 10px;
    vertical-align: middle;
    height: 20px;
    width: 20px;
    transform: skewX(5deg);
    fill: #ffffff;
}footer .info_item p,
footer .info_item a {
    font-size: 16px;
    transform: skewX(5deg);
    vertical-align: middle;
    color: #ffffff;
    display: inline-block;
    text-decoration: none;
}footer .text_main_holder {
    gap: 40px;
    display: grid;
    grid-template-columns: 1fr;
    position: relative;
}footer .top_guide {
    position: relative;
    padding-left: 20px;
}footer .top_guide::before {
    width: 5px;
    background-color: rgb(178,185,215);
    height: 100%;
    left: 0;
    content: "";
    position: absolute;
    top: 0;
}footer .top_guide svg {
    height: 45px;
    filter: brightness(0) invert(1);
    margin-bottom: 20px;
    width: auto;
}footer .design_res {
    color: rgba(255, 255, 255, 0.7);
    max-width: 320px;
    font-size: 15px;
    line-height: 1.6;
}footer .nav_class {
    position: relative;
}footer .nav_class h5 {
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 25px;
    padding-bottom: 10px;
    font-weight: 700;
    display: inline-block;
    font-size: 24px;
    position: relative;
    color: #ffffff;
}footer .nav_class h5::after {
    position: absolute;
    content: "";
    height: 3px;
    left: 0;
    width: 50px;
    bottom: 0;
    background-color: rgb(178,185,215);
}footer .head_main {
    grid-template-columns: repeat(auto-fill, minmax(120px, 1fr));
    gap: 15px;
    margin-bottom: 25px;
    display: grid;
}footer .head_main a {
    color: rgba(255, 255, 255, 0.8);
    font-size: 16px;
    transition: all 0.3s ease;
    text-decoration: none;
    padding-left: 0;
    position: relative;
}footer .head_main a::before {
    opacity: 0;
    position: absolute;
    transition: all 0.3s ease;
    color: rgb(178,185,215);
    content: "→";
    left: -20px;
}footer .head_main a:hover {
    padding-left: 20px;
    color: rgb(178,185,215);
}footer .head_main a:hover::before {
    left: 0;
    opacity: 1;
}footer .subscribe_holder {
    padding: 30px;
    border-left: 5px solid rgb(178,185,215);
    background-color: rgba(0, 0, 0, 0.3);
    position: relative;
    border-radius: 19px;
}footer .subscribe_holder::before {
    content: "";
    opacity: 0.2;
    width: 100px;
    background-color: rgb(178,185,215);
    border-radius: 50%;
    height: 100px;
    position: absolute;
    top: -20px;
    z-index: -1;
    right: -20px;
}footer .subscribe_holder h5 {
    margin-bottom: 15px;
    font-size: 24px;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 700;
    color: #ffffff;
}footer .subscribe_holder p {
    font-size: 16px;
    line-height: 1.6;
    margin-bottom: 25px;
    color: rgba(255, 255, 255, 0.7);
}footer .input_holder {
    flex-direction: column;
    gap: 15px;
    display: flex;
}footer .input_holder input[type="email"] {
    color: #ffffff;
    padding: 14px 16px;
    background-color: rgba(255, 255, 255, 0.1);
    border: none;
    border-radius: 10px;
    font-size: 16px;
    transition: all 0.3s ease;
}footer .input_holder input[type="email"]:focus {
    box-shadow: 0 0 0 2px rgb(178,185,215);
    background-color: rgba(255, 255, 255, 0.15);
    outline: none;
}footer .input_holder input[type="email"]::placeholder {
    color: rgba(255, 255, 255, 0.5);
}footer .news_signup_form {
    color: #ffffff;
    cursor: pointer;
    padding: 14px 20px;
    border-radius: 10px;
    font-weight: 600;
    text-transform: uppercase;
    background-color: rgb(178,185,215);
    letter-spacing: 1px;
    font-size: 18px;
    border: none;
    transition: all 0.3s ease;
}footer .news_signup_form:hover {
    transform: translateX(5px);
    background-color: rgb(138,151,192);
}footer .collab_space {
    position: relative;
    margin-top: 60px;
    padding-top: 20px;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}footer .mod_tools {
    font-size: 15px;
    text-align: center;
    color: rgba(255, 255, 255, 0.6);
}

@media (min-width: 768px) {footer .text_main_holder {
    gap: 30px;
    grid-template-columns: 1fr 1fr 1fr;
}footer .head_main {
    grid-template-columns: repeat(2, 1fr);
}footer .input_holder {
    flex-direction: row;
}footer .news_signup_form {
    white-space: nowrap;
}footer .head_main a {
    padding-right: 10px;
}
}

@media (max-width: 991px) {footer .level_up::before {
    background-color: rgb(178,185,215);
    opacity: 0.7;
    width: 100%;
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
}
}

@media (max-width: 767px) {footer .level_up {
    padding: 60px 0 30px;
}footer .edu_input {
    justify-content: center;
    margin-bottom: 40px;
}footer .nav_class h5, footer .subscribe_holder h5 {
    margin-bottom: 20px;
}footer .collab_space {
    margin-top: 40px;
}
}

@media (max-width: 576px) {footer .level_up {
    padding: 50px 0 20px;
}footer .info_item {
    width: 100%;
    margin-right: 0;
}footer .head_main {
    grid-template-columns: 1fr;
}footer .subscribe_holder {
    padding: 20px;
}footer .input_holder input[type="email"],
    footer .news_signup_form {
    padding: 12px 15px;
}}.title_greeting {
    align-items: center;
    justify-content: center;
    display: flex;
    min-height: 100vh;
    position: relative;
    background-color: rgb(216,217,236);
    width: 100%;
    overflow: hidden;
}.title_greeting .study_fast {
    padding: 0 5%;
    z-index: 2;
    width: 100%;
    max-width: 1400px;
    position: relative;
}.title_greeting .expert_studio {
    padding: 4rem 3rem;
    transition: transform 0.7s cubic-bezier(0.19, 1, 0.22, 1);
    position: relative;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.15), 0 10px 25px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    transform: perspective(1000px) rotateX(2deg);
}.title_greeting .main_first {
    border-left: 5px solid rgb(178,185,215);
    position: relative;
}.title_greeting .main_first:before {
    left: 0;
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 1;
    backdrop-filter: blur(3px);
    background: linear-gradient(135deg, 
    rgba(rgba(0, 0, 0, 0.5), 0.92), 
    rgba(rgba(0, 0, 0, 0.5), 0.85) 40%, 
    rgba(rgb(178,185,215,0.5), 0.75));
    content: "";
    top: 0;
}.title_greeting .main_first:after {
    top: 0;
    background: radial-gradient(circle at 80% 20%, 
    rgba(rgb(178,185,215,0.5), 0.2) 0%, 
    transparent 60%);
    width: 100%;
    z-index: 2;
    content: "";
    height: 100%;
    position: absolute;
    left: 0;
    pointer-events: none;
}.title_greeting .main_first span {
    position: relative;
    transform: translateY(0);
    display: inline-block;
    transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1) 0.1s;
    z-index: 3;
    margin-bottom: 1.5rem;
}.title_greeting .main_first:hover span {
    transform: translateY(-5px);
}.title_greeting .main_first span h3 {
    line-height: 1.5;
    border-left: 3px solid #ffffff;
    letter-spacing: 0.5px;
    box-shadow: 0 8px 25px rgba(rgb(178,185,215,0.5), 0.3);
    font-family: Arial, sans-serif;
    margin: 0;
    font-weight: 600;
    padding: 0.75rem 1.5rem;
    clip-path: polygon(0 0, 100% 0, 97% 100%, 0% 100%);
    max-width: 85%;
    background: linear-gradient(90deg, 
    rgb(178,185,215) 0%, 
    rgba(rgb(178,185,215,0.5), 0.8) 100%);
    color: #ffffff;
    font-size: calc(23px * 0.9);
}.title_greeting .main_first h1 {
    line-height: 1.2;
    transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1) 0.2s;
    margin-bottom: 2rem;
    font-weight: 700;
    font-size: calc(41px * 1.1);
    text-shadow: 0 2px 15px rgba(0, 0, 0, 0.3);
    transform: translateX(0);
    z-index: 3;
    position: relative;
    color: #ffffff;
}.title_greeting .main_first:hover h1 {
    transform: translateX(10px);
}.title_greeting .main_first div {
    max-width: 80%;
    position: relative;
    z-index: 3;
}.title_greeting .main_first div div {
    border-left: 3px solid rgb(138,151,192);
    transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1) 0.3s, 
              border-left-color 0.4s ease-out;
    padding-left: 2rem;
    position: relative;
    transform: translateX(0);
}.title_greeting .main_first:hover div div {
    transform: translateX(5px);
    border-left-color: #ffffff;
}.title_greeting .main_first div div p {
    letter-spacing: 0.3px;
    line-height: 1.6;
    margin: 0;
    color: #ffffff;
    font-weight: 400;
    font-size: calc(18px * 1.2);
}.title_greeting .main_first div div p:after {
    margin-top: 0.75rem;
    display: block;
    transition: width 0.8s cubic-bezier(0.19, 1, 0.22, 1);
    content: "";
    height: 2px;
    width: 0;
    background: rgb(138,151,192);
}.title_greeting .main_first:hover div div p:after {
    width: 50%;
}

@media (min-width: 992px) {.title_greeting .expert_studio {
    padding: 6rem 5rem;
}.title_greeting .main_first span h3 {
    font-size: 23px;
    max-width: 75%;
}.title_greeting .main_first h1 {
    font-size: calc(41px * 1.2);
    margin-bottom: 3rem;
}.title_greeting .main_first div div {
    padding-left: 3rem;
}.title_greeting .main_first div div p {
    font-size: calc(18px * 1.3);
}
}

@media (max-width: 991px) {.title_greeting {
    min-height: 80vh;
}.title_greeting .expert_studio {
    padding: 3rem 2.5rem;
    transform: perspective(1000px) rotateX(1deg);
}
}

@media (max-width: 767px) {.title_greeting {
    min-height: 70vh;
}.title_greeting .expert_studio {
    transform: none;
    padding: 2.5rem 2rem;
}.title_greeting .main_first span h3 {
    max-width: 100%;
    letter-spacing: 0.3px;
    font-size: calc(23px * 0.8);
    padding: 0.6rem 1rem;
}.title_greeting .main_first h1 {
    font-size: 38px;
    margin-bottom: 1.5rem;
}.title_greeting .main_first div {
    max-width: 100%;
}.title_greeting .main_first div div {
    padding-left: 1.5rem;
}.title_greeting .main_first div div p {
    font-size: 18px;
}
}

@media (max-width: 480px) {.title_greeting {
    min-height: 60vh;
}.title_greeting .expert_studio {
    padding: 2rem 1.5rem;
}.title_greeting .main_first span {
    margin-bottom: 1rem;
}.title_greeting .main_first span h3 {
    padding: 0.5rem 0.75rem;
    font-size: calc(16px * 1.1);
}.title_greeting .main_first h1 {
    font-size: calc(38px * 0.9);
    margin-bottom: 1rem;
}.title_greeting .main_first div div {
    padding-left: 1rem;
    border-left-width: 2px;
}.title_greeting .main_first div div p {
    line-height: 1.5;
    font-size: calc(18px * 0.9);
}}header {
    background: linear-gradient(120deg, rgb(178,185,215) 0%, rgb(138,151,192) 100%);
    clip-path: polygon(
        0 0, 
        100% 0, 
        100% calc(100% - 15px), 
        calc(100% - 15px) 100%, 
        15px 100%, 
        0 calc(100% - 15px)
    );
    position: relative;
    margin-top: 0;
    overflow: visible;
    padding: 0;
    z-index: 100;
}header::before {
    clip-path: polygon(
        0 0, 
        100% 0, 
        100% calc(100% - 15px), 
        calc(100% - 15px) 100%, 
        15px 100%, 
        0 calc(100% - 15px)
    );
    top: 2px;
    background: repeating-linear-gradient(
        -45deg,
        rgba(255, 255, 255, 0.05) 0px,
        rgba(255, 255, 255, 0.05) 1px,
        transparent 1px,
        transparent 10px
    );
    content: '';
    bottom: 2px;
    position: absolute;
    z-index: -1;
    right: 2px;
    left: 2px;
}header .page_nav {
    justify-content: space-between;
    align-items: center;
    z-index: 5;
    display: flex;
    position: relative;
    padding: 1.2rem 3rem;
}header .top_guide {
    margin-right: 2rem;
    position: relative;
    flex: 0 0 auto;
    clip-path: polygon(
        0 0,
        calc(100% - 10px) 0,
        100% 10px,
        100% 100%,
        10px 100%,
        0 calc(100% - 10px)
    );
    background: rgba(255, 255, 255, 0.15);
    padding: 0.7rem 1.2rem 0.7rem 1rem;
    transition: all 0.3s ease;
}header .top_guide::before {
    top: 3px;
    right: 3px;
    left: 3px;
    bottom: 3px;
    clip-path: polygon(
        0 0,
        calc(100% - 10px) 0,
        100% 10px,
        100% 100%,
        10px 100%,
        0 calc(100% - 10px)
    );
    z-index: -1;
    border: 1px dashed rgba(255, 255, 255, 0.3);
    content: '';
    position: absolute;
}header .top_guide:hover {
    background: rgba(255, 255, 255, 0.2);
    transform: translateY(-3px) scale(1.03);
}header .nav_primary {
    display: block;
    transition: all 0.3s ease;
    z-index: 1;
    position: relative;
}header .nav_primary img {
    filter: drop-shadow(0 0 5px rgba(255, 255, 255, 0.5));
    max-height: 40px;
}header .nav_class {
    list-style: none;
    padding: 0;
    position: relative;
    margin: 0;
    display: flex;
    z-index: 2;
}header .head_expert {
    margin: 0 0.5rem;
    position: relative;
}header .head_expert a {
    clip-path: polygon(
        10px 0,
        calc(100% - 10px) 0,
        100% 10px,
        100% calc(100% - 10px),
        calc(100% - 10px) 100%,
        10px 100%,
        0 calc(100% - 10px),
        0 10px
    );
    height: 40px;
    text-decoration: none;
    display: flex;
    font-size: 14px;
    background: rgba(255, 255, 255, 0.1);
    align-items: center;
    transition: all 0.3s ease;
    color: #ffffff;
    font-weight: 600;
    position: relative;
    padding: 0 1.2rem;
    justify-content: center;
    overflow: hidden;
    border: 1px solid transparent;
}header .head_expert a::before {
    top: 0;
    content: '';
    transition: left 0.7s ease;
    left: -100%;
    position: absolute;
    background: linear-gradient(
        90deg,
        transparent,
        rgba(255, 255, 255, 0.2),
        transparent
    );
    height: 100%;
    width: 100%;
}header .head_expert a:hover {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
    background: rgba(255, 255, 255, 0.2);
    border-color: #ffffff;
    transform: translateY(-3px);
}header .head_expert a:hover::before {
    left: 100%;
}header .head_expert::after {
    position: absolute;
    transition: width 0.3s ease;
    left: 50%;
    background: #ffffff;
    width: 0;
    height: 2px;
    content: '';
    transform: translateX(-50%);
    bottom: -5px;
}header .head_expert:hover::after {
    width: 80%;
}header .page_nav::before {
    width: 40px;
    border-bottom: none;
    top: 10px;
    right: 10px;
    border-right: none;
    border: 2px solid rgba(255, 255, 255, 0.3);
    opacity: 0.5;
    height: 40px;
    content: '';
    position: absolute;
}header .page_nav::after {
    border: 2px solid rgba(255, 255, 255, 0.3);
    width: 40px;
    opacity: 0.5;
    border-left: none;
    height: 40px;
    left: 10px;
    bottom: 10px;
    position: absolute;
    border-top: none;
    content: '';
}header .first_teach {
    padding-top: 2rem;
    margin-top: -15px;
    background: rgb(216,217,236);
    position: relative;
    z-index: 1;
}@keyframes pulse {
    0%, 100% { opacity: 0.5; }
    50% { opacity: 1; }
}

header::after {
    content: '';
    animation: pulse 2s infinite;
    right: 15px;
    top: 15px;
    background: #ffffff;
    width: 8px;
    height: 8px;
    box-shadow: 0 0 10px #ffffff;
    border-radius: 50%;
    position: absolute;
}

@media (min-width: 1400px) {header .page_nav {
    margin: 0 auto;
    max-width: 1320px;
}header .head_expert {
    margin: 0 0.7rem;
}header .head_expert a {
    padding: 0 1.5rem;
}
}

@media (max-width: 991px) {header {
    clip-path: polygon(
            0 0, 
            100% 0, 
            100% calc(100% - 10px), 
            calc(100% - 10px) 100%, 
            10px 100%, 
            0 calc(100% - 10px)
        );
}header .page_nav {
    padding: 1rem 2rem;
    flex-wrap: wrap;
}header .top_guide {
    margin-bottom: 0;
    margin-right: 0;
}header .nav_class {
    margin-top: 1rem;
    flex-basis: 100%;
    justify-content: flex-end;
}header .head_expert a {
    font-size: calc(14px - 1px);
    padding: 0 1rem;
    height: 35px;
}header .page_nav::before,
    header .page_nav::after {
    display: none;
}.first_teach {
    margin-top: -10px;
}
}

@media (max-width: 767px) {header {
    padding: 0;
    clip-path: polygon(
            0 0, 
            100% 0, 
            100% calc(100% - 5px), 
            calc(100% - 5px) 100%, 
            5px 100%, 
            0 calc(100% - 5px)
        );
}header .page_nav {
    padding: 0.8rem 1.5rem;
}header .top_guide {
    clip-path: polygon(
            0 0,
            calc(100% - 5px) 0,
            100% 5px,
            100% 100%,
            5px 100%,
            0 calc(100% - 5px)
        );
    padding: 0.5rem 0.8rem;
}header .nav_primary img {
    max-height: 35px;
}header .nav_class {
    scrollbar-width: thin;
    justify-content: flex-start;
    overflow-x: auto;
    padding-bottom: 0.5rem;
    -webkit-overflow-scrolling: touch;
    margin-top: 0.8rem;
}header .nav_class::-webkit-scrollbar {
    height: 3px;
}header .nav_class::-webkit-scrollbar-thumb {
    background: rgba(255, 255, 255, 0.3);
    border-radius: 10px;
}header .head_expert {
    margin: 0 0.25rem;
    flex: 0 0 auto;
}header .head_expert a {
    white-space: nowrap;
    height: 32px;
    font-size: calc(14px - 2px);
    clip-path: polygon(
            5px 0,
            calc(100% - 5px) 0,
            100% 5px,
            100% calc(100% - 5px),
            calc(100% - 5px) 100%,
            5px 100%,
            0 calc(100% - 5px),
            0 5px
        );
    padding: 0 0.8rem;
}header .head_expert::after {
    display: none;
}header::after {
    top: 10px;
    height: 5px;
    right: 10px;
    width: 5px;
}.first_teach {
    margin-top: -5px;
}
}

@media (max-width: 479px) {header .page_nav {
    padding: 0.7rem 1.2rem;
}header .top_guide {
    max-width: 120px;
    padding: 0.4rem 0.6rem;
}header .head_expert a {
    height: 30px;
    padding: 0 0.6rem;
    font-size: calc(14px - 3px);
}}.course_program_description {
    position: relative;
    overflow: hidden;
    background: linear-gradient(135deg, rgba(rgb(178,185,215,0.5), 0.05), rgba(rgb(138,151,192,0.5), 0.1));
    padding: 120px 0 80px;
}.course_program_description::before {
    content: "";
    z-index: 0;
    height: 100%;
    position: absolute;
    background: 
        radial-gradient(circle at 20% 30%, rgba(rgb(178,185,215,0.5), 0.15) 0%, transparent 40%),
        radial-gradient(circle at 80% 70%, rgba(rgb(138,151,192,0.5), 0.12) 0%, transparent 45%);
    left: 0;
    top: 0;
    width: 100%;
}.course_program_description::after {
    transform: rotate(-15deg) skew(15deg);
    content: "";
    right: -5%;
    background: linear-gradient(225deg, rgba(rgb(178,185,215,0.5), 0.08), transparent);
    width: 45%;
    height: 45%;
    z-index: 0;
    top: -10%;
    position: absolute;
}.course_program_description .container {
    max-width: 1200px;
    position: relative;
    padding: 0 20px;
    z-index: 1;
    margin: 0 auto;
}.course_program_description h2 {
    position: relative;
    line-height: 1.3;
    max-width: 85%;
    font-weight: 700;
    color: #000000;
    transform: translateX(-5%);
    margin-bottom: 50px;
    font-size: 30px;
}.course_program_description h2::after {
    bottom: -15px;
    transform-origin: left center;
    transform: scaleX(1);
    background: linear-gradient(90deg, rgb(178,185,215), rgb(138,151,192));
    content: "";
    width: 80px;
    height: 3px;
    left: 0;
    position: absolute;
    transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}.course_program_description h2:hover::after {
    transform: scaleX(1.5);
}.course_program_description .study_route {
    grid-gap: 40px;
    position: relative;
    grid-template-columns: 1fr;
    display: grid;
}.course_program_description .featured_photo {
    transform: perspective(1000px) rotateY(-3deg) rotateX(2deg);
    overflow: hidden;
    box-shadow: 
        -15px 15px 30px rgba(rgba(0, 0, 0, 0.5), 0.1),
        5px -5px 30px rgba(rgb(255, 255, 255, 0.5), 0.1);
    position: relative;
    transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    height: 400px;
    border-radius: 0;
}.course_program_description .featured_photo::before {
    top: 0;
    left: 0;
    position: absolute;
    z-index: 1;
    mix-blend-mode: overlay;
    content: "";
    background: linear-gradient(
        135deg,
        rgba(rgb(178,185,215,0.5), 0.1),
        rgba(rgb(138,151,192,0.5), 0.15)
    );
    height: 100%;
    width: 100%;
}.course_program_description .featured_photo::after {
    position: absolute;
    pointer-events: none;
    background: radial-gradient(
        ellipse at center,
        rgba(rgb(255, 255, 255, 0.5), 0.1) 0%,
        transparent 70%
    );
    content: "";
    mix-blend-mode: overlay;
    height: 200%;
    width: 200%;
    transition: opacity 1.2s ease;
    top: -50%;
    opacity: 0;
    left: -50%;
    z-index: 2;
}.course_program_description .featured_photo:hover {
    box-shadow: 
        -20px 20px 40px rgba(rgba(0, 0, 0, 0.5), 0.15),
        10px -10px 30px rgba(rgb(255, 255, 255, 0.5), 0.05);
    transform: perspective(1000px) rotateY(0deg) rotateX(0deg);
}.course_program_description .featured_photo:hover::after {
    opacity: 1;
}.course_program_description .announcement_box {
    position: relative;
    padding: 20px 0 0;
}.course_program_description .description {
    position: relative;
    color: #000000;
    transition: transform 0.5s ease, opacity 0.5s ease;
    line-height: 1.75;
    opacity: 1;
    overflow-y: auto;
    font-size: 17px;
    padding-right: 15px;
    transform: translateY(0);
    max-height: 350px;
    margin-bottom: 25px;
}.course_program_description .description::-webkit-scrollbar {
    width: 4px;
}.course_program_description .description::-webkit-scrollbar-track {
    background: rgba(rgba(0, 0, 0, 0.5), 0.05);
}.course_program_description .description::-webkit-scrollbar-thumb {
    background: linear-gradient(to bottom, rgb(178,185,215), rgb(138,151,192));
    border-radius: 2px;
}.course_program_description .description:first-of-type {
    z-index: 1;
    position: relative;
}.course_program_description .description:first-of-type::first-letter {
    font-size: 1.5em;
    font-weight: 700;
    margin-right: 1px;
    color: rgb(178,185,215);
}.course_program_description .description:last-of-type {
    padding-left: 20px;
    border-left: 1px solid rgba(rgb(178,185,215,0.5), 0.2);
    position: relative;
}.course_program_description .description:last-of-type::before {
    content: "";
    position: absolute;
    width: 10px;
    background: rgb(178,185,215);
    height: 10px;
    border-radius: 50%;
    left: -5px;
    top: 0;
}

@media (min-width: 768px) {.course_program_description {
    padding: 150px 0 100px;
}.course_program_description h2 {
    margin-bottom: 60px;
    max-width: 80%;
    font-size: calc(30px * 1.2);
}.course_program_description .study_route {
    grid-gap: 60px;
    align-items: center;
    grid-template-columns: 1fr 1fr;
}.course_program_description .featured_photo {
    transform: perspective(1500px) rotateY(-5deg) rotateX(3deg) translateX(-20px);
    height: 500px;
}.course_program_description .featured_photo:hover {
    transform: perspective(1500px) rotateY(-2deg) rotateX(1deg) translateX(0);
}.course_program_description .announcement_box {
    padding: 0 0 0 20px;
}.course_program_description .description {
    max-height: 300px;
}
}

@media (min-width: 992px) {.course_program_description .container {
    padding: 0 40px;
}.course_program_description h2 {
    max-width: 70%;
    transform: translateX(-8%);
    font-size: calc(30px * 1.4);
}.course_program_description h2::after {
    height: 4px;
    width: 120px;
}.course_program_description .study_route {
    grid-gap: 80px;
}.course_program_description .featured_photo {
    transform: perspective(2000px) rotateY(-7deg) rotateX(3deg) translateX(-30px);
    height: 550px;
}.course_program_description .featured_photo:hover {
    transform: perspective(2000px) rotateY(-3deg) rotateX(1deg) translateX(-10px);
}.course_program_description .announcement_box {
    padding: 0 0 0 40px;
}.course_program_description .description {
    max-height: 400px;
    line-height: 1.8;
    font-size: calc(17px * 1.05);
}
}

@media (min-width: 1200px) {.course_program_description {
    padding: 180px 0 120px;
}.course_program_description h2 {
    max-width: 60%;
    font-size: calc(30px * 1.5);
}.course_program_description .study_route {
    grid-gap: 100px;
}.course_program_description .featured_photo {
    height: 600px;
}.course_program_description .description {
    max-height: 450px;
    font-size: calc(17px * 1.1);
}
}

@media (max-width: 767px) {.course_program_description {
    padding: 80px 0 60px;
}.course_program_description h2 {
    max-width: 100%;
    margin-bottom: 40px;
    font-size: calc(30px * 0.9);
    transform: translateX(0);
}.course_program_description .featured_photo {
    height: 300px;
    transform: perspective(1000px) rotateY(-2deg) rotateX(1deg);
}.course_program_description .announcement_box {
    padding: 20px 0 0;
}.course_program_description .description {
    max-height: 250px;
    font-size: calc(17px * 0.95);
    line-height: 1.6;
}}.statistical_data {
    color: #ffffff;
    overflow: hidden;
    position: relative;
    padding: 120px 0;
}.statistical_data::before {
    position: absolute;
    background-color: #000000;
    z-index: 1;
    width: 100%;
    content: "";
    left: 0;
    top: 0;
    opacity: 0.9;
    height: 100%;
}.statistical_data::after {
    content: "";
    z-index: 2;
    top: 0;
    width: 100%;
    height: 100%;
    background: radial-gradient(circle at 20% 20%, rgb(178,185,215,0.5) 0%, transparent 30%),
                radial-gradient(circle at 80% 80%, rgb(138,151,192,0.5) 0%, transparent 30%);
    position: absolute;
    left: 0;
    opacity: 0.2;
}.statistical_data .container {
    z-index: 5;
    position: relative;
    padding: 0 20px;
    margin: 0 auto;
    max-width: 1200px;
}.statistical_data .statistics_value {
    position: relative;
    display: grid;
    gap: 40px 30px;
    grid-template-rows: auto 1fr;
    grid-template-areas:
        "image header"
        "items description";
    grid-template-columns: 65% 35%;
}.statistical_data .class_statistics {
    left: 0;
    position: absolute;
    z-index: 10;
    display: flex;
    align-items: center;
    border-radius: 0 0 20px 0;
    justify-content: center;
    top: 0;
    height: 60px;
    padding: 15px;
    background: rgb(178,185,215);
    width: 60px;
    grid-area: image;
}.statistical_data .class_statistics svg {
    width: 100%;
    fill: #ffffff;
    height: 100%;
}.statistical_data .class_statistics svg path {
    fill: #ffffff;
}.statistical_data .statistics_advances {
    font-weight: 700;
    position: relative;
    font-size: 33px;
    margin: 0;
    display: flex;
    align-self: start;
    border-bottom: 3px solid rgb(138,151,192);
    padding: 15px 0 15px 20px;
    grid-area: header;
    align-items: center;
}.statistical_data .statistics_advances::before {
    background: rgb(178,185,215);
    position: absolute;
    width: 50px;
    height: 3px;
    top: 0;
    right: 0;
    content: "";
}.statistical_data .statistics_zone {
    padding: 30px;
    position: relative;
    flex-direction: column;
    background: rgba(255, 255, 255, 0.05);
    border-radius: 0 30px 0 30px;
    line-height: 1.8;
    display: flex;
    font-size: 14px;
    height: 100%;
    grid-area: description;
    justify-content: center;
}.statistical_data .statistics_zone::before {
    position: absolute;
    opacity: 0.1;
    background: rgb(138,151,192);
    border-radius: 0 0 30px 0;
    width: 80px;
    z-index: -1;
    content: "";
    right: 0;
    bottom: 0;
    height: 80px;
}.statistical_data .class_gains {
    gap: 20px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-area: items;
}.statistical_data .program_statistics {
    flex-direction: column;
    padding: 25px 20px 25px 25px;
    border-left: 5px solid rgb(178,185,215);
    background: rgba(255, 255, 255, 0.03);
    transition: all 0.3s ease;
    display: flex;
    position: relative;
    overflow: hidden;
}.statistical_data .program_statistics:hover {
    transform: translateX(5px);
    background: rgba(255, 255, 255, 0.07);
}.statistical_data .program_statistics::before {
    transition: all 0.3s ease;
    top: 0;
    position: absolute;
    height: 100%;
    width: 5px;
    content: "";
    background: rgb(178,185,215);
    left: 0;
}.statistical_data .program_statistics:nth-child(2n)::before,
.statistical_data .program_statistics:nth-child(2n) {
    border-color: rgb(138,151,192);
}.statistical_data .program_statistics:nth-child(2n) {
    border-left: 5px solid rgb(138,151,192);
}.statistical_data .gain_study {
    opacity: 0.7;
    width: 30px;
    position: absolute;
    right: 15px;
    height: 30px;
    transition: all 0.3s ease;
    top: 15px;
}.statistical_data .program_statistics:hover .gain_study {
    opacity: 1;
    transform: rotate(10deg);
}.statistical_data .gain_study svg {
    fill: #ffffff;
    height: 100%;
    width: 100%;
}.statistical_data .gain_study svg path {
    fill: #ffffff;
}.statistical_data .program_statistics span {
    line-height: 1;
    margin-bottom: 10px;
    position: relative;
    color: #ffffff;
    font-weight: 700;
    font-size: calc(46px * 1.1);
    display: inline-block;
}.statistical_data .program_statistics span::after {
    position: absolute;
    width: 40px;
    height: 2px;
    content: "";
    bottom: -5px;
    background: #ffffff;
    opacity: 0.3;
    left: 0;
}.statistical_data .program_statistics p {
    color: rgba(255, 255, 255, 0.8);
    position: relative;
    font-size: 14px;
    line-height: 1.4;
    z-index: 2;
    margin: 0;
}.statistical_data .program_statistics:nth-child(1) {
    animation: fadeInLeft 0.5s ease forwards;
}.statistical_data .program_statistics:nth-child(2) {
    animation: fadeInRight 0.5s ease forwards;
}.statistical_data .program_statistics:nth-child(3) {
    animation: fadeInLeft 0.5s ease forwards 0.2s;
}.statistical_data .program_statistics:nth-child(4) {
    animation: fadeInRight 0.5s ease forwards 0.2s;
}

@keyframes fadeInLeft {
    from {
        opacity: 0;
        transform: translateX(-30px);
    }
    to {
        opacity: 1;
        transform: translateX(0);
    }
}

@keyframes fadeInRight {
    from {
        opacity: 0;
        transform: translateX(30px);
    }
    to {
        opacity: 1;
        transform: translateX(0);
    }
}

@media screen and (max-width: 991px) {.statistical_data {
    padding: 100px 0;
}.statistical_data .statistics_value {
    grid-template-columns: 60% 40%;
    gap: 30px 20px;
}.statistical_data .class_gains {
    gap: 15px;
}.statistical_data .program_statistics {
    padding: 20px 15px 20px 20px;
}.statistical_data .program_statistics span {
    font-size: 46px;
}.statistical_data .statistics_zone {
    padding: 25px;
    font-size: calc(14px - 1px);
}
}

@media screen and (max-width: 767px) {.statistical_data {
    padding: 80px 0;
}.statistical_data .statistics_value {
    grid-template-columns: 1fr;
    gap: 20px;
    grid-template-rows: auto auto auto 1fr;
    grid-template-areas:
            "image"
            "header"
            "description"
            "learn_now";
}.statistical_data .class_statistics {
    margin: 0 auto 10px;
    position: relative;
    border-radius: 20px;
    justify-self: center;
}.statistical_data .statistics_advances {
    text-align: center;
    padding: 10px 0;
    justify-content: center;
}.statistical_data .statistics_advances::before {
    display: none;
}.statistical_data .statistics_zone {
    padding: 20px;
    text-align: center;
    border-radius: 20px;
}.statistical_data .statistics_zone::before {
    display: none;
}.statistical_data .class_gains {
    grid-template-columns: 1fr;
}.statistical_data .program_statistics:nth-child(even) {
    animation: fadeInLeft 0.5s ease forwards 0.1s;
}
}

@media screen and (max-width: 576px) {.statistical_data {
    padding: 60px 0;
}.statistical_data .container {
    padding: 0 15px;
}.statistical_data .statistics_advances {
    font-size: calc(33px - 4px);
}.statistical_data .program_statistics {
    padding: 15px 15px 15px 20px;
}.statistical_data .program_statistics span {
    font-size: calc(46px - 5px);
}.statistical_data .program_statistics p {
    font-size: calc(14px - 2px);
}.statistical_data .gain_study {
    height: 25px;
    right: 10px;
    width: 25px;
    top: 10px;
}}.price_plan_item {
    color: #ffffff;
    position: relative;
    overflow: hidden;
    padding: 100px 0;
}.price_plan_item::before {
    top: 0;
    left: 0;
    height: 100%;
    z-index: 1;
    content: "";
    background: linear-gradient(135deg, rgba(0,0,0,0.85) 0%, rgba(0,0,0,0.7) 100%);
    width: 100%;
    position: absolute;
}.price_plan_item .container {
    z-index: 2;
    position: relative;
    max-width: 1200px;
    padding: 0 15px;
    margin: 0 auto;
}.price_plan_item .cost_fee {
    position: relative;
}.price_plan_item h2 {
    font-size: calc(38px * 1.2);
    margin-bottom: 20px;
    animation: fadeInUp 0.8s forwards 0.3s;
    position: relative;
    transform: translateY(10px);
    color: #ffffff;
    font-weight: 700;
    opacity: 0;
    text-align: center;
}.price_plan_item .plan_cost {
    opacity: 0;
    line-height: 1.6;
    color: rgb(255, 255, 255, 0.5);
    font-size: calc(16px * 1.1);
    animation: fadeInUp 0.8s forwards 0.5s;
    text-align: center;
    margin: 0 auto 40px;
    max-width: 700px;
    transform: translateY(10px);
}.price_plan_item .cost_matrix {
    padding: 0;
    margin: 0;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    display: grid;
    list-style: none;
    gap: 30px;
}.price_plan_item .cost_matrix li {
    opacity: 0;
    animation-delay: calc(0.6s + (0.15s * var(--i, 0)));
    animation: fadeInUp 0.8s forwards;
    height: 100%;
    transform: translateY(20px);
}.price_plan_item .cost_matrix li:nth-child(1) {
    --i: 1;
}.price_plan_item .cost_matrix li:nth-child(2) {
    --i: 2;
}.price_plan_item .cost_matrix li:nth-child(3) {
    --i: 3;
}.price_plan_item .cost_matrix li:nth-child(4) {
    --i: 4;
}.price_plan_item .discount_tier {
    transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    height: 100%;
    color: inherit;
    display: block;
    text-decoration: none;
}.price_plan_item .discount_tier:hover {
    transform: translateY(-10px);
}.price_plan_item .tuition_table {
    backdrop-filter: blur(10px);
    position: relative;
    border: 1px solid rgba(255,255,255,0.1);
    border-left: 3px solid rgb(178,185,215);
    transition: all 0.4s ease;
    background: linear-gradient(145deg, 
        rgba(255,255,255,0.03) 0%, 
        rgba(255,255,255,0.08) 100%);
    border-radius: 3px;
    padding: 30px;
    height: 100%;
    overflow: hidden;
    box-shadow: 0 15px 35px rgba(0,0,0,0.2);
}.price_plan_item .discount_tier:hover .tuition_table {
    background: linear-gradient(145deg, 
        rgba(255,255,255,0.05) 0%, 
        rgba(255,255,255,0.1) 100%);
    box-shadow: 0 20px 40px rgba(0,0,0,0.3);
}.price_plan_item .tuition_table::before {
    background: linear-gradient(to right, 
        rgb(178,185,215), 
        rgb(138,151,192));
    position: absolute;
    width: 100%;
    transform: scaleX(0);
    transform-origin: left;
    left: 0;
    content: "";
    transition: transform 0.5s cubic-bezier(0.77, 0, 0.175, 1);
    top: 0;
    height: 5px;
}.price_plan_item .discount_tier:hover .tuition_table::before {
    transform: scaleX(1);
}.price_plan_item .value_rates {
    height: 100%;
    display: flex;
    flex-direction: column;
}.price_plan_item .value_rates h4 {
    position: relative;
    font-size: calc(20px * 1.1);
    padding-bottom: 15px;
    color: #ffffff;
    font-weight: 700;
    margin: 0 0 20px;
}.price_plan_item .value_rates h4::after {
    height: 3px;
    transition: width 0.4s ease;
    width: 40px;
    content: "";
    bottom: 0;
    position: absolute;
    left: 0;
    background: rgb(178,185,215);
}.price_plan_item .discount_tier:hover .value_rates h4::after {
    width: 60px;
}.price_plan_item .value_rates p {
    margin: 0 0 25px;
    flex-grow: 1;
    color: rgb(255, 255, 255, 0.5);
    line-height: 1.6;
    font-size: 16px;
    overflow-wrap: break-word;
    word-break: break-word;
}.price_plan_item .skill_pricing {
    padding-top: 15px;
    border-top: 1px solid rgba(255,255,255,0.1);
    transition: color 0.3s ease;
    display: block;
    position: relative;
    font-weight: 700;
    font-size: calc(20px * 1.2);
    color: rgb(138,151,192);
    margin-top: auto;
}.price_plan_item .discount_tier:hover .skill_pricing {
    color: rgb(178,185,215);
}

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

@media (max-width: 991px) {.price_plan_item {
    padding: 80px 0;
}.price_plan_item h2 {
    font-size: 38px;
}.price_plan_item .plan_cost {
    margin-bottom: 30px;
    font-size: 16px;
}.price_plan_item .cost_matrix {
    gap: 20px;
}.price_plan_item .tuition_table {
    padding: 25px;
}
}

@media (max-width: 767px) {.price_plan_item {
    padding: 60px 0;
}.price_plan_item .cost_matrix {
    max-width: 500px;
    margin: 0 auto;
    grid-template-columns: 1fr;
}.price_plan_item .value_rates h4 {
    font-size: 20px;
}.price_plan_item .skill_pricing {
    font-size: 20px;
}
}

@media (max-width: 480px) {.price_plan_item {
    padding: 50px 0;
}.price_plan_item h2 {
    font-size: calc(38px * 0.9);
}.price_plan_item .plan_cost {
    font-size: calc(16px * 0.9);
}.price_plan_item .tuition_table {
    padding: 20px;
}}.privacy_concealment {
    color: #000000;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.5);
    padding: 40px 20px;
    transition: all 0.3s ease-in-out;
    background-color: rgb(216,217,236);
    font-family: Arial, sans-serif;
}.privacy_concealment h1, .privacy_concealment h2, .privacy_concealment h3, .privacy_concealment h4, .privacy_concealment h5, .privacy_concealment h6 {
    margin-bottom: 20px;
    color: rgb(178,185,215);
}.privacy_concealment h1 {
    padding-bottom: 10px;
    font-weight: 700;
    border-bottom: 2px solid rgb(178,185,215);
    font-size: 38px;
}.privacy_concealment h2 {
    font-weight: 600;
    font-size: 35px;
}.privacy_concealment h3 {
    font-weight: 600;
    font-size: 1.5em;
}.privacy_concealment h4 {
    font-size: 1.25em;
    font-weight: 400;
}.privacy_concealment h5 {
    font-weight: 400;
    font-size: 22px;
}.privacy_concealment h6 {
    font-size: 16px;
    font-weight: 300;
}.privacy_concealment ul, .privacy_concealment ol {
    padding-left: 20px;
    list-style: none;
    margin-left: 20px;
}.privacy_concealment ul li, .privacy_concealment ol li {
    position: relative;
    line-height: 1.6;
    margin-bottom: 10px;
    padding-left: 20px;
    font-size: 16px;
}.privacy_concealment ul li:before {
    font-size: 1.2em;
    position: absolute;
    left: 0;
    color: rgb(138,151,192);
    content: '•';
}.privacy_concealment p, .privacy_concealment span, .privacy_concealment div {
    font-size: 16px;
    margin-bottom: 20px;
    line-height: 1.8;
    color: #000000;
}
@media only screen and (max-width: 800px) {.privacy_concealment {
    padding: 20px 10px;
}.privacy_concealment h1 {
    font-size: calc(22px - 10%);
}.privacy_concealment h2 {
    font-size: calc(22px - 10%);
}.privacy_concealment p, .privacy_concealment span, .privacy_concealment div {
    font-size: calc(16px - 10%);
}}
.privacy_concealment a {
    transition: color 0.3s ease-in-out;
    text-decoration: underline;
    color: rgb(178,185,215);
}.privacy_concealment a:hover {
    color: rgb(138,151,192);
}.privacy_concealment blockquote {
    padding: 15px 20px;
    background-color: rgb(178,185,215,0.5);
    font-style: italic;
    border-left: 5px solid rgb(178,185,215);
    margin: 20px 0;
}.privacy_concealment code {
    font-family: monospace;
    background-color: rgb(138,151,192,0.5);
    padding: 2px 6px;
    border-radius: 10px;
}.privacy_concealment hr {
    margin: 30px 0;
    height: 1px;
    background: rgba(0, 0, 0, 0.5);
    border: 0;
}.teaching_process {
    background: linear-gradient(135deg, rgb(216,217,236) 0%, rgba(249, 249, 249, 0.9) 100%);
    overflow: hidden;
    padding: 120px 0;
    position: relative;
}.teaching_process::before {
    left: 0;
    background-size: 50px 50px;
    animation: patternMove 60s linear infinite;
    height: 100%;
    content: "";
    width: 100%;
    background-image: 
        linear-gradient(30deg, rgb(178,185,215,0.5) 1px, transparent 1px),
        linear-gradient(120deg, rgb(178,185,215,0.5) 1px, transparent 1px);
    z-index: 1;
    top: 0;
    position: absolute;
    opacity: 0.15;
}.teaching_process::after {
    background: linear-gradient(
        45deg,
        rgb(178,185,215,0.5) 0%,
        rgb(138,151,192,0.5) 50%,
        transparent 100%
    );
    z-index: 0;
    pointer-events: none;
    top: -10%;
    width: 30%;
    transform: rotate(-5deg);
    content: "";
    opacity: 0.1;
    filter: blur(70px);
    height: 60%;
    position: absolute;
    right: -5%;
}.teaching_process .knowledge_guides {
    position: relative;
    padding: 0 20px;
    transform: translateZ(0);
    z-index: 2;
    margin: 0 auto;
    max-width: 1200px;
}.teaching_process h2 {
    text-align: left;
    color: #000000;
    transform: translateX(0);
    font-size: 32px;
    transition: transform 0.5s cubic-bezier(0.17, 0.67, 0.3, 0.97);
    margin-bottom: 40px;
    line-height: 1.2;
    position: relative;
    font-weight: 600;
}.teaching_process h2::after {
    content: "";
    width: 80px;
    transform: scaleX(1);
    height: 3px;
    position: absolute;
    left: 0;
    transform-origin: left center;
    background: linear-gradient(90deg, rgb(178,185,215) 0%, rgb(138,151,192) 100%);
    transition: transform 0.6s cubic-bezier(0.17, 0.67, 0.3, 0.97);
    bottom: -12px;
}.teaching_process:hover h2::after {
    transform: scaleX(1.5);
}.teaching_process .announcement_box {
    background: #ffffff;
    transition: transform 0.5s cubic-bezier(0.17, 0.67, 0.3, 0.97), box-shadow 0.5s ease;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.08), 0 5px 15px rgba(0, 0, 0, 0.04);
    position: relative;
    overflow: hidden;
    z-index: 2;
    padding: 40px;
    transform: translateY(0) perspective(1000px) rotateX(0);
    border-left: 6px solid rgb(178,185,215);
}.teaching_process .announcement_box::before {
    z-index: -1;
    position: absolute;
    height: 100%;
    background-size: 20px 20px;
    width: 100%;
    content: "";
    opacity: 0.8;
    background: linear-gradient(45deg, transparent 48%, rgba(rgb(178,185,215,0.5), 0.02) 50%, transparent 52%);
    left: 0;
    transition: opacity 0.5s ease;
    top: 0;
}.teaching_process .announcement_box:hover {
    transform: translateY(-5px) perspective(1000px) rotateX(2deg);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.12), 0 8px 20px rgba(0, 0, 0, 0.06);
}.teaching_process .announcement_box:hover::before {
    opacity: 0.3;
}.teaching_process p {
    position: relative;
    transition: transform 0.3s ease;
    color: #000000;
    z-index: 3;
    font-size: 16px;
    line-height: 1.8;
    margin: 0;
}.teaching_process .announcement_box::after {
    opacity: 0.1;
    content: "";
    border-radius: 50%;
    position: absolute;
    top: -80px;
    transition: transform 0.6s cubic-bezier(0.17, 0.67, 0.3, 0.97);
    z-index: 1;
    width: 160px;
    background: linear-gradient(45deg, transparent, rgb(178,185,215,0.5) 70%);
    right: -80px;
    height: 160px;
}.teaching_process .announcement_box:hover::after {
    transform: scale(1.2) rotate(10deg);
}

@keyframes patternMove {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: 100px 100px;
    }
}

@media (max-width: 991px) {.teaching_process {
    padding: 80px 0;
}.teaching_process h2 {
    margin-bottom: 30px;
    font-size: calc(32px * 0.9);
}.teaching_process .announcement_box {
    padding: 30px;
}
}

@media (max-width: 767px) {.teaching_process {
    padding: 60px 0;
}.teaching_process h2 {
    font-size: calc(32px * 0.85);
    text-align: center;
    margin-bottom: 25px;
}.teaching_process h2::after {
    transform: translateX(-50%) scaleX(1);
    left: 50%;
}.teaching_process:hover h2::after {
    transform: translateX(-50%) scaleX(1.5);
}.teaching_process .announcement_box {
    padding: 25px 20px;
    border-left: none;
    border-top: 4px solid rgb(178,185,215);
}.teaching_process p {
    font-size: calc(16px * 0.95);
    line-height: 1.7;
}
}

@media (max-width: 575px) {.teaching_process {
    padding: 50px 0;
}.teaching_process h2 {
    margin-bottom: 20px;
    font-size: calc(32px * 0.75);
}.teaching_process .announcement_box {
    padding: 20px 15px;
}.teaching_process p {
    line-height: 1.6;
    font-size: calc(16px * 0.9);
}
}

@media (min-width: 1400px) {.teaching_process .knowledge_guides {
    max-width: 1320px;
}.teaching_process h2 {
    font-size: calc(32px * 1.1);
}.teaching_process .announcement_box {
    padding: 50px;
}}.our_story {
    overflow: hidden;
    background: linear-gradient(135deg, rgb(216,217,236) 0%, rgba(245, 245, 255, 0.95) 100%);
    position: relative;
    padding: 120px 0 80px;
}.our_story::before {
    width: 100%;
    content: "";
    top: 0;
    left: 0;
    height: 100%;
    z-index: 0;
    position: absolute;
    background: 
        radial-gradient(circle at 20% 30%, rgba(rgb(138,151,192,0.5), 0.05) 0%, transparent 50%),
        radial-gradient(circle at 80% 70%, rgba(rgb(178,185,215,0.5), 0.07) 0%, transparent 50%);
}.our_story::after {
    right: -100px;
    height: 300px;
    filter: blur(40px);
    opacity: 0.1;
    content: "";
    z-index: 0;
    background: linear-gradient(225deg, rgb(138,151,192,0.5) 0%, transparent 70%);
    top: -100px;
    border-radius: 50%;
    animation: float 12s ease-in-out infinite;
    position: absolute;
    width: 300px;
}.our_story .container {
    position: relative;
    max-width: 1200px;
    padding: 0 20px;
    margin: 0 auto;
    z-index: 1;
}.our_story h1 {
    transform: translateX(-10px);
    font-weight: 700;
    color: #000000;
    font-size: 45px;
    margin-bottom: 40px;
    opacity: 0;
    position: relative;
    animation: slideInTitle 0.8s 0.3s forwards ease-out;
    text-align: left;
}.our_story h1::after {
    transform: scaleX(0);
    background: linear-gradient(90deg, rgb(178,185,215) 0%, rgb(138,151,192) 100%);
    width: 80px;
    bottom: -10px;
    position: absolute;
    transform-origin: left;
    height: 4px;
    left: 0;
    animation: expandLine 1s 0.8s forwards cubic-bezier(0.17, 0.67, 0.83, 0.67);
    content: "";
}.our_story .knowledge_pro {
    position: relative;
}.our_story .knowledge_pro ul {
    grid-template-columns: 1fr;
    gap: 60px;
    padding: 0;
    list-style: none;
    display: grid;
    margin: 0;
}.our_story .expert_learning {
    transform: translateY(20px);
    padding: 35px;
    overflow: hidden;
    position: relative;
    transition: transform 0.4s, box-shadow 0.4s;
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.05);
    opacity: 0;
    border-radius: 10px;
    animation: fadeInUp 0.8s 0.5s forwards ease-out;
    background: #ffffff;
}.our_story .expert_learning:hover {
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.08);
    transform: translateY(-5px);
}.our_story .expert_learning::before {
    top: 0;
    position: absolute;
    content: "";
    background: linear-gradient(to bottom, rgb(178,185,215), rgb(138,151,192));
    width: 4px;
    left: 0;
    height: 100%;
    opacity: 0.8;
}.our_story .expert_learning:nth-child(2)::before {
    background: linear-gradient(to bottom, rgb(138,151,192), rgb(178,185,215));
}.our_story .expert_learning h4 {
    padding-left: 15px;
    margin-bottom: 20px;
    font-size: calc(23px * 1.1);
    position: relative;
    color: #000000;
    font-weight: 600;
}.our_story .expert_learning h4::before {
    animation: slideInLeft 0.6s 1s forwards ease-out;
    left: -20px;
    background-color: rgb(178,185,215);
    content: "";
    top: 50%;
    width: 20px;
    opacity: 0;
    height: 2px;
    position: absolute;
    transform: translateY(-50%);
}.our_story .expert_learning:nth-child(2) h4::before {
    background-color: rgb(138,151,192);
}.our_story .expert_learning div {
    padding-left: 15px;
    max-height: 300px;
    scrollbar-width: thin;
    color: #000000;
    line-height: 1.7;
    padding-right: 15px;
    font-size: 13px;
    opacity: 0.9;
    scrollbar-color: rgb(138,151,192,0.5) transparent;
    overflow-y: auto;
}.our_story .expert_learning div::-webkit-scrollbar {
    width: 4px;
}.our_story .expert_learning div::-webkit-scrollbar-track {
    background: transparent;
}.our_story .expert_learning div::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background-color: rgb(138,151,192,0.5);
}

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

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

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

@keyframes slideInLeft {
    0% {
        left: -20px;
        opacity: 0;
    }
    100% {
        left: 0;
        opacity: 1;
    }
}

@keyframes float {
    0%, 100% {
        transform: translate(0, 0);
    }
    50% {
        transform: translate(-20px, 20px);
    }
}

@media (min-width: 768px) {.our_story {
    padding: 150px 0 100px;
}.our_story h1 {
    margin-bottom: 60px;
    font-size: calc(45px * 1.1);
}.our_story h1::after {
    width: 120px;
    height: 4px;
}.our_story .knowledge_pro ul {
    gap: 40px;
    grid-template-columns: 1fr 1fr;
}.our_story .expert_learning {
    padding: 40px;
}.our_story .expert_learning:nth-child(2) {
    transform: translateY(40px);
    animation: fadeInUp 0.8s 0.8s forwards ease-out;
}.our_story .expert_learning div {
    max-height: 400px;
}
}

@media (min-width: 992px) {.our_story {
    padding: 180px 0 120px;
}.our_story::before {
    background: 
            radial-gradient(circle at 15% 25%, rgba(rgb(138,151,192,0.5), 0.08) 0%, transparent 50%),
            radial-gradient(circle at 85% 75%, rgba(rgb(178,185,215,0.5), 0.1) 0%, transparent 50%);
}.our_story h1 {
    margin-bottom: 80px;
    font-size: calc(45px * 1.2);
}.our_story .knowledge_pro ul {
    gap: 60px;
}.our_story .expert_learning {
    padding: 50px;
}.our_story .expert_learning::after {
    bottom: 0;
    height: 100px;
    position: absolute;
    right: 0;
    content: "";
    z-index: -1;
    background: linear-gradient(135deg, transparent 50%, rgba(rgb(138,151,192,0.5), 0.03) 51%);
    width: 100px;
}.our_story .expert_learning:nth-child(2)::after {
    background: linear-gradient(135deg, transparent 50%, rgba(rgb(178,185,215,0.5), 0.03) 51%);
}.our_story .expert_learning h4 {
    margin-bottom: 25px;
    font-size: calc(23px * 1.2);
}.our_story .expert_learning div {
    line-height: 1.8;
    font-size: calc(13px * 1.05);
    max-height: 450px;
}
}

@media (min-width: 1200px) {.our_story .container {
    padding: 0 30px;
}.our_story .knowledge_pro ul {
    grid-template-columns: 1fr 1fr;
    gap: 80px;
}.our_story .expert_learning {
    transition: transform 0.5s cubic-bezier(0.25, 0.1, 0.25, 1), box-shadow 0.5s;
}.our_story .expert_learning:hover {
    transform: translateY(-8px) scale(1.01);
}
}