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

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

.key-main-primary {
    flex: 1 0 auto;
}

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


.key-course-program-info {
    position: relative;
    background: linear-gradient(135deg, rgb(198,198,181), rgba(rgb(121,116,127,0.5), 0.05));
    padding: 6rem 0;
    overflow: hidden;
}

.key-course-program-info h2 {
    padding-bottom: 1.5rem;
    font-weight: 700;
    transform: perspective(1000px) translateZ(0);
    margin-bottom: 3rem;
    max-width: 85%;
    color: #000000;
    position: relative;
    font-size: 35px;
}

.key-course-program-info .key-img-zoom::before {
    position: absolute;
    right: 0;
    content: "";
    background: linear-gradient(135deg, rgba(rgb(165,159,166,0.5), 0.2), transparent);
    z-index: 1;
    left: 0;
    bottom: 0;
    top: 0;
}

.key-course-program-info .description {
    font-size: 15px;
    opacity: 0.95;
    position: relative;
    margin: 0;
    transition: opacity 0.3s ease;
    padding-left: 1.5rem;
    color: #000000;
    line-height: 1.7;
}

.key-privacy-compartment {
    box-shadow: 0 0 10px rgb(165,159,166,0.5);
    padding: 50px;
    margin: 0 auto;
    font-family: Arial, sans-serif;
    color: #ffffff;
    border: 1px solid rgb(165,159,166,0.5);
    line-height: 1.6;
    background-color: rgb(165,159,166);
}

.key-privacy-compartment li::before {
    color: rgb(121,116,127);
    margin-right: 10px;
    content: '✦';
    font-size: 1.2em;
}

header::before {
    right: 2px;
    content: '';
    z-index: -1;
    bottom: 2px;
    left: 2px;
    top: 2px;
    background: repeating-linear-gradient(
        -45deg,
        rgba(255, 255, 255, 0.05) 0px,
        rgba(255, 255, 255, 0.05) 1px,
        transparent 1px,
        transparent 10px
    );
    clip-path: polygon(
        0 0, 
        100% 0, 
        100% calc(100% - 15px), 
        calc(100% - 15px) 100%, 
        15px 100%, 
        0 calc(100% - 15px)
    );
    position: absolute;
}

header .key-top-base a {
    display: flex;
    justify-content: center;
    border: 1px solid transparent;
    background: rgba(255, 255, 255, 0.1);
    height: 40px;
    text-decoration: none;
    font-size: 13px;
    position: relative;
    overflow: hidden;
    align-items: center;
    clip-path: polygon(
        10px 0,
        calc(100% - 10px) 0,
        100% 10px,
        100% calc(100% - 10px),
        calc(100% - 10px) 100%,
        10px 100%,
        0 calc(100% - 10px),
        0 10px
    );
    color: #ffffff;
    padding: 0 1.2rem;
    font-weight: 600;
    transition: all 0.3s ease;
}

.key-join-now::before {
    height: 100%;
    backdrop-filter: blur(100px);
    top: 0;
    background-color: rgba(255, 255, 255, 0.02);
    content: '';
    position: absolute;
    left: 0;
    z-index: -1;
    width: 100%;
}

.key-join-now .key-study-program::after {
    width: 100%;
    background: linear-gradient(
        to right,
        transparent 0%,
        rgba(255, 255, 255, 0.1) 50%,
        transparent 100%
    );
    height: 1px;
    z-index: 1;
    left: 0;
    bottom: 0;
    content: '';
    position: absolute;
}

.key-join-now h3::after {
    left: 50%;
    border-radius: 50%;
    position: absolute;
    background: #ffffff;
    transform: translateX(-50%);
    bottom: -27px;
    box-shadow: 0 0 10px rgba(255, 255, 255, 0.5);
    height: 6px;
    width: 6px;
    content: '';
}

.key-join-now .key-send-info:hover {
    box-shadow: 
        0 15px 30px rgba(0, 0, 0, 0.15),
        0 8px 20px rgba(0, 0, 0, 0.1);
    color: #ffffff;
    transform: translateY(-3px);
}

.key-join-now .key-send-info:hover::before {
    opacity: 1;
}

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

footer .key-mod-tools {
    position: relative;
    z-index: 1;
    margin-top: -70px;
}

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

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

