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

header,footer {
    width: 100%;
}

header {
    width: 100%;
    z-index: 99;
    overflow: visible;
    background: rgb(202,216,236);
    position: relative;
}


footer {
    position: relative;
    font-family: Arial, sans-serif;
    perspective: 1000px;
    color: #ffffff;
}

.edu-links-3NeTM::before {
    animation: glowPulse 3s ease-in-out infinite alternate;
    top: 0;
    position: absolute;
    left: 0;
    content: "";
    background: linear-gradient(90deg, 
                transparent 0%, 
                rgb(128,139,155) 50%, 
                transparent 100%);
    height: 2px;
    width: 100%;
}

.edu-links-3NeTM .company_holder {
    padding: 2rem;
    border-radius: 22px;
    transform-style: preserve-3d;
    transition: all 0.4s ease;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.2);
    background: rgba(0, 0, 0, 0.2);
    backdrop-filter: blur(10px);
    border-left: 3px solid rgb(165,179,200);
    position: relative;
}

.edu-links-3NeTM .referral-prog-NMlsG {
    line-height: 1.7;
    padding-left: 1rem;
    color: rgba(255, 255, 255, 0.8);
    position: relative;
    max-width: 100%;
    font-size: 17px;
}

.edu-links-3NeTM .nav-pagewrap-Gr5Ji {
    display: grid;
    gap: 2rem;
    grid-template-columns: repeat(2, 1fr);
    height: 100%;
}

.edu-links-3NeTM .main-pagewrap-eTti6:hover::before {
    left: -100%;
    top: -100%;
}

.edu-links-3NeTM .main-pagewrap-eTti6::after {
    border-color: transparent rgb(165,179,200) transparent transparent;
    transform: translateZ(5px);
    transition: all 0.4s ease;
    border-width: 0 25px 25px 0;
    content: "";
    height: 0;
    width: 0;
    transform-style: preserve-3d;
    position: absolute;
    right: 0;
    border-style: solid;
    top: 0;
}

.edu-links-3NeTM .main-pagewrap-eTti6 h5::before {
    background: rgb(128,139,155);
    content: "";
    width: 100%;
    height: 1px;
    bottom: -8px;
    left: 0;
    position: absolute;
}

.edu-links-3NeTM .main-pagewrap-eTti6:hover h5::after {
    width: 100%;
}

.edu-links-3NeTM .main-pagewrap-eTti6 a {
    font-size: 17px;
    color: rgba(255, 255, 255, 0.75);
    transition: all 0.3s ease;
    padding: 0.5rem 0;
    display: block;
    text-decoration: none;
    transform-style: preserve-3d;
    position: relative;
}

.peer-help-rTPup::before {
    background: linear-gradient(to right, 
                transparent 0%, 
                rgb(165,179,200) 30%, 
                #ffffff 50%, 
                rgb(128,139,155) 70%, 
                transparent 100%);
    position: absolute;
    content: "";
    top: 0;
    height: 1px;
    left: 0;
    width: 100%;
}

.edu-links-3NeTM .company_holder:hover::before,
.edu-links-3NeTM .main-pagewrap-eTti6:hover::before {
    opacity: 0.5;
}

.edu-links-3NeTM .company_holder:hover::after {
    transform: rotate(45deg);
    width: 40px;
    height: 40px;
}



.edu-links-3NeTM .company_holder .referral-prog-NMlsG::after {
    transition: width 0.4s ease;
    position: absolute;
    height: 3px;
    width: 70px;
    bottom: -10px;
    background: linear-gradient(to right, rgb(165,179,200), transparent);
    content: "";
    left: 1rem;
}

.edu-links-3NeTM .main-pagewrap-eTti6:nth-child(2)::before {
    background: radial-gradient(circle, rgb(128,139,155,0.5) 0%, transparent 70%);
}

.edu-links-3NeTM .nav-pagewrap-Gr5Ji a:hover::after {
    width: 100%;
}

