﻿* {
    padding: 0;
    box-sizing: border-box;
    margin: 0;
}svg {
    height: 30px;
    width: 30px;
}.main-class-web {
    flex: 1 0 auto;
}html,body {
    scroll-behavior: smooth;
    color: #000000;
    height: 100%;
    font-family: Arial, sans-serif;
    min-height: 100%;
}a {
    text-decoration: none;
    color: inherit;
}.wrap-container-web {
    flex-direction: column;
    min-height: 100%;
    height: 100%;
    display: flex;
}.container {
    max-width: 100%;
    margin: auto;
    width: 1112px;
}.art-portal-web {
    flex: 0 0 auto;
}header,footer {
    width: 100%;
}
@media only screen and (max-width: 1200px)  {.container {
    width: 100%;
    padding: 0 20px;
}
}
@media only screen and (max-width: 800px)  {.container {
    padding: 0 12px;
}}
.pricing-bucket-web {
    --card-accent: rgb(122,143,141);
    --card-shadow: 0 15px 30px rgba(0, 0, 0, 0.08);
    --pricing-bg: #f5f7fa;
    background-color: var(--pricing-bg);
    overflow: hidden;
    --card-transition: 0.4s cubic-bezier(0.22, 1, 0.36, 1);
    --card-border: linear-gradient(135deg, rgb(122,143,141), rgb(89,108,107));
    padding: 120px 0 80px;
    position: relative;
    --card-hover-shadow: 0 20px 40px rgba(0, 0, 0, 0.12);
    --card-bg: #ffffff;
}.pricing-bucket-web::before {
    background: linear-gradient(135deg, rgb(122,143,141,0.5), rgb(89,108,107,0.5));
    right: -5%;
    width: 35%;
    opacity: 0.5;
    z-index: 1;
    top: -10%;
    content: "";
    filter: blur(60px);
    height: 50%;
    transform: rotate(-15deg);
    position: absolute;
}.pricing-bucket-web::after {
    z-index: 1;
    bottom: -10%;
    filter: blur(50px);
    position: absolute;
    background: linear-gradient(225deg, rgb(89,108,107,0.5), rgb(122,143,141,0.5));
    left: -5%;
    transform: rotate(15deg);
    opacity: 0.4;
    height: 40%;
    width: 30%;
    content: "";
}.pricing-bucket-web .container {
    margin: 0 auto;
    padding: 0 20px;
    position: relative;
    max-width: 1400px;
    z-index: 2;
}.pricing-bucket-web .learn-deals-web {
    flex-direction: column;
    display: flex;
}.pricing-bucket-web .tuition-grid-web {
    margin-right: auto;
    max-width: 800px;
    margin-bottom: 60px;
    text-align: center;
    margin-left: auto;
    order: -1;
}.pricing-bucket-web .tuition-grid-web h2 {
    color: #000000;
    position: relative;
    margin-bottom: 20px;
    display: inline-block;
    font-size: 35px;
    font-weight: 700;
}.pricing-bucket-web .tuition-grid-web h2::after {
    width: 80px;
    bottom: -10px;
    transform: translateX(-50%);
    content: "";
    height: 3px;
    position: absolute;
    background: linear-gradient(to right, rgb(122,143,141), rgb(89,108,107));
    left: 50%;
}.pricing-bucket-web .learning-plan-web {
    word-wrap: break-word;
    max-width: 700px;
    color: #000000;
    white-space: normal;
    line-height: 1.6;
    margin: 0 auto;
    overflow-wrap: break-word;
    font-size: calc(13px + 2px);
}.pricing-bucket-web .discount-deals-web {
    gap: 30px;
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
    width: 100%;
    display: grid;
}.pricing-bucket-web .value-deals-web {
    display: block;
    transition: transform var(--card-transition);
    height: 100%;
    color: inherit;
    transform: translateY(0);
    text-decoration: none;
}.pricing-bucket-web .value-deals-web:hover {
    transform: translateY(-10px);
}.pricing-bucket-web .price-choices-web {
    border-radius: 28px;
    background-color: var(--card-bg);
    box-shadow: var(--card-shadow);
    position: relative;
    overflow: hidden;
    height: 100%;
    display: flex;
    flex-direction: column;
    transition: box-shadow var(--card-transition);
}.pricing-bucket-web .value-deals-web:hover .price-choices-web {
    box-shadow: var(--card-hover-shadow);
}.pricing-bucket-web .price-choices-web::before {
    content: "";
    left: 0;
    position: absolute;
    top: 0;
    transition: transform 0.5s ease;
    transform-origin: left;
    width: 100%;
    transform: scaleX(0);
    height: 5px;
    background: var(--card-border);
}.pricing-bucket-web .value-deals-web:hover .price-choices-web::before {
    transform: scaleX(1);
}.pricing-bucket-web .pro-fees-web {
    flex-grow: 1;
    flex-direction: column;
    padding: 35px 30px;
    display: flex;
    z-index: 1;
    position: relative;
}.pricing-bucket-web .pro-fees-web h3 {
    margin-bottom: 15px;
    position: relative;
    font-size: calc(23px + 2px);
    transition: color 0.3s ease;
    font-weight: 700;
    color: #000000;
    display: inline-block;
}.pricing-bucket-web .value-deals-web:hover .pro-fees-web h3 {
    color: var(--card-accent);
}.pricing-bucket-web .program-rate-web {
    margin-bottom: 20px;
    position: relative;
    font-size: calc(23px + 6px);
    font-weight: 700;
    color: var(--card-accent);
    display: inline-block;
}.pricing-bucket-web .program-rate-web::after {
    width: 40px;
    transition: width 0.3s ease;
    position: absolute;
    height: 2px;
    content: "";
    bottom: -10px;
    left: 0;
    background-color: var(--card-accent);
}.pricing-bucket-web .value-deals-web:hover .program-rate-web::after {
    width: 60px;
}.pricing-bucket-web .pro-fees-web p {
    margin-top: 15px;
    line-height: 1.6;
    word-wrap: break-word;
    color: #000000;
    font-size: 13px;
    white-space: normal;
    hyphens: auto;
    flex-grow: 1;
    overflow-wrap: break-word;
}.pricing-bucket-web .snapshot-web {
    width: 100%;
    height: 200px;
    transition: transform 0.6s ease;
    position: relative;
    overflow: hidden;
}.pricing-bucket-web .snapshot-web::after {
    transition: opacity 0.4s ease;
    top: 0;
    bottom: 0;
    right: 0;
    opacity: 0;
    content: "";
    left: 0;
    background: linear-gradient(to top, rgba(0,0,0,0.3), transparent);
    position: absolute;
}.pricing-bucket-web .value-deals-web:hover .snapshot-web::after {
    opacity: 1;
}.pricing-bucket-web .value-deals-web:hover .snapshot-web {
    transform: scale(1.05);
}

@media (min-width: 992px) {.pricing-bucket-web .learn-deals-web {
    flex-direction: row;
    gap: 60px;
    align-items: center;
}.pricing-bucket-web .tuition-grid-web {
    order: 0;
    margin: 0;
    width: 30%;
    text-align: left;
}.pricing-bucket-web .tuition-grid-web h2 {
    text-align: left;
    display: block;
}.pricing-bucket-web .tuition-grid-web h2::after {
    left: 0;
    transform: none;
}.pricing-bucket-web .learning-plan-web {
    margin: 0;
    text-align: left;
}.pricing-bucket-web .discount-deals-web {
    width: 70%;
}
}

@media (max-width: 991px) {.pricing-bucket-web {
    padding: 80px 0 60px;
}.pricing-bucket-web .discount-deals-web {
    gap: 25px;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
}
}

@media (max-width: 767px) {.pricing-bucket-web {
    padding: 60px 0 40px;
}.pricing-bucket-web .tuition-grid-web {
    margin-bottom: 40px;
}.pricing-bucket-web .discount-deals-web {
    grid-template-columns: 1fr;
    max-width: 450px;
    margin: 0 auto;
}.pricing-bucket-web .pro-fees-web {
    padding: 25px 20px;
}.pricing-bucket-web .pro-fees-web h3 {
    font-size: 23px;
}.pricing-bucket-web .program-rate-web {
    font-size: calc(23px + 2px);
}.pricing-bucket-web .pro-fees-web p {
    font-size: calc(13px - 1px);
}.pricing-bucket-web .snapshot-web {
    height: 180px;
}
}

@media (max-width: 480px) {.pricing-bucket-web {
    padding: 50px 0 30px;
}.pricing-bucket-web .tuition-grid-web h2 {
    font-size: calc(35px - 4px);
}.pricing-bucket-web .learning-plan-web {
    font-size: 13px;
}.pricing-bucket-web .pro-fees-web {
    padding: 20px 15px;
}.pricing-bucket-web .snapshot-web {
    height: 160px;
}}.leadership-profile-web {
    padding: 5rem 2rem;
    perspective: 1000px;
    position: relative;
    overflow: hidden;
    background: rgb(156,178,176);
}.leadership-profile-web::before {
    width: 100%;
    background: conic-gradient(
        from 45deg at 50% 50%,
        rgb(89,108,107,0.5) 0deg,
        rgb(122,143,141,0.5) 90deg,
        rgb(156,178,176) 180deg,
        rgb(122,143,141,0.5) 270deg,
        rgb(89,108,107,0.5) 360deg
    );
    z-index: 1;
    opacity: 0.4;
    top: 0;
    left: 0;
    filter: blur(60px);
    height: 100%;
    content: "";
    position: absolute;
}.leadership-profile-web .review-track-web {
    justify-content: space-between;
    flex-direction: row;
    position: relative;
    transform-style: preserve-3d;
    display: flex;
    align-items: center;
    z-index: 2;
    gap: 0;
}.leadership-profile-web .snapshot-web {
    transition: all 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    position: relative;
    filter: saturate(0.8);
    width: 40%;
    height: 400px;
    transform: rotateY(10deg) translateZ(50px);
    border-radius: 24px;
    box-shadow: -20px 20px 30px -10px rgba(0, 0, 0, 0.5);
}.leadership-profile-web .snapshot-web::after {
    left: 0;
    content: "";
    top: 0;
    transition: opacity 0.6s ease;
    background: linear-gradient(
        135deg,
        transparent 0%,
        rgb(122,143,141,0.5) 100%
    );
    height: 100%;
    width: 100%;
    opacity: 0.4;
    position: absolute;
    border-radius: 24px;
}.leadership-profile-web .snapshot-web:hover {
    box-shadow: -30px 30px 50px -10px rgba(0, 0, 0, 0.5);
    transform: rotateY(0deg) translateZ(70px) scale(1.05);
    filter: saturate(1.2);
}.leadership-profile-web .snapshot-web:hover::after {
    opacity: 0;
}.leadership-profile-web .career-skills-web {
    transition: all 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    box-shadow: 20px 20px 30px -10px rgba(0, 0, 0, 0.5);
    width: 60%;
    padding: 2.5rem;
    background: #ffffff;
    overflow: hidden;
    border-radius: 24px;
    transform: rotateY(-5deg) translateZ(30px);
    position: relative;
}.leadership-profile-web .career-skills-web::before {
    top: -50%;
    position: absolute;
    left: -50%;
    content: "";
    width: 200%;
    transform: scale(0);
    height: 200%;
    opacity: 0.1;
    transition: transform 0.8s ease;
    background: radial-gradient(
        circle at center,
        rgb(89,108,107,0.5) 0%,
        transparent 70%
    );
}.leadership-profile-web .career-skills-web:hover {
    box-shadow: 30px 30px 50px -10px rgba(0, 0, 0, 0.5);
    transform: rotateY(0deg) translateZ(50px);
}.leadership-profile-web .career-skills-web:hover::before {
    transform: scale(1);
}.leadership-profile-web .name {
    color: rgb(122,143,141);
    margin-bottom: 0.5rem;
    display: inline-block;
    position: relative;
    font-size: 30px;
    font-weight: 700;
}.leadership-profile-web .name::after {
    height: 3px;
    transition: width 0.4s ease-in-out;
    position: absolute;
    content: "";
    width: 0;
    bottom: -5px;
    background: rgb(89,108,107);
    left: 0;
}.leadership-profile-web .career-skills-web:hover .name::after {
    width: 100%;
}.leadership-profile-web .career-skills-web > div:nth-child(2) {
    letter-spacing: 1px;
    opacity: 0.9;
    margin-bottom: 2rem;
    color: rgb(89,108,107);
    font-weight: 600;
    font-size: 20px;
}.leadership-profile-web .career-card-web {
    font-weight: 400;
    position: relative;
    color: #000000;
    font-style: italic;
    border-left: 3px solid rgb(122,143,141,0.5);
    padding-left: 2rem;
    line-height: 1.7;
    font-size: 16px;
}.leadership-profile-web .career-card-web::before {
    position: absolute;
    top: -20px;
    color: rgb(89,108,107,0.5);
    left: -10px;
    font-family: serif;
    content: "";
    opacity: 0.3;
    font-size: 5rem;
}@keyframes pulse {
    0% {
        box-shadow: 0 0 0 0 rgb(122,143,141,0.5);
    }
    70% {
        box-shadow: 0 0 0 15px rgba(0, 0, 0, 0);
    }
    100% {
        box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
    }
}

