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

.container {
    margin: auto;
    max-width: 100%;
    width: 1222px;
}

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

.trial-offer-CiL {
    flex: 0 0 auto;
}

.trial-offer-CiL {
    font-family: Arial, sans-serif;
    padding: 100px 0 30px;
    position: relative;
    color: #000000;
    background-color: rgb(228,227,232);
}


footer {
    position: relative;
    width: 100%;
}

footer .diversity-sOx {
    z-index: 1;
    position: relative;
    margin-top: -70px;
}

footer .send-info-WNc {
    position: relative;
    flex-wrap: wrap;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
    padding: 25px;
    background-color: #ffffff;
    z-index: 2;
    margin-bottom: 60px;
    transform: translateY(-30px);
    justify-content: space-between;
    border-radius: 12px;
    display: flex;
}

footer .info_item {
    border-radius: 10px;
    margin: 10px;
    padding: 10px 15px;
    background-color: rgb(228,227,232);
    position: relative;
    transition: all 0.3s ease;
    flex: 1 1 200px;
}

footer .info_item::before {
    left: 0;
    opacity: 0;
    position: absolute;
    border-radius: 3px 0 0 3px;
    content: "";
    width: 3px;
    height: 100%;
    background-color: rgb(177,173,191);
    top: 0;
    transition: opacity 0.3s ease;
}

footer .info_item a:hover {
    color: rgb(177,173,191);
}

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

footer .nav-pro-BVb {
    padding: 0 30px;
    position: relative;
}

footer .nav-pro-BVb::after {
    right: 30px;
    height: 1px;
    bottom: -15px;
    position: absolute;
    background: linear-gradient(90deg, rgb(177,173,191), transparent);
    content: "";
    left: 30px;
}

footer .footnote-ref-HeZ {
    color: #000000;
    font-size: 16px;
    line-height: 1.6;
    max-width: 330px;
}

footer .page-head-bGw h5 {
    font-weight: 600;
    color: #000000;
    display: inline-block;
    position: relative;
    font-size: 22px;
    margin-bottom: 20px;
}

footer .page-head-bGw h5::after {
    position: absolute;
    left: 0;
    content: "";
    width: 50px;
    background-color: rgb(177,173,191);
    bottom: -7px;
    height: 2px;
}

footer .top-page-6Se a::after {
    bottom: 5px;
    position: absolute;
    height: 2px;
    transition: width 0.3s ease;
    left: 0;
    width: 0;
    content: "";
    background-color: rgb(177,173,191);
}

footer .top-page-6Se a:hover::after {
    width: 100%;
}

footer .subscribe_holder {
    margin-top: -10px;
    margin-left: 40px;
    border-radius: 12px;
    padding: 30px;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
    background-color: rgb(177,173,191);
    z-index: 0;
    margin-right: 40px;
    color: #ffffff;
    position: relative;
}

footer .subscribe_holder p {
    margin-bottom: 25px;
    font-size: 16px;
    color: rgba(255, 255, 255, 0.9);
    line-height: 1.6;
}

footer .input_holder input[type="email"] {
    border: none;
    transition: background-color 0.3s ease;
    font-size: 16px;
    color: #000000;
    border-radius: 10px;
    padding: 14px 16px;
    background-color: rgba(255, 255, 255, 0.9);
}

footer .news-container-Adw {
    font-size: 19px;
    background-color: #000000;
    cursor: pointer;
    font-weight: 600;
    padding: 14px 20px;
    color: #ffffff;
    transition: all 0.3s ease;
    border: none;
    border-radius: 10px;
}

footer .conduct-code-Frq {
    background-color: #ffffff;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
    color: #000000;
    display: inline-block;
    padding: 8px 20px;
    font-size: 16px;
    border-radius: 30px;
}

.reach-out-mT7::before {
    top: 0;
    opacity: 0.4;
    position: absolute;
    background-image: 
        radial-gradient(circle at 20% 30%, rgb(177,173,191,0.5) 0%, transparent 70%),
        radial-gradient(circle at 80% 70%, rgb(137,128,167,0.5) 0%, transparent 70%);
    height: 100%;
    width: 100%;
    left: 0;
    content: '';
    z-index: 1;
}

.reach-out-mT7 .pic-float-WPj {
    position: absolute;
    clip-path: polygon(0 0, 100% 0, 85% 100%, 0 100%);
    width: 45%;
    height: 100%;
    z-index: 2;
    top: 0;
    left: 0;
}

.reach-out-mT7 .container {
    z-index: 3;
    position: relative;
    max-width: 1200px;
    padding: 0 15px;
    margin: 0 auto;
}

.reach-out-mT7 .request-message-m0H {
    overflow: hidden;
    border-radius: 24px;
    backdrop-filter: blur(10px);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.2),
                0 5px 15px rgba(0, 0, 0, 0.1),
                0 0 0 1px rgba(255, 255, 255, 0.1) inset;
    justify-content: space-between;
    background: rgba(255, 255, 255, 0.05);
    display: flex;
}

.reach-out-mT7 .message-links-zGk::before {
    content: '';
    height: 200px;
    position: absolute;
    right: -100px;
    border-radius: 50%;
    width: 200px;
    opacity: 0.2;
    background: radial-gradient(rgb(177,173,191,0.5), transparent 70%);
    top: -100px;
}

.reach-out-mT7 form {
    z-index: 2;
    position: relative;
}

