* {
    box-sizing: border-box;
    padding: 0;
    margin: 0;
}.reward_sys {
    flex: 0 0 auto;
}::-webkit-scrollbar {
    width: 0.8em;
}::-webkit-scrollbar-track {
    background: rgb(132,142,163,0.5);
}::-webkit-scrollbar-thumb {
    background: rgb(96,106,121,0.5);
    border-radius: 17em;
    transition: background, border-radius, transform 2.4s ease;
    min-height: 61px;
}::-webkit-scrollbar-thumb:hover {
    background: rgb(96,106,121,0.5);
    box-shadow: 3px -1px 7px 6px rgba(0, 0, 0, 0.7);
    border-color: rgb(255, 255, 255, 0.5);
}::-webkit-scrollbar-corner {
    background: rgb(255, 255, 255, 0.5);
    border-radius: 7px;
}html {
    scrollbar-color: rgb(96,106,121) rgb(96,106,121,0.5);
    scrollbar-width: auto;
}svg {
    width: 30px;
    height: 30px;
}html,body {
    color: #000000;
    min-height: 100%;
    height: 100%;
    scroll-snap-type: none;
    auto
contain
touch-action: none;
    scroll-behavior: auto;
    font-family: Arial, sans-serif;
}.container {
    max-width: 100%;
    width: 1251px;
    margin: auto;
}.inner-container {
    min-height: 100%;
    flex-direction: column;
    display: flex;
    height: 100%;
}header,footer {
    width: 100%;
}a {
    color: inherit;
    text-decoration: none;
}.head_nav {
    flex: 1 0 auto;
}
@media only screen and (max-width: 1200px)  {.container {
    width: 100%;
    padding: 0 20px;
}
}
@media only screen and (max-width: 800px)  {.container {
    padding: 0 12px;
}}
.audience_profile {
    position: relative;
    overflow: hidden;
    background: rgb(169,179,200);
    padding: 100px 0;
}.audience_profile::before {
    content: "";
    background: linear-gradient(
        135deg,
        transparent 20px,
        rgb(132,142,163,0.5) 20px,
        rgb(132,142,163,0.5) 22px,
        transparent 22px
    ),
    linear-gradient(
        225deg,
        transparent 20px,
        rgb(96,106,121,0.5) 20px,
        rgb(96,106,121,0.5) 22px,
        transparent 22px
    );
    left: 0;
    background-size: 60px 60px;
    position: absolute;
    opacity: 0.15;
    top: 0;
    z-index: 0;
    width: 100%;
    height: 100%;
}.audience_profile::after {
    width: 100%;
    filter: blur(1px);
    position: absolute;
    content: "";
    background: 
        linear-gradient(90deg, transparent 47%, rgb(132,142,163,0.5) 47%, rgb(132,142,163,0.5) 53%, transparent 53%),
        linear-gradient(0deg, transparent 47%, rgb(96,106,121,0.5) 47%, rgb(96,106,121,0.5) 53%, transparent 53%);
    top: 0;
    opacity: 0.1;
    left: 0;
    z-index: 0;
    height: 100%;
    background-size: 40px 40px;
}.audience_profile .about_section {
    z-index: 1;
    max-width: 1200px;
    padding: 0 30px;
    position: relative;
    margin: 0 auto;
}.audience_profile h3 {
    display: inline-block;
    left: 50%;
    box-shadow: 0 10px 25px -10px rgb(132,142,163,0.5);
    margin-bottom: 80px;
    position: relative;
    text-align: center;
    color: #000000;
    font-weight: 700;
    font-family: Arial, sans-serif;
    font-size: 28px;
    padding: 0 20px 20px;
    transform: translateX(-50%);
}.audience_profile h3::before {
    height: 3px;
    bottom: 0;
    position: absolute;
    background: linear-gradient(90deg, 
        rgb(132,142,163),
        rgb(96,106,121),
        rgb(132,142,163)
    );
    width: 100%;
    left: 0;
    content: "";
}.audience_profile h3::after {
    box-shadow: 0 0 15px rgb(132,142,163,0.5);
    position: absolute;
    left: 50%;
    width: 12px;
    transform: translateX(-50%);
    content: "";
    background: rgb(132,142,163);
    animation: pulseCircle 2s infinite;
    border-radius: 50%;
    height: 12px;
    bottom: -6px;
}.audience_profile ul {
    padding: 0;
    display: grid;
    list-style: none;
    gap: 30px;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    margin: 0;
}.audience_profile ul li {
    border-left: 3px solid rgb(132,142,163);
    font-family: Arial, sans-serif;
    background: #ffffff;
    transition: all 0.4s ease;
    position: relative;
    font-size: 16px;
    box-shadow: 
        10px 10px 20px rgba(0, 0, 0, 0.05),
        -10px -10px 20px rgba(255, 255, 255, 0.5);
    border-bottom: 3px solid rgb(96,106,121);
    color: #000000;
    border-top: 1px solid rgb(96,106,121,0.5);
    padding: 25px 25px 25px 70px;
    border-right: 1px solid rgb(96,106,121,0.5);
}.audience_profile ul li::before {
    height: 10px;
    border-radius: 50%;
    top: -5px;
    position: absolute;
    left: -5px;
    width: 10px;
    content: "";
    background: rgb(132,142,163);
}.audience_profile ul li::after {
    background: rgb(96,106,121);
    border-radius: 50%;
    height: 10px;
    width: 10px;
    bottom: -5px;
    position: absolute;
    right: -5px;
    content: "";
}.audience_profile ul li:hover {
    border-left: 3px solid rgb(96,106,121);
    transform: translateY(-5px);
    border-bottom: 3px solid rgb(132,142,163);
    box-shadow: 
        15px 15px 30px rgba(0, 0, 0, 0.1),
        -15px -15px 30px rgba(255, 255, 255, 0.6);
}.audience_profile ul li svg {
    width: 35px;
    height: 35px;
    position: absolute;
    transform: translateY(-50%);
    transition: all 0.4s ease;
    top: 50%;
    left: 20px;
}.audience_profile ul li:hover svg {
    filter: drop-shadow(0 5px 10px rgba(0, 0, 0, 0.1));
    transform: translateY(-50%) scale(1.2);
}.audience_profile ul li svg path {
    transition: fill 0.4s ease;
    fill: rgb(132,142,163);
}.audience_profile ul li:hover svg path {
    fill: rgb(96,106,121);
}.audience_profile ul::before {
    position: absolute;
    width: 100%;
    background-size: 30px 30px;
    height: 100%;
    opacity: 0.3;
    z-index: -1;
    pointer-events: none;
    left: 0;
    top: 0;
    background-image: 
        linear-gradient(45deg, transparent 97%, rgb(132,142,163,0.5) 97%),
        linear-gradient(135deg, transparent 97%, rgb(96,106,121,0.5) 97%);
    content: "";
}@keyframes pulseCircle {
    0%, 100% {
        box-shadow: 0 0 10px rgb(132,142,163,0.5);
    }
    50% {
        box-shadow: 0 0 20px rgb(132,142,163);
    }
}

.audience_profile ul li:nth-child(odd) {
    animation: lightsOn 3s infinite alternate;
}.audience_profile ul li:nth-child(even) {
    animation: lightsOn 5s infinite alternate-reverse;
}

@keyframes lightsOn {
    0% {
        box-shadow: 
            10px 10px 20px rgba(0, 0, 0, 0.05),
            -10px -10px 20px rgba(255, 255, 255, 0.5);
    }
    100% {
        box-shadow: 
            10px 10px 20px rgba(0, 0, 0, 0.05),
            -10px -10px 20px rgba(255, 255, 255, 0.5),
            0 0 15px rgb(132,142,163,0.5);
    }
}

@media (max-width: 992px) {.audience_profile {
    padding: 80px 0;
}.audience_profile ul {
    gap: 25px;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
}.audience_profile h3 {
    margin-bottom: 60px;
    font-size: calc(28px * 0.9);
}
}

@media (max-width: 768px) {.audience_profile {
    padding: 60px 0;
}.audience_profile ul {
    gap: 20px;
    grid-template-columns: 1fr;
}.audience_profile ul li {
    padding: 20px 20px 20px 65px;
}.audience_profile h3 {
    font-size: calc(28px * 0.8);
    margin-bottom: 40px;
}
}

