* {
    box-sizing: border-box;
    padding: 0;
    margin: 0;
}html,body {
    height: 100%;
    min-height: 100%;
    font-family: Arial, sans-serif;
    auto
    scroll-behavior: auto;
    auto
contain
touch-action: none;
    color: #000000;
    scroll-snap-type: none;
}svg {
    height: 30px;
    width: 30px;
}.wrapper-canvas_css {
    flex-direction: column;
    min-height: 100%;
    height: 100%;
    display: flex;
}a {
    text-decoration: none;
    color: inherit;
}.container {
    width: 1273px;
    max-width: 100%;
    margin: auto;
}header,footer {
    width: 100%;
}.reg_remind_css {
    flex: 0 0 auto;
}.main_core_css {
    flex: 1 0 auto;
}
@media only screen and (max-width: 1200px)  {.container {
    padding: 0 20px;
    width: 100%;
}
}
@media only screen and (max-width: 800px)  {.container {
    padding: 0 12px;
}}
header {
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
    width: 100%;
    padding: 1rem 0;
    position: relative;
    background: rgb(224,226,233);
    z-index: 100;
}header::before {
    position: absolute;
    opacity: 0.4;
    content: '';
    top: 0;
    z-index: 0;
    height: 100%;
    width: 100%;
    left: 0;
    background: linear-gradient(to right, 
        rgb(179,186,208,0.5) 0%, 
        transparent 20%, 
        transparent 80%, 
        rgb(120,136,183,0.5) 100%);
}header .container {
    margin: 0;
    width: 100%;
    z-index: 1;
    max-width: 100%;
    padding: 0 2%;
    position: relative;
}header .header_bar_css {
    grid-template-columns: 1fr 3fr 1fr;
    grid-template-areas:
        "logo logo logo"
        "left menu right";
    gap: 1rem;
    align-items: center;
    display: grid;
}header .nav_sitewrap_css {
    grid-area: logo;
    display: flex;
    position: relative;
    padding: 0.5rem 1rem;
    text-decoration: none;
    align-items: center;
    justify-content: center;
}header .nav_sitewrap_css::after {
    bottom: 0;
    content: '';
    height: 2px;
    transform: translateX(-50%);
    width: 50%;
    left: 50%;
    position: absolute;
    background: linear-gradient(90deg, 
        transparent, 
        rgb(179,186,208), 
        rgb(120,136,183), 
        rgb(179,186,208), 
        transparent);
}header .nav_sitewrap_css svg {
    width: 160px;
    transition: all 0.3s ease;
    height: auto;
}header .nav_sitewrap_css:hover svg {
    transform: translateY(-3px);
    filter: drop-shadow(0 3px 5px rgba(0, 0, 0, 0.1));
}header .site_nav_css {
    justify-content: center;
    align-items: center;
    border-radius: 22px;
    gap: 0.5rem;
    padding: 0.6rem;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.03);
    background: rgba(255, 255, 255, 0.5);
    display: flex;
    grid-area: menu;
}header .first_pagebar_css {
    position: relative;
    text-decoration: none;
    border-radius: 10px;
    color: #000000;
    background: #ffffff;
    padding: 0.4rem 0.8rem;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.03);
    text-align: center;
    font-weight: 400;
    font-family: Arial, sans-serif;
    transition: all 0.3s ease;
    font-size: 16px;
}header .first_pagebar_css:hover {
    color: #ffffff;
    transform: translateY(-2px);
    box-shadow: 0 3px 8px rgb(179,186,208,0.5);
    background: linear-gradient(135deg, rgb(179,186,208), rgb(120,136,183));
}

@media (max-width: 991px) {header .nav_sitewrap_css svg {
    width: 140px;
}header .site_nav_css {
    gap: 0.4rem;
    padding: 0.5rem;
}header .first_pagebar_css {
    padding: 0.35rem 0.6rem;
    font-size: calc(16px - 1px);
}
}

@media (max-width: 767px) {header .header_bar_css {
    grid-template-areas:
            "logo"
            "site_nav_css";
    grid-template-columns: 1fr;
}header .nav_sitewrap_css {
    padding: 0.4rem;
}header .nav_sitewrap_css svg {
    width: 130px;
}header .site_nav_css {
    flex-wrap: wrap;
    padding: 0.4rem;
}header .first_pagebar_css {
    font-size: calc(16px - 1px);
    padding: 0.3rem 0.5rem;
}
}

@media (max-width: 480px) {header {
    padding: 0.8rem 0;
}header .nav_sitewrap_css svg {
    width: 120px;
}header .site_nav_css {
    overflow-x: auto;
    padding: 0.4rem;
    flex-wrap: nowrap;
    justify-content: flex-start;
}header .site_nav_css::-webkit-scrollbar {
    height: 2px;
}header .site_nav_css::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background: rgb(179,186,208);
}header .first_pagebar_css {
    white-space: nowrap;
    flex-shrink: 0;
}}footer {
    width: 100%;
    position: relative;
    z-index: 1;
}.reg_remind_css {
    color: #ffffff;
    background: linear-gradient(135deg, #000000, rgb(120,136,183));
    padding: 80px 0 30px;
    font-family: Arial, sans-serif;
    position: relative;
}.reg_remind_css::before {
    background: radial-gradient(circle at 10% 20%, rgb(120,136,183,0.5) 0%, transparent 50%);
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    pointer-events: none;
    content: "";
    bottom: 0;
}.reg_remind_css::after {
    background: linear-gradient(45deg, transparent 40%, rgb(179,186,208,0.5) 70%, transparent 100%);
    position: absolute;
    top: 0;
    animation: shiftGradient 15s infinite linear;
    left: 0;
    bottom: 0;
    pointer-events: none;
    content: "";
    right: 0;
}@keyframes shiftGradient {
    0% {
        background-position: 0% 50%;
    }
    50% {
        background-position: 100% 50%;
    }
    100% {
        background-position: 0% 50%;
    }
}

.reg_remind_css .container {
    z-index: 2;
    position: relative;
}footer .abuse_ctrl_css {
    display: grid;
    grid-template-columns: 1fr;
    gap: 40px;
}footer .edu_faq_css {
    background: rgba(255, 255, 255, 0.05);
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1);
    display: flex;
    border: 1px solid rgba(255, 255, 255, 0.1);
    transform: translateY(0);
    backdrop-filter: blur(8px);
    flex-wrap: wrap;
    border-radius: 21px;
    padding: 25px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    gap: 20px;
}footer .edu_faq_css:hover {
    box-shadow: 0 12px 32px rgba(0, 0, 0, 0.15);
    transform: translateY(-5px);
}footer .info_item {
    flex: 1 1 220px;
    display: flex;
    align-items: center;
}footer .info_item svg {
    filter: drop-shadow(0 0 3px rgb(179,186,208,0.5));
    height: 20px;
    width: 20px;
    margin-right: 12px;
    transition: transform 0.3s ease;
    fill: rgb(179,186,208);
}footer .info_item:hover svg {
    transform: scale(1.1);
}footer .info_item p, footer .info_item a {
    color: #ffffff;
    transition: color 0.3s ease;
    display: flex;
    text-decoration: none;
    align-items: center;
    font-weight: 400;
    font-size: 14px;
}footer .info_item a:hover {
    color: rgb(179,186,208);
    text-shadow: 0 0 8px rgb(179,186,208,0.5);
}footer .text_main_holder {
    display: grid;
    gap: 40px;
    margin-top: 20px;
    grid-template-columns: 1fr;
}footer .head_mentor_css {
    flex-direction: column;
    align-items: flex-start;
    display: flex;
    gap: 15px;
}footer .head_mentor_css svg {
    height: 50px;
    filter: drop-shadow(0 0 5px rgb(179,186,208,0.5));
    margin-bottom: 10px;
    transition: filter 0.3s ease;
    width: auto;
}footer .head_mentor_css:hover svg {
    filter: drop-shadow(0 0 8px rgb(179,186,208));
}footer .progress_bar_css {
    line-height: 1.5;
    color: #ffffff;
    max-width: 300px;
    font-size: 12px;
    opacity: 0.8;
}footer .site_nav_css {
    border: 1px solid rgba(255, 255, 255, 0.05);
    padding: 25px;
    transition: box-shadow 0.3s ease;
    border-radius: 21px;
    position: relative;
    backdrop-filter: blur(5px);
    background: rgba(255, 255, 255, 0.03);
}footer .site_nav_css:hover {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}footer .site_nav_css::before {
    left: -2px;
    right: -2px;
    opacity: 0;
    transition: opacity 0.5s ease;
    border-radius: calc(21px + 2px);
    z-index: -1;
    content: "";
    bottom: -2px;
    background: linear-gradient(45deg, rgb(179,186,208), transparent, rgb(120,136,183), transparent);
    position: absolute;
    top: -2px;
}footer .site_nav_css:hover::before {
    opacity: 0.7;
    animation: borderRotate 6s linear infinite;
}@keyframes borderRotate {
    0% {
        background-position: 0% 0%;
    }
    100% {
        background-position: 300% 0%;
    }
}

