﻿* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}.key_head_expert {
    flex: 1 0 auto;
}::-webkit-scrollbar {
    width: 10px;
}::-webkit-scrollbar-thumb {
    transition: all, border-radius 3.1s ease-out;
    background: rgb(233,225,230);
    border-radius: 9999px;
}::-webkit-scrollbar-thumb:hover {
    border-color: rgb(173,152,164);
    box-shadow: -2px -5px 15px -1px rgba(0, 0, 0, 0.5);
}

::-webkit-scrollbar-corner {
}* {
    scrollbar-width: thin;
    scrollbar-color: rgb(173,152,164,0.5) rgb(173,152,164);
}a {
    color: inherit;
    text-decoration: none;
}header,footer {
    width: 100%;
}.container {
    max-width: 100%;
    width: 1127px;
    margin: auto;
}.key_citation {
    flex: 0 0 auto;
}html,body {
    color: #000000;
    height: 100%;
    font-family: Arial, sans-serif;
    min-height: 100%;
    auto
contain
    scroll-behavior: auto;
}.key_wrapper-capsule {
    display: flex;
    flex-direction: column;
    min-height: 100%;
    height: 100%;
}svg {
    height: 30px;
    width: 30px;
}
@media only screen and (max-width: 1200px)  {.container {
    width: 100%;
    padding: 0 20px;
}
}
@media only screen and (max-width: 800px)  {.container {
    padding: 0 12px;
}}
.key_thxDiv {
    background: linear-gradient(135deg, rgb(233,225,230) 0%, #ffffff 100%);
    overflow: hidden;
    padding: 6rem 0;
    position: relative;
}.key_thxDiv::before {
    height: 70%;
    filter: blur(25px);
    animation: float 15s ease-in-out infinite;
    background: linear-gradient(120deg, rgb(208,191,201,0.5) 0%, rgb(173,152,164,0.5) 100%);
    content: "";
    width: 40%;
    position: absolute;
    transform: rotate(-15deg) skewX(15deg);
    right: -5%;
    z-index: 0;
    top: -10%;
    opacity: 0.4;
}.key_thxDiv::after {
    height: 60%;
    left: -2%;
    filter: blur(20px);
    opacity: 0.3;
    position: absolute;
    z-index: 0;
    animation: float 18s ease-in-out infinite reverse;
    transform: rotate(10deg) skewX(-10deg);
    bottom: -5%;
    width: 30%;
    background: linear-gradient(220deg, rgb(173,152,164,0.5) 0%, rgb(208,191,201,0.5) 100%);
    content: "";
}.key_thxDiv .container {
    max-width: 1200px;
    padding: 0 1.5rem;
    margin: 0 auto;
    z-index: 2;
    position: relative;
}.key_thxDiv .key_teach_style {
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.07), 
              0 5px 15px rgba(0, 0, 0, 0.05);
    border-left: 5px solid rgb(208,191,201);
    position: relative;
    backdrop-filter: blur(10px);
    padding: 3.5rem;
    transform: perspective(1000px) rotateX(1deg);
    background-color: #ffffff;
    transition: transform 0.5s cubic-bezier(0.23, 1, 0.32, 1);
}.key_thxDiv .key_teach_style:hover {
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.1),
              0 10px 20px rgba(0, 0, 0, 0.07);
    transform: perspective(1000px) rotateX(0deg) translateY(-5px);
}.key_thxDiv .key_teach_style::before {
    position: absolute;
    background: linear-gradient(to right, 
               #ffffff 0%, 
               rgba(255, 255, 255, 0.8) 100%);
    top: 0;
    height: 100%;
    mask-image: linear-gradient(45deg, #000 25%, rgba(0, 0, 0, 0.7) 50%, #000 75%);
    mask-size: 200% 200%;
    content: "";
    left: 0;
    width: 100%;
    animation: shimmerMask 8s infinite linear;
    z-index: -1;
}.key_thxDiv .key_teach_style > div:first-child {
    margin-bottom: 2rem;
    position: relative;
}.key_thxDiv .key_teach_style > div:first-child::after {
    left: 0;
    height: 4px;
    bottom: -1rem;
    width: 60px;
    content: "";
    background: linear-gradient(90deg, rgb(208,191,201) 0%, rgb(173,152,164) 100%);
    position: absolute;
    transition: width 0.4s cubic-bezier(0.25, 1, 0.5, 1);
    transform-origin: left center;
}.key_thxDiv .key_teach_style:hover > div:first-child::after {
    width: 120px;
}.key_thxDiv h5 {
    font-size: 22px;
    transform: translateZ(0);
    font-weight: 600;
    opacity: 0;
    color: #000000;
    animation: fadeInUp 0.8s forwards 0.2s;
    margin: 0;
    position: relative;
    line-height: 1.4;
}.key_thxDiv a {
    transform: translateZ(0);
    display: block;
    text-decoration: none;
    transition: transform 0.4s cubic-bezier(0.23, 1, 0.32, 1);
}.key_thxDiv a:hover {
    transform: translateY(-3px);
}.key_thxDiv p {
    font-size: 16px;
    margin: 0;
    font-weight: 400;
    opacity: 0;
    font-family: Arial, sans-serif;
    line-height: 1.7;
    animation: fadeInUp 0.8s forwards 0.5s;
    color: #000000;
}

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

@keyframes shimmerMask {
  0% {
    mask-position: 0% 0%;
  }
  100% {
    mask-position: 200% 0%;
  }
}

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

@media (max-width: 992px) {.key_thxDiv {
    padding: 5rem 0;
}.key_thxDiv .key_teach_style {
    padding: 2.5rem;
}.key_thxDiv h5 {
    font-size: calc(22px * 0.95);
}
}

@media (max-width: 768px) {.key_thxDiv {
    padding: 4rem 0;
}.key_thxDiv .key_teach_style {
    transform: perspective(1000px) rotateX(0deg);
    padding: 2rem;
}.key_thxDiv h5 {
    font-size: calc(22px * 0.9);
}.key_thxDiv p {
    font-size: calc(16px * 0.95);
    line-height: 1.6;
}
}

@media (max-width: 576px) {.key_thxDiv {
    padding: 3rem 0;
}.key_thxDiv .key_teach_style {
    padding: 1.5rem;
    border-left-width: 3px;
}.key_thxDiv .key_teach_style > div:first-child::after {
    width: 50px;
    height: 3px;
}.key_thxDiv .key_teach_style:hover > div:first-child::after {
    width: 80px;
}.key_thxDiv h5 {
    font-size: calc(22px * 0.85);
}.key_thxDiv p {
    line-height: 1.5;
    font-size: calc(16px * 0.9);
}}.key_experience_trial {
    z-index: 1;
    background: linear-gradient(135deg, rgb(208,191,201,0.5), rgb(173,152,164) 85%);
    padding: 5rem 2rem;
    overflow: hidden;
    margin: 4rem 0;
    position: relative;
}.key_experience_trial::before {
    z-index: -1;
    content: "";
    background: 
    radial-gradient(circle at 20% 30%, rgb(173,152,164,0.5) 0%, transparent 50%),
    radial-gradient(circle at 80% 70%, rgb(208,191,201,0.5) 0%, transparent 40%);
    transform: translateZ(0);
    top: 0;
    position: absolute;
    left: 0;
    opacity: 0.8;
    height: 100%;
    width: 100%;
}.key_experience_trial::after {
    filter: blur(80px);
    z-index: -1;
    right: -50%;
    position: absolute;
    height: 100%;
    transform: rotate(35deg) translateZ(0);
    background: rgb(255, 255, 255, 0.5);
    content: "";
    top: -50%;
    opacity: 0.15;
    animation: light-sweep 8s ease-in-out infinite alternate;
    width: 100%;
}.key_experience_trial .container {
    flex-direction: column;
    align-items: flex-start;
    display: flex;
    position: relative;
    max-width: 1200px;
    margin: 0 auto;
    transform: perspective(1000px) rotateX(2deg);
}.key_experience_trial h2 {
    font-family: Arial, sans-serif;
    font-size: 31px;
    font-weight: 700;
    border-left: 6px solid rgb(173,152,164);
    animation: slide-in 0.7s cubic-bezier(0.25, 1, 0.5, 1) both;
    color: #ffffff;
    max-width: 85%;
    line-height: 1.3;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
    padding-left: 2rem;
    transform: translateX(-1rem);
    margin-bottom: 2.5rem;
}.key_experience_trial .key_teach_style {
    animation: fade-in-up 0.9s cubic-bezier(0.25, 1, 0.5, 1) both;
    justify-content: flex-start;
    background: rgba(255, 255, 255, 0.92);
    animation-delay: 0.3s;
    align-items: center;
    display: flex;
    width: fit-content;
    border-left: 4px solid rgb(208,191,201);
    padding: 2rem;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1), 
              0 8px 12px rgba(0, 0, 0, 0.05),
              0 4px 6px rgba(rgb(173,152,164), 0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    transform: translateX(2rem) translateY(-1rem);
    backdrop-filter: blur(10px);
}.key_experience_trial .key_teach_style:hover {
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15),
              0 12px 16px rgba(0, 0, 0, 0.08),
              0 6px 8px rgba(rgb(173,152,164), 0.15);
    transform: translateX(2.5rem) translateY(-1.5rem) scale(1.02);
}.key_experience_trial svg {
    margin-right: 2rem;
    transition: transform 0.3s ease;
    height: 50px;
    filter: drop-shadow(0 2px 3px rgba(0, 0, 0, 0.2));
    transform: scale(1.2);
    width: 50px;
}.key_experience_trial .key_teach_style:hover svg {
    transform: scale(1.3) rotate(5deg);
}.key_experience_trial svg path {
    transition: fill 0.3s ease;
    fill: rgb(208,191,201);
}.key_experience_trial .key_teach_style:hover svg path {
    fill: rgb(173,152,164);
}.key_experience_trial .key_query_list {
    z-index: 1;
    background: linear-gradient(45deg, rgb(208,191,201), rgb(173,152,164));
    color: #ffffff;
    font-weight: 600;
    border-radius: 4px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    padding: 1rem 2.5rem;
    text-decoration: none;
    font-size: 15px;
    transition: all 0.3s ease;
    position: relative;
    letter-spacing: 0.5px;
    overflow: hidden;
    display: inline-block;
}.key_experience_trial .key_query_list::before {
    height: 100%;
    left: -100%;
    width: 100%;
    transition: left 0.6s ease;
    top: 0;
    z-index: -1;
    position: absolute;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    content: "";
}.key_experience_trial .key_query_list:hover {
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
    transform: translateY(-3px);
}.key_experience_trial .key_query_list:hover::before {
    left: 100%;
}.key_experience_trial .key_query_list:active {
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    transform: translateY(-1px);
}

@keyframes slide-in {
  0% {
    opacity: 0;
    transform: translateX(-3rem);
  }
  100% {
    opacity: 1;
    transform: translateX(-1rem);
  }
}

@keyframes fade-in-up {
  0% {
    opacity: 0;
    transform: translateX(1rem) translateY(1rem);
  }
  100% {
    opacity: 1;
    transform: translateX(2rem) translateY(-1rem);
  }
}

@keyframes light-sweep {
  0% {
    opacity: 0.05;
    transform: rotate(35deg) translate(0, 0);
  }
  100% {
    opacity: 0.2;
    transform: rotate(35deg) translate(-30%, -20%);
  }
}

@media screen and (max-width: 1024px) {.key_experience_trial {
    padding: 4rem 1.5rem;
}.key_experience_trial h2 {
    max-width: 90%;
    font-size: calc(31px * 0.9);
    transform: translateX(-0.5rem);
}.key_experience_trial .key_teach_style {
    transform: translateX(1rem) translateY(-0.5rem);
}.key_experience_trial .key_teach_style:hover {
    transform: translateX(1.5rem) translateY(-1rem) scale(1.02);
}
}

@media screen and (max-width: 768px) {.key_experience_trial {
    margin: 3rem 0;
    padding: 3.5rem 1.25rem;
}.key_experience_trial h2 {
    max-width: 100%;
    border-left-width: 4px;
    font-size: calc(31px * 0.8);
    transform: translateX(0);
    padding-left: 1.5rem;
}.key_experience_trial .key_teach_style {
    justify-content: center;
    padding: 1.5rem;
    width: 100%;
    transform: translateX(0) translateY(0);
}.key_experience_trial .key_teach_style:hover {
    transform: translateX(0) translateY(-0.5rem) scale(1.01);
}.key_experience_trial svg {
    width: 40px;
    margin-right: 1.5rem;
    height: 40px;
}.key_experience_trial .key_query_list {
    padding: 0.875rem 2rem;
}
  
  @keyframes slide-in {
    0% {
      opacity: 0;
      transform: translateX(-2rem);
    }
    100% {
      opacity: 1;
      transform: translateX(0);
    }
  }
  
  @keyframes fade-in-up {
    0% {
      opacity: 0;
      transform: translateY(1rem);
    }
    100% {
      opacity: 1;
      transform: translateY(0);
    }
  }
}