@media (max-width: 480px) {.audience_profile {
    padding: 50px 0;
}.audience_profile .about_section {
    padding: 0 15px;
}.audience_profile h3 {
    margin-bottom: 35px;
    font-size: calc(28px * 0.7);
}.audience_profile ul li {
    padding: 18px 15px 18px 60px;
}.audience_profile ul li svg {
    width: 30px;
    left: 15px;
    height: 30px;
}}footer {
    z-index: 1;
    position: relative;
}footer::before {
    bottom: 0;
    position: absolute;
    z-index: -2;
    top: 0;
    background: rgb(132,142,163);
    left: 0;
    right: 0;
    content: "";
    opacity: 0.95;
}footer::after {
    opacity: 0.1;
    right: 0;
    z-index: -1;
    background-image: 
        radial-gradient(circle at 25% 25%, rgb(96,106,121) 1px, transparent 1px),
        radial-gradient(circle at 75% 75%, rgb(96,106,121) 1px, transparent 1px),
        radial-gradient(circle at 25% 75%, rgb(96,106,121) 1px, transparent 1px),
        radial-gradient(circle at 75% 25%, rgb(96,106,121) 1px, transparent 1px);
    bottom: 0;
    background-size: 50px 50px;
    left: 0;
    content: "";
    position: absolute;
    top: 0;
}.reward_sys {
    position: relative;
    padding: 4rem 0 2rem;
    color: #ffffff;
}.reward_sys::before {
    background: rgb(96,106,121);
    height: 3px;
    top: 0;
    position: absolute;
    content: "";
    left: 0;
    width: 100%;
}.reward_sys::after {
    opacity: 0.5;
    height: 8px;
    width: 100%;
    top: 3px;
    left: 0;
    position: absolute;
    background-image: 
        linear-gradient(90deg, 
            rgb(96,106,121) 0px, rgb(96,106,121) 10px,
            transparent 10px, transparent 15px,
            rgb(96,106,121) 15px, rgb(96,106,121) 30px,
            transparent 30px, transparent 35px,
            rgb(96,106,121) 35px, rgb(96,106,121) 40px,
            transparent 40px, transparent 60px,
            rgb(96,106,121) 60px, rgb(96,106,121) 70px,
            transparent 70px, transparent 80px,
            rgb(96,106,121) 80px, rgb(96,106,121) 90px,
            transparent 90px, transparent 110px,
            rgb(96,106,121) 110px, rgb(96,106,121) 120px,
            transparent 120px, transparent 140px
        );
    background-repeat: repeat-x;
    content: "";
}.reward_sys .container {
    display: flex;
    gap: 3rem;
    position: relative;
    flex-wrap: wrap;
}.reward_sys .company_holder {
    padding: 0;
    border-radius: 23px;
    position: relative;
    flex: 1 1 400px;
}.reward_sys .company_holder::before {
    opacity: 0.1;
    height: 100%;
    top: 0;
    position: absolute;
    left: 0;
    border-radius: 23px;
    width: 100%;
    background-size: 50px 50px;
    background-image:
        linear-gradient(0deg, transparent 24px, rgb(96,106,121) 25px, rgb(96,106,121) 26px, transparent 27px, transparent 49px),
        linear-gradient(90deg, transparent 24px, rgb(96,106,121) 25px, rgb(96,106,121) 26px, transparent 27px, transparent 49px);
    content: "";
}.reward_sys .company_holder h3 {
    font-weight: 700;
    border-top-left-radius: 23px;
    border-top-right-radius: 23px;
    background: rgb(96,106,121);
    position: relative;
    margin: 0;
    padding: 1.5rem 2rem;
    color: #ffffff;
    font-size: 35px;
}.reward_sys .company_holder h3::after {
    position: absolute;
    right: 15px;
    content: "";
    top: 50%;
    transform: translateY(-50%);
    background: #ffffff;
    height: 10px;
    border-radius: 50%;
    box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.3);
    width: 10px;
}.reward_sys .trophy_case {
    font-size: 12px;
    position: relative;
    color: #ffffff;
    padding: 2rem;
    border-bottom-right-radius: 23px;
    line-height: 1.6;
    background: rgba(255, 255, 255, 0.1);
    border-bottom-left-radius: 23px;
}.reward_sys .trophy_case::before {
    left: -10px;
    background: rgb(96,106,121);
    content: "";
    opacity: 0.6;
    width: 20px;
    position: absolute;
    top: 2rem;
    height: 20px;
    border-radius: 50%;
}.reward_sys .trophy_case::after {
    position: absolute;
    height: 20px;
    right: -10px;
    content: "";
    border-radius: 50%;
    width: 20px;
    opacity: 0.6;
    background: rgb(96,106,121);
    bottom: 2rem;
}.reward_sys .footer_careers {
    min-width: 400px;
    flex: 1 1 calc(100% - 450px);
}.reward_sys .head_section {
    gap: 3rem;
    flex-wrap: wrap;
    display: flex;
}.reward_sys .nav_know {
    position: relative;
    min-width: 200px;
    flex: 1 1 calc(50% - 1.5rem);
    overflow: hidden;
    border-radius: 23px;
}.reward_sys .nav_know::before {
    z-index: -1;
    position: absolute;
    bottom: 0;
    top: 0;
    right: 0;
    border-radius: 23px;
    left: 0;
    content: "";
    background-image: repeating-linear-gradient(45deg, transparent, transparent 10px, rgba(255, 255, 255, 0.05) 10px, rgba(255, 255, 255, 0.05) 20px);
}.reward_sys .nav_know h5 {
    background: rgb(96,106,121);
    padding: 1rem 1.5rem;
    margin: 0;
    position: relative;
    color: #ffffff;
    align-items: center;
    font-size: 24px;
    display: flex;
    font-weight: 600;
}.reward_sys .nav_know h5::before {
    border-radius: 50%;
    margin-right: 10px;
    height: 8px;
    display: inline-block;
    background: #ffffff;
    content: "";
    width: 8px;
}.reward_sys .nav_know h5::after {
    content: "";
    background: #ffffff;
    border-radius: 50%;
    height: 6px;
    right: 15px;
    width: 6px;
    top: 50%;
    transform: translateY(-50%);
    position: absolute;
}.reward_sys .nav_know .head_section {
    background: rgba(255, 255, 255, 0.05);
    display: flex;
    flex-direction: column;
    padding: 1.5rem;
    gap: 2px;
}.reward_sys .nav_know .head_section a {
    font-size: 12px;
    display: block;
    position: relative;
    padding: 0.8rem 1rem 0.8rem 2rem;
    text-decoration: none;
    color: #ffffff;
    border-radius: 10px;
    transition: all 0.3s ease;
}.reward_sys .nav_know .head_section a::before {
    background: rgb(96,106,121);
    position: absolute;
    content: "";
    width: 6px;
    left: 0.7rem;
    border-radius: 50%;
    transform: translateY(-50%);
    height: 6px;
    top: 50%;
    transition: all 0.3s ease;
}.reward_sys .nav_know .head_section a:hover {
    background: rgba(255, 255, 255, 0.1);
}.reward_sys .nav_know .head_section a:hover::before {
    background: #ffffff;
    box-shadow: 0 0 0 4px rgba(255, 255, 255, 0.1);
}.grant_cta {
    margin-top: 2.5rem;
    position: relative;
    padding: 2rem 0;
    background: rgb(96,106,121);
}.grant_cta::before {
    position: absolute;
    top: -5px;
    height: 5px;
    background-repeat: repeat-x;
    width: 100%;
    content: "";
    left: 0;
    background-image: 
        linear-gradient(90deg, 
            transparent 0px, transparent 20px,
            rgb(132,142,163) 20px, rgb(132,142,163) 40px,
            transparent 40px, transparent 60px,
            rgb(132,142,163) 60px, rgb(132,142,163) 80px,
            transparent 80px, transparent 100px,
            rgb(132,142,163) 100px, rgb(132,142,163) 120px
        );
}.grant_cta .container {
    position: relative;
    align-items: center;
    justify-content: center;
    display: flex;
}.grant_cta .container::before,
.grant_cta .container::after {
    border-radius: 50%;
    top: 50%;
    transform: translateY(-50%);
    background: rgb(132,142,163);
    height: 15px;
    position: absolute;
    content: "";
    width: 15px;
}.grant_cta .container::before {
    left: 15%;
}.grant_cta .container::after {
    right: 15%;
}.grant_cta .contact_edu {
    padding: 0.5rem 2rem;
    text-align: center;
    color: #ffffff;
    display: inline-block;
    font-size: 14px;
    position: relative;
    border-radius: 30px;
    background: rgb(132,142,163);
}.grant_cta .contact_edu::before,
.grant_cta .contact_edu::after {
    content: "";
    height: 1px;
    width: 50px;
    background: rgb(132,142,163);
    position: absolute;
    transform: translateY(-50%);
    top: 50%;
}.grant_cta .contact_edu::before {
    margin-right: 15px;
    right: 100%;
}.grant_cta .contact_edu::after {
    left: 100%;
    margin-left: 15px;
}

@media (max-width: 1200px) {.reward_sys .container {
    gap: 2rem;
}.reward_sys .company_holder {
    flex: 1 1 350px;
}.reward_sys .footer_careers {
    min-width: 350px;
    flex: 1 1 calc(100% - 400px);
}.reward_sys .head_section {
    gap: 2rem;
}.grant_cta .container::before {
    left: 5%;
}.grant_cta .container::after {
    right: 5%;
}
}

@media (max-width: 992px) {.reward_sys {
    padding: 3.5rem 0 1.5rem;
}.reward_sys .container {
    gap: 2.5rem;
    flex-direction: column;
}.reward_sys .company_holder,
    .reward_sys .footer_careers {
    min-width: 100%;
    flex: 1 1 100%;
}.reward_sys .nav_know {
    flex: 1 1 calc(50% - 1.5rem);
    min-width: 200px;
}.grant_cta .container::before,
    .grant_cta .container::after {
    display: none;
}
}

@media (max-width: 768px) {.reward_sys {
    padding: 3rem 0 1rem;
}.reward_sys .head_section {
    gap: 1.5rem;
}.reward_sys .company_holder h3 {
    padding: 1.2rem 1.5rem;
    font-size: calc(35px - 2px);
}.reward_sys .trophy_case {
    padding: 1.5rem;
}.reward_sys .trophy_case::before,
    .reward_sys .trophy_case::after {
    display: none;
}.grant_cta {
    margin-top: 2rem;
}.grant_cta .contact_edu::before,
    .grant_cta .contact_edu::after {
    width: 30px;
}
}

@media (max-width: 576px) {.reward_sys {
    padding: 2.5rem 0 0.8rem;
}.reward_sys .nav_know {
    min-width: 100%;
    flex: 1 1 100%;
}.reward_sys .head_section {
    gap: 1rem;
}.reward_sys .nav_know .head_section a {
    padding: 0.7rem 1rem 0.7rem 1.8rem;
}.reward_sys .nav_know .head_section a::before {
    left: 0.6rem;
}.grant_cta {
    margin-top: 1.5rem;
    padding: 1.5rem 0;
}.grant_cta .contact_edu::before,
    .grant_cta .contact_edu::after {
    display: none;
}
}

@media (max-width: 420px) {.reward_sys::after {
    background-size: 100px 5px;
    height: 5px;
}.reward_sys .company_holder h3::after,
    .reward_sys .nav_know h5::before,
    .reward_sys .nav_know h5::after {
    display: none;
}.reward_sys .nav_know h5 {
    padding: 0.8rem 1rem;
}.reward_sys .nav_know .head_section {
    padding: 1rem;
}.grant_cta .contact_edu {
    width: 90%;
    padding: 0.4rem 1.5rem;
}}.our_info {
    overflow: hidden;
    padding: 5rem 0;
    background: linear-gradient(
        135deg, 
        rgb(132,142,163,0.5) 0%, 
        rgb(96,106,121,0.5) 50%, 
        #ffffff 100%
    );
    background-size: 400% 400%;
    animation: gradientFlow 15s ease infinite;
    font-family: Arial, sans-serif;
    position: relative;
}.our_info::before {
    animation: circularPulse 10s infinite alternate;
    height: 200%;
    z-index: 1;
    left: -50%;
    background: radial-gradient(
        circle at center, 
        rgba(255,255,255,0.1) 0%, 
        transparent 70%
    );
    position: absolute;
    width: 200%;
    top: -50%;
    content: '';
}.our_info .container {
    padding: 0 2rem;
    max-width: 1200px;
    z-index: 2;
    margin: 0 auto;
    position: relative;
}.our_info .get_support {
    gap: 2rem;
    align-items: stretch;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    perspective: 1000px;
}.our_info .reach_section {
    transform-style: preserve-3d;
    transform: rotateX(10deg) scale(0.95);
    backdrop-filter: blur(10px);
    box-shadow: 
        0 15px 35px rgba(0,0,0,0.1),
        0 5px 15px rgba(0,0,0,0.05);
    will-change: transform;
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    background: rgba(255,255,255,0.05);
    padding: 2.5rem;
    border-radius: 22px;
}.our_info .reach_section:hover {
    transform: rotateX(0) scale(1.02);
    box-shadow: 
        0 25px 45px rgba(0,0,0,0.15),
        0 10px 25px rgba(0,0,0,0.1);
}.our_info .reach_section p {
    align-items: center;
    display: flex;
}.our_info .reach_section h2 {
    font-weight: 700;
    position: relative;
    font-size: 35px;
    letter-spacing: -0.02em;
    margin-bottom: 1rem;
    color: rgb(132,142,163);
}.our_info .reach_section h2::after {
    opacity: 0.7;
    bottom: -0.5rem;
    position: absolute;
    left: 0;
    height: 3px;
    content: '';
    width: 3rem;
    background: rgb(132,142,163);
}.our_info .msg_form {
    font-weight: 600;
    color: rgb(96,106,121);
    font-size: 13px;
    margin-bottom: 0.75rem;
}.our_info .start_chat {
    color: #000000;
    margin-bottom: 1rem;
    line-height: 1.6;
}.our_info .reach_section .pic_frame {
    border-radius: 22px;
    height: 300px;
    box-shadow: 
        0 20px 40px rgba(0,0,0,0.2),
        0 10px 20px rgba(0,0,0,0.1);
    transform: translateZ(20px);
}.our_info .get_help {
    border-radius: 10px;
    background: rgba(255,255,255,0.05);
    margin-top: 1.5rem;
    padding: 1rem;
}.our_info .get_help h3 {
    color: rgb(96,106,121);
    margin-bottom: 0.75rem;
    font-size: 19px;
}.our_info .query_form {
    display: flex;
    gap: 0.5rem;
    flex-wrap: wrap;
}.our_info .query_form span {
    background: rgba(255,255,255,0.1);
    font-size: 13px;
    border-radius: 10px;
    padding: 0.3rem 0.6rem;
    color: #000000;
}.our_info .edu_guide {
    display: flex;
    gap: 1rem;
    flex-direction: column;
}.our_info .edu_guide a {
    transition: all 0.3s ease;
    padding: 0.75rem;
    flex-direction: column;
    display: flex;
    position: relative;
    text-decoration: none;
    border-radius: 10px;
}.our_info .edu_guide a:hover {
    background: rgba(255,255,255,0.1);
}.our_info .edu_guide a span {
    color: rgb(96,106,121);
    opacity: 0.7;
    margin-bottom: 0.25rem;
    font-size: 17px;
}.our_info .edu_guide a p {
    margin: 0;
    font-size: 13px;
    color: #000000;
}.our_info svg,
.our_info svg path {
    fill: rgb(132,142,163);
    transition: fill 0.3s ease;
}.our_info .edu_guide a:hover svg,
.our_info .edu_guide a:hover svg path {
    fill: rgb(96,106,121);
}

