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

header,footer {
    width: 100%;
}

header {
    z-index: 100;
    background: linear-gradient(120deg, rgb(191,208,201) 0%, rgb(152,173,164) 100%);
    margin-top: 0;
    overflow: visible;
    padding: 0;
    position: relative;
    clip-path: polygon(
        0 0, 
        100% 0, 
        100% calc(100% - 15px), 
        calc(100% - 15px) 100%, 
        15px 100%, 
        0 calc(100% - 15px)
    );
}

.thanksWrap20::after {
    transform: rotate(35deg);
    z-index: 0;
    height: 200%;
    background: radial-gradient(
        circle at center,
        rgb(191,208,201,0.5) 0%,
        transparent 70%
    );
    right: -20%;
    animation: shimmerEffect 15s infinite alternate ease-in-out;
    position: absolute;
    top: -50%;
    content: "";
    width: 80%;
    opacity: 0.15;
}

.thanksWrap20 .team_culture40 > div:first-child {
    position: relative;
    padding-bottom: 1.5rem;
    margin-bottom: 2rem;
}

.thanksWrap20 .team_culture40 > div:first-child::after {
    left: 0;
    animation: lineExtend 1.2s cubic-bezier(0.25, 1, 0.5, 1) forwards;
    height: 3px;
    width: 40%;
    content: "";
    background: linear-gradient(
        to right,
        rgb(152,173,164),
        rgb(191,208,201,0.5)
    );
    transform-origin: left center;
    bottom: 0;
    position: absolute;
}

.thanksWrap20 a {
    position: relative;
    text-decoration: none;
    transform: scale(1);
    display: inline-block;
    transition: transform 0.3s ease;
    color: inherit;
}

.thanksWrap20 a::after {
    background: linear-gradient(
        to right,
        rgb(152,173,164),
        rgb(191,208,201)
    );
    transition: transform 0.4s cubic-bezier(0.23, 1, 0.32, 1);
    content: "";
    transform-origin: right;
    transform: scaleX(0);
    bottom: -5px;
    left: 0;
    height: 1px;
    position: absolute;
    width: 100%;
}

.find_us23 .join_us46 {
    padding: 0;
    background: rgb(152,173,164);
    position: relative;
    border-left: 1px solid rgb(191,208,201);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3);
}

.find_us23 p {
    margin: 0;
    color: rgba(255, 255, 255, 0.7);
    font-size: 17px;
    padding: 30px;
    line-height: 1.6;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.find_us23 .message_form06 {
    text-decoration: none;
    border: 1px solid rgba(255, 255, 255, 0.1);
    display: flex;
    position: relative;
    background: #2a2a2a;
    height: 70px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
    transition: all 0.3s ease;
    border-radius: 50%;
    justify-content: center;
    align-items: center;
    width: 70px;
    color: #ffffff;
}

.find_us23 .message_form06 svg path {
    fill: rgb(191,208,201);
    transition: fill 0.3s ease;
}

.find_us23 p:nth-last-child(2) {
    border-bottom: none;
    align-items: center;
    padding: 25px 30px;
    display: flex;
}



.find_us23 .message_form06:active {
    transform: translateY(0);
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2), 0 0 5px rgb(191,208,201,0.5);
}

.find_us23 .message_form06:nth-child(1) {
    transition-delay: 0.1s;
}

.find_us23 .message_form06:nth-child(2) {
    transition-delay: 0.2s;
}

.find_us23 .message_form06:nth-child(3) {
    transition-delay: 0.3s;
}

.privacy_reserve90 h2 {
    border-left: 3px solid rgb(152,173,164,0.5);
    font-size: 35px;
    font-weight: 600;
    padding-left: 0.5rem;
}

.privacy_reserve90 ul {
    padding-left: 0;
    gap: 0.5rem;
    display: flex;
    flex-direction: column;
    margin: 0;
    list-style: none;
}

.privacy_reserve90 p, .privacy_reserve90 span {
    margin-bottom: 1rem;
    color: #000000;
    line-height: 1.5;
    font-size: 16px;
}

.privacy_reserve90 section {
    gap: 1rem;
    display: flex;
    flex-direction: column;
}

.landing_page62 .learning_open53::before {
    right: 0;
    background: linear-gradient(135deg, rgb(191,208,201,0.5), rgb(152,173,164,0.5));
    content: "";
    left: 0;
    z-index: 1;
    clip-path: polygon(0 0, 100% 0, 100% 85%, 0 100%);
    top: 0;
    bottom: 0;
    position: absolute;
}

