* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}@keyframes shift_scrollbar { 0% { transform: translateX(0); } 50% { transform: translateX(5px); } 100% { transform: translateX(0); } }

::-webkit-scrollbar {
    scroll-behavior: smooth;
    padding: 1px;
    width: 15px;
    background: rgb(142,165,131);
}::-webkit-scrollbar-track {
    margin: 4px 0;
    background: rgb(179,191,171);
    box-shadow: inset 1px -1px 6px 0px rgba(0, 0, 0, 0.3);
    border-radius: 16.5em;
}::-webkit-scrollbar-thumb {
    animation: shift_scrollbar 4s ease-out 3;
    background: rgb(210,216,207);
    border-radius: 13.8vw;
    box-shadow: 4px 5px 13px 4px rgba(0, 0, 0, 0.1);
    transition: transform 4.5s linear;
}::-webkit-scrollbar-thumb:hover {
    background: rgb(255, 255, 255, 0.5);
    box-shadow: -1px -4px 3px 6px rgba(0, 0, 0, 0.3);
}::-webkit-scrollbar-thumb:active {
    background: #ffffff;
    box-shadow: inset 2px -4px 4px 4px rgba(0, 0, 0, 0.6);
}

@media (max-width: 768px) {::-webkit-scrollbar {
    width: 2px;
}}

a {
    color: inherit;
    text-decoration: none;
}.key_wrapper-segment {
    flex-direction: column;
    display: flex;
    height: 100%;
    min-height: 100%;
}.key_event_cal {
    flex: 0 0 auto;
}.container {
    margin: auto;
    width: 1109px;
    max-width: 100%;
}.key_header_primary {
    flex: 1 0 auto;
}html,body {
    font-family: Arial, sans-serif;
    color: #000000;
    height: 100%;
    min-height: 100%;
}header,footer {
    width: 100%;
}svg {
    height: 30px;
    width: 30px;
}
@media only screen and (max-width: 1200px)  {.container {
    padding: 0 20px;
    width: 100%;
}
}
@media only screen and (max-width: 800px)  {.container {
    padding: 0 12px;
}}
.key_cookie_notice_banner {
    width: 100%;
    transition: all 0.3s ease-in-out;
    padding: 20px 0;
    box-shadow: rgba(0, 0, 0, 0.5) 0px 0px 20px 0px;
    bottom: 0;
    border-top: 2px solid rgb(179,191,171);
    position: fixed;
    background: rgb(142,165,131);
    z-index: 90;
}.key_cookie_view {
    padding: 20px 30px;
    margin: auto;
    flex-wrap: wrap;
    max-width: 1200px;
    align-items: center;
    display: flex;
    justify-content: space-between;
}.key_cookie_notice_banner h5 {
    color: #ffffff;
    margin-bottom: 6px;
    transition: color 0.3s ease-in-out;
    font-weight: 700;
    font-size: 23px;
}.key_cookie_notice_banner p {
    color: #ffffff;
    font-size: 13px;
    max-width: 500px;
}.key_cookies_terms {
    flex-shrink: 0;
    margin-right: 20px;
}.key_cookies_terms svg, .key_cookies_terms svg path {
    width: 80px;
    transition: transform 0.3s ease-in-out;
    height: 80px;
    fill: rgb(179,191,171);
}.key_cookies_terms:hover svg {
    transform: rotate(10deg);
}.key_cookie_compl {
    padding: 10px 20px;
    line-height: 35px;
    margin-left: 20px;
    background: rgb(179,191,171);
    box-shadow: rgb(179,191,171,0.5) 0px 4px 10px 0px;
    border-radius: 27px;
    cursor: pointer;
    font-size: 15px;
    text-decoration: none;
    color: #ffffff;
    transition: background 0.3s ease-in-out, transform 0.3s ease-in-out;
}.cookie_button.key_data_approve {
    background: rgb(179,191,171);
}.cookie_button.key_cookies_consent {
    background: rgb(142,165,131);
}.key_cookie_compl:hover {
    transform: scale(1.05);
    box-shadow: rgb(179,191,171,0.5) 0px 6px 15px 0px;
}.key_cookie_notice_banner p a {
    text-decoration: none;
    color: rgb(179,191,171);
    transition: color 0.3s ease-in-out;
    font-weight: 600;
}.key_cookie_notice_banner p a:hover {
    color: rgb(142,165,131);
}.key_wrapper-segment .key_cookie_notice_banner {
    box-shadow: rgba(0, 0, 0, 0.5) 0px 0px 40px 39px;
    padding: 40px 0;
    border: none;
    background: rgb(142,165,131);
}.key_wrapper-segment .key_cookie_compl {
    border-radius: 10px;
    background: rgb(179,191,171);
    padding: 10px;
    font-weight: 400;
    color: #ffffff;
    font-size: 15px;
    margin-left: 30px;
    border: none;
    transition: background 0.3s ease-in-out, transform 0.3s ease-in-out;
}.key_wrapper-segment .key_cookie_expand h5, .key_wrapper-segment .key_cookie_expand p {
    color: #ffffff;
}
@media only screen and (max-width: 1200px) {.key_cookie_notice_banner {
    padding: 20px;
}
}
@media only screen and (max-width: 800px) {.key_cookies_terms {
    display: none;
}.key_cookie_view {
    align-items: center;
    flex-direction: column;
    justify-content: center;
}.key_cookie_notice_banner h5 {
    text-align: center;
}.key_cookie_notice_banner p {
    text-align: center;
}.key_cookie_expand {
    margin-bottom: 20px;
    text-align: center;
}.key_cookie_compl {
    margin-left: 0;
    width: 100%;
    max-width: 300px;
    margin-top: 10px;
}}
#key_privacyAlertWindow {
    display: none;
}#key_privacyAlertWindow:checked ~ .key_cookie_notice_banner {
    visibility: hidden;
    opacity: 0;
}.key_company_info {
    padding: 120px 0;
    overflow: hidden;
    position: relative;
}.key_company_info::before {
    height: 100%;
    position: absolute;
    width: 100%;
    top: 0;
    z-index: 1;
    background: linear-gradient(135deg, 
        rgb(179,191,171,0.5) 0%,
        rgba(36, 55, 99, 0.85) 60%, 
        rgba(28, 42, 75, 0.92) 100%);
    content: "";
    left: 0;
}.key_company_info::after {
    transform: rotate(-12deg) skewX(-12deg);
    top: -10%;
    opacity: 0.05;
    width: 50%;
    pointer-events: none;
    z-index: 0;
    content: "";
    height: 120%;
    position: absolute;
    background: rgb(142,165,131);
    right: -5%;
}.key_company_info .container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
    z-index: 2;
    position: relative;
}.key_company_info .key_tag_content {
    background: rgba(255, 255, 255, 0.95);
    padding: 50px 60px;
    box-shadow: 0 22px 44px rgba(0, 0, 0, 0.15), 
                0 10px 20px rgba(0, 0, 0, 0.1),
                0 1px 8px rgba(0, 0, 0, 0.05);
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    position: relative;
    transform: perspective(1000px) rotateY(-2deg);
    backface-visibility: hidden;
}.key_company_info .key_tag_content:hover {
    transform: perspective(1000px) rotateY(0deg);
}.key_company_info .key_tag_content::before {
    position: absolute;
    height: 100%;
    top: 0;
    content: "";
    left: 0;
    width: 6px;
    background: linear-gradient(to bottom, 
        rgb(179,191,171), 
        rgb(142,165,131) 55%, 
        rgb(179,191,171));
}.key_company_info h1 {
    position: relative;
    font-weight: 700;
    margin-bottom: 30px;
    transform: translateX(-10px);
    letter-spacing: -1px;
    color: #000000;
    font-size: 39px;
}.key_company_info h1::after {
    left: 0;
    width: 80px;
    bottom: -12px;
    transition: width 0.3s ease-out;
    background: rgb(179,191,171);
    position: absolute;
    transform-origin: left center;
    content: "";
    height: 3px;
}.key_company_info .key_tag_content:hover h1::after {
    width: 120px;
}.key_company_info ul {
    list-style: none;
    padding: 0;
    margin: 0;
}.key_company_info li {
    margin-bottom: 15px;
}.key_company_info h4 {
    font-weight: 600;
    color: rgb(142,165,131);
    margin-bottom: 15px;
    position: relative;
    display: inline-block;
    font-size: calc(24px + 2px);
}.key_company_info h4::after {
    content: "";
    background: linear-gradient(to right, 
        rgb(142,165,131), 
        transparent);
    left: 0;
    height: 1px;
    bottom: -5px;
    width: 100%;
    position: absolute;
}.key_company_info span {
    text-align: justify;
    hyphens: auto;
    column-gap: 40px;
    display: block;
    line-height: 1.8;
    font-size: 17px;
    columns: 2;
    font-family: Arial, sans-serif;
    color: #000000;
    font-weight: 400;
    position: relative;
}.key_company_info span::first-letter {
    font-weight: 600;
    color: rgb(179,191,171);
    font-size: 1.5em;
}

@media (max-width: 1024px) {.key_company_info {
    padding: 90px 0;
}.key_company_info .key_tag_content {
    padding: 40px 45px;
    transform: perspective(800px) rotateY(-1deg);
}.key_company_info span {
    columns: 1;
}
}

@media (max-width: 768px) {.key_company_info {
    padding: 60px 0;
}.key_company_info .key_tag_content {
    padding: 35px 30px;
    transform: none;
}.key_company_info h1 {
    font-size: calc(39px - 4px);
    transform: translateX(0);
}.key_company_info::after {
    right: -20%;
    width: 70%;
    height: 60%;
    top: 0;
}
}

@media (max-width: 480px) {.key_company_info {
    padding: 50px 0;
}.key_company_info .key_tag_content {
    padding: 25px 20px;
}.key_company_info h1 {
    margin-bottom: 25px;
    font-size: calc(39px - 8px);
}.key_company_info h1::after {
    width: 60px;
    height: 2px;
    bottom: -8px;
}.key_company_info h4 {
    font-size: 24px;
}.key_company_info span {
    font-size: calc(17px - 1px);
    line-height: 1.6;
}
}