.reach-out-mT7 form h3 {
    background: linear-gradient(to right, #ffffff, rgb(177,173,191));
    text-shadow: none;
    font-size: 24px;
    text-align: left;
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text !important;
    margin-bottom: 25px;
}

.reach-out-mT7 input[type="text"]:focus,
.reach-out-mT7 textarea:focus {
    outline: none;
    border-color: rgb(177,173,191);
    box-shadow: 0 0 10px rgb(177,173,191,0.5);
    background: rgba(255, 255, 255, 0.12);
}

.reach-out-mT7 .inquiry-info-T0O {
    margin-bottom: 25px;
    position: relative;
    display: flex;
    align-items: flex-start;
}

.reach-out-mT7 .inquiry-info-T0O label::before {
    left: 0;
    height: 20px;
    content: '';
    top: 2px;
    transition: all 0.3s ease;
    border-radius: 10px;
    border: 1px solid rgba(255, 255, 255, 0.3);
    position: absolute;
    background: rgba(255, 255, 255, 0.08);
    width: 20px;
}

.reach-out-mT7 .inquiry-info-T0O input[type="checkbox"]:checked + label::after {
    left: 7px;
    width: 6px;
    transform: rotate(45deg);
    position: absolute;
    content: '';
    border-width: 0 2px 2px 0;
    border: solid #ffffff;
    top: 5px;
    height: 12px;
}

.reach-out-mT7 .message-reach-d7g::before {
    width: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    top: 0;
    left: -100%;
    height: 100%;
    content: '';
    position: absolute;
    transition: left 0.7s ease;
}

.reach-out-mT7 .message-reach-d7g:hover {
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgb(177,173,191,0.5);
}

.reach-out-mT7 .query-card-GUz {
    background: linear-gradient(135deg, rgba(0, 0, 0, 0.3), transparent);
    padding: 40px;
    overflow: hidden;
    position: relative;
    width: 40%;
}

.reach-out-mT7 .query-card-GUz h4 {
    color: #ffffff;
    font-family: Arial, sans-serif;
    position: relative;
    font-weight: 600;
    margin-bottom: 30px;
    font-size: 24px;
}

.reach-out-mT7 .reach-panel-W84 {
    margin: 0;
    padding: 0;
    list-style: none;
}

.reach-out-mT7 .reach-panel-W84 li {
    padding-left: 5px;
    display: flex;
    align-items: flex-start;
    position: relative;
    margin-bottom: 25px;
    transition: transform 0.3s ease;
}

.reach-out-mT7 .reach-panel-W84 li:hover::before {
    left: -3px;
    opacity: 1;
    height: 6px;
    width: 6px;
}

.reach-out-mT7 .reach-panel-W84 svg {
    flex-shrink: 0;
    margin-right: 15px;
    filter: drop-shadow(0 0 5px rgb(177,173,191,0.5));
    height: 24px;
    width: 24px;
    fill: rgb(177,173,191);
    transition: transform 0.3s ease;
}

.reach-out-mT7 .reach-panel-W84 li:hover svg path {
    fill: rgb(137,128,167);
}

.reach-out-mT7 .reach-panel-W84 a {
    color: #ffffff;
    transition: color 0.3s ease;
    text-decoration: none;
}

.customer-comments-xP3 {
    overflow: hidden;
    position: relative;
    padding: 140px 0 160px;
    background: radial-gradient(circle at 70% 30%, rgb(137,128,167,0.5) 0%, rgb(228,227,232) 70%);
}



.customer-comments-xP3 .approach-edu-Wgs {
    max-width: 1200px;
    padding: 0 20px;
    z-index: 2;
    position: relative;
    margin: 0 auto;
}

.customer-comments-xP3 h4 {
    position: relative;
    color: #000000;
    margin-bottom: 100px;
    font-family: Arial, sans-serif;
    text-align: center;
    font-size: 33px;
    font-weight: 700;
}

.customer-comments-xP3 h4::before,
.customer-comments-xP3 h4::after {
    background: rgb(177,173,191);
    position: absolute;
    height: 3px;
    content: "";
    bottom: -20px;
}

.customer-comments-xP3 h4::before {
    width: 80px;
    left: calc(50% - 100px);
}

.customer-comments-xP3 .user-testimonials-iul {
    display: grid;
    gap: 40px;
    margin: 0 auto;
    position: relative;
    grid-template-columns: repeat(3, 1fr);
    max-width: 1100px;
}

.customer-comments-xP3 .success-feedback-HxU {
    flex-direction: column;
    align-items: center;
    width: 100%;
    transition: all 0.4s ease;
    position: relative;
    padding: 0;
    display: flex;
}

.customer-comments-xP3 .success-feedback-HxU .pic-float-WPj {
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
    margin-bottom: 15px;
    border: 4px solid #ffffff;
    border-radius: 50%;
    transition: all 0.3s ease;
    position: relative;
    z-index: 2;
    width: 80px;
    height: 80px;
}

.customer-comments-xP3 .success-feedback-HxU span {
    color: #000000;
    text-align: center;
    padding: 0 10px;
    z-index: 2;
    font-weight: 600;
    font-size: 21px;
    font-family: Arial, sans-serif;
    display: block;
    margin-bottom: 10px;
    position: relative;
}

.customer-comments-xP3 .success-feedback-HxU:hover p {
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.1);
    transform: translateY(-5px);
}

.customer-comments-xP3 .success-feedback-HxU p::before {
    top: -10px;
    position: absolute;
    border-left: 10px solid transparent;
    content: "";
    transform: translateX(-50%);
    left: 50%;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #ffffff;
}

.company-info-G8F {
    position: relative;
    padding: 120px 0 80px;
    overflow: hidden;
}