footer .key-top-teach svg {
    margin-bottom: 15px;
    height: 45px;
    width: auto;
}

footer .key-top-mentor {
    padding: 30px;
    position: relative;
    margin-right: 20px;
    background-color: rgb(198,198,181);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    margin-left: 20px;
    z-index: 1;
    margin-top: -10px;
    border-radius: 20px;
}

footer .key-head-pagewrap a:hover::after {
    width: 100%;
}

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

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

footer .key-free-trial:hover {
    transform: translateY(-3px);
    background-color: rgb(121,116,127);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

.key-subscribe-to-newsletter::before {
    z-index: 0;
    height: 100%;
    background-image: linear-gradient(
        90deg,
        rgb(198,198,181) 0%,
        rgb(198,198,181) 50%,
        transparent 50%,
        transparent 100%
    );
    content: "";
    background-size: 4px 4px;
    position: absolute;
    width: 100%;
    left: 0;
    opacity: 0.3;
    top: 0;
}

.key-subscribe-to-newsletter .input_holder {
    max-width: 80%;
    display: grid;
    transform: translateX(-15%);
    z-index: 2;
    position: relative;
    grid-template-columns: 3fr 1fr;
    margin-left: auto;
}

.key-subscribe-to-newsletter .key-feedback-box {
    transition: all 0.3s ease;
    cursor: pointer;
    font-weight: 600;
    font-size: 16px;
    border: 2px solid #000000;
    overflow: hidden;
    letter-spacing: 1px;
    color: #ffffff;
    padding: 0 2rem;
    background: #000000;
    font-family: Arial, sans-serif;
    position: relative;
}

.key-education-framework::before {
    pointer-events: none;
    content: "";
    background: repeating-linear-gradient(
        45deg,
        rgb(165,159,166,0.5) 0px,
        transparent 2px,
        transparent 10px,
        rgb(165,159,166,0.5) 12px
    );
    animation: patternShift 20s infinite linear;
    opacity: 0.05;
    transform: rotateX(45deg) rotateZ(-2deg);
    z-index: 1;
    right: -5%;
    position: absolute;
    top: -5%;
    bottom: -5%;
    left: -5%;
}

.key-education-framework h3 {
    line-height: 1.2;
    position: relative;
    color: #000000;
    font-weight: 700;
    transform: translateZ(10px);
    display: inline-block;
    margin-bottom: 2rem;
    letter-spacing: -0.01em;
    font-size: clamp(1.75rem, 4vw, 2.25rem);
}

.key-contact::before {
    background: 
        repeating-linear-gradient(45deg, transparent, transparent 10px, rgba(0,0,0,0.02) 10px, rgba(0,0,0,0.02) 20px),
        repeating-linear-gradient(-45deg, transparent, transparent 10px, rgba(0,0,0,0.02) 10px, rgba(0,0,0,0.02) 20px);
    content: '';
    opacity: 0.7;
    width: 100%;
    z-index: -1;
    position: absolute;
    left: 0;
    height: 100%;
    top: 0;
}

.key-contact h3::after {
    position: absolute;
    left: 50%;
    width: 80px;
    bottom: -15px;
    content: '';
    transform: translateX(-50%);
    background: rgb(165,159,166);
    border-radius: 10px;
    height: 4px;
}

.key-contact .key-feedback-inquiry {
    position: relative;
    padding: 50px;
    background: #ffffff;
    overflow: hidden;
    flex: 1 1 60%;
}

.key-contact .key-feedback-inquiry::before {
    height: 100%;
    content: '';
    z-index: 0;
    width: 100%;
    left: 0;
    top: 0;
    background: 
        radial-gradient(circle at 20% 30%, rgba(0, 0, 0, 0.02) 0%, transparent 25%),
        radial-gradient(circle at 80% 70%, rgba(0, 0, 0, 0.02) 0%, transparent 25%);
    position: absolute;
}

.key-contact .key-feedback-inquiry input[type="text"],
.key-contact .key-feedback-inquiry textarea {
    margin-bottom: 25px;
    transition: all 0.3s ease;
    width: 100%;
    color: #000000;
    font-family: Arial, sans-serif;
    background-color: rgba(0, 0, 0, 0.02);
    font-size: 12px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.03) inset;
    border: 1px solid rgba(0, 0, 0, 0.05);
    border-radius: 10px;
    padding: 18px 25px;
}