@media (prefers-reduced-motion: reduce) {.key_company_info .key_tag_content,
    .key_company_info .key_tag_content:hover,
    .key_company_info h1::after {
    transform: none;
    transition: none;
}.key_company_info .key_tag_content:hover h1::after {
    width: 80px;
}}.key_pricing_panel {
    background: linear-gradient(135deg, rgb(210,216,207) 0%, rgb(142,165,131,0.5) 100%);
    overflow: hidden;
    padding: 6rem 0;
    position: relative;
}.key_pricing_panel::before {
    width: 100%;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 1;
    content: "";
    height: 100%;
    top: 0;
    background: repeating-linear-gradient(45deg, transparent, transparent 40px, rgba(rgb(179,191,171), 0.03) 40px, rgba(rgb(179,191,171), 0.03) 80px);
}.key_pricing_panel .container {
    padding: 0 1.5rem;
    margin: 0 auto;
    max-width: 1320px;
    position: relative;
    z-index: 2;
}.key_pricing_panel .key_price_tiers {
    display: flex;
    flex-direction: column-reverse;
    gap: 2.5rem;
}.key_pricing_panel .key_pricing_list {
    transition: transform 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transform: translateY(0);
    z-index: 3;
    background: rgba(#ffffff, 0.9);
    margin: 0 auto;
    position: relative;
    max-width: 600px;
    padding: 2rem;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
}.key_pricing_panel .key_pricing_list:hover {
    transform: translateY(-5px);
}.key_pricing_panel .key_pricing_list h2 {
    margin-bottom: 1rem;
    font-weight: 700;
    color: #000000;
    position: relative;
    font-size: 29px;
    line-height: 1.3;
}.key_pricing_panel .key_pricing_list h2::after {
    content: "";
    transition: transform 0.5s ease;
    left: 0;
    width: 80px;
    height: 3px;
    bottom: -10px;
    background: rgb(179,191,171);
    position: absolute;
    transform-origin: left;
    transform: scaleX(1);
}.key_pricing_panel .key_pricing_list:hover h2::after {
    transform: scaleX(1.5);
}.key_pricing_panel .key_pricing_fees {
    line-height: 1.6;
    max-width: 100%;
    word-break: break-word;
    margin-top: 1.5rem;
    overflow-wrap: break-word;
    color: #000000;
    font-size: 13px;
}.key_pricing_panel .key_rate_choices {
    display: grid;
    gap: 30px;
    position: relative;
    grid-template-columns: 1fr;
}.key_pricing_panel .key_fee_pricing {
    text-decoration: none;
    height: 100%;
    overflow: hidden;
    transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    position: relative;
    display: block;
}.key_pricing_panel .key_fee_pricing:hover {
    transform: translateY(-8px);
}.key_pricing_panel .key_access_rates {
    flex-direction: column;
    position: relative;
    overflow: hidden;
    border-radius: 8px;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
    display: flex;
    transition: box-shadow 0.4s ease;
    height: 100%;
    background: #ffffff;
}.key_pricing_panel .key_fee_pricing:hover .key_access_rates {
    box-shadow: 0 15px 35px rgba(rgb(179,191,171,0.5), 0.15);
}.key_pricing_panel .key_premium_plan {
    padding: 2rem;
    display: flex;
    flex-grow: 1;
    min-height: 280px;
    flex-direction: column;
}.key_pricing_panel .key_premium_plan h3 {
    color: #000000;
    font-size: calc(19px + 0.1rem);
    margin-bottom: 1rem;
    font-weight: 600;
    line-height: 1.3;
    position: relative;
}.key_pricing_panel .key_cost_breakdown {
    font-size: calc(19px + 0.3rem);
    margin: 0.5rem 0 1.25rem;
    color: rgb(179,191,171);
    font-weight: 700;
    display: block;
    position: relative;
}.key_pricing_panel .key_cost_breakdown::before {
    bottom: -10px;
    height: 2px;
    background: rgb(142,165,131);
    left: 0;
    position: absolute;
    width: 40px;
    content: "";
}.key_pricing_panel .key_premium_plan p {
    flex-grow: 1;
    color: #000000;
    word-break: break-word;
    line-height: 1.6;
    margin-top: 1.5rem;
    overflow-wrap: break-word;
    font-size: 13px;
}.key_pricing_panel .key_hero_banner {
    width: 100%;
    transform: scale(1);
    position: relative;
    transition: transform 0.6s ease-out;
    height: 220px;
}.key_pricing_panel .key_hero_banner::after {
    content: "";
    position: absolute;
    width: 100%;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.5), transparent);
    height: 100%;
    z-index: 1;
    left: 0;
    top: 0;
}.key_pricing_panel .key_fee_pricing:hover .key_hero_banner {
    transform: scale(1.05);
}

@media (min-width: 768px) {.key_pricing_panel .key_rate_choices {
    grid-template-columns: repeat(2, 1fr);
}.key_pricing_panel .key_pricing_list {
    padding: 3rem;
}
}

@media (min-width: 992px) {.key_pricing_panel .key_price_tiers {
    gap: 3rem;
    flex-direction: row;
    align-items: center;
}.key_pricing_panel .key_pricing_list {
    width: 35%;
    margin: 0;
}.key_pricing_panel .key_rate_choices {
    width: 65%;
}
}

@media (min-width: 1200px) {.key_pricing_panel .key_rate_choices {
    grid-template-columns: repeat(2, 1fr);
    gap: 40px;
}.key_pricing_panel .key_premium_plan {
    padding: 2.5rem;
}.key_pricing_panel .key_pricing_list h2 {
    font-size: calc(29px + 0.2rem);
}.key_pricing_panel .key_hero_banner {
    height: 250px;
}
}

@media (max-width: 767px) {.key_pricing_panel {
    padding: 4rem 0;
}.key_pricing_panel .key_premium_plan {
    min-height: 240px;
    padding: 1.5rem;
}.key_pricing_panel .key_hero_banner {
    height: 180px;
}.key_pricing_panel .key_pricing_list {
    padding: 1.5rem;
}.key_pricing_panel .key_pricing_list h2 {
    font-size: calc(29px - 0.2rem);
}.key_pricing_panel .key_pricing_fees {
    font-size: calc(13px - 0.1rem);
}}.key_education_experience {
    position: relative;
    background-color: rgb(210,216,207);
    padding: 6rem 0;
    overflow: hidden;
}.key_education_experience::before {
    background: linear-gradient(135deg, rgb(179,191,171,0.5), rgb(142,165,131,0.5));
    right: -10%;
    content: "";
    top: -10%;
    height: 70%;
    position: absolute;
    z-index: 0;
    filter: blur(50px);
    width: 45%;
    transform: rotate(-15deg);
}.key_education_experience::after {
    height: 60%;
    left: -10%;
    width: 50%;
    position: absolute;
    content: "";
    transform: rotate(15deg);
    background: linear-gradient(225deg, rgb(142,165,131,0.5), rgb(179,191,171,0.5));
    z-index: 0;
    filter: blur(40px);
    bottom: -10%;
}.key_education_experience .container {
    max-width: 1200px;
    z-index: 2;
    position: relative;
    margin: 0 auto;
    padding: 0 1.5rem;
}.key_education_experience .key_rating_zone {
    padding: 3rem;
    display: grid;
    gap: 2rem;
    box-shadow: 0 20px 40px rgba(0,0,0,0.1), 0 5px 15px rgba(0,0,0,0.05);
    transform: perspective(1000px) rotateX(2deg);
    position: relative;
    background: linear-gradient(to right bottom, rgba(255,255,255,0.9), rgba(255,255,255,0.7));
    border-left: 4px solid rgb(179,191,171);
    grid-template-columns: 1fr;
    backdrop-filter: blur(10px);
}.key_education_experience .key_rating_zone > div:nth-child(1) {
    position: relative;
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    transform: translateY(-1rem);
}.key_education_experience .key_rating_zone > div:nth-child(1):hover {
    transform: translateY(-1.5rem) scale(1.02);
}.key_education_experience .key_rating_zone .key_hero_banner {
    position: relative;
    box-shadow: 0 15px 30px rgba(0,0,0,0.15), 0 5px 15px rgba(0,0,0,0.05);
    height: 300px;
    clip-path: polygon(0% 0%, 100% 0%, 95% 100%, 5% 100%);
    width: 100%;
    transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
}.key_education_experience .key_rating_zone .key_hero_banner:hover {
    box-shadow: 0 20px 40px rgba(0,0,0,0.2), 0 15px 25px rgba(0,0,0,0.1);
    clip-path: polygon(0% 5%, 100% 0%, 95% 95%, 5% 100%);
    transform: translateY(-10px);
}.key_education_experience .key_rating_zone .key_hero_banner::after {
    position: absolute;
    background: linear-gradient(to top, rgb(179,191,171,0.5) 0%, transparent 50%);
    z-index: 1;
    inset: 0;
    content: "";
}.key_education_experience .key_rating_zone > div:nth-child(2) {
    transform: translateY(1rem);
    border-left: 2px solid rgb(142,165,131);
    align-self: flex-start;
    padding-left: 1rem;
    animation: fadeSlideUp 0.8s cubic-bezier(0.19, 1, 0.22, 1) 0.3s forwards;
    opacity: 0;
}.key_education_experience .key_rating_zone .name {
    margin-bottom: 0.5rem;
    font-size: calc(22px * 1.2);
    font-weight: 700;
    display: inline-block;
    position: relative;
    color: rgb(179,191,171);
}.key_education_experience .key_rating_zone .name::after {
    left: 0;
    background-color: rgb(142,165,131);
    width: 0;
    bottom: -5px;
    transition: width 0.4s ease;
    position: absolute;
    height: 2px;
    content: "";
}.key_education_experience .key_rating_zone .name:hover::after {
    width: 100%;
}.key_education_experience .key_rating_zone > div:nth-child(2) > div {
    font-size: calc(17px * 0.95);
    color: rgb(142,165,131);
    position: relative;
    padding-left: 0.5rem;
    font-weight: 600;
    font-style: italic;
    margin-top: 0.5rem;
}.key_education_experience .key_rating_zone > div:nth-child(2) > div::before {
    color: rgb(179,191,171);
    opacity: 0.7;
    position: absolute;
    content: "★";
    left: -10px;
}.key_education_experience .key_rating_zone > div:nth-child(3) {
    animation: fadeSlideUp 0.8s cubic-bezier(0.19, 1, 0.22, 1) 0.5s forwards;
    transform: translateY(1rem);
    position: relative;
    opacity: 0;
}.key_education_experience .key_rating_zone .key_job_progress {
    box-shadow: 0 5px 15px rgba(0,0,0,0.05);
    padding: 1.5rem;
    background: linear-gradient(to right, rgba(255,255,255,0.9), rgba(255,255,255,0.5));
    font-size: 17px;
    color: #000000;
    line-height: 1.8;
    position: relative;
}.key_education_experience .key_rating_zone .key_job_progress::before {
    top: -20px;
    z-index: -1;
    content: "";
    position: absolute;
    font-family: Georgia, serif;
    font-size: 6rem;
    left: -20px;
    color: rgb(179,191,171,0.5);
}.key_education_experience .key_rating_zone .key_job_progress::after {
    position: absolute;
    font-family: Georgia, serif;
    z-index: -1;
    right: -20px;
    color: rgb(179,191,171,0.5);
    content: "";
    font-size: 6rem;
    bottom: -60px;
}