@media screen and (max-width: 480px) {.key_experience_trial {
    margin: 2rem 0;
    padding: 3rem 1rem;
}.key_experience_trial h2 {
    padding-left: 1rem;
    font-size: calc(31px * 0.7);
    margin-bottom: 2rem;
    border-left-width: 3px;
}.key_experience_trial .key_teach_style {
    padding: 1.25rem;
    flex-direction: column;
    text-align: center;
}.key_experience_trial svg {
    margin-right: 0;
    margin-bottom: 1rem;
}.key_experience_trial .key_query_list {
    padding: 0.75rem 1.75rem;
    width: 100%;
    text-align: center;
}}.key_title_welcome {
    overflow: hidden;
    background: linear-gradient(135deg, rgb(233,225,230) 30%, rgb(173,152,164,0.5) 150%);
    position: relative;
    min-height: 100vh;
}.key_title_welcome::before {
    z-index: 1;
    width: 100%;
    background-image: repeating-linear-gradient(
        -45deg,
        transparent,
        transparent 20px,
        rgba(94, 170, 168, 0.03) 20px,
        rgba(94, 170, 168, 0.03) 40px
    );
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
}.key_title_welcome::after {
    right: -5%;
    transform: rotate(-15deg);
    position: absolute;
    top: -10%;
    z-index: 0;
    width: 40%;
    height: 70%;
    opacity: 0.4;
    content: "";
    background: linear-gradient(135deg, rgb(208,191,201,0.5), transparent);
    filter: blur(60px);
}.key_title_welcome .key_teach_style {
    gap: 2rem;
    position: relative;
    margin: 0 auto;
    display: grid;
    height: 100%;
    z-index: 2;
    max-width: 1400px;
    padding: 2rem;
    grid-template-columns: 1fr;
}.key_title_welcome .key_description_card {
    position: relative;
    z-index: 3;
    transform: translateY(0);
    animation: text-entry 1.2s cubic-bezier(0.22, 1, 0.36, 1);
    gap: 2rem;
    opacity: 1;
    justify-content: center;
    flex-direction: column;
    display: flex;
}.key_title_welcome h1 {
    position: relative;
    opacity: 1;
    font-weight: 700;
    margin: 0;
    color: #000000;
    transform: translateX(0);
    animation: title-slide 0.9s cubic-bezier(0.22, 1, 0.36, 1) 0.3s both;
    line-height: 1.2;
    font-size: clamp(2rem, 5vw, 41px);
}.key_title_welcome h1::after {
    position: absolute;
    left: 0;
    height: 4px;
    transform-origin: left;
    transform: scaleX(0);
    width: 80px;
    bottom: -10px;
    content: "";
    animation: line-expand 1s cubic-bezier(0.22, 1, 0.36, 1) 0.6s forwards;
    background: rgb(173,152,164);
}.key_title_welcome .key_study_tools {
    position: relative;
    display: flex;
    animation: fade-up 0.8s cubic-bezier(0.22, 1, 0.36, 1) 0.6s both;
    gap: 1.5rem;
    opacity: 1;
    transform: translateY(0);
    flex-direction: column;
}.key_title_welcome .key_study_tools p {
    max-width: 600px;
    font-size: clamp(1rem, 2vw, 17px);
    margin: 0;
    color: #000000;
    line-height: 1.6;
    position: relative;
}.key_title_welcome .key_study_tools svg {
    animation: svg-pulse 5s ease-in-out infinite alternate;
    height: 80px;
    transform-origin: center;
    margin-bottom: 1rem;
    width: 80px;
}.key_title_welcome .key_study_tools svg path {
    fill: rgb(173,152,164);
    transition: fill 0.3s ease;
}.key_title_welcome .key_study_tools svg:hover path {
    fill: rgb(208,191,201);
}.key_title_welcome .key_study_tools svg text {
    transition: fill 0.3s ease;
    font-family: Arial, sans-serif;
}.key_title_welcome .key_study_tools svg:hover text {
    fill: rgb(208,191,201);
}.key_title_welcome ul {
    display: flex;
    padding: 0;
    transform: translateY(20px);
    list-style: none;
    opacity: 0;
    margin: 1rem 0 0;
    gap: 1rem;
    animation: fade-up 0.8s cubic-bezier(0.22, 1, 0.36, 1) 0.9s forwards;
}.key_title_welcome ul li {
    margin: 0;
}.key_title_welcome .key_query_list {
    transform: translateZ(0);
    color: #ffffff;
    transition: all 0.4s cubic-bezier(0.22, 1, 0.36, 1);
    font-size: 20px;
    position: relative;
    font-weight: 600;
    text-decoration: none;
    background: rgb(173,152,164);
    display: inline-block;
    overflow: hidden;
    box-shadow: 0 4px 20px -5px rgba(94, 170, 168, 0.4);
    border-radius: 3px;
    padding: 0.9rem 2rem;
}.key_title_welcome .key_query_list::before {
    top: 0;
    width: 100%;
    transition: all 0.6s ease;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    content: "";
    height: 100%;
    left: -100%;
    position: absolute;
}.key_title_welcome .key_query_list:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 25px -5px rgba(94, 170, 168, 0.5);
    background: rgb(208,191,201);
}.key_title_welcome .key_query_list:hover::before {
    left: 100%;
}.key_title_welcome .key_photo_frame {
    height: 40vh;
    transform: translateY(20px) rotate(0deg);
    animation: photo-entry 1.2s cubic-bezier(0.22, 1, 0.36, 1) 0.3s forwards;
    opacity: 0;
    position: relative;
    border-radius: 4px;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    width: 100%;
}.key_title_welcome .key_photo_frame::before {
    top: 0;
    z-index: 1;
    width: 100%;
    left: 0;
    position: absolute;
    height: 100%;
    background: linear-gradient(to bottom, rgba(94, 170, 168, 0.2), transparent);
    content: "";
}.key_title_welcome .key_photo_frame::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 30%;
    bottom: 0;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.3), transparent);
    left: 0;
    z-index: 1;
}

@keyframes text-entry {
    from {
        transform: translateY(40px);
        opacity: 0;
    }
    to {
        transform: translateY(0);
        opacity: 1;
    }
}

@keyframes title-slide {
    from {
        transform: translateX(-30px);
        opacity: 0;
    }
    to {
        transform: translateX(0);
        opacity: 1;
    }
}

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

@keyframes line-expand {
    from {
        transform: scaleX(0);
    }
    to {
        transform: scaleX(1);
    }
}

@keyframes photo-entry {
    from {
        transform: translateY(40px) rotate(-2deg);
        opacity: 0;
    }
    to {
        transform: translateY(0) rotate(0deg);
        opacity: 1;
    }
}

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

@media (min-width: 768px) {.key_title_welcome .key_teach_style {
    min-height: 90vh;
    grid-template-columns: 1fr 1fr;
    align-items: center;
    gap: 4rem;
    padding: 3rem;
}.key_title_welcome .key_photo_frame {
    height: 70vh;
    max-height: 600px;
    transform: translateY(0) rotate(-2deg);
    transition: transform 0.6s cubic-bezier(0.22, 1, 0.36, 1);
}.key_title_welcome .key_photo_frame:hover {
    transform: translateY(-5px) rotate(0deg);
}.key_title_welcome h1 {
    font-size: 41px;
}
}

@media (min-width: 992px) {.key_title_welcome .key_teach_style {
    padding: 4rem;
}.key_title_welcome h1::after {
    width: 120px;
}.key_title_welcome .key_study_tools svg {
    height: 100px;
    width: 100px;
}
}

@media (max-width: 767px) {.key_title_welcome {
    padding-top: 60px;
}.key_title_welcome .key_teach_style {
    padding-top: 2rem;
    padding-bottom: 3rem;
}.key_title_welcome .key_description_card {
    order: 2;
}.key_title_welcome .key_photo_frame {
    order: 1;
    margin-bottom: 1.5rem;
}
}

@media (max-width: 480px) {.key_title_welcome .key_teach_style {
    padding: 1.5rem;
}.key_title_welcome h1 {
    font-size: 1.8rem;
}.key_title_welcome .key_study_tools svg {
    height: 60px;
    width: 60px;
}.key_title_welcome .key_query_list {
    padding: 0.8rem 1.5rem;
    font-size: 0.9rem;
}}.key_user_feedback {
    position: relative;
    background: linear-gradient(135deg, rgb(233,225,230) 0%, rgb(208,191,201,0.5) 100%);
    overflow: hidden;
    padding: 120px 0 150px;
}.key_user_feedback::before {
    filter: blur(80px);
    animation: floatBubble 18s infinite ease-in-out;
    top: -50px;
    border-radius: 50%;
    width: 200px;
    position: absolute;
    height: 200px;
    left: -50px;
    background: rgb(173,152,164,0.5);
    content: "";
}.key_user_feedback::after {
    height: 250px;
    filter: blur(100px);
    bottom: -80px;
    background: rgb(208,191,201,0.5);
    content: "";
    animation: floatBubble 15s infinite ease-in-out alternate;
    position: absolute;
    width: 250px;
    right: -80px;
    border-radius: 50%;
}@keyframes floatBubble {
    0% { transform: translate(0, 0) scale(1); }
    50% { transform: translate(30px, -30px) scale(1.1); }
    100% { transform: translate(0, 0) scale(1); }
}

.key_user_feedback .key_teach_style {
    position: relative;
    padding: 0 20px;
    max-width: 1300px;
    margin: 0 auto;
    z-index: 1;
}.key_user_feedback h4 {
    position: relative;
    left: 50%;
    font-weight: 700;
    transform: translateX(-50%) skew(-5deg);
    display: inline-block;
    transform: skew(-5deg);
    color: #000000;
    font-size: 35px;
    font-family: Arial, sans-serif;
    text-align: center;
    margin-bottom: 70px;
}.key_user_feedback h4::after {
    left: 25%;
    bottom: -15px;
    content: "";
    width: 50%;
    height: 4px;
    background: linear-gradient(90deg, transparent, rgb(208,191,201), transparent);
    position: absolute;
}.key_user_feedback .key_testimonials {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 40px;
    perspective: 1000px;
}.key_user_feedback .key_feedback_ratings {
    border-radius: 10px;
    transform: rotateX(5deg) rotateY(-8deg) translateZ(0);
    overflow: hidden;
    backface-visibility: hidden;
    padding: 30px;
    position: relative;
    background: #ffffff;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.05);
    transition: all 0.5s ease;
}.key_user_feedback .key_feedback_ratings:hover {
    transform: rotateX(0) rotateY(0) translateZ(20px) scale(1.02);
    z-index: 2;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
}.key_user_feedback .key_feedback_ratings::before {
    content: "";
    width: 100%;
    position: absolute;
    height: 5px;
    left: 0;
    top: 0;
    background: linear-gradient(90deg, rgb(208,191,201), rgb(173,152,164));
}.key_user_feedback .key_feedback_ratings .key_photo_frame {
    transition: all 0.3s ease;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    margin: 0 auto 20px;
    width: 80px;
    border: 3px solid #ffffff;
    height: 80px;
    border-radius: 50%;
}.key_user_feedback .key_feedback_ratings:hover .key_photo_frame {
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
    transform: scale(1.1);
}.key_user_feedback .key_feedback_ratings span {
    color: #000000;
    font-family: Arial, sans-serif;
    font-weight: 700;
    font-size: 23px;
    position: relative;
    margin-bottom: 15px;
    display: block;
    text-align: center;
}.key_user_feedback .key_feedback_ratings span::after {
    content: "";
    height: 2px;
    margin: 10px auto 0;
    background: rgb(208,191,201);
    display: block;
    width: 30px;
}.key_user_feedback .key_feedback_ratings p {
    font-weight: 400;
    font-family: Arial, sans-serif;
    position: relative;
    font-size: 14px;
    color: #000000;
    line-height: 1.6;
    text-align: center;
}.key_user_feedback .key_feedback_ratings p::before {
    left: -5px;
    content: '"';
    position: absolute;
    top: -20px;
    z-index: -1;
    opacity: 0.2;
    font-size: 80px;
    font-family: serif;
    color: rgb(208,191,201,0.5);
}

@media (max-width: 1200px) {.key_user_feedback {
    padding: 100px 0;
}.key_user_feedback .key_testimonials {
    gap: 30px;
    grid-template-columns: repeat(2, 1fr);
}.key_user_feedback .key_feedback_ratings {
    padding: 25px;
    transform: rotateX(3deg) rotateY(-5deg) translateZ(0);
}
}