.key-contact .key-feedback-inquiry .key-support-section input[type="checkbox"]:checked + label::after {
    opacity: 1;
    transform: scale(1);
}

.key-contact .key-feedback-inquiry .key-support-section a::after {
    background-color: rgb(165,159,166);
    height: 1px;
    content: '';
    transform-origin: right;
    left: 0;
    width: 100%;
    position: absolute;
    transition: transform 0.3s ease;
    bottom: -2px;
    transform: scaleX(0);
}

.key-contact .key-feedback-inquiry .key-feedback-box:hover {
    transform: translateY(-3px);
    box-shadow: 
        0 8px 25px rgb(165,159,166,0.5),
        0 0 0 1px rgb(165,159,166) inset;
    background: linear-gradient(135deg, rgb(121,116,127) 0%, rgb(165,159,166) 100%);
}

.key-contact .key-connect-reach::after {
    left: 0;
    top: 0;
    animation: shine 8s infinite linear;
    width: 100%;
    content: '';
    z-index: 0;
    background: 
        linear-gradient(135deg, transparent 25%, rgba(255, 255, 255, 0.05) 50%, transparent 75%);
    height: 100%;
    position: absolute;
}

.key-contact .key-connect-reach .key-message-help {
    z-index: 1;
    position: relative;
    margin: 0;
    list-style: none;
    padding: 0;
}

.key-contact .key-connect-reach .key-message-help li svg path {
    transition: fill 0.3s ease;
    fill: #ffffff;
}

.key-contact .key-connect-reach .key-message-help li:hover svg path {
    fill: rgba(255, 255, 255, 0.9);
}

.key-contact .key-connect-reach .key-message-help li a:hover {
    color: rgba(255, 255, 255, 0.9);
    text-shadow: 0 0 10px rgba(255, 255, 255, 0.3);
}

.key-plan-card::before {
    height: 600px;
    filter: blur(80px);
    top: -15%;
    position: absolute;
    z-index: 0;
    background: linear-gradient(135deg, rgb(165,159,166,0.5), rgb(121,116,127,0.5));
    width: 600px;
    opacity: 0.15;
    right: -10%;
    content: "";
}

.key-plan-card .key-value-rates .key-pricing-tiers {
    transform: translateY(0);
    line-height: 1.6;
    font-size: 13px;
    max-width: 700px;
    margin-left: 5px;
    color: #000000;
    transition: transform 0.4s ease;
}

.key-plan-card .key-trial-pricing:hover {
    z-index: 5;
    transform: translateZ(20px) scale(1.02);
}

.key-plan-card .key-price-sheet::before {
    transform: scaleX(0);
    background: linear-gradient(90deg, rgb(165,159,166), rgb(121,116,127));
    content: "";
    left: 0;
    height: 5px;
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    transform-origin: left;
    position: absolute;
    top: 0;
    right: 0;
}

.key-plan-card .key-trial-pricing:hover .key-pricing-schemes .key-learn-rates {
    transform: scale(1.05);
}

.key-plan-card .key-trial-pricing:hover .key-pricing-schemes .key-learn-rates::after {
    width: 80px;
}

.key-plan-card .key-trial-pricing:hover .key-pricing-schemes p {
    opacity: 1;
}

.key-plan-card .key-trial-pricing:hover .key-img-zoom {
    height: 240px;
}

.key-plan-card .key-trial-pricing:hover .key-img-zoom::after {
    opacity: 1;
}

.key-plan-card .key-trial-pricing:nth-child(odd) .key-price-sheet {
    flex-direction: column-reverse;
}

#key-usageNoticeDialog {
    display: none;
}

.key-cookie-popup-display h5 {
    color: rgb(165,159,166);
    font-size: 20px;
    letter-spacing: 1px;
    margin-bottom: 6px;
    text-transform: uppercase;
    font-weight: 700;
}

.cookie_button.key-cookie-disclaimer {
    background: rgb(121,116,127);
}


.key-wrapper-structure .key-cookie-popup-display {
    border: none;
    background: rgb(121,116,127);
    padding: 30px 0;
}