@keyframes fadeSlideUp {
    0% {
        opacity: 0;
        transform: translateY(2rem);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

@media (min-width: 768px) {.key_education_experience .key_rating_zone {
    grid-template-rows: auto 1fr;
    gap: 2rem 3rem;
    grid-template-columns: 300px 1fr;
}.key_education_experience .key_rating_zone > div:nth-child(1) {
    grid-column: 1 / 2;
    grid-row: 1 / 3;
}.key_education_experience .key_rating_zone > div:nth-child(2) {
    grid-row: 1 / 2;
    align-self: flex-end;
    grid-column: 2 / 3;
}.key_education_experience .key_rating_zone > div:nth-child(3) {
    grid-row: 2 / 3;
    grid-column: 2 / 3;
}.key_education_experience .key_rating_zone .key_hero_banner {
    height: 100%;
    min-height: 400px;
    clip-path: polygon(0% 0%, 90% 0%, 100% 100%, 10% 100%);
}.key_education_experience .key_rating_zone .key_hero_banner:hover {
    clip-path: polygon(5% 0%, 95% 0%, 100% 95%, 0% 100%);
}.key_education_experience .key_rating_zone .name {
    font-size: calc(22px * 1.5);
}.key_education_experience .key_rating_zone .key_job_progress {
    padding: 2rem;
    font-size: calc(17px * 1.05);
}
}

@media (min-width: 1024px) {.key_education_experience {
    padding: 8rem 0;
}.key_education_experience .key_rating_zone {
    padding: 4rem;
    margin: 0 2rem;
    gap: 3rem 4rem;
    transform: perspective(1200px) rotateX(1deg) rotateY(-1deg);
    grid-template-columns: 400px 1fr;
}.key_education_experience .key_rating_zone:hover {
    transform: perspective(1200px) rotateX(0deg) rotateY(0deg);
}.key_education_experience .key_rating_zone .key_hero_banner {
    min-height: 500px;
}.key_education_experience .key_rating_zone > div:nth-child(2) {
    padding-left: 1.5rem;
}.key_education_experience .key_rating_zone .name {
    font-size: calc(22px * 1.7);
    margin-bottom: 1rem;
}.key_education_experience .key_rating_zone > div:nth-child(2) > div {
    font-size: calc(17px * 1.1);
}.key_education_experience .key_rating_zone .key_job_progress {
    padding: 2.5rem;
    font-size: calc(17px * 1.1);
    line-height: 1.9;
}}.key_learning_system {
    background: linear-gradient(45deg, rgb(210,216,207) 0%, rgb(179,191,171,0.5) 100%);
    position: relative;
    align-items: center;
    padding: 7rem 2rem;
    overflow: hidden;
    display: flex;
    min-height: 80vh;
}.key_learning_system::before {
    top: -10%;
    position: absolute;
    filter: blur(60px);
    height: 60%;
    content: '';
    border-radius: 50%;
    animation: float 15s ease-in-out infinite;
    width: 60%;
    background: linear-gradient(225deg, rgb(142,165,131) 0%, rgb(179,191,171,0.5) 70%);
    right: -10%;
}@keyframes float {
    0%, 100% {
        transform: translate(0, 0) scale(1);
    }
    25% {
        transform: translate(5%, 5%) scale(1.05);
    }
    50% {
        transform: translate(2%, -5%) scale(0.95);
    }
    75% {
        transform: translate(-5%, 2%) scale(1.02);
    }
}

.key_learning_system::after {
    animation: gridMove 30s linear infinite;
    content: '';
    left: 0;
    height: 100%;
    width: 100%;
    position: absolute;
    background: 
        linear-gradient(90deg, transparent 9px, rgb(179,191,171,0.5) 10px, transparent 10px) 0 0 / 100px 100%,
        linear-gradient(0deg, transparent 9px, rgb(142,165,131,0.5) 10px, transparent 10px) 0 0 / 100% 100px;
    bottom: 0;
    opacity: 0.15;
}@keyframes gridMove {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: 100px 100px;
    }
}

.key_learning_system .key_knowledge_experts {
    margin: 0 auto;
    max-width: 1200px;
    display: flex;
    width: 100%;
    position: relative;
    justify-content: flex-end;
    z-index: 2;
}.key_learning_system .key_tag_content {
    transition: transform 0.5s cubic-bezier(0.2, 0.8, 0.2, 1);
    padding: 4rem;
    position: relative;
    background: linear-gradient(135deg, #ffffff 0%, rgba(255, 255, 255, 0.9) 100%);
    transform: translateX(0);
    width: 55%;
    border-radius: 27px 0 27px 27px;
    box-shadow: -20px 20px 60px rgba(0, 0, 0, 0.1);
}.key_learning_system .key_tag_content:hover {
    transform: translateX(-10px);
}.key_learning_system .key_tag_content::before {
    left: -15px;
    top: -15px;
    border-left: 4px solid rgb(179,191,171);
    width: 30px;
    height: 30px;
    content: '';
    border-radius: 10px 0 0 0;
    position: absolute;
    border-top: 4px solid rgb(179,191,171);
}.key_learning_system .key_tag_content::after {
    height: 30px;
    border-bottom: 4px solid rgb(142,165,131);
    border-left: 4px solid rgb(142,165,131);
    content: '';
    position: absolute;
    width: 30px;
    bottom: -15px;
    border-radius: 0 0 0 10px;
    left: -15px;
}.key_learning_system h2 {
    color: rgb(179,191,171);
    font-size: 31px;
    padding-bottom: 1.5rem;
    margin-bottom: 2rem;
    position: relative;
    font-weight: 700;
}.key_learning_system h2::after {
    width: 80px;
    bottom: 0;
    height: 4px;
    position: absolute;
    left: 0;
    border-radius: 10px;
    content: '';
    background: linear-gradient(90deg, rgb(179,191,171), rgb(142,165,131));
    transition: width 0.3s ease;
}.key_learning_system .key_tag_content:hover h2::after {
    width: 120px;
}.key_learning_system p {
    color: #000000;
    line-height: 1.8;
    font-weight: 400;
    font-size: 15px;
}.key_learning_system .key_tag_content::before,
.key_learning_system .key_tag_content::after {
    transition: all 0.3s ease;
}.key_learning_system .key_tag_content:hover::before {
    transform: translate(-5px, -5px);
}.key_learning_system .key_tag_content:hover::after {
    transform: translate(-5px, 5px);
}@keyframes pulse {
    0%, 100% {
        opacity: 0.5;
    }
    50% {
        opacity: 0.8;
    }
}

.key_learning_system::before,
.key_learning_system::after {
    animation-play-state: running;
}.key_learning_system:hover::before,
.key_learning_system:hover::after {
    animation-play-state: paused;
}

@media (max-width: 992px) {.key_learning_system {
    padding: 5rem 1.5rem;
}.key_learning_system .key_tag_content {
    padding: 3rem;
    width: 70%;
}.key_learning_system h2 {
    font-size: calc(31px * 0.9);
}
}

@media (max-width: 768px) {.key_learning_system {
    padding: 4rem 1rem;
}.key_learning_system .key_knowledge_experts {
    justify-content: center;
}.key_learning_system .key_tag_content {
    border-radius: 27px;
    max-width: 500px;
    width: 100%;
    padding: 2.5rem;
}.key_learning_system h2 {
    margin-bottom: 1.5rem;
    padding-bottom: 1rem;
    font-size: calc(31px * 0.8);
}.key_learning_system p {
    font-size: calc(15px * 0.95);
}
}

@media (max-width: 576px) {.key_learning_system {
    min-height: auto;
    padding: 3rem 1rem;
}.key_learning_system .key_tag_content {
    padding: 2rem;
}.key_learning_system h2 {
    margin-bottom: 1rem;
    font-size: calc(31px * 0.7);
}.key_learning_system h2::after {
    height: 3px;
    width: 60px;
}.key_learning_system .key_tag_content:hover h2::after {
    width: 90px;
}.key_learning_system p {
    font-size: calc(15px * 0.9);
}.key_learning_system .key_tag_content::before,
    .key_learning_system .key_tag_content::after {
    width: 20px;
    height: 20px;
}}header {
    transition: all 0.4s ease;
    background: linear-gradient(135deg, #000000 0%, rgb(179,191,171) 100%);
    z-index: 1000;
    backdrop-filter: blur(8px);
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.2);
    border-bottom: 1px solid rgb(179,191,171,0.5);
    -webkit-backdrop-filter: blur(8px);
    left: 0;
    top: 0;
    width: 100%;
    position: fixed;
}header:before {
    content: '';
    animation: shine 8s infinite linear;
    opacity: 0.4;
    height: 100%;
    left: 0;
    pointer-events: none;
    background: linear-gradient(90deg, transparent, rgb(179,191,171,0.5), transparent);
    background-size: 200% 100%;
    width: 100%;
    position: absolute;
    top: 0;
}header .key_main_core {
    width: 100%;
}header .container {
    max-width: 1200px;
    padding: 15px 20px;
    margin: 0 auto;
}header .key_site_nav {
    justify-content: space-between;
    position: relative;
    display: flex;
    align-items: center;
}header .key_header_top {
    gap: 25px;
    position: relative;
    display: flex;
}header .key_header_top:before {
    left: 0;
    height: 1px;
    width: 100%;
    bottom: -8px;
    transition: transform 0.6s ease;
    transform-origin: left;
    transform: scaleX(0);
    position: absolute;
    background: linear-gradient(90deg, transparent, rgb(179,191,171), transparent);
    content: '';
}header .key_header_top:hover:before {
    transform: scaleX(1);
}header .key_main_pro {
    font-weight: 400;
    text-transform: uppercase;
    text-decoration: none;
    font-family: Arial, sans-serif;
    font-size: 13px;
    transition: all 0.4s ease;
    color: #ffffff;
    letter-spacing: 0.5px;
    position: relative;
    padding: 8px 0;
}header .key_main_pro:after {
    transform-origin: right;
    width: 100%;
    left: 0;
    transform: scaleX(0);
    position: absolute;
    bottom: 0;
    background: rgb(179,191,171);
    height: 2px;
    transition: transform 0.4s cubic-bezier(0.65, 0.05, 0.36, 1);
    content: '';
}header .key_main_pro:before {
    position: absolute;
    left: 50%;
    opacity: 0;
    width: 4px;
    top: 0;
    transition: all 0.3s ease;
    height: 4px;
    content: '';
    transform: translateX(-50%);
    background: rgb(179,191,171);
    border-radius: 50%;
}header .key_main_pro:hover {
    color: rgb(179,191,171);
    text-shadow: 0 0 8px rgb(179,191,171,0.5);
}header .key_main_pro:hover:after {
    transform: scaleX(1);
    transform-origin: left;
}header .key_main_pro:hover:before {
    opacity: 1;
}header .key_head_tutor {
    transition: all 0.3s ease;
    text-decoration: none;
    align-items: center;
    position: relative;
    display: flex;
}header .key_head_tutor svg {
    height: 40px;
    width: auto;
    filter: drop-shadow(0 0 4px rgb(179,191,171,0.5));
    transition: transform 0.5s ease;
}header .key_head_tutor:hover svg {
    transform: scale(1.05);
}header .key_head_tutor:after {
    background: rgb(179,191,171);
    content: '';
    height: 1px;
    transform: translateX(-50%);
    left: 50%;
    width: 0;
    bottom: -8px;
    position: absolute;
    transition: width 0.4s ease;
}header .key_head_tutor:hover:after {
    width: 100%;
}

@keyframes shine {
    0% {
        background-position: -200% 0;
    }
    100% {
        background-position: 200% 0;
    }
}

@keyframes pulse {
    0% {
        opacity: 0.5;
    }
    50% {
        opacity: 1;
    }
    100% {
        opacity: 0.5;
    }
}

@media (max-width: 991px) {header .container {
    padding: 12px 15px;
}header .key_header_top {
    gap: 15px;
}header .key_main_pro {
    font-size: calc(13px - 1px);
}header .key_head_tutor svg {
    height: 35px;
}
}

@media (max-width: 767px) {header .key_header_top {
    gap: 20px;
    width: 80%;
    position: fixed;
    top: 0;
    max-width: 300px;
    overflow-y: auto;
    z-index: 1001;
    flex-direction: column;
    transition: right 0.4s ease;
    right: -100%;
    box-shadow: -5px 0 20px rgba(0, 0, 0, 0.2);
    background: #000000;
    height: 100vh;
    padding: 80px 30px 30px;
}header .menu.active {
    right: 0;
}header .key_main_pro {
    width: 100%;
    padding: 10px 5px;
    border-bottom: 1px solid rgb(179,191,171,0.5);
}header .key_header_top:before {
    display: none;
}header .key_head_tutor {
    margin-right: auto;
    margin-left: auto;
}
}

@media (max-width: 480px) {header .container {
    padding: 10px;
}header .key_head_tutor svg {
    height: 30px;
}}.key_learning_profits {
    position: relative;
    background: linear-gradient(135deg, rgb(210,216,207) 0%, rgba(245, 247, 250, 0.92) 100%);
    padding: 120px 0;
    overflow: hidden;
}.key_learning_profits::before {
    position: absolute;
    height: 100%;
    z-index: 0;
    width: 100%;
    background-image: radial-gradient(circle at 20% 30%, rgba(rgb(179,191,171,0.5), 0.08) 0%, transparent 60%),
                      radial-gradient(circle at 80% 70%, rgba(rgb(142,165,131,0.5), 0.1) 0%, transparent 40%);
    top: 0;
    left: 0;
    content: "";
}.key_learning_profits::after {
    filter: blur(30px);
    background: linear-gradient(-45deg, rgb(179,191,171) 0%, transparent 70%);
    z-index: 0;
    opacity: 0.15;
    bottom: -40px;
    height: 200px;
    border-radius: 50%;
    right: -40px;
    content: "";
    transform: rotate(-15deg);
    position: absolute;
    width: 200px;
}.key_learning_profits .container {
    z-index: 1;
    padding: 0 20px;
    position: relative;
    margin: 0 auto;
    max-width: 1200px;
}.key_learning_profits .key_knowledge_experts {
    position: relative;
    align-items: center;
    flex-direction: column-reverse;
    display: flex;
}.key_learning_profits .key_tag_content {
    padding: 30px 20px;
    width: 100%;
    position: relative;
    backdrop-filter: blur(10px);
    background: rgba(#ffffff, 0.95);
    z-index: 2;
    box-shadow: 0 15px 35px rgba(rgba(0, 0, 0, 0.5), 0.08);
    transform: translateZ(0);
}.key_learning_profits .key_tag_content::before {
    content: "";
    top: 0;
    left: 0;
    transform: scaleY(0);
    animation: lineGrow 1.2s cubic-bezier(0.25, 1, 0.5, 1) forwards 0.3s;
    width: 5px;
    height: 60%;
    transform-origin: top;
    position: absolute;
    background: linear-gradient(to bottom, rgb(179,191,171), rgba(rgb(179,191,171,0.5), 0.3));
}.key_learning_profits h4 {
    margin-bottom: 30px;
    color: #000000;
    position: relative;
    line-height: 1.4;
    transition: transform 0.5s ease;
    transform: translateX(0);
    font-size: calc(18px * 1.1);
    font-weight: 700;
}.key_learning_profits h4::after {
    height: 3px;
    left: 0;
    transition: transform 0.5s ease;
    transform: scaleX(0.7);
    bottom: -12px;
    position: absolute;
    background: rgb(142,165,131);
    content: "";
    transform-origin: left;
    width: 80px;
}.key_learning_profits .key_tag_content:hover h4 {
    transform: translateX(5px);
}.key_learning_profits .key_tag_content:hover h4::after {
    transform: scaleX(1);
}.key_learning_profits .key_tag_content > div {
    display: flex;
    gap: 20px;
    flex-direction: column;
}.key_learning_profits ul {
    list-style: none;
    padding: 0;
    margin: 0;
}.key_learning_profits li {
    transform: translateY(20px);
    position: relative;
    animation: fadeSlideUp 0.6s ease forwards;
    opacity: 0;
    margin-bottom: 15px;
    animation-delay: calc(0.15s * var(--li-index, 0));
}.key_learning_profits li:nth-child(1) {
    --li-index: 1;
}.key_learning_profits li:nth-child(2) {
    --li-index: 2;
}.key_learning_profits li:nth-child(3) {
    --li-index: 3;
}.key_learning_profits li:nth-child(4) {
    --li-index: 4;
}.key_learning_profits li:nth-child(5) {
    --li-index: 5;
}.key_learning_profits p {
    margin: 0;
    color: #000000;
    align-items: flex-start;
    display: flex;
    font-size: 17px;
    transition: transform 0.3s ease;
    gap: 15px;
}.key_learning_profits li:hover p {
    transform: translateX(5px);
}.key_learning_profits p span:first-child {
    flex-shrink: 0;
    margin-top: 2px;
}.key_learning_profits p span:last-child {
    line-height: 1.5;
    letter-spacing: 0.01em;
}.key_learning_profits svg {
    width: 22px;
    transition: transform 0.3s ease;
    height: 22px;
}.key_learning_profits li:hover svg {
    transform: rotate(10deg) scale(1.1);
}.key_learning_profits svg path {
    fill: rgb(179,191,171);
    transition: fill 0.3s ease;
}.key_learning_profits li:hover svg path {
    fill: rgb(142,165,131);
}.key_learning_profits .key_hero_banner {
    margin-bottom: 20px;
    transition: transform 0.5s cubic-bezier(0.25, 1, 0.5, 1),
                box-shadow 0.5s cubic-bezier(0.25, 1, 0.5, 1);
    width: 100%;
    box-shadow: 0 10px 30px rgba(rgba(0, 0, 0, 0.5), 0.15);
    border-radius: 10px;
    max-height: 500px;
    height: auto;
    object-fit: cover;
    transform: scale(0.95) translateY(20px);
}.key_learning_profits .key_knowledge_experts:hover .key_hero_banner {
    box-shadow: 0 20px 40px rgba(rgba(0, 0, 0, 0.5), 0.2);
    transform: scale(1) translateY(0);
}

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

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

@media (min-width: 768px) {.key_learning_profits {
    padding: 150px 0;
}.key_learning_profits .key_knowledge_experts {
    flex-direction: row;
    align-items: stretch;
    gap: 40px;
}.key_learning_profits .key_tag_content {
    clip-path: polygon(0 0, 100% 0, 95% 100%, 0% 100%);
    transform: translateX(-30px);
    margin-top: 60px;
    width: 55%;
    padding: 40px;
}.key_learning_profits h4 {
    font-size: calc(18px * 1.2);
    margin-bottom: 40px;
}.key_learning_profits .key_tag_content > div {
    gap: 30px;
    flex-direction: row;
}.key_learning_profits .key_tag_content > div > * {
    flex: 1;
}.key_learning_profits p {
    font-size: calc(17px * 1.05);
}.key_learning_profits .key_hero_banner {
    height: 450px;
    width: 45%;
    clip-path: polygon(5% 0, 100% 0, 100% 100%, 0% 100%);
    object-position: center;
    transform: rotate(-3deg) translateY(0) scale(0.95);
}.key_learning_profits .key_knowledge_experts:hover .key_hero_banner {
    transform: rotate(0deg) translateY(0) scale(1);
}
}

@media (min-width: 992px) {.key_learning_profits .key_knowledge_experts {
    gap: 60px;
}.key_learning_profits .key_tag_content {
    transform: translateX(-60px);
}.key_learning_profits h4 {
    font-size: calc(18px * 1.3);
}.key_learning_profits .key_hero_banner {
    transform: rotate(-5deg) translateY(0) scale(0.95);
    height: 500px;
}
}

@media (min-width: 1200px) {.key_learning_profits .key_knowledge_experts {
    gap: 80px;
}.key_learning_profits .key_tag_content {
    padding: 50px;
    transform: translateX(-80px);
}.key_learning_profits h4 {
    font-size: calc(18px * 1.4);
}.key_learning_profits .key_hero_banner {
    height: 550px;
}
}

@media (prefers-reduced-motion) {.key_learning_profits .key_tag_content::before,
    .key_learning_profits li,
    .key_learning_profits .key_hero_banner,
    .key_learning_profits .key_knowledge_experts:hover .key_hero_banner,
    .key_learning_profits h4,
    .key_learning_profits .key_tag_content:hover h4,
    .key_learning_profits p,
    .key_learning_profits li:hover p,
    .key_learning_profits svg,
    .key_learning_profits li:hover svg {
    transform: none;
    transition: none;
    animation: none;
}.key_learning_profits li {
    opacity: 1;
}}.key_contact {
    overflow: hidden;
    z-index: 1;
    position: relative;
    padding: 100px 0;
}.key_contact::before {
    content: '';
    position: absolute;
    inset: 0;
    background-color: rgb(179,191,171);
    z-index: -1;
    opacity: 0.95;
}.key_contact .container {
    position: relative;
    margin: 0 auto;
    max-width: 1280px;
    padding: 0 20px;
}.key_contact .key_connect_card {
    display: flex;
    position: relative;
    flex-direction: column;
}.key_contact .key_support_map {
    padding: 0;
    text-align: center;
    margin-bottom: 40px;
    position: relative;
}.key_contact .key_support_map h3 {
    position: relative;
    font-size: 31px;
    margin-bottom: 20px;
    color: #ffffff;
    font-weight: 700;
    display: inline-block;
}.key_contact .key_support_map h3::after {
    width: 100%;
    position: absolute;
    height: 2px;
    content: '';
    left: 0;
    background: rgb(142,165,131);
    bottom: -10px;
}.key_contact .key_support_map div {
    background-color: rgba(255, 255, 255, 0.1);
    transition: transform 0.3s ease, background-color 0.3s ease;
    display: inline-block;
    border-radius: 30px;
    padding: 12px 20px;
    margin: 15px 10px;
}.key_contact .key_support_map div:hover {
    transform: translateY(-5px);
    background-color: rgb(142,165,131);
}.key_contact .key_support_map div svg {
    width: 18px;
    vertical-align: middle;
    margin-right: 10px;
    height: 18px;
    display: inline-block;
}.key_contact .key_support_map div svg path {
    fill: #ffffff;
}.key_contact .key_support_map div span {
    display: inline-block;
    color: #ffffff;
    font-size: 14px;
    vertical-align: middle;
}.key_contact .key_support_map div span a {
    text-decoration: none;
    color: #ffffff;
}.key_contact .key_message_list {
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.5);
    grid-template-columns: repeat(3, 1fr);
    background-color: #ffffff;
    position: relative;
    display: grid;
    padding: 40px;
    gap: 20px;
    border-radius: 10px;
}.key_contact .key_message_list h3 {
    margin-bottom: 20px;
    color: #000000;
    grid-column: span 3;
    font-size: 24px;
    text-align: center;
    font-weight: 700;
}.key_contact .key_message_list form {
    grid-column: span 3;
    gap: 20px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
}.key_contact .key_message_list input#name {
    grid-column: span 1;
}.key_contact .key_message_list input#phone {
    grid-column: span 1;
}.key_contact .key_message_list input#email {
    grid-column: span 1;
}.key_contact .key_message_list input[type="text"],
.key_contact .key_message_list input[type="email"] {
    background-color: rgb(210,216,207);
    width: 100%;
    color: #000000;
    font-size: 14px;
    border: none;
    border-radius: 10px;
    padding: 0 20px;
    height: 55px;
    transition: box-shadow 0.3s ease;
}.key_contact .key_message_list input[type="text"]:focus,
.key_contact .key_message_list input[type="email"]:focus {
    outline: none;
    box-shadow: 0 0 0 2px rgb(142,165,131);
}.key_contact .key_message_list input::placeholder {
    color: #000000;
    opacity: 0.6;
}.key_contact .key_message_list .key_connect_box {
    grid-column: span 2;
    align-items: center;
    display: flex;
}.key_contact .key_message_list .key_connect_box input[type="checkbox"] {
    width: 20px;
    -webkit-appearance: none;
    border: 2px solid rgb(210,216,207);
    height: 20px;
    border-radius: 10px;
    transition: background-color 0.3s ease, border-color 0.3s ease;
    margin-right: 10px;
    cursor: pointer;
    appearance: none;
    position: relative;
}.key_contact .key_message_list .key_connect_box input[type="checkbox"]:checked {
    border-color: rgb(142,165,131);
    background-color: rgb(142,165,131);
}.key_contact .key_message_list .key_connect_box input[type="checkbox"]:checked::before {
    font-size: 12px;
    transform: translate(-50%, -50%);
    top: 50%;
    color: #ffffff;
    position: absolute;
    left: 50%;
    content: '✓';
}.key_contact .key_message_list .key_connect_box label {
    color: #000000;
    line-height: 1.5;
    font-size: 14px;
}.key_contact .key_message_list .key_connect_box label a {
    color: rgb(142,165,131);
    transition: color 0.3s ease;
    text-decoration: none;
}.key_contact .key_message_list .key_connect_box label a:hover {
    color: rgb(179,191,171);
}.key_contact .key_message_list .key_support_info {
    cursor: pointer;
    color: #ffffff;
    border: none;
    background-color: rgb(142,165,131);
    font-weight: 600;
    border-radius: 10px;
    font-size: 15px;
    grid-column: span 1;
    height: 55px;
    transition: background-color 0.3s ease, transform 0.3s ease;
}.key_contact .key_message_list .key_support_info:hover {
    transform: translateY(-3px);
    background-color: rgb(179,191,171);
}