@media (max-width: 768px) {.key_user_feedback {
    padding: 80px 0;
}.key_user_feedback h4 {
    font-size: calc(35px * 0.9);
    margin-bottom: 50px;
}.key_user_feedback .key_testimonials {
    margin: 0 auto;
    gap: 25px;
    max-width: 500px;
    grid-template-columns: 1fr;
}.key_user_feedback .key_feedback_ratings {
    transform: rotateX(0) rotateY(0);
    padding: 30px 20px;
}.key_user_feedback .key_feedback_ratings .key_photo_frame {
    height: 70px;
    width: 70px;
}}footer {
    position: relative;
    z-index: 1;
}footer::before {
    content: "";
    top: 0;
    position: absolute;
    right: 0;
    background: rgb(208,191,201);
    z-index: -2;
    left: 0;
    opacity: 0.95;
    bottom: 0;
}footer::after {
    background-image: 
        radial-gradient(circle at 25% 25%, rgb(173,152,164) 1px, transparent 1px),
        radial-gradient(circle at 75% 75%, rgb(173,152,164) 1px, transparent 1px),
        radial-gradient(circle at 25% 75%, rgb(173,152,164) 1px, transparent 1px),
        radial-gradient(circle at 75% 25%, rgb(173,152,164) 1px, transparent 1px);
    opacity: 0.1;
    content: "";
    bottom: 0;
    right: 0;
    top: 0;
    background-size: 50px 50px;
    position: absolute;
    z-index: -1;
    left: 0;
}.key_citation {
    padding: 4rem 0 2rem;
    color: #ffffff;
    position: relative;
}.key_citation::before {
    position: absolute;
    width: 100%;
    background: rgb(173,152,164);
    top: 0;
    content: "";
    left: 0;
    height: 3px;
}.key_citation::after {
    width: 100%;
    content: "";
    left: 0;
    background-image: 
        linear-gradient(90deg, 
            rgb(173,152,164) 0px, rgb(173,152,164) 10px,
            transparent 10px, transparent 15px,
            rgb(173,152,164) 15px, rgb(173,152,164) 30px,
            transparent 30px, transparent 35px,
            rgb(173,152,164) 35px, rgb(173,152,164) 40px,
            transparent 40px, transparent 60px,
            rgb(173,152,164) 60px, rgb(173,152,164) 70px,
            transparent 70px, transparent 80px,
            rgb(173,152,164) 80px, rgb(173,152,164) 90px,
            transparent 90px, transparent 110px,
            rgb(173,152,164) 110px, rgb(173,152,164) 120px,
            transparent 120px, transparent 140px
        );
    height: 8px;
    opacity: 0.5;
    position: absolute;
    background-repeat: repeat-x;
    top: 3px;
}.key_citation .container {
    gap: 3rem;
    flex-wrap: wrap;
    display: flex;
    position: relative;
}.key_citation .company_holder {
    flex: 1 1 400px;
    position: relative;
    padding: 0;
    border-radius: 18px;
}.key_citation .company_holder::before {
    position: absolute;
    border-radius: 18px;
    content: "";
    width: 100%;
    opacity: 0.1;
    top: 0;
    background-image:
        linear-gradient(0deg, transparent 24px, rgb(173,152,164) 25px, rgb(173,152,164) 26px, transparent 27px, transparent 49px),
        linear-gradient(90deg, transparent 24px, rgb(173,152,164) 25px, rgb(173,152,164) 26px, transparent 27px, transparent 49px);
    height: 100%;
    left: 0;
    background-size: 50px 50px;
}.key_citation .company_holder h3 {
    color: #ffffff;
    margin: 0;
    position: relative;
    background: rgb(173,152,164);
    font-size: 31px;
    padding: 1.5rem 2rem;
    border-top-right-radius: 18px;
    font-weight: 700;
    border-top-left-radius: 18px;
}.key_citation .company_holder h3::after {
    top: 50%;
    right: 15px;
    border-radius: 50%;
    background: #ffffff;
    height: 10px;
    width: 10px;
    transform: translateY(-50%);
    content: "";
    box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.3);
    position: absolute;
}.key_citation .key_report_abuse {
    position: relative;
    border-bottom-left-radius: 18px;
    border-bottom-right-radius: 18px;
    color: #ffffff;
    padding: 2rem;
    background: rgba(255, 255, 255, 0.1);
    font-size: 14px;
    line-height: 1.6;
}.key_citation .key_report_abuse::before {
    background: rgb(173,152,164);
    left: -10px;
    border-radius: 50%;
    content: "";
    position: absolute;
    top: 2rem;
    width: 20px;
    opacity: 0.6;
    height: 20px;
}.key_citation .key_report_abuse::after {
    position: absolute;
    height: 20px;
    content: "";
    right: -10px;
    background: rgb(173,152,164);
    width: 20px;
    border-radius: 50%;
    opacity: 0.6;
    bottom: 2rem;
}.key_citation .key_grant_cta {
    flex: 1 1 calc(100% - 450px);
    min-width: 400px;
}.key_citation .key_main_pagebar {
    display: flex;
    flex-wrap: wrap;
    gap: 3rem;
}.key_citation .key_first_teach {
    position: relative;
    flex: 1 1 calc(50% - 1.5rem);
    border-radius: 18px;
    min-width: 200px;
    overflow: hidden;
}.key_citation .key_first_teach::before {
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: -1;
    border-radius: 18px;
    content: "";
    background-image: repeating-linear-gradient(45deg, transparent, transparent 10px, rgba(255, 255, 255, 0.05) 10px, rgba(255, 255, 255, 0.05) 20px);
    position: absolute;
}.key_citation .key_first_teach h5 {
    display: flex;
    margin: 0;
    color: #ffffff;
    align-items: center;
    position: relative;
    background: rgb(173,152,164);
    font-weight: 600;
    font-size: 18px;
    padding: 1rem 1.5rem;
}.key_citation .key_first_teach h5::before {
    background: #ffffff;
    margin-right: 10px;
    width: 8px;
    height: 8px;
    content: "";
    border-radius: 50%;
    display: inline-block;
}.key_citation .key_first_teach h5::after {
    background: #ffffff;
    top: 50%;
    height: 6px;
    right: 15px;
    content: "";
    border-radius: 50%;
    width: 6px;
    position: absolute;
    transform: translateY(-50%);
}.key_citation .key_first_teach .key_main_pagebar {
    background: rgba(255, 255, 255, 0.05);
    flex-direction: column;
    gap: 2px;
    padding: 1.5rem;
    display: flex;
}.key_citation .key_first_teach .key_main_pagebar a {
    color: #ffffff;
    font-size: 14px;
    text-decoration: none;
    display: block;
    padding: 0.8rem 1rem 0.8rem 2rem;
    position: relative;
    border-radius: 10px;
    transition: all 0.3s ease;
}.key_citation .key_first_teach .key_main_pagebar a::before {
    background: rgb(173,152,164);
    width: 6px;
    top: 50%;
    height: 6px;
    transition: all 0.3s ease;
    border-radius: 50%;
    transform: translateY(-50%);
    left: 0.7rem;
    content: "";
    position: absolute;
}.key_citation .key_first_teach .key_main_pagebar a:hover {
    background: rgba(255, 255, 255, 0.1);
}.key_citation .key_first_teach .key_main_pagebar a:hover::before {
    box-shadow: 0 0 0 4px rgba(255, 255, 255, 0.1);
    background: #ffffff;
}.key_telegram_ref {
    margin-top: 2.5rem;
    padding: 2rem 0;
    background: rgb(173,152,164);
    position: relative;
}.key_telegram_ref::before {
    left: 0;
    background-image: 
        linear-gradient(90deg, 
            transparent 0px, transparent 20px,
            rgb(208,191,201) 20px, rgb(208,191,201) 40px,
            transparent 40px, transparent 60px,
            rgb(208,191,201) 60px, rgb(208,191,201) 80px,
            transparent 80px, transparent 100px,
            rgb(208,191,201) 100px, rgb(208,191,201) 120px
        );
    width: 100%;
    top: -5px;
    height: 5px;
    content: "";
    background-repeat: repeat-x;
    position: absolute;
}.key_telegram_ref .container {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}.key_telegram_ref .container::before,
.key_telegram_ref .container::after {
    border-radius: 50%;
    transform: translateY(-50%);
    background: rgb(208,191,201);
    position: absolute;
    height: 15px;
    width: 15px;
    top: 50%;
    content: "";
}.key_telegram_ref .container::before {
    left: 15%;
}.key_telegram_ref .container::after {
    right: 15%;
}.key_telegram_ref .key_module_end {
    background: rgb(208,191,201);
    color: #ffffff;
    display: inline-block;
    font-size: 13px;
    border-radius: 30px;
    position: relative;
    padding: 0.5rem 2rem;
    text-align: center;
}.key_telegram_ref .key_module_end::before,
.key_telegram_ref .key_module_end::after {
    background: rgb(208,191,201);
    position: absolute;
    width: 50px;
    transform: translateY(-50%);
    height: 1px;
    content: "";
    top: 50%;
}.key_telegram_ref .key_module_end::before {
    right: 100%;
    margin-right: 15px;
}.key_telegram_ref .key_module_end::after {
    left: 100%;
    margin-left: 15px;
}

@media (max-width: 1200px) {.key_citation .container {
    gap: 2rem;
}.key_citation .company_holder {
    flex: 1 1 350px;
}.key_citation .key_grant_cta {
    min-width: 350px;
    flex: 1 1 calc(100% - 400px);
}.key_citation .key_main_pagebar {
    gap: 2rem;
}.key_telegram_ref .container::before {
    left: 5%;
}.key_telegram_ref .container::after {
    right: 5%;
}
}

@media (max-width: 992px) {.key_citation {
    padding: 3.5rem 0 1.5rem;
}.key_citation .container {
    gap: 2.5rem;
    flex-direction: column;
}.key_citation .company_holder,
    .key_citation .key_grant_cta {
    flex: 1 1 100%;
    min-width: 100%;
}.key_citation .key_first_teach {
    flex: 1 1 calc(50% - 1.5rem);
    min-width: 200px;
}.key_telegram_ref .container::before,
    .key_telegram_ref .container::after {
    display: none;
}
}

@media (max-width: 768px) {.key_citation {
    padding: 3rem 0 1rem;
}.key_citation .key_main_pagebar {
    gap: 1.5rem;
}.key_citation .company_holder h3 {
    font-size: calc(31px - 2px);
    padding: 1.2rem 1.5rem;
}.key_citation .key_report_abuse {
    padding: 1.5rem;
}.key_citation .key_report_abuse::before,
    .key_citation .key_report_abuse::after {
    display: none;
}.key_telegram_ref {
    margin-top: 2rem;
}.key_telegram_ref .key_module_end::before,
    .key_telegram_ref .key_module_end::after {
    width: 30px;
}
}

@media (max-width: 576px) {.key_citation {
    padding: 2.5rem 0 0.8rem;
}.key_citation .key_first_teach {
    flex: 1 1 100%;
    min-width: 100%;
}.key_citation .key_main_pagebar {
    gap: 1rem;
}.key_citation .key_first_teach .key_main_pagebar a {
    padding: 0.7rem 1rem 0.7rem 1.8rem;
}.key_citation .key_first_teach .key_main_pagebar a::before {
    left: 0.6rem;
}.key_telegram_ref {
    padding: 1.5rem 0;
    margin-top: 1.5rem;
}.key_telegram_ref .key_module_end::before,
    .key_telegram_ref .key_module_end::after {
    display: none;
}
}

