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

.first-expert-2ek {
    flex: 1 0 auto;
}

.grid-container-qaj {
    flex-direction: column;
    min-height: 100%;
    display: flex;
    height: 100%;
}

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

header,footer {
    width: 100%;
}

header {
    background-color: rgb(228,227,232);
    z-index: 1000;
    clip-path: polygon(0 0, 100% 0, 100% 85%, 97% 100%, 3% 100%, 0 85%);
    padding: 1.2rem 0;
    position: relative;
}

.trial-offer-CiL::before {
    content: "";
    position: absolute;
    background: 
        linear-gradient(135deg, rgb(228,227,232) 25%, transparent 25%) -50px 0,
        linear-gradient(225deg, rgb(228,227,232) 25%, transparent 25%) -50px 0,
        linear-gradient(315deg, rgb(228,227,232) 25%, transparent 25%),
        linear-gradient(45deg, rgb(228,227,232) 25%, transparent 25%);
    background-color: rgb(177,173,191,0.5);
    left: 0;
    background-size: 100px 100px;
    width: 100%;
    top: 0;
    height: 120px;
}

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

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

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

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

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

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

footer .page-head-bGw {
    z-index: 1;
    margin-left: 20px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    border-radius: 12px;
    margin-top: -10px;
    padding: 30px;
    position: relative;
    margin-right: 20px;
    background-color: rgb(228,227,232);
}

footer .top-page-6Se {
    display: grid;
    gap: 10px;
    margin-bottom: 20px;
    grid-template-columns: 1fr;
}

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

footer .top-page-6Se a:hover {
    transform: translateX(5px);
    color: rgb(177,173,191);
}

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

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

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

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

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

footer .news-container-Adw:hover {
    background-color: rgb(137,128,167);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    transform: translateY(-3px);
}

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

.reach-out-mT7 {
    background: linear-gradient(135deg, rgb(228,227,232) 0%, rgb(137,128,167,0.5) 100%);
    position: relative;
    overflow: hidden;
    padding: 80px 0;
}

.reach-out-mT7::after {
    z-index: 1;
    position: absolute;
    opacity: 0.1;
    left: 0;
    background-size: 50px 50px;
    content: '';
    background-image: 
        linear-gradient(90deg, rgb(137,128,167,0.5) 1px, transparent 1px),
        linear-gradient(0deg, rgb(137,128,167,0.5) 1px, transparent 1px);
    width: 100%;
    height: 100%;
    top: 0;
}

.reach-out-mT7 .pic-float-WPj::after {
    width: 100%;
    height: 100%;
    position: absolute;
    opacity: 0.7;
    content: '';
    left: 0;
    background: linear-gradient(135deg, rgb(177,173,191,0.5) 0%, transparent 60%);
    top: 0;
}

.reach-out-mT7 h3 {
    font-family: Arial, sans-serif;
    font-weight: 700;
    letter-spacing: 1px;
    text-align: center;
    font-size: 38px;
    margin-bottom: 40px;
    color: #ffffff;
    text-shadow: 0 0 15px rgb(177,173,191,0.5);
}

.reach-out-mT7 .request-message-m0H:hover {
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3),
                0 10px 20px rgba(0, 0, 0, 0.2),
                0 0 0 1px rgba(255, 255, 255, 0.2) inset;
    transform: translateY(-5px);
}

.reach-out-mT7 .message-links-zGk {
    position: relative;
    padding: 40px;
    flex: 1;
    overflow: hidden;
    border-right: 1px solid rgba(255, 255, 255, 0.1);
}

.reach-out-mT7 .message-links-zGk::after {
    opacity: 0.2;
    width: 150px;
    content: '';
    height: 150px;
    border-radius: 50%;
    bottom: -75px;
    position: absolute;
    left: -75px;
    background: radial-gradient(rgb(137,128,167,0.5), transparent 70%);
}

.reach-out-mT7 input[type="text"],
.reach-out-mT7 textarea {
    margin-bottom: 20px;
    border: 1px solid rgba(255, 255, 255, 0.15);
    background: rgba(255, 255, 255, 0.08);
    padding: 15px;
    font-size: 13px;
    color: #ffffff;
    font-family: Arial, sans-serif;
    transition: all 0.3s ease;
    width: 100%;
    border-radius: 10px;
}

.reach-out-mT7 textarea {
    resize: none;
    height: 120px;
}

.reach-out-mT7 .inquiry-info-T0O input[type="checkbox"] {
    position: absolute;
    opacity: 0;
}

.reach-out-mT7 .inquiry-info-T0O label {
    cursor: pointer;
    position: relative;
    line-height: 1.5;
    font-size: 15px;
    color: #ffffff;
    padding-left: 30px;
}

.reach-out-mT7 .inquiry-info-T0O input[type="checkbox"]:checked + label::before {
    border-color: rgb(177,173,191);
    background: rgb(177,173,191);
}

.reach-out-mT7 .inquiry-info-T0O a {
    color: rgb(177,173,191);
    transition: color 0.3s ease;
    text-decoration: none;
}

.reach-out-mT7 .inquiry-info-T0O a:hover {
    text-decoration: underline;
    color: rgb(137,128,167);
}

.reach-out-mT7 .message-reach-d7g {
    overflow: hidden;
    position: relative;
    width: 100%;
    padding: 15px;
    border: none;
    font-size: 14px;
    font-weight: 600;
    border-radius: 10px;
    color: #ffffff;
    transition: all 0.3s ease;
    font-family: Arial, sans-serif;
    cursor: pointer;
    background: linear-gradient(to right, rgb(177,173,191), rgb(137,128,167));
}

