* {
    margin: 0;
    box-sizing: border-box;
    padding: 0;
}html,body {
    color: #000000;
    min-height: 100%;
    font-family: Arial, sans-serif;
    height: 100%;
    scroll-behavior: smooth;
}.nav_page_id {
    flex: 1 0 auto;
}a {
    color: inherit;
    text-decoration: none;
}.wrapper-segment_id {
    min-height: 100%;
    flex-direction: column;
    display: flex;
    height: 100%;
}.container {
    width: 1100px;
    margin: auto;
    max-width: 100%;
}header,footer {
    width: 100%;
}svg {
    height: 30px;
    width: 30px;
}.tiktok_edu_id {
    flex: 0 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;
}}
.our_background_id {
    padding: 120px 0 140px;
    color: #ffffff;
    position: relative;
    overflow: hidden;
}.our_background_id::before {
    background: linear-gradient(135deg, 
        rgba(0, 0, 0, 0.85) 0%,
        rgba(0, 0, 0, 0.75) 40%,
        rgba(0, 0, 0, 0.65) 100%);
    top: 0;
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 1;
    right: 0;
}.our_background_id::after {
    background: linear-gradient(135deg, 
        rgb(169,180,213,0.5) 0%,
        transparent 65%);
    transform: rotate(-15deg);
    width: 100%;
    top: -50%;
    height: 200%;
    content: "";
    pointer-events: none;
    position: absolute;
    right: -50%;
    z-index: 2;
}.our_background_id .container {
    z-index: 3;
    padding: 0 20px;
    margin: 0 auto;
    max-width: 1200px;
    position: relative;
}.our_background_id h2 {
    color: #ffffff;
    transform: translateX(-10px);
    position: relative;
    font-size: calc(29px * 1.2);
    display: inline-block;
    margin-bottom: 40px;
    font-weight: 700;
}.our_background_id h2::after {
    content: "";
    background: rgb(169,180,213);
    animation: lineWidth 1.2s cubic-bezier(0.25, 1, 0.5, 1) forwards;
    bottom: -12px;
    width: 80px;
    left: 0;
    transform-origin: left;
    position: absolute;
    height: 3px;
}@keyframes lineWidth {
    0% { transform: scaleX(0); }
    100% { transform: scaleX(1); }
}

.our_background_id .news_item_id {
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.2);
    border-left: 3px solid rgb(122,141,188);
    transform: translateY(20px);
    display: flex;
    padding: 40px;
    background: rgba(255, 255, 255, 0.05);
    flex-direction: column;
    animation: fadeIn 1s 0.3s cubic-bezier(0.25, 1, 0.5, 1) forwards;
    opacity: 0;
    backdrop-filter: blur(10px);
}@keyframes fadeIn {
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.our_background_id .news_item_id > div {
    position: relative;
}.our_background_id .news_item_id p {
    color: rgb(122,141,188);
    position: relative;
    letter-spacing: 0.5px;
    font-weight: 600;
    margin-bottom: 20px;
    transform: translateX(-10px);
    font-size: calc(12px * 1.5);
    display: inline-block;
}.our_background_id .news_item_id p::before {
    background-color: rgb(169,180,213);
    top: 50%;
    left: -20px;
    position: absolute;
    width: 10px;
    height: 10px;
    content: "";
    transform: translateY(-50%);
}.our_background_id .news_item_id div div {
    color: rgba(255, 255, 255, 0.9);
    margin-bottom: 15px;
    column-count: 1;
    font-family: Arial, sans-serif;
    column-gap: 40px;
    font-size: 12px;
    line-height: 1.8;
    position: relative;
}

@media (min-width: 768px) {.our_background_id .news_item_id div div {
    column-count: 2;
}
}

@media (min-width: 992px) {.our_background_id {
    padding: 150px 0 180px;
}.our_background_id .container {
    padding: 0 40px;
}.our_background_id h2 {
    font-size: calc(29px * 1.4);
    margin-bottom: 60px;
}.our_background_id .news_item_id {
    width: calc(100% - 40px);
    padding: 60px;
    margin-left: 40px;
}
}

@media (min-width: 1200px) {.our_background_id .news_item_id {
    margin-left: 80px;
    width: calc(100% - 80px);
}.our_background_id .news_item_id div div {
    font-size: calc(12px * 1.05);
}
}

@media (max-width: 767px) {.our_background_id {
    padding: 80px 0 100px;
}.our_background_id h2 {
    margin-bottom: 30px;
    font-size: calc(29px * 1.1);
}.our_background_id .news_item_id {
    padding: 30px;
}
}

@media (hover: hover) {.our_background_id .news_item_id:hover {
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.25), 0 0 20px rgba(rgb(169,180,213,0.5), 0.2);
    transform: translateY(-5px);
    transition: all 0.4s cubic-bezier(0.25, 1, 0.5, 1);
}}

.our_background_id .container {
    animation: slideUp 1s cubic-bezier(0.25, 1, 0.5, 1) forwards;
}

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

@media (prefers-reduced-motion) {.our_background_id .container,
    .our_background_id .news_item_id,
    .our_background_id h2::after {
    animation: none;
    transform: none;
    opacity: 1;
}}.stay_updated_id {
    position: relative;
    box-shadow: 0 15px 30px rgba(0,0,0,0.1);
    overflow: hidden;
    background: linear-gradient(135deg, rgb(122,141,188,0.5), rgb(169,180,213));
    padding: 4rem 2rem;
}.stay_updated_id::before {
    content: "";
    position: absolute;
    right: -10%;
    z-index: 0;
    height: 70%;
    top: -10%;
    width: 60%;
    transform: rotate(-15deg) translateZ(0);
    filter: blur(20px);
    background: rgb(169,180,213,0.5);
}.stay_updated_id::after {
    width: 60%;
    height: 70%;
    transform: rotate(15deg) translateZ(0);
    content: "";
    position: absolute;
    z-index: 0;
    bottom: -10%;
    background: rgb(122,141,188,0.5);
    left: -10%;
    filter: blur(20px);
}.stay_updated_id .container {
    max-width: 1200px;
    z-index: 2;
    margin: 0 auto;
    position: relative;
}.stay_updated_id .study_lab_id {
    background: rgba(255, 255, 255, 0.9);
    transform: perspective(1000px) rotateY(-2deg);
    padding: 3rem;
    backdrop-filter: blur(10px);
    transition: transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
    box-shadow: 0 10px 30px rgba(0,0,0,0.08), 
                0 1px 0 rgba(255,255,255,0.2) inset,
                0 -1px 0 rgba(0,0,0,0.05) inset;
    border-left: 4px solid rgb(169,180,213);
}.stay_updated_id .study_lab_id:hover {
    transform: perspective(1000px) rotateY(0deg);
}.stay_updated_id h3 {
    line-height: 1.4;
    position: relative;
    font-weight: 600;
    font-family: Arial, sans-serif;
    color: #000000;
    transform: translateZ(0);
    margin-bottom: 2rem;
    font-size: calc(23px * 1.1);
}.stay_updated_id h3::after {
    bottom: -10px;
    content: "";
    height: 3px;
    position: absolute;
    transition: width 0.3s ease-out;
    width: 60px;
    background: linear-gradient(90deg, rgb(169,180,213), rgb(122,141,188));
    left: 0;
}.stay_updated_id .study_lab_id:hover h3::after {
    width: 100px;
}.stay_updated_id .input_holder {
    display: flex;
    flex-direction: column;
    margin-top: 1.5rem;
    gap: 1rem;
}.stay_updated_id .input_holder div {
    flex: 1;
    position: relative;
}.stay_updated_id input[type="email"] {
    font-family: Arial, sans-serif;
    color: #000000;
    border: 1px solid rgba(0,0,0,0.1);
    width: 100%;
    background: #ffffff;
    box-shadow: 0 4px 6px rgba(0,0,0,0.03);
    transition: all 0.3s ease;
    font-size: 17px;
    padding: 1rem 1.5rem;
}.stay_updated_id input[type="email"]:focus {
    box-shadow: 0 5px 15px rgba(0,0,0,0.05), 0 0 0 3px rgb(169,180,213,0.5);
    border-color: rgb(169,180,213);
    outline: none;
}.stay_updated_id input[type="email"]::placeholder {
    transition: opacity 0.3s;
    color: rgba(0,0,0,0.35);
}.stay_updated_id input[type="email"]:focus::placeholder {
    opacity: 0.5;
}.stay_updated_id .email_signup_id {
    font-size: 20px;
    position: relative;
    font-family: Arial, sans-serif;
    transform: translateZ(0);
    padding: 1rem 2rem;
    overflow: hidden;
    font-weight: 600;
    display: inline-block;
    background: linear-gradient(135deg, rgb(169,180,213), rgb(122,141,188));
    z-index: 1;
    border: none;
    transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    cursor: pointer;
    color: #ffffff;
}.stay_updated_id .email_signup_id::before {
    height: 100%;
    background: linear-gradient(135deg, rgb(122,141,188), rgb(169,180,213));
    left: 0;
    transition: opacity 0.3s ease;
    z-index: -1;
    top: 0;
    opacity: 0;
    position: absolute;
    content: "";
    width: 100%;
}.stay_updated_id .email_signup_id:hover {
    transform: translateY(-3px);
    box-shadow: 0 10px 20px rgba(0,0,0,0.1);
}.stay_updated_id .email_signup_id:hover::before {
    opacity: 1;
}.stay_updated_id .email_signup_id:active {
    transform: translateY(1px);
    box-shadow: 0 5px 10px rgba(0,0,0,0.1);
}

@media (min-width: 768px) {.stay_updated_id {
    padding: 6rem 3rem;
}.stay_updated_id .study_lab_id {
    transform: perspective(1200px) rotateY(-3deg);
    padding: 4rem;
}.stay_updated_id h3 {
    font-size: 37px;
    max-width: 80%;
}.stay_updated_id .input_holder {
    margin-top: 2.5rem;
    flex-direction: row;
}.stay_updated_id input[type="email"] {
    padding: 1.2rem 1.5rem;
    font-size: calc(17px * 1.05);
}.stay_updated_id .email_signup_id {
    align-self: flex-start;
    padding: 1.2rem 2.5rem;
}
}

@media (min-width: 992px) {.stay_updated_id .study_lab_id {
    margin: 0 auto;
    max-width: 90%;
    transform: perspective(1500px) rotateY(-4deg);
}.stay_updated_id h3 {
    max-width: 70%;
}
}

@media (max-width: 767px) {.stay_updated_id {
    padding: 3rem 1.5rem;
}.stay_updated_id .study_lab_id {
    padding: 2rem;
    transform: perspective(800px) rotateY(-1deg);
}.stay_updated_id h3 {
    font-size: calc(22px * 1.2);
}.stay_updated_id .email_signup_id {
    margin-top: 0.5rem;
    width: 100%;
}
}

@media (max-width: 480px) {.stay_updated_id {
    padding: 2.5rem 1rem;
}.stay_updated_id .study_lab_id {
    transform: none;
    padding: 1.5rem;
}.stay_updated_id h3 {
    font-size: 22px;
}}

@keyframes pulse {
    0% {
        box-shadow: 0 0 0 0 rgb(169,180,213,0.5);
    }
    70% {
        box-shadow: 0 0 0 10px rgba(0,0,0,0);
    }
    100% {
        box-shadow: 0 0 0 0 rgba(0,0,0,0);
    }
}

