* {
    padding: 0;
    box-sizing: border-box;
    margin: 0;
}

.wrapper-skeletonR {
    height: 100%;
    flex-direction: column;
    display: flex;
    min-height: 100%;
}

.header_leadt {
    flex: 1 0 auto;
}

a {
    text-decoration: none;
    color: inherit;
}

svg {
    height: 30px;
    width: 30px;
}

html,body {
    scroll-behavior: smooth;
    min-height: 100%;
    color: #000000;
    font-family: Arial, sans-serif;
    height: 100%;
}

.sec_certc::before {
    left: 0;
    position: absolute;
    content: "";
    background-color: rgb(166,189,193,0.5);
    height: 120px;
    background: 
        linear-gradient(135deg, rgb(214,230,219) 25%, transparent 25%) -50px 0,
        linear-gradient(225deg, rgb(214,230,219) 25%, transparent 25%) -50px 0,
        linear-gradient(315deg, rgb(214,230,219) 25%, transparent 25%),
        linear-gradient(45deg, rgb(214,230,219) 25%, transparent 25%);
    width: 100%;
    background-size: 100px 100px;
    top: 0;
}

footer .info_item:hover {
    background-color: #ffffff;
    transform: translateY(-5px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.05);
}

footer .info_item:hover::before {
    opacity: 1;
}

footer .info_item svg {
    margin-right: 10px;
    height: 20px;
    fill: rgb(166,189,193);
    width: 20px;
    vertical-align: middle;
}

footer .info_item p,
footer .info_item a {
    vertical-align: middle;
    color: #000000;
    display: inline-block;
    font-size: 14px;
    text-decoration: none;
    transition: color 0.3s ease;
}

footer .text_main_holder::before {
    position: absolute;
    content: "";
    z-index: -1;
    height: calc(100% + 80px);
    top: -40px;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.08);
    left: 0;
    background-color: #ffffff;
    width: 100%;
    border-radius: 25px;
}

footer .nav_mentorM svg {
    width: auto;
    margin-bottom: 15px;
    height: 45px;
}

footer .page_topq {
    margin-right: 20px;
    border-radius: 25px;
    z-index: 1;
    padding: 30px;
    margin-left: 20px;
    background-color: rgb(214,230,219);
    margin-top: -10px;
    position: relative;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
}

footer .site_studyc {
    grid-template-columns: 1fr;
    display: grid;
    margin-bottom: 20px;
    gap: 10px;
}

footer .site_studyc a {
    display: inline-block;
    position: relative;
    transition: all 0.3s ease;
    color: #000000;
    font-size: 14px;
    padding: 8px 0;
    text-decoration: none;
}

footer .site_studyc a:hover {
    color: rgb(166,189,193);
    transform: translateX(5px);
}

footer .subscribe_holder::before {
    height: 30px;
    right: 30px;
    z-index: -1;
    top: -15px;
    transform: rotate(45deg);
    position: absolute;
    width: 30px;
    content: "";
    background-color: rgb(166,189,193);
}

footer .subscribe_holder h5 {
    margin-bottom: 15px;
    font-size: 24px;
    color: #ffffff;
    font-weight: 600;
}

footer .input_holder {
    gap: 15px;
    position: relative;
    display: flex;
    flex-direction: column;
}

footer .input_holder input[type="email"]:focus {
    outline: none;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    background-color: #ffffff;
}

footer .input_holder input[type="email"]::placeholder {
    color: rgba(0, 0, 0, 0.4);
}

footer .subscribe_widgetq:hover {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    transform: translateY(-3px);
    background-color: rgb(123,157,172);
}

footer .citationA {
    position: relative;
    margin-top: 60px;
    z-index: 1;
    text-align: center;
}

.our_missionJ {
    color: #ffffff;
    overflow: hidden;
    position: relative;
    padding: 120px 0;
}

.our_missionJ::before {
    position: absolute;
    width: 100%;
    background: linear-gradient(135deg, 
        rgba(23, 35, 50, 0.92) 0%,
        rgba(41, 54, 74, 0.88) 45%,
        rgba(56, 72, 98, 0.85) 100%);
    top: 0;
    z-index: 1;
    left: 0;
    content: "";
    height: 100%;
}

.our_missionJ h4 {
    position: relative;
    margin-bottom: 50px;
    opacity: 0;
    transform: translateY(10px);
    font-size: calc(22px * 1.1);
    animation: fadeInUp 0.8s ease-out 0.2s forwards;
    color: #ffffff;
    text-align: center;
    letter-spacing: 3px;
    font-weight: 600;
    text-transform: uppercase;
    z-index: 3;
}

.our_missionJ .message_holderT {
    border: 1px solid rgba(255, 255, 255, 0.08);
    opacity: 0;
    border-left: 1px solid rgba(255, 255, 255, 0.15);
    animation: fadeInUp 1s ease-out 0.4s forwards;
    backdrop-filter: blur(10px);
    position: relative;
    transform: translateY(20px);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.25);
    padding: 50px 60px;
    border-top: 1px solid rgba(255, 255, 255, 0.15);
    background: linear-gradient(
        to right bottom,
        rgba(255, 255, 255, 0.05) 0%,
        rgba(255, 255, 255, 0.02) 100%
    );
}

.our_missionJ h6 {
    font-size: calc(17px * 1.3);
    margin-bottom: 25px;
    font-weight: 700;
    display: inline-block;
    color: rgb(123,157,172);
    position: relative;
}

.our_missionJ span {
    display: block;
    line-height: 1.8;
    font-weight: 400;
    column-gap: 40px;
    column-count: 1;
    font-family: Arial, sans-serif;
    text-align: justify;
    font-size: 13px;
    color: rgba(255, 255, 255, 0.9);
}

.our_missionJ .container::after {
    left: -50px;
    z-index: -1;
    animation: rotateOrbitReverse 25s linear infinite;
    width: 150px;
    position: absolute;
    content: "";
    height: 150px;
    border-radius: 50%;
    border: 1px solid rgba(255, 255, 255, 0.03);
    bottom: -30px;
}