.learning-outcomes-LnuaM {
    position: relative;
    background: linear-gradient(135deg, rgb(202,216,236) 0%, #ffffff 100%);
    padding: 100px 0;
    overflow: hidden;
}

.learning-outcomes-LnuaM h5 {
    margin-left: auto;
    font-size: 23px;
    max-width: 800px;
    font-weight: 700;
    margin-bottom: 50px;
    position: relative;
    color: #000000;
    line-height: 1.4;
    margin-right: auto;
    z-index: 2;
    letter-spacing: -0.5px;
    text-align: center;
}

.learning-outcomes-LnuaM .knowledge-studio-2bDlN {
    box-shadow: 0 15px 40px -20px rgba(0, 0, 0, 0.1);
    flex-direction: column;
    padding: 40px;
    transform: translateY(0);
    gap: 30px;
    backdrop-filter: blur(10px);
    background: rgba(255, 255, 255, 0.85);
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    display: flex;
}

.learning-outcomes-LnuaM ul {
    display: grid;
    list-style: none;
    padding: 0;
    grid-template-columns: 1fr;
    gap: 20px;
    margin: 0;
}

.learning-outcomes-LnuaM li p {
    display: flex;
    position: relative;
    color: #000000;
    font-weight: 400;
    margin: 0;
    align-items: flex-start;
    font-size: 18px;
    line-height: 1.6;
}

.learning-outcomes-LnuaM li:hover svg path {
    fill: rgb(128,139,155);
}

.id-thankdiv-gfQ1M::after {
    filter: blur(20px);
    z-index: 0;
    content: "";
    background: linear-gradient(220deg, rgb(128,139,155,0.5) 0%, rgb(165,179,200,0.5) 100%);
    height: 60%;
    animation: float 18s ease-in-out infinite reverse;
    transform: rotate(10deg) skewX(-10deg);
    bottom: -5%;
    position: absolute;
    left: -2%;
    opacity: 0.3;
    width: 30%;
}

.id-thankdiv-gfQ1M .knowledge-studio-2bDlN::before {
    top: 0;
    animation: shimmerMask 8s infinite linear;
    width: 100%;
    mask-image: linear-gradient(45deg, #000 25%, rgba(0, 0, 0, 0.7) 50%, #000 75%);
    height: 100%;
    left: 0;
    content: "";
    z-index: -1;
    background: linear-gradient(to right, 
               #ffffff 0%, 
               rgba(255, 255, 255, 0.8) 100%);
    position: absolute;
    mask-size: 200% 200%;
}

.id-thankdiv-gfQ1M a {
    transform: translateZ(0);
    text-decoration: none;
    transition: transform 0.4s cubic-bezier(0.23, 1, 0.32, 1);
    display: block;
}

.id-thankdiv-gfQ1M a:hover {
    transform: translateY(-3px);
}

.customer-support-Zoswn::before {
    top: 0;
    background: 
        radial-gradient(circle at 10% 20%, rgb(128,139,155,0.5) 0%, transparent 50%),
        radial-gradient(circle at 90% 80%, rgb(165,179,200,0.5) 0%, transparent 40%);
    position: absolute;
    width: 100%;
    content: "";
    height: 100%;
    left: 0;
    z-index: 0;
}

.customer-support-Zoswn .edu-reach-vNth1 {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 30px;
    backdrop-filter: blur(5px);
}

.customer-support-Zoswn .get-contactbox-8WbMs::before {
    animation: shimmer 10s linear infinite;
    height: 200%;
    position: absolute;
    left: -50%;
    width: 200%;
    top: -50%;
    background: linear-gradient(45deg, transparent, rgba(255, 255, 255, 0.03), transparent);
    pointer-events: none;
    content: "";
    transform: rotate(45deg);
}

.customer-support-Zoswn .get-contactbox-8WbMs h2::after {
    position: absolute;
    content: "";
    background: rgb(165,179,200);
    bottom: -10px;
    border-radius: 10px;
    height: 3px;
    width: 50px;
    left: 0;
}

.customer-support-Zoswn .get-contactbox-8WbMs p span {
    color: #ffffff;
    margin-left: 10px;
    display: inline-block;
}

.customer-support-Zoswn .talk-answer-vfaBA::before {
    background: linear-gradient(135deg, transparent, rgba(rgb(165,179,200,0.5), 0.1));
    height: 100%;
    position: absolute;
    pointer-events: none;
    width: 100%;
    top: 0;
    content: "";
    left: 0;
}

.customer-support-Zoswn .get-contactbox-8WbMs .image-show-item-eWQKF {
    border-radius: 28px;
    overflow: hidden;
    position: relative;
    height: 100%;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.3);
    transition: all 0.5s ease;
    transform: perspective(1000px) rotateY(-5deg);
    width: 100%;
}

.customer-support-Zoswn .instant-contact-C1qyd {
    gap: 30px;
    display: flex;
    justify-content: center;
    flex-direction: column;
}

.customer-support-Zoswn .instant-contact-C1qyd a:hover {
    background: rgba(255, 255, 255, 0.1);
    transform: translateX(5px);
    border-left-color: rgb(165,179,200);
}

.customer-support-Zoswn .instant-contact-C1qyd a span {
    font-size: 16px;
    color: rgb(128,139,155);
    font-weight: 600;
    margin-bottom: 5px;
}

.customer-support-Zoswn svg {
    margin-right: 10px;
    height: 20px;
    transition: all 0.3s ease;
    fill: rgb(128,139,155);
    width: 20px;
}

.course-structure-A0i1z {
    padding: 100px 0 120px;
    background: linear-gradient(135deg, rgb(202,216,236) 0%, rgba(245, 247, 250, 1) 100%);
    overflow: hidden;
    position: relative;
}

.course-structure-A0i1z .container {
    z-index: 1;
    max-width: 1200px;
    padding: 0 20px;
    position: relative;
    margin: 0 auto;
}

.course-structure-A0i1z h2 {
    margin-left: auto;
    max-width: 800px;
    transform: perspective(1000px) rotateX(0deg);
    color: #000000;
    transition: transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
    font-size: 35px;
    position: relative;
    margin-bottom: 50px;
    font-weight: 700;
    line-height: 1.3;
    margin-right: auto;
    text-align: center;
}

.course-structure-A0i1z .image-show-item-eWQKF {
    transition: transform 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    transform: translateZ(20px);
    overflow: hidden;
    position: relative;
    box-shadow: 0 15px 35px rgba(rgba(0, 0, 0, 0.5), 0.15);
    height: 500px;
    border-radius: 3px;
}

.course-structure-A0i1z .summary-frame-lOaIU {
    scrollbar-color: rgb(165,179,200) rgba(rgb(202,216,236), 0.5);
    max-height: 500px;
    overflow-y: auto;
    transform: translateZ(10px);
    position: relative;
    padding-right: 15px;
    scrollbar-width: thin;
}

.course-structure-A0i1z .description:first-of-type:hover::before {
    height: 100%;
}

.teaching-history-9KRhT::before {
    position: absolute;
    z-index: 1;
    content: "";
    top: -10%;
    transform: rotate(-15deg);
    left: -10%;
    width: 70%;
    background: rgb(128,139,155,0.5);
    animation: pulse 8s infinite alternate;
    height: 120%;
    clip-path: polygon(0 0, 100% 0, 80% 100%, 0 100%);
}

.teaching-history-9KRhT .image-show-item-eWQKF::after {
    background: linear-gradient(45deg, rgb(165,179,200,0.5) 0%, transparent 70%);
    content: "";
    position: absolute;
    border-radius: 10px;
    left: 0;
    height: 100%;
    top: 0;
    width: 100%;
}

.teaching-history-9KRhT .name {
    color: rgb(165,179,200);
    font-weight: 700;
    margin-bottom: 0.5rem;
    font-size: 33px;
    font-family: Arial, sans-serif;
    position: relative;
}

.teaching-history-9KRhT .user-reviews-NIMzo:hover .name::after {
    transform: scaleX(1);
}

.teaching-history-9KRhT .user-reviews-NIMzo:hover .employee-summary-di4QR > div:nth-child(2) {
    transform: translateX(0);
    opacity: 1;
}

.teaching-history-9KRhT .career-card-IbJQa {
    padding-left: 1.5rem;
    font-style: italic;
    line-height: 1.6;
    font-size: 17px;
    color: #000000;
    position: relative;
    font-weight: 400;
}

.pricing-structure-8u9y3 .container {
    margin: 0 auto;
    max-width: 1320px;
    position: relative;
    padding: 0 20px;
    z-index: 1;
}

.pricing-structure-8u9y3 h2::after {
    transform: translateX(-50%);
    content: "";
    position: absolute;
    background: linear-gradient(90deg, rgb(165,179,200), rgb(128,139,155));
    bottom: -15px;
    left: 50%;
    height: 4px;
    width: 80px;
    box-shadow: 0 2px 10px rgba(rgb(165,179,200,0.5), 0.5);
}

.pricing-structure-8u9y3 .cost-schemes-cEjba li {
    transition: transform 0.5s cubic-bezier(0.17, 0.67, 0.83, 0.67);
    transform: perspective(1000px) rotateX(5deg);
}

.pricing-structure-8u9y3 .rate-choices-uSnk2::before {
    content: "";
    top: 0;
    position: absolute;
    transform: translateZ(10px);
    background: linear-gradient(90deg, 
        rgb(165,179,200), 
        rgb(128,139,155) 50%, 
        rgb(165,179,200));
    height: 5px;
    width: 100%;
    left: 0;
}

.pricing-structure-8u9y3 .learn-price-dKJ3w:hover .rate-choices-uSnk2::after {
    opacity: 1;
}

.pricing-structure-8u9y3 .pricing-levels-F9med {
    transform-style: preserve-3d;
    position: relative;
    z-index: 1;
    padding: 30px 25px;
}

.pricing-structure-8u9y3 .learn-price-dKJ3w:hover .pricing-levels-F9med h4 {
    color: rgb(128,139,155);
    transform: translateZ(25px);
}

.pricing-structure-8u9y3 .package-rates-wc6Ig {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
    clip-path: polygon(0 0, 100% 0, 95% 100%, 5% 100%);
    transition: all 0.3s ease;
    font-size: calc(20px * 1.3);
    color: rgb(128,139,155);
    transform: translateZ(25px);
    position: relative;
    text-align: center;
    background: linear-gradient(rgba(rgb(165,179,200,0.5), 0.2), rgba(rgb(165,179,200,0.5), 0.4));
    display: block;
    border-radius: 2px;
    padding: 10px 15px;
    font-weight: 700;
    margin-top: 20px;
}

.contact-form-box-kCWcr .container {
    position: relative;
    padding: 0 1rem;
    z-index: 2;
    max-width: 1200px;
    margin: 0 auto;
}

.contact-form-box-kCWcr h2::after {
    width: 80px;
    content: '';
    position: absolute;
    background: linear-gradient(
        to right, 
        transparent, 
        rgb(165,179,200), 
        transparent
    );
    left: 50%;
    bottom: -0.5rem;
    transform: translateX(-50%);
    height: 3px;
}

.contact-form-box-kCWcr .image-show-item-eWQKF::before {
    content: '';
    background: linear-gradient(
        45deg, 
        rgb(128,139,155,0.5) 0%, 
        rgb(165,179,200,0.5) 100%
    );
    opacity: 0.6;
    height: 100%;
    top: 0;
    width: 100%;
    mix-blend-mode: color-dodge;
    position: absolute;
    left: 0;
}

.contact-form-box-kCWcr .query-feedback-U3SJ6 input:not([type="checkbox"]):not([type="submit"]):focus {
    box-shadow: 0 0 15px rgba(rgb(165,179,200), 0.3);
    border-color: rgb(165,179,200);
}

.contact-form-box-kCWcr .query-feedback-U3SJ6 .support-message-9IJVm input[type="checkbox"]:checked {
    background: rgb(165,179,200);
    border-color: rgb(165,179,200);
}

.contact-form-box-kCWcr .query-feedback-U3SJ6 .support-message-9IJVm label {
    align-items: center;
    color: #ffffff;
    display: flex;
    font-size: 13px;
}

.contact-form-box-kCWcr .query-feedback-U3SJ6 .feedback-info-EcOdY {
    border-radius: 10px;
    cursor: pointer;
    transition: all 0.3s ease;
    font-weight: 600;
    overflow: hidden;
    color: #ffffff;
    border: none;
    width: 100%;
    font-size: 20px;
    padding: 1rem;
    background: rgb(165,179,200);
    position: relative;
}

.join-now-gkImb {
    position: relative;
    background: linear-gradient(135deg, rgb(165,179,200), rgb(128,139,155));
    perspective: 1000px;
    padding: 4rem 2rem;
    transform-style: preserve-3d;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
    overflow: hidden;
}

.join-now-gkImb .container {
    gap: 2.5rem;
    flex-direction: column;
    display: flex;
    z-index: 1;
    margin: 0 auto;
    align-items: center;
    position: relative;
    max-width: 1140px;
    transform: translateZ(20px);
}

.join-now-gkImb div div span {
    transition: transform 0.4s cubic-bezier(0.18, 0.89, 0.32, 1.28);
    transform: translateZ(30px);
    display: inline-block;
    position: relative;
}

.join-now-gkImb .feedback-info-EcOdY::before {
    background: linear-gradient(45deg, 
        rgb(128,139,155), 
        rgb(165,179,200), 
        rgb(128,139,155));
    top: -2px;
    left: -2px;
    right: -2px;
    opacity: 0;
    bottom: -2px;
    filter: blur(10px);
    position: absolute;
    transform: translateZ(-5px);
    z-index: -1;
    transition: opacity 0.4s ease;
    content: '';
}

.join-now-gkImb .feedback-info-EcOdY:hover::before {
    opacity: 0.7;
}

.join-now-gkImb .feedback-info-EcOdY:active {
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1),
                0 3px 3px rgba(0, 0, 0, 0.1),
                0 0 0 2px rgba(255, 255, 255, 0.1);
    transform: translateY(0) translateZ(0);
    transition: all 0.1s ease;
}