.leadership-profile-web .snapshot-web:hover {
    animation: pulse 1.5s infinite;
}

@media (max-width: 992px) {.leadership-profile-web .review-track-web {
    flex-direction: column;
}.leadership-profile-web .snapshot-web,
    .leadership-profile-web .career-skills-web {
    width: 100%;
    transform: none;
}.leadership-profile-web .snapshot-web {
    height: 300px;
    margin-bottom: 2rem;
}.leadership-profile-web .snapshot-web:hover,
    .leadership-profile-web .career-skills-web:hover {
    transform: translateY(-10px);
}}.privacy-parapet-web {
    border: 2px solid rgb(122,143,141);
    overflow: hidden;
    font-family: Arial, sans-serif;
    height: auto;
    color: #ffffff;
    box-shadow: 0 0 15px rgb(122,143,141,0.5);
    width: 100%;
    padding: 40px;
}.privacy-parapet-web h1 {
    text-shadow: 0 0 10px rgb(122,143,141,0.5);
    margin-bottom: 20px;
    margin-top: 30px;
    font-weight: 700;
    color: rgb(122,143,141);
    font-size: 41px;
    padding-bottom: 10px;
    border-bottom: 2px solid rgb(122,143,141);
    text-transform: uppercase;
}.privacy-parapet-web h2 {
    color: rgb(89,108,107);
    margin-bottom: 15px;
    border-bottom: 1px solid rgb(89,108,107);
    font-size: 32px;
    font-weight: 600;
    margin-top: 25px;
    padding-bottom: 5px;
    text-shadow: 0 0 10px rgb(89,108,107,0.5);
}.privacy-parapet-web h3, .privacy-parapet-web h4, .privacy-parapet-web h5, .privacy-parapet-web h6 {
    text-shadow: 0 0 5px rgb(122,143,141,0.5);
    font-weight: 600;
    color: rgb(122,143,141);
    margin-top: 20px;
    margin-bottom: 10px;
    font-size: 18px;
}.privacy-parapet-web li {
    color: #000000;
    line-height: 1.6;
    margin-bottom: 15px;
    font-size: 15px;
    font-weight: 400;
    position: relative;
}.privacy-parapet-web li::before {
    content: "▸";
    position: absolute;
    top: 0;
    color: rgb(122,143,141);
    left: -15px;
}.privacy-parapet-web section {
    box-shadow: 0 0 15px rgb(122,143,141,0.5);
    border-radius: 10px;
    padding: 20px;
    margin-top: 20px;
}.privacy-parapet-web p, .privacy-parapet-web span, .privacy-parapet-web div {
    margin-bottom: 10px;
    color: #000000;
    text-shadow: 0 0 5px rgb(122,143,141,0.5);
    line-height: 1.8;
    font-weight: 300;
    font-size: 15px;
}

@media only screen and (max-width: 800px) {.privacy-parapet-web {
    padding: 20px 10px;
}.privacy-parapet-web h1 {
    font-size: calc(18px * 0.8);
}.privacy-parapet-web h2 {
    font-size: calc(18px * 0.8);
}.privacy-parapet-web h3, .privacy-parapet-web h4, .privacy-parapet-web h5, .privacy-parapet-web h6 {
    font-size: calc(18px * 0.8);
}.privacy-parapet-web p, .privacy-parapet-web span, .privacy-parapet-web div {
    font-size: calc(15px * 0.9);
}}.cookieSettingsWindow-web {
    position: fixed;
    border-top: 2px solid rgb(122,143,141);
    width: 100%;
    background: rgb(156,178,176);
    z-index: 90;
    bottom: 0;
}.learn-prefs-web {
    padding: 20px 0;
    justify-content: space-between;
    display: flex;
    align-items: center;
}.cookieSettingsWindow-web h5 {
    margin-bottom: 6px;
    font-size: 22px;
}.cookieSettingsWindow-web p {
    font-size: 18px;
}.manage-tracking-web {
    flex-shrink: 0;
    margin-right: 10px;
}.manage-tracking-web svg, .manage-tracking-web svg path, .manage-tracking-web img {
    width: 100px;
    fill: rgb(122,143,141);
    height: 100px;
}.cookie-customize-web {
    font-size: 24px;
    text-decoration: none;
    line-height: 35px;
    margin-left: 10px;
    color: rgb(122,143,141);
    white-space: nowrap;
    cursor: pointer;
    min-width: 120px;
    flex-shrink: 0;
    border-bottom: 2px solid rgb(122,143,141);
    text-align: center;
}.cookieSettingsWindow-web p a {
    text-decoration: none;
    color: rgb(122,143,141);
}#cookiePromptModal-web {
    display: none;
}#cookiePromptModal-web:checked ~ .cookieSettingsWindow-web {
    visibility: hidden;
    opacity: 0;
}
@media only screen and (max-width: 1200px) {.cookieSettingsWindow-web {
    padding: 20px;
}
}
@media only screen and (max-width: 800px) {.manage-tracking-web {
    display: none;
}.learn-prefs-web {
    justify-content: center;
    flex-direction: column;
    align-items: center;
}.cookieSettingsWindow-web h5 {
    text-align: center;
}.cookieSettingsWindow-web p {
    text-align: center;
}.cookie-option-web {
    margin-bottom: 20px;
}body .wrap-container-web .cookie-customize-web {
    margin-left: 0;
}}
.wrap-container-web .learn-prefs-web {
    justify-content: flex-end;
}.wrap-container-web .cookie-customize-web {
    background: rgb(122,143,141);
    color: #ffffff;
    padding: 10px;
    font-size: 20px;
    margin-left: 30px;
}.wrap-container-web .cookie-option-web {
    text-align: right;
}
@media only screen and (max-width: 800px)  {.wrap-container-web .cookie-customize-web {
    margin-left: 0;
    margin-bottom: 10px;
}}.connect-web {
    position: relative;
    background: rgb(156,178,176);
    overflow: hidden;
    padding: 80px 0;
}.connect-web::before {
    background: 
        linear-gradient(120deg, rgb(122,143,141,0.5) 0%, transparent 70%),
        radial-gradient(circle at 80% 20%, rgb(89,108,107,0.5) 0%, transparent 50%),
        radial-gradient(circle at 20% 80%, rgb(122,143,141,0.5) 0%, transparent 50%);
    width: 100%;
    opacity: 0.4;
    top: 0;
    animation: gradientShift 15s ease infinite alternate;
    left: 0;
    z-index: 0;
    content: "";
    height: 100%;
    position: absolute;
}.connect-web::after {
    background: 
        radial-gradient(circle at 70% 60%, rgb(89,108,107,0.5) 0%, transparent 60%),
        radial-gradient(circle at 30% 30%, rgb(122,143,141,0.5) 0%, transparent 60%);
    position: absolute;
    z-index: 0;
    animation: gradientFloat 20s ease-in-out infinite alternate-reverse;
    height: 100%;
    opacity: 0.3;
    content: "";
    width: 100%;
    top: 0;
    left: 0;
}@keyframes gradientShift {
    0% {
        background-position: 0% 50%;
    }
    50% {
        background-position: 100% 50%;
    }
    100% {
        background-position: 0% 50%;
    }
}

@keyframes gradientFloat {
    0% {
        transform: translateY(0) scale(1);
        opacity: 0.2;
    }
    50% {
        transform: translateY(-10px) scale(1.05);
        opacity: 0.3;
    }
    100% {
        transform: translateY(0) scale(1);
        opacity: 0.2;
    }
}

.connect-web .container {
    position: relative;
    margin: 0 auto;
    max-width: 1200px;
    z-index: 1;
}.connect-web .info-request-web {
    border: 1px solid rgba(255, 255, 255, 0.1);
    overflow: hidden;
    border-radius: 22px;
    position: relative;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.5);
    background: #ffffff;
    padding: 50px;
}.connect-web .info-request-web h2 {
    position: relative;
    margin-bottom: 30px;
    color: #000000;
    font-weight: 700;
    text-align: center;
    display: flex;
    justify-content: center;
    font-size: 35px;
    align-items: center;
}.connect-web .info-request-web h2::before,
.connect-web .info-request-web h2::after {
    background: rgb(122,143,141);
    width: 80px;
    height: 1px;
    margin: 0 15px;
    content: "";
}.connect-web .info-request-web > p {
    max-width: 80%;
    line-height: 1.6;
    font-size: 13px;
    margin: 0 auto 40px;
    color: #000000;
    text-align: center;
}.connect-web .info-request-web > p:last-of-type {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
    padding: 15px 25px;
    border-radius: 10px;
    margin: 0 auto 60px;
    border: 1px solid rgba(0, 0, 0, 0.05);
    display: flex;
    justify-content: center;
    color: #000000;
    max-width: fit-content;
    align-items: center;
    background: #ffffff;
    font-weight: 400;
}.connect-web .info-request-web > p:last-of-type svg {
    height: 20px;
    margin-right: 12px;
    width: 20px;
}.connect-web .info-request-web > p:last-of-type svg path {
    fill: rgb(122,143,141);
}.connect-web .message-section-web {
    gap: 30px;
    display: flex;
    justify-content: center;
}.connect-web .quick-support-web {
    width: 70px;
    justify-content: center;
    text-decoration: none;
    position: relative;
    transition: all 0.3s ease;
    border: 1px solid rgb(122,143,141,0.5);
    align-items: center;
    border-radius: 16px;
    background: #ffffff;
    height: 70px;
    display: flex;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08);
}.connect-web .quick-support-web:hover {
    box-shadow: 0 12px 25px rgba(0, 0, 0, 0.12);
    background: rgb(122,143,141,0.5);
    transform: translateY(-5px);
}.connect-web .quick-support-web svg {
    transition: transform 0.3s ease;
    width: 28px;
    height: 28px;
}.connect-web .quick-support-web svg path {
    transition: fill 0.3s ease;
    fill: rgb(122,143,141);
}.connect-web .quick-support-web:hover svg {
    transform: scale(1.1);
}

