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

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

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

html,body {
    color: #000000;
    scroll-behavior: auto;
    min-height: 100%;
    height: 100%;
    scroll-snap-type: none;
    auto
contain
touch-action: none;
    font-family: Arial, sans-serif;
}

.price-palette-496 .cert-cost-158 {
    perspective: 1000px;
    transform-style: preserve-3d;
}

.price-palette-496 h2 {
    position: relative;
    transform: translateZ(20px);
    font-size: 35px;
    color: #ffffff;
    margin-bottom: 20px;
    text-shadow: 0 2px 10px rgba(0,0,0,0.2);
    letter-spacing: 1px;
    text-align: center;
    font-weight: 700;
}

.price-palette-496 .bundle-offer-406 li {
    transition: transform 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
    transform-style: preserve-3d;
    perspective: 800px;
}



.price-palette-496 .bundle-offer-406 li {
    opacity: 0;
    animation: priceFadeIn 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) forwards;
}

.price-palette-496 .payment-pricing-803::after {
    right: -60px;
    background: radial-gradient(
        circle, 
        rgb(200,217,216,0.5) 0%, 
        transparent 70%
    );
    z-index: -1;
    content: "";
    transition: all 0.5s ease;
    bottom: -60px;
    opacity: 0.5;
    height: 120px;
    width: 120px;
    position: absolute;
}

.price-palette-496 .pricing-options-512 p {
    max-height: 200px;
    margin-bottom: 30px;
    scrollbar-color: rgb(164,185,184) transparent;
    padding-right: 10px;
    line-height: 1.6;
    font-size: 17px;
    scrollbar-width: thin;
    color: rgb(255, 255, 255, 0.5);
    overflow-y: auto;
}

.price-palette-496 .pay-options-852:hover .payment-pricing-803 {
    box-shadow: 
        0 25px 45px rgba(0,0,0,0.25),
        0 10px 20px rgba(0,0,0,0.2),
        0 0 0 1px rgba(255,255,255,0.15) inset;
    transform: translateY(-8px) translateZ(20px);
}

.price-palette-496 .bundle-offer-406 li:nth-child(1) {
    animation-delay: 0.1s;
}

.price-palette-496 .bundle-offer-406 li:nth-child(4) {
    animation-delay: 0.4s;
}



header .head-main-584 {
    align-items: center;
    padding: 1.3rem 2rem;
    z-index: 5;
    display: flex;
    position: relative;
    justify-content: space-between;
}

header .nav-section-876 {
    position: relative;
    flex: 0 0 auto;
    z-index: 5;
}

header .main-primary-672 {
    transition: all 0.3s ease;
    z-index: 2;
    text-decoration: none;
    display: flex;
    position: relative;
    padding: 0.5rem;
    align-items: center;
}

header .first-expert-583 {
    position: relative;
    padding: 0;
    z-index: 5;
    margin: 0;
    display: flex;
    list-style: none;
}

header .first-pagebar-829 a {
    font-weight: 600;
    font-size: 18px;
    text-decoration: none;
    display: block;
    border: 1px solid transparent;
    padding: 0.8rem 1.2rem;
    letter-spacing: 0.5px;
    transition: all 0.4s ease;
    position: relative;
    color: #ffffff;
    z-index: 1;
}

header .first-pagebar-829:hover::after {
    opacity: 0.4;
}