.landing-page-zmU2P::after {
    z-index: 1;
    animation: float 20s ease-in-out infinite;
    width: 60%;
    background: radial-gradient(ellipse, rgb(165,179,200,0.5) 0%, transparent 70%);
    content: "";
    height: 60%;
    position: absolute;
    top: -20%;
    right: -10%;
}

.landing-page-zmU2P .edu-main-fXbjh > div:first-child p {
    opacity: 0;
    animation: fadeSlideRight 1s 1s ease-out forwards;
    max-width: 90%;
    font-weight: 600;
    color: #ffffff;
    font-size: calc(16px * 1.2);
    transform: translateX(-10px);
    line-height: 1.6;
    letter-spacing: 0.5px;
    text-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
}

.landing-page-zmU2P .learn-academy-NIWmF:hover {
    transform: perspective(1000px) rotateY(0deg) rotateX(0deg);
}

.landing-page-zmU2P .learn-academy-NIWmF > div::after {
    content: "";
    z-index: 2;
    width: 100%;
    bottom: 0;
    height: 60%;
    position: absolute;
    left: 0;
    background: linear-gradient(to top, #000000 10%, rgba(0, 0, 0, 0) 100%);
}

.landing-page-zmU2P .learn-academy-NIWmF > div > div > div {
    position: relative;
    padding-left: 1.5rem;
}

.landing-page-zmU2P .learn-academy-NIWmF .title_style_header {
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.4);
    font-size: 45px;
    color: #ffffff;
    font-weight: 700;
    animation: fadeUp 1.2s 1.4s cubic-bezier(0.19, 1, 0.22, 1) forwards;
    opacity: 0;
    transform: translateY(10px);
    margin: 0;
    letter-spacing: 1px;
    line-height: 1.2;
}