.our_missionJ .message_holderT div::after {
    background-color: #ffffff;
    content: "";
    bottom: 30px;
    animation: twinkle 4s ease-in-out 1s infinite;
    position: absolute;
    left: 20px;
    border-radius: 50%;
    box-shadow: 0 0 8px 1px rgba(255, 255, 255, 0.6);
    width: 3px;
    height: 3px;
}

header::before {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    opacity: 0.2;
    top: 0;
    background: radial-gradient(circle at 30% 30%, rgb(166,189,193,0.5) 0%, transparent 70%);
    content: "";
}

header .nav_wrapb::after {
    filter: blur(5px);
    background: linear-gradient(90deg, transparent, rgb(123,157,172));
    width: 30%;
    content: "";
    bottom: -10px;
    height: 5px;
    right: 10%;
    position: absolute;
}

header .nav_wrapb .nav_mentorM::before {
    width: calc(100% + 10px);
    transition: opacity 0.3s ease;
    height: calc(100% + 10px);
    filter: blur(15px);
    background: linear-gradient(135deg, rgb(166,189,193), rgb(123,157,172));
    opacity: 0;
    left: -5px;
    position: absolute;
    content: "";
    z-index: -1;
    top: -5px;
}

header .nav_wrapb .nav_mentorM .top_mainA svg {
    height: 45px;
    width: auto;
}

header .nav_wrapb .page_topq::before {
    z-index: -1;
    border-radius: 20px;
    opacity: 0.1;
    height: 100%;
    backdrop-filter: blur(5px);
    position: absolute;
    background: linear-gradient(135deg, rgba(0, 0, 0, 0.5) 0%, transparent 100%);
    left: 0;
    top: 0;
    content: "";
    width: 100%;
}

header .nav_wrapb .page_topq .nav_blockD a::before {
    opacity: 0;
    content: "";
    left: 0;
    background: linear-gradient(135deg, rgb(166,189,193), rgb(123,157,172));
    width: 100%;
    transition: opacity 0.3s ease;
    top: 0;
    height: 100%;
    z-index: -1;
    position: absolute;
}

header .nav_wrapb .page_topq .nav_blockD:hover a::before {
    opacity: 1;
}

header .nav_wrapb .page_topq .nav_blockD:hover a {
    color: #ffffff;
}

header .nav_wrapb .page_topq .nav_blockD:active a::after {
    opacity: 0.3;
    transform: translate(-50%, -50%) scale(1);
}

header .nav_wrapb .page_topq .nav_blockD:nth-child(even) a::before {
    background: linear-gradient(to left, rgb(166,189,193), rgb(123,157,172));
}

.teacher_profiley::before {
    z-index: 0;
    content: "";
    opacity: 0.4;
    width: 100%;
    left: 0;
    position: absolute;
    top: 0;
    height: 100%;
    background: radial-gradient(circle at 30% 50%, rgb(166,189,193,0.5) 0%, transparent 40%);
}

.teacher_profiley .feedback_quotesa {
    grid-template-columns: 1fr;
    perspective: 1500px;
    max-width: 1000px;
    position: relative;
    z-index: 2;
    display: grid;
    margin: 0 auto;
    transform-style: preserve-3d;
}

.teacher_profiley .img_center_alignG::before {
    width: 100%;
    position: absolute;
    left: 0;
    content: "";
    background: linear-gradient(
        to bottom,
        transparent 50%,
        rgba(0, 0, 0, 0.5) 100%
    );
    height: 100%;
    top: 0;
    z-index: 1;
}

.teacher_profiley .job_containerr {
    background: #ffffff;
    z-index: 1;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.5);
    transform: rotateX(-5deg);
    transform-origin: top;
    padding: 40px;
    transition: transform 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    position: relative;
    border-radius: 0 0 26px 26px;
}

.teacher_profiley .name::after {
    left: 0;
    background: linear-gradient(to right, rgb(123,157,172), transparent);
    bottom: -5px;
    content: "";
    width: 0;
    position: absolute;
    height: 3px;
    transition: width 0.4s ease 0.1s;
}

.teacher_profiley .feedback_quotesa:hover .job_containerr > div:nth-child(2) {
    color: rgb(123,157,172);
    transform: translateZ(15px);
}

.teacher_profiley .emp_milestonesX {
    padding: 20px 0 0 0;
    font-size: 13px;
    position: relative;
    transition: transform 0.4s ease 0.2s;
    line-height: 1.7;
    color: #000000;
    transform: translateZ(0);
    border-top: 1px solid rgb(214,230,219);
}

.secure_vaultingV {
    gap: 2rem;
    grid-template-columns: 1fr;
    font-family: Arial, sans-serif;
    display: grid;
    color: #000000;
    padding: 2rem;
    background-color: #ffffff;
}

.secure_vaultingV h2 {
    border-bottom: 2px solid rgb(123,157,172);
    font-size: 30px;
    font-weight: 600;
}

.secure_vaultingV h3, .secure_vaultingV h4, .secure_vaultingV h5, .secure_vaultingV h6 {
    margin: 10px 0;
}

.secure_vaultingV ul {
    padding: 0;
    list-style: none;
    margin: 10px 0;
}

.secure_vaultingV ul li:last-child {
    border-bottom: none;
}

.secure_vaultingV ul li::before {
    color: rgb(166,189,193);
    margin-right: 1rem;
    content: '—';
}

.secure_vaultingV div {
    margin: 1rem 0;
}

.secure_vaultingV section {
    flex-direction: column;
    gap: 1rem;
    display: flex;
}

