* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}::-webkit-scrollbar {
    background: linear-gradient(317deg, #ffffff 84%, rgb(128,130,130) 2%, rgb(128,130,130,0.5) 99%, rgb(172,173,172) 25%, rgb(172,173,172,0.5) 48%, rgb(204,203,186) 68%);
    width: 8px;
    padding: 4px;
}::-webkit-scrollbar-track {
    background: rgb(172,173,172,0.5);
    margin: 1px 0;
    border: 1px dashed rgb(255, 255, 255, 0.5);
}::-webkit-scrollbar-thumb {
    background: radial-gradient(circle at center, #ffffff 92%, rgb(255, 255, 255, 0.5) 21%, rgb(128,130,130) 73%, rgb(128,130,130,0.5) 10%, rgb(172,173,172) 9%, rgb(172,173,172,0.5) 21%, rgb(204,203,186) 84%);
}::-webkit-scrollbar-thumb:hover {
    background: radial-gradient(circle at bottom right, rgb(172,173,172) 24%, rgb(172,173,172,0.5) 5%);
}::-webkit-scrollbar-corner {
    background: rgb(128,130,130,0.5);
}* {
    scrollbar-width: auto;
    scrollbar-color: #ffffff rgb(255, 255, 255, 0.5);
}.key_grant_cta {
    flex: 0 0 auto;
}.key_wrapper-container {
    height: 100%;
    min-height: 100%;
    flex-direction: column;
    display: flex;
}svg {
    height: 30px;
    width: 30px;
}header,footer {
    width: 100%;
}html,body {
    min-height: 100%;
    height: 100%;
    color: #000000;
    font-family: Arial, sans-serif;
}a {
    text-decoration: none;
    color: inherit;
}.container {
    margin: auto;
    width: 1145px;
    max-width: 100%;
}.key_main_mainwrap {
    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_program_overview {
    background: linear-gradient(135deg, rgb(204,203,186) 0%, #ffffff 100%);
    position: relative;
    padding: 120px 0;
    overflow: hidden;
}.key_program_overview::before {
    z-index: 1;
    content: "";
    background: linear-gradient(45deg, rgb(172,173,172,0.5) 0%, transparent 70%);
    width: 100%;
    top: 0;
    position: absolute;
    pointer-events: none;
    left: 0;
    height: 100%;
}.key_program_overview::after {
    filter: blur(50px);
    width: 200px;
    top: -50px;
    height: 200px;
    transform: rotate(45deg);
    right: -50px;
    position: absolute;
    z-index: 0;
    content: "";
    background: rgb(128,130,130,0.5);
}.key_program_overview .container {
    position: relative;
    z-index: 2;
    margin: 0 auto;
    max-width: 1200px;
    padding: 0 20px;
}.key_program_overview h2 {
    transform: translateX(-10px);
    animation: slideInTitle 0.8s 0.2s forwards;
    margin-bottom: 50px;
    font-size: 37px;
    color: #000000;
    position: relative;
    font-weight: 700;
    opacity: 0;
}.key_program_overview h2::after {
    background: rgb(172,173,172);
    animation: expandUnderline 1s 0.6s forwards;
    bottom: -15px;
    left: 0;
    position: absolute;
    height: 4px;
    transform: scaleX(0);
    content: "";
    transform-origin: left;
    width: 80px;
}.key_program_overview .key_skill_path {
    gap: 40px;
    transform: translateY(30px);
    animation: fadeInUp 0.8s 0.4s forwards;
    display: flex;
    flex-direction: column;
    opacity: 0;
}.key_program_overview .key_main_image {
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.5);
    transform: perspective(1000px) rotateX(2deg) rotateY(-2deg);
    border-radius: 10px;
    position: relative;
    width: 100%;
    z-index: 3;
    transition: transform 0.6s ease-out, box-shadow 0.6s ease-out;
    height: 300px;
}.key_program_overview .key_main_image::before {
    background: linear-gradient(45deg, rgb(128,130,130,0.5), transparent);
    opacity: 0.5;
    z-index: 2;
    border-radius: 10px;
    content: "";
    transition: opacity 0.5s ease;
    inset: 0;
    position: absolute;
}.key_program_overview .key_main_image:hover {
    box-shadow: 0 30px 60px -15px rgba(0, 0, 0, 0.5);
    transform: perspective(1000px) rotateX(0deg) rotateY(0deg) scale(1.02);
}.key_program_overview .key_main_image:hover::before {
    opacity: 0.3;
}.key_program_overview .key_text_title {
    padding: 30px;
    z-index: 2;
    transform: translateY(0);
    position: relative;
    transition: transform 0.4s ease, box-shadow 0.4s ease;
    box-shadow: 0 10px 30px -10px rgba(0, 0, 0, 0.5);
    border-radius: 10px;
    background: #ffffff;
}.key_program_overview .key_text_title::before {
    top: 0;
    animation: expandVertical 1s 0.8s forwards;
    background: rgb(172,173,172);
    position: absolute;
    left: 0;
    height: 0;
    content: "";
    width: 4px;
}.key_program_overview .description {
    opacity: 0.95;
    color: #000000;
    line-height: 1.7;
    font-size: calc(15px - 1px);
    margin-bottom: 20px;
    transform: translateY(0);
    transition: transform 0.3s ease;
}.key_program_overview .description:last-child {
    margin-bottom: 0;
}.key_program_overview .description:nth-child(1) {
    animation: fadeInText 0.8s 0.6s forwards;
    opacity: 0;
}.key_program_overview .description:nth-child(2) {
    animation: fadeInText 0.8s 0.8s forwards;
    opacity: 0;
}

@keyframes slideInTitle {
    to {
        transform: translateX(0);
        opacity: 1;
    }
}

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

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

@keyframes fadeInText {
    to {
        opacity: 0.95;
    }
}

@keyframes expandVertical {
    to {
        height: 100%;
    }
}

@media (min-width: 768px) {.key_program_overview {
    padding: 150px 0;
}.key_program_overview h2 {
    font-size: calc(37px + 0.5rem);
    max-width: 80%;
    margin-bottom: 60px;
}.key_program_overview h2::after {
    width: 120px;
}.key_program_overview .key_skill_path {
    flex-direction: row;
    align-items: flex-start;
    gap: 60px;
}.key_program_overview .key_main_image {
    transform: perspective(1000px) rotateX(3deg) rotateY(-5deg);
    min-height: 500px;
    flex: 0 0 45%;
    height: auto;
}.key_program_overview .key_text_title {
    padding: 40px;
    flex: 1;
    transform: translateY(30px);
}.key_program_overview .description {
    font-size: 15px;
}
}

@media (min-width: 1024px) {.key_program_overview {
    padding: 180px 0;
}.key_program_overview h2 {
    max-width: 70%;
    font-size: calc(37px + 0.8rem);
}.key_program_overview .key_skill_path {
    gap: 80px;
}.key_program_overview .key_main_image {
    min-height: 600px;
    transform: perspective(1500px) rotateX(4deg) rotateY(-8deg);
}.key_program_overview .key_text_title {
    padding: 50px;
    transform: translateY(50px);
    max-height: 600px;
    overflow-y: auto;
    scrollbar-color: rgb(172,173,172) rgb(204,203,186);
    scrollbar-width: thin;
}.key_program_overview .key_text_title::-webkit-scrollbar {
    width: 6px;
}.key_program_overview .key_text_title::-webkit-scrollbar-track {
    background: rgb(204,203,186);
}.key_program_overview .key_text_title::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background-color: rgb(172,173,172);
}
}

@media (max-width: 767px) {.key_program_overview {
    padding: 80px 0;
}.key_program_overview h2 {
    margin-bottom: 40px;
    font-size: calc(37px - 0.2rem);
}.key_program_overview .key_main_image {
    height: 250px;
}.key_program_overview .key_text_title {
    padding: 25px 20px;
}.key_program_overview .description {
    font-size: calc(15px - 2px);
    line-height: 1.6;
}}.key_get_supportsMBvI {
    padding: 100px 0;
    position: relative;
    overflow: hidden;
    background: linear-gradient(180deg, rgb(204,203,186) 0%, rgba(rgb(172,173,172), 0.03) 100%);
}.key_get_supportsMBvI::before {
    z-index: 1;
    right: 0;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    background: 
    radial-gradient(circle at 20% 30%, rgba(rgb(128,130,130), 0.07) 0%, transparent 25%),
    radial-gradient(circle at 80% 70%, rgba(rgb(172,173,172), 0.07) 0%, transparent 25%);
    bottom: 0;
}.key_get_supportsMBvI::after {
    z-index: 2;
    content: "";
    background: 
    linear-gradient(45deg, transparent 49%, rgba(rgb(172,173,172), 0.03) 49%, rgba(rgb(172,173,172), 0.03) 51%, transparent 51%) 0 0 / 40px 40px,
    linear-gradient(-45deg, transparent 49%, rgba(rgb(128,130,130), 0.03) 49%, rgba(rgb(128,130,130), 0.03) 51%, transparent 51%) 0 0 / 40px 40px;
    left: 0;
    opacity: 0.6;
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
}.key_get_supportsMBvI .container {
    margin: 0 auto;
    z-index: 10;
    max-width: 1200px;
    padding: 0 20px;
    position: relative;
}.key_get_supportsMBvI .key_edu_tutor {
    grid-gap: 40px;
    grid-template-columns: repeat(12, 1fr);
    position: relative;
    overflow: hidden;
    box-shadow: 0 20px 60px rgba(#000000, 0.08);
    display: grid;
    background: #ffffff;
    padding: 0;
    border-radius: 16px;
}.key_get_supportsMBvI h3 {
    letter-spacing: 1px;
    font-weight: 700;
    font-size: 35px;
    color: #ffffff;
    background: rgb(172,173,172);
    text-transform: uppercase;
    position: relative;
    padding: 30px 40px;
    margin: 0;
    grid-column: 1 / -1;
}.key_get_supportsMBvI h3::after {
    position: absolute;
    bottom: 0;
    height: 6px;
    content: "";
    left: 0;
    width: 100%;
    background: linear-gradient(90deg, rgb(128,130,130), transparent);
}.key_get_supportsMBvI .key_support_now {
    margin: 0;
    padding: 0 40px;
    grid-column: 1 / -1;
    color: #000000;
    line-height: 1.6;
    padding-top: 40px;
    font-size: 13px;
}.key_get_supportsMBvI .key_send_feedback {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    grid-gap: 20px;
    grid-column: 1 / -1;
    padding: 0 40px 40px;
}.key_get_supportsMBvI .key_send_feedback span {
    padding: 25px 30px;
    border-left: 4px solid transparent;
    position: relative;
    display: flex;
    transition: all 0.3s ease;
    flex-direction: column;
    border-radius: 10px;
    background: rgba(rgb(204,203,186), 0.5);
}.key_get_supportsMBvI .key_send_feedback span:hover {
    background: rgba(rgb(172,173,172), 0.05);
    transform: translateX(5px);
}.key_get_supportsMBvI .key_send_feedback span p {
    position: relative;
    color: #000000;
    font-weight: 600;
    font-size: 13px;
}.key_get_supportsMBvI .key_send_feedback span p::before {
    content: "";
    height: 16px;
    width: 16px;
    background: rgb(172,173,172);
    left: 0;
    opacity: 0.2;
    border-radius: 4px;
    position: absolute;
    transform: translateY(-50%);
    top: 50%;
}.key_get_supportsMBvI .key_send_feedback span span {
    transform: none;
    margin: 0;
    background: transparent;
    font-weight: 400;
    display: inline-block;
    padding: 0;
    border: none;
}.key_get_supportsMBvI .key_send_feedback span span:hover {
    transform: none;
    background: transparent;
    border-left: none;
}.key_get_supportsMBvI .key_send_feedback span a {
    transition: all 0.3s ease;
    position: relative;
    text-decoration: none;
    font-weight: 600;
    color: rgb(172,173,172);
    display: inline-block;
}.key_get_supportsMBvI .key_send_feedback span a:hover {
    color: rgb(128,130,130);
}.key_get_supportsMBvI .key_send_feedback span a::after {
    left: 0;
    background: rgb(172,173,172);
    transition: all 0.3s ease;
    bottom: -2px;
    width: 100%;
    content: "";
    opacity: 0.5;
    position: absolute;
    height: 1px;
}.key_get_supportsMBvI .key_send_feedback span a:hover::after {
    opacity: 1;
    background: rgb(128,130,130);
    height: 2px;
}.key_get_supportsMBvI .key_get_connected {
    padding: 30px;
    background: rgba(rgb(172,173,172), 0.03);
    grid-column: 1 / -1;
    margin: 20px 40px 40px;
    border-radius: 10px;
}.key_get_supportsMBvI .key_get_connected h4 {
    margin: 0 0 20px 0;
    padding-bottom: 10px;
    font-size: 20px;
    color: rgb(172,173,172);
    border-bottom: 1px solid rgba(rgb(172,173,172), 0.1);
    position: relative;
    font-weight: 700;
}.key_get_supportsMBvI .key_get_connected h4::after {
    width: 100px;
    left: 0;
    height: 2px;
    background: rgb(172,173,172);
    bottom: -1px;
    position: absolute;
    content: "";
}.key_get_supportsMBvI .key_get_connected span {
    border-bottom: 1px dashed rgba(#000000, 0.1);
    transition: all 0.3s ease;
    transform: none;
    display: grid;
    background: transparent;
    align-items: center;
    color: #000000;
    grid-template-columns: 1fr auto;
    border-left: none;
    padding: 10px 0;
}.key_get_supportsMBvI .key_get_connected span:last-child {
    border-bottom: none;
}.key_get_supportsMBvI .key_get_connected span:hover {
    border-left: none;
    transform: none;
    background: rgba(rgb(172,173,172), 0.02);
    padding-left: 10px;
}@keyframes float {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-5px);
  }
}

@keyframes pulse {
  0%, 100% {
    opacity: 0.5;
  }
  50% {
    opacity: 0.8;
  }
}

.key_get_supportsMBvI .key_edu_tutor::before {
    z-index: 1;
    background: rgb(172,173,172);
    opacity: 0.05;
    width: 200px;
    right: -100px;
    content: "";
    border-radius: 50%;
    top: -100px;
    animation: float 8s ease-in-out infinite, pulse 6s ease-in-out infinite;
    position: absolute;
    height: 200px;
}.key_get_supportsMBvI .key_edu_tutor::after {
    bottom: -75px;
    left: -75px;
    border-radius: 50%;
    width: 150px;
    position: absolute;
    background: rgb(128,130,130);
    opacity: 0.05;
    height: 150px;
    animation: float 8s ease-in-out infinite reverse, pulse 6s ease-in-out infinite reverse;
    z-index: 1;
    content: "";
}

@media (max-width: 1024px) {.key_get_supportsMBvI {
    padding: 80px 0;
}.key_get_supportsMBvI .key_edu_tutor {
    grid-gap: 30px;
}.key_get_supportsMBvI h3 {
    padding: 25px 30px;
}.key_get_supportsMBvI .key_support_now {
    padding: 0 30px;
    padding-top: 30px;
}.key_get_supportsMBvI .key_send_feedback {
    padding: 0 30px 30px;
}.key_get_supportsMBvI .key_get_connected {
    margin: 10px 30px 30px;
}
}

@media (max-width: 768px) {.key_get_supportsMBvI {
    padding: 60px 0;
}.key_get_supportsMBvI h3 {
    padding: 20px 25px;
    font-size: calc(35px - 2px);
}.key_get_supportsMBvI .key_support_now {
    padding-top: 25px;
    padding: 0 25px;
}.key_get_supportsMBvI .key_send_feedback {
    grid-template-columns: 1fr;
    padding: 0 25px 25px;
}.key_get_supportsMBvI .key_get_connected {
    margin: 10px 25px 25px;
    padding: 20px;
}.key_get_supportsMBvI .key_get_connected span {
    padding: 8px 0;
}
}

@media (max-width: 576px) {.key_get_supportsMBvI {
    padding: 50px 0;
}.key_get_supportsMBvI h3 {
    font-size: calc(35px - 4px);
    padding: 15px 20px;
}.key_get_supportsMBvI .key_support_now {
    padding-top: 20px;
    font-size: calc(13px - 1px);
    padding: 0 20px;
}.key_get_supportsMBvI .key_send_feedback {
    padding: 0 20px 20px;
    grid-gap: 15px;
}.key_get_supportsMBvI .key_send_feedback span {
    padding: 20px;
}.key_get_supportsMBvI .key_get_connected {
    margin: 10px 20px 20px;
    padding: 15px;
}.key_get_supportsMBvI .key_get_connected h4 {
    margin-bottom: 15px;
    font-size: calc(20px - 2px);
    padding-bottom: 8px;
}.key_get_supportsMBvI .key_get_connected span {
    font-size: calc(13px - 1px);
    padding: 6px 0;
}}

.key_get_supportsMBvI .key_send_feedback span::after {
    opacity: 0;
    width: 0;
    height: 0;
    right: 0;
    border-width: 0 20px 20px 0;
    content: "";
    transition: all 0.3s ease;
    top: 0;
    position: absolute;
    border-style: solid;
    border-color: transparent rgba(rgb(172,173,172), 0.1) transparent transparent;
}.key_get_supportsMBvI .key_send_feedback span:hover::after {
    opacity: 1;
}.key_get_supportsMBvI .key_send_feedback span:nth-child(odd) {
    transition: all 0.5s ease;
    transform: translateY(0) rotate(0);
}.key_get_supportsMBvI .key_send_feedback span:nth-child(odd):hover {
    transform: translateX(5px) translateY(-3px) rotate(0.5deg);
}.key_get_supportsMBvI .key_send_feedback span:nth-child(even) {
    transform: translateY(0) rotate(0);
    transition: all 0.5s ease;
}.key_get_supportsMBvI .key_send_feedback span:nth-child(even):hover {
    transform: translateX(5px) translateY(3px) rotate(-0.5deg);
}.key_get_supportsMBvI .key_send_feedback span svg {
    opacity: 0.8;
    width: 20px;
    fill: rgb(172,173,172);
    height: 20px;
    top: 50%;
    transition: all 0.3s ease;
    transform: translateY(-50%);
    left: 0;
    position: absolute;
}.key_get_supportsMBvI .key_send_feedback span svg path {
    fill: rgb(172,173,172);
}.key_get_supportsMBvI .key_send_feedback span:hover svg {
    fill: rgb(128,130,130);
    transform: translateY(-50%) scale(1.1);
}.key_get_supportsMBvI .key_send_feedback span svg path {
    stroke: #000000;
    stroke-opacity: 0.2;
    transition: all 0.3s ease;
    stroke-width: 1;
}.key_get_supportsMBvI .key_send_feedback span:hover svg path {
    stroke-opacity: 0.5;
    stroke: rgb(128,130,130);
}.key_get_supportsMBvI .key_send_feedback span p svg {
    fill: rgb(172,173,172);
    width: 16px;
    left: 0;
    transform: translateY(-50%);
    top: 50%;
    position: absolute;
    height: 16px;
}.key_get_supportsMBvI .key_get_connected h4 svg {
    vertical-align: middle;
    fill: rgb(172,173,172);
    height: 18px;
    width: 18px;
    margin-right: 8px;
}

@media (max-width: 768px) {.key_get_supportsMBvI .key_send_feedback span svg {
    width: 18px;
    height: 18px;
}.key_get_supportsMBvI .key_send_feedback span p svg {
    width: 14px;
    height: 14px;
}.key_get_supportsMBvI .key_get_connected h4 svg {
    height: 16px;
    margin-right: 6px;
    width: 16px;
}
}

@media (max-width: 576px) {.key_get_supportsMBvI .key_send_feedback span svg {
    height: 16px;
    width: 16px;
}.key_get_supportsMBvI .key_send_feedback span p svg {
    width: 12px;
    height: 12px;
}.key_get_supportsMBvI .key_get_connected h4 svg {
    height: 14px;
    margin-right: 5px;
    width: 14px;
}}.key_company_info {
    color: #ffffff;
    overflow: hidden;
    position: relative;
    padding: 120px 0;
}.key_company_info::before {
    z-index: 1;
    right: 0;
    position: absolute;
    bottom: 0;
    background: linear-gradient(135deg, 
        rgba(0, 0, 0, 0.85) 0%,
        rgba(0, 0, 0, 0.75) 50%,
        rgba(0, 0, 0, 0.65) 100%);
    top: 0;
    content: "";
    left: 0;
}.key_company_info::after {
    width: 100%;
    top: -50%;
    position: absolute;
    transform: rotate(35deg);
    background: linear-gradient(45deg, 
        rgb(172,173,172,0.5) 0%,
        transparent 60%);
    right: -50%;
    pointer-events: none;
    height: 200%;
    z-index: 2;
    content: "";
}.key_company_info .container {
    position: relative;
    margin: 0 auto;
    z-index: 5;
    max-width: 1200px;
    padding: 0 20px;
}.key_company_info .key_text_title {
    position: relative;
    transform: translateX(0);
    gap: 25px;
    grid-template-columns: 1fr;
    display: grid;
    transition: transform 0.6s cubic-bezier(0.22, 1, 0.36, 1);
}.key_company_info .key_text_title > div:first-child {
    opacity: 0;
    animation: slideUp 0.6s cubic-bezier(0.22, 1, 0.36, 1) forwards 0.2s;
    padding-left: 20px;
    position: relative;
    transform: translateY(0);
}.key_company_info .key_text_title > div:first-child::before {
    transform: translateY(-50%);
    animation: growHeight 0.5s ease-out forwards 0.8s;
    position: absolute;
    background: rgb(128,130,130);
    width: 4px;
    top: 50%;
    content: "";
    left: 0;
    height: 0;
}.key_company_info .key_text_title > div:nth-child(2) {
    margin-top: -5px;
    animation: slideUp 0.6s cubic-bezier(0.22, 1, 0.36, 1) forwards 0.4s;
    transform: translateY(20px);
    position: relative;
    opacity: 0;
}.key_company_info h5 {
    margin: 0;
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 700;
    color: rgb(128,130,130);
    letter-spacing: 1px;
}.key_company_info p {
    font-weight: 600;
    font-size: calc(18px * 1.5);
    margin: 0 0 5px;
    color: #ffffff;
}.key_company_info p b {
    position: relative;
    display: inline-block;
}.key_company_info p b::after {
    animation: expandWidth 0.8s ease-out forwards 0.9s;
    bottom: -6px;
    left: 0;
    width: 0;
    content: "";
    position: absolute;
    background: rgb(128,130,130);
    height: 2px;
}.key_company_info ol {
    animation: slideUp 0.8s cubic-bezier(0.22, 1, 0.36, 1) forwards 0.6s;
    opacity: 0;
    transform: translateY(30px);
    margin: 0;
    padding: 0;
    counter-reset: item;
}.key_company_info ol li {
    background: linear-gradient(135deg, 
        rgba(255, 255, 255, 0.1) 0%,
        rgba(255, 255, 255, 0.05) 100%);
    border-left: 4px solid rgb(172,173,172);
    box-shadow: 0 15px 25px rgba(0, 0, 0, 0.2);
    backdrop-filter: blur(10px);
    line-height: 1.8;
    color: #ffffff;
    padding: 30px;
    margin-bottom: 20px;
    list-style-type: none;
    transition: transform 0.5s, box-shadow 0.5s;
    position: relative;
    transform: perspective(1000px) rotateX(0deg);
    border-radius: 0 10px 10px 0;
}.key_company_info ol li::before {
    top: 0;
    position: absolute;
    opacity: 0.2;
    background: linear-gradient(90deg, 
        rgb(172,173,172,0.5) 0%,
        transparent 20%);
    pointer-events: none;
    height: 100%;
    content: "";
    left: 0;
    width: 100%;
}.key_company_info ol li:hover {
    box-shadow: 0 20px 35px rgba(0, 0, 0, 0.3);
    transform: perspective(1000px) rotateX(2deg) translateY(-5px);
}

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

@keyframes expandWidth {
    from {
        width: 0;
    }
    to {
        width: 100%;
    }
}

@keyframes growHeight {
    from {
        height: 0;
    }
    to {
        height: 100%;
    }
}

@media (min-width: 768px) {.key_company_info {
    padding: 150px 0;
}.key_company_info .key_text_title {
    gap: 40px;
    grid-template-columns: 1fr;
}.key_company_info h5 {
    font-size: calc(18px * 1.2);
}.key_company_info p {
    font-size: calc(18px * 1.8);
}.key_company_info ol li {
    padding: 40px;
    font-size: calc(18px * 1.05);
}
}

@media (min-width: 992px) {.key_company_info {
    padding: 180px 0;
}.key_company_info::after {
    top: -30%;
    right: -30%;
}.key_company_info .key_text_title {
    gap: 50px;
    margin-left: 10%;
    grid-template-columns: 1fr;
    max-width: 80%;
}.key_company_info ol li {
    padding: 50px;
    line-height: 2;
}
}

@media (max-width: 767px) {.key_company_info {
    padding: 80px 0;
}.key_company_info .key_text_title {
    gap: 20px;
}.key_company_info h5 {
    font-size: calc(18px * 0.9);
}.key_company_info p {
    font-size: calc(18px * 1.3);
}.key_company_info ol li {
    font-size: 18px;
    line-height: 1.6;
    padding: 20px;
}}.key_privacy_recess {
    padding: 40px;
    height: 100%;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.5);
    overflow: hidden;
    background-color: #ffffff;
    transition: all 0.3s ease-in-out;
    width: 100%;
}.key_privacy_recess:hover {
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.5);
}.key_privacy_recess h1 {
    color: rgb(172,173,172);
    margin-bottom: 30px;
    font-size: 38px;
    border-bottom: 2px solid rgb(128,130,130);
    padding-bottom: 10px;
    margin-top: 40px;
    font-weight: 700;
}.key_privacy_recess h2 {
    font-size: 36px;
    margin-bottom: 20px;
    margin-top: 30px;
    padding-bottom: 8px;
    color: rgb(128,130,130);
    font-weight: 600;
    border-bottom: 1px solid rgb(128,130,130,0.5);
}.key_privacy_recess h3, .key_privacy_recess h4, .key_privacy_recess h5, .key_privacy_recess h6 {
    color: rgb(172,173,172,0.5);
    margin-top: 25px;
    font-weight: 400;
    margin-bottom: 15px;
    font-size: 20px;
}.key_privacy_recess ul, .key_privacy_recess ol {
    border-left: 3px solid rgb(172,173,172);
    margin: 20px 0;
    list-style-position: inside;
    padding: 20px 0;
    padding-left: 0;
}.key_privacy_recess li {
    margin-bottom: 15px;
    color: #000000;
    line-height: 1.6;
    font-size: 17px;
    padding-left: 10px;
}.key_privacy_recess section {
    margin-bottom: 20px;
    border-radius: 10px;
    background: rgb(204,203,186);
    padding: 20px;
}.key_privacy_recess p, .key_privacy_recess span, .key_privacy_recess div {
    font-family: Arial, sans-serif;
    font-size: 17px;
    line-height: 1.8;
    margin-bottom: 15px;
    color: #000000;
}.key_privacy_recess p {
    text-align: justify;
}.key_privacy_recess a {
    color: rgb(172,173,172);
    text-decoration: none;
    transition: color 0.3s ease-in-out;
    font-weight: 600;
}.key_privacy_recess a:hover {
    color: rgb(128,130,130);
    text-decoration: underline;
}

