* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}header,footer {
    width: 100%;
}.key_inner-container {
    flex-direction: column;
    height: 100%;
    display: flex;
    min-height: 100%;
}svg {
    width: 30px;
    height: 30px;
}a {
    text-decoration: none;
    color: inherit;
}.key_career_help {
    flex: 0 0 auto;
}html,body {
    height: 100%;
    min-height: 100%;
    scroll-behavior: auto;
    color: #000000;
    font-family: Arial, sans-serif;
}@keyframes shift_scrollbar { 0% { transform: translateX(0); } 50% { transform: translateX(5px); } 100% { transform: translateX(0); } }

::-webkit-scrollbar {
    padding: 1px;
    background: rgb(179,179,206,0.5);
    width: 0.5em;
}::-webkit-scrollbar-track {
    background: rgb(216,216,230);
    margin: 4px 0;
    border-radius: 6.3rem;
    box-shadow: inset 0px -1px 6px -1px rgba(0, 0, 0, 0.7);
}::-webkit-scrollbar-thumb {
    border: 2px double rgb(141,139,173);
    animation: shift_scrollbar 2.5s ease-out 2;
    background: radial-gradient(ellipse at top left, rgb(255, 255, 255, 0.5) 20%, rgb(141,139,173,0.5) 99%, rgb(179,179,206) 94%, rgb(179,179,206,0.5) 31%, rgb(216,216,230) 25%);
    border-radius: 9999px;
}::-webkit-scrollbar-thumb:hover {
    box-shadow: 0px -4px 0px 2px rgba(0, 0, 0, 0.7);
    transform: translateX(2px);
    background: #ffffff;
}::-webkit-scrollbar-thumb:active {
    background: rgb(179,179,206,0.5);
    box-shadow: inset -3px 3px 7px 5px rgba(0, 0, 0, 0.7);
}* {
    scrollbar-color: #ffffff rgb(216,216,230);
    scrollbar-width: auto;
}.container {
    margin: auto;
    width: 1201px;
    max-width: 100%;
}.key_nav_study {
    flex: 1 0 auto;
}
@media only screen and (max-width: 1200px)  {.container {
    width: 100%;
    padding: 0 20px;
}
}
@media only screen and (max-width: 800px)  {.container {
    padding: 0 12px;
}}
.key_career_help {
    color: #ffffff;
    z-index: 1;
    padding: 80px 0 40px;
    position: relative;
}.key_career_help::before {
    width: 100%;
    top: 0;
    left: 0;
    height: 100%;
    content: "";
    background: rgba(0, 0, 0, 0.5);
    backdrop-filter: blur(8px);
    position: absolute;
    z-index: -1;
}footer {
    position: relative;
}.key_career_help .container {
    gap: 40px;
    grid-template-columns: 1fr 1fr;
    position: relative;
    display: grid;
}.key_career_help .company_holder {
    padding-right: 40px;
    position: relative;
}.key_career_help .company_holder::after {
    height: 60%;
    right: 0;
    top: 20%;
    content: "";
    width: 1px;
    background: linear-gradient(to bottom, 
        transparent, 
        rgb(141,139,173,0.5), 
        transparent);
    position: absolute;
}.key_career_help .company_holder h3 {
    margin-bottom: 25px;
    position: relative;
    font-size: calc(36px * 0.9);
    font-weight: 700;
    display: inline-block;
}.key_career_help .company_holder h3::after {
    left: 0;
    bottom: -8px;
    position: absolute;
    border-radius: 10px;
    height: 3px;
    width: 40px;
    content: "";
    background: rgb(179,179,206);
}.key_career_help .key_idea_pool {
    line-height: 1.6;
    margin-bottom: 30px;
    opacity: 0.8;
    color: #ffffff;
    max-width: 90%;
    font-size: 14px;
}.key_career_help .key_privacy_cta {
    display: flex;
    justify-content: flex-end;
}.key_career_help .key_nav_header {
    display: flex;
    gap: 60px;
}.key_career_help .key_main_site {
    position: relative;
}.key_career_help .key_main_site h5 {
    margin-bottom: 25px;
    position: relative;
    font-size: 21px;
    font-weight: 600;
    padding-bottom: 12px;
}.key_career_help .key_main_site h5::after {
    background: rgb(179,179,206);
    content: "";
    height: 2px;
    bottom: 0;
    left: 0;
    border-radius: 10px;
    width: 30px;
    position: absolute;
}.key_career_help .key_main_site .key_nav_header {
    gap: 15px;
    flex-direction: column;
    display: flex;
}.key_career_help .key_main_site .key_nav_header a {
    text-decoration: none;
    color: #ffffff;
    opacity: 0.7;
    font-size: calc(14px * 0.95);
    padding-left: 0;
    transition: all 0.3s ease;
    position: relative;
}.key_career_help .key_main_site .key_nav_header a::before {
    height: 1px;
    transform: translateY(-50%);
    left: 0;
    position: absolute;
    content: "";
    background: rgb(179,179,206);
    transition: all 0.3s ease;
    top: 50%;
    opacity: 0;
    width: 0;
}.key_career_help .key_main_site .key_nav_header a:hover {
    color: rgb(179,179,206);
    opacity: 1;
    padding-left: 12px;
}.key_career_help .key_main_site .key_nav_header a:hover::before {
    width: 8px;
    opacity: 1;
}.key_campus_links {
    padding: 20px 0;
    backdrop-filter: blur(5px);
    background-color: rgba(0, 0, 0, 0.3);
}.key_campus_links .container {
    display: flex;
    justify-content: center;
    align-items: center;
}.key_campus_links .key_desktop_app {
    opacity: 0.6;
    text-align: center;
    color: #ffffff;
    font-size: 12px;
    letter-spacing: 0.5px;
}

@keyframes pulse {
    0%, 100% {
        transform: scale(1);
        opacity: 0.2;
    }
    50% {
        transform: scale(1.1);
        opacity: 0.3;
    }
}

@keyframes glow {
    0%, 100% {
        box-shadow: 0 0 5px rgb(179,179,206,0.5);
    }
    50% {
        box-shadow: 0 0 15px rgb(179,179,206);
    }
}

@media (max-width: 991px) {.key_career_help {
    padding: 60px 0 30px;
}.key_career_help .container {
    gap: 50px;
    grid-template-columns: 1fr;
}.key_career_help .company_holder {
    margin: 0 auto;
    text-align: center;
    max-width: 600px;
    padding-right: 0;
}.key_career_help .company_holder::after {
    display: none;
}.key_career_help .company_holder h3 {
    margin-right: auto;
    margin-left: auto;
}.key_career_help .company_holder h3::after {
    left: 50%;
    width: 60px;
    transform: translateX(-50%);
}.key_career_help .key_idea_pool {
    text-align: center;
    max-width: 100%;
}.key_career_help .key_privacy_cta {
    justify-content: center;
}
}

@media (max-width: 767px) {.key_career_help {
    padding: 50px 0 20px;
}.key_career_help .key_nav_header {
    flex-direction: column;
    width: 100%;
    gap: 40px;
}.key_career_help .key_main_site {
    text-align: center;
}.key_career_help .key_main_site h5 {
    text-align: center;
}.key_career_help .key_main_site h5::after {
    transform: translateX(-50%);
    left: 50%;
}.key_career_help .key_main_site .key_nav_header {
    align-items: center;
}.key_career_help .key_main_site .key_nav_header a {
    text-align: center;
}.key_career_help .key_main_site .key_nav_header a::before {
    display: none;
}.key_career_help .key_main_site .key_nav_header a:hover {
    padding-left: 0;
}
}

@media (max-width: 480px) {.key_career_help {
    padding: 40px 0 20px;
}.key_career_help .company_holder h3 {
    font-size: calc(36px * 0.8);
}.key_career_help .key_idea_pool {
    font-size: calc(14px * 0.9);
}.key_campus_links .key_desktop_app {
    font-size: calc(12px * 0.9);
}}

.key_career_help::before {
    background-image: radial-gradient(
        circle at 20% 80%, 
        #000000 0%, 
        rgba(0, 0, 0, 0.5) 70%
    );
}.key_career_help::after {
    box-shadow: 0 0 40px rgb(179,179,206,0.5);
}.key_career_help .container::before {
    width: 150px;
    filter: blur(30px);
    content: "";
    height: 150px;
    left: -75px;
    position: absolute;
    border-radius: 50%;
    bottom: -75px;
    animation: pulse 10s infinite alternate-reverse;
    background: radial-gradient(
        circle, 
        rgb(141,139,173,0.5), 
        transparent 70%
    );
}.key_career_help .key_main_site::before {
    border-radius: 50%;
    width: 5px;
    opacity: 0.7;
    content: "";
    height: 5px;
    background: rgb(179,179,206);
    top: 10px;
    left: -15px;
    position: absolute;
}.key_career_help .key_main_site:hover::before {
    animation: glow 2s infinite;
}.key_career_help .company_holder::before {
    height: 1px;
    position: absolute;
    left: 0;
    content: "";
    bottom: -20px;
    background: linear-gradient(90deg, 
        rgb(179,179,206,0.5), 
        transparent);
    width: 100px;
}

@media (max-width: 991px) {.key_career_help .company_holder::before {
    background: linear-gradient(90deg, 
            transparent, 
            rgb(179,179,206,0.5), 
            transparent);
    left: 50%;
    transform: translateX(-50%);
}}

.key_career_help .key_main_site .key_nav_header a::after {
    width: 0;
    background: rgb(179,179,206);
    height: 1px;
    bottom: -2px;
    position: absolute;
    content: "";
    left: 0;
    transition: width 0.3s ease;
}.key_career_help .key_main_site .key_nav_header a:hover::after {
    width: 100%;
}.key_career_help .key_main_site .key_nav_header a:nth-child(odd):hover {
    transform: translateX(2px);
}.key_career_help .key_main_site .key_nav_header a:nth-child(even):hover {
    transform: translateX(2px);
}

@media (min-width: 992px) {footer::after {
    top: 0;
    height: 1px;
    background: linear-gradient(90deg, 
            transparent, 
            rgb(141,139,173,0.5), 
            transparent);
    content: "";
    right: 0;
    position: absolute;
    left: 0;
}.key_career_help::before {
    background-blend-mode: overlay;
}}

.key_career_help .company_holder h3::before {
    position: absolute;
    top: 50%;
    width: 20px;
    content: "";
    background: rgb(179,179,206);
    height: 1px;
    opacity: 0.7;
    left: -30px;
}

@media (max-width: 991px) {.key_career_help .company_holder h3::before {
    display: none;
}}