.landing_page62 .expert_guides54:hover {
    transform: perspective(1000px) rotateY(0deg);
}

.landing_page62 h1 {
    font-size: clamp(2.5rem, 5vw, 45px);
    font-weight: 700;
    transform: translateX(-10px);
    opacity: 0;
    letter-spacing: -0.02em;
    margin-bottom: 1.5rem;
    animation: slideInTitle 0.8s cubic-bezier(0.16, 1, 0.3, 1) forwards 0.2s;
    line-height: 1.1;
    color: #ffffff;
}

.landing_page62 p {
    animation: fadeUp 0.8s cubic-bezier(0.16, 1, 0.3, 1) forwards 0.7s;
    color: #ffffff;
    padding-left: 2rem;
    margin-top: 2rem;
    font-size: clamp(1rem, 2vw, 18px);
    transform: translateY(15px);
    opacity: 0;
    position: relative;
    line-height: 1.6;
}

header .top_lesson84 {
    align-items: center;
    justify-content: space-between;
    z-index: 5;
    position: relative;
    display: flex;
    padding: 1.2rem 3rem;
}

header .site_header51::before {
    position: absolute;
    bottom: 3px;
    top: 3px;
    clip-path: polygon(
        0 0,
        calc(100% - 10px) 0,
        100% 10px,
        100% 100%,
        10px 100%,
        0 calc(100% - 10px)
    );
    content: '';
    border: 1px dashed rgba(255, 255, 255, 0.3);
    z-index: -1;
    right: 3px;
    left: 3px;
}

header .top_wrap62 {
    list-style: none;
    position: relative;
    padding: 0;
    z-index: 2;
    margin: 0;
    display: flex;
}

header .site_main89 a:hover {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
    border-color: #ffffff;
    background: rgba(255, 255, 255, 0.2);
    transform: translateY(-3px);
}

header .site_main89 a:hover::before {
    left: 100%;
}

header .site_main89::after {
    transform: translateX(-50%);
    width: 0;
    transition: width 0.3s ease;
    content: '';
    position: absolute;
    bottom: -5px;
    background: #ffffff;
    height: 2px;
    left: 50%;
}

header .top_lesson84::after {
    left: 10px;
    content: '';
    bottom: 10px;
    opacity: 0.5;
    border-top: none;
    border: 2px solid rgba(255, 255, 255, 0.3);
    width: 40px;
    height: 40px;
    position: absolute;
    border-left: none;
}

.who_we_are06::before {
    content: "";
    opacity: 0.15;
    background-image: 
        linear-gradient(rgba(0, 0, 0, 0.5) 1px, transparent 1px),
        linear-gradient(90deg, rgba(0, 0, 0, 0.5) 1px, transparent 1px);
    top: 0;
    position: absolute;
    background-size: 30px 30px;
    height: 100%;
    left: 0;
    width: 100%;
}

.who_we_are06 h2::before {
    left: 50%;
    transform: translateX(-50%);
    content: "";
    height: 4px;
    bottom: -20px;
    width: 60px;
    position: absolute;
    background: rgb(191,208,201);
}

.who_we_are06 .edu_philosophy68 {
    transition: all 0.4s ease;
    border: 1px solid rgba(255, 255, 255, 0.05);
    border-radius: 24px;
    background: rgba(255, 255, 255, 0.03);
    backdrop-filter: blur(10px);
    position: relative;
    overflow: hidden;
    padding: 40px;
}

.who_we_are06 .edu_philosophy68::before {
    left: 0;
    width: 4px;
    height: 100%;
    transform-origin: bottom;
    content: "";
    position: absolute;
    transition: transform 0.5s ease;
    background: rgb(191,208,201);
    transform: scaleY(0);
    top: 0;
}

.who_we_are06 .edu_philosophy68:last-child h3 {
    color: rgb(152,173,164);
}

.who_we_are06 .edu_philosophy68 h3::before {
    background: currentColor;
    clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
    width: 8px;
    content: "";
    height: 8px;
    margin-right: 15px;
}

.who_we_are06 .virtual_guides59::after {
    bottom: -30px;
    height: 1px;
    background: linear-gradient(90deg, transparent, rgb(191,208,201,0.5), rgb(152,173,164,0.5), transparent);
    left: 0;
    position: absolute;
    content: "";
    width: 100%;
}