@media (max-width: 992px) {.connect-web .info-request-web {
    padding: 40px 30px;
}.connect-web .info-request-web > p {
    max-width: 90%;
    margin-bottom: 30px;
}.connect-web .info-request-web > p:last-of-type {
    margin-bottom: 50px;
}.connect-web .quick-support-web {
    width: 65px;
    height: 65px;
}
}

@media (max-width: 768px) {.connect-web {
    padding: 60px 0;
}.connect-web .info-request-web {
    padding: 35px 25px;
}.connect-web .info-request-web h2 {
    font-size: calc(35px - 4px);
}.connect-web .info-request-web h2::before,
    .connect-web .info-request-web h2::after {
    width: 50px;
}.connect-web .info-request-web > p {
    font-size: calc(13px - 1px);
    max-width: 100%;
}.connect-web .info-request-web > p:last-of-type {
    margin-bottom: 40px;
}
}

@media (max-width: 576px) {.connect-web {
    padding: 40px 0;
}.connect-web .info-request-web {
    padding: 30px 20px;
}.connect-web .info-request-web h2 {
    font-size: calc(35px - 6px);
}.connect-web .info-request-web h2::before,
    .connect-web .info-request-web h2::after {
    width: 30px;
    margin: 0 10px;
}.connect-web .info-request-web > p {
    font-size: calc(13px - 2px);
}.connect-web .info-request-web > p:last-of-type {
    padding: 12px 15px;
    margin-bottom: 35px;
    font-size: calc(13px - 2px);
}.connect-web .message-section-web {
    gap: 15px;
}.connect-web .quick-support-web {
    width: 55px;
    height: 55px;
}.connect-web .quick-support-web svg {
    height: 22px;
    width: 22px;
}}footer {
    position: relative;
}footer::before {
    content: '';
    left: 0;
    top: 0;
    background: linear-gradient(90deg, #000000 0%, rgb(122,143,141) 150%);
    right: 0;
    z-index: 1;
    opacity: 0.92;
    bottom: 0;
    position: absolute;
}.art-portal-web {
    padding: 70px 0;
    color: #ffffff;
    z-index: 2;
    position: relative;
    font-family: Arial, sans-serif;
}.art-portal-web .container {
    display: flex;
    flex-wrap: wrap;
    gap: 40px;
}.art-portal-web .company_holder {
    transition: all 0.3s ease;
    padding: 30px;
    border-radius: 12px 0 12px 0;
    background: rgba(0, 0, 0, 0.3);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
    overflow: hidden;
    position: relative;
}.art-portal-web .company_holder:hover {
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.3);
    transform: translateY(-5px);
}.art-portal-web .company_holder::before {
    top: 0;
    height: 5px;
    position: absolute;
    left: 0;
    content: '';
    background: rgb(122,143,141);
    width: 100%;
}.art-portal-web .company_holder h3 {
    margin-bottom: 25px;
    font-weight: 700;
    font-size: 29px;
    display: inline-block;
    position: relative;
    color: #ffffff;
}.art-portal-web .company_holder h3::after {
    height: 3px;
    content: '';
    position: absolute;
    background: rgb(89,108,107);
    width: 60px;
    left: 0;
    bottom: -8px;
}.art-portal-web .blog-ref-web {
    line-height: 1.6;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
    font-size: 12px;
    color: #ffffff;
}.art-portal-web .discuss-cta-web {
    position: relative;
}.art-portal-web .header-page-web {
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 30px;
    display: flex;
}.art-portal-web .head-edu-web {
    position: relative;
    flex: 0 0 calc(50% - 15px);
}.art-portal-web .head-edu-web h5 {
    font-weight: 600;
    padding-left: 15px;
    color: #ffffff;
    margin-bottom: 20px;
    font-size: 23px;
    position: relative;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
    border-left: 3px solid rgb(122,143,141);
}.art-portal-web .head-edu-web .header-page-web {
    flex-direction: column;
    display: flex;
    gap: 12px;
}.art-portal-web .head-edu-web .header-page-web a {
    padding: 8px 15px;
    text-decoration: none;
    z-index: 1;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1);
    border-radius: 4px;
    background: rgba(255, 255, 255, 0.05);
    position: relative;
    display: inline-block;
    color: #ffffff;
    font-size: 12px;
    transition: all 0.3s ease;
    overflow: hidden;
}.art-portal-web .head-edu-web .header-page-web a::before {
    left: 0;
    position: absolute;
    z-index: -1;
    width: 0;
    top: 0;
    content: '';
    transition: width 0.3s ease;
    background: rgb(122,143,141,0.5);
    height: 100%;
}.art-portal-web .head-edu-web .header-page-web a:hover {
    color: #ffffff;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.15);
    transform: translateX(5px);
}.art-portal-web .head-edu-web .header-page-web a:hover::before {
    width: 100%;
}.netiquette-web {
    position: relative;
    margin-top: 50px;
    z-index: 2;
    background: rgba(0, 0, 0, 0.4);
    padding: 20px 0;
}.netiquette-web .container {
    display: flex;
    align-items: center;
    justify-content: center;
}.netiquette-web .vr-labs-web {
    color: #ffffff;
    text-align: center;
    font-size: 16px;
    letter-spacing: 0.5px;
}@keyframes gradientAnimation {
    0% {
        background-position: 0% 50%;
    }
    50% {
        background-position: 100% 50%;
    }
    100% {
        background-position: 0% 50%;
    }
}

footer::after {
    background-size: 40px 40px;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    z-index: 1;
    background: 
        linear-gradient(0deg, transparent 49%, rgba(255, 255, 255, 0.03) 50%, transparent 51%),
        linear-gradient(90deg, transparent 49%, rgba(255, 255, 255, 0.03) 50%, transparent 51%);
    content: '';
    bottom: 0;
}

@media (max-width: 992px) {.art-portal-web .container {
    flex-direction: column;
}
}

@media (max-width: 768px) {.art-portal-web {
    padding: 50px 0;
}.art-portal-web .head-edu-web {
    flex: 0 0 100%;
}
}

@media (max-width: 576px) {.art-portal-web {
    padding: 40px 0;
}.art-portal-web .company_holder h3 {
    font-size: calc(29px * 0.8);
}.art-portal-web .head-edu-web h5 {
    font-size: calc(23px * 0.9);
}.art-portal-web .head-edu-web .header-page-web a,
    .art-portal-web .footer_agreement {
    font-size: calc(12px * 0.95);
}}

.netiquette-web::before {
    width: 100%;
    top: 0;
    content: '';
    position: absolute;
    height: 1px;
    left: 0;
    opacity: 0.2;
    background: linear-gradient(90deg, transparent, #ffffff, transparent);
}.title-intro-web {
    display: flex;
    position: relative;
    align-items: center;
    min-height: 100vh;
    z-index: 1;
    background: linear-gradient(135deg, rgb(156,178,176) 0%, rgba(245, 248, 250, 0.95) 100%);
    overflow: hidden;
}.title-intro-web::before {
    top: 0;
    left: 0;
    z-index: -1;
    height: 100%;
    position: absolute;
    background: 
        radial-gradient(circle at 10% 20%, rgba(var(--primary-color-opacity), 0.05) 0%, transparent 50%),
        radial-gradient(circle at 90% 80%, rgba(var(--secondary-color-opacity), 0.08) 0%, transparent 40%);
    width: 100%;
    content: "";
}.title-intro-web::after {
    width: 200px;
    transform: rotate(-15deg);
    top: -50px;
    border: 1px solid rgba(var(--primary-color-opacity), 0.2);
    border-radius: 50%;
    height: 200px;
    z-index: -1;
    position: absolute;
    content: "";
    right: -50px;
    animation: float 15s infinite ease-in-out;
}.title-intro-web .legacy-edu-web {
    padding: 2rem;
    max-width: 1400px;
    gap: 3rem;
    margin: 0 auto;
    display: flex;
    flex-direction: row-reverse;
    position: relative;
    align-items: center;
    width: 100%;
}.title-intro-web .text-holder-web {
    flex: 1;
    animation: slideUp 1s ease-out forwards;
    padding: 2rem;
    position: relative;
    z-index: 2;
    transform: translateY(0);
}.title-intro-web h1 {
    position: relative;
    line-height: 1.2;
    font-family: Arial, sans-serif;
    color: #000000;
    font-size: calc(38px * 1.2);
    margin-bottom: 1.5rem;
    font-weight: 700;
    transform: translateX(0);
    transition: transform 0.5s ease;
}.title-intro-web h1::after {
    content: "";
    left: 0;
    height: 4px;
    bottom: -10px;
    background: linear-gradient(90deg, rgb(122,143,141) 0%, rgb(89,108,107) 100%);
    border-radius: 10px;
    position: absolute;
    transition: width 0.5s ease;
    width: 80px;
}.title-intro-web .text-holder-web:hover h1::after {
    width: 120px;
}.title-intro-web .fast-studypro-web {
    display: flex;
    margin-bottom: 2rem;
    gap: 1.5rem;
    flex-direction: column;
    position: relative;
}.title-intro-web .fast-studypro-web p {
    color: #000000;
    padding-left: 1rem;
    border-left: 2px solid rgb(89,108,107);
    margin-top: 1rem;
    font-size: calc(17px * 1.2);
    transition: transform 0.5s ease;
    max-width: 540px;
    line-height: 1.6;
    font-family: Arial, sans-serif;
    transform: translateX(0);
}.title-intro-web svg {
    width: 80px;
    transition: transform 0.5s ease-in-out;
    margin-bottom: 1rem;
    height: 80px;
    transform: translateY(0);
}.title-intro-web svg:hover {
    transform: translateY(-5px) rotate(5deg);
}.title-intro-web svg path {
    transition: fill 0.3s ease;
    fill: rgb(122,143,141);
}.title-intro-web svg text {
    font-weight: 700;
    transition: fill 0.3s ease;
    font-size: 12px;
    fill: rgb(122,143,141);
    font-family: Arial, sans-serif;
}.title-intro-web svg:hover path {
    fill: rgb(89,108,107);
}.title-intro-web svg:hover text {
    fill: rgb(89,108,107);
}.title-intro-web ul {
    padding: 0;
    margin: 2rem 0 0 0;
    list-style: none;
    display: flex;
    gap: 1rem;
}.title-intro-web ul li {
    margin: 0;
}.title-intro-web .connect-links-web {
    overflow: hidden;
    display: inline-block;
    color: #ffffff;
    background: linear-gradient(135deg, rgb(122,143,141) 0%, rgb(89,108,107) 100%);
    text-decoration: none;
    font-family: Arial, sans-serif;
    border-radius: 11px;
    box-shadow: 0 6px 15px rgba(var(--primary-color-opacity), 0.2);
    transition: all 0.3s cubic-bezier(0.25, 1, 0.5, 1);
    letter-spacing: 0.5px;
    font-size: 15px;
    padding: 1rem 2rem;
    font-weight: 600;
    position: relative;
    transform: translateY(0);
}.title-intro-web .connect-links-web::before {
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    width: 100%;
    left: -100%;
    height: 100%;
    content: "";
    top: 0;
    transition: left 0.7s ease;
    position: absolute;
}.title-intro-web .connect-links-web:hover {
    box-shadow: 0 10px 20px rgba(var(--primary-color-opacity), 0.3);
    transform: translateY(-3px);
}.title-intro-web .connect-links-web:hover::before {
    left: 100%;
}.title-intro-web .snapshot-web {
    transition: transform 0.5s ease;
    transform: perspective(1000px) rotateY(-5deg);
    flex: 1;
    animation: fadeIn 1s ease-in-out forwards;
    box-shadow: 15px 15px 30px rgba(var(--dark-color-opacity), 0.1), 
                -15px -15px 30px rgba(var(--white-color-opacity), 0.8);
    overflow: hidden;
    border-radius: 10px;
    z-index: 1;
    position: relative;
    height: 600px;
}.title-intro-web .snapshot-web:hover {
    transform: perspective(1000px) rotateY(0deg);
}.title-intro-web .snapshot-web::before {
    left: 0;
    content: "";
    height: 100%;
    z-index: 1;
    background: linear-gradient(135deg, rgba(var(--primary-color-opacity), 0.2) 0%, transparent 100%);
    width: 100%;
    top: 0;
    position: absolute;
}.title-intro-web .snapshot-web::after {
    left: 0;
    content: "";
    bottom: 0;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.5), transparent);
    width: 100%;
    height: 30%;
    z-index: 1;
    position: absolute;
}

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