@media only screen and (max-width: 800px) {.key_privacy_recess {
    padding: 30px 15px;
}.key_privacy_recess h1 {
    font-size: calc(20px - 10px);
}.key_privacy_recess h2 {
    font-size: calc(20px - 5px);
}.key_privacy_recess ul, .key_privacy_recess ol {
    padding-left: 10px;
}.key_privacy_recess li {
    font-size: calc(17px - 2px);
}}footer {
    position: relative;
    z-index: 1;
}footer::before {
    right: 0;
    bottom: 0;
    top: 0;
    z-index: -2;
    content: "";
    opacity: 0.85;
    left: 0;
    background: linear-gradient(120deg, rgb(172,173,172) 0%, rgb(128,130,130) 100%);
    position: absolute;
}footer::after {
    right: 0;
    left: 0;
    bottom: 0;
    z-index: -1;
    top: 0;
    content: "";
    background-size: 20px 20px;
    background-image: 
        linear-gradient(to right, rgba(255,255,255,0.07) 1px, transparent 1px),
        linear-gradient(to bottom, rgba(255,255,255,0.07) 1px, transparent 1px);
    position: absolute;
}.key_grant_cta {
    color: #ffffff;
    padding: 4rem 0 2.5rem;
    position: relative;
}.key_grant_cta::before {
    width: 100%;
    background: #ffffff;
    top: 0;
    content: "";
    clip-path: polygon(
        0% 0%, 4% 100%, 8% 0%, 12% 100%, 16% 0%, 20% 100%, 
        24% 0%, 28% 100%, 32% 0%, 36% 100%, 40% 0%, 44% 100%, 
        48% 0%, 52% 100%, 56% 0%, 60% 100%, 64% 0%, 68% 100%, 
        72% 0%, 76% 100%, 80% 0%, 84% 100%, 88% 0%, 92% 100%, 
        96% 0%, 100% 100%
    );
    position: absolute;
    left: 0;
    height: 10px;
    opacity: 0.2;
}.key_grant_cta .container {
    position: relative;
    gap: 3rem;
    flex-wrap: wrap;
    display: flex;
    justify-content: space-between;
}.key_grant_cta .company_holder {
    padding: 2.5rem;
    flex: 1 1 400px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    clip-path: polygon(
        0% 0%, 100% 0%, 95% 100%, 5% 100%
    );
    position: relative;
    background: rgba(255, 255, 255, 0.1);
}.key_grant_cta .company_holder h3 {
    color: #ffffff;
    padding: 0.5rem 2rem;
    background: rgba(255, 255, 255, 0.15);
    font-weight: 700;
    font-size: 31px;
    clip-path: polygon(0% 0%, 100% 0%, 95% 100%, 5% 100%);
    margin: 0 0 1.5rem;
    display: inline-block;
    letter-spacing: 1px;
    text-transform: uppercase;
}.key_grant_cta .key_cert_block {
    font-size: 12px;
    background: rgba(0, 0, 0, 0.15);
    color: #ffffff;
    clip-path: polygon(3% 0%, 97% 0%, 100% 100%, 0% 100%);
    margin: 0 1rem;
    line-height: 1.6;
    padding: 1.5rem;
}.key_grant_cta .key_webinar_arch {
    min-width: 400px;
    flex: 1 1 calc(100% - 480px);
    display: flex;
    gap: 2rem;
    flex-direction: column;
}.key_grant_cta .key_site_core {
    display: flex;
    gap: 2.5rem;
    flex-wrap: wrap;
}.key_grant_cta .key_head_know {
    min-width: 200px;
    flex: 1 1 calc(50% - 1.25rem);
    position: relative;
}.key_grant_cta .key_head_know h5 {
    font-size: 19px;
    clip-path: polygon(0% 0%, 95% 0%, 100% 100%, 5% 100%);
    margin: 0 0 1.5rem;
    display: inline-block;
    color: #ffffff;
    position: relative;
    font-weight: 600;
    background: rgba(255, 255, 255, 0.15);
    padding: 0.5rem 1.5rem;
}.key_grant_cta .key_head_know .key_site_core {
    flex-direction: column;
    padding: 1.5rem;
    background: rgba(0, 0, 0, 0.15);
    display: flex;
    clip-path: polygon(2% 0%, 98% 0%, 100% 95%, 0% 100%);
    gap: 0.8rem;
}.key_grant_cta .key_head_know .key_site_core a {
    transition: all 0.3s ease;
    position: relative;
    color: #ffffff;
    display: block;
    clip-path: polygon(0% 0%, 97% 0%, 100% 100%, 3% 100%);
    padding: 0.6rem 1rem;
    background: rgba(255, 255, 255, 0.05);
    text-decoration: none;
    font-size: 12px;
}.key_grant_cta .key_head_know .key_site_core a:hover {
    background: rgba(255, 255, 255, 0.15);
    transform: translateX(5px);
}.key_grant_cta .key_head_know .key_site_core a::before {
    background: #ffffff;
    width: 3px;
    left: 0;
    content: "";
    top: 0;
    transition: all 0.3s ease;
    height: 100%;
    opacity: 0;
    position: absolute;
}.key_grant_cta .key_head_know .key_site_core a:hover::before {
    opacity: 0.7;
}.key_equity_pledge {
    padding: 2rem 0;
    position: relative;
    background: rgba(255, 255, 255, 0.1);
    margin-top: 3rem;
    clip-path: polygon(0% 20%, 2% 0%, 98% 0%, 100% 20%, 100% 100%, 0% 100%);
}.key_equity_pledge .container {
    display: flex;
    align-items: center;
    justify-content: center;
}.key_equity_pledge .key_footer_clients {
    position: relative;
    background: rgba(255, 255, 255, 0.05);
    font-size: 15px;
    text-align: center;
    padding: 0.7rem 2rem;
    color: #ffffff;
    clip-path: polygon(5% 0%, 95% 0%, 100% 100%, 0% 100%);
}