@keyframes gradientFlow {
    0% {background-position: 0% 50%;}
    50% {background-position: 100% 50%;}
    100% {background-position: 0% 50%;}
}

@keyframes circularPulse {
    0% {transform: scale(1);}
    100% {transform: scale(1.1);}
}

@media screen and (max-width: 1200px) {.our_info .get_support {
    grid-template-columns: 1fr 1fr;
}
}

@media screen and (max-width: 768px) {.our_info .get_support {
    grid-template-columns: 1fr;
}.our_info .reach_section {
    padding: 1.5rem;
}.our_info .reach_section .pic_frame {
    height: 250px;
}
}

@media screen and (max-width: 480px) {.our_info {
    padding: 2rem 0;
}.our_info .reach_section {
    padding: 1rem;
}.our_info .reach_section .pic_frame {
    height: 200px;
}}.check_it_out_now {
    position: relative;
    background: rgb(169,179,200);
    padding: 120px 0;
    overflow: hidden;
}.check_it_out_now::before {
    left: 0;
    background: linear-gradient(135deg, rgb(132,142,163,0.5) 0%, transparent 50%, rgb(96,106,121,0.5) 100%);
    z-index: 1;
    content: '';
    opacity: 0.15;
    width: 100%;
    top: 0;
    position: absolute;
    height: 100%;
}.check_it_out_now::after {
    opacity: 0.05;
    z-index: 1;
    background: repeating-linear-gradient(45deg, #000000, #000000 10px, rgba(0, 0, 0, 0.5) 10px, rgba(0, 0, 0, 0.5) 20px);
    height: 200%;
    animation: rotate-bg 120s linear infinite;
    top: -50%;
    position: absolute;
    left: -50%;
    content: '';
    width: 200%;
}.check_it_out_now .about_section {
    flex-direction: row-reverse;
    justify-content: space-between;
    background: linear-gradient(135deg, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.1));
    display: flex;
    z-index: 10;
    -webkit-backdrop-filter: blur(10px);
    padding: 60px;
    position: relative;
    border-radius: 23px;
    align-items: center;
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.05);
}.check_it_out_now .container p {
    text-shadow: 0 0 10px rgba(rgb(132,142,163,0.5), 0.5);
    z-index: 5;
    font-weight: 700;
    line-height: 1.4;
    color: #ffffff;
    font-size: 29px;
    width: 60%;
    margin: 0;
}.check_it_out_now .contact_query {
    border-radius: 50%;
    z-index: 5;
    font-size: 20px;
    width: 200px;
    font-weight: 700;
    justify-content: center;
    overflow: hidden;
    color: #ffffff;
    position: relative;
    align-items: center;
    padding: 0;
    isolation: isolate;
    text-decoration: none;
    display: flex;
    background: transparent;
    height: 200px;
}.check_it_out_now .contact_query::before {
    background: conic-gradient(
        rgb(132,142,163),
        rgb(96,106,121),
        rgb(132,142,163)
    );
    border-radius: 50%;
    animation: rotate-border 8s linear infinite;
    position: absolute;
    inset: 0;
    z-index: -2;
    content: '';
}.check_it_out_now .contact_query::after {
    z-index: -1;
    position: absolute;
    background: rgb(96,106,121);
    content: '';
    inset: 3px;
    border-radius: 50%;
}.check_it_out_now .contact_query:hover {
    transform: scale(1.05);
}.check_it_out_now .contact_query:hover::after {
    background: linear-gradient(135deg, rgb(96,106,121) 0%, rgba(0, 0, 0, 0.5) 100%);
}

@keyframes rotate-bg {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

@keyframes rotate-border {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

@media (max-width: 991px) {.check_it_out_now {
    padding: 90px 0;
}.check_it_out_now .about_section {
    padding: 40px;
}.check_it_out_now .container p {
    font-size: calc(21px * 1.2);
}.check_it_out_now .contact_query {
    height: 160px;
    width: 160px;
}
}

@media (max-width: 767px) {.check_it_out_now {
    padding: 70px 0;
}.check_it_out_now .about_section {
    flex-direction: column;
    padding: 30px;
    gap: 40px;
}.check_it_out_now .container p {
    width: 100%;
    font-size: 21px;
    text-align: center;
}.check_it_out_now .contact_query {
    width: 140px;
    height: 140px;
}
}

@media (max-width: 480px) {.check_it_out_now {
    padding: 50px 0;
}.check_it_out_now .about_section {
    padding: 25px 20px;
}.check_it_out_now .container p {
    font-size: calc(15px * 1.2);
}.check_it_out_now .contact_query {
    width: 120px;
    height: 120px;
    font-size: calc(20px * 0.9);
}}.customer_experience {
    perspective: 1200px;
    overflow: hidden;
    background: rgb(169,179,200);
    position: relative;
    padding: 7rem 2rem;
}.customer_experience::before {
    opacity: 0.1;
    top: 0;
    height: 100%;
    width: 100%;
    background: 
        linear-gradient(30deg, rgb(132,142,163,0.5) 12%, transparent 12.5%, transparent 87%, rgb(132,142,163,0.5) 87.5%, rgb(132,142,163,0.5)),
        linear-gradient(150deg, rgb(132,142,163,0.5) 12%, transparent 12.5%, transparent 87%, rgb(132,142,163,0.5) 87.5%, rgb(132,142,163,0.5)),
        linear-gradient(30deg, rgb(132,142,163,0.5) 12%, transparent 12.5%, transparent 87%, rgb(132,142,163,0.5) 87.5%, rgb(132,142,163,0.5)),
        linear-gradient(150deg, rgb(132,142,163,0.5) 12%, transparent 12.5%, transparent 87%, rgb(132,142,163,0.5) 87.5%, rgb(132,142,163,0.5)),
        linear-gradient(60deg, rgb(96,106,121,0.5) 25%, transparent 25.5%, transparent 75%, rgb(96,106,121,0.5) 75%, rgb(96,106,121,0.5));
    background-position: 0 0, 0 0, 40px 70px, 40px 70px, 0 0;
    z-index: 0;
    left: 0;
    position: absolute;
    background-size: 80px 140px;
    content: "";
}.customer_experience .about_section {
    max-width: 1200px;
    position: relative;
    z-index: 1;
    margin: 0 auto;
}.customer_experience h4 {
    margin-bottom: 5rem;
    font-weight: 700;
    letter-spacing: 1px;
    transform: perspective(800px) rotateX(10deg);
    font-size: 33px;
    position: relative;
    color: #000000;
    text-align: center;
}.customer_experience h4::before {
    left: 50%;
    width: 60px;
    transform: translateX(-50%);
    background: rgb(132,142,163);
    position: absolute;
    bottom: -15px;
    content: "";
    height: 3px;
}.customer_experience h4::after {
    height: 1px;
    width: 100px;
    position: absolute;
    bottom: -15px;
    content: "";
    transform: translateX(-50%);
    background: rgb(96,106,121);
    left: 50%;
}.customer_experience .review_panel {
    transform-style: preserve-3d;
    grid-template-columns: repeat(3, 1fr);
    display: grid;
    transform: perspective(1000px) rotateX(20deg);
    gap: 3rem;
}.customer_experience .testimonial_track {
    border-radius: 14px;
    transform: translateZ(0) translateY(0);
    padding: 2.5rem;
    box-shadow: 
        0 15px 35px rgba(0, 0, 0, 0.05),
        20px 20px 0 -5px rgb(169,179,200),
        20px 20px 0 0px rgb(132,142,163,0.5);
    transition: all 0.5s ease;
    background: #ffffff;
    transform-style: preserve-3d;
    position: relative;
}.customer_experience .testimonial_track:hover {
    box-shadow: 
        0 25px 50px rgba(0, 0, 0, 0.1),
        20px 20px 0 -5px rgb(169,179,200),
        20px 20px 0 0px rgb(96,106,121);
    transform: translateZ(30px) translateY(-10px);
}.customer_experience .testimonial_track::before {
    content: "";
    opacity: 0;
    transition: all 0.5s ease;
    border-radius: 14px;
    z-index: -1;
    height: 100%;
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
    background: linear-gradient(45deg, transparent, rgb(132,142,163,0.5) 80%);
}.customer_experience .testimonial_track:hover::before {
    opacity: 0.1;
}.customer_experience .testimonial_track::after {
    width: 2px;
    content: "";
    transform-origin: bottom;
    bottom: 100%;
    height: 40px;
    background: rgb(132,142,163);
    left: 20px;
    transition: transform 0.5s ease;
    transform: scaleY(0);
    position: absolute;
}.customer_experience .testimonial_track:hover::after {
    transform: scaleY(1);
}.customer_experience .testimonial_track .pic_frame {
    width: 90px;
    height: 90px;
    margin: 0 auto 1.5rem;
    transition: all 0.4s ease;
    transform: translateZ(30px);
    border: 3px solid #ffffff;
    border-radius: 14px;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08);
    overflow: hidden;
}.customer_experience .testimonial_track:hover .pic_frame {
    border-radius: 50%;
    transform: translateZ(50px) rotate(5deg);
}.customer_experience .testimonial_track .pic_frame::before {
    width: 100%;
    z-index: 2;
    height: 100%;
    position: absolute;
    transition: all 0.4s ease;
    background: linear-gradient(45deg, rgb(132,142,163,0.5), transparent 60%);
    left: 0;
    opacity: 0;
    content: "";
    top: 0;
}.customer_experience .testimonial_track:hover .pic_frame::before {
    opacity: 0.4;
}.customer_experience .testimonial_track span {
    transform: translateZ(20px);
    transition: all 0.4s ease;
    font-weight: 600;
    margin-bottom: 1.2rem;
    font-size: 22px;
    text-align: center;
    color: #000000;
    display: block;
}.customer_experience .testimonial_track:hover span {
    transform: translateZ(35px);
    color: rgb(132,142,163);
}.customer_experience .testimonial_track p {
    color: #000000;
    line-height: 1.7;
    text-align: center;
    transition: all 0.4s ease;
    transform: translateZ(10px);
    font-size: 18px;
}.customer_experience .testimonial_track:hover p {
    transform: translateZ(25px);
}.customer_experience .testimonial_track:nth-child(3n+1) {
    transform: translateZ(10px) translateY(0);
}.customer_experience .testimonial_track:nth-child(3n+2) {
    transform: translateZ(0) translateY(0);
}.customer_experience .testimonial_track:nth-child(3n+3) {
    transform: translateZ(5px) translateY(0);
}.customer_experience .testimonial_track:nth-child(3n+1):hover {
    transform: translateZ(40px) translateY(-10px);
}.customer_experience .testimonial_track:nth-child(3n+2):hover {
    transform: translateZ(30px) translateY(-10px);
}.customer_experience .testimonial_track:nth-child(3n+3):hover {
    transform: translateZ(35px) translateY(-10px);
}

@media (max-width: 992px) {.customer_experience {
    padding: 5rem 1.5rem;
}.customer_experience .review_panel {
    gap: 2.5rem;
    transform: perspective(1000px) rotateX(15deg);
    grid-template-columns: repeat(2, 1fr);
}.customer_experience h4 {
    font-size: calc(33px * 0.9);
    margin-bottom: 4rem;
}.customer_experience .testimonial_track:nth-child(2n+1) {
    transform: translateZ(10px) translateY(0);
}.customer_experience .testimonial_track:nth-child(2n+2) {
    transform: translateZ(0) translateY(0);
}.customer_experience .testimonial_track:nth-child(2n+1):hover {
    transform: translateZ(40px) translateY(-10px);
}.customer_experience .testimonial_track:nth-child(2n+2):hover {
    transform: translateZ(30px) translateY(-10px);
}
}

@media (max-width: 768px) {.customer_experience {
    padding: 4rem 1rem;
}.customer_experience .review_panel {
    gap: 2rem;
    transform: perspective(1000px) rotateX(10deg);
    grid-template-columns: 1fr;
}.customer_experience h4 {
    transform: perspective(800px) rotateX(5deg);
    font-size: calc(33px * 0.8);
    margin-bottom: 3rem;
}.customer_experience .testimonial_track:nth-child(n) {
    transform: translateZ(0) translateY(0);
}.customer_experience .testimonial_track:nth-child(n):hover {
    transform: translateZ(20px) translateY(-5px);
}}.title_welcome {
    font-family: Arial, sans-serif;
    overflow: hidden;
    width: 100%;
    position: relative;
}.title_welcome .main_entry {
    display: flex;
    justify-content: center;
    min-height: 100vh;
    position: relative;
    align-items: center;
}.title_welcome .main_entry::before {
    content: "";
    z-index: 1;
    left: 0;
    backdrop-filter: blur(5px);
    background: linear-gradient(135deg, rgb(132,142,163,0.5), rgb(96,106,121,0.5));
    top: 0;
    position: absolute;
    bottom: 0;
    right: 0;
}.title_welcome .learn_mastery {
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
    border-left: 4px solid rgb(96,106,121);
    display: grid;
    max-width: 1200px;
    position: relative;
    animation: fadeIn 0.8s ease-in-out;
    padding: 2rem;
    background: radial-gradient(circle at 30% 50%, rgb(132,142,163,0.5) 0%, transparent 70%);
    gap: 2rem;
    z-index: 2;
    color: #ffffff;
    margin: 0 auto;
    width: 90%;
    grid-template-columns: 1fr;
}.title_welcome .learn_mastery > div:first-child {
    transform: translateX(-20px);
    animation: slideInLeft 0.6s ease-out 0.2s forwards;
    opacity: 0;
    position: relative;
}.title_welcome .learn_mastery > div:last-child {
    animation: slideInRight 0.6s ease-out 0.4s forwards;
    opacity: 0;
    position: relative;
    transform: translateX(20px);
}.title_welcome .title_style_header {
    font-weight: 700;
    font-size: 41px;
    display: inline-block;
    position: relative;
    margin-bottom: 1rem;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.2);
}.title_welcome .title_style_header::after {
    border-radius: 10px;
    content: "";
    background: linear-gradient(90deg, rgb(96,106,121), transparent);
    position: absolute;
    transform: scaleX(0);
    left: 0;
    width: 80%;
    height: 6px;
    animation: expandWidth 1s ease-out 0.6s forwards;
    transform-origin: left;
    bottom: -10px;
}.title_welcome h3 {
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.15);
    font-size: calc(22px + 0.1rem);
    margin-bottom: 1.5rem;
    max-width: 90%;
    line-height: 1.4;
    font-weight: 600;
    position: relative;
}.title_welcome p {
    position: relative;
    max-width: 80%;
    padding-left: 1rem;
    margin-top: 1rem;
    line-height: 1.6;
    font-size: 18px;
    border-left: 2px solid rgb(96,106,121);
}.title_welcome p::before {
    background-color: rgb(96,106,121);
    top: 0;
    position: absolute;
    content: "";
    left: -6px;
    width: 10px;
    border-radius: 50%;
    height: 10px;
}