header .head-main-584::after {
    opacity: 0.1;
    height: 1px;
    left: 20%;
    position: absolute;
    content: '';
    background: linear-gradient(90deg, transparent, #ffffff, transparent);
    width: 60%;
    bottom: 0;
}

.appPanel-071::before {
    background: linear-gradient(to bottom right, rgb(200,217,216,0.5), transparent);
    right: 0;
    z-index: 1;
    content: "";
    width: 50%;
    position: absolute;
    height: 100%;
    opacity: 0.15;
    transform: skewX(-15deg) translateX(20%);
    top: 0;
}

.appPanel-071 h2::after {
    position: absolute;
    left: 0;
    transform: scaleX(0);
    height: 3px;
    content: "";
    animation: growLine 1s ease-out forwards 0.8s;
    bottom: -0.8rem;
    width: 5rem;
    background: rgb(200,217,216);
    transform-origin: left;
}

.appPanel-071 .study-expert-143::before {
    z-index: 0;
    height: 8rem;
    opacity: 0.12;
    width: 8rem;
    top: 2rem;
    right: 2rem;
    position: absolute;
    background: linear-gradient(135deg, rgb(164,185,184,0.5), transparent);
    border-radius: 50%;
    content: "";
}

.stay-informed-971 {
    padding: 5rem 3rem 7rem;
    background: linear-gradient(170deg, rgb(231,242,241) 0%, rgb(200,217,216,0.5) 100%);
    margin: 5rem 0;
    overflow: hidden;
    position: relative;
}

.stay-informed-971 .study-expert-143 {
    display: flex;
    position: relative;
    z-index: 2;
    flex-direction: column;
    align-items: center;
}

.stay-informed-971 p {
    line-height: 1.4;
    margin-bottom: 3rem;
    font-family: Arial, sans-serif;
    font-weight: 700;
    text-align: center;
    font-size: 36px;
    position: relative;
    opacity: 0.9;
    color: #000000;
    max-width: 80%;
}

.stay-informed-971 .email-section-194 {
    font-size: 12px;
    width: 100%;
    border: none;
    background: #ffffff;
    padding: 1.5rem;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
    transform: translateY(0);
    border-radius: 19px;
    color: #000000;
    transition: all 0.3s ease;
    font-family: Arial, sans-serif;
}

.stay-informed-971 .subscribe-wrap-435:hover {
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.2);
    transform: rotate(2deg) translateY(-5px);
}

.stay-informed-971 .subscribe-wrap-435:hover::before {
    opacity: 1;
}

.education-framework-830 {
    overflow: hidden;
    background: rgb(231,242,241);
    padding: 8rem 2rem;
    position: relative;
}

.education-framework-830 {
    padding: 5rem 1.5rem;
}

.education-framework-830::after {
    border-radius: 50%;
    filter: blur(120px);
    background: rgb(164,185,184,0.5);
    z-index: 0;
    right: -30%;
    animation: floatCircle 15s infinite alternate-reverse ease-in-out;
    opacity: 0.25;
    bottom: -30%;
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
}

.education-framework-830 h3::after {
    bottom: -1rem;
    width: 2rem;
    content: "";
    background: rgb(200,217,216,0.5);
    transform-origin: left;
    animation: expandLine 1s 0.6s forwards ease-out;
    left: 0;
    border-radius: 10px;
    height: 4px;
    position: absolute;
    transform: scaleX(0);
}

.education-framework-830 span::before {
    height: 8px;
    position: absolute;
    content: "";
    animation: pulse 3s infinite;
    left: -5px;
    width: 8px;
    border-radius: 50%;
    top: 0;
    background: rgb(164,185,184);
}

.education-framework-830 span::before,
    .education-framework-830 span::after {
    left: 50%;
    transform: translateX(-50%);
}

.education-framework-830 span::before {
    top: -5px;
    left: 50%;
}

.our-team-763::after {
    position: absolute;
    height: 100%;
    z-index: 2;
    background: 
        repeating-linear-gradient(
            45deg,
            transparent,
            transparent 15px,
            rgba(rgb(200,217,216,0.5), 0.03) 15px,
            rgba(rgb(200,217,216,0.5), 0.03) 16px
        );
    content: "";
    top: 0;
    left: 0;
    width: 100%;
}

.our-team-763 h2::after {
    bottom: -23px;
    left: calc(50% - 60px - 6px);
    height: 12px;
    border-radius: 50%;
    position: absolute;
    width: 12px;
    border: 3px solid rgb(200,217,216);
    animation: moveDot 4s infinite alternate;
    background: #ffffff;
    content: "";
}

.our-team-763 .success-path-342::before {
    right: 0;
    position: absolute;
    width: 100px;
    content: "";
    background: linear-gradient(
        135deg,
        transparent 70%,
        rgba(rgb(200,217,216,0.5), 0.1) 70%
    );
    top: 0;
    height: 100px;
}

.our-team-763 .success-path-342 h3 {
    font-weight: 600;
    color: #000000;
    transition: padding-left 0.3s ease;
    font-size: 24px;
    position: relative;
    margin-bottom: 20px;
    padding-left: 0;
}

.our-team-763 .success-path-342 h3 {
    margin-bottom: 15px;
    font-size: calc(24px * 0.9);
}