footer .site_nav_css h5 {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    position: relative;
    margin-bottom: 20px;
    padding-bottom: 10px;
    color: #ffffff;
    font-weight: 600;
    font-size: 19px;
}footer .site_nav_css h5::after {
    position: absolute;
    width: 50px;
    transition: width 0.3s ease;
    content: "";
    bottom: -1px;
    height: 2px;
    left: 0;
    background: rgb(179,186,208);
}footer .site_nav_css:hover h5::after {
    width: 100px;
}footer .header_primary_css {
    gap: 10px;
    flex-direction: column;
    display: flex;
    margin-bottom: 25px;
}footer .header_primary_css a {
    padding-left: 15px;
    font-weight: 400;
    text-decoration: none;
    position: relative;
    color: #ffffff;
    transition: color 0.3s ease, padding-left 0.3s ease;
    font-size: calc(14px - 1px);
}footer .header_primary_css a::before {
    background-color: rgb(179,186,208);
    transition: transform 0.3s ease, opacity 0.3s ease, background-color 0.3s ease;
    transform: translateY(-50%) scale(0.8);
    border-radius: 50%;
    opacity: 0.7;
    left: 0;
    height: 6px;
    content: "";
    top: 50%;
    width: 6px;
    position: absolute;
}footer .header_primary_css a:hover {
    color: rgb(179,186,208);
    padding-left: 20px;
}footer .header_primary_css a:hover::before {
    transform: translateY(-50%) scale(1);
    box-shadow: 0 0 5px rgb(179,186,208), 0 0 10px rgb(179,186,208,0.5);
    opacity: 1;
    background-color: rgb(179,186,208);
}footer .subscribe_holder {
    overflow: hidden;
    border-radius: 21px;
    background: linear-gradient(135deg, rgb(120,136,183,0.5), #000000);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
    position: relative;
    padding: 30px;
}footer .subscribe_holder::before {
    content: "";
    left: -50%;
    z-index: -1;
    animation: pulseBackground 10s infinite ease-in-out;
    top: -50%;
    width: 200%;
    position: absolute;
    background: radial-gradient(circle, transparent 20%, #000000 70%);
    height: 200%;
}@keyframes pulseBackground {
    0% {
        transform: scale(1);
        opacity: 0.5;
    }
    50% {
        transform: scale(1.1);
        opacity: 0.8;
    }
    100% {
        transform: scale(1);
        opacity: 0.5;
    }
}

footer .subscribe_holder h5 {
    position: relative;
    font-weight: 600;
    font-size: 19px;
    display: inline-block;
    margin-bottom: 15px;
    color: #ffffff;
}footer .subscribe_holder h5::after {
    height: 2px;
    background: linear-gradient(90deg, rgb(179,186,208), transparent);
    width: 100%;
    position: absolute;
    content: "";
    left: 0;
    bottom: -5px;
}footer .subscribe_holder p {
    opacity: 0.9;
    margin-bottom: 20px;
    line-height: 1.6;
    color: #ffffff;
    font-size: 14px;
}footer .input_holder {
    gap: 15px;
    flex-direction: column;
    display: flex;
    position: relative;
}footer .input_holder input[type="email"] {
    background: rgba(255, 255, 255, 0.05);
    padding: 14px 16px;
    color: #ffffff;
    border-radius: 10px;
    font-size: 14px;
    width: 100%;
    border: 1px solid rgba(255, 255, 255, 0.1);
    transition: all 0.3s ease;
}footer .input_holder input[type="email"]:focus {
    background: rgba(255, 255, 255, 0.1);
    box-shadow: 0 0 10px rgb(179,186,208,0.5);
    outline: none;
    border-color: rgb(179,186,208);
}footer .input_holder input[type="email"]::placeholder {
    color: rgba(255, 255, 255, 0.6);
}footer .achieve_success_css {
    border-radius: 10px;
    background: rgb(179,186,208);
    text-align: center;
    font-weight: 600;
    font-size: 20px;
    position: relative;
    border: none;
    padding: 14px 24px;
    transition: all 0.3s ease;
    overflow: hidden;
    color: #ffffff;
    cursor: pointer;
    display: inline-block;
}footer .achieve_success_css::before {
    height: 100%;
    transition: left 0.7s ease;
    position: absolute;
    content: "";
    left: -100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    top: 0;
    width: 100%;
}footer .achieve_success_css:hover {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
    transform: translateY(-3px);
    background: rgb(120,136,183);
}footer .achieve_success_css:hover::before {
    left: 100%;
}footer .syllabus_ref_css {
    margin-top: 50px;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    padding-top: 20px;
}footer .peer_help_css {
    color: #ffffff;
    font-size: 12px;
    opacity: 0.7;
    letter-spacing: 0.5px;
    text-align: center;
}

@media (min-width: 768px) {footer .info_item {
    flex: 1 1 60px;
}footer .text_main_holder {
    grid-template-columns: 1fr 1fr;
}footer .input_holder {
    flex-direction: row;
}footer .achieve_success_css {
    white-space: nowrap;
}
}

@media (min-width: 992px) {footer .abuse_ctrl_css {
    grid-template-columns: 1fr;
}footer .text_main_holder {
    gap: 30px;
    grid-template-columns: 1fr 1fr 1fr;
}footer .edu_faq_css {
    justify-content: space-between;
    display: flex;
    flex-wrap: nowrap;
}footer .info_item {
    flex: 0 1 auto;
}
}

@media (max-width: 767px) {footer .reg_remind_css {
    padding: 60px 0 30px;
}footer .edu_faq_css {
    flex-direction: column;
    padding: 20px;
    gap: 15px;
}footer .info_item {
    width: 100%;
}footer .site_nav_css, footer .subscribe_holder {
    padding: 20px;
}footer .subscribe_holder h5, footer .site_nav_css h5 {
    font-size: calc(19px - 2px);
}footer .subscribe_holder p, footer .header_primary_css a {
    font-size: calc(14px - 2px);
}footer .syllabus_ref_css {
    margin-top: 30px;
}
}

@media (max-width: 576px) {footer .reg_remind_css {
    padding: 40px 0 20px;
}footer .edu_faq_css, footer .site_nav_css, footer .subscribe_holder {
    padding: 15px;
}footer .input_holder input[type="email"], footer .achieve_success_css {
    padding: 12px;
}footer .head_mentor_css svg {
    height: 40px;
}footer .progress_bar_css {
    font-size: calc(12px - 1px);
}}.newsletter_signup_css {
    padding: 5rem 0;
    background: radial-gradient(ellipse at center, rgb(179,186,208,0.5), rgb(224,226,233) 70%);
    position: relative;
    overflow: hidden;
}.newsletter_signup_css::before {
    animation: orbitalShift 25s infinite linear;
    top: -50%;
    height: 200%;
    content: "";
    background: linear-gradient(135deg, transparent 30%, rgb(120,136,183,0.5) 35%, transparent 40%);
    opacity: 0.05;
    pointer-events: none;
    transform: rotate(15deg);
    width: 200%;
    position: absolute;
    left: -50%;
}.newsletter_signup_css::after {
    top: 0;
    position: absolute;
    width: 100%;
    content: "";
    background: repeating-linear-gradient(
        60deg,
        rgb(120,136,183,0.5) 0,
        rgb(120,136,183,0.5) 1px,
        transparent 1px,
        transparent 30px
    );
    pointer-events: none;
    left: 0;
    opacity: 0.03;
    height: 100%;
}.newsletter_signup_css .container {
    max-width: 1200px;
    position: relative;
    margin: 0 auto;
    padding: 0 15px;
    z-index: 3;
}.newsletter_signup_css .pedagogy_way_css {
    background: linear-gradient(120deg, rgba(255,255,255,0.9), rgba(255,255,255,0.95));
    transform: perspective(1000px) rotateX(1deg);
    padding: 3.5rem 2.5rem;
    position: relative;
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    box-shadow: 
        0 20px 40px -10px rgba(0, 0, 0, 0.5),
        0 2px 0 rgb(179,186,208,0.5),
        0 -5px 25px rgba(255,255,255,0.5);
    overflow: hidden;
}.newsletter_signup_css .pedagogy_way_css:hover {
    transform: perspective(1000px) rotateX(0deg) translateY(-5px);
    box-shadow: 
        0 25px 50px -5px rgba(0, 0, 0, 0.5),
        0 2px 0 rgb(179,186,208),
        0 -5px 25px rgba(255,255,255,0.8);
}.newsletter_signup_css .pedagogy_way_css::before {
    top: -50px;
    transform-origin: center;
    width: 100px;
    border-radius: 50%;
    content: "";
    position: absolute;
    opacity: 0.1;
    background: linear-gradient(to right, rgb(179,186,208), rgb(120,136,183));
    height: 100px;
    animation: pulseOrbit 12s infinite ease-in-out;
    filter: blur(20px);
    right: -50px;
}.newsletter_signup_css .pedagogy_way_css::after {
    content: "";
    bottom: -20px;
    left: 20%;
    filter: blur(1px);
    animation: widthPulse 8s infinite alternate ease-in-out;
    width: 60%;
    transform-origin: center;
    height: 3px;
    background: linear-gradient(90deg, transparent, rgb(120,136,183,0.5) 50%, transparent);
    position: absolute;
}.newsletter_signup_css h3 {
    font-weight: 600;
    font-size: 20px;
    line-height: 1.5;
    transform: translateZ(0);
    text-align: center;
    margin-bottom: 2rem;
    color: #000000;
    font-family: Arial, sans-serif;
    position: relative;
}.newsletter_signup_css h3::before {
    content: "";
    height: 3px;
    width: 60px;
    opacity: 0.7;
    position: absolute;
    background: rgb(179,186,208);
    left: 50%;
    transform: translateX(-50%);
    bottom: -10px;
}.newsletter_signup_css .input_holder {
    flex-direction: column;
    margin-left: auto;
    margin-top: 2rem;
    display: flex;
    max-width: 550px;
    position: relative;
    margin-right: auto;
    gap: 1.25rem;
}.newsletter_signup_css .input_holder div {
    width: 100%;
    position: relative;
}.newsletter_signup_css .input_holder div::before {
    transform: translateY(-50%);
    top: 50%;
    left: 15px;
    height: 18px;
    content: "";
    pointer-events: none;
    background-size: contain;
    position: absolute;
    background-repeat: no-repeat;
    opacity: 0.5;
    transition: all 0.3s ease;
    width: 18px;
}.newsletter_signup_css input[type="email"] {
    border: 1px solid rgba(0,0,0,0.1);
    transition: all 0.3s ease;
    background: rgba(255,255,255,0.9);
    padding: 15px 15px 15px 45px;
    width: 100%;
    color: #000000;
    font-size: 13px;
    border-radius: 10px;
}.newsletter_signup_css input[type="email"]:focus {
    box-shadow: 0 0 0 3px rgb(179,186,208,0.5);
    outline: none;
    border-color: rgb(179,186,208);
    background: #ffffff;
}.newsletter_signup_css input[type="email"]::placeholder {
    color: rgba(0, 0, 0, 0.5);
    font-style: italic;
    opacity: 0.5;
}.newsletter_signup_css input[type="email"]:focus + .input_holder div::before {
    opacity: 1;
}.newsletter_signup_css .achieve_success_css {
    position: relative;
    z-index: 1;
    overflow: hidden;
    display: inline-block;
    border-radius: 10px;
    font-weight: 600;
    background: linear-gradient(135deg, rgb(179,186,208), rgb(120,136,183));
    color: #ffffff;
    padding: 12px 30px;
    cursor: pointer;
    box-shadow: 0 4px 15px -5px rgb(179,186,208,0.5);
    transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
    font-size: 20px;
    align-self: center;
    border: none;
}.newsletter_signup_css .achieve_success_css::before {
    width: 100%;
    top: 0;
    position: absolute;
    content: "";
    background: linear-gradient(90deg, transparent, rgba(255,255,255,0.2), transparent);
    transition: all 0.6s ease;
    height: 100%;
    z-index: -1;
    left: -100%;
}.newsletter_signup_css .achieve_success_css:hover {
    box-shadow: 0 7px 20px -5px rgb(179,186,208);
    transform: translateY(-2px);
}.newsletter_signup_css .achieve_success_css:hover::before {
    left: 100%;
}.newsletter_signup_css .achieve_success_css:active {
    box-shadow: 0 2px 10px -5px rgb(179,186,208);
    transform: translateY(1px);
}

@keyframes orbitalShift {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

@keyframes pulseOrbit {
    0%, 100% {
        transform: scale(1) rotate(0deg);
    }
    50% {
        transform: scale(1.5) rotate(180deg);
    }
}

@keyframes widthPulse {
    0% {
        width: 30%;
        opacity: 0.3;
    }
    100% {
        width: 70%;
        opacity: 0.6;
    }
}

@media screen and (min-width: 768px) {.newsletter_signup_css .input_holder {
    align-items: center;
    flex-direction: row;
}.newsletter_signup_css .input_holder div {
    flex: 1;
}.newsletter_signup_css .achieve_success_css {
    white-space: nowrap;
    align-self: stretch;
}.newsletter_signup_css .pedagogy_way_css {
    padding: 4rem 3.5rem;
    border-radius: 23px;
}.newsletter_signup_css h3 {
    max-width: 80%;
    font-size: calc(20px * 1.1);
    margin-left: auto;
    margin-right: auto;
}
}

@media screen and (max-width: 767px) {.newsletter_signup_css {
    padding: 3rem 0;
}.newsletter_signup_css .pedagogy_way_css {
    border-radius: 10px;
    padding: 2.5rem 1.5rem;
}.newsletter_signup_css h3 {
    font-size: calc(16px * 1.1);
    line-height: 1.4;
}.newsletter_signup_css .achieve_success_css {
    width: 100%;
    padding: 12px 20px;
}.newsletter_signup_css input[type="email"] {
    padding: 12px 12px 12px 40px;
}.newsletter_signup_css .input_holder div::before {
    left: 12px;
    width: 16px;
    height: 16px;
}
}

@media screen and (max-width: 480px) {.newsletter_signup_css {
    padding: 2rem 0;
}.newsletter_signup_css .pedagogy_way_css {
    padding: 2rem 1.25rem;
}.newsletter_signup_css h3 {
    font-size: 16px;
}.newsletter_signup_css h3::before {
    width: 40px;
}
}

@media (prefers-reduced-motion) {.newsletter_signup_css .pedagogy_way_css,
    .newsletter_signup_css .pedagogy_way_css::before,
    .newsletter_signup_css .pedagogy_way_css::after,
    .newsletter_signup_css::before,
    .newsletter_signup_css .achieve_success_css::before {
    animation: none;
    transition: opacity 0.3s ease;
}}.course_overview_css {
    position: relative;
    background: linear-gradient(150deg, rgb(179,186,208,0.5) 0%, rgb(224,226,233) 50%, rgb(120,136,183,0.5) 100%);
    overflow: hidden;
    padding: 7rem 0;
}.course_overview_css::before {
    animation: pulseBackground 20s ease-in-out infinite alternate;
    content: "";
    filter: blur(60px);
    background: 
        radial-gradient(ellipse at 30% 40%, rgb(179,186,208,0.5) 0%, transparent 60%),
        radial-gradient(circle at 70% 60%, rgb(120,136,183,0.5) 0%, transparent 50%);
    left: -25%;
    top: -25%;
    height: 150%;
    opacity: 0.6;
    z-index: 0;
    position: absolute;
    transform-origin: center;
    width: 150%;
}.course_overview_css::after {
    background-image: 
        linear-gradient(90deg, rgba(255, 255, 255, 0.03) 1px, transparent 1px),
        linear-gradient(0deg, rgba(255, 255, 255, 0.03) 1px, transparent 1px);
    animation: gridMove 30s linear infinite;
    height: 100%;
    background-size: 20px 20px;
    position: absolute;
    content: "";
    z-index: 1;
    width: 100%;
    top: 0;
    left: 0;
}.course_overview_css .container {
    z-index: 2;
    position: relative;
}.course_overview_css .pedagogy_way_css {
    min-height: 550px;
    gap: 15px;
    position: relative;
    grid-template-rows: repeat(12, minmax(30px, auto));
    grid-template-columns: repeat(12, 1fr);
    display: grid;
}.course_overview_css .learn_network_css {
    background: rgba(255, 255, 255, 0.07);
    transform: translateZ(0);
    z-index: 5;
    grid-row: 3 / 11;
    grid-column: 1 / 8;
    padding: 2.5rem;
    transition: all 0.6s cubic-bezier(0.22, 1, 0.36, 1);
    border-radius: 10px;
    position: relative;
    backdrop-filter: blur(10px);
    border-left: 1px solid rgba(255, 255, 255, 0.1);
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    box-shadow: 
        0 15px 25px rgba(0, 0, 0, 0.05),
        0 5px 10px rgba(0, 0, 0, 0.03);
}.course_overview_css .learn_network_css::before {
    opacity: 0.15;
    position: absolute;
    height: 100%;
    z-index: -1;
    width: 100%;
    top: 0;
    border-radius: 10px;
    background: 
        radial-gradient(circle at 90% 10%, rgb(179,186,208,0.5) 0%, transparent 80%),
        radial-gradient(circle at 10% 90%, rgb(120,136,183,0.5) 0%, transparent 80%);
    left: 0;
    content: "";
}.course_overview_css .learn_network_css::after {
    left: 50%;
    height: 1px;
    filter: blur(1px);
    background: linear-gradient(to right, rgb(179,186,208) 0%, transparent 100%);
    width: 80%;
    bottom: -10px;
    content: "";
    transform: translateX(-50%);
    position: absolute;
}.course_overview_css .head_mentor_css {
    width: 110px;
    height: 110px;
    margin-bottom: 1.5rem;
    position: relative;
    transform-style: preserve-3d;
    border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
    transition: all 0.5s ease;
}.course_overview_css .head_mentor_css::before {
    animation: rotateConic 10s linear infinite;
    z-index: -1;
    content: "";
    inset: -4px;
    border-radius: 33% 67% 67% 33% / 33% 33% 67% 67%;
    background: conic-gradient(
        from 0deg, 
        rgb(179,186,208) 0%, 
        rgb(120,136,183) 50%, 
        rgb(179,186,208) 100%
    );
    position: absolute;
}.course_overview_css .head_mentor_css::after {
    z-index: -1;
    content: "";
    position: absolute;
    background: rgb(224,226,233);
    inset: 6px;
    border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
}.course_overview_css .head_mentor_css svg {
    width: 60px;
    transform: translate(-50%, -50%);
    animation: floatLogo 6s ease-in-out infinite;
    z-index: 1;
    height: 60px;
    top: 50%;
    left: 50%;
    position: absolute;
    filter: drop-shadow(0 0 10px rgb(179,186,208,0.5));
}.course_overview_css .head_mentor_css svg path {
    fill: rgb(179,186,208);
    transition: fill 0.3s ease;
}.course_overview_css h3 {
    transform-origin: left bottom;
    line-height: 1.3;
    margin-bottom: 1.5rem;
    text-shadow: 0 0 20px rgb(179,186,208,0.5);
    color: #ffffff;
    font-weight: 700;
    font-size: 29px;
    position: relative;
    transform: perspective(1000px) rotateX(2deg);
    padding-right: 2rem;
}.course_overview_css h3::before {
    transform-origin: left;
    left: 0;
    position: absolute;
    bottom: -8px;
    content: "";
    height: 3px;
    width: 60px;
    animation: lineExpand 1.5s cubic-bezier(0.25, 1, 0.5, 1) forwards;
    background: rgb(179,186,208);
}.course_overview_css p {
    max-width: 100%;
    transform-origin: left bottom;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
    margin-bottom: 0;
    transform: perspective(1000px) rotateX(1deg);
    font-size: 14px;
    position: relative;
    line-height: 1.8;
    color: #ffffff;
}.course_overview_css .img_cell_css {
    position: relative;
    animation: morphShape 20s ease-in-out infinite alternate;
    transform: perspective(1000px) rotateY(-5deg) rotateX(5deg);
    grid-column: 5 / 13;
    transition: all 0.6s cubic-bezier(0.22, 1, 0.36, 1);
    grid-row: 1 / 13;
    z-index: 4;
    box-shadow: 
        20px 20px 60px rgba(0, 0, 0, 0.1),
        10px 10px 20px rgba(0, 0, 0, 0.05);
    height: 500px;
    overflow: hidden;
    border-radius: 60% 40% 30% 70% / 60% 30% 70% 40%;
}.course_overview_css .img_cell_css::before {
    opacity: 0.6;
    position: absolute;
    inset: 0;
    mix-blend-mode: overlay;
    z-index: 1;
    content: "";
    background: 
        linear-gradient(135deg, transparent 0%, rgb(179,186,208,0.5) 100%),
        radial-gradient(circle at 30% 70%, rgb(120,136,183,0.5) 0%, transparent 70%);
}.course_overview_css .img_cell_css::after {
    mix-blend-mode: multiply;
    background: radial-gradient(
        circle at center,
        transparent 30%,
        rgb(224,226,233) 100%
    );
    width: 150%;
    animation: pulseOverlay 15s ease-in-out infinite;
    z-index: 1;
    top: -25%;
    left: -25%;
    height: 150%;
    opacity: 0.2;
    content: "";
    position: absolute;
}.course_overview_css .pedagogy_way_css:hover .img_cell_css {
    transform: perspective(1000px) rotateY(-8deg) rotateX(8deg) scale(1.03);
    box-shadow: 
        30px 30px 80px rgba(0, 0, 0, 0.15),
        15px 15px 30px rgba(0, 0, 0, 0.1);
}.course_overview_css .pedagogy_way_css:hover .learn_network_css {
    box-shadow: 
        0 25px 35px rgba(0, 0, 0, 0.08),
        0 10px 20px rgba(0, 0, 0, 0.05);
    transform: translateZ(20px) translateX(10px);
}.course_overview_css .pedagogy_way_css:hover .head_mentor_css {
    transform: rotate(5deg) scale(1.05);
}.course_overview_css .pedagogy_way_css:hover .head_mentor_css svg path {
    fill: rgb(120,136,183);
}

@keyframes pulseBackground {
    0%, 100% {
        opacity: 0.6;
        transform: scale(1);
    }
    50% {
        opacity: 0.8;
        transform: scale(1.05);
    }
}

@keyframes gridMove {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: 40px 40px;
    }
}

@keyframes rotateConic {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

@keyframes floatLogo {
    0%, 100% {
        transform: translate(-50%, -50%);
    }
    50% {
        transform: translate(-50%, -55%);
    }
}

@keyframes lineExpand {
    0% {
        transform: scaleX(0);
    }
    100% {
        transform: scaleX(1);
    }
}

@keyframes morphShape {
    0% {
        border-radius: 60% 40% 30% 70% / 60% 30% 70% 40%;
    }
    25% {
        border-radius: 40% 60% 70% 30% / 40% 40% 60% 60%;
    }
    50% {
        border-radius: 60% 40% 40% 60% / 50% 60% 40% 50%;
    }
    75% {
        border-radius: 40% 60% 30% 70% / 60% 30% 70% 40%;
    }
    100% {
        border-radius: 60% 40% 30% 70% / 60% 30% 70% 40%;
    }
}

@keyframes pulseOverlay {
    0%, 100% {
        opacity: 0.2;
        transform: scale(1);
    }
    50% {
        opacity: 0.3;
        transform: scale(1.1);
    }
}

@media (max-width: 1200px) {.course_overview_css .pedagogy_way_css {
    min-height: 500px;
}.course_overview_css .learn_network_css {
    padding: 2.2rem;
    grid-column: 1 / 8;
}.course_overview_css h3 {
    font-size: calc(29px * 0.9);
}.course_overview_css .head_mentor_css {
    height: 100px;
    width: 100px;
}.course_overview_css .head_mentor_css svg {
    height: 55px;
    width: 55px;
}
}

@media (max-width: 992px) {.course_overview_css {
    padding: 5rem 0;
}.course_overview_css .pedagogy_way_css {
    gap: 10px;
    min-height: auto;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
}.course_overview_css .learn_network_css {
    padding: 2.5rem;
    grid-column: 1 / -1;
    grid-row: 2 / 3;
    margin-top: -80px;
    z-index: 5;
}.course_overview_css .img_cell_css {
    border-radius: 40% 60% 60% 40% / 30% 40% 60% 70%;
    grid-column: 1 / -1;
    height: 350px;
    grid-row: 1 / 2;
}.course_overview_css .head_mentor_css {
    margin-left: auto;
    margin-right: auto;
}.course_overview_css h3 {
    text-align: center;
    padding-right: 0;
}.course_overview_css h3::before {
    transform: translateX(-50%) scaleX(0);
    animation: lineCenterExpand 1.5s cubic-bezier(0.25, 1, 0.5, 1) forwards;
    left: 50%;
}.course_overview_css p {
    text-align: center;
}.course_overview_css .pedagogy_way_css:hover .img_cell_css {
    transform: perspective(1000px) rotateX(-5deg) scale(1.03);
}.course_overview_css .pedagogy_way_css:hover .learn_network_css {
    transform: translateZ(10px) translateY(-15px);
}
}

@keyframes lineCenterExpand {
    0% {
        transform: translateX(-50%) scaleX(0);
    }
    100% {
        transform: translateX(-50%) scaleX(1);
    }
}

@media (max-width: 768px) {.course_overview_css {
    padding: 4rem 0;
}.course_overview_css .img_cell_css {
    height: 300px;
}.course_overview_css .learn_network_css {
    padding: 2rem;
    margin-top: -60px;
}.course_overview_css .head_mentor_css {
    height: 90px;
    width: 90px;
    margin-bottom: 1.3rem;
}.course_overview_css .head_mentor_css svg {
    width: 50px;
    height: 50px;
}.course_overview_css h3 {
    font-size: calc(29px * 0.8);
    margin-bottom: 1.3rem;
}.course_overview_css p {
    font-size: calc(14px * 0.95);
    line-height: 1.7;
}
}

@media (max-width: 576px) {.course_overview_css {
    padding: 3rem 0;
}.course_overview_css .img_cell_css {
    height: 250px;
    border-radius: 30% 70% 70% 30% / 30% 40% 60% 70%;
}.course_overview_css .learn_network_css {
    padding: 1.8rem 1.5rem;
    margin-top: -50px;
}.course_overview_css .head_mentor_css {
    width: 80px;
    height: 80px;
    margin-bottom: 1.2rem;
}.course_overview_css .head_mentor_css svg {
    width: 45px;
    height: 45px;
}.course_overview_css h3 {
    margin-bottom: 1.2rem;
    font-size: calc(29px * 0.7);
}.course_overview_css h3::before {
    height: 2px;
    width: 50px;
}.course_overview_css p {
    line-height: 1.6;
    font-size: calc(14px * 0.9);
}}.cookie_message_panel_css {
    position: fixed;
    transition: transform 0.5s ease-in-out;
    box-shadow: 0 -4px 10px rgba(0, 0, 0, 0.5);
    padding: 20px 0;
    border-top: 3px solid rgb(120,136,183);
    animation: slideUp 0.5s forwards;
    z-index: 90;
    transform: translateY(100%);
    bottom: 0;
    background: rgb(120,136,183);
    width: 100%;
    font-family: Arial, sans-serif;
}@keyframes slideUp {
    to {
        transform: translateY(0);
    }
}
.cookie_guide_css {
    gap: 20px;
    justify-content: space-between;
    padding: 20px 5%;
    align-items: center;
    display: flex;
}.cookie_message_panel_css h5 {
    text-transform: uppercase;
    font-size: 24px;
    font-weight: 700;
    letter-spacing: 1px;
    color: #ffffff;
}.cookie_message_panel_css p {
    line-height: 1.5;
    font-size: 18px;
    margin: 0;
    color: #ffffff;
}.track_alert_css {
    filter: drop-shadow(0 0 10px rgb(179,186,208));
    flex-shrink: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 15px;
}.track_alert_css svg {
    transition: transform 0.3s ease-in-out;
    width: 80px;
    fill: rgb(179,186,208);
    height: 80px;
}.track_alert_css:hover svg {
    transform: scale(1.1);
}.cookie_overview_css {
    transition: background-color 0.3s ease, box-shadow 0.3s ease;
    text-decoration: none;
    border-radius: 18px;
    box-shadow: 0 0 15px rgb(179,186,208);
    margin-left: 10px;
    text-align: center;
    cursor: pointer;
    flex-shrink: 0;
    min-width: 140px;
    line-height: 40px;
    color: #000000;
    padding: 10px 20px;
    font-size: 16px;
    background: linear-gradient(90deg, rgb(179,186,208), rgb(120,136,183));
    white-space: nowrap;
}.cookie_overview_css:hover {
    box-shadow: 0 0 20px rgb(120,136,183);
}.cookie_button.secure_cookies_css:hover {
    box-shadow: 0 0 15px rgb(120,136,183);
}.cookie_message_panel_css p a {
    color: rgb(179,186,208);
    transition: color 0.3s ease;
    text-decoration: none;
}.cookie_message_panel_css p a:hover {
    color: rgb(120,136,183);
}#cookieNoticeAlert_css {
    display: none;
}#cookieNoticeAlert_css:checked ~ .cookie_message_panel_css {
    visibility: hidden;
    opacity: 0;
}
@media only screen and (max-width: 1200px) {.cookie_message_panel_css {
    padding: 15px 0;
}.cookie_guide_css {
    padding: 15px 5%;
}
}
@media only screen and (max-width: 800px) {.track_alert_css {
    display: none;
}.cookie_guide_css {
    flex-direction: column;
    align-items: center;
    text-align: center;
}.cookie_message_panel_css h5 {
    margin-bottom: 5px;
    font-size: 22px;
}.visitor_acceptance_css {
    margin-bottom: 15px;
}.cookie_overview_css {
    min-width: 100%;
    margin: 10px 0;
}}
.program_assets_css {
    background: linear-gradient(135deg, rgb(224,226,233) 0%, rgba(0, 0, 0, 0.5) 20%);
    overflow: hidden;
    padding: 120px 0;
    position: relative;
}.program_assets_css::before {
    animation: pulse 8s infinite alternate;
    left: 0;
    opacity: 0.3;
    position: absolute;
    background-size: 30px 30px;
    width: 100%;
    content: '';
    height: 100%;
    top: 0;
    background-image: radial-gradient(rgb(120,136,183,0.5) 1px, transparent 1px);
}.program_assets_css::after {
    background: linear-gradient(45deg, rgb(179,186,208,0.5) 0%, transparent 70%);
    top: -50%;
    width: 80%;
    transform: rotate(-30deg);
    filter: blur(60px);
    content: '';
    right: -50%;
    height: 200%;
    position: absolute;
    z-index: 0;
}.program_assets_css .pedagogy_way_css {
    padding: 0 20px;
    position: relative;
    margin: 0 auto;
    max-width: 1280px;
    z-index: 1;
    gap: 60px;
    display: flex;
}.program_assets_css .img_cell_css {
    box-shadow: 20px 20px 40px rgba(0, 0, 0, 0.2),
                -20px -20px 40px rgba(255, 255, 255, 0.05);
    border-radius: 13px;
    overflow: hidden;
    position: relative;
    flex: 1;
    min-height: 500px;
    transition: transform 0.5s ease, box-shadow 0.5s ease;
}.program_assets_css .img_cell_css::before {
    height: 100%;
    left: 0;
    top: 0;
    position: absolute;
    background: linear-gradient(135deg, transparent 0%, rgba(0, 0, 0, 0.5) 100%);
    z-index: 1;
    content: '';
    width: 100%;
}.program_assets_css .img_cell_css::after {
    background: linear-gradient(225deg, rgb(179,186,208,0.5) 0%, transparent 100%);
    position: absolute;
    height: 40%;
    clip-path: polygon(100% 0, 100% 100%, 0 100%);
    bottom: 0;
    right: 0;
    z-index: 2;
    content: '';
    width: 40%;
}.program_assets_css .img_cell_css:hover {
    box-shadow: 25px 25px 50px rgba(0, 0, 0, 0.25),
                -25px -25px 50px rgba(255, 255, 255, 0.07);
    transform: translateY(-10px);
}.program_assets_css .content_column_css {
    flex: 1;
    flex-direction: column;
    justify-content: center;
    display: flex;
}.program_assets_css h2 {
    font-size: 36px;
    position: relative;
    margin-bottom: 40px;
    color: #ffffff;
    font-weight: 700;
    padding-bottom: 15px;
}.program_assets_css h2::after {
    content: '';
    width: 80px;
    position: absolute;
    border-radius: 10px;
    background: linear-gradient(90deg, rgb(179,186,208) 0%, rgb(120,136,183) 100%);
    height: 4px;
    bottom: 0;
    left: 0;
}.program_assets_css .text_main_holder {
    gap: 25px;
    display: flex;
    flex-direction: column;
}.program_assets_css .text_main_holder > div {
    background: rgba(255, 255, 255, 0.03);
    display: flex;
    padding: 20px;
    align-items: flex-start;
    border-radius: 13px;
    animation: slideIn 0.5s forwards;
    opacity: 0;
    gap: 20px;
    backdrop-filter: blur(5px);
    animation-delay: calc(var(--i, 0) * 0.1s);
    transform: translateX(-20px);
    box-shadow: inset 5px 5px 15px rgba(0, 0, 0, 0.1),
                inset -5px -5px 15px rgba(255, 255, 255, 0.05);
}.program_assets_css .text_main_holder > div:nth-child(1) {
    --i: 1;
}.program_assets_css .text_main_holder > div:nth-child(2) {
    --i: 2;
}.program_assets_css .text_main_holder > div:nth-child(3) {
    --i: 3;
}.program_assets_css .text_main_holder > div:nth-child(4) {
    --i: 4;
}.program_assets_css .text_main_holder > div:nth-child(5) {
    --i: 5;
}.program_assets_css .text_main_holder > div:nth-child(6) {
    --i: 6;
}.program_assets_css .text_main_holder svg {
    width: 30px;
    flex-shrink: 0;
    height: 30px;
    filter: drop-shadow(2px 2px 3px rgba(0, 0, 0, 0.3));
}.program_assets_css .text_main_holder svg path {
    fill: rgb(179,186,208);
    transition: fill 0.3s ease;
}.program_assets_css .text_main_holder > div:hover svg path {
    fill: rgb(120,136,183);
}.program_assets_css .text_main_holder p {
    line-height: 1.6;
    font-size: 14px;
    color: #ffffff;
    margin: 0;
}

@keyframes pulse {
    0% {
        opacity: 0.2;
    }
    100% {
        opacity: 0.5;
    }
}

@keyframes slideIn {
    to {
        transform: translateX(0);
        opacity: 1;
    }
}

@media (max-width: 992px) {.program_assets_css .pedagogy_way_css {
    gap: 40px;
    flex-direction: column;
}.program_assets_css .img_cell_css {
    min-height: 400px;
}.program_assets_css h2 {
    text-align: center;
    margin-bottom: 30px;
}.program_assets_css h2::after {
    transform: translateX(-50%);
    left: 50%;
}
}

@media (max-width: 768px) {.program_assets_css {
    padding: 80px 0;
}.program_assets_css .pedagogy_way_css {
    gap: 30px;
}.program_assets_css .img_cell_css {
    min-height: 300px;
}.program_assets_css .text_main_holder > div {
    padding: 15px;
    gap: 15px;
}.program_assets_css .text_main_holder svg {
    width: 24px;
    height: 24px;
}
}

@media (max-width: 576px) {.program_assets_css {
    padding: 60px 0;
}.program_assets_css .img_cell_css {
    min-height: 250px;
}.program_assets_css h2 {
    font-size: calc(36px * 0.85);
}.program_assets_css .text_main_holder > div {
    padding: 12px;
    gap: 12px;
}.program_assets_css .text_main_holder svg {
    width: 20px;
    height: 20px;
}}.education_experience_css {
    background: linear-gradient(125deg, #000000 0%, rgb(224,226,233) 100%);
    position: relative;
    overflow: hidden;
    padding: 120px 0;
}.education_experience_css::before {
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    animation: pulse 20s infinite alternate;
    background: 
    radial-gradient(circle at 20% 30%, rgb(179,186,208,0.5) 0%, transparent 25%),
    radial-gradient(circle at 80% 70%, rgb(120,136,183,0.5) 0%, transparent 30%);
    height: 100%;
    content: "";
}.education_experience_css .container {
    padding: 0 20px;
    z-index: 2;
    perspective: 1200px;
    position: relative;
    margin: 0 auto;
    max-width: 1200px;
}.education_experience_css .rating_spot_css {
    display: grid;
    transform: rotateY(-10deg);
    transition: transform 0.6s cubic-bezier(0.23, 1, 0.32, 1);
    gap: 10px 30px;
    grid-template-rows: auto auto auto;
    transform-style: preserve-3d;
    position: relative;
    grid-template-columns: 1.2fr 0.8fr;
    grid-template-areas:
    "quote photo"
    "quote name"
    "quote job";
}.education_experience_css .rating_spot_css:hover {
    transform: rotateY(0deg) translateZ(10px);
}.education_experience_css .experience_css {
    border-radius: 29px;
    font-weight: 300;
    backdrop-filter: blur(10px);
    line-height: 1.7;
    grid-area: quote;
    background: linear-gradient(135deg, #000000 0%, rgba(0, 0, 0, 0.5) 100%);
    margin: 0;
    padding: 50px 40px;
    z-index: 1;
    box-shadow: 
    0 20px 40px rgba(0, 0, 0, 0.5),
    0 0 0 1px rgb(179,186,208,0.5);
    font-size: 18px;
    position: relative;
    transform: translateZ(20px);
    color: #ffffff;
}.education_experience_css .experience_css::before {
    line-height: 1;
    font-size: calc(44px * 2);
    position: absolute;
    top: 15px;
    color: rgb(179,186,208);
    content: "";
    left: 20px;
}.education_experience_css .img_cell_css {
    clip-path: polygon(0 0, 100% 0, 100% 85%, 90% 100%, 0 100%);
    transition: transform 0.4s ease, box-shadow 0.4s ease;
    transform: translateZ(40px);
    border-radius: 10px;
    box-shadow: 
    10px 10px 20px rgba(0, 0, 0, 0.5),
    -5px -5px 30px rgb(179,186,208,0.5);
    grid-area: photo;
    height: 280px;
}.education_experience_css .rating_spot_css:hover .img_cell_css {
    transform: translateZ(60px) translateX(-10px);
    box-shadow: 
    15px 15px 25px rgba(0, 0, 0, 0.5),
    -8px -8px 35px rgb(179,186,208,0.5);
}.education_experience_css .name {
    font-size: 21px;
    transition: transform 0.3s ease;
    box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.5);
    z-index: 2;
    font-weight: 700;
    background: rgb(179,186,208);
    grid-area: name;
    margin: 0;
    color: #ffffff;
    padding: 15px 20px;
    transform: translateZ(30px);
    border-radius: 10px;
}.education_experience_css .rating_spot_css:hover .name {
    transform: translateZ(45px) translateY(-5px);
}.education_experience_css .rating_spot_css > span:not(.name) {
    grid-area: job;
    border-radius: 10px;
    background: #ffffff;
    font-size: 18px;
    transform: translateZ(25px);
    transition: transform 0.3s ease;
    font-weight: 600;
    color: rgb(120,136,183);
    padding: 10px 15px;
    z-index: 2;
    box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.5);
}.education_experience_css .rating_spot_css:hover > span:not(.name) {
    transform: translateZ(35px) translateY(-5px);
}

@keyframes pulse {
  0%, 100% {
    opacity: 0.8;
    transform: scale(1);
  }
  50% {
    opacity: 0.5;
    transform: scale(1.1);
  }
}

@media (max-width: 992px) {.education_experience_css {
    padding: 80px 0;
}.education_experience_css .rating_spot_css {
    grid-template-rows: auto auto auto auto;
    grid-template-areas:
      "img_cell_css"
      "name"
      "work_explore_css"
      "experience_css";
    grid-template-columns: 1fr;
    gap: 15px;
    transform: none;
}.education_experience_css .experience_css,
  .education_experience_css .img_cell_css,
  .education_experience_css .name,
  .education_experience_css .rating_spot_css > span:not(.name) {
    transform: none;
}.education_experience_css .rating_spot_css:hover .experience_css,
  .education_experience_css .rating_spot_css:hover .img_cell_css,
  .education_experience_css .rating_spot_css:hover .name,
  .education_experience_css .rating_spot_css:hover > span:not(.name) {
    transform: none;
}.education_experience_css .img_cell_css {
    margin: 0 auto;
    height: 240px;
    width: 90%;
}.education_experience_css .experience_css {
    padding: 30px;
}.education_experience_css .name,
  .education_experience_css .rating_spot_css > span:not(.name) {
    text-align: center;
    margin: 0 auto;
    width: 90%;
}
}

@media (max-width: 576px) {.education_experience_css {
    padding: 60px 0;
}.education_experience_css .img_cell_css {
    width: 100%;
    height: 200px;
}.education_experience_css .experience_css {
    font-size: calc(18px * 0.95);
    padding: 25px 20px;
}.education_experience_css .name {
    font-size: calc(21px * 0.9);
}.education_experience_css .rating_spot_css > span:not(.name) {
    font-size: calc(18px * 0.9);
}}.ty_div_css {
    position: relative;
    padding: 5rem 0;
    background: linear-gradient(135deg, rgb(224,226,233) 0%, rgba(255,255,255,0.95) 100%);
    overflow: hidden;
}.ty_div_css::before {
    left: 0;
    background-size: 20px 20px;
    z-index: 0;
    background-image: 
        linear-gradient(45deg, rgba(rgb(179,186,208,0.5), 0.05) 25%, transparent 25%), 
        linear-gradient(-45deg, rgba(rgb(179,186,208,0.5), 0.05) 25%, transparent 25%),
        linear-gradient(45deg, transparent 75%, rgba(rgb(179,186,208,0.5), 0.05) 75%),
        linear-gradient(-45deg, transparent 75%, rgba(rgb(179,186,208,0.5), 0.05) 75%);
    animation: patternShift 60s linear infinite;
    height: 100%;
    position: absolute;
    content: "";
    background-position: 0 0, 0 10px, 10px -10px, -10px 0px;
    width: 100%;
    top: 0;
}.ty_div_css::after {
    height: 50%;
    animation: floatGlow 15s ease-in-out infinite alternate;
    background: linear-gradient(145deg, rgb(179,186,208,0.5), rgb(120,136,183,0.5));
    top: -10%;
    z-index: 0;
    opacity: 0.25;
    position: absolute;
    right: -5%;
    content: "";
    width: 30%;
    filter: blur(70px);
}.ty_div_css .container {
    position: relative;
    padding: 0 1.5rem;
    z-index: 2;
    max-width: 1200px;
    transform: translateZ(0);
    margin: 0 auto;
}.ty_div_css h2 {
    margin-bottom: 3rem;
    font-weight: 700;
    text-align: center;
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    line-height: 1.3;
    color: #000000;
    font-size: 35px;
    position: relative;
    letter-spacing: -0.01em;
    transform: perspective(1000px) translateZ(0);
    font-family: Arial, sans-serif;
}.ty_div_css h2::after {
    transform: translateX(-50%) scaleX(0.8);
    height: 3px;
    background: linear-gradient(90deg, rgb(179,186,208), rgb(120,136,183));
    width: 6rem;
    bottom: -1rem;
    content: "";
    left: 50%;
    position: absolute;
    transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    box-shadow: 0 2px 10px rgba(rgb(179,186,208,0.5), 0.2);
}.ty_div_css:hover h2::after {
    transform: translateX(-50%) scaleX(1);
}.ty_div_css .pedagogy_way_css {
    background: #ffffff;
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1), 
                box-shadow 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    transform: translateY(0);
    border: 1px solid rgba(rgba(0, 0, 0, 0.5), 0.08);
    box-shadow: 
        0 10px 30px -10px rgba(rgba(0, 0, 0, 0.5), 0.1),
        0 1px 4px rgba(rgba(0, 0, 0, 0.5), 0.05);
    overflow: hidden;
    position: relative;
    padding: 3rem 2.5rem;
    border-radius: 8px;
}.ty_div_css .pedagogy_way_css::before {
    content: "";
    left: -2px;
    z-index: 1;
    animation: gradientMove 6s linear infinite;
    position: absolute;
    right: -2px;
    background-size: 200% 100%;
    height: 5px;
    top: -2px;
    background: linear-gradient(90deg, rgb(179,186,208), rgb(120,136,183), rgb(179,186,208));
}.ty_div_css .pedagogy_way_css::after {
    bottom: 0;
    left: 0;
    background: linear-gradient(180deg, transparent, rgba(rgb(224,226,233), 0.05));
    height: 30%;
    position: absolute;
    z-index: 0;
    width: 100%;
    content: "";
}.ty_div_css:hover .pedagogy_way_css {
    transform: translateY(-5px);
    box-shadow: 
        0 20px 40px -15px rgba(rgba(0, 0, 0, 0.5), 0.15),
        0 1px 6px rgba(rgba(0, 0, 0, 0.5), 0.07);
}.ty_div_css ul {
    list-style: none;
    z-index: 2;
    padding: 0;
    margin: 0;
    position: relative;
}.ty_div_css li {
    position: relative;
    z-index: 2;
}.ty_div_css li::before {
    width: 2rem;
    position: absolute;
    height: 2rem;
    background-image: radial-gradient(circle, rgb(120,136,183,0.5) 0%, transparent 70%);
    top: -0.5rem;
    opacity: 0.3;
    z-index: -1;
    content: "";
    transition: transform 0.6s ease, opacity 0.6s ease;
    transform: scale(0.8);
    left: -1rem;
}.ty_div_css:hover li::before {
    opacity: 0.5;
    transform: scale(1.2);
}.ty_div_css span {
    font-family: Arial, sans-serif;
    color: #000000;
    transition: color 0.3s ease;
    position: relative;
    display: block;
    font-size: 18px;
    line-height: 1.7;
    padding: 0.5rem 0;
}.ty_div_css span::first-letter {
    color: rgb(179,186,208);
    font-size: 1.5em;
    font-weight: 600;
}