.key-thankYouBox {
    position: relative;
    background: linear-gradient(135deg, rgb(198,198,181) 0%, rgb(121,116,127,0.5) 100%);
    padding: 120px 0;
    overflow: hidden;
    perspective: 1000px;
}

.key-thankYouBox h2 {
    transform: translateZ(30px);
    font-weight: 700;
    color: #000000;
    position: relative;
    font-size: 33px;
    text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.5);
    animation: slideInFromTop 0.8s ease-out forwards;
    line-height: 1.3;
    margin-bottom: 40px;
}

.key-thankYouBox .key-study-program::before {
    background: linear-gradient(to bottom, rgb(165,159,166), rgb(121,116,127));
    top: 0;
    animation: heightGrow 1.2s 0.8s forwards cubic-bezier(0.19, 1, 0.22, 1);
    left: 0;
    content: "";
    height: 0;
    width: 6px;
    position: absolute;
}

.key-thankYouBox li span::first-letter {
    font-weight: 700;
    font-size: 1.5em;
    color: rgb(165,159,166);
}

.key-title-section .key-edu-begin {
    justify-content: center;
    display: flex;
    position: relative;
    padding: 2rem;
    height: 100vh;
    align-items: center;
    min-height: 650px;
}

.key-title-section .key-knowledge-sessions > div {
    animation: fadeSlideUp 0.8s forwards;
    opacity: 0;
}

.key-title-section .key-knowledge-sessions > div:nth-child(1) {
    animation-delay: 0.2s;
}

.key-title-section .key-knowledge-sessions > div:nth-child(3) {
    animation-delay: 0.8s;
}

.key-title-section p::before {
    content: "";
    left: 0;
    width: 10px;
    top: 50%;
    background: rgb(121,116,127);
    height: 2px;
    transform: translateY(-50%);
    position: absolute;
}

.key-title-section h3 {
    color: rgb(255, 255, 255, 0.5);
    font-size: calc(24px * 1.1);
    max-width: 90%;
    line-height: 1.5;
    padding-left: 20px;
    margin-top: 1rem;
    position: relative;
    border-left: 3px solid rgb(121,116,127);
    font-weight: 400;
}

.key-company-overview h2::before {
    content: "";
    clip-path: polygon(0% 0%, 90% 0%, 100% 50%, 90% 100%, 0% 100%);
    background: rgb(165,159,166);
    left: 50%;
    height: 5px;
    transform: translateX(-50%);
    bottom: 0;
    width: 60px;
    position: absolute;
}

.key-company-overview .key-digital-education {
    border-top: 4px solid transparent;
    padding: 40px;
    background: #ffffff;
    overflow: hidden;
    position: relative;
    border-radius: 14px;
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
}

.key-company-overview .key-digital-education:hover::before {
    transform: scale(1.5);
}

.key-company-overview .key-digital-education::after {
    bottom: 0;
    content: "";
    width: 100%;
    position: absolute;
    opacity: 0.1;
    height: 5px;
    background: linear-gradient(90deg, transparent, rgba(0, 0, 0, 0.5), transparent);
    left: 0;
}



.key-company-overview .container::before,
.key-company-overview .container::after {
    width: 2px;
    top: 0;
    position: absolute;
    content: "";
    z-index: -1;
    animation: scanline 3s linear infinite;
    bottom: 0;
    background: linear-gradient(to bottom, rgb(165,159,166,0.5), transparent);
}

.key-company-overview .container::before {
    animation-delay: 1s;
    left: 10%;
    height: 50%;
}

.key-academic-experience .key-review-testimonials {
    flex-direction: column;
    position: relative;
    background: transparent;
    padding: 0;
    display: flex;
    align-items: center;
    overflow: visible;
    border-radius: 28px;
}

.key-academic-experience .key-img-zoom::before {
    inset: -10px;
    content: "";
    opacity: 0.3;
    border-radius: 30px;
    position: absolute;
    transition: all 0.5s ease;
    z-index: -1;
    background: linear-gradient(
        135deg,
        rgb(165,159,166,0.5) 0%,
        transparent 50%,
        rgb(121,116,127,0.5) 100%
    );
    transform: rotate(5deg);
}

