* {
    margin: 0;
    box-sizing: border-box;
    padding: 0;
}header,footer {
    width: 100%;
}html,body {
    color: #000000;
    auto
    scroll-behavior: auto;
    height: 100%;
    font-family: Arial, sans-serif;
    auto
contain
touch-action: none;
    scroll-snap-type: none;
    min-height: 100%;
}.wrapper-padding {
    flex-direction: column;
    display: flex;
    min-height: 100%;
    height: 100%;
}svg {
    width: 30px;
    height: 30px;
}a {
    text-decoration: none;
    color: inherit;
}.head_top {
    flex: 1 0 auto;
}.mod_tools {
    flex: 0 0 auto;
}.container {
    margin: auto;
    width: 1270px;
    max-width: 100%;
}

@media only screen and (max-width: 1200px)  {.container {
    padding: 0 20px;
    width: 100%;
}
}
@media only screen and (max-width: 800px)  {.container {
    padding: 0 12px;
}}
.audience_profile {
    padding: 100px 0;
    position: relative;
    overflow: hidden;
    background: linear-gradient(135deg, rgb(221,219,221) 0%, rgba(0, 0, 0, 0.5) 100%);
}.audience_profile::before {
    position: absolute;
    content: "";
    left: 0;
    width: 100%;
    z-index: 0;
    background-image: 
        radial-gradient(circle at 20% 30%, rgb(180,167,179,0.5) 0%, transparent 40%),
        radial-gradient(circle at 80% 70%, rgb(164,127,158,0.5) 0%, transparent 40%);
    opacity: 0.6;
    height: 100%;
    top: 0;
}.audience_profile::after {
    background-position: 0 0, 0 60px, 60px -60px, -60px 0px;
    left: 0;
    opacity: 0.03;
    z-index: 0;
    width: 100%;
    background-size: 120px 120px;
    content: "";
    top: 0;
    background-image: 
        linear-gradient(45deg, #000000 25%, transparent 25%),
        linear-gradient(-45deg, #000000 25%, transparent 25%),
        linear-gradient(45deg, transparent 75%, #000000 25%),
        linear-gradient(-45deg, transparent 75%, #000000 25%);
    position: absolute;
    height: 100%;
}.audience_profile .container {
    padding: 0 20px;
    z-index: 1;
    position: relative;
    max-width: 1200px;
    margin: 0 auto;
}.audience_profile .method_innov {
    transition: transform 0.5s ease, box-shadow 0.5s ease;
    border-radius: 29px;
    overflow: hidden;
    box-shadow: 
        0 15px 35px rgba(0, 0, 0, 0.1),
        0 3px 10px rgba(0, 0, 0, 0.05),
        0 0 0 1px rgba(255, 255, 255, 0.1) inset;
    border: 1px solid rgba(255, 255, 255, 0.1);
    padding: 50px;
    backdrop-filter: blur(12px);
    background: rgba(255, 255, 255, 0.08);
    transform: translateY(0);
}.audience_profile .method_innov:hover {
    transform: translateY(-10px);
    box-shadow: 
        0 20px 40px rgba(0, 0, 0, 0.15),
        0 5px 15px rgba(0, 0, 0, 0.08),
        0 0 0 1px rgba(255, 255, 255, 0.15) inset;
}.audience_profile .method_innov::before {
    content: "";
    background: linear-gradient(45deg, rgb(180,167,179) 0%, rgb(164,127,158) 100%);
    position: absolute;
    border-radius: 50%;
    right: -100px;
    top: -100px;
    filter: blur(30px);
    height: 200px;
    opacity: 0.1;
    width: 200px;
    animation: pulse-effect 8s infinite alternate ease-in-out;
}.audience_profile .method_innov::after {
    bottom: -75px;
    left: -75px;
    border-radius: 50%;
    opacity: 0.1;
    height: 150px;
    width: 150px;
    content: "";
    filter: blur(25px);
    animation: pulse-effect 8s infinite alternate-reverse ease-in-out;
    background: linear-gradient(225deg, rgb(164,127,158) 0%, rgb(180,167,179) 100%);
    position: absolute;
}@keyframes pulse-effect {
    0% {
        transform: scale(1);
        opacity: 0.1;
    }
    50% {
        transform: scale(1.5);
        opacity: 0.2;
    }
    100% {
        transform: scale(1);
        opacity: 0.1;
    }
}

.audience_profile h4 {
    margin-bottom: 40px;
    text-align: center;
    font-weight: 700;
    position: relative;
    padding-bottom: 15px;
    color: #ffffff;
    font-size: 34px;
}.audience_profile h4::after {
    border-radius: 10px;
    height: 4px;
    content: "";
    position: absolute;
    transform: translateX(-50%);
    left: 50%;
    width: 80px;
    bottom: 0;
    background: linear-gradient(90deg, rgb(180,167,179) 0%, rgb(164,127,158) 100%);
}.audience_profile div p {
    position: relative;
    font-size: calc(14px + 2px);
    border-left: 3px solid rgb(180,167,179);
    margin-bottom: 25px;
    color: #ffffff;
    align-items: center;
    background: rgba(255, 255, 255, 0.05);
    border-radius: 10px;
    padding: 15px 20px;
    transition: all 0.3s ease;
    backdrop-filter: blur(5px);
    display: flex;
}.audience_profile div p:last-child {
    margin-bottom: 0;
}.audience_profile div p:hover {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    transform: translateX(5px);
    background: rgba(255, 255, 255, 0.1);
}.audience_profile div p svg {
    margin-right: 15px;
    min-width: 24px;
    width: 24px;
    filter: drop-shadow(0 2px 3px rgba(0, 0, 0, 0.2));
    height: 24px;
    transition: transform 0.3s ease;
}.audience_profile div p:hover svg {
    transform: scale(1.2) rotate(5deg);
}.audience_profile div p svg path {
    fill: rgb(180,167,179);
}.audience_profile div p::after {
    transition: width 0.5s ease;
    width: 0;
    position: absolute;
    content: "";
    left: 0;
    height: 1px;
    background: linear-gradient(90deg, rgb(180,167,179) 0%, transparent 100%);
    bottom: 0;
}.audience_profile div p:hover::after {
    width: 100%;
}

@keyframes gradient-animation {
    0% {
        background-position: 0% 50%;
    }
    50% {
        background-position: 100% 50%;
    }
    100% {
        background-position: 0% 50%;
    }
}

@media (max-width: 991px) {.audience_profile {
    padding: 80px 0;
}.audience_profile .method_innov {
    padding: 40px 30px;
}.audience_profile h4 {
    margin-bottom: 30px;
    font-size: calc(34px - 2px);
}.audience_profile div p {
    font-size: 14px;
    margin-bottom: 20px;
    padding: 12px 15px;
}
}

@media (max-width: 767px) {.audience_profile {
    padding: 60px 0;
}.audience_profile .method_innov {
    padding: 30px 20px;
}.audience_profile h4 {
    margin-bottom: 25px;
    font-size: calc(34px - 4px);
    padding-bottom: 12px;
}.audience_profile h4::after {
    height: 3px;
    width: 60px;
}.audience_profile div p {
    padding: 10px 12px;
    margin-bottom: 15px;
    font-size: calc(14px - 1px);
}.audience_profile div p svg {
    height: 20px;
    width: 20px;
    min-width: 20px;
    margin-right: 10px;
}.audience_profile::before,
    .audience_profile::after {
    opacity: 0.05;
}
}

@media (max-width: 479px) {.audience_profile {
    padding: 40px 0;
}.audience_profile .method_innov {
    padding: 25px 15px;
}.audience_profile h4 {
    font-size: calc(34px - 6px);
}.audience_profile div p {
    font-size: calc(14px - 2px);
    padding: 8px 10px;
}.audience_profile div p svg {
    width: 18px;
    margin-right: 8px;
    min-width: 18px;
    height: 18px;
}}.contact_section {
    position: relative;
    padding: 90px 0;
    overflow: hidden;
    background: linear-gradient(160deg, rgb(221,219,221) 0%, rgb(180,167,179,0.5) 100%);
}.contact_section::before {
    background: repeating-linear-gradient(
        -45deg,
        rgb(180,167,179,0.5),
        rgb(180,167,179,0.5) 1px,
        transparent 1px,
        transparent 20px
    );
    position: absolute;
    left: 0;
    top: 0;
    content: "";
    height: 100%;
    width: 100%;
    opacity: 0.03;
}.contact_section .container {
    margin: 0 auto;
    padding: 0 20px;
    position: relative;
    max-width: 1200px;
    z-index: 1;
}.contact_section h2 {
    font-weight: 700;
    color: #000000;
    position: relative;
    text-align: center;
    font-size: 42px;
    font-family: Arial, sans-serif;
    margin-bottom: 50px;
}.contact_section .request_form {
    flex-direction: column;
    max-width: 800px;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.06);
    overflow: hidden;
    margin: 0 auto;
    border-radius: 18px;
    display: flex;
    background: #ffffff;
}.contact_section .image_showcase {
    height: 200px;
    width: 100%;
    position: relative;
}.contact_section .support_widget {
    position: relative;
    width: 100%;
    padding: 50px;
}.contact_section form {
    width: 100%;
}.contact_section form h3 {
    color: #000000;
    position: relative;
    font-weight: 700;
    font-size: 19px;
    margin-bottom: 30px;
    display: inline-block;
    font-family: Arial, sans-serif;
}.contact_section form h3::after {
    content: "";
    width: 100%;
    position: absolute;
    border-radius: 1.5px;
    left: 0;
    height: 3px;
    background: rgb(180,167,179);
    bottom: -10px;
}.contact_section form input[type="text"] {
    border-radius: 10px;
    color: #000000;
    width: 100%;
    border: 2px solid transparent;
    background: rgb(221,219,221);
    font-family: Arial, sans-serif;
    margin-bottom: 20px;
    transition: all 0.3s ease;
    font-size: 15px;
    padding: 15px 20px;
}.contact_section form input[type="text"]:focus {
    outline: none;
    border-color: rgb(180,167,179);
}.contact_section form input[type="text"]::placeholder {
    color: rgba(0, 0, 0, 0.35);
}.contact_section .feedback_form {
    display: flex;
    align-items: flex-start;
    margin-bottom: 30px;
}.contact_section .feedback_form input[type="checkbox"] {
    opacity: 0;
    position: absolute;
}.contact_section .feedback_form label {
    color: #000000;
    line-height: 1.6;
    cursor: pointer;
    padding-left: 35px;
    font-size: 15px;
    position: relative;
}.contact_section .feedback_form label::before {
    background: rgb(221,219,221);
    height: 22px;
    width: 22px;
    border-radius: 10px;
    left: 0;
    transition: all 0.3s ease;
    position: absolute;
    top: 2px;
    content: "";
}.contact_section .feedback_form input[type="checkbox"]:checked + label::before {
    background: rgb(180,167,179);
}.contact_section .feedback_form input[type="checkbox"]:checked + label::after {
    transform: rotate(45deg);
    border-bottom: 2px solid #ffffff;
    left: 8px;
    content: "";
    width: 6px;
    height: 12px;
    border-right: 2px solid #ffffff;
    position: absolute;
    top: 5px;
}.contact_section .feedback_form label a {
    color: rgb(180,167,179);
    transition: all 0.3s ease;
    text-decoration: none;
}.contact_section .feedback_form label a:hover {
    text-decoration: underline;
}.contact_section form .help_widget {
    background: rgb(180,167,179);
    transition: all 0.3s ease;
    font-weight: 600;
    border-radius: 10px;
    position: relative;
    overflow: hidden;
    width: 100%;
    font-size: 18px;
    color: #ffffff;
    cursor: pointer;
    border: none;
    font-family: Arial, sans-serif;
    text-align: center;
    padding: 16px 20px;
}.contact_section form .help_widget:hover {
    background: rgb(164,127,158);
}.contact_section svg {
    width: 20px;
    fill: rgb(180,167,179);
    height: 20px;
}.contact_section svg path {
    fill: rgb(180,167,179);
    transition: fill 0.3s ease;
}

@media screen and (min-width: 768px) {.contact_section .request_form {
    max-width: 1000px;
    flex-direction: row;
}.contact_section .image_showcase {
    width: 40%;
    min-height: 400px;
    height: auto;
}.contact_section .support_widget {
    width: 60%;
}
}

@media screen and (min-width: 992px) {.contact_section .image_showcase {
    width: 50%;
}.contact_section .support_widget {
    width: 50%;
    padding: 60px;
}
}

@media screen and (min-width: 1200px) {.contact_section .request_form {
    max-width: 1100px;
}.contact_section .image_showcase {
    min-height: 500px;
}
}

@media screen and (max-width: 576px) {.contact_section {
    padding: 60px 0;
}.contact_section h2 {
    margin-bottom: 30px;
    font-size: calc(42px * 0.7);
}.contact_section .support_widget {
    padding: 30px 20px;
}.contact_section form h3 {
    font-size: calc(19px * 0.9);
}}footer {
    position: relative;
    z-index: 1;
}footer::before {
    right: 0;
    left: 0;
    bottom: 0;
    content: "";
    opacity: 0.92;
    position: absolute;
    background: linear-gradient(135deg, rgb(180,167,179,0.5) 0%, rgb(164,127,158,0.5) 100%);
    z-index: -1;
    top: 0;
}footer {
    background-size: cover !important;
    background-position: center !important;
}.mod_tools {
    color: #ffffff;
    padding: 5rem 0 2rem;
    position: relative;
}.mod_tools::before {
    top: 0;
    left: 0;
    content: "";
    clip-path: polygon(0 0, 100% 0, 96% 100%, 4% 100%);
    width: 100%;
    height: 15px;
    background: rgb(180,167,179);
    position: absolute;
}.mod_tools .container {
    flex-wrap: wrap;
    display: flex;
    position: relative;
    gap: 0;
}.mod_tools .company_holder {
    flex: 0 0 40%;
    margin-bottom: 2rem;
    position: relative;
    padding: 0 3rem 2rem 0;
}.mod_tools .company_holder::after {
    width: 1px;
    background: linear-gradient(to bottom, #ffffff, transparent);
    top: 0;
    position: absolute;
    opacity: 0.3;
    right: 1.5rem;
    content: "";
    height: 100%;
}.mod_tools .company_holder h3 {
    text-transform: uppercase;
    color: #ffffff;
    padding-bottom: 1rem;
    position: relative;
    margin: 0 0 1.5rem;
    font-size: 36px;
    font-weight: 700;
    transform: skewX(-10deg);
    letter-spacing: 1px;
}.mod_tools .company_holder h3::after {
    left: 0;
    box-shadow: 0 0 10px rgb(180,167,179);
    height: 3px;
    background: rgb(180,167,179);
    bottom: 0;
    content: "";
    position: absolute;
    width: 80px;
}.mod_tools .knowl_base {
    transform: skewX(-5deg);
    line-height: 1.6;
    font-size: 15px;
    border-left: 3px solid rgb(180,167,179);
    color: #ffffff;
    background: rgba(0, 0, 0, 0.2);
    transform-origin: left top;
    padding: 1.5rem;
}.mod_tools .footer_account {
    gap: 0;
    flex-wrap: wrap;
    display: flex;
    flex: 0 0 60%;
}.mod_tools .top_pro {
    flex: 1;
    flex-wrap: wrap;
    display: flex;
    gap: 0;
}.mod_tools .top_sitewrap {
    flex: 0 0 50%;
    padding: 0 1rem 2rem 1rem;
    position: relative;
}.mod_tools .top_sitewrap h5 {
    margin: 0 0 1.5rem;
    font-weight: 600;
    position: relative;
    transform: skewX(-5deg);
    font-size: 20px;
    color: #ffffff;
    padding-left: 1rem;
}.mod_tools .top_sitewrap h5::before {
    background: rgb(180,167,179);
    transform: skewX(5deg);
    position: absolute;
    bottom: 0;
    left: 0;
    top: 0;
    content: "";
    width: 3px;
}.mod_tools .top_sitewrap .top_pro {
    flex-direction: column;
    display: flex;
    gap: 0.8rem;
}.mod_tools .top_sitewrap .top_pro a {
    display: block;
    background: rgba(255, 255, 255, 0.05);
    padding: 0.7rem 1rem;
    text-decoration: none;
    overflow: hidden;
    position: relative;
    transform: skewX(-5deg);
    transition: all 0.3s ease;
    font-size: 15px;
    color: #ffffff;
}.mod_tools .top_sitewrap .top_pro a::before {
    width: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.1), transparent);
    left: -100%;
    height: 100%;
    content: "";
    top: 0;
    transition: all 0.5s ease;
    position: absolute;
}.mod_tools .top_sitewrap .top_pro a:hover {
    background: rgba(255, 255, 255, 0.1);
    padding-left: 1.5rem;
    transform: skewX(-5deg) translateX(5px);
    color: #ffffff;
}.mod_tools .top_sitewrap .top_pro a:hover::before {
    left: 100%;
}.donate_books {
    clip-path: polygon(0 0, 100% 0, 98% 100%, 2% 100%);
    background: rgba(0, 0, 0, 0.15);
    position: relative;
    margin-top: 2rem;
    padding: 1.5rem 0;
}.donate_books .container {
    justify-content: space-between;
    gap: 1rem;
    flex-wrap: wrap;
    align-items: center;
    display: flex;
}.donate_books .footer_subscribe {
    font-size: 16px;
    text-align: center;
    width: 100%;
    color: #ffffff;
    transform: skewX(-5deg);
}

@media (max-width: 1200px) {.mod_tools .company_holder {
    padding-right: 2rem;
    flex: 0 0 35%;
}.mod_tools .footer_account {
    flex: 0 0 65%;
}
}

@media (max-width: 992px) {.mod_tools {
    padding: 4rem 0 2rem;
}.mod_tools .container {
    flex-direction: column;
}.mod_tools .company_holder {
    padding-right: 0;
    flex: 0 0 100%;
    margin-bottom: 3rem;
}.mod_tools .company_holder::after {
    display: none;
}.mod_tools .footer_account {
    flex: 0 0 100%;
}.mod_tools .top_sitewrap {
    padding-bottom: 1.5rem;
}
}

@media (max-width: 768px) {.mod_tools {
    padding: 3.5rem 0 1.5rem;
}.mod_tools::before {
    height: 10px;
}.mod_tools .company_holder h3 {
    font-size: calc(36px - 2px);
}.mod_tools .knowl_base {
    transform: skewX(-3deg);
    padding: 1.2rem;
}.mod_tools .top_sitewrap h5, 
    .mod_tools .top_sitewrap .top_pro a {
    transform: skewX(-3deg);
}.mod_tools .top_sitewrap .top_pro a:hover {
    transform: skewX(-3deg) translateX(5px);
}.donate_books {
    clip-path: polygon(0 0, 100% 0, 97% 100%, 3% 100%);
}.donate_books .footer_subscribe {
    transform: skewX(-3deg);
}
}

@media (max-width: 576px) {.mod_tools {
    padding: 3rem 0 1rem;
}.mod_tools::before {
    clip-path: polygon(0 0, 100% 0, 95% 100%, 5% 100%);
}.mod_tools .top_sitewrap {
    padding: 0 0 2rem 0;
    flex: 0 0 100%;
}.mod_tools .company_holder {
    margin-bottom: 2rem;
}.mod_tools .top_sitewrap .top_pro a {
    padding: 0.6rem 0.8rem;
}.mod_tools .top_sitewrap .top_pro a:hover {
    padding-left: 1.2rem;
}.donate_books {
    clip-path: polygon(0 0, 100% 0, 95% 100%, 5% 100%);
    margin-top: 1rem;
}
}

@media (max-width: 420px) {.mod_tools .company_holder h3 {
    transform: skewX(-5deg);
}.mod_tools .company_holder h3::after {
    width: 60px;
}.mod_tools .knowl_base {
    transform: none;
}.mod_tools .top_sitewrap h5 {
    transform: none;
}.mod_tools .top_sitewrap h5::before {
    transform: none;
}.mod_tools .top_sitewrap .top_pro a,
    .mod_tools .top_sitewrap .top_pro a:hover,
    .donate_books .footer_subscribe {
    transform: none;
}}.cookieUsageContainer {
    bottom: 0;
    background: rgb(221,219,221);
    width: 100%;
    z-index: 90;
    position: fixed;
    border-top: 2px solid rgb(180,167,179);
}#usagePolicyBanner {
    display: none;
}#usagePolicyBanner:checked ~ .cookieUsageContainer {
    opacity: 0;
    visibility: hidden;
}.digital_tracking {
    justify-content: space-between;
    align-items: center;
    display: flex;
    padding: 20px 0;
}.cookieUsageContainer h5 {
    margin-bottom: 6px;
    font-size: 22px;
}.cookieUsageContainer p {
    font-size: 18px;
}.learn_cookies {
    margin-right: 10px;
    flex-shrink: 0;
}.learn_cookies svg, .learn_cookies svg path, .learn_cookies img {
    height: 100px;
    width: 100px;
    fill: rgb(180,167,179);
}.privacy_ctrl {
    margin-left: 10px;
    text-align: center;
    font-size: 24px;
    border-bottom: 2px solid rgb(180,167,179);
    flex-shrink: 0;
    cursor: pointer;
    line-height: 35px;
    white-space: nowrap;
    color: rgb(180,167,179);
    text-decoration: none;
    min-width: 120px;
}.cookieUsageContainer p a {
    text-decoration: none;
    color: rgb(180,167,179);
}
@media only screen and (max-width: 1200px) {.cookieUsageContainer {
    padding: 20px;
}
}
@media only screen and (max-width: 800px) {.learn_cookies {
    display: none;
}.digital_tracking {
    justify-content: center;
    flex-direction: column;
    align-items: center;
}.cookieUsageContainer h5 {
    text-align: center;
}.cookieUsageContainer p {
    text-align: center;
}.privacy_ack {
    margin-bottom: 20px;
}body .wrapper-padding .privacy_ctrl {
    margin-bottom: 10px;
    margin-left: 0;
}}
.wrapper-padding .cookieUsageContainer {
    box-shadow: rgb(164,127,158,0.5) 0px 0px 10px 10px;
    background: rgb(180,167,179);
}.wrapper-padding .digital_tracking {
    padding: 40px 0;
    justify-content: space-between;
}.wrapper-padding .privacy_ctrl {
    background: #ffffff;
    color: rgb(180,167,179);
    border: none;
    margin-left: 30px;
    padding: 10px;
    font-size: 20px;
}.wrapper-padding .privacy_ack {
    color: #ffffff;
    text-align: left;
}.wrapper-padding .privacy_ack h5 {
    font-weight: 700;
}.wrapper-padding .privacy_ack h5, .wrapper-padding .privacy_ack p {
    color: #ffffff;
}.wrapper-padding .cookieUsageContainer p a {
    text-decoration: underline;
    color: rgb(164,127,158);
}.mentorship_experience {
    background: linear-gradient(135deg, rgb(221,219,221) 0%, rgb(180,167,179,0.5) 100%);
    position: relative;
    overflow: hidden;
    padding: 120px 0;
}.mentorship_experience::before {
    transform: rotate(-15deg);
    content: "";
    height: 300px;
    background: rgb(164,127,158,0.5);
    filter: blur(80px);
    top: -50px;
    position: absolute;
    right: -50px;
    width: 300px;
    z-index: 0;
}.mentorship_experience::after {
    filter: blur(60px);
    position: absolute;
    height: 250px;
    bottom: -80px;
    transform: rotate(25deg);
    z-index: 0;
    background: rgb(180,167,179,0.5);
    left: -50px;
    width: 250px;
    content: "";
}.mentorship_experience .container {
    z-index: 1;
    max-width: 1200px;
    position: relative;
    padding: 0 20px;
    margin: 0 auto;
}.mentorship_experience .success_testimonials {
    grid-template-columns: 1fr;
    position: relative;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.08);
    gap: 30px;
    display: grid;
    background: #ffffff;
    padding: 40px;
    transform: perspective(1000px) rotateY(2deg);
    transition: transform 0.5s cubic-bezier(0.22, 1, 0.36, 1);
}.mentorship_experience .success_testimonials:hover {
    transform: perspective(1000px) rotateY(0deg);
}.mentorship_experience .success_testimonials::before {
    left: 0;
    width: 5px;
    top: 0;
    transform: scaleY(0);
    transform-origin: left center;
    content: "";
    transition: transform 0.4s cubic-bezier(0.22, 1, 0.36, 1);
    height: 100%;
    position: absolute;
    background: linear-gradient(to bottom, rgb(180,167,179), rgb(164,127,158));
}.mentorship_experience .success_testimonials:hover::before {
    transform: scaleY(1);
}.mentorship_experience .image_showcase {
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    height: 200px;
    position: relative;
    clip-path: polygon(25% 0%, 75% 0%, 100% 25%, 100% 75%, 75% 100%, 25% 100%, 0% 75%, 0% 25%);
    transition: transform 0.6s cubic-bezier(0.22, 1, 0.36, 1), box-shadow 0.6s cubic-bezier(0.22, 1, 0.36, 1);
    margin: 0 auto;
    width: 200px;
    border: 3px solid #ffffff;
}.mentorship_experience .success_testimonials:hover .image_showcase {
    transform: translateY(-10px) scale(1.05);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.15);
}.mentorship_experience .image_showcase::after {
    left: 0;
    position: absolute;
    opacity: 0;
    top: 0;
    height: 100%;
    background: linear-gradient(135deg, rgb(180,167,179,0.5) 0%, transparent 50%, rgb(164,127,158,0.5) 100%);
    transition: opacity 0.6s ease;
    width: 100%;
    content: "";
}.mentorship_experience .success_testimonials:hover .image_showcase::after {
    opacity: 0.4;
}.mentorship_experience .name {
    margin: 0 0 5px 0;
    font-weight: 700;
    color: rgb(180,167,179);
    position: relative;
    transform: translateX(0);
    display: inline-block;
    transition: transform 0.5s cubic-bezier(0.22, 1, 0.36, 1);
    font-size: calc(19px * 1.1);
}.mentorship_experience .success_testimonials:hover .name {
    transform: translateX(10px);
}.mentorship_experience .name::after {
    position: absolute;
    left: 0;
    width: 0;
    background: rgb(164,127,158);
    height: 2px;
    bottom: -3px;
    transition: width 0.5s cubic-bezier(0.22, 1, 0.36, 1) 0.1s;
    content: "";
}.mentorship_experience .success_testimonials:hover .name::after {
    width: 100%;
}.mentorship_experience .success_testimonials > div:nth-child(2) > div {
    padding-left: 0;
    color: #000000;
    font-weight: 600;
    font-size: calc(13px * 0.95);
    transition: padding-left 0.5s cubic-bezier(0.22, 1, 0.36, 1);
    margin-bottom: 15px;
    position: relative;
}.mentorship_experience .success_testimonials:hover > div:nth-child(2) > div {
    padding-left: 10px;
}.mentorship_experience .emp_achievements {
    margin: 0;
    background: linear-gradient(to right, #ffffff, rgb(221,219,221), #ffffff);
    line-height: 1.8;
    font-size: 13px;
    padding: 25px 20px;
    color: #000000;
    background-size: 200% 100%;
    border-radius: 10px;
    position: relative;
    transition: background-position 0.8s cubic-bezier(0.22, 1, 0.36, 1);
}.mentorship_experience .success_testimonials:hover .emp_achievements {
    background-position: right center;
}.mentorship_experience .emp_achievements::before,
.mentorship_experience .emp_achievements::after {
    transition: transform 0.5s cubic-bezier(0.22, 1, 0.36, 1);
    line-height: 1;
    color: rgb(180,167,179,0.5);
    font-family: Georgia, serif;
    position: absolute;
    content: "";
    font-size: 60px;
}.mentorship_experience .emp_achievements::before {
    top: -10px;
    opacity: 0.5;
    left: -10px;
    transform: translateX(-20px) translateY(-20px) scale(0.8);
}.mentorship_experience .emp_achievements::after {
    right: -10px;
    transform: translateX(20px) translateY(20px) scale(0.8);
    bottom: -30px;
    content: "";
    opacity: 0.5;
}.mentorship_experience .success_testimonials:hover .emp_achievements::before {
    transform: translateX(0) translateY(0) scale(1);
    opacity: 0.7;
}.mentorship_experience .success_testimonials:hover .emp_achievements::after {
    opacity: 0.7;
    transform: translateX(0) translateY(0) scale(1);
}

@media (min-width: 768px) {.mentorship_experience .success_testimonials {
    grid-template-rows: auto 1fr;
    gap: 25px 40px;
    grid-template-columns: 220px 1fr;
}.mentorship_experience .success_testimonials > div:first-child {
    display: flex;
    justify-content: center;
    grid-row: 1 / 3;
    align-items: center;
}.mentorship_experience .success_testimonials > div:nth-child(2) {
    align-self: end;
}.mentorship_experience .success_testimonials > div:nth-child(3) {
    grid-column: 2 / 3;
}.mentorship_experience .image_showcase {
    height: 200px;
    width: 200px;
}
}

@media (min-width: 992px) {.mentorship_experience {
    padding: 150px 0;
}.mentorship_experience .success_testimonials {
    padding: 60px;
    gap: 30px 60px;
    transform: perspective(1500px) rotateY(3deg);
}.mentorship_experience .image_showcase {
    width: 240px;
    height: 240px;
}.mentorship_experience .name {
    font-size: calc(19px * 1.2);
}.mentorship_experience .success_testimonials > div:nth-child(2) > div {
    font-size: 13px;
}.mentorship_experience .emp_achievements {
    padding: 30px 25px;
    line-height: 1.9;
    font-size: calc(13px * 1.05);
}
}

@media (max-width: 767px) {.mentorship_experience {
    padding: 80px 0;
}.mentorship_experience .success_testimonials {
    gap: 20px;
    padding: 30px 25px;
}.mentorship_experience .image_showcase {
    width: 150px;
    height: 150px;
}.mentorship_experience .name {
    text-align: center;
    font-size: 19px;
}.mentorship_experience .success_testimonials > div:nth-child(2) {
    text-align: center;
}.mentorship_experience .success_testimonials > div:nth-child(2) > div {
    font-size: calc(13px * 0.9);
}.mentorship_experience .emp_achievements {
    padding: 20px 15px;
    line-height: 1.7;
    font-size: calc(13px * 0.95);
}}header {
    width: 100%;
    position: relative;
    overflow: visible;
    background: linear-gradient(to right, rgb(164,127,158) 0%, rgba(0, 0, 0, 0.5) 100%);
    z-index: 99;
}header::before {
    content: '';
    left: 0;
    background: repeating-linear-gradient(
        45deg,
        transparent,
        transparent 10px,
        rgb(180,167,179,0.5) 10px,
        rgb(180,167,179,0.5) 11px
    );
    opacity: 0.1;
    width: 100%;
    z-index: -1;
    position: absolute;
    top: 0;
    height: 100%;
}header .first_class {
    align-items: center;
    display: flex;
    width: 100%;
    justify-content: space-between;
    padding: 15px;
    position: relative;
}header .first_class::after {
    height: 1px;
    position: absolute;
    content: '';
    box-shadow: 0 0 10px rgb(164,127,158), 0 0 20px rgb(164,127,158,0.5);
    width: 90%;
    bottom: 0;
    background: linear-gradient(
        90deg,
        transparent,
        rgb(180,167,179),
        rgb(164,127,158),
        rgb(180,167,179),
        transparent
    );
    left: 5%;
}header .first_class .site_core {
    position: relative;
    margin-right: 20px;
    padding: 5px 10px;
    z-index: 2;
}header .first_class .site_core::before {
    box-shadow: 0 0 15px rgb(164,127,158,0.5);
    width: 100%;
    top: 0;
    position: absolute;
    border: 1px solid rgb(164,127,158,0.5);
    content: '';
    opacity: 0;
    transition: opacity 0.4s ease;
    left: 0;
    border-radius: 10px;
    height: 100%;
}header .first_class .site_core:hover::before {
    opacity: 1;
}header .first_class .site_core .header_know {
    transition: transform 0.3s ease;
    display: block;
}header .first_class .site_core:hover .header_know {
    transform: scale(1.05);
}header .first_class .site_core .header_know svg {
    height: 45px;
    filter: drop-shadow(0 0 5px rgb(164,127,158,0.5));
    width: auto;
}header .first_class .top_sitewrap {
    border-radius: 10px;
    padding: 15px 20px;
    justify-content: flex-end;
    list-style: none;
    position: relative;
    background: rgba(0, 0, 0, 0.2);
    display: flex;
    margin: 0;
    flex-wrap: wrap;
}header .first_class .top_sitewrap::before {
    left: 0;
    position: absolute;
    height: 100%;
    width: 100%;
    content: '';
    background: radial-gradient(
        ellipse at center,
        rgb(164,127,158,0.5) 0%,
        transparent 70%
    );
    border-radius: 10px;
    opacity: 0.2;
    top: 0;
}header .first_class .top_sitewrap .header_page {
    margin: 0;
    position: relative;
}header .first_class .top_sitewrap .header_page::after {
    content: '';
    height: 2px;
    bottom: -5px;
    background: rgb(180,167,179);
    transition: width 0.3s ease, left 0.3s ease;
    width: 0;
    position: absolute;
    box-shadow: 0 0 8px rgb(180,167,179);
    left: 50%;
}header .first_class .top_sitewrap .header_page:hover::after {
    width: 80%;
    left: 10%;
}header .first_class .top_sitewrap .header_page a {
    font-weight: 400;
    display: block;
    text-decoration: none;
    color: #ffffff;
    transition: color 0.3s ease, text-shadow 0.3s ease;
    letter-spacing: 1px;
    text-transform: uppercase;
    padding: 10px 15px;
    font-family: Arial, sans-serif;
    font-size: 13px;
    position: relative;
}header .first_class .top_sitewrap .header_page:hover a {
    color: rgb(180,167,179);
    text-shadow: 0 0 5px rgb(180,167,179,0.5);
}

@media (max-width: 992px) {header .first_class {
    flex-direction: column;
}header .first_class .site_core {
    align-self: center;
    margin: 0 0 15px 0;
}header .first_class .top_sitewrap {
    justify-content: center;
    width: 100%;
}header .first_class .top_sitewrap .header_page a {
    font-size: calc(13px - 1px);
    padding: 10px 15px;
}}.tyFrame {
    padding: 120px 0 100px;
    overflow: hidden;
    position: relative;
    background: linear-gradient(135deg, rgb(221,219,221) 0%, rgba(245, 247, 250, 0.95) 100%);
}.tyFrame::before {
    opacity: 0.4;
    content: "";
    position: absolute;
    right: -50px;
    filter: blur(80px);
    animation: float 15s ease-in-out infinite;
    z-index: 1;
    height: 300px;
    top: -50px;
    background: linear-gradient(45deg, rgb(164,127,158,0.5) 0%, rgb(180,167,179,0.5) 100%);
    width: 300px;
}.tyFrame::after {
    background: linear-gradient(225deg, rgb(180,167,179,0.5) 0%, rgb(164,127,158,0.5) 80%);
    filter: blur(60px);
    opacity: 0.3;
    position: absolute;
    width: 250px;
    height: 250px;
    bottom: -30px;
    content: "";
    z-index: 1;
    left: -30px;
    animation: float 18s ease-in-out infinite reverse;
}.tyFrame .container {
    margin: 0 auto;
    position: relative;
    padding: 0 20px;
    z-index: 5;
    max-width: 1140px;
}.tyFrame h2 {
    position: relative;
    margin-bottom: 40px;
    color: #000000;
    font-weight: 700;
    font-size: 38px;
    font-family: Arial, sans-serif;
    animation: slideUp 0.8s cubic-bezier(0.25, 1, 0.5, 1) forwards;
    transform: translateY(20px);
    opacity: 0;
}.tyFrame h2::after {
    position: absolute;
    height: 3px;
    content: "";
    animation: expandLine 0.6s cubic-bezier(0.25, 1, 0.5, 1) forwards 0.4s;
    left: 0;
    transform-origin: left center;
    width: 80px;
    bottom: -12px;
    transform: scaleX(0);
    background: linear-gradient(90deg, rgb(180,167,179) 0%, rgb(164,127,158) 100%);
}.tyFrame .method_innov {
    position: relative;
    transform: translateY(30px);
    border-radius: 23px;
    overflow: hidden;
    animation: slideUp 0.8s cubic-bezier(0.25, 1, 0.5, 1) forwards 0.3s;
    padding: 50px;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.07), 0 5px 15px rgba(0, 0, 0, 0.05);
    background: #ffffff;
    opacity: 0;
}.tyFrame .method_innov::before {
    height: 100%;
    animation: expandHeight 0.8s cubic-bezier(0.25, 1, 0.5, 1) forwards 0.6s;
    transform: scaleY(0);
    width: 6px;
    position: absolute;
    top: 0;
    content: "";
    transform-origin: top center;
    left: 0;
    background: linear-gradient(to bottom, rgb(164,127,158), rgb(180,167,179));
}.tyFrame ul {
    margin: 0;
    padding: 0;
    list-style: none;
}.tyFrame li {
    padding-left: 25px;
    position: relative;
}.tyFrame li::before {
    height: 10px;
    position: absolute;
    border-radius: 50%;
    content: "";
    top: 8px;
    width: 10px;
    transform: scale(0);
    background: linear-gradient(135deg, rgb(180,167,179) 0%, rgb(164,127,158) 100%);
    animation: popIn 0.4s cubic-bezier(0.34, 1.56, 0.64, 1) forwards 1s;
    left: 0;
}.tyFrame span {
    animation: fadeText 0.8s ease forwards 0.8s;
    font-size: calc(14px * 1.05);
    transform: translateY(15px);
    display: block;
    opacity: 0;
    line-height: 1.7;
    color: #000000;
    font-family: Arial, sans-serif;
}

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

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