.our-team-763 .success-path-342::after {
    width: 40%;
    height: 3px;
    background: linear-gradient(
        90deg,
        transparent,
        rgb(200,217,216,0.5) 100%
    );
    z-index: 0;
    bottom: 0;
    content: "";
    position: absolute;
    right: 0;
}

.cookie-notice-window-807 {
    position: fixed;
    bottom: 0;
    background: rgb(231,242,241);
    border-top: 2px solid rgb(200,217,216);
    width: 100%;
    z-index: 90;
}

.privacy-learn-021 {
    justify-content: space-between;
    align-items: center;
    padding: 20px 0;
    display: flex;
}

.cookie-notice-window-807 p {
    font-size: 18px;
}

.cookies-tech-829 {
    text-decoration: none;
    line-height: 35px;
    white-space: nowrap;
    border-bottom: 2px solid rgb(200,217,216);
    font-size: 24px;
    min-width: 120px;
    text-align: center;
    margin-left: 10px;
    color: rgb(200,217,216);
    cursor: pointer;
    flex-shrink: 0;
}

.wrapper-padding-328 .cookie-option-158 svg, .wrapper-padding-328 .cookie-option-158 svg path, .wrapper-padding-328 .cookie-option-158 img {
    fill:#000000;
    height: 40px;
    width: 40px;
}

.contact-364::before {
    opacity: 0.85;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    content: '';
    position: absolute;
    background: rgb(231,242,241);
}

.contact-364 .request-inquiry-037 div {
    align-items: center;
    text-align: center;
    flex-direction: column;
    display: flex;
    padding: 20px;
}

.contact-364 .request-inquiry-037 svg {
    width: 50px;
    background: rgb(231,242,241);
    margin-bottom: 15px;
    border-radius: 50%;
    padding: 10px;
    height: 50px;
}

.contact-364 .query-panel-129 {
    grid-row: 2 / 4;
    background: rgb(200,217,216);
    padding: 170px 0 100px;
    grid-column: 1 / 13;
    margin-top: -100px;
}

.contact-364 form h3::after {
    transform: translateX(-50%);
    height: 3px;
    left: 50%;
    background: rgb(200,217,216);
    position: absolute;
    width: 70px;
    content: '';
    bottom: -15px;
}

.contact-364 form input::placeholder {
    color: #000000;
}

.contact-364 .reach-list-760 input[type="checkbox"] {
    height: 22px;
    border-radius: 10px;
    transition: all 0.3s ease;
    position: relative;
    border: 2px solid rgb(231,242,241);
    width: 22px;
    flex-shrink: 0;
    cursor: pointer;
    appearance: none;
    margin-right: 15px;
    -webkit-appearance: none;
}

.contact-364 .reach-list-760 a:hover {
    color: rgb(164,185,184);
}

.contact-364 .inquiry-grid-543:hover {
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.5);
    transform: translateY(-3px);
    background: rgb(164,185,184);
}

.secure-oasis-940::before {
    opacity: 0.05;
    background: repeating-linear-gradient(
        45deg,
        rgb(200,217,216,0.5),
        transparent 2px,
        transparent 10px,
        rgb(200,217,216,0.5) 12px
    );
    height: 100%;
    width: 100%;
    content: "";
    position: absolute;
    z-index: 0;
    left: 0;
    top: 0;
}

.secure-oasis-940 h1::after {
    animation: slide 8s infinite ease-in-out;
    width: 100px;
    background: rgb(164,185,184);
    left: 0;
    bottom: -3px;
    content: "";
    height: 3px;
    position: absolute;
}

.secure-oasis-940 h2:hover {
    transform: translateX(5px);
}

.secure-oasis-940 p {
    font-size: 13px;
    color: #000000;
    line-height: 1.7;
    margin-bottom: 1.5rem;
    max-width: 90ch;
}

.secure-oasis-940 span {
    margin-bottom: 1.5rem;
    padding: 1rem;
    font-size: 13px;
    background-color: rgba(rgba(0, 0, 0, 0.5), 0.02);
    transition: background-color 0.3s ease;
    display: block;
    border-left: 2px solid rgb(164,185,184,0.5);
    color: #000000;
    line-height: 1.7;
}

.secure-oasis-940 strong {
    font-weight: 600;
    color: rgb(200,217,216);
}

.learning-profits-487::before {
    top: 0;
    position: absolute;
    background: 
    radial-gradient(circle at 20% 30%, rgb(200,217,216,0.5) 0%, transparent 30%),
    radial-gradient(circle at 80% 70%, rgb(164,185,184,0.5) 0%, transparent 30%);
    height: 100%;
    opacity: 0.4;
    left: 0;
    width: 100%;
    content: "";
}