@media (max-width: 420px) {.key_citation::after {
    height: 5px;
    background-size: 100px 5px;
}.key_citation .company_holder h3::after,
    .key_citation .key_first_teach h5::before,
    .key_citation .key_first_teach h5::after {
    display: none;
}.key_citation .key_first_teach h5 {
    padding: 0.8rem 1rem;
}.key_citation .key_first_teach .key_main_pagebar {
    padding: 1rem;
}.key_telegram_ref .key_module_end {
    width: 90%;
    padding: 0.4rem 1.5rem;
}}.key_course_structure {
    justify-content: center;
    display: flex;
    flex-direction: column;
    position: relative;
    min-height: 100vh;
    background-color: rgb(233,225,230);
    overflow: hidden;
    z-index: 1;
}.key_course_structure::before {
    content: '';
    top: 0;
    background: linear-gradient(135deg, rgba(0, 0, 0, 0.5) 0%, rgb(208,191,201,0.5) 100%);
    pointer-events: none;
    position: absolute;
    left: 0;
    z-index: 2;
    width: 100%;
    height: 100%;
}.key_course_structure::after {
    height: 100%;
    width: 100%;
    content: '';
    left: 0;
    pointer-events: none;
    background: radial-gradient(circle at 75% 25%, rgb(173,152,164,0.5) 0%, transparent 50%);
    animation: pulse 15s infinite alternate;
    position: absolute;
    top: 0;
    z-index: 3;
}.key_course_structure .key_lesson_track {
    z-index: 1;
    position: absolute;
    height: 100%;
    top: 0;
    width: 100%;
    left: 0;
    overflow: hidden;
}.key_course_structure .key_learn_tools {
    display: flex;
    height: 100%;
    animation: carousel-slide 30s cubic-bezier(0.45, 0.05, 0.55, 0.95) infinite;
    width: calc(100% * var(--slide-count, 5));
}.key_course_structure .key_lesson_track:hover .key_learn_tools {
    animation-play-state: paused;
}.key_course_structure .key_quick_progress {
    transition: transform 0.5s ease;
    width: calc(100% / var(--slide-count, 5));
    position: relative;
    height: 100%;
    overflow: hidden;
}.key_course_structure .key_quick_progress::before {
    height: 100%;
    left: 0;
    content: '';
    opacity: 0.7;
    background: linear-gradient(to bottom, transparent 40%, #000000 100%);
    z-index: 2;
    width: 100%;
    top: 0;
    position: absolute;
}.key_course_structure .key_quick_progress::after {
    height: 100%;
    background: repeating-linear-gradient(
        45deg,
        rgb(208,191,201,0.5),
        rgb(208,191,201,0.5) 2px,
        transparent 2px,
        transparent 4px
    );
    content: '';
    width: 100%;
    position: absolute;
    mix-blend-mode: overlay;
    opacity: 0.05;
    z-index: 1;
    left: 0;
    top: 0;
}.key_course_structure .key_quick_progress img {
    transition: transform 8s ease;
    object-fit: cover;
    width: 100%;
    filter: saturate(1.2) contrast(1.1);
    height: 100%;
    transform: scale(1.05);
}.key_course_structure .key_quick_progress:hover img {
    transform: scale(1.15);
}.key_course_structure .container {
    align-items: center;
    justify-content: flex-end;
    position: relative;
    display: flex;
    z-index: 10;
    padding: 2rem 0;
    height: 100%;
}.key_course_structure .key_teach_style {
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.2);
    border: 1px solid rgba(255, 255, 255, 0.1);
    width: 100%;
    background: linear-gradient(135deg, 
        rgba(255, 255, 255, 0.1) 0%, 
        rgba(255, 255, 255, 0.05) 100%);
    backdrop-filter: blur(10px);
    max-width: 600px;
    transform: translateX(0);
    border-radius: 28px;
    animation: float 6s ease-in-out infinite;
    padding: 3rem;
}.key_course_structure .key_ready_skills {
    position: relative;
}.key_course_structure .key_ready_skills::before {
    opacity: 0.8;
    content: '';
    border-left: 2px solid rgb(208,191,201);
    border-top: 2px solid rgb(208,191,201);
    height: 40px;
    left: -20px;
    top: -20px;
    position: absolute;
    width: 40px;
}.key_course_structure .key_ready_skills::after {
    position: absolute;
    height: 40px;
    right: -20px;
    opacity: 0.8;
    width: 40px;
    bottom: -20px;
    content: '';
    border-right: 2px solid rgb(173,152,164);
    border-bottom: 2px solid rgb(173,152,164);
}.key_course_structure .key_ready_skills h3 {
    position: relative;
    font-size: 36px;
    display: inline-block;
    font-weight: 700;
    margin-bottom: 1.5rem;
    color: #ffffff;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}.key_course_structure .key_ready_skills h3::after {
    content: '';
    position: absolute;
    background: linear-gradient(90deg, rgb(208,191,201) 0%, transparent 100%);
    width: 60%;
    left: 0;
    height: 3px;
    bottom: -10px;
}.key_course_structure .key_ready_skills p {
    font-size: 16px;
    color: #ffffff;
    margin-bottom: 2.5rem;
    line-height: 1.6;
    opacity: 0.8;
}.key_course_structure .key_ready_skills .key_query_list {
    text-decoration: none;
    color: #ffffff;
    display: inline-block;
    font-weight: 600;
    transition: all 0.3s ease;
    padding: 1rem 2.5rem;
    position: relative;
    font-size: 18px;
    border-radius: 10px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
    z-index: 1;
    background: linear-gradient(135deg, rgb(208,191,201) 0%, rgb(173,152,164) 100%);
    overflow: hidden;
}.key_course_structure .key_ready_skills .key_query_list::before {
    left: -100%;
    z-index: -1;
    width: 100%;
    content: '';
    height: 100%;
    transition: all 0.4s ease;
    top: 0;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    position: absolute;
}.key_course_structure .key_ready_skills .key_query_list:hover {
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.3);
    transform: translateY(-5px);
}.key_course_structure .key_ready_skills .key_query_list:hover::before {
    transition: all 0.4s ease;
    left: 100%;
}

@keyframes carousel-slide {
    0%, 2% {
        transform: translateX(0);
    }
    18%, 22% {
        transform: translateX(calc(-100% / var(--slide-count, 5) * 1));
    }
    38%, 42% {
        transform: translateX(calc(-100% / var(--slide-count, 5) * 2));
    }
    58%, 62% {
        transform: translateX(calc(-100% / var(--slide-count, 5) * 3));
    }
    78%, 82% {
        transform: translateX(calc(-100% / var(--slide-count, 5) * 4));
    }
    98%, 100% {
        transform: translateX(0);
    }
}

@keyframes pulse {
    0% {
        opacity: 0.3;
    }
    50% {
        opacity: 0.5;
    }
    100% {
        opacity: 0.3;
    }
}

@keyframes float {
    0% {
        transform: translateY(0px);
    }
    50% {
        transform: translateY(-15px);
    }
    100% {
        transform: translateY(0px);
    }
}

@media screen and (max-width: 1200px) {.key_course_structure .container {
    justify-content: center;
}.key_course_structure .key_teach_style {
    max-width: 80%;
}
}

@media screen and (max-width: 768px) {.key_course_structure {
    padding: 6rem 0;
    min-height: auto;
}.key_course_structure .key_lesson_track {
    position: fixed;
    height: 100%;
}.key_course_structure .key_teach_style {
    padding: 2rem;
    max-width: 90%;
}.key_course_structure .key_ready_skills h3 {
    font-size: calc(36px * 0.8);
}.key_course_structure .key_ready_skills p {
    font-size: calc(16px * 0.9);
}.key_course_structure .key_ready_skills .key_query_list {
    width: 100%;
    text-align: center;
}
}

@media screen and (max-width: 480px) {.key_course_structure {
    padding: 4rem 0;
}.key_course_structure .key_teach_style {
    padding: 1.5rem;
}.key_course_structure .key_ready_skills h3 {
    font-size: calc(36px * 0.7);
}.key_course_structure .key_ready_skills::before,
    .key_course_structure .key_ready_skills::after {
    height: 30px;
    width: 30px;
}@keyframes carousel-slide {
        0%, 5% {
            transform: translateX(0);
        }
        20%, 25% {
            transform: translateX(calc(-100% / var(--slide-count, 5) * 1));
        }
        40%, 45% {
            transform: translateX(calc(-100% / var(--slide-count, 5) * 2));
        }
        60%, 65% {
            transform: translateX(calc(-100% / var(--slide-count, 5) * 3));
        }
        80%, 85% {
            transform: translateX(calc(-100% / var(--slide-count, 5) * 4));
        }
        95%, 100% {
            transform: translateX(0);
        }
    }
}

.key_course_structure .key_learn_tools {
    --slide-count: 5;
}

@supports (animation-timeline: scroll()) {.key_course_structure .key_learn_tools {
    animation-range: 0 100vh;
    animation-timeline: scroll();
}}header {
    margin-top: 0;
    backdrop-filter: blur(10px);
    position: relative;
    padding: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    z-index: 100;
    -webkit-backdrop-filter: blur(10px);
    background: linear-gradient(135deg, rgb(208,191,201,0.5) 0%, rgb(173,152,164,0.5) 100%);
}header::before {
    content: '';
    z-index: -1;
    background: 
        radial-gradient(circle at 10% 20%, rgb(208,191,201,0.5) 0%, transparent 30%),
        radial-gradient(circle at 90% 80%, rgb(173,152,164,0.5) 0%, transparent 30%);
    width: 100%;
    position: absolute;
    opacity: 0.5;
    left: 0;
    height: 100%;
    top: 0;
}header .key_header_base {
    align-items: center;
    position: relative;
    padding: 1.2rem 2.5rem;
    z-index: 5;
    justify-content: space-between;
    display: flex;
}header .key_page_nav {
    z-index: 2;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1);
    position: relative;
    padding: 0.8rem 1.2rem;
    -webkit-backdrop-filter: blur(5px);
    transition: all 0.4s ease;
    flex: 0 0 auto;
    backdrop-filter: blur(5px);
    background: rgba(255, 255, 255, 0.15);
    border-radius: 17px;
    border: 1px solid rgba(255, 255, 255, 0.3);
}header .key_page_nav:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.15);
    background: rgba(255, 255, 255, 0.25);
}header .key_main_info {
    transition: all 0.3s ease;
    display: block;
}header .key_main_info img {
    max-height: 40px;
    filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.1));
}header .key_first_teach {
    list-style: none;
    margin: 0;
    display: flex;
    padding: 0;
    z-index: 2;
    position: relative;
}header .key_head_learning {
    margin: 0 0.3rem;
    position: relative;
}header .key_head_learning a {
    color: #ffffff;
    font-weight: 600;
    display: block;
    position: relative;
    z-index: 1;
    border-radius: 17px;
    font-size: 12px;
    padding: 0.8rem 1.2rem;
    transition: all 0.3s ease;
    text-decoration: none;
    border: 1px solid rgba(255, 255, 255, 0.05);
    backdrop-filter: blur(5px);
    background: rgba(255, 255, 255, 0.1);
    -webkit-backdrop-filter: blur(5px);
}header .key_head_learning a:hover {
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
    background: rgba(255, 255, 255, 0.2);
    transform: translateY(-3px);
    border-color: rgba(255, 255, 255, 0.2);
}header .key_head_learning a::before {
    left: 0;
    top: 0;
    transition: opacity 0.3s ease;
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: -1;
    opacity: 0;
    background: linear-gradient(135deg, 
        rgba(255, 255, 255, 0.1), 
        rgba(255, 255, 255, 0.05)
    );
    content: '';
    border-radius: 17px;
}header .key_head_learning a:hover::before {
    opacity: 1;
}header .key_head_learning::after {
    width: 0;
    left: 50%;
    background: #ffffff;
    height: 3px;
    transform: translateX(-50%);
    position: absolute;
    border-radius: 10px;
    bottom: -3px;
    transition: width 0.3s ease;
    opacity: 0.7;
    content: '';
}header .key_head_learning:hover::after {
    width: 70%;
}header .key_header_base::before {
    position: absolute;
    opacity: 0.5;
    right: -20px;
    top: -20px;
    content: '';
    background: rgb(208,191,201,0.5);
    filter: blur(40px);
    width: 100px;
    z-index: -1;
    border-radius: 50%;
    height: 100px;
}header .key_header_base::after {
    z-index: -1;
    border-radius: 50%;
    background: rgb(173,152,164,0.5);
    height: 80px;
    width: 80px;
    filter: blur(30px);
    opacity: 0.5;
    content: '';
    bottom: -20px;
    left: -20px;
    position: absolute;
}header .key_head_expert {
    z-index: 1;
    padding-top: 2rem;
    position: relative;
    background: rgb(233,225,230);
}@keyframes float {
    0%, 100% { transform: translateY(0); }
    50% { transform: translateY(-10px); }
}

header .key_page_nav::after {
    transition: all 0.4s ease;
    position: absolute;
    height: 20px;
    bottom: -20px;
    left: 0;
    content: '';
    background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.1) 0%, transparent 70%);
    opacity: 0.5;
    width: 100%;
}header .key_page_nav:hover::after {
    opacity: 0.7;
    transform: scaleX(0.9);
}

@media (min-width: 1400px) {header .key_header_base {
    margin: 0 auto;
    max-width: 1320px;
}header .key_head_learning {
    margin: 0 0.5rem;
}header .key_head_learning a {
    padding: 0.8rem 1.5rem;
}
}

@media (max-width: 991px) {header {
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
}header .key_header_base {
    padding: 1rem 1.5rem;
    flex-wrap: wrap;
}header .key_page_nav {
    margin-bottom: 0;
    border-radius: 10px;
    padding: 0.6rem 1rem;
}header .key_first_teach {
    flex-basis: 100%;
    justify-content: flex-end;
    margin-top: 1rem;
}header .key_head_learning a {
    padding: 0.6rem 1rem;
    border-radius: 10px;
    font-size: calc(12px - 1px);
}header .key_header_base::before,
    header .key_header_base::after {
    display: none;
}
}