.reach-out-mT7 .message-reach-d7g:hover::before {
    left: 100%;
}

.reach-out-mT7 .query-card-GUz::before {
    content: '';
    position: absolute;
    height: 100%;
    top: 0;
    opacity: 0.4;
    right: 0;
    background-image: 
        radial-gradient(circle at 70% 30%, rgb(177,173,191,0.5) 0%, transparent 60%);
    width: 100%;
}

.reach-out-mT7 .query-card-GUz h4::after {
    background: rgb(177,173,191);
    height: 3px;
    content: '';
    position: absolute;
    border-radius: 3px;
    bottom: -10px;
    width: 50px;
    left: 0;
}

.reach-out-mT7 .reach-panel-W84 li:hover {
    transform: translateX(5px);
}

.reach-out-mT7 .reach-panel-W84 li::before {
    border-radius: 50%;
    transform: translateY(-50%);
    width: 0;
    height: 0;
    top: 50%;
    transition: all 0.3s ease;
    background: rgb(177,173,191);
    left: -10px;
    content: '';
    opacity: 0;
    position: absolute;
}

.reach-out-mT7 .reach-panel-W84 li:hover svg {
    transform: scale(1.1);
}

.reach-out-mT7 .reach-panel-W84 svg path {
    fill: rgb(177,173,191);
    transition: fill 0.3s ease;
}

.reach-out-mT7 .reach-panel-W84 span {
    color: #ffffff;
    line-height: 1.5;
    font-family: Arial, sans-serif;
    font-size: 13px;
}

.reach-out-mT7 .reach-panel-W84 a:hover {
    color: rgb(177,173,191);
}

.customer-comments-xP3::before {
    animation: rotateBackground 60s linear infinite;
    background: conic-gradient(
        from 0deg, 
        transparent 0deg,
        rgb(177,173,191,0.5) 10deg,
        transparent 20deg,
        transparent 70deg,
        rgb(137,128,167,0.5) 80deg,
        transparent 90deg,
        transparent 180deg,
        rgb(177,173,191,0.5) 190deg,
        transparent 200deg,
        transparent 250deg,
        rgb(137,128,167,0.5) 260deg,
        transparent 270deg,
        transparent 360deg
    );
    top: 50%;
    left: 50%;
    height: 150vw;
    position: absolute;
    border-radius: 50%;
    content: "";
    width: 150vw;
    opacity: 0.1;
    transform: translate(-50%, -50%);
}

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

.customer-comments-xP3 .user-testimonials-iul::before {
    width: 100%;
    border: 2px dashed rgb(177,173,191,0.5);
    content: "";
    position: absolute;
    z-index: -1;
    opacity: 0.5;
    height: 100%;
    top: 50%;
    border-radius: 28px;
    left: 50%;
    transform: translate(-50%, -50%) scale(1.05);
}

.customer-comments-xP3 .success-feedback-HxU:hover {
    z-index: 5;
    transform: translateY(-10px) scale(1.03);
}

.customer-comments-xP3 .success-feedback-HxU:hover .pic-float-WPj {
    transform: scale(1.1);
    box-shadow: 0 8px 25px rgb(177,173,191,0.5);
}

.customer-comments-xP3 .success-feedback-HxU::after {
    transform: translateX(-50%);
    position: absolute;
    height: 60px;
    background: linear-gradient(to bottom, rgb(177,173,191,0.5), transparent);
    width: 2px;
    left: 50%;
    z-index: 1;
    content: "";
    top: 70px;
}

.customer-comments-xP3 .success-feedback-HxU p {
    background: #ffffff;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    position: relative;
    line-height: 1.5;
    transition: all 0.3s ease;
    z-index: 2;
    text-align: center;
    font-weight: 400;
    font-size: 15px;
    width: 100%;
    font-family: Arial, sans-serif;
    border-radius: 28px;
    color: #000000;
    padding: 20px;
}

.customer-comments-xP3 .success-feedback-HxU:last-child:nth-child(3n-1) {
    grid-column: 2;
}

.customer-comments-xP3 .success-feedback-HxU:last-child:nth-child(3n-2) {
    grid-column: 2;
}

.company-info-G8F::before {
    right: 0;
    background: linear-gradient(135deg, rgb(177,173,191,0.5), rgba(20, 30, 60, 0.85), rgba(40, 50, 80, 0.82));
    bottom: 0;
    left: 0;
    top: 0;
    content: "";
    z-index: 1;
    position: absolute;
    backdrop-filter: blur(3px);
}

.company-info-G8F .container {
    max-width: 1140px;
    position: relative;
    padding: 0 20px;
    z-index: 5;
    margin: 0 auto;
}

.company-info-G8F h2::before {
    width: 40%;
    transform-origin: left;
    height: 3px;
    animation: expandLine 1.5s forwards ease-out;
    content: "";
    background: rgb(137,128,167);
    bottom: -10px;
    left: 0;
    position: absolute;
}

.company-info-G8F .quote-box-rqa {
    overflow: hidden;
    transform: perspective(1000px) rotateY(-1deg);
    padding: 30px 40px;
    position: relative;
    background: linear-gradient(to right, rgba(255, 255, 255, 0.04), rgba(255, 255, 255, 0.12), rgba(255, 255, 255, 0.04));
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.2), 0 5px 15px rgba(0, 0, 0, 0.1);
    transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    border-left: 4px solid rgb(137,128,167);
    border: 1px solid rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(8px);
}