.stay_updated_id input[type="email"]:focus {
    animation: pulse 1.5s infinite;
}.launch_now_id {
    overflow: hidden;
    z-index: 1;
    padding: 120px 0;
    position: relative;
    background: linear-gradient(180deg, rgb(169,180,213) 0%, rgb(122,141,188) 100%);
}.launch_now_id::before {
    position: absolute;
    left: 0;
    background-image: 
        linear-gradient(0deg, #ffffff 1px, transparent 1px),
        linear-gradient(90deg, #ffffff 1px, transparent 1px);
    transform-origin: center top;
    background-size: 30px 30px;
    content: '';
    height: 100%;
    transform: perspective(500px) rotateX(60deg);
    animation: gridMove 20s linear infinite;
    z-index: -1;
    top: 0;
    opacity: 0.05;
    width: 100%;
}.launch_now_id::after {
    background: 
        linear-gradient(0deg, transparent 0%, #ffffff 50%, transparent 100%),
        linear-gradient(90deg, transparent 0%, #ffffff 50%, transparent 100%);
    opacity: 0.05;
    left: 0;
    height: 100%;
    animation: gridGlow 8s ease-in-out infinite alternate;
    top: 0;
    content: '';
    z-index: -1;
    position: absolute;
    width: 100%;
    background-size: 100% 30px, 30px 100%;
}.launch_now_id .study_lab_id {
    z-index: 2;
    padding: 50px;
    backdrop-filter: blur(10px);
    overflow: hidden;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.2);
    justify-content: center;
    align-items: center;
    display: flex;
    flex-direction: column;
    max-width: 1000px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    position: relative;
    border-radius: 15px;
    background: rgba(255, 255, 255, 0.05);
    margin: 0 auto;
}.launch_now_id .study_lab_id::before {
    z-index: -1;
    left: 0;
    background-size: 30px 30px;
    height: 100%;
    top: 0;
    content: '';
    animation: patternShift 15s linear infinite;
    background: 
        linear-gradient(135deg, transparent 45%, #ffffff 50%, transparent 55%),
        linear-gradient(45deg, transparent 45%, #ffffff 50%, transparent 55%);
    opacity: 0.05;
    width: 100%;
    position: absolute;
}.launch_now_id .study_lab_id::after {
    height: 200%;
    background: radial-gradient(
        circle at 50% 50%,
        rgba(255, 255, 255, 0.2) 0%,
        transparent 60%
    );
    top: -50%;
    opacity: 0.1;
    z-index: -1;
    content: '';
    left: -50%;
    animation: pulseRadial 10s ease-in-out infinite;
    position: absolute;
    width: 200%;
}.launch_now_id h3 {
    font-size: 38px;
    position: relative;
    font-family: Arial, sans-serif;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 60px;
    letter-spacing: 3px;
    color: #ffffff;
    font-weight: 700;
    text-shadow: 0 0 15px rgba(255, 255, 255, 0.5);
}.launch_now_id h3::before {
    transform: translateX(-50%);
    left: 50%;
    height: 60px;
    width: 60px;
    position: absolute;
    z-index: -1;
    border-radius: 50%;
    animation: orbitRotate 10s linear infinite;
    box-shadow: 0 0 20px rgba(255, 255, 255, 0.1);
    content: '';
    border: 1px solid rgba(255, 255, 255, 0.2);
    top: -80px;
}.launch_now_id h3::after {
    box-shadow: 0 0 10px rgba(255, 255, 255, 0.5);
    width: 100px;
    content: '';
    background: linear-gradient(90deg, 
        transparent, 
        rgba(255, 255, 255, 0.5), 
        transparent);
    position: absolute;
    transform: translateX(-50%);
    height: 1px;
    bottom: -20px;
    left: 50%;
}.launch_now_id .get_contact_id {
    z-index: 1;
    transition: all 0.4s ease;
    padding: 16px 45px;
    font-weight: 600;
    text-decoration: none;
    font-size: 16px;
    background: rgba(255, 255, 255, 0.9);
    text-transform: uppercase;
    letter-spacing: 2px;
    box-shadow: 
        0 10px 20px rgba(0, 0, 0, 0.1),
        0 0 15px rgba(255, 255, 255, 0.2);
    overflow: hidden;
    border-radius: 10px;
    color: rgb(169,180,213);
    font-family: Arial, sans-serif;
    display: inline-block;
    position: relative;
}.launch_now_id .get_contact_id::before {
    opacity: 0;
    left: 0;
    width: 100%;
    transition: opacity 0.4s ease;
    z-index: -1;
    position: absolute;
    content: '';
    top: 0;
    background-size: 10px 10px;
    height: 100%;
    background-image: 
        linear-gradient(45deg, rgba(0, 0, 0, 0.05) 25%, transparent 25%), 
        linear-gradient(-45deg, rgba(0, 0, 0, 0.05) 25%, transparent 25%),
        linear-gradient(45deg, transparent 75%, rgba(0, 0, 0, 0.05) 75%),
        linear-gradient(-45deg, transparent 75%, rgba(0, 0, 0, 0.05) 75%);
}.launch_now_id .get_contact_id::after {
    z-index: 1;
    height: 200%;
    content: '';
    transition: all 0.6s ease;
    top: -50%;
    background: linear-gradient(
        to right,
        transparent,
        rgba(255, 255, 255, 0.7),
        transparent
    );
    width: 20px;
    transform: rotate(35deg);
    left: -100px;
    position: absolute;
}.launch_now_id .get_contact_id:hover {
    background: linear-gradient(45deg, rgb(169,180,213), rgb(122,141,188));
    box-shadow: 
        0 15px 30px rgba(0, 0, 0, 0.2),
        0 0 20px rgba(255, 255, 255, 0.3);
    transform: translateY(-5px);
    color: #ffffff;
}.launch_now_id .get_contact_id:hover::before {
    opacity: 0.5;
}.launch_now_id .get_contact_id:hover::after {
    left: 200%;
}

@media screen and (max-width: 992px) {.launch_now_id {
    padding: 100px 0;
}.launch_now_id .study_lab_id {
    max-width: 90%;
    padding: 40px;
}.launch_now_id h3 {
    font-size: calc(38px * 0.9);
    margin-bottom: 50px;
}.launch_now_id h3::before {
    height: 50px;
    width: 50px;
    top: -70px;
}.launch_now_id h3::after {
    width: 80px;
}.launch_now_id .get_contact_id {
    font-size: calc(16px * 0.95);
    padding: 14px 40px;
}
}

@media screen and (max-width: 768px) {.launch_now_id {
    padding: 80px 0;
}.launch_now_id .study_lab_id {
    padding: 30px;
}.launch_now_id h3 {
    letter-spacing: 2px;
    font-size: calc(38px * 0.8);
    margin-bottom: 45px;
}.launch_now_id h3::before {
    height: 40px;
    width: 40px;
    top: -60px;
}.launch_now_id h3::after {
    bottom: -15px;
    width: 70px;
}.launch_now_id .get_contact_id {
    letter-spacing: 1.5px;
    font-size: calc(16px * 0.9);
    padding: 12px 35px;
}
}

@media screen and (max-width: 576px) {.launch_now_id {
    padding: 60px 0;
}.launch_now_id .study_lab_id {
    padding: 25px 20px;
}.launch_now_id h3 {
    font-size: calc(38px * 0.7);
    margin-bottom: 40px;
    letter-spacing: 1.5px;
}.launch_now_id h3::before {
    height: 30px;
    width: 30px;
    top: -50px;
}.launch_now_id h3::after {
    bottom: -12px;
    width: 60px;
}.launch_now_id .get_contact_id {
    letter-spacing: 1px;
    font-size: calc(16px * 0.85);
    padding: 10px 30px;
}}

@keyframes gridMove {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: 0 30px;
    }
}

@keyframes gridGlow {
    0% {
        opacity: 0.03;
        filter: blur(3px);
    }
    50% {
        opacity: 0.05;
        filter: blur(5px);
    }
    100% {
        opacity: 0.03;
        filter: blur(3px);
    }
}

@keyframes patternShift {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: 30px 30px;
    }
}

@keyframes pulseRadial {
    0% {
        opacity: 0.05;
        transform: scale(1);
    }
    50% {
        opacity: 0.1;
        transform: scale(1.1);
    }
    100% {
        opacity: 0.05;
        transform: scale(1);
    }
}

@keyframes orbitRotate {
    0% {
        transform: translateX(-50%) rotate(0deg);
    }
    100% {
        transform: translateX(-50%) rotate(360deg);
    }
}header {
    position: relative;
    width: 100%;
    background: linear-gradient(135deg, rgb(211,216,235), #ffffff);
    z-index: 99;
    overflow: visible;
}header::before {
    bottom: 0;
    opacity: 0.3;
    content: "";
    width: 100%;
    position: absolute;
    height: 15px;
    left: 0;
    background: 
        radial-gradient(
            circle at 0% 50%,
            transparent 6px,
            rgb(169,180,213,0.5) 6px,
            rgb(169,180,213,0.5) 10px,
            transparent 10px
        ) repeat-x;
    background-size: 20px 20px;
}header .nav_master_id {
    justify-content: space-between;
    padding: 25px 30px;
    align-items: center;
    display: flex;
    position: relative;
}header .nav_master_id::before,
header .nav_master_id::after {
    position: absolute;
    width: 30%;
    height: 2px;
    content: "";
    background: linear-gradient(to right, rgb(169,180,213), transparent);
}header .nav_master_id::before {
    left: 0;
    top: 10px;
}header .nav_master_id::after {
    bottom: 10px;
    right: 0;
    background: linear-gradient(to left, rgb(122,141,188), transparent);
}header .nav_master_id .top_skill_id {
    position: relative;
    z-index: 2;
}header .nav_master_id .top_skill_id::before {
    height: 140%;
    top: -20%;
    border-radius: 60% 40% 50% 30% / 40% 50% 60% 50%;
    position: absolute;
    width: 140%;
    content: "";
    left: -20%;
    opacity: 0.05;
    transition: transform 0.5s ease-in-out;
    z-index: -1;
    background: rgb(169,180,213,0.5);
}header .nav_master_id .top_skill_id:hover::before {
    transform: rotate(15deg) scale(1.1);
}header .nav_master_id .top_skill_id .nav_block_id {
    display: block;
    transition: transform 0.3s ease;
}header .nav_master_id .top_skill_id:hover .nav_block_id {
    transform: translateY(-3px);
}header .nav_master_id .top_skill_id .nav_block_id svg {
    filter: drop-shadow(0 2px 3px rgba(0,0,0,0.1));
    width: auto;
    height: 45px;
}header .nav_master_id .head_teach_id {
    position: relative;
    margin: 0;
    list-style: none;
    padding: 0;
    display: flex;
}header .nav_master_id .head_teach_id::before {
    background: rgb(122,141,188,0.5);
    z-index: -1;
    position: absolute;
    transition: all 0.5s ease;
    top: 0;
    content: "";
    border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
    opacity: 0.05;
    width: 100%;
    height: 100%;
    left: 0;
}header .nav_master_id .head_teach_id:hover::before {
    opacity: 0.08;
    border-radius: 60% 40% 30% 70% / 60% 30% 70% 40%;
}header .nav_master_id .head_teach_id .first_pagebar_id {
    position: relative;
    margin: 0 8px;
}header .nav_master_id .head_teach_id .first_pagebar_id a {
    text-decoration: none;
    font-size: 15px;
    border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
    padding: 10px 15px;
    color: #000000;
    font-family: Arial, sans-serif;
    transition: all 0.4s ease;
    display: block;
    overflow: hidden;
    font-weight: 600;
    position: relative;
}header .nav_master_id .head_teach_id .first_pagebar_id a:hover {
    border-radius: 50% 50% 50% 50% / 50% 50% 50% 50%;
    color: #ffffff;
}header .nav_master_id .head_teach_id .first_pagebar_id a::before {
    border-radius: 0% 0% 0% 0% / 0% 0% 0% 0%;
    left: 0;
    transform: scale(0);
    height: 100%;
    transform-origin: right top;
    background: rgb(169,180,213);
    width: 100%;
    content: "";
    z-index: -1;
    position: absolute;
    transition: transform 0.4s ease, border-radius 0.4s ease;
    top: 0;
}header .nav_master_id .head_teach_id .first_pagebar_id a:hover::before {
    border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
    transform: scale(1);
}header .nav_master_id .head_teach_id .first_pagebar_id:nth-child(2n) a::before {
    transform-origin: left bottom;
    background: rgb(122,141,188);
}header .nav_master_id .head_teach_id .first_pagebar_id:nth-child(2n) a:hover::before {
    border-radius: 70% 30% 30% 70% / 70% 70% 30% 30%;
}header .nav_master_id .head_teach_id .first_pagebar_id:hover {
    animation: menu-wobble 1s ease;
}

@keyframes menu-wobble {
    0%, 100% {
        transform: translateX(0);
    }
    15% {
        transform: translateX(-3px) rotate(-1deg);
    }
    30% {
        transform: translateX(2px) rotate(1deg);
    }
    45% {
        transform: translateX(-2px) rotate(-0.5deg);
    }
    60% {
        transform: translateX(1px) rotate(0.5deg);
    }
    75% {
        transform: translateX(-1px) rotate(-0.25deg);
    }
}

@media (max-width: 992px) {header .nav_master_id {
    padding: 20px 15px;
    flex-direction: column;
}header .nav_master_id .top_skill_id {
    margin-bottom: 15px;
}header .nav_master_id .head_teach_id {
    flex-wrap: wrap;
    justify-content: center;
    width: 100%;
}header .nav_master_id .head_teach_id .first_pagebar_id {
    margin: 5px;
}header .nav_master_id .head_teach_id .first_pagebar_id a {
    font-size: calc(15px - 1px);
    padding: 8px 12px;
}
}

@media (max-width: 767px) {header .nav_master_id {
    padding: 15px 10px;
}header .nav_master_id .top_skill_id .nav_block_id svg {
    height: 40px;
}header .nav_master_id .head_teach_id .first_pagebar_id a {
    padding: 6px 10px;
    font-size: calc(15px - 2px);
}}.program_offerings_id {
    overflow: hidden;
    background: linear-gradient(135deg, rgb(211,216,235) 0%, rgba(255,255,255,0.92) 100%);
    padding: 5rem 0;
    position: relative;
}.program_offerings_id::before {
    z-index: 0;
    top: 0;
    background: 
        radial-gradient(circle at 10% 20%, rgba(var(--primary-color-opacity), 0.05) 0%, transparent 50%),
        radial-gradient(circle at 90% 80%, rgba(var(--secondary-color-opacity), 0.08) 0%, transparent 60%);
    width: 100%;
    content: "";
    height: 100%;
    position: absolute;
    left: 0;
}.program_offerings_id::after {
    content: "";
    right: -5%;
    top: -5%;
    position: absolute;
    height: 40%;
    transform: rotate(-15deg);
    width: 40%;
    filter: blur(50px);
    background: linear-gradient(120deg, rgb(169,180,213) 0%, rgb(122,141,188) 100%);
    z-index: 0;
    opacity: 0.05;
}.program_offerings_id .container {
    padding: 0 1.5rem;
    margin: 0 auto;
    z-index: 1;
    position: relative;
    max-width: 1200px;
}.program_offerings_id h2 {
    font-size: 29px;
    line-height: 1.3;
    transform: translateY(20px);
    font-weight: 700;
    max-width: 90%;
    animation: fadeUp 0.8s ease-out forwards;
    position: relative;
    opacity: 0;
    color: #000000;
    margin-bottom: 3rem;
}.program_offerings_id h2::after {
    height: 4px;
    left: 0;
    transform-origin: left;
    position: absolute;
    bottom: -1rem;
    width: 80px;
    content: "";
    background: linear-gradient(90deg, rgb(169,180,213) 0%, rgb(122,141,188) 100%);
    animation: scaleIn 1s 0.3s ease-out forwards;
    transform: scaleX(0);
}.program_offerings_id .skill_explorer_id {
    flex-direction: column;
    opacity: 0;
    animation: fadeUp 0.8s 0.2s ease-out forwards;
    gap: 2rem;
    display: flex;
    transform: translateY(0);
}.program_offerings_id .photo_cell_id {
    width: 100%;
    overflow: hidden;
    box-shadow: 0 15px 30px rgba(0,0,0,0.1);
    position: relative;
    transform: translateY(20px);
    transition: transform 0.5s cubic-bezier(0.17, 0.67, 0.83, 0.67);
    height: 350px;
}.program_offerings_id .photo_cell_id::before {
    top: 0;
    left: 0;
    z-index: 1;
    opacity: 0;
    background: linear-gradient(180deg, 
        rgba(var(--primary-color-opacity), 0.2) 0%, 
        rgba(var(--secondary-color-opacity), 0.4) 100%);
    position: absolute;
    transition: opacity 0.5s ease;
    height: 100%;
    content: "";
    width: 100%;
}.program_offerings_id .photo_cell_id:hover {
    transform: translateY(0);
}.program_offerings_id .photo_cell_id:hover::before {
    opacity: 1;
}.program_offerings_id .news_item_id {
    transform: translateX(0);
    padding: 2rem;
    flex-direction: column;
    backdrop-filter: blur(10px);
    transition: transform 0.4s ease;
    display: flex;
    background: rgba(255,255,255,0.7);
    position: relative;
    gap: 1.5rem;
}.program_offerings_id .news_item_id::before {
    position: absolute;
    transition: height 0.6s cubic-bezier(0.17, 0.67, 0.83, 0.67);
    background: rgb(169,180,213);
    left: 0;
    height: 0;
    content: "";
    top: 0;
    width: 5px;
}.program_offerings_id .news_item_id:hover::before {
    height: 100%;
}.program_offerings_id .description {
    position: relative;
    transition: color 0.3s ease;
    line-height: 1.7;
    max-height: 200px;
    overflow-y: auto;
    color: #000000;
    margin: 0;
    padding-right: 10px;
    font-size: 18px;
}.program_offerings_id .description:first-of-type {
    font-weight: 600;
}.program_offerings_id .description::-webkit-scrollbar {
    width: 4px;
}.program_offerings_id .description::-webkit-scrollbar-track {
    background: rgba(var(--dark-color-opacity), 0.05);
    border-radius: 10px;
}.program_offerings_id .description::-webkit-scrollbar-thumb {
    background: linear-gradient(to bottom, rgb(169,180,213), rgb(122,141,188));
    border-radius: 10px;
}

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

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


@media (min-width: 768px) {.program_offerings_id {
    padding: 6rem 0;
}.program_offerings_id h2 {
    max-width: 80%;
    font-size: calc(29px * 1.1);
}.program_offerings_id .skill_explorer_id {
    flex-direction: row;
    align-items: flex-start;
}.program_offerings_id .photo_cell_id {
    width: 45%;
    height: 450px;
    flex-shrink: 0;
}.program_offerings_id .news_item_id {
    margin-top: 3rem;
    width: 55%;
    margin-left: -3rem;
    padding: 2.5rem;
    z-index: 2;
}.program_offerings_id .news_item_id:hover {
    transform: translateX(10px);
}.program_offerings_id .description {
    max-height: 350px;
}
}

@media (min-width: 992px) {.program_offerings_id {
    padding: 8rem 0;
}.program_offerings_id h2 {
    font-size: calc(29px * 1.2);
    max-width: 70%;
}.program_offerings_id .photo_cell_id {
    width: 50%;
    height: 500px;
}.program_offerings_id .news_item_id {
    margin-left: -5rem;
    box-shadow: 15px 15px 30px rgba(0,0,0,0.05);
    width: 60%;
    padding: 3rem;
}.program_offerings_id .description {
    line-height: 1.8;
    max-height: 400px;
    font-size: calc(18px * 1.05);
}
}

@media (min-width: 1200px) {.program_offerings_id .container {
    padding: 0 2rem;
}.program_offerings_id h2 {
    margin-bottom: 4rem;
    font-size: calc(29px * 1.3);
}.program_offerings_id .skill_explorer_id {
    gap: 3rem;
}.program_offerings_id .photo_cell_id {
    height: 550px;
    transition: transform 0.7s cubic-bezier(0.17, 0.67, 0.83, 0.67), box-shadow 0.7s ease;
}.program_offerings_id .photo_cell_id:hover {
    box-shadow: 0 25px 50px rgba(0,0,0,0.15);
}.program_offerings_id .news_item_id {
    margin-left: -8rem;
    padding: 3.5rem;
}
}

@media (max-width: 767px) {.program_offerings_id {
    padding: 4rem 0;
}.program_offerings_id h2 {
    font-size: calc(29px * 0.9);
    margin-bottom: 2rem;
}.program_offerings_id h2::after {
    height: 3px;
    width: 60px;
}.program_offerings_id .skill_explorer_id {
    gap: 1.5rem;
}.program_offerings_id .photo_cell_id {
    height: 250px;
}.program_offerings_id .news_item_id {
    padding: 1.5rem;
}.program_offerings_id .description {
    line-height: 1.6;
    font-size: calc(18px * 0.95);
    max-height: 150px;
}}.privacy_cordon_id {
    box-shadow: 0 0 15px rgb(169,180,213,0.5);
    background-color: rgb(122,141,188);
    font-family: Arial, sans-serif;
    padding: 50px;
    color: #ffffff;
}.privacy_cordon_id h3, .privacy_cordon_id h4, .privacy_cordon_id h5, .privacy_cordon_id h6 {
    margin: 1rem 0;
}.privacy_cordon_id h1 {
    font-weight: 700;
    color: rgb(169,180,213);
    text-shadow: 0 0 8px rgb(169,180,213,0.5);
    margin-bottom: 30px;
    font-size: 44px;
}.privacy_cordon_id h2 {
    text-shadow: 0 0 5px rgb(122,141,188,0.5);
    margin-bottom: 20px;
    font-weight: 600;
    color: rgb(169,180,213);
    margin-top: 40px;
    font-size: 38px;
}.privacy_cordon_id h3, .privacy_cordon_id h4, .privacy_cordon_id h5, .privacy_cordon_id h6 {
    color: rgb(169,180,213);
    margin-top: 30px;
}.privacy_cordon_id h3 {
    text-shadow: 0 0 6px rgb(169,180,213,0.5);
    font-size: calc(21px - 2px);
    font-weight: 700;
}.privacy_cordon_id h4 {
    font-size: calc(21px + 2px);
    text-shadow: 0 0 4px rgb(169,180,213,0.5);
    font-weight: 600;
}.privacy_cordon_id h5 {
    text-shadow: 0 0 3px rgb(169,180,213,0.5);
    font-size: 21px;
    font-weight: 400;
}.privacy_cordon_id h6 {
    font-size: 19px;
    text-shadow: 0 0 2px rgb(169,180,213,0.5);
    font-weight: 300;
}.privacy_cordon_id ul, .privacy_cordon_id ol {
    margin: 20px 0;
    list-style: none;
    padding-left: 25px;
}.privacy_cordon_id li {
    font-size: 16px;
    position: relative;
    padding-left: 15px;
    margin-bottom: 15px;
    line-height: 1.7;
}.privacy_cordon_id li::before {
    height: 10px;
    position: absolute;
    border-radius: 50%;
    transform: translateY(-50%);
    content: '';
    box-shadow: 0 0 8px rgb(122,141,188,0.5);
    top: 50%;
    width: 10px;
    left: 0;
    background-color: rgb(122,141,188);
}.privacy_cordon_id section {
    padding-top: 30px;
    margin-top: 50px;
    border-top: 1px solid rgb(122,141,188,0.5);
}.privacy_cordon_id p {
    text-shadow: 0 0 3px rgba(0, 0, 0, 0.5);
    font-size: 16px;
    line-height: 1.8;
    margin-bottom: 20px;
}.privacy_cordon_id span {
    color: rgb(122,141,188);
    text-shadow: 0 0 4px rgb(122,141,188,0.5);
    font-weight: 600;
}.privacy_cordon_id div {
    margin-bottom: 25px;
}
@media only screen and (max-width: 800px) {.privacy_cordon_id {
    border-radius: 10px;
    padding: 30px;
}.privacy_cordon_id h1 {
    font-size: calc(21px - 8px);
}.privacy_cordon_id h2 {
    font-size: calc(21px - 6px);
}.privacy_cordon_id ul, .privacy_cordon_id ol {
    padding-left: 20px;
}.privacy_cordon_id li {
    font-size: calc(16px - 1px);
}.privacy_cordon_id p {
    font-size: calc(16px - 1px);
}}.course_candidates_id {
    position: relative;
    padding: 120px 0;
    overflow: hidden;
    background: #f9f9f9;
}.course_candidates_id::before {
    z-index: 1;
    transform: translateX(-50%);
    left: 50%;
    content: '';
    background-color: rgb(169,180,213,0.5);
    width: 6px;
    position: absolute;
    bottom: 0;
    top: 0;
}.course_candidates_id .study_lab_id {
    padding: 0 30px;
    text-align: center;
    position: relative;
    margin: 0 auto;
    z-index: 10;
    max-width: 1000px;
}.course_candidates_id h3 {
    display: inline-block;
    background-color: #f9f9f9;
    border: 3px solid rgb(169,180,213,0.5);
    font-size: 30px;
    position: relative;
    font-weight: 700;
    border-radius: 50px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
    padding: 0 30px;
    margin-bottom: 80px;
    color: #000000;
}.course_candidates_id ul {
    list-style: none;
    display: flex;
    padding: 0;
    align-items: center;
    flex-direction: column;
    gap: 50px;
    position: relative;
    margin: 0;
}.course_candidates_id ul li {
    background-color: #ffffff;
    gap: 20px;
    display: flex;
    transition: all 0.4s ease;
    padding: 30px;
    z-index: 2;
    max-width: 500px;
    width: 100%;
    position: relative;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    text-align: left;
    border-radius: 20px;
    align-items: center;
}.course_candidates_id ul li::before {
    position: absolute;
    background-color: #ffffff;
    border-radius: 50%;
    top: -25px;
    width: 50px;
    z-index: 5;
    height: 50px;
    transition: all 0.4s ease;
    content: '';
    border: 6px solid rgb(169,180,213,0.5);
    left: 50%;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    transform: translateX(-50%);
}.course_candidates_id ul li:nth-child(even) {
    text-align: right;
    flex-direction: row-reverse;
}.course_candidates_id ul li:hover {
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.1);
    transform: scale(1.05);
}.course_candidates_id ul li:hover::before {
    background-color: rgb(169,180,213,0.5);
    border-color: #ffffff;
}.course_candidates_id ul li svg {
    height: 60px;
    width: 60px;
    transition: all 0.4s ease;
    padding: 12px;
    flex-shrink: 0;
    border-radius: 50%;
    background-color: rgb(169,180,213,0.5);
}.course_candidates_id ul li:hover svg {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    transform: rotate(360deg);
    background-color: #ffffff;
}.course_candidates_id ul li svg path {
    transition: fill 0.4s ease;
    fill: #ffffff;
}.course_candidates_id ul li:hover svg path {
    fill: rgb(169,180,213);
}@keyframes fadeInFromTop {
    from {
        opacity: 0;
        transform: translateY(-50px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.course_candidates_id ul li {
    animation: fadeInFromTop 0.6s ease forwards;
    opacity: 0;
}.course_candidates_id ul li:nth-child(1) {
    animation-delay: 0.1s;
}.course_candidates_id ul li:nth-child(2) {
    animation-delay: 0.3s;
}.course_candidates_id ul li:nth-child(3) {
    animation-delay: 0.5s;
}.course_candidates_id ul li:nth-child(4) {
    animation-delay: 0.7s;
}.course_candidates_id ul li:nth-child(5) {
    animation-delay: 0.9s;
}.course_candidates_id ul li:nth-child(6) {
    animation-delay: 1.1s;
}

@media (max-width: 992px) {.course_candidates_id {
    padding: 90px 0;
}.course_candidates_id h3 {
    margin-bottom: 60px;
}.course_candidates_id ul {
    gap: 60px;
}.course_candidates_id ul li {
    padding: 25px;
}.course_candidates_id ul li svg {
    padding: 10px;
    width: 50px;
    height: 50px;
}
}

@media (max-width: 768px) {.course_candidates_id ul li,
    .course_candidates_id ul li:nth-child(even) {
    text-align: center;
    flex-direction: column;
    align-items: center;
}.course_candidates_id ul li::before {
    top: -30px;
}
}

@media (max-width: 576px) {.course_candidates_id {
    padding: 70px 0;
}.course_candidates_id h3 {
    margin-bottom: 50px;
    padding: 0 20px;
    font-size: calc(30px * 0.85);
}.course_candidates_id ul {
    gap: 50px;
}.course_candidates_id ul li {
    padding: 20px;
}.course_candidates_id ul li::before {
    height: 40px;
    width: 40px;
    top: -25px;
}.course_candidates_id ul li svg {
    height: 45px;
    padding: 8px;
    width: 45px;
}
}

@media (prefers-reduced-motion: reduce) {.course_candidates_id ul li {
    animation: none;
    opacity: 1;
}.course_candidates_id ul li:hover {
    transform: none;
}.course_candidates_id ul li:hover svg {
    transform: none;
}}footer {
    position: relative;
    background-color: #000000;
    margin-top: 0;
}footer::before {
    width: 100%;
    content: "";
    top: 0;
    height: 100%;
    left: 0;
    background: linear-gradient(to right,
    #000000 0%,
    rgb(169,180,213,0.5) 50%,
    #000000 100%);
    position: absolute;
    opacity: 0.9;
    z-index: 1;
}.tiktok_edu_id {
    background-color: transparent;
    position: relative;
    z-index: 5;
    padding: 60px 0 40px;
}.tiktok_edu_id .container {
    position: relative;
    grid-template-columns: repeat(12, 1fr);
    display: grid;
    grid-gap: 30px;
}.tiktok_edu_id .company_holder {
    padding: 30px;
    background-color: rgba(255, 255, 255, 0.03);
    border-radius: 10px;
    grid-column: span 4;
    position: relative;
}.tiktok_edu_id .company_holder h3 {
    margin-bottom: 20px;
    display: inline-block;
    color: #ffffff;
    font-size: 28px;
    position: relative;
    font-weight: 700;
}.tiktok_edu_id .company_holder h3::after {
    bottom: -8px;
    position: absolute;
    content: "";
    width: 100%;
    left: 0;
    background: rgb(169,180,213);
    height: 2px;
}.tiktok_edu_id .intern_opp_id {
    color: #ffffff;
    font-size: 14px;
    opacity: 0.8;
    line-height: 1.6;
}.tiktok_edu_id .twitter_cta_id {
    display: grid;
    grid-column: span 8;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 30px;
}.tiktok_edu_id .head_teach_id {
    background-color: rgba(255, 255, 255, 0.03);
    border-radius: 10px;
    padding: 30px;
    position: relative;
}.tiktok_edu_id .head_teach_id h5 {
    margin-bottom: 20px;
    position: relative;
    font-size: 20px;
    color: #ffffff;
    display: inline-block;
    font-weight: 600;
}.tiktok_edu_id .head_teach_id h5::after {
    width: 100%;
    content: "";
    background: rgb(122,141,188);
    position: absolute;
    bottom: -8px;
    height: 2px;
    left: 0;
}.tiktok_edu_id .head_teach_id .header_train_id {
    display: grid;
    grid-gap: 15px;
}.tiktok_edu_id .head_teach_id .header_train_id a {
    padding-left: 15px;
    text-decoration: none;
    color: #ffffff;
    transition: color 0.3s ease, transform 0.3s ease;
    font-size: 14px;
    opacity: 0.8;
    display: block;
    position: relative;
}.tiktok_edu_id .head_teach_id .header_train_id a::before {
    left: 0;
    position: absolute;
    width: 6px;
    background: rgb(122,141,188);
    transform: translateY(-50%);
    content: "";
    top: 50%;
    height: 6px;
    border-radius: 50%;
}.tiktok_edu_id .head_teach_id .header_train_id a:hover {
    color: rgb(169,180,213);
    transform: translateX(5px);
    opacity: 1;
}.art_portal_id {
    position: relative;
    margin-top: 40px;
    background-color: rgba(0, 0, 0, 0.2);
    z-index: 5;
    padding: 25px 0;
}.art_portal_id .container {
    align-items: center;
    display: flex;
    justify-content: center;
}.art_portal_id .job_board_id {
    opacity: 0.7;
    font-size: 12px;
    text-align: center;
    color: #ffffff;
}

@media (max-width: 991px) {.tiktok_edu_id .container {
    grid-gap: 30px;
    grid-template-columns: 1fr;
}.tiktok_edu_id .company_holder {
    grid-column: span 12;
}.tiktok_edu_id .twitter_cta_id {
    grid-template-columns: 1fr 1fr;
    grid-column: span 12;
}
}

@media (max-width: 767px) {.tiktok_edu_id {
    padding: 40px 0 30px;
}.tiktok_edu_id .twitter_cta_id {
    grid-template-columns: 1fr;
}.tiktok_edu_id .company_holder {
    padding: 25px;
}.tiktok_edu_id .head_teach_id {
    padding: 25px;
}.tiktok_edu_id .company_holder h3 {
    font-size: calc(28px - 2px);
}.tiktok_edu_id .head_teach_id h5 {
    font-size: calc(20px - 1px);
}
}

@media (max-width: 575px) {.tiktok_edu_id {
    padding: 30px 0 20px;
}.tiktok_edu_id .company_holder,
  .tiktok_edu_id .head_teach_id {
    padding: 20px;
}.tiktok_edu_id .company_holder h3 {
    font-size: calc(28px - 4px);
}.art_portal_id {
    padding: 20px 0;
}}

.tiktok_edu_id .company_holder:hover,
.tiktok_edu_id .head_teach_id:hover {
    background-color: rgba(255, 255, 255, 0.05);
    transition: background-color 0.3s ease;
}.tiktok_edu_id .container::before {
    opacity: 0.05;
    width: 100%;
    height: 100%;
    content: "";
    background: 
    linear-gradient(to right, rgb(169,180,213,0.5) 1px, transparent 1px) 0 0 / 40px 100%,
    linear-gradient(to bottom, rgb(169,180,213,0.5) 1px, transparent 1px) 0 0 / 100% 40px;
    pointer-events: none;
    left: 0;
    position: absolute;
    top: 0;
    z-index: -1;
}.tiktok_edu_id .company_holder::before {
    left: 0;
    top: 0;
    position: absolute;
    width: 5px;
    height: 100%;
    content: "";
    background: rgb(169,180,213);
    opacity: 0.5;
}.tiktok_edu_id .head_teach_id::before {
    top: 0;
    content: "";
    position: absolute;
    height: 100%;
    opacity: 0.5;
    width: 5px;
    left: 0;
    background: rgb(122,141,188);
}footer::after {
    position: absolute;
    width: 100%;
    bottom: 0;
    content: "";
    height: 5px;
    background: linear-gradient(to right,
    rgb(169,180,213),
    rgb(122,141,188),
    rgb(169,180,213));
    opacity: 0.3;
    z-index: 2;
    left: 0;
}.tiktok_edu_id .header_train_id {
    position: relative;
}.tiktok_edu_id .header_train_id::after {
    bottom: -15px;
    background: rgb(122,141,188,0.5);
    left: 0;
    position: absolute;
    content: "";
    height: 1px;
    opacity: 0.2;
    width: 100%;
}.tiktok_edu_id .head_teach_id h5,
.tiktok_edu_id .company_holder h3 {
    letter-spacing: 1px;
    text-transform: uppercase;
}.tiktok_edu_id .head_teach_id:nth-child(1) {
    grid-column: 1;
    grid-row: 1;
}.tiktok_edu_id .head_teach_id:nth-child(2) {
    grid-row: 1;
    grid-column: 2;
}.art_portal_id .job_board_id {
    display: inline-block;
    position: relative;
}.art_portal_id .job_board_id::before {
    width: 30px;
    position: absolute;
    top: 50%;
    opacity: 0.5;
    height: 1px;
    left: -40px;
    transform: translateY(-50%);
    content: "";
    background: rgb(169,180,213);
}.art_portal_id .job_board_id::after {
    width: 30px;
    right: -40px;
    background: rgb(169,180,213);
    content: "";
    top: 50%;
    position: absolute;
    opacity: 0.5;
    transform: translateY(-50%);
    height: 1px;
}.tyArea_id {
    padding: 120px 0 80px;
    position: relative;
    background: linear-gradient(135deg, rgb(169,180,213,0.5) 0%, rgb(211,216,235) 100%);
    overflow: hidden;
}.tyArea_id::before {
    top: 0;
    animation: pulse 15s infinite alternate ease-in-out;
    z-index: 1;
    height: 100%;
    left: 0;
    position: absolute;
    background: radial-gradient(circle at 70% 30%, rgb(122,141,188,0.5) 0%, transparent 60%);
    content: "";
    opacity: 0.7;
    width: 100%;
}.tyArea_id::after {
    width: 300px;
    position: absolute;
    filter: blur(40px);
    bottom: -50px;
    background: linear-gradient(225deg, rgb(169,180,213) 0%, transparent 70%);
    height: 300px;
    opacity: 0.2;
    z-index: 0;
    right: -50px;
    content: "";
}.tyArea_id .container {
    max-width: 1200px;
    position: relative;
    z-index: 2;
    padding: 0 20px;
    margin: 0 auto;
}.tyArea_id .study_lab_id {
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.15);
    background: #ffffff;
    display: flex;
    flex-direction: column;
    transition: transform 0.6s cubic-bezier(0.22, 1, 0.36, 1);
    transform: perspective(1000px) rotateY(-2deg);
    position: relative;
    padding: 60px 40px;
}.tyArea_id .study_lab_id::before {
    top: 0;
    width: 5px;
    content: "";
    left: 0;
    position: absolute;
    background: linear-gradient(to bottom, rgb(169,180,213), rgb(122,141,188));
    height: 100%;
    transform: scaleY(1.02);
}.tyArea_id .study_lab_id::after {
    width: 80px;
    position: absolute;
    z-index: -1;
    animation: float 8s infinite ease-in-out;
    background: rgb(122,141,188,0.5);
    top: -15px;
    transform: rotate(15deg);
    right: 40px;
    content: "";
    height: 80px;
    clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
}.tyArea_id .study_lab_id:hover {
    transform: perspective(1000px) rotateY(0deg);
}.tyArea_id h5 {
    line-height: 1.4;
    color: #000000;
    padding-bottom: 20px;
    font-weight: 700;
    font-size: 21px;
    margin-bottom: 30px;
    position: relative;
}.tyArea_id h5::after {
    transition: width 0.3s ease;
    position: absolute;
    width: 80px;
    content: "";
    background: linear-gradient(90deg, rgb(169,180,213), rgb(122,141,188));
    left: 0;
    bottom: 0;
    height: 3px;
}.tyArea_id .study_lab_id:hover h5::after {
    width: 120px;
}.tyArea_id p {
    transition: color 0.3s ease;
    line-height: 1.8;
    margin-bottom: 0;
    font-size: 14px;
    z-index: 2;
    position: relative;
    color: #000000;
}.tyArea_id a {
    text-decoration: none;
    position: relative;
    padding: 5px 0;
    overflow: hidden;
    display: block;
}.tyArea_id a::before {
    transition: transform 0.6s cubic-bezier(0.22, 1, 0.36, 1);
    height: 1px;
    position: absolute;
    width: 100%;
    transform: scaleX(0);
    left: 0;
    background: linear-gradient(90deg, rgb(169,180,213,0.5), transparent);
    bottom: 0;
    transform-origin: left;
    content: "";
}.tyArea_id a:hover::before {
    transform: scaleX(1);
}.tyArea_id a:hover p {
    color: rgb(169,180,213);
}

@keyframes pulse {
    0%, 100% {
        opacity: 0.7;
        transform: scale(1);
    }
    50% {
        opacity: 0.9;
        transform: scale(1.05);
    }
}

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

@media (min-width: 768px) {.tyArea_id {
    padding: 140px 0 100px;
}.tyArea_id .study_lab_id {
    margin: 0 auto;
    padding: 80px 60px;
    max-width: 900px;
}.tyArea_id h5 {
    font-size: calc(21px * 1.2);
    padding-bottom: 25px;
    margin-bottom: 40px;
}.tyArea_id p {
    line-height: 1.9;
    font-size: calc(14px * 1.05);
}.tyArea_id .study_lab_id::after {
    right: 60px;
    height: 100px;
    width: 100px;
}
}

@media (min-width: 992px) {.tyArea_id {
    padding: 160px 0 120px;
}.tyArea_id .study_lab_id {
    margin: 0 auto;
    max-width: 1000px;
    transform: perspective(1200px) rotateY(-3deg);
    padding: 100px 80px;
}.tyArea_id .study_lab_id::before {
    width: 8px;
}.tyArea_id h5 {
    max-width: 80%;
    font-size: calc(21px * 1.3);
}.tyArea_id p {
    max-width: 90%;
}.tyArea_id .study_lab_id::after {
    right: 80px;
    height: 120px;
    top: -20px;
    width: 120px;
}
}

@media (max-width: 767px) {.tyArea_id {
    padding: 80px 0 60px;
}.tyArea_id .study_lab_id {
    transform: perspective(800px) rotateY(-1deg);
    padding: 40px 25px;
}.tyArea_id h5 {
    margin-bottom: 25px;
    font-size: calc(21px * 0.9);
    padding-bottom: 15px;
}.tyArea_id p {
    font-size: calc(14px * 0.95);
    line-height: 1.7;
}.tyArea_id .study_lab_id::before {
    width: 3px;
}.tyArea_id .study_lab_id::after {
    width: 60px;
    height: 60px;
    top: -10px;
    right: 20px;
}
}

@media (max-width: 480px) {.tyArea_id {
    padding: 60px 0 40px;
}.tyArea_id .study_lab_id {
    transform: none;
    padding: 30px 20px;
}.tyArea_id h5 {
    padding-bottom: 15px;
    font-size: calc(21px * 0.85);
    margin-bottom: 20px;
}.tyArea_id .study_lab_id::after {
    display: none;
}}.user_feedback_id {
    position: relative;
    padding: 7rem 2rem;
    background: linear-gradient(180deg, rgb(211,216,235) 0%, #ffffff 100%);
    overflow: hidden;
}.user_feedback_id::before {
    opacity: 0.3;
    top: 0;
    left: 0;
    content: "";
    height: 100%;
    z-index: 0;
    position: absolute;
    background: 
        radial-gradient(circle at 20% 20%, rgb(169,180,213,0.5) 0%, transparent 30%),
        radial-gradient(circle at 80% 80%, rgb(122,141,188,0.5) 0%, transparent 30%);
    width: 100%;
}.user_feedback_id::after {
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 0;
    position: absolute;
    opacity: 0.4;
    background: 
        radial-gradient(ellipse at 50% 50%, transparent 0%, rgb(211,216,235) 80%);
    content: "";
}.user_feedback_id .study_lab_id {
    z-index: 1;
    margin: 0 auto;
    max-width: 1200px;
    position: relative;
}.user_feedback_id h4 {
    font-weight: 700;
    position: relative;
    text-align: center;
    font-size: 37px;
    color: #000000;
    margin-bottom: 6rem;
}.user_feedback_id h4::before {
    border: 2px solid rgb(169,180,213,0.5);
    position: absolute;
    transform: translate(-50%, -50%);
    height: 120px;
    content: "";
    opacity: 0.3;
    border-radius: 50%;
    top: 50%;
    left: 50%;
    width: 120px;
    z-index: -1;
}.user_feedback_id h4::after {
    position: absolute;
    z-index: -2;
    opacity: 0.1;
    background: rgb(169,180,213,0.5);
    transform: translate(-50%, -50%);
    left: 50%;
    top: 50%;
    content: "";
    height: 80px;
    width: 80px;
    border-radius: 50%;
}.user_feedback_id .learner_feedback_id {
    justify-content: center;
    margin: 0 -1.5rem;
    display: flex;
    flex-wrap: wrap;
    perspective: 1000px;
}.user_feedback_id .feedback_stars_id {
    transform-style: preserve-3d;
    overflow: hidden;
    transition: all 0.5s ease;
    position: relative;
    padding: 2.5rem;
    box-shadow: 
        0 10px 30px rgba(0, 0, 0, 0.05),
        0 0 0 1px rgb(122,141,188,0.5);
    width: calc(33.33% - 3rem);
    border-radius: 11px;
    margin: 1.5rem;
    background: #ffffff;
    transform: translateZ(0);
}.user_feedback_id .feedback_stars_id:hover {
    transform: translateZ(30px);
    box-shadow: 
        0 20px 40px rgba(0, 0, 0, 0.1),
        0 0 0 1px rgb(169,180,213);
}.user_feedback_id .feedback_stars_id::before {
    top: -50%;
    background: radial-gradient(circle at center, rgb(169,180,213,0.5) 0%, transparent 70%);
    opacity: 0;
    width: 200%;
    position: absolute;
    transition: all 0.5s ease;
    z-index: -1;
    height: 200%;
    left: -50%;
    content: "";
}.user_feedback_id .feedback_stars_id:hover::before {
    animation: pulse 2s infinite;
    opacity: 0.1;
}@keyframes pulse {
    0% { transform: scale(1); opacity: 0.1; }
    50% { transform: scale(1.05); opacity: 0.15; }
    100% { transform: scale(1); opacity: 0.1; }
}

.user_feedback_id .feedback_stars_id::after {
    background: rgb(169,180,213,0.5);
    height: 20px;
    content: "";
    opacity: 0.5;
    position: absolute;
    border-radius: 50%;
    right: 20px;
    top: 20px;
    transition: all 0.3s ease;
    width: 20px;
}.user_feedback_id .feedback_stars_id:hover::after {
    opacity: 0.7;
    transform: scale(1.5);
}.user_feedback_id .feedback_stars_id .photo_cell_id {
    margin: 0 auto 1.5rem;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
    border-radius: 50%;
    position: relative;
    width: 100px;
    border: 3px solid #ffffff;
    transition: all 0.5s ease;
    height: 100px;
    transform: translateZ(20px);
}.user_feedback_id .feedback_stars_id:hover .photo_cell_id {
    transform: translateZ(40px) scale(1.1);
}.user_feedback_id .feedback_stars_id .photo_cell_id::before {
    position: absolute;
    top: -10px;
    border-radius: 50%;
    opacity: 0;
    height: calc(100% + 20px);
    width: calc(100% + 20px);
    animation: spin 30s linear infinite;
    left: -10px;
    transition: all 0.5s ease;
    content: "";
    border: 1px dashed rgb(122,141,188,0.5);
}.user_feedback_id .feedback_stars_id:hover .photo_cell_id::before {
    opacity: 1;
}@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

.user_feedback_id .feedback_stars_id span {
    text-align: center;
    margin-bottom: 1rem;
    font-size: 16px;
    color: #000000;
    transform: translateZ(10px);
    display: block;
    font-weight: 600;
    transition: all 0.4s ease;
}.user_feedback_id .feedback_stars_id:hover span {
    color: rgb(169,180,213);
    transform: translateZ(25px);
}.user_feedback_id .feedback_stars_id p {
    transform: translateZ(5px);
    color: #000000;
    transition: all 0.4s ease;
    font-size: 17px;
    position: relative;
    line-height: 1.7;
    text-align: center;
}.user_feedback_id .feedback_stars_id:hover p {
    transform: translateZ(15px);
}.user_feedback_id .feedback_stars_id:nth-child(3n+1) {
    animation: float 6s ease-in-out infinite;
}.user_feedback_id .feedback_stars_id:nth-child(3n+2) {
    animation: float 7s ease-in-out infinite;
    animation-delay: 0.3s;
}.user_feedback_id .feedback_stars_id:nth-child(3n+3) {
    animation: float 8s ease-in-out infinite;
    animation-delay: 0.6s;
}@keyframes float {
    0%, 100% { transform: translateY(0) translateZ(0); }
    50% { transform: translateY(-15px) translateZ(0); }
}

.user_feedback_id .feedback_stars_id:hover {
    animation-play-state: paused;
}

@media (max-width: 992px) {.user_feedback_id {
    padding: 5rem 1.5rem;
}.user_feedback_id h4 {
    font-size: calc(37px * 0.9);
    margin-bottom: 4rem;
}.user_feedback_id .feedback_stars_id {
    width: calc(50% - 3rem);
}.user_feedback_id .feedback_stars_id:nth-child(3n+1),
    .user_feedback_id .feedback_stars_id:nth-child(3n+2),
    .user_feedback_id .feedback_stars_id:nth-child(3n+3) {
    animation-duration: 5s;
}
}

@media (max-width: 768px) {.user_feedback_id {
    padding: 4rem 1rem;
}.user_feedback_id h4 {
    font-size: calc(37px * 0.8);
    margin-bottom: 3rem;
}.user_feedback_id .feedback_stars_id {
    width: 100%;
    margin: 1rem 0;
}.user_feedback_id .feedback_stars_id .photo_cell_id {
    height: 80px;
    width: 80px;
}.user_feedback_id .feedback_stars_id:nth-child(n) {
    animation-name: float-mobile;
}@keyframes float-mobile {
        0%, 100% { transform: translateY(0) translateZ(0); }
        50% { transform: translateY(-8px) translateZ(0); }
    }
}.reach_out_id {
    background: linear-gradient(125deg, rgb(211,216,235) 0%, rgb(211,216,235) 60%, rgb(169,180,213,0.5) 100%);
    padding: 110px 0;
    position: relative;
    overflow: hidden;
}.reach_out_id::before {
    content: "";
    background: repeating-radial-gradient(
        circle at 80% 50%,
        rgb(169,180,213,0.5),
        rgb(169,180,213,0.5) 1px,
        transparent 1px,
        transparent 15px
    );
    position: absolute;
    height: 100%;
    top: 0;
    width: 50%;
    right: 0;
    opacity: 0.05;
}.reach_out_id .container {
    z-index: 1;
    position: relative;
    padding: 0 20px;
    margin: 0 auto;
    max-width: 1200px;
}.reach_out_id h2 {
    font-weight: 700;
    margin-bottom: 50px;
    font-family: Arial, sans-serif;
    position: relative;
    color: #000000;
    font-size: 38px;
    text-align: center;
}.reach_out_id h2::before {
    position: absolute;
    transform: translateX(-50%);
    content: "";
    border-radius: 2px;
    left: 50%;
    width: 60px;
    height: 4px;
    bottom: -15px;
    background: rgb(169,180,213);
}.reach_out_id .inquiry_links_id {
    align-items: center;
    position: relative;
    background: transparent;
    display: grid;
    gap: 40px;
    grid-template-columns: 1fr 450px;
}.reach_out_id .photo_cell_id {
    height: 550px;
    border-radius: 22px;
    transform: perspective(1000px) rotateY(-5deg);
    position: relative;
    overflow: hidden;
    transition: transform 0.5s ease;
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.15);
}.reach_out_id .photo_cell_id:hover {
    transform: perspective(1000px) rotateY(0deg);
}.reach_out_id .request_feedback_idGn2Z {
    transition: transform 0.5s ease;
    background: #ffffff;
    position: relative;
    padding: 50px;
    transform: perspective(1000px) rotateY(5deg);
    border-radius: 22px;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.08);
}.reach_out_id .request_feedback_idGn2Z:hover {
    transform: perspective(1000px) rotateY(0deg);
}.reach_out_id form {
    width: 100%;
}.reach_out_id form h3 {
    margin-bottom: 30px;
    font-size: 18px;
    color: #000000;
    font-family: Arial, sans-serif;
    font-weight: 600;
}.reach_out_id form input[type="text"] {
    color: #000000;
    font-family: Arial, sans-serif;
    width: 100%;
    font-size: 14px;
    margin-bottom: 20px;
    transition: all 0.3s ease;
    border: none;
    padding: 16px 20px;
    border-radius: 10px;
    background: rgb(211,216,235);
}.reach_out_id form input[type="text"]:focus {
    outline: none;
    box-shadow: 0 0 0 2px rgb(169,180,213);
}.reach_out_id form input[type="text"]::placeholder {
    opacity: 0.5;
    color: #000000;
}.reach_out_id .query_info_id {
    display: flex;
    margin-bottom: 30px;
    align-items: flex-start;
}.reach_out_id .query_info_id input[type="checkbox"] {
    position: absolute;
    opacity: 0;
}.reach_out_id .query_info_id label {
    position: relative;
    color: #000000;
    cursor: pointer;
    font-size: 14px;
    line-height: 1.5;
    padding-left: 35px;
}.reach_out_id .query_info_id label::before {
    width: 22px;
    position: absolute;
    left: 0;
    content: "";
    background: rgb(211,216,235);
    border-radius: 4px;
    height: 22px;
    transition: all 0.3s ease;
    top: 2px;
}.reach_out_id .query_info_id input[type="checkbox"]:checked + label::before {
    background: rgb(169,180,213);
}.reach_out_id .query_info_id input[type="checkbox"]:checked + label::after {
    position: absolute;
    top: 6px;
    left: 8px;
    border-right: 2px solid #ffffff;
    width: 6px;
    content: "";
    height: 10px;
    transform: rotate(45deg);
    border-bottom: 2px solid #ffffff;
}.reach_out_id .query_info_id label a {
    color: rgb(169,180,213);
    text-decoration: none;
    transition: all 0.3s ease;
}.reach_out_id .query_info_id label a:hover {
    color: rgb(122,141,188);
}.reach_out_id form .connect_feedback_id {
    font-family: Arial, sans-serif;
    border-radius: 10px;
    overflow: hidden;
    border: none;
    transition: all 0.3s ease;
    color: #ffffff;
    position: relative;
    cursor: pointer;
    padding: 16px 35px;
    font-weight: 600;
    background: rgb(169,180,213);
    font-size: 16px;
}.reach_out_id form .connect_feedback_id::after {
    background: rgb(122,141,188);
    content: "";
    transition: width 0.3s ease;
    width: 0;
    z-index: 0;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
}.reach_out_id form .connect_feedback_id:hover::after {
    width: 100%;
    left: 0;
    right: auto;
}.reach_out_id form .connect_feedback_id span {
    z-index: 1;
    position: relative;
}.reach_out_id svg {
    height: 22px;
    fill: rgb(169,180,213);
    width: 22px;
}.reach_out_id svg path {
    fill: rgb(169,180,213);
    transition: fill 0.3s ease;
}

@media screen and (max-width: 1100px) {.reach_out_id .inquiry_links_id {
    gap: 30px;
    grid-template-columns: 1fr 400px;
}.reach_out_id .photo_cell_id {
    height: 500px;
}.reach_out_id .request_feedback_idGn2Z {
    padding: 40px;
}
}

@media screen and (max-width: 991px) {.reach_out_id {
    padding: 80px 0;
}.reach_out_id .inquiry_links_id {
    grid-template-columns: 1fr;
    gap: 40px;
}.reach_out_id .photo_cell_id {
    height: 400px;
    transform: perspective(1000px) rotateY(0deg);
}.reach_out_id .request_feedback_idGn2Z {
    transform: perspective(1000px) rotateY(0deg);
}
}

@media screen and (max-width: 767px) {.reach_out_id {
    padding: 60px 0;
}.reach_out_id h2 {
    margin-bottom: 40px;
}.reach_out_id .photo_cell_id {
    height: 350px;
}
}

@media screen and (max-width: 576px) {.reach_out_id {
    padding: 50px 0;
}.reach_out_id h2 {
    font-size: calc(38px * 0.85);
}.reach_out_id .photo_cell_id {
    height: 250px;
}.reach_out_id .request_feedback_idGn2Z {
    padding: 30px 25px;
}.reach_out_id form h3 {
    font-size: calc(18px * 0.9);
}.reach_out_id form .connect_feedback_id {
    width: 100%;
}}.locate_id {
    background: linear-gradient(135deg, rgb(211,216,235) 0%, #ffffff 100%);
    position: relative;
    padding: 6rem 0;
    overflow: hidden;
}.locate_id::before {
    top: -5%;
    background: rgb(122,141,188,0.5);
    content: "";
    filter: blur(40px);
    opacity: 0.4;
    right: -10%;
    z-index: 1;
    width: 45%;
    height: 30%;
    transform: rotate(-15deg);
    position: absolute;
}.locate_id::after {
    transform: rotate(15deg);
    filter: blur(40px);
    width: 35%;
    bottom: -5%;
    height: 25%;
    opacity: 0.3;
    left: -10%;
    background: rgb(169,180,213,0.5);
    position: absolute;
    content: "";
    z-index: 1;
}.locate_id h1 {
    position: relative;
    color: #000000;
    margin-bottom: 3rem;
    font-size: 39px;
    font-weight: 700;
    letter-spacing: -0.02em;
    z-index: 2;
    text-align: center;
}.locate_id h1::after {
    bottom: -15px;
    transform: translateX(-50%);
    position: absolute;
    left: 50%;
    width: 80px;
    content: "";
    height: 4px;
    background: linear-gradient(to right, rgb(122,141,188), rgb(169,180,213));
    border-radius: 10px;
}.locate_id .container {
    position: relative;
    max-width: 1200px;
    margin: 0 auto;
    z-index: 2;
    padding: 0 2rem;
}.locate_id .form_edu_id {
    padding: 2.5rem;
    transform: perspective(1000px) rotateX(2deg);
    gap: 2.5rem;
    grid-template-columns: 1fr;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05), 
                0 1px 4px rgba(0, 0, 0, 0.03);
    transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    background-color: #ffffff;
    border-radius: 16px;
    display: grid;
}.locate_id .form_edu_id:hover {
    transform: perspective(1000px) rotateX(0deg);
}.locate_id .form_edu_id > div {
    position: relative;
    transition: transform 0.4s ease-out;
}.locate_id .form_edu_id > div:hover {
    transform: translateY(-5px);
}.locate_id .form_edu_id > div:first-child {
    line-height: 1.7;
    position: relative;
    color: #000000;
    padding-left: 1.5rem;
    font-size: calc(17px + 0.05rem);
    border-left: 3px solid rgb(122,141,188,0.5);
}.locate_id .form_edu_id h6 {
    align-items: center;
    display: flex;
    font-size: 17px;
    font-weight: 600;
    margin-bottom: 0.75rem;
    text-transform: capitalize;
    color: #000000;
}.locate_id .form_edu_id h6 svg {
    transition: transform 0.3s ease;
    margin-left: 0.5rem;
    transform: scale(0.8);
}.locate_id .form_edu_id span {
    padding-left: 1.5rem;
    color: #000000;
    display: block;
    font-size: calc(17px - 0.05rem);
    margin-top: 0.25rem;
}.locate_id .request_feedback_iddLrU {
    display: flex;
    flex-direction: column;
    gap: 1.25rem;
}.locate_id .request_feedback_iddLrU > div {
    position: relative;
    overflow: hidden;
}.locate_id .get_contact_id {
    text-decoration: none;
    align-items: center;
    color: #000000;
    text-transform: capitalize;
    font-size: calc(17px - 0.05rem);
    font-weight: 400;
    transition: color 0.3s ease, transform 0.3s ease;
    display: flex;
}.locate_id .get_contact_id:hover {
    transform: translateX(5px);
    color: rgb(169,180,213);
}.locate_id .get_contact_id::before {
    bottom: -2px;
    content: "";
    width: 0;
    left: 0;
    position: absolute;
    background-color: rgb(169,180,213);
    height: 1px;
    transition: width 0.3s ease;
}.locate_id .get_contact_id:hover::before {
    width: 100%;
}.locate_id .get_contact_id svg {
    margin-left: 0.5rem;
    transition: transform 0.3s ease;
    transform: scale(0.8);
}.locate_id .get_contact_id:hover svg {
    transform: scale(0.9) rotate(5deg);
}.locate_id svg path {
    transition: fill 0.3s ease;
    fill: #000000;
}.locate_id .get_contact_id:hover svg path {
    fill: rgb(169,180,213);
}

@media (min-width: 768px) {.locate_id {
    padding: 8rem 0;
}.locate_id h1 {
    margin-bottom: 4rem;
}.locate_id .form_edu_id {
    padding: 3.5rem;
    grid-template-columns: repeat(2, 1fr);
}.locate_id .form_edu_id > div:first-child {
    grid-column: 1 / -1;
    padding-left: 2rem;
    font-size: calc(17px + 0.1rem);
}.locate_id .request_feedback_iddLrU {
    gap: 1.5rem;
}
}

@media (min-width: 992px) {.locate_id {
    padding: 10rem 0;
}.locate_id h1 {
    font-size: calc(39px * 1.1);
}.locate_id .form_edu_id {
    padding: 4rem;
    gap: 3rem;
    grid-template-columns: 2fr 1fr 1fr;
}.locate_id .form_edu_id > div:first-child {
    grid-column: auto;
}.locate_id .request_feedback_iddLrU {
    gap: 2rem;
}.locate_id .form_edu_id h6 {
    font-size: calc(17px * 1.05);
}
}

@media (max-width: 767px) {.locate_id {
    padding: 4rem 0;
}.locate_id h1 {
    font-size: calc(39px * 0.9);
    margin-bottom: 2.5rem;
}.locate_id .container {
    padding: 0 1.5rem;
}.locate_id .form_edu_id {
    padding: 2rem;
    gap: 2rem;
}.locate_id .form_edu_id > div:first-child {
    padding-left: 1rem;
    font-size: 17px;
}.locate_id .request_feedback_iddLrU {
    gap: 1rem;
}
}

@media (max-width: 480px) {.locate_id {
    padding: 3rem 0;
}.locate_id h1 {
    font-size: calc(39px * 0.8);
}.locate_id .container {
    padding: 0 1rem;
}.locate_id .form_edu_id {
    padding: 1.5rem;
}.locate_id .form_edu_id h6 {
    font-size: calc(17px * 0.95);
}}.title_intro_id {
    position: relative;
    overflow: hidden;
    align-items: center;
    background: linear-gradient(135deg, rgb(122,141,188) 0%, rgb(169,180,213) 100%);
    justify-content: center;
    min-height: 100vh;
    display: flex;
}.title_intro_id .learn_base_id {
    width: 100%;
    max-width: 1200px;
    padding: 2rem;
    z-index: 2;
    position: relative;
}.title_intro_id .about_section_id {
    position: relative;
    overflow: hidden;
    transition: transform 0.8s cubic-bezier(0.19, 1, 0.22, 1);
    transform: perspective(1000px) rotateY(-2deg);
    box-shadow: 0 15px 45px rgba(0, 0, 0, 0.1);
    padding: 4rem 3rem;
}.title_intro_id .learn_page_id {
    position: relative;
    border-left: 6px solid rgb(169,180,213);
}.title_intro_id .learn_page_id::before {
    position: absolute;
    backdrop-filter: blur(4px);
    top: 0;
    background: linear-gradient(
    135deg,
    rgba(#000000, 0.85) 0%,
    rgba(#000000, 0.7) 100%
  );
    content: '';
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1;
}.title_intro_id .learn_page_id::after {
    filter: blur(40px);
    opacity: 0.1;
    width: 200px;
    height: 200px;
    border-radius: 50%;
    position: absolute;
    z-index: 0;
    animation: pulse 10s infinite alternate ease-in-out;
    background: rgb(169,180,213);
    top: -10%;
    content: '';
    right: -5%;
}.title_intro_id .learn_page_id span {
    position: relative;
    transform: translateY(-20px);
    margin-bottom: 2rem;
    z-index: 2;
    opacity: 0;
    display: inline-block;
    animation: fadeInUp 0.8s 0.2s forwards cubic-bezier(0.19, 1, 0.22, 1);
}.title_intro_id .learn_page_id h3 {
    background: linear-gradient(90deg, rgb(169,180,213,0.5) 0%, transparent 100%);
    font-size: calc(18px * 0.9);
    max-width: 90%;
    color: #ffffff;
    padding: 1rem 2rem;
    margin: 0;
    line-height: 1.5;
    border-left: 3px solid rgb(122,141,188);
    letter-spacing: 0.5px;
    font-weight: 300;
}.title_intro_id .learn_page_id h1 {
    transform: translateY(-20px);
    font-weight: 700;
    line-height: 1.2;
    opacity: 0;
    animation: fadeInUp 0.8s 0.4s forwards cubic-bezier(0.19, 1, 0.22, 1);
    -webkit-background-clip: text !important;
    position: relative;
    background: linear-gradient(to right, #ffffff, rgb(255, 255, 255, 0.5));
    color: #ffffff;
    z-index: 2;
    font-size: 41px;
    margin: 0 0 2rem;
    background-clip: text !important;
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
}.title_intro_id .learn_page_id > div {
    transform: translateY(-20px);
    animation: fadeInUp 0.8s 0.6s forwards cubic-bezier(0.19, 1, 0.22, 1);
    opacity: 0;
    z-index: 2;
    position: relative;
}.title_intro_id .learn_page_id > div > div {
    position: relative;
    background: linear-gradient(
    90deg, 
    rgb(122,141,188) 0%, 
    rgb(122,141,188,0.5) 100%
  );
    display: inline-block;
    padding: 1.5rem 2rem;
    transform: perspective(500px) rotateX(2deg);
    clip-path: polygon(0 0, 100% 0, 95% 100%, 5% 100%);
}.title_intro_id .learn_page_id > div > div::after {
    bottom: -8px;
    position: absolute;
    left: 10%;
    filter: blur(4px);
    opacity: 0.5;
    right: 10%;
    height: 8px;
    content: '';
    background: rgb(122,141,188);
}.title_intro_id .learn_page_id p {
    font-weight: 400;
    line-height: 1.6;
    letter-spacing: 0.3px;
    font-size: calc(14px * 1.1);
    margin: 0;
    color: #ffffff;
}.title_intro_id .about_section_id:hover {
    transform: perspective(1000px) rotateY(0deg);
}

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

@keyframes pulse {
  0%, 100% {
    transform: scale(1);
    opacity: 0.1;
  }
  50% {
    transform: scale(1.5);
    opacity: 0.15;
  }
}

@media (max-width: 991px) {.title_intro_id .learn_page_id {
    padding: 3rem 2rem;
}.title_intro_id .learn_page_id h1 {
    font-size: calc(41px * 0.85);
}.title_intro_id .learn_page_id h3 {
    padding: 0.8rem 1.5rem;
    font-size: calc(18px * 0.85);
}
}

@media (max-width: 767px) {.title_intro_id .learn_base_id {
    padding: 1.5rem;
}.title_intro_id .learn_page_id {
    transform: perspective(1000px) rotateY(0deg);
    padding: 2.5rem 1.5rem;
}.title_intro_id .learn_page_id h1 {
    margin-bottom: 1.5rem;
    font-size: calc(41px * 0.7);
}.title_intro_id .learn_page_id h3 {
    padding: 0.8rem 1.2rem;
    max-width: 100%;
    font-size: calc(18px * 0.8);
}.title_intro_id .learn_page_id > div > div {
    padding: 1.2rem 1.5rem;
}.title_intro_id .learn_page_id p {
    font-size: 14px;
}
}

@media (max-width: 480px) {.title_intro_id .learn_page_id {
    padding: 2rem 1.2rem;
}.title_intro_id .learn_page_id h1 {
    font-size: calc(41px * 0.6);
}.title_intro_id .learn_page_id h3 {
    font-size: calc(18px * 0.75);
    padding: 0.6rem 1rem;
}.title_intro_id .learn_page_id > div > div {
    padding: 1rem 1.2rem;
    clip-path: polygon(0 0, 100% 0, 98% 100%, 2% 100%);
}}.training_specialist_id {
    position: relative;
    background: rgb(211,216,235);
    overflow: hidden;
    min-height: 450px;
    padding: 80px 40px;
}.training_specialist_id::before {
    content: "";
    left: 0;
    top: 0;
    background: repeating-linear-gradient(
        -45deg,
        transparent,
        transparent 30px,
        rgb(169,180,213,0.5) 30px,
        rgb(169,180,213,0.5) 32px
    );
    opacity: 0.05;
    position: absolute;
    height: 100%;
    width: 100%;
}.training_specialist_id .feedback_stars_id {
    transform-style: preserve-3d;
    flex-direction: column;
    max-width: 1000px;
    margin: 0 auto;
    display: flex;
    position: relative;
    perspective: 1000px;
}.training_specialist_id .photo_cell_id {
    transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1);
    height: 140px;
    margin-left: 60px;
    overflow: hidden;
    z-index: 5;
    border: 4px solid #ffffff;
    position: relative;
    width: 140px;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
    border-radius: 50%;
}.training_specialist_id .feedback_stars_id:hover .photo_cell_id {
    transform: translateY(-15px) scale(1.1);
    border-color: rgb(169,180,213);
}.training_specialist_id .job_tasks_id {
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.5);
    transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1);
    overflow: hidden;
    position: relative;
    transform: translateZ(0);
    margin-top: -40px;
    padding: 60px 40px 40px;
    border-radius: 26px;
    background: #ffffff;
}.training_specialist_id .feedback_stars_id:hover .job_tasks_id {
    transform: translateZ(30px);
}.training_specialist_id .job_tasks_id::before {
    transition: height 0.5s ease;
    left: 0;
    background: linear-gradient(to bottom, rgb(169,180,213), rgb(122,141,188));
    height: 0;
    width: 4px;
    content: "";
    top: 0;
    position: absolute;
}.training_specialist_id .feedback_stars_id:hover .job_tasks_id::before {
    animation: pulseGlow 2s infinite;
    height: 100%;
}.training_specialist_id .name {
    transition: all 0.4s ease;
    letter-spacing: 1px;
    font-weight: 700;
    font-size: 29px;
    color: #000000;
    margin-bottom: 5px;
    transform: translateX(0);
}.training_specialist_id .feedback_stars_id:hover .name {
    transform: translateX(15px);
    color: rgb(169,180,213);
}.training_specialist_id .job_tasks_id > div:nth-child(2) {
    font-size: 15px;
    transition: all 0.4s ease 0.1s;
    color: rgb(122,141,188);
    transform: translateX(0);
    opacity: 0.8;
    font-weight: 600;
    margin-bottom: 25px;
    letter-spacing: 0.5px;
    text-transform: uppercase;
}.training_specialist_id .feedback_stars_id:hover .job_tasks_id > div:nth-child(2) {
    transform: translateX(15px);
}.training_specialist_id .career_area_id {
    padding: 20px 0;
    opacity: 0.9;
    position: relative;
    transform: translateY(0);
    line-height: 1.8;
    transition: all 0.4s ease 0.2s;
    font-size: 15px;
    color: #000000;
}.training_specialist_id .feedback_stars_id:hover .career_area_id {
    transform: translateY(-5px);
}.training_specialist_id .career_area_id::before,
.training_specialist_id .career_area_id::after {
    background: rgb(122,141,188,0.5);
    transition: all 0.4s ease;
    width: 35px;
    position: absolute;
    content: "";
    height: 1px;
}.training_specialist_id .career_area_id::before {
    left: 0;
    top: 0;
}.training_specialist_id .career_area_id::after {
    bottom: 0;
    right: 0;
}.training_specialist_id .feedback_stars_id:hover .career_area_id::before,
.training_specialist_id .feedback_stars_id:hover .career_area_id::after {
    height: 2px;
    width: 100px;
    background: rgb(122,141,188);
}

@keyframes pulseGlow {
    0%, 100% {
        box-shadow: 0 0 8px 2px rgb(169,180,213,0.5);
    }
    50% {
        box-shadow: 0 0 15px 2px rgb(169,180,213);
    }
}

@media (min-width: 768px) {.training_specialist_id .feedback_stars_id {
    flex-direction: row;
    align-items: center;
}.training_specialist_id .photo_cell_id {
    height: 180px;
    z-index: 5;
    margin-right: -80px;
    width: 180px;
    margin-left: 0;
}.training_specialist_id .job_tasks_id {
    flex: 1;
    margin-top: 0;
    padding-left: 100px;
}
}

@media (max-width: 767px) {.training_specialist_id {
    padding: 60px 20px;
}.training_specialist_id .job_tasks_id {
    padding: 60px 25px 35px;
}.training_specialist_id .name {
    font-size: calc(29px - 4px);
}.training_specialist_id .job_tasks_id > div:nth-child(2) {
    font-size: calc(15px - 1px);
}.training_specialist_id .career_area_id {
    font-size: calc(15px - 1px);
}}.plan_deal_id {
    position: relative;
    background: rgb(211,216,235);
    overflow: hidden;
    padding: 100px 0;
}.plan_deal_id::before {
    z-index: 0;
    animation: float-effect 12s infinite alternate ease-in-out;
    position: absolute;
    height: 300px;
    content: "";
    background: rgb(169,180,213,0.5);
    width: 300px;
    right: -50px;
    filter: blur(80px);
    top: -50px;
}.plan_deal_id::after {
    z-index: 0;
    width: 250px;
    left: -50px;
    position: absolute;
    animation: float-effect 15s infinite alternate-reverse ease-in-out;
    height: 250px;
    filter: blur(60px);
    bottom: -50px;
    background: rgb(122,141,188,0.5);
    content: "";
}.plan_deal_id .container {
    position: relative;
    margin: 0 auto;
    max-width: 1200px;
    z-index: 1;
    padding: 0 15px;
}.plan_deal_id .access_cost_id {
    flex-direction: column;
    gap: 60px;
    display: flex;
}.plan_deal_id .cost_rates_id {
    text-align: center;
    position: relative;
    order: -1;
    padding: 0 20px;
    margin: 0 auto;
    max-width: 700px;
}.plan_deal_id .cost_rates_id h2 {
    margin-bottom: 20px;
    font-weight: 700;
    font-size: 30px;
    color: #000000;
    display: inline-block;
    position: relative;
}.plan_deal_id .cost_rates_id h2::after {
    width: 80px;
    height: 3px;
    content: "";
    transform: translateX(-50%);
    left: 50%;
    bottom: -10px;
    position: absolute;
    background: rgb(169,180,213);
}.plan_deal_id .price_sheet_id {
    margin-bottom: 0;
    opacity: 0.85;
    color: #000000;
    line-height: 1.6;
    font-size: 12px;
}.plan_deal_id .fee_plans_id {
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    perspective: 1000px;
    gap: 30px;
    display: grid;
}.plan_deal_id .rate_choices_id {
    perspective: 1000px;
    height: 100%;
    transform-style: preserve-3d;
    text-decoration: none;
    transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
    position: relative;
    color: inherit;
}.plan_deal_id .rate_choices_id:hover {
    transform: translateY(-10px) scale(1.02);
}.plan_deal_id .fee_pricing_id {
    height: 100%;
    transition: box-shadow 0.4s ease;
    display: flex;
    overflow: hidden;
    transform-style: preserve-3d;
    background: #ffffff;
    border-radius: 10px;
    flex-direction: column;
    position: relative;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.08);
}.plan_deal_id .rate_choices_id:hover .fee_pricing_id {
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.12), 0 0 20px rgb(169,180,213,0.5);
}.plan_deal_id .plan_rates_id {
    overflow: hidden;
    display: flex;
    z-index: 2;
    padding: 30px;
    position: relative;
    flex-direction: column;
    flex-grow: 1;
}.plan_deal_id .plan_rates_id::before {
    background: linear-gradient(90deg, rgb(169,180,213), rgb(122,141,188));
    transform: scaleX(0);
    position: absolute;
    height: 5px;
    top: 0;
    transition: transform 0.5s ease;
    right: 0;
    left: 0;
    content: "";
    transform-origin: left;
}.plan_deal_id .rate_choices_id:hover .plan_rates_id::before {
    transform: scaleX(1);
}.plan_deal_id .plan_rates_id h3 {
    word-break: break-word;
    white-space: normal;
    overflow-wrap: break-word;
    font-size: calc(23px + 2px);
    font-weight: 700;
    color: #000000;
    transition: transform 0.4s ease, color 0.3s ease;
    margin-bottom: 10px;
}.plan_deal_id .rate_choices_id:hover .plan_rates_id h3 {
    transform: translateX(5px);
    color: rgb(169,180,213);
}.plan_deal_id .discount_plan_id {
    font-weight: 700;
    overflow-wrap: break-word;
    margin: 10px 0 20px;
    color: rgb(122,141,188);
    position: relative;
    white-space: normal;
    display: block;
    transition: transform 0.4s ease;
    word-break: break-word;
    font-size: 23px;
}.plan_deal_id .discount_plan_id::before {
    height: 2px;
    background: rgb(122,141,188,0.5);
    transition: width 0.4s ease;
    bottom: -8px;
    content: "";
    position: absolute;
    width: 40px;
    left: 0;
}.plan_deal_id .rate_choices_id:hover .discount_plan_id::before {
    width: 80px;
}.plan_deal_id .plan_rates_id p {
    margin-bottom: 0;
    white-space: normal;
    font-size: calc(12px - 1px);
    flex-grow: 1;
    line-height: 1.6;
    transition: color 0.3s ease;
    overflow-wrap: break-word;
    color: #000000;
    word-break: break-word;
}.plan_deal_id .photo_cell_id {
    transition: transform 0.6s ease, filter 0.6s ease;
    transform: translateZ(-10px);
    position: relative;
    overflow: hidden;
    height: 200px;
}.plan_deal_id .photo_cell_id::after {
    position: absolute;
    inset: 0;
    opacity: 0.6;
    content: "";
    transition: opacity 0.5s ease;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.7), transparent);
}.plan_deal_id .rate_choices_id:hover .photo_cell_id {
    filter: brightness(1.1) contrast(1.05);
    transform: translateZ(0);
}.plan_deal_id .rate_choices_id:hover .photo_cell_id::after {
    opacity: 0.4;
}.plan_deal_id .rate_choices_id::after {
    height: 15px;
    transition: opacity 0.4s ease;
    z-index: -1;
    content: "";
    top: 100%;
    position: absolute;
    opacity: 0;
    filter: blur(10px);
    right: 30px;
    background: rgb(169,180,213,0.5);
    border-radius: 50%;
    left: 30px;
}.plan_deal_id .rate_choices_id: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_deal_id .access_cost_id {
    align-items: center;
    flex-direction: row;
}.plan_deal_id .cost_rates_id {
    padding-right: 40px;
    text-align: left;
    flex: 0 0 30%;
    order: 0;
}.plan_deal_id .cost_rates_id h2::after {
    transform: none;
    left: 0;
}.plan_deal_id .fee_plans_id {
    flex: 0 0 70%;
    grid-template-columns: repeat(2, 1fr);
}
}