.future_learnersf::before {
    z-index: 0;
    background: 
        linear-gradient(45deg, rgb(166,189,193,0.5) 25%, transparent 25%),
        linear-gradient(-45deg, rgb(123,157,172,0.5) 25%, transparent 25%);
    height: 100%;
    position: absolute;
    background-size: 60px 60px;
    left: 0;
    width: 100%;
    top: 0;
    content: "";
    opacity: 0.05;
}

.future_learnersf h4::after {
    background: linear-gradient(90deg, rgb(166,189,193), rgb(123,157,172));
    height: 4px;
    position: absolute;
    bottom: 0;
    width: 70px;
    border-radius: 2px;
    left: 50%;
    transform: translateX(-50%);
    content: "";
}

.future_learnersf div p::before {
    width: calc(100% - 10px);
    background: #ffffff;
    position: absolute;
    z-index: -1;
    border-radius: calc(19px - 5px);
    transition: all 0.3s ease;
    left: 5px;
    border: 1px solid rgb(166,189,193,0.5);
    top: 5px;
    content: "";
    opacity: 0.4;
    height: calc(100% - 10px);
}

.future_learnersf div p:hover {
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
    transform: translateY(-10px);
}

.future_learnersf div p:hover::before {
    left: 10px;
    top: 10px;
}

.future_learnersf div p:hover::after {
    top: 15px;
    left: 15px;
}

.future_learnersf div p svg {
    background: rgb(214,230,219);
    height: 35px;
    transition: all 0.3s ease;
    left: 25px;
    position: absolute;
    border-radius: 50%;
    top: 25px;
    width: 35px;
    padding: 8px;
}

.future_learnersf div p:hover svg path {
    fill: rgb(123,157,172);
}

.stay_connectedj::before {
    content: "";
    background: linear-gradient(165deg, rgb(166,189,193), transparent);
    height: 120%;
    z-index: 1;
    top: -10%;
    position: absolute;
    width: 35%;
    opacity: 0.07;
    right: -5%;
    transform: rotate(-15deg);
}

.stay_connectedj .container {
    max-width: 1200px;
    z-index: 2;
    padding: 0 2rem;
    position: relative;
    margin: 0 auto;
}

.stay_connectedj .skills_centerA {
    border-left: 3px solid rgb(166,189,193);
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    flex-direction: column;
    padding: 3rem;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1), 0 5px 15px rgba(0, 0, 0, 0.07);
    background: rgba(255, 255, 255, 0.95);
    display: flex;
    transform: perspective(1000px) rotateY(-1deg);
    align-items: center;
}

.stay_connectedj .skills_centerA:hover h4::after {
    width: 5rem;
}

.stay_connectedj .input_holder {
    width: 100%;
    flex-direction: row;
    max-width: 600px;
    justify-content: center;
    display: flex;
    gap: 1rem;
    flex-wrap: wrap;
    margin-top: 1rem;
}

.stay_connectedj input[type="email"] {
    color: #000000;
    background: rgba(245, 245, 245, 0.7);
    font-size: 17px;
    padding: 0.9rem 1.2rem;
    width: 100%;
    transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
    outline: none;
    border: 1px solid rgba(0, 0, 0, 0.1);
}

.stay_connectedj input[type="email"]:focus::placeholder {
    opacity: 0.5;
}

.stay_connectedj .subscribe_widgetq::before {
    left: -100%;
    z-index: -1;
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    top: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, rgb(123,157,172), rgb(166,189,193));
    content: "";
    position: absolute;
}

.stay_connectedj .subscribe_widgetq:hover {
    transform: translateY(-3px);
    box-shadow: 0 7px 14px rgba(0, 0, 0, 0.15), 0 5px 5px rgba(0, 0, 0, 0.1);
}

.welcome_boardQ {
    margin: 0;
    overflow: hidden;
    width: 100%;
    position: relative;
    background-color: rgb(214,230,219);
    padding: 0;
}

.welcome_boardQ .learning_introB {
    padding: 80px 40px;
    overflow: hidden;
    z-index: 2;
    flex-direction: column;
    display: flex;
    position: relative;
    justify-content: center;
    min-height: 100vh;
}

.welcome_boardQ .learning_introB::after {
    background: rgb(123,157,172);
    transform: rotate(15deg);
    right: -50px;
    animation: float 15s ease-in-out infinite;
    opacity: 0.15;
    width: 200px;
    top: -50px;
    height: 200px;
    content: "";
    z-index: -1;
    position: absolute;
}

.welcome_boardQ .learning_introB h3 {
    padding: 12px 20px;
    box-shadow: 0 5px 20px rgba(0,0,0,0.1);
    font-family: Arial, sans-serif;
    background: linear-gradient(90deg, 
        rgb(166,189,193) 0%, 
        rgb(166,189,193,0.5) 100%);
    border-left: 3px solid rgb(123,157,172);
    transform: skewX(-5deg);
    font-weight: 400;
    color: #ffffff;
    margin-bottom: 1.5rem;
    line-height: 1.5;
    font-size: calc(21px * 0.9);
}

.welcome_boardQ .learning_introB h1::after {
    left: 0;
    content: "";
    background: rgb(123,157,172);
    position: absolute;
    width: 120px;
    bottom: -15px;
    transform-origin: left;
    height: 3px;
    animation-delay: 1s;
    animation: lineGrow 1.2s cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards;
}

.welcome_boardQ .learning_introB p {
    font-family: Arial, sans-serif;
    padding-left: 25px;
    border-left: 1px solid rgb(123,157,172);
    line-height: 1.6;
    font-size: calc(14px * 1.2);
    color: #ffffff;
    font-weight: 400;
    margin-top: 2rem;
    position: relative;
}

.welcome_boardQ .learning_introB > * {
    z-index: 5;
}

.program_detailsK::before {
    z-index: 0;
    position: absolute;
    filter: blur(30px);
    transform: rotate(-15deg) skewX(15deg);
    width: 40%;
    background: linear-gradient(145deg, rgb(166,189,193,0.5) 0%, transparent 80%);
    top: -10%;
    content: "";
    height: 80%;
    opacity: 0.7;
    right: -5%;
}