@keyframes fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

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

@media screen and (max-width: 1200px) {.title-intro-web .legacy-edu-web {
    padding: 1.5rem;
}.title-intro-web h1 {
    font-size: calc(38px * 1.1);
}.title-intro-web .snapshot-web {
    height: 500px;
}
}

@media screen and (max-width: 992px) {.title-intro-web .legacy-edu-web {
    gap: 2rem;
    flex-direction: column;
}.title-intro-web .text-holder-web {
    padding: 1rem 0;
}.title-intro-web h1 {
    font-size: 38px;
}.title-intro-web .snapshot-web {
    width: 100%;
    transform: perspective(1000px) rotateY(0);
    height: 400px;
}
}

@media screen and (max-width: 768px) {.title-intro-web {
    padding: 3rem 0;
    min-height: auto;
}.title-intro-web .legacy-edu-web {
    padding: 1rem;
}.title-intro-web h1 {
    font-size: calc(31px * 1.1);
}.title-intro-web .fast-studypro-web p {
    font-size: 17px;
}.title-intro-web svg {
    height: 60px;
    width: 60px;
}.title-intro-web .connect-links-web {
    padding: 0.8rem 1.5rem;
}.title-intro-web .snapshot-web {
    height: 350px;
}
}

@media screen and (max-width: 576px) {.title-intro-web {
    padding: 2rem 0;
}.title-intro-web h1 {
    font-size: 31px;
}.title-intro-web .fast-studypro-web p {
    padding-left: 0.5rem;
}.title-intro-web svg {
    width: 50px;
    height: 50px;
}.title-intro-web .snapshot-web {
    height: 280px;
}.title-intro-web .connect-links-web {
    width: 100%;
    text-align: center;
}}.contact-panel-webvka {
    background: rgb(156,178,176);
    position: relative;
    padding: 120px 0;
    overflow: hidden;
}.contact-panel-webvka::before {
    height: 5px;
    content: "";
    top: 0;
    left: 0;
    position: absolute;
    width: 100%;
    background: linear-gradient(90deg, rgb(122,143,141), rgb(89,108,107));
}.contact-panel-webvka .container {
    z-index: 1;
    padding: 0 20px;
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
}.contact-panel-webvka h2 {
    margin-bottom: 60px;
    font-weight: 700;
    display: inline-block;
    color: #000000;
    text-align: left;
    font-size: 31px;
    padding-left: 20px;
    position: relative;
    font-family: Arial, sans-serif;
}.contact-panel-webvka h2::before {
    height: 100%;
    top: 0;
    border-radius: 10px;
    left: 0;
    content: "";
    width: 5px;
    position: absolute;
    background: rgb(122,143,141);
}.contact-panel-webvka .message-widget-web {
    align-items: center;
    gap: 60px;
    display: grid;
    grid-template-columns: 1fr 1fr;
}.contact-panel-webvka .snapshot-web {
    border-radius: 25px;
    position: relative;
    min-height: 500px;
    overflow: hidden;
    order: 2;
    box-shadow: -15px 15px 0 rgb(122,143,141,0.5);
}.contact-panel-webvka .query-support-web {
    order: 1;
}.contact-panel-webvka form {
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    width: 100%;
    border-radius: 25px;
    padding: 50px;
    background: #ffffff;
}.contact-panel-webvka form h3 {
    color: #000000;
    letter-spacing: 1px;
    font-weight: 700;
    margin-bottom: 35px;
    text-transform: uppercase;
    font-size: 21px;
    font-family: Arial, sans-serif;
}.contact-panel-webvka form input[type="text"] {
    font-family: Arial, sans-serif;
    padding: 18px 25px;
    border: none;
    margin-bottom: 25px;
    color: #000000;
    background: rgb(156,178,176);
    border-radius: 10px;
    width: 100%;
    transition: all 0.3s ease;
    font-size: 15px;
}.contact-panel-webvka form input[type="text"]:focus {
    background: #ffffff;
    box-shadow: 0 0 0 2px rgb(122,143,141,0.5);
    outline: none;
}.contact-panel-webvka form input[type="text"]::placeholder {
    opacity: 0.5;
    color: #000000;
}.contact-panel-webvka .inquiry-help-web {
    margin-bottom: 30px;
    align-items: flex-start;
    display: flex;
}.contact-panel-webvka .inquiry-help-web input[type="checkbox"] {
    opacity: 0;
    position: absolute;
}.contact-panel-webvka .inquiry-help-web label {
    position: relative;
    font-size: 13px;
    line-height: 1.5;
    color: #000000;
    padding-left: 35px;
    cursor: pointer;
}.contact-panel-webvka .inquiry-help-web label::before {
    border-radius: 10px;
    left: 0;
    width: 22px;
    position: absolute;
    background: rgb(156,178,176);
    transition: all 0.2s ease;
    content: "";
    top: 2px;
    height: 22px;
}.contact-panel-webvka .inquiry-help-web input[type="checkbox"]:checked + label::before {
    background: rgb(122,143,141);
}.contact-panel-webvka .inquiry-help-web input[type="checkbox"]:checked + label::after {
    top: 6px;
    width: 6px;
    position: absolute;
    left: 8px;
    height: 10px;
    content: "";
    border-right: 2px solid #ffffff;
    transform: rotate(45deg);
    border-bottom: 2px solid #ffffff;
}.contact-panel-webvka .inquiry-help-web label a {
    text-decoration: none;
    font-weight: 600;
    transition: all 0.3s ease;
    color: rgb(122,143,141);
}.contact-panel-webvka .inquiry-help-web label a:hover {
    color: rgb(89,108,107);
}.contact-panel-webvka form .connect-links-web {
    cursor: pointer;
    font-weight: 600;
    display: inline-block;
    background: #000000;
    font-size: 17px;
    color: #ffffff;
    border-radius: 10px;
    transition: all 0.3s ease;
    overflow: hidden;
    border: none;
    font-family: Arial, sans-serif;
    padding: 18px 40px;
    position: relative;
}.contact-panel-webvka form .connect-links-web:hover {
    transform: translateY(-3px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
    background: rgb(122,143,141);
}.contact-panel-webvka svg {
    height: 20px;
    width: 20px;
    fill: rgb(122,143,141);
}.contact-panel-webvka svg path {
    transition: fill 0.3s ease;
    fill: rgb(122,143,141);
}

@media screen and (max-width: 991px) {.contact-panel-webvka {
    padding: 90px 0;
}.contact-panel-webvka .message-widget-web {
    gap: 40px;
    grid-template-columns: 1fr;
}.contact-panel-webvka .snapshot-web {
    max-width: 600px;
    order: 1;
    min-height: 400px;
    margin: 0 auto;
}.contact-panel-webvka .query-support-web {
    order: 2;
}.contact-panel-webvka form {
    max-width: 600px;
    margin: 0 auto;
}
}

@media screen and (max-width: 767px) {.contact-panel-webvka {
    padding: 70px 0;
}.contact-panel-webvka h2 {
    font-size: calc(31px * 0.9);
    margin-bottom: 40px;
}.contact-panel-webvka .snapshot-web {
    width: 100%;
    min-height: 300px;
    box-shadow: -10px 10px 0 rgb(122,143,141,0.5);
}.contact-panel-webvka form {
    padding: 40px 30px;
}
}

@media screen and (max-width: 576px) {.contact-panel-webvka {
    padding: 50px 0;
}.contact-panel-webvka h2 {
    font-size: calc(31px * 0.8);
    margin-bottom: 30px;
}.contact-panel-webvka .snapshot-web {
    box-shadow: -8px 8px 0 rgb(122,143,141,0.5);
    min-height: 250px;
}.contact-panel-webvka form {
    padding: 30px 20px;
}.contact-panel-webvka form h3 {
    margin-bottom: 25px;
    font-size: calc(21px * 0.9);
}.contact-panel-webvka form input[type="text"] {
    margin-bottom: 20px;
    padding: 15px 20px;
}.contact-panel-webvka form .connect-links-web {
    width: 100%;
    padding: 15px 20px;
}}.gratCard-web {
    padding: 4rem 0;
    position: relative;
    font-family: Arial, sans-serif;
    overflow: hidden;
    background: linear-gradient(135deg, #f5f7fa 0%, #ebedee 100%);
}.gratCard-web::before {
    animation: float 15s ease-in-out infinite alternate;
    height: 70%;
    border-radius: 40% 60% 70% 30% / 40% 50% 60% 50%;
    background: linear-gradient(145deg, rgb(122,143,141,0.5) 0%, rgb(89,108,107,0.5) 100%);
    opacity: 0.3;
    width: 60%;
    top: -30%;
    filter: blur(30px);
    transform: rotate(-15deg);
    right: -10%;
    position: absolute;
    z-index: 0;
    content: "";
}.gratCard-web::after {
    position: absolute;
    height: 60%;
    opacity: 0.2;
    filter: blur(25px);
    content: "";
    background: linear-gradient(225deg, rgb(89,108,107,0.5) 0%, rgb(122,143,141,0.5) 100%);
    z-index: 0;
    border-radius: 30% 70% 60% 40% / 50% 30% 70% 50%;
    left: -5%;
    width: 40%;
    animation: float 18s ease-in-out infinite alternate-reverse;
    bottom: -20%;
    transform: rotate(10deg);
}.gratCard-web .container {
    z-index: 2;
    margin: 0 auto;
    padding: 0 20px;
    max-width: 1140px;
    position: relative;
}.gratCard-web .legacy-edu-web {
    position: relative;
    transition: transform 0.6s cubic-bezier(0.34, 1.56, 0.64, 1),
                box-shadow 0.6s cubic-bezier(0.34, 1.56, 0.64, 1);
    transform: perspective(1000px) rotateX(2deg);
    box-shadow: 10px 10px 30px rgba(0, 0, 0, 0.05),
                -10px -10px 30px rgba(255, 255, 255, 0.8),
                inset 2px 2px 5px rgba(255, 255, 255, 0.4),
                inset -2px -2px 5px rgba(0, 0, 0, 0.05);
    backdrop-filter: blur(5px);
    border-radius: 15px;
    padding: 3rem;
    background-color: rgba(255, 255, 255, 0.9);
}.gratCard-web .legacy-edu-web:hover {
    box-shadow: 15px 15px 40px rgba(0, 0, 0, 0.08),
                -15px -15px 40px rgba(255, 255, 255, 0.9),
                inset 2px 2px 5px rgba(255, 255, 255, 0.4),
                inset -2px -2px 5px rgba(0, 0, 0, 0.05);
    transform: perspective(1000px) rotateX(0deg) translateY(-5px);
}.gratCard-web .legacy-edu-web > div:first-child {
    position: relative;
    margin-bottom: 1.5rem;
}.gratCard-web .legacy-edu-web > div:first-child::after {
    left: 0;
    width: 80px;
    transform-origin: left;
    border-radius: 10px;
    bottom: -0.75rem;
    transition: width 0.3s ease;
    content: "";
    position: absolute;
    height: 3px;
    background: linear-gradient(90deg, rgb(122,143,141) 0%, rgb(89,108,107) 100%);
}.gratCard-web .legacy-edu-web:hover > div:first-child::after {
    width: 120px;
}.gratCard-web h5 {
    position: relative;
    line-height: 1.4;
    font-weight: 700;
    display: inline-block;
    font-size: 19px;
    color: #000000;
    margin: 0;
}.gratCard-web h5::before {
    transition: opacity 0.5s ease, transform 0.5s ease;
    transform: translateY(-50%);
    content: "✓";
    position: absolute;
    color: #ffffff;
    top: 50%;
    opacity: 0;
    width: 26px;
    border-radius: 50%;
    align-items: center;
    justify-content: center;
    display: flex;
    font-size: 14px;
    left: -35px;
    height: 26px;
    background: linear-gradient(135deg, rgb(122,143,141) 0%, rgb(89,108,107) 100%);
}.gratCard-web .legacy-edu-web:hover h5::before {
    transform: translateY(-50%) scale(1);
    opacity: 1;
}.gratCard-web p {
    color: #000000;
    transition: color 0.3s ease;
    margin: 0;
    line-height: 1.8;
    font-size: 13px;
}.gratCard-web a {
    transition: transform 0.3s ease;
    overflow: hidden;
    display: block;
    text-decoration: none;
    position: relative;
}.gratCard-web a::before {
    transform: scaleX(0);
    content: "";
    background: linear-gradient(90deg, rgb(122,143,141,0.5) 0%, rgb(89,108,107) 100%);
    transition: transform 0.5s cubic-bezier(0.23, 1, 0.32, 1);
    transform-origin: right;
    width: 100%;
    position: absolute;
    height: 2px;
    left: 0;
    bottom: 0;
}.gratCard-web a:hover::before {
    transform: scaleX(1);
    transform-origin: left;
}.gratCard-web a:hover {
    transform: translateY(-2px);
}.gratCard-web a:hover p {
    color: rgb(122,143,141);
}

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

@media (max-width: 991px) {.gratCard-web {
    padding: 3rem 0;
}.gratCard-web .legacy-edu-web {
    padding: 2.5rem;
}.gratCard-web h5 {
    font-size: calc(19px - 2px);
}
}

@media (max-width: 767px) {.gratCard-web {
    padding: 2.5rem 0;
}.gratCard-web .legacy-edu-web {
    padding: 2rem;
    transform: perspective(1000px) rotateX(1deg);
}.gratCard-web h5 {
    font-size: calc(19px - 4px);
    padding-left: 20px;
}.gratCard-web h5::before {
    height: 22px;
    width: 22px;
    font-size: 12px;
    left: -15px;
}.gratCard-web p {
    font-size: calc(13px - 1px);
}
}

@media (max-width: 576px) {.gratCard-web {
    padding: 2rem 0;
}.gratCard-web .legacy-edu-web {
    padding: 1.5rem;
    border-radius: 10px;
    transform: none;
}.gratCard-web h5 {
    font-size: calc(19px - 6px);
}.gratCard-web .legacy-edu-web > div:first-child::after {
    width: 60px;
    height: 2px;
}.gratCard-web .legacy-edu-web:hover > div:first-child::after {
    width: 90px;
}.gratCard-web h5::before {
    font-size: 10px;
    height: 20px;
    width: 20px;
}.gratCard-web p {
    font-size: calc(13px - 2px);
    line-height: 1.6;
}}header {
    transition: all 0.4s ease;
    width: 100%;
    position: fixed;
    left: 0;
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.2);
    z-index: 1000;
    -webkit-backdrop-filter: blur(8px);
    top: 0;
    background: linear-gradient(135deg, #000000 0%, rgb(122,143,141) 100%);
    border-bottom: 1px solid rgb(122,143,141,0.5);
    backdrop-filter: blur(8px);
}header:before {
    opacity: 0.4;
    background-size: 200% 100%;
    content: '';
    top: 0;
    pointer-events: none;
    background: linear-gradient(90deg, transparent, rgb(122,143,141,0.5), transparent);
    width: 100%;
    height: 100%;
    animation: shine 8s infinite linear;
    position: absolute;
    left: 0;
}header .top-nav-web {
    width: 100%;
}header .container {
    padding: 15px 20px;
    margin: 0 auto;
    max-width: 1200px;
}header .header-nav-web {
    align-items: center;
    position: relative;
    justify-content: space-between;
    display: flex;
}header .head-edu-web {
    display: flex;
    gap: 25px;
    position: relative;
}header .head-edu-web:before {
    bottom: -8px;
    position: absolute;
    transform-origin: left;
    transform: scaleX(0);
    content: '';
    width: 100%;
    background: linear-gradient(90deg, transparent, rgb(122,143,141), transparent);
    left: 0;
    transition: transform 0.6s ease;
    height: 1px;
}header .head-edu-web:hover:before {
    transform: scaleX(1);
}header .head-train-web {
    position: relative;
    transition: all 0.4s ease;
    font-family: Arial, sans-serif;
    font-weight: 400;
    color: #ffffff;
    text-transform: uppercase;
    padding: 8px 0;
    text-decoration: none;
    font-size: 14px;
    letter-spacing: 0.5px;
}header .head-train-web:after {
    transform-origin: right;
    width: 100%;
    bottom: 0;
    content: '';
    transform: scaleX(0);
    left: 0;
    transition: transform 0.4s cubic-bezier(0.65, 0.05, 0.36, 1);
    height: 2px;
    background: rgb(122,143,141);
    position: absolute;
}header .head-train-web:before {
    height: 4px;
    background: rgb(122,143,141);
    transition: all 0.3s ease;
    width: 4px;
    transform: translateX(-50%);
    position: absolute;
    content: '';
    left: 50%;
    opacity: 0;
    top: 0;
    border-radius: 50%;
}header .head-train-web:hover {
    color: rgb(122,143,141);
    text-shadow: 0 0 8px rgb(122,143,141,0.5);
}header .head-train-web:hover:after {
    transform-origin: left;
    transform: scaleX(1);
}header .head-train-web:hover:before {
    opacity: 1;
}header .main-mainbar-web {
    text-decoration: none;
    display: flex;
    align-items: center;
    transition: all 0.3s ease;
    position: relative;
}header .main-mainbar-web svg {
    transition: transform 0.5s ease;
    filter: drop-shadow(0 0 4px rgb(122,143,141,0.5));
    height: 40px;
    width: auto;
}header .main-mainbar-web:hover svg {
    transform: scale(1.05);
}header .main-mainbar-web:after {
    transform: translateX(-50%);
    content: '';
    transition: width 0.4s ease;
    left: 50%;
    background: rgb(122,143,141);
    width: 0;
    height: 1px;
    bottom: -8px;
    position: absolute;
}header .main-mainbar-web:hover:after {
    width: 100%;
}

@keyframes shine {
    0% {
        background-position: -200% 0;
    }
    100% {
        background-position: 200% 0;
    }
}

@keyframes pulse {
    0% {
        opacity: 0.5;
    }
    50% {
        opacity: 1;
    }
    100% {
        opacity: 0.5;
    }
}

@media (max-width: 991px) {header .container {
    padding: 12px 15px;
}header .head-edu-web {
    gap: 15px;
}header .head-train-web {
    font-size: calc(14px - 1px);
}header .main-mainbar-web svg {
    height: 35px;
}
}

@media (max-width: 767px) {header .head-edu-web {
    top: 0;
    position: fixed;
    background: #000000;
    z-index: 1001;
    height: 100vh;
    flex-direction: column;
    right: -100%;
    max-width: 300px;
    transition: right 0.4s ease;
    gap: 20px;
    overflow-y: auto;
    padding: 80px 30px 30px;
    width: 80%;
    box-shadow: -5px 0 20px rgba(0, 0, 0, 0.2);
}header .menu.active {
    right: 0;
}header .head-train-web {
    padding: 10px 5px;
    width: 100%;
    border-bottom: 1px solid rgb(122,143,141,0.5);
}header .head-edu-web:before {
    display: none;
}header .main-mainbar-web {
    margin-left: auto;
    margin-right: auto;
}
}

@media (max-width: 480px) {header .container {
    padding: 10px;
}header .main-mainbar-web svg {
    height: 30px;
}}.our-background-web {
    overflow: hidden;
    background: rgb(156,178,176);
    position: relative;
    padding: 100px 0;
}.our-background-web::before {
    width: 100%;
    top: 0;
    opacity: 0.1;
    height: 100%;
    position: absolute;
    background: repeating-linear-gradient(
        45deg,
        rgb(122,143,141,0.5) 0,
        rgb(122,143,141,0.5) 1px,
        transparent 1px,
        transparent 20px
    );
    content: "";
    left: 0;
    z-index: 1;
}.our-background-web .container {
    z-index: 2;
    position: relative;
}.our-background-web .legacy-edu-web {
    flex-wrap: wrap;
    gap: 50px;
    display: flex;
}.our-background-web h3 {
    color: #000000;
    width: 100%;
    font-size: 36px;
    font-weight: 700;
    padding-left: 20px;
    margin-bottom: 30px;
    border-left: 5px solid rgb(122,143,141);
    position: relative;
}.our-background-web .learn-lab-web {
    flex: 1;
    overflow: hidden;
    min-width: 300px;
    background: #ffffff;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
    border-radius: 30px;
    position: relative;
}.our-background-web .learn-lab-web span {
    display: block;
    background: rgb(122,143,141);
    font-weight: 600;
    padding: 15px 25px;
    font-size: 23px;
    color: #ffffff;
}.our-background-web .learn-lab-web p {
    font-size: 15px;
    line-height: 1.7;
    padding: 25px;
    color: #000000;
}.our-background-web .snapshot-web {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    margin: 0 25px 25px;
    transition: transform 0.4s ease;
    height: 300px;
    border-radius: 10px;
    overflow: hidden;
    position: relative;
}.our-background-web .snapshot-web:hover {
    transform: scale(1.02);
}.our-background-web .study-expert-web {
    position: relative;
    flex: 1;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
    min-width: 300px;
    background: #ffffff;
    flex-direction: column;
    display: flex;
    border-radius: 30px;
}.our-background-web .study-expert-web p {
    line-height: 1.7;
    color: #000000;
    font-size: 15px;
    padding: 25px;
    order: 2;
}.our-background-web .corp-values-web {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    order: 1;
    border-radius: 10px;
    position: relative;
    overflow: hidden;
    height: 300px;
    transition: transform 0.4s ease;
    margin: 0 25px 25px;
}.our-background-web .corp-values-web:hover {
    transform: scale(1.02);
}.our-background-web .corp-values-web::after {
    top: 0;
    height: 100%;
    width: 100%;
    left: 0;
    position: absolute;
    background: linear-gradient(to bottom, transparent 80%, rgba(0, 0, 0, 0.2) 100%);
    content: "";
}.our-background-web .snapshot-web::after {
    top: 0;
    height: 100%;
    position: absolute;
    width: 100%;
    content: "";
    left: 0;
    background: linear-gradient(to bottom, transparent 80%, rgba(0, 0, 0, 0.2) 100%);
}.our-background-web .learn-lab-web::before,
.our-background-web .study-expert-web::before {
    width: 100%;
    top: 0;
    content: "";
    left: 0;
    background: rgb(89,108,107);
    position: absolute;
    height: 5px;
}.our-background-web .study-expert-web::before {
    background: rgb(122,143,141);
}

@media (min-width: 1200px) {.our-background-web .learn-lab-web,
    .our-background-web .study-expert-web {
    flex: 0 0 calc(50% - 25px);
}
}

@media (max-width: 1199px) and (min-width: 768px) {.our-background-web .legacy-edu-web {
    justify-content: center;
}.our-background-web .learn-lab-web,
    .our-background-web .study-expert-web {
    max-width: 500px;
    flex: 0 0 calc(50% - 25px);
}
}

@media (max-width: 767px) {.our-background-web {
    padding: 70px 0;
}.our-background-web .legacy-edu-web {
    gap: 40px;
    flex-direction: column;
}.our-background-web h3 {
    font-size: calc(36px * 0.9);
    margin-bottom: 25px;
}.our-background-web .learn-lab-web span {
    padding: 12px 20px;
    font-size: calc(23px * 0.95);
}.our-background-web .learn-lab-web p,
    .our-background-web .study-expert-web p {
    padding: 20px;
}.our-background-web .snapshot-web,
    .our-background-web .corp-values-web {
    margin: 0 20px 20px;
    height: 250px;
}
}

@media (max-width: 576px) {.our-background-web {
    padding: 50px 0;
}.our-background-web h3 {
    padding-left: 15px;
    font-size: calc(36px * 0.8);
    margin-bottom: 20px;
}.our-background-web .learn-lab-web span {
    padding: 10px 15px;
    font-size: calc(23px * 0.9);
}.our-background-web .learn-lab-web p,
    .our-background-web .study-expert-web p {
    font-size: calc(15px * 0.95);
    padding: 15px;
}.our-background-web .snapshot-web,
    .our-background-web .corp-values-web {
    margin: 0 15px 15px;
    height: 200px;
}
}

@media (max-width: 1600px) and (min-width: 1200px) {.our-background-web .container {
    max-width: 1140px;
    margin: 0 auto;
}
}

@media (hover: hover) {.our-background-web .learn-lab-web,
    .our-background-web .study-expert-web {
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}.our-background-web .learn-lab-web:hover,
    .our-background-web .study-expert-web:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
}}

.our-background-web .learn-lab-web,
.our-background-web .study-expert-web {
    display: flex;
    flex-direction: column;
}.our-background-web .corp-values-web {
    margin-top: 25px;
}.our-background-web .corp-values-web,
.our-background-web .snapshot-web {
    min-height: 250px;
    flex: 1;
}.sign-up-now-web {
    background: linear-gradient(135deg, rgb(89,108,107,0.5), rgb(122,143,141,0.5) 60%, rgba(0, 0, 0, 0.5) 100%);
    box-shadow: 0 15px 30px -10px rgba(0, 0, 0, 0.1);
    position: relative;
    overflow: hidden;
    z-index: 1;
    margin: 5rem 0;
    padding: 4rem 0;
}.sign-up-now-web::before {
    position: absolute;
    z-index: -1;
    background: repeating-linear-gradient(
        45deg,
        rgba(255, 255, 255, 0.05),
        rgba(255, 255, 255, 0.05) 2px,
        transparent 2px,
        transparent 8px
    );
    right: 0;
    content: "";
    top: 0;
    left: 0;
    bottom: 0;
}.sign-up-now-web::after {
    right: -10%;
    height: 100%;
    z-index: -1;
    transform: translateY(-10%) scale(1.5);
    filter: blur(50px);
    background: radial-gradient(
        circle at center,
        rgb(122,143,141,0.5) 0%,
        transparent 70%
    );
    position: absolute;
    opacity: 0.4;
    content: "";
    top: 0;
    width: 50%;
}.sign-up-now-web .container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 2rem;
    position: relative;
    z-index: 2;
}.sign-up-now-web h2 {
    position: relative;
    padding: 0.5rem 0;
    color: #000000;
    line-height: 1.4;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    margin-bottom: 2.5rem;
    text-align: center;
    font-weight: 700;
    margin-right: auto;
    font-size: 31px;
    margin-left: auto;
    transform: perspective(1000px) rotateX(2deg);
    max-width: 85%;
}.sign-up-now-web h2::after {
    transform-origin: center;
    width: 80px;
    background: rgb(122,143,141);
    bottom: -0.75rem;
    position: absolute;
    height: 3px;
    left: 50%;
    transform: translateX(-50%) scaleX(0);
    animation: underlineExpand 1.2s ease-out forwards 0.3s;
    content: "";
}.sign-up-now-web .legacy-edu-web {
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1), 
                0 3px 10px rgba(0, 0, 0, 0.05),
                inset 0 0 0 1px rgba(255, 255, 255, 0.8);
    max-width: 80%;
    display: flex;
    backdrop-filter: blur(10px);
    align-items: center;
    position: relative;
    transition: transform 0.4s cubic-bezier(0.19, 1, 0.22, 1);
    margin: 0 auto;
    justify-content: center;
    gap: 2.5rem;
    padding: 1.5rem;
    transform: translateY(0) scale(1);
    background: rgba(255, 255, 255, 0.85);
}.sign-up-now-web .legacy-edu-web:hover {
    transform: translateY(-5px) scale(1.02);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15), 
                0 5px 15px rgba(0, 0, 0, 0.08),
                inset 0 0 0 1px rgba(255, 255, 255, 0.9);
}.sign-up-now-web svg {
    flex-shrink: 0;
    filter: drop-shadow(0 4px 6px rgba(0, 0, 0, 0.1));
    transition: transform 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    transform: rotate(-5deg);
    height: 56px;
    width: 56px;
}.sign-up-now-web .legacy-edu-web:hover svg {
    transform: rotate(5deg) scale(1.1);
}.sign-up-now-web svg path {
    fill: rgb(122,143,141);
    transition: fill 0.3s ease;
}.sign-up-now-web .legacy-edu-web:hover svg path {
    fill: rgb(89,108,107);
}.sign-up-now-web .connect-links-web {
    font-weight: 600;
    background: linear-gradient(135deg, rgb(122,143,141), rgb(89,108,107));
    transform: translateZ(0);
    position: relative;
    transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
    font-size: 15px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
    text-align: center;
    overflow: hidden;
    min-width: 200px;
    color: #ffffff;
    padding: 1rem 2.5rem;
    display: inline-block;
    text-decoration: none;
}.sign-up-now-web .connect-links-web::before {
    content: "";
    transform: translateX(-100%);
    transition: transform 0.6s cubic-bezier(0.645, 0.045, 0.355, 1);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    height: 100%;
}.sign-up-now-web .connect-links-web:hover {
    transform: translateY(-2px) translateZ(0);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
}.sign-up-now-web .connect-links-web:hover::before {
    transform: translateX(100%);
}.sign-up-now-web .connect-links-web:active {
    transform: translateY(1px) translateZ(0);
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
}