.key-academic-experience .key-review-testimonials span:not(.name) {
    opacity: 0.8;
    margin-bottom: 40px;
    color: rgb(121,116,127);
    transition: all 0.3s ease;
    font-size: 23px;
    letter-spacing: 3px;
    text-align: center;
    position: relative;
    text-transform: uppercase;
    font-weight: 600;
    z-index: 2;
}

.key-academic-experience .key-review-testimonials::before {
    position: absolute;
    top: -70px;
    left: 50%;
    transform: translateX(-50%) rotate(45deg);
    background: 
        linear-gradient(
            135deg,
            rgb(165,159,166,0.5) 0%,
            transparent 100%
        );
    width: 300px;
    content: "";
    animation: morphing 15s infinite alternate ease-in-out;
    z-index: 0;
    opacity: 0.1;
    border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
    height: 300px;
}


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



@media (min-width: 992px) {.key-course-program-info {
    padding: 10rem 0;
}.key-course-program-info .container {
    padding: 0 3rem;
}.key-course-program-info h2 {
    max-width: 65%;
    font-size: calc(35px * 1.2);
    margin-bottom: 4rem;
}.key-course-program-info .key-career-challenge {
    gap: 5rem;
}.key-course-program-info .key-img-zoom {
    height: 600px;
    transform: perspective(1200px) rotateY(-3deg) translateZ(0);
}.key-course-program-info .key-paragraph-holder {
    padding-right: 2rem;
}.key-course-program-info h2::after {
    width: 150px;
}.key-course-program-info .description {
    font-size: calc(15px * 1.05);
    line-height: 1.8;
}
}



@media (max-width: 479px) {header .key-header-base {
    padding: 0.7rem 1.2rem;
}header .key-top-teach {
    padding: 0.4rem 0.6rem;
    max-width: 120px;
}header .key-top-base a {
    height: 30px;
    padding: 0 0.6rem;
    font-size: calc(13px - 3px);
}}



@media screen and (max-width: 768px) {.key-join-now {
    padding: 90px 0;
}.key-join-now .key-study-program {
    padding: 60px 40px;
}.key-join-now h3 {
    margin-bottom: 50px;
    letter-spacing: 5px;
    font-size: calc(37px * 0.8);
}.key-join-now h3::before {
    width: 35px;
    bottom: -20px;
}.key-join-now h3::after {
    height: 5px;
    bottom: -22px;
    width: 5px;
}.key-join-now .key-send-info {
    font-size: calc(20px * 0.9);
    padding: 12px 40px;
    letter-spacing: 2px;
}
}



@media (min-width: 992px) {footer .key-top-mentor {
    margin-top: 0;
}footer .subscribe_holder {
    margin-top: 0;
}
}



@media (max-width: 576px) {footer .key-subscr-info {
    padding: 60px 0 20px;
}footer .key-contact-panel {
    transform: translateY(-20px);
    margin-bottom: 40px;
    padding: 15px;
}footer .text_main_holder::before {
    height: calc(100% + 60px);
    top: -30px;
}footer .key-top-teach {
    padding: 0 20px;
}footer .key-top-teach::after {
    right: 20px;
    left: 20px;
}footer .key-top-mentor h5, footer .subscribe_holder h5 {
    font-size: calc(21px - 2px);
}footer .key-head-pagewrap a {
    padding: 6px 0;
}footer .input_holder input[type="email"],
    footer .key-free-trial {
    padding: 12px 15px;
}}



@media (min-width: 992px) {.key-education-framework .container.key-study-program > div {
    padding: 4.5rem;
}.key-education-framework h3 {
    padding-left: 20px;
    margin-left: -20px;
}.key-education-framework p {
    font-size: calc(14px + 0.1rem);
    max-width: 80%;
    margin-left: 2rem;
    line-height: 1.9;
}.key-education-framework p span {
    padding-left: 1.5rem;
    border-left-width: 3px;
}.key-education-framework .container.key-study-program {
    transition: transform 0.6s cubic-bezier(0.23, 1, 0.32, 1), box-shadow 0.6s ease;
}.key-education-framework .container.key-study-program:hover {
    transform: translateY(-10px) rotateX(3deg);
    box-shadow: 0 30px 60px rgba(0, 0, 0, 0.1), 0 10px 25px rgba(0, 0, 0, 0.05);
}
}