.secure-preserve-e3TZR .container:hover {
    transform: translateZ(10px) rotateX(0deg);
}

.secure-preserve-e3TZR h1 {
    line-height: 1.2;
    font-size: calc(38px * 1.2);
    margin-bottom: 2rem;
    position: relative;
    padding-bottom: 1rem;
    font-weight: 700;
    letter-spacing: -0.5px;
    color: #000000;
    font-family: Arial, sans-serif;
}

.secure-preserve-e3TZR:hover h1::after {
    transform: scaleX(1.5);
}

.secure-preserve-e3TZR h2:hover {
    transform: translateX(5px);
}

.secure-preserve-e3TZR h3 {
    position: relative;
    font-size: calc(24px * 1.2);
    margin: 2.5rem 0 1rem;
    padding-bottom: 0.5rem;
    border-bottom: 1px solid rgba(0,0,0,0.1);
    font-weight: 600;
    color: #000000;
    font-family: Arial, sans-serif;
}

.secure-preserve-e3TZR p {
    margin-bottom: 1.5rem;
    transform: translateZ(0);
    font-size: 13px;
    font-family: Arial, sans-serif;
    color: #000000;
    position: relative;
    line-height: 1.8;
    transition: transform 0.3s ease-out;
}

.secure-preserve-e3TZR ul li {
    position: relative;
    padding-left: 1.5rem;
    color: #000000;
    font-size: 13px;
    margin-bottom: 1rem;
    font-family: Arial, sans-serif;
    transition: transform 0.2s ease-out;
    line-height: 1.7;
}