@keyframes expandHeight {
    to {
        transform: scaleY(1);
    }
}

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

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

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

@media (max-width: 991px) {.tyFrame {
    padding: 90px 0 70px;
}.tyFrame h2 {
    margin-bottom: 35px;
    font-size: calc(38px * 0.9);
}.tyFrame .method_innov {
    padding: 40px 35px;
}.tyFrame h2::after {
    width: 70px;
}
}

@media (max-width: 767px) {.tyFrame {
    padding: 70px 0 50px;
}.tyFrame h2 {
    font-size: calc(38px * 0.8);
    line-height: 1.4;
    margin-bottom: 30px;
}.tyFrame .method_innov {
    padding: 35px 25px;
}.tyFrame span {
    font-size: 14px;
    line-height: 1.6;
}.tyFrame h2::after {
    width: 60px;
    height: 2px;
}
}

@media (max-width: 575px) {.tyFrame {
    padding: 60px 0 40px;
}.tyFrame h2 {
    font-size: calc(38px * 0.7);
    margin-bottom: 25px;
}.tyFrame .method_innov {
    padding: 30px 20px;
}.tyFrame li {
    padding-left: 20px;
}.tyFrame li::before {
    width: 8px;
    top: 9px;
    height: 8px;
}.tyFrame h2::after {
    width: 50px;
}
}