@keyframes fadeIn {
  from { opacity: 0; }
  to { opacity: 1; }
}

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

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

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

@media (min-width: 768px) {.title_welcome .learn_mastery {
    padding: 3rem;
    border-left: 6px solid rgb(96,106,121);
    gap: 3rem;
    grid-template-columns: 1fr 1fr;
}.title_welcome .title_style_header {
    font-size: calc(41px * 1.2);
}.title_welcome h3 {
    font-size: calc(22px + 0.2rem);
}.title_welcome p {
    font-size: calc(18px + 0.1rem);
}
}

@media (min-width: 992px) {.title_welcome .learn_mastery {
    padding: 4rem;
    max-width: 1400px;
}.title_welcome .learn_mastery > div:first-child {
    align-items: center;
    display: flex;
}.title_welcome .title_style_header {
    font-size: calc(41px * 1.4);
}.title_welcome .title_style_header::after {
    height: 8px;
}.title_welcome h3 {
    font-size: calc(22px + 0.3rem);
    max-width: 95%;
}.title_welcome p {
    padding-left: 1.5rem;
    font-size: calc(18px + 0.2rem);
    max-width: 90%;
}
}

@media (max-width: 767px) {.title_welcome .main_entry {
    min-height: 90vh;
}.title_welcome .learn_mastery {
    width: 95%;
    padding: 1.5rem;
}.title_welcome .title_style_header {
    font-size: calc(41px * 0.9);
}.title_welcome h3 {
    max-width: 100%;
    font-size: 22px;
}.title_welcome p {
    font-size: 18px;
    max-width: 100%;
}
}

@media (max-width: 480px) {.title_welcome .learn_mastery {
    gap: 1rem;
    padding: 1rem;
}.title_welcome .title_style_header {
    font-size: calc(41px * 0.8);
}.title_welcome h3 {
    font-size: calc(22px - 0.1rem);
}.title_welcome p {
    font-size: calc(18px - 0.1rem);
    padding-left: 0.8rem;
}}.instructor_profile {
    position: relative;
    overflow: hidden;
    background: linear-gradient(135deg, rgb(169,179,200) 0%, #ffffff 100%);
    padding: 5rem 0;
}.instructor_profile::before {
    height: 100%;
    left: 0;
    position: absolute;
    content: "";
    background: repeating-linear-gradient(
        45deg,
        rgb(132,142,163,0.5) 0px,
        rgb(132,142,163,0.5) 1px,
        transparent 1px,
        transparent 15px
    );
    opacity: 0.05;
    top: 0;
    width: 100%;
    z-index: 1;
}.instructor_profile::after {
    opacity: 0.08;
    right: -20%;
    transform: rotate(-15deg);
    height: 200%;
    top: -50%;
    position: absolute;
    width: 70%;
    background: linear-gradient(135deg, rgb(132,142,163,0.5) 0%, rgb(96,106,121,0.5) 100%);
    content: "";
    z-index: 0;
}.instructor_profile .container {
    position: relative;
    max-width: 1200px;
    padding: 0 1.5rem;
    z-index: 2;
    margin: 0 auto;
}.instructor_profile .testimonial_track {
    position: relative;
    padding: 2.5rem;
    display: grid;
    transform: perspective(1000px) rotateY(-1deg);
    background: #ffffff;
    gap: 2rem;
    grid-template-columns: 1fr;
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.07), 
                0 5px 15px rgba(0, 0, 0, 0.05);
}.instructor_profile .testimonial_track:hover {
    transform: perspective(1000px) rotateY(0deg);
}.instructor_profile .testimonial_track::before {
    left: 0;
    height: 100%;
    width: 5px;
    background: linear-gradient(to bottom, rgb(132,142,163) 0%, rgb(96,106,121) 100%);
    content: "";
    transition: transform 0.3s ease-out;
    transform-origin: left center;
    top: 0;
    transform: scaleY(0.95);
    position: absolute;
}.instructor_profile .testimonial_track:hover::before {
    transform: scaleY(1);
}.instructor_profile .pic_frame {
    position: relative;
    border-radius: 5px;
    transform: translateY(0);
    height: 120px;
    transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    width: 120px;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
    margin: 0 auto;
}.instructor_profile .testimonial_track:hover .pic_frame {
    transform: translateY(-5px);
}.instructor_profile .pic_frame::after {
    inset: 0;
    border-radius: 5px;
    content: "";
    background: linear-gradient(to bottom, transparent 70%, rgba(0, 0, 0, 0.2));
    z-index: 1;
    position: absolute;
}.instructor_profile .pic_frame::before {
    transform: scale(0.95);
    content: "";
    transition: all 0.3s ease;
    height: calc(100% + 20px);
    border-radius: 5px;
    opacity: 0;
    width: calc(100% + 20px);
    top: -10px;
    background: linear-gradient(135deg, rgb(132,142,163,0.5) 0%, rgb(96,106,121,0.5) 100%);
    position: absolute;
    left: -10px;
    z-index: -1;
}.instructor_profile .testimonial_track:hover .pic_frame::before {
    opacity: 0.5;
    transform: scale(1);
}.instructor_profile .name {
    text-align: center;
    transform: translateY(0);
    font-size: 19px;
    position: relative;
    color: #000000;
    transition: transform 0.4s cubic-bezier(0.19, 1, 0.22, 1);
    font-weight: 700;
    margin-bottom: 0.5rem;
}.instructor_profile .testimonial_track:hover .name {
    transform: translateY(-3px);
}.instructor_profile .name::after {
    position: absolute;
    content: "";
    height: 2px;
    width: 40px;
    bottom: -6px;
    transform: translateX(-50%) scaleX(0.7);
    background: rgb(132,142,163);
    transition: transform 0.3s ease;
    left: 50%;
}.instructor_profile .testimonial_track:hover .name::after {
    transform: translateX(-50%) scaleX(1);
}.instructor_profile .testimonial_track > div:nth-child(2) > div {
    font-size: calc(13px * 0.95);
    opacity: 0.9;
    text-align: center;
    transition: color 0.3s ease;
    font-style: italic;
    color: rgb(96,106,121);
}.instructor_profile .testimonial_track:hover > div:nth-child(2) > div {
    color: rgb(132,142,163);
}.instructor_profile .employee_progress {
    text-align: center;
    line-height: 1.7;
    color: #000000;
    font-size: 13px;
    padding: 1rem 0;
    position: relative;
}.instructor_profile .employee_progress::before,
.instructor_profile .employee_progress::after {
    position: absolute;
    line-height: 1;
    content: "";
    color: rgb(132,142,163,0.5);
    transition: all 0.3s ease;
    opacity: 0.3;
    font-size: 3rem;
}.instructor_profile .employee_progress::before {
    top: -10px;
    left: -5px;
}.instructor_profile .employee_progress::after {
    bottom: -20px;
    right: -5px;
    transform: rotate(180deg);
}.instructor_profile .testimonial_track:hover .employee_progress::before,
.instructor_profile .testimonial_track:hover .employee_progress::after {
    opacity: 0.5;
    color: rgb(132,142,163);
}