@keyframes underlineExpand {
    0% {
        transform: translateX(-50%) scaleX(0);
    }
    100% {
        transform: translateX(-50%) scaleX(1);
    }
}

@media (max-width: 992px) {.sign-up-now-web {
    padding: 3.5rem 0;
}.sign-up-now-web h2 {
    font-size: calc(31px * 0.9);
    max-width: 95%;
}.sign-up-now-web .legacy-edu-web {
    max-width: 90%;
    padding: 1.25rem;
}
}

@media (max-width: 768px) {.sign-up-now-web {
    padding: 3rem 0;
}.sign-up-now-web h2 {
    font-size: calc(31px * 0.8);
    transform: perspective(1000px) rotateX(1deg);
}.sign-up-now-web .legacy-edu-web {
    flex-direction: column;
    gap: 1.5rem;
    max-width: 100%;
}.sign-up-now-web svg {
    width: 48px;
    height: 48px;
}.sign-up-now-web .connect-links-web {
    padding: 0.9rem 2rem;
    width: 100%;
}
}

@media (max-width: 576px) {.sign-up-now-web {
    margin: 3rem 0;
    padding: 2.5rem 0;
}.sign-up-now-web h2 {
    font-size: calc(31px * 0.7);
    margin-bottom: 2rem;
    transform: none;
}.sign-up-now-web .legacy-edu-web {
    padding: 1rem;
}.sign-up-now-web svg {
    width: 40px;
    height: 40px;
}.sign-up-now-web .connect-links-web {
    padding: 0.8rem 1.5rem;
    font-size: calc(15px * 0.9);
    min-width: auto;
}
}

