* {
    margin: 0;
    box-sizing: border-box;
    padding: 0;
}html,body {
    scroll-behavior: smooth;
    font-family: Arial, sans-serif;
    color: #000000;
    min-height: 100%;
    height: 100%;
}.container {
    max-width: 100%;
    width: 1178px;
    margin: auto;
}.keyinsta_feed {
    flex: 0 0 auto;
}.keymain_page {
    flex: 1 0 auto;
}svg {
    height: 30px;
    width: 30px;
}header,footer {
    width: 100%;
}a {
    text-decoration: none;
    color: inherit;
}.keywrapper-section {
    height: 100%;
    min-height: 100%;
    display: flex;
    flex-direction: column;
}
@media only screen and (max-width: 1200px)  {.container {
    width: 100%;
    padding: 0 20px;
}
}
@media only screen and (max-width: 800px)  {.container {
    padding: 0 12px;
}}
.keytarget_audience {
    background: #ffffff;
    overflow: hidden;
    padding: 120px 0;
    position: relative;
}.keytarget_audience::before {
    width: 100%;
    content: "";
    left: 0;
    background-image: linear-gradient(rgb(175,185,197,0.5) 1px, transparent 1px), 
                     linear-gradient(90deg, rgb(175,185,197,0.5) 1px, transparent 1px);
    top: 0;
    position: absolute;
    background-size: 40px 40px;
    z-index: 0;
    height: 100%;
    opacity: 0.03;
}.keytarget_audience .container {
    max-width: 1200px;
    position: relative;
    z-index: 1;
    margin: 0 auto;
    padding: 0 20px;
}.keytarget_audience .keylearning_creators {
    position: relative;
    margin: 0 auto;
    max-width: 900px;
}.keytarget_audience h4 {
    font-weight: 600;
    font-size: 37px;
    border-left: 4px solid rgb(175,185,197);
    margin-bottom: 60px;
    padding-left: 20px;
    position: relative;
    line-height: 1.3;
    color: #000000;
}.keytarget_audience div {
    counter-reset: item;
    display: flex;
    flex-direction: column;
    gap: 30px;
}.keytarget_audience div p {
    color: #000000;
    align-items: center;
    display: flex;
    position: relative;
    min-height: 50px;
    counter-increment: item;
    line-height: 1.6;
    font-size: 12px;
    margin: 0;
    padding: 0 0 0 70px;
}.keytarget_audience div p::before {
    transition: all 0.3s ease;
    height: 50px;
    top: 50%;
    font-weight: 700;
    display: flex;
    position: absolute;
    background: rgb(211,214,217);
    border: 1px solid rgba(rgb(175,185,197), 0.1);
    left: 0;
    width: 50px;
    align-items: center;
    transform: translateY(-50%);
    justify-content: center;
    border-radius: 50%;
    color: rgb(175,185,197);
    content: counter(item);
}.keytarget_audience div p:hover::before {
    color: #ffffff;
    box-shadow: 0 5px 15px rgba(rgb(175,185,197), 0.3);
    background: rgb(175,185,197);
    transform: translateY(-50%) scale(1.1);
}.keytarget_audience div p::after {
    width: 1px;
    position: absolute;
    opacity: 0.3;
    background: rgb(175,185,197,0.5);
    height: calc(100% - 25px);
    top: 75px;
    left: 25px;
    content: "";
}.keytarget_audience div p:last-child::after {
    display: none;
}.keytarget_audience div p svg {
    opacity: 0;
    transition: all 0.3s ease;
    position: absolute;
    width: 24px;
    height: 24px;
    z-index: 1;
    left: 13px;
    top: 13px;
}.keytarget_audience div p:hover svg {
    transform: rotate(15deg);
    opacity: 1;
}.keytarget_audience div p svg path {
    fill: #ffffff;
}.keytarget_audience div p:hover {
    color: #000000;
    transform: translateX(5px);
}

@media (max-width: 991px) {.keytarget_audience {
    padding: 100px 0;
}.keytarget_audience h4 {
    font-size: calc(37px - 2px);
    margin-bottom: 50px;
}.keytarget_audience div {
    gap: 25px;
}
}

@media (max-width: 767px) {.keytarget_audience {
    padding: 80px 0;
}.keytarget_audience h4 {
    font-size: calc(37px - 4px);
    margin-bottom: 40px;
}.keytarget_audience div {
    gap: 20px;
}.keytarget_audience div p {
    padding-left: 60px;
}.keytarget_audience div p::before {
    height: 45px;
    width: 45px;
}.keytarget_audience div p::after {
    top: 67px;
    left: 22px;
}.keytarget_audience div p svg {
    left: 12px;
    height: 21px;
    top: 12px;
    width: 21px;
}
}

@media (max-width: 479px) {.keytarget_audience {
    padding: 60px 0;
}.keytarget_audience h4 {
    padding-left: 15px;
    font-size: calc(37px - 6px);
    margin-bottom: 35px;
}.keytarget_audience div {
    gap: 15px;
}.keytarget_audience div p {
    font-size: calc(12px - 1px);
    padding-left: 55px;
}.keytarget_audience div p::before {
    height: 40px;
    width: 40px;
}.keytarget_audience div p::after {
    top: 60px;
    left: 20px;
}.keytarget_audience div p svg {
    left: 10px;
    height: 20px;
    width: 20px;
    top: 10px;
}}.keyprogram_details {
    padding: 6rem 0;
    background: linear-gradient(135deg, rgb(211,214,217), #ffffff 80%);
    overflow: hidden;
    position: relative;
}.keyprogram_details::before {
    content: "";
    height: 250px;
    opacity: 0.15;
    position: absolute;
    right: -50px;
    width: 250px;
    transform: translateZ(0);
    background: rgb(167,118,167,0.5);
    border-radius: 50%;
    top: -50px;
    filter: blur(40px);
}.keyprogram_details::after {
    background: linear-gradient(90deg, transparent, rgb(167,118,167), transparent);
    height: 3px;
    left: 0;
    content: "";
    opacity: 0.6;
    width: 100%;
    position: absolute;
    bottom: 0;
}.keyprogram_details .container {
    max-width: 1200px;
    position: relative;
    margin: 0 auto;
    padding: 0 20px;
    z-index: 2;
}.keyprogram_details h2 {
    position: relative;
    display: inline-block;
    margin-bottom: 3rem;
    line-height: 1.3;
    transform: translateX(10px);
    font-weight: 700;
    font-size: 28px;
    color: #000000;
    max-width: 90%;
}.keyprogram_details h2::before {
    top: 0;
    width: 4px;
    position: absolute;
    content: "";
    transform: scaleY(0.9);
    transition: transform 0.3s ease;
    left: -10px;
    background: rgb(167,118,167);
    height: 100%;
}.keyprogram_details h2:hover::before {
    transform: scaleY(1.1);
}.keyprogram_details .keyprogram_plan {
    display: grid;
    gap: 2.5rem;
    grid-template-columns: 1fr;
    transform: translateZ(0);
}.keyprogram_details .keyimg_list {
    height: 300px;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
    transition: all 0.5s cubic-bezier(0.22, 1, 0.36, 1);
    position: relative;
    transform: translateZ(0) perspective(1000px) rotateY(2deg);
    border-radius: 10px;
    overflow: hidden;
}.keyprogram_details .keyimg_list:hover {
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
    transform: translateZ(0) perspective(1000px) rotateY(0deg) translateY(-5px);
}.keyprogram_details .keyimg_list::after {
    transition: opacity 0.5s ease;
    content: "";
    background: linear-gradient(to bottom, rgba(0,0,0,0.05), rgba(0,0,0,0.2));
    height: 100%;
    opacity: 0;
    position: absolute;
    left: 0;
    width: 100%;
    top: 0;
}.keyprogram_details .keyimg_list:hover::after {
    opacity: 1;
}.keyprogram_details .keycaption_box {
    box-shadow: 0 5px 25px rgba(0, 0, 0, 0.05);
    background: #ffffff;
    overflow: hidden;
    position: relative;
    border-radius: 10px;
    transition: transform 0.3s ease;
    padding: 2.5rem;
}.keyprogram_details .keycaption_box::before {
    transition: transform 0.5s ease;
    width: 100%;
    background: linear-gradient(90deg, rgb(175,185,197), rgb(167,118,167));
    left: 0;
    position: absolute;
    content: "";
    height: 5px;
    transform: scaleX(0.97);
    top: 0;
}.keyprogram_details .keycaption_box:hover::before {
    transform: scaleX(1);
}.keyprogram_details .description {
    margin-bottom: 1.5rem;
    opacity: 0.9;
    transition: opacity 0.3s ease;
    color: #000000;
    font-size: 12px;
    position: relative;
    line-height: 1.75;
}.keyprogram_details .description:last-child {
    margin-bottom: 0;
}.keyprogram_details .description:hover {
    opacity: 1;
}.keyprogram_details .description:first-of-type::first-letter {
    font-weight: 700;
    font-size: 1.5em;
    color: rgb(167,118,167);
}

@media (min-width: 768px) {.keyprogram_details {
    padding: 8rem 0;
}.keyprogram_details .keyprogram_plan {
    align-items: start;
    gap: 3rem;
    grid-template-columns: 1fr 1.5fr;
}.keyprogram_details h2 {
    font-size: calc(28px * 1.1);
    margin-bottom: 4rem;
    max-width: 80%;
}.keyprogram_details .keyimg_list {
    height: 100%;
    min-height: 500px;
}.keyprogram_details .keycaption_box {
    overflow-y: auto;
    max-height: 600px;
    padding: 3rem;
}.keyprogram_details .keycaption_box::-webkit-scrollbar {
    width: 8px;
}.keyprogram_details .keycaption_box::-webkit-scrollbar-track {
    background: rgba(0,0,0,0.03);
    border-radius: 10px;
}.keyprogram_details .keycaption_box::-webkit-scrollbar-thumb {
    background: rgb(167,118,167,0.5);
    border-radius: 10px;
}.keyprogram_details .keycaption_box::-webkit-scrollbar-thumb:hover {
    background: rgb(167,118,167);
}
}

@media (min-width: 992px) {.keyprogram_details h2 {
    max-width: 70%;
    font-size: calc(28px * 1.2);
}.keyprogram_details .keyprogram_plan {
    gap: 4rem;
    grid-template-columns: 0.8fr 1.2fr;
}.keyprogram_details .keyimg_list {
    transform: translateZ(0) perspective(1200px) rotateY(4deg);
}.keyprogram_details .keycaption_box {
    max-height: 650px;
    transform: translateZ(0) perspective(1200px) rotateY(-2deg);
    padding: 3.5rem;
}.keyprogram_details .keycaption_box:hover {
    transform: translateZ(0) perspective(1200px) rotateY(0deg);
}.keyprogram_details .description {
    line-height: 1.8;
}
}

@media (min-width: 1200px) {.keyprogram_details {
    padding: 10rem 0;
}.keyprogram_details .container {
    padding: 0 30px;
}.keyprogram_details h2 {
    margin-bottom: 5rem;
    font-size: calc(28px * 1.3);
}.keyprogram_details .keyprogram_plan {
    grid-template-columns: 0.7fr 1.3fr;
    gap: 5rem;
}.keyprogram_details .keyimg_list {
    min-height: 600px;
}.keyprogram_details .keycaption_box {
    padding: 4rem;
    max-height: 700px;
}
}

@media (max-width: 767px) {.keyprogram_details {
    padding: 4rem 0;
}.keyprogram_details h2 {
    margin-bottom: 2rem;
    font-size: calc(28px * 0.9);
}.keyprogram_details .keyimg_list {
    height: 250px;
}.keyprogram_details .keycaption_box {
    padding: 1.5rem;
}.keyprogram_details .description {
    line-height: 1.6;
    font-size: calc(12px * 0.95);
}
}

@media (max-width: 480px) {.keyprogram_details {
    padding: 3rem 0;
}.keyprogram_details h2 {
    font-size: calc(28px * 0.8);
    max-width: 100%;
}.keyprogram_details .keyimg_list {
    height: 200px;
}.keyprogram_details .keycaption_box {
    padding: 1.25rem;
}.keyprogram_details .description {
    line-height: 1.5;
    font-size: calc(12px * 0.9);
}}.keyservice_info {
    background: linear-gradient(135deg, rgb(211,214,217) 0%, rgba(245, 247, 250, 0.9) 100%);
    padding: 5rem 2rem;
    position: relative;
    overflow: hidden;
    font-family: Arial, sans-serif;
}.keyservice_info::before {
    transform: rotate(-15deg) skewX(15deg);
    right: -5%;
    height: 70%;
    background: linear-gradient(225deg, rgb(175,185,197,0.5) 0%, transparent 70%);
    position: absolute;
    top: -10%;
    width: 40%;
    animation: float 15s infinite ease-in-out;
    opacity: 0.4;
    z-index: 0;
    content: "";
}.keyservice_info::after {
    transform: rotate(10deg) skewY(-10deg);
    opacity: 0.3;
    background: linear-gradient(45deg, rgb(167,118,167,0.5) 0%, transparent 70%);
    height: 60%;
    z-index: 0;
    animation: float 18s infinite ease-in-out reverse;
    content: "";
    bottom: -5%;
    width: 40%;
    left: -5%;
    position: absolute;
}.keyservice_info h1 {
    font-size: 39px;
    font-weight: 700;
    position: relative;
    color: #000000;
    transform: perspective(1000px) rotateX(2deg);
    z-index: 10;
    text-align: center;
    margin-bottom: 2.5rem;
}.keyservice_info h1::after {
    width: 80px;
    content: "";
    transform: translateX(-50%) skewX(-15deg);
    height: 3px;
    position: absolute;
    background: linear-gradient(90deg, rgb(175,185,197) 0%, rgb(167,118,167) 100%);
    left: 50%;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);
    bottom: -0.5rem;
}.keyservice_info .container {
    margin: 0 auto;
    position: relative;
    max-width: 1200px;
    z-index: 5;
}.keyservice_info .keycourse_ask {
    grid-template-columns: 1fr;
    gap: 2.5rem;
    transform: perspective(1000px) rotateY(-1deg);
    display: grid;
    transition: transform 0.5s ease, box-shadow 0.5s ease;
    backdrop-filter: blur(10px);
    padding: 2.5rem;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.05), 
                0 5px 15px rgba(0, 0, 0, 0.03),
                0 0 0 1px rgba(0, 0, 0, 0.02);
    background: rgba(255, 255, 255, 0.85);
}.keyservice_info .keycourse_ask:hover {
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.08), 
                0 10px 20px rgba(0, 0, 0, 0.05),
                0 0 0 1px rgba(0, 0, 0, 0.02);
    transform: perspective(1000px) rotateY(0deg);
}.keyservice_info .keycourse_ask > div {
    position: relative;
    padding-left: 1rem;
}.keyservice_info .keycourse_ask > div::before {
    background: linear-gradient(to bottom, rgb(175,185,197) 0%, rgb(167,118,167) 100%);
    left: 0;
    top: 0;
    height: 100%;
    content: "";
    transform: scaleY(0.95) translateX(-50%);
    width: 3px;
    position: absolute;
}.keyservice_info .keycourse_ask > div:first-child > div {
    position: relative;
    color: #000000;
    line-height: 1.6;
    font-size: 1.1rem;
    padding-right: 1rem;
    margin-bottom: 1.5rem;
}.keyservice_info h6 {
    display: flex;
    font-size: 16px;
    font-weight: 600;
    transition: transform 0.3s ease;
    margin-bottom: 0.75rem;
    transform: translateX(0);
    color: #000000;
    align-items: center;
    gap: 0.5rem;
}.keyservice_info span {
    color: #000000;
    display: block;
    transition: color 0.3s ease;
    margin-left: 1.75rem;
    line-height: 1.5;
    font-size: calc(16px * 0.95);
}.keyservice_info .keysupport_contact {
    margin-top: 0.5rem;
    gap: 1rem;
    display: flex;
    flex-direction: column;
}.keyservice_info .keyrequest_team {
    gap: 0.5rem;
    transform: translateX(0);
    transition: all 0.3s ease;
    position: relative;
    padding: 0.5rem 0.75rem;
    display: flex;
    overflow: hidden;
    color: #000000;
    font-size: calc(16px * 0.95);
    align-items: center;
    text-decoration: none;
}.keyservice_info .keyrequest_team::before {
    width: 100%;
    position: absolute;
    content: "";
    height: 1px;
    transform-origin: left;
    transform: scaleX(0);
    left: 0;
    background: linear-gradient(90deg, rgb(175,185,197) 0%, rgb(167,118,167) 100%);
    transition: transform 0.4s cubic-bezier(0.23, 1, 0.32, 1);
    bottom: 0;
}.keyservice_info .keyrequest_team:hover {
    transform: translateX(5px);
    color: rgb(175,185,197);
}.keyservice_info .keyrequest_team:hover::before {
    transform: scaleX(1);
}.keyservice_info svg {
    flex-shrink: 0;
    height: 20px;
    width: 20px;
    transition: transform 0.3s ease, fill 0.3s ease;
}.keyservice_info .keyrequest_team:hover svg {
    transform: scale(1.15);
}.keyservice_info svg path {
    transition: fill 0.3s ease;
    fill: #000000;
}.keyservice_info .keyrequest_team:hover svg path {
    fill: rgb(175,185,197);
}

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