@media (min-width: 768px) {.instructor_profile {
    padding: 7rem 0;
}.instructor_profile .testimonial_track {
    grid-template-columns: auto 1fr 2fr;
    align-items: center;
    padding: 3rem;
    gap: 2.5rem;
}.instructor_profile .pic_frame {
    width: 150px;
    height: 150px;
    margin: 0;
}.instructor_profile .name,
    .instructor_profile .testimonial_track > div:nth-child(2) > div {
    text-align: left;
}.instructor_profile .name::after {
    transform: translateX(0) scaleX(0.7);
    left: 0;
}.instructor_profile .testimonial_track:hover .name::after {
    transform: translateX(0) scaleX(1);
}.instructor_profile .employee_progress {
    text-align: left;
    padding: 0;
}.instructor_profile .testimonial_track::before {
    width: 8px;
}.instructor_profile::after {
    right: -10%;
    top: -30%;
    width: 50%;
}
}

@media (min-width: 992px) {.instructor_profile .testimonial_track {
    gap: 3rem;
    padding: 3.5rem 4rem;
}.instructor_profile .pic_frame {
    height: 180px;
    width: 180px;
}.instructor_profile .employee_progress {
    line-height: 1.8;
    font-size: calc(13px * 1.05);
}.instructor_profile .testimonial_track::before {
    width: 10px;
}
}

@media (min-width: 1200px) {.instructor_profile .container {
    padding: 0 2rem;
}.instructor_profile .testimonial_track {
    grid-template-columns: auto 1fr 3fr;
    padding: 4rem 5rem;
}.instructor_profile .pic_frame {
    width: 200px;
    height: 200px;
}.instructor_profile .employee_progress {
    padding-right: 1rem;
}.instructor_profile .testimonial_track > div:nth-child(2) {
    padding-right: 1rem;
}
}

@media (max-width: 767px) {.instructor_profile .testimonial_track > div:first-child {
    margin-bottom: 1rem;
}.instructor_profile .testimonial_track > div:nth-child(2) {
    margin-bottom: 1.5rem;
}}.plan_wrapper {
    position: relative;
    padding: 100px 0;
    overflow: hidden;
    background: rgb(169,179,200);
}.plan_wrapper::before {
    top: -50px;
    background: rgb(132,142,163,0.5);
    filter: blur(80px);
    height: 300px;
    content: "";
    position: absolute;
    width: 300px;
    right: -50px;
    animation: float-effect 12s infinite alternate ease-in-out;
    z-index: 0;
}.plan_wrapper::after {
    animation: float-effect 15s infinite alternate-reverse ease-in-out;
    left: -50px;
    height: 250px;
    width: 250px;
    position: absolute;
    background: rgb(96,106,121,0.5);
    content: "";
    filter: blur(60px);
    bottom: -50px;
    z-index: 0;
}.plan_wrapper .container {
    margin: 0 auto;
    max-width: 1200px;
    padding: 0 15px;
    z-index: 1;
    position: relative;
}.plan_wrapper .value_fees {
    flex-direction: column;
    display: flex;
    gap: 60px;
}.plan_wrapper .program_price {
    order: -1;
    padding: 0 20px;
    max-width: 700px;
    position: relative;
    text-align: center;
    margin: 0 auto;
}.plan_wrapper .program_price h2 {
    display: inline-block;
    margin-bottom: 20px;
    color: #000000;
    position: relative;
    font-weight: 700;
    font-size: 31px;
}.plan_wrapper .program_price h2::after {
    transform: translateX(-50%);
    height: 3px;
    bottom: -10px;
    left: 50%;
    content: "";
    width: 80px;
    position: absolute;
    background: rgb(132,142,163);
}.plan_wrapper .package_deals {
    opacity: 0.85;
    color: #000000;
    line-height: 1.6;
    margin-bottom: 0;
    font-size: 13px;
}.plan_wrapper .plan_matrix {
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    perspective: 1000px;
    display: grid;
    gap: 30px;
}.plan_wrapper .cost_schemes {
    perspective: 1000px;
    position: relative;
    transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
    height: 100%;
    transform-style: preserve-3d;
    text-decoration: none;
    color: inherit;
}.plan_wrapper .cost_schemes:hover {
    transform: translateY(-10px) scale(1.02);
}.plan_wrapper .package_pricing {
    border-radius: 10px;
    transform-style: preserve-3d;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.08);
    overflow: hidden;
    height: 100%;
    position: relative;
    transition: box-shadow 0.4s ease;
    background: #ffffff;
    display: flex;
    flex-direction: column;
}.plan_wrapper .cost_schemes:hover .package_pricing {
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.12), 0 0 20px rgb(132,142,163,0.5);
}.plan_wrapper .rate_schemes {
    flex-grow: 1;
    flex-direction: column;
    display: flex;
    padding: 30px;
    z-index: 2;
    overflow: hidden;
    position: relative;
}.plan_wrapper .rate_schemes::before {
    content: "";
    background: linear-gradient(90deg, rgb(132,142,163), rgb(96,106,121));
    left: 0;
    height: 5px;
    transform: scaleX(0);
    top: 0;
    position: absolute;
    right: 0;
    transform-origin: left;
    transition: transform 0.5s ease;
}.plan_wrapper .cost_schemes:hover .rate_schemes::before {
    transform: scaleX(1);
}.plan_wrapper .rate_schemes h3 {
    color: #000000;
    font-weight: 700;
    transition: transform 0.4s ease, color 0.3s ease;
    white-space: normal;
    overflow-wrap: break-word;
    word-break: break-word;
    margin-bottom: 10px;
    font-size: calc(22px + 2px);
}.plan_wrapper .cost_schemes:hover .rate_schemes h3 {
    transform: translateX(5px);
    color: rgb(132,142,163);
}.plan_wrapper .training_sub {
    overflow-wrap: break-word;
    margin: 10px 0 20px;
    position: relative;
    font-size: 22px;
    transition: transform 0.4s ease;
    font-weight: 700;
    word-break: break-word;
    white-space: normal;
    display: block;
    color: rgb(96,106,121);
}.plan_wrapper .training_sub::before {
    background: rgb(96,106,121,0.5);
    bottom: -8px;
    content: "";
    position: absolute;
    height: 2px;
    width: 40px;
    transition: width 0.4s ease;
    left: 0;
}.plan_wrapper .cost_schemes:hover .training_sub::before {
    width: 80px;
}.plan_wrapper .rate_schemes p {
    word-break: break-word;
    margin-bottom: 0;
    line-height: 1.6;
    color: #000000;
    transition: color 0.3s ease;
    flex-grow: 1;
    white-space: normal;
    overflow-wrap: break-word;
    font-size: calc(13px - 1px);
}.plan_wrapper .pic_frame {
    transform: translateZ(-10px);
    overflow: hidden;
    height: 200px;
    position: relative;
    transition: transform 0.6s ease, filter 0.6s ease;
}.plan_wrapper .pic_frame::after {
    transition: opacity 0.5s ease;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.7), transparent);
    opacity: 0.6;
    position: absolute;
    content: "";
    inset: 0;
}.plan_wrapper .cost_schemes:hover .pic_frame {
    transform: translateZ(0);
    filter: brightness(1.1) contrast(1.05);
}.plan_wrapper .cost_schemes:hover .pic_frame::after {
    opacity: 0.4;
}.plan_wrapper .cost_schemes::after {
    opacity: 0;
    background: rgb(132,142,163,0.5);
    left: 30px;
    position: absolute;
    right: 30px;
    height: 15px;
    border-radius: 50%;
    top: 100%;
    transition: opacity 0.4s ease;
    filter: blur(10px);
    z-index: -1;
    content: "";
}.plan_wrapper .cost_schemes:hover::after {
    opacity: 0.5;
}

@keyframes float-effect {
    0% {
        transform: translate(0, 0) scale(1);
    }
    50% {
        transform: translate(20px, 20px) scale(1.1);
    }
    100% {
        transform: translate(-20px, -20px) scale(0.9);
    }
}

@media (min-width: 992px) {.plan_wrapper .value_fees {
    align-items: center;
    flex-direction: row;
}.plan_wrapper .program_price {
    order: 0;
    flex: 0 0 30%;
    padding-right: 40px;
    text-align: left;
}.plan_wrapper .program_price h2::after {
    left: 0;
    transform: none;
}.plan_wrapper .plan_matrix {
    grid-template-columns: repeat(2, 1fr);
    flex: 0 0 70%;
}
}

@media (min-width: 1200px) {.plan_wrapper .plan_matrix {
    gap: 40px;
    grid-template-columns: repeat(2, 1fr);
}.plan_wrapper .rate_schemes {
    padding: 35px;
}.plan_wrapper .pic_frame {
    height: 220px;
}
}

@media (max-width: 991px) {.plan_wrapper {
    padding: 80px 0;
}.plan_wrapper .program_price {
    margin-bottom: 20px;
}
}

@media (max-width: 767px) {.plan_wrapper {
    padding: 60px 0;
}.plan_wrapper .plan_matrix {
    gap: 25px;
    grid-template-columns: 1fr;
}.plan_wrapper .program_price h2 {
    font-size: calc(31px - 4px);
}.plan_wrapper .pic_frame {
    height: 180px;
}.plan_wrapper .rate_schemes {
    padding: 25px;
}
}