.key_campus_links {
    position: relative;
    overflow: hidden;
}.key_campus_links::before {
    top: 0;
    left: 0;
    position: absolute;
    width: 100%;
    height: 1px;
    background: linear-gradient(90deg, 
        transparent, 
        rgb(141,139,173,0.5), 
        transparent);
    content: "";
}.key_campus_links::after {
    width: 30%;
    left: 35%;
    position: absolute;
    bottom: 0;
    opacity: 0.3;
    height: 1px;
    background: linear-gradient(90deg, 
        transparent, 
        rgb(141,139,173,0.5), 
        transparent);
    content: "";
}.key_campus_links .key_desktop_app {
    transition: all 0.3s ease;
    position: relative;
}.key_campus_links .key_desktop_app:hover {
    letter-spacing: 0.7px;
    opacity: 1;
}.key_our_team {
    padding: 120px 0;
    position: relative;
    overflow: hidden;
    isolation: isolate;
}.key_our_team:before {
    opacity: 0.92;
    background: linear-gradient(135deg, rgb(179,179,206,0.5), rgb(141,139,173,0.5));
    z-index: -1;
    height: 100%;
    top: 0;
    content: "";
    position: absolute;
    width: 100%;
    left: 0;
}.key_our_team:after {
    pointer-events: none;
    transform: rotate(-15deg);
    opacity: 0.05;
    height: 200%;
    z-index: -1;
    right: -20%;
    top: -50%;
    width: 80%;
    clip-path: polygon(25% 0%, 100% 0%, 75% 100%, 0% 100%);
    position: absolute;
    background: rgb(141,139,173);
    content: "";
}.key_our_team .container {
    z-index: 2;
    padding: 0 20px;
    perspective: 1000px;
    margin: 0 auto;
    position: relative;
    max-width: 1200px;
}.key_our_team .key_text_info_box {
    transform: rotateX(2deg) rotateY(-1deg);
    background: rgba(255, 255, 255, 0.95);
    transform-style: preserve-3d;
    box-shadow: 12px 12px 24px rgba(0, 0, 0, 0.1),
                -12px -12px 24px rgba(255, 255, 255, 0.6),
                inset 2px 2px 4px rgba(255, 255, 255, 0.7),
                inset -2px -2px 4px rgba(0, 0, 0, 0.05);
    padding: 40px;
    position: relative;
    transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
}.key_our_team .key_text_info_box:hover {
    transform: rotateX(0deg) rotateY(0deg) translateZ(10px);
    box-shadow: 15px 15px 30px rgba(0, 0, 0, 0.12),
                -15px -15px 30px rgba(255, 255, 255, 0.7),
                inset 2px 2px 4px rgba(255, 255, 255, 0.8),
                inset -2px -2px 4px rgba(0, 0, 0, 0.06);
}.key_our_team .key_text_info_box:before {
    background: linear-gradient(45deg, transparent 20%, rgb(141,139,173,0.5) 100%);
    opacity: 0.3;
    filter: blur(20px);
    z-index: -1;
    top: -10px;
    content: "";
    right: -10px;
    position: absolute;
    bottom: -10px;
    left: -10px;
    transition: opacity 0.4s ease-out;
}.key_our_team .key_text_info_box:hover:before {
    opacity: 0.5;
}.key_our_team .key_text_info_box > div:first-child {
    position: relative;
    margin-bottom: 20px;
}.key_our_team .key_text_info_box > div:first-child:before {
    transform: translateY(-50%);
    clip-path: polygon(0 0, 100% 20%, 100% 80%, 0 100%);
    height: 40px;
    background: rgb(179,179,206);
    left: -20px;
    width: 8px;
    position: absolute;
    top: 50%;
    content: "";
}.key_our_team h5 {
    text-transform: uppercase;
    display: inline-block;
    color: rgb(179,179,206);
    font-size: 18px;
    position: relative;
    margin: 0;
    padding-bottom: 8px;
    letter-spacing: 2px;
    font-weight: 700;
}.key_our_team h5:after {
    transform-origin: left center;
    background: rgb(141,139,173);
    content: "";
    height: 2px;
    transition: width 0.3s ease-out;
    width: 60%;
    position: absolute;
    left: 0;
    bottom: 0;
}.key_our_team .key_text_info_box:hover h5:after {
    width: 100%;
}.key_our_team .key_text_info_box > div:nth-child(2) {
    margin-bottom: 25px;
}.key_our_team .key_text_info_box > div:nth-child(2) p {
    margin: 0;
    position: relative;
    color: #000000;
    font-size: calc(13px * 1.3);
    display: inline-block;
    font-weight: 600;
}.key_our_team .key_text_info_box > div:nth-child(2) p b {
    color: transparent;
    -webkit-background-clip: text !important;
    position: relative;
    background: linear-gradient(135deg, rgb(179,179,206), rgb(141,139,173));
    background-clip: text !important;
}.key_our_team ol {
    padding: 0 0 0 2px;
    counter-reset: item;
    margin: 0;
    list-style-position: inside;
}.key_our_team ol li {
    counter-increment: item;
    text-align: justify;
    columns: 1;
    line-height: 1.7;
    color: #000000;
    position: relative;
    font-family: Arial, sans-serif;
    list-style: none;
    column-gap: 40px;
    font-size: 13px;
    margin-bottom: 10px;
}.key_our_team ol li:before {
    background: rgb(141,139,173);
    transform: rotate(45deg);
    box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.1),
                -2px -2px 4px rgba(255, 255, 255, 0.5);
    height: 6px;
    vertical-align: middle;
    margin-right: 12px;
    width: 6px;
    display: inline-block;
    content: "";
}.key_our_team .key_text_info_box:after {
    z-index: -1;
    content: "";
    mix-blend-mode: overlay;
    height: 180px;
    right: -15px;
    position: absolute;
    background: linear-gradient(135deg, rgb(179,179,206,0.5), rgb(141,139,173,0.5));
    width: 180px;
    opacity: 0.1;
    bottom: -15px;
    border-radius: 50%;
}

@media (min-width: 768px) {.key_our_team {
    padding: 150px 0;
}.key_our_team .key_text_info_box {
    padding: 60px;
}.key_our_team ol li {
    columns: 2;
}.key_our_team h5 {
    font-size: calc(18px * 1.2);
}.key_our_team .key_text_info_box > div:nth-child(2) p {
    font-size: calc(13px * 1.5);
}
}

@media (min-width: 992px) {.key_our_team .key_text_info_box {
    padding: 70px;
    margin: 0 60px;
}.key_our_team .key_text_info_box:before {
    bottom: -15px;
    left: -15px;
    right: -15px;
    top: -15px;
}.key_our_team ol li {
    font-size: calc(13px * 1.05);
    line-height: 1.8;
}.key_our_team .key_text_info_box > div:first-child:before {
    left: -30px;
    height: 50px;
}
}

@media (max-width: 767px) {.key_our_team {
    padding: 80px 0;
}.key_our_team .key_text_info_box {
    transform: none;
    padding: 30px;
}.key_our_team h5 {
    font-size: calc(18px * 0.9);
}.key_our_team .key_text_info_box > div:nth-child(2) p {
    font-size: calc(13px * 1.1);
}.key_our_team ol li {
    font-size: calc(13px * 0.95);
    line-height: 1.6;
}.key_our_team .key_text_info_box > div:first-child:before {
    left: -15px;
    height: 30px;
}}.key_reach_out {
    position: relative;
    background: linear-gradient(120deg, rgb(216,216,230) 0%, #1a1e2e 100%);
    overflow: hidden;
    padding: 90px 0;
}.key_reach_out::before {
    width: 100%;
    left: 0;
    position: absolute;
    top: 0;
    content: "";
    background: 
        radial-gradient(circle at 20% 50%, rgba(0, 0, 0, 0.4) 0%, transparent 40%),
        linear-gradient(0deg, transparent 80%, rgba(rgb(179,179,206), 0.05) 100%);
    z-index: 0;
    height: 100%;
}.key_reach_out::after {
    height: 100px;
    left: 0;
    width: 100%;
    content: "";
    background: 
        repeating-linear-gradient(90deg, rgba(255, 255, 255, 0.03) 0px, rgba(255, 255, 255, 0.03) 1px, transparent 1px, transparent 20px);
    z-index: 1;
    bottom: 0;
    position: absolute;
}.key_reach_out .container {
    padding: 0 20px;
    max-width: 1200px;
    position: relative;
    margin: 0 auto;
    z-index: 2;
}.key_reach_out h2 {
    text-align: center;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 35px;
    margin-bottom: 70px;
    position: relative;
    color: #ffffff;
    letter-spacing: 2px;
}.key_reach_out h2::before {
    position: absolute;
    height: 2px;
    width: 30px;
    background: rgb(179,179,206);
    bottom: -20px;
    left: calc(50% - 50px);
    content: "";
}.key_reach_out h2::after {
    left: calc(50% - 10px);
    bottom: -20px;
    width: 70px;
    position: absolute;
    height: 2px;
    background: rgb(179,179,206);
    content: "";
}.key_reach_out .key_feedback_card {
    display: grid;
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.3);
    background: rgba(0, 0, 0, 0.2);
    grid-template-columns: 6fr 4fr;
    border-radius: 30px;
    backdrop-filter: blur(10px);
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.05);
}.key_reach_out .key_snapshot {
    min-height: 100%;
    position: relative;
}.key_reach_out .key_snapshot::before {
    content: "";
    left: 0;
    position: absolute;
    background: linear-gradient(135deg, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.7));
    top: 0;
    height: 100%;
    width: 100%;
    z-index: 1;
}.key_reach_out .key_snapshot::after {
    content: "";
    background: 
        repeating-linear-gradient(45deg, transparent, transparent 10px, rgba(rgb(179,179,206), 0.1) 10px, rgba(rgb(179,179,206), 0.1) 11px);
    position: absolute;
    animation: scanLines 5s linear infinite;
    left: 0;
    width: 100%;
    top: 0;
    height: 100%;
    z-index: 2;
}@keyframes scanLines {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: 100px 100px;
    }
}

.key_reach_out .key_reach_inquiry {
    padding: 50px;
    position: relative;
}.key_reach_out .key_reach_inquiry::before {
    width: 100%;
    top: 0;
    background: radial-gradient(circle at 50% 30%, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.2));
    position: absolute;
    left: 0;
    content: "";
    height: 100%;
    z-index: -1;
}.key_reach_out #contact {
    display: flex;
    flex-direction: column;
    gap: 25px;
}.key_reach_out h3 {
    letter-spacing: 1px;
    font-size: 21px;
    position: relative;
    text-transform: uppercase;
    margin-bottom: 30px;
    display: inline-block;
    color: #ffffff;
    font-weight: 700;
}.key_reach_out h3::after {
    left: 0;
    width: 50px;
    position: absolute;
    content: "";
    height: 2px;
    bottom: -10px;
    background: rgb(179,179,206);
}.key_reach_out input[type="text"] {
    color: #ffffff;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 10px;
    background: rgba(0, 0, 0, 0.2);
    width: 100%;
    position: relative;
    padding: 16px 20px;
    font-size: 12px;
    transition: all 0.3s ease;
}.key_reach_out input[type="text"]:focus {
    outline: none;
    border-color: rgb(179,179,206);
    background: rgba(0, 0, 0, 0.3);
    box-shadow: 0 0 15px rgba(rgb(179,179,206), 0.2);
}.key_reach_out input[type="text"]::placeholder {
    color: rgba(255, 255, 255, 0.4);
}.key_reach_out .key_help_widget {
    margin-top: 5px;
    display: flex;
    align-items: flex-start;
    gap: 12px;
}.key_reach_out .key_help_widget input[type="checkbox"] {
    background: rgba(0, 0, 0, 0.2);
    position: relative;
    width: 24px;
    appearance: none;
    height: 24px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 3px;
    margin-top: 2px;
    cursor: pointer;
}.key_reach_out .key_help_widget input[type="checkbox"]:checked {
    background: rgb(179,179,206);
    border-color: rgb(179,179,206);
}.key_reach_out .key_help_widget input[type="checkbox"]:checked::after {
    border: solid #ffffff;
    left: 9px;
    position: absolute;
    border-width: 0 2px 2px 0;
    width: 6px;
    height: 10px;
    content: "";
    top: 6px;
    transform: rotate(45deg);
}.key_reach_out .key_help_widget label {
    line-height: 1.5;
    font-size: calc(12px - 2px);
    color: rgba(255, 255, 255, 0.7);
}.key_reach_out .key_help_widget a {
    text-decoration: none;
    transition: all 0.3s ease;
    color: rgb(179,179,206);
    position: relative;
}.key_reach_out .key_help_widget a:hover {
    color: #ffffff;
}.key_reach_out .key_help_widget a::after {
    height: 1px;
    background: rgb(179,179,206);
    bottom: -2px;
    transition: all 0.3s ease;
    width: 100%;
    left: 0;
    content: "";
    position: absolute;
}.key_reach_out .key_help_widget a:hover::after {
    background: #ffffff;
}.key_reach_out .key_inquiry_reach {
    cursor: pointer;
    background: rgb(179,179,206);
    margin-top: 10px;
    border: none;
    font-weight: 600;
    color: #ffffff;
    font-size: 18px;
    letter-spacing: 1px;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
    text-transform: uppercase;
    padding: 16px 35px;
    transition: all 0.3s ease;
    border-radius: 10px;
    position: relative;
    align-self: flex-start;
    overflow: hidden;
}.key_reach_out .key_inquiry_reach::before {
    position: absolute;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    transition: all 0.5s ease;
    width: 100%;
    height: 100%;
    top: 0;
    left: -100%;
    content: "";
}.key_reach_out .key_inquiry_reach:hover {
    background: rgb(141,139,173);
    transform: translateY(-3px);
}.key_reach_out .key_inquiry_reach:hover::before {
    left: 100%;
}.key_reach_out svg {
    width: 22px;
    filter: drop-shadow(0 0 5px rgba(rgb(179,179,206), 0.5));
    height: 22px;
    transition: all 0.3s ease;
    fill: rgb(179,179,206);
}.key_reach_out svg path {
    transition: all 0.3s ease;
    fill: rgb(179,179,206);
}.key_reach_out svg:hover {
    fill: #ffffff;
    transform: scale(1.1);
}.key_reach_out svg:hover path {
    fill: #ffffff;
}

@media (max-width: 992px) {.key_reach_out {
    padding: 70px 0;
}.key_reach_out .key_feedback_card {
    grid-template-columns: 1fr;
}.key_reach_out .key_snapshot {
    min-height: 300px;
}.key_reach_out .key_reach_inquiry {
    padding: 40px 30px 50px;
}
}