@media (min-width: 768px) {.keyservice_info {
    padding: 6rem 3rem;
}.keyservice_info h1 {
    font-size: calc(39px * 1.1);
    margin-bottom: 3.5rem;
}.keyservice_info .keycourse_ask {
    grid-template-columns: 1fr 1fr;
    padding: 3rem;
    transform: perspective(1500px) rotateY(-2deg);
}.keyservice_info .keycourse_ask > div:first-child {
    grid-column: span 2;
}.keyservice_info .keycourse_ask > div:first-child > div {
    max-width: 90%;
    font-size: 1.15rem;
}.keyservice_info h6 {
    font-size: calc(16px * 1.05);
}.keyservice_info span {
    font-size: 16px;
}.keyservice_info .keyrequest_team {
    font-size: 16px;
}.keyservice_info svg {
    height: 22px;
    width: 22px;
}
}

@media (min-width: 992px) {.keyservice_info {
    padding: 7rem 4rem;
}.keyservice_info .keycourse_ask {
    gap: 3rem;
    grid-template-columns: 2fr 1fr 1fr;
    transform: perspective(2000px) rotateY(-3deg);
}.keyservice_info .keycourse_ask > div:first-child {
    grid-column: 1;
}.keyservice_info .keysupport_contact {
    gap: 1.25rem;
}.keyservice_info h1::after {
    width: 100px;
}
}

@media (hover: none) {.keyservice_info .keycourse_ask {
    transform: none !important;
}.keyservice_info .keyrequest_team:hover {
    transform: none;
}
}

@media (prefers-reduced-motion) {.keyservice_info::before,
    .keyservice_info::after {
    animation: none;
}.keyservice_info .keycourse_ask,
    .keyservice_info .keycourse_ask:hover {
    transition: none;
}}.keytraining_benefits {
    position: relative;
    background: linear-gradient(135deg, rgb(211,214,217) 0%, rgba(240, 242, 245, 0.9) 100%);
    overflow: hidden;
    padding: 100px 0;
}.keytraining_benefits::before {
    z-index: 1;
    opacity: 0.4;
    animation: pulse 15s infinite alternate ease-in-out;
    content: "";
    width: 300px;
    top: -50px;
    background: radial-gradient(circle, rgb(167,118,167,0.5) 0%, transparent 70%);
    height: 300px;
    right: -50px;
    position: absolute;
}.keytraining_benefits::after {
    left: -80px;
    position: absolute;
    height: 250px;
    background: radial-gradient(circle, rgb(175,185,197,0.5) 0%, transparent 70%);
    bottom: -80px;
    z-index: 1;
    content: "";
    opacity: 0.3;
    width: 250px;
    animation: pulse 18s infinite alternate-reverse ease-in-out;
}.keytraining_benefits .container {
    max-width: 1200px;
    position: relative;
    z-index: 2;
    margin: 0 auto;
    padding: 0 20px;
}.keytraining_benefits .keylearning_creators {
    gap: 40px;
    display: flex;
    position: relative;
    flex-direction: column-reverse;
}.keytraining_benefits .keycaption_box {
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    padding: 35px;
    flex: 1;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.05), 0 5px 15px rgba(0, 0, 0, 0.03);
    background: rgba(255, 255, 255, 0.9);
    transform: translateY(0);
    position: relative;
}.keytraining_benefits .keycaption_box:hover {
    transform: translateY(-5px);
}.keytraining_benefits .keycaption_box::before {
    background: rgb(175,185,197);
    left: 0;
    position: absolute;
    content: "";
    top: 0;
    height: 0;
    width: 5px;
    transition: height 0.6s cubic-bezier(0.19, 1, 0.22, 1);
}.keytraining_benefits .keycaption_box:hover::before {
    height: 100%;
}.keytraining_benefits .keycaption_box h4 {
    color: #000000;
    font-family: Arial, sans-serif;
    position: relative;
    line-height: 1.4;
    font-weight: 700;
    padding-bottom: 15px;
    margin-bottom: 25px;
    font-size: calc(19px * 1.1);
}.keytraining_benefits .keycaption_box h4::after {
    bottom: 0;
    position: absolute;
    background: rgb(167,118,167);
    content: "";
    transform-origin: left;
    left: 0;
    height: 3px;
    width: 80px;
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    transform: scaleX(1);
}.keytraining_benefits .keycaption_box:hover h4::after {
    transform: scaleX(1.5);
}.keytraining_benefits .keycaption_box > div {
    display: flex;
    gap: 20px;
    flex-direction: column;
}.keytraining_benefits .keycaption_box ul {
    padding: 0;
    list-style: none;
    margin: 0;
}.keytraining_benefits .keycaption_box li {
    margin-bottom: 15px;
    transition: transform 0.4s cubic-bezier(0.19, 1, 0.22, 1), opacity 0.4s ease;
    opacity: 0.95;
    transform: translateX(0);
}.keytraining_benefits .keycaption_box li:hover {
    transform: translateX(5px);
    opacity: 1;
}.keytraining_benefits .keycaption_box li p {
    align-items: flex-start;
    margin: 0;
    color: #000000;
    font-size: 17px;
    display: flex;
    gap: 15px;
    line-height: 1.6;
}.keytraining_benefits .keycaption_box li p span:first-child {
    flex-shrink: 0;
    margin-top: 2px;
}.keytraining_benefits .keycaption_box li p span:last-child {
    position: relative;
}.keytraining_benefits .keycaption_box li p span:last-child::before {
    position: absolute;
    transition: width 0.4s ease;
    height: 1px;
    background: rgb(175,185,197);
    content: "";
    width: 0;
    bottom: -2px;
    left: 0;
}.keytraining_benefits .keycaption_box li:hover p span:last-child::before {
    width: 100%;
}.keytraining_benefits svg {
    transition: transform 0.3s ease;
    width: 22px;
    height: 22px;
}.keytraining_benefits li:hover svg {
    transform: scale(1.1) rotate(5deg);
}.keytraining_benefits svg path {
    transition: fill 0.3s ease;
    fill: rgb(167,118,167);
}.keytraining_benefits li:hover svg path {
    fill: rgb(175,185,197);
}.keytraining_benefits .keyimg_list {
    width: 100%;
    box-shadow: 20px 20px 60px rgba(0, 0, 0, 0.1), -20px -20px 60px rgba(255, 255, 255, 0.8);
    border-radius: 10px;
    height: auto;
    object-fit: cover;
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1), box-shadow 0.5s ease;
    transform: perspective(1000px) rotateX(2deg) rotateY(-2deg);
}.keytraining_benefits .keyimg_list:hover {
    transform: perspective(1000px) rotateX(0) rotateY(0);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.12);
}

@keyframes pulse {
    0%, 100% {
        transform: scale(1);
        opacity: 0.3;
    }
    50% {
        transform: scale(1.1);
        opacity: 0.5;
    }
}

@media (min-width: 768px) {.keytraining_benefits .keylearning_creators {
    gap: 60px;
    flex-direction: row;
    align-items: center;
}.keytraining_benefits .keycaption_box {
    padding: 45px;
}.keytraining_benefits .keycaption_box > div {
    flex-direction: row;
}.keytraining_benefits .keyimg_list {
    max-width: 45%;
    object-position: center;
}.keytraining_benefits .keycaption_box h4 {
    font-size: calc(19px * 1.2);
}
}

@media (min-width: 992px) {.keytraining_benefits {
    padding: 120px 0;
}.keytraining_benefits .keylearning_creators {
    gap: 80px;
}.keytraining_benefits .keycaption_box {
    padding: 50px;
}.keytraining_benefits .keycaption_box h4 {
    font-size: calc(19px * 1.3);
    margin-bottom: 35px;
}.keytraining_benefits .keycaption_box h4::after {
    width: 100px;
}.keytraining_benefits svg {
    width: 24px;
    height: 24px;
}.keytraining_benefits .keyimg_list {
    transform: perspective(1200px) rotateX(3deg) rotateY(-3deg) translateZ(20px);
}
}

@media (min-width: 1200px) {.keytraining_benefits .container {
    padding: 0;
}.keytraining_benefits .keylearning_creators {
    gap: 100px;
}.keytraining_benefits .keycaption_box {
    padding: 60px;
}.keytraining_benefits .keycaption_box li {
    margin-bottom: 20px;
}.keytraining_benefits .keyimg_list {
    max-width: 50%;
}
}