.company-info-G8F::after {
    right: -30%;
    transform: rotate(-15deg);
    animation: glow 15s infinite alternate ease-in-out;
    width: 80%;
    content: "";
    opacity: 0.15;
    height: 200%;
    position: absolute;
    background: radial-gradient(ellipse at center, rgb(137,128,167,0.5) 0%, transparent 70%);
    z-index: 2;
    top: -50%;
}

.company-info-G8F h2 {
    transform: translateZ(0);
    margin-bottom: 40px;
    letter-spacing: 1.5px;
    color: #ffffff;
    font-size: 36px;
    display: inline-block;
    font-weight: 700;
    position: relative;
}

.company-info-G8F h2::after {
    bottom: -10px;
    left: 0;
    transform-origin: left;
    width: 80%;
    content: "";
    background: rgb(255, 255, 255, 0.5);
    position: absolute;
    height: 1px;
    animation: expandWiderLine 2s forwards ease-out;
}

.company-info-G8F .quote-box-rqa::before {
    background: linear-gradient(45deg, transparent, rgba(255, 255, 255, 0.05), transparent);
    height: 100%;
    left: 0;
    position: absolute;
    width: 100%;
    content: "";
    top: 0;
    transform: translateX(-100%);
    animation: shimmer 5s infinite;
}

.company-info-G8F .quote-box-rqa:hover {
    transform: perspective(1000px) rotateY(0deg);
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.25), 0 8px 20px rgba(0, 0, 0, 0.15);
}

.company-info-G8F .quote-box-rqa p::after {
    content: "";
    animation: expandLine 1.5s forwards ease-out 0.5s;
    position: absolute;
    background: rgb(137,128,167);
    left: 0;
    transform-origin: left;
    height: 2px;
    bottom: -8px;
    width: 70px;
}

.plan-list-item-58S {
    position: relative;
    background: rgb(228,227,232);
    overflow: hidden;
    padding: 100px 0;
}

.plan-list-item-58S::before {
    filter: blur(80px);
    content: "";
    animation: float-effect 12s infinite alternate ease-in-out;
    z-index: 0;
    position: absolute;
    height: 300px;
    top: -50px;
    width: 300px;
    right: -50px;
    background: rgb(177,173,191,0.5);
}

.plan-list-item-58S .container {
    margin: 0 auto;
    max-width: 1200px;
    padding: 0 15px;
    z-index: 1;
    position: relative;
}

.plan-list-item-58S .cert-fees-I1Q {
    margin: 0 auto;
    text-align: center;
    position: relative;
    padding: 0 20px;
    max-width: 700px;
    order: -1;
}

.plan-list-item-58S .cert-fees-I1Q h2::after {
    background: rgb(177,173,191);
    position: absolute;
    bottom: -10px;
    height: 3px;
    width: 80px;
    transform: translateX(-50%);
    left: 50%;
    content: "";
}

.plan-list-item-58S .learning-fees-RPh {
    text-decoration: none;
    position: relative;
    transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
    transform-style: preserve-3d;
    color: inherit;
    height: 100%;
    perspective: 1000px;
}

.plan-list-item-58S .learning-fees-RPh:hover .access-cost-Ppq {
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.12), 0 0 20px rgb(177,173,191,0.5);
}

.plan-list-item-58S .study-cost-J0Q {
    z-index: 2;
    flex-grow: 1;
    flex-direction: column;
    display: flex;
    overflow: hidden;
    padding: 30px;
    position: relative;
}

.plan-list-item-58S .learning-fees-RPh:hover .study-cost-J0Q::before {
    transform: scaleX(1);
}

.plan-list-item-58S .study-cost-J0Q h3 {
    white-space: normal;
    font-weight: 700;
    overflow-wrap: break-word;
    word-break: break-word;
    font-size: calc(24px + 2px);
    margin-bottom: 10px;
    color: #000000;
    transition: transform 0.4s ease, color 0.3s ease;
}

.plan-list-item-58S .group-rates-TdE {
    display: block;
    transition: transform 0.4s ease;
    color: rgb(137,128,167);
    position: relative;
    word-break: break-word;
    font-size: 24px;
    font-weight: 700;
    overflow-wrap: break-word;
    white-space: normal;
    margin: 10px 0 20px;
}

.plan-list-item-58S .study-cost-J0Q p {
    margin-bottom: 0;
    font-size: calc(12px - 1px);
    flex-grow: 1;
    overflow-wrap: break-word;
    white-space: normal;
    word-break: break-word;
    color: #000000;
    transition: color 0.3s ease;
    line-height: 1.6;
}

.plan-list-item-58S .learning-fees-RPh:hover .pic-float-WPj {
    filter: brightness(1.1) contrast(1.05);
    transform: translateZ(0);
}

.plan-list-item-58S .learning-fees-RPh:hover .pic-float-WPj::after {
    opacity: 0.4;
}

.plan-list-item-58S .learning-fees-RPh:hover::after {
    opacity: 0.5;
}

.modalCookieAgreement-IZL {
    overflow: hidden;
    bottom: 0;
    width: 100%;
    font-family: Arial, sans-serif;
    border-top: 3px solid rgb(177,173,191);
    background: rgb(228,227,232);
    position: fixed;
    padding: 20px;
    z-index: 1050;
}

.cookie-guard-SJh {
    margin-right: 20px;
    flex-shrink: 0;
}

#privacyWarningBox-v6I {
    display: none;
}

.cookie-guard-SJh svg {
    transition: fill 0.3s ease-in-out;
    width: 60px;
    height: 60px;
    fill: rgb(177,173,191);
}