@media (max-width: 768px) {.key_reach_out {
    padding: 50px 0;
}.key_reach_out h2 {
    font-size: calc(35px - 4px);
    margin-bottom: 50px;
}.key_reach_out .key_snapshot {
    min-height: 250px;
}
}

@media (max-width: 576px) {.key_reach_out {
    padding: 40px 0;
}.key_reach_out .container {
    padding: 0 15px;
}.key_reach_out h2 {
    font-size: calc(35px - 6px);
    margin-bottom: 40px;
}.key_reach_out h2::before {
    width: 20px;
    left: calc(50% - 35px);
}.key_reach_out h2::after {
    width: 50px;
}.key_reach_out .key_reach_inquiry {
    padding: 30px 20px 40px;
}.key_reach_out #contact {
    gap: 20px;
}.key_reach_out .key_inquiry_reach {
    width: 100%;
}.key_reach_out .key_snapshot {
    min-height: 200px;
}}header {
    z-index: 100;
    padding: 1.2rem 0;
    position: relative;
    background: rgb(216,216,230);
}header::before {
    opacity: 0.5;
    height: 100%;
    position: absolute;
    background: linear-gradient(135deg, 
        rgb(179,179,206,0.5) 0%, 
        transparent 50%, 
        rgb(141,139,173,0.5) 100%);
    content: '';
    top: 0;
    width: 100%;
    left: 0;
}header .container {
    padding: 0 1.5rem;
    max-width: 1200px;
    z-index: 1;
    margin: 0 auto;
    position: relative;
}header .key_main_tutor {
    flex-direction: column;
    background: #ffffff;
    border-radius: 29px;
    align-items: center;
    display: flex;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
    gap: 1rem;
    padding: 1rem;
}header .key_main_top {
    display: flex;
    padding: 0.5rem 1rem;
    text-decoration: none;
    justify-content: center;
    margin-bottom: 0.5rem;
    position: relative;
}header .key_main_top::before {
    height: 1px;
    content: '';
    left: 0;
    width: 100%;
    position: absolute;
    background: linear-gradient(to right, 
        transparent, 
        rgb(179,179,206,0.5), 
        rgb(141,139,173,0.5), 
        rgb(179,179,206,0.5), 
        transparent);
    bottom: 0;
}header .key_main_top svg {
    transition: all 0.3s ease;
    height: auto;
    width: 160px;
}header .key_main_top:hover svg {
    transform: translateY(-2px);
    filter: drop-shadow(0 2px 4px rgb(179,179,206,0.5));
}header .key_main_site {
    width: 100%;
    gap: 0.4rem;
    padding: 0.6rem;
    justify-content: center;
    flex-wrap: wrap;
    background: rgb(216,216,230);
    display: flex;
    border-radius: 10px;
}header .key_main_header {
    transition: all 0.3s ease;
    text-decoration: none;
    padding: 0.5rem 1rem;
    border-radius: 10px;
    font-family: Arial, sans-serif;
    font-weight: 400;
    color: #000000;
    z-index: 1;
    font-size: 12px;
    overflow: hidden;
    position: relative;
}header .key_main_header::before {
    top: 0;
    z-index: -1;
    left: 0;
    background: linear-gradient(135deg, rgb(179,179,206), rgb(141,139,173));
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    opacity: 0;
    transition: opacity 0.3s ease;
}header .key_main_header:hover {
    color: #ffffff;
}header .key_main_header:hover::before {
    opacity: 1;
}header .key_main_header::after {
    height: 2px;
    transform-origin: left;
    transform: scaleX(0);
    position: absolute;
    transition: transform 0.3s ease;
    content: '';
    background: linear-gradient(to right, rgb(179,179,206), rgb(141,139,173));
    left: 0;
    bottom: 0;
    width: 100%;
}header .key_main_header:hover::after {
    transform: scaleX(1);
}

@media (max-width: 991px) {header {
    padding: 1rem 0;
}header .key_main_tutor {
    gap: 0.8rem;
    padding: 0.8rem;
}header .key_main_top svg {
    width: 140px;
}header .key_main_site {
    padding: 0.5rem;
}header .key_main_header {
    font-size: calc(12px - 1px);
    padding: 0.4rem 0.8rem;
}
}

@media (max-width: 767px) {header {
    padding: 0.8rem 0;
}header .key_main_tutor {
    padding: 0.7rem;
    gap: 0.7rem;
}header .key_main_top svg {
    width: 120px;
}header .key_main_site {
    padding: 0.4rem;
    gap: 0.3rem;
}header .key_main_header {
    font-size: calc(12px - 2px);
    padding: 0.3rem 0.7rem;
}
}

@media (max-width: 480px) {header {
    padding: 0.7rem 0;
}header .key_main_tutor {
    gap: 0.6rem;
    padding: 0.6rem;
}header .key_main_top svg {
    width: 110px;
}header .key_main_site {
    padding: 0.4rem;
    flex-wrap: nowrap;
    justify-content: flex-start;
    overflow-x: auto;
}header .key_main_site::-webkit-scrollbar {
    height: 2px;
}header .key_main_site::-webkit-scrollbar-thumb {
    background: rgb(179,179,206);
    border-radius: 10px;
}header .key_main_header {
    flex-shrink: 0;
    white-space: nowrap;
}}.key_privacy_redoubt {
    position: relative;
    font-family: Arial, sans-serif;
    overflow: hidden;
    background: linear-gradient(135deg, rgb(216,216,230) 0%, rgba(240, 245, 255, 0.95) 100%);
    color: #000000;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    padding: 5rem 2rem;
}.key_privacy_redoubt::before {
    top: 0;
    background: linear-gradient(90deg, rgb(179,179,206) 0%, rgb(141,139,173) 100%);
    height: 5px;
    content: "";
    z-index: 1;
    position: absolute;
    right: 0;
    left: 0;
}.key_privacy_redoubt::after {
    background: radial-gradient(circle, rgb(141,139,173,0.5) 0%, transparent 70%);
    top: -150px;
    content: "";
    mix-blend-mode: overlay;
    border-radius: 50%;
    width: 300px;
    right: -150px;
    position: absolute;
    z-index: 0;
    height: 300px;
}.key_privacy_redoubt .container {
    z-index: 2;
    max-width: 1140px;
    margin: 0 auto;
    position: relative;
}.key_privacy_redoubt h1 {
    color: rgb(179,179,206);
    transition: transform 0.3s ease;
    display: inline-block;
    font-size: calc(41px * 1.1);
    font-weight: 700;
    transform: translateZ(0);
    margin-bottom: 2rem;
    position: relative;
}.key_privacy_redoubt h1::after {
    transition: width 0.4s cubic-bezier(0.25, 1, 0.5, 1);
    transform-origin: left;
    height: 3px;
    background: rgb(141,139,173);
    position: absolute;
    left: 0;
    content: "";
    width: 60%;
    bottom: -10px;
}.key_privacy_redoubt h1:hover {
    transform: translateY(-2px);
}.key_privacy_redoubt h1:hover::after {
    width: 100%;
}.key_privacy_redoubt h2 {
    font-size: 34px;
    font-weight: 600;
    border-left: 4px solid rgb(141,139,173);
    color: #000000;
    margin: 2.5rem 0 1.5rem;
    padding-left: 15px;
}.key_privacy_redoubt h3 {
    font-weight: 600;
    font-size: calc(34px * 0.85);
    color: #000000;
    padding-left: 12px;
    margin: 2rem 0 1.25rem;
    border-left: 3px solid rgb(141,139,173,0.5);
}.key_privacy_redoubt h4 {
    font-weight: 600;
    font-size: calc(34px * 0.7);
    padding-left: 10px;
    margin: 1.75rem 0 1rem;
    color: #000000;
    border-left: 2px solid rgb(141,139,173,0.5);
}.key_privacy_redoubt p {
    position: relative;
    line-height: 1.8;
    transition: transform 0.3s ease;
    max-width: 90ch;
    margin-bottom: 1.5rem;
    font-size: 13px;
    color: #000000;
}.key_privacy_redoubt p:hover {
    transform: translateX(5px);
}.key_privacy_redoubt p strong {
    position: relative;
    color: #000000;
    font-weight: 600;
    display: inline-block;
}.key_privacy_redoubt p strong::after {
    width: 100%;
    transform: scaleX(0);
    left: 0;
    bottom: -2px;
    height: 1px;
    background: rgb(141,139,173);
    transition: transform 0.3s ease;
    content: "";
    position: absolute;
    transform-origin: left;
}.key_privacy_redoubt p:hover strong::after {
    transform: scaleX(1);
}.key_privacy_redoubt span {
    color: #000000;
    line-height: 1.7;
    margin-bottom: 1.5rem;
    font-size: calc(13px * 0.95);
    padding-left: 15px;
    font-style: italic;
    border-left: 1px solid rgb(141,139,173,0.5);
    display: block;
}.key_privacy_redoubt ul {
    padding-left: 1.5rem;
    list-style-type: none;
    margin: 1.5rem 0 2rem 1rem;
}.key_privacy_redoubt li {
    line-height: 1.7;
    position: relative;
    color: #000000;
    margin-bottom: 1rem;
    padding-left: 1.5rem;
    font-size: 13px;
}.key_privacy_redoubt li::before {
    transition: transform 0.3s ease, background-color 0.3s ease;
    transform: rotate(45deg);
    content: "";
    height: 8px;
    border-radius: 2px;
    left: 0;
    background: rgb(141,139,173);
    position: absolute;
    top: 0.75rem;
    width: 8px;
}.key_privacy_redoubt li:hover::before {
    background: rgb(179,179,206);
    transform: rotate(135deg);
}

@media (min-width: 768px) {.key_privacy_redoubt {
    padding: 7rem 3rem;
}.key_privacy_redoubt .container {
    padding: 0 2rem;
}.key_privacy_redoubt h1 {
    margin-bottom: 3rem;
    font-size: calc(41px * 1.2);
}.key_privacy_redoubt h2 {
    margin: 3.5rem 0 2rem;
    padding-left: 20px;
    font-size: calc(34px * 1.1);
}.key_privacy_redoubt h3 {
    padding-left: 16px;
    font-size: calc(34px * 0.9);
}.key_privacy_redoubt h4 {
    padding-left: 12px;
    font-size: calc(34px * 0.75);
}.key_privacy_redoubt p {
    line-height: 1.9;
    font-size: calc(13px * 1.05);
}.key_privacy_redoubt span {
    padding-left: 20px;
    font-size: 13px;
}.key_privacy_redoubt ul {
    margin-left: 2rem;
}.key_privacy_redoubt li {
    margin-bottom: 1.25rem;
    padding-left: 1.75rem;
}.key_privacy_redoubt li::before {
    height: 10px;
    width: 10px;
}
}

@media (min-width: 1200px) {.key_privacy_redoubt {
    padding: 8rem 0;
}.key_privacy_redoubt::after {
    top: -200px;
    right: -150px;
    height: 400px;
    width: 400px;
}.key_privacy_redoubt .container {
    background: rgba(255, 255, 255, 0.7);
    padding: 4rem;
    border-radius: 5px;
    backdrop-filter: blur(10px);
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.05);
    transform: perspective(1000px) rotateX(0.5deg);
    padding: 0;
    transition: transform 0.5s ease;
}.key_privacy_redoubt .container:hover {
    transform: perspective(1000px) rotateX(0deg);
}.key_privacy_redoubt h1 {
    font-size: calc(41px * 1.3);
    margin-bottom: 3.5rem;
}.key_privacy_redoubt h2 {
    font-size: calc(34px * 1.15);
    margin: 4rem 0 2.5rem;
}.key_privacy_redoubt p {
    margin-left: 1rem;
    max-width: 80ch;
}.key_privacy_redoubt ul {
    margin-left: 3rem;
}.key_privacy_redoubt li {
    transition: transform 0.3s ease;
}.key_privacy_redoubt li:hover {
    transform: translateX(10px);
}
}