@keyframes gradientMove {
    0% { background-position: 0 0; }
    100% { background-position: 200% 0; }
}

@keyframes floatGlow {
    0% { transform: translateY(0) rotate(0); opacity: 0.25; }
    50% { transform: translateY(-15px) rotate(5deg); opacity: 0.35; }
    100% { transform: translateY(10px) rotate(-3deg); opacity: 0.25; }
}

@keyframes patternShift {
    0% { background-position: 0 0, 0 10px, 10px -10px, -10px 0px; }
    100% { background-position: 100px 100px, 100px 110px, 110px 90px, 90px 100px; }
}

@media (max-width: 991px) {.ty_div_css {
    padding: 4rem 0;
}.ty_div_css h2 {
    font-size: calc(35px * 0.9);
    margin-bottom: 2.5rem;
}.ty_div_css .pedagogy_way_css {
    padding: 2.5rem 2rem;
}
}

@media (max-width: 767px) {.ty_div_css {
    padding: 3.5rem 0;
}.ty_div_css h2 {
    line-height: 1.4;
    margin-bottom: 2rem;
    font-size: calc(35px * 0.8);
}.ty_div_css h2::after {
    bottom: -0.8rem;
    width: 5rem;
}.ty_div_css .pedagogy_way_css {
    padding: 2rem 1.5rem;
}.ty_div_css span {
    line-height: 1.6;
    font-size: calc(18px * 0.95);
}
}