@media (max-width: 767px) {.keytraining_benefits {
    padding: 70px 0;
}.keytraining_benefits .keycaption_box h4 {
    margin-bottom: 20px;
    padding-bottom: 12px;
    font-size: 19px;
}.keytraining_benefits .keycaption_box {
    padding: 25px;
}.keytraining_benefits .keyimg_list {
    transform: perspective(800px) rotateX(1deg) rotateY(-1deg);
}.keytraining_benefits svg {
    width: 20px;
    height: 20px;
}}.keyplan_showcase {
    overflow: hidden;
    position: relative;
    color: #ffffff;
    padding: 120px 0 140px;
}.keyplan_showcase::before {
    z-index: 0;
    background: linear-gradient(135deg, rgba(25, 35, 60, 0.92), rgba(35, 45, 85, 0.95));
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    height: 100%;
    width: 100%;
}.keyplan_showcase .container {
    margin: 0 auto;
    padding: 0 15px;
    z-index: 1;
    position: relative;
    max-width: 1320px;
}.keyplan_showcase .keycert_cost {
    position: relative;
}.keyplan_showcase .keycert_cost::before {
    right: -80px;
    border-radius: 50%;
    filter: blur(60px);
    top: -80px;
    background: linear-gradient(225deg, rgb(175,185,197,0.5), transparent);
    position: absolute;
    pointer-events: none;
    content: "";
    height: 200px;
    opacity: 0.4;
    width: 200px;
}.keyplan_showcase h2 {
    position: relative;
    margin-bottom: 20px;
    display: inline-block;
    font-weight: 700;
    background-clip: text !important;
    -webkit-background-clip: text !important;
    text-shadow: 0 2px 15px rgba(255, 255, 255, 0.15);
    color: transparent;
    background: linear-gradient(90deg, #ffffff, rgba(255, 255, 255, 0.8));
    font-size: 30px;
}.keyplan_showcase h2::after {
    bottom: -8px;
    transform-origin: left;
    transform: scaleX(1);
    transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
    content: "";
    position: absolute;
    left: 0;
    background: rgb(175,185,197);
    width: 80px;
    height: 3px;
}.keyplan_showcase h2:hover::after {
    transform: scaleX(1.2);
}.keyplan_showcase .keycost_fee {
    font-weight: 300;
    margin-bottom: 50px;
    max-width: 700px;
    opacity: 0.9;
    line-height: 1.6;
    font-size: calc(17px + 2px);
}.keyplan_showcase .keypayment_pricing {
    margin: 0;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    padding: 0;
    gap: 30px;
    list-style: none;
    display: grid;
}.keyplan_showcase .keypayment_pricing li {
    perspective: 1000px;
    height: 100%;
}.keyplan_showcase .keylearning_pricing {
    background: linear-gradient(145deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.03));
    position: relative;
    backdrop-filter: blur(10px);
    display: block;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.08);
    transition: transform 0.5s cubic-bezier(0.23, 1, 0.32, 1), box-shadow 0.5s cubic-bezier(0.23, 1, 0.32, 1);
    text-decoration: none;
    min-height: 400px;
    -webkit-backdrop-filter: blur(10px);
    transform-style: preserve-3d;
    height: 100%;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.2), 0 3px 10px rgba(0, 0, 0, 0.1);
}.keyplan_showcase .keylearning_pricing:hover {
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3), 0 5px 15px rgba(0, 0, 0, 0.15);
    transform: translateY(-10px) rotateX(2deg) rotateY(2deg);
}.keyplan_showcase .keylearning_pricing::before {
    left: 0;
    background: linear-gradient(135deg, transparent, rgba(255, 255, 255, 0.05), transparent);
    transform: translateX(-100%);
    content: "";
    height: 100%;
    position: absolute;
    pointer-events: none;
    width: 100%;
    top: 0;
    transition: transform 0.8s ease;
}.keyplan_showcase .keylearning_pricing:hover::before {
    transform: translateX(100%);
}.keyplan_showcase .keylearning_pricing::after {
    height: 10px;
    opacity: 0.8;
    left: -5px;
    box-shadow: 0 0 20px 5px rgb(175,185,197,0.5);
    top: -5px;
    transition: transform 0.5s cubic-bezier(0.23, 1, 0.32, 1);
    content: "";
    background: rgb(175,185,197);
    position: absolute;
    width: 10px;
    border-radius: 50%;
}.keyplan_showcase .keylearning_pricing:hover::after {
    transform: scale(1.5);
}.keyplan_showcase .keypricing_levels {
    position: relative;
    height: 100%;
    overflow: hidden;
    flex-direction: column;
    padding: 35px 25px;
    display: flex;
}.keyplan_showcase .keytrial_pricing {
    z-index: 2;
    position: relative;
}.keyplan_showcase .keylearning_pricing h4 {
    position: relative;
    margin-bottom: 20px;
    font-weight: 600;
    transition: transform 0.3s ease;
    color: #ffffff;
    font-size: 23px;
    padding-bottom: 15px;
}.keyplan_showcase .keylearning_pricing:hover h4 {
    transform: translateX(5px);
}.keyplan_showcase .keylearning_pricing h4::after {
    height: 2px;
    content: "";
    left: 0;
    background: rgb(175,185,197);
    bottom: 0;
    transition: width 0.3s ease;
    position: absolute;
    width: 40px;
}.keyplan_showcase .keylearning_pricing:hover h4::after {
    width: 60px;
}.keyplan_showcase .keylearning_pricing p {
    margin-bottom: 30px;
    white-space: normal;
    font-size: 17px;
    line-height: 1.7;
    overflow-y: auto;
    overflow-wrap: break-word;
    color: rgba(255, 255, 255, 0.8);
    padding-right: 10px;
    max-height: 200px;
    word-break: normal;
}.keyplan_showcase .keylearning_pricing p::-webkit-scrollbar {
    width: 4px;
}.keyplan_showcase .keylearning_pricing p::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.2);
}.keyplan_showcase .keylearning_pricing p::-webkit-scrollbar-track {
    background: rgba(0, 0, 0, 0.1);
    border-radius: 10px;
}.keyplan_showcase .keyrate_packages {
    font-weight: 700;
    color: #ffffff;
    overflow: hidden;
    font-size: calc(23px + 4px);
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    background: linear-gradient(135deg, rgb(175,185,197), rgb(167,118,167));
    display: inline-block;
    border-radius: 10px;
    position: relative;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    padding: 10px 25px;
}.keyplan_showcase .keylearning_pricing:hover .keyrate_packages {
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.2);
    transform: translateY(-5px);
}.keyplan_showcase .keyrate_packages::before {
    left: 0;
    height: 100%;
    transition: transform 0.6s ease;
    width: 100%;
    background: linear-gradient(to right, transparent, rgba(255, 255, 255, 0.1), transparent);
    position: absolute;
    transform: skewX(-20deg) translateX(-100%);
    content: "";
    top: 0;
}.keyplan_showcase .keylearning_pricing:hover .keyrate_packages::before {
    transform: skewX(-20deg) translateX(100%);
}

@media (max-width: 991px) {.keyplan_showcase {
    padding: 80px 0 100px;
}.keyplan_showcase .keypayment_pricing {
    grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
    gap: 20px;
}.keyplan_showcase .keylearning_pricing {
    min-height: 450px;
}.keyplan_showcase .keypricing_levels {
    padding: 25px 20px;
}.keyplan_showcase h2 {
    font-size: calc(30px - 4px);
}.keyplan_showcase .keycost_fee {
    margin-bottom: 40px;
    font-size: 17px;
}
}

@media (max-width: 767px) {.keyplan_showcase {
    padding: 60px 0 80px;
}.keyplan_showcase .keypayment_pricing {
    max-width: 400px;
    grid-template-columns: 1fr;
    margin: 0 auto;
}.keyplan_showcase .keylearning_pricing {
    min-height: auto;
}.keyplan_showcase h2 {
    font-size: calc(30px - 8px);
}.keyplan_showcase .keycost_fee {
    margin-bottom: 30px;
    font-size: calc(17px - 1px);
}.keyplan_showcase .keylearning_pricing p {
    max-height: 150px;
}
}

@media (max-width: 480px) {.keyplan_showcase {
    padding: 50px 0 70px;
}.keyplan_showcase .keypricing_levels {
    padding: 20px 15px;
}.keyplan_showcase h2 {
    font-size: calc(30px - 10px);
}.keyplan_showcase .keyrate_packages {
    padding: 8px 20px;
    font-size: 23px;
}.keyplan_showcase .keylearning_pricing h4 {
    font-size: calc(23px - 2px);
    margin-bottom: 15px;
}}.keysecure_pantry {
    font-family: Arial, sans-serif;
    background-color: rgb(211,214,217);
    border: 1px solid rgba(0, 0, 0, 0.5);
    position: relative;
    overflow: hidden;
    color: #000000;
    padding: 50px;
}.keysecure_pantry::before,
.keysecure_pantry::after {
    content: '';
    background: rgb(175,185,197,0.5);
    opacity: 0.1;
    border-radius: 50%;
    position: absolute;
}.keysecure_pantry::before {
    height: 200px;
    left: -50px;
    width: 200px;
    top: -50px;
}.keysecure_pantry::after {
    right: -100px;
    bottom: -100px;
    height: 300px;
    width: 300px;
}.keysecure_pantry h1,
.keysecure_pantry h2 {
    margin: 20px 0;
    letter-spacing: 2px;
    position: relative;
    padding-left: 40px;
    text-transform: uppercase;
}.keysecure_pantry h1::before,
.keysecure_pantry h2::before {
    background: rgb(175,185,197);
    height: 30px;
    position: absolute;
    content: '';
    width: 30px;
    left: 0;
    border-radius: 50%;
}.keysecure_pantry h1 {
    font-weight: 700;
    color: rgb(175,185,197);
    font-size: 40px;
}.keysecure_pantry h2 {
    font-size: 31px;
    color: rgb(167,118,167);
    font-weight: 600;
}.keysecure_pantry ul {
    padding: 0;
    margin: 20px 0;
    list-style-type: none;
    counter-reset: custom-counter;
}.keysecure_pantry ul li {
    padding: 10px 0;
    padding-left: 40px;
    font-weight: 400;
    border-bottom: 1px solid rgba(0, 0, 0, 0.5);
    color: #000000;
    font-size: 15px;
    position: relative;
}.keysecure_pantry ul li::before {
    position: absolute;
    border-radius: 50%;
    background: rgb(167,118,167);
    left: 0;
    display: flex;
    content: counter(custom-counter);
    counter-increment: custom-counter;
    justify-content: center;
    top: 50%;
    align-items: center;
    height: 30px;
    font-weight: 700;
    width: 30px;
    transform: translateY(-50%);
    color: #ffffff;
}.keysecure_pantry p {
    position: relative;
    padding-left: 15px;
    font-weight: 300;
    font-size: 15px;
    margin: 20px 0;
    color: #000000;
    border-left: 4px solid rgb(175,185,197);
    line-height: 1.8;
}.keysecure_pantry p::before {
    border-radius: 50%;
    left: 0;
    width: 10px;
    background: rgb(175,185,197);
    height: 10px;
    top: 0;
    content: '';
    position: absolute;
    transform: translate(-50%, -50%);
}.keysecure_pantry .container div {
    padding: 20px;
    position: relative;
    border-radius: 10px;
    border: 1px dashed rgb(167,118,167,0.5);
    margin: 20px 0;
}.keysecure_pantry .container div::before {
    left: -10px;
    top: -10px;
    height: 20px;
    content: '';
    position: absolute;
    border-radius: 50%;
    background: rgb(167,118,167);
    opacity: 0.5;
    width: 20px;
}.keysecure_pantry .container div::after {
    background: rgb(167,118,167);
    position: absolute;
    width: 20px;
    opacity: 0.5;
    content: '';
    bottom: -10px;
    border-radius: 50%;
    height: 20px;
    right: -10px;
}
@media only screen and (max-width: 800px) {.keysecure_pantry {
    padding: 30px;
}.keysecure_pantry h1 {
    font-size: calc(18px - 8px);
}.keysecure_pantry h2 {
    font-size: calc(18px - 8px);
}.keysecure_pantry ul li {
    font-size: calc(15px - 2px);
}.keysecure_pantry p {
    font-size: calc(15px - 2px);
}}
.keystudy_process {
    background: linear-gradient(135deg, rgb(211,214,217), #ffffff);
    position: relative;
    overflow: hidden;
    padding: 5rem 0;
}.keystudy_process::before {
    background-image: repeating-linear-gradient(
        45deg,
        rgba(rgb(175,185,197,0.5), 0.03),
        rgba(rgb(175,185,197,0.5), 0.03) 1px,
        transparent 1px,
        transparent 10px
    );
    left: 0;
    width: 100%;
    position: absolute;
    content: "";
    top: 0;
    z-index: 1;
    height: 100%;
}.keystudy_process::after {
    width: 200px;
    height: 200px;
    top: -50px;
    right: -50px;
    content: "";
    border: 1px solid rgba(rgb(175,185,197,0.5), 0.2);
    z-index: 0;
    position: absolute;
    transform: rotate(15deg);
}.keystudy_process .container.keylearning_creators {
    z-index: 2;
    position: relative;
    padding: 0 2rem;
    max-width: 1200px;
    margin: 0 auto;
}.keystudy_process .container.keylearning_creators > div {
    background-color: #ffffff;
    position: relative;
    transform: translateY(0);
    box-shadow: 0 15px 40px rgba(rgba(0, 0, 0, 0.5), 0.08);
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1), box-shadow 0.5s ease;
    padding: 3.5rem 4rem;
}.keystudy_process .container.keylearning_creators > div:hover {
    box-shadow: 0 25px 50px rgba(rgba(0, 0, 0, 0.5), 0.12);
    transform: translateY(-10px);
}.keystudy_process .container.keylearning_creators > div::before {
    top: 0;
    height: 0;
    background: linear-gradient(to bottom, rgb(175,185,197), rgb(167,118,167));
    position: absolute;
    width: 5px;
    content: "";
    left: 0;
    transition: height 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}.keystudy_process .container.keylearning_creators > div:hover::before {
    height: 100%;
}.keystudy_process .container.keylearning_creators > div::after {
    background: linear-gradient(45deg, transparent 48%, rgb(167,118,167) 48%, rgb(167,118,167) 52%, transparent 52%);
    content: "";
    height: 40px;
    position: absolute;
    width: 40px;
    opacity: 0.2;
    transform: rotate(45deg);
    bottom: 2rem;
    right: 2rem;
}.keystudy_process h3 {
    margin-bottom: 1.5rem;
    letter-spacing: -0.02em;
    font-weight: 600;
    color: #000000;
    line-height: 1.3;
    position: relative;
    padding-bottom: 1rem;
    font-size: 2.2rem;
    font-family: Arial, sans-serif;
}.keystudy_process h3::after {
    transition: width 0.4s ease;
    position: absolute;
    content: "";
    width: 80px;
    background: linear-gradient(90deg, rgb(175,185,197), rgb(167,118,167));
    bottom: 0;
    height: 3px;
    left: 0;
}.keystudy_process .container.keylearning_creators > div:hover h3::after {
    width: 120px;
}.keystudy_process p {
    transition: transform 0.3s ease;
    font-family: Arial, sans-serif;
    margin: 0;
    line-height: 1.8;
    font-size: 12px;
    position: relative;
    color: #000000;
}.keystudy_process p span {
    padding-left: 1rem;
    position: relative;
    display: block;
    border-left: 1px dashed rgba(rgb(175,185,197,0.5), 0.3);
}