.company-info-G8F .quote-box-rqa > div {
    position: relative;
}

.company-info-G8F .quote-box-rqa p {
    font-weight: 600;
    position: relative;
    font-size: calc(24px * 1.1);
    margin-bottom: 20px;
    color: #ffffff;
    transform: translateZ(0);
    display: inline-block;
}

.company-info-G8F .quote-box-rqa div div {
    text-align: justify;
    margin-bottom: 0;
    line-height: 1.7;
    position: relative;
    column-gap: 40px;
    color: rgba(255, 255, 255, 0.9);
    transition: all 0.5s ease;
    column-count: 1;
    font-size: 16px;
}

.plan-list-item-58S::after {
    bottom: -50px;
    left: -50px;
    position: absolute;
    height: 250px;
    width: 250px;
    animation: float-effect 15s infinite alternate-reverse ease-in-out;
    background: rgb(137,128,167,0.5);
    filter: blur(60px);
    z-index: 0;
    content: "";
}

.plan-list-item-58S .premium-grid-lPW {
    gap: 60px;
    flex-direction: column;
    display: flex;
}

.plan-list-item-58S .cert-fees-I1Q h2 {
    color: #000000;
    font-size: 34px;
    font-weight: 700;
    position: relative;
    display: inline-block;
    margin-bottom: 20px;
}

.plan-list-item-58S .monthly-plan-ib8 {
    line-height: 1.6;
    opacity: 0.85;
    font-size: 12px;
    color: #000000;
    margin-bottom: 0;
}

.plan-list-item-58S .value-deals-6Lp {
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    gap: 30px;
    display: grid;
    perspective: 1000px;
}

.plan-list-item-58S .learning-fees-RPh:hover {
    transform: translateY(-10px) scale(1.02);
}

.plan-list-item-58S .access-cost-Ppq {
    transition: box-shadow 0.4s ease;
    display: flex;
    overflow: hidden;
    height: 100%;
    position: relative;
    flex-direction: column;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.08);
    border-radius: 10px;
    background: #ffffff;
    transform-style: preserve-3d;
}

.plan-list-item-58S .study-cost-J0Q::before {
    transform: scaleX(0);
    transition: transform 0.5s ease;
    left: 0;
    height: 5px;
    content: "";
    transform-origin: left;
    position: absolute;
    right: 0;
    background: linear-gradient(90deg, rgb(177,173,191), rgb(137,128,167));
    top: 0;
}

.plan-list-item-58S .learning-fees-RPh:hover .study-cost-J0Q h3 {
    color: rgb(177,173,191);
    transform: translateX(5px);
}

.plan-list-item-58S .group-rates-TdE::before {
    left: 0;
    bottom: -8px;
    background: rgb(137,128,167,0.5);
    position: absolute;
    height: 2px;
    content: "";
    transition: width 0.4s ease;
    width: 40px;
}

.plan-list-item-58S .learning-fees-RPh:hover .group-rates-TdE::before {
    width: 80px;
}

.plan-list-item-58S .pic-float-WPj {
    transform: translateZ(-10px);
    height: 200px;
    overflow: hidden;
    transition: transform 0.6s ease, filter 0.6s ease;
    position: relative;
}

.plan-list-item-58S .pic-float-WPj::after {
    inset: 0;
    opacity: 0.6;
    transition: opacity 0.5s ease;
    position: absolute;
    content: "";
    background: linear-gradient(to top, rgba(0, 0, 0, 0.7), transparent);
}

.plan-list-item-58S .learning-fees-RPh::after {
    right: 30px;
    filter: blur(10px);
    opacity: 0;
    left: 30px;
    z-index: -1;
    content: "";
    position: absolute;
    height: 15px;
    border-radius: 50%;
    top: 100%;
    transition: opacity 0.4s ease;
    background: rgb(177,173,191,0.5);
}

.track-bar-o61 {
    z-index: 1;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
    display: flex;
}

#privacyWarningBox-v6I:checked ~ .modalCookieAgreement-IZL {
    visibility: hidden;
    opacity: 0;
}

.track-ack-tN8 {
    flex-grow: 1;
    margin-right: 20px;
}

.track-ack-tN8 p {
    font-size: 16px;
    margin-bottom: 0;
    color: #000000;
}

.safe-cookies-sDE {
    text-decoration: none;
    border-radius: 10px;
    margin-left: 10px;
    font-size: 19px;
    transition: all 0.3s ease-in-out;
    padding: 10px 20px;
}

.safe-cookies-sDE {
    border: 1px solid rgb(177,173,191);
    color: #ffffff;
    background-color: rgb(177,173,191);
}

.privacy-section-sgU h1 {
    font-size: 41px;
    margin-bottom: 20px;
    color: rgb(177,173,191);
    font-weight: 700;
    padding-bottom: 10px;
    border-bottom: 2px solid rgb(177,173,191,0.5);
}

.privacy-section-sgU h3,
.privacy-section-sgU h4,
.privacy-section-sgU h5,
.privacy-section-sgU h6 {
    font-weight: 400;
    color: rgb(137,128,167,0.5);
    margin-top: 20px;
}

.privacy-section-sgU ul li {
    border-left: 4px solid rgb(177,173,191);
    border-radius: 10px;
    background-color: #ffffff;
    padding: 15px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.5);
    margin-bottom: 10px;
}