.track-ack-tN8 h5 {
    color: rgb(177,173,191);
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 5px;
}

.safe-cookies-sDE:hover {
    background-color: rgba(0, 0, 0, 0.5);
    border-color: #000000;
}

.modalCookieAgreement-IZL p a {
    color: rgb(177,173,191);
    text-decoration: underline;
}

.modalCookieAgreement-IZL p a:hover {
    color: #000000;
}


.privacy-section-sgU {
    padding: 40px;
    font-family: Arial, sans-serif;
    background-color: rgb(228,227,232);
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.5);
    color: #000000;
    line-height: 1.6;
}

.privacy-section-sgU h2 {
    font-size: 34px;
    margin-bottom: 15px;
    font-weight: 600;
    color: rgb(137,128,167);
    margin-top: 30px;
}

.privacy-section-sgU ul {
    padding: 0;
    margin: 20px 0;
    list-style: none;
}

.privacy-section-sgU ol {
    margin: 20px 0;
    list-style: none;
    padding: 0;
    counter-reset: li;
}

.privacy-section-sgU ol li {
    margin-bottom: 10px;
    border-radius: 10px;
    background-color: #ffffff;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.5);
    padding: 10px 15px 10px 40px;
    position: relative;
}

.privacy-section-sgU p {
    font-size: 13px;
    margin-bottom: 15px;
    font-weight: 300;
}

.privacy-section-sgU span {
    color: rgb(177,173,191);
    font-weight: 600;
}

.privacy-section-sgU div {
    margin-bottom: 20px;
}

.program-assets-aOI {
    background: linear-gradient(135deg, rgb(228,227,232) 0%, rgba(245, 247, 250, 0.95) 100%);
    position: relative;
    overflow: hidden;
    font-family: Arial, sans-serif;
    padding: 100px 0;
}

.program-assets-aOI::after {
    height: 35%;
    position: absolute;
    content: "";
    right: 0;
    width: 35%;
    bottom: 0;
    z-index: 0;
    background: radial-gradient(circle at bottom right, rgba(rgb(137,128,167,0.5), 0.08) 0%, rgba(rgb(137,128,167,0.5), 0) 70%);
}

.program-assets-aOI h5::after {
    transition: transform 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    left: 50%;
    position: absolute;
    width: 60px;
    bottom: -12px;
    content: "";
    background: rgb(177,173,191);
    height: 3px;
    transform: translateX(-50%) scaleX(0.8);
}

.program-assets-aOI .approach-edu-Wgs {
    flex-direction: column;
    transform: perspective(1000px) rotateX(2deg);
    box-shadow: 0 15px 35px rgba(rgba(0, 0, 0, 0.5), 0.05), 
                0 5px 15px rgba(rgba(0, 0, 0, 0.5), 0.03);
    overflow: hidden;
    background: #ffffff;
    border-radius: 26px;
    transition: transform 0.5s ease, box-shadow 0.5s ease;
    display: flex;
}

.program-assets-aOI .approach-edu-Wgs:hover .pic-float-WPj {
    transform: scale(1.03);
}

.program-assets-aOI .quote-box-rqa {
    padding: 40px 30px;
    position: relative;
}

.program-assets-aOI .quote-box-rqa::before {
    height: 6px;
    transition: transform 0.6s ease-out;
    transform: scaleX(0.97);
    opacity: 0.8;
    content: "";
    background: linear-gradient(90deg, rgb(177,173,191) 0%, rgb(137,128,167) 100%);
    position: absolute;
    right: 0;
    top: 0;
    left: 0;
}

.program-assets-aOI li:hover {
    transform: translateX(5px);
}

.program-assets-aOI li div {
    position: relative;
}

.program-assets-aOI li p {
    margin: 0;
    position: relative;
    font-size: 12px;
    color: #000000;
    line-height: 1.6;
}

.program-assets-aOI li:hover svg {
    transform: scale(1.15) rotate(8deg);
}

.program-assets-aOI li:hover svg path {
    fill: rgb(137,128,167);
}

.program-assets-aOI li:nth-child(even) svg path:first-child {
    fill-opacity: 0.9;
}

.program-structure-kAU {
    background: linear-gradient(135deg, rgb(228,227,232) 0%, #ffffff 100%);
    overflow: hidden;
    position: relative;
    padding: 7rem 0;
}

.program-structure-kAU::after {
    z-index: 0;
    top: -10%;
    height: 30rem;
    right: -5%;
    content: "";
    opacity: 0.15;
    width: 30rem;
    background: radial-gradient(circle, rgb(177,173,191,0.5) 0%, transparent 70%);
    position: absolute;
}

.program-structure-kAU h2 {
    animation: fadeInUp 0.8s ease forwards 0.2s;
    transform: translateY(20px);
    line-height: 1.3;
    text-align: center;
    opacity: 0;
    color: #000000;
    margin-bottom: 3rem;
    font-weight: 700;
    font-size: 34px;
    position: relative;
}

.program-structure-kAU .skill-path-EfR {
    opacity: 0;
    gap: 2.5rem;
    transform: translateY(30px);
    display: flex;
    animation: fadeInUp 0.8s ease forwards 0.4s;
    flex-direction: column;
}

.program-structure-kAU .pic-float-WPj::before {
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
    width: 100%;
    z-index: 1;
    background: linear-gradient(
        to bottom,
        transparent 60%,
        rgba(0, 0, 0, 0.5) 100%
    );
    content: "";
}

.program-structure-kAU .quote-box-rqa {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}

.program-structure-kAU .description {
    font-weight: 400;
    line-height: 1.7;
    transition: all 0.3s ease;
    position: relative;
    font-size: 15px;
    padding: 0 0.5rem;
    color: #000000;
}

.program-structure-kAU .description:nth-of-type(2) {
    border-right: 3px solid rgb(137,128,167);
    padding-right: 1.25rem;
    position: relative;
}

.program-structure-kAU .description:nth-of-type(2)::after {
    opacity: 0.2;
    background: rgb(137,128,167);
    height: 20px;
    position: absolute;
    bottom: 0;
    width: 20px;
    border-radius: 50%;
    content: "";
    right: -10px;
}

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

.education-history-QG1 .success-feedback-HxU:hover {
    transform: perspective(1000px) rotateY(0deg) translateY(-10px);
}

.education-history-QG1 .pic-float-WPj::after {
    border-radius: 10px;
    height: 100%;
    left: 0;
    content: "";
    position: absolute;
    top: 0;
    background: linear-gradient(45deg, rgb(177,173,191,0.5) 0%, transparent 70%);
    width: 100%;
}

.education-history-QG1 .job-box-mKz {
    background: #ffffff;
    position: relative;
    border-radius: 21px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.5);
    transform: translateY(30px) rotate(2deg);
    transition: transform 0.5s ease;
    padding: 2rem;
    z-index: 3;
}