.program_detailsK .container {
    position: relative;
    z-index: 2;
    padding: 0 25px;
    margin: 0 auto;
    max-width: 1200px;
}

.program_detailsK h2 {
    line-height: 1.3;
    position: relative;
    color: #000000;
    font-size: calc(34px * 1.1);
    transform: translateX(-5px);
    font-weight: 700;
    margin-bottom: 50px;
}

.program_detailsK h2:hover::before {
    transform: scaleX(1.5);
}

.program_detailsK .career_learnN {
    grid-template-columns: 1fr;
    position: relative;
    gap: 30px;
    display: grid;
}

.program_detailsK .img_center_alignG::before {
    z-index: 1;
    height: 100%;
    content: "";
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: linear-gradient(
        to bottom right,
        rgba(var(--primary-color-rgb), 0.2),
        transparent 50%,
        rgba(var(--secondary-color-rgb), 0.2)
    );
}

.program_detailsK .message_holderT {
    padding: 20px 0;
    position: relative;
}

.program_detailsK .description {
    color: #000000;
    max-height: 300px;
    overflow-y: auto;
    line-height: 1.7;
    position: relative;
    transition: transform 0.4s cubic-bezier(0.22, 1, 0.36, 1);
    margin-bottom: 20px;
    padding-right: 15px;
    font-size: 13px;
    transform: translateY(0);
}

.program_detailsK .message_holderT::before {
    transform: scaleY(0.7);
    background: linear-gradient(to bottom, rgb(166,189,193), transparent);
    height: 70%;
    width: 4px;
    content: "";
    transform-origin: top center;
    left: -20px;
    position: absolute;
    top: 0;
    transition: transform 0.6s cubic-bezier(0.22, 1, 0.36, 1);
}

.connect_with_usD::before {
    opacity: 0.03;
    background-position: 0 0, 0 20px, 20px -20px, -20px 0px;
    content: "";
    background-image: 
        linear-gradient(45deg, rgb(166,189,193,0.5) 25%, transparent 25%),
        linear-gradient(-45deg, rgb(166,189,193,0.5) 25%, transparent 25%),
        linear-gradient(45deg, transparent 75%, rgb(166,189,193,0.5) 75%),
        linear-gradient(-45deg, transparent 75%, rgb(166,189,193,0.5) 75%);
    z-index: 0;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    position: absolute;
    background-size: 40px 40px;
}

.connect_with_usD .container {
    position: relative;
    padding: 0 15px;
    margin: 0 auto;
    max-width: 1200px;
    z-index: 2;
}

.connect_with_usD h3::before {
    left: 50%;
    transform: translateX(-50%);
    background: rgb(166,189,193);
    width: 80px;
    bottom: -15px;
    height: 2px;
    position: absolute;
    content: "";
}

.connect_with_usD .query_queryq {
    position: relative;
    display: flex;
    overflow: hidden;
    flex-wrap: wrap;
    background: #ffffff;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.08), 0 5px 25px rgba(0, 0, 0, 0.05);
    z-index: 2;
    border-radius: 21px;
}

.connect_with_usD .support_gridk h3 {
    letter-spacing: normal;
    font-weight: 600;
    color: #000000;
    text-transform: none;
    text-align: left;
    font-size: 24px;
    margin-bottom: 30px;
}

.connect_with_usD .support_gridk h3::after {
    transform: none;
    width: 25px;
    left: 0;
    bottom: -18px;
}

.connect_with_usD .support_gridk input[type="text"]:focus,
.connect_with_usD .support_gridk textarea:focus {
    border-color: rgb(166,189,193);
    outline: none;
    box-shadow: 0 0 0 4px rgb(166,189,193,0.5);
}

.connect_with_usD .support_gridk textarea {
    resize: vertical;
    min-height: 140px;
}

.connect_with_usD .support_gridk .inquiry_helpW {
    margin-bottom: 25px;
    align-items: flex-start;
    display: flex;
}

.connect_with_usD .support_gridk .inquiry_helpW label {
    position: relative;
    line-height: 1.6;
    color: #000000;
    cursor: pointer;
    font-size: 12px;
    padding-left: 30px;
}

.connect_with_usD .support_gridk .inquiry_helpW input[type="checkbox"]:checked + label::before {
    border-color: rgb(166,189,193);
    background: rgb(166,189,193);
}

.connect_with_usD .support_gridk .inquiry_helpW a {
    transition: all 0.3s ease;
    font-weight: 600;
    color: rgb(166,189,193);
    position: relative;
    text-decoration: none;
}

.connect_with_usD .support_gridk .inquiry_helpW a::after {
    bottom: -2px;
    transform-origin: right;
    transition: transform 0.3s ease;
    position: absolute;
    height: 1px;
    content: "";
    background: rgb(166,189,193);
    left: 0;
    transform: scaleX(0);
    width: 100%;
}

.connect_with_usD .support_gridk .support_feedbackf::before {
    position: absolute;
    transition: all 0.3s ease;
    top: 0;
    content: "";
    z-index: -1;
    height: 100%;
    left: 0;
    background: rgb(123,157,172);
    width: 0;
}

.connect_with_usD .support_gridk .support_feedbackf:hover::before {
    width: 100%;
}

.connect_with_usD .reach_messagem {
    background: linear-gradient(to bottom right, rgb(214,230,219), #ffffff);
    justify-content: center;
    position: relative;
    display: flex;
    flex-direction: column;
    flex: 1 1 35%;
    padding: 50px;
}

.connect_with_usD .reach_messagem h4 {
    color: #000000;
    font-size: 24px;
    font-weight: 600;
    position: relative;
    margin-bottom: 30px;
}

.connect_with_usD .reach_messagem h4::after {
    width: 40px;
    left: 0;
    content: "";
    background: rgb(166,189,193);
    position: absolute;
    height: 2px;
    bottom: -10px;
}

.connect_with_usD .reach_messagem .query_widgetv {
    margin: 0;
    padding: 0;
    list-style: none;
}

.connect_with_usD .reach_messagem .query_widgetv li:hover {
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.05);
    transform: translateX(5px);
}