@media (min-width: 992px) {.keystudy_process .container.keylearning_creators > div {
    padding: 4rem 5rem;
    grid-template-columns: 1fr;
    display: grid;
    margin-left: 3rem;
}.keystudy_process h3 {
    margin-bottom: 2rem;
    font-size: 2.6rem;
}.keystudy_process p {
    line-height: 1.9;
    font-size: calc(12px + 0.1rem);
}
}

@media (min-width: 1200px) {.keystudy_process {
    padding: 7rem 0;
}.keystudy_process .container.keylearning_creators > div {
    margin-left: 5rem;
    padding: 5rem 6rem;
}.keystudy_process h3 {
    font-size: 2.8rem;
}.keystudy_process p span {
    padding-left: 1.5rem;
}
}

@media (max-width: 991px) {.keystudy_process {
    padding: 4rem 0;
}.keystudy_process .container.keylearning_creators {
    padding: 0 1.5rem;
}.keystudy_process .container.keylearning_creators > div {
    padding: 2.5rem 2rem;
}.keystudy_process h3 {
    font-size: 1.8rem;
    margin-bottom: 1.2rem;
    padding-bottom: 0.8rem;
}.keystudy_process h3::after {
    width: 60px;
    height: 2px;
}
}

@media (max-width: 767px) {.keystudy_process {
    padding: 3rem 0;
}.keystudy_process .container.keylearning_creators > div {
    padding: 2rem 1.5rem;
}.keystudy_process h3 {
    font-size: 1.6rem;
}.keystudy_process p {
    line-height: 1.7;
    font-size: calc(12px - 0.1rem);
}.keystudy_process p span {
    padding-left: 0.75rem;
}
}

@media (max-width: 575px) {.keystudy_process .container.keylearning_creators > div {
    padding: 1.75rem 1.25rem;
}.keystudy_process .container.keylearning_creators > div::after {
    display: none;
}.keystudy_process h3 {
    margin-bottom: 1rem;
    padding-bottom: 0.6rem;
    font-size: 1.5rem;
}.keystudy_process h3::after {
    width: 50px;
}}header {
    background: linear-gradient(to right, #000000 0%, rgba(0, 0, 0, 0.5) 100%);
    margin-top: 0;
    z-index: 100;
    position: relative;
    padding: 0;
    overflow: visible;
}header::before {
    background-image: 
        linear-gradient(rgba(255, 255, 255, 0.03) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255, 255, 255, 0.03) 1px, transparent 1px);
    position: absolute;
    content: '';
    height: 100%;
    background-size: 20px 20px;
    top: 0;
    z-index: 0;
    left: 0;
    width: 100%;
}header::after {
    content: '';
    background: linear-gradient(90deg, 
        rgb(175,185,197) 0%,
        rgb(167,118,167) 50%,
        rgb(175,185,197) 100%
    );
    bottom: 0;
    left: 0;
    width: 100%;
    position: absolute;
    height: 4px;
    animation: gradientSlide 5s linear infinite;
    background-size: 200% auto;
}@keyframes gradientSlide {
    0% { background-position: 0% center; }
    100% { background-position: 200% center; }
}

header .keyhead_mainwrap {
    z-index: 5;
    display: flex;
    justify-content: space-between;
    position: relative;
    padding: 1.3rem 2rem;
    align-items: center;
}header .keytop_mentor {
    z-index: 5;
    position: relative;
    flex: 0 0 auto;
}header .keyhead_bar {
    display: flex;
    transition: all 0.3s ease;
    text-decoration: none;
    z-index: 2;
    align-items: center;
    padding: 0.5rem;
    position: relative;
}header .keyhead_bar:hover {
    transform: translateY(-3px) scale(1.02);
}header .keyhead_bar img {
    filter: brightness(1.2) drop-shadow(0 0 8px rgba(255, 255, 255, 0.3));
    max-height: 40px;
}header .keytop_mentor::before {
    bottom: -8px;
    right: -8px;
    transition: all 0.3s ease;
    border-radius: 10px;
    top: -8px;
    transform: skew(-3deg);
    opacity: 0.3;
    content: '';
    position: absolute;
    left: -8px;
    border: 1px solid rgb(175,185,197);
}header .keytop_mentor:hover::before {
    box-shadow: 0 0 15px rgb(175,185,197,0.5);
    transform: skew(-5deg) scale(1.05);
    opacity: 0.7;
}header .keyhead_class {
    margin: 0;
    position: relative;
    list-style: none;
    z-index: 5;
    padding: 0;
    display: flex;
}header .keytop_learn {
    margin: 0 0.3rem;
    position: relative;
    perspective: 800px;
}header .keytop_learn a {
    letter-spacing: 0.5px;
    color: #ffffff;
    padding: 0.8rem 1.2rem;
    font-size: 17px;
    z-index: 1;
    text-decoration: none;
    display: block;
    position: relative;
    transition: all 0.4s ease;
    font-weight: 600;
    border: 1px solid transparent;
}header .keytop_learn a::before {
    background: rgb(175,185,197);
    position: absolute;
    left: 10%;
    height: 1px;
    bottom: 5px;
    transform: scaleX(0);
    width: 80%;
    transition: transform 0.3s ease;
    content: '';
    opacity: 0.7;
}header .keytop_learn a:hover {
    background: rgba(0, 0, 0, 0.2);
    transform: translateZ(10px);
    color: rgb(175,185,197);
    border-color: rgba(255, 255, 255, 0.1);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
}header .keytop_learn a:hover::before {
    transform: scaleX(1);
}header .keytop_learn::after {
    z-index: -1;
    left: 0;
    width: 100%;
    transition: opacity 0.3s ease;
    position: absolute;
    height: 100%;
    content: '';
    pointer-events: none;
    background: radial-gradient(circle at center, rgb(175,185,197,0.5) 0%, transparent 70%);
    opacity: 0;
    top: 0;
}header .keytop_learn:hover::after {
    opacity: 0.4;
}header .keyhead_mainwrap::before {
    left: 35%;
    position: absolute;
    background: linear-gradient(90deg, transparent, rgb(175,185,197), transparent);
    top: 0;
    height: 1px;
    content: '';
    width: 30%;
}header .keyhead_mainwrap::after {
    height: 1px;
    position: absolute;
    content: '';
    background: linear-gradient(90deg, transparent, #ffffff, transparent);
    width: 60%;
    left: 20%;
    opacity: 0.1;
    bottom: 0;
}.keymain_page {
    z-index: 1;
    margin-top: 0;
    background: rgb(211,214,217);
    padding-top: 2rem;
    position: relative;
}

@media (min-width: 1400px) {header .keyhead_mainwrap {
    margin: 0 auto;
    max-width: 1300px;
}header .keytop_learn {
    margin: 0 0.5rem;
}header .keytop_learn a {
    padding: 0.8rem 1.5rem;
}
}

@media (max-width: 991px) {header {
    padding: 0;
}header .keyhead_mainwrap {
    flex-wrap: wrap;
    flex-direction: row;
    padding: 1rem 1.5rem;
    justify-content: space-between;
}header .keytop_mentor {
    margin-bottom: 0;
}header .keyhead_class {
    margin-top: 1rem;
    flex: 1 0 100%;
    justify-content: center;
}header .keytop_learn {
    margin: 0 0.2rem;
}header .keytop_learn a {
    padding: 0.6rem 0.8rem;
    font-size: calc(17px - 1px);
}header .keytop_mentor::before {
    bottom: -5px;
    left: -5px;
    top: -5px;
    right: -5px;
}
}

@media (max-width: 767px) {header {
    padding: 0;
}header .keyhead_mainwrap {
    padding: 0.8rem 1.2rem;
}header .keytop_mentor {
    max-width: 130px;
}header .keytop_mentor::before {
    display: none;
}header .keyhead_class {
    padding-bottom: 0.5rem;
    justify-content: flex-start;
    -webkit-overflow-scrolling: touch;
    margin-top: 0.8rem;
    overflow-x: auto;
    scrollbar-width: thin;
}header .keyhead_class::-webkit-scrollbar {
    height: 2px;
}header .keyhead_class::-webkit-scrollbar-thumb {
    background: rgb(175,185,197);
    border-radius: 10px;
}header .keytop_learn {
    flex: 0 0 auto;
    margin: 0 0.1rem;
}header .keytop_learn a {
    font-size: calc(17px - 2px);
    padding: 0.5rem 0.7rem;
    white-space: nowrap;
    letter-spacing: 0;
}header .keytop_learn a::before {
    bottom: 3px;
}header::after {
    height: 2px;
}
}

@media (max-width: 479px) {header .keyhead_mainwrap {
    padding: 0.7rem 1rem;
}header .keytop_mentor {
    max-width: 110px;
}header .keytop_learn a {
    padding: 0.4rem 0.6rem;
    font-size: calc(17px - 3px);
}}.keydeveloper_experience {
    overflow: hidden;
    background: linear-gradient(135deg, rgb(211,214,217) 0%, rgba(240, 242, 245, 0.9) 100%);
    position: relative;
    padding: 120px 0;
}.keydeveloper_experience::before {
    left: 0;
    height: 100%;
    position: absolute;
    pointer-events: none;
    width: 100%;
    top: 0;
    background-size: 60px 60px;
    background-image: 
        linear-gradient(30deg, rgb(175,185,197,0.5) 1px, transparent 1px),
        linear-gradient(120deg, rgb(175,185,197,0.5) 1px, transparent 1px);
    content: "";
    opacity: 0.05;
    z-index: 0;
}.keydeveloper_experience::after {
    opacity: 0.1;
    height: 70%;
    filter: blur(80px);
    right: -10%;
    top: -20%;
    width: 50%;
    z-index: 0;
    transform: rotate(-15deg);
    content: "";
    background: rgb(167,118,167,0.5);
    position: absolute;
}.keydeveloper_experience .container {
    position: relative;
    z-index: 1;
    padding: 0 20px;
    margin: 0 auto;
    max-width: 1200px;
}.keydeveloper_experience .keylearning_testimonials {
    transition: transform 0.6s cubic-bezier(0.23, 1, 0.32, 1);
    gap: 35px;
    position: relative;
    border: 1px solid rgba(0, 0, 0, 0.05);
    display: grid;
    grid-template-columns: 1fr;
    transform: perspective(1000px) rotateX(2deg);
    padding: 40px;
    background: #ffffff;
    box-shadow: 0 15px 45px rgba(0, 0, 0, 0.05), 
                0 5px 20px rgba(0, 0, 0, 0.02);
}.keydeveloper_experience .keylearning_testimonials:hover {
    transform: perspective(1000px) rotateX(0deg) translateY(-5px);
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.08), 
                0 10px 30px rgba(0, 0, 0, 0.03);
}.keydeveloper_experience .keylearning_testimonials > div:first-child {
    justify-content: center;
    align-items: center;
    display: flex;
}.keydeveloper_experience .keyimg_list {
    border-radius: 2px;
    width: 180px;
    height: 180px;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
    position: relative;
    transition: transform 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
    transform: translateZ(30px);
}.keydeveloper_experience .keylearning_testimonials:hover .keyimg_list {
    transform: translateZ(40px) translateY(-10px);
}.keydeveloper_experience .keyimg_list::before {
    border: 2px solid rgb(175,185,197);
    top: 12px;
    opacity: 0.2;
    content: "";
    transition: all 0.4s ease;
    bottom: -12px;
    z-index: -1;
    right: -12px;
    left: 12px;
    position: absolute;
}.keydeveloper_experience .keylearning_testimonials:hover .keyimg_list::before {
    left: 18px;
    opacity: 0.3;
    right: -18px;
    top: 18px;
    bottom: -18px;
}.keydeveloper_experience .name {
    color: #000000;
    font-weight: 700;
    font-size: 21px;
    position: relative;
    display: inline-block;
    margin-bottom: 12px;
}.keydeveloper_experience .name::after {
    bottom: -6px;
    background: rgb(175,185,197);
    transition: transform 0.5s ease;
    content: "";
    transform: scaleX(0.6);
    transform-origin: left;
    width: 40px;
    height: 3px;
    left: 0;
    position: absolute;
}.keydeveloper_experience .keylearning_testimonials:hover .name::after {
    transform: scaleX(1);
}.keydeveloper_experience .keylearning_testimonials > div:nth-child(2) div {
    color: rgb(167,118,167);
    font-size: calc(16px - 1px);
    margin-top: 5px;
    transition: transform 0.4s ease, opacity 0.4s ease;
    font-weight: 600;
    opacity: 0.85;
    transform: translateX(0);
}.keydeveloper_experience .keylearning_testimonials:hover > div:nth-child(2) div {
    transform: translateX(5px);
    opacity: 1;
}.keydeveloper_experience .keyjob_view {
    margin: 0;
    color: #000000;
    border-left: 3px solid rgb(175,185,197,0.5);
    line-height: 1.7;
    position: relative;
    padding-left: 25px;
    font-size: 16px;
}.keydeveloper_experience .keyjob_view::before {
    color: rgb(175,185,197);
    position: absolute;
    font-size: 120px;
    line-height: 1;
    opacity: 0.08;
    font-family: serif;
    left: -20px;
    content: "";
    top: -40px;
    z-index: -1;
}