.education-history-QG1 .name::after {
    width: 60px;
    height: 3px;
    content: "";
    background: linear-gradient(90deg, rgb(137,128,167) 0%, rgb(177,173,191) 100%);
    transition: transform 0.3s ease;
    bottom: -8px;
    left: 0;
    transform-origin: left;
    position: absolute;
    transform: scaleX(0.6);
}

.education-history-QG1 .success-feedback-HxU:hover .job-box-mKz > div:nth-child(2) {
    opacity: 1;
    transform: translateX(0);
}

.education-history-QG1 .career-summary-oZa {
    line-height: 1.6;
    color: #000000;
    font-weight: 400;
    position: relative;
    font-size: 17px;
    font-style: italic;
    padding-left: 1.5rem;
}

.future-attendees-oLk {
    overflow: hidden;
    background: linear-gradient(150deg, rgb(228,227,232) 0%, rgba(0, 0, 0, 0.5) 100%);
    position: relative;
    padding: 120px 0;
}

.future-attendees-oLk .container {
    padding: 0 20px;
    position: relative;
    z-index: 2;
    margin: 0 auto;
    max-width: 1200px;
}

.future-attendees-oLk .approach-edu-Wgs {
    position: relative;
    box-shadow: 
        0 20px 60px rgba(0, 0, 0, 0.1),
        0 10px 30px rgba(0, 0, 0, 0.05);
    background: #ffffff;
    overflow: hidden;
    border-radius: 27px;
}

.future-attendees-oLk h4::after {
    transform: translateX(-50%);
    height: 3px;
    position: absolute;
    bottom: -1px;
    content: "";
    width: 80px;
    background: linear-gradient(90deg, rgb(177,173,191), rgb(137,128,167));
    left: 50%;
}

.future-attendees-oLk div p:last-child {
    margin-bottom: 0;
}