@keyframes hexagonPulse {
    0% {
        background-position: 0% 0%;
    }
    100% {
        background-position: 100% 100%;
    }
}

@media (max-width: 1200px) {.key_grant_cta .container {
    gap: 2rem;
}.key_grant_cta .company_holder {
    flex: 1 1 380px;
}.key_grant_cta .key_webinar_arch {
    flex: 1 1 calc(100% - 430px);
    min-width: 380px;
}
}

@media (max-width: 992px) {.key_grant_cta {
    padding: 3.5rem 0 2rem;
}.key_grant_cta .container {
    flex-direction: column;
    gap: 2.5rem;
}.key_grant_cta .company_holder,
    .key_grant_cta .key_webinar_arch {
    flex: 1 1 100%;
    min-width: 100%;
}.key_grant_cta .key_head_know {
    flex: 1 1 calc(50% - 1.25rem);
    min-width: 200px;
}
}

@media (max-width: 768px) {.key_grant_cta {
    padding: 3rem 0 1.5rem;
}.key_grant_cta .company_holder {
    padding: 2rem;
}.key_grant_cta .company_holder h3 {
    font-size: calc(31px - 2px);
}.key_grant_cta .key_site_core {
    gap: 1.5rem;
}.key_equity_pledge {
    margin-top: 2rem;
}
}

@media (max-width: 576px) {.key_grant_cta {
    padding: 2.5rem 0 1rem;
}.key_grant_cta .key_head_know {
    min-width: 100%;
    flex: 1 1 100%;
}.key_grant_cta .key_site_core {
    gap: 1rem;
}.key_equity_pledge {
    margin-top: 1.5rem;
    padding: 1.5rem 0;
    clip-path: polygon(0% 10%, 2% 0%, 98% 0%, 100% 10%, 100% 100%, 0% 100%);
}.key_grant_cta::before {
    height: 5px;
}
}