@media (min-width: 768px) {.keydeveloper_experience .keylearning_testimonials {
    grid-template-columns: auto 1fr;
    row-gap: 30px;
    column-gap: 40px;
    grid-template-rows: auto 1fr;
}.keydeveloper_experience .keylearning_testimonials > div:first-child {
    grid-row: 1 / 3;
}.keydeveloper_experience .keyimg_list {
    width: 220px;
    height: 260px;
}.keydeveloper_experience .keyjob_view {
    padding-left: 30px;
    grid-column: 2;
}
}

@media (min-width: 992px) {.keydeveloper_experience {
    padding: 150px 0;
}.keydeveloper_experience .keylearning_testimonials {
    gap: 50px;
    grid-template-columns: auto 250px 1fr;
    padding: 60px;
}.keydeveloper_experience .keylearning_testimonials > div:first-child {
    grid-row: 1;
}.keydeveloper_experience .keylearning_testimonials > div:nth-child(2) {
    grid-row: 1;
    padding-top: 20px;
}.keydeveloper_experience .keyjob_view {
    padding-left: 40px;
    grid-column: 1 / 4;
    grid-row: 2;
    font-size: calc(16px + 1px);
}.keydeveloper_experience .keyimg_list {
    width: 240px;
    height: 280px;
}
}

@media (max-width: 767px) {.keydeveloper_experience {
    padding: 80px 0;
}.keydeveloper_experience .keylearning_testimonials {
    gap: 25px;
    padding: 30px;
}.keydeveloper_experience .keyimg_list {
    height: 150px;
    width: 150px;
}.keydeveloper_experience .name {
    font-size: calc(21px - 2px);
}.keydeveloper_experience .keyjob_view {
    font-size: calc(16px - 1px);
}
}

@media (hover: none) {.keydeveloper_experience .keylearning_testimonials {
    transform: none !important;
}.keydeveloper_experience .keyimg_list,
    .keydeveloper_experience .keylearning_testimonials:hover .keyimg_list {
    transform: none;
}}

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

.keydeveloper_experience .keylearning_testimonials {
    animation: fadeInUp 0.8s ease-out forwards;
}.keythxWrap {
    background: linear-gradient(135deg, rgb(175,185,197,0.5), rgb(167,118,167,0.5));
    align-items: center;
    justify-content: center;
    padding: 6rem 2rem;
    display: flex;
    overflow: hidden;
    position: relative;
    min-height: 70vh;
}.keythxWrap::before {
    background: radial-gradient(circle at 30% 70%, rgb(175,185,197,0.5) 0%, transparent 60%);
    position: absolute;
    left: 0;
    height: 100%;
    content: "";
    width: 100%;
    transform-origin: center;
    animation: pulse 15s ease-in-out infinite alternate;
    top: 0;
    z-index: 1;
}.keythxWrap::after {
    bottom: -5%;
    position: absolute;
    content: "";
    animation: float 20s ease-in-out infinite;
    background: radial-gradient(circle, rgb(167,118,167,0.5) 0%, transparent 70%);
    z-index: 0;
    height: 50%;
    right: -5%;
    width: 50%;
}.keythxWrap .container {
    max-width: 1200px;
    transform: perspective(1000px) rotateX(2deg);
    margin: 0 auto;
    position: relative;
    width: 100%;
    z-index: 2;
}.keythxWrap .keylearning_creators {
    gap: 2.5rem;
    background: rgba(255, 255, 255, 0.85);
    clip-path: polygon(
        0 0, 
        100% 0, 
        100% 85%, 
        95% 100%, 
        0 100%
    );
    padding: 3.5rem;
    grid-template-columns: 1fr;
    box-shadow: 
        0 25px 50px -12px rgba(0, 0, 0, 0.15),
        0 0 0 1px rgba(255, 255, 255, 0.2),
        inset 0 0 0 1px rgba(255, 255, 255, 0.2);
    backdrop-filter: blur(10px);
    transform: translateZ(0);
    position: relative;
    transition: transform 0.5s cubic-bezier(0.34, 1.56, 0.64, 1);
    display: grid;
}.keythxWrap .keylearning_creators:hover {
    transform: translateZ(30px) scale(1.02);
}.keythxWrap .keylearning_creators > div:first-child {
    position: relative;
    border-left: 4px solid rgb(175,185,197);
    padding-left: 2.5rem;
}.keythxWrap .keylearning_creators > div:first-child::before {
    height: 26px;
    background: rgb(175,185,197);
    border-radius: 50%;
    top: 50%;
    content: "";
    box-shadow: 0 0 20px rgba(rgb(175,185,197), 0.5);
    position: absolute;
    animation: pulse 3s infinite alternate;
    left: -15px;
    transform: translateY(-50%);
    width: 26px;
}.keythxWrap h5 {
    animation: slideIn 0.8s cubic-bezier(0.16, 1, 0.3, 1) forwards;
    color: #000000;
    transition: transform 0.4s ease-out;
    font-size: calc(22px * 1.2);
    margin: 0;
    font-weight: 700;
    transform: translateX(0);
    opacity: 0;
    line-height: 1.4;
}.keythxWrap .keylearning_creators > div:nth-child(2) {
    position: relative;
    animation: fadeIn 0.8s 0.4s ease-out forwards;
    opacity: 0;
    transition: transform 0.3s ease;
}.keythxWrap .keylearning_creators > div:nth-child(2)::before {
    position: absolute;
    content: "";
    width: 70%;
    height: 1px;
    background: linear-gradient(90deg, rgb(175,185,197), transparent);
    left: 0;
    top: -10px;
}.keythxWrap a {
    transform: translateY(0);
    display: block;
    transition: transform 0.4s ease-out;
    text-decoration: none;
}.keythxWrap a:hover {
    transform: translateY(-5px);
}.keythxWrap p {
    color: #000000;
    font-size: 13px;
    padding: 1rem 0;
    margin: 0;
    position: relative;
    line-height: 1.8;
    hyphens: auto;
}.keythxWrap p::after {
    position: absolute;
    background: linear-gradient(90deg, transparent, rgb(167,118,167));
    transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    transform: scaleX(0);
    width: 35%;
    transform-origin: right;
    bottom: 0;
    height: 2px;
    right: 0;
    content: "";
}.keythxWrap a:hover p::after {
    transform: scaleX(1);
}

@keyframes pulse {
    0% { opacity: 0.6; transform: translateY(-50%) scale(0.95); }
    100% { opacity: 1; transform: translateY(-50%) scale(1.05); }
}

@keyframes float {
    0% { transform: translateY(0) rotate(0); }
    50% { transform: translateY(-30px) rotate(5deg); }
    100% { transform: translateY(0) rotate(0); }
}

@keyframes slideIn {
    0% { transform: translateX(-20px); opacity: 0; }
    100% { transform: translateX(0); opacity: 1; }
}

@keyframes fadeIn {
    0% { opacity: 0; transform: translateY(20px); }
    100% { opacity: 1; transform: translateY(0); }
}

@media (min-width: 768px) {.keythxWrap {
    padding: 8rem 3rem;
}.keythxWrap .keylearning_creators {
    grid-template-columns: 1fr 1fr;
    gap: 3.5rem;
    padding: 4rem;
    clip-path: polygon(
            0 0, 
            100% 0, 
            100% 90%, 
            95% 100%, 
            0 100%
        );
}.keythxWrap h5 {
    font-size: calc(22px * 1.4);
}.keythxWrap .keylearning_creators > div:first-child::after {
    height: 80%;
    content: "";
    width: 1px;
    transform: translateY(-50%);
    background: linear-gradient(to bottom, transparent, rgb(175,185,197,0.5), transparent);
    right: -3.5rem;
    position: absolute;
    top: 50%;
}.keythxWrap .keylearning_creators > div:nth-child(2)::before {
    width: 40%;
}
}

@media (min-width: 992px) {.keythxWrap .keylearning_creators {
    padding: 5rem;
    gap: 5rem;
}.keythxWrap h5 {
    font-size: calc(22px * 1.5);
}.keythxWrap .keylearning_creators > div:first-child {
    border-left-width: 5px;
    padding-left: 3rem;
}.keythxWrap p {
    font-size: calc(13px * 1.1);
}.keythxWrap .container {
    transform: perspective(1500px) rotateX(3deg);
}
}

@media (max-width: 767px) {.keythxWrap {
    padding: 4rem 1.5rem;
}.keythxWrap .keylearning_creators {
    padding: 2.5rem 2rem;
}.keythxWrap h5 {
    font-size: 22px;
}.keythxWrap p {
    font-size: calc(13px * 0.95);
}
}

@media (hover: hover) {.keythxWrap .keylearning_creators:hover > div:first-child::before {
    animation-duration: 1.5s;
}
}