.privacy-section-sgU ol li:before {
    justify-content: center;
    display: flex;
    position: absolute;
    color: #ffffff;
    left: 10px;
    content: counter(li);
    transform: translateY(-50%);
    counter-increment: li;
    height: 25px;
    border-radius: 50%;
    width: 25px;
    background-color: rgb(177,173,191);
    top: 50%;
    align-items: center;
}

.program-assets-aOI::before {
    top: -50%;
    background: radial-gradient(ellipse at center, rgba(rgb(177,173,191,0.5), 0.03) 0%, rgba(rgb(177,173,191,0.5), 0) 70%);
    height: 200%;
    content: "";
    transform: rotate(-15deg);
    z-index: 0;
    position: absolute;
    width: 150%;
    left: -25%;
    pointer-events: none;
}

.program-assets-aOI h5 {
    text-align: center;
    font-weight: 700;
    transition: transform 0.6s ease-out;
    z-index: 1;
    margin-bottom: 50px;
    position: relative;
    color: #000000;
    font-size: 20px;
    transform: translateY(-5px);
}

.program-assets-aOI h5:hover {
    transform: translateY(-8px);
}

.program-assets-aOI h5:hover::after {
    transform: translateX(-50%) scaleX(1.2);
}

.program-assets-aOI .container {
    z-index: 2;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
    position: relative;
}

.program-assets-aOI .approach-edu-Wgs:hover {
    transform: perspective(1000px) rotateX(0deg) translateY(-5px);
    box-shadow: 0 20px 40px rgba(rgba(0, 0, 0, 0.5), 0.08), 
                0 8px 20px rgba(rgba(0, 0, 0, 0.5), 0.05);
}

.program-assets-aOI .pic-float-WPj {
    object-fit: cover;
    filter: brightness(1.02) contrast(1.05);
    height: 250px;
    width: 100%;
    transition: transform 0.7s cubic-bezier(0.19, 1, 0.22, 1);
    vertical-align: middle;
    object-position: center;
}

.program-assets-aOI .approach-edu-Wgs:hover .quote-box-rqa::before {
    transform: scaleX(1);
}

.program-assets-aOI ul {
    margin: 0;
    display: grid;
    list-style: none;
    padding: 0;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 18px;
}

.program-assets-aOI li {
    padding-left: 38px;
    transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    position: relative;
}

.program-assets-aOI li svg {
    top: 2px;
    left: -38px;
    position: absolute;
    width: 24px;
    height: 24px;
    transition: transform 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
}

.program-assets-aOI li svg path {
    fill: rgb(177,173,191);
    transition: fill 0.3s ease;
}

.program-assets-aOI li:nth-child(odd) svg path:last-child {
    fill-opacity: 0.85;
}

.program-structure-kAU::before {
    top: 0;
    width: 100%;
    opacity: 0.05;
    background: repeating-linear-gradient(
        45deg,
        rgb(177,173,191,0.5) 0px,
        rgb(177,173,191,0.5) 1px,
        transparent 1px,
        transparent 20px
    );
    left: 0;
    pointer-events: none;
    height: 100%;
    position: absolute;
    content: "";
}

.program-structure-kAU .container {
    padding: 0 1.5rem;
    margin: 0 auto;
    max-width: 1200px;
    z-index: 1;
    position: relative;
}

.program-structure-kAU h2::after {
    left: 50%;
    bottom: -15px;
    border-radius: 10px;
    content: "";
    height: 4px;
    transform: translateX(-50%);
    background: linear-gradient(90deg, rgb(177,173,191) 0%, rgb(137,128,167) 100%);
    width: 80px;
    position: absolute;
}

.program-structure-kAU .pic-float-WPj {
    transform: perspective(1000px) rotateY(-3deg);
    transition: transform 0.6s cubic-bezier(0.23, 1, 0.32, 1);
    position: relative;
    overflow: hidden;
    height: 350px;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.15);
    border-radius: 22px;
}

.program-structure-kAU .pic-float-WPj::after {
    content: "";
    position: absolute;
    transform: rotate(45deg);
    background: linear-gradient(
        135deg,
        transparent 0%,
        rgba(255, 255, 255, 0.1) 50%,
        transparent 100%
    );
    z-index: 2;
    height: 300%;
    top: -100%;
    width: 300%;
    animation: shimmer 6s infinite linear;
    left: -100%;
}

.program-structure-kAU .description:first-of-type {
    border-left: 3px solid rgb(177,173,191);
    padding-left: 1.25rem;
    position: relative;
}

.program-structure-kAU .description:first-of-type::before {
    opacity: 0.2;
    left: -10px;
    content: "";
    height: 20px;
    width: 20px;
    border-radius: 50%;
    background: rgb(177,173,191);
    position: absolute;
    top: 0;
}

.education-history-QG1 {
    border-radius: 21px;
    overflow: hidden;
    padding: 4rem 2rem;
    background: linear-gradient(135deg, rgb(228,227,232) 0%, rgb(177,173,191,0.5) 100%);
    position: relative;
}

.education-history-QG1 .success-feedback-HxU {
    z-index: 2;
    transition: transform 0.5s ease;
    position: relative;
    display: grid;
    gap: 2rem;
    grid-template-columns: 1fr 1.2fr;
    transform: perspective(1000px) rotateY(5deg);
}