.secure-preserve-e3TZR span {
    font-size: 13px;
    transform: translateX(0);
    background-color: rgba(rgba(0, 0, 0, 0.5), 0.02);
    display: block;
    margin-bottom: 2rem;
    font-family: Arial, sans-serif;
    color: #000000;
    padding: 1rem 1.5rem;
    line-height: 1.7;
    border-left: 2px solid rgb(128,139,155,0.5);
    transition: transform 0.3s ease-out, border-left-color 0.3s ease-out;
}

header .main-navbar-O7nyY .header-page-xuTqF::before,
header .main-navbar-O7nyY .header-page-xuTqF::after {
    border-radius: 17px;
    width: 90%;
    height: 90%;
    position: absolute;
    content: "";
}

header .main-navbar-O7nyY .header-page-xuTqF::before {
    transform: scale(0);
    transform-origin: top left;
    transition: transform 0.3s ease;
    border-top: 2px solid rgb(165,179,200);
    border-left: 2px solid rgb(165,179,200);
    top: -5px;
    left: -5px;
}

header .main-navbar-O7nyY .main-pagewrap-eTti6::before,
header .main-navbar-O7nyY .main-pagewrap-eTti6::after {
    width: 2px;
    position: absolute;
    background: rgb(165,179,200,0.5);
    content: "";
    height: 70%;
    top: 15%;
}