@media (hover: hover) {.tyFrame .method_innov:hover {
    transition: transform 0.4s cubic-bezier(0.34, 1.56, 0.64, 1), box-shadow 0.4s ease;
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.1), 0 10px 20px rgba(0, 0, 0, 0.06);
    transform: translateY(-5px);
}.tyFrame .method_innov:hover::before {
    transition: background 0.5s ease;
    background: linear-gradient(to bottom, rgb(180,167,179), rgb(164,127,158));
}}.course_program {
    max-height: 900px;
    overflow: hidden;
    background-color: #ffffff;
    position: relative;
    height: 100vh;
    min-height: 600px;
}.course_program::before {
    background: linear-gradient(90deg, rgba(255, 255, 255, 0.8) 0%, rgba(255, 255, 255, 0.4) 50%, transparent 100%);
    pointer-events: none;
    width: 70%;
    left: 0;
    z-index: 1;
    content: '';
    height: 100%;
    position: absolute;
    top: 0;
}.course_program .quick_progress {
    height: 100%;
    left: 0;
    position: absolute;
    overflow: hidden;
    width: 100%;
    z-index: 0;
    top: 0;
}.course_program .knowledge_flow {
    display: flex;
    animation: carousel-slide 30s infinite linear;
    left: 0;
    top: 0;
    height: 100%;
    position: absolute;
    width: 500%;
}.course_program .quick_progress:hover .knowledge_flow {
    animation-play-state: paused;
}.course_program .learn_path4g1MF {
    width: 20%;
    height: 100%;
    overflow: hidden;
}.course_program .learn_path4g1MF img {
    width: 100%;
    height: 100%;
    filter: brightness(1.05) contrast(1.1);
    transform: scale(1.1);
    transition: transform 1s ease;
    object-fit: cover;
}.course_program .learn_path4g1MF:hover img {
    transform: scale(1.2);
}.course_program .container {
    display: flex;
    align-items: center;
    padding-left: 0;
    width: 65%;
    height: 100%;
    justify-content: flex-start;
    position: relative;
    z-index: 2;
}.course_program .method_innov {
    width: 100%;
    max-width: 750px;
    padding-left: 3%;
}.course_program .education_track {
    background-color: #ffffff;
    padding: 3rem;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.15);
    position: relative;
    backdrop-filter: blur(5px);
    border-radius: 14px;
    background-color: rgba(255, 255, 255, 0.9);
    border-top: 4px solid rgb(180,167,179);
}.course_program .education_track h3 {
    margin-bottom: 1.5rem;
    color: #000000;
    font-weight: 700;
    font-size: 31px;
}.course_program .education_track p {
    margin-bottom: 2rem;
    color: #000000;
    font-size: 18px;
    line-height: 1.7;
}.course_program .education_track .help_widget {
    display: inline-block;
    padding: 1rem 2rem;
    background: linear-gradient(to right, rgb(180,167,179), rgb(164,127,158));
    overflow: hidden;
    text-decoration: none;
    z-index: 1;
    position: relative;
    font-size: 18px;
    font-weight: 600;
    color: #ffffff;
    border-radius: 10px;
    transition: all 0.3s ease;
}.course_program .education_track .help_widget::before {
    content: '';
    z-index: -1;
    background: linear-gradient(to right, rgb(164,127,158), rgb(180,167,179));
    top: 0;
    left: 0;
    position: absolute;
    height: 100%;
    opacity: 0;
    width: 100%;
    transition: opacity 0.3s ease;
}.course_program .education_track .help_widget:hover {
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15);
    transform: translateY(-5px);
}.course_program .education_track .help_widget:hover::before {
    opacity: 1;
}