@media (max-width: 480px) {.sign-up-now-web h2 {
    font-size: calc(31px * 0.6);
}
}

@media (hover: none) {.sign-up-now-web .legacy-edu-web {
    transform: none !important;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1), 
                    0 3px 10px rgba(0, 0, 0, 0.05);
}.sign-up-now-web svg {
    transform: none !important;
}.sign-up-now-web .connect-links-web:hover {
    transform: none;
}
}

@container (max-width: 500px) {.sign-up-now-web .container {
    padding: 0 1rem;
}}.data-analysis-web {
    padding: 120px 0;
    position: relative;
    background-color: rgb(156,178,176);
    overflow: hidden;
}.data-analysis-web::before {
    opacity: 0.6;
    top: 0;
    background: 
        radial-gradient(circle at 10% 90%, rgb(122,143,141,0.5) 0%, transparent 40%),
        radial-gradient(circle at 90% 10%, rgb(89,108,107,0.5) 0%, transparent 40%);
    content: "";
    z-index: 1;
    left: 0;
    height: 100%;
    position: absolute;
    width: 100%;
}.data-analysis-web .container {
    display: flex;
    z-index: 2;
    flex-direction: column;
    align-items: center;
    position: relative;
}.data-analysis-web .fast-statistics-web {
    position: relative;
    margin-bottom: 80px;
    text-align: center;
    padding: 0 20px;
    max-width: 600px;
}.data-analysis-web .fast-statistics-web::before {
    content: "";
    left: 50%;
    position: absolute;
    background-color: rgb(122,143,141);
    bottom: -40px;
    height: 30px;
    transform: translateX(-50%);
    width: 2px;
}.data-analysis-web .fast-statistics-web::after {
    bottom: -40px;
    height: 10px;
    border-radius: 50%;
    width: 10px;
    left: 50%;
    content: "";
    background-color: rgb(122,143,141);
    transform: translateX(-50%);
    position: absolute;
}.data-analysis-web .expert-upgrade-web {
    padding-bottom: 15px;
    font-size: 34px;
    color: #000000;
    margin-bottom: 25px;
    font-weight: 700;
    position: relative;
    display: inline-block;
}.data-analysis-web .expert-upgrade-web::after {
    transform: translateX(-50%);
    content: "";
    width: 80%;
    bottom: 0;
    position: absolute;
    height: 3px;
    background: linear-gradient(90deg, transparent, rgb(122,143,141), transparent);
    left: 50%;
}.data-analysis-web .extra-experts-web {
    line-height: 1.7;
    font-size: 12px;
    color: #000000;
}.data-analysis-web .knowledge-boosters-web {
    width: 100%;
    position: relative;
    justify-content: center;
    display: flex;
}.data-analysis-web .statistics-experts-web {
    perspective: 1000px;
    background-color: transparent;
    height: 330px;
    position: relative;
    transform-style: preserve-3d;
    z-index: 3;
    width: 25%;
}.data-analysis-web .statistics-experts-web:nth-child(even) {
    margin-top: 60px;
}.data-analysis-web .statistics-experts-web::before {
    left: 0;
    width: 100%;
    transform: translateZ(-10px);
    position: absolute;
    z-index: -1;
    height: 100%;
    background: linear-gradient(180deg, #ffffff 0%, rgba(255, 255, 255, 0.8) 100%);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
    top: 0;
    border-radius: 22px;
    content: "";
}.data-analysis-web .statistics-experts-web::after {
    content: "";
    border: 2px dashed rgb(122,143,141,0.5);
    right: 15px;
    border-radius: calc(22px - 15px);
    left: 15px;
    bottom: 15px;
    position: absolute;
    z-index: -1;
    opacity: 0.5;
    top: 15px;
}.data-analysis-web .statistics-experts-web h4 {
    font-size: 4rem;
    z-index: 3;
    font-weight: 700;
    color: #000000;
    text-shadow: 2px 2px 0 rgba(255, 255, 255, 0.5);
    top: 50%;
    left: 50%;
    position: absolute;
    transition: all 0.3s ease;
    transform: translate(-50%, -50%);
}.data-analysis-web .statistics-experts-web:hover h4 {
    transform: translate(-50%, -50%) scale(1.1);
    color: rgb(122,143,141);
}.data-analysis-web .statistics-experts-web span {
    left: 0;
    color: #000000;
    text-align: center;
    padding: 0 20px;
    font-weight: 600;
    font-size: 12px;
    bottom: 40px;
    width: 100%;
    transition: all 0.3s ease;
    position: absolute;
    z-index: 3;
}.data-analysis-web .statistics-experts-web:hover span {
    transform: translateY(-10px);
}.data-analysis-web svg {
    top: 40px;
    z-index: 2;
    transform: translateX(-50%);
    width: 40px;
    height: 40px;
    left: 50%;
    position: absolute;
    opacity: 0.7;
}.data-analysis-web svg path {
    fill: rgb(122,143,141);
}

@media (max-width: 1200px) {.data-analysis-web .statistics-experts-web {
    width: calc(25% - 20px);
    margin: 0 10px;
    height: 300px;
}.data-analysis-web .statistics-experts-web h4 {
    font-size: 3.5rem;
}
}

@media (max-width: 992px) {.data-analysis-web {
    padding: 90px 0;
}.data-analysis-web .fast-statistics-web {
    margin-bottom: 60px;
}.data-analysis-web .knowledge-boosters-web {
    flex-wrap: wrap;
}.data-analysis-web .statistics-experts-web {
    width: calc(50% - 20px);
    margin: 10px !important;
    height: 260px;
}.data-analysis-web .statistics-experts-web h4 {
    font-size: 3rem;
}.data-analysis-web .statistics-experts-web:nth-child(even) {
    margin-top: 0;
}
}

@media (max-width: 767px) {.data-analysis-web {
    padding: 70px 0;
}.data-analysis-web .fast-statistics-web {
    margin-bottom: 50px;
}.data-analysis-web .expert-upgrade-web {
    font-size: calc(34px * 0.9);
}.data-analysis-web .statistics-experts-web {
    height: 240px;
}.data-analysis-web .statistics-experts-web h4 {
    font-size: 2.8rem;
}.data-analysis-web .statistics-experts-web span {
    font-size: calc(12px * 0.9);
    bottom: 30px;
}.data-analysis-web svg {
    top: 30px;
    width: 30px;
    height: 30px;
}
}

@media (max-width: 576px) {.data-analysis-web {
    padding: 60px 0;
}.data-analysis-web .fast-statistics-web {
    margin-bottom: 40px;
}.data-analysis-web .knowledge-boosters-web {
    align-items: center;
    flex-direction: column;
}.data-analysis-web .statistics-experts-web {
    max-width: 300px;
    margin: 10px 0 !important;
    width: 90%;
    height: 200px;
}.data-analysis-web .statistics-experts-web h4 {
    font-size: 2.5rem;
}.data-analysis-web .statistics-experts-web span {
    bottom: 25px;
}}

@keyframes float {
    0% {
        transform: translateY(0px) rotate(0deg);
    }
    50% {
        transform: translateY(-15px) rotate(2deg);
    }
    100% {
        transform: translateY(0px) rotate(0deg);
    }
}

@keyframes pulse {
    0% {
        transform: scale(1);
        opacity: 0.8;
    }
    50% {
        transform: scale(1.1);
        opacity: 1;
    }
    100% {
        transform: scale(1);
        opacity: 0.8;
    }
}.program-results-web {
    padding: 120px 0;
    position: relative;
    overflow: hidden;
    background: linear-gradient(135deg, rgb(156,178,176) 0%, rgba(245, 247, 250, 0.95) 100%);
}.program-results-web::before {
    left: 0;
    top: 0;
    width: 100%;
    content: "";
    position: absolute;
    height: 100%;
    background: 
        radial-gradient(circle at 20% 30%, rgba(rgb(122,143,141,0.5), 0.05) 0%, transparent 50%),
        radial-gradient(circle at 80% 70%, rgba(rgb(89,108,107,0.5), 0.08) 0%, transparent 60%);
    z-index: 0;
}.program-results-web::after {
    height: 300px;
    background: linear-gradient(45deg, rgb(122,143,141) 0%, rgb(89,108,107) 100%);
    z-index: 0;
    border-radius: 50%;
    filter: blur(50px);
    opacity: 0.05;
    content: "";
    top: -150px;
    position: absolute;
    width: 300px;
    right: -150px;
}.program-results-web .container {
    grid-template-columns: 1fr 1fr;
    z-index: 1;
    gap: 60px;
    padding: 0 20px;
    margin: 0 auto;
    position: relative;
    max-width: 1200px;
    display: grid;
}.program-results-web .snapshot-web {
    transform: perspective(1000px) rotateY(-5deg) translateZ(20px);
    filter: saturate(1.05);
    border-radius: 10px;
    width: 100%;
    height: 100%;
    object-fit: cover;
    box-shadow: 
        0 20px 40px rgba(0, 0, 0, 0.08),
        0 10px 20px rgba(0, 0, 0, 0.06);
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
}.program-results-web .snapshot-web:hover {
    transform: perspective(1000px) rotateY(-2deg) translateZ(30px);
}.program-results-web .legacy-edu-web {
    justify-content: center;
    display: flex;
    flex-direction: column;
    transform: perspective(1000px) rotateY(2deg) translateZ(10px);
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
}.program-results-web .legacy-edu-web:hover {
    transform: perspective(1000px) rotateY(0deg) translateZ(20px);
}.program-results-web .text-holder-web {
    padding: 20px 0;
    position: relative;
}.program-results-web .text-holder-web::before {
    border-radius: 10px;
    transition: transform 0.4s ease;
    opacity: 0.8;
    left: -20px;
    width: 4px;
    background: linear-gradient(to bottom, rgb(122,143,141), rgb(89,108,107));
    position: absolute;
    transform: scaleY(0.9);
    top: 0;
    height: 100%;
    content: "";
}.program-results-web .text-holder-web:hover::before {
    transform: scaleY(1);
}.program-results-web h1 {
    color: #000000;
    line-height: 1.3;
    transition: transform 0.4s ease;
    font-size: 43px;
    position: relative;
    font-weight: 700;
    margin-bottom: 30px;
    transform: translateX(0);
}.program-results-web h1::after {
    border-radius: 10px;
    bottom: -10px;
    height: 3px;
    content: "";
    background: linear-gradient(to right, rgb(122,143,141), rgb(89,108,107));
    position: absolute;
    transition: width 0.4s ease;
    width: 80px;
    left: 0;
}.program-results-web h1:hover::after {
    width: 120px;
}.program-results-web ul {
    margin: 20px 0 0;
    padding: 0;
    list-style: none;
}.program-results-web li {
    margin-bottom: 18px;
    align-items: flex-start;
    transition: all 0.3s ease;
    display: flex;
    padding: 15px 20px;
    background: rgba(255, 255, 255, 0.7);
    transform: translateX(0);
    backdrop-filter: blur(10px);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
    border-radius: 10px;
}.program-results-web li:hover {
    background: rgba(255, 255, 255, 0.9);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.08);
    transform: translateX(5px) translateY(-2px);
}.program-results-web li p {
    font-size: 17px;
    color: #000000;
    line-height: 1.6;
    display: flex;
    align-items: center;
    margin: 0;
}.program-results-web li svg {
    transition: transform 0.3s ease;
    flex-shrink: 0;
    margin-right: 15px;
    width: 24px;
    height: 24px;
}.program-results-web li:hover svg {
    transform: scale(1.1) rotate(5deg);
}.program-results-web li svg path {
    fill: rgb(122,143,141);
    transition: fill 0.3s ease;
}.program-results-web li:hover svg path {
    fill: rgb(89,108,107);
}.program-results-web li:nth-child(odd) {
    transform: translateX(-5px);
}.program-results-web li:nth-child(odd):hover {
    transform: translateX(0) translateY(-2px);
}.program-results-web li:nth-child(even) {
    background: rgba(255, 255, 255, 0.8);
}