.learning-profits-487 .study-expert-143::before {
    background-size: 200% 100%;
    content: "";
    height: 8px;
    left: 0;
    opacity: 0.7;
    background: linear-gradient(90deg, 
    rgb(200,217,216), 
    rgb(164,185,184), 
    rgb(200,217,216));
    top: 0;
    animation: gradientShift 8s linear infinite;
    width: 100%;
    position: absolute;
}

.learning-profits-487 h3 {
    color: rgb(200,217,216);
    margin-bottom: 25px;
    font-weight: 700;
    font-size: 29px;
    padding-bottom: 15px;
    position: relative;
}

.learning-profits-487 ul {
    padding: 0;
    list-style: none;
    margin: 0;
}

.learning-profits-487 li:last-child {
    margin-bottom: 0;
}

.learning-profits-487 li:hover {
    transform: translateX(8px);
}

.learning-profits-487 li p {
    color: #000000;
    padding: 15px;
    gap: 15px;
    margin: 0;
    background: linear-gradient(to right, rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0.3));
    box-shadow: 
    3px 3px 10px rgba(0, 0, 0, 0.03),
    -3px -3px 10px rgba(255, 255, 255, 0.8);
    transition: all 0.3s ease;
    font-size: 16px;
    display: flex;
    align-items: center;
    border-radius: 10px;
}

.check-it-out-now-715 {
    background: linear-gradient(135deg, rgb(164,185,184) 0%, rgb(200,217,216) 100%);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
    padding: 5rem 1rem;
    overflow: hidden;
    margin: 4rem 0;
    position: relative;
}

.check-it-out-now-715 .container {
    flex-direction: column;
    display: flex;
    z-index: 10;
    position: relative;
    margin: 0 auto;
    padding: 0 20px;
    max-width: 1200px;
    transform: translateZ(0);
    align-items: center;
}

.check-it-out-now-715 div:nth-child(2) {
    transition: transform 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    transform: translateY(10px);
    justify-content: center;
    display: flex;
}

.check-it-out-now-715 .inquiry-grid-543 {
    transform-origin: center;
    background: #ffffff;
    position: relative;
    transition: all 0.4s cubic-bezier(0.23, 1, 0.32, 1);
    min-width: 220px;
    text-decoration: none;
    letter-spacing: 1.5px;
    justify-content: center;
    border: none;
    font-weight: 600;
    color: rgb(164,185,184);
    text-transform: uppercase;
    font-size: 14px;
    display: inline-flex;
    overflow: hidden;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1), 
              0 3px 6px rgba(0, 0, 0, 0.05),
              0 0 0 2px rgba(255, 255, 255, 0.1);
    align-items: center;
    padding: 14px 28px;
    border-radius: 10px;
}

.statistical-report-027::before {
    opacity: 0.92;
    width: 100%;
    z-index: -3;
    top: 0;
    position: absolute;
    background-color: #000000;
    height: 100%;
    content: '';
    left: 0;
}

.statistical-report-027 .statistics-classes-593 {
    position: relative;
    display: flex;
    z-index: 1;
    flex-direction: column;
}

.statistical-report-027 .edu-statistics-806 svg path {
    stroke: #ffffff;
    fill: rgb(200,217,216);
    stroke-width: 0.5;
}

.statistical-report-027 .benefits-track-423::after {
    border-radius: 3px;
    position: absolute;
    background: linear-gradient(to right, rgb(200,217,216), rgb(164,185,184));
    left: 0;
    bottom: 0;
    height: 3px;
    width: 60px;
    content: '';
}

.statistical-report-027 .statistics-reasons-624:nth-child(even) {
    border-radius: 30px 30px 0 30px;
}

.statistical-report-027 .statistics-reasons-624::before {
    top: -50px;
    content: '';
    transition: all 0.4s ease;
    position: absolute;
    right: -50px;
    border-radius: 50%;
    width: 100px;
    opacity: 0.2;
    background: linear-gradient(to right, rgb(200,217,216,0.5), transparent);
    height: 100px;
}

.statistical-report-027 .growth-track-087 {
    margin-bottom: 20px;
}