@media (max-width: 420px) {.key_grant_cta .company_holder {
    clip-path: polygon(0% 0%, 100% 0%, 97% 100%, 3% 100%);
    padding: 1.5rem;
}.key_grant_cta .company_holder h3 {
    padding: 0.4rem 1rem;
}.key_grant_cta .key_head_know h5 {
    padding: 0.4rem 1rem;
}.key_grant_cta .key_head_know .key_site_core {
    padding: 1rem;
}.key_grant_cta .key_head_know .key_site_core a:hover {
    transform: translateX(3px);
}.key_equity_pledge .key_footer_clients {
    padding: 0.6rem 1.5rem;
    width: 90%;
}}.key_offer_package {
    overflow: hidden;
    background: rgb(204,203,186);
    padding: 5rem 0;
    position: relative;
}.key_offer_package::before {
    position: absolute;
    z-index: 0;
    filter: blur(60px);
    background: linear-gradient(135deg, rgb(128,130,130,0.5), rgb(172,173,172,0.5));
    width: 300px;
    border-radius: 50%;
    top: -50px;
    right: -50px;
    height: 300px;
    content: "";
}.key_offer_package::after {
    width: 250px;
    border-radius: 50%;
    filter: blur(50px);
    z-index: 0;
    background: linear-gradient(225deg, rgb(172,173,172,0.5), rgb(128,130,130,0.5));
    content: "";
    left: -50px;
    height: 250px;
    position: absolute;
    bottom: -50px;
}.key_offer_package .container {
    position: relative;
    z-index: 1;
}.key_offer_package .key_study_costs {
    flex-direction: column-reverse;
    gap: 3rem;
    display: flex;
}.key_offer_package .key_fee_pricing {
    position: relative;
    max-width: 800px;
    text-align: center;
    padding: 0 1rem;
    margin: 0 auto;
}.key_offer_package .key_fee_pricing h2 {
    font-weight: 700;
    display: inline-block;
    color: #000000;
    position: relative;
    font-size: calc(31px * 1.1);
    margin-bottom: 1.5rem;
}.key_offer_package .key_fee_pricing h2::after {
    left: 50%;
    width: 80px;
    background: linear-gradient(90deg, rgb(172,173,172), rgb(128,130,130));
    transform: translateX(-50%);
    height: 3px;
    content: "";
    position: absolute;
    bottom: -10px;
}.key_offer_package .key_discount_grid {
    color: #000000;
    margin-bottom: 1rem;
    line-height: 1.6;
    font-size: 12px;
}.key_offer_package .key_price_schemes {
    perspective: 1000px;
    grid-template-columns: 1fr;
    display: grid;
    gap: 2rem;
}.key_offer_package .key_fee_deals {
    transform-style: preserve-3d;
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    position: relative;
    text-decoration: none;
    display: block;
}.key_offer_package .key_fee_deals:hover {
    transform: translateY(-10px);
}.key_offer_package .key_package_deals {
    flex-direction: column;
    position: relative;
    justify-content: space-between;
    display: flex;
    min-height: 430px;
    border-radius: 10px;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
    transition: all 0.4s ease;
    background: #ffffff;
    overflow: hidden;
    z-index: 1;
}.key_offer_package .key_fee_deals:hover .key_package_deals {
    box-shadow: 0 20px 45px rgba(0, 0, 0, 0.15);
}.key_offer_package .key_pricing_schemes {
    padding: 2rem;
    position: relative;
    flex: 1;
    z-index: 2;
}.key_offer_package .key_fee_deals h3 {
    color: #000000;
    margin-bottom: 1rem;
    font-size: calc(21px * 1.1);
    display: inline-block;
    position: relative;
    font-weight: 700;
}.key_offer_package .key_fee_deals h3::before {
    content: "";
    height: 2px;
    transition: width 0.3s ease;
    width: 40px;
    position: absolute;
    bottom: -5px;
    background: rgb(172,173,172);
    left: 0;
}.key_offer_package .key_fee_deals:hover h3::before {
    width: 100%;
}.key_offer_package .key_study_pricing {
    position: relative;
    color: rgb(128,130,130);
    font-size: calc(21px * 1.4);
    display: block;
    margin: 1.5rem 0;
    font-weight: 700;
}.key_offer_package .key_study_pricing::after {
    height: 20px;
    top: 50%;
    transform: translateY(-50%);
    border-radius: 3px;
    content: "";
    left: -10px;
    background: rgb(172,173,172);
    width: 3px;
    position: absolute;
}.key_offer_package .key_fee_deals p {
    margin-bottom: 1rem;
    hyphens: auto;
    color: #000000;
    line-height: 1.6;
    word-wrap: break-word;
    font-size: 12px;
    overflow-wrap: break-word;
}.key_offer_package .key_main_image {
    height: 180px;
    position: relative;
}.key_offer_package .key_main_image::before {
    z-index: 1;
    position: absolute;
    content: "";
    inset: 0;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.6), transparent);
}.key_offer_package .key_fee_deals:nth-child(1) .key_package_deals {
    border-top: 4px solid rgb(172,173,172);
}.key_offer_package .key_fee_deals:nth-child(2) .key_package_deals {
    border-top: 4px solid rgb(128,130,130);
}.key_offer_package .key_fee_deals:nth-child(3) .key_package_deals {
    border-top: 4px solid #6c5ce7;
}.key_offer_package .key_fee_deals:nth-child(4) .key_package_deals {
    border-top: 4px solid #00b894;
}

@media (min-width: 768px) {.key_offer_package .key_price_schemes {
    grid-template-columns: repeat(2, 1fr);
}.key_offer_package .key_package_deals {
    min-height: 480px;
}.key_offer_package .key_fee_pricing {
    padding: 0 2rem;
}.key_offer_package .key_fee_pricing h2 {
    font-size: calc(31px * 1.2);
}
}

@media (min-width: 992px) {.key_offer_package .key_study_costs {
    align-items: center;
    flex-direction: row;
    gap: 4rem;
}.key_offer_package .key_price_schemes {
    flex: 2;
    grid-template-columns: repeat(2, 1fr);
}.key_offer_package .key_fee_pricing {
    padding-right: 3rem;
    flex: 1;
    text-align: left;
}.key_offer_package .key_fee_pricing h2::after {
    transform: none;
    left: 0;
}.key_offer_package .key_package_deals {
    min-height: 500px;
}
}

@media (min-width: 1200px) {.key_offer_package .key_price_schemes {
    grid-template-columns: repeat(2, 1fr);
    gap: 2.5rem;
}.key_offer_package .key_fee_deals {
    transform: perspective(1000px) rotateY(0);
    transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
}.key_offer_package .key_fee_deals:hover {
    transform: perspective(1000px) translateY(-15px) rotateY(2deg);
}.key_offer_package .key_package_deals {
    backface-visibility: hidden;
    min-height: 520px;
    transform-style: preserve-3d;
}.key_offer_package .key_main_image {
    height: 200px;
}.key_offer_package .key_study_pricing {
    font-size: calc(21px * 1.6);
}.key_offer_package .key_fee_pricing h2 {
    font-size: calc(31px * 1.3);
}}.key_newsletter_subscription {
    background: rgb(204,203,186);
    position: relative;
    padding: 4rem 3rem;
    overflow: hidden;
}.key_newsletter_subscription::before {
    right: -100px;
    z-index: 1;
    height: 250px;
    width: 250px;
    opacity: 0.7;
    content: "";
    position: absolute;
    top: -100px;
    background: linear-gradient(135deg, rgb(172,173,172) 0%, rgb(172,173,172,0.5) 100%);
    animation: orbit 20s linear infinite;
    border-radius: 50%;
}.key_newsletter_subscription::after {
    opacity: 0.5;
    background: linear-gradient(45deg, rgb(128,130,130) 0%, rgb(128,130,130,0.5) 100%);
    width: 150px;
    position: absolute;
    content: "";
    border-radius: 50%;
    left: -50px;
    bottom: -50px;
    animation: pulse-circle 15s ease-in-out infinite alternate;
    height: 150px;
    z-index: 1;
}.key_newsletter_subscription .key_success_path {
    grid-template-columns: 1fr 1.5fr;
    align-items: center;
    grid-template-areas:
        "text form"
        "text form";
    z-index: 2;
    gap: 3rem;
    display: grid;
    position: relative;
}.key_newsletter_subscription .key_success_path::before {
    z-index: -1;
    transform: translate(-50%, -50%);
    height: 50px;
    top: 50%;
    width: 50px;
    border-radius: 50%;
    filter: blur(10px);
    position: absolute;
    left: 50%;
    content: "";
    opacity: 0.2;
    background: rgb(172,173,172,0.5);
}.key_newsletter_subscription p {
    position: relative;
    font-weight: 700;
    line-height: 1.6;
    grid-area: text;
    color: #000000;
    font-family: Arial, sans-serif;
    font-size: 19px;
    padding-left: 2rem;
}.key_newsletter_subscription p::before {
    position: absolute;
    content: "";
    top: 0;
    border-radius: 10px;
    width: 4px;
    height: 100%;
    background: linear-gradient(to bottom, rgb(172,173,172), rgb(128,130,130));
    left: 0;
}.key_newsletter_subscription .input_holder {
    display: flex;
    position: relative;
    grid-area: form;
    gap: 1rem;
    flex-direction: column;
}.key_newsletter_subscription .input_holder::before {
    position: absolute;
    content: "";
    width: 80px;
    opacity: 0.5;
    z-index: -1;
    height: 80px;
    border: 2px dashed rgb(172,173,172,0.5);
    top: -15px;
    animation: rotate 30s linear infinite;
    right: -15px;
    border-radius: 50%;
}.key_newsletter_subscription .input_holder::after {
    bottom: -20px;
    content: "";
    position: absolute;
    left: 30%;
    border-radius: 50%;
    border: 1px solid rgb(128,130,130,0.5);
    animation: float-circle 12s ease-in-out infinite alternate;
    height: 100px;
    width: 100px;
    opacity: 0.3;
    z-index: -1;
}.key_newsletter_subscription .key_sub_prize {
    color: #000000;
    transition: all 0.3s ease;
    padding: 1.3rem 1.5rem;
    font-size: 14px;
    background: #ffffff;
    border: 1px solid rgba(0, 0, 0, 0.05);
    border-radius: 26px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
    font-family: Arial, sans-serif;
}.key_newsletter_subscription .key_sub_prize:focus {
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
    outline: none;
    border-color: rgb(172,173,172,0.5);
}.key_newsletter_subscription .key_sub_prize::placeholder {
    opacity: 0.6;
    color: #000000;
}.key_newsletter_subscription .key_email_join {
    background: rgb(172,173,172);
    font-weight: 600;
    overflow: hidden;
    z-index: 1;
    padding: 1rem 2rem;
    border-radius: 26px;
    width: auto;
    min-width: 150px;
    position: relative;
    font-size: 15px;
    align-self: flex-end;
    cursor: pointer;
    font-family: Arial, sans-serif;
    border: none;
    color: #ffffff;
    transition: all 0.3s ease;
}.key_newsletter_subscription .key_email_join::before {
    opacity: 0;
    background: rgb(128,130,130);
    border-radius: 50%;
    position: absolute;
    height: 100%;
    z-index: -1;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(0);
    content: "";
    transition: transform 0.5s ease, opacity 0.3s ease;
    width: 100%;
}.key_newsletter_subscription .key_email_join:hover::before {
    opacity: 1;
    transform: translate(-50%, -50%) scale(1.5);
}

@keyframes orbit {
    0% {
        transform: rotate(0deg) translateX(30px) rotate(0deg);
    }
    100% {
        transform: rotate(360deg) translateX(30px) rotate(-360deg);
    }
}

@keyframes pulse-circle {
    0% {
        transform: scale(1);
        opacity: 0.3;
    }
    50% {
        transform: scale(1.1);
        opacity: 0.5;
    }
    100% {
        transform: scale(1);
        opacity: 0.3;
    }
}