header .main-navbar-O7nyY .main-pagewrap-eTti6::before {
    left: 0;
}

header .main-navbar-O7nyY .main-pagewrap-eTti6 .header-mainbar-LkYfh a {
    display: block;
    position: relative;
    transition: color 0.3s ease;
    text-align: center;
    text-decoration: none;
    padding: 10px 5px;
    color: #000000;
    font-family: Arial, sans-serif;
    font-weight: 600;
    font-size: 18px;
}

.cookie-ack-szl27 {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
    z-index: 1;
}

.privacy-notify-sweIz {
    flex-shrink: 0;
    margin-right: 20px;
}

#cookie-banner-alert-gTOcr:checked ~ .consentNotificationBox-7NQ85 {
    visibility: hidden;
    opacity: 0;
}

.edu-cookie-yZBTp h5 {
    font-weight: 700;
    margin-bottom: 5px;
    font-size: 22px;
    color: rgb(165,179,200);
}

.consentNotificationBox-7NQ85 p a {
    color: rgb(165,179,200);
    text-decoration: underline;
}


.our-background-2iC7o {
    color: #ffffff;
    overflow: hidden;
    padding: 120px 0 140px;
    position: relative;
}

.our-background-2iC7o .container {
    padding: 0 20px;
    z-index: 2;
    margin: 0 auto;
    max-width: 1200px;
    position: relative;
}

.our-background-2iC7o h2 {
    margin-bottom: 50px;
    position: relative;
    font-weight: 700;
    transform: translateX(-10px);
    font-size: 46px;
    display: inline-block;
}

.our-background-2iC7o h2::after {
    width: 100px;
    height: 2px;
    bottom: -12px;
    content: "";
    left: 0;
    background: linear-gradient(90deg, rgb(128,139,155), transparent);
    position: absolute;
}

.our-background-2iC7o .summary-frame-lOaIU:hover::before {
    opacity: 1;
}

.our-background-2iC7o .summary-frame-lOaIU > div {
    position: relative;
}

.our-background-2iC7o .summary-frame-lOaIU p {
    margin-bottom: 20px;
    font-size: calc(20px * 1.2);
    position: relative;
    color: rgb(128,139,155);
    letter-spacing: 1px;
    font-weight: 600;
    display: inline-block;
}

.our-background-2iC7o .summary-frame-lOaIU div > div::first-letter {
    color: rgb(128,139,155);
    line-height: 0.8;
    margin-right: 8px;
    font-weight: 700;
    float: left;
    font-size: 3.5em;
}


@media only screen and (max-width: 1200px)  {.container {
    padding: 0 20px;
    width: 100%;
}
}



@media (max-width: 768px) {.edu-links-3NeTM {
    padding: 3.5rem 0 1.5rem;
}.edu-links-3NeTM .nav-pagewrap-Gr5Ji {
    gap: 1.5rem;
    grid-template-columns: 1fr;
}.edu-links-3NeTM .company_holder,
    .edu-links-3NeTM .main-pagewrap-eTti6 {
    padding: 1.5rem;
}.edu-links-3NeTM .company_holder h3,
    .edu-links-3NeTM .main-pagewrap-eTti6 h5 {
    margin-bottom: 1.25rem;
}.peer-help-rTPup {
    padding: 1.25rem 0;
    margin-top: 2rem;
}
}