@keyframes carousel-slide {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(-80%);
    }
}

@media screen and (max-width: 1200px) {.course_program .container {
    width: 70%;
}.course_program::before {
    width: 75%;
}
}

@media screen and (max-width: 992px) {.course_program {
    flex-direction: column;
    display: flex;
    min-height: 0;
    max-height: none;
    height: auto;
}.course_program::before {
    background: linear-gradient(180deg, rgb(221,219,221) 0%, transparent 50%);
}.course_program .quick_progress {
    height: 400px;
    width: 100%;
    order: 2;
    position: relative;
}.course_program .container {
    width: 100%;
    padding: 4rem 2rem;
    order: 1;
}.course_program .method_innov {
    width: 100%;
    margin: 0 auto;
    max-width: 600px;
}
}

@media screen and (max-width: 768px) {.course_program .quick_progress {
    height: 350px;
}.course_program .container {
    padding: 3rem 1.5rem;
}.course_program .education_track {
    padding: 2rem;
}.course_program .education_track h3 {
    font-size: calc(31px * 0.9);
}
}

@media screen and (max-width: 576px) {.course_program .quick_progress {
    height: 250px;
}.course_program .container {
    padding: 2.5rem 1rem;
}.course_program .education_track {
    padding: 1.5rem;
}.course_program .education_track h3 {
    font-size: calc(31px * 0.8);
}.course_program .education_track p {
    font-size: calc(18px * 0.9);
    margin-bottom: 1.5rem;
}.course_program .education_track .help_widget {
    width: 100%;
    text-align: center;
    padding: 0.8rem 1.5rem;
}}.data_analysis {
    padding: 6rem 0;
    position: relative;
    background: linear-gradient(135deg, rgb(221,219,221) 0%, rgba(240, 242, 255, 0.95) 100%);
    overflow: hidden;
}.data_analysis::before {
    position: absolute;
    height: 80%;
    width: 40%;
    background: linear-gradient(225deg, rgb(180,167,179,0.5) 0%, transparent 70%);
    z-index: 1;
    top: -10%;
    right: -5%;
    transform: rotate(-15deg) skewX(20deg);
    opacity: 0.3;
    filter: blur(40px);
    content: '';
}.data_analysis::after {
    content: '';
    transform: rotate(15deg) skewY(-10deg);
    height: 60%;
    width: 35%;
    position: absolute;
    opacity: 0.2;
    filter: blur(30px);
    left: -5%;
    bottom: -10%;
    z-index: 1;
    background: linear-gradient(45deg, rgb(164,127,158,0.5) 0%, transparent 70%);
}.data_analysis .container {
    z-index: 2;
    padding: 0 1.5rem;
    position: relative;
    max-width: 1320px;
    margin: 0 auto;
}.data_analysis h4 {
    margin-top: 3rem;
    opacity: 0;
    font-size: calc(18px * 1.1);
    font-weight: 600;
    color: #000000;
    transform: translateY(0);
    text-align: center;
    animation: fadeUpIn 0.8s 0.4s forwards cubic-bezier(0.22, 1, 0.36, 1);
    letter-spacing: 0.5px;
}.data_analysis ul {
    gap: 2rem;
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    padding: 0;
    margin: 0;
    list-style: none;
}.data_analysis .gain_study {
    position: relative;
    transform: translateY(20px);
    border: 1px solid rgba(255, 255, 255, 0.8);
    animation: fadeUpIn 0.6s forwards cubic-bezier(0.22, 1, 0.36, 1);
    border-radius: 12px;
    transition: all 0.4s cubic-bezier(0.22, 1, 0.36, 1);
    opacity: 0;
    border-bottom: 2px solid rgb(180,167,179,0.5);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.04), 
                0 5px 15px rgba(0, 0, 0, 0.03);
    padding: 2rem 1.5rem;
    backdrop-filter: blur(10px);
    background: linear-gradient(145deg, rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0.7));
}.data_analysis .gain_study:nth-child(1) {
    animation-delay: 0.1s;
}.data_analysis .gain_study:nth-child(2) {
    animation-delay: 0.2s;
}.data_analysis .gain_study:nth-child(3) {
    animation-delay: 0.3s;
}.data_analysis .gain_study:nth-child(4) {
    animation-delay: 0.4s;
}.data_analysis .gain_study:nth-child(5) {
    animation-delay: 0.5s;
}.data_analysis .gain_study:nth-child(6) {
    animation-delay: 0.6s;
}.data_analysis .gain_study:nth-child(7) {
    animation-delay: 0.7s;
}.data_analysis .gain_study::before {
    top: 0;
    border-radius: 3px 0 0 0;
    width: 40%;
    left: 0;
    background: linear-gradient(90deg, rgb(180,167,179) 0%, transparent 100%);
    height: 3px;
    content: '';
    position: absolute;
    transition: width 0.4s ease;
}.data_analysis .gain_study:hover {
    transform: translateY(-8px);
    box-shadow: 0 15px 35px rgba(rgb(180,167,179,0.5), 0.1), 
                0 8px 20px rgba(0, 0, 0, 0.05);
}.data_analysis .gain_study:hover::before {
    width: 80%;
}.data_analysis .gain_study div {
    flex-direction: column;
    align-items: center;
    text-align: center;
    display: flex;
}.data_analysis .gain_study p {
    font-weight: 700;
    position: relative;
    color: rgb(180,167,179);
    font-size: calc(33px * 1.2);
    display: inline-block;
    margin: 0 0 0.75rem;
    line-height: 1;
}.data_analysis .gain_study p::after {
    background: linear-gradient(90deg, transparent, rgb(164,127,158,0.5), transparent);
    content: '';
    border-radius: 10px;
    left: 50%;
    position: absolute;
    transform: translateX(-50%);
    bottom: -10px;
    width: 40px;
    height: 3px;
}.data_analysis .gain_study span {
    line-height: 1.4;
    font-size: 18px;
    font-weight: 400;
    color: #000000;
    transition: color 0.3s ease;
    margin-top: 0.5rem;
}.data_analysis .gain_study:hover span {
    color: #000000;
}

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