@media (max-width: 767px) {header {
    padding: 0;
}header .key_header_base {
    padding: 0.8rem 1.2rem;
}header .key_page_nav {
    max-width: 140px;
    padding: 0.5rem 0.8rem;
}header .key_main_info img {
    max-height: 35px;
}header .key_first_teach {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    padding-bottom: 0.5rem;
    scrollbar-width: thin;
    justify-content: flex-start;
    margin-top: 0.8rem;
}header .key_first_teach::-webkit-scrollbar {
    height: 3px;
}header .key_first_teach::-webkit-scrollbar-thumb {
    background: rgba(255, 255, 255, 0.3);
    border-radius: 10px;
}header .key_head_learning {
    flex: 0 0 auto;
    margin: 0 0.15rem;
}header .key_head_learning a {
    padding: 0.5rem 0.8rem;
    font-size: calc(12px - 2px);
    white-space: nowrap;
}header .key_head_learning::after {
    display: none;
}header .key_page_nav::after {
    display: none;
}
}

@media (max-width: 479px) {header .key_header_base {
    padding: 0.7rem 1rem;
}header .key_page_nav {
    padding: 0.4rem 0.7rem;
    max-width: 120px;
}header .key_head_learning a {
    font-size: calc(12px - 3px);
    padding: 0.4rem 0.6rem;
}}.key_privacy_nook {
    overflow: hidden;
    border: 1px solid rgba(0, 0, 0, 0.5);
    background-color: #ffffff;
    font-family: Arial, sans-serif;
    height: auto;
    width: 100%;
    color: #000000;
    padding: 50px;
}.key_privacy_nook h1 {
    color: rgb(208,191,201);
    padding-bottom: 15px;
    margin-bottom: 40px;
    text-transform: uppercase;
    margin-top: 0;
    border-bottom: 3px solid rgb(208,191,201);
    font-size: 47px;
    font-weight: 700;
}.key_privacy_nook h2 {
    margin-top: 30px;
    font-size: 34px;
    text-transform: uppercase;
    margin-bottom: 20px;
    border-bottom: 2px solid rgb(173,152,164);
    padding-bottom: 10px;
    font-weight: 600;
    color: rgb(173,152,164);
}.key_privacy_nook h3, .key_privacy_nook h4, .key_privacy_nook h5, .key_privacy_nook h6 {
    margin-top: 25px;
    color: rgb(208,191,201);
    border-bottom: 1px solid rgb(208,191,201,0.5);
    font-weight: 400;
    margin-bottom: 15px;
    padding-bottom: 5px;
    font-size: 16px;
}.key_privacy_nook ul, .key_privacy_nook ol {
    padding-left: 0;
    list-style-type: none;
    margin: 20px 0;
}.key_privacy_nook ul li::before {
    margin-left: -1em;
    width: 1em;
    content: '•';
    color: rgb(173,152,164);
    display: inline-block;
}.key_privacy_nook ol li {
    counter-increment: list;
}.key_privacy_nook ol li::before {
    width: 1em;
    content: counter(list) ".";
    margin-left: -1em;
    color: rgb(173,152,164);
    display: inline-block;
}.key_privacy_nook li {
    margin-bottom: 10px;
    padding-left: 5px;
}.key_privacy_nook section {
    border: 1px solid rgb(208,191,201,0.5);
    padding: 30px;
    border-radius: 10px;
    background: rgb(173,152,164,0.5);
}.key_privacy_nook p, .key_privacy_nook span, .key_privacy_nook div {
    line-height: 1.8;
    margin-bottom: 20px;
    font-size: 18px;
    color: #000000;
}

@media only screen and (max-width: 800px) {.key_privacy_nook {
    padding: 25px;
}.key_privacy_nook h1 {
    font-size: calc(22px - 10px);
}.key_privacy_nook h2 {
    font-size: calc(22px - 8px);
}.key_privacy_nook h3, .key_privacy_nook h4, .key_privacy_nook h5, .key_privacy_nook h6 {
    font-size: calc(16px - 6px);
}.key_privacy_nook ul, .key_privacy_nook ol {
    margin-left: 15px;
}}

.key_privacy_nook a {
    color: rgb(208,191,201);
    border-bottom: 2px solid rgb(208,191,201,0.5);
    text-decoration: none;
}.key_privacy_nook a:hover {
    border-bottom: 2px solid rgb(208,191,201);
    text-decoration: underline;
}.key_analysis_summary {
    color: #ffffff;
    padding: 100px 0;
    overflow: hidden;
    position: relative;
}.key_analysis_summary::before {
    left: 0;
    top: 0;
    z-index: -1;
    height: 100%;
    background: rgba(0, 0, 0, 0.65);
    width: 100%;
    content: '';
    position: absolute;
}.key_analysis_summary .container {
    margin: 0 auto;
    position: relative;
    max-width: 1200px;
    padding: 0 20px;
}.key_analysis_summary .key_smart_pros {
    position: relative;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(10px);
    padding: 50px;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3);
    background: rgba(0, 0, 0, 0.6);
    border-radius: 30px;
}.key_analysis_summary .key_smart_pros::before {
    top: 0;
    width: 100%;
    height: 100%;
    left: 0;
    content: '';
    position: absolute;
    z-index: -1;
    background: 
        linear-gradient(135deg, rgba(rgb(208,191,201), 0.1) 0%, transparent 100%),
        radial-gradient(circle at 20% 30%, rgba(rgb(208,191,201), 0.05) 0%, transparent 50%),
        radial-gradient(circle at 80% 70%, rgba(rgb(173,152,164), 0.05) 0%, transparent 50%);
}.key_analysis_summary .key_expert_benefits {
    justify-content: center;
    right: 30px;
    background: rgba(rgb(208,191,201), 0.1);
    border: 1px solid rgba(rgb(208,191,201), 0.3);
    display: flex;
    top: 30px;
    position: absolute;
    border-radius: 50%;
    align-items: center;
    height: 60px;
    width: 60px;
}.key_analysis_summary .key_expert_benefits svg {
    fill: rgb(208,191,201);
    height: 30px;
    width: 30px;
}.key_analysis_summary .key_expert_benefits svg path {
    fill: rgb(208,191,201);
}.key_analysis_summary .key_extra_gain {
    font-size: 33px;
    color: #ffffff;
    padding-right: 80px;
    margin-bottom: 20px;
    font-weight: 700;
}.key_analysis_summary .key_statistics_pro {
    line-height: 1.7;
    max-width: 800px;
    margin-bottom: 40px;
    color: rgba(255, 255, 255, 0.8);
    font-size: 16px;
}.key_analysis_summary .key_boost_experts {
    display: grid;
    position: relative;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 30px;
    padding-top: 30px;
}.key_analysis_summary .key_statistics_advances {
    border-radius: 10px;
    position: relative;
    transition: transform 0.3s ease;
    background: rgba(255, 255, 255, 0.03);
    align-items: center;
    text-align: center;
    display: flex;
    justify-content: center;
    padding: 30px 20px;
    flex-direction: column;
}.key_analysis_summary .key_statistics_advances:hover {
    transform: translateY(-5px);
}.key_analysis_summary .key_key_statistics {
    align-items: center;
    height: 60px;
    justify-content: center;
    display: flex;
    background: rgba(rgb(208,191,201), 0.1);
    margin-bottom: 20px;
    border: 1px solid rgba(rgb(208,191,201), 0.2);
    width: 60px;
    border-radius: 50%;
}.key_analysis_summary .key_key_statistics svg {
    width: 30px;
    height: 30px;
    fill: rgb(208,191,201);
}.key_analysis_summary .key_key_statistics svg path {
    fill: rgb(208,191,201);
}.key_analysis_summary .key_statistics_advances span {
    color: #ffffff;
    margin-bottom: 10px;
    font-size: 2.2rem;
    font-weight: 700;
}.key_analysis_summary .key_statistics_advances p {
    color: rgba(255, 255, 255, 0.7);
    margin: 0;
    font-size: 16px;
}

@media screen and (max-width: 991px) {.key_analysis_summary {
    padding: 80px 0;
}.key_analysis_summary .key_smart_pros {
    padding: 40px;
}.key_analysis_summary .key_expert_benefits {
    top: 25px;
    right: 25px;
    width: 50px;
    height: 50px;
}.key_analysis_summary .key_expert_benefits svg {
    height: 25px;
    width: 25px;
}.key_analysis_summary .key_extra_gain {
    font-size: calc(33px * 0.9);
}.key_analysis_summary .key_statistics_pro {
    margin-bottom: 30px;
}.key_analysis_summary .key_boost_experts {
    gap: 20px;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
}
}

@media screen and (max-width: 767px) {.key_analysis_summary {
    padding: 60px 0;
}.key_analysis_summary .key_smart_pros {
    padding: 30px;
}.key_analysis_summary .key_expert_benefits {
    top: 20px;
    right: 20px;
    height: 40px;
    width: 40px;
}.key_analysis_summary .key_expert_benefits svg {
    width: 20px;
    height: 20px;
}.key_analysis_summary .key_extra_gain {
    padding-right: 50px;
    font-size: calc(33px * 0.85);
}.key_analysis_summary .key_statistics_pro {
    margin-bottom: 25px;
    font-size: calc(16px * 0.95);
}.key_analysis_summary .key_boost_experts {
    padding-top: 25px;
    gap: 15px;
}.key_analysis_summary .key_statistics_advances {
    padding: 25px 15px;
}.key_analysis_summary .key_key_statistics {
    width: 50px;
    height: 50px;
    margin-bottom: 15px;
}.key_analysis_summary .key_key_statistics svg {
    height: 25px;
    width: 25px;
}.key_analysis_summary .key_statistics_advances span {
    font-size: 2rem;
}
}