@media (max-width: 767px) {.key_privacy_redoubt {
    padding: 4rem 1.5rem;
}.key_privacy_redoubt h1 {
    font-size: calc(41px * 0.9);
    margin-bottom: 1.5rem;
}.key_privacy_redoubt h2 {
    margin: 2rem 0 1rem;
    font-size: calc(34px * 0.95);
}.key_privacy_redoubt h3, .key_privacy_redoubt h4 {
    font-size: calc(34px * 0.65);
    margin: 1.5rem 0 0.75rem;
}.key_privacy_redoubt p, .key_privacy_redoubt span {
    line-height: 1.6;
    font-size: calc(13px * 0.95);
}.key_privacy_redoubt ul {
    margin-left: 0;
}.key_privacy_redoubt li {
    margin-bottom: 0.75rem;
    padding-left: 1.25rem;
}}.key_id_thankdiv {
    position: relative;
    align-items: center;
    overflow: hidden;
    display: flex;
    perspective: 1000px;
    padding: 5rem 0;
    min-height: 60vh;
    background: linear-gradient(135deg, rgb(141,139,173,0.5), rgb(179,179,206,0.5) 70%);
}.key_id_thankdiv::before {
    pointer-events: none;
    height: 100%;
    left: 0;
    background: repeating-linear-gradient(
        45deg,
        rgb(141,139,173,0.5) 0px,
        rgb(141,139,173,0.5) 2px,
        transparent 2px,
        transparent 8px
    );
    top: 0;
    z-index: 1;
    width: 100%;
    content: "";
    position: absolute;
    opacity: 0.07;
}.key_id_thankdiv::after {
    width: 80%;
    top: -50%;
    animation: shimmerEffect 15s infinite alternate ease-in-out;
    z-index: 0;
    background: radial-gradient(
        circle at center,
        rgb(179,179,206,0.5) 0%,
        transparent 70%
    );
    transform: rotate(35deg);
    position: absolute;
    height: 200%;
    content: "";
    right: -20%;
    opacity: 0.15;
}.key_id_thankdiv .container {
    width: 90%;
    margin: 0 auto;
    max-width: 1200px;
    z-index: 2;
    position: relative;
}.key_id_thankdiv .key_legacy_edu {
    backdrop-filter: blur(10px);
    background: linear-gradient(
        to right bottom,
        rgba(255, 255, 255, 0.9),
        rgba(255, 255, 255, 0.7)
    );
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    transform-style: preserve-3d;
    border-radius: 3px;
    box-shadow: 
        0 20px 50px rgba(0, 0, 0, 0.1),
        0 2px 5px rgba(0, 0, 0, 0.05),
        0 0 0 1px rgba(255, 255, 255, 0.2) inset;
    transform: rotateX(2deg) rotateY(1deg);
    padding: 3.5rem;
    position: relative;
}.key_id_thankdiv .key_legacy_edu:hover {
    transform: rotateX(0deg) rotateY(0deg);
}.key_id_thankdiv .key_legacy_edu::before {
    background: linear-gradient(
        45deg,
        rgb(141,139,173,0.5) 0%,
        transparent 30%,
        transparent 70%,
        rgb(179,179,206,0.5) 100%
    );
    pointer-events: none;
    content: "";
    z-index: -1;
    width: 100%;
    position: absolute;
    opacity: 0.05;
    top: 0;
    left: 0;
    transform: translateZ(-10px);
    height: 100%;
}.key_id_thankdiv .key_legacy_edu > div:first-child {
    position: relative;
    margin-bottom: 2rem;
    padding-bottom: 1.5rem;
}.key_id_thankdiv .key_legacy_edu > div:first-child::after {
    animation: lineExtend 1.2s cubic-bezier(0.25, 1, 0.5, 1) forwards;
    height: 3px;
    bottom: 0;
    left: 0;
    position: absolute;
    width: 40%;
    content: "";
    transform-origin: left center;
    background: linear-gradient(
        to right,
        rgb(141,139,173),
        rgb(179,179,206,0.5)
    );
}.key_id_thankdiv h5 {
    font-size: clamp(1.5rem, 2.5vw, 24px);
    opacity: 0;
    transform: translateY(15px);
    color: #000000;
    line-height: 1.4;
    animation: fadeInUp 0.8s cubic-bezier(0.19, 1, 0.22, 1) forwards 0.3s;
    font-weight: 700;
    margin: 0;
}.key_id_thankdiv p {
    max-width: 95%;
    opacity: 0;
    color: #000000;
    transform: translateY(20px);
    animation: fadeInUp 0.8s cubic-bezier(0.19, 1, 0.22, 1) forwards 0.6s;
    font-size: clamp(1rem, 1.2vw, 13px);
    line-height: 1.8;
    font-family: Arial, sans-serif;
    margin: 0;
}.key_id_thankdiv a {
    display: inline-block;
    transition: transform 0.3s ease;
    transform: scale(1);
    color: inherit;
    text-decoration: none;
    position: relative;
}.key_id_thankdiv a:hover {
    transform: scale(1.01);
}.key_id_thankdiv a::before {
    content: "";
    top: -15px;
    width: calc(100% + 30px);
    border-radius: 3px;
    pointer-events: none;
    border: 1px solid rgb(141,139,173,0.5);
    opacity: 0;
    height: calc(100% + 30px);
    transition: opacity 0.3s ease, transform 0.3s ease;
    left: -15px;
    position: absolute;
}.key_id_thankdiv a:hover::before {
    opacity: 0.5;
    transform: scale(1.02);
}.key_id_thankdiv a::after {
    position: absolute;
    bottom: -5px;
    background: linear-gradient(
        to right,
        rgb(141,139,173),
        rgb(179,179,206)
    );
    left: 0;
    height: 1px;
    content: "";
    transform: scaleX(0);
    transform-origin: right;
    width: 100%;
    transition: transform 0.4s cubic-bezier(0.23, 1, 0.32, 1);
}.key_id_thankdiv a:hover::after {
    transform: scaleX(1);
    transform-origin: left;
}

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

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

@keyframes shimmerEffect {
    0%, 100% {
        opacity: 0.15;
        transform: rotate(35deg) translateX(0);
    }
    50% {
        opacity: 0.25;
        transform: rotate(35deg) translateX(5%);
    }
}

@media (max-width: 991px) {.key_id_thankdiv {
    padding: 4rem 0;
}.key_id_thankdiv .key_legacy_edu {
    padding: 2.5rem;
    transform: rotateX(1deg) rotateY(0.5deg);
}.key_id_thankdiv h5 {
    line-height: 1.35;
}.key_id_thankdiv p {
    max-width: 100%;
}.key_id_thankdiv .key_legacy_edu > div:first-child::after {
    width: 60%;
}
}

@media (max-width: 767px) {.key_id_thankdiv {
    padding: 3rem 0;
    min-height: auto;
}.key_id_thankdiv .key_legacy_edu {
    padding: 2rem;
    transform: none;
}.key_id_thankdiv .key_legacy_edu > div:first-child {
    padding-bottom: 1.2rem;
    margin-bottom: 1.5rem;
}.key_id_thankdiv .key_legacy_edu > div:first-child::after {
    width: 80%;
}.key_id_thankdiv p {
    line-height: 1.6;
}.key_id_thankdiv::after {
    top: -30%;
    right: -50%;
    width: 100%;
}
}

@media (max-width: 480px) {.key_id_thankdiv {
    padding: 2.5rem 0;
}.key_id_thankdiv .key_legacy_edu {
    padding: 1.5rem;
}.key_id_thankdiv h5 {
    font-size: 1.3rem;
}.key_id_thankdiv p {
    font-size: 0.95rem;
}.key_id_thankdiv .key_legacy_edu > div:first-child {
    margin-bottom: 1.2rem;
    padding-bottom: 1rem;
}.key_id_thankdiv a::before {
    top: -10px;
    height: calc(100% + 20px);
    width: calc(100% + 20px);
    left: -10px;
}}.key_learning_profits {
    padding: 120px 0;
    overflow: hidden;
    position: relative;
    background: linear-gradient(135deg, rgb(216,216,230) 0%, #ffffff 75%);
}.key_learning_profits::before {
    filter: blur(80px);
    height: 70%;
    top: -10%;
    content: "";
    position: absolute;
    width: 40%;
    right: -5%;
    background: linear-gradient(45deg, rgb(179,179,206,0.5) 0%, rgb(141,139,173,0.5) 100%);
    transform: rotate(-15deg);
    z-index: 0;
    opacity: 0.4;
}.key_learning_profits::after {
    transform: rotate(10deg);
    left: -5%;
    height: 60%;
    background: linear-gradient(225deg, rgb(141,139,173,0.5) 0%, rgb(179,179,206,0.5) 100%);
    width: 30%;
    z-index: 0;
    bottom: -5%;
    content: "";
    position: absolute;
    filter: blur(60px);
    opacity: 0.3;
}.key_learning_profits .container {
    max-width: 1200px;
    position: relative;
    z-index: 1;
    padding: 0 20px;
    margin: 0 auto;
}.key_learning_profits .key_legacy_edu {
    flex-direction: column-reverse;
    position: relative;
    gap: 40px;
    display: flex;
}.key_learning_profits .key_text_info_box {
    transform: translateY(0);
    padding: 35px 40px;
    backdrop-filter: blur(10px);
    background: rgba(255, 255, 255, 0.92);
    border-left: 3px solid rgb(179,179,206);
    transition: transform 0.5s cubic-bezier(0.22, 1, 0.36, 1);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.08);
    flex: 1;
}.key_learning_profits .key_text_info_box:hover {
    transform: translateY(-5px);
}.key_learning_profits h4 {
    padding-bottom: 15px;
    font-size: calc(23px * 1.1);
    line-height: 1.4;
    margin-bottom: 30px;
    font-weight: 700;
    color: #000000;
    position: relative;
}.key_learning_profits h4::after {
    left: 0;
    bottom: 0;
    content: "";
    width: 80px;
    background: linear-gradient(90deg, rgb(179,179,206) 0%, rgb(141,139,173) 100%);
    height: 3px;
    position: absolute;
}.key_learning_profits .key_text_info_box > div {
    flex-direction: column;
    display: flex;
    gap: 20px;
}.key_learning_profits ul {
    padding: 0;
    margin: 0;
    list-style: none;
}.key_learning_profits li {
    margin-bottom: 15px;
    transition: transform 0.3s ease;
}.key_learning_profits li:hover {
    transform: translateX(5px);
}.key_learning_profits li p {
    line-height: 1.6;
    color: #000000;
    font-size: 18px;
    gap: 15px;
    display: flex;
    margin: 0;
    align-items: flex-start;
}.key_learning_profits li p span:first-child {
    display: flex;
    align-items: center;
    flex-shrink: 0;
    justify-content: center;
}.key_learning_profits li p span:last-child {
    padding-top: 3px;
}.key_learning_profits svg {
    width: 24px;
    transition: transform 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
    height: 24px;
}.key_learning_profits li:hover svg {
    transform: scale(1.2) rotate(5deg);
}.key_learning_profits svg path {
    fill: rgb(179,179,206);
    transition: fill 0.3s ease;
}.key_learning_profits li:hover svg path {
    fill: rgb(141,139,173);
}.key_learning_profits .key_snapshot {
    object-fit: cover;
    transform: perspective(1000px) rotateY(-3deg);
    width: 100%;
    box-shadow: 
        25px 25px 50px rgba(0, 0, 0, 0.07),
        -5px -5px 30px rgba(255, 255, 255, 0.8);
    transition: all 0.5s cubic-bezier(0.22, 1, 0.36, 1);
    height: auto;
    border-radius: 23px;
}.key_learning_profits .key_snapshot:hover {
    transform: perspective(1000px) rotateY(0deg);
    box-shadow: 
        15px 15px 30px rgba(0, 0, 0, 0.09),
        -2px -2px 15px rgba(255, 255, 255, 0.9);
}

@media (min-width: 768px) {.key_learning_profits .key_text_info_box > div {
    flex-direction: row;
    gap: 40px;
}.key_learning_profits .key_text_info_box > div > div {
    flex: 1;
}
}

@media (min-width: 992px) {.key_learning_profits {
    padding: 150px 0;
}.key_learning_profits .key_legacy_edu {
    flex-direction: row;
    gap: 60px;
    align-items: center;
}.key_learning_profits .key_text_info_box {
    flex: 1.2;
    padding: 45px 50px;
}.key_learning_profits .key_snapshot {
    max-height: 550px;
    flex: 0.8;
    transform: perspective(1000px) rotateY(-5deg);
}.key_learning_profits h4 {
    font-size: 31px;
    max-width: 90%;
}.key_learning_profits h4::after {
    width: 100px;
}
}

@media (min-width: 1200px) {.key_learning_profits .container {
    padding: 0 30px;
}.key_learning_profits .key_legacy_edu {
    gap: 80px;
}.key_learning_profits .key_text_info_box {
    padding: 50px 60px;
}.key_learning_profits h4 {
    margin-bottom: 40px;
}.key_learning_profits li p {
    gap: 20px;
}
}

@media (max-width: 767px) {.key_learning_profits {
    padding: 80px 0;
}.key_learning_profits .key_text_info_box {
    padding: 25px 30px;
}.key_learning_profits h4 {
    font-size: calc(23px * 1.05);
    margin-bottom: 25px;
}.key_learning_profits .key_snapshot {
    object-position: center;
    max-height: 300px;
}
}