@media (max-width: 480px) {.plan_wrapper {
    padding: 50px 0;
}.plan_wrapper .rate_schemes h3 {
    font-size: 22px;
}.plan_wrapper .training_sub {
    font-size: calc(22px - 2px);
}.plan_wrapper .pic_frame {
    height: 160px;
}.plan_wrapper .rate_schemes {
    padding: 20px;
}}.our_story {
    overflow: hidden;
    padding: 120px 0;
    color: #ffffff;
    position: relative;
}.our_story::before {
    content: "";
    bottom: 0;
    position: absolute;
    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%);
    left: 0;
    top: 0;
    z-index: 1;
    right: 0;
}.our_story::after {
    transform: rotate(45deg);
    opacity: 0.15;
    content: "";
    width: 100%;
    right: -50%;
    height: 100%;
    background: radial-gradient(circle at center, rgb(132,142,163,0.5) 0%, transparent 70%);
    animation: pulseGlow 15s infinite alternate ease-in-out;
    position: absolute;
    z-index: 2;
    top: -50%;
}.our_story .container {
    margin: 0 auto;
    max-width: 1200px;
    padding: 0 20px;
    position: relative;
    z-index: 3;
}.our_story .note_frame {
    background: linear-gradient(to right, 
        rgba(#000000, 0.8) 0%,
        rgba(#000000, 0.6) 100%);
    padding: 40px;
    position: relative;
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.2), 
                0 4px 8px rgba(0, 0, 0, 0.1);
    border-left: 4px solid rgb(132,142,163);
    backdrop-filter: blur(8px);
    transform: translateZ(0);
}.our_story .note_frame::before {
    width: 100%;
    opacity: 0.05;
    top: 0;
    content: "";
    left: 0;
    position: absolute;
    z-index: -1;
    background: linear-gradient(45deg, 
        transparent 49.5%, 
        rgb(132,142,163) 49.5%, 
        rgb(132,142,163) 50.5%, 
        transparent 50.5%);
    height: 100%;
    background-size: 20px 20px;
}.our_story h5 {
    letter-spacing: 2px;
    margin: 0 0 15px;
    text-transform: uppercase;
    color: rgb(132,142,163);
    display: inline-block;
    font-weight: 700;
    font-size: 24px;
    position: relative;
}.our_story h5::after {
    width: 0;
    content: "";
    height: 2px;
    animation: expandLine 1.5s forwards 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    transition: width 0.8s cubic-bezier(0.19, 1, 0.22, 1);
    display: block;
    background: rgb(132,142,163);
    margin-top: 8px;
}.our_story p {
    font-family: Arial, sans-serif;
    margin-bottom: 25px;
    color: #ffffff;
    font-size: calc(14px * 1.25);
    line-height: 1.6;
}.our_story p b {
    font-size: calc(14px * 1.5);
    display: inline-block;
    padding-bottom: 5px;
    margin-bottom: 5px;
    font-weight: 700;
    position: relative;
    color: rgb(96,106,121);
}.our_story p b::after {
    position: absolute;
    content: "";
    height: 3px;
    left: 0;
    background: rgb(132,142,163);
    width: 40px;
    bottom: 0;
}.our_story ol {
    counter-reset: item;
    list-style-type: none;
    padding-left: 0;
}.our_story ol li {
    padding-left: 0;
    animation: fadeInUp 1s forwards 0.8s;
    font-size: 14px;
    position: relative;
    text-align: justify;
    column-gap: 30px;
    margin-bottom: 15px;
    column-count: 1;
    transform: translateY(20px);
    color: #ffffff;
    line-height: 1.8;
    opacity: 0;
}

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

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

@keyframes pulseGlow {
    0% { opacity: 0.15; transform: rotate(45deg) scale(1); }
    50% { opacity: 0.2; transform: rotate(45deg) scale(1.1); }
    100% { opacity: 0.15; transform: rotate(45deg) scale(1); }
}


@media (min-width: 768px) {.our_story .note_frame {
    padding: 60px;
    width: 90%;
    margin-left: 5%;
}.our_story ol li {
    column-count: 2;
}
}

@media (min-width: 992px) {.our_story {
    padding: 150px 0;
}.our_story .note_frame {
    padding: 70px;
    margin-left: 10%;
    width: 80%;
    transform: perspective(1000px) rotateY(-2deg);
    transition: transform 0.5s ease;
}.our_story .note_frame:hover {
    transform: perspective(1000px) rotateY(0deg);
}.our_story h5 {
    font-size: calc(24px * 1.2);
}.our_story ol li {
    column-count: 2;
}
}

@media (max-width: 767px) {.our_story {
    padding: 80px 0;
}.our_story .note_frame {
    padding: 30px 20px;
}.our_story h5 {
    font-size: 24px;
}.our_story p b {
    font-size: calc(14px * 1.2);
}.our_story ol li {
    font-size: calc(14px * 0.9);
    line-height: 1.7;
}
}

@media (max-width: 480px) {.our_story {
    padding: 60px 0;
}.our_story .note_frame {
    padding: 25px 15px;
}.our_story h5 {
    font-size: calc(24px * 0.9);
}.our_story p b {
    font-size: 14px;
}.our_story p {
    font-size: 14px;
}.our_story ol li {
    font-size: calc(14px * 0.85);
    line-height: 1.6;
}}.cookieWarningMessage {
    position: fixed;
    bottom: 0;
    background: rgb(169,179,200);
    border-top: 2px solid rgb(132,142,163);
    z-index: 90;
    width: 100%;
}#cookieNotification {
    display: none;
}#cookieNotification:checked ~ .cookieWarningMessage {
    visibility: hidden;
    opacity: 0;
}.cookie_overlay {
    padding: 20px 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
}.cookieWarningMessage h5 {
    font-size: 22px;
    margin-bottom: 6px;
}.cookieWarningMessage p {
    font-size: 18px;
}.cookie_guard {
    margin-right: 10px;
    flex-shrink: 0;
}.cookie_guard svg, .cookie_guard svg path, .cookie_guard img {
    fill: rgb(132,142,163);
    height: 100px;
    width: 100px;
}.visitor_acceptance {
    text-align: center;
    margin-left: 10px;
    flex-shrink: 0;
    color: rgb(132,142,163);
    text-decoration: none;
    cursor: pointer;
    line-height: 35px;
    white-space: nowrap;
    border-bottom: 2px solid rgb(132,142,163);
    font-size: 24px;
    min-width: 120px;
}.cookieWarningMessage p a {
    text-decoration: none;
    color: rgb(132,142,163);
}
@media only screen and (max-width: 1200px) {.cookieWarningMessage {
    padding: 20px;
}
}
@media only screen and (max-width: 800px) {.cookie_guard {
    display: none;
}.cookie_overlay {
    justify-content: center;
    align-items: center;
    flex-direction: column;
}.cookieWarningMessage h5 {
    text-align: center;
}.cookieWarningMessage p {
    text-align: center;
}.privacy_cookies {
    margin-bottom: 20px;
}body .inner-container .visitor_acceptance {
    margin-left: 0;
    margin-bottom: 10px;
}}
.inner-container .cookieWarningMessage {
    box-shadow: rgb(96,106,121,0.5) 0px 0px 10px 10px;
    background: rgb(132,142,163);
}.inner-container .cookie_overlay {
    justify-content: space-between;
    padding: 40px 0;
}.inner-container .visitor_acceptance {
    border: none;
    margin-left: 30px;
    color: rgb(132,142,163);
    background: #ffffff;
    font-size: 20px;
    padding: 10px;
}.inner-container .privacy_cookies {
    text-align: left;
    color: #ffffff;
}.inner-container .privacy_cookies h5 {
    font-weight: 700;
}.inner-container .privacy_cookies h5, .inner-container .privacy_cookies p {
    color: #ffffff;
}.inner-container .cookieWarningMessage p a {
    color: rgb(96,106,121);
    text-decoration: underline;
}header {
    width: 100%;
    padding: 1.5rem 3%;
    position: relative;
    z-index: 100;
    background: linear-gradient(to right, rgb(132,142,163,0.5), rgb(96,106,121,0.5));
}header::before {
    z-index: 0;
    bottom: 0.5rem;
    content: '';
    right: 0.5rem;
    border-radius: 10px;
    top: 0.5rem;
    position: absolute;
    pointer-events: none;
    left: 0.5rem;
    border: 1px solid rgba(255, 255, 255, 0.2);
}header::after {
    background: 
        radial-gradient(circle at 10% 20%, rgba(255, 255, 255, 0.1) 0%, transparent 20%),
        radial-gradient(circle at 90% 80%, rgba(255, 255, 255, 0.1) 0%, transparent 20%);
    height: 100%;
    content: '';
    z-index: 0;
    left: 0;
    top: 0;
    position: absolute;
    width: 100%;
}header .container {
    position: relative;
    padding: 0;
    width: 100%;
    margin: 0;
    max-width: 100%;
    z-index: 1;
}header .head_primary {
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
    flex-direction: column;
    display: flex;
    align-items: center;
    position: relative;
    overflow: hidden;
    border-radius: 21px;
    background: #ffffff;
    padding: 1.5rem;
}header .head_primary::before {
    position: absolute;
    width: 5px;
    top: 0;
    height: 100%;
    left: 0;
    background: linear-gradient(to bottom, rgb(132,142,163), rgb(96,106,121));
    content: '';
}header .head_primary::after {
    width: 5px;
    right: 0;
    top: 0;
    background: linear-gradient(to bottom, rgb(96,106,121), rgb(132,142,163));
    content: '';
    height: 100%;
    position: absolute;
}header .header_page {
    padding: 0 0 1rem 0;
    text-decoration: none;
    display: flex;
    position: relative;
    justify-content: center;
}header .header_page::after {
    width: 80px;
    position: absolute;
    height: 1px;
    background: rgb(132,142,163,0.5);
    content: '';
    transform: translateX(-50%);
    bottom: 0;
    left: 50%;
}header .header_page svg {
    height: auto;
    filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.08));
    width: 170px;
    transition: all 0.3s ease;
}header .header_page:hover svg {
    transform: scale(1.03);
}header .nav_know {
    justify-content: center;
    max-width: 90%;
    gap: 0.7rem;
    padding-top: 1rem;
    width: 100%;
    flex-wrap: wrap;
    display: flex;
}header .header_mentor {
    border: 1px solid rgba(0, 0, 0, 0.03);
    position: relative;
    border-radius: 10px;
    font-family: Arial, sans-serif;
    text-decoration: none;
    padding: 0.7rem 1.3rem;
    font-size: 16px;
    color: #000000;
    font-weight: 600;
    transition: all 0.3s ease;
    background: rgb(169,179,200);
    z-index: 1;
    box-shadow: 0 3px 8px rgba(0, 0, 0, 0.05);
}header .header_mentor::before {
    content: '';
    background: linear-gradient(to bottom, rgb(132,142,163), rgb(96,106,121));
    width: 3px;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    transition: width 0.3s ease;
    border-radius: 10px 0 0 10px;
    z-index: -1;
}header .header_mentor:hover {
    transform: translateY(-2px);
    color: #ffffff;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
}header .header_mentor:hover::before {
    width: 100%;
}

@media (max-width: 991px) {header {
    padding: 1.2rem 2.5%;
}header .head_primary {
    padding: 1.2rem;
}header .header_page {
    padding: 0 0 0.8rem 0;
}header .header_page svg {
    width: 150px;
}header .nav_know {
    padding-top: 0.8rem;
    gap: 0.6rem;
}header .header_mentor {
    padding: 0.6rem 1.1rem;
}
}

@media (max-width: 767px) {header {
    padding: 1rem 2%;
}header .head_primary {
    padding: 1rem;
}header .header_page {
    padding: 0 0 0.7rem 0;
}header .header_page svg {
    width: 130px;
}header .nav_know {
    max-width: 95%;
    padding-top: 0.7rem;
    gap: 0.5rem;
}header .header_mentor {
    font-size: calc(16px - 1px);
    padding: 0.5rem 1rem;
}
}