@media (max-width: 575px) {.ty_div_css {
    padding: 3rem 0;
}.ty_div_css h2 {
    margin-bottom: 1.8rem;
    font-size: calc(35px * 0.7);
}.ty_div_css h2::after {
    width: 4rem;
}.ty_div_css .pedagogy_way_css {
    padding: 1.5rem 1.25rem;
}.ty_div_css span {
    line-height: 1.5;
    font-size: calc(18px * 0.9);
}.ty_div_css li::before {
    top: -0.3rem;
    width: 1.5rem;
    left: -0.5rem;
    height: 1.5rem;
}}.contact_us_css {
    padding: 80px 0;
    overflow: hidden;
    position: relative;
    background: linear-gradient(135deg, rgb(224,226,233) 0%, rgb(120,136,183,0.5) 100%);
}.contact_us_css::before {
    z-index: 1;
    top: 0;
    width: 100%;
    left: 0;
    background-image: 
        radial-gradient(circle at 20% 30%, rgb(179,186,208,0.5) 0%, transparent 70%),
        radial-gradient(circle at 80% 70%, rgb(120,136,183,0.5) 0%, transparent 70%);
    content: '';
    position: absolute;
    opacity: 0.4;
    height: 100%;
}.contact_us_css::after {
    background-image: 
        linear-gradient(90deg, rgb(120,136,183,0.5) 1px, transparent 1px),
        linear-gradient(0deg, rgb(120,136,183,0.5) 1px, transparent 1px);
    left: 0;
    height: 100%;
    content: '';
    width: 100%;
    top: 0;
    position: absolute;
    background-size: 50px 50px;
    opacity: 0.1;
    z-index: 1;
}.contact_us_css .img_cell_css {
    height: 100%;
    top: 0;
    width: 45%;
    left: 0;
    position: absolute;
    clip-path: polygon(0 0, 100% 0, 85% 100%, 0 100%);
    z-index: 2;
}.contact_us_css .img_cell_css::after {
    background: linear-gradient(135deg, rgb(179,186,208,0.5) 0%, transparent 60%);
    position: absolute;
    height: 100%;
    top: 0;
    content: '';
    opacity: 0.7;
    width: 100%;
    left: 0;
}.contact_us_css .container {
    z-index: 3;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 15px;
    position: relative;
}.contact_us_css h3 {
    margin-bottom: 40px;
    color: #ffffff;
    font-size: 36px;
    text-shadow: 0 0 15px rgb(179,186,208,0.5);
    font-weight: 700;
    text-align: center;
    letter-spacing: 1px;
    font-family: Arial, sans-serif;
}.contact_us_css .help_card_css {
    backdrop-filter: blur(10px);
    overflow: hidden;
    display: flex;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    background: rgba(255, 255, 255, 0.05);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.2),
                0 5px 15px rgba(0, 0, 0, 0.1),
                0 0 0 1px rgba(255, 255, 255, 0.1) inset;
    justify-content: space-between;
    border-radius: 28px;
}.contact_us_css .help_card_css:hover {
    transform: translateY(-5px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3),
                0 10px 20px rgba(0, 0, 0, 0.2),
                0 0 0 1px rgba(255, 255, 255, 0.2) inset;
}.contact_us_css .inquiry_reach_css {
    flex: 1;
    overflow: hidden;
    border-right: 1px solid rgba(255, 255, 255, 0.1);
    position: relative;
    padding: 40px;
}.contact_us_css .inquiry_reach_css::before {
    right: -100px;
    position: absolute;
    top: -100px;
    background: radial-gradient(rgb(179,186,208,0.5), transparent 70%);
    content: '';
    opacity: 0.2;
    width: 200px;
    height: 200px;
    border-radius: 50%;
}.contact_us_css .inquiry_reach_css::after {
    height: 150px;
    content: '';
    opacity: 0.2;
    width: 150px;
    border-radius: 50%;
    background: radial-gradient(rgb(120,136,183,0.5), transparent 70%);
    left: -75px;
    bottom: -75px;
    position: absolute;
}.contact_us_css form {
    z-index: 2;
    position: relative;
}.contact_us_css form h3 {
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text !important;
    font-size: 22px;
    text-align: left;
    margin-bottom: 25px;
    text-shadow: none;
    background: linear-gradient(to right, #ffffff, rgb(179,186,208));
}.contact_us_css input[type="text"],
.contact_us_css textarea {
    margin-bottom: 20px;
    transition: all 0.3s ease;
    border-radius: 10px;
    padding: 15px;
    border: 1px solid rgba(255, 255, 255, 0.15);
    color: #ffffff;
    font-family: Arial, sans-serif;
    width: 100%;
    font-size: 14px;
    background: rgba(255, 255, 255, 0.08);
}.contact_us_css input[type="text"]:focus,
.contact_us_css textarea:focus {
    border-color: rgb(179,186,208);
    background: rgba(255, 255, 255, 0.12);
    box-shadow: 0 0 10px rgb(179,186,208,0.5);
    outline: none;
}.contact_us_css textarea {
    resize: none;
    height: 120px;
}.contact_us_css .connect_query_css {
    margin-bottom: 25px;
    display: flex;
    position: relative;
    align-items: flex-start;
}.contact_us_css .connect_query_css input[type="checkbox"] {
    opacity: 0;
    position: absolute;
}.contact_us_css .connect_query_css label {
    position: relative;
    cursor: pointer;
    color: #ffffff;
    padding-left: 30px;
    font-size: 12px;
    line-height: 1.5;
}.contact_us_css .connect_query_css label::before {
    left: 0;
    width: 20px;
    border: 1px solid rgba(255, 255, 255, 0.3);
    background: rgba(255, 255, 255, 0.08);
    transition: all 0.3s ease;
    top: 2px;
    content: '';
    height: 20px;
    border-radius: 10px;
    position: absolute;
}.contact_us_css .connect_query_css input[type="checkbox"]:checked + label::before {
    background: rgb(179,186,208);
    border-color: rgb(179,186,208);
}.contact_us_css .connect_query_css input[type="checkbox"]:checked + label::after {
    content: '';
    top: 5px;
    border-width: 0 2px 2px 0;
    width: 6px;
    transform: rotate(45deg);
    border: solid #ffffff;
    position: absolute;
    left: 7px;
    height: 12px;
}.contact_us_css .connect_query_css a {
    color: rgb(179,186,208);
    transition: color 0.3s ease;
    text-decoration: none;
}.contact_us_css .connect_query_css a:hover {
    text-decoration: underline;
    color: rgb(120,136,183);
}.contact_us_css .feedback_query_css {
    overflow: hidden;
    color: #ffffff;
    position: relative;
    cursor: pointer;
    border: none;
    transition: all 0.3s ease;
    padding: 15px;
    background: linear-gradient(to right, rgb(179,186,208), rgb(120,136,183));
    font-family: Arial, sans-serif;
    font-size: 15px;
    font-weight: 600;
    border-radius: 10px;
    width: 100%;
}.contact_us_css .feedback_query_css::before {
    transition: left 0.7s ease;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    width: 100%;
    left: -100%;
    position: absolute;
    content: '';
    height: 100%;
    top: 0;
}.contact_us_css .feedback_query_css:hover {
    box-shadow: 0 5px 15px rgb(179,186,208,0.5);
    transform: translateY(-2px);
}.contact_us_css .feedback_query_css:hover::before {
    left: 100%;
}.contact_us_css .help_support_css {
    background: linear-gradient(135deg, rgba(0, 0, 0, 0.3), transparent);
    padding: 40px;
    width: 40%;
    position: relative;
    overflow: hidden;
}.contact_us_css .help_support_css::before {
    width: 100%;
    height: 100%;
    content: '';
    position: absolute;
    background-image: 
        radial-gradient(circle at 70% 30%, rgb(179,186,208,0.5) 0%, transparent 60%);
    opacity: 0.4;
    right: 0;
    top: 0;
}.contact_us_css .help_support_css h4 {
    font-size: 22px;
    margin-bottom: 30px;
    position: relative;
    color: #ffffff;
    font-family: Arial, sans-serif;
    font-weight: 600;
}.contact_us_css .help_support_css h4::after {
    content: '';
    width: 50px;
    position: absolute;
    border-radius: 3px;
    left: 0;
    background: rgb(179,186,208);
    height: 3px;
    bottom: -10px;
}.contact_us_css .inquiry_box_css {
    list-style: none;
    padding: 0;
    margin: 0;
}.contact_us_css .inquiry_box_css li {
    transition: transform 0.3s ease;
    padding-left: 5px;
    align-items: flex-start;
    display: flex;
    margin-bottom: 25px;
    position: relative;
}.contact_us_css .inquiry_box_css li:hover {
    transform: translateX(5px);
}.contact_us_css .inquiry_box_css li::before {
    opacity: 0;
    width: 0;
    content: '';
    left: -10px;
    height: 0;
    transform: translateY(-50%);
    transition: all 0.3s ease;
    background: rgb(179,186,208);
    top: 50%;
    border-radius: 50%;
    position: absolute;
}.contact_us_css .inquiry_box_css li:hover::before {
    opacity: 1;
    width: 6px;
    height: 6px;
    left: -3px;
}.contact_us_css .inquiry_box_css svg {
    filter: drop-shadow(0 0 5px rgb(179,186,208,0.5));
    margin-right: 15px;
    flex-shrink: 0;
    width: 24px;
    fill: rgb(179,186,208);
    height: 24px;
    transition: transform 0.3s ease;
}.contact_us_css .inquiry_box_css li:hover svg {
    transform: scale(1.1);
}.contact_us_css .inquiry_box_css svg path {
    transition: fill 0.3s ease;
    fill: rgb(179,186,208);
}.contact_us_css .inquiry_box_css li:hover svg path {
    fill: rgb(120,136,183);
}.contact_us_css .inquiry_box_css span {
    line-height: 1.5;
    color: #ffffff;
    font-size: 14px;
    font-family: Arial, sans-serif;
}.contact_us_css .inquiry_box_css a {
    text-decoration: none;
    transition: color 0.3s ease;
    color: #ffffff;
}.contact_us_css .inquiry_box_css a:hover {
    color: rgb(179,186,208);
}

@media (max-width: 992px) {.contact_us_css {
    padding: 60px 0;
}.contact_us_css .img_cell_css {
    width: 40%;
    clip-path: polygon(0 0, 100% 0, 75% 100%, 0 100%);
}.contact_us_css .help_card_css {
    flex-direction: column;
}.contact_us_css .inquiry_reach_css {
    width: 100%;
    border-right: none;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}.contact_us_css .help_support_css {
    width: 100%;
}
}

@media (max-width: 768px) {.contact_us_css {
    padding: 40px 0;
}.contact_us_css .img_cell_css {
    display: none;
}.contact_us_css h3 {
    font-size: calc(36px * 0.8);
    margin-bottom: 30px;
}.contact_us_css .inquiry_reach_css,
    .contact_us_css .help_support_css {
    padding: 30px;
}.contact_us_css form h3,
    .contact_us_css .help_support_css h4 {
    font-size: calc(22px * 0.9);
}.contact_us_css input[type="text"],
    .contact_us_css textarea {
    margin-bottom: 15px;
    padding: 12px;
}.contact_us_css textarea {
    height: 100px;
}.contact_us_css .feedback_query_css {
    padding: 12px;
}.contact_us_css .inquiry_box_css li {
    margin-bottom: 20px;
}.contact_us_css .inquiry_box_css svg {
    width: 20px;
    margin-right: 10px;
    height: 20px;
}
}

@media (max-width: 576px) {.contact_us_css {
    padding: 30px 0;
}.contact_us_css h3 {
    margin-bottom: 20px;
    font-size: calc(36px * 0.7);
}.contact_us_css .inquiry_reach_css,
    .contact_us_css .help_support_css {
    padding: 20px;
}.contact_us_css .help_card_css {
    margin: 0 10px;
}.contact_us_css .connect_query_css label {
    font-size: calc(12px * 0.9);
}.contact_us_css .inquiry_box_css li {
    margin-bottom: 15px;
}.contact_us_css .inquiry_box_css span {
    font-size: calc(14px * 0.9);
}.contact_us_css::before,
    .contact_us_css::after,
    .contact_us_css .inquiry_reach_css::before,
    .contact_us_css .inquiry_reach_css::after,
    .contact_us_css .help_support_css::before {
    opacity: 0.2;
}}.start_now_css {
    background: linear-gradient(135deg, rgb(120,136,183) 0%, rgb(179,186,208) 100%);
    position: relative;
    overflow: hidden;
    transform-style: preserve-3d;
    padding: 4.5rem 0;
    perspective: 1000px;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
}.start_now_css::before {
    z-index: 1;
    position: absolute;
    width: 100%;
    content: "";
    top: 0;
    left: 0;
    height: 100%;
    opacity: 0.1;
    transform: translateZ(-5px);
    background: repeating-linear-gradient(
        45deg,
        rgb(120,136,183,0.5) 0px,
        transparent 2px,
        transparent 10px,
        rgb(120,136,183,0.5) 12px
    );
}.start_now_css::after {
    background: radial-gradient(
        ellipse at center,
        rgb(255, 255, 255, 0.5) 0%,
        transparent 70%
    );
    top: -50%;
    z-index: 0;
    opacity: 0.2;
    position: absolute;
    right: -50%;
    width: 100%;
    transform: rotate(-30deg);
    content: "";
    animation: lightShift 15s infinite alternate ease-in-out;
    height: 200%;
}.start_now_css .container {
    display: flex;
    flex-direction: column;
    position: relative;
    padding: 0 15px;
    z-index: 2;
    transform: translateZ(10px);
    max-width: 1140px;
    justify-content: center;
    margin: 0 auto;
    align-items: center;
}.start_now_css h6 {
    transform: translateZ(20px);
    text-align: center;
    max-width: 85%;
    line-height: 1.6;
    color: #ffffff;
    font-size: 22px;
    font-weight: 700;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.15);
    margin-bottom: 2.5rem;
    letter-spacing: 0.5px;
}.start_now_css div {
    justify-content: center;
    width: 100%;
    position: relative;
    display: flex;
    transform: translateZ(30px);
}.start_now_css span {
    position: relative;
    display: inline-block;
}.start_now_css .feedback_query_css {
    font-weight: 600;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.2), 0 0 0 1px rgba(255, 255, 255, 0.1);
    color: rgb(120,136,183);
    padding: 0.9rem 2.5rem;
    align-items: center;
    display: inline-flex;
    font-size: 15px;
    overflow: hidden;
    justify-content: center;
    text-decoration: none;
    border-radius: 10px;
    position: relative;
    background: #ffffff;
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}.start_now_css .feedback_query_css::before {
    transition: transform 0.6s ease;
    height: 100%;
    top: 0;
    left: 0;
    width: 200%;
    transform: translateX(-100%);
    position: absolute;
    background: linear-gradient(
        90deg,
        transparent 0%,
        rgba(255, 255, 255, 0.2) 50%,
        transparent 100%
    );
    content: "";
}.start_now_css .feedback_query_css:hover {
    color: rgb(179,186,208);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.25), 0 0 0 2px rgba(255, 255, 255, 0.2);
    transform: translateY(-3px) scale(1.03);
}.start_now_css .feedback_query_css:active {
    transform: translateY(1px) scale(0.98);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
}.start_now_css .feedback_query_css:hover::before {
    transform: translateX(100%);
}.start_now_css .feedback_query_css span {
    z-index: 1;
    position: relative;
    pointer-events: none;
}