@media (min-width: 992px) {.data_analysis {
    padding: 8rem 0;
}.data_analysis ul {
    gap: 2.5rem;
    grid-template-columns: repeat(4, 1fr);
}.data_analysis .gain_study {
    padding: 2.5rem 2rem;
}.data_analysis h4 {
    font-size: calc(18px * 1.2);
    margin-top: 4rem;
}
}

@media (min-width: 768px) and (max-width: 991px) {.data_analysis {
    padding: 7rem 0;
}.data_analysis ul {
    grid-template-columns: repeat(3, 1fr);
}
}

@media (min-width: 576px) and (max-width: 767px) {.data_analysis {
    padding: 6rem 0;
}.data_analysis ul {
    gap: 1.5rem;
    grid-template-columns: repeat(2, 1fr);
}
}

@media (max-width: 575px) {.data_analysis {
    padding: 5rem 0;
}.data_analysis ul {
    gap: 1.5rem;
    grid-template-columns: 1fr;
}.data_analysis .gain_study {
    padding: 1.75rem 1.25rem;
}.data_analysis .gain_study p {
    font-size: calc(33px * 1.1);
}.data_analysis h4 {
    margin-top: 2.5rem;
    font-size: 18px;
}}.education_framework {
    padding: 8rem 0;
    background: linear-gradient(170deg, rgb(221,219,221) 60%, rgb(180,167,179,0.5) 100%);
    position: relative;
    overflow: hidden;
}.education_framework::before {
    opacity: 0.15;
    width: 100%;
    left: 0;
    z-index: 1;
    background-image: 
        linear-gradient(rgb(164,127,158,0.5) 1px, transparent 1px),
        linear-gradient(90deg, rgb(164,127,158,0.5) 1px, transparent 1px);
    background-size: 30px 30px;
    height: 100%;
    content: "";
    position: absolute;
    top: 0;
    animation: gridPulse 8s ease-in-out infinite alternate;
}.education_framework::after {
    opacity: 0.4;
    height: 120%;
    animation: glowMove 15s ease-in-out infinite alternate;
    position: absolute;
    content: "";
    left: -10%;
    filter: blur(60px);
    background: 
        radial-gradient(circle at 20% 30%, rgb(180,167,179,0.5) 0%, transparent 25%),
        radial-gradient(circle at 80% 70%, rgb(164,127,158,0.5) 0%, transparent 25%);
    width: 120%;
    top: -10%;
    z-index: 0;
}.education_framework .method_innov {
    display: grid;
    grid-template-columns: 1fr;
    margin: 0 auto;
    position: relative;
    z-index: 2;
    transition: transform 0.5s ease;
    gap: 3rem;
    max-width: 1100px;
}.education_framework h3 {
    margin: 0;
    padding: 0 2rem;
    text-transform: uppercase;
    text-align: center;
    letter-spacing: 3px;
    position: relative;
    animation: circuitConnect 1.5s ease-out forwards;
    font-size: 35px;
    color: #000000;
    font-weight: 700;
}.education_framework h3::before,
.education_framework h3::after {
    background: linear-gradient(90deg, transparent, rgb(180,167,179), transparent);
    animation: lineGlow 3s ease-in-out infinite alternate;
    width: 60%;
    height: 1px;
    content: "";
    left: 20%;
    position: absolute;
}.education_framework h3::before {
    top: -15px;
}.education_framework h3::after {
    bottom: -15px;
}.education_framework span {
    line-height: 1.8;
    justify-content: center;
    position: relative;
    display: flex;
    color: #000000;
    text-align: center;
    font-size: 18px;
    z-index: 2;
    animation: moduleInitialize 1s ease-out forwards;
    padding: 3rem;
    align-items: center;
}.education_framework span::before {
    clip-path: polygon(
        0 5%, 
        5% 0, 
        95% 0, 
        100% 5%, 
        100% 95%, 
        95% 100%, 
        5% 100%, 
        0 95%
    );
    content: "";
    left: 0;
    right: 0;
    top: 0;
    background: #ffffff;
    bottom: 0;
    z-index: -1;
    position: absolute;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}.education_framework span::after {
    top: 4px;
    right: 4px;
    position: absolute;
    opacity: 0.6;
    background: linear-gradient(135deg, 
        rgba(255, 255, 255, 0.5) 0%, 
        rgba(255, 255, 255, 0) 50%,
        rgba(255, 255, 255, 0.2) 100%
    );
    clip-path: polygon(
        0 5%, 
        5% 0, 
        95% 0, 
        100% 5%, 
        100% 95%, 
        95% 100%, 
        5% 100%, 
        0 95%
    );
    z-index: -1;
    bottom: 4px;
    content: "";
    left: 4px;
}.education_framework .method_innov::before {
    position: absolute;
    content: "";
    background: linear-gradient(to bottom, rgb(180,167,179), rgb(164,127,158));
    height: 50px;
    width: 3px;
    left: calc(50% - 1.5px);
    z-index: 1;
    top: calc(3rem + 20px);
}.education_framework .method_innov::after {
    top: calc(3rem + 70px);
    content: "";
    border-radius: 50%;
    left: calc(50% - 8px);
    height: 16px;
    background: linear-gradient(135deg, rgb(180,167,179), rgb(164,127,158));
    width: 16px;
    box-shadow: 
        0 0 15px rgb(180,167,179,0.5),
        0 0 30px rgb(180,167,179,0.5);
    animation: pulseNode 3s ease-in-out infinite;
    position: absolute;
    z-index: 1;
}