@media (prefers-reduced-motion) {.keythxWrap .keylearning_creators,
    .keythxWrap a,
    .keythxWrap h5,
    .keythxWrap::before,
    .keythxWrap::after {
    animation: none;
    transition: none;
}.keythxWrap .keylearning_creators > div:first-child::before {
    animation: none;
}.keythxWrap .keylearning_creators > div:nth-child(2) {
    opacity: 1;
}.keythxWrap h5 {
    opacity: 1;
}}.keystatistical_summary {
    position: relative;
    overflow: hidden;
    padding: 6rem 0;
    background: linear-gradient(135deg, rgb(211,214,217) 0%, rgb(175,185,197,0.5) 100%);
}.keystatistical_summary::before {
    width: 35%;
    background: linear-gradient(45deg, rgb(175,185,197) 0%, transparent 80%);
    pointer-events: none;
    opacity: 0.07;
    height: 70%;
    transform: rotate(-15deg) skew(10deg);
    position: absolute;
    left: -5%;
    top: -10%;
    content: "";
}.keystatistical_summary::after {
    bottom: -10%;
    opacity: 0.09;
    background: linear-gradient(210deg, rgb(167,118,167) 0%, transparent 80%);
    height: 80%;
    position: absolute;
    right: -5%;
    content: "";
    pointer-events: none;
    transform: rotate(15deg) skew(-10deg);
    width: 40%;
}.keystatistical_summary .container {
    max-width: 1200px;
    position: relative;
    padding: 0 2rem;
    z-index: 2;
    margin: 0 auto;
}.keystatistical_summary ul {
    padding: 0;
    list-style: none;
    margin: 0;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    display: grid;
    gap: 2.5rem;
}.keystatistical_summary .keystatistics_edge {
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08), 
                0 5px 15px rgba(0, 0, 0, 0.05);
    background: #ffffff;
    position: relative;
    transition: transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1), 
                box-shadow 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
    border-left: 3px solid rgb(175,185,197);
    transform: perspective(1000px) rotateX(0deg) rotateY(0deg);
    padding: 1.8rem;
    overflow: hidden;
}.keystatistical_summary .keystatistics_edge::before {
    left: 0;
    height: 100%;
    transition: opacity 0.5s ease;
    z-index: 0;
    content: "";
    opacity: 0;
    width: 100%;
    position: absolute;
    top: 0;
    background: linear-gradient(45deg, transparent 0%, rgb(175,185,197,0.5) 100%);
}.keystatistical_summary .keystatistics_edge:hover {
    transform: perspective(1000px) rotateX(2deg) rotateY(2deg) translateY(-5px);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1), 
                0 8px 20px rgba(0, 0, 0, 0.07);
}.keystatistical_summary .keystatistics_edge:hover::before {
    opacity: 0.05;
}.keystatistical_summary .keystatistics_edge div {
    z-index: 1;
    position: relative;
}.keystatistical_summary .keystatistics_edge p {
    font-weight: 700;
    display: inline-block;
    transform-origin: left center;
    font-size: calc(29px * 1.2);
    letter-spacing: -0.02em;
    margin: 0 0 0.5rem;
    position: relative;
    line-height: 1;
    color: rgb(175,185,197);
    transition: transform 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}.keystatistical_summary .keystatistics_edge:hover p {
    transform: scale(1.05);
}.keystatistical_summary .keystatistics_edge p::after {
    content: "";
    bottom: -0.3rem;
    left: 0;
    background: rgb(167,118,167);
    height: 3px;
    transition: width 0.4s ease;
    position: absolute;
    width: 30%;
}.keystatistical_summary .keystatistics_edge:hover p::after {
    width: 70%;
}.keystatistical_summary .keystatistics_edge span {
    transform-origin: left center;
    color: #000000;
    font-weight: 600;
    display: block;
    transition: transform 0.3s ease;
    font-size: 15px;
}.keystatistical_summary .keystatistics_edge:hover span {
    transform: translateX(5px);
}.keystatistical_summary h4 {
    text-align: center;
    font-size: 19px;
    position: relative;
    padding-bottom: 1rem;
    color: #000000;
    font-weight: 700;
    margin: 4rem 0 0;
}.keystatistical_summary h4::after {
    content: "";
    width: 80px;
    background: linear-gradient(to right, rgb(175,185,197), rgb(167,118,167));
    height: 3px;
    left: 50%;
    position: absolute;
    transform: translateX(-50%);
    bottom: 0;
}

@media (max-width: 1200px) {.keystatistical_summary ul {
    gap: 2rem;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
}.keystatistical_summary .keystatistics_edge p {
    font-size: calc(29px * 1.1);
}
}

@media (max-width: 992px) {.keystatistical_summary {
    padding: 5rem 0;
}.keystatistical_summary ul {
    grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
    gap: 1.8rem;
}.keystatistical_summary .keystatistics_edge {
    padding: 1.5rem;
}.keystatistical_summary .keystatistics_edge p {
    font-size: 29px;
}
}

@media (max-width: 768px) {.keystatistical_summary {
    padding: 4rem 0;
}.keystatistical_summary ul {
    grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
    gap: 1.5rem;
}.keystatistical_summary .keystatistics_edge {
    padding: 1.2rem;
}.keystatistical_summary .keystatistics_edge p {
    font-size: calc(29px * 0.9);
}.keystatistical_summary h4 {
    margin-top: 3rem;
}
}

@media (max-width: 576px) {.keystatistical_summary {
    padding: 3rem 0;
}.keystatistical_summary ul {
    gap: 1.2rem;
    grid-template-columns: 1fr 1fr;
}.keystatistical_summary .keystatistics_edge {
    padding: 1rem;
}.keystatistical_summary .keystatistics_edge p {
    font-size: calc(29px * 0.8);
}.keystatistical_summary h4 {
    margin-top: 2.5rem;
    font-size: calc(19px * 0.9);
}
}

@media (max-width: 480px) {.keystatistical_summary ul {
    margin: 0 auto;
    grid-template-columns: 1fr;
    max-width: 280px;
}.keystatistical_summary .keystatistics_edge {
    transition: transform 0.4s ease, box-shadow 0.4s ease;
    transform: none;
}.keystatistical_summary .keystatistics_edge:hover {
    transform: translateY(-3px);
}.keystatistical_summary h4 {
    padding: 0 1rem 1rem;
}
}

@media (prefers-reduced-motion: reduce) {.keystatistical_summary .keystatistics_edge,
    .keystatistical_summary .keystatistics_edge p,
    .keystatistical_summary .keystatistics_edge span,
    .keystatistical_summary .keystatistics_edge::before,
    .keystatistical_summary .keystatistics_edge p::after {
    transition-duration: 0.1s;
}
}

@media (hover: none) {.keystatistical_summary .keystatistics_edge:hover {
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08), 
                    0 5px 15px rgba(0, 0, 0, 0.05);
    transform: none;
}.keystatistical_summary .keystatistics_edge:hover p,
    .keystatistical_summary .keystatistics_edge:hover span {
    transform: none;
}.keystatistical_summary .keystatistics_edge:hover p::after {
    width: 30%;
}}.keycompany_overview {
    position: relative;
    overflow: hidden;
    padding: 6rem 0;
    background: linear-gradient(135deg, rgb(211,214,217) 0%, #ffffff 100%);
}.keycompany_overview::before {
    position: absolute;
    background: repeating-linear-gradient(
        45deg,
        rgb(175,185,197,0.5) 0px,
        transparent 2px,
        transparent 10px,
        rgb(175,185,197,0.5) 12px
    );
    opacity: 0.05;
    content: "";
    z-index: 1;
    left: 0;
    height: 100%;
    top: 0;
    width: 100%;
}.keycompany_overview::after {
    position: absolute;
    content: "";
    height: 70%;
    right: -5%;
    top: -10%;
    z-index: 0;
    opacity: 0.1;
    background: rgb(167,118,167);
    width: 40%;
    transform: rotate(-15deg) skew(20deg);
}.keycompany_overview .container {
    padding: 0 1.5rem;
    margin: 0 auto;
    position: relative;
    z-index: 2;
    max-width: 1200px;
}.keycompany_overview h1 {
    font-weight: 700;
    color: #000000;
    font-size: 44px;
    transform: translateX(-0.5rem);
    display: inline-block;
    margin-bottom: 2.5rem;
    position: relative;
}.keycompany_overview h1::after {
    transform-origin: left;
    left: 0;
    position: absolute;
    background: linear-gradient(90deg, rgb(175,185,197) 0%, rgb(167,118,167) 100%);
    width: 80%;
    height: 4px;
    bottom: -0.75rem;
    animation: lineExpand 1.2s cubic-bezier(0.34, 1.56, 0.64, 1) forwards;
    content: "";
}.keycompany_overview .keyskill_studio {
    position: relative;
}.keycompany_overview .keyskill_studio ul {
    grid-template-columns: 1fr;
    list-style: none;
    gap: 3rem;
    padding: 0;
    display: grid;
    margin: 0;
}.keycompany_overview .keyguide_values {
    box-shadow: 
        0 10px 30px rgba(0, 0, 0, 0.05),
        0 1px 3px rgba(0, 0, 0, 0.03),
        inset 0 1px 1px #ffffff;
    background: linear-gradient(145deg, rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0.7));
    border-radius: 8px;
    transform: translateY(20px);
    padding: 2.5rem 2rem;
    animation: slideIn 0.8s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
    opacity: 0;
    position: relative;
    backdrop-filter: blur(10px);
    transition: transform 0.5s ease, box-shadow 0.5s ease;
}.keycompany_overview .keyguide_values:nth-child(2) {
    animation-delay: 0.2s;
}.keycompany_overview .keyguide_values:hover {
    box-shadow: 
        0 15px 35px rgba(0, 0, 0, 0.08),
        0 3px 8px rgba(0, 0, 0, 0.04),
        inset 0 1px 1px #ffffff;
    transform: translateY(-5px);
}.keycompany_overview .keyguide_values::before {
    width: 50px;
    background: rgb(175,185,197);
    height: 50px;
    opacity: 0.15;
    content: "";
    top: -10px;
    transform: rotate(45deg);
    z-index: -1;
    left: 20px;
    position: absolute;
}.keycompany_overview .keyguide_values h4 {
    position: relative;
    font-size: calc(24px * 1.1);
    margin-bottom: 1.5rem;
    font-weight: 600;
    color: rgb(175,185,197);
    margin-top: 0;
    display: inline-block;
}.keycompany_overview .keyguide_values h4::before {
    background: rgb(167,118,167);
    left: -15px;
    content: "";
    width: 8px;
    transform: translateY(-50%) rotate(45deg);
    position: absolute;
    height: 8px;
    top: 50%;
}.keycompany_overview .keyguide_values div {
    font-size: 16px;
    line-height: 1.7;
    font-family: Arial, sans-serif;
    color: #000000;
    max-height: 200px;
    padding-right: 10px;
    overflow-y: auto;
    position: relative;
}.keycompany_overview .keyguide_values div::-webkit-scrollbar {
    width: 4px;
}.keycompany_overview .keyguide_values div::-webkit-scrollbar-track {
    background: rgb(255, 255, 255, 0.5);
    border-radius: 10px;
}.keycompany_overview .keyguide_values div::-webkit-scrollbar-thumb {
    background: rgb(167,118,167,0.5);
    border-radius: 10px;
}.keycompany_overview .keyguide_values div::-webkit-scrollbar-thumb:hover {
    background: rgb(167,118,167);
}

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

@keyframes slideIn {
    0% {
        transform: translateY(40px);
        opacity: 0;
    }
    100% {
        transform: translateY(0);
        opacity: 1;
    }
}

@media (min-width: 768px) {.keycompany_overview {
    padding: 8rem 0;
}.keycompany_overview h1 {
    margin-bottom: 3.5rem;
    font-size: calc(44px * 1.2);
}.keycompany_overview .keyskill_studio ul {
    grid-template-columns: 1fr 1fr;
    gap: 2.5rem;
}.keycompany_overview .keyguide_values {
    padding: 3rem 2.5rem;
}.keycompany_overview .keyguide_values div {
    max-height: 300px;
}.keycompany_overview .keyguide_values:nth-child(2) {
    transform: translateY(40px);
}.keycompany_overview .keyguide_values:hover:nth-child(2) {
    transform: translateY(35px);
}
}

@media (min-width: 992px) {.keycompany_overview {
    padding: 10rem 0;
}.keycompany_overview::after {
    width: 35%;
    top: -15%;
    right: -2%;
    height: 80%;
}.keycompany_overview .container {
    padding: 0 2rem;
}.keycompany_overview h1 {
    transform: translateX(-1rem) skewX(-5deg);
    letter-spacing: 1px;
    margin-left: 2rem;
}.keycompany_overview .keyskill_studio ul {
    gap: 3.5rem 5rem;
}.keycompany_overview .keyguide_values {
    padding: 3.5rem 3rem;
}.keycompany_overview .keyguide_values:first-child {
    transform: translateY(0) rotate(-1deg);
}.keycompany_overview .keyguide_values:nth-child(2) {
    transform: translateY(50px) rotate(1deg);
}.keycompany_overview .keyguide_values:hover:first-child {
    transform: translateY(-5px) rotate(-1deg);
}.keycompany_overview .keyguide_values:hover:nth-child(2) {
    transform: translateY(45px) rotate(1deg);
}.keycompany_overview .keyguide_values div {
    max-height: 350px;
}
}