@keyframes lightShift {
    0% {
        opacity: 0.1;
        transform: rotate(-30deg) translateX(0);
    }
    50% {
        opacity: 0.3;
    }
    100% {
        opacity: 0.1;
        transform: rotate(-30deg) translateX(-10%);
    }
}

@media (max-width: 991px) {.start_now_css {
    padding: 3.5rem 0;
}.start_now_css h6 {
    margin-bottom: 2rem;
    max-width: 90%;
    font-size: calc(21px + 0.1rem);
}.start_now_css .feedback_query_css {
    padding: 0.8rem 2rem;
}
}

@media (max-width: 767px) {.start_now_css {
    padding: 3rem 0;
}.start_now_css h6 {
    font-size: 21px;
    max-width: 95%;
    margin-bottom: 1.8rem;
    line-height: 1.5;
}.start_now_css .feedback_query_css {
    padding: 0.75rem 1.8rem;
    font-size: calc(15px - 0.1rem);
}
}

@media (max-width: 575px) {.start_now_css {
    padding: 2.5rem 0;
}.start_now_css h6 {
    margin-bottom: 1.5rem;
    max-width: 100%;
    font-size: calc(21px - 0.1rem);
}.start_now_css .feedback_query_css {
    font-size: calc(15px - 0.15rem);
    padding: 0.7rem 1.6rem;
}.start_now_css::after {
    opacity: 0.15;
}
}