@keyframes rotate {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

@keyframes float-circle {
    0% {
        transform: translateY(0);
    }
    100% {
        transform: translateY(-15px);
    }
}

@media (max-width: 768px) {.key_newsletter_subscription {
    padding: 3rem 1.5rem;
}.key_newsletter_subscription .key_success_path {
    grid-template-areas:
            "text"
            "key_reach_map";
    grid-template-columns: 1fr;
    gap: 2rem;
}.key_newsletter_subscription p {
    font-size: 20px;
}.key_newsletter_subscription .input_holder {
    gap: 1rem;
}.key_newsletter_subscription .key_email_join {
    width: 100%;
    align-self: stretch;
}}.key_instructor_history {
    background: linear-gradient(135deg, rgb(204,203,186) 0%, #ffffff 100%);
    position: relative;
    overflow: hidden;
    padding: 5rem 0;
}.key_instructor_history::before {
    z-index: 1;
    clip-path: polygon(0 0, 100% 0, 75% 100%, 0% 100%);
    transform: rotate(-15deg);
    width: 200px;
    background: rgb(172,173,172,0.5);
    position: absolute;
    content: "";
    top: -50px;
    left: -50px;
    height: 200px;
}.key_instructor_history::after {
    bottom: -50px;
    content: "";
    height: 250px;
    clip-path: polygon(25% 0, 100% 0, 100% 100%, 0% 100%);
    position: absolute;
    right: -50px;
    width: 250px;
    background: rgb(128,130,130,0.5);
    transform: rotate(15deg);
    z-index: 1;
}.key_instructor_history .container {
    padding: 0 20px;
    margin: 0 auto;
    position: relative;
    max-width: 1200px;
    z-index: 2;
}.key_instructor_history .key_rating_insights {
    padding: 2.5rem;
    background: linear-gradient(to right, rgba(255,255,255,0.9), rgba(255,255,255,0.7));
    grid-template-columns: 1fr;
    gap: 2rem;
    transform: perspective(1000px) rotateX(2deg);
    position: relative;
    box-shadow: 0 15px 30px rgba(0,0,0,0.08);
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    display: grid;
}.key_instructor_history .key_rating_insights:hover {
    box-shadow: 0 20px 40px rgba(0,0,0,0.12);
    transform: perspective(1000px) rotateX(0deg) translateY(-5px);
}.key_instructor_history .key_rating_insights > div:first-child {
    position: relative;
    overflow: hidden;
    transform: translateZ(0);
}.key_instructor_history .key_rating_insights .key_main_image {
    position: relative;
    width: 100%;
    box-shadow: 0 10px 20px rgba(0,0,0,0.1);
    height: 300px;
    transition: transform 0.8s cubic-bezier(0.19, 1, 0.22, 1);
    transform: scale(1);
}.key_instructor_history .key_rating_insights:hover .key_main_image {
    transform: scale(1.02);
}.key_instructor_history .key_rating_insights .key_main_image::after {
    background: linear-gradient(to top, rgba(0,0,0,0.2), transparent);
    position: absolute;
    transition: opacity 0.5s ease;
    right: 0;
    left: 0;
    content: "";
    opacity: 0;
    bottom: 0;
    top: 0;
}.key_instructor_history .key_rating_insights:hover .key_main_image::after {
    opacity: 1;
}.key_instructor_history .key_rating_insights > div:nth-child(2) {
    transform: translateX(0);
    transition: transform 0.4s ease;
    border-left: 3px solid rgb(172,173,172);
    position: relative;
    padding-left: 20px;
}.key_instructor_history .key_rating_insights:hover > div:nth-child(2) {
    transform: translateX(5px);
}.key_instructor_history .name {
    margin: 0 0 0.5rem;
    position: relative;
    font-weight: 700;
    color: #000000;
    display: inline-block;
    font-size: 22px;
}.key_instructor_history .name::after {
    bottom: -3px;
    content: "";
    left: 0;
    background: rgb(172,173,172);
    width: 0;
    transition: width 0.4s ease-out;
    position: absolute;
    height: 2px;
}.key_instructor_history .key_rating_insights:hover .name::after {
    width: 100%;
}.key_instructor_history .key_rating_insights > div:nth-child(2) > div {
    font-size: calc(18px * 0.95);
    font-style: italic;
    margin-bottom: 0.5rem;
    opacity: 0.85;
    color: rgb(128,130,130);
    font-weight: 600;
}.key_instructor_history .key_job_skills3CbEG {
    font-size: 18px;
    margin: 0;
    color: #000000;
    padding-left: 1.5rem;
    line-height: 1.7;
    position: relative;
    font-family: Arial, sans-serif;
}.key_instructor_history .key_job_skills3CbEG::before {
    color: rgb(172,173,172,0.5);
    top: -10px;
    left: 0;
    position: absolute;
    line-height: 1;
    font-family: serif;
    font-size: 60px;
    content: "";
}

@media (min-width: 768px) {.key_instructor_history {
    padding: 7rem 0;
}.key_instructor_history .key_rating_insights {
    transform: perspective(1000px) rotateX(2deg) rotateY(-1deg);
    align-items: center;
    gap: 3rem;
    grid-template-columns: 300px 1fr;
    padding: 3rem;
}.key_instructor_history .key_rating_insights:hover {
    transform: perspective(1000px) rotateX(0deg) rotateY(0deg) translateY(-10px);
}.key_instructor_history .key_rating_insights > div:nth-child(2) {
    grid-row: 1;
    grid-column: 2;
}.key_instructor_history .key_rating_insights > div:nth-child(3) {
    grid-row: 2;
    grid-column: 1 / -1;
}
}

@media (min-width: 992px) {.key_instructor_history .key_rating_insights {
    gap: 2.5rem 4rem;
    grid-template-rows: auto 1fr;
    grid-template-columns: 350px 1fr;
}.key_instructor_history .key_main_image {
    height: 400px;
}.key_instructor_history .key_job_skills3CbEG {
    padding-left: 2rem;
    font-size: calc(18px * 1.05);
}.key_instructor_history .key_job_skills3CbEG::before {
    font-size: 80px;
}
}

@media (min-width: 1200px) {.key_instructor_history .key_rating_insights {
    grid-template-columns: 400px 1fr;
    padding: 4rem;
}.key_instructor_history .key_main_image {
    height: 450px;
}.key_instructor_history .name {
    font-size: calc(22px * 1.1);
}.key_instructor_history .key_rating_insights > div:nth-child(2) > div {
    font-size: 18px;
}.key_instructor_history .key_job_skills3CbEG {
    line-height: 1.8;
}
}

@media (max-width: 767px) {.key_instructor_history {
    padding: 4rem 0;
}.key_instructor_history .key_rating_insights {
    padding: 1.5rem;
}.key_instructor_history .key_main_image {
    height: 250px;
    margin-bottom: 1.5rem;
}.key_instructor_history .name {
    font-size: calc(22px * 0.95);
}.key_instructor_history .key_job_skills3CbEG {
    font-size: calc(18px * 0.95);
    line-height: 1.6;
}}.key_contact_section {
    padding: 100px 0;
    position: relative;
    overflow: hidden;
    background: rgb(204,203,186);
}.key_contact_section::before {
    z-index: 1;
    width: 100%;
    background-image: 
        radial-gradient(circle at 20% 30%, rgb(172,173,172,0.5) 0%, transparent 30%),
        radial-gradient(circle at 80% 70%, rgb(128,130,130,0.5) 0%, transparent 30%);
    top: 0;
    height: 100%;
    background: rgb(204,203,186);
    left: 0;
    content: "";
    position: absolute;
}.key_contact_section::after {
    background-image: 
        repeating-linear-gradient(45deg, rgb(172,173,172,0.5) 0, rgb(172,173,172,0.5) 1px, transparent 1px, transparent 20px),
        repeating-linear-gradient(-45deg, rgb(128,130,130,0.5) 0, rgb(128,130,130,0.5) 1px, transparent 1px, transparent 20px),
        linear-gradient(90deg, rgb(172,173,172,0.5), transparent 70%),
        linear-gradient(180deg, rgb(128,130,130,0.5), transparent 70%);
    opacity: 0.2;
    background-size: 30px 30px, 30px 30px, 100% 100%, 100% 100%;
    background-position: 0 0, 0 0, 0 0, 0 0;
    width: 100%;
    animation: backgroundMove 30s infinite linear;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    z-index: 1;
    top: 0;
}@keyframes backgroundMove {
    0% {
        background-position: 0 0, 0 0, 0 0, 0 0;
    }
    100% {
        background-position: 60px 60px, 60px 60px, 0 0, 0 0;
    }
}

.key_contact_section .container {
    z-index: 2;
    padding: 0 30px;
    position: relative;
    max-width: 1200px;
    margin: 0 auto;
}.key_contact_section h2 {
    font-size: 48px;
    text-align: center;
    font-weight: 700;
    letter-spacing: 2px;
    margin-bottom: 50px;
    text-transform: uppercase;
    color: #000000;
    position: relative;
}.key_contact_section h2::before {
    box-shadow: 
        0 0 5px rgb(172,173,172),
        0 0 10px rgb(172,173,172),
        0 0 15px rgb(172,173,172);
    content: "";
    bottom: -15px;
    width: 100px;
    left: calc(50% - 50px);
    height: 2px;
    position: absolute;
    background: rgb(172,173,172);
}.key_contact_section .key_support_card {
    position: relative;
    border-radius: 12px;
    display: flex;
    box-shadow: 
        0 10px 30px rgba(0, 0, 0, 0.5),
        0 0 0 1px rgb(172,173,172,0.5);
    overflow: hidden;
}.key_contact_section .key_support_card::before {
    position: absolute;
    border: 1px solid rgb(172,173,172);
    pointer-events: none;
    inset: 0;
    content: "";
    z-index: 3;
    opacity: 0.2;
    border-radius: 12px;
}.key_contact_section .key_main_image {
    position: relative;
    min-height: 550px;
    overflow: hidden;
    flex: 0 0 45%;
}.key_contact_section .key_main_image::before {
    content: "";
    background: rgba(0, 0, 0, 0.5);
    z-index: 1;
    inset: 0;
    position: absolute;
}.key_contact_section .key_main_image::after {
    inset: 0;
    opacity: 0.7;
    content: "";
    background: 
        linear-gradient(135deg, transparent 0%, rgb(172,173,172,0.5) 100%);
    position: absolute;
    z-index: 2;
}.key_contact_section .key_inquiry_grid {
    background: #ffffff;
    padding: 60px;
    position: relative;
    flex: 0 0 55%;
}.key_contact_section .key_inquiry_grid::before {
    background: rgb(172,173,172,0.5);
    position: absolute;
    z-index: 0;
    content: "";
    top: -100px;
    opacity: 0.3;
    width: 200px;
    filter: blur(100px);
    right: -100px;
    height: 200px;
}.key_contact_section .key_inquiry_grid::after {
    width: 150px;
    filter: blur(80px);
    position: absolute;
    height: 150px;
    z-index: 0;
    opacity: 0.3;
    bottom: -75px;
    background: rgb(128,130,130,0.5);
    left: -75px;
    content: "";
}.key_contact_section form {
    z-index: 2;
    position: relative;
}.key_contact_section form h3 {
    position: relative;
    letter-spacing: 1px;
    color: #000000;
    font-size: 22px;
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: 40px;
}.key_contact_section form h3::after {
    position: absolute;
    bottom: -15px;
    box-shadow: 
        0 0 5px rgb(172,173,172,0.5),
        0 0 10px rgb(172,173,172,0.5);
    background: rgb(172,173,172);
    content: "";
    width: 40px;
    height: 2px;
    left: 0;
}.key_contact_section form input[type="text"] {
    font-size: 13px;
    border-radius: 8px;
    padding: 18px 25px;
    width: 100%;
    background: rgb(204,203,186);
    transition: all 0.3s ease;
    margin-bottom: 25px;
    border: 1px solid rgb(172,173,172,0.5);
    color: #000000;
}.key_contact_section form input[type="text"]:focus {
    border-color: rgb(172,173,172);
    box-shadow: 
        0 0 0 1px rgb(172,173,172),
        0 0 5px rgb(172,173,172,0.5);
    outline: none;
}.key_contact_section form input[type="text"]::placeholder {
    color: #000000;
    opacity: 0.7;
}.key_contact_section .key_reach_query {
    margin-bottom: 35px;
    position: relative;
}.key_contact_section .key_reach_query input[type="checkbox"] {
    opacity: 0;
    position: absolute;
}.key_contact_section .key_reach_query label {
    padding-left: 35px;
    position: relative;
    font-size: 12px;
    color: #000000;
    cursor: pointer;
    line-height: 1.5;
}.key_contact_section .key_reach_query label::before {
    height: 22px;
    position: absolute;
    border-radius: 4px;
    transition: all 0.3s ease;
    width: 22px;
    border: 1px solid rgb(172,173,172,0.5);
    left: 0;
    content: "";
    top: 0;
    background: rgb(204,203,186);
}.key_contact_section .key_reach_query input[type="checkbox"]:checked + label::before {
    background: rgb(172,173,172);
    border-color: rgb(172,173,172);
    box-shadow: 0 0 5px rgb(172,173,172,0.5);
}.key_contact_section .key_reach_query input[type="checkbox"]:checked + label::after {
    transform: rotate(45deg);
    content: "";
    border: solid #ffffff;
    position: absolute;
    height: 12px;
    border-width: 0 2px 2px 0;
    left: 8px;
    top: 4px;
    width: 6px;
}.key_contact_section .key_reach_query label a {
    transition: all 0.3s ease;
    color: rgb(172,173,172);
    text-decoration: none;
    position: relative;
    font-weight: 600;
}.key_contact_section .key_reach_query label a::after {
    transform: scaleX(0);
    height: 1px;
    content: "";
    left: 0;
    transform-origin: right;
    width: 100%;
    transition: transform 0.3s ease;
    bottom: -1px;
    position: absolute;
    background: rgb(172,173,172);
}.key_contact_section .key_reach_query label a:hover::after {
    transform-origin: left;
    transform: scaleX(1);
}.key_contact_section .key_feedback_help {
    transition: all 0.3s ease;
    text-transform: uppercase;
    width: 100%;
    box-shadow: 
        0 5px 15px rgb(172,173,172,0.5),
        0 0 0 1px rgb(172,173,172);
    padding: 18px 30px;
    position: relative;
    letter-spacing: 1px;
    font-weight: 700;
    border: none;
    font-size: 18px;
    cursor: pointer;
    background: rgb(172,173,172);
    color: #ffffff;
    overflow: hidden;
    border-radius: 8px;
}.key_contact_section .key_feedback_help::before {
    transition: transform 0.5s ease;
    left: 0;
    transform-origin: right;
    background: rgb(128,130,130);
    top: 0;
    content: "";
    position: absolute;
    transform: scaleX(0);
    width: 100%;
    height: 100%;
    z-index: -1;
}.key_contact_section .key_feedback_help:hover {
    box-shadow: 
        0 5px 20px rgb(128,130,130,0.5),
        0 0 0 1px rgb(128,130,130);
}.key_contact_section .key_feedback_help:hover::before {
    transform: scaleX(1);
    transform-origin: left;
}.key_contact_section svg {
    transition: all 0.3s ease;
    height: 22px;
    width: 22px;
    fill: rgb(172,173,172);
    filter: drop-shadow(0 0 2px rgb(172,173,172,0.5));
}.key_contact_section svg path {
    fill: rgb(172,173,172);
    transition: all 0.3s ease;
}.key_contact_section svg:hover,
.key_contact_section svg:hover path {
    filter: drop-shadow(0 0 3px rgb(128,130,130,0.5));
    transform: translateY(-2px);
    fill: rgb(128,130,130);
}

@media (max-width: 1024px) {.key_contact_section {
    padding: 80px 0;
}.key_contact_section .key_main_image {
    min-height: 500px;
}.key_contact_section .key_inquiry_grid {
    padding: 50px 40px;
}
}

@media (max-width: 768px) {.key_contact_section {
    padding: 60px 0;
}.key_contact_section h2 {
    font-size: calc(48px * 0.8);
    margin-bottom: 40px;
}.key_contact_section .key_support_card {
    flex-direction: column;
}.key_contact_section .key_main_image {
    min-height: 300px;
    width: 100%;
}.key_contact_section .key_inquiry_grid {
    width: 100%;
    padding: 40px 30px;
}.key_contact_section form h3 {
    margin-bottom: 30px;
}.key_contact_section form input[type="text"] {
    margin-bottom: 20px;
    padding: 15px 20px;
}.key_contact_section .key_reach_query {
    margin-bottom: 25px;
}.key_contact_section .key_feedback_help {
    padding: 15px 25px;
}
}

@media (max-width: 480px) {.key_contact_section {
    padding: 50px 0;
}.key_contact_section h2 {
    font-size: calc(48px * 0.7);
    margin-bottom: 30px;
}.key_contact_section .key_main_image {
    min-height: 200px;
}.key_contact_section .key_inquiry_grid {
    padding: 30px 20px;
}.key_contact_section form h3 {
    font-size: calc(22px * 0.9);
    margin-bottom: 25px;
}.key_contact_section form input[type="text"] {
    padding: 12px 15px;
    margin-bottom: 15px;
}.key_contact_section .key_reach_query {
    margin-bottom: 20px;
}.key_contact_section .key_reach_query label {
    font-size: calc(12px * 0.9);
}.key_contact_section .key_feedback_help {
    padding: 12px 20px;
}}.key_client_experience {
    padding: 6rem 0;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.5) 0%, rgb(204,203,186) 100%);
    overflow: hidden;
    position: relative;
}.key_client_experience::before {
    right: 0;
    bottom: 0;
    top: 0;
    z-index: 0;
    content: "";
    position: absolute;
    left: 0;
    background: 
        radial-gradient(circle at 10% 20%, rgb(172,173,172,0.5) 0%, transparent 30%),
        radial-gradient(circle at 90% 80%, rgb(128,130,130,0.5) 0%, transparent 40%);
}.key_client_experience::after {
    transform: translate(-50%, -50%);
    position: absolute;
    background: linear-gradient(90deg, 
        transparent 0%, 
        rgb(172,173,172,0.5) 20%, 
        rgb(172,173,172) 50%, 
        rgb(172,173,172,0.5) 80%, 
        transparent 100%);
    content: "";
    z-index: 1;
    top: 50%;
    width: 100%;
    opacity: 0.5;
    animation: pulse 3s infinite;
    height: 1px;
    left: 50%;
}@keyframes pulse {
    0%, 100% { opacity: 0.2; }
    50% { opacity: 0.7; }
}