.statistical-report-027 .growth-track-087 svg path {
    stroke-width: 0.5;
    fill: rgb(200,217,216);
    stroke: #ffffff;
}

.statistical-report-027 .statistics-reasons-624 p {
    font-size: calc(16px * 0.9);
    line-height: 1.4;
    opacity: 0.9;
    color: #ffffff;
    margin: 0;
}

.statistical-report-027 .statistics-reasons-624:hover::after {
    opacity: 0.4;
    transform: scale(1.2);
}

.statistical-report-027 .statistics-reasons-624:nth-child(1) {
    transform: rotate(-2deg);
}

.statistical-report-027 .statistics-reasons-624:nth-child(3) {
    transform: rotate(-1deg);
}

header .top_plank {
    background: rgb(200,217,216);
    color:  #ffffff;
}

header .top_plank .top-segment-091 {
    padding: 15px 0 10px 0;
    line-height: 21px;
    align-items: center;
    justify-content: flex-start;
    font-size: 12px;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}

.title-intro-281::before {
    top: 0;
    left: 0;
    content: "";
    z-index: -1;
    width: 100%;
    background-image: 
        radial-gradient(circle at 20% 30%, rgba(94, 170, 168, 0.08) 0%, transparent 70%),
        radial-gradient(circle at 80% 70%, rgba(94, 170, 168, 0.06) 0%, transparent 60%);
    position: absolute;
    height: 100%;
}

.title-intro-281 .summary-frame-172 {
    opacity: 1;
    padding-right: 5%;
    transform: translateY(0);
    animation: floatIn 1s cubic-bezier(0.22, 1, 0.36, 1) forwards;
    flex: 1;
}

.title-intro-281 h1::before {
    background: linear-gradient(to bottom, rgb(200,217,216), rgb(164,185,184));
    height: 85%;
    top: 0.5rem;
    transform-origin: left center;
    box-shadow: 
        0 5px 15px rgba(94, 170, 168, 0.3),
        inset 0 -2px 4px rgba(255, 255, 255, 0.5),
        inset 0 2px 4px rgba(0, 0, 0, 0.1);
    left: 0;
    border-radius: 3px;
    animation: pulseBar 3s infinite alternate ease-in-out;
    width: 6px;
    content: "";
    position: absolute;
}

.title-intro-281 .main-begin-745:hover svg {
    transform: scale(1.08) rotate(5deg);
}

.title-intro-281 .main-begin-745:hover svg path {
    fill: rgb(164,185,184);
}

.title-intro-281 .main-begin-745 svg text {
    transition: fill 0.3s ease, transform 0.3s ease;
    font-family: Arial, sans-serif;
}

.title-intro-281 ul li {
    margin-right: 1rem;
}

.title-intro-281 .inquiry-grid-543 {
    border-radius: 10px;
    padding: 1rem 2rem;
    position: relative;
    font-weight: 600;
    color: #ffffff;
    font-size: 16px;
    text-decoration: none;
    overflow: hidden;
    box-shadow: 
        5px 5px 15px rgba(0, 0, 0, 0.15),
        -5px -5px 15px rgba(255, 255, 255, 0.6);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    display: inline-block;
    background: linear-gradient(135deg, rgb(200,217,216) 0%, rgb(164,185,184) 100%);
    z-index: 1;
}

.title-intro-281 .img-expand-280::after {
    content: "";
    width: 100%;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.5), transparent);
    bottom: 0;
    z-index: 1;
    position: absolute;
    height: 30%;
    left: 0;
}

.academic-experience-576 {
    overflow: hidden;
    padding: 6rem 2rem;
    position: relative;
    background-color: rgb(231,242,241);
}

.academic-experience-576 .success-ratings-450 {
    display: grid;
    position: relative;
    margin: 0 auto;
    background: #ffffff;
    grid-template-columns: 1fr 1.2fr;
    overflow: visible;
    z-index: 2;
    gap: 0;
    box-shadow: 20px 20px 60px rgba(0, 0, 0, 0.08), 
                -20px -20px 60px rgba(255, 255, 255, 0.8);
    max-width: 1100px;
    border-radius: 22px;
}

.academic-experience-576 .career-explore-827 {
    justify-content: center;
    flex-direction: column;
    display: flex;
    padding: 4rem 3rem;
}

.academic-experience-576 .career-explore-827 > div:nth-child(2)::after {
    height: 2px;
    position: absolute;
    bottom: 0;
    left: 0;
    content: "";
    width: 60px;
    background: rgb(164,185,184);
}