@media screen and (min-width: 992px) {.key_contact .key_connect_card {
    align-items: center;
    gap: 50px;
    flex-direction: row;
}.key_contact .key_support_map {
    width: 30%;
    margin-bottom: 0;
    text-align: left;
}.key_contact .key_support_map h3 {
    margin-bottom: 30px;
}.key_contact .key_support_map h3::after {
    width: 50%;
}.key_contact .key_support_map div {
    text-align: left;
    margin: 15px 0;
    display: block;
}.key_contact .key_message_list {
    width: 70%;
}
}

@media screen and (max-width: 991px) {.key_contact .key_message_list input#name,
    .key_contact .key_message_list input#phone,
    .key_contact .key_message_list input#email {
    grid-column: span 3;
}.key_contact .key_message_list .key_connect_box {
    grid-column: span 3;
}.key_contact .key_message_list .key_support_info {
    grid-column: span 3;
}
}

@media screen and (max-width: 767px) {.key_contact {
    padding: 60px 0;
}.key_contact .key_support_map {
    margin-bottom: 30px;
}.key_contact .key_support_map h3 {
    font-size: calc(24px + 2px);
}.key_contact .key_message_list {
    padding: 30px 20px;
}.key_contact .key_message_list form {
    gap: 15px;
}
}

@media screen and (max-width: 480px) {.key_contact {
    padding: 40px 0;
}.key_contact .key_support_map div {
    text-align: left;
    width: 100%;
    display: block;
    margin: 10px 0;
}}.key_course_offering {
    padding: 5rem 0;
    position: relative;
    background: linear-gradient(135deg, rgb(210,216,207) 0%, rgba(245, 247, 250, 0.95) 100%);
    overflow: hidden;
}.key_course_offering::before {
    transform: rotate(15deg);
    top: -5%;
    clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
    height: 250px;
    content: "";
    position: absolute;
    right: -5%;
    opacity: 0.1;
    z-index: 0;
    width: 250px;
    animation: float 12s ease-in-out infinite;
    background: linear-gradient(225deg, rgb(179,191,171) 0%, rgb(179,191,171,0.5) 70%);
}.key_course_offering::after {
    bottom: -3%;
    position: absolute;
    height: 200px;
    left: -3%;
    animation: float 15s ease-in-out infinite reverse;
    clip-path: polygon(25% 0%, 100% 0%, 75% 100%, 0% 100%);
    z-index: 0;
    background: linear-gradient(135deg, rgb(142,165,131) 0%, rgb(142,165,131,0.5) 80%);
    opacity: 0.1;
    transform: rotate(-15deg);
    content: "";
    width: 200px;
}.key_course_offering .container {
    max-width: 1200px;
    position: relative;
    margin: 0 auto;
    z-index: 1;
    padding: 0 1.5rem;
}.key_course_offering h2 {
    margin-bottom: 3rem;
    transform: perspective(1000px) rotateX(0deg);
    font-size: 29px;
    color: #000000;
    text-align: center;
    font-weight: 700;
    transition: transform 0.5s cubic-bezier(0.34, 1.56, 0.64, 1);
    position: relative;
}.key_course_offering h2::after {
    position: absolute;
    content: "";
    bottom: -0.75rem;
    transform: translateX(-50%);
    left: 50%;
    width: 80px;
    background: linear-gradient(90deg, rgb(179,191,171) 0%, rgb(142,165,131) 100%);
    height: 3px;
}.key_course_offering h2:hover {
    transform: perspective(1000px) rotateX(2deg) translateY(-5px);
}.key_course_offering .key_program_path {
    gap: 2.5rem;
    overflow: hidden;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.08);
    border-radius: 5px;
    transform: translateY(0);
    display: grid;
    grid-template-columns: 1fr;
    transition: transform 0.4s ease, box-shadow 0.4s ease;
    background: #ffffff;
}.key_course_offering .key_program_path:hover {
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.12);
    transform: translateY(-10px);
}.key_course_offering .key_hero_banner {
    overflow: hidden;
    height: 350px;
    transform: scale(1);
    transition: transform 0.8s cubic-bezier(0.25, 1, 0.5, 1);
    position: relative;
}.key_course_offering .key_hero_banner::after {
    top: 0;
    background: linear-gradient(180deg, transparent 70%, rgba(0, 0, 0, 0.2) 100%);
    position: absolute;
    left: 0;
    height: 100%;
    z-index: 1;
    content: "";
    width: 100%;
}.key_course_offering .key_hero_banner:hover {
    transform: scale(1.03);
}.key_course_offering .key_tag_content {
    padding: 2rem 2.5rem 2.5rem;
    position: relative;
}.key_course_offering .key_tag_content::before {
    content: "";
    top: 0;
    width: 90%;
    left: 50%;
    position: absolute;
    background: linear-gradient(90deg, transparent, rgb(142,165,131,0.5), transparent);
    transform: translateX(-50%);
    height: 1px;
}.key_course_offering .description {
    position: relative;
    padding-right: 15px;
    line-height: 1.8;
    max-height: 340px;
    margin-bottom: 1.5rem;
    font-size: 14px;
    overflow-y: auto;
    color: #000000;
}.key_course_offering .description:last-child {
    margin-bottom: 0;
}.key_course_offering .description::-webkit-scrollbar {
    width: 4px;
}.key_course_offering .description::-webkit-scrollbar-track {
    background: rgb(210,216,207);
    border-radius: 10px;
}.key_course_offering .description::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background: rgb(179,191,171,0.5);
}.key_course_offering .description::-webkit-scrollbar-thumb:hover {
    background: rgb(179,191,171);
}.key_course_offering .description::first-letter {
    font-weight: 600;
    color: rgb(179,191,171);
    font-size: 1.5em;
}