.connect_with_usD .reach_messagem .query_widgetv li svg {
    margin-right: 15px;
    width: 20px;
    height: 20px;
    transition: all 0.3s ease;
}

.connect_with_usD .reach_messagem .query_widgetv li svg path {
    transition: all 0.3s ease;
    fill: rgb(166,189,193);
}

.connect_with_usD .reach_messagem .query_widgetv li span {
    color: #000000;
    font-size: 13px;
}

.connect_with_usD .reach_messagem .query_widgetv li a:hover {
    color: rgb(166,189,193);
}

.educational_yields {
    position: relative;
    padding: 120px 0;
    background: linear-gradient(145deg, rgb(214,230,219) 40%, rgba(248, 249, 250, 0.9) 100%);
    overflow: hidden;
}

.educational_yields::after {
    content: "";
    height: 250px;
    background: rgb(166,189,193,0.5);
    filter: blur(100px);
    z-index: 0;
    width: 250px;
    bottom: -80px;
    position: absolute;
    left: -80px;
}

.educational_yields .message_holderT {
    background: rgba(255, 255, 255, 0.8);
    transform: translateZ(0);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.08);
    position: relative;
    padding: 40px;
    backdrop-filter: blur(10px);
}

.educational_yields .message_holderT h4 {
    padding-bottom: 15px;
    position: relative;
    font-weight: 700;
    margin: 0 0 30px;
    font-size: 23px;
    color: #000000;
}

.educational_yields .message_holderT > div {
    margin-bottom: 20px;
}

.educational_yields .message_holderT ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.educational_yields .message_holderT li:hover {
    transform: translateX(5px);
}

.educational_yields .message_holderT p {
    font-size: 18px;
    display: flex;
    margin: 0;
    align-items: flex-start;
    line-height: 1.6;
    color: #000000;
}

.educational_yields .message_holderT li:hover p span:first-child {
    transform: rotate(5deg);
    background: rgb(123,157,172,0.5);
}

.educational_yields .message_holderT p span:last-child {
    padding-top: 4px;
}

.educational_yields .message_holderT li:hover svg {
    transform: scale(1.1);
}

.educational_yields .message_holderT li:hover svg path {
    fill: rgb(166,189,193);
}

.educational_yields .img_center_alignG:hover {
    transform: translateZ(0) perspective(1000px) rotateY(0);
}

.educational_yields .img_center_alignG::after {
    position: absolute;
    background: linear-gradient(45deg, rgba(rgb(166,189,193,0.5), 0.2), transparent);
    pointer-events: none;
    left: 0;
    content: "";
    width: 100%;
    top: 0;
    height: 100%;
}

.tariff_planz::before {
    left: 0;
    position: absolute;
    content: "";
    z-index: 1;
    height: 100%;
    background: linear-gradient(120deg, rgba(255,255,255,0.05) 0%, rgba(255,255,255,0) 70%);
    width: 100%;
    top: 0;
}

.tariff_planz .fee_structq {
    opacity: 0;
    text-align: center;
    background: linear-gradient(145deg, #ffffff, rgb(255, 255, 255, 0.5));
    order: 1;
    box-shadow: 0 15px 35px rgba(0,0,0,0.05);
    transform: translateY(20px);
    animation: fadeInUp 0.8s forwards 0.2s;
    padding: 2rem;
}

.tariff_planz .fee_structq .study_costsd {
    margin: 0 auto;
    max-width: 80%;
    line-height: 1.6;
    font-weight: 400;
    font-size: 13px;
    color: #000000;
}

.tariff_planz .value_dealsl {
    display: grid;
    order: 2;
    gap: 2rem;
    grid-template-columns: 1fr;
}

.tariff_planz .price_optsp:nth-child(1) {
    --i: 1;
}

.tariff_planz .price_optsp:nth-child(2) {
    --i: 2;
}

.tariff_planz .price_optsp:nth-child(3) {
    --i: 3;
}

.tariff_planz .price_optsp:nth-child(4) {
    --i: 4;
}

.tariff_planz .price_optsp:hover {
    transform: translateY(-5px) scale(1.02);
}

.tariff_planz .price_optsp:hover .access_ratesC {
    box-shadow: 0 15px 40px rgba(0,0,0,0.1);
}

.tariff_planz .premium_planr {
    position: relative;
    padding: 2.5rem 2rem;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    z-index: 1;
}

.tariff_planz .price_optsp:hover .premium_planr::before {
    transform: translate(0, 0);
    opacity: 0.7;
}

.tariff_planz .price_optsp h3 {
    font-size: calc(21px + 0.2rem);
    transition: color 0.3s ease;
    position: relative;
    margin-bottom: 1rem;
    color: #000000;
    font-weight: 700;
}

.tariff_planz .payment_plansv {
    display: inline-block;
    color: rgb(166,189,193);
    margin-bottom: 1.5rem;
    position: relative;
    font-weight: 700;
    font-size: calc(17px + 0.8rem);
}

.tariff_planz .price_optsp:hover .payment_plansv::before {
    width: 80px;
}

.tariff_planz .img_center_alignG {
    height: 200px;
    overflow: hidden;
    transition: transform 0.5s ease;
    position: relative;
}

.tariff_planz .img_center_alignG::after {
    inset: 0;
    position: absolute;
    content: "";
    background: linear-gradient(to top, rgba(0,0,0,0.2), transparent);
}

.operation_processB {
    overflow: visible;
    position: relative;
    background: linear-gradient(150deg, rgb(214,230,219) 0%, rgb(123,157,172,0.5) 100%);
    padding: 170px 0 130px;
}

.operation_processB .skills_centerA {
    max-width: 1200px;
    z-index: 2;
    margin: 0 auto;
    position: relative;
    padding: 0 20px;
}

.operation_processB .message_holderT {
    width: 100%;
    position: relative;
    display: flex;
    align-items: flex-start;
    flex-direction: column;
}

.operation_processB .message_holderT p {
    align-self: flex-end;
    background: rgba(255, 255, 255, 0.05);
    line-height: 1.8;
    z-index: 3;
    padding: 45px 50px;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
    font-size: 15px;
    backdrop-filter: blur(15px);
    margin-top: -20px;
    border-radius: 0 0 28px 28px;
    position: relative;
    color: #ffffff;
    width: 65%;
}

.operation_processB .message_holderT::after {
    border-bottom: 40px solid rgb(123,157,172);
    border-right: 30px solid transparent;
    content: '';
    opacity: 0.3;
    position: absolute;
    border-left: 30px solid transparent;
    height: 0;
    z-index: 5;
    bottom: 0;
    width: 0;
    left: 35%;
}

.operation_processB .message_holderT h2::after {
    z-index: -1;
    top: 0;
    right: -30px;
    background: linear-gradient(to right, rgb(166,189,193,0.5), transparent);
    width: 30px;
    height: 100%;
    content: '';
    opacity: 0.3;
    position: absolute;
}

.operation_processB .message_holderT p::after {
    opacity: 0.3;
    background: linear-gradient(to left, rgb(123,157,172,0.5), transparent);
    z-index: -1;
    position: absolute;
    top: 0;
    content: '';
    left: -30px;
    height: 100%;
    width: 30px;
}

.operation_processB .skills_centerA::before {
    left: 0;
    z-index: 1;
    height: 1px;
    content: '';
    opacity: 0.3;
    position: absolute;
    top: 50px;
    background: linear-gradient(90deg, rgb(123,157,172), transparent);
    width: 400px;
}

.cookieUsagePromptPanelD {
    background: rgb(214,230,219);
    transition: transform 0.3s ease-in-out;
    bottom: 0;
    width: 100%;
    align-items: center;
    border-top: 3px solid rgb(166,189,193);
    padding: 1rem 0;
    display: flex;
    z-index: 90;
    box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.5);
    position: fixed;
    overflow: hidden;
    justify-content: center;
}