.academic-experience-576 .success-ratings-450:hover .img-expand-280 {
    transform: translateX(-20px) translateY(-40px);
}

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

footer .degree-path-145 {
    font-family: Arial, sans-serif;
    background: linear-gradient(135deg, rgb(200,217,216), rgb(164,185,184));
    color: #ffffff;
    position: relative;
    padding: 80px 0 30px;
}

footer .message-us-054 {
    flex-wrap: wrap;
    justify-content: center;
    display: flex;
    gap: 20px;
    margin-bottom: 60px;
}

footer .info_item:nth-child(1) {
    transform: translateY(-20px);
}

footer .info_item:nth-child(2) {
    transform: translateY(20px);
}

footer .info_item:nth-child(3) {
    transform: translateY(-10px);
}

footer .info_item:hover {
    z-index: 2;
    background-color: rgb(164,185,184,0.5);
    transform: scale(1.05) translateY(0);
}

footer .info_item a:hover {
    text-decoration: underline;
}

footer .nav-section-876, footer .first-expert-583, footer .subscribe_holder {
    display: flex;
    backdrop-filter: blur(5px);
    position: relative;
    padding: 30px;
    align-items: center;
    transition: all 0.3s ease;
    background-color: rgb(200,217,216,0.5);
    max-width: 400px;
    border-radius: 23px;
    overflow: hidden;
    flex: 1 1 300px;
    text-align: center;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    flex-direction: column;
}

footer .app-store-963 {
    line-height: 1.6;
    font-size: 16px;
    color: rgba(255, 255, 255, 0.8);
    max-width: 300px;
}

footer .first-expert-583:hover h5::after, footer .subscribe_holder:hover h5::after {
    width: 80px;
}

footer .nav-pro-159 a {
    transition: all 0.3s ease;
    color: #ffffff;
    font-size: 17px;
    padding: 8px 15px;
    border-radius: 10px;
    background-color: rgb(200,217,216,0.5);
    text-decoration: none;
}

footer .input_holder {
    width: 100%;
    gap: 15px;
    display: flex;
    max-width: 300px;
    flex-direction: column;
    align-items: center;
}

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

footer .subscribe-wrap-435 {
    background-color: rgb(200,217,216);
    width: 100%;
    font-size: 16px;
    padding: 15px 20px;
    color: #ffffff;
    border: none;
    border-radius: 10px;
    font-weight: 600;
    transition: all 0.3s ease;
    cursor: pointer;
}

.course-program-description-693::before {
    position: absolute;
    z-index: 0;
    height: 100%;
    left: 0;
    background: 
        radial-gradient(circle at 20% 30%, rgba(rgb(200,217,216,0.5), 0.15) 0%, transparent 40%),
        radial-gradient(circle at 80% 70%, rgba(rgb(164,185,184,0.5), 0.12) 0%, transparent 45%);
    top: 0;
    content: "";
    width: 100%;
}

.course-program-description-693 h2::after {
    bottom: -15px;
    position: absolute;
    transform: scaleX(1);
    background: linear-gradient(90deg, rgb(200,217,216), rgb(164,185,184));
    transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
    width: 80px;
    height: 3px;
    transform-origin: left center;
    content: "";
    left: 0;
}

.course-program-description-693 .img-expand-280::after {
    mix-blend-mode: overlay;
    transition: opacity 1.2s ease;
    top: -50%;
    width: 200%;
    content: "";
    left: -50%;
    pointer-events: none;
    z-index: 2;
    height: 200%;
    opacity: 0;
    position: absolute;
    background: radial-gradient(
        ellipse at center,
        rgba(rgb(255, 255, 255, 0.5), 0.1) 0%,
        transparent 70%
    );
}

.course-program-description-693 .description:first-of-type {
    position: relative;
    z-index: 1;
}

.course-program-description-693 .description:last-of-type {
    border-left: 1px solid rgba(rgb(200,217,216,0.5), 0.2);
    position: relative;
    padding-left: 20px;
}

.price-palette-496 .pricing-options-512 p::-webkit-scrollbar {
    width: 4px;
}

.price-palette-496 .pricing-options-512 p::-webkit-scrollbar-track {
    background: transparent;
}

.price-palette-496 .pricing-options-512 p::-webkit-scrollbar-thumb {
    border-radius: 20px;
    background-color: rgb(164,185,184,0.5);
}