@media (max-width: 992px) {.program-results-web {
    padding: 80px 0;
}.program-results-web .container {
    grid-template-columns: 1fr;
    gap: 40px;
}.program-results-web .snapshot-web {
    transform: perspective(1000px) rotateY(0) translateZ(0);
    max-height: 400px;
}.program-results-web .legacy-edu-web {
    transform: none;
}.program-results-web h1 {
    margin-bottom: 25px;
    font-size: calc(43px * 0.9);
}
}

@media (max-width: 768px) {.program-results-web {
    padding: 60px 0;
}.program-results-web .snapshot-web {
    max-height: 320px;
}.program-results-web h1 {
    font-size: calc(43px * 0.8);
}.program-results-web li {
    padding: 12px 15px;
    margin-bottom: 15px;
}.program-results-web li p {
    font-size: calc(17px * 0.95);
}.program-results-web li svg {
    height: 20px;
    margin-right: 10px;
    width: 20px;
}
}

@media (max-width: 576px) {.program-results-web {
    padding: 50px 0;
}.program-results-web .snapshot-web {
    max-height: 250px;
}.program-results-web h1 {
    font-size: calc(43px * 0.7);
}.program-results-web .text-holder-web::before {
    left: -15px;
    width: 3px;
}.program-results-web li {
    margin-bottom: 12px;
    padding: 10px 12px;
}.program-results-web li p {
    line-height: 1.5;
    font-size: calc(17px * 0.9);
}.program-results-web li svg {
    width: 18px;
    margin-right: 8px;
    height: 18px;
}}.course-program-web {
    position: relative;
    overflow: hidden;
    padding: 120px 0;
    background: linear-gradient(135deg, rgb(156,178,176) 0%, #ffffff 100%);
}.course-program-web::before {
    content: "";
    left: 0;
    background: 
    linear-gradient(45deg, transparent 49.5%, rgb(89,108,107,0.5) 49.5%, rgb(89,108,107,0.5) 50.5%, transparent 50.5%) 0 0 / 30px 30px,
    linear-gradient(-45deg, transparent 49.5%, rgb(122,143,141,0.5) 49.5%, rgb(122,143,141,0.5) 50.5%, transparent 50.5%) 0 0 / 30px 30px;
    opacity: 0.08;
    height: 100%;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 0;
    pointer-events: none;
}.course-program-web .container {
    position: relative;
    max-width: 1280px;
    padding: 0 20px;
    margin: 0 auto;
    z-index: 1;
}.course-program-web h2 {
    padding-left: 20px;
    transform: perspective(1000px) rotateX(0deg) rotateY(-2deg);
    color: #000000;
    font-weight: 700;
    position: relative;
    margin-bottom: 50px;
    font-size: 34px;
    max-width: 800px;
}.course-program-web h2::before {
    content: "";
    background: linear-gradient(to bottom, rgb(122,143,141), rgb(89,108,107));
    width: 6px;
    left: 0;
    top: 15%;
    position: absolute;
    height: 70%;
}.course-program-web .career-ready-web {
    display: grid;
    position: relative;
    transform: translateZ(0);
    grid-template-columns: 1fr;
    gap: 30px;
}.course-program-web .snapshot-web {
    position: relative;
    height: 350px;
    box-shadow: 0 15px 30px rgba(0,0,0,0.15);
    transform: perspective(1000px) rotateY(2deg);
    overflow: hidden;
    transition: transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
}.course-program-web .snapshot-web::after {
    width: 100%;
    mix-blend-mode: multiply;
    top: 0;
    position: absolute;
    background: linear-gradient(45deg, rgb(89,108,107,0.5) 0%, transparent 60%);
    content: "";
    height: 100%;
    left: 0;
}.course-program-web .snapshot-web:hover {
    transform: perspective(1000px) rotateY(0deg) translateY(-5px);
}.course-program-web .text-holder-web {
    background: #ffffff;
    max-height: 500px;
    overflow-y: auto;
    padding: 35px;
    transition: transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
    position: relative;
    transform: perspective(1000px) rotateY(-2deg);
    box-shadow: 0 10px 30px rgba(0,0,0,0.08);
}.course-program-web .text-holder-web:hover {
    transform: perspective(1000px) rotateY(0deg);
}.course-program-web .text-holder-web::before {
    top: 0;
    content: "";
    background: linear-gradient(to right, rgb(122,143,141), rgb(89,108,107));
    height: 6px;
    position: absolute;
    width: 100%;
    left: 0;
}.course-program-web .description {
    color: #000000;
    font-size: 14px;
    margin-bottom: 20px;
    line-height: 1.7;
}.course-program-web .description:last-child {
    margin-bottom: 0;
}.course-program-web .text-holder-web::-webkit-scrollbar {
    width: 6px;
}.course-program-web .text-holder-web::-webkit-scrollbar-track {
    background: rgb(156,178,176);
}.course-program-web .text-holder-web::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background: linear-gradient(to bottom, rgb(122,143,141), rgb(89,108,107));
}