@media (min-width: 768px) {.key_course_offering {
    padding: 6rem 0;
}.key_course_offering .key_program_path {
    grid-template-columns: 1fr 1.5fr;
    gap: 0;
}.key_course_offering .key_hero_banner {
    clip-path: polygon(0 0, 100% 0, 92% 100%, 0% 100%);
    height: 100%;
}.key_course_offering .key_tag_content {
    padding: 3rem 3.5rem;
}.key_course_offering .key_tag_content::before {
    top: 50%;
    width: 1px;
    transform: translateY(-50%);
    left: 0;
    height: 90%;
    background: linear-gradient(180deg, transparent, rgb(142,165,131,0.5), transparent);
}.key_course_offering h2 {
    font-size: calc(29px * 1.1);
    margin-bottom: 4rem;
}.key_course_offering .description {
    max-height: 400px;
    columns: 2;
    column-gap: 2.5rem;
}
}

@media (min-width: 992px) {.key_course_offering {
    padding: 7rem 0;
}.key_course_offering h2 {
    font-size: calc(29px * 1.2);
}.key_course_offering .key_program_path {
    grid-template-columns: 1fr 2fr;
}.key_course_offering .description {
    font-size: calc(14px * 1.05);
    line-height: 1.85;
    max-height: 450px;
}
}

@media (min-width: 1200px) {.key_course_offering .description {
    columns: 2;
    column-gap: 3rem;
}
}

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