.education-history-QG1 .pic-float-WPj {
    transform: rotate(-3deg) translateY(20px);
    height: 400px;
    transition: transform 0.5s ease, box-shadow 0.5s ease;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.5);
    position: relative;
    border-radius: 10px;
}

.education-history-QG1 .success-feedback-HxU:hover .pic-float-WPj {
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.5);
    transform: rotate(0deg) translateY(0);
}

.education-history-QG1 .success-feedback-HxU:hover .job-box-mKz {
    transform: translateY(0) rotate(0deg);
}

.education-history-QG1 .name {
    font-family: Arial, sans-serif;
    font-size: 35px;
    position: relative;
    font-weight: 700;
    color: rgb(177,173,191);
    margin-bottom: 0.5rem;
}

.education-history-QG1 .success-feedback-HxU:hover .name::after {
    transform: scaleX(1);
}

.education-history-QG1 .job-box-mKz > div:nth-child(2) {
    color: rgb(137,128,167);
    transform: translateX(5px);
    margin-bottom: 1.5rem;
    transition: all 0.3s ease;
    font-size: 20px;
    opacity: 0.8;
    font-weight: 600;
}

.education-history-QG1 .career-summary-oZa::before {
    background: linear-gradient(to bottom, rgb(177,173,191), rgb(137,128,167));
    left: 0;
    width: 3px;
    content: "";
    height: 100%;
    position: absolute;
    top: 0;
}

.future-attendees-oLk::before {
    content: "";
    z-index: 0;
    top: 0;
    height: 100%;
    left: 0;
    position: absolute;
    background: 
        radial-gradient(circle at 10% 10%, rgba(rgb(177,173,191), 0.05) 0%, transparent 50%),
        radial-gradient(circle at 90% 90%, rgba(rgb(137,128,167), 0.05) 0%, transparent 50%);
    width: 100%;
}

.future-attendees-oLk h4 {
    text-align: center;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
    font-weight: 700;
    position: relative;
    font-size: 31px;
    background: #ffffff;
    padding: 30px;
    color: #000000;
    margin: 0;
}

.future-attendees-oLk div {
    gap: 0;
    display: flex;
    flex-wrap: wrap;
    padding: 40px;
}

.future-attendees-oLk div p {
    margin-bottom: 20px;
    cursor: pointer;
    position: relative;
    overflow: hidden;
    background: #ffffff;
    transition: all 0.3s ease;
    padding: 20px 20px 20px 60px;
    margin: 0 15px 0 15px;
    border-left: 3px solid rgb(177,173,191);
    flex: 1 1 calc(100% - 30px);
    z-index: 1;
    width: calc(100% - 30px);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
}

.future-attendees-oLk div p:hover::before {
    width: 100%;
}

.future-attendees-oLk div p::after {
    transition: all 0.3s ease;
    border-top: 2px solid rgb(177,173,191);
    width: 6px;
    height: 6px;
    position: absolute;
    content: "";
    transform: translateY(-50%) rotate(45deg);
    right: 20px;
    opacity: 0;
    top: 50%;
    border-right: 2px solid rgb(177,173,191);
}

.future-attendees-oLk div p:hover svg {
    transform: translateY(-50%) scale(1.2) rotate(10deg);
}

.future-attendees-oLk div p:hover svg path {
    fill: rgb(137,128,167);
}

.opening-page-CVw::before {
    animation: backgroundShift 60s linear infinite;
    background-image: 
        linear-gradient(45deg, rgba(94,170,168,0.03) 25%, transparent 25%),
        linear-gradient(-45deg, rgba(94,170,168,0.03) 25%, transparent 25%),
        linear-gradient(45deg, transparent 75%, rgba(94,170,168,0.03) 75%),
        linear-gradient(-45deg, transparent 75%, rgba(94,170,168,0.03) 75%);
    position: absolute;
    left: 0;
    background-size: 30px 30px;
    height: 100%;
    z-index: 1;
    width: 100%;
    content: '';
    background-position: 0 0, 0 15px, 15px -15px, -15px 0px;
    top: 0;
}

.opening-page-CVw .approach-edu-Wgs {
    z-index: 5;
    padding: 3rem;
    display: grid;
    gap: 2rem;
    margin: 0 auto;
    max-width: 1200px;
    transform: translateY(0);
    animation: floatIn 1.2s cubic-bezier(0.22, 1, 0.36, 1) forwards;
    grid-template-columns: 1fr;
    position: relative;
}

.opening-page-CVw h1::after {
    transform-origin: left;
    position: absolute;
    background: rgb(137,128,167);
    width: 60px;
    left: 0;
    animation: expandLine 1.2s cubic-bezier(0.25, 1, 0.5, 1) 1s forwards;
    content: '';
    transform: scaleX(0);
    bottom: -12px;
    height: 3px;
}

.opening-page-CVw p {
    position: relative;
    max-width: 600px;
    transform: translateY(20px);
    padding-left: 0;
    animation: slideUp 0.9s cubic-bezier(0.22, 1, 0.36, 1) 0.7s forwards;
    opacity: 0;
    margin: 0;
    color: #ffffff;
    line-height: 1.6;
    font-size: clamp(1rem, 1.5vw, 12px);
}

.opening-page-CVw svg {
    height: 120px;
    transition: transform 0.6s cubic-bezier(0.22, 1, 0.36, 1);
    animation: popIn 0.9s cubic-bezier(0.22, 1, 0.36, 1) 0.9s forwards;
    opacity: 0;
    filter: drop-shadow(0 5px 15px rgba(94,170,168,0.2));
    width: 120px;
    transform: translateY(20px);
}