@media (hover: none) {.key_learning_profits li:hover,
    .key_learning_profits .key_text_info_box:hover,
    .key_learning_profits .key_snapshot:hover {
    transform: none;
}.key_learning_profits li:hover svg {
    transform: none;
}}.key_plan_showcase {
    z-index: 1;
    position: relative;
    padding: 100px 0;
    overflow: hidden;
}.key_plan_showcase::before {
    width: 100%;
    background: linear-gradient(135deg, rgba(36, 48, 94, 0.95), rgba(26, 35, 72, 0.97));
    top: 0;
    height: 100%;
    content: "";
    z-index: -1;
    position: absolute;
    left: 0;
}.key_plan_showcase .container {
    position: relative;
    margin: 0 auto;
    max-width: 1200px;
    padding: 0 20px;
}.key_plan_showcase .key_pro_rates {
    flex-direction: column;
    display: flex;
    justify-content: center;
    position: relative;
    z-index: 2;
    align-items: center;
}.key_plan_showcase h2 {
    transform: translateY(0);
    letter-spacing: 0.5px;
    position: relative;
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    text-align: center;
    font-size: calc(33px * 1.1);
    font-weight: 700;
    margin-bottom: 20px;
    color: #ffffff;
}.key_plan_showcase h2::after {
    width: 80px;
    content: "";
    bottom: -12px;
    height: 3px;
    transform: translateX(-50%);
    position: absolute;
    border-radius: 1px;
    left: 50%;
    background: rgb(179,179,206);
}.key_plan_showcase .key_lesson_rates {
    letter-spacing: 0.2px;
    color: rgb(255, 255, 255, 0.5);
    font-weight: 400;
    margin: 0 auto 50px;
    text-align: center;
    line-height: 1.6;
    font-size: calc(14px * 1.05);
    max-width: 80%;
}.key_plan_showcase .key_value_pricing {
    gap: 30px;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    width: 100%;
    list-style: none;
    display: grid;
    padding: 0;
    margin: 0;
}.key_plan_showcase .key_value_pricing li {
    height: 100%;
    display: flex;
}.key_plan_showcase .key_plan_fees {
    width: 100%;
    flex-direction: column;
    height: 100%;
    transition: all 0.4s cubic-bezier(0.25, 1, 0.5, 1);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1), 
                0 2px 5px rgba(0, 0, 0, 0.05),
                0 1px 3px rgba(0, 0, 0, 0.03);
    border: 1px solid rgba(255, 255, 255, 0.1);
    position: relative;
    background: linear-gradient(145deg, rgba(255, 255, 255, 0.12), rgba(255, 255, 255, 0.05));
    display: flex;
    overflow: hidden;
    backdrop-filter: blur(10px);
    transform: translateY(0) scale(1);
    text-decoration: none;
}.key_plan_showcase .key_plan_fees::before {
    position: absolute;
    left: 0;
    top: 0;
    transform: translateY(-5px);
    transition: transform 0.4s cubic-bezier(0.25, 1, 0.5, 1);
    width: 100%;
    height: 5px;
    background: linear-gradient(90deg, rgb(179,179,206), rgb(141,139,173));
    content: "";
}.key_plan_showcase .key_plan_fees:hover {
    transform: translateY(-8px) scale(1.02);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.18), 
                0 5px 15px rgba(0, 0, 0, 0.08);
}.key_plan_showcase .key_plan_fees:hover::before {
    transform: translateY(0);
}.key_plan_showcase .key_cost_deals {
    height: 100%;
    display: flex;
    flex-direction: column;
    padding: 35px 30px;
    position: relative;
}.key_plan_showcase .key_cost_fee {
    height: 100%;
    flex-direction: column;
    display: flex;
}.key_plan_showcase .key_plan_fees h4 {
    transition: color 0.3s ease;
    padding-bottom: 15px;
    font-size: calc(21px * 1.1);
    position: relative;
    letter-spacing: 0.3px;
    margin: 0 0 20px;
    font-weight: 600;
    color: #ffffff;
}.key_plan_showcase .key_plan_fees:hover h4 {
    color: rgb(179,179,206);
}.key_plan_showcase .key_plan_fees h4::after {
    background-color: rgba(255, 255, 255, 0.2);
    height: 2px;
    transition: width 0.4s ease, background-color 0.4s ease;
    content: "";
    left: 0;
    position: absolute;
    bottom: 0;
    width: 40px;
}.key_plan_showcase .key_plan_fees:hover h4::after {
    background-color: rgb(179,179,206);
    width: 60px;
}.key_plan_showcase .key_plan_fees p {
    font-weight: 300;
    white-space: normal;
    margin: 0 0 30px;
    line-height: 1.7;
    hyphens: auto;
    font-size: 14px;
    word-break: normal;
    overflow-wrap: break-word;
    flex-grow: 1;
    color: rgba(255, 255, 255, 0.75);
}.key_plan_showcase .key_learning_rates {
    transition: transform 0.3s ease, color 0.3s ease;
    display: block;
    font-size: calc(21px * 1.15);
    color: rgb(179,179,206);
    position: relative;
    font-weight: 700;
    letter-spacing: 0.5px;
    margin-top: auto;
    padding: 15px 0 0;
}.key_plan_showcase .key_learning_rates::before {
    opacity: 0.6;
    height: 2px;
    transition: width 0.4s ease, opacity 0.3s ease;
    background-color: rgb(179,179,206);
    left: 0;
    content: "";
    width: 25px;
    position: absolute;
    top: 0;
}.key_plan_showcase .key_plan_fees:hover .key_learning_rates {
    transform: translateY(-3px);
    color: rgb(141,139,173);
}.key_plan_showcase .key_plan_fees:hover .key_learning_rates::before {
    opacity: 1;
    width: 40px;
}


@media (max-width: 1200px) {.key_plan_showcase {
    padding: 80px 0;
}.key_plan_showcase .key_lesson_rates {
    max-width: 90%;
}.key_plan_showcase .key_value_pricing {
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 25px;
}
}

@media (max-width: 992px) {.key_plan_showcase h2 {
    font-size: 33px;
}.key_plan_showcase .key_cost_deals {
    padding: 30px 25px;
}.key_plan_showcase .key_plan_fees h4 {
    font-size: 21px;
}
}

@media (max-width: 768px) {.key_plan_showcase {
    padding: 60px 0;
}.key_plan_showcase h2 {
    font-size: calc(33px * 0.9);
}.key_plan_showcase .key_lesson_rates {
    font-size: 14px;
    margin-bottom: 40px;
    max-width: 100%;
}.key_plan_showcase .key_value_pricing {
    grid-template-columns: 1fr;
    margin: 0 auto;
    max-width: 450px;
}.key_plan_showcase .key_plan_fees {
    max-height: none;
}.key_plan_showcase .key_plan_fees p {
    margin-bottom: 25px;
    font-size: calc(14px * 0.95);
}
}

@media (max-width: 480px) {.key_plan_showcase {
    padding: 50px 0;
}.key_plan_showcase h2 {
    font-size: calc(33px * 0.85);
}.key_plan_showcase .key_lesson_rates {
    font-size: calc(14px * 0.95);
}.key_plan_showcase .key_cost_deals {
    padding: 25px 20px;
}.key_plan_showcase .key_plan_fees h4 {
    font-size: calc(21px * 0.95);
    margin-bottom: 15px;
}.key_plan_showcase .key_learning_rates {
    font-size: 21px;
}}.key_cookie_message_overlay {
    z-index: 90;
    background: rgb(216,216,230);
    bottom: 0;
    padding: 20px 0;
    box-shadow: 0 -4px 10px rgba(0, 0, 0, 0.5);
    position: fixed;
    width: 100%;
    border-top: 3px solid rgb(179,179,206);
}.key_learn_prefs {
    flex-wrap: nowrap;
    margin: auto;
    align-items: center;
    padding: 0 20px;
    display: flex;
    max-width: 1200px;
    justify-content: space-between;
}#key_trackingPolicyBox {
    display: none;
}#key_trackingPolicyBox:checked ~ .key_cookie_message_overlay {
    visibility: hidden;
    opacity: 0;
}.key_cookie_message_overlay h5 {
    color: rgb(179,179,206);
    font-size: 18px;
    font-weight: 700;
    letter-spacing: 1px;
    margin-bottom: 6px;
    text-transform: uppercase;
}.key_cookie_message_overlay p {
    color: #000000;
    font-size: 18px;
    max-width: 500px;
}.key_cookies_tracking {
    flex-shrink: 0;
    margin-right: 20px;
}.key_cookies_tracking svg, .key_cookies_tracking svg path {
    height: 80px;
    width: 80px;
    fill: rgb(179,179,206);
}.key_learn_cookies {
    color: #ffffff;
    text-decoration: none;
    font-size: 19px;
    text-transform: uppercase;
    border-radius: 10px;
    padding: 12px 24px;
    flex-shrink: 0;
    transition: border 0.2s;
    margin-left: 10px;
    text-align: center;
    background: rgb(179,179,206);
    font-weight: 600;
    border: 2px solid transparent;
    min-width: 140px;
}.cookie_button.key_secure_cookies {
    background: rgb(179,179,206);
}.cookie_button.key_cookie_overlay {
    background: rgb(141,139,173);
}.key_learn_cookies:hover {
    border: 2px solid #ffffff;
}.key_cookie_message_overlay p a {
    color: rgb(179,179,206);
    font-weight: 700;
    text-decoration: underline;
}
@media only screen and (max-width: 1200px) {.key_learn_prefs {
    padding: 0 10px;
}
}
@media only screen and (max-width: 800px) {.key_cookies_tracking {
    display: none;
}.key_learn_prefs {
    align-items: center;
    flex-direction: column;
    text-align: center;
    justify-content: center;
}.key_cookie_message_overlay h5, .key_cookie_message_overlay p {
    text-align: center;
}.key_edu_track {
    margin-bottom: 20px;
}.key_learn_cookies {
    width: 100%;
    margin-top: 10px;
    max-width: 300px;
    margin-left: 0;
}}
.key_inner-container .key_cookie_message_overlay {
    padding: 30px 0;
    background: rgb(141,139,173);
    border: none;
}.key_inner-container .key_learn_cookies {
    margin-left: 0;
    font-size: 19px;
    border: none;
    border-radius: 10px;
    background: rgb(179,179,206);
    color: #ffffff;
    font-weight: 600;
}.key_inner-container .key_edu_track h5, .key_inner-container .key_edu_track p {
    color: #ffffff;
}.key_program_structure {
    overflow: hidden;
    padding: 8rem 2rem;
    background: linear-gradient(45deg, rgb(141,139,173,0.5) 0%, rgb(216,216,230) 50%, rgb(179,179,206,0.5) 100%);
    position: relative;
}.key_program_structure::before {
    content: "";
    position: absolute;
    background: 
        radial-gradient(ellipse at center, transparent 0%, transparent 65%, rgb(141,139,173,0.5) 100%);
    z-index: 1;
    left: -50%;
    top: -50%;
    height: 200%;
    width: 200%;
    animation: rotate 60s linear infinite;
}.key_program_structure::after {
    background: linear-gradient(
        rgb(141,139,173,0.5),
        transparent 20%,
        transparent 80%,
        rgb(179,179,206,0.5)
    );
    width: 100%;
    z-index: 2;
    top: 0;
    left: 0;
    content: "";
    position: absolute;
    height: 100%;
}.key_program_structure .container {
    max-width: 1400px;
    margin: 0 auto;
    z-index: 3;
    position: relative;
}.key_program_structure .key_training_plan {
    position: relative;
    display: flex;
    margin-bottom: 2rem;
    flex-direction: column;
}.key_program_structure .key_text_info_box {
    margin-right: auto;
    margin-bottom: 4rem;
    margin-left: auto;
    text-align: center;
    max-width: 800px;
}.key_program_structure h2 {
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #000000;
    font-size: 48px;
    position: relative;
    display: inline-block;
    margin-bottom: 3rem;
    font-weight: 700;
}.key_program_structure h2::before,
.key_program_structure h2::after {
    height: 3px;
    width: 150%;
    content: "";
    left: -25%;
    position: absolute;
    background: linear-gradient(to right, transparent, rgb(179,179,206), transparent);
}.key_program_structure h2::before {
    top: -15px;
}.key_program_structure h2::after {
    bottom: -15px;
}.key_program_structure .description {
    line-height: 1.8;
    transform: translateY(30px);
    color: #000000;
    animation: slideUp 0.8s forwards;
    opacity: 0;
    font-size: calc(12px * 1.1);
    position: relative;
    margin-bottom: 1.5rem;
    animation-delay: 0.2s;
}.key_program_structure .description:nth-of-type(2) {
    animation-delay: 0.5s;
}.key_program_structure .key_snapshot {
    overflow: hidden;
    transition: transform 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    position: relative;
    transform: scale(0.95);
    height: 500px;
    margin-top: 2rem;
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
    width: 100%;
    border-radius: 17px;
}.key_program_structure .key_snapshot::before {
    position: absolute;
    opacity: 0.7;
    content: "";
    left: 0;
    height: 100%;
    background: linear-gradient(
        to bottom,
        rgb(179,179,206,0.5) 0%,
        transparent 40%,
        transparent 60%,
        rgb(141,139,173,0.5) 100%
    );
    transition: opacity 0.5s ease;
    width: 100%;
    z-index: 1;
    top: 0;
}.key_program_structure .key_snapshot:hover {
    transform: scale(1);
}.key_program_structure .key_snapshot:hover::before {
    opacity: 0.4;
}