@media screen and (max-width: 575px) {.key_analysis_summary {
    padding: 50px 0;
}.key_analysis_summary .key_smart_pros {
    padding: 25px 20px;
}.key_analysis_summary .key_expert_benefits {
    height: 35px;
    right: 15px;
    top: 15px;
    width: 35px;
}.key_analysis_summary .key_expert_benefits svg {
    width: 18px;
    height: 18px;
}.key_analysis_summary .key_extra_gain {
    margin-bottom: 15px;
    padding-right: 40px;
    font-size: calc(33px * 0.8);
}.key_analysis_summary .key_statistics_pro {
    margin-bottom: 20px;
    font-size: calc(16px * 0.9);
}.key_analysis_summary .key_boost_experts {
    padding-top: 20px;
    gap: 15px;
    grid-template-columns: 1fr;
}.key_analysis_summary .key_statistics_advances {
    padding: 20px 15px;
}.key_analysis_summary .key_key_statistics {
    width: 45px;
    height: 45px;
    margin-bottom: 12px;
}.key_analysis_summary .key_key_statistics svg {
    width: 22px;
    height: 22px;
}.key_analysis_summary .key_statistics_advances span {
    margin-bottom: 8px;
    font-size: 1.8rem;
}.key_analysis_summary .key_statistics_advances p {
    font-size: calc(16px * 0.85);
}}.key_about_this {
    position: relative;
    background: rgb(233,225,230);
    overflow: hidden;
    padding: 100px 0;
}.key_about_this::before {
    height: 100%;
    top: 0;
    z-index: 0;
    position: absolute;
    width: 100%;
    background-image: 
        radial-gradient(circle at 10% 10%, rgb(208,191,201,0.5) 0%, transparent 40%),
        radial-gradient(circle at 90% 90%, rgb(173,152,164,0.5) 0%, transparent 40%);
    left: 0;
    content: "";
    opacity: 0.6;
}.key_about_this .container {
    z-index: 1;
    position: relative;
}.key_about_this .key_teach_style {
    position: relative;
}.key_about_this h3 {
    color: #000000;
    transform: translateX(-50%);
    margin-bottom: 50px;
    font-weight: 700;
    display: inline-block;
    left: 50%;
    position: relative;
    text-align: center;
    font-size: 38px;
}.key_about_this h3::after {
    transform: translateX(-50%);
    left: 50%;
    bottom: -15px;
    width: 60px;
    position: absolute;
    background: rgb(208,191,201);
    height: 3px;
    content: "";
}.key_about_this .key_story_visual {
    position: relative;
    display: flex;
    margin-bottom: 70px;
    flex-direction: column;
}.key_about_this .key_story_visual span {
    margin-bottom: 20px;
    display: block;
    font-size: 20px;
    color: rgb(208,191,201);
    font-weight: 600;
}.key_about_this .key_story_visual p {
    width: 60%;
    line-height: 1.7;
    margin-bottom: 30px;
    font-size: 14px;
    color: #000000;
}.key_about_this .key_story_visual .key_photo_frame {
    top: 0;
    box-shadow: -15px 15px 0 rgb(208,191,201,0.5);
    transition: transform 0.4s ease, box-shadow 0.4s ease;
    width: 35%;
    position: absolute;
    height: 100%;
    border-radius: 23px;
    right: 0;
}.key_about_this .key_story_visual .key_photo_frame:hover {
    transform: translate(5px, -5px);
    box-shadow: -20px 20px 0 rgb(208,191,201,0.5);
}.key_about_this .key_growth_path {
    margin-top: 50px;
    position: relative;
    display: flex;
    flex-direction: column;
}.key_about_this .key_growth_path p {
    width: 60%;
    margin-bottom: 30px;
    line-height: 1.7;
    margin-left: auto;
    color: #000000;
    font-size: 14px;
}.key_about_this .key_growth_path .key_virtual_study {
    box-shadow: 15px 15px 0 rgb(173,152,164,0.5);
    border-radius: 23px;
    width: 35%;
    left: 0;
    top: 0;
    height: 100%;
    transition: transform 0.4s ease, box-shadow 0.4s ease;
    position: absolute;
}.key_about_this .key_growth_path .key_virtual_study:hover {
    box-shadow: 20px 20px 0 rgb(173,152,164,0.5);
    transform: translate(-5px, -5px);
}.key_about_this .key_teach_style::before {
    z-index: -1;
    content: "";
    height: 200px;
    left: -100px;
    position: absolute;
    border-radius: 50%;
    border: 2px dashed rgb(208,191,201,0.5);
    width: 200px;
    animation: rotate 30s infinite linear;
    top: -100px;
}.key_about_this .key_teach_style::after {
    bottom: -75px;
    border: 2px dashed rgb(173,152,164,0.5);
    content: "";
    z-index: -1;
    right: -75px;
    height: 150px;
    width: 150px;
    position: absolute;
    animation: rotate 20s infinite linear reverse;
    border-radius: 50%;
}@keyframes rotate {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

.key_about_this .key_story_visual::after {
    bottom: -35px;
    left: 0;
    position: absolute;
    height: 1px;
    width: 50%;
    content: "";
    background: linear-gradient(to right, rgb(208,191,201,0.5), transparent);
}.key_about_this .key_story_visual svg {
    color: rgb(208,191,201);
    height: 30px;
    left: -45px;
    position: absolute;
    width: 30px;
    opacity: 0.7;
    top: 10px;
}.key_about_this .key_story_visual svg path {
    fill: rgb(208,191,201);
}.key_about_this .key_growth_path svg {
    width: 30px;
    top: 10px;
    color: rgb(173,152,164);
    position: absolute;
    right: -45px;
    opacity: 0.7;
    height: 30px;
}.key_about_this .key_growth_path svg path {
    fill: rgb(173,152,164);
}.key_about_this .container::before {
    content: "";
    z-index: -1;
    height: 100%;
    opacity: 0.05;
    background-position: 0 0, 0 10px, 10px -10px, -10px 0px;
    background-image: linear-gradient(45deg, rgb(233,225,230) 25%, transparent 25%),
                      linear-gradient(-45deg, rgb(233,225,230) 25%, transparent 25%),
                      linear-gradient(45deg, transparent 75%, rgb(233,225,230) 75%),
                      linear-gradient(-45deg, transparent 75%, rgb(233,225,230) 75%);
    background-size: 20px 20px;
    position: absolute;
    width: 100%;
}

@media screen and (max-width: 1024px) {.key_about_this {
    padding: 80px 0;
}.key_about_this h3 {
    font-size: calc(38px * 0.9);
    margin-bottom: 40px;
}.key_about_this .key_story_visual p,
    .key_about_this .key_growth_path p {
    width: 55%;
}.key_about_this .key_story_visual .key_photo_frame,
    .key_about_this .key_growth_path .key_virtual_study {
    width: 40%;
}
}

@media screen and (max-width: 768px) {.key_about_this {
    padding: 60px 0;
}.key_about_this h3 {
    margin-bottom: 35px;
    font-size: calc(38px * 0.8);
}.key_about_this .key_story_visual {
    margin-bottom: 50px;
}.key_about_this .key_story_visual p,
    .key_about_this .key_growth_path p {
    width: 100%;
    margin-bottom: 230px;
}.key_about_this .key_story_visual .key_photo_frame,
    .key_about_this .key_growth_path .key_virtual_study {
    margin-bottom: 20px;
    width: 100%;
    height: 200px;
    top: auto;
    position: relative;
    right: auto;
    left: auto;
}.key_about_this .key_story_visual .key_photo_frame {
    margin-top: -230px;
}.key_about_this .key_growth_path .key_virtual_study {
    order: -1;
    margin-bottom: 20px;
}.key_about_this .key_growth_path {
    flex-direction: column;
    display: flex;
}.key_about_this .key_story_visual svg,
    .key_about_this .key_growth_path svg {
    position: static;
    margin-bottom: 10px;
    display: block;
}
}

@media screen and (max-width: 480px) {.key_about_this {
    padding: 40px 0;
}.key_about_this h3 {
    font-size: calc(38px * 0.7);
    margin-bottom: 30px;
}.key_about_this h3::after {
    bottom: -10px;
    width: 40px;
}.key_about_this .key_story_visual {
    margin-bottom: 40px;
}.key_about_this .key_story_visual p,
    .key_about_this .key_growth_path p {
    font-size: calc(14px * 0.9);
    margin-bottom: 180px;
}.key_about_this .key_story_visual .key_photo_frame,
    .key_about_this .key_growth_path .key_virtual_study {
    height: 160px;
}.key_about_this .key_story_visual .key_photo_frame {
    margin-top: -180px;
    box-shadow: -8px 8px 0 rgb(208,191,201,0.5);
}.key_about_this .key_growth_path .key_virtual_study {
    box-shadow: 8px 8px 0 rgb(173,152,164,0.5);
}.key_about_this .key_story_visual .key_photo_frame:hover {
    transform: translate(3px, -3px);
    box-shadow: -10px 10px 0 rgb(208,191,201,0.5);
}.key_about_this .key_growth_path .key_virtual_study:hover {
    box-shadow: 10px 10px 0 rgb(173,152,164,0.5);
    transform: translate(-3px, -3px);
}.key_about_this .key_story_visual span {
    font-size: calc(20px * 0.9);
    margin-bottom: 15px;
}.key_about_this .key_teach_style::before,
    .key_about_this .key_teach_style::after {
    height: 100px;
    width: 100px;
}}.key_pricing_grid_item {
    padding: 100px 0;
    overflow: hidden;
    position: relative;
    background: rgb(233,225,230);
}.key_pricing_grid_item::before {
    background: rgb(208,191,201,0.5);
    z-index: 0;
    animation: float-effect 12s infinite alternate ease-in-out;
    position: absolute;
    width: 300px;
    top: -50px;
    right: -50px;
    height: 300px;
    filter: blur(80px);
    content: "";
}.key_pricing_grid_item::after {
    background: rgb(173,152,164,0.5);
    animation: float-effect 15s infinite alternate-reverse ease-in-out;
    height: 250px;
    bottom: -50px;
    z-index: 0;
    width: 250px;
    filter: blur(60px);
    position: absolute;
    left: -50px;
    content: "";
}.key_pricing_grid_item .container {
    padding: 0 15px;
    max-width: 1200px;
    z-index: 1;
    position: relative;
    margin: 0 auto;
}.key_pricing_grid_item .key_pricing_options {
    gap: 60px;
    display: flex;
    flex-direction: column;
}.key_pricing_grid_item .key_value_pricing {
    order: -1;
    padding: 0 20px;
    position: relative;
    max-width: 700px;
    text-align: center;
    margin: 0 auto;
}.key_pricing_grid_item .key_value_pricing h2 {
    position: relative;
    margin-bottom: 20px;
    color: #000000;
    display: inline-block;
    font-weight: 700;
    font-size: 34px;
}.key_pricing_grid_item .key_value_pricing h2::after {
    width: 80px;
    bottom: -10px;
    background: rgb(208,191,201);
    left: 50%;
    position: absolute;
    content: "";
    height: 3px;
    transform: translateX(-50%);
}.key_pricing_grid_item .key_rate_plans {
    line-height: 1.6;
    font-size: 16px;
    opacity: 0.85;
    margin-bottom: 0;
    color: #000000;
}.key_pricing_grid_item .key_member_fees {
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    gap: 30px;
    perspective: 1000px;
    display: grid;
}.key_pricing_grid_item .key_rate_panel {
    transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
    height: 100%;
    text-decoration: none;
    color: inherit;
    position: relative;
    perspective: 1000px;
    transform-style: preserve-3d;
}.key_pricing_grid_item .key_rate_panel:hover {
    transform: translateY(-10px) scale(1.02);
}.key_pricing_grid_item .key_training_sub {
    display: flex;
    background: #ffffff;
    position: relative;
    border-radius: 10px;
    height: 100%;
    overflow: hidden;
    transform-style: preserve-3d;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.08);
    flex-direction: column;
    transition: box-shadow 0.4s ease;
}.key_pricing_grid_item .key_rate_panel:hover .key_training_sub {
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.12), 0 0 20px rgb(208,191,201,0.5);
}.key_pricing_grid_item .key_discount_grid {
    overflow: hidden;
    flex-direction: column;
    flex-grow: 1;
    padding: 30px;
    position: relative;
    display: flex;
    z-index: 2;
}.key_pricing_grid_item .key_discount_grid::before {
    background: linear-gradient(90deg, rgb(208,191,201), rgb(173,152,164));
    top: 0;
    left: 0;
    right: 0;
    transform-origin: left;
    height: 5px;
    transition: transform 0.5s ease;
    position: absolute;
    content: "";
    transform: scaleX(0);
}.key_pricing_grid_item .key_rate_panel:hover .key_discount_grid::before {
    transform: scaleX(1);
}.key_pricing_grid_item .key_discount_grid h3 {
    overflow-wrap: break-word;
    font-size: calc(19px + 2px);
    transition: transform 0.4s ease, color 0.3s ease;
    font-weight: 700;
    word-break: break-word;
    color: #000000;
    margin-bottom: 10px;
    white-space: normal;
}.key_pricing_grid_item .key_rate_panel:hover .key_discount_grid h3 {
    transform: translateX(5px);
    color: rgb(208,191,201);
}.key_pricing_grid_item .key_learn_offers {
    position: relative;
    white-space: normal;
    margin: 10px 0 20px;
    overflow-wrap: break-word;
    display: block;
    word-break: break-word;
    font-weight: 700;
    color: rgb(173,152,164);
    transition: transform 0.4s ease;
    font-size: 19px;
}.key_pricing_grid_item .key_learn_offers::before {
    width: 40px;
    position: absolute;
    content: "";
    background: rgb(173,152,164,0.5);
    bottom: -8px;
    transition: width 0.4s ease;
    height: 2px;
    left: 0;
}.key_pricing_grid_item .key_rate_panel:hover .key_learn_offers::before {
    width: 80px;
}.key_pricing_grid_item .key_discount_grid p {
    margin-bottom: 0;
    word-break: break-word;
    transition: color 0.3s ease;
    flex-grow: 1;
    white-space: normal;
    line-height: 1.6;
    font-size: calc(16px - 1px);
    color: #000000;
    overflow-wrap: break-word;
}.key_pricing_grid_item .key_photo_frame {
    transform: translateZ(-10px);
    height: 200px;
    transition: transform 0.6s ease, filter 0.6s ease;
    position: relative;
    overflow: hidden;
}.key_pricing_grid_item .key_photo_frame::after {
    opacity: 0.6;
    content: "";
    background: linear-gradient(to top, rgba(0, 0, 0, 0.7), transparent);
    position: absolute;
    inset: 0;
    transition: opacity 0.5s ease;
}.key_pricing_grid_item .key_rate_panel:hover .key_photo_frame {
    transform: translateZ(0);
    filter: brightness(1.1) contrast(1.05);
}.key_pricing_grid_item .key_rate_panel:hover .key_photo_frame::after {
    opacity: 0.4;
}.key_pricing_grid_item .key_rate_panel::after {
    content: "";
    background: rgb(208,191,201,0.5);
    left: 30px;
    height: 15px;
    transition: opacity 0.4s ease;
    opacity: 0;
    right: 30px;
    top: 100%;
    border-radius: 50%;
    position: absolute;
    z-index: -1;
    filter: blur(10px);
}.key_pricing_grid_item .key_rate_panel:hover::after {
    opacity: 0.5;
}

@keyframes float-effect {
    0% {
        transform: translate(0, 0) scale(1);
    }
    50% {
        transform: translate(20px, 20px) scale(1.1);
    }
    100% {
        transform: translate(-20px, -20px) scale(0.9);
    }
}