.edu_consentz {
    margin-right: 1rem;
    flex-shrink: 0;
    align-items: center;
    display: flex;
}

.edu_consentz svg {
    width: 50px;
    height: 50px;
    fill: rgb(166,189,193);
}

.consent_boxA h5 {
    font-weight: 600;
    font-size: 1.5rem;
    color: rgb(166,189,193);
    margin-bottom: 0.5rem;
}

.cookie_button.cookie_complP {
    background: rgb(166,189,193);
}

.cookie_button.cookie_paneln {
    margin-left: 0.5rem;
    background: #000000;
}

.data_approvalU:hover {
    background: #000000;
    transform: translateY(-3px);
}

.cookie_button.cookie_paneln:hover {
    background: rgb(166,189,193);
}

.cookieUsagePromptPanelD p a:hover {
    color: #000000;
}


.thanksCorez {
    position: relative;
    background: linear-gradient(135deg, rgb(166,189,193,0.5), rgb(123,157,172) 120%);
    overflow: hidden;
    padding: 7rem 0;
}

.thanksCorez::after {
    bottom: -5%;
    opacity: 0.15;
    position: absolute;
    width: 250px;
    content: "";
    height: 250px;
    transform: rotate(15deg);
    background: radial-gradient(circle, rgb(123,157,172) 10%, transparent 70%);
    animation: float 9s ease-in-out infinite reverse;
    left: -5%;
}

.thanksCorez .skills_centerA {
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    clip-path: polygon(0 0, 100% 0, 100% 95%, 95% 100%, 0 100%);
    background: rgba(255, 255, 255, 0.92);
    position: relative;
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.1), 0 10px 20px rgba(0, 0, 0, 0.05);
    transform: perspective(1000px) rotateX(1deg);
    backdrop-filter: blur(10px);
    padding: 3.5rem;
}

.thanksCorez h5 {
    font-size: 20px;
    transform: translateX(0);
    font-weight: 700;
    line-height: 1.4;
    color: #000000;
    transition: transform 0.4s ease;
    position: relative;
    padding-bottom: 0.5rem;
    margin: 0;
}

.thanksCorez .skills_centerA:hover h5::after {
    width: 120px;
}

.thanksCorez .skills_centerA > div:last-child {
    position: relative;
    overflow: hidden;
}

.thanksCorez p {
    margin: 0;
    font-size: 15px;
    position: relative;
    line-height: 1.7;
    color: #000000;
    transition: color 0.3s ease;
}

.thanksCorez a::before {
    position: absolute;
    left: 0;
    transition: width 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    bottom: 0;
    width: 0;
    height: 1px;
    background: rgb(166,189,193);
    content: "";
}

.thanksCorez a:hover p {
    color: rgb(166,189,193);
}

.program_detailsK .description::-webkit-scrollbar {
    width: 4px;
}

.program_detailsK .description::-webkit-scrollbar-track {
    background: #ffffff;
}

.program_detailsK .description::-webkit-scrollbar-thumb {
    background: rgb(123,157,172,0.5);
    border-radius: 10px;
}



@media (min-width: 992px) {footer .page_topq {
    margin-top: 0;
}footer .subscribe_holder {
    margin-top: 0;
}
}



@media (max-width: 991px) {footer .text_main_holder {
    gap: 50px;
}
}



@media (max-width: 767px) {footer .sec_certc {
    padding: 80px 0 30px;
}footer .contact_detailsR {
    justify-content: center;
    padding: 20px;
}footer .info_item {
    width: 100%;
}footer .page_topq, footer .subscribe_holder {
    padding: 25px 20px;
    margin-left: 10px;
    margin-right: 10px;
}footer .citationA {
    margin-top: 40px;
}
}