.future-attendees-oLk div p:hover {
    transform: translateX(10px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
    background: linear-gradient(90deg, rgba(rgb(177,173,191), 0.03) 0%, transparent 100%);
}

.future-attendees-oLk div p::before {
    content: "";
    top: 0;
    background: linear-gradient(90deg, rgba(rgb(177,173,191), 0.1) 0%, transparent 100%);
    height: 100%;
    position: absolute;
    left: 0;
    width: 0;
    z-index: -1;
    transition: width 0.3s ease;
}

.future-attendees-oLk div p:hover::after {
    opacity: 1;
    right: 15px;
}

.future-attendees-oLk div p svg {
    height: 24px;
    position: absolute;
    transition: all 0.3s ease;
    left: 20px;
    width: 24px;
    top: 50%;
    transform: translateY(-50%);
}

.future-attendees-oLk div p svg path {
    fill: rgb(177,173,191);
    transition: fill 0.3s ease;
}

.opening-page-CVw {
    align-items: center;
    position: relative;
    min-height: 100vh;
    overflow: hidden;
    background-image: linear-gradient(135deg, rgba(94,170,168,0.05) 0%, rgba(94,170,168,0.1) 50%, rgba(94,170,168,0.05) 100%);
    display: flex;
    background-color: #000000;
}

.opening-page-CVw .pic-float-WPj {
    position: absolute;
    animation: subtleZoom 20s ease-in-out infinite alternate;
    z-index: 2;
    left: 0;
    opacity: 0.4;
    height: 100%;
    top: 0;
    transform: scale(1.05);
    width: 100%;
}

.opening-page-CVw .pic-float-WPj::after {
    top: 0;
    width: 100%;
    background: linear-gradient(
        135deg, 
        rgba(0,0,20,0.9) 0%, 
        rgba(0,0,20,0.6) 50%, 
        rgba(0,0,20,0.9) 100%
    );
    position: absolute;
    mix-blend-mode: multiply;
    left: 0;
    content: '';
    height: 100%;
}

.opening-page-CVw h1 {
    color: #ffffff;
    letter-spacing: -0.02em;
    margin: 0;
    font-size: clamp(2rem, 4vw, 44px);
    text-shadow: 0 2px 10px rgba(0,0,0,0.3);
    opacity: 0;
    position: relative;
    transform: translateY(30px);
    font-weight: 700;
    animation: slideUp 0.9s cubic-bezier(0.22, 1, 0.36, 1) 0.3s forwards;
    line-height: 1.2;
}

.opening-page-CVw .quote-box-rqa {
    animation: slideUp 0.9s cubic-bezier(0.22, 1, 0.36, 1) 0.5s forwards;
    flex-direction: column;
    gap: 2rem;
    display: flex;
    opacity: 0;
    transform: translateY(30px);
}

.opening-page-CVw .learning-main-uQR {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 2rem 0;
}

.opening-page-CVw svg:hover {
    transform: translateY(-5px) scale(1.05);
}

.opening-page-CVw svg path {
    fill: rgb(94,170,168);
    transition: fill 0.3s ease;
}

.opening-page-CVw svg text {
    transition: fill 0.3s ease;
    font-family: Arial, sans-serif;
}

.opening-page-CVw h6 {
    opacity: 0;
    transform: translateY(20px);
    animation: slideUp 0.9s cubic-bezier(0.22, 1, 0.36, 1) 1.1s forwards;
    margin: 1rem 0 0;
}

.opening-page-CVw .message-reach-d7g::before {
    transition: left 0.7s cubic-bezier(0.22, 1, 0.36, 1);
    position: absolute;
    background: linear-gradient(
        90deg,
        transparent,
        rgba(255,255,255,0.2),
        transparent
    );
    top: 0;
    width: 100%;
    content: '';
    height: 100%;
    left: -100%;
}

.opening-page-CVw .message-reach-d7g:hover {
    background-color: rgb(137,128,167);
    box-shadow: 0 7px 25px rgba(94,170,168,0.4), 0 3px 8px rgba(0,0,0,0.15);
    transform: translateY(-3px);
}

header::after {
    content: '';
    z-index: 1;
    bottom: 0;
    height: 4px;
    background: linear-gradient(90deg, 
        rgb(177,173,191) 0%, 
        rgb(137,128,167) 50%, 
        rgb(177,173,191) 100%);
    position: absolute;
    left: 0;
    width: 100%;
}

header .container {
    max-width: 1200px;
    position: relative;
    padding: 0 1.5rem;
    margin: 0 auto;
}

header .page-head-bGw {
    background: rgba(0, 0, 0, 0.2);
    border-radius: 13px;
    backdrop-filter: blur(10px);
    display: flex;
    position: relative;
    padding: 5px;
    gap: 0.5rem;
}

header .top-guide-pbR::before {
    border-radius: calc(10px + 2px);
    transform: scale(0.95);
    top: -2px;
    transition: all 0.3s ease;
    position: absolute;
    opacity: 0;
    background: linear-gradient(45deg, rgb(177,173,191), rgb(137,128,167));
    z-index: -1;
    content: '';
    bottom: -2px;
    left: -2px;
    right: -2px;
}

header .top-guide-pbR:hover {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
    transform: translateY(-3px);
    color: #ffffff;
}

header .main-page-PCc {
    display: flex;
    background: rgba(255, 255, 255, 0.03);
    transition: all 0.3s ease;
    position: relative;
    border-radius: 10px;
    padding: 0.5rem 1rem;
    overflow: hidden;
    align-items: center;
    text-decoration: none;
}

header .main-page-PCc:hover::before {
    left: 100%;
}

.ty-note-6zX {
    background: linear-gradient(135deg, rgb(228,227,232) 0%, #ffffff 100%);
    position: relative;
    overflow: hidden;
    padding: 6rem 0;
}

.ty-note-6zX::after {
    height: 60%;
    position: absolute;
    background: linear-gradient(220deg, rgb(137,128,167,0.5) 0%, rgb(177,173,191,0.5) 100%);
    opacity: 0.3;
    width: 30%;
    z-index: 0;
    transform: rotate(10deg) skewX(-10deg);
    bottom: -5%;
    filter: blur(20px);
    content: "";
    left: -2%;
    animation: float 18s ease-in-out infinite reverse;
}

.ty-note-6zX .approach-edu-Wgs {
    background-color: #ffffff;
    transition: transform 0.5s cubic-bezier(0.23, 1, 0.32, 1);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.07), 
              0 5px 15px rgba(0, 0, 0, 0.05);
    position: relative;
    border-left: 5px solid rgb(177,173,191);
    padding: 3.5rem;
    backdrop-filter: blur(10px);
    transform: perspective(1000px) rotateX(1deg);
}

.ty-note-6zX .approach-edu-Wgs > div:first-child {
    position: relative;
    margin-bottom: 2rem;
}

.ty-note-6zX .approach-edu-Wgs > div:first-child::after {
    transition: width 0.4s cubic-bezier(0.25, 1, 0.5, 1);
    width: 60px;
    height: 4px;
    transform-origin: left center;
    bottom: -1rem;
    background: linear-gradient(90deg, rgb(177,173,191) 0%, rgb(137,128,167) 100%);
    content: "";
    position: absolute;
    left: 0;
}

.ty-note-6zX a {
    display: block;
    text-decoration: none;
    transition: transform 0.4s cubic-bezier(0.23, 1, 0.32, 1);
    transform: translateZ(0);
}

.ty-note-6zX a:hover {
    transform: translateY(-3px);
}


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


@media only screen and (max-width: 800px)  {.container {
    padding: 0 12px;
}}



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



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



@media (max-width: 767px) {footer .trial-offer-CiL {
    padding: 80px 0 30px;
}footer .send-info-WNc {
    padding: 20px;
    justify-content: center;
}footer .info_item {
    width: 100%;
}footer .page-head-bGw, footer .subscribe_holder {
    margin-left: 10px;
    padding: 25px 20px;
    margin-right: 10px;
}footer .grade-help-lic {
    margin-top: 40px;
}
}



@media (max-width: 992px) {.reach-out-mT7 {
    padding: 60px 0;
}.reach-out-mT7 .pic-float-WPj {
    clip-path: polygon(0 0, 100% 0, 75% 100%, 0 100%);
    width: 40%;
}.reach-out-mT7 .request-message-m0H {
    flex-direction: column;
}.reach-out-mT7 .message-links-zGk {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    border-right: none;
    width: 100%;
}.reach-out-mT7 .query-card-GUz {
    width: 100%;
}
}



@media (max-width: 576px) {.reach-out-mT7 {
    padding: 30px 0;
}.reach-out-mT7 h3 {
    font-size: calc(38px * 0.7);
    margin-bottom: 20px;
}.reach-out-mT7 .message-links-zGk,
    .reach-out-mT7 .query-card-GUz {
    padding: 20px;
}.reach-out-mT7 .request-message-m0H {
    margin: 0 10px;
}.reach-out-mT7 .inquiry-info-T0O label {
    font-size: calc(15px * 0.9);
}.reach-out-mT7 .reach-panel-W84 li {
    margin-bottom: 15px;
}.reach-out-mT7 .reach-panel-W84 span {
    font-size: calc(13px * 0.9);
}.reach-out-mT7::before,
    .reach-out-mT7::after,
    .reach-out-mT7 .message-links-zGk::before,
    .reach-out-mT7 .message-links-zGk::after,
    .reach-out-mT7 .query-card-GUz::before {
    opacity: 0.2;
}}



@media (max-width: 768px) {.customer-comments-xP3 {
    padding: 80px 0 100px;
}.customer-comments-xP3 .user-testimonials-iul {
    grid-template-columns: 1fr;
    gap: 40px;
}.customer-comments-xP3 .success-feedback-HxU {
    width: 100%;
    margin: 0 auto;
    max-width: 400px;
}.customer-comments-xP3 .success-feedback-HxU:last-child:nth-child(2n-1) {
    width: 100%;
    grid-column: 1;
}.customer-comments-xP3 .success-feedback-HxU:hover {
    transform: translateY(-5px);
}.customer-comments-xP3 h4 {
    margin-bottom: 50px;
}}



@media (min-width: 992px) {.company-info-G8F {
    padding: 180px 0 120px;
}.company-info-G8F .container {
    padding: 0 30px;
}.company-info-G8F h2 {
    font-size: calc(36px * 1.1);
}.company-info-G8F .quote-box-rqa {
    padding: 50px 60px;
    transform: perspective(1500px) rotateY(-1deg);
}.company-info-G8F .quote-box-rqa div div {
    column-count: 2;
    line-height: 1.8;
}
}



@media (max-width: 480px) {.company-info-G8F {
    padding: 70px 0 50px;
}.company-info-G8F .quote-box-rqa {
    transform: none;
    padding: 20px 15px;
}.company-info-G8F h2 {
    font-size: calc(36px * 0.85);
}.company-info-G8F .quote-box-rqa p {
    font-size: calc(24px * 0.9);
}.company-info-G8F .quote-box-rqa div div {
    font-size: calc(16px * 0.9);
    line-height: 1.5;
}}



@media (min-width: 1200px) {.plan-list-item-58S .value-deals-6Lp {
    grid-template-columns: repeat(2, 1fr);
    gap: 40px;
}.plan-list-item-58S .study-cost-J0Q {
    padding: 35px;
}.plan-list-item-58S .pic-float-WPj {
    height: 220px;
}
}



@media (max-width: 767px) {.plan-list-item-58S {
    padding: 60px 0;
}.plan-list-item-58S .value-deals-6Lp {
    grid-template-columns: 1fr;
    gap: 25px;
}.plan-list-item-58S .cert-fees-I1Q h2 {
    font-size: calc(34px - 4px);
}.plan-list-item-58S .pic-float-WPj {
    height: 180px;
}.plan-list-item-58S .study-cost-J0Q {
    padding: 25px;
}
}


@media (max-width: 1200px) {.track-ack-tN8 h5 {
    font-size: calc(24px - 2px);
}.track-ack-tN8 p {
    font-size: calc(16px - 2px);
}.safe-cookies-sDE {
    font-size: calc(19px - 2px);
    padding: 8px 16px;
}
}


@media only screen and (max-width: 800px) {.privacy-section-sgU {
    padding: 20px;
}.privacy-section-sgU h1 {
    font-size: calc(22px * 0.8);
}.privacy-section-sgU h2 {
    font-size: calc(22px * 0.8);
}.privacy-section-sgU ul li,
    .privacy-section-sgU ol li {
    padding: 10px;
}.privacy-section-sgU ol li:before {
    font-size: 0.8em;
    height: 20px;
    width: 20px;
}.privacy-section-sgU p {
    font-size: calc(13px * 0.9);
}}



@media (min-width: 992px) {.program-assets-aOI {
    padding: 120px 0;
}.program-assets-aOI .approach-edu-Wgs {
    transform: perspective(1200px) rotateX(2deg) rotateY(-1deg);
}.program-assets-aOI .approach-edu-Wgs:hover {
    transform: perspective(1200px) rotateX(0deg) rotateY(0deg) translateY(-7px);
}.program-assets-aOI .quote-box-rqa {
    padding: 60px 50px;
}.program-assets-aOI ul {
    gap: 30px 40px;
}.program-assets-aOI li {
    padding-left: 42px;
}.program-assets-aOI li svg {
    width: 26px;
    top: 3px;
    left: -42px;
    height: 26px;
}
}



@media (max-width: 480px) {.program-assets-aOI {
    padding: 50px 0;
}.program-assets-aOI h5 {
    margin-bottom: 30px;
    font-size: calc(20px * 0.8);
}.program-assets-aOI .approach-edu-Wgs > div:first-child {
    height: 180px;
}.program-assets-aOI .quote-box-rqa {
    padding: 25px 18px;
}.program-assets-aOI li {
    padding-left: 34px;
}.program-assets-aOI li svg {
    height: 22px;
    width: 22px;
    left: -34px;
}.program-assets-aOI li p {
    font-size: calc(12px * 0.95);
}}



@media (min-width: 992px) {.program-structure-kAU {
    padding: 9rem 0;
}.program-structure-kAU .container {
    padding: 0 3rem;
}.program-structure-kAU .pic-float-WPj {
    height: 500px;
}.program-structure-kAU h2 {
    margin-bottom: 4rem;
}.program-structure-kAU .description {
    font-size: calc(15px + 0.1rem);
}
}



@media (max-width: 767px) {.program-structure-kAU {
    padding: 5rem 0;
}.program-structure-kAU h2 {
    margin-bottom: 2rem;
    font-size: calc(34px - 0.2rem);
}.program-structure-kAU .pic-float-WPj {
    height: 280px;
}.program-structure-kAU .quote-box-rqa {
    gap: 1rem;
}.program-structure-kAU .description {
    font-size: calc(15px - 0.1rem);
}}



@media (max-width: 991px) {.future-attendees-oLk {
    padding: 100px 0;
}.future-attendees-oLk h4 {
    font-size: calc(31px - 2px);
    padding: 25px;
}.future-attendees-oLk div {
    padding: 30px;
}.future-attendees-oLk div p {
    padding: 18px 18px 18px 55px;
    margin-bottom: 15px;
}.future-attendees-oLk div p svg {
    left: 18px;
    height: 22px;
    width: 22px;
}
}



@media (max-width: 479px) {.future-attendees-oLk {
    padding: 60px 0;
}.future-attendees-oLk h4 {
    font-size: calc(31px - 6px);
    padding: 18px 15px;
}.future-attendees-oLk div {
    padding: 20px 15px;
}.future-attendees-oLk div p {
    margin-bottom: 10px;
    padding: 12px 12px 12px 45px;
    font-size: calc(14px - 1px);
}.future-attendees-oLk div p svg {
    height: 18px;
    left: 12px;
    width: 18px;
}}



@media (min-width: 992px) {.opening-page-CVw .approach-edu-Wgs {
    gap: 4rem;
    padding: 5rem;
}.opening-page-CVw .pic-float-WPj {
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%, 0 0, 15% 0, 25% 8%, 85% 8%, 95% 0, 100% 0);
}.opening-page-CVw h1::after {
    width: 100px;
}.opening-page-CVw svg {
    width: 180px;
    height: 180px;
}.opening-page-CVw .quote-box-rqa {
    padding-right: 2rem;
}
}