@keyframes rotate {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}

@keyframes slideUp {
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@media screen and (max-width: 992px) {.key_program_structure {
    padding: 5rem 1.5rem;
}.key_program_structure .key_text_info_box {
    margin-bottom: 3rem;
}.key_program_structure h2 {
    font-size: calc(48px * 0.85);
}.key_program_structure .key_snapshot {
    height: 400px;
}
}

@media screen and (max-width: 768px) {.key_program_structure {
    padding: 4rem 1rem;
}.key_program_structure .key_text_info_box {
    margin-bottom: 2rem;
}.key_program_structure h2 {
    font-size: calc(48px * 0.7);
}.key_program_structure h2::before,
    .key_program_structure h2::after {
    width: 120%;
    left: -10%;
}.key_program_structure .description {
    font-size: 12px;
}.key_program_structure .key_snapshot {
    height: 300px;
}}.key_welcome {
    display: flex;
    overflow: hidden;
    background: linear-gradient(135deg, rgb(216,216,230) 0%, rgb(141,139,173,0.5) 100%);
    padding: 4rem 1rem;
    align-items: center;
    justify-content: center;
    min-height: 100vh;
    position: relative;
}.key_welcome::before {
    content: "";
    z-index: 1;
    height: 100%;
    top: 0;
    position: absolute;
    opacity: 0.05;
    width: 100%;
    left: 0;
    background: repeating-linear-gradient(
    45deg,
    rgb(179,179,206,0.5) 0px,
    transparent 2px,
    transparent 10px,
    rgb(179,179,206,0.5) 12px
  );
}.key_welcome::after {
    height: 100%;
    background: radial-gradient(circle, rgb(141,139,173) 0%, transparent 70%);
    top: -50%;
    right: -50%;
    content: "";
    z-index: 0;
    opacity: 0.1;
    width: 100%;
    position: absolute;
}.key_welcome .key_edu_title {
    position: relative;
    max-width: 1200px;
    z-index: 2;
    width: 100%;
}.key_welcome .key_edu_title > div {
    gap: 2rem;
    grid-template-columns: 1fr;
    display: grid;
}.key_welcome .key_edu_title > div > div:first-child {
    background: linear-gradient(to right, #ffffff, rgb(255, 255, 255, 0.5));
    clip-path: polygon(0 0, 100% 0, 97% 100%, 3% 100%);
    padding: 2rem;
    transform: translateY(0);
    box-shadow: 0 15px 30px rgba(0,0,0,0.1);
    transition: transform 0.5s cubic-bezier(0.25, 1, 0.5, 1);
    position: relative;
}.key_welcome .key_edu_title > div > div:first-child:hover {
    transform: translateY(-10px);
}.key_welcome h3 {
    font-weight: 600;
    line-height: 1.5;
    color: #000000;
    font-size: calc(18px * 0.9);
    margin: 0;
    padding-left: 1rem;
    position: relative;
    transition: transform 0.5s ease;
    transform: perspective(1000px) rotateX(0deg);
}.key_welcome h3::before {
    position: absolute;
    background: linear-gradient(to bottom, rgb(179,179,206), rgb(141,139,173));
    width: 3px;
    content: "";
    left: 0;
    top: 0;
    height: 100%;
}.key_welcome .key_learn_academy {
    height: clamp(300px, 50vh, 600px);
    overflow: hidden;
    box-shadow: 0 20px 40px rgba(0,0,0,0.15);
    clip-path: polygon(0 0, 100% 5%, 100% 95%, 0% 100%);
    position: relative;
}.key_welcome .key_learn_academy::before {
    inset: 0;
    background: linear-gradient(
    135deg,
    rgba(0, 0, 0, 0.5) 0%,
    transparent 40%,
    transparent 60%,
    rgba(0, 0, 0, 0.5) 100%
  );
    content: "";
    z-index: 1;
    position: absolute;
}.key_welcome .key_learn_academy > div {
    justify-content: center;
    flex-direction: column;
    inset: 0;
    padding: clamp(1.5rem, 5vw, 3rem);
    position: absolute;
    z-index: 2;
    background: linear-gradient(to bottom, 
    rgba(0,0,0,0.2) 0%,
    rgba(0,0,0,0.6) 50%,
    rgba(0,0,0,0.8) 100%
  );
    display: flex;
}.key_welcome .key_learn_academy p {
    color: #ffffff;
    transform: translateX(0);
    font-weight: 400;
    margin-bottom: 1.5rem;
    max-width: 80%;
    font-size: calc(13px * 1.1);
    position: relative;
    opacity: 0.9;
    padding-left: 1rem;
    transition: transform 0.6s ease, opacity 0.6s ease;
}.key_welcome .key_learn_academy:hover p {
    transform: translateX(10px);
    opacity: 1;
}.key_welcome .key_learn_academy p::before {
    left: 0;
    width: 3px;
    content: "";
    position: absolute;
    transform: translateY(-50%);
    top: 50%;
    height: 70%;
    background: rgb(179,179,206);
}.key_welcome .title_style_header {
    max-width: 90%;
    color: #ffffff;
    transition: transform 0.5s cubic-bezier(0.34, 1.56, 0.64, 1);
    letter-spacing: -0.02em;
    line-height: 1.2;
    position: relative;
    margin: 0;
    font-weight: 700;
    font-size: clamp(36px, 5vw, 47px);
    transform: translateY(0);
}.key_welcome .key_learn_academy:hover .title_style_header {
    transform: translateY(-10px);
}.key_welcome .title_style_header::after {
    transition: width 0.5s ease;
    background: linear-gradient(to right, rgb(179,179,206), transparent);
    position: absolute;
    bottom: -15px;
    width: 60px;
    left: 0;
    height: 3px;
    content: "";
}.key_welcome .key_learn_academy:hover .title_style_header::after {
    width: 100px;
}

@media (min-width: 768px) {.key_welcome .key_edu_title > div {
    gap: 3rem;
    grid-template-columns: 0.4fr 0.6fr;
}.key_welcome h3 {
    font-size: 18px;
}.key_welcome .key_edu_title > div > div:first-child {
    display: flex;
    align-items: center;
    padding: 3rem;
    clip-path: polygon(0 0, 95% 0, 100% 100%, 5% 100%);
}.key_welcome .key_learn_academy {
    clip-path: polygon(5% 0, 100% 0, 95% 100%, 0% 100%);
}
}

@media (min-width: 992px) {.key_welcome .key_edu_title > div {
    grid-template-columns: 0.35fr 0.65fr;
}.key_welcome .key_edu_title > div > div:first-child {
    transform: translateY(-20px);
}.key_welcome .key_edu_title > div > div:first-child:hover {
    transform: translateY(-30px);
}.key_welcome h3 {
    font-size: calc(18px * 1.1);
}.key_welcome .key_learn_academy > div {
    padding: 4rem;
}.key_welcome .title_style_header {
    max-width: 80%;
}
}

@media (max-width: 767px) {.key_welcome {
    padding: 3rem 1rem;
}.key_welcome .key_edu_title > div > div:first-child {
    padding: 1.5rem;
    margin-bottom: 1rem;
}.key_welcome h3 {
    font-size: calc(21px * 1.1);
}.key_welcome .key_learn_academy {
    height: 300px;
}.key_welcome .key_learn_academy > div {
    padding: 1.5rem;
}.key_welcome .key_learn_academy p {
    margin-bottom: 1rem;
    max-width: 100%;
    font-size: 13px;
}.key_welcome .title_style_header {
    max-width: 100%;
    font-size: calc(36px * 0.9);
}}.key_client_comments {
    position: relative;
    background: linear-gradient(135deg, rgb(216,216,230) 0%, rgb(179,179,206,0.5) 100%);
    overflow: hidden;
    padding: 120px 0 80px;
}.key_client_comments::before {
    pointer-events: none;
    content: "";
    height: 100%;
    top: 0;
    opacity: 0.05;
    position: absolute;
    left: 0;
    width: 100%;
    background: repeating-linear-gradient(
        30deg,
        rgb(141,139,173,0.5) 0px,
        transparent 2px,
        transparent 10px,
        rgb(141,139,173,0.5) 12px
    );
}.key_client_comments::after {
    border-radius: 40% 60% 70% 30% / 40% 50% 50% 60%;
    top: -5%;
    position: absolute;
    background: rgb(179,179,206);
    height: 300px;
    opacity: 0.07;
    right: -5%;
    z-index: 0;
    content: "";
    width: 300px;
    animation: floating 15s infinite ease-in-out;
}.key_client_comments .container {
    position: relative;
    margin: 0 auto;
    z-index: 1;
    max-width: 1400px;
}.key_client_comments h2 {
    font-weight: 700;
    font-size: 35px;
    color: #000000;
    max-width: 80%;
    transform: translateX(5%);
    margin-bottom: 60px;
    text-align: left;
    position: relative;
}.key_client_comments h2::after {
    content: "";
    transform-origin: left center;
    width: 120px;
    height: 4px;
    animation: expandWidth 1s ease-out forwards;
    position: absolute;
    bottom: -15px;
    left: 0;
    background: linear-gradient(90deg, rgb(179,179,206) 0%, rgb(141,139,173) 100%);
}.key_client_comments .key_learner_feedback {
    position: relative;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    margin: 0;
    padding: 0;
    display: grid;
    gap: 30px;
    list-style: none;
}.key_client_comments .key_feedback_list {
    display: flex;
    position: relative;
    background: #ffffff;
    transform: translateY(30px);
    animation: fadeUpIn 0.6s forwards;
    overflow: hidden;
    padding: 30px 25px;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.07);
    justify-content: space-between;
    border-radius: 2px;
    animation-delay: calc(0.15s * var(--i, 0));
    transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275), 
                box-shadow 0.4s ease;
    flex-direction: column;
    opacity: 0;
}.key_client_comments .key_feedback_list:nth-child(odd) {
    transform: translateY(40px);
}.key_client_comments .key_feedback_list:nth-child(even) {
    transform: translateY(20px);
}.key_client_comments .key_feedback_list:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.12);
}.key_client_comments .key_feedback_list::before {
    opacity: 0.15;
    font-weight: 700;
    font-size: 150px;
    right: 20px;
    font-family: Georgia, serif;
    top: -20px;
    position: absolute;
    line-height: 1;
    color: rgb(141,139,173,0.5);
    z-index: 0;
    content: "";
}.key_client_comments .key_feedback_list::after {
    content: "";
    bottom: 0;
    height: 4px;
    transition: transform 0.4s ease-out;
    width: 100%;
    position: absolute;
    background: linear-gradient(90deg, rgb(179,179,206) 0%, rgb(141,139,173) 100%);
    left: 0;
    transform: scaleX(0);
    transform-origin: left;
}.key_client_comments .key_feedback_list:hover::after {
    transform: scaleX(1);
}.key_client_comments .key_feedback_list div {
    display: flex;
    margin-bottom: 20px;
    z-index: 2;
    align-items: center;
    position: relative;
}.key_client_comments .key_feedback_list img {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    border: 3px solid #ffffff;
    transition: transform 0.3s ease;
    height: 60px;
    width: 60px;
    object-fit: cover;
    margin-right: 15px;
    border-radius: 50%;
}.key_client_comments .key_feedback_list:hover img {
    transform: scale(1.1);
}.key_client_comments .key_feedback_list h4 {
    margin: 0;
    font-weight: 600;
    color: #000000;
    font-size: 18px;
    position: relative;
}.key_client_comments .key_feedback_list h4::after {
    transition: width 0.3s ease;
    background-color: rgb(141,139,173);
    bottom: -5px;
    height: 2px;
    left: 0;
    position: absolute;
    content: "";
    width: 30px;
}.key_client_comments .key_feedback_list:hover h4::after {
    width: 50px;
}.key_client_comments .key_feedback_list .description {
    line-height: 1.6;
    z-index: 2;
    color: #000000;
    font-size: calc(18px - 1px);
    font-style: italic;
    position: relative;
    margin: 0;
}.key_client_comments a {
    border-radius: 10px;
    padding: 14px 32px;
    margin-top: 50px;
    font-size: 17px;
    position: relative;
    background: linear-gradient(45deg, rgb(179,179,206) 0%, rgb(141,139,173) 100%);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
    text-decoration: none;
    z-index: 2;
    color: #ffffff;
    display: inline-block;
    font-weight: 600;
    overflow: hidden;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}.key_client_comments a:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.15);
}.key_client_comments a::before {
    left: -100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    transition: left 0.7s ease;
    content: "";
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
}.key_client_comments a:hover::before {
    left: 100%;
}

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

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