@media (prefers-reduced-motion: reduce) {.key_course_offering::before,
    .key_course_offering::after {
    animation: none;
}.key_course_offering .key_program_path:hover {
    transform: none;
}.key_course_offering .key_hero_banner:hover {
    transform: none;
}.key_course_offering h2:hover {
    transform: none;
}}.key_privacy_lair {
    color: #000000;
    padding: 5rem 0;
    overflow: hidden;
    background: linear-gradient(135deg, rgb(210,216,207) 0%, rgba(245, 248, 250, 0.9) 100%);
    font-family: Arial, sans-serif;
    position: relative;
}.key_privacy_lair::before {
    position: absolute;
    top: 0;
    background: repeating-linear-gradient(
        -45deg,
        rgba(rgb(179,191,171,0.5), 0.03),
        rgba(rgb(179,191,171,0.5), 0.03) 10px,
        transparent 10px,
        transparent 20px
    );
    width: 100%;
    left: 0;
    content: '';
    z-index: 0;
    height: 100%;
}.key_privacy_lair::after {
    width: 15vw;
    content: '';
    z-index: 1;
    top: 0;
    right: 0;
    position: absolute;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(rgb(179,191,171,0.5), 0.08));
}.key_privacy_lair .container {
    margin: 0 auto;
    padding: 0 2rem;
    border-left: 4px solid rgb(179,191,171);
    position: relative;
    max-width: 1140px;
    transform: perspective(1000px) rotateY(0.5deg);
    background: rgba(#ffffff, 0.95);
    box-shadow: 0 10px 30px rgba(rgba(0, 0, 0, 0.5), 0.07);
    z-index: 2;
    transform-origin: left center;
    backdrop-filter: blur(5px);
}.key_privacy_lair h1 {
    font-size: 47px;
    line-height: 1.2;
    position: relative;
    transform: translateX(-0.5rem);
    color: #000000;
    font-weight: 700;
    padding: 2rem 0 1rem;
    letter-spacing: -0.02em;
    margin: 0 0 2rem;
}.key_privacy_lair h1::after {
    width: 6rem;
    animation: expandLine 0.8s ease-out forwards;
    height: 3px;
    background: linear-gradient(90deg, rgb(179,191,171), transparent);
    position: absolute;
    transform-origin: left center;
    content: '';
    left: 0;
    bottom: 0;
}.key_privacy_lair h2 {
    font-weight: 600;
    margin: 2.5rem 0 1.5rem;
    color: #000000;
    padding-left: 1rem;
    line-height: 1.3;
    position: relative;
    font-size: 38px;
}.key_privacy_lair h2::before {
    bottom: 0.25rem;
    width: 3px;
    background: rgb(179,191,171);
    border-radius: 1px;
    content: '';
    left: 0;
    position: absolute;
    top: 0.25rem;
}.key_privacy_lair h3 {
    margin: 2rem 0 1.25rem;
    color: #000000;
    font-weight: 600;
    padding-bottom: 0.75rem;
    border-bottom: 1px solid rgba(rgba(0, 0, 0, 0.5), 0.1);
    font-size: calc(38px * 0.85);
}.key_privacy_lair h4 {
    border-radius: 2px;
    margin: 1.75rem 0 1rem;
    font-size: calc(38px * 0.7);
    font-weight: 600;
    display: inline-block;
    background: rgba(rgb(179,191,171,0.5), 0.08);
    color: #000000;
    padding: 0.35rem 0.75rem;
}.key_privacy_lair p {
    color: #000000;
    margin-bottom: 1.5rem;
    font-size: 16px;
    line-height: 1.7;
}.key_privacy_lair p strong {
    color: #000000;
    position: relative;
    font-weight: 600;
    display: inline-block;
}.key_privacy_lair p strong::after {
    bottom: -2px;
    content: '';
    background: rgba(rgb(179,191,171,0.5), 0.3);
    height: 2px;
    position: absolute;
    left: 0;
    width: 100%;
}.key_privacy_lair ul {
    padding-left: 1.25rem;
    list-style-type: none;
    margin: 1.5rem 0 2rem 0;
}.key_privacy_lair li {
    line-height: 1.6;
    padding-left: 1.75rem;
    position: relative;
    margin-bottom: 1.25rem;
}.key_privacy_lair li::before {
    height: 0.75rem;
    content: '';
    width: 0.75rem;
    left: 0;
    transform: rotate(45deg);
    position: absolute;
    border: 2px solid rgb(179,191,171);
    top: 0.5rem;
    opacity: 0.8;
}.key_privacy_lair span {
    margin-bottom: 1.5rem;
    background: linear-gradient(to right, rgba(rgb(142,165,131,0.5), 0.05), transparent);
    padding: 1.25rem;
    line-height: 1.7;
    font-size: calc(16px * 0.95);
    display: block;
    border-left: 2px solid rgb(142,165,131);
}

@keyframes expandLine {
    from {
        width: 0;
    }
    to {
        width: 6rem;
    }
}

@media (max-width: 991px) {.key_privacy_lair {
    padding: 4rem 0;
}.key_privacy_lair .container {
    transform: perspective(800px) rotateY(0.3deg);
    padding: 2rem;
}.key_privacy_lair h1 {
    font-size: calc(47px * 0.9);
    margin-bottom: 1.5rem;
}.key_privacy_lair h2 {
    margin: 2rem 0 1.25rem;
    font-size: calc(38px * 0.9);
}
}

@media (max-width: 767px) {.key_privacy_lair {
    padding: 3rem 0;
}.key_privacy_lair::after {
    width: 10vw;
}.key_privacy_lair .container {
    transform: none;
    padding: 1.5rem;
}.key_privacy_lair h1 {
    font-size: calc(47px * 0.8);
    transform: translateX(0);
    padding-top: 1rem;
}.key_privacy_lair h2 {
    font-size: calc(38px * 0.8);
    padding-left: 0.75rem;
}.key_privacy_lair h3 {
    font-size: calc(38px * 0.7);
}.key_privacy_lair h4 {
    font-size: calc(38px * 0.6);
}.key_privacy_lair ul {
    padding-left: 0.5rem;
}.key_privacy_lair li {
    padding-left: 1.5rem;
    margin-bottom: 1rem;
}.key_privacy_lair span {
    padding: 1rem;
}
}

@media (max-width: 480px) {.key_privacy_lair {
    padding: 2rem 0;
}.key_privacy_lair .container {
    padding: 1.25rem;
    border-left-width: 3px;
}.key_privacy_lair h1 {
    margin-bottom: 1.25rem;
    font-size: calc(47px * 0.7);
}.key_privacy_lair h1::after {
    width: 4rem;
}.key_privacy_lair p, .key_privacy_lair span {
    font-size: calc(16px * 0.95);
}.key_privacy_lair li {
    font-size: calc(16px * 0.95);
}@keyframes expandLine {
        from {
            width: 0;
        }
        to {
            width: 4rem;
        }
    }
}.key_event_cal {
    position: relative;
    font-family: Arial, sans-serif;
    padding: 5rem 0 2rem;
    color: #000000;
    background-color: rgb(210,216,207);
}.key_event_cal::before {
    height: 100%;
    content: '';
    top: 0;
    left: 0;
    opacity: 0.07;
    background: 
        linear-gradient(135deg, rgb(179,191,171,0.5) 0%, transparent 70%),
        linear-gradient(225deg, rgb(142,165,131,0.5) 0%, transparent 70%);
    position: absolute;
    width: 100%;
    z-index: 0;
}.key_event_cal::after {
    top: 0;
    content: '';
    height: 7px;
    z-index: 1;
    position: absolute;
    width: 100%;
    background: linear-gradient(90deg, 
        rgb(210,216,207) 0%,
        rgb(179,191,171) 35%, 
        rgb(142,165,131) 65%,
        rgb(210,216,207) 100%);
    left: 0;
}.key_event_cal .container {
    z-index: 2;
    position: relative;
}.key_event_cal .key_credit_info {
    display: flex;
    flex-direction: column;
}.key_event_cal .key_assist_form {
    justify-content: center;
    border-bottom: 1px solid rgba(0, 0, 0, 0.06);
    flex-wrap: wrap;
    margin-bottom: 4rem;
    gap: 0;
    position: relative;
    padding-bottom: 2rem;
    display: flex;
}.key_event_cal .key_assist_form::after {
    background: linear-gradient(90deg, 
        transparent 0%,
        rgb(142,165,131,0.5) 50%,
        transparent 100%);
    left: 0;
    bottom: -1px;
    content: '';
    height: 1px;
    position: absolute;
    width: 100%;
}.key_event_cal .info_item {
    flex: 0 0 auto;
    position: relative;
    transition: all 0.3s ease;
    padding: 0.5rem 1rem;
    width: 25%;
}.key_event_cal .info_item::before {
    position: absolute;
    height: 60%;
    left: 0;
    content: '';
    transform: translateY(-50%);
    top: 50%;
    background-color: rgba(0, 0, 0, 0.06);
    width: 1px;
}.key_event_cal .info_item:first-child::before {
    display: none;
}.key_event_cal .info_item p,
.key_event_cal .info_item a {
    text-decoration: none;
    gap: 0.75rem;
    transition: all 0.3s ease;
    font-weight: 400;
    text-align: center;
    justify-content: center;
    display: flex;
    color: #000000;
    align-items: center;
    font-size: calc(14px - 1px);
}.key_event_cal .info_item:hover {
    transform: translateY(-5px);
}.key_event_cal .info_item:hover p,
.key_event_cal .info_item:hover a {
    color: rgb(179,191,171);
}.key_event_cal .info_item svg {
    width: 20px;
    fill: rgb(179,191,171);
    transition: transform 0.3s ease;
    height: 20px;
}.key_event_cal .info_item:hover svg {
    transform: rotate(10deg);
}.key_event_cal .text_main_holder {
    gap: 3rem;
    justify-content: space-between;
    display: flex;
    position: relative;
    flex-wrap: wrap;
}.key_event_cal .key_head_sitebar {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
    max-width: 300px;
    width: 100%;
    margin-right: auto;
}.key_event_cal .key_head_sitebar svg {
    transition: all 0.3s ease;
    height: auto;
    max-width: 160px;
}.key_event_cal .key_head_sitebar:hover svg {
    transform: scale(1.05);
}.key_event_cal .key_ssl_info {
    padding-left: 2rem;
    position: relative;
    font-size: 12px;
    color: #000000;
    line-height: 1.6;
}.key_event_cal .key_ssl_info::before {
    background: linear-gradient(to bottom, rgb(179,191,171), rgb(142,165,131));
    bottom: 0;
    width: 4px;
    left: 0;
    content: '';
    border-radius: 2px;
    top: 0;
    position: absolute;
}.key_event_cal .key_header_top {
    min-width: 240px;
    flex: 1;
    display: flex;
    max-width: 400px;
    gap: 2rem;
    flex-direction: column;
    position: relative;
}.key_event_cal .key_header_top::before {
    border-radius: 15px;
    z-index: -1;
    background: rgba(0, 0, 0, 0.02);
    width: 100%;
    content: '';
    left: 0;
    top: 0;
    height: 100%;
    position: absolute;
}.key_event_cal .key_header_top h5 {
    font-weight: 600;
    margin-bottom: 1rem;
    background: rgba(0, 0, 0, 0.03);
    font-size: 19px;
    border-radius: 10px;
    padding: 0.75rem 1.5rem;
    color: #000000;
}.key_event_cal .key_head_train {
    padding: 0 1.5rem;
    gap: 0.75rem;
    display: flex;
    flex-direction: column;
}.key_event_cal .key_head_train:first-child {
    position: relative;
}.key_event_cal .key_head_train a {
    padding: 0.5rem 0;
    transition: all 0.3s ease;
    text-decoration: none;
    position: relative;
    padding-left: 1.25rem;
    color: #000000;
    font-size: 14px;
}.key_event_cal .key_head_train a::before {
    left: 0;
    content: '';
    border-radius: 50%;
    top: 50%;
    position: absolute;
    transition: all 0.3s ease;
    height: 6px;
    background-color: rgb(142,165,131,0.5);
    transform: translateY(-50%);
    width: 6px;
}.key_event_cal .key_head_train a:hover {
    padding-left: 1.5rem;
    color: rgb(179,191,171);
}.key_event_cal .key_head_train a:hover::before {
    background-color: rgb(179,191,171);
    width: 8px;
    height: 8px;
}.key_event_cal .subscribe_holder {
    flex-direction: column;
    padding: 2rem;
    display: flex;
    background: linear-gradient(135deg, #ffffff 0%, rgba(245, 245, 245, 0.8) 100%);
    max-width: 400px;
    position: relative;
    border-radius: 15px;
    gap: 1.5rem;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    width: 100%;
}.key_event_cal .subscribe_holder::before {
    border-top-left-radius: 15px;
    border-color: rgb(179,191,171,0.5) transparent transparent transparent;
    content: '';
    height: 0;
    border-width: 50px 50px 0 0;
    border-style: solid;
    top: 0;
    left: 0;
    width: 0;
    position: absolute;
}.key_event_cal .subscribe_holder h5 {
    font-weight: 600;
    color: #000000;
    font-size: 19px;
    margin-bottom: 0.5rem;
}.key_event_cal .subscribe_holder p {
    line-height: 1.6;
    color: #000000;
    font-size: 14px;
}.key_event_cal .input_holder {
    flex-direction: column;
    margin-top: 0.5rem;
    position: relative;
    gap: 1rem;
    display: flex;
}.key_event_cal .input_holder input[type="email"] {
    border-radius: 10px;
    border: 1px solid rgba(0, 0, 0, 0.1);
    color: #000000;
    padding: 1.125rem 1.25rem;
    font-size: 14px;
    transition: all 0.3s ease;
}.key_event_cal .input_holder input[type="email"]:focus {
    outline: none;
    border-color: rgb(179,191,171);
    box-shadow: 0 0 0 3px rgb(179,191,171,0.5);
}.key_event_cal .input_holder input[type="email"]::placeholder {
    color: #000000;
    opacity: 0.5;
}.key_event_cal .key_sub_objective {
    border: none;
    position: relative;
    background: linear-gradient(135deg, rgb(179,191,171) 0%, rgb(142,165,131) 100%);
    font-weight: 600;
    transition: all 0.3s ease;
    font-size: 17px;
    padding: 1.125rem 1.25rem;
    border-radius: 10px;
    z-index: 1;
    color: #ffffff;
    overflow: hidden;
    cursor: pointer;
}.key_event_cal .key_sub_objective::before {
    z-index: -1;
    transition: opacity 0.3s ease;
    opacity: 0;
    top: 0;
    height: 100%;
    left: 0;
    position: absolute;
    content: '';
    width: 100%;
    background: linear-gradient(135deg, rgb(142,165,131) 0%, rgb(179,191,171) 100%);
}.key_event_cal .key_sub_objective:hover {
    transform: translateY(-3px);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}.key_event_cal .key_sub_objective:hover::before {
    opacity: 1;
}.key_event_cal .key_desktop_app {
    text-align: center;
    position: relative;
    padding-top: 2rem;
    margin-top: 4rem;
}.key_event_cal .key_desktop_app::before {
    background: rgba(0, 0, 0, 0.1);
    top: 0;
    left: 30%;
    content: '';
    position: absolute;
    width: 40%;
    height: 1px;
}.key_event_cal .key_converter {
    font-size: 12px;
    color: #000000;
    opacity: 0.8;
}

@media (max-width: 1200px) {.key_event_cal .text_main_holder {
    gap: 2.5rem;
}.key_event_cal .key_head_sitebar {
    max-width: 260px;
}.key_event_cal .key_header_top {
    min-width: 220px;
}
}

@media (max-width: 991px) {.key_event_cal {
    padding: 4rem 0 2rem;
}.key_event_cal .info_item {
    padding: 1rem;
    width: 50%;
}.key_event_cal .info_item:nth-child(3)::before {
    display: none;
}.key_event_cal .text_main_holder {
    gap: 3rem;
    flex-direction: column;
    align-items: center;
}.key_event_cal .key_head_sitebar {
    width: 100%;
    text-align: center;
    align-items: center;
    max-width: 100%;
}.key_event_cal .key_ssl_info {
    text-align: center;
    max-width: 500px;
    padding-left: 0;
}.key_event_cal .key_ssl_info::before {
    display: none;
}.key_event_cal .key_header_top {
    width: 100%;
    max-width: 600px;
}.key_event_cal .subscribe_holder {
    max-width: 600px;
    width: 100%;
}
}

@media (max-width: 768px) {.key_event_cal {
    padding: 3.5rem 0 1.5rem;
}.key_event_cal .key_assist_form {
    margin-bottom: 3rem;
}.key_event_cal .info_item {
    width: 100%;
}.key_event_cal .info_item::before {
    display: none;
}.key_event_cal .key_head_train {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    gap: 0.5rem 1.5rem;
}.key_event_cal .key_head_train a {
    text-align: center;
    padding: 0.5rem 1rem;
}.key_event_cal .key_head_train a::before {
    display: none;
}.key_event_cal .key_head_train a:hover {
    border-radius: 10px;
    background-color: rgba(0, 0, 0, 0.03);
    padding-left: 1rem;
}.key_event_cal .key_desktop_app {
    margin-top: 3rem;
}
}

@media (max-width: 576px) {.key_event_cal {
    padding: 3rem 0 1.5rem;
}.key_event_cal .key_assist_form {
    margin-bottom: 2.5rem;
    padding-bottom: 1.5rem;
}.key_event_cal .text_main_holder {
    gap: 2.5rem;
}.key_event_cal .key_header_top {
    padding: 1rem;
}.key_event_cal .key_header_top h5 {
    text-align: center;
}.key_event_cal .subscribe_holder {
    padding: 1.5rem;
}.key_event_cal .subscribe_holder::before {
    border-width: 30px 30px 0 0;
}.key_event_cal .key_desktop_app {
    margin-top: 2.5rem;
}}.key_register_now {
    position: relative;
    padding: 6rem 0;
    z-index: 1;
    transform: skewY(-2deg);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.12);
    overflow: hidden;
    background: linear-gradient(135deg, rgb(179,191,171) 0%, rgb(142,165,131) 100%);
}.key_register_now::before {
    height: 100%;
    z-index: -1;
    top: 0;
    content: "";
    position: absolute;
    opacity: 0.1;
    width: 100%;
    left: 0;
    background: repeating-linear-gradient(
        45deg,
        rgb(179,191,171,0.5),
        rgb(179,191,171,0.5) 10px,
        transparent 10px,
        transparent 20px
    );
}.key_register_now::after {
    content: "";
    top: -30%;
    animation: floatGlow 15s infinite alternate ease-in-out;
    width: 50vw;
    background: radial-gradient(circle, rgb(142,165,131) 0%, transparent 70%);
    height: 50vw;
    position: absolute;
    opacity: 0.15;
    right: -10%;
    z-index: -1;
}.key_register_now .container {
    padding: 0 2rem;
    display: flex;
    margin: 0 auto;
    flex-direction: column;
    align-items: center;
    z-index: 2;
    position: relative;
    transform: skewY(2deg);
    max-width: 1200px;
}.key_register_now h6 {
    text-align: center;
    font-size: 24px;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.15);
    letter-spacing: 0.5px;
    animation: textFloat 5s infinite alternate ease-in-out;
    position: relative;
    max-width: 800px;
    transform: translateY(0);
    margin-bottom: 2.5rem;
    font-weight: 600;
    line-height: 1.5;
    color: #ffffff;
}.key_register_now h6::after {
    content: "";
    clip-path: polygon(0 0, 100% 0, 90% 100%, 10% 100%);
    bottom: -15px;
    height: 3px;
    background: #ffffff;
    left: 50%;
    opacity: 0.7;
    width: 70px;
    transform: translateX(-50%);
    position: absolute;
}.key_register_now div div {
    display: flex;
    justify-content: center;
    position: relative;
    z-index: 2;
}.key_register_now div div span {
    position: relative;
    transform-style: preserve-3d;
    perspective: 800px;
    display: inline-block;
}.key_register_now div div span::before {
    opacity: 0.15;
    height: calc(100% + 20px);
    transform: translateZ(-10px);
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    background: rgb(179,191,171);
    left: -10px;
    content: "";
    top: -10px;
    filter: blur(10px);
    border-radius: 10px;
    position: absolute;
    width: calc(100% + 20px);
}.key_register_now .key_support_info {
    font-size: 14px;
    background: #ffffff;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
    align-items: center;
    color: rgb(179,191,171);
    font-weight: 700;
    transform: translateY(0);
    display: inline-flex;
    text-decoration: none;
    padding: 0.9rem 2.5rem;
    border-radius: 10px;
    position: relative;
    z-index: 2;
    transition: all 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
    justify-content: center;
    overflow: hidden;
}.key_register_now .key_support_info::before {
    left: 0;
    width: 100%;
    position: absolute;
    opacity: 0;
    z-index: -1;
    content: "";
    top: 0;
    transition: opacity 0.4s ease;
    height: 100%;
    background: linear-gradient(45deg, transparent 0%, rgb(142,165,131,0.5) 100%);
}.key_register_now .key_support_info::after {
    top: 0;
    left: -100%;
    content: "";
    width: 70%;
    background: linear-gradient(
        90deg,
        transparent 0%,
        rgba(255, 255, 255, 0.2) 50%,
        transparent 100%
    );
    transform: skewX(-25deg);
    height: 100%;
    position: absolute;
    transition: all 0.7s ease;
}.key_register_now .key_support_info span {
    position: relative;
    transition: all 0.3s ease;
    z-index: 3;
}.key_register_now .key_support_info:hover {
    box-shadow: 0 15px 25px rgba(0, 0, 0, 0.2);
    transform: translateY(-5px);
    color: rgb(142,165,131);
}.key_register_now .key_support_info:hover::before {
    opacity: 0.1;
}.key_register_now .key_support_info:hover::after {
    transition: all 0.7s ease;
    left: 100%;
}.key_register_now .key_support_info:hover span {
    transform: scale(1.05);
}.key_register_now div div span:hover::before {
    transform: translateZ(-5px) scale(1.05);
    opacity: 0.25;
}.key_register_now .key_support_info:active {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
    transform: translateY(-2px);
}

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