@media (hover: none) {.start_now_css .feedback_query_css:hover {
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.2), 0 0 0 1px rgba(255, 255, 255, 0.1);
    transform: none;
}.start_now_css .feedback_query_css::before {
    display: none;
}}.our_background_css {
    background: rgb(224,226,233);
    padding: 90px 0;
    position: relative;
    overflow: hidden;
}.our_background_css::before {
    content: "";
    height: 5px;
    left: 0;
    position: absolute;
    width: 100%;
    top: 0;
    background: linear-gradient(90deg, rgb(179,186,208), rgb(120,136,183));
}.our_background_css .container {
    z-index: 2;
    position: relative;
}.our_background_css h2 {
    background: #ffffff;
    margin-bottom: 50px;
    padding: 0 15px;
    left: 50%;
    font-size: 33px;
    transform: translateX(-50%);
    position: relative;
    text-align: center;
    display: inline-block;
    font-weight: 700;
    color: #000000;
}.our_background_css h2::after {
    width: 40px;
    bottom: -10px;
    transform: translateX(-50%);
    left: 50%;
    height: 2px;
    content: "";
    background: rgb(179,186,208);
    position: absolute;
}.our_background_css .growth_hist_css {
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
    display: grid;
    position: relative;
}.our_background_css .growth_hist_css::before {
    transform: translate(-50%, -50%);
    height: 50px;
    background: #ffffff;
    z-index: 3;
    content: "";
    top: 50%;
    width: 50px;
    border: 3px solid rgb(179,186,208);
    position: absolute;
    left: 50%;
    border-radius: 50%;
}.our_background_css .growth_hist_css::after {
    left: 50%;
    width: 1px;
    transform: translateX(-50%);
    z-index: 1;
    height: 100%;
    position: absolute;
    background: rgb(179,186,208,0.5);
    content: "";
    top: 0;
}.our_background_css .learn_guide_css {
    border-radius: 25px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    background: #ffffff;
    padding: 35px;
    transition: transform 0.4s ease, box-shadow 0.4s ease;
    position: relative;
}.our_background_css .learn_guide_css:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.1);
}.our_background_css .learn_guide_css:first-child {
    border-bottom: 3px solid rgb(179,186,208);
}.our_background_css .learn_guide_css:last-child {
    border-bottom: 3px solid rgb(120,136,183);
}.our_background_css .learn_guide_css h3 {
    color: rgb(179,186,208);
    display: inline-block;
    padding-bottom: 15px;
    font-weight: 600;
    font-size: 22px;
    margin-bottom: 20px;
    position: relative;
}.our_background_css .learn_guide_css h3::after {
    background: rgb(120,136,183);
    content: "";
    height: 2px;
    position: absolute;
    left: 0;
    width: 60px;
    bottom: 0;
}.our_background_css .learn_guide_css p {
    color: #000000;
    line-height: 1.7;
    font-size: 16px;
    margin-bottom: 0;
}.our_background_css .learn_guide_css:first-child::before {
    right: 20px;
    content: "01";
    line-height: 1;
    font-size: 70px;
    top: 20px;
    opacity: 0.2;
    color: rgb(179,186,208,0.5);
    position: absolute;
    font-weight: 700;
}.our_background_css .learn_guide_css:last-child::before {
    line-height: 1;
    color: rgb(120,136,183,0.5);
    top: 20px;
    right: 20px;
    content: "02";
    opacity: 0.2;
    position: absolute;
    font-weight: 700;
    font-size: 70px;
}.our_background_css .container::before {
    border: 30px solid rgb(179,186,208,0.5);
    content: "";
    position: absolute;
    width: 200px;
    opacity: 0.1;
    left: -100px;
    z-index: -1;
    border-radius: 50%;
    height: 200px;
    top: -100px;
}.our_background_css .container::after {
    border: 30px solid rgb(120,136,183,0.5);
    right: -70px;
    z-index: -1;
    height: 150px;
    position: absolute;
    opacity: 0.1;
    border-radius: 50%;
    bottom: -70px;
    width: 150px;
    content: "";
}