@keyframes floating {
    0%, 100% {
        transform: translate(0, 0) rotate(0deg);
    }
    25% {
        transform: translate(5%, 5%) rotate(5deg);
    }
    50% {
        transform: translate(2%, 10%) rotate(-5deg);
    }
    75% {
        transform: translate(-5%, 5%) rotate(2deg);
    }
}

@media (max-width: 1200px) {.key_client_comments {
    padding: 100px 0 60px;
}.key_client_comments h2 {
    margin-bottom: 50px;
    max-width: 90%;
    font-size: calc(35px - 4px);
}.key_client_comments .key_learner_feedback {
    gap: 25px;
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
}
}

@media (max-width: 992px) {.key_client_comments {
    padding: 80px 20px 50px;
}.key_client_comments h2 {
    text-align: center;
    transform: translateX(0);
    max-width: 100%;
}.key_client_comments h2::after {
    transform: translateX(-50%);
    left: 50%;
}.key_client_comments .key_learner_feedback {
    grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
    gap: 20px;
}.key_client_comments .key_feedback_list {
    padding: 25px 20px;
}
}

@media (max-width: 768px) {.key_client_comments {
    padding: 60px 15px 40px;
}.key_client_comments h2 {
    margin-bottom: 40px;
    font-size: calc(35px - 8px);
}.key_client_comments .key_learner_feedback {
    grid-template-columns: repeat(auto-fill, minmax(100%, 1fr));
    gap: 20px;
}.key_client_comments a {
    width: 100%;
    margin-top: 30px;
    display: block;
    text-align: center;
}
}

@media (max-width: 480px) {.key_client_comments {
    padding: 50px 10px 30px;
}.key_client_comments h2 {
    margin-bottom: 30px;
    font-size: calc(35px - 12px);
}.key_client_comments .key_feedback_list {
    padding: 20px 15px;
}.key_client_comments .key_feedback_list div {
    margin-bottom: 15px;
}.key_client_comments .key_feedback_list img {
    width: 50px;
    height: 50px;
}.key_client_comments a {
    padding: 12px 25px;
    font-size: calc(17px - 2px);
}}.key_help_center {
    isolation: isolate;
    overflow: hidden;
    position: relative;
    padding: 90px 0;
    background: rgb(216,216,230);
}.key_help_center::before {
    height: 100%;
    left: 0;
    animation: patternMove 30s linear infinite;
    top: 0;
    position: absolute;
    background: 
        linear-gradient(135deg, transparent 25%, rgb(179,179,206,0.5) 25%, rgb(179,179,206,0.5) 30%, transparent 30%),
        linear-gradient(225deg, transparent 25%, rgb(141,139,173,0.5) 25%, rgb(141,139,173,0.5) 30%, transparent 30%);
    background-size: 60px 60px;
    width: 100%;
    z-index: -2;
    content: '';
}.key_help_center::after {
    width: 100%;
    left: 0;
    top: 0;
    position: absolute;
    background: linear-gradient(45deg, rgb(179,179,206,0.5) 0%, transparent 50%, rgb(141,139,173,0.5) 100%);
    opacity: 0.4;
    height: 100%;
    z-index: -1;
    content: '';
}@keyframes patternMove {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: 120px 120px;
    }
}
.key_help_center .container {
    margin: 0 auto;
    max-width: 1300px;
    position: relative;
    padding: 0 20px;
}.key_help_center .container::after {
    left: 50%;
    position: absolute;
    width: 500px;
    height: 500px;
    opacity: 0.5;
    border-radius: 50%;
    transform: translate(-50%, -50%);
    animation: pulseEffect 10s infinite alternate;
    background: 
        linear-gradient(rgba(var(--primary-color, 0, 120, 200), 0.1) 0%, transparent 80%),
        radial-gradient(circle at center, rgba(var(--secondary-color, 100, 0, 150), 0.05) 0%, transparent 60%);
    filter: blur(50px);
    z-index: -1;
    content: '';
    top: 50%;
}@keyframes pulseEffect {
    0% {
        transform: translate(-50%, -50%) scale(0.9);
        opacity: 0.3;
    }
    100% {
        transform: translate(-50%, -50%) scale(1.1);
        opacity: 0.5;
    }
}
.key_help_center .key_contact_us {
    box-shadow: 
        0 20px 40px rgba(0, 0, 0, 0.12),
        0 0 0 1px rgba(0, 0, 0, 0.05);
    display: flex;
    flex-direction: column;
    position: relative;
    transition: transform 0.6s cubic-bezier(0.22, 1, 0.36, 1), box-shadow 0.6s cubic-bezier(0.22, 1, 0.36, 1);
    overflow: hidden;
    transform: translateY(0);
    border-radius: 0;
    background: #ffffff;
}.key_help_center .key_contact_us::before {
    left: 0;
    opacity: 1;
    z-index: 1;
    transition: height 0.5s ease;
    top: 0;
    position: absolute;
    content: '';
    background: linear-gradient(to bottom, rgb(179,179,206), rgb(141,139,173));
    width: 5px;
    height: 100%;
}.key_help_center .key_contact_us::after {
    border-color: transparent rgb(179,179,206) transparent transparent;
    border-style: solid;
    border-width: 0 50px 50px 0;
    position: absolute;
    top: 0;
    content: '';
    right: 0;
    z-index: 2;
    transition: transform 0.3s ease;
}.key_help_center .key_reach_us {
    color: #ffffff;
    background: rgba(0, 0, 0, 0.5);
    letter-spacing: 0.5px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    margin: 0;
    padding: 25px 35px;
    font-weight: 700;
    position: relative;
    align-items: center;
    font-size: 24px;
    display: flex;
}.key_help_center .key_reach_us svg {
    height: 24px;
    margin-right: 12px;
    width: 24px;
    filter: drop-shadow(0 2px 3px rgba(0, 0, 0, 0.2));
    fill: #ffffff;
}.key_help_center .key_reach_us span {
    z-index: 1;
    position: relative;
}.key_help_center .key_reach_us::before {
    opacity: 0.1;
    content: '';
    left: 0;
    background: 
        linear-gradient(45deg, transparent 49.9%, rgb(179,179,206,0.5) 50%, transparent 50.1%) 0 0/10px 10px,
        linear-gradient(-45deg, transparent 49.9%, rgb(179,179,206,0.5) 50%, transparent 50.1%) 0 0/10px 10px;
    top: 0;
    height: 100%;
    position: absolute;
    width: 100%;
    z-index: -1;
}.key_help_center .key_snapshot {
    height: 250px;
    width: 100%;
    overflow: hidden;
    position: relative;
}.key_help_center .key_snapshot::after {
    width: 100%;
    left: 0;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.5), transparent);
    height: 30%;
    z-index: 1;
    bottom: 0;
    position: absolute;
    content: '';
}.key_help_center .key_chat_form {
    background: #ffffff;
    padding: 35px;
    flex-grow: 1;
    position: relative;
}.key_help_center .key_chat_form::before {
    height: 100%;
    left: 0;
    content: '';
    background:
        repeating-linear-gradient(
            -45deg,
            transparent,
            transparent 5px,
            rgba(0, 0, 0, 0.02) 5px,
            rgba(0, 0, 0, 0.02) 10px
        );
    position: absolute;
    top: 0;
    z-index: -1;
    width: 100%;
}.key_help_center .key_chat_form p {
    padding-left: 30px;
    position: relative;
    border-left: 2px solid transparent;
    font-size: 12px;
    display: flex;
    margin: 0 0 18px;
    color: #000000;
    transition: all 0.3s ease;
    align-items: flex-start;
}.key_help_center .key_chat_form p:last-child {
    margin-bottom: 0;
}.key_help_center .key_chat_form p svg {
    width: 20px;
    transition: all 0.3s ease;
    top: 4px;
    height: 20px;
    position: absolute;
    fill: rgb(179,179,206);
    left: 0;
}.key_help_center .key_chat_form p span {
    position: relative;
    z-index: 1;
}.key_help_center .key_chat_form p b {
    font-weight: 700;
    color: rgb(179,179,206);
}.key_help_center .key_chat_form p a {
    color: rgb(179,179,206);
    transition: all 0.3s ease;
    position: relative;
    padding-bottom: 2px;
    text-decoration: none;
}.key_help_center .key_chat_form p a::after {
    width: 0;
    content: '';
    transition: width 0.3s ease;
    height: 1px;
    background: rgb(179,179,206);
    bottom: 0;
    position: absolute;
    left: 0;
}.key_help_center .key_chat_form p a:hover {
    color: rgb(141,139,173);
}.key_help_center .key_chat_form p a:hover::after {
    width: 100%;
}.key_help_center .key_get_contactus {
    padding-top: 35px;
    border-top: 1px solid rgba(0, 0, 0, 0.05);
    margin-top: 35px;
}.key_help_center .key_contact_map {
    font-size: 19px;
    position: relative;
    align-items: center;
    display: flex;
    padding-left: 30px;
    margin: 0 0 20px;
    color: #000000;
    font-weight: 600;
}.key_help_center .key_contact_map svg {
    top: 50%;
    width: 18px;
    fill: none;
    height: 18px;
    transform: translateY(-50%) rotate(45deg);
    transition: all 0.3s ease;
    stroke-width: 2;
    left: 0;
    stroke-linecap: round;
    stroke: rgb(179,179,206);
    stroke-linejoin: round;
    position: absolute;
}.key_help_center .key_contact_map:hover svg {
    transform: translateY(-50%) rotate(0deg);
    stroke: rgb(141,139,173);
}.key_help_center .key_assist_experts {
    grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
    display: grid;
    gap: 12px;
}.key_help_center .key_send_request {
    overflow: hidden;
    transition: all 0.3s ease;
    position: relative;
    font-size: calc(12px - 1px);
    background: rgb(216,216,230);
    border-left: 3px solid rgb(179,179,206);
    color: #000000;
    display: flex;
    align-items: center;
    padding: 14px 18px 14px 38px;
}.key_help_center .key_send_request svg {
    transform: translateY(-50%);
    position: absolute;
    left: 12px;
    height: 14px;
    stroke: rgb(179,179,206);
    transition: all 0.3s ease;
    stroke-width: 2;
    stroke-linejoin: round;
    stroke-linecap: round;
    opacity: 0.8;
    fill: none;
    top: 50%;
    width: 14px;
}.key_help_center .key_send_request:hover {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
    color: #000000;
    background: rgb(179,179,206,0.5);
    transform: translateY(-3px);
}.key_help_center .key_send_request:hover svg {
    stroke: #000000;
    opacity: 1;
    transform: translateY(-50%) rotate(15deg);
}.key_help_center .key_send_request::before {
    background-size: 10px 10px;
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    background: linear-gradient(45deg, transparent 49.5%, rgba(255, 255, 255, 0.5) 50%, transparent 50.5%);
    pointer-events: none;
    left: 0;
    z-index: 1;
    opacity: 0.05;
    top: 0;
}
@media screen and (min-width: 992px) {.key_help_center .key_contact_us {
    grid-template-rows: auto 1fr auto;
    grid-template-columns: 1fr 1fr;
    display: grid;
    grid-template-areas: 
            "header header"
            "photo information"
            "hours hours";
}.key_help_center .key_reach_us {
    grid-area: header;
}.key_help_center .key_reach_us svg {
    margin-right: 15px;
    height: 28px;
    width: 28px;
}.key_help_center .key_snapshot {
    grid-area: photo;
    height: 100%;
}.key_help_center .key_chat_form {
    grid-area: information;
}.key_help_center .key_chat_form p svg {
    width: 22px;
    height: 22px;
}.key_help_center .key_get_contactus {
    margin-top: 0;
    padding: 35px;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    grid-area: hours;
}.key_help_center .key_contact_map svg {
    height: 20px;
    width: 20px;
}.key_help_center .key_assist_experts {
    grid-template-columns: repeat(3, 1fr);
}.key_help_center .key_send_request svg {
    height: 16px;
    width: 16px;
}
}
@media screen and (min-width: 768px) and (max-width: 991px) {.key_help_center {
    padding: 70px 0;
}.key_help_center .key_reach_us {
    padding: 22px 30px;
}.key_help_center .key_reach_us svg {
    height: 22px;
    margin-right: 10px;
    width: 22px;
}.key_help_center .key_chat_form {
    padding: 30px;
}.key_help_center .key_chat_form p svg {
    height: 18px;
    width: 18px;
}.key_help_center .key_contact_map svg {
    height: 16px;
    width: 16px;
}.key_help_center .key_assist_experts {
    grid-template-columns: repeat(2, 1fr);
}
}
@media screen and (max-width: 767px) {.key_help_center {
    padding: 50px 0;
}.key_help_center .key_reach_us {
    padding: 20px 25px;
}.key_help_center .key_reach_us svg {
    margin-right: 8px;
    height: 20px;
    width: 20px;
}.key_help_center .key_chat_form {
    padding: 25px;
}.key_help_center .key_chat_form p {
    padding-left: 28px;
}.key_help_center .key_chat_form p svg {
    height: 16px;
    top: 3px;
    width: 16px;
}.key_help_center .key_get_contactus {
    padding-top: 25px;
    margin-top: 25px;
}.key_help_center .key_contact_map {
    padding-left: 26px;
}.key_help_center .key_contact_map svg {
    height: 14px;
    width: 14px;
}.key_help_center .key_assist_experts {
    grid-template-columns: 1fr;
}.key_help_center .key_send_request {
    padding: 12px 15px 12px 34px;
}.key_help_center .key_send_request svg {
    width: 12px;
    left: 10px;
    height: 12px;
}}.key_mentorship_profile {
    overflow: hidden;
    background: linear-gradient(
        125deg,
        rgb(216,216,230) 0%,
        rgb(216,216,230) 60%,
        rgb(179,179,206,0.5) 120%
    );
    position: relative;
    padding: 100px 0;
}.key_mentorship_profile::before {
    opacity: 0.03;
    width: 100%;
    height: 100%;
    content: "";
    position: absolute;
    background-size: 60px 60px;
    background-image: 
        linear-gradient(45deg, rgb(179,179,206,0.5) 25%, transparent 25%),
        linear-gradient(-45deg, rgb(179,179,206,0.5) 25%, transparent 25%),
        linear-gradient(45deg, transparent 75%, rgb(179,179,206,0.5) 75%),
        linear-gradient(-45deg, transparent 75%, rgb(179,179,206,0.5) 75%);
    background-position: 0 0, 0 30px, 30px -30px, -30px 0px;
    top: 0;
    left: 0;
}.key_mentorship_profile::after {
    background: 
        radial-gradient(
            ellipse at center,
            rgb(179,179,206,0.5) 0%,
            transparent 60%
        );
    animation: pulse-subtle 15s infinite alternate ease-in-out;
    left: -50%;
    opacity: 0.2;
    top: -50%;
    position: absolute;
    height: 200%;
    content: "";
    width: 200%;
}@keyframes pulse-subtle {
    0% {
        transform: scale(1);
        opacity: 0.15;
    }
    100% {
        transform: scale(1.05);
        opacity: 0.25;
    }
}