@keyframes floatGlow {
    0% {
        transform: translate(0, 0);
    }
    100% {
        transform: translate(-5%, 5%);
    }
}

@media (max-width: 992px) {.key_register_now {
    padding: 5rem 0;
}.key_register_now h6 {
    margin-bottom: 2rem;
    font-size: calc(16px * 1.1);
}.key_register_now .key_support_info {
    padding: 0.8rem 2.2rem;
}
}

@media (max-width: 768px) {.key_register_now {
    transform: skewY(-1deg);
    padding: 4rem 0;
}.key_register_now .container {
    padding: 0 1.5rem;
    transform: skewY(1deg);
}.key_register_now h6 {
    font-size: 16px;
    margin-bottom: 1.8rem;
}.key_register_now h6::after {
    width: 50px;
    bottom: -12px;
}
}

@media (max-width: 576px) {.key_register_now {
    transform: skewY(0);
    padding: 3.5rem 0;
}.key_register_now .container {
    padding: 0 1rem;
    transform: skewY(0);
}.key_register_now h6 {
    line-height: 1.6;
    margin-bottom: 1.5rem;
    font-size: calc(17px * 1.2);
}.key_register_now .key_support_info {
    font-size: calc(14px * 0.9);
    padding: 0.7rem 1.8rem;
}.key_register_now div div span::before {
    height: calc(100% + 10px);
    width: calc(100% + 10px);
    top: -5px;
    left: -5px;
}}.key_opening_board {
    min-height: 100vh;
    align-items: center;
    display: flex;
    justify-content: center;
    position: relative;
    overflow: hidden;
    background: linear-gradient(135deg, rgb(210,216,207) 0%, rgba(240, 248, 255, 0.9) 100%);
}.key_opening_board::before {
    filter: blur(60px);
    height: 40%;
    animation: float 15s infinite ease-in-out;
    width: 40%;
    top: -10%;
    content: '';
    opacity: 0.4;
    right: -10%;
    border-radius: 50%;
    background: linear-gradient(45deg, rgb(179,191,171,0.5) 0%, rgb(142,165,131) 100%);
    z-index: 1;
    position: absolute;
}.key_opening_board::after {
    left: -5%;
    filter: blur(40px);
    opacity: 0.3;
    border-radius: 40% 60% 70% 30% / 40% 50% 60% 50%;
    background: linear-gradient(135deg, rgb(142,165,131) 0%, rgb(179,191,171,0.5) 100%);
    position: absolute;
    content: '';
    height: 35%;
    z-index: 1;
    animation: morph 20s infinite alternate ease-in-out;
    bottom: -15%;
    width: 35%;
}.key_opening_board .key_knowledge_experts {
    max-width: 1400px;
    gap: 2rem;
    display: grid;
    grid-template-columns: 1fr 1fr;
    z-index: 2;
    position: relative;
    width: 100%;
    padding: 2rem;
}.key_opening_board .key_tag_content {
    opacity: 0;
    padding: 3rem 2rem;
    animation: slideIn 1s 0.2s forwards cubic-bezier(0.17, 0.67, 0.45, 1.02);
    display: flex;
    backdrop-filter: blur(10px);
    justify-content: center;
    position: relative;
    clip-path: polygon(0 0, 100% 0, 95% 100%, 5% 100%);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05), 
                0 1px 2px rgba(0, 0, 0, 0.03), 
                inset 0 1px 1px rgba(255, 255, 255, 0.7);
    background: linear-gradient(145deg, rgba(255, 255, 255, 0.7), rgba(255, 255, 255, 0.4));
    transform: translateX(-30px);
    flex-direction: column;
}.key_opening_board .key_tag_content::before {
    left: 0;
    content: '';
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    position: absolute;
    opacity: 0.1;
    background: linear-gradient(to right, rgb(179,191,171,0.5) 0%, transparent 10%, transparent 90%, rgb(142,165,131,0.5) 100%);
}.key_opening_board h1 {
    font-weight: 700;
    opacity: 0;
    font-size: 35px;
    color: #000000;
    margin-bottom: 1.5rem;
    position: relative;
    animation: fadeUp 1s 0.4s forwards cubic-bezier(0.17, 0.67, 0.45, 1.02);
    font-family: Arial, sans-serif;
    transform: translateY(-20px);
}.key_opening_board h1::after {
    width: 60px;
    background: linear-gradient(90deg, rgb(179,191,171) 0%, rgb(142,165,131) 100%);
    position: absolute;
    content: '';
    animation: lineGrow 1.2s 0.7s forwards cubic-bezier(0.17, 0.67, 0.45, 1.02);
    height: 3px;
    left: 0;
    transform: scaleX(0);
    transform-origin: left;
    bottom: -10px;
}.key_opening_board .key_page_open {
    gap: 1.5rem;
    opacity: 0;
    display: flex;
    transform: translateY(-20px);
    margin-bottom: 2rem;
    animation: fadeUp 1s 0.6s forwards cubic-bezier(0.17, 0.67, 0.45, 1.02);
    flex-direction: column;
}.key_opening_board svg {
    height: 100px;
    animation: pulse 6s infinite ease-in-out;
    margin-bottom: 1rem;
    transform-origin: center;
    width: 100px;
}.key_opening_board svg path {
    fill: rgb(179,191,171);
    transition: fill 0.3s ease;
}.key_opening_board svg:hover path {
    fill: rgb(142,165,131);
}.key_opening_board svg text {
    animation: colorPulse 6s infinite alternate;
}.key_opening_board .key_page_open p {
    padding-left: 1rem;
    font-family: Arial, sans-serif;
    line-height: 1.6;
    position: relative;
    max-width: 90%;
    margin: 0;
    font-size: 15px;
    color: #000000;
}.key_opening_board .key_page_open p::before {
    height: 100%;
    left: 0;
    top: 0;
    content: '';
    background: linear-gradient(to bottom, rgb(179,191,171), rgb(142,165,131));
    width: 3px;
    border-radius: 10px;
    position: absolute;
}.key_opening_board ul {
    opacity: 0;
    transform: translateY(-20px);
    margin: 0;
    animation: fadeUp 1s 0.8s forwards cubic-bezier(0.17, 0.67, 0.45, 1.02);
    padding: 0;
    list-style: none;
}.key_opening_board .key_support_info {
    z-index: 1;
    color: #ffffff;
    border-radius: 10px;
    text-decoration: none;
    font-family: Arial, sans-serif;
    position: relative;
    font-weight: 600;
    font-size: 20px;
    transition: transform 0.3s ease, box-shadow 0.3s ease, background 0.3s ease;
    overflow: hidden;
    display: inline-block;
    background: linear-gradient(135deg, rgb(179,191,171) 0%, rgb(142,165,131) 100%);
    padding: 1rem 2rem;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1), 0 3px 6px rgba(0, 0, 0, 0.05);
}.key_opening_board .key_support_info::before {
    content: '';
    position: absolute;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    left: -100%;
    z-index: -1;
    width: 100%;
    top: 0;
    height: 100%;
    transition: left 0.7s ease;
}.key_opening_board .key_support_info:hover {
    box-shadow: 0 15px 25px rgba(0, 0, 0, 0.15), 0 5px 10px rgba(0, 0, 0, 0.05);
    transform: translateY(-5px);
}.key_opening_board .key_support_info:hover::before {
    left: 100%;
}.key_opening_board .key_hero_banner {
    min-height: 400px;
    animation: slideInRight 1s 0.4s forwards cubic-bezier(0.17, 0.67, 0.45, 1.02);
    clip-path: polygon(5% 0, 100% 0, 100% 95%, 0 100%);
    transform: translateX(30px);
    border-radius: 23px;
    overflow: hidden;
    position: relative;
    opacity: 0;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1), 0 5px 15px rgba(0, 0, 0, 0.05);
}.key_opening_board .key_hero_banner::before {
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
    z-index: 1;
    background: linear-gradient(135deg, rgba(94, 170, 168, 0.4) 0%, rgba(94, 170, 168, 0) 50%);
    width: 100%;
    content: '';
}.key_opening_board .key_hero_banner::after {
    left: 0;
    height: 30%;
    bottom: 0;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.6) 0%, transparent 100%);
    width: 100%;
    z-index: 1;
    content: '';
    position: absolute;
}

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