@media screen and (max-width: 991px) {.our_background_css {
    padding: 70px 0;
}.our_background_css h2 {
    margin-bottom: 40px;
}.our_background_css .growth_hist_css {
    grid-template-columns: 1fr;
    gap: 25px;
}.our_background_css .growth_hist_css::before,
    .our_background_css .growth_hist_css::after {
    display: none;
}.our_background_css .learn_guide_css {
    padding: 30px;
}
}

@media screen and (max-width: 767px) {.our_background_css {
    padding: 60px 0;
}.our_background_css h2 {
    margin-bottom: 35px;
    font-size: calc(33px * 0.9);
}.our_background_css .learn_guide_css {
    padding: 25px;
}.our_background_css .learn_guide_css h3 {
    margin-bottom: 15px;
    font-size: calc(22px * 0.9);
}.our_background_css .learn_guide_css p {
    font-size: calc(16px * 0.95);
}.our_background_css .learn_guide_css:first-child::before,
    .our_background_css .learn_guide_css:last-child::before {
    top: 15px;
    right: 15px;
    font-size: 60px;
}
}

@media screen and (max-width: 575px) {.our_background_css {
    padding: 50px 0;
}.our_background_css h2 {
    font-size: calc(33px * 0.8);
    margin-bottom: 30px;
}.our_background_css .learn_guide_css {
    padding: 20px;
}.our_background_css .learn_guide_css h3 {
    font-size: calc(22px * 0.85);
    margin-bottom: 12px;
    padding-bottom: 10px;
}.our_background_css .learn_guide_css p {
    font-size: calc(16px * 0.9);
    line-height: 1.6;
}.our_background_css .learn_guide_css:first-child::before,
    .our_background_css .learn_guide_css:last-child::before {
    font-size: 50px;
    right: 10px;
    top: 10px;
}.our_background_css .container::before,
    .our_background_css .container::after {
    border-width: 20px;
    height: 100px;
    width: 100px;
}}.secure_archive_css {
    overflow: hidden;
    position: relative;
    margin: 0 auto;
    color: #000000;
    font-family: Arial, sans-serif;
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.5);
    max-width: 1200px;
    background: #ffffff;
    width: 90%;
    border: 1px solid rgb(179,186,208);
    padding: 50px;
}.secure_archive_css:before {
    background: rgb(179,186,208,0.5);
    top: -50px;
    z-index: 1;
    content: "";
    width: 150px;
    height: 150px;
    border-radius: 50%;
    left: -50px;
    position: absolute;
}.secure_archive_css:after {
    bottom: -50px;
    background: rgb(120,136,183,0.5);
    content: "";
    height: 200px;
    border-radius: 50%;
    width: 200px;
    position: absolute;
    z-index: 1;
    right: -50px;
}.secure_archive_css h1 {
    margin-bottom: 30px;
    border-bottom: 3px solid rgb(179,186,208);
    margin-top: 40px;
    position: relative;
    z-index: 2;
    font-weight: 700;
    color: #000000;
    text-transform: uppercase;
    padding-bottom: 10px;
    font-size: 38px;
}.secure_archive_css h1:before {
    content: "";
    position: absolute;
    z-index: -1;
    height: 5px;
    background: rgb(120,136,183);
    width: 50px;
    left: 0;
    bottom: -5px;
}.secure_archive_css h2 {
    font-weight: 600;
    position: relative;
    z-index: 2;
    font-size: 28px;
    color: rgb(120,136,183);
    margin-top: 35px;
    margin-bottom: 25px;
}.secure_archive_css h2:before {
    content: "";
    z-index: -1;
    left: 0;
    height: 3px;
    background: rgb(179,186,208);
    bottom: -5px;
    position: absolute;
    width: 30px;
}.secure_archive_css ul, .secure_archive_css ol {
    list-style: none;
    padding-left: 40px;
    position: relative;
    list-style-type: disc;
    z-index: 2;
    margin-bottom: 30px;
}.secure_archive_css li {
    line-height: 1.8;
    position: relative;
    margin-bottom: 15px;
    font-size: 13px;
}.secure_archive_css li:before {
    left: -25px;
    color: rgb(179,186,208);
    content: "•";
    font-size: 1.5em;
    line-height: 1;
    position: absolute;
}.secure_archive_css div {
    z-index: 2;
    position: relative;
    padding: 25px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.5);
    background: #ffffff;
    border-radius: 10px;
    line-height: 1.8;
    margin-bottom: 30px;
}.secure_archive_css .container {
    position: relative;
    z-index: 2;
}.secure_archive_css h3, .secure_archive_css h4, .secure_archive_css h5, .secure_archive_css h6 {
    margin-top: 30px;
    margin-bottom: 15px;
    z-index: 2;
    position: relative;
    font-size: 1.2em;
    font-weight: 600;
    color: rgb(179,186,208);
}.secure_archive_css p, .secure_archive_css span {
    font-size: 13px;
    position: relative;
    color: #000000;
    margin-bottom: 20px;
    z-index: 2;
    line-height: 1.8;
}.secure_archive_css a {
    text-decoration: none;
    z-index: 2;
    font-weight: 400;
    border-bottom: 1px solid rgb(120,136,183);
    color: rgb(120,136,183);
    position: relative;
}.secure_archive_css a:hover {
    color: rgb(179,186,208);
    border-bottom: 1px solid rgb(179,186,208);
}.secure_archive_css button {
    z-index: 2;
    position: relative;
    cursor: pointer;
    font-size: 16px;
    background: rgb(120,136,183);
    border-radius: 10px;
    border: 2px solid rgb(179,186,208);
    color: #ffffff;
    padding: 12px 25px;
}.secure_archive_css button:hover {
    background: rgb(179,186,208);
    border-color: rgb(120,136,183);
}

@media only screen and (max-width: 800px) {.secure_archive_css {
    width: 95%;
    padding: 30px;
}.secure_archive_css h1 {
    font-size: calc(21px - 10px);
}.secure_archive_css h2 {
    font-size: calc(21px - 5px);
}.secure_archive_css ul, .secure_archive_css ol {
    padding-left: 20px;
}.secure_archive_css li:before {
    left: -15px;
}.secure_archive_css button {
    padding: 10px 20px;
}}.tariff_row_css {
    z-index: 1;
    position: relative;
    overflow: hidden;
    padding: 100px 0;
}.tariff_row_css::before {
    content: "";
    background: linear-gradient(135deg, rgba(36, 48, 94, 0.95), rgba(26, 35, 72, 0.97));
    height: 100%;
    left: 0;
    width: 100%;
    position: absolute;
    z-index: -1;
    top: 0;
}.tariff_row_css .container {
    padding: 0 20px;
    margin: 0 auto;
    max-width: 1200px;
    position: relative;
}.tariff_row_css .rate_schemes_css {
    align-items: center;
    flex-direction: column;
    display: flex;
    z-index: 2;
    position: relative;
    justify-content: center;
}.tariff_row_css h2 {
    font-size: calc(31px * 1.1);
    font-weight: 700;
    letter-spacing: 0.5px;
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    margin-bottom: 20px;
    transform: translateY(0);
    position: relative;
    color: #ffffff;
    text-align: center;
}.tariff_row_css h2::after {
    background: rgb(179,186,208);
    content: "";
    left: 50%;
    bottom: -12px;
    border-radius: 1px;
    position: absolute;
    transform: translateX(-50%);
    height: 3px;
    width: 80px;
}.tariff_row_css .package_pricing_css {
    max-width: 80%;
    font-weight: 400;
    font-size: calc(12px * 1.05);
    text-align: center;
    color: rgb(255, 255, 255, 0.5);
    margin: 0 auto 50px;
    line-height: 1.6;
    letter-spacing: 0.2px;
}.tariff_row_css .premium_grid_css {
    margin: 0;
    list-style: none;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 30px;
    width: 100%;
    display: grid;
    padding: 0;
}.tariff_row_css .premium_grid_css li {
    display: flex;
    height: 100%;
}.tariff_row_css .bundle_rate_css {
    overflow: hidden;
    width: 100%;
    border: 1px solid rgba(255, 255, 255, 0.1);
    transform: translateY(0) scale(1);
    text-decoration: none;
    height: 100%;
    transition: all 0.4s cubic-bezier(0.25, 1, 0.5, 1);
    position: relative;
    display: flex;
    backdrop-filter: blur(10px);
    background: linear-gradient(145deg, rgba(255, 255, 255, 0.12), rgba(255, 255, 255, 0.05));
    flex-direction: column;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1), 
                0 2px 5px rgba(0, 0, 0, 0.05),
                0 1px 3px rgba(0, 0, 0, 0.03);
}.tariff_row_css .bundle_rate_css::before {
    left: 0;
    transform: translateY(-5px);
    top: 0;
    width: 100%;
    position: absolute;
    background: linear-gradient(90deg, rgb(179,186,208), rgb(120,136,183));
    transition: transform 0.4s cubic-bezier(0.25, 1, 0.5, 1);
    height: 5px;
    content: "";
}.tariff_row_css .bundle_rate_css:hover {
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.18), 
                0 5px 15px rgba(0, 0, 0, 0.08);
    transform: translateY(-8px) scale(1.02);
}.tariff_row_css .bundle_rate_css:hover::before {
    transform: translateY(0);
}.tariff_row_css .learning_pricing_css {
    flex-direction: column;
    padding: 35px 30px;
    position: relative;
    height: 100%;
    display: flex;
}.tariff_row_css .fee_offers_css {
    display: flex;
    flex-direction: column;
    height: 100%;
}.tariff_row_css .bundle_rate_css h4 {
    font-weight: 600;
    margin: 0 0 20px;
    padding-bottom: 15px;
    transition: color 0.3s ease;
    position: relative;
    font-size: calc(21px * 1.1);
    letter-spacing: 0.3px;
    color: #ffffff;
}.tariff_row_css .bundle_rate_css:hover h4 {
    color: rgb(179,186,208);
}.tariff_row_css .bundle_rate_css h4::after {
    left: 0;
    width: 40px;
    height: 2px;
    position: absolute;
    transition: width 0.4s ease, background-color 0.4s ease;
    background-color: rgba(255, 255, 255, 0.2);
    bottom: 0;
    content: "";
}.tariff_row_css .bundle_rate_css:hover h4::after {
    background-color: rgb(179,186,208);
    width: 60px;
}.tariff_row_css .bundle_rate_css p {
    font-size: 12px;
    margin: 0 0 30px;
    line-height: 1.7;
    font-weight: 300;
    word-break: normal;
    overflow-wrap: break-word;
    flex-grow: 1;
    white-space: normal;
    color: rgba(255, 255, 255, 0.75);
    hyphens: auto;
}.tariff_row_css .class_rates_css {
    display: block;
    font-weight: 700;
    position: relative;
    color: rgb(179,186,208);
    transition: transform 0.3s ease, color 0.3s ease;
    font-size: calc(21px * 1.15);
    padding: 15px 0 0;
    letter-spacing: 0.5px;
    margin-top: auto;
}.tariff_row_css .class_rates_css::before {
    left: 0;
    opacity: 0.6;
    height: 2px;
    width: 25px;
    top: 0;
    content: "";
    position: absolute;
    transition: width 0.4s ease, opacity 0.3s ease;
    background-color: rgb(179,186,208);
}.tariff_row_css .bundle_rate_css:hover .class_rates_css {
    color: rgb(120,136,183);
    transform: translateY(-3px);
}.tariff_row_css .bundle_rate_css:hover .class_rates_css::before {
    width: 40px;
    opacity: 1;
}