@media (max-width: 991px) {header {
    clip-path: polygon(0 0, 100% 0, 100% 90%, 95% 100%, 5% 100%, 0 90%);
}header .page-head-bGw {
    gap: 0.3rem;
}header .top-guide-pbR {
    font-size: calc(13px - 1px);
    padding: 0.6rem 0.8rem;
}header .main-page-PCc svg {
    width: 140px;
}
}



@media (max-width: 480px) {header {
    padding: 0.8rem 0 1.2rem;
}header .page-head-bGw {
    justify-content: flex-start;
    flex-wrap: nowrap;
    overflow-x: auto;
}header .page-head-bGw::-webkit-scrollbar {
    height: 3px;
}header .page-head-bGw::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background: rgb(177,173,191);
}header .top-guide-pbR {
    white-space: nowrap;
}header .main-page-PCc svg {
    width: 110px;
}}



@media (max-width: 992px) {.ty-note-6zX {
    padding: 5rem 0;
}.ty-note-6zX .approach-edu-Wgs {
    padding: 2.5rem;
}.ty-note-6zX h5 {
    font-size: calc(22px * 0.95);
}
}



@media (max-width: 576px) {.ty-note-6zX {
    padding: 3rem 0;
}.ty-note-6zX .approach-edu-Wgs {
    border-left-width: 3px;
    padding: 1.5rem;
}.ty-note-6zX .approach-edu-Wgs > div:first-child::after {
    width: 50px;
    height: 3px;
}.ty-note-6zX .approach-edu-Wgs:hover > div:first-child::after {
    width: 80px;
}.ty-note-6zX h5 {
    font-size: calc(22px * 0.85);
}.ty-note-6zX p {
    line-height: 1.5;
    font-size: calc(18px * 0.9);
}
}



@keyframes shimmer {
    0% {
        transform: translateX(-100%);
    }
    20%, 100% {
        transform: translateX(100%);
    }
}



@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);
    }
}



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



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



@keyframes popIn {
    0% {
        transform: translateY(20px) scale(0.9);
        opacity: 0;
    }
    70% {
        transform: translateY(-5px) scale(1.05);
    }
    100% {
        transform: translateY(0) scale(1);
        opacity: 1;
    }
}



@keyframes backgroundShift {
    0% {
        background-position: 0 0, 0 15px, 15px -15px, -15px 0px;
    }
    100% {
        background-position: 100px 100px, 100px 115px, 115px 85px, 85px 100px;
    }
}



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



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