.key_mentorship_profile .container {
    z-index: 2;
    margin: 0 auto;
    position: relative;
    padding: 0 15px;
    max-width: 1200px;
}.key_mentorship_profile .key_feedback_list {
    position: relative;
    border-radius: 16px;
    display: flex;
    padding: 0;
    background: transparent;
    overflow: visible;
    align-items: center;
    flex-direction: column;
}.key_mentorship_profile .key_snapshot {
    height: 260px;
    width: 260px;
    transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    z-index: 3;
    box-shadow: 
        25px 25px 50px rgba(0, 0, 0, 0.12),
        -25px -25px 50px rgba(255, 255, 255, 0.7),
        inset 0 0 0 1px rgba(255, 255, 255, 0.1);
    border-radius: 20px;
    margin-bottom: 30px;
    position: relative;
    transform: rotate(-5deg);
}.key_mentorship_profile .key_snapshot::before {
    inset: -10px;
    z-index: -1;
    position: absolute;
    border-radius: 30px;
    content: "";
    opacity: 0.3;
    transform: rotate(5deg);
    background: linear-gradient(
        135deg,
        rgb(179,179,206,0.5) 0%,
        transparent 50%,
        rgb(141,139,173,0.5) 100%
    );
    transition: all 0.5s ease;
}.key_mentorship_profile .key_snapshot::after {
    position: absolute;
    z-index: -2;
    border-radius: 40px;
    transform: rotate(10deg);
    background: 
        repeating-linear-gradient(
            -45deg,
            transparent 0,
            transparent 10px,
            rgb(179,179,206,0.5) 10px,
            rgb(179,179,206,0.5) 11px
        );
    content: "";
    opacity: 0.05;
    transition: all 0.5s ease;
    inset: -20px;
}.key_mentorship_profile .name {
    color: #000000;
    background-clip: text !important;
    text-align: center;
    padding: 0 20px 15px;
    background: linear-gradient(
        to right,
        #000000 0%,
        rgb(179,179,206) 100%
    );
    margin-bottom: 15px;
    position: relative;
    -webkit-text-fill-color: transparent;
    text-fill-color: transparent;
    font-weight: 700;
    font-size: 42px;
    -webkit-background-clip: text !important;
    z-index: 2;
}.key_mentorship_profile .name::after {
    border-radius: 3px;
    transform: translateX(-50%);
    height: 3px;
    width: 80px;
    background: linear-gradient(
        to right,
        rgb(179,179,206) 0%,
        rgb(141,139,173) 100%
    );
    content: "";
    bottom: 0;
    position: absolute;
    left: 50%;
}.key_mentorship_profile .key_feedback_list span:not(.name) {
    font-weight: 600;
    text-align: center;
    font-size: 20px;
    letter-spacing: 3px;
    text-transform: uppercase;
    z-index: 2;
    margin-bottom: 40px;
    position: relative;
    color: rgb(141,139,173);
    opacity: 0.8;
    transition: all 0.3s ease;
}.key_mentorship_profile .key_job_block {
    max-width: 700px;
    font-size: 17px;
    background: #ffffff;
    line-height: 1.9;
    margin: 0;
    width: 80%;
    text-align: center;
    position: relative;
    padding: 40px 50px;
    color: #000000;
    box-shadow: 
        0 10px 30px rgba(0, 0, 0, 0.06),
        0 1px 1px rgba(0, 0, 0, 0.04);
    border-radius: 16px;
    z-index: 1;
}.key_mentorship_profile .key_job_block::before {
    border-radius: 0 0 10px 0;
    height: 35px;
    width: 35px;
    left: 25px;
    top: 25px;
    opacity: 0.2;
    content: "";
    background: 
        linear-gradient(45deg, rgb(179,179,206,0.5) 0%, transparent 100%);
    position: absolute;
}.key_mentorship_profile .key_job_block::after {
    background: 
        linear-gradient(225deg, rgb(141,139,173,0.5) 0%, transparent 100%);
    height: 35px;
    right: 25px;
    opacity: 0.2;
    position: absolute;
    width: 35px;
    content: "";
    bottom: 25px;
    border-radius: 0 0 0 10px;
}.key_mentorship_profile .key_feedback_list::before {
    z-index: 0;
    animation: morphing 15s infinite alternate ease-in-out;
    border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
    width: 300px;
    top: -70px;
    opacity: 0.1;
    position: absolute;
    left: 50%;
    transform: translateX(-50%) rotate(45deg);
    height: 300px;
    background: 
        linear-gradient(
            135deg,
            rgb(179,179,206,0.5) 0%,
            transparent 100%
        );
    content: "";
}@keyframes morphing {
    0% {
        border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
    }
    25% {
        border-radius: 70% 30% 50% 50% / 40% 60% 40% 60%;
    }
    50% {
        border-radius: 40% 60% 60% 40% / 60% 30% 70% 40%;
    }
    75% {
        border-radius: 60% 40% 30% 70% / 50% 50% 50% 50%;
    }
    100% {
        border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
    }
}

.key_mentorship_profile .key_feedback_list::after {
    position: absolute;
    opacity: 0.08;
    border-radius: 60% 40% 30% 70% / 50% 50% 50% 50%;
    z-index: 0;
    height: 350px;
    width: 350px;
    background: 
        linear-gradient(
            135deg,
            transparent 0%,
            rgb(141,139,173,0.5) 100%
        );
    left: 50%;
    animation: morphing 15s infinite alternate-reverse ease-in-out;
    transform: translateX(-50%) rotate(-45deg);
    content: "";
    top: -50px;
}.key_mentorship_profile .key_feedback_list:hover .key_snapshot {
    transform: rotate(0deg) translateY(-10px);
    box-shadow: 
        30px 30px 60px rgba(0, 0, 0, 0.15),
        -30px -30px 60px rgba(255, 255, 255, 0.8),
        inset 0 0 0 1px rgba(255, 255, 255, 0.2);
}.key_mentorship_profile .key_feedback_list:hover .key_snapshot::before {
    opacity: 0.5;
    transform: rotate(0deg);
}.key_mentorship_profile .key_feedback_list:hover .key_snapshot::after {
    transform: rotate(5deg);
}.key_mentorship_profile .key_feedback_list:hover span:not(.name) {
    opacity: 1;
    letter-spacing: 5px;
}

@media (max-width: 991px) {.key_mentorship_profile {
    padding: 80px 0;
}.key_mentorship_profile .key_snapshot {
    width: 220px;
    height: 220px;
    margin-bottom: 25px;
}.key_mentorship_profile .name {
    font-size: calc(42px * 0.9);
    margin-bottom: 12px;
}.key_mentorship_profile .key_job_block {
    width: 85%;
    padding: 35px 40px;
}.key_mentorship_profile .key_feedback_list::before,
    .key_mentorship_profile .key_feedback_list::after {
    width: 250px;
    height: 250px;
}
}

@media (max-width: 767px) {.key_mentorship_profile {
    padding: 60px 0;
}.key_mentorship_profile .key_snapshot {
    width: 180px;
    height: 180px;
    margin-bottom: 20px;
}.key_mentorship_profile .name {
    padding: 0 15px 12px;
    margin-bottom: 10px;
    font-size: calc(42px * 0.8);
}.key_mentorship_profile .key_feedback_list span:not(.name) {
    margin-bottom: 30px;
    letter-spacing: 2px;
    font-size: calc(20px * 0.9);
}.key_mentorship_profile .key_job_block {
    padding: 30px 35px;
    width: 90%;
    font-size: calc(17px * 0.95);
}.key_mentorship_profile .key_job_block::before,
    .key_mentorship_profile .key_job_block::after {
    width: 25px;
    height: 25px;
}.key_mentorship_profile .key_feedback_list::before,
    .key_mentorship_profile .key_feedback_list::after {
    width: 200px;
    height: 200px;
}.key_mentorship_profile .key_feedback_list:hover span:not(.name) {
    letter-spacing: 3px;
}
}

@media (max-width: 575px) {.key_mentorship_profile {
    padding: 50px 0;
}.key_mentorship_profile .key_snapshot {
    height: 150px;
    margin-bottom: 15px;
    width: 150px;
    border-radius: 15px;
}.key_mentorship_profile .key_snapshot::before {
    inset: -8px;
    border-radius: 22px;
}.key_mentorship_profile .key_snapshot::after {
    border-radius: 30px;
    inset: -15px;
}.key_mentorship_profile .name {
    font-size: calc(42px * 0.7);
    padding: 0 10px 10px;
    margin-bottom: 8px;
}.key_mentorship_profile .name::after {
    height: 2px;
    width: 60px;
}.key_mentorship_profile .key_feedback_list span:not(.name) {
    letter-spacing: 1px;
    font-size: calc(20px * 0.85);
    margin-bottom: 25px;
}.key_mentorship_profile .key_job_block {
    border-radius: 10px;
    padding: 25px 20px;
    font-size: calc(17px * 0.9);
    width: 100%;
}.key_mentorship_profile .key_job_block::before,
    .key_mentorship_profile .key_job_block::after {
    width: 20px;
    left: 15px;
    top: 15px;
    height: 20px;
}.key_mentorship_profile .key_job_block::after {
    bottom: 15px;
    right: 15px;
}.key_mentorship_profile .key_feedback_list::before,
    .key_mentorship_profile .key_feedback_list::after {
    width: 150px;
    height: 150px;
}.key_mentorship_profile .key_feedback_list:hover span:not(.name) {
    letter-spacing: 2px;
}
}