@keyframes slideInRight {
    0% {
        transform: translateX(30px);
        opacity: 0;
    }
    100% {
        transform: translateX(0);
        opacity: 1;
    }
}

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

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

@keyframes pulse {
    0%, 100% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.05);
    }
}

@keyframes colorPulse {
    0%, 100% {
        fill: rgb(179,191,171);
    }
    50% {
        fill: rgb(142,165,131);
    }
}

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

@keyframes morph {
    0% {
        border-radius: 40% 60% 70% 30% / 40% 50% 60% 50%;
    }
    50% {
        border-radius: 50% 50% 30% 70% / 60% 40% 70% 40%;
    }
    100% {
        border-radius: 60% 40% 50% 50% / 30% 60% 40% 70%;
    }
}

@media (max-width: 991px) {.key_opening_board .key_knowledge_experts {
    gap: 1.5rem;
    grid-template-columns: 1fr;
    padding: 1.5rem;
}.key_opening_board .key_tag_content {
    padding: 2rem 1.5rem;
    order: 2;
    clip-path: polygon(0 0, 100% 0, 97% 100%, 3% 100%);
}.key_opening_board .key_hero_banner {
    order: 1;
    clip-path: polygon(3% 0, 100% 0, 97% 100%, 0 100%);
    min-height: 300px;
}.key_opening_board h1 {
    font-size: calc(35px * 0.9);
}.key_opening_board svg {
    width: 80px;
    height: 80px;
}
}

@media (max-width: 767px) {.key_opening_board {
    padding: 3rem 0;
    min-height: auto;
}.key_opening_board .key_tag_content {
    padding: 1.5rem;
    clip-path: polygon(0 0, 100% 0, 98% 100%, 2% 100%);
}.key_opening_board h1 {
    font-size: calc(35px * 0.8);
    margin-bottom: 1rem;
}.key_opening_board .key_page_open p {
    font-size: calc(15px * 0.95);
}.key_opening_board svg {
    height: 70px;
    width: 70px;
}.key_opening_board .key_hero_banner {
    min-height: 250px;
}.key_opening_board .key_support_info {
    padding: 0.8rem 1.6rem;
    font-size: calc(20px * 0.9);
}
}

@media (max-width: 575px) {.key_opening_board {
    padding: 2rem 0;
}.key_opening_board .key_knowledge_experts {
    gap: 1rem;
    padding: 1rem;
}.key_opening_board .key_tag_content {
    padding: 1.25rem;
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
}.key_opening_board h1 {
    font-size: calc(35px * 0.7);
}.key_opening_board .key_page_open {
    gap: 1rem;
    margin-bottom: 1.5rem;
}.key_opening_board svg {
    height: 60px;
    margin-bottom: 0.5rem;
    width: 60px;
}.key_opening_board .key_page_open p {
    font-size: calc(15px * 0.9);
    padding-left: 0.75rem;
}.key_opening_board .key_hero_banner {
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
    min-height: 200px;
}}.key_thanksPanel {
    overflow: hidden;
    background: linear-gradient(135deg, rgb(210,216,207) 0%, rgb(142,165,131,0.5) 100%);
    perspective: 1000px;
    padding: 6rem 0;
    position: relative;
}.key_thanksPanel::before {
    opacity: 0.7;
    height: 70%;
    content: "";
    transform: rotate(-15deg);
    right: -5%;
    position: absolute;
    background: radial-gradient(ellipse at center, rgb(179,191,171,0.5) 0%, transparent 70%);
    z-index: 1;
    animation: floatGradient 15s ease-in-out infinite alternate;
    top: -10%;
    width: 60%;
}.key_thanksPanel::after {
    height: 60%;
    transform: rotate(10deg);
    content: "";
    bottom: -5%;
    z-index: 1;
    animation: floatGradient 18s ease-in-out infinite alternate-reverse;
    opacity: 0.5;
    left: -10%;
    width: 70%;
    background: radial-gradient(ellipse at center, rgb(142,165,131,0.5) 0%, transparent 70%);
    position: absolute;
}.key_thanksPanel .container {
    z-index: 5;
    position: relative;
    max-width: 1200px;
    padding: 0 20px;
    margin: 0 auto;
}.key_thanksPanel .key_knowledge_experts {
    box-shadow: 
        0 15px 35px rgba(0, 0, 0, 0.1),
        0 5px 15px rgba(0, 0, 0, 0.05),
        0 0 0 1px rgba(255, 255, 255, 0.1);
    transition: transform 0.6s cubic-bezier(0.23, 1, 0.32, 1);
    position: relative;
    transform-style: preserve-3d;
    padding: 3rem;
    display: flex;
    transform: rotateX(5deg);
    background: rgba(255, 255, 255, 0.95);
    flex-direction: column;
}.key_thanksPanel .key_knowledge_experts:hover {
    transform: rotateX(0deg) translateY(-5px);
    box-shadow: 
        0 20px 40px rgba(0, 0, 0, 0.15),
        0 10px 20px rgba(0, 0, 0, 0.1),
        0 0 0 1px rgba(255, 255, 255, 0.2);
}.key_thanksPanel .key_knowledge_experts > div:first-child {
    transform: translateZ(30px);
    transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    margin-bottom: 2rem;
    position: relative;
}.key_thanksPanel .key_knowledge_experts:hover > div:first-child {
    transform: translateZ(40px);
}.key_thanksPanel .key_knowledge_experts > div:first-child::before {
    width: 60px;
    z-index: -1;
    position: absolute;
    height: 60px;
    content: "";
    transform: rotate(25deg);
    border-radius: 10px;
    background: rgb(179,191,171);
    left: -20px;
    opacity: 0.1;
    top: -10px;
}.key_thanksPanel .key_knowledge_experts > div:first-child::after {
    content: "";
    opacity: 0.2;
    position: absolute;
    bottom: -15px;
    width: 70px;
    right: 30px;
    height: 10px;
    transform: skewX(-20deg);
    background: rgb(142,165,131);
}.key_thanksPanel h5 {
    transform: translateX(0);
    margin: 0;
    font-size: 24px;
    padding-bottom: 1rem;
    transition: transform 0.5s ease;
    color: #000000;
    font-weight: 700;
    position: relative;
    line-height: 1.4;
}.key_thanksPanel h5::after {
    bottom: 0;
    transition: width 0.8s cubic-bezier(0.19, 1, 0.22, 1);
    height: 3px;
    background: linear-gradient(90deg, rgb(179,191,171) 0%, rgb(142,165,131) 100%);
    position: absolute;
    width: 0;
    content: "";
    left: 0;
}.key_thanksPanel .key_knowledge_experts:hover h5::after {
    width: 80px;
}.key_thanksPanel .key_knowledge_experts > div:last-child {
    overflow: hidden;
    transition: transform 0.5s cubic-bezier(0.23, 1, 0.32, 1);
    position: relative;
    transform: translateZ(15px);
}.key_thanksPanel .key_knowledge_experts:hover > div:last-child {
    transform: translateZ(25px);
}.key_thanksPanel a {
    position: relative;
    text-decoration: none;
    display: block;
    overflow: hidden;
    transition: transform 0.5s ease;
}.key_thanksPanel a::before {
    transform-origin: left;
    transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1), opacity 0.3s ease;
    left: 0;
    top: 0;
    opacity: 0;
    content: "";
    transform: scaleX(0);
    height: 100%;
    position: absolute;
    z-index: -1;
    width: 100%;
    background: rgb(179,191,171);
}.key_thanksPanel a:hover::before {
    transform: scaleX(1);
    opacity: 0.05;
}.key_thanksPanel p {
    line-height: 1.8;
    position: relative;
    color: #000000;
    font-family: Arial, sans-serif;
    font-size: 18px;
    transform: translateY(0);
    margin: 0;
    font-weight: 400;
    transition: transform 0.4s ease, color 0.3s ease;
}.key_thanksPanel a:hover p {
    color: #000000;
    transform: translateY(-2px);
}

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

@media screen and (min-width: 768px) {.key_thanksPanel {
    padding: 8rem 0;
}.key_thanksPanel .key_knowledge_experts {
    padding: 4rem;
    max-width: 90%;
    margin: 0 auto;
}.key_thanksPanel h5 {
    font-size: calc(24px * 1.2);
    line-height: 1.3;
}.key_thanksPanel p {
    line-height: 1.7;
    font-size: calc(18px * 1.1);
}.key_thanksPanel .key_knowledge_experts > div:first-child {
    margin-bottom: 2.5rem;
}
}

@media screen and (min-width: 992px) {.key_thanksPanel {
    padding: 10rem 0;
}.key_thanksPanel .key_knowledge_experts {
    display: grid;
    max-width: 80%;
    align-items: center;
    grid-template-columns: 1fr 1fr;
    padding: 5rem;
    gap: 3rem;
}.key_thanksPanel .key_knowledge_experts > div:first-child {
    margin-bottom: 0;
}.key_thanksPanel h5 {
    font-size: calc(24px * 1.3);
}.key_thanksPanel h5::after {
    width: 0;
}.key_thanksPanel .key_knowledge_experts:hover h5::after {
    width: 120px;
}
}

@media screen and (max-width: 767px) {.key_thanksPanel {
    padding: 4rem 0;
}.key_thanksPanel .key_knowledge_experts {
    padding: 2rem;
    transform: rotateX(2deg);
}.key_thanksPanel h5 {
    font-size: 24px;
}.key_thanksPanel p {
    line-height: 1.6;
    font-size: 18px;
}.key_thanksPanel .key_knowledge_experts > div:first-child {
    margin-bottom: 1.5rem;
}.key_thanksPanel .key_knowledge_experts:hover > div:first-child {
    transform: translateZ(20px);
}.key_thanksPanel .key_knowledge_experts:hover > div:last-child {
    transform: translateZ(10px);
}
}