@media (min-width: 768px) {.learning-outcomes-LnuaM {
    padding: 120px 0;
}.learning-outcomes-LnuaM .knowledge-studio-2bDlN {
    flex-direction: row;
    align-items: center;
    padding: 60px;
}.learning-outcomes-LnuaM .knowledge-studio-2bDlN > div:first-child {
    border-radius: 10px;
    flex: 0 0 45%;
    margin-right: 30px;
    overflow: hidden;
}.learning-outcomes-LnuaM ul {
    grid-template-columns: 1fr 1fr;
}.learning-outcomes-LnuaM h5 {
    margin-bottom: 60px;
    font-size: calc(23px * 1.1);
}.learning-outcomes-LnuaM li:nth-child(even) {
    animation: fadeInRight 0.5s ease-out forwards;
    animation-delay: 0.2s;
}.learning-outcomes-LnuaM li:nth-child(odd) {
    animation-delay: 0.1s;
    animation: fadeInLeft 0.5s ease-out forwards;
}
}



@media (max-width: 576px) {.id-thankdiv-gfQ1M {
    padding: 3rem 0;
}.id-thankdiv-gfQ1M .knowledge-studio-2bDlN {
    padding: 1.5rem;
    border-left-width: 3px;
}.id-thankdiv-gfQ1M .knowledge-studio-2bDlN > div:first-child::after {
    width: 50px;
    height: 3px;
}.id-thankdiv-gfQ1M .knowledge-studio-2bDlN:hover > div:first-child::after {
    width: 80px;
}.id-thankdiv-gfQ1M h5 {
    font-size: calc(18px * 0.85);
}.id-thankdiv-gfQ1M p {
    font-size: calc(13px * 0.9);
    line-height: 1.5;
}}



@media screen and (max-width: 992px) {.course-structure-A0i1z {
    padding: 80px 0 100px;
}.course-structure-A0i1z h2 {
    font-size: calc(35px * 0.9);
    margin-bottom: 40px;
}.course-structure-A0i1z .training-guide-thjG9 {
    grid-template-columns: 1fr;
    gap: 30px;
}.course-structure-A0i1z .image-show-item-eWQKF {
    order: -1;
    height: 400px;
}.course-structure-A0i1z .summary-frame-lOaIU {
    max-height: 450px;
}
}



@media (hover: none) {.course-structure-A0i1z h2:hover,
    .course-structure-A0i1z .image-show-item-eWQKF:hover {
    transform: none;
}.course-structure-A0i1z h2:hover::after {
    width: 80px;
}}



@media (max-width: 768px) {.teaching-history-9KRhT .user-reviews-NIMzo {
    grid-template-columns: 1fr;
}.teaching-history-9KRhT .image-show-item-eWQKF {
    height: 300px;
}}



@media (max-width: 767px) {.pricing-structure-8u9y3 {
    padding: 60px 0;
}.pricing-structure-8u9y3 h2 {
    font-size: calc(28px * 0.8);
}.pricing-structure-8u9y3 .cost-schemes-cEjba {
    max-width: 450px;
    margin: 0 auto;
    grid-template-columns: 1fr;
}.pricing-structure-8u9y3 .cost-schemes-cEjba li {
    transform: perspective(800px) rotateX(3deg);
}.pricing-structure-8u9y3 .package-rates-wc6Ig {
    font-size: calc(20px * 1.2);
}
}



@media screen and (max-width: 768px) {.contact-form-box-kCWcr {
    padding: 3rem 0;
}.contact-form-box-kCWcr h2 {
    font-size: calc(38px * 0.8);
    margin-bottom: 2rem;
}.contact-form-box-kCWcr .query-feedback-U3SJ6 h3 {
    font-size: calc(32px * 0.9);
}.contact-form-box-kCWcr .query-feedback-U3SJ6 input:not([type="checkbox"]):not([type="submit"]) {
    padding: 0.8rem 1.2rem;
    margin-bottom: 1rem;
}.contact-form-box-kCWcr .query-feedback-U3SJ6 .support-message-9IJVm {
    align-items: flex-start;
}.contact-form-box-kCWcr .query-feedback-U3SJ6 .support-message-9IJVm input[type="checkbox"] {
    margin-top: 0.2rem;
}
}



@media (min-width: 1200px) {.join-now-gkImb h6 {
    font-size: calc(17px * 1.1);
}.join-now-gkImb .feedback-info-EcOdY {
    padding: 1.25rem 3rem;
    font-size: calc(15px * 1.1);
}
}