@media (min-width: 768px) {.course-program-web {
    padding: 150px 0;
}.course-program-web h2 {
    margin-left: 40px;
    padding-left: 30px;
    font-size: calc(34px * 1.1);
}.course-program-web h2::before {
    width: 8px;
}.course-program-web .career-ready-web {
    grid-template-columns: 40% 60%;
    align-items: center;
}.course-program-web .snapshot-web {
    height: 450px;
    transform: perspective(1000px) rotateY(3deg) translateX(20px);
}.course-program-web .text-holder-web {
    transform: perspective(1000px) rotateY(-3deg) translateX(-20px);
    max-height: 450px;
}
}

@media (min-width: 992px) {.course-program-web {
    padding: 180px 0;
}.course-program-web h2 {
    font-size: calc(34px * 1.2);
    margin-left: 80px;
    margin-bottom: 60px;
}.course-program-web .career-ready-web {
    gap: 40px;
    grid-template-columns: 45% 55%;
    margin-top: 60px;
}.course-program-web .snapshot-web {
    height: 500px;
    transform: perspective(1200px) rotateY(4deg) translateX(40px);
}.course-program-web .text-holder-web {
    transform: perspective(1200px) rotateY(-4deg) translateX(-40px);
    padding: 50px;
    max-height: 500px;
}.course-program-web .description {
    font-size: calc(14px * 1.05);
    line-height: 1.8;
}
}

@media (min-width: 1200px) {.course-program-web {
    padding: 200px 0;
}.course-program-web h2 {
    margin-left: 120px;
    font-size: calc(34px * 1.3);
}.course-program-web .career-ready-web {
    gap: 60px;
}.course-program-web .snapshot-web {
    height: 550px;
    transform: perspective(1400px) rotateY(5deg) translateX(60px);
}.course-program-web .text-holder-web {
    padding: 60px;
    max-height: 550px;
    transform: perspective(1400px) rotateY(-5deg) translateX(-60px);
}
}

@media (max-width: 767px) {.course-program-web {
    padding: 80px 0;
}.course-program-web h2 {
    font-size: calc(34px * 0.9);
    margin-bottom: 40px;
}.course-program-web .snapshot-web {
    height: 280px;
}.course-program-web .text-holder-web {
    padding: 25px;
    max-height: 400px;
}.course-program-web .description {
    font-size: calc(14px * 0.95);
    line-height: 1.6;
}
}

@media (max-width: 480px) {.course-program-web {
    padding: 60px 0;
}.course-program-web h2 {
    font-size: calc(34px * 0.8);
    padding-left: 15px;
}.course-program-web h2::before {
    width: 4px;
}.course-program-web .snapshot-web {
    height: 220px;
}.course-program-web .text-holder-web {
    max-height: 350px;
    padding: 20px;
}.course-program-web .description {
    font-size: calc(14px * 0.9);
    line-height: 1.5;
}}.course-demographic-web {
    position: relative;
    padding: 5rem 0;
    background: linear-gradient(120deg, rgb(156,178,176) 0%, rgb(122,143,141,0.5) 100%);
    overflow: hidden;
}.course-demographic-web::before {
    height: 150%;
    pointer-events: none;
    top: 50%;
    z-index: 1;
    content: '';
    left: 50%;
    transform: translate(-50%, -50%);
    animation: rotateRings 60s linear infinite;
    width: 150%;
    position: absolute;
    background: radial-gradient(
        ellipse at center,
        transparent 0%,
        transparent 30%,
        rgba(rgb(89,108,107,0.5), 0.1) 31%,
        rgba(rgb(89,108,107,0.5), 0.1) 32%,
        transparent 33%,
        transparent 40%,
        rgba(rgb(89,108,107,0.5), 0.05) 41%,
        rgba(rgb(89,108,107,0.5), 0.05) 42%,
        transparent 43%,
        transparent 50%,
        rgba(rgb(122,143,141,0.5), 0.07) 51%,
        rgba(rgb(122,143,141,0.5), 0.07) 52%,
        transparent 53%,
        transparent 70%,
        rgba(rgb(122,143,141,0.5), 0.05) 71%,
        rgba(rgb(122,143,141,0.5), 0.05) 72%,
        transparent 73%
    );
}.course-demographic-web::after {
    background: radial-gradient(
        circle at 70% 80%,
        rgb(122,143,141,0.5) 0%,
        transparent 50%
    );
    height: 100%;
    opacity: 0.3;
    z-index: 1;
    width: 100%;
    left: 0;
    position: absolute;
    top: 0;
    content: '';
}.course-demographic-web .legacy-edu-web {
    margin: 0 auto;
    position: relative;
    max-width: 1200px;
    z-index: 2;
    padding: 0 2rem;
}.course-demographic-web h3 {
    text-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    font-size: 34px;
    position: relative;
    font-weight: 700;
    text-align: center;
    margin-bottom: 3.5rem;
    color: #ffffff;
}.course-demographic-web h3::after {
    border-radius: 50px;
    transform: translateX(-50%);
    background: rgb(122,143,141);
    width: 120px;
    bottom: -15px;
    content: '';
    box-shadow: 0 0 15px rgb(122,143,141);
    height: 3px;
    left: 50%;
    position: absolute;
}.course-demographic-web ul {
    padding: 0;
    gap: 2.5rem;
    display: grid;
    margin: 0;
    list-style-type: none;
    grid-template-columns: repeat(2, 1fr);
}.course-demographic-web li {
    border: 1px solid rgba(255, 255, 255, 0.2);
    backdrop-filter: blur(5px);
    transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    position: relative;
    display: flex;
    overflow: hidden;
    border-radius: 50px;
    padding: 1.8rem 2rem;
    align-items: center;
    background-color: rgba(255, 255, 255, 0.12);
}.course-demographic-web li::before {
    top: 0;
    position: absolute;
    width: 100%;
    pointer-events: none;
    background: linear-gradient(
        135deg,
        rgba(255, 255, 255, 0.1) 0%,
        rgba(255, 255, 255, 0.05) 50%,
        transparent 100%
    );
    left: 0;
    height: 100%;
    content: '';
}.course-demographic-web li::after {
    height: 200%;
    background: radial-gradient(
        circle at center,
        rgba(rgb(89,108,107,0.5), 0.3) 0%,
        transparent 70%
    );
    pointer-events: none;
    top: -50%;
    width: 200%;
    content: '';
    transition: all 0.5s ease;
    opacity: 0;
    transform: scale(0.5);
    left: -50%;
    position: absolute;
}.course-demographic-web li:hover {
    background-color: rgba(255, 255, 255, 0.18);
    border-color: rgb(122,143,141,0.5);
    box-shadow: 
        0 15px 30px rgba(0, 0, 0, 0.1),
        0 0 20px rgb(122,143,141,0.5);
    transform: translateY(-5px);
}.course-demographic-web li:hover::after {
    opacity: 0.5;
    transform: scale(1);
}.course-demographic-web li svg {
    width: 40px;
    margin-right: 1.5rem;
    transform-origin: center;
    height: 40px;
    filter: drop-shadow(0 0 5px rgb(89,108,107,0.5));
    flex-shrink: 0;
    transition: all 0.4s ease;
    fill: rgb(89,108,107);
}.course-demographic-web li:hover svg {
    transform: rotate(15deg);
    filter: drop-shadow(0 0 8px rgb(122,143,141));
    fill: rgb(122,143,141);
}.course-demographic-web li svg path {
    transition: all 0.4s ease;
}.course-demographic-web li:hover svg path {
    fill: rgb(122,143,141);
}.course-demographic-web li {
    letter-spacing: 0.3px;
    font-size: 16px;
    color: #ffffff;
    font-weight: 400;
    line-height: 1.5;
}

@keyframes rotateRings {
    0% {
        transform: translate(-50%, -50%) rotate(0deg);
    }
    100% {
        transform: translate(-50%, -50%) rotate(360deg);
    }
}

@keyframes pulse {
    0%, 100% {
        opacity: 0.7;
    }
    50% {
        opacity: 1;
    }
}

@media (max-width: 991px) {.course-demographic-web {
    padding: 4rem 0;
}.course-demographic-web ul {
    grid-template-columns: 1fr;
    gap: 1.5rem;
}.course-demographic-web h3 {
    font-size: calc(34px * 0.9);
}.course-demographic-web li {
    padding: 1.5rem 1.8rem;
}
}

@media (max-width: 767px) {.course-demographic-web {
    padding: 3rem 0;
}.course-demographic-web h3 {
    margin-bottom: 2.5rem;
    font-size: calc(34px * 0.8);
}.course-demographic-web h3::after {
    width: 100px;
}.course-demographic-web li {
    border-radius: 25px;
    padding: 1.2rem 1.5rem;
}.course-demographic-web li svg {
    width: 35px;
    margin-right: 1rem;
    height: 35px;
}
}