@keyframes gridPulse {
    0%, 100% {
        opacity: 0.1;
        background-size: 30px 30px;
    }
    50% {
        opacity: 0.2;
        background-size: 32px 32px;
    }
}

@keyframes glowMove {
    0% {
        transform: translateX(-5%) translateY(-5%);
    }
    100% {
        transform: translateX(5%) translateY(5%);
    }
}

@keyframes circuitConnect {
    0% {
        opacity: 0;
        transform: translateY(-20px);
    }
    50% {
        opacity: 0.5;
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes moduleInitialize {
    0% {
        opacity: 0;
        transform: scale(0.95);
    }
    50% {
        opacity: 0.7;
    }
    100% {
        opacity: 1;
        transform: scale(1);
    }
}

@keyframes lineGlow {
    0%, 100% {
        opacity: 0.5;
        box-shadow: 0 0 5px rgb(180,167,179,0.5);
    }
    50% {
        opacity: 1;
        box-shadow: 0 0 12px rgb(180,167,179);
    }
}

@keyframes pulseNode {
    0%, 100% {
        transform: scale(1);
        box-shadow: 
            0 0 15px rgb(180,167,179,0.5),
            0 0 30px rgb(180,167,179,0.5);
    }
    50% {
        transform: scale(1.2);
        box-shadow: 
            0 0 20px rgb(180,167,179),
            0 0 40px rgb(180,167,179,0.5);
    }
}

@media (max-width: 992px) {.education_framework {
    padding: 6rem 1.5rem;
}.education_framework h3 {
    padding: 0 1.5rem;
    letter-spacing: 2px;
    font-size: calc(35px * 0.9);
}.education_framework span {
    padding: 2.5rem;
}.education_framework .method_innov::before {
    height: 40px;
}.education_framework .method_innov::after {
    top: calc(3rem + 60px);
}
}

@media (max-width: 768px) {.education_framework {
    padding: 4rem 1rem;
}.education_framework::before {
    background-size: 20px 20px;
}.education_framework h3 {
    padding: 0 1rem;
    font-size: calc(35px * 0.8);
    letter-spacing: 1px;
}.education_framework span {
    font-size: calc(18px * 0.95);
    padding: 2rem;
}.education_framework .method_innov::before {
    height: 30px;
}.education_framework .method_innov::after {
    height: 12px;
    width: 12px;
    left: calc(50% - 6px);
    top: calc(3rem + 50px);
}}.privacy_widget {
    color: #000000;
    font-family: Arial, sans-serif;
    background-color: #ffffff;
    gap: 2rem;
    display: grid;
    padding: 2rem;
    grid-template-columns: 1fr;
}.privacy_widget h1, .privacy_widget h2 {
    margin: 0;
    text-transform: uppercase;
    color: rgb(180,167,179);
    padding: 0.5rem 0;
    letter-spacing: 0.1em;
}.privacy_widget h1 {
    border-bottom: 3px solid rgb(180,167,179);
    font-weight: 700;
    font-size: 40px;
}.privacy_widget h2 {
    border-bottom: 2px solid rgb(164,127,158);
    font-size: 35px;
    font-weight: 600;
}.privacy_widget h3, .privacy_widget h4, .privacy_widget h5, .privacy_widget h6 {
    margin: 10px 0;
}.privacy_widget ul {
    padding: 0;
    margin: 10px 0;
    list-style: none;
}.privacy_widget ul li {
    font-size: 12px;
    border-bottom: 1px solid rgb(164,127,158,0.5);
    padding: 0.5rem 0;
    font-weight: 400;
    display: flex;
    align-items: center;
}.privacy_widget ul li:last-child {
    border-bottom: none;
}.privacy_widget ul li::before {
    color: rgb(180,167,179);
    content: '—';
    margin-right: 1rem;
}.privacy_widget p, .privacy_widget span {
    margin: 0 0 1rem 0;
    font-size: 12px;
    line-height: 1.6;
    color: #000000;
}.privacy_widget div {
    margin: 1rem 0;
}.privacy_widget section {
    gap: 1rem;
    flex-direction: column;
    display: flex;
}
@media only screen and (max-width: 800px) {.privacy_widget {
    gap: 1rem;
    border-radius: 10px;
    padding: 1.5rem;
}.privacy_widget h1 {
    border-bottom-width: 2px;
    font-size: calc(19px * 0.9);
}.privacy_widget h2 {
    border-bottom-width: 1px;
    font-size: calc(19px * 0.9);
}.privacy_widget ul li {
    padding: 0.5rem 0;
}.privacy_widget ul li::before {
    margin-right: 0.5rem;
}}.service_contact {
    padding: 100px 0;
    background: linear-gradient(to right, rgb(221,219,221) 60%, rgb(180,167,179) 60%);
    position: relative;
    overflow: hidden;
}.service_contact::before {
    z-index: 0;
    content: '';
    left: 0;
    height: 100%;
    top: 0;
    position: absolute;
    opacity: 0.15;
    background: radial-gradient(circle at 25% 25%, rgb(180,167,179,0.5) 0%, transparent 50%);
    width: 100%;
}.service_contact::after {
    background: linear-gradient(135deg, transparent 0%, rgb(164,127,158,0.5) 100%);
    width: 100%;
    content: '';
    height: 100%;
    bottom: 0;
    z-index: 0;
    position: absolute;
    right: 0;
    opacity: 0.1;
}.service_contact .container {
    z-index: 1;
    position: relative;
}.service_contact .reach_form {
    display: grid;
    gap: 0;
    position: relative;
    grid-template-columns: 2fr 1fr;
}.service_contact .contact_team {
    position: relative;
}.service_contact .contact_team:nth-child(1) {
    padding: 0 4rem 0 0;
    background: transparent;
}.service_contact .contact_team:nth-child(1) h2 {
    font-size: calc(45px * 1.2);
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: 2rem;
    color: rgb(180,167,179);
    position: relative;
    letter-spacing: -1px;
    line-height: 1.1;
}.service_contact .contact_team:nth-child(1) h2::before {
    height: 8px;
    left: 0;
    background: rgb(164,127,158);
    top: -20px;
    position: absolute;
    content: '';
    width: 60px;
}.service_contact .edu_coach {
    position: relative;
    font-size: calc(23px * 1.1);
    margin-bottom: 1.5rem;
    color: rgb(164,127,158);
    font-weight: 600;
    display: inline-block;
}.service_contact .edu_coach::after {
    width: 100%;
    left: 0;
    content: '';
    height: 1px;
    bottom: -10px;
    background: rgb(164,127,158,0.5);
    position: absolute;
}.service_contact .contact_map {
    font-size: calc(14px * 1.1);
    max-width: 90%;
    line-height: 1.8;
    margin-bottom: 2.5rem;
    color: #000000;
}.service_contact .contact_team > p {
    position: relative;
    padding-left: 30px;
    margin-bottom: 1rem;
    align-items: center;
    display: flex;
    color: #000000;
    font-size: 14px;
}.service_contact .contact_team > p svg {
    height: 20px;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 20px;
}.service_contact .contact_team > p svg path {
    fill: rgb(180,167,179);
}.service_contact .contact_team > p span {
    font-weight: 600;
    margin-left: 0.25rem;
}.service_contact .join_community {
    margin-top: 3rem;
    position: relative;
    padding: 2rem;
    border-radius: 10px;
    background: linear-gradient(to right, rgb(221,219,221), transparent);
}.service_contact .join_community h3 {
    color: rgb(180,167,179);
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: 1.5rem;
    font-size: 23px;
    letter-spacing: 1px;
}.service_contact .talk_team {
    gap: 1rem;
    flex-wrap: wrap;
    display: flex;
}.service_contact .talk_team span {
    transition: all 0.3s ease;
    padding: 0.5rem 1rem;
    border-radius: 10px;
    font-size: 14px;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.05);
    background: #ffffff;
    font-weight: 600;
    color: #000000;
    border-left: 3px solid rgb(164,127,158);
}.service_contact .talk_team span:hover {
    transform: translateY(-3px);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    color: #ffffff;
    background: rgb(164,127,158);
}.service_contact .contact_team:nth-child(2) {
    position: relative;
    grid-column: 2;
    grid-row: span 2;
}.service_contact .contact_team .image_showcase {
    z-index: -1;
    height: 100%;
    width: 100%;
    border-radius: 0;
    overflow: hidden;
}.service_contact .contact_tile.write_form {
    padding: 2rem;
    z-index: 1;
    grid-column: 2;
    position: relative;
    background: transparent;
}.service_contact .write_form a {
    flex-direction: column;
    transition: all 0.3s ease;
    padding-left: 40px;
    position: relative;
    display: flex;
    text-decoration: none;
    margin-bottom: 2rem;
}.service_contact .write_form a:last-child {
    margin-bottom: 0;
}.service_contact .write_form a:hover {
    transform: translateX(10px);
}.service_contact .write_form svg {
    height: 24px;
    position: absolute;
    top: 5px;
    width: 24px;
    left: 0;
    transition: all 0.3s ease;
}.service_contact .write_form a:hover svg {
    transform: scale(1.2);
}.service_contact .write_form svg path {
    fill: #ffffff;
}.service_contact .write_form a span {
    letter-spacing: 1px;
    font-size: calc(14px * 0.85);
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.7);
    margin-bottom: 5px;
}.service_contact .write_form a p {
    font-weight: 600;
    margin-bottom: 0;
    color: #ffffff;
    position: relative;
    font-size: calc(14px * 1.2);
}.service_contact .write_form a p::after {
    transition: width 0.3s ease;
    height: 2px;
    bottom: -5px;
    content: '';
    position: absolute;
    left: 0;
    width: 0;
    background: #ffffff;
}.service_contact .write_form a:hover p::after {
    width: 100%;
}

@media (max-width: 1200px) {.service_contact {
    background: linear-gradient(to right, rgb(221,219,221) 50%, rgb(180,167,179) 50%);
}.service_contact .contact_team:nth-child(1) {
    padding-right: 2rem;
}.service_contact .contact_map {
    max-width: 100%;
}
}

@media (max-width: 992px) {.service_contact {
    background: linear-gradient(to bottom, rgb(221,219,221) 65%, rgb(180,167,179) 65%);
    padding: 80px 0 350px;
}.service_contact .reach_form {
    grid-template-columns: 1fr;
}.service_contact .contact_team:nth-child(1) {
    margin-bottom: 3rem;
    padding-right: 0;
}.service_contact .contact_team:nth-child(2) {
    top: auto;
    position: static;
    bottom: 200px;
    right: 0;
    left: 0;
    height: 300px;
    grid-column: auto;
    grid-row: auto;
}.service_contact .contact_tile.write_form {
    grid-column: auto;
    margin-top: 250px;
}
}