@media (max-width: 480px) {header {
    padding: 0.8rem 1.5%;
}header .head_primary {
    padding: 0.8rem 0.8rem 1rem;
}header .header_page {
    padding: 0 0 0.6rem 0;
}header .header_page svg {
    width: 120px;
}header .nav_know {
    padding-bottom: 0.3rem;
    padding-top: 0.6rem;
    overflow-x: auto;
    flex-wrap: nowrap;
    justify-content: flex-start;
}header .nav_know::-webkit-scrollbar {
    height: 3px;
}header .nav_know::-webkit-scrollbar-thumb {
    background: rgb(132,142,163);
    border-radius: 10px;
}header .header_mentor {
    white-space: nowrap;
    margin-right: 3px;
    flex-shrink: 0;
}}.confidential_asylum {
    padding: 30px;
    height: 100%;
    width: 100%;
    overflow: hidden;
}.confidential_asylum h1 {
    margin-top: 30px;
    margin-bottom: 20px;
}.confidential_asylum h2 {
    margin-top: 25px;
    margin-bottom: 15px;
}.confidential_asylum h3, .confidential_asylum h4, .confidential_asylum h5, .confidential_asylum h6 {
    margin-bottom: 10px;
    margin-top: 20px;
    font-size: 1.2em;
}.confidential_asylum ul, .confidential_asylum ol {
    list-style-position: inside;
    padding-left: 0;
    padding: 10px 0;
}.confidential_asylum li {
    margin-bottom: 10px;
}.confidential_asylum section {
    background: none;
}.confidential_asylum p, .confidential_asylum span, .confidential_asylum div {
    margin-bottom: 5px;
    line-height: 20px;
}
@media only screen and (max-width: 800px) {.confidential_asylum {
    padding: 20px 0;
}}.learning_process {
    padding: 7rem 0;
    overflow: hidden;
    background: rgb(169,179,200);
    position: relative;
    isolation: isolate;
}.learning_process::before {
    background-size: 60px 60px;
    content: "";
    z-index: 0;
    top: -50%;
    transform: rotate(15deg);
    background-position: 0 0, 30px 30px;
    position: absolute;
    background-image: 
        radial-gradient(
            rgb(96,106,121,0.5) 20%, 
            transparent 21%
        ), 
        radial-gradient(
            rgb(132,142,163,0.5) 20%, 
            transparent 21%
        );
    height: 200%;
    opacity: 0.3;
    animation: shiftPattern 60s linear infinite;
    width: 200%;
    left: -50%;
}.learning_process::after {
    height: 40%;
    position: absolute;
    left: 0;
    z-index: 1;
    content: "";
    width: 100%;
    bottom: 0;
    background: linear-gradient(to top, 
        rgb(169,179,200), 
        transparent
    );
}.learning_process .about_section {
    box-shadow: 
        0 10px 30px rgba(0, 0, 0, 0.1),
        0 1px 5px rgba(0, 0, 0, 0.05);
    border-radius: 15px;
    display: flex;
    z-index: 2;
    position: relative;
    flex-direction: column;
    padding: 0;
    max-width: 900px;
    overflow: hidden;
    background: #ffffff;
    margin: 0 auto;
    animation: appearFromBottom 1s ease-out forwards;
    align-items: center;
}.learning_process h3 {
    color: #ffffff;
    margin: 0;
    padding: 2.5rem;
    font-weight: 700;
    background: linear-gradient(135deg, rgb(132,142,163), rgb(96,106,121));
    position: relative;
    width: 100%;
    text-align: center;
    clip-path: polygon(
        0 0, 
        100% 0, 
        100% 75%, 
        50% 100%, 
        0 75%
    );
    font-size: 37px;
    padding-bottom: 4rem;
}.learning_process h3::before {
    opacity: 0.3;
    top: 0;
    bottom: 0;
    position: absolute;
    right: 0;
    left: 0;
    background-size: 20px 20px;
    background: 
        linear-gradient(
            rgba(255, 255, 255, 0.2) 1px, 
            transparent 1px
        ),
        linear-gradient(
            90deg, 
            rgba(255, 255, 255, 0.2) 1px, 
            transparent 1px
        );
    animation: moveGrid 20s linear infinite;
    content: "";
}.learning_process h3::after {
    content: "";
    right: 0;
    top: 0;
    animation: shimmer 5s infinite linear;
    position: absolute;
    left: 0;
    height: 5px;
    background: linear-gradient(90deg, 
        transparent, 
        rgba(255, 255, 255, 0.8), 
        transparent
    );
}.learning_process span {
    font-size: 15px;
    background: #ffffff;
    z-index: 1;
    border-radius: 0 0 15px 15px;
    line-height: 1.8;
    padding: 3rem 2.5rem 2.5rem;
    box-sizing: border-box;
    position: relative;
    width: 100%;
    margin-top: -30px;
    color: #000000;
}.learning_process span::before {
    left: 50%;
    z-index: -1;
    width: 70px;
    background: #ffffff;
    top: -35px;
    box-shadow: 0 -5px 10px rgba(0, 0, 0, 0.05);
    transform: translateX(-50%);
    position: absolute;
    content: "";
    height: 70px;
    border-radius: 50%;
}.learning_process span::after {
    animation: pulse 3s infinite;
    background: rgb(132,142,163);
    position: absolute;
    border-radius: 50%;
    left: 50%;
    top: -20px;
    content: "";
    height: 20px;
    width: 20px;
    transform: translateX(-50%);
    box-shadow: 0 0 15px rgb(132,142,163,0.5);
}