@media (min-width: 1200px) {.plan_deal_id .fee_plans_id {
    gap: 40px;
    grid-template-columns: repeat(2, 1fr);
}.plan_deal_id .plan_rates_id {
    padding: 35px;
}.plan_deal_id .photo_cell_id {
    height: 220px;
}
}

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

@media (max-width: 767px) {.plan_deal_id {
    padding: 60px 0;
}.plan_deal_id .fee_plans_id {
    grid-template-columns: 1fr;
    gap: 25px;
}.plan_deal_id .cost_rates_id h2 {
    font-size: calc(30px - 4px);
}.plan_deal_id .photo_cell_id {
    height: 180px;
}.plan_deal_id .plan_rates_id {
    padding: 25px;
}
}

@media (max-width: 480px) {.plan_deal_id {
    padding: 50px 0;
}.plan_deal_id .plan_rates_id h3 {
    font-size: 23px;
}.plan_deal_id .discount_plan_id {
    font-size: calc(23px - 2px);
}.plan_deal_id .photo_cell_id {
    height: 160px;
}.plan_deal_id .plan_rates_id {
    padding: 20px;
}}.cookie_message_overlay_id {
    padding: 20px 0;
    z-index: 90;
    position: fixed;
    box-shadow: rgba(0, 0, 0, 0.5) 0px 0px 20px 0px;
    width: 100%;
    background: rgb(122,141,188);
    transition: all 0.3s ease-in-out;
    border-top: 2px solid rgb(169,180,213);
    bottom: 0;
}.data_policy_id {
    align-items: center;
    max-width: 1200px;
    margin: auto;
    display: flex;
    justify-content: space-between;
    padding: 20px 30px;
    flex-wrap: wrap;
}.cookie_message_overlay_id h5 {
    font-weight: 700;
    transition: color 0.3s ease-in-out;
    margin-bottom: 6px;
    font-size: 19px;
    color: #ffffff;
}.cookie_message_overlay_id p {
    font-size: 12px;
    color: #ffffff;
    max-width: 500px;
}.privacy_ack_id {
    flex-shrink: 0;
    margin-right: 20px;
}.privacy_ack_id svg, .privacy_ack_id svg path {
    height: 80px;
    transition: transform 0.3s ease-in-out;
    fill: rgb(169,180,213);
    width: 80px;
}.privacy_ack_id:hover svg {
    transform: rotate(10deg);
}.cookie_list_id {
    line-height: 35px;
    border-radius: 22px;
    transition: background 0.3s ease-in-out, transform 0.3s ease-in-out;
    margin-left: 20px;
    padding: 10px 20px;
    text-decoration: none;
    font-size: 17px;
    color: #ffffff;
    cursor: pointer;
    box-shadow: rgb(169,180,213,0.5) 0px 4px 10px 0px;
    background: rgb(169,180,213);
}.cookie_button.cookie_frame_id {
    background: rgb(169,180,213);
}.cookie_button.cookie_explained_id {
    background: rgb(122,141,188);
}.cookie_list_id:hover {
    box-shadow: rgb(169,180,213,0.5) 0px 6px 15px 0px;
    transform: scale(1.05);
}.cookie_message_overlay_id p a {
    color: rgb(169,180,213);
    font-weight: 600;
    text-decoration: none;
    transition: color 0.3s ease-in-out;
}.cookie_message_overlay_id p a:hover {
    color: rgb(122,141,188);
}.wrapper-segment_id .cookie_message_overlay_id {
    border: none;
    padding: 40px 0;
    box-shadow: rgba(0, 0, 0, 0.5) 0px 0px 40px 39px;
    background: rgb(122,141,188);
}.wrapper-segment_id .cookie_list_id {
    background: rgb(169,180,213);
    color: #ffffff;
    border: none;
    font-weight: 400;
    padding: 10px;
    transition: background 0.3s ease-in-out, transform 0.3s ease-in-out;
    font-size: 17px;
    margin-left: 30px;
    border-radius: 10px;
}.wrapper-segment_id .user_alert_id h5, .wrapper-segment_id .user_alert_id p {
    color: #ffffff;
}
@media only screen and (max-width: 1200px) {.cookie_message_overlay_id {
    padding: 20px;
}
}
@media only screen and (max-width: 800px) {.privacy_ack_id {
    display: none;
}.data_policy_id {
    justify-content: center;
    align-items: center;
    flex-direction: column;
}.cookie_message_overlay_id h5 {
    text-align: center;
}.cookie_message_overlay_id p {
    text-align: center;
}.user_alert_id {
    margin-bottom: 20px;
    text-align: center;
}.cookie_list_id {
    margin-top: 10px;
    max-width: 300px;
    margin-left: 0;
    width: 100%;
}}
#bannerCookieNotice_id {
    display: none;
}#bannerCookieNotice_id:checked ~ .cookie_message_overlay_id {
    visibility: hidden;
    opacity: 0;
}