.key_client_experience .container {
    z-index: 2;
    position: relative;
}.key_client_experience h2 {
    text-align: center;
    padding: 0.5rem 1rem;
    font-weight: 700;
    position: relative;
    color: #000000;
    display: inline-block;
    font-size: 28px;
    left: 50%;
    margin-bottom: 4rem;
    transform: translateX(-50%);
}.key_client_experience h2::before {
    position: absolute;
    border-image-slice: 1;
    animation: borderGlow 4s infinite alternate;
    content: "";
    opacity: 0.7;
    right: 0;
    top: 0;
    left: 0;
    bottom: 0;
    border-image: linear-gradient(45deg, rgb(172,173,172), rgb(128,130,130));
    border: 2px solid transparent;
}@keyframes borderGlow {
    from { 
        filter: drop-shadow(0 0 2px rgb(172,173,172,0.5)) 
                drop-shadow(0 0 5px rgb(172,173,172,0.5)); 
    }
    to { 
        filter: drop-shadow(0 0 5px rgb(128,130,130,0.5)) 
                drop-shadow(0 0 10px rgb(128,130,130,0.5)); 
    }
}

.key_client_experience .key_review_showcase {
    gap: 3rem;
    display: flex;
    perspective: 1000px;
    flex-wrap: wrap;
    justify-content: center;
}.key_client_experience .key_rating_insights {
    width: calc(33% - 3rem);
    backdrop-filter: blur(10px);
    display: flex;
    transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1);
    flex-direction: column;
    padding: 2rem;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
    background: rgba(255, 255, 255, 0.05);
    overflow: hidden;
    align-items: center;
    border-radius: 10px;
    transform-style: preserve-3d;
    position: relative;
}.key_client_experience .key_rating_insights::before {
    inset: 0;
    z-index: -1;
    content: "";
    position: absolute;
    -webkit-mask-composite: xor;
    border: 1px solid transparent;
    mask-composite: exclude;
    background: linear-gradient(135deg, rgb(172,173,172), rgb(128,130,130)) border-box;
    opacity: 0.7;
    -webkit-mask: 
        linear-gradient(#fff 0 0) padding-box, 
        linear-gradient(#fff 0 0);
    border-radius: 10px;
}.key_client_experience .key_rating_insights::after {
    animation: scanline 6s linear infinite;
    top: -50%;
    height: 200%;
    background: linear-gradient(
        0deg,
        transparent,
        rgb(172,173,172,0.5),
        rgb(172,173,172,0.5),
        transparent
    );
    z-index: -1;
    position: absolute;
    transform: rotate(45deg);
    content: "";
    width: 200%;
    left: -50%;
}@keyframes scanline {
    0% { transform: rotate(45deg) translateY(-80%); }
    100% { transform: rotate(45deg) translateY(80%); }
}

.key_client_experience .key_rating_insights:hover {
    box-shadow: 
        0 20px 40px rgba(0, 0, 0, 0.2),
        0 0 10px rgb(172,173,172,0.5), 
        0 0 20px rgb(128,130,130,0.5);
    transform: translateZ(20px);
}.key_client_experience .key_rating_insights img {
    margin-bottom: 1.5rem;
    filter: grayscale(50%);
    object-fit: cover;
    border-radius: 50%;
    box-shadow: 
        0 0 0 1px rgb(172,173,172,0.5),
        0 0 10px rgb(172,173,172,0.5);
    width: 90px;
    height: 90px;
    border: 3px solid #ffffff;
    transition: all 0.5s ease;
}.key_client_experience .key_rating_insights:hover img {
    transform: scale(1.1);
    filter: grayscale(0%);
    box-shadow: 
        0 0 0 2px rgb(172,173,172),
        0 0 15px rgb(172,173,172,0.5),
        0 0 30px rgb(172,173,172,0.5);
}.key_client_experience .key_rating_insights p {
    text-align: center;
    font-size: calc(15px * 1.1);
    font-weight: 600;
    margin-bottom: 0.5rem;
    color: #000000;
}.key_client_experience .key_rating_insights .description {
    text-align: center;
    font-size: 15px;
    line-height: 1.6;
    max-width: 90%;
    font-weight: 400;
    color: #000000;
    margin: 0 auto;
}.key_client_experience .key_rating_insights:nth-child(3n+1) {
    transform: translateY(-10px) rotate(-1deg);
}.key_client_experience .key_rating_insights:nth-child(3n+2) {
    transform: translateY(10px) rotate(1deg);
}.key_client_experience .key_rating_insights:nth-child(3n+3) {
    transform: translateY(0) rotate(0);
}.key_client_experience .key_rating_insights:hover {
    transform: translateZ(30px) rotate(0);
}

@media (max-width: 992px) {.key_client_experience .key_rating_insights {
    width: calc(50% - 2rem);
}
}

@media (max-width: 768px) {.key_client_experience {
    padding: 4rem 0;
}.key_client_experience h2 {
    margin-bottom: 3rem;
    font-size: calc(28px * 0.9);
}.key_client_experience .key_review_showcase {
    gap: 2rem;
    flex-direction: column;
}.key_client_experience .key_rating_insights {
    width: 100%;
    transform: none !important;
}.key_client_experience .key_rating_insights:hover {
    transform: translateZ(10px) !important;
}.key_client_experience::after {
    width: 1px;
    height: 100%;
}}header {
    overflow: visible;
    position: relative;
    z-index: 99;
    background: rgb(204,203,186);
    width: 100%;
}header::before {
    width: 100%;
    height: 100%;
    content: "";
    background: radial-gradient(circle at 30% 30%, rgb(172,173,172,0.5) 0%, transparent 70%);
    top: 0;
    opacity: 0.2;
    position: absolute;
    left: 0;
}header .key_top_tutor {
    padding: 25px 30px;
    display: flex;
    justify-content: space-between;
    position: relative;
    align-items: center;
}header .key_top_tutor::before {
    top: -10px;
    width: 30%;
    position: absolute;
    height: 5px;
    background: linear-gradient(90deg, rgb(172,173,172), transparent);
    content: "";
    filter: blur(5px);
    left: 10%;
}header .key_top_tutor::after {
    right: 10%;
    height: 5px;
    position: absolute;
    width: 30%;
    content: "";
    bottom: -10px;
    filter: blur(5px);
    background: linear-gradient(90deg, transparent, rgb(128,130,130));
}header .key_top_tutor .key_header_top {
    padding: 5px;
    position: relative;
    z-index: 2;
}header .key_top_tutor .key_header_top::before {
    left: -5px;
    opacity: 0;
    top: -5px;
    width: calc(100% + 10px);
    content: "";
    background: linear-gradient(135deg, rgb(172,173,172), rgb(128,130,130));
    filter: blur(15px);
    position: absolute;
    z-index: -1;
    height: calc(100% + 10px);
    transition: opacity 0.3s ease;
}header .key_top_tutor .key_header_top:hover::before {
    opacity: 0.7;
}header .key_top_tutor .key_header_top .key_top_site {
    transition: transform 0.3s ease;
    display: block;
    position: relative;
}header .key_top_tutor .key_header_top:hover .key_top_site {
    transform: scale(1.05);
}header .key_top_tutor .key_header_top .key_top_site svg {
    height: 45px;
    width: auto;
}header .key_top_tutor .key_head_know {
    list-style: none;
    position: relative;
    display: flex;
    margin: 0;
    padding: 10px;
    border-radius: 19px;
}header .key_top_tutor .key_head_know::before {
    z-index: -1;
    width: 100%;
    height: 100%;
    border-radius: 19px;
    opacity: 0.1;
    background: linear-gradient(135deg, rgba(0, 0, 0, 0.5) 0%, transparent 100%);
    left: 0;
    position: absolute;
    content: "";
    top: 0;
    backdrop-filter: blur(5px);
}header .key_top_tutor .key_head_know .key_top_edu {
    position: relative;
    margin: 0 3px;
}header .key_top_tutor .key_head_know .key_top_edu a {
    font-weight: 600;
    padding: 8px 15px;
    color: #000000;
    display: block;
    z-index: 1;
    position: relative;
    text-decoration: none;
    border-radius: 10px;
    font-size: 18px;
    overflow: hidden;
    font-family: Arial, sans-serif;
}header .key_top_tutor .key_head_know .key_top_edu a::before {
    z-index: -1;
    left: 0;
    transition: opacity 0.3s ease;
    top: 0;
    width: 100%;
    position: absolute;
    background: linear-gradient(135deg, rgb(172,173,172), rgb(128,130,130));
    opacity: 0;
    height: 100%;
    content: "";
}header .key_top_tutor .key_head_know .key_top_edu a::after {
    transition: transform 0.5s ease, opacity 0.5s ease;
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(0);
    background: radial-gradient(circle, #ffffff 0%, transparent 70%);
    opacity: 0;
    z-index: -1;
    height: 150%;
    width: 150%;
}header .key_top_tutor .key_head_know .key_top_edu:hover a::before {
    opacity: 1;
}header .key_top_tutor .key_head_know .key_top_edu:hover a {
    color: #ffffff;
}header .key_top_tutor .key_head_know .key_top_edu:active a::after {
    opacity: 0.3;
    transform: translate(-50%, -50%) scale(1);
}header .key_top_tutor .key_head_know .key_top_edu:nth-child(odd) a::before {
    background: linear-gradient(to right, rgb(172,173,172), rgb(128,130,130));
}header .key_top_tutor .key_head_know .key_top_edu:nth-child(even) a::before {
    background: linear-gradient(to left, rgb(172,173,172), rgb(128,130,130));
}

@keyframes pulse {
    0% {
        box-shadow: 0 0 0 0 rgba(rgb(172,173,172), 0.7);
    }
    70% {
        box-shadow: 0 0 0 10px rgba(rgb(172,173,172), 0);
    }
    100% {
        box-shadow: 0 0 0 0 rgba(rgb(172,173,172), 0);
    }
}

@media (max-width: 992px) {header .key_top_tutor {
    flex-direction: column;
    padding: 20px 15px;
}header .key_top_tutor .key_header_top {
    margin-bottom: 15px;
}header .key_top_tutor .key_head_know {
    width: 100%;
    flex-wrap: wrap;
    justify-content: center;
}header .key_top_tutor .key_head_know .key_top_edu {
    margin: 3px;
}header .key_top_tutor .key_head_know .key_top_edu a {
    padding: 6px 12px;
    font-size: calc(18px - 1px);
}
}

@media (max-width: 767px) {header .key_top_tutor {
    padding: 15px 10px;
}header .key_top_tutor .key_header_top .key_top_site svg {
    height: 40px;
}header .key_top_tutor .key_head_know {
    padding: 5px;
}header .key_top_tutor .key_head_know .key_top_edu a {
    font-size: calc(18px - 2px);
    padding: 5px 10px;
}}.key_tyBlock {
    background: linear-gradient(135deg, rgba(rgb(172,173,172,0.5), 0.05), rgba(rgb(128,130,130,0.5), 0.1));
    position: relative;
    padding: 120px 0;
    overflow: hidden;
}.key_tyBlock::before {
    top: 0;
    background: 
        radial-gradient(circle at 20% 30%, rgba(rgb(172,173,172,0.5), 0.12) 0%, transparent 80%),
        radial-gradient(circle at 80% 70%, rgba(rgb(128,130,130,0.5), 0.1) 0%, transparent 70%);
    position: absolute;
    left: 0;
    width: 100%;
    content: "";
    z-index: 0;
    height: 100%;
}.key_tyBlock::after {
    opacity: 0.05;
    z-index: 0;
    height: 300px;
    right: -150px;
    width: 300px;
    content: "";
    animation: floatShape 15s ease-in-out infinite alternate;
    top: -150px;
    filter: blur(20px);
    border-radius: 40% 60% 70% 30% / 40% 50% 50% 60%;
    background: rgb(172,173,172);
    position: absolute;
}.key_tyBlock .container {
    z-index: 1;
    margin: 0 auto;
    max-width: 1200px;
    position: relative;
    padding: 0 30px;
}.key_tyBlock h2 {
    font-size: 31px;
    color: #000000;
    line-height: 1.3;
    font-family: Arial, sans-serif;
    font-weight: 600;
    transform: perspective(1000px) translateZ(10px);
    transition: transform 0.5s ease-out;
    text-align: left;
    position: relative;
    margin-bottom: 40px;
}.key_tyBlock h2::after {
    transform-origin: left;
    bottom: -12px;
    left: 0;
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    width: 120px;
    transform: scaleX(0.8);
    border-radius: 10px;
    background: linear-gradient(90deg, rgb(172,173,172), rgb(128,130,130));
    position: absolute;
    content: "";
    height: 4px;
}.key_tyBlock:hover h2::after {
    transform: scaleX(1);
}.key_tyBlock .key_success_path {
    transition: transform 0.4s cubic-bezier(0.34, 1.56, 0.64, 1), box-shadow 0.4s ease;
    position: relative;
    overflow: hidden;
    box-shadow: 
        15px 15px 30px rgba(rgba(0, 0, 0, 0.5), 0.05),
        -15px -15px 30px rgba(#ffffff, 0.8),
        inset 2px 2px 5px rgba(#ffffff, 0.1),
        inset -2px -2px 5px rgba(rgba(0, 0, 0, 0.5), 0.05);
    padding: 40px;
    background: #ffffff;
    border-radius: 10px;
}.key_tyBlock .key_success_path::before {
    position: absolute;
    background-size: 200% 100%;
    background: linear-gradient(90deg, rgb(172,173,172), rgb(128,130,130), rgb(172,173,172));
    width: 100%;
    height: 5px;
    left: 0;
    content: "";
    top: 0;
    animation: gradientShift 6s ease infinite;
}.key_tyBlock ul {
    list-style: none;
    padding: 0;
    margin: 0;
}.key_tyBlock li {
    padding: 10px 0 10px 20px;
    transition: transform 0.3s ease-out;
    position: relative;
}.key_tyBlock li::before {
    background: rgb(172,173,172);
    border-radius: 50%;
    content: "";
    left: 0;
    width: 8px;
    transform: translateY(-50%);
    height: 8px;
    position: absolute;
    top: 24px;
    box-shadow: 0 0 10px rgba(rgb(172,173,172,0.5), 0.5);
}.key_tyBlock span {
    font-size: 13px;
    line-height: 1.7;
    display: block;
    font-family: Arial, sans-serif;
    position: relative;
    transform: translateY(0);
    transition: transform 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
    color: #000000;
    font-weight: 400;
}.key_tyBlock span::after {
    right: 0;
    position: absolute;
    opacity: 0;
    bottom: -10px;
    background: linear-gradient(90deg, transparent, rgba(rgb(172,173,172,0.5), 0.3));
    width: 40%;
    transform: scaleX(0.5);
    content: "";
    transition: all 0.5s ease;
    transform-origin: right;
    height: 1px;
}.key_tyBlock .key_success_path:hover {
    box-shadow: 
        20px 20px 40px rgba(rgba(0, 0, 0, 0.5), 0.08),
        -20px -20px 40px rgba(#ffffff, 0.9),
        inset 2px 2px 5px rgba(#ffffff, 0.1),
        inset -2px -2px 5px rgba(rgba(0, 0, 0, 0.5), 0.05);
    transform: translateY(-5px);
}.key_tyBlock .key_success_path:hover span::after {
    transform: scaleX(1);
    opacity: 1;
}

@keyframes floatShape {
    0% {
        transform: translate(0, 0) rotate(0);
    }
    50% {
        transform: translate(20px, 30px) rotate(5deg);
    }
    100% {
        transform: translate(-20px, 10px) rotate(-5deg);
    }
}

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

@media (min-width: 768px) {.key_tyBlock {
    padding: 150px 0;
}.key_tyBlock .container {
    padding: 0 60px;
}.key_tyBlock h2 {
    margin-bottom: 50px;
    max-width: 90%;
    font-size: calc(31px * 1.1);
}.key_tyBlock .key_success_path {
    padding: 50px;
    transform: perspective(1000px) rotateX(2deg);
}.key_tyBlock .key_success_path:hover {
    transform: perspective(1000px) rotateX(0deg) translateY(-5px);
}.key_tyBlock li {
    padding: 10px 0 10px 30px;
}.key_tyBlock li::before {
    width: 10px;
    height: 10px;
}.key_tyBlock span {
    line-height: 1.8;
    font-size: calc(13px * 1.05);
}
}

@media (max-width: 767px) {.key_tyBlock {
    padding: 80px 0;
}.key_tyBlock .container {
    padding: 0 20px;
}.key_tyBlock h2 {
    margin-bottom: 30px;
    font-size: calc(31px * 0.9);
}.key_tyBlock .key_success_path {
    padding: 30px 20px;
}.key_tyBlock li {
    padding: 10px 0 10px 15px;
}.key_tyBlock li::before {
    width: 6px;
    height: 6px;
}.key_tyBlock span {
    line-height: 1.6;
    font-size: calc(13px * 0.95);
}
}

@media (max-width: 480px) {.key_tyBlock {
    padding: 60px 0;
}.key_tyBlock h2 {
    font-size: calc(31px * 0.8);
    margin-bottom: 25px;
}.key_tyBlock .key_success_path {
    padding: 25px 15px;
}.key_tyBlock span {
    line-height: 1.5;
    font-size: calc(13px * 0.9);
}}.key_cookieUsagePromptPanel {
    background: rgb(128,130,130);
    box-shadow: rgba(0, 0, 0, 0.5) 0px 0px 20px 0px;
    padding: 20px 0;
    width: 100%;
    bottom: 0;
    border-top: 2px solid rgb(172,173,172);
    transition: all 0.3s ease-in-out;
    position: fixed;
    z-index: 90;
}.key_privacy_cookies {
    padding: 20px 30px;
    justify-content: space-between;
    display: flex;
    margin: auto;
    flex-wrap: wrap;
    max-width: 1200px;
    align-items: center;
}.key_cookieUsagePromptPanel h5 {
    transition: color 0.3s ease-in-out;
    font-size: 23px;
    font-weight: 700;
    color: #ffffff;
    margin-bottom: 6px;
}.key_cookieUsagePromptPanel p {
    font-size: 15px;
    color: #ffffff;
    max-width: 500px;
}.key_privacy_opt {
    margin-right: 20px;
    flex-shrink: 0;
}.key_privacy_opt svg, .key_privacy_opt svg path {
    width: 80px;
    fill: rgb(172,173,172);
    transition: transform 0.3s ease-in-out;
    height: 80px;
}.key_privacy_opt:hover svg {
    transform: rotate(10deg);
}.key_cookie_check {
    text-decoration: none;
    font-size: 14px;
    box-shadow: rgb(172,173,172,0.5) 0px 4px 10px 0px;
    margin-left: 20px;
    border-radius: 25px;
    transition: background 0.3s ease-in-out, transform 0.3s ease-in-out;
    cursor: pointer;
    background: rgb(172,173,172);
    padding: 10px 20px;
    line-height: 35px;
    color: #ffffff;
}.cookie_button.key_cookie_preference {
    background: rgb(172,173,172);
}.cookie_button.key_cookie_apply {
    background: rgb(128,130,130);
}.key_cookie_check:hover {
    transform: scale(1.05);
    box-shadow: rgb(172,173,172,0.5) 0px 6px 15px 0px;
}.key_cookieUsagePromptPanel p a {
    text-decoration: none;
    transition: color 0.3s ease-in-out;
    color: rgb(172,173,172);
    font-weight: 600;
}.key_cookieUsagePromptPanel p a:hover {
    color: rgb(128,130,130);
}.key_wrapper-container .key_cookieUsagePromptPanel {
    padding: 40px 0;
    border: none;
    background: rgb(128,130,130);
    box-shadow: rgba(0, 0, 0, 0.5) 0px 0px 40px 39px;
}.key_wrapper-container .key_cookie_check {
    color: #ffffff;
    background: rgb(172,173,172);
    font-weight: 400;
    font-size: 14px;
    border: none;
    transition: background 0.3s ease-in-out, transform 0.3s ease-in-out;
    padding: 10px;
    margin-left: 30px;
    border-radius: 10px;
}.key_wrapper-container .key_cookie_compl h5, .key_wrapper-container .key_cookie_compl p {
    color: #ffffff;
}
@media only screen and (max-width: 1200px) {.key_cookieUsagePromptPanel {
    padding: 20px;
}
}
@media only screen and (max-width: 800px) {.key_privacy_opt {
    display: none;
}.key_privacy_cookies {
    align-items: center;
    flex-direction: column;
    justify-content: center;
}.key_cookieUsagePromptPanel h5 {
    text-align: center;
}.key_cookieUsagePromptPanel p {
    text-align: center;
}.key_cookie_compl {
    text-align: center;
    margin-bottom: 20px;
}.key_cookie_check {
    width: 100%;
    max-width: 300px;
    margin-left: 0;
    margin-top: 10px;
}}
#key_panelPrivacyNotice {
    display: none;
}#key_panelPrivacyNotice:checked ~ .key_cookieUsagePromptPanel {
    visibility: hidden;
    opacity: 0;
}.key_title_screen {
    overflow: hidden;
    background: linear-gradient(135deg, #f5f7fa 0%, #eef1f5 100%);
    position: relative;
    min-height: 100vh;
}.key_title_screen::before {
    left: 0;
    position: absolute;
    opacity: 0.07;
    content: "";
    width: 100%;
    top: 0;
    z-index: 1;
    background: repeating-linear-gradient(45deg, rgb(204,203,186) 0px, rgb(204,203,186) 3px, transparent 3px, transparent 9px);
    height: 100%;
}.key_title_screen::after {
    width: 100%;
    left: 0;
    z-index: 1;
    height: 15px;
    bottom: -10px;
    transform: skewY(-1deg);
    background: rgb(172,173,172);
    opacity: 0.1;
    content: "";
    position: absolute;
}.key_title_screen .key_success_path {
    position: relative;
    z-index: 2;
    flex-direction: column-reverse;
    padding: 2rem;
    height: 100%;
    max-width: 1400px;
    display: flex;
    margin: 0 auto;
}.key_title_screen .key_text_title {
    transition: transform 0.6s cubic-bezier(0.23, 1, 0.32, 1);
    transform: translateY(0);
    padding: 2rem 1rem;
    z-index: 3;
    display: flex;
    flex-direction: column;
    position: relative;
    justify-content: center;
    flex: 1;
}.key_title_screen:hover .key_text_title {
    transform: translateY(-10px);
}.key_title_screen h1 {
    line-height: 1.2;
    font-weight: 700;
    position: relative;
    color: #000000;
    transition: color 0.3s ease-in-out;
    margin-bottom: 1.5rem;
    font-size: calc(42px * 1.2);
}.key_title_screen h1::after {
    content: "";
    transition: transform 0.4s cubic-bezier(0.23, 1, 0.32, 1);
    position: absolute;
    transform: scaleX(1);
    transform-origin: left;
    width: 80px;
    height: 4px;
    bottom: -10px;
    left: 0;
    background: rgb(172,173,172);
}.key_title_screen:hover h1::after {
    transform: scaleX(1.5);
}.key_title_screen .key_start_intro {
    transition: all 0.4s ease;
    padding: 1.5rem 0;
    position: relative;
    margin-bottom: 2rem;
    border-radius: 0 10px 10px 0;
    background: linear-gradient(to right, rgba(255,255,255,0.5) 0%, rgba(255,255,255,0.9) 100%);
    border-left: 3px solid rgb(172,173,172);
    box-shadow: 0 8px 30px rgba(0,0,0,0.05);
}.key_title_screen .key_start_intro:hover {
    box-shadow: 0 15px 35px rgba(0,0,0,0.08);
    transform: translateY(-5px);
}.key_title_screen .key_start_intro p {
    padding: 0 1.5rem;
    color: #000000;
    font-size: calc(12px * 1.1);
    line-height: 1.6;
    position: relative;
    max-width: 500px;
    margin-top: 1.5rem;
}.key_title_screen svg {
    transition: transform 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    margin: 0 auto;
    width: 70px;
    height: 70px;
    display: block;
}.key_title_screen .key_start_intro:hover svg {
    transform: rotate(5deg) scale(1.05);
}.key_title_screen svg path {
    transition: fill 0.3s ease;
}.key_title_screen svg text {
    transition: fill 0.3s ease;
    font-family: Arial, sans-serif;
}.key_title_screen .key_start_intro:hover svg path,
.key_title_screen .key_start_intro:hover svg text {
    fill: rgb(128,130,130);
}.key_title_screen ul {
    margin: 0;
    list-style: none;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
}.key_title_screen li {
    margin-right: 1rem;
    margin-bottom: 1rem;
}.key_title_screen .key_feedback_help {
    display: inline-block;
    padding: 0.9rem 2rem;
    position: relative;
    transition: all 0.3s cubic-bezier(0.23, 1, 0.32, 1);
    font-weight: 600;
    z-index: 1;
    background: linear-gradient(135deg, rgb(172,173,172) 0%, rgb(128,130,130) 100%);
    box-shadow: 0 6px 15px rgba(94,170,168,0.2);
    text-decoration: none;
    overflow: hidden;
    color: #ffffff;
    font-size: 17px;
    border-radius: 11px;
}.key_title_screen .key_feedback_help::before {
    height: 100%;
    position: absolute;
    opacity: 0;
    width: 100%;
    content: "";
    top: 0;
    z-index: -1;
    background: linear-gradient(135deg, rgb(128,130,130) 0%, rgb(172,173,172) 100%);
    transition: opacity 0.4s ease;
    left: 0;
}.key_title_screen .key_feedback_help:hover {
    box-shadow: 0 10px 25px rgba(94,170,168,0.3);
    transform: translateY(-3px);
}.key_title_screen .key_feedback_help:hover::before {
    opacity: 1;
}.key_title_screen .key_main_image {
    width: 100%;
    box-shadow: 0 15px 35px rgba(0,0,0,0.1);
    overflow: hidden;
    border-radius: 11px;
    margin-bottom: 2rem;
    height: 300px;
    position: relative;
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
}.key_title_screen .key_main_image::before {
    background: linear-gradient(180deg, rgba(0,0,0,0) 60%, rgba(0,0,0,0.4) 100%);
    content: "";
    z-index: 1;
    left: 0;
    height: 100%;
    position: absolute;
    top: 0;
    width: 100%;
}.key_title_screen .key_main_image::after {
    left: 0;
    background: rgb(172,173,172);
    content: "";
    width: 100%;
    mix-blend-mode: color;
    position: absolute;
    opacity: 0.1;
    top: 0;
    transition: opacity 0.4s ease;
    height: 100%;
}.key_title_screen:hover .key_main_image {
    transform: scale(1.02);
}.key_title_screen:hover .key_main_image::after {
    opacity: 0.2;
}

@media (min-width: 768px) {.key_title_screen .key_success_path {
    padding: 3rem;
    align-items: center;
    flex-direction: row;
}.key_title_screen .key_text_title {
    flex: 1;
    padding-right: 3rem;
}.key_title_screen .key_main_image {
    height: 450px;
    flex: 1;
    margin-bottom: 0;
}.key_title_screen h1 {
    font-size: calc(42px * 1.4);
}.key_title_screen svg {
    margin: 0 0 0 1.5rem;
    width: 80px;
    height: 80px;
}.key_title_screen .key_start_intro p {
    margin-top: 0;
}
}

@media (min-width: 992px) {.key_title_screen .key_success_path {
    padding: 4rem;
}.key_title_screen .key_text_title {
    padding-right: 5rem;
}.key_title_screen .key_main_image {
    height: 500px;
}.key_title_screen h1 {
    font-size: calc(42px * 1.5);
}.key_title_screen .key_start_intro {
    align-items: center;
    padding: 2rem;
    display: flex;
}.key_title_screen svg {
    width: 90px;
    height: 90px;
}.key_title_screen .key_feedback_help {
    padding: 1rem 2.5rem;
}
}

@media (min-width: 1200px) {.key_title_screen .key_success_path {
    height: 100vh;
    padding: 0 5rem;
}.key_title_screen .key_text_title {
    padding-right: 6rem;
}.key_title_screen .key_main_image {
    height: 600px;
}.key_title_screen h1 {
    font-size: calc(42px * 1.6);
}.key_title_screen svg {
    width: 100px;
    height: 100px;
}.key_title_screen .key_start_intro p {
    font-size: calc(12px * 1.2);
}
}

@media (prefers-reduced-motion: reduce) {.key_title_screen .key_text_title,
    .key_title_screen:hover .key_text_title,
    .key_title_screen:hover h1::after,
    .key_title_screen .key_start_intro,
    .key_title_screen .key_start_intro:hover,
    .key_title_screen svg,
    .key_title_screen .key_start_intro:hover svg,
    .key_title_screen .key_feedback_help,
    .key_title_screen .key_feedback_help:hover,
    .key_title_screen .key_main_image,
    .key_title_screen:hover .key_main_image {
    transform: none;
    transition: none;
}}header .top_plank {
    color:  #ffffff;
    background: rgb(172,173,172);
}header .top_plank .key_plank_section div svg, header .top_plank .key_plank_section div svg path {
    fill: #ffffff;
}header .top_plank .key_plank_section div span {
    color: #ffffff;
}header .top_plank .key_plank_section {
    justify-content: flex-start;
    padding: 15px 0 10px 0;
    font-size: 14px;
    width: 100%;
    align-items: center;
    display: flex;
    line-height: 21px;
    flex-wrap: wrap;
}header .top_plank .key_plank_section div {
    align-items: center;
    display: flex;
    margin-right: 24px;
    justify-content: flex-start;
}header .top_plank .key_plank_section div img, header .top_plank .key_plank_section div svg {
    width: 16px;
    height: 16px;
    margin-right: 8px;
}