.instructional_approach76::before {
    z-index: 1;
    opacity: 0.5;
    background: 
        linear-gradient(135deg, rgb(191,208,201,0.5) 0%, transparent 50%),
        linear-gradient(225deg, rgb(152,173,164,0.5) 0%, transparent 50%);
    left: 0;
    height: 100%;
    position: absolute;
    width: 100%;
    top: 0;
    content: "";
}

.instructional_approach76 .team_culture40::before {
    z-index: 1;
    content: "";
    inset: 10px;
    border-image: linear-gradient(45deg, 
        rgb(191,208,201,0.5) 0%, 
        transparent 25%, 
        rgb(152,173,164,0.5) 50%, 
        transparent 75%, 
        rgb(191,208,201,0.5) 100%
    ) 1;
    position: absolute;
    border: 1px solid;
    animation: borderFlowInner 6s linear infinite;
}

.instructional_approach76 h3::before {
    background: linear-gradient(90deg, rgb(191,208,201), rgb(152,173,164));
    bottom: 0;
    width: 0;
    content: "";
    left: 0;
    animation: lineGrow 4s ease-in-out infinite;
    height: 4px;
    position: absolute;
}

.instructional_approach76 span::before {
    left: 0;
    height: 100%;
    position: absolute;
    background: linear-gradient(to bottom, rgb(191,208,201,0.5), transparent);
    width: 5px;
    content: "";
    top: 0;
}

#popupPolicyNotice98 {
    display: none;
}

#popupPolicyNotice98:checked ~ .cookie_dialog_notice39 {
    opacity: 0;
    visibility: hidden;
}

.web_cookies27 {
    align-items: center;
    margin-right: 1rem;
    display: flex;
    flex-shrink: 0;
}

.web_cookies27 svg {
    width: 50px;
    fill: rgb(191,208,201);
    height: 50px;
}

.cookie_panel35 p {
    color: #000000;
    font-size: 1rem;
}

.cookie_button.track_ack03 {
    background: rgb(191,208,201);
}

.digital_cookies92:hover {
    background: #000000;
    transform: translateY(-3px);
}

.cookie_dialog_notice39 p a {
    transition: color 0.3s ease;
    text-decoration: underline;
    color: rgb(191,208,201);
}

footer::before {
    position: absolute;
    content: '';
    right: 0;
    bottom: 0;
    left: 0;
    background: linear-gradient(45deg, rgb(152,173,164,0.5) 0%, rgb(191,208,201,0.5) 100%);
    top: 0;
    z-index: 1;
}

.case_study64 .knowl_base69 {
    font-size: 18px;
    line-height: 1.6;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.1);
    padding: 20px;
    border-left: 4px solid rgb(191,208,201);
    backdrop-filter: blur(10px);
    margin-top: 25px;
    transform: translateZ(0);
}

.case_study64 .top_wrap62 h5::before {
    content: '';
    top: 50%;
    left: -15px;
    width: 8px;
    border-radius: 50%;
    transform: translateY(-50%);
    position: absolute;
    height: 8px;
    background: rgb(191,208,201);
}

.case_study64 .top_wrap62 .main_pagewrap86 a:hover {
    transform: translateX(5px);
    background: rgba(255, 255, 255, 0.1);
}

.case_study64 .top_wrap62 .main_pagewrap86 a:hover::before {
    background: rgb(191,208,201,0.5);
    width: 100%;
}

.level_up19 .container {
    align-items: center;
    display: flex;
    justify-content: center;
}

.level_up19 .lang_learn53 {
    opacity: 0.8;
    color: #ffffff;
    letter-spacing: 0.5px;
    font-size: 12px;
    text-align: center;
}



.case_study64::before {
    position: absolute;
    background: linear-gradient(90deg, rgb(191,208,201), rgb(152,173,164), rgb(191,208,201));
    background-size: 200% 200%;
    height: 5px;
    top: 0;
    content: '';
    animation: gradientShift 5s infinite;
    left: 0;
    width: 100%;
}

.case_study64 .company_holder::before {
    border-radius: 50%;
    content: '';
    left: -30px;
    background: rgb(152,173,164,0.5);
    z-index: -1;
    height: 100px;
    bottom: 0;
    position: absolute;
    width: 100px;
    filter: blur(40px);
    opacity: 0.3;
}