@media (min-width: 1200px) {.our_missionJ .message_holderT {
    max-width: 90%;
    margin: 0 auto;
    padding: 60px 70px;
}.our_missionJ span {
    column-gap: 50px;
    column-count: 2;
}
}



@media (min-width: 992px) and (max-width: 1199px) {.our_missionJ {
    padding: 100px 0;
}.our_missionJ .message_holderT {
    margin: 0 auto;
    max-width: 95%;
    padding: 50px 60px;
}.our_missionJ span {
    column-gap: 40px;
    column-count: 2;
}
}



@media (min-width: 576px) and (max-width: 767px) {.our_missionJ {
    padding: 70px 0;
}.our_missionJ h4 {
    margin-bottom: 35px;
    font-size: calc(22px * 1);
}.our_missionJ .message_holderT {
    padding: 35px 40px;
}.our_missionJ h6 {
    margin-bottom: 20px;
    font-size: calc(17px * 1.2);
}.our_missionJ span {
    line-height: 1.7;
    font-size: calc(13px * 0.9);
    column-count: 1;
}
}



@media (max-width: 992px) {header .nav_wrapb {
    flex-direction: column;
    padding: 20px 15px;
}header .nav_wrapb .nav_mentorM {
    margin-bottom: 15px;
}header .nav_wrapb .page_topq {
    flex-wrap: wrap;
    width: 100%;
    justify-content: center;
}header .nav_wrapb .page_topq .nav_blockD {
    margin: 3px;
}header .nav_wrapb .page_topq .nav_blockD a {
    padding: 6px 12px;
    font-size: calc(13px - 1px);
}
}



@media (min-width: 768px) {.teacher_profiley .feedback_quotesa {
    grid-template-columns: 300px 1fr;
    grid-gap: 0;
}.teacher_profiley .img_center_alignG {
    border-radius: 26px 0 0 26px;
    transform-origin: right;
    height: 100%;
    transform: rotateY(-10deg);
}.teacher_profiley .feedback_quotesa:hover .img_center_alignG {
    transform: rotateY(0deg) translateZ(30px);
}.teacher_profiley .job_containerr {
    border-radius: 0 26px 26px 0;
    transform: rotateY(5deg);
    transform-origin: left;
}.teacher_profiley .feedback_quotesa:hover .job_containerr {
    transform: rotateY(0deg) translateZ(20px);
}
}



@media (max-width: 991px) {.future_learnersf {
    padding: 100px 0;
}.future_learnersf h4 {
    margin-bottom: 60px;
    font-size: calc(33px - 2px);
}.future_learnersf div {
    gap: 25px;
}.future_learnersf div p {
    padding: 20px 20px 20px 65px;
    min-width: 250px;
    flex: 0 0 calc(50% - 15px);
}.future_learnersf div p svg {
    height: 30px;
    top: 20px;
    width: 30px;
    left: 20px;
}
}



@media (max-width: 479px) {.future_learnersf {
    padding: 60px 0;
}.future_learnersf h4 {
    font-size: calc(33px - 6px);
    padding-bottom: 15px;
    margin-bottom: 40px;
}.future_learnersf div {
    gap: 15px;
}.future_learnersf div p {
    padding: 15px 15px 15px 55px;
    font-size: calc(13px - 1px);
}.future_learnersf div p svg {
    top: 15px;
    height: 25px;
    left: 15px;
    padding: 6px;
    width: 25px;
}}



@media screen and (max-width: 767px) {.stay_connectedj {
    padding: 3rem 0;
}.stay_connectedj .skills_centerA {
    padding: 2rem 1.5rem;
}.stay_connectedj h4 {
    font-size: calc(22px * 1.1);
    margin-bottom: 1.5rem;
}.stay_connectedj .input_holder {
    gap: 0.75rem;
    flex-direction: column;
}.stay_connectedj .input_holder span {
    flex: 1 1 auto;
    width: 100%;
}.stay_connectedj input[type="email"],
    .stay_connectedj .subscribe_widgetq {
    padding: 0.8rem 1rem;
    width: 100%;
}
}



@media (prefers-reduced-motion: reduce) {.stay_connectedj .skills_centerA,
    .stay_connectedj input[type="email"],
    .stay_connectedj .subscribe_widgetq,
    .stay_connectedj .subscribe_widgetq::before {
    transition: none;
}}



@media (max-width: 768px) {.welcome_boardQ .learning_introB {
    min-height: 90vh;
    padding: 50px 25px;
}.welcome_boardQ .learning_introB h1 {
    font-size: calc(42px * 0.75);
}.welcome_boardQ .learning_introB h3 {
    font-size: calc(21px * 0.8);
    margin-left: 0;
    padding: 10px 15px;
}.welcome_boardQ .learning_introB span {
    max-width: 100%;
    margin-left: 0;
}.welcome_boardQ .learning_introB p {
    padding-left: 15px;
    font-size: 14px;
}
}



@media (min-width: 1400px) {.welcome_boardQ .learning_introB h1 {
    font-size: calc(42px * 1.1);
}.welcome_boardQ .learning_introB h3 {
    font-size: 21px;
}.welcome_boardQ .learning_introB p {
    font-size: calc(14px * 1.3);
}
}



@media (min-width: 768px) {.program_detailsK {
    padding: 150px 0;
}.program_detailsK h2 {
    font-size: calc(34px * 1.2);
    margin-left: 60px;
    max-width: 80%;
}.program_detailsK h2::before {
    left: -60px;
    bottom: 50%;
    width: 100px;
}.program_detailsK .career_learnN {
    gap: 50px;
    grid-template-columns: 1fr 1.5fr;
    align-items: center;
}.program_detailsK .img_center_alignG {
    height: 450px;
    transform: perspective(1000px) rotateX(3deg) rotateY(-3deg);
}.program_detailsK .message_holderT {
    padding: 0 30px;
}.program_detailsK .description {
    max-height: 450px;
}
}