.opening-page-CVw .message-reach-d7g {
    background-color: rgb(177,173,191);
    color: #ffffff;
    text-decoration: none;
    border: none;
    position: relative;
    font-size: 14px;
    box-shadow: 0 4px 20px rgba(94,170,168,0.3), 0 2px 5px rgba(0,0,0,0.1);
    overflow: hidden;
    justify-content: center;
    transition: all 0.4s cubic-bezier(0.22, 1, 0.36, 1);
    align-items: center;
    display: inline-flex;
    transform: translateY(0);
    padding: 1rem 2rem;
    font-weight: 600;
}

.opening-page-CVw .message-reach-d7g:hover::before {
    left: 100%;
}

header::before {
    width: 100%;
    content: '';
    position: absolute;
    height: 100%;
    left: 0;
    animation: gridMove 40s linear infinite;
    top: 0;
    opacity: 0.15;
    background: 
        linear-gradient(90deg, transparent 49.5%, rgb(177,173,191,0.5) 49.5%, rgb(177,173,191,0.5) 50.5%, transparent 50.5%) 0 0 / 20px 100%,
        linear-gradient(0deg, transparent 49.5%, rgb(137,128,167,0.5) 49.5%, rgb(137,128,167,0.5) 50.5%, transparent 50.5%) 0 0 / 100% 20px;
    z-index: -1;
}

header .head-tutor-zf1 {
    justify-content: space-between;
    position: relative;
    align-items: center;
    display: flex;
}

header .top-guide-pbR {
    position: relative;
    padding: 0.7rem 1.2rem;
    text-decoration: none;
    font-size: 13px;
    color: #ffffff;
    font-family: Arial, sans-serif;
    transition: all 0.3s cubic-bezier(0.2, 0.8, 0.2, 1);
    font-weight: 400;
    border-radius: 10px;
}

header .top-guide-pbR::after {
    position: absolute;
    top: 0;
    border-radius: 10px;
    right: 0;
    bottom: 0;
    background: rgb(177,173,191);
    content: '';
    left: 0;
    z-index: -1;
}

header .top-guide-pbR:hover::before {
    transform: scale(1);
    opacity: 1;
}

header .main-page-PCc::before {
    position: absolute;
    transition: 0.5s;
    content: '';
    width: 100%;
    background: linear-gradient(
        90deg,
        transparent,
        rgba(255, 255, 255, 0.1),
        transparent
    );
    top: 0;
    height: 100%;
    left: -100%;
}

header .main-page-PCc svg {
    width: 160px;
    position: relative;
    height: auto;
    z-index: 2;
}

.ty-note-6zX::before {
    opacity: 0.4;
    background: linear-gradient(120deg, rgb(177,173,191,0.5) 0%, rgb(137,128,167,0.5) 100%);
    content: "";
    filter: blur(25px);
    z-index: 0;
    height: 70%;
    top: -10%;
    width: 40%;
    right: -5%;
    position: absolute;
    transform: rotate(-15deg) skewX(15deg);
    animation: float 15s ease-in-out infinite;
}

.ty-note-6zX .container {
    margin: 0 auto;
    z-index: 2;
    position: relative;
    padding: 0 1.5rem;
    max-width: 1200px;
}

.ty-note-6zX .approach-edu-Wgs:hover {
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.1),
              0 10px 20px rgba(0, 0, 0, 0.07);
    transform: perspective(1000px) rotateX(0deg) translateY(-5px);
}