.program_offerings92 {
    padding: 120px 0 100px;
    position: relative;
    z-index: 1;
    background: linear-gradient(145deg, rgb(225,233,230) 0%, rgba(245, 247, 250, 0.95) 100%);
    overflow: hidden;
}

.program_offerings92 .container {
    position: relative;
    z-index: 2;
    margin: 0 auto;
    padding: 0 15px;
    max-width: 1200px;
}

.program_offerings92 h2 {
    font-weight: 700;
    transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
    font-size: 36px;
    transform-origin: left center;
    transform: perspective(1000px) rotateX(0deg);
    color: #000000;
    margin-bottom: 50px;
    position: relative;
}

.program_offerings92 .img_text_overlay30::before {
    content: "";
    position: absolute;
    background: linear-gradient(
        to bottom,
        transparent 70%,
        rgba(rgba(0, 0, 0, 0.5), 0.1) 100%
    );
    right: 0;
    top: 0;
    transition: opacity 0.3s ease;
    bottom: 0;
    left: 0;
    z-index: 1;
}

.program_offerings92 .text_holder_box37::before {
    width: 5px;
    content: "";
    height: 0;
    position: absolute;
    transition: height 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    left: 0;
    background: linear-gradient(to bottom, rgb(191,208,201), rgb(152,173,164));
    top: 0;
}

.program_offerings92 .description:last-child {
    margin-bottom: 0;
}

.program_offerings92 .description:nth-child(1) {
    animation: fadeText 0.8s ease forwards;
}




.program_offerings92 .ready_skills82:hover .img_text_overlay30 {
    transition: transform 0.8s cubic-bezier(0.19, 1, 0.22, 1);
}