@media (max-width: 768px) {.service_contact {
    background: linear-gradient(to bottom, rgb(221,219,221) 60%, rgb(180,167,179) 60%);
    padding: 60px 0 100px;
}.service_contact .contact_team:nth-child(1) h2 {
    font-size: 45px;
}.service_contact .contact_team:nth-child(2) {
    height: 200px;
    bottom: 180px;
}.service_contact .contact_tile.write_form {
    margin-top: 150px;
}
}

@media (max-width: 576px) {.service_contact {
    padding: 50px 0 350px;
    background: linear-gradient(to bottom, rgb(221,219,221) 55%, rgb(180,167,179) 55%);
}.service_contact .contact_team:nth-child(1) h2 {
    font-size: calc(45px * 0.8);
}.service_contact .contact_team:nth-child(1) h2::before {
    height: 6px;
    width: 40px;
}.service_contact .join_community {
    padding: 1.5rem;
}.service_contact .talk_team {
    flex-direction: column;
}.service_contact .contact_team:nth-child(2) {
    height: 180px;
    bottom: 200px;
}.service_contact .contact_tile.write_form {
    padding: 1.5rem;
}}.our_team {
    padding: 120px 0;
    overflow: hidden;
    position: relative;
}.our_team::before {
    content: '';
    top: 0;
    position: absolute;
    height: 100%;
    z-index: 1;
    left: 0;
    width: 100%;
    background: linear-gradient(135deg, rgba(0, 0, 0, 0.85), rgba(0, 0, 0, 0.6));
}.our_team::after {
    height: 250px;
    top: -50px;
    animation: float 15s infinite ease-in-out;
    background: rgb(180,167,179);
    transform: rotate(45deg);
    opacity: 0.15;
    width: 250px;
    right: -50px;
    position: absolute;
    z-index: 1;
    content: '';
}.our_team .container {
    z-index: 2;
    perspective: 1000px;
    margin: 0 auto;
    position: relative;
    max-width: 1200px;
    padding: 0 30px;
}.our_team .text_frame {
    transition: transform 0.8s cubic-bezier(0.165, 0.84, 0.44, 1);
    transform-style: preserve-3d;
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25),
                0 0 0 1px rgba(0, 0, 0, 0.05),
                inset 0 1px 0 rgba(255, 255, 255, 0.6);
    background: linear-gradient(145deg, rgba(255, 255, 255, 0.97), rgba(255, 255, 255, 0.92));
    padding: 50px 60px;
    clip-path: polygon(
        0 0, 
        100% 0, 
        98% 98%, 
        2% 100%
    );
    transform: rotateY(-3deg) translateZ(0);
}.our_team .text_frame:hover {
    transform: rotateY(0deg) translateZ(10px);
}.our_team h1 {
    letter-spacing: -0.02em;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
    margin-bottom: 35px;
    font-weight: 700;
    transform: translateZ(30px);
    position: relative;
    font-size: 39px;
    color: rgb(180,167,179);
}.our_team h1::after {
    position: absolute;
    content: '';
    width: 80px;
    bottom: -12px;
    transform: skewX(-20deg);
    left: 0;
    height: 4px;
    background: linear-gradient(90deg, rgb(180,167,179), rgb(164,127,158));
}.our_team ul {
    padding: 0;
    margin: 0;
    transform: translateZ(15px);
    list-style: none;
}.our_team li {
    margin-bottom: 20px;
}.our_team li:last-child {
    margin-bottom: 0;
}.our_team h4 {
    font-size: calc(21px + 2px);
    display: inline-block;
    position: relative;
    font-weight: 600;
    margin-bottom: 15px;
    color: #000000;
}.our_team h4::before {
    top: 50%;
    transform: translateY(-50%) rotate(45deg);
    opacity: 0.8;
    height: 12px;
    content: '';
    background: rgb(180,167,179);
    width: 12px;
    position: absolute;
    left: -24px;
}.our_team span {
    font-size: 16px;
    text-align: justify;
    column-gap: 40px;
    line-height: 1.75;
    position: relative;
    display: block;
    font-family: Arial, sans-serif;
    color: #000000;
    columns: 1;
    padding-left: 0;
}

@media (min-width: 768px) {.our_team span {
    columns: 2;
}}

.our_team span::first-letter {
    font-size: 1.3em;
    color: rgb(180,167,179);
    font-weight: 700;
}

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

@media (max-width: 991px) {.our_team {
    padding: 90px 0;
}.our_team .text_frame {
    transform: rotateY(-2deg) translateZ(0);
    padding: 40px 35px;
}.our_team h1 {
    margin-bottom: 30px;
    font-size: calc(39px - 4px);
}.our_team h1::after {
    height: 3px;
    width: 70px;
}
}

@media (max-width: 767px) {.our_team {
    padding: 70px 0;
}.our_team::after {
    width: 180px;
    top: -30px;
    right: -30px;
    height: 180px;
}.our_team .container {
    padding: 0 20px;
}.our_team .text_frame {
    padding: 35px 25px;
    transform: rotateY(0deg) translateZ(0);
    clip-path: polygon(
            0 0, 
            100% 0, 
            97% 97%, 
            3% 100%
        );
}.our_team h1 {
    margin-bottom: 25px;
    font-size: calc(39px - 8px);
}.our_team h1::after {
    bottom: -10px;
    width: 60px;
    height: 3px;
}.our_team h4 {
    font-size: 21px;
    margin-bottom: 12px;
}.our_team h4::before {
    width: 10px;
    left: -20px;
    height: 10px;
}.our_team span {
    line-height: 1.6;
    font-size: calc(16px - 1px);
}
}

@media (max-width: 480px) {.our_team {
    padding: 60px 0;
}.our_team::after {
    height: 130px;
    width: 130px;
}.our_team .text_frame {
    padding: 30px 20px;
}.our_team h1 {
    margin-bottom: 20px;
    font-size: calc(39px - 12px);
}.our_team h1::after {
    height: 2px;
    bottom: -8px;
    width: 50px;
}.our_team h4 {
    margin-bottom: 10px;
    font-size: calc(21px - 2px);
}.our_team h4::before {
    height: 8px;
    left: -16px;
    width: 8px;
}.our_team span {
    line-height: 1.5;
    font-size: calc(16px - 2px);
}}.title_intro {
    justify-content: center;
    overflow: hidden;
    align-items: center;
    min-height: 100vh;
    display: flex;
    background: linear-gradient(135deg, rgb(221,219,221) 40%, rgb(180,167,179,0.5) 100%);
    position: relative;
}.title_intro::before {
    transform: rotate(-15deg);
    z-index: 1;
    background: linear-gradient(145deg, rgb(164,127,158,0.5) 0%, rgb(180,167,179) 100%);
    position: absolute;
    height: 140%;
    content: "";
    clip-path: polygon(0 15%, 100% 0, 100% 85%, 0 100%);
    animation: gradientShift 12s ease-in-out infinite alternate;
    top: -30%;
    width: 60%;
    right: -10%;
}.title_intro::after {
    z-index: 1;
    height: 60%;
    transform: rotate(25deg);
    width: 40%;
    position: absolute;
    background: rgb(164,127,158);
    clip-path: polygon(0 0, 100% 30%, 100% 100%, 0 70%);
    content: "";
    bottom: -10%;
    opacity: 0.07;
    left: -5%;
}.title_intro .start_entry {
    transform: translateY(-2vh);
    position: relative;
    z-index: 2;
    width: 88%;
    margin: 0 auto;
    padding: 2rem;
    max-width: 1200px;
}.title_intro .start_entry > div {
    gap: 3rem;
    grid-template-columns: 1fr;
    display: grid;
}.title_intro h3 {
    padding-left: 2rem;
    font-family: Arial, sans-serif;
    position: relative;
    font-size: calc(22px * 1.05);
    opacity: 0;
    line-height: 1.4;
    animation: slideInLeft 0.7s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.3s forwards;
    transform: translateX(-20px);
    font-weight: 600;
    margin-bottom: 1rem;
    color: #000000;
}.title_intro h3::before {
    top: 0.5rem;
    background: rgb(164,127,158);
    content: "";
    transform: scaleY(0);
    position: absolute;
    left: 0;
    animation: scaleDown 0.6s cubic-bezier(0.39, 0.575, 0.565, 1) 0.8s forwards;
    transform-origin: top;
    height: 75%;
    width: 6px;
}.title_intro .learn_space {
    position: relative;
    transform: perspective(1000px) rotateX(2deg) rotateY(-1deg);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.12), 0 5px 10px rgba(0, 0, 0, 0.08);
    transition: transform 0.5s ease-out;
    overflow: hidden;
    border-radius: 14px;
}.title_intro .learn_space:hover {
    transform: perspective(1000px) rotateX(0) rotateY(0);
}.title_intro .learn_space::before {
    background: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0.1),
    rgba(0, 0, 0, 0.4) 40%,
    rgba(0, 0, 0, 0.7)
  );
    position: absolute;
    z-index: 1;
    content: "";
    inset: 0;
}.title_intro .learn_space::after {
    background: linear-gradient(
    45deg,
    transparent 65%,
    rgba(255, 255, 255, 0.08) 67%,
    rgba(255, 255, 255, 0.12) 69%,
    transparent 71%
  );
    z-index: 2;
    content: "";
    height: 200%;
    pointer-events: none;
    left: -50%;
    position: absolute;
    top: -50%;
    width: 200%;
    animation: shimmer 5s linear infinite;
}.title_intro .learn_space > div {
    position: relative;
    justify-content: center;
    z-index: 3;
    min-height: 360px;
    padding: 4rem 3rem;
    flex-direction: column;
    display: flex;
}.title_intro .learn_space p {
    transform: translateY(15px);
    animation: fadeUp 0.8s cubic-bezier(0.215, 0.61, 0.355, 1) 1s forwards;
    font-weight: 400;
    font-size: calc(12px * 1.1);
    margin-bottom: 1.5rem;
    text-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
    color: #ffffff;
    max-width: 90%;
    opacity: 0;
}.title_intro .title_style_header {
    transform: translateY(20px);
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
    font-size: calc(39px * 1.1);
    position: relative;
    font-weight: 700;
    line-height: 1.2;
    animation: fadeUp 0.8s cubic-bezier(0.215, 0.61, 0.355, 1) 1.2s forwards;
    opacity: 0;
    color: #ffffff;
    margin-top: 1rem;
}.title_intro .title_style_header::after {
    transform-origin: left;
    background: rgb(164,127,158);
    width: 8rem;
    transform: scaleX(0);
    position: absolute;
    animation: scaleRight 1s cubic-bezier(0.19, 1, 0.22, 1) 1.8s forwards;
    left: 0;
    content: "";
    bottom: -1rem;
    height: 4px;
}

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

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