.ty-note-6zX .approach-edu-Wgs::before {
    mask-size: 200% 200%;
    z-index: -1;
    width: 100%;
    height: 100%;
    content: "";
    animation: shimmerMask 8s infinite linear;
    top: 0;
    left: 0;
    background: linear-gradient(to right, 
               #ffffff 0%, 
               rgba(255, 255, 255, 0.8) 100%);
    mask-image: linear-gradient(45deg, #000 25%, rgba(0, 0, 0, 0.7) 50%, #000 75%);
    position: absolute;
}

.ty-note-6zX .approach-edu-Wgs:hover > div:first-child::after {
    width: 120px;
}

.ty-note-6zX h5 {
    opacity: 0;
    animation: fadeInUp 0.8s forwards 0.2s;
    line-height: 1.4;
    transform: translateZ(0);
    margin: 0;
    color: #000000;
    font-size: 22px;
    position: relative;
    font-weight: 600;
}

.ty-note-6zX p {
    margin: 0;
    animation: fadeInUp 0.8s forwards 0.5s;
    font-family: Arial, sans-serif;
    font-weight: 400;
    font-size: 18px;
    color: #000000;
    line-height: 1.7;
    opacity: 0;
}



@media (min-width: 768px) {footer .text_main_holder {
    grid-template-columns: 1fr 1fr 1fr;
}footer .top-page-6Se {
    grid-template-columns: 1fr;
}footer .input_holder {
    flex-direction: row;
}footer .news-container-Adw {
    white-space: nowrap;
}
}



@media (max-width: 576px) {footer .trial-offer-CiL {
    padding: 60px 0 20px;
}footer .send-info-WNc {
    margin-bottom: 40px;
    transform: translateY(-20px);
    padding: 15px;
}footer .text_main_holder::before {
    top: -30px;
    height: calc(100% + 60px);
}footer .nav-pro-BVb {
    padding: 0 20px;
}footer .nav-pro-BVb::after {
    left: 20px;
    right: 20px;
}footer .page-head-bGw h5, footer .subscribe_holder h5 {
    font-size: calc(22px - 2px);
}footer .top-page-6Se a {
    padding: 6px 0;
}footer .input_holder input[type="email"],
    footer .news-container-Adw {
    padding: 12px 15px;
}}



@media (max-width: 768px) {.reach-out-mT7 {
    padding: 40px 0;
}.reach-out-mT7 .pic-float-WPj {
    display: none;
}.reach-out-mT7 h3 {
    font-size: calc(38px * 0.8);
    margin-bottom: 30px;
}.reach-out-mT7 .message-links-zGk,
    .reach-out-mT7 .query-card-GUz {
    padding: 30px;
}.reach-out-mT7 form h3,
    .reach-out-mT7 .query-card-GUz h4 {
    font-size: calc(24px * 0.9);
}.reach-out-mT7 input[type="text"],
    .reach-out-mT7 textarea {
    padding: 12px;
    margin-bottom: 15px;
}.reach-out-mT7 textarea {
    height: 100px;
}.reach-out-mT7 .message-reach-d7g {
    padding: 12px;
}.reach-out-mT7 .reach-panel-W84 li {
    margin-bottom: 20px;
}.reach-out-mT7 .reach-panel-W84 svg {
    height: 20px;
    margin-right: 10px;
    width: 20px;
}
}



@media (max-width: 1200px) {.customer-comments-xP3 .user-testimonials-iul {
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
}.customer-comments-xP3 .success-feedback-HxU {
    width: 100%;
}.customer-comments-xP3 .success-feedback-HxU:last-child:nth-child(2n-1) {
    margin: 0 auto;
    grid-column: 1 / span 2;
    width: 80%;
}
}



@media (min-width: 768px) {.company-info-G8F {
    padding: 150px 0 100px;
}.company-info-G8F h2 {
    margin-bottom: 60px;
}.company-info-G8F .quote-box-rqa {
    transform: perspective(1200px) rotateY(-1deg);
    padding: 40px 50px;
}.company-info-G8F .quote-box-rqa div div {
    column-count: 2;
}
}



@media (max-width: 767px) {.company-info-G8F {
    padding: 90px 0 60px;
}.company-info-G8F .container {
    padding: 0 15px;
}.company-info-G8F h2 {
    font-size: calc(36px * 0.9);
    margin-bottom: 30px;
}.company-info-G8F .quote-box-rqa {
    transform: perspective(800px) rotateY(-1deg);
    padding: 25px 20px;
}.company-info-G8F .quote-box-rqa p {
    font-size: 24px;
}.company-info-G8F .quote-box-rqa div div {
    line-height: 1.6;
    font-size: calc(16px * 0.95);
}
}



@media (min-width: 992px) {.plan-list-item-58S .premium-grid-lPW {
    flex-direction: row;
    align-items: center;
}.plan-list-item-58S .cert-fees-I1Q {
    flex: 0 0 30%;
    order: 0;
    padding-right: 40px;
    text-align: left;
}.plan-list-item-58S .cert-fees-I1Q h2::after {
    left: 0;
    transform: none;
}.plan-list-item-58S .value-deals-6Lp {
    grid-template-columns: repeat(2, 1fr);
    flex: 0 0 70%;
}
}



@media (max-width: 991px) {.plan-list-item-58S {
    padding: 80px 0;
}.plan-list-item-58S .cert-fees-I1Q {
    margin-bottom: 20px;
}
}



@media (max-width: 480px) {.plan-list-item-58S {
    padding: 50px 0;
}.plan-list-item-58S .study-cost-J0Q h3 {
    font-size: 24px;
}.plan-list-item-58S .group-rates-TdE {
    font-size: calc(24px - 2px);
}.plan-list-item-58S .pic-float-WPj {
    height: 160px;
}.plan-list-item-58S .study-cost-J0Q {
    padding: 20px;
}}


@media (max-width: 800px) {.track-bar-o61 {
    align-items: center;
    flex-direction: column;
}.cookie-guard-SJh {
    margin-bottom: 15px;
}.track-ack-tN8 {
    text-align: center;
    margin-bottom: 20px;
}.safe-cookies-sDE {
    margin-top: 10px;
    margin-left: 0;
    width: 100%;
}}



@media (min-width: 768px) {.program-assets-aOI .approach-edu-Wgs {
    align-items: stretch;
    flex-direction: row;
}.program-assets-aOI .approach-edu-Wgs > div:first-child {
    flex: 0 0 40%;
    overflow: hidden;
}.program-assets-aOI .pic-float-WPj {
    height: 100%;
}.program-assets-aOI .quote-box-rqa {
    flex: 0 0 60%;
    padding: 50px 40px;
}.program-assets-aOI .quote-box-rqa::before {
    right: auto;
    top: 15px;
    transform: scaleY(0.97);
    bottom: 15px;
    height: auto;
    width: 6px;
}.program-assets-aOI .approach-edu-Wgs:hover .quote-box-rqa::before {
    transform: scaleY(1);
}.program-assets-aOI h5 {
    margin-bottom: 60px;
    font-size: calc(20px * 1.1);
}.program-assets-aOI ul {
    grid-template-columns: repeat(2, 1fr);
    gap: 25px 30px;
}
}



@media (max-width: 767px) {.program-assets-aOI {
    padding: 70px 0;
}.program-assets-aOI h5 {
    padding: 0 15px;
    font-size: calc(20px * 0.9);
    margin-bottom: 40px;
}.program-assets-aOI .approach-edu-Wgs > div:first-child {
    height: 200px;
    overflow: hidden;
}.program-assets-aOI .quote-box-rqa {
    padding: 30px 20px;
}.program-assets-aOI ul {
    display: block;
}.program-assets-aOI li {
    margin-bottom: 15px;
}.program-assets-aOI li:last-child {
    margin-bottom: 0;
}
}



@media (min-width: 768px) {.program-structure-kAU .skill-path-EfR {
    align-items: flex-start;
    flex-direction: row;
}.program-structure-kAU .pic-float-WPj {
    flex: 0 0 45%;
    height: 450px;
}.program-structure-kAU .quote-box-rqa {
    padding-left: 2.5rem;
    flex: 0 0 55%;
}.program-structure-kAU .description {
    font-size: calc(15px + 0.05rem);
}.program-structure-kAU h2 {
    max-width: 80%;
    margin-left: auto;
    margin-right: auto;
    font-size: calc(34px + 0.2rem);
}.program-structure-kAU .pic-float-WPj:hover {
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.2);
    transform: perspective(1000px) rotateY(0deg);
}
}