@media (min-width: 1200px) {.keycompany_overview .keyskill_studio ul {
    gap: 4rem 7rem;
}.keycompany_overview .keyguide_values {
    padding: 4rem 3.5rem;
}.keycompany_overview .keyguide_values h4 {
    margin-bottom: 2rem;
    font-size: calc(24px * 1.3);
}.keycompany_overview .keyguide_values:first-child {
    transform: translateY(10px) rotate(-1deg);
}.keycompany_overview .keyguide_values:nth-child(2) {
    transform: translateY(70px) rotate(1deg);
}.keycompany_overview .keyguide_values:hover:first-child {
    transform: translateY(5px) rotate(-1deg);
}.keycompany_overview .keyguide_values:hover:nth-child(2) {
    transform: translateY(65px) rotate(1deg);
}}.keycontact {
    overflow: hidden;
    position: relative;
    background: rgb(211,214,217);
    padding: 90px 0;
}.keycontact::before {
    height: 400px;
    border-radius: 50%;
    filter: blur(70px);
    width: 400px;
    background: linear-gradient(45deg, rgb(175,185,197,0.5), rgb(167,118,167,0.5));
    content: "";
    right: -150px;
    position: absolute;
    z-index: 1;
    top: -150px;
}.keycontact::after {
    filter: blur(60px);
    z-index: 1;
    content: "";
    left: -100px;
    height: 300px;
    width: 300px;
    position: absolute;
    background: linear-gradient(225deg, rgb(167,118,167,0.5), rgb(175,185,197,0.5));
    border-radius: 50%;
    bottom: -100px;
}.keycontact .container {
    max-width: 1200px;
    z-index: 2;
    margin: 0 auto;
    position: relative;
    padding: 0 30px;
}.keycontact h2 {
    position: relative;
    font-size: 31px;
    font-weight: 700;
    text-align: center;
    color: #000000;
    margin-bottom: 60px;
}.keycontact h2::before {
    width: 50px;
    z-index: -1;
    top: -25px;
    border-radius: 50%;
    position: absolute;
    background: rgb(175,185,197,0.5);
    height: 50px;
    left: calc(50% - 120px);
    content: "";
}.keycontact h2::after {
    background: rgb(167,118,167,0.5);
    right: calc(50% - 100px);
    border-radius: 50%;
    z-index: -1;
    height: 30px;
    width: 30px;
    bottom: -15px;
    content: "";
    position: absolute;
}.keycontact .keyreach_box {
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.1);
    position: relative;
    display: flex;
    overflow: hidden;
    border-radius: 20px;
    background: #ffffff;
}.keycontact .keyreach_box::before {
    z-index: 0;
    pointer-events: none;
    content: "";
    inset: 0;
    position: absolute;
    background: radial-gradient(
        circle at 0% 0%,
        transparent 98%,
        rgb(175,185,197,0.5) 99%
    ), radial-gradient(
        circle at 100% 100%,
        transparent 98%,
        rgb(167,118,167,0.5) 99%
    );
}.keycontact .keyimg_list {
    min-height: 500px;
    position: relative;
    transition: transform 0.5s ease;
    flex: 0 0 45%;
}.keycontact .keyimg_list::before {
    background: linear-gradient(135deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.5));
    position: absolute;
    inset: 0;
    z-index: 1;
    content: "";
}.keycontact .keyimg_list::after {
    right: 20px;
    content: "";
    bottom: 20px;
    z-index: 2;
    top: 20px;
    left: 20px;
    position: absolute;
    pointer-events: none;
    border: 1px solid rgba(255, 255, 255, 0.3);
}.keycontact .keyreach_map {
    display: flex;
    justify-content: center;
    flex-direction: column;
    padding: 60px;
    position: relative;
    flex: 0 0 55%;
}.keycontact form {
    position: relative;
    z-index: 3;
}.keycontact form h3 {
    font-weight: 600;
    font-size: 21px;
    color: #000000;
    margin-bottom: 30px;
}.keycontact form input[type="text"] {
    font-size: 12px;
    border-radius: 12px;
    border: none;
    padding: 18px 25px;
    margin-bottom: 25px;
    color: #000000;
    transition: all 0.3s ease;
    width: 100%;
    background: rgb(211,214,217);
}.keycontact form input[type="text"]:focus {
    outline: none;
    border: 1px solid transparent;
    box-shadow: 0 5px 15px rgba(rgb(175,185,197), 0.1);
    background: linear-gradient(rgb(211,214,217), rgb(211,214,217)) padding-box,
                linear-gradient(to right, rgb(175,185,197), rgb(167,118,167)) border-box;
}.keycontact form input[type="text"]::placeholder {
    color: rgba(#000000, 0.5);
}.keycontact .keyquery_message {
    margin-bottom: 30px;
    position: relative;
}.keycontact .keyquery_message input[type="checkbox"] {
    position: absolute;
    opacity: 0;
}.keycontact .keyquery_message label {
    cursor: pointer;
    color: #000000;
    font-size: 16px;
    display: flex;
    align-items: center;
    padding-left: 35px;
    position: relative;
}.keycontact .keyquery_message label::before {
    border-radius: 6px;
    height: 22px;
    position: absolute;
    left: 0;
    top: 0;
    transition: all 0.3s ease;
    content: "";
    background: rgb(211,214,217);
    width: 22px;
}.keycontact .keyquery_message input[type="checkbox"]:checked + label::before {
    background: linear-gradient(135deg, rgb(175,185,197), rgb(167,118,167));
}.keycontact .keyquery_message input[type="checkbox"]:checked + label::after {
    border: solid #ffffff;
    height: 12px;
    left: 8px;
    transform: rotate(45deg);
    border-width: 0 2px 2px 0;
    position: absolute;
    width: 6px;
    content: "";
    top: 4px;
}.keycontact .keyquery_message label a {
    text-decoration: none;
    color: rgb(175,185,197);
    font-weight: 600;
    transition: color 0.3s ease;
}.keycontact .keyquery_message label a:hover {
    color: rgb(167,118,167);
}.keycontact .keyreach_message {
    border-radius: 12px;
    color: #ffffff;
    background: linear-gradient(135deg, rgb(175,185,197), rgb(167,118,167));
    cursor: pointer;
    z-index: 1;
    font-weight: 600;
    transition: all 0.5s ease;
    width: 100%;
    padding: 20px;
    overflow: hidden;
    font-size: 20px;
    border: none;
    position: relative;
}.keycontact .keyreach_message::before {
    z-index: -1;
    height: 100%;
    transform-origin: right;
    transition: transform 0.5s ease;
    width: 100%;
    content: "";
    transform: scaleX(0);
    background: linear-gradient(135deg, rgb(167,118,167), rgb(175,185,197));
    left: 0;
    position: absolute;
    top: 0;
}.keycontact .keyreach_message:hover::before {
    transform-origin: left;
    transform: scaleX(1);
}.keycontact svg {
    transition: all 0.3s ease;
    width: 24px;
    stroke: rgb(175,185,197);
    height: 24px;
    margin-right: 12px;
    fill: none;
}.keycontact svg path {
    stroke-width: 2;
    transition: all 0.3s ease;
    fill: none;
    stroke: rgb(175,185,197);
}.keycontact svg:hover,
.keycontact svg:hover path {
    stroke: rgb(167,118,167);
}

@media (max-width: 1024px) {.keycontact {
    padding: 70px 0;
}.keycontact .keyreach_map {
    padding: 45px;
}.keycontact .keyimg_list {
    min-height: 450px;
}
}

@media (max-width: 768px) {.keycontact {
    padding: 60px 0;
}.keycontact h2 {
    margin-bottom: 40px;
}.keycontact .keyreach_box {
    flex-direction: column;
}.keycontact .keyimg_list {
    min-height: 300px;
    flex: 0 0 300px;
    width: 100%;
}.keycontact .keyreach_map {
    padding: 40px 30px;
    flex: 0 0 auto;
}.keycontact form h3 {
    margin-bottom: 25px;
}.keycontact form input[type="text"] {
    padding: 15px 20px;
    margin-bottom: 20px;
}
}

@media (max-width: 480px) {.keycontact {
    padding: 50px 0;
}.keycontact h2 {
    margin-bottom: 30px;
    font-size: calc(31px * 0.9);
}.keycontact .keyimg_list {
    min-height: 220px;
}.keycontact .keyreach_map {
    padding: 30px 20px;
}.keycontact form h3 {
    font-size: calc(21px * 0.9);
    margin-bottom: 20px;
}.keycontact form input[type="text"] {
    margin-bottom: 16px;
    font-size: calc(12px * 0.95);
    padding: 14px 16px;
}.keycontact .keyreach_message {
    padding: 16px;
}.keycontact .keyquery_message label {
    font-size: calc(16px * 0.95);
}}footer {
    position: relative;
    z-index: 1;
}footer::before {
    top: 0;
    left: 0;
    bottom: 0;
    content: "";
    opacity: 0.9;
    z-index: -2;
    background: linear-gradient(145deg, rgb(211,214,217) 0%, rgb(175,185,197,0.5) 100%);
    position: absolute;
    right: 0;
}footer::after {
    background-image: 
        repeating-linear-gradient(0deg, rgb(175,185,197,0.5), rgb(175,185,197,0.5) 1px, transparent 1px, transparent 20px),
        repeating-linear-gradient(90deg, rgb(175,185,197,0.5), rgb(175,185,197,0.5) 1px, transparent 1px, transparent 20px);
    position: absolute;
    bottom: 0;
    left: 0;
    top: 0;
    content: "";
    z-index: -1;
    opacity: 0.1;
    right: 0;
}.keyinsta_feed {
    color: #000000;
    position: relative;
    padding: 4rem 0 2rem;
}.keyinsta_feed::after {
    left: 0;
    width: 100%;
    position: absolute;
    background: linear-gradient(90deg, rgb(175,185,197), rgb(167,118,167));
    content: "";
    height: 6px;
    top: 0;
}.keyinsta_feed .container {
    flex-wrap: wrap;
    gap: 3rem;
    display: flex;
    position: relative;
}.keyinsta_feed .company_holder {
    background: #ffffff;
    position: relative;
    flex: 1 1 400px;
    border-radius: 19px;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.1);
    padding: 2rem 2.5rem;
}.keyinsta_feed .company_holder::before {
    width: 100%;
    position: absolute;
    content: "";
    border-top-right-radius: 19px;
    top: 0;
    border-top-left-radius: 19px;
    background: rgb(175,185,197);
    left: 0;
    height: 5px;
}.keyinsta_feed .company_holder h3 {
    color: rgb(175,185,197);
    position: relative;
    font-weight: 700;
    margin: 0 0 1.5rem;
    letter-spacing: 0.5px;
    font-size: 34px;
}.keyinsta_feed .company_holder h3::after {
    content: "";
    height: 3px;
    background: rgb(167,118,167);
    width: 80px;
    bottom: -0.5rem;
    left: 0;
    position: absolute;
}.keyinsta_feed .keyintern_opp {
    background: rgb(211,214,217);
    color: #000000;
    line-height: 1.7;
    font-size: 18px;
    position: relative;
    border-left: 3px solid rgb(167,118,167);
    padding: 1.5rem;
    border-radius: 10px;
}.keyinsta_feed .keyconduct_code {
    flex: 1 1 calc(100% - 450px);
    min-width: 400px;
}.keyinsta_feed .keytop_know {
    gap: 2.5rem;
    flex-wrap: wrap;
    display: flex;
}.keyinsta_feed .keyhead_class {
    background: #ffffff;
    position: relative;
    border-radius: 19px;
    overflow: hidden;
    flex: 1 1 calc(50% - 1.25rem);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.1);
    min-width: 200px;
}.keyinsta_feed .keyhead_class h5 {
    font-size: 20px;
    padding: 1rem 1.5rem;
    background: rgb(167,118,167);
    position: relative;
    margin: 0;
    font-weight: 600;
    color: #ffffff;
}.keyinsta_feed .keyhead_class .keytop_know {
    padding: 1rem 0;
    flex-direction: column;
    display: flex;
    gap: 0;
}.keyinsta_feed .keyhead_class .keytop_know a {
    align-items: center;
    text-decoration: none;
    padding: 0.8rem 1.5rem;
    font-size: 18px;
    transition: all 0.3s ease;
    display: flex;
    color: #000000;
    position: relative;
}.keyinsta_feed .keyhead_class .keytop_know a::before {
    height: 100%;
    transition: all 0.3s ease;
    width: 0;
    top: 0;
    left: 0;
    background: rgb(211,214,217);
    content: "";
    position: absolute;
    z-index: -1;
}.keyinsta_feed .keyhead_class .keytop_know a::after {
    background: rgb(167,118,167);
    content: "";
    top: 50%;
    position: absolute;
    transform: translateY(-50%);
    border-radius: 50%;
    height: 5px;
    transition: all 0.3s ease;
    opacity: 0;
    left: 1.5rem;
    width: 5px;
}.keyinsta_feed .keyhead_class .keytop_know a:hover {
    color: rgb(175,185,197);
    padding-left: 2.2rem;
}.keyinsta_feed .keyhead_class .keytop_know a:hover::before {
    width: 100%;
}.keyinsta_feed .keyhead_class .keytop_know a:hover::after {
    opacity: 1;
}.keyfooter_edu {
    padding: 2rem 0;
    background: rgb(211,214,217);
    position: relative;
    margin-top: 3rem;
    border-top: 1px solid rgba(0, 0, 0, 0.05);
}.keyfooter_edu::before {
    top: 0;
    background: linear-gradient(90deg, transparent, rgb(175,185,197,0.5), transparent);
    left: 10%;
    position: absolute;
    right: 10%;
    height: 1px;
    content: "";
}.keyfooter_edu .container {
    justify-content: center;
    align-items: center;
    display: flex;
}.keyfooter_edu .keyenroll_info {
    font-size: 16px;
    color: #000000;
    font-weight: 400;
    padding: 0.8rem 2rem;
    background: #ffffff;
    text-align: center;
    border-radius: 50px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
}