@media (min-width: 992px) {.key_pricing_grid_item .key_pricing_options {
    flex-direction: row;
    align-items: center;
}.key_pricing_grid_item .key_value_pricing {
    flex: 0 0 30%;
    padding-right: 40px;
    order: 0;
    text-align: left;
}.key_pricing_grid_item .key_value_pricing h2::after {
    left: 0;
    transform: none;
}.key_pricing_grid_item .key_member_fees {
    flex: 0 0 70%;
    grid-template-columns: repeat(2, 1fr);
}
}

@media (min-width: 1200px) {.key_pricing_grid_item .key_member_fees {
    gap: 40px;
    grid-template-columns: repeat(2, 1fr);
}.key_pricing_grid_item .key_discount_grid {
    padding: 35px;
}.key_pricing_grid_item .key_photo_frame {
    height: 220px;
}
}

@media (max-width: 991px) {.key_pricing_grid_item {
    padding: 80px 0;
}.key_pricing_grid_item .key_value_pricing {
    margin-bottom: 20px;
}
}

@media (max-width: 767px) {.key_pricing_grid_item {
    padding: 60px 0;
}.key_pricing_grid_item .key_member_fees {
    grid-template-columns: 1fr;
    gap: 25px;
}.key_pricing_grid_item .key_value_pricing h2 {
    font-size: calc(34px - 4px);
}.key_pricing_grid_item .key_photo_frame {
    height: 180px;
}.key_pricing_grid_item .key_discount_grid {
    padding: 25px;
}
}

@media (max-width: 480px) {.key_pricing_grid_item {
    padding: 50px 0;
}.key_pricing_grid_item .key_discount_grid h3 {
    font-size: 19px;
}.key_pricing_grid_item .key_learn_offers {
    font-size: calc(19px - 2px);
}.key_pricing_grid_item .key_photo_frame {
    height: 160px;
}.key_pricing_grid_item .key_discount_grid {
    padding: 20px;
}}.key_contact_form_section {
    overflow: hidden;
    perspective: 1000px;
    padding: 6rem 0;
    background: linear-gradient(
        225deg, 
        rgb(233,225,230) 0%, 
        rgb(173,152,164,0.5) 100%
    );
    position: relative;
}.key_contact_form_section::before {
    bottom: 0;
    pointer-events: none;
    right: 0;
    z-index: 1;
    top: 0;
    background: 
        repeating-linear-gradient(
            0deg, 
            rgba(255,255,255,0.02) 0, 
            rgba(255,255,255,0.02) 1px, 
            transparent 1px, 
            transparent 4px
        ),
        repeating-linear-gradient(
            90deg, 
            rgba(255,255,255,0.02) 0, 
            rgba(255,255,255,0.02) 1px, 
            transparent 1px, 
            transparent 4px
        );
    position: absolute;
    left: 0;
    content: '';
}.key_contact_form_section::after {
    z-index: 2;
    content: '';
    top: -50%;
    opacity: 0.6;
    width: 200%;
    background: radial-gradient(
        circle at center, 
        rgb(208,191,201,0.5) 0%, 
        transparent 70%
    );
    height: 200%;
    position: absolute;
    animation: circuit-pulse 10s infinite alternate;
    left: -50%;
}.key_contact_form_section .container {
    padding: 0 1rem;
    z-index: 3;
    max-width: 1300px;
    position: relative;
    margin: 0 auto;
}.key_contact_form_section h2 {
    font-size: 45px;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    margin-bottom: 3rem;
    position: relative;
    color: #ffffff;
    font-weight: 700;
    text-align: center;
}.key_contact_form_section h2::before,
.key_contact_form_section h2::after {
    position: absolute;
    background: linear-gradient(
        to right, 
        transparent, 
        rgb(208,191,201), 
        transparent
    );
    height: 2px;
    content: '';
    bottom: -0.5rem;
}.key_contact_form_section h2::before {
    width: 30%;
    left: 0;
}.key_contact_form_section h2::after {
    right: 0;
    width: 30%;
}.key_contact_form_section .key_inquiry_feedback {
    border: 1px solid rgb(208,191,201,0.5);
    background: rgb(173,152,164,0.5);
    box-shadow: 
        0 15px 35px rgba(0,0,0,0.2),
        0 5px 15px rgba(0,0,0,0.1);
    transition: transform 0.3s ease;
    display: flex;
    border-radius: 27px;
    align-items: stretch;
    transform: rotateX(5deg) scale(0.98);
}.key_contact_form_section .key_inquiry_feedback:hover {
    transform: rotateX(0) scale(1);
}.key_contact_form_section .key_photo_frame {
    overflow: hidden;
    position: relative;
    flex: 0 0 40%;
    min-height: 500px;
}.key_contact_form_section .key_photo_frame::before {
    top: 0;
    left: 0;
    background: linear-gradient(
        135deg, 
        rgb(208,191,201,0.5) 0%, 
        rgb(173,152,164,0.5) 100%
    );
    position: absolute;
    width: 100%;
    mix-blend-mode: color-dodge;
    height: 100%;
    opacity: 0.7;
    content: '';
}.key_contact_form_section .key_request_section {
    padding: 4rem 3rem;
    display: flex;
    flex: 0 0 60%;
    justify-content: center;
    flex-direction: column;
    position: relative;
}.key_contact_form_section .key_request_section::before {
    top: 2rem;
    width: 10px;
    background: rgb(208,191,201);
    right: 2rem;
    box-shadow: 0 0 20px rgb(208,191,201);
    height: 10px;
    border-radius: 50%;
    position: absolute;
    animation: signal-pulse 2s infinite alternate;
    content: '';
}.key_contact_form_section .key_request_section form {
    position: relative;
    max-width: 500px;
    margin: 0 auto;
    z-index: 3;
    width: 100%;
}.key_contact_form_section .key_request_section h3 {
    font-size: 33px;
    color: #ffffff;
    text-align: center;
    font-weight: 600;
    letter-spacing: 0.05em;
    margin-bottom: 2rem;
}.key_contact_form_section .key_request_section input:not([type="checkbox"]):not([type="submit"]) {
    color: #ffffff;
    border: 1px solid rgb(208,191,201,0.5);
    padding: 1rem 1.5rem;
    font-size: 13px;
    width: 100%;
    z-index: 2;
    background: rgb(173,152,164,0.5);
    outline: none;
    transition: all 0.3s ease;
    margin-bottom: 1.5rem;
    border-radius: 10px;
    position: relative;
}.key_contact_form_section .key_request_section input:not([type="checkbox"]):not([type="submit"])::before {
    width: 100%;
    position: absolute;
    transition: opacity 0.3s ease;
    opacity: 0;
    content: '';
    height: 100%;
    background: linear-gradient(
        45deg, 
        transparent 0%, 
        rgb(208,191,201,0.5) 100%
    );
    top: 0;
    z-index: 1;
    left: 0;
}.key_contact_form_section .key_request_section input:not([type="checkbox"]):not([type="submit"]):focus {
    box-shadow: 0 0 15px rgb(208,191,201,0.5);
    border-color: rgb(208,191,201);
}.key_contact_form_section .key_request_section input:not([type="checkbox"]):not([type="submit"]):focus::before {
    opacity: 1;
}.key_contact_form_section .key_request_section .key_reach_panel {
    display: flex;
    margin-bottom: 1.5rem;
    align-items: center;
}.key_contact_form_section .key_request_section .key_reach_panel input[type="checkbox"] {
    width: 22px;
    position: relative;
    border: 2px solid rgb(208,191,201,0.5);
    background: rgb(173,152,164,0.5);
    cursor: pointer;
    height: 22px;
    transition: all 0.3s ease;
    border-radius: 10px;
    appearance: none;
    margin-right: 1rem;
}.key_contact_form_section .key_request_section .key_reach_panel input[type="checkbox"]:checked {
    background: rgb(208,191,201);
    border-color: rgb(208,191,201);
}.key_contact_form_section .key_request_section .key_reach_panel input[type="checkbox"]:checked::after {
    position: absolute;
    transform: translate(-50%, -50%);
    color: #ffffff;
    font-size: 0.8rem;
    left: 50%;
    top: 50%;
    content: '✔';
}.key_contact_form_section .key_request_section .key_reach_panel label {
    font-size: 13px;
    align-items: center;
    color: #ffffff;
    display: flex;
}.key_contact_form_section .key_request_section .key_reach_panel a {
    transition: color 0.3s ease;
    color: rgb(208,191,201);
    margin-left: 0.3rem;
    text-decoration: none;
}.key_contact_form_section .key_request_section .key_reach_panel a:hover {
    text-decoration: underline;
}.key_contact_form_section .key_request_section .key_query_list {
    border: none;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    width: 100%;
    font-weight: 600;
    font-size: 14px;
    color: #ffffff;
    transition: all 0.3s ease;
    overflow: hidden;
    background: rgb(208,191,201);
    padding: 1rem;
    position: relative;
    cursor: pointer;
    border-radius: 10px;
}.key_contact_form_section .key_request_section .key_query_list::before {
    content: '';
    transition: all 0.3s ease;
    top: 0;
    left: -100%;
    position: absolute;
    background: linear-gradient(
        120deg, 
        transparent, 
        rgb(208,191,201,0.5), 
        transparent
    );
    height: 100%;
    width: 100%;
}.key_contact_form_section .key_request_section .key_query_list:hover::before {
    left: 100%;
}.key_contact_form_section .key_request_section .key_query_list:hover {
    box-shadow: 0 10px 20px rgb(208,191,201,0.5);
    transform: translateY(-3px);
}

@keyframes circuit-pulse {
    0% {
        transform: rotate(0deg) scale(1);
        opacity: 0.6;
    }
    100% {
        transform: rotate(5deg) scale(1.02);
        opacity: 0.8;
    }
}

@keyframes signal-pulse {
    0% {
        transform: scale(1);
        opacity: 0.7;
    }
    100% {
        transform: scale(1.5);
        opacity: 1;
    }
}

@media screen and (max-width: 1024px) {.key_contact_form_section .key_inquiry_feedback {
    flex-direction: column;
    transform: none;
}.key_contact_form_section .key_photo_frame {
    flex: 0 0 100%;
    min-height: 300px;
}.key_contact_form_section .key_request_section {
    flex: 0 0 100%;
    padding: 3rem 2rem;
}
}

@media screen and (max-width: 768px) {.key_contact_form_section {
    padding: 3rem 0;
}.key_contact_form_section h2 {
    font-size: calc(45px * 0.8);
    margin-bottom: 2rem;
}.key_contact_form_section .key_request_section h3 {
    font-size: calc(33px * 0.9);
}.key_contact_form_section .key_request_section input:not([type="checkbox"]):not([type="submit"]) {
    margin-bottom: 1rem;
    padding: 0.8rem 1.2rem;
}.key_contact_form_section .key_request_section .key_reach_panel {
    align-items: flex-start;
}.key_contact_form_section .key_request_section .key_reach_panel input[type="checkbox"] {
    margin-top: 0.2rem;
}
}