@media (min-width: 1200px) {.program_detailsK h2 {
    margin-left: 100px;
    font-size: calc(34px * 1.4);
}.program_detailsK h2::before {
    width: 150px;
    left: -100px;
}.program_detailsK .career_learnN {
    gap: 70px;
    grid-template-columns: 1fr 1.7fr;
}.program_detailsK .img_center_alignG {
    height: 550px;
}.program_detailsK .description {
    max-height: 550px;
    margin-bottom: 25px;
}}



@media (max-width: 768px) {.connect_with_usD {
    padding: 50px 0;
}.connect_with_usD h3 {
    font-size: calc(35px * 0.8);
    margin-bottom: 35px;
}.connect_with_usD .support_gridk h3,
    .connect_with_usD .reach_messagem h4 {
    font-size: calc(24px * 0.9);
}.connect_with_usD .support_gridk,
    .connect_with_usD .reach_messagem {
    padding: 30px;
}.connect_with_usD .support_gridk input[type="text"],
    .connect_with_usD .support_gridk textarea {
    padding: 12px 15px;
}.connect_with_usD .support_gridk .support_feedbackf {
    padding: 12px 25px;
}
}



@media (min-width: 768px) {.educational_yields .skills_centerA {
    grid-template-columns: 1fr 1fr;
    align-items: center;
    gap: 60px;
}.educational_yields .message_holderT {
    padding: 50px;
}.educational_yields .message_holderT > div {
    gap: 30px;
    display: flex;
}.educational_yields .message_holderT > div > ul {
    flex: 1;
}.educational_yields .message_holderT h4 {
    font-size: calc(23px * 1.1);
}
}



@media (max-width: 767px) {.educational_yields {
    padding: 80px 0;
}.educational_yields .message_holderT {
    padding: 30px;
}.educational_yields .message_holderT h4 {
    font-size: calc(23px * 0.9);
    margin-bottom: 25px;
}.educational_yields .img_center_alignG {
    box-shadow: 15px 15px 30px rgba(0, 0, 0, 0.12);
    transform: translateZ(0);
}.educational_yields .message_holderT li {
    margin-bottom: 15px;
}.educational_yields .message_holderT p {
    font-size: calc(18px * 0.95);
}
}



@media (min-width: 768px) {.tariff_planz .value_dealsl {
    grid-template-columns: repeat(2, 1fr);
}.tariff_planz .fee_structq {
    padding: 3rem;
}.tariff_planz .premium_planr {
    padding: 2.8rem 2.2rem;
}
}



@media (min-width: 992px) {.tariff_planz .trial_pricingb {
    gap: 2rem;
    grid-template-columns: 2fr 1fr;
}.tariff_planz .fee_structq {
    padding: 4rem 3rem;
    height: 100%;
    order: 2;
    text-align: left;
    display: flex;
    justify-content: center;
    flex-direction: column;
}.tariff_planz .fee_structq h2::after {
    transform: none;
    left: 0;
    background: linear-gradient(90deg, rgb(166,189,193), transparent);
    width: 100px;
}.tariff_planz .fee_structq .study_costsd {
    max-width: 100%;
    margin: 0;
}.tariff_planz .value_dealsl {
    order: 1;
    grid-template-columns: repeat(2, 1fr);
}
}



@media screen and (max-width: 1200px) {.operation_processB .message_holderT h2 {
    width: 55%;
}.operation_processB .message_holderT p {
    width: 70%;
}.operation_processB .message_holderT::before {
    right: 30%;
}.operation_processB .message_holderT::after {
    left: 30%;
}
}



@media screen and (max-width: 768px) {.operation_processB {
    padding: 120px 0 90px;
    overflow: hidden;
}.operation_processB .message_holderT {
    align-items: center;
}.operation_processB .message_holderT h2 {
    margin-bottom: 20px;
    border-radius: 28px 28px 28px 28px;
    font-size: calc(30px * 0.9);
    width: 90%;
}.operation_processB .message_holderT p {
    margin-top: 0;
    border-radius: 28px 28px 28px 28px;
    width: 90%;
}.operation_processB .message_holderT::before,
    .operation_processB .message_holderT::after,
    .operation_processB::after,
    .operation_processB .skills_centerA::before,
    .operation_processB .skills_centerA::after {
    display: none;
}
}


@media only screen and (max-width: 768px) {.cookieUsagePromptPanelD .container {
    flex-direction: column;
    align-items: center;
}.edu_consentz {
    margin-right: 0;
    margin-bottom: 1rem;
}.consent_boxA {
    text-align: center;
    margin-bottom: 1rem;
}.cookie_button.cookie_paneln {
    margin-left: 0;
    margin-top: 0.5rem;
}}



@media screen and (max-width: 576px) {.thanksCorez {
    padding: 3rem 0;
}.thanksCorez .skills_centerA {
    clip-path: polygon(0 0, 100% 0, 100% 98%, 98% 100%, 0 100%);
    padding: 1.75rem;
}.thanksCorez .skills_centerA > div:first-child {
    margin-bottom: 1.5rem;
}.thanksCorez .skills_centerA > div:first-child::before {
    left: -1.2rem;
    height: 60%;
}.thanksCorez h5 {
    font-size: calc(20px * 0.85);
}.thanksCorez p {
    line-height: 1.6;
    font-size: calc(15px * 0.95);
}
}



@keyframes rotateOrbit {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}



@keyframes twinkle {
    0%, 100% {
        opacity: 0.2;
        transform: scale(0.8);
    }
    50% {
        opacity: 1;
        transform: scale(1.2);
    }
}

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



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



@keyframes shine {
    0% {
        transform: translate(-100%, -100%) rotate(45deg);
    }
    20% {
        transform: translate(100%, 100%) rotate(45deg);
    }
    100% {
        transform: translate(100%, 100%) rotate(45deg);
    }
}



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