@keyframes scaleDown {
  from {
    transform: scaleY(0);
  }
  to {
    transform: scaleY(1);
  }
}

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

@keyframes shimmer {
  0% {
    transform: translateX(-50%) translateY(-50%) rotate(0deg);
  }
  100% {
    transform: translateX(-50%) translateY(-50%) rotate(360deg);
  }
}

@keyframes gradientShift {
  0% {
    opacity: 0.7;
  }
  50% {
    opacity: 0.9;
  }
  100% {
    opacity: 0.7;
  }
}

@media (min-width: 768px) {.title_intro .start_entry > div {
    align-items: center;
    grid-template-columns: 1fr 2fr;
}.title_intro h3 {
    font-size: 22px;
    padding-left: 2.5rem;
}.title_intro .learn_space {
    transform: perspective(1200px) rotateX(3deg) rotateY(-2deg);
}.title_intro .learn_space > div {
    padding: 5rem 4rem;
    min-height: 450px;
}.title_intro .learn_space p {
    max-width: 80%;
    font-size: calc(12px * 1.2);
}.title_intro .title_style_header {
    font-size: calc(39px * 1.2);
}
}

@media (min-width: 992px) {.title_intro .start_entry {
    width: 90%;
}.title_intro h3 {
    font-size: calc(22px * 1.1);
}.title_intro .learn_space {
    transform: perspective(1500px) rotateX(4deg) rotateY(-3deg);
}.title_intro .learn_space > div {
    padding: 6rem 5rem;
    min-height: 500px;
}.title_intro .learn_space p {
    margin-bottom: 2rem;
    font-size: calc(12px * 1.3);
}.title_intro .title_style_header {
    font-size: calc(39px * 1.3);
}.title_intro .title_style_header::after {
    width: 10rem;
    height: 5px;
}
}

@media (max-width: 767px) {.title_intro {
    min-height: auto;
    padding: 5rem 0;
}.title_intro::before {
    top: -20%;
    width: 80%;
}.title_intro .start_entry {
    padding: 1rem;
    width: 92%;
}.title_intro h3 {
    padding-left: 1.5rem;
    font-size: calc(17px * 1.15);
}.title_intro h3::before {
    width: 4px;
}.title_intro .learn_space > div {
    padding: 3rem 2rem;
    min-height: 300px;
}.title_intro .learn_space p {
    margin-bottom: 1rem;
    max-width: 100%;
    font-size: 12px;
}.title_intro .title_style_header {
    font-size: calc(37px * 1.1);
}.title_intro .title_style_header::after {
    width: 6rem;
    height: 3px;
}
}

@media (max-width: 480px) {.title_intro {
    padding: 4rem 0;
}.title_intro .start_entry {
    width: 94%;
    padding: 0.5rem;
}.title_intro h3 {
    font-size: 17px;
    padding-left: 1.25rem;
}.title_intro .learn_space > div {
    min-height: 280px;
    padding: 2.5rem 1.5rem;
}.title_intro .title_style_header {
    font-size: 37px;
}}.pricing_section {
    padding: 120px 0;
    overflow: hidden;
    position: relative;
}.pricing_section::before {
    right: 0;
    position: absolute;
    bottom: 0;
    left: 0;
    background: linear-gradient(135deg, rgba(0,0,0,0.85) 0%, rgba(0,0,0,0.75) 50%, rgba(0,0,0,0.65) 100%);
    top: 0;
    content: "";
    z-index: 1;
}.pricing_section .container {
    padding: 0 20px;
    margin: 0 auto;
    max-width: 1200px;
    position: relative;
    z-index: 2;
}.pricing_section .cert_cost {
    align-items: center;
    display: flex;
    flex-direction: column;
}.pricing_section h2 {
    opacity: 0;
    text-align: center;
    color: #ffffff;
    font-size: 33px;
    margin-bottom: 20px;
    position: relative;
    animation: fadeInUp 0.8s ease-out forwards;
    font-weight: 700;
    transform: translateY(20px);
}.pricing_section .price_schemes {
    opacity: 0;
    max-width: 700px;
    color: rgb(255, 255, 255, 0.5);
    animation: fadeInUp 0.8s ease-out 0.2s forwards;
    text-align: center;
    font-size: 12px;
    transform: translateY(20px);
    line-height: 1.6;
    margin-bottom: 40px;
}.pricing_section .cost_options {
    gap: 30px;
    padding: 0;
    display: grid;
    width: 100%;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    list-style: none;
    margin: 0;
}.pricing_section .cost_options li {
    transform: translateY(30px);
    opacity: 0;
    animation: fadeInUp 0.8s ease-out forwards;
}.pricing_section .cost_options li:nth-child(1) {
    animation-delay: 0.3s;
}.pricing_section .cost_options li:nth-child(2) {
    animation-delay: 0.4s;
}.pricing_section .cost_options li:nth-child(3) {
    animation-delay: 0.5s;
}.pricing_section .cost_options li:nth-child(4) {
    animation-delay: 0.6s;
}.pricing_section .payment_plans {
    text-decoration: none;
    overflow: hidden;
    position: relative;
    height: 100%;
    display: block;
    transition: transform 0.4s cubic-bezier(0.2, 0.8, 0.2, 1);
}.pricing_section .payment_plans:hover {
    transform: translateY(-8px) scale(1.02);
}.pricing_section .payment_plans::before {
    transition: left 0.8s cubic-bezier(0.2, 0.8, 0.2, 1);
    position: absolute;
    left: -100%;
    pointer-events: none;
    background: linear-gradient(90deg, transparent, rgba(255,255,255,0.1), transparent);
    content: "";
    width: 100%;
    top: 0;
    height: 100%;
}.pricing_section .payment_plans:hover::before {
    left: 100%;
}.pricing_section .enroll_cost {
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    height: 100%;
    padding: 5px;
    position: relative;
    border: 1px solid rgba(255,255,255,0.1);
    transition: box-shadow 0.4s ease, transform 0.3s ease;
    background: linear-gradient(145deg, rgba(255,255,255,0.09) 0%, rgba(255,255,255,0.05) 100%);
    overflow: hidden;
    box-shadow: 0 15px 35px rgba(0,0,0,0.2);
    border-radius: 27px;
}.pricing_section .payment_plans:hover .enroll_cost {
    box-shadow: 0 20px 40px rgba(0,0,0,0.3);
}.pricing_section .enroll_cost::after {
    background: linear-gradient(90deg, rgb(180,167,179), rgb(164,127,158));
    transform-origin: left;
    content: '';
    transition: transform 0.5s cubic-bezier(0.2, 0.8, 0.2, 1);
    left: 0;
    transform: scaleX(0);
    height: 5px;
    position: absolute;
    width: 100%;
    top: 0;
}.pricing_section .payment_plans:hover .enroll_cost::after {
    transform: scaleX(1);
}.pricing_section .annual_fee {
    color: #ffffff;
    box-sizing: border-box;
    min-height: 400px;
    height: 100%;
    padding: 30px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}.pricing_section .annual_fee h4 {
    font-weight: 700;
    transition: transform 0.3s ease;
    padding-bottom: 15px;
    font-size: 22px;
    margin: 0 0 20px;
    position: relative;
    color: rgb(180,167,179);
}.pricing_section .payment_plans:hover .annual_fee h4 {
    transform: translateX(5px);
}.pricing_section .annual_fee h4::after {
    position: absolute;
    content: "";
    width: 40px;
    height: 3px;
    bottom: 0;
    transition: width 0.3s ease;
    background: rgb(164,127,158);
    left: 0;
}.pricing_section .payment_plans:hover .annual_fee h4::after {
    width: 60px;
}.pricing_section .annual_fee p {
    scrollbar-width: thin;
    word-break: break-word;
    overflow-y: auto;
    line-height: 1.6;
    scrollbar-color: rgb(180,167,179,0.5) transparent;
    font-size: calc(12px - 2px);
    max-height: 200px;
    color: rgba(255,255,255,0.8);
    margin: 0 0 30px;
    overflow-wrap: break-word;
}.pricing_section .annual_fee p::-webkit-scrollbar {
    width: 5px;
}.pricing_section .annual_fee p::-webkit-scrollbar-track {
    background: transparent;
}.pricing_section .annual_fee p::-webkit-scrollbar-thumb {
    background-color: rgb(180,167,179,0.5);
    border-radius: 10px;
}.pricing_section .learn_sub {
    background: linear-gradient(135deg, rgb(180,167,179) 0%, rgb(180,167,179,0.5) 100%);
    font-weight: 700;
    align-self: flex-start;
    padding: 10px 20px;
    overflow: hidden;
    margin-top: auto;
    position: relative;
    border-radius: 10px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    color: #ffffff;
    box-shadow: 0 5px 15px rgba(0,0,0,0.2);
    display: inline-block;
    font-size: calc(22px + 4px);
}.pricing_section .payment_plans:hover .learn_sub {
    transform: scale(1.05);
    box-shadow: 0 8px 20px rgba(0,0,0,0.3);
}.pricing_section .learn_sub::before {
    opacity: 0;
    left: -50%;
    transform: scale(0);
    width: 200%;
    transition: transform 0.6s ease-out, opacity 0.6s ease-out;
    top: -50%;
    content: "";
    position: absolute;
    height: 200%;
    background: radial-gradient(circle, rgba(255,255,255,0.3) 0%, transparent 70%);
}.pricing_section .payment_plans:hover .learn_sub::before {
    opacity: 1;
    transform: scale(1);
}

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

@media (max-width: 991px) {.pricing_section {
    padding: 80px 0;
}.pricing_section .cost_options {
    gap: 20px;
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
}.pricing_section .annual_fee {
    padding: 25px;
    min-height: 350px;
}
}

@media (max-width: 767px) {.pricing_section {
    padding: 60px 0;
}.pricing_section h2 {
    font-size: calc(33px - 4px);
}.pricing_section .price_schemes {
    font-size: calc(12px - 1px);
    margin-bottom: 30px;
}.pricing_section .cost_options {
    margin: 0 auto;
    grid-template-columns: 1fr;
    max-width: 400px;
}.pricing_section .annual_fee {
    min-height: 300px;
}.pricing_section .learn_sub {
    font-size: calc(22px + 2px);
}
}

@media (max-width: 480px) {.pricing_section {
    padding: 40px 0;
}.pricing_section h2 {
    font-size: calc(33px - 6px);
}.pricing_section .annual_fee {
    min-height: 280px;
    padding: 20px;
}.pricing_section .annual_fee p {
    margin-bottom: 20px;
    font-size: calc(12px - 3px);
}.pricing_section .learn_sub {
    padding: 8px 15px;
}
}