@media (max-width: 768px) {.key-contact {
    padding: 60px 0;
}.key-contact h3 {
    margin-bottom: 40px;
    font-size: calc(37px - 4px);
}.key-contact .key-feedback-inquiry h3,
    .key-contact .key-connect-reach h4 {
    margin-bottom: 30px;
    font-size: calc(24px - 2px);
}.key-contact .key-feedback-inquiry input[type="text"],
    .key-contact .key-feedback-inquiry textarea {
    margin-bottom: 20px;
    padding: 15px 20px;
}.key-contact .key-feedback-inquiry textarea {
    height: 120px;
}.key-contact .key-feedback-inquiry .key-feedback-box {
    font-size: calc(19px - 1px);
    padding: 14px 30px;
}.key-contact .key-connect-reach .key-message-help li {
    padding-bottom: 15px;
    margin-bottom: 25px;
}.key-contact .key-connect-reach .key-message-help li svg {
    height: 22px;
    margin-right: 15px;
    width: 22px;
}
}


@media only screen and (max-width: 800px) {.key-cookie-view {
    display: none;
}.key-cookie-gate {
    justify-content: center;
    align-items: center;
    text-align: center;
    flex-direction: column;
}.key-cookie-popup-display h5, .key-cookie-popup-display p {
    text-align: center;
}.key-cookie-menu {
    margin-bottom: 20px;
}.key-track-edu {
    margin-top: 10px;
    margin-left: 0;
    max-width: 300px;
    width: 100%;
}}



@media (max-width: 992px) {.key-title-section .key-edu-begin {
    min-height: 500px;
}.key-title-section .key-knowledge-sessions {
    max-width: 700px;
    padding: 2rem;
    clip-path: polygon(0 0, 100% 0, 97% 100%, 3% 100%);
}.key-title-section .title_style_header {
    font-size: calc(48px * 1.1);
}.key-title-section h3 {
    font-size: 24px;
    max-width: 95%;
}
}



@media (max-width: 768px) {.key-company-overview {
    padding: 70px 0;
}.key-company-overview h2 {
    margin-bottom: 40px;
    font-size: calc(38px * 0.9);
}.key-company-overview .key-digital-education {
    padding: 25px;
}.key-company-overview .key-digital-education h3 {
    font-size: calc(19px * 0.9);
}
}



@media (max-width: 575px) {.key-academic-experience {
    padding: 50px 0;
}.key-academic-experience .key-img-zoom {
    border-radius: 15px;
    margin-bottom: 15px;
    width: 150px;
    height: 150px;
}.key-academic-experience .key-img-zoom::before {
    inset: -8px;
    border-radius: 22px;
}.key-academic-experience .key-img-zoom::after {
    inset: -15px;
    border-radius: 30px;
}.key-academic-experience .name {
    padding: 0 10px 10px;
    font-size: calc(47px * 0.7);
    margin-bottom: 8px;
}.key-academic-experience .name::after {
    width: 60px;
    height: 2px;
}.key-academic-experience .key-review-testimonials span:not(.name) {
    letter-spacing: 1px;
    font-size: calc(23px * 0.85);
    margin-bottom: 25px;
}.key-academic-experience .key-career-wrap {
    border-radius: 10px;
    font-size: calc(12px * 0.9);
    padding: 25px 20px;
    width: 100%;
}.key-academic-experience .key-career-wrap::before,
    .key-academic-experience .key-career-wrap::after {
    height: 20px;
    top: 15px;
    width: 20px;
    left: 15px;
}.key-academic-experience .key-career-wrap::after {
    right: 15px;
    bottom: 15px;
}.key-academic-experience .key-review-testimonials::before,
    .key-academic-experience .key-review-testimonials::after {
    width: 150px;
    height: 150px;
}.key-academic-experience .key-review-testimonials:hover span:not(.name) {
    letter-spacing: 2px;
}
}



@keyframes expandWidth {
  from {
    width: 0;
  }
  to {
    width: 80px;
  }
}

@keyframes scanline {
    0% {
        transform: translateY(-100%);
        opacity: 0;
    }
    50% {
        opacity: 0.5;
    }
    100% {
        transform: translateY(100%);
        opacity: 0;
    }
}