.course-program-description-693 .description::-webkit-scrollbar {
    width: 4px;
}

.course-program-description-693 .description::-webkit-scrollbar-track {
    background: rgba(rgba(0, 0, 0, 0.5), 0.05);
}

.course-program-description-693 .description::-webkit-scrollbar-thumb {
    border-radius: 2px;
    background: linear-gradient(to bottom, rgb(200,217,216), rgb(164,185,184));
}



@media (min-width: 1400px) {header .head-main-584 {
    margin: 0 auto;
    max-width: 1300px;
}header .first-pagebar-829 {
    margin: 0 0.5rem;
}header .first-pagebar-829 a {
    padding: 0.8rem 1.5rem;
}
}



@media (max-width: 767px) {header {
    padding: 0;
}header .head-main-584 {
    padding: 0.8rem 1.2rem;
}header .nav-section-876 {
    max-width: 130px;
}header .nav-section-876::before {
    display: none;
}header .first-expert-583 {
    justify-content: flex-start;
    padding-bottom: 0.5rem;
    margin-top: 0.8rem;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: thin;
    overflow-x: auto;
}header .first-expert-583::-webkit-scrollbar {
    height: 2px;
}header .first-expert-583::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background: rgb(200,217,216);
}header .first-pagebar-829 {
    flex: 0 0 auto;
    margin: 0 0.1rem;
}header .first-pagebar-829 a {
    font-size: calc(18px - 2px);
    letter-spacing: 0;
    padding: 0.5rem 0.7rem;
    white-space: nowrap;
}header .first-pagebar-829 a::before {
    bottom: 3px;
}header::after {
    height: 2px;
}
}



@media (max-width: 768px) {.stay-informed-971 {
    padding: 4rem 1.5rem 5rem;
}.stay-informed-971 p {
    font-size: 21px;
    max-width: 100%;
}.stay-informed-971 .input_holder {
    transform: none;
}.stay-informed-971 .subscribe-wrap-435 {
    width: 100%;
    align-self: center;
    transform: none;
}.stay-informed-971 .subscribe-wrap-435:hover {
    transform: translateY(-5px);
}}



@media screen and (max-width: 768px) {.our-team-763 {
    padding: 70px 0;
}.our-team-763 h2 {
    margin-bottom: 45px;
}.our-team-763 .study-lab-031 {
    flex-direction: column;
    gap: 40px;
}.our-team-763 .study-lab-031::after,
    .our-team-763 .study-lab-031::before {
    display: none;
}.our-team-763 .success-path-342 {
    width: 100%;
}
}



@media (max-width: 992px) {.contact-364 .request-inquiry-037 {
    margin: 60px 20px 0;
    grid-column: 1 / 13;
}.contact-364 form {
    padding: 50px 40px;
    width: 80%;
}
}



@media (max-width: 576px) {.contact-364 .request-inquiry-037 {
    margin: 40px 15px 0;
}.contact-364 .request-inquiry-037 h3 {
    font-size: calc(33px * 0.85);
    padding: 25px 20px;
}.contact-364 .query-panel-129 {
    padding: 130px 15px 60px;
}.contact-364 form {
    padding: 30px 20px;
}.contact-364 form input[type="text"],
    .contact-364 form input[type="email"] {
    margin-bottom: 20px;
    padding: 15px;
}}



@media (max-width: 992px) {.learning-profits-487 {
    padding: 60px 0;
}.learning-profits-487 .study-expert-143 {
    flex-direction: column;
    padding: 30px;
}.learning-profits-487 .img-expand-280 {
    max-width: 450px;
    flex: 0 0 auto;
    width: 100%;
    margin: 0 auto;
}
}



@media (max-width: 768px) {.learning-profits-487 {
    padding: 50px 0;
}.learning-profits-487 h3 {
    font-size: calc(29px * 0.9);
}
}



@media screen and (max-width: 992px) {.check-it-out-now-715 {
    margin: 3rem 0;
    padding: 4rem 1rem;
}.check-it-out-now-715 h6 {
    margin-bottom: 2rem;
    font-size: 20px;
}.check-it-out-now-715 .inquiry-grid-543 {
    min-width: 200px;
    padding: 12px 24px;
}
}