.potential_enrollees52::after {
    top: 0;
    left: 0;
    background: linear-gradient(135deg, #ffffff 0%, transparent 100%);
    height: 100%;
    position: absolute;
    width: 100%;
    z-index: 1;
    opacity: 0.1;
    content: '';
}

.potential_enrollees52 h3::after {
    bottom: -15px;
    width: 80px;
    transform: translateX(-50%);
    left: 50%;
    height: 3px;
    content: '';
    border-radius: 50px;
    opacity: 0.8;
    position: absolute;
    background: linear-gradient(90deg, transparent, rgb(191,208,201), transparent);
}

.potential_enrollees52 li::before {
    transition: opacity 0.5s ease;
    left: 0;
    top: 0;
    width: 100%;
    content: '';
    z-index: -1;
    opacity: 0.1;
    height: 100%;
    position: absolute;
    background: 
        radial-gradient(circle at 90% 10%, rgb(191,208,201,0.5) 0%, transparent 30%),
        radial-gradient(circle at 10% 90%, rgb(152,173,164,0.5) 0%, transparent 30%);
}

.potential_enrollees52 li:hover::before {
    opacity: 0.2;
}

.potential_enrollees52 li:hover::after {
    transform: scale(1);
    opacity: 0.1;
}

.potential_enrollees52 li svg {
    animation: float 8s ease-in-out infinite;
    fill: rgb(152,173,164);
    transition: all 0.5s ease;
    height: 70px;
    margin-bottom: 1.5rem;
    width: 70px;
    filter: drop-shadow(0 3px 6px rgb(152,173,164,0.5));
}

.plan_showcase91 {
    padding: 100px 0;
    position: relative;
    overflow: hidden;
    background: linear-gradient(135deg, rgb(225,233,230) 0%, rgb(191,208,201,0.5) 100%);
}

.plan_showcase91 .edu_deals64 {
    flex-direction: column-reverse;
    gap: 60px;
    display: flex;
    position: relative;
}

.plan_showcase91 .package_rates53:hover {
    transform: perspective(1000px) rotateX(2deg);
}

.plan_showcase91 .package_rates53 .cost_plan01 {
    line-height: 1.6;
    max-width: 700px;
    overflow-wrap: break-word;
    color: #000000;
    margin-bottom: 0;
    word-break: break-word;
    font-size: 17px;
}

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

.plan_showcase91 .price_schemes45 {
    flex-direction: column;
    border: 1px solid rgba(0, 0, 0, 0.06);
    position: relative;
    height: 100%;
    overflow: hidden;
    background: linear-gradient(145deg, #ffffff 0%, rgb(255, 255, 255, 0.5) 95%);
    display: flex;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
}

.plan_showcase91 .learn_price04 h3 {
    color: #000000;
    transition: transform 0.3s ease;
    margin-bottom: 15px;
    font-size: calc(19px + 2px);
    text-overflow: ellipsis;
    overflow: hidden;
    font-weight: 700;
    position: relative;
    white-space: nowrap;
    transform-origin: left;
}

.plan_showcase91 .study_offers51:hover .fee_plans49::after {
    transform: scaleX(1);
}

.plan_showcase91 .img_text_overlay30 {
    overflow: hidden;
    height: 200px;
    transition: transform 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
    position: relative;
}

.plan_showcase91 .study_offers51:hover .img_text_overlay30 {
    transform: scale(1.05);
}

.academic_experience52::before {
    width: 150%;
    top: -25%;
    background: radial-gradient(ellipse at center, transparent 0%, transparent 50%, #000000 100%), 
              repeating-linear-gradient(45deg, rgba(0, 0, 0, 0.5) 0px, rgba(0, 0, 0, 0.5) 1px, transparent 1px, transparent 10px);
    animation: backgroundMovement 30s linear infinite alternate;
    position: absolute;
    height: 150%;
    content: "";
    left: -25%;
    opacity: 0.3;
}

.academic_experience52 .student_reviews96 .img_text_overlay30 {
    grid-column: 1 / 2;
    grid-row: 1 / 4;
    transition: all 0.5s ease;
    z-index: 1;
    min-height: 500px;
    box-shadow: 0 0 30px rgb(191,208,201,0.5);
    clip-path: polygon(0 0, 100% 0, 80% 100%, 0 100%);
    transform: scale(1.05) translateX(-5%);
    border-radius: 0;
    position: relative;
}

.academic_experience52 .student_reviews96 .emp_exp94 {
    z-index: 2;
    line-height: 1.7;
    border-radius: 0 10px 0 0;
    font-size: 16px;
    backdrop-filter: blur(5px);
    margin-right: 1.5rem;
    border-top: 1px solid rgb(152,173,164,0.5);
    position: relative;
    background: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, transparent 100%);
    padding: 2rem 2rem 2.5rem 3rem;
    grid-row: 3 / 4;
    grid-column: 2 / 3;
    color: #ffffff;
}

.testimonials39 h4::before {
    left: 50%;
    position: absolute;
    height: 3px;
    bottom: -15px;
    background: rgb(191,208,201);
    transform: translateX(-50%);
    content: "";
    width: 80px;
}

.testimonials39 .edu_feedback14::before {
    width: 2px;
    content: "";
    background: linear-gradient(to bottom, rgb(191,208,201), rgb(152,173,164));
    bottom: 0;
    position: absolute;
    z-index: 1;
    top: 0;
    left: 24px;
}

.testimonials39 .student_reviews96:last-child {
    margin-bottom: 0;
}

.testimonials39 .student_reviews96::after {
    content: "";
    position: absolute;
    background: rgb(191,208,201,0.5);
    left: -15px;
    height: 2px;
    z-index: 1;
    top: 24px;
    width: 20px;
}

.testimonials39 .student_reviews96:nth-child(even) {
    border-left: 3px solid rgb(191,208,201);
    background: linear-gradient(135deg, #ffffff 0%, rgb(225,233,230) 100%);
    align-self: flex-end;
}

.testimonials39 .student_reviews96:hover .img_text_overlay30 {
    transform: scale(1.05);
    border-color: rgb(191,208,201,0.5);
}

.testimonials39 .student_reviews96 span {
    font-weight: 600;
    font-size: 22px;
    color: #000000;
    margin-bottom: 0.5rem;
    padding-top: 10px;
    display: block;
}

.contact_section48 {
    background: linear-gradient(160deg, rgb(225,233,230) 0%, rgb(191,208,201,0.5) 100%);
    position: relative;
    padding: 90px 0;
    overflow: hidden;
}

.contact_section48 h2 {
    margin-bottom: 50px;
    font-size: 42px;
    position: relative;
    font-weight: 700;
    font-family: Arial, sans-serif;
    color: #000000;
    text-align: center;
}

.contact_section48 .contact_query56 {
    width: 100%;
    padding: 50px;
    position: relative;
}

.contact_section48 form h3::after {
    background: rgb(191,208,201);
    position: absolute;
    bottom: -10px;
    content: "";
    left: 0;
    border-radius: 1.5px;
    width: 100%;
    height: 3px;
}

.contact_section48 form input[type="text"]::placeholder {
    color: rgba(0, 0, 0, 0.35);
}

.contact_section48 .help_panel46 input[type="checkbox"] {
    position: absolute;
    opacity: 0;
}

.contact_section48 .help_panel46 input[type="checkbox"]:checked + label::before {
    background: rgb(191,208,201);
}

.contact_section48 .help_panel46 label a {
    color: rgb(191,208,201);
    text-decoration: none;
    transition: all 0.3s ease;
}

.contact_section48 form .connect_widget78 {
    color: #ffffff;
    width: 100%;
    position: relative;
    font-weight: 600;
    transition: all 0.3s ease;
    text-align: center;
    font-size: 14px;
    border-radius: 10px;
    background: rgb(191,208,201);
    font-family: Arial, sans-serif;
    border: none;
    overflow: hidden;
    cursor: pointer;
    padding: 16px 20px;
}



@media (max-width: 480px) {.thanksWrap20 {
    padding: 2.5rem 0;
}.thanksWrap20 .team_culture40 {
    padding: 1.5rem;
}.thanksWrap20 h5 {
    font-size: 1.3rem;
}.thanksWrap20 p {
    font-size: 0.95rem;
}.thanksWrap20 .team_culture40 > div:first-child {
    margin-bottom: 1.2rem;
    padding-bottom: 1rem;
}.thanksWrap20 a::before {
    width: calc(100% + 20px);
    left: -10px;
    height: calc(100% + 20px);
    top: -10px;
}}


@media only screen and (max-width: 800px) {.privacy_reserve90 {
    padding: 1.5rem;
    border-radius: 10px;
    gap: 1rem;
}.privacy_reserve90 h1 {
    font-size: calc(22px * 0.9);
}.privacy_reserve90 h2 {
    font-size: calc(22px * 0.9);
}.privacy_reserve90 ul {
    gap: 0.75rem;
}.privacy_reserve90 ul li {
    padding: 0.75rem;
}.privacy_reserve90 ul li::before {
    height: 8px;
    width: 8px;
}}



@media (max-width: 480px) {.landing_page62 .expert_guides54 {
    padding: 1.5rem;
}.landing_page62 .learning_open53::after {
    width: 70%;
    top: -5%;
    right: -20%;
}.landing_page62 h1 {
    font-size: clamp(2rem, 8vw, 45px);
}.landing_page62 p {
    margin-top: 1.5rem;
    padding-left: 1.5rem;
}.landing_page62 p::before {
    width: 1rem;
}}



@media (max-width: 767px) {header {
    clip-path: polygon(
            0 0, 
            100% 0, 
            100% calc(100% - 5px), 
            calc(100% - 5px) 100%, 
            5px 100%, 
            0 calc(100% - 5px)
        );
    padding: 0;
}header .top_lesson84 {
    padding: 0.8rem 1.5rem;
}header .site_header51 {
    clip-path: polygon(
            0 0,
            calc(100% - 5px) 0,
            100% 5px,
            100% 100%,
            5px 100%,
            0 calc(100% - 5px)
        );
    padding: 0.5rem 0.8rem;
}header .page_header51 img {
    max-height: 35px;
}header .top_wrap62 {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    justify-content: flex-start;
    scrollbar-width: thin;
    padding-bottom: 0.5rem;
    margin-top: 0.8rem;
}header .top_wrap62::-webkit-scrollbar {
    height: 3px;
}header .top_wrap62::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.3);
}header .site_main89 {
    margin: 0 0.25rem;
    flex: 0 0 auto;
}header .site_main89 a {
    clip-path: polygon(
            5px 0,
            calc(100% - 5px) 0,
            100% 5px,
            100% calc(100% - 5px),
            calc(100% - 5px) 100%,
            5px 100%,
            0 calc(100% - 5px),
            0 5px
        );
    font-size: calc(15px - 2px);
    white-space: nowrap;
    padding: 0 0.8rem;
    height: 32px;
}header .site_main89::after {
    display: none;
}header::after {
    top: 10px;
    height: 5px;
    width: 5px;
    right: 10px;
}.head_mainwrap63 {
    margin-top: -5px;
}
}


@media only screen and (max-width: 768px) {.cookie_dialog_notice39 .container {
    flex-direction: column;
    align-items: center;
}.web_cookies27 {
    margin-right: 0;
    margin-bottom: 1rem;
}.cookie_panel35 {
    margin-bottom: 1rem;
    text-align: center;
}.cookie_button.cookie_necessary05 {
    margin-top: 0.5rem;
    margin-left: 0;
}}



@media (max-width: 768px) {.case_study64 {
    padding: 60px 0 30px;
}.case_study64 .main_pagewrap86 {
    grid-gap: 30px;
    grid-template-columns: repeat(1, 1fr);
}.case_study64 .top_wrap62 {
    padding: 0;
}}




@media (min-width: 768px) {.program_offerings92 {
    padding: 150px 0 130px;
}.program_offerings92 .ready_skills82 {
    gap: 60px;
    grid-template-columns: 1fr 1.2fr;
    align-items: center;
}.program_offerings92 h2 {
    font-size: calc(36px * 1.1);
    max-width: 80%;
}.program_offerings92 .img_text_overlay30 {
    height: 500px;
}.program_offerings92 .text_holder_box37 {
    padding: 50px 40px;
}
}



@media (max-width: 991px) {.potential_enrollees52 {
    padding: 5rem 0;
}.potential_enrollees52 h3 {
    margin-bottom: 3rem;
    font-size: calc(38px * 0.8);
}.potential_enrollees52 ul {
    gap: 2rem;
}.potential_enrollees52 li {
    padding: 2rem 1.5rem;
}.potential_enrollees52 li svg {
    height: 60px;
    width: 60px;
    margin-bottom: 1.2rem;
}
}



@media (min-width: 992px) {.plan_showcase91 .edu_deals64 {
    flex-direction: row;
    align-items: stretch;
    gap: 40px;
}.plan_showcase91 .package_rates53 {
    width: 30%;
    display: flex;
    justify-content: center;
    flex-direction: column;
    padding: 50px 40px;
}.plan_showcase91 .value_rates78 {
    grid-template-columns: repeat(2, 1fr);
    width: 70%;
}.plan_showcase91 .learn_price04 {
    padding: 30px;
}.plan_showcase91 .learn_price04 p {
    -webkit-line-clamp: 6;
}
}



@media (max-width: 992px) {.academic_experience52 {
    padding: 5rem 1.5rem;
}.academic_experience52 .student_reviews96 {
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr;
}.academic_experience52 .student_reviews96 .img_text_overlay30 {
    grid-column: 1 / 2;
    min-height: 350px;
    transform: scale(1.02) translateY(-5%);
    clip-path: polygon(0 0, 100% 0, 100% 85%, 0 100%);
    grid-row: 1 / 2;
}.academic_experience52 .student_reviews96 .img_text_overlay30:hover {
    transform: scale(1.03) translateY(-4%);
}.academic_experience52 .student_reviews96 .name {
    padding: 2rem 1.5rem 0.5rem 1.5rem;
    grid-row: 2 / 3;
    grid-column: 1 / 2;
}.academic_experience52 .student_reviews96 span:not(.name) {
    grid-row: 3 / 4;
    padding: 0 1.5rem 1rem 1.5rem;
    grid-column: 1 / 2;
}.academic_experience52 .student_reviews96 .emp_exp94 {
    grid-row: 4 / 5;
    border-radius: 10px;
    grid-column: 1 / 2;
    margin-right: 0;
    padding: 1.5rem;
}
}



@media screen and (max-width: 576px) {.contact_section48 {
    padding: 60px 0;
}.contact_section48 h2 {
    font-size: calc(42px * 0.7);
    margin-bottom: 30px;
}.contact_section48 .contact_query56 {
    padding: 30px 20px;
}.contact_section48 form h3 {
    font-size: calc(18px * 0.9);
}
}



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

@keyframes pulse {
  0%, 100% {
    box-shadow: 0 0 0 0 rgb(191,208,201,0.5);
  }
  50% {
    box-shadow: 0 0 0 8px rgba(0, 0, 0, 0);
  }
}



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



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



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



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



@keyframes gradientShift {
    0% {
        background-position: 0% 50%;
    }
    50% {
        background-position: 100% 50%;
    }
    100% {
        background-position: 0% 50%;
    }
}

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



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



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



@keyframes backgroundMovement {
  0% {
    transform: translate(0, 0) rotate(0deg);
  }
  100% {
    transform: translate(50px, 50px) rotate(10deg);
  }
}