@media (max-width: 1200px) {.keyinsta_feed .container {
    gap: 2rem;
}.keyinsta_feed .company_holder {
    flex: 1 1 360px;
}.keyinsta_feed .keyconduct_code {
    flex: 1 1 calc(100% - 400px);
    min-width: 360px;
}.keyinsta_feed .keytop_know {
    gap: 2rem;
}
}

@media (max-width: 992px) {.keyinsta_feed {
    padding: 3.5rem 0 2rem;
}.keyinsta_feed .container {
    gap: 2.5rem;
    flex-direction: column;
}.keyinsta_feed .company_holder,
    .keyinsta_feed .keyconduct_code {
    flex: 1 1 100%;
    min-width: 100%;
}.keyinsta_feed .keyhead_class {
    min-width: 200px;
    flex: 1 1 calc(50% - 1rem);
}
}

@media (max-width: 768px) {.keyinsta_feed {
    padding: 3rem 0 1.5rem;
}.keyinsta_feed .keytop_know {
    gap: 1.5rem;
}.keyinsta_feed .company_holder {
    padding: 2rem;
}.keyinsta_feed .company_holder h3 {
    font-size: calc(34px - 2px);
}.keyfooter_edu {
    margin-top: 2rem;
}
}

@media (max-width: 576px) {.keyinsta_feed {
    padding: 2.5rem 0 1rem;
}.keyinsta_feed .container {
    gap: 1.5rem;
}.keyinsta_feed .keyhead_class {
    flex: 1 1 100%;
    min-width: 100%;
}.keyinsta_feed .keytop_know {
    gap: 1rem;
}.keyinsta_feed .company_holder {
    padding: 1.5rem;
}.keyinsta_feed .keyintern_opp {
    padding: 1.2rem;
}.keyfooter_edu {
    padding: 1.5rem 0;
    margin-top: 1.5rem;
}
}

@media (max-width: 420px) {.keyinsta_feed .company_holder h3::after {
    width: 50px;
}.keyinsta_feed .keyhead_class .keytop_know a:hover {
    padding-left: 2rem;
}.keyfooter_edu .keyenroll_info {
    width: 90%;
    padding: 0.7rem 1.5rem;
}}.keycookie_popup_interrupt {
    width: 100%;
    background: rgb(167,118,167);
    animation: slideIn 0.5s ease-in-out;
    bottom: 0;
    z-index: 90;
    position: fixed;
    border-top: 2px solid rgb(175,185,197);
    box-shadow: 0 -10px 30px rgb(175,185,197,0.5);
}@keyframes slideIn {
    from {
        bottom: -100px;
        opacity: 0;
    }
    to {
        bottom: 0;
        opacity: 1;
    }
}
.keycookie_check {
    flex-wrap: wrap;
    background: linear-gradient(135deg, rgb(167,118,167) 0%, rgba(0, 0, 0, 0.5) 100%);
    display: flex;
    padding: 20px 5%;
    justify-content: space-between;
    box-shadow: 0 0 20px rgb(175,185,197,0.5);
    align-items: center;
}.keycookies_terms {
    padding: 10px;
    flex-shrink: 0;
    background: rgba(0, 0, 0, 0.5);
    overflow: hidden;
    margin-right: 20px;
    border-radius: 28px;
    box-shadow: 0 0 15px rgb(175,185,197);
}.keycookies_terms svg, .keycookies_terms svg path {
    transition: transform 0.3s ease;
    width: 60px;
    fill: rgb(175,185,197);
    height: 60px;
}.keycookies_terms:hover svg {
    transform: rotate(20deg);
}.keytrack_ack {
    flex: 1;
    color: #ffffff;
    min-width: 300px;
}.keytrack_ack h5 {
    color: rgb(175,185,197);
    font-size: 20px;
    text-shadow: 0 0 10px rgb(175,185,197);
    font-weight: 700;
    margin-bottom: 10px;
}.keytrack_ack p {
    font-size: 17px;
    color: #ffffff;
    text-shadow: 0 0 5px rgb(175,185,197,0.5);
    margin-bottom: 0;
}.keytracking_policy {
    transition: background 0.3s ease, box-shadow 0.3s ease;
    box-shadow: 0 0 10px rgb(175,185,197,0.5);
    white-space: nowrap;
    border-radius: 10px;
    padding: 12px 25px;
    margin-left: 10px;
    background: rgb(175,185,197);
    text-decoration: none;
    cursor: pointer;
    font-size: 18px;
    color: #000000;
}.keytracking_policy:hover {
    background: rgb(167,118,167);
    box-shadow: 0 0 20px rgb(167,118,167,0.5);
}.keycookie_popup_interrupt p a {
    text-decoration: underline;
    transition: color 0.3s ease;
    color: rgb(175,185,197);
}.keycookie_popup_interrupt p a:hover {
    color: rgb(167,118,167);
}#keycookie_info_alert {
    display: none;
}#keycookie_info_alert:checked ~ .keycookie_popup_interrupt {
    opacity: 0;
    visibility: hidden;
}
@media only screen and (max-width: 1200px) {.keycookie_popup_interrupt {
    padding: 20px;
}.keycookie_check {
    padding: 20px 2%;
}
}
@media only screen and (max-width: 800px) {.keycookies_terms {
    display: none;
}.keycookie_check {
    justify-content: center;
    flex-direction: column;
    align-items: center;
}.keytrack_ack {
    text-align: center;
    margin-bottom: 20px;
}.keycookie_popup_interrupt h5, .keycookie_popup_interrupt p {
    text-align: center;
}.keytracking_policy {
    text-align: center;
    margin-top: 10px;
    width: 100%;
    margin-left: 0;
}}
.keytitle_opener {
    position: relative;
    overflow: hidden;
    display: flex;
    min-height: 100vh;
    align-items: center;
    justify-content: center;
    background-color: rgb(211,214,217);
    width: 100%;
}.keytitle_opener::before {
    z-index: 1;
    opacity: 0.15;
    height: 100%;
    top: 0;
    left: 0;
    background: linear-gradient(135deg, rgb(175,185,197,0.5), rgb(167,118,167,0.5));
    width: 100%;
    position: absolute;
    content: "";
}.keytitle_opener::after {
    transform: rotate(-15deg);
    content: "";
    z-index: 0;
    background: rgb(175,185,197);
    bottom: -5%;
    position: absolute;
    animation: floatElement 12s ease-in-out infinite;
    width: 40%;
    right: -5%;
    opacity: 0.08;
    height: 40%;
    clip-path: polygon(0 0, 100% 25%, 100% 100%, 0% 75%);
}.keytitle_opener .keyedu_open {
    perspective: 1000px;
    transform-style: preserve-3d;
    width: 90%;
    position: relative;
    max-width: 1200px;
    z-index: 2;
}.keytitle_opener .keylearning_primary {
    justify-content: center;
    transform: translateZ(0);
    align-items: flex-start;
    flex-direction: column;
    overflow: hidden;
    position: relative;
    box-shadow: 0 24px 48px rgba(0, 0, 0, 0.12), 0 12px 24px rgba(0, 0, 0, 0.08);
    padding: 4rem 3rem;
    display: flex;
}.keytitle_opener .keylearning_primary::before {
    content: "";
    z-index: -1;
    left: 0;
    background: linear-gradient(
    145deg,
    rgba(0, 0, 0, 0.5) 0%,
    rgba(0, 0, 0, 0.85) 100%
  );
    width: 100%;
    backdrop-filter: blur(6px);
    position: absolute;
    height: 100%;
    top: 0;
}.keytitle_opener .keylearning_primary span {
    margin-bottom: 1.5rem;
    background: linear-gradient(120deg, rgb(175,185,197,0.5), rgb(167,118,167));
    display: inline-block;
    padding: 0.5rem 1.25rem;
    backdrop-filter: blur(4px);
    transform: skewX(-6deg) translateZ(20px);
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.15);
    max-width: 85%;
    animation: slideInFromLeft 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
    position: relative;
}.keytitle_opener .keylearning_primary h3 {
    letter-spacing: 0.5px;
    transform: skewX(6deg);
    color: #ffffff;
    line-height: 1.5;
    font-size: 1rem;
    margin: 0;
    font-weight: 600;
}.keytitle_opener .keylearning_primary h1 {
    line-height: 1.2;
    font-size: calc(48px * 1.1);
    animation-delay: 0.2s;
    animation: fadeInUp 0.9s cubic-bezier(0.215, 0.61, 0.355, 1) both;
    margin: 0 0 2rem 0;
    font-weight: 700;
    max-width: 90%;
    position: relative;
    color: #ffffff;
    text-shadow: 0 2px 12px rgba(0, 0, 0, 0.2);
}.keytitle_opener .keylearning_primary h1::after {
    bottom: -1rem;
    left: 0;
    transition: transform 0.5s cubic-bezier(0.77, 0, 0.175, 1);
    height: 4px;
    transform: scaleX(1);
    transform-origin: left;
    width: 6rem;
    content: "";
    position: absolute;
    background: linear-gradient(to right, rgb(175,185,197), rgb(167,118,167));
}.keytitle_opener .keylearning_primary div div {
    border-left: 4px solid rgb(175,185,197);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
    animation: fadeInRight 1s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
    max-width: 85%;
    padding: 1.5rem 2.5rem 1.5rem 2rem;
    transform: translateX(0) translateZ(10px);
    position: relative;
    animation-delay: 0.4s;
    background: linear-gradient(90deg, rgb(167,118,167,0.5), transparent);
    margin-left: 1rem;
}.keytitle_opener .keylearning_primary div div::before {
    opacity: 0.15;
    left: -1rem;
    background-color: rgb(175,185,197);
    width: 2rem;
    position: absolute;
    border-radius: 50%;
    height: 2rem;
    top: 0;
    content: "";
    transform: translateZ(-5px);
}.keytitle_opener .keylearning_primary div div p {
    font-size: calc(18px * 1.25);
    font-weight: 400;
    color: #ffffff;
    line-height: 1.6;
    letter-spacing: 0.3px;
    margin: 0;
}

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

@keyframes fadeInRight {
  from {
    opacity: 0;
    transform: translateX(-30px) translateZ(10px);
  }
  to {
    opacity: 1;
    transform: translateX(0) translateZ(10px);
  }
}

@keyframes slideInFromLeft {
  from {
    opacity: 0;
    transform: skewX(-6deg) translateX(-40px) translateZ(20px);
  }
  to {
    opacity: 1;
    transform: skewX(-6deg) translateX(0) translateZ(20px);
  }
}

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

@media (min-width: 1400px) {.keytitle_opener .keylearning_primary {
    padding: 5rem 4rem;
}.keytitle_opener .keylearning_primary h1 {
    font-size: calc(48px * 1.2);
    max-width: 80%;
}.keytitle_opener .keylearning_primary div div {
    max-width: 70%;
}
}

@media (max-width: 991px) {.keytitle_opener .keylearning_primary {
    padding: 3.5rem 2.5rem;
}.keytitle_opener .keylearning_primary h1 {
    font-size: 48px;
    max-width: 100%;
}.keytitle_opener .keylearning_primary span {
    max-width: 90%;
}.keytitle_opener .keylearning_primary div div {
    max-width: 90%;
    margin-left: 0;
}
}

@media (max-width: 767px) {.keytitle_opener .keylearning_primary {
    padding: 3rem 2rem;
}.keytitle_opener .keylearning_primary h1 {
    font-size: calc(48px * 0.85);
}.keytitle_opener .keylearning_primary span {
    margin-bottom: 1.25rem;
    max-width: 100%;
}.keytitle_opener .keylearning_primary div div {
    max-width: 100%;
    padding: 1.25rem 1.5rem 1.25rem 1.25rem;
}.keytitle_opener .keylearning_primary div div p {
    font-size: 18px;
}
}

@media (max-width: 575px) {.keytitle_opener {
    min-height: 90vh;
}.keytitle_opener .keylearning_primary {
    padding: 2.5rem 1.5rem;
}.keytitle_opener .keylearning_primary h1 {
    font-size: calc(48px * 0.7);
    margin-bottom: 1.5rem;
}.keytitle_opener .keylearning_primary h1::after {
    height: 3px;
    bottom: -0.75rem;
    width: 4rem;
}.keytitle_opener .keylearning_primary h3 {
    font-size: 0.9rem;
}.keytitle_opener .keylearning_primary div div {
    padding: 1rem 1.25rem;
}.keytitle_opener .keylearning_primary div div p {
    font-size: calc(18px * 0.9);
}
}