@media screen and (max-width: 768px) {.check-it-out-now-715 {
    margin: 2.5rem 0;
    padding: 3.5rem 0.75rem;
}.check-it-out-now-715 h6 {
    font-size: calc(20px * 0.9);
    margin-bottom: 1.8rem;
    line-height: 1.5;
}.check-it-out-now-715 h6::after {
    bottom: -10px;
    width: 60px;
}.check-it-out-now-715 .inquiry-grid-543 {
    min-width: 180px;
    font-size: calc(14px * 0.95);
    padding: 12px 20px;
}
}



@media (prefers-reduced-motion) {.check-it-out-now-715::before,
  .check-it-out-now-715::after {
    animation: none;
}.check-it-out-now-715 .inquiry-grid-543::before {
    transition: none;
}}



@media screen and (max-width: 576px) {.statistical-report-027 {
    padding: 60px 0 80px;
}.statistical-report-027 .edu-statistics-806 svg {
    width: 70px;
    height: 70px;
}.statistical-report-027 .benefits-track-423 {
    font-size: calc(29px * 0.8);
}.statistical-report-027 .statistics-reasons-624 {
    flex: 1 1 100%;
    margin: 7px 0;
}.statistical-report-027 .statistics-reasons-624 span {
    font-size: calc(18px * 0.95);
}}



@media (max-width: 576px) {.title-intro-281 {
    padding: 1rem 0;
}.title-intro-281 h1 {
    font-size: calc(38px * 0.9);
    padding-left: 1rem;
}.title-intro-281 h1::before {
    width: 4px;
}.title-intro-281 .main-begin-745 {
    padding: 1.2rem;
}.title-intro-281 .main-begin-745 svg {
    width: 50px;
    float: none;
    height: 50px;
    display: block;
    margin: 0 auto 1rem;
}.title-intro-281 .main-begin-745 p {
    text-align: center;
}.title-intro-281 ul {
    justify-content: center;
}.title-intro-281 .img-expand-280 {
    height: 250px;
}}



@media (min-width: 992px) {footer .text_main_holder {
    flex-wrap: nowrap;
}
}



@media (max-width: 991px) {footer .info_item {
    height: 180px;
    flex: 0 1 180px;
}footer .info_item:nth-child(1),
    footer .info_item:nth-child(2),
    footer .info_item:nth-child(3),
    footer .info_item:nth-child(4) {
    transform: none;
}
}



@media (max-width: 767px) {footer .degree-path-145 {
    padding: 60px 0 30px;
}footer .message-us-054 {
    flex-direction: column;
    margin-bottom: 40px;
}footer .info_item {
    padding: 15px;
    flex: 0 1 100px;
    height: 100px;
}footer .nav-section-876, footer .first-expert-583, footer .subscribe_holder {
    padding: 25px 20px;
}footer .achieve-cta-901 {
    margin-top: 40px;
}
}



@media (min-width: 992px) {.course-program-description-693 .container {
    padding: 0 40px;
}.course-program-description-693 h2 {
    transform: translateX(-8%);
    max-width: 70%;
    font-size: calc(33px * 1.4);
}.course-program-description-693 h2::after {
    width: 120px;
    height: 4px;
}.course-program-description-693 .career-path-852 {
    grid-gap: 80px;
}.course-program-description-693 .img-expand-280 {
    transform: perspective(2000px) rotateY(-7deg) rotateX(3deg) translateX(-30px);
    height: 550px;
}.course-program-description-693 .img-expand-280:hover {
    transform: perspective(2000px) rotateY(-3deg) rotateX(1deg) translateX(-10px);
}.course-program-description-693 .summary-frame-172 {
    padding: 0 0 0 40px;
}.course-program-description-693 .description {
    max-height: 400px;
    line-height: 1.8;
    font-size: calc(13px * 1.05);
}
}

@keyframes gradientSlide {
    0% { background-position: 0% center; }
    100% { background-position: 200% center; }
}



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



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



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



@keyframes expandLine {
    to {
        transform: scaleX(1);
    }
}



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



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



@keyframes float {
    0%, 100% { transform: translate(0, 0); }
    50% { transform: translate(-30px, 30px); }
}



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



@keyframes floatIn {
    0% {
        opacity: 0;
        transform: translateY(30px) perspective(1000px) rotateY(-5deg);
    }
    100% {
        opacity: 1;
        transform: translateY(0) perspective(1000px) rotateY(-5deg) translateZ(20px);
    }
}