@media (prefers-reduced-motion) {.join-now-gkImb::after {
    animation: none;
}.join-now-gkImb .feedback-info-EcOdY:hover,
    .join-now-gkImb .feedback-info-EcOdY:active {
    transform: none;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}.join-now-gkImb h6,
    .join-now-gkImb .container,
    .join-now-gkImb div div span {
    transform: none;
}}



@media (min-width: 1440px) {.landing-page-zmU2P .edu-main-fXbjh {
    gap: 5%;
    grid-template-columns: 40% 55%;
}.landing-page-zmU2P .edu-main-fXbjh > div:first-child p {
    font-size: calc(16px * 1.8);
}.landing-page-zmU2P .learn-academy-NIWmF > div {
    padding: 5rem 4rem;
    min-height: 640px;
}.landing-page-zmU2P .learn-academy-NIWmF h3 {
    font-size: calc(24px * 1.4);
}.landing-page-zmU2P .learn-academy-NIWmF .title_style_header {
    font-size: calc(45px * 1.6);
}
}



@media screen and (max-width: 1200px) {.secure-preserve-e3TZR {
    padding: 4rem 1.5rem;
}.secure-preserve-e3TZR .container {
    padding: 1.5rem;
}.secure-preserve-e3TZR h1 {
    font-size: calc(38px * 1.1);
}.secure-preserve-e3TZR h2 {
    font-size: 30px;
}
}



@media screen and (max-width: 768px) {.secure-preserve-e3TZR {
    padding: 2rem 0.5rem;
}.secure-preserve-e3TZR .container {
    padding: 1.5rem 1rem;
}.secure-preserve-e3TZR h1 {
    font-size: calc(38px * 0.9);
}.secure-preserve-e3TZR h2 {
    font-size: calc(30px * 0.9);
    padding-left: 0.75rem;
}.secure-preserve-e3TZR h3 {
    font-size: 24px;
}.secure-preserve-e3TZR h4 {
    font-size: 21px;
}.secure-preserve-e3TZR p, 
    .secure-preserve-e3TZR ul li,
    .secure-preserve-e3TZR span {
    font-size: calc(13px * 0.95);
}.secure-preserve-e3TZR ul {
    padding-left: 0.5rem;
}.secure-preserve-e3TZR span {
    padding: 0.75rem 1rem;
}
}



@media (max-width: 767px) {header .main-navbar-O7nyY .main-pagewrap-eTti6 {
    flex-wrap: wrap;
    justify-content: center;
}header .main-navbar-O7nyY .main-pagewrap-eTti6 .header-mainbar-LkYfh {
    margin: 3px 0;
}header .main-navbar-O7nyY .main-pagewrap-eTti6 .header-mainbar-LkYfh:not(:last-child)::after {
    display: none;
}}



@media (min-width: 768px) {.our-background-2iC7o {
    padding: 150px 0 180px;
}.our-background-2iC7o h2 {
    margin-bottom: 70px;
    font-size: calc(46px * 1.2);
}.our-background-2iC7o .summary-frame-lOaIU {
    padding: 60px;
    grid-template-columns: 1fr;
}.our-background-2iC7o .summary-frame-lOaIU div > div {
    column-count: 2;
}
}

@keyframes scanline {
    0% {
        transform: translateY(-100%);
        opacity: 0.5;
    }
    50% {
        opacity: 0.2;
    }
    100% {
        transform: translateY(100%);
        opacity: 0.5;
    }
}



@keyframes glowPulse {
    0%, 100% {
        opacity: 0.8;
        box-shadow: 0 0 10px rgb(128,139,155,0.5);
    }
    50% {
        opacity: 1;
        box-shadow: 0 0 20px rgb(128,139,155);
    }
}



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



@keyframes shimmerMask {
  0% {
    mask-position: 0% 0%;
  }
  100% {
    mask-position: 200% 0%;
  }
}

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



@keyframes pulse {
    0% {
        opacity: 0.2;
    }
    50% {
        opacity: 0.3;
    }
    100% {
        opacity: 0.1;
    }
}



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



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



@keyframes float {
  0%, 100% {
    transform: translateY(0) translateX(0);
  }
  25% {
    transform: translateY(-15px) translateX(10px);
  }
  50% {
    transform: translateY(5px) translateX(-10px);
  }
  75% {
    transform: translateY(-5px) translateX(5px);
  }
}