@media (max-width: 1200px) {.tariff_row_css {
    padding: 80px 0;
}.tariff_row_css .package_pricing_css {
    max-width: 90%;
}.tariff_row_css .premium_grid_css {
    gap: 25px;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
}
}

@media (max-width: 992px) {.tariff_row_css h2 {
    font-size: 31px;
}.tariff_row_css .learning_pricing_css {
    padding: 30px 25px;
}.tariff_row_css .bundle_rate_css h4 {
    font-size: 21px;
}
}

@media (max-width: 768px) {.tariff_row_css {
    padding: 60px 0;
}.tariff_row_css h2 {
    font-size: calc(31px * 0.9);
}.tariff_row_css .package_pricing_css {
    font-size: 12px;
    max-width: 100%;
    margin-bottom: 40px;
}.tariff_row_css .premium_grid_css {
    max-width: 450px;
    grid-template-columns: 1fr;
    margin: 0 auto;
}.tariff_row_css .bundle_rate_css {
    max-height: none;
}.tariff_row_css .bundle_rate_css p {
    margin-bottom: 25px;
    font-size: calc(12px * 0.95);
}
}

@media (max-width: 480px) {.tariff_row_css {
    padding: 50px 0;
}.tariff_row_css h2 {
    font-size: calc(31px * 0.85);
}.tariff_row_css .package_pricing_css {
    font-size: calc(12px * 0.95);
}.tariff_row_css .learning_pricing_css {
    padding: 25px 20px;
}.tariff_row_css .bundle_rate_css h4 {
    margin-bottom: 15px;
    font-size: calc(21px * 0.95);
}.tariff_row_css .class_rates_css {
    font-size: 21px;
}}.welcome_board_css {
    background: linear-gradient(135deg, rgb(224,226,233) 0%, rgb(179,186,208,0.5) 100%);
    min-height: 100vh;
    position: relative;
    justify-content: center;
    overflow: hidden;
    display: flex;
    perspective: 1000px;
    align-items: center;
}.welcome_board_css::before {
    z-index: 1;
    left: 0;
    content: "";
    background: linear-gradient(45deg, rgb(120,136,183,0.5) 0%, transparent 60%);
    clip-path: polygon(0 0, 100% 0, 85% 100%, 0% 100%);
    top: 0;
    width: 100%;
    height: 100%;
    position: absolute;
}.welcome_board_css::after {
    transform: rotate(35deg);
    height: 200%;
    top: -50%;
    z-index: 0;
    background: linear-gradient(180deg, rgb(179,186,208,0.5) 0%, transparent 70%);
    position: absolute;
    right: -25%;
    content: "";
    width: 80%;
}.welcome_board_css .edu_home_css {
    width: 90%;
    transform: translateZ(0);
    transform-style: preserve-3d;
    position: relative;
    z-index: 2;
    max-width: 1200px;
}.welcome_board_css .edu_home_css > div {
    grid-gap: 2rem;
    grid-template-columns: 1fr;
    display: grid;
}.welcome_board_css .edu_home_css > div > div:first-child {
    transform: translateY(0) rotateX(0) perspective(1000px);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1), 0 5px 15px rgba(0, 0, 0, 0.05);
    position: relative;
    padding: 2.5rem 2rem;
    background: linear-gradient(120deg, #ffffff 0%, rgb(255, 255, 255, 0.5) 100%);
    transition: transform 0.6s cubic-bezier(0.22, 1, 0.36, 1);
    border-left: 4px solid rgb(179,186,208);
}.welcome_board_css .edu_home_css > div > div:first-child:hover {
    transform: translateY(-10px) rotateX(2deg) perspective(1000px);
}.welcome_board_css .edu_home_css > div > div:first-child::before {
    width: 100%;
    background: linear-gradient(135deg, transparent 40%, rgb(179,186,208,0.5) 100%);
    opacity: 0.2;
    top: 0;
    height: 100%;
    z-index: -1;
    content: "";
    position: absolute;
    left: 0;
}.welcome_board_css h3 {
    z-index: 3;
    position: relative;
    font-family: Arial, sans-serif;
    font-size: calc(19px * 1.1);
    transform: translateZ(20px);
    margin: 0;
    font-weight: 600;
    color: #000000;
    line-height: 1.5;
}.welcome_board_css .corp_culture_css {
    box-shadow: 0 25px 50px -12px rgba(0,0,0,0.25);
    overflow: hidden;
    position: relative;
    height: 450px;
    transition: transform 0.8s cubic-bezier(0.22, 1, 0.36, 1);
    transform: translateY(0) perspective(1000px) rotateY(0);
}.welcome_board_css .corp_culture_css:hover {
    transform: translateY(-5px) perspective(1000px) rotateY(3deg);
}.welcome_board_css .corp_culture_css::before {
    top: 0;
    content: "";
    position: absolute;
    width: 100%;
    background: linear-gradient(to bottom, 
    rgba(0,0,0,0.1) 0%,
    rgba(0,0,0,0.6) 50%,
    rgba(0,0,0,0.8) 100%);
    left: 0;
    height: 100%;
    z-index: 1;
}.welcome_board_css .corp_culture_css::after {
    position: absolute;
    content: "";
    bottom: 0;
    left: 0;
    clip-path: polygon(0 50%, 100% 30%, 100% 100%, 0% 100%);
    height: 50%;
    width: 100%;
    opacity: 0.4;
    background: linear-gradient(135deg, rgb(179,186,208,0.5) 0%, transparent 80%);
    z-index: 2;
}.welcome_board_css .corp_culture_css > div {
    display: flex;
    position: relative;
    justify-content: flex-end;
    width: 100%;
    z-index: 3;
    height: 100%;
    flex-direction: column;
    padding: 3rem;
}.welcome_board_css .corp_culture_css p {
    font-family: Arial, sans-serif;
    position: relative;
    line-height: 1.5;
    transform: translateY(30px);
    font-weight: 300;
    animation: fadeSlideUp 0.8s cubic-bezier(0.22, 1, 0.36, 1) forwards 0.3s;
    margin-bottom: 1rem;
    color: #ffffff;
    opacity: 0;
    font-size: calc(12px * 1.2);
}.welcome_board_css .corp_culture_css p::before {
    position: absolute;
    background: rgb(120,136,183);
    left: -20px;
    height: 40px;
    top: 50%;
    content: "";
    transform: translateY(-50%);
    width: 4px;
}.welcome_board_css .title_style_header {
    font-weight: 700;
    animation: fadeSlideUp 0.8s cubic-bezier(0.22, 1, 0.36, 1) forwards 0.5s;
    color: #ffffff;
    font-family: Arial, sans-serif;
    line-height: 1.2;
    font-size: calc(38px * 1.1);
    max-width: 90%;
    opacity: 0;
    transform: translateY(40px);
    letter-spacing: -0.02em;
    position: relative;
    margin: 0;
}.welcome_board_css .title_style_header::after {
    position: absolute;
    content: "";
    width: 80px;
    left: 0;
    transform-origin: left;
    background: rgb(120,136,183);
    animation: scaleIn 0.6s cubic-bezier(0.22, 1, 0.36, 1) forwards 1s;
    bottom: -15px;
    height: 4px;
    transform: scaleX(0);
}

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

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

@media (min-width: 768px) {.welcome_board_css .edu_home_css > div {
    align-items: center;
    grid-gap: 3rem;
    grid-template-columns: 1fr 1.5fr;
}.welcome_board_css h3 {
    font-size: 19px;
}.welcome_board_css .corp_culture_css {
    height: 500px;
}.welcome_board_css .title_style_header {
    font-size: 38px;
}
}

@media (min-width: 992px) {.welcome_board_css .edu_home_css {
    width: 85%;
}.welcome_board_css .edu_home_css > div {
    grid-gap: 4rem;
}.welcome_board_css .edu_home_css > div > div:first-child {
    transform: perspective(1000px) rotateX(2deg) rotateY(-2deg);
    padding: 3.5rem 3rem;
}.welcome_board_css .edu_home_css > div > div:first-child:hover {
    transform: perspective(1000px) rotateX(4deg) rotateY(-4deg) translateY(-15px);
}.welcome_board_css .corp_culture_css {
    height: 550px;
    transform: perspective(1000px) rotateY(2deg);
}.welcome_board_css .corp_culture_css:hover {
    transform: perspective(1000px) rotateY(5deg) translateY(-10px);
}.welcome_board_css .corp_culture_css > div {
    padding: 4rem;
}.welcome_board_css .title_style_header::after {
    width: 100px;
}
}

@media (min-width: 1200px) {.welcome_board_css .edu_home_css {
    width: 80%;
}.welcome_board_css h3 {
    font-size: calc(19px * 1.1);
}.welcome_board_css .corp_culture_css {
    height: 600px;
}.welcome_board_css .corp_culture_css p {
    font-size: calc(12px * 1.4);
}.welcome_board_css .title_style_header {
    font-size: calc(38px * 1.2);
    max-width: 80%;
}
}

@media (max-width: 767px) {.welcome_board_css {
    padding: 4rem 0;
}.welcome_board_css .edu_home_css > div > div:first-child {
    padding: 2rem 1.5rem;
}.welcome_board_css h3 {
    font-size: calc(20px * 1.1);
}.welcome_board_css .corp_culture_css {
    height: 400px;
}.welcome_board_css .corp_culture_css > div {
    padding: 2rem;
}.welcome_board_css .corp_culture_css p {
    font-size: 12px;
}.welcome_board_css .title_style_header {
    font-size: calc(31px * 1.1);
}
}