@keyframes appearFromBottom {
    from {
        opacity: 0;
        transform: translateY(50px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes shiftPattern {
    0% {
        transform: rotate(15deg) translateY(0);
    }
    50% {
        transform: rotate(15deg) translateY(-30px);
    }
    100% {
        transform: rotate(15deg) translateY(0);
    }
}

@keyframes moveGrid {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: 20px 20px;
    }
}

@keyframes shimmer {
    0% {
        background-position: -1000px;
    }
    100% {
        background-position: 1000px;
    }
}

@keyframes pulse {
    0%, 100% {
        transform: translateX(-50%) scale(1);
        opacity: 1;
    }
    50% {
        transform: translateX(-50%) scale(1.2);
        opacity: 0.8;
    }
}

@media (max-width: 992px) {.learning_process {
    padding: 5rem 1.5rem;
}.learning_process::before {
    background-size: 50px 50px;
    background-position: 0 0, 25px 25px;
}.learning_process h3 {
    font-size: calc(37px * 0.9);
    padding: 2rem;
    padding-bottom: 3.5rem;
}.learning_process span {
    padding: 2.5rem 2rem 2rem;
}
}

@media (max-width: 768px) {.learning_process {
    padding: 4rem 1rem;
}.learning_process::before {
    background-size: 40px 40px;
    background-position: 0 0, 20px 20px;
}.learning_process h3 {
    clip-path: polygon(
            0 0, 
            100% 0, 
            100% 80%, 
            50% 100%, 
            0 80%
        );
    padding: 1.5rem;
    font-size: calc(37px * 0.8);
    padding-bottom: 3rem;
}.learning_process span {
    padding: 2.5rem 1.5rem 1.5rem;
    font-size: calc(15px * 0.95);
}.learning_process span::before {
    top: -30px;
    height: 60px;
    width: 60px;
}.learning_process span::after {
    height: 16px;
    top: -18px;
    width: 16px;
}}.gratPage {
    padding: 6rem 0;
    background: linear-gradient(135deg, rgb(169,179,200) 0%, rgba(rgb(132,142,163), 0.05) 100%);
    overflow: hidden;
    position: relative;
}.gratPage::before {
    content: "";
    opacity: 0.8;
    left: 0;
    height: 100%;
    z-index: 0;
    width: 100%;
    top: 0;
    position: absolute;
    background: 
        radial-gradient(circle at 20% 30%, rgba(rgb(132,142,163), 0.07) 0%, transparent 50%),
        radial-gradient(circle at 80% 70%, rgba(rgb(96,106,121), 0.05) 0%, transparent 60%);
}.gratPage::after {
    animation: float 15s infinite ease-in-out;
    content: "";
    right: -5%;
    width: 40%;
    height: 70%;
    top: -10%;
    z-index: 0;
    position: absolute;
    transform: rotate(-15deg);
    clip-path: polygon(0 0, 100% 25%, 85% 100%, 15% 80%);
    background: linear-gradient(45deg, rgba(rgb(132,142,163), 0.03) 0%, rgba(rgb(96,106,121), 0.05) 100%);
}.gratPage .container {
    max-width: 1200px;
    position: relative;
    transform-style: preserve-3d;
    perspective: 1000px;
    padding: 0 2rem;
    margin: 0 auto;
    z-index: 1;
}.gratPage h2 {
    text-shadow: 0 2px 15px rgba(#000000, 0.05);
    letter-spacing: -0.02em;
    margin-bottom: 2.5rem;
    max-width: 90%;
    font-weight: 700;
    line-height: 1.3;
    color: rgb(132,142,163);
    font-size: 35px;
    font-family: Arial, sans-serif;
    transform: translateZ(10px);
    position: relative;
}.gratPage h2::after {
    bottom: -0.8rem;
    border-radius: 2px;
    height: 4px;
    transform-origin: left center;
    width: 5rem;
    background: linear-gradient(90deg, rgb(132,142,163) 0%, rgb(96,106,121) 100%);
    position: absolute;
    content: "";
    animation: expandWidth 0.8s ease-out forwards;
    left: 0;
}.gratPage .about_section {
    background: #ffffff;
    overflow: hidden;
    transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
    transform: translateZ(5px);
    padding: 3rem;
    box-shadow: 
        0 15px 35px rgba(#000000, 0.05),
        0 5px 15px rgba(#000000, 0.03);
    border-radius: 27px;
    position: relative;
}.gratPage .about_section::before {
    top: 0;
    background: linear-gradient(90deg, rgb(132,142,163) 0%, rgb(96,106,121) 100%);
    width: 100%;
    content: "";
    left: 0;
    position: absolute;
    height: 6px;
}.gratPage .about_section::after {
    height: 30%;
    bottom: 0;
    background-size: 12px 12px;
    z-index: -1;
    position: absolute;
    content: "";
    width: 40%;
    opacity: 0.5;
    background-image: 
        linear-gradient(45deg, rgba(rgb(132,142,163), 0.03) 25%, transparent 25%),
        linear-gradient(-45deg, rgba(rgb(132,142,163), 0.03) 25%, transparent 25%);
    right: 0;
}.gratPage ul {
    margin: 0;
    padding: 0;
    list-style: none;
}.gratPage li {
    position: relative;
    animation: fadeInUp 0.8s ease-out 0.2s forwards;
    transform: translateY(20px);
    padding-left: 0;
    opacity: 0;
}.gratPage li::before {
    left: -1.5rem;
    background: rgb(96,106,121);
    border-radius: 50%;
    box-shadow: 0 0 0 3px rgba(rgb(96,106,121), 0.1);
    position: absolute;
    content: "";
    top: 0.5rem;
    height: 8px;
    width: 8px;
}.gratPage span {
    color: #000000;
    font-size: calc(18px * 1.05);
    font-weight: 400;
    display: block;
    line-height: 1.7;
    font-family: Arial, sans-serif;
    letter-spacing: 0.01em;
}

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

@keyframes expandWidth {
    from {
        width: 0;
    }
    to {
        width: 5rem;
    }
}

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

@media (hover: hover) {.gratPage .about_section:hover {
    transform: translateZ(10px) scale(1.01);
    box-shadow: 
            0 20px 45px rgba(#000000, 0.07),
            0 5px 20px rgba(#000000, 0.05);
}
}

@media (max-width: 992px) {.gratPage {
    padding: 5rem 0;
}.gratPage h2 {
    max-width: 100%;
    font-size: calc(35px * 0.9);
}.gratPage .about_section {
    padding: 2.5rem;
}
}

@media (max-width: 768px) {.gratPage {
    padding: 4rem 0;
}.gratPage h2 {
    font-size: calc(35px * 0.8);
    margin-bottom: 2rem;
}.gratPage .about_section {
    padding: 2rem;
}.gratPage span {
    line-height: 1.6;
    font-size: 18px;
}
}

@media (max-width: 576px) {.gratPage {
    padding: 3rem 0;
}.gratPage .container {
    padding: 0 1.5rem;
}.gratPage h2 {
    margin-bottom: 1.5rem;
    font-size: calc(35px * 0.7);
}.gratPage .about_section {
    padding: 1.5rem;
}.gratPage li::before {
    height: 6px;
    left: -1.2rem;
    width: 6px;
}}.program_information {
    height: 100vh;
    max-height: 900px;
    min-height: 600px;
    position: relative;
    background-color: #ffffff;
    overflow: hidden;
}.program_information::before {
    left: 0;
    width: 70%;
    height: 100%;
    pointer-events: none;
    top: 0;
    z-index: 1;
    background: linear-gradient(90deg, rgba(255, 255, 255, 0.8) 0%, rgba(255, 255, 255, 0.4) 50%, transparent 100%);
    position: absolute;
    content: '';
}.program_information .tech_learn {
    left: 0;
    overflow: hidden;
    height: 100%;
    position: absolute;
    z-index: 0;
    top: 0;
    width: 100%;
}.program_information .online_learn {
    display: flex;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    animation: carousel-slide 30s infinite linear;
    width: 500%;
}.program_information .tech_learn:hover .online_learn {
    animation-play-state: paused;
}.program_information .learn_route {
    width: 20%;
    height: 100%;
    overflow: hidden;
}.program_information .learn_route img {
    width: 100%;
    object-fit: cover;
    height: 100%;
    transform: scale(1.1);
    filter: brightness(1.05) contrast(1.1);
    transition: transform 1s ease;
}.program_information .learn_route:hover img {
    transform: scale(1.2);
}.program_information .container {
    align-items: center;
    height: 100%;
    display: flex;
    justify-content: flex-start;
    z-index: 2;
    position: relative;
    width: 65%;
    padding-left: 0;
}.program_information .about_section {
    width: 100%;
    padding-left: 3%;
    max-width: 750px;
}.program_information .career_class {
    background-color: #ffffff;
    border-top: 4px solid rgb(132,142,163);
    position: relative;
    padding: 3rem;
    backdrop-filter: blur(5px);
    border-radius: 17px;
    background-color: rgba(255, 255, 255, 0.9);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.15);
}.program_information .career_class h3 {
    color: #000000;
    font-size: 37px;
    font-weight: 700;
    margin-bottom: 1.5rem;
}.program_information .career_class p {
    color: #000000;
    line-height: 1.7;
    font-size: 15px;
    margin-bottom: 2rem;
}.program_information .career_class .contact_query {
    overflow: hidden;
    background: linear-gradient(to right, rgb(132,142,163), rgb(96,106,121));
    z-index: 1;
    position: relative;
    font-size: 19px;
    font-weight: 600;
    border-radius: 10px;
    text-decoration: none;
    transition: all 0.3s ease;
    display: inline-block;
    padding: 1rem 2rem;
    color: #ffffff;
}.program_information .career_class .contact_query::before {
    background: linear-gradient(to right, rgb(96,106,121), rgb(132,142,163));
    top: 0;
    width: 100%;
    transition: opacity 0.3s ease;
    height: 100%;
    position: absolute;
    opacity: 0;
    z-index: -1;
    left: 0;
    content: '';
}.program_information .career_class .contact_query:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15);
}.program_information .career_class .contact_query:hover::before {
    opacity: 1;
}

@keyframes carousel-slide {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(-80%);
    }
}

@media screen and (max-width: 1200px) {.program_information .container {
    width: 70%;
}.program_information::before {
    width: 75%;
}
}

@media screen and (max-width: 992px) {.program_information {
    min-height: 0;
    display: flex;
    flex-direction: column;
    height: auto;
    max-height: none;
}.program_information::before {
    background: linear-gradient(180deg, rgb(169,179,200) 0%, transparent 50%);
}.program_information .tech_learn {
    position: relative;
    order: 2;
    height: 400px;
    width: 100%;
}.program_information .container {
    padding: 4rem 2rem;
    width: 100%;
    order: 1;
}.program_information .about_section {
    width: 100%;
    max-width: 600px;
    margin: 0 auto;
}
}

@media screen and (max-width: 768px) {.program_information .tech_learn {
    height: 350px;
}.program_information .container {
    padding: 3rem 1.5rem;
}.program_information .career_class {
    padding: 2rem;
}.program_information .career_class h3 {
    font-size: calc(37px * 0.9);
}
}

@media screen and (max-width: 576px) {.program_information .tech_learn {
    height: 250px;
}.program_information .container {
    padding: 2.5rem 1rem;
}.program_information .career_class {
    padding: 1.5rem;
}.program_information .career_class h3 {
    font-size: calc(37px * 0.8);
}.program_information .career_class p {
    font-size: calc(15px * 0.9);
    margin-bottom: 1.5rem;
}.program_information .career_class .contact_query {
    text-align: center;
    padding: 0.8rem 1.5rem;
    width: 100%;
}}.contact_box {
    overflow: hidden;
    position: relative;
    background: linear-gradient(
        -45deg, 
        rgb(169,179,200) 0%, 
        rgb(96,106,121,0.5) 100%
    );
    padding: 6rem 0;
}.contact_box .container {
    margin: 0 auto;
    padding: 0 1rem;
    max-width: 1400px;
}.contact_box .query_section {
    background: rgb(96,106,121,0.5);
    box-shadow: 0 25px 50px rgb(132,142,163,0.5);
    border-radius: 20px;
    position: relative;
    display: flex;
    overflow: hidden;
    align-items: stretch;
}.contact_box .pic_frame {
    min-height: 600px;
    flex: 0 0 45%;
    z-index: 2;
    transform: skew(-10deg);
    position: relative;
    margin-left: -5%;
}.contact_box .pic_frame::before {
    height: 100%;
    background: linear-gradient(
        135deg, 
        rgb(132,142,163,0.5) 0%, 
        rgb(96,106,121,0.5) 100%
    );
    left: 0;
    position: absolute;
    width: 120%;
    transform: skew(10deg);
    top: 0;
    content: '';
    opacity: 0.7;
    z-index: 1;
}.contact_box .inquiry_box {
    position: relative;
    flex-direction: column;
    flex: 0 0 55%;
    display: flex;
    justify-content: center;
    z-index: 3;
    padding: 4rem 3rem 4rem 10%;
}.contact_box h2 {
    text-align: left;
    margin-bottom: 2.5rem;
    color: #ffffff;
    font-size: 47px;
    font-weight: 700;
    position: relative;
    padding-left: 2rem;
}.contact_box h2::before {
    transform: translateY(-50%);
    box-shadow: 0 0 15px rgb(132,142,163,0.5);
    position: absolute;
    content: '';
    height: 1rem;
    width: 1rem;
    border-radius: 50%;
    top: 50%;
    left: 0;
    background: rgb(132,142,163);
}.contact_box .inquiry_box h3 {
    margin-bottom: 2rem;
    padding-bottom: 1rem;
    position: relative;
    font-weight: 600;
    color: #ffffff;
    font-size: 35px;
}.contact_box .inquiry_box h3::after {
    bottom: 0;
    background: rgb(132,142,163);
    width: 50px;
    position: absolute;
    height: 3px;
    content: '';
    left: 0;
}.contact_box .inquiry_box form {
    gap: 1.5rem;
    display: grid;
}.contact_box .inquiry_box input:not([type="checkbox"]):not([type="submit"]) {
    outline: none;
    padding: 1rem 1.5rem;
    background: rgb(96,106,121,0.5);
    position: relative;
    transition: all 0.3s ease;
    border: 1px solid rgb(132,142,163,0.5);
    border-radius: 10px;
    font-size: 12px;
    color: #ffffff;
    width: 100%;
}.contact_box .inquiry_box input:not([type="checkbox"]):not([type="submit"])::after {
    bottom: -2px;
    transition: width 0.3s ease;
    background: rgb(132,142,163);
    height: 2px;
    width: 0;
    left: 0;
    position: absolute;
    content: '';
}.contact_box .inquiry_box input:not([type="checkbox"]):not([type="submit"]):focus {
    box-shadow: 0 0 15px rgb(132,142,163,0.5);
    border-color: rgb(132,142,163);
}.contact_box .inquiry_box input:not([type="checkbox"]):not([type="submit"]):focus::after {
    width: 100%;
}.contact_box .inquiry_box .reach_widget {
    gap: 1rem;
    display: flex;
    align-items: center;
}.contact_box .inquiry_box .reach_widget input[type="checkbox"] {
    background: rgb(96,106,121,0.5);
    transition: all 0.3s ease;
    border-radius: 10px;
    width: 22px;
    border: 2px solid rgb(132,142,163,0.5);
    height: 22px;
    appearance: none;
    cursor: pointer;
    position: relative;
}.contact_box .inquiry_box .reach_widget input[type="checkbox"]:checked {
    border-color: rgb(132,142,163);
    background: rgb(132,142,163);
}.contact_box .inquiry_box .reach_widget input[type="checkbox"]:checked::after {
    position: absolute;
    top: 50%;
    left: 50%;
    font-size: 0.8rem;
    transform: translate(-50%, -50%);
    content: '✔';
    color: #ffffff;
}.contact_box .inquiry_box .reach_widget label {
    font-size: 12px;
    color: #ffffff;
    display: flex;
    align-items: center;
}.contact_box .inquiry_box .reach_widget a {
    color: rgb(132,142,163);
    text-decoration: none;
    transition: color 0.3s ease;
    margin-left: 0.3rem;
}.contact_box .inquiry_box .reach_widget a:hover {
    text-decoration: underline;
}.contact_box .inquiry_box .contact_query {
    position: relative;
    transition: all 0.3s ease;
    font-weight: 600;
    overflow: hidden;
    color: #ffffff;
    cursor: pointer;
    font-size: 16px;
    border: none;
    background: rgb(132,142,163);
    width: 100%;
    border-radius: 10px;
    padding: 1rem;
    text-transform: uppercase;
}.contact_box .inquiry_box .contact_query::before {
    opacity: 0;
    transition: all 0.5s ease;
    background: linear-gradient(
        135deg, 
        transparent, 
        rgb(132,142,163,0.5), 
        transparent
    );
    transform: rotate(-45deg);
    content: '';
    height: 200%;
    width: 200%;
    position: absolute;
    left: -50%;
    top: -50%;
}.contact_box .inquiry_box .contact_query:hover::before {
    opacity: 1;
}.contact_box .inquiry_box .contact_query:hover {
    transform: translateY(-3px);
    box-shadow: 0 10px 20px rgb(132,142,163,0.5);
}

@media screen and (max-width: 1200px) {.contact_box .pic_frame {
    margin-left: -3%;
}
}

@media screen and (max-width: 1024px) {.contact_box .query_section {
    flex-direction: column;
}.contact_box .pic_frame {
    transform: none;
    margin-left: 0;
    min-height: 300px;
    flex: 0 0 100%;
}.contact_box .pic_frame::before {
    transform: none;
    width: 100%;
}.contact_box .inquiry_box {
    padding: 3rem 2rem;
    flex: 0 0 100%;
}
}

@media screen and (max-width: 768px) {.contact_box {
    padding: 3rem 0;
}.contact_box h2 {
    font-size: calc(47px * 0.8);
    padding-left: 1.5rem;
    margin-bottom: 1.5rem;
}.contact_box h2::before {
    height: 0.8rem;
    width: 0.8rem;
}.contact_box .inquiry_box h3 {
    margin-bottom: 1.5rem;
    font-size: calc(35px * 0.9);
}.contact_box .inquiry_box input:not([type="checkbox"]):not([type="submit"]) {
    padding: 0.8rem 1.2rem;
}
}

@media screen and (max-width: 480px) {.contact_box .query_section {
    border-radius: 0;
}.contact_box .inquiry_box {
    padding: 2rem 1.5rem;
}
}