@media (max-width: 768px) {.education-history-QG1 .success-feedback-HxU {
    grid-template-columns: 1fr;
}.education-history-QG1 .pic-float-WPj {
    height: 300px;
}}



@media (max-width: 767px) {.future-attendees-oLk {
    padding: 80px 0;
}.future-attendees-oLk h4 {
    padding: 20px;
    font-size: calc(31px - 4px);
}.future-attendees-oLk div {
    padding: 25px 20px;
}.future-attendees-oLk div p {
    flex: 1 1 100%;
    margin-left: 0;
    width: 100%;
    padding: 15px 15px 15px 50px;
    margin-right: 0;
    margin-bottom: 12px;
}.future-attendees-oLk div p svg {
    height: 20px;
    left: 15px;
    width: 20px;
}
}



@media (min-width: 768px) {.opening-page-CVw .approach-edu-Wgs {
    padding: 4rem;
    gap: 3rem;
    grid-template-columns: 1fr 1fr;
    align-items: center;
}.opening-page-CVw h1 {
    font-size: 44px;
}.opening-page-CVw h1::after {
    width: 80px;
}.opening-page-CVw p {
    font-size: 12px;
}.opening-page-CVw svg {
    height: 150px;
    width: 150px;
}.opening-page-CVw::before {
    background-size: 50px 50px;
}
}



@media (min-width: 1200px) {.opening-page-CVw .approach-edu-Wgs {
    padding: 6rem;
}.opening-page-CVw .message-reach-d7g {
    padding: 1.25rem 2.5rem;
}
}



@media (max-width: 767px) {.opening-page-CVw {
    min-height: 80vh;
}.opening-page-CVw .approach-edu-Wgs {
    padding: 2rem;
}.opening-page-CVw h1 {
    font-size: 1.75rem;
}.opening-page-CVw p {
    font-size: 1rem;
}.opening-page-CVw svg {
    height: 100px;
    width: 100px;
}.opening-page-CVw .message-reach-d7g {
    padding: 0.875rem 1.75rem;
    font-size: 0.9rem;
}}



@media (max-width: 767px) {header {
    clip-path: polygon(0 0, 100% 0, 100% 95%, 90% 100%, 10% 100%, 0 95%);
    padding: 1rem 0 1.5rem;
}header .head-tutor-zf1 {
    flex-direction: column;
}header .page-head-bGw {
    justify-content: center;
    margin-top: 1rem;
    padding: 10px;
    order: 2;
    flex-wrap: wrap;
    gap: 0.5rem;
    width: 100%;
}header .top-guide-pbR {
    font-size: calc(13px - 2px);
    padding: 0.5rem 0.7rem;
}header .main-page-PCc {
    margin-bottom: 0.5rem;
    order: 1;
}header .main-page-PCc svg {
    width: 130px;
}
}



@media (max-width: 768px) {.ty-note-6zX {
    padding: 4rem 0;
}.ty-note-6zX .approach-edu-Wgs {
    transform: perspective(1000px) rotateX(0deg);
    padding: 2rem;
}.ty-note-6zX h5 {
    font-size: calc(22px * 0.9);
}.ty-note-6zX p {
    line-height: 1.6;
    font-size: calc(18px * 0.95);
}
}

@keyframes rotateBackground {
    0% { transform: translate(-50%, -50%) rotate(0deg); }
    100% { transform: translate(-50%, -50%) rotate(360deg); }
}



@keyframes expandLine {
    0% {
        width: 0;
    }
    100% {
        width: 40%;
    }
}



@keyframes expandWiderLine {
    0% {
        width: 0;
    }
    100% {
        width: 80%;
    }
}



@keyframes glow {
    0%, 100% {
        opacity: 0.15;
        transform: rotate(-15deg) scale(1);
    }
    50% {
        opacity: 0.25;
        transform: rotate(-15deg) scale(1.05);
    }
}



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



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



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



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



@keyframes subtleZoom {
    0% {
        transform: scale(1.05);
    }
    100% {
        transform: scale(1.15);
    }
}



@keyframes gridMove {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: 20px 20px;
    }
}



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