@media screen and (max-width: 480px) {.key_contact_form_section .key_inquiry_feedback {
    border-radius: 0;
}.key_contact_form_section .key_photo_frame {
    min-height: 250px;
}.key_contact_form_section .key_request_section {
    padding: 2rem 1.5rem;
}}.key_help_desk_info {
    position: relative;
    overflow: hidden;
    padding: 5rem 0;
    background: rgb(233,225,230);
}.key_help_desk_info::before {
    width: 100%;
    position: absolute;
    background: 
    radial-gradient(circle at 15% 15%, rgb(208,191,201,0.5) 0%, transparent 25%),
    radial-gradient(circle at 85% 85%, rgb(173,152,164,0.5) 0%, transparent 25%),
    repeating-linear-gradient(
      45deg,
      rgb(208,191,201,0.5) 0,
      rgb(208,191,201,0.5) 1px,
      transparent 1px,
      transparent 20px
    );
    height: 100%;
    animation: backgroundShift 20s infinite alternate ease-in-out;
    opacity: 0.07;
    z-index: 1;
    top: 0;
    content: "";
    left: 0;
}.key_help_desk_info::after {
    z-index: 0;
    position: absolute;
    animation: rotateBg 40s infinite linear;
    left: -50%;
    height: 200%;
    opacity: 0.05;
    background: 
    radial-gradient(circle at 70% 30%, rgb(208,191,201,0.5) 0%, transparent 10%),
    radial-gradient(circle at 30% 70%, rgb(173,152,164,0.5) 0%, transparent 10%),
    radial-gradient(circle at 50% 50%, #ffffff 0%, transparent 100%);
    content: "";
    transform-origin: center;
    top: -50%;
    width: 200%;
}@keyframes backgroundShift {
  0% {
    background-position: 0% 0%, 0% 0%, 0% 0%;
    background-size: 500px 500px, 500px 500px, 20px 20px;
  }
  100% {
    background-position: 5% 5%, 5% 5%, 0% 0%;
    background-size: 600px 600px, 600px 600px, 20px 20px;
  }
}

@keyframes rotateBg {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

.key_help_desk_info .container {
    z-index: 10;
    position: relative;
}.key_help_desk_info .key_ask_for_help {
    border-radius: 28px;
    position: relative;
    padding: 3.5rem;
    background-color: #ffffff;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.08);
}.key_help_desk_info .key_ask_for_help h2 {
    text-align: center;
    font-weight: 700;
    color: #000000;
    margin-bottom: 1.5rem;
    font-size: 31px;
}.key_help_desk_info .key_ask_for_help p {
    color: #000000;
    text-align: center;
    font-size: 17px;
    margin-bottom: 2rem;
    line-height: 1.7;
}.key_help_desk_info .key_ask_for_help p:last-of-type {
    margin-bottom: 2.5rem;
    align-items: center;
    font-weight: 600;
    display: flex;
    color: #000000;
    justify-content: center;
}.key_help_desk_info .key_ask_for_help p:last-of-type svg {
    margin-right: 12px;
    height: 22px;
    width: 22px;
    fill: rgb(208,191,201);
}.key_help_desk_info .key_ask_for_help p:last-of-type svg path {
    fill: rgb(208,191,201);
}.key_help_desk_info .key_message_panel {
    align-items: center;
    display: flex;
    margin-top: 1rem;
    justify-content: center;
    gap: 3rem;
}.key_help_desk_info .key_edu_ask {
    color: transparent;
    font-size: 0;
    display: flex;
    height: 80px;
    justify-content: center;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.08);
    width: 80px;
    align-items: center;
    background-color: #ffffff;
    position: relative;
    transition: all 0.3s ease;
    border: 2px solid rgb(233,225,230);
    border-radius: 50%;
}.key_help_desk_info .key_edu_ask::after {
    font-size: 12px;
    font-weight: 600;
    color: #000000;
    bottom: -30px;
    transition: opacity 0.3s ease;
    white-space: nowrap;
    transform: translateX(-50%);
    content: attr(title);
    opacity: 0;
    position: absolute;
    left: 50%;
}.key_help_desk_info .key_edu_ask:hover::after {
    opacity: 1;
}.key_help_desk_info .key_edu_ask:hover {
    transform: translateY(-5px);
    border-color: rgb(208,191,201);
    box-shadow: 0 15px 25px rgba(rgb(208,191,201), 0.2);
    background-color: rgb(208,191,201);
}.key_help_desk_info .key_edu_ask svg {
    fill: rgb(208,191,201);
    transition: fill 0.3s ease;
    width: 28px;
    height: 28px;
}.key_help_desk_info .key_edu_ask:hover svg {
    fill: #ffffff;
}.key_help_desk_info .key_edu_ask svg path {
    fill: rgb(208,191,201);
    transition: fill 0.3s ease;
}.key_help_desk_info .key_edu_ask:hover svg path {
    fill: #ffffff;
}

@media (max-width: 991px) {.key_help_desk_info {
    padding: 4rem 0;
}.key_help_desk_info .key_ask_for_help {
    padding: 2.5rem;
}.key_help_desk_info .key_ask_for_help h2 {
    font-size: calc(31px * 0.9);
}
}

@media (max-width: 767px) {.key_help_desk_info {
    padding: 3rem 0;
}.key_help_desk_info .key_ask_for_help {
    padding: 2rem;
}.key_help_desk_info .key_message_panel {
    flex-wrap: wrap;
    gap: 2rem;
    justify-content: center;
    flex-direction: row;
}.key_help_desk_info .key_edu_ask {
    height: 70px;
    width: 70px;
}.key_help_desk_info .key_edu_ask::after {
    font-size: calc(12px * 0.9);
    bottom: -25px;
}.key_help_desk_info .key_edu_ask svg {
    width: 24px;
    height: 24px;
}}.key_academic_expertise {
    position: relative;
    background: rgb(233,225,230);
    padding: 120px 0;
    overflow: hidden;
}.key_academic_expertise::before {
    top: 0;
    width: 100%;
    background: repeating-linear-gradient(
        45deg,
        rgb(208,191,201,0.5) 0,
        rgb(208,191,201,0.5) 1px,
        transparent 1px,
        transparent 20px
    );
    z-index: 1;
    opacity: 0.05;
    left: 0;
    position: absolute;
    height: 100%;
    content: "";
}.key_academic_expertise .container {
    position: relative;
    z-index: 2;
    margin: 0 auto;
    padding: 0 30px;
    max-width: 1200px;
}.key_academic_expertise .key_feedback_ratings {
    margin: 0 auto;
    box-shadow: 
        0 20px 40px rgba(0, 0, 0, 0.1),
        0 10px 20px rgba(0, 0, 0, 0.05);
    gap: 50px;
    max-width: 1000px;
    border-radius: 19px;
    background: #ffffff;
    overflow: hidden;
    grid-template-columns: 350px 1fr;
    display: grid;
    position: relative;
}.key_academic_expertise .key_photo_frame {
    overflow: hidden;
    border-radius: 0;
    height: 100%;
    min-height: 400px;
    position: relative;
    width: 100%;
}.key_academic_expertise .key_photo_frame::before {
    bottom: 0;
    content: "";
    height: 50%;
    z-index: 1;
    position: absolute;
    left: 0;
    width: 100%;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.6) 0%, transparent 100%);
}.key_academic_expertise .key_photo_frame::after {
    width: 100%;
    left: 0;
    content: "";
    background: rgb(208,191,201);
    transition: opacity 0.4s ease;
    opacity: 0.15;
    height: 100%;
    top: 0;
    position: absolute;
}.key_academic_expertise .key_photo_frame:hover::after {
    opacity: 0;
}.key_academic_expertise .name {
    font-size: 24px;
    margin: 0;
    font-weight: 700;
    color: #ffffff;
    font-family: Arial, sans-serif;
    z-index: 2;
    position: absolute;
    transition: transform 0.3s ease;
    padding-bottom: 0;
    bottom: 60px;
    left: 30px;
}.key_academic_expertise .key_feedback_ratings span:not(.name) {
    left: 30px;
    opacity: 0.85;
    color: #ffffff;
    font-family: Arial, sans-serif;
    bottom: 30px;
    transition: transform 0.3s ease;
    position: absolute;
    font-weight: 400;
    z-index: 2;
    font-size: 15px;
    margin: 0;
}.key_academic_expertise .key_photo_frame:hover ~ .name,
.key_academic_expertise .key_photo_frame:hover ~ span:not(.name) {
    transform: translateX(5px);
}.key_academic_expertise .key_work_tasks {
    color: #000000;
    justify-content: center;
    display: flex;
    position: relative;
    margin: 0;
    font-size: 15px;
    line-height: 1.8;
    flex-direction: column;
    font-family: Arial, sans-serif;
    padding: 50px 40px;
    font-weight: 400;
}.key_academic_expertise .key_work_tasks::before {
    opacity: 0.2;
    left: 40px;
    width: 40px;
    top: 40px;
    position: absolute;
    background: linear-gradient(to right bottom, 
        rgb(208,191,201) 0%, 
        rgb(208,191,201) 50%, 
        transparent 50%, 
        transparent 100%);
    content: "";
    height: 30px;
}.key_academic_expertise .key_work_tasks::after {
    right: 40px;
    content: "";
    background: linear-gradient(to left top, 
        rgb(173,152,164) 0%, 
        rgb(173,152,164) 50%, 
        transparent 50%, 
        transparent 100%);
    width: 40px;
    opacity: 0.2;
    position: absolute;
    height: 30px;
    bottom: 40px;
}

@media (max-width: 992px) {.key_academic_expertise {
    padding: 100px 0;
}.key_academic_expertise .key_feedback_ratings {
    grid-template-columns: 300px 1fr;
    gap: 40px;
}.key_academic_expertise .key_photo_frame {
    min-height: 350px;
}.key_academic_expertise .key_work_tasks {
    padding: 40px 30px;
}.key_academic_expertise .key_work_tasks::before {
    width: 30px;
    top: 30px;
    left: 30px;
    height: 24px;
}.key_academic_expertise .key_work_tasks::after {
    bottom: 30px;
    width: 30px;
    right: 30px;
    height: 24px;
}
}

@media (max-width: 768px) {.key_academic_expertise {
    padding: 80px 0;
}.key_academic_expertise .container {
    padding: 0 20px;
}.key_academic_expertise .key_feedback_ratings {
    gap: 0;
    grid-template-columns: 1fr;
}.key_academic_expertise .key_photo_frame {
    height: 300px;
    min-height: 300px;
}.key_academic_expertise .key_work_tasks {
    padding: 35px 25px;
}.key_academic_expertise .name {
    font-size: calc(24px * 0.9);
    bottom: 50px;
    left: 25px;
}.key_academic_expertise .key_feedback_ratings span:not(.name) {
    bottom: 25px;
    font-size: calc(15px * 0.95);
    left: 25px;
}.key_academic_expertise .key_work_tasks::before {
    left: 25px;
    width: 24px;
    height: 20px;
    top: 25px;
}.key_academic_expertise .key_work_tasks::after {
    right: 25px;
    width: 24px;
    height: 20px;
    bottom: 25px;
}
}

@media (max-width: 480px) {.key_academic_expertise {
    padding: 60px 0;
}.key_academic_expertise .key_photo_frame {
    min-height: 250px;
    height: 250px;
}.key_academic_expertise .key_work_tasks {
    font-size: calc(15px * 0.9);
    padding: 30px 20px;
}.key_academic_expertise .name {
    left: 20px;
    bottom: 45px;
    font-size: calc(24px * 0.85);
}.key_academic_expertise .key_feedback_ratings span:not(.name) {
    font-size: calc(15px * 0.9);
    bottom: 20px;
    left: 20px;
}.key_academic_expertise .key_work_tasks::before,
    .key_academic_expertise .key_work_tasks::after {
    width: 20px;
    height: 16px;
}}.key_cookie_overlay_dialog {
    bottom: 0;
    background: rgb(233,225,230);
    z-index: 90;
    position: fixed;
    border-top: 3px solid rgb(208,191,201);
    box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.5);
    transition: transform 0.3s ease-in-out;
    width: 100%;
}.key_cookie_tips {
    margin: 0 auto;
    max-width: 1200px;
    justify-content: space-between;
    display: flex;
    padding: 20px 15px;
    align-items: center;
}.key_digital_tracking {
    flex-shrink: 0;
    margin-right: 15px;
}.key_digital_tracking svg {
    transition: fill 0.3s ease;
    fill: rgb(208,191,201);
    height: 60px;
    width: 60px;
}.key_digital_tracking svg:hover {
    fill: rgb(173,152,164);
}.key_learn_consent {
    margin-right: 15px;
    color: #000000;
    flex-grow: 1;
}.key_cookie_overlay_dialog h5 {
    font-family: Arial, sans-serif;
    margin-bottom: 8px;
    font-weight: 600;
    font-size: 18px;
    color: rgb(208,191,201);
}.key_cookie_overlay_dialog p {
    font-family: Arial, sans-serif;
    color: #000000;
    font-size: 15px;
    line-height: 1.5;
}.key_data_control {
    font-size: 16px;
    padding: 10px 20px;
    color: #ffffff;
    border-radius: 25px;
    text-align: center;
    line-height: 35px;
    transition: background 0.3s ease, box-shadow 0.3s ease;
    margin-left: 10px;
    text-decoration: none;
    cursor: pointer;
    background: rgb(208,191,201);
}.key_data_control:hover {
    box-shadow: 0 0 10px rgb(173,152,164,0.5);
    background: rgb(173,152,164);
}#key_cookies_consent_agree_btn {
    background: rgb(208,191,201);
}#key_turn_off_privacy_cookies {
    background: rgba(0, 0, 0, 0.5);
}.key_cookie_overlay_dialog p a {
    color: rgb(208,191,201);
    text-decoration: underline;
    transition: color 0.3s ease;
}.key_cookie_overlay_dialog p a:hover {
    color: rgb(173,152,164);
}
@media only screen and (max-width: 1200px) {.key_cookie_tips {
    align-items: center;
    flex-direction: column;
}.key_digital_tracking {
    margin-bottom: 15px;
}.key_learn_consent {
    margin-right: 0;
    margin-bottom: 15px;
    text-align: center;
}.key_data_control {
    margin-left: 0;
    max-width: 200px;
    margin-bottom: 10px;
    width: 100%;
}
}
@media only screen and (max-width: 800px) {.key_cookie_tips {
    padding: 15px;
}.key_digital_tracking {
    display: none;
}.key_cookie_overlay_dialog h5 {
    font-size: 18px;
}.key_cookie_overlay_dialog p {
    font-size: 13px;
}}
#key_cookie_announcement {
    display: none;
}#key_cookie_announcement:checked ~ .key_cookie_overlay_dialog {
    visibility: hidden;
    opacity: 0;
}
