.container {
    width: 1274px;
    max-width: 100%;
    margin: auto;
}

svg {
    width: 30px;
    height: 30px;
}

a {
    color: inherit;
    text-decoration: none;
}

.review-block-key {
    flex: 0 0 auto;
}

.review-block-key {
    overflow: hidden;
    color: #ffffff;
    font-family: Arial, sans-serif;
    padding: 80px 0 30px;
    background-color: #000000;
    position: relative;
}

.receive-updates-key .study-zone-key {
    position: relative;
    display: flex;
    flex-direction: column;
}

.receive-updates-key .study-zone-key::after {
    animation: pulseElement 4s ease-in-out infinite alternate;
    opacity: 0.2;
    bottom: -30px;
    background: rgb(120,182,166);
    width: 40px;
    position: absolute;
    right: 10%;
    content: "";
    filter: blur(5px);
    border-radius: 50%;
    height: 40px;
}

.receive-updates-key .sub-verification-key {
    border: none;
    font-family: Arial, sans-serif;
    background: transparent;
    color: #000000;
    padding: 1.5rem;
    z-index: 1;
    font-size: 18px;
    outline: none;
    flex: 1;
}

.receive-updates-key .connect-map-key:hover {
    color: #ffffff;
}

.program-details-key {
    overflow: hidden;
    position: relative;
    background: linear-gradient(150deg, rgb(166,208,197,0.5) 0%, rgb(210,232,225) 50%, rgb(120,182,166,0.5) 100%);
    padding: 7rem 0;
}

.program-details-key .container {
    position: relative;
    z-index: 2;
}

.program-details-key .training-route-key {
    padding: 2.5rem;
    border-left: 1px solid rgba(255, 255, 255, 0.1);
    grid-row: 3 / 11;
    backdrop-filter: blur(10px);
    grid-column: 1 / 8;
    background: rgba(255, 255, 255, 0.07);
    box-shadow: 
        0 15px 25px rgba(0, 0, 0, 0.05),
        0 5px 10px rgba(0, 0, 0, 0.03);
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    transition: all 0.6s cubic-bezier(0.22, 1, 0.36, 1);
    border-radius: 21px;
    position: relative;
    transform: translateZ(0);
    z-index: 5;
}

.program-details-key .site-header-key svg {
    left: 50%;
    position: absolute;
    width: 60px;
    z-index: 1;
    top: 50%;
    animation: floatLogo 6s ease-in-out infinite;
    transform: translate(-50%, -50%);
    filter: drop-shadow(0 0 10px rgb(166,208,197,0.5));
    height: 60px;
}

.program-details-key p {
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
    max-width: 100%;
    position: relative;
    font-size: 15px;
    line-height: 1.8;
    transform: perspective(1000px) rotateX(1deg);
    transform-origin: left bottom;
    color: #ffffff;
    margin-bottom: 0;
}

.program-details-key .study-zone-key:hover .rounded-image-key {
    box-shadow: 
        30px 30px 80px rgba(0, 0, 0, 0.15),
        15px 15px 30px rgba(0, 0, 0, 0.1);
    transform: perspective(1000px) rotateY(-8deg) rotateX(8deg) scale(1.03);
}

.program-details-key .study-zone-key:hover .site-header-key {
    transform: rotate(5deg) scale(1.05);
}

.privacy-guardhouse-key h1 {
    border-bottom: 2px solid rgb(166,208,197);
    font-weight: 700;
    padding-bottom: 10px;
    color: rgb(166,208,197);
    margin-bottom: 20px;
    font-size: 45px;
}

.privacy-guardhouse-key li::before {
    content: '→';
    font-weight: 700;
    position: absolute;
    left: -20px;
    color: rgb(166,208,197);
}

.who-we-are-key {
    overflow: hidden;
    background: linear-gradient(145deg, rgb(210,232,225) 60%, rgba(rgb(120,182,166,0.5), 0.1) 100%);
    padding: 120px 0 100px;
    font-family: Arial, sans-serif;
    position: relative;
}

.who-we-are-key h1::after {
    width: 80px;
    content: "";
    animation: expandWidth 1.5s ease-out forwards;
    left: 0;
    bottom: -12px;
    height: 3px;
    background: rgb(166,208,197);
    transform-origin: left;
    position: absolute;
}

.who-we-are-key .story-visual-key:hover {
    box-shadow: 0 20px 45px rgba(rgba(0, 0, 0, 0.5), 0.08);
    transform: translateY(-5px);
}

.who-we-are-key .story-visual-key h4 {
    transition: transform 0.3s ease;
    transform: translateX(0);
    color: #000000;
    font-size: calc(24px + 2px);
    position: relative;
    padding-bottom: 15px;
    font-weight: 600;
    margin: 0 0 25px;
}

.cookie-disclaimer-key {
    margin: auto;
    max-width: 1200px;
    align-items: center;
    padding: 20px 30px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.data-notice-key {
    flex-shrink: 0;
    margin-right: 20px;
}

.cookie_button.privacy-notify-key {
    background: rgb(166,208,197);
}

.cookie-tab-key:hover {
    box-shadow: rgb(166,208,197,0.5) 0px 6px 15px 0px;
    transform: scale(1.05);
}

.wrapper-segment-key .cookie-tab-key {
    transition: background 0.3s ease-in-out, transform 0.3s ease-in-out;
    font-size: 19px;
    border-radius: 10px;
    color: #ffffff;
    border: none;
    font-weight: 400;
    margin-left: 30px;
    padding: 10px;
    background: rgb(166,208,197);
}

header .header-navbar-key {
    position: relative;
    justify-content: space-between;
    align-items: center;
    display: flex;
}

header .head-mainbar-key {
    border-radius: 10px;
    position: relative;
    transition: all 0.3s cubic-bezier(0.2, 0.8, 0.2, 1);
    font-weight: 400;
    color: #ffffff;
    padding: 0.7rem 1.2rem;
    text-decoration: none;
    font-size: 17px;
    font-family: Arial, sans-serif;
}

header .head-mainbar-key:hover::before {
    transform: scale(1);
    opacity: 1;
}

header .page-top-key::before {
    top: 0;
    height: 100%;
    width: 100%;
    content: '';
    position: absolute;
    left: -100%;
    background: linear-gradient(
        90deg,
        transparent,
        rgba(255, 255, 255, 0.1),
        transparent
    );
    transition: 0.5s;
}

.pricing-table-key .plan-matrix-key {
    opacity: 0;
    text-align: center;
    transform: translateY(20px);
    order: -1;
    margin: 0 auto 2rem;
    max-width: 800px;
    animation: fadeUp 0.8s ease-out forwards;
}

.pricing-table-key .learn-pricing-key {
    gap: 2rem;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    perspective: 1000px;
    display: grid;
}

.pricing-table-key .trial-rates-key:nth-child(4) {
    animation-delay: 0.4s;
}

.pricing-table-key .trial-rates-key:hover::before {
    transform: scaleX(1);
}

.pricing-table-key .pricing-levels-key {
    flex-direction: column;
    display: flex;
    height: 100%;
}

.pricing-table-key .qtr-cost-key h3 {
    transition: color 0.3s ease;
    font-size: 24px;
    font-weight: 700;
    color: #000000;
    position: relative;
    margin: 0 0 1rem;
}

.pricing-table-key .trial-rates-key:hover .edu-rates-key::after {
    width: 80px;
}

.pricing-table-key .rounded-image-key {
    height: 200px;
    overflow: hidden;
    width: 100%;
    transition: transform 0.5s cubic-bezier(0.23, 1, 0.32, 1);
    position: relative;
}

.study-process-key::before {
    right: 0;
    z-index: 1;
    height: 100%;
    top: 0;
    opacity: 0.8;
    position: absolute;
    clip-path: polygon(30% 0, 100% 0, 100% 100%, 0% 100%);
    background: linear-gradient(225deg, rgb(166,208,197,0.5) 0%, transparent 70%);
    content: "";
    animation: pulse 8s infinite alternate ease-in-out;
    width: 35%;
}

.study-process-key .study-zone-key > div {
    transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    position: relative;
}

.study-process-key .study-zone-key:hover h3::after {
    width: 120px;
}

.study-process-key p {
    font-family: Arial, sans-serif;
    font-size: 13px;
    line-height: 1.8;
    position: relative;
    margin-bottom: 0;
    color: #000000;
}

.access-now-key::after {
    content: "";
    right: -10%;
    opacity: 0.4;
    width: 50%;
    background: radial-gradient(
        circle at center,
        rgb(166,208,197,0.5) 0%,
        transparent 70%
    );
    height: 100%;
    z-index: -1;
    transform: translateY(-10%) scale(1.5);
    top: 0;
    filter: blur(50px);
    position: absolute;
}

.access-now-key .study-zone-key:hover {
    transform: translateY(-5px) scale(1.02);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15), 
                0 5px 15px rgba(0, 0, 0, 0.08),
                inset 0 0 0 1px rgba(255, 255, 255, 0.9);
}

.access-now-key .study-zone-key:hover svg {
    transform: rotate(5deg) scale(1.1);
}

.access-now-key .study-zone-key:hover svg path {
    fill: rgb(120,182,166);
}

.access-now-key .connect-map-key::before {
    transform: translateX(-100%);
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    position: absolute;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    height: 100%;
    transition: transform 0.6s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.title-screen-key::before {
    z-index: 1;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
    opacity: 0.15;
    content: "";
    width: 100%;
    background: linear-gradient(135deg, rgb(166,208,197,0.5) 0%, rgb(120,182,166,0.5) 100%);
}

.title-screen-key .learning-intro-key::after {
    animation: expandLine 1s 0.4s ease forwards;
    height: 4px;
    left: 0;
    transform: scaleX(0);
    background: linear-gradient(90deg, rgb(120,182,166) 0%, rgb(120,182,166,0.5) 100%);
    content: "";
    width: 60%;
    transform-origin: left;
    position: absolute;
    bottom: -10px;
}

.title-screen-key .page-lead-key h3 {
    padding: 20px;
    position: relative;
    font-weight: 600;
    backdrop-filter: blur(5px);
    font-size: 24px;
    max-width: 90%;
    opacity: 0;
    line-height: 1.4;
    transform: translateY(20px);
    border-left: 3px solid rgb(166,208,197);
    background: rgba(0, 0, 0, 0.3);
    animation: fadeInUp 0.8s 1s ease-out forwards;
}

.training-specialist-key .rounded-image-key {
    border-radius: 22px 22px 0 0;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.5);
    transition: transform 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    transform: rotateX(10deg);
    overflow: hidden;
    transform-origin: bottom;
    width: 100%;
    height: 300px;
    z-index: 2;
    position: relative;
}

.training-specialist-key .name::after {
    height: 3px;
    position: absolute;
    bottom: -5px;
    width: 0;
    left: 0;
    background: linear-gradient(to right, rgb(120,182,166), transparent);
    transition: width 0.4s ease 0.1s;
    content: "";
}

.training-specialist-key .work-block-key {
    transform: translateZ(0);
    color: #000000;
    border-top: 1px solid rgb(210,232,225);
    font-size: 15px;
    position: relative;
    transition: transform 0.4s ease 0.2s;
    line-height: 1.7;
    padding: 20px 0 0 0;
}

.tySpotlight-key::after {
    height: 280px;
    background: rgb(166,208,197,0.5);
    z-index: 0;
    animation: float 15s ease-in-out infinite reverse;
    content: "";
    width: 280px;
    filter: blur(70px);
    bottom: -80px;
    position: absolute;
    right: -80px;
}

.tySpotlight-key .study-zone-key > div:first-child::after {
    transform: scaleX(1);
    content: "";
    transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    height: 4px;
    transform-origin: left center;
    width: 80px;
    background: linear-gradient(90deg, rgb(166,208,197) 0%, rgb(120,182,166) 100%);
    bottom: -1rem;
    left: 0;
    position: absolute;
}

.tySpotlight-key a:hover {
    transform: translateY(-5px);
}

.contact-box-key {
    position: relative;
    overflow: hidden;
    padding: 100px 0;
    background: rgb(210,232,225);
}

.contact-box-key .rounded-image-key {
    z-index: 0;
    height: 50%;
    top: 0;
    width: 100%;
    position: absolute;
    left: 0;
}

.contact-box-key h3 {
    font-size: 44px;
    text-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
    margin-bottom: 70px;
    letter-spacing: 2px;
    color: #ffffff;
    text-align: center;
    font-family: Arial, sans-serif;
    text-transform: uppercase;
    font-weight: 700;
}

.contact-box-key input[type="text"]:focus,
.contact-box-key textarea:focus {
    border-color: rgb(166,208,197);
    outline: none;
}

.contact-box-key .request-feedback-key input[type="checkbox"] {
    opacity: 0;
    position: absolute;
}

.contact-box-key .request-feedback-key input[type="checkbox"]:checked + label::before {
    border-color: rgb(166,208,197);
    background: rgb(166,208,197);
}

.contact-box-key .request-feedback-key a:hover {
    color: #000000;
}

.contact-box-key .connect-map-key:hover {
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15);
    background: #000000;
    transform: translateY(-3px);
}

.contact-box-key .connect-card-key h4 {
    font-family: Arial, sans-serif;
    position: relative;
    letter-spacing: 1px;
    color: #ffffff;
    margin-bottom: 40px;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 24px;
}

.contact-box-key .support-section-key li:last-child {
    margin-bottom: 0;
}

.contact-box-key .support-section-key svg path {
    fill: rgb(166,208,197);
}

.contact-box-key .support-section-key a {
    text-decoration: none;
    color: #ffffff;
    transition: all 0.3s ease;
}

footer .edu-talk-key {
    background-color: rgba(255, 255, 255, 0.05);
    padding: 30px;
    border-left: 4px solid rgb(166,208,197);
    display: grid;
    border-radius: 0 12px 12px 0;
    gap: 20px;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    margin-bottom: 60px;
}

footer .info_item a:hover {
    color: rgb(166,208,197);
}

footer .site-header-key::after {
    bottom: -30px;
    width: 30%;
    position: absolute;
    left: 0;
    content: "";
    height: 3px;
    background-color: rgb(166,208,197);
}

footer .main-mainbar-key {
    margin-bottom: 30px;
}

footer .main-mainbar-key a:hover {
    border-bottom-color: rgb(166,208,197,0.5);
    padding-left: 10px;
    color: #ffffff;
}

footer .subscribe_holder h5 {
    text-transform: uppercase;
    margin-bottom: 15px;
    letter-spacing: 1px;
    font-weight: 700;
    font-size: 22px;
    color: #ffffff;
}

footer .input_holder input[type="email"] {
    transition: all 0.3s ease;
    color: #ffffff;
    padding: 15px;
    font-size: 18px;
    border-radius: 10px;
    background-color: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.1);
}

footer .achieve-success-key:hover::after {
    left: 120%;
}

footer .donate-btn-key {
    font-size: 13px;
    color: rgba(255, 255, 255, 0.5);
    text-align: center;
}

.program-results-key .container {
    z-index: 1;
    margin: 0 auto;
    display: grid;
    max-width: 1200px;
    padding: 0 1.5rem;
    grid-template-columns: 1fr;
    gap: 2.5rem;
    position: relative;
}

.program-results-key .study-zone-key {
    flex-direction: column;
    display: flex;
    justify-content: center;
}

.program-results-key .caption-box-key::before {
    content: "";
    position: absolute;
    height: 0;
    top: 0;
    left: 0;
    width: 4px;
    background: rgb(166,208,197);
    transition: height 0.5s ease;
}

.program-results-key .caption-box-key:hover h1::after {
    transform: scaleX(1);
}

.program-results-key li:hover {
    transform: translateX(8px);
}

.program-results-key li p {
    color: #000000;
    font-weight: 400;
    margin: 0;
    line-height: 1.6;
    align-items: center;
    font-size: 15px;
    display: flex;
}

.program-results-key li:nth-child(odd):hover {
    transform: translateX(8px);
}


@media only screen and (max-width: 800px)  {.container {
    padding: 0 12px;
}}



@media (max-width: 768px) {.receive-updates-key {
    padding: 5rem 1.5rem 3rem;
    margin: 5rem 0 7rem;
}.receive-updates-key p {
    max-width: 90%;
    transform: translateX(5%);
    font-size: 19px;
    margin-bottom: 2rem;
}.receive-updates-key p::before {
    left: -20px;
    width: 15px;
}.receive-updates-key .input_holder {
    max-width: 95%;
    flex-direction: column;
    transform: translateY(20px);
}.receive-updates-key .sub-verification-key {
    padding: 1.2rem;
    border-bottom: 1px solid rgb(166,208,197,0.5);
    width: 100%;
}.receive-updates-key .connect-map-key {
    width: 100%;
    padding: 1.2rem;
}.receive-updates-key::before {
    left: 2.5%;
    width: 95%;
    top: -20px;
    height: calc(100% + 40px);
}.receive-updates-key::after {
    width: 90%;
}
}



@media (max-width: 576px) {.program-details-key {
    padding: 3rem 0;
}.program-details-key .rounded-image-key {
    height: 250px;
    border-radius: 30% 70% 70% 30% / 30% 40% 60% 70%;
}.program-details-key .training-route-key {
    margin-top: -50px;
    padding: 1.8rem 1.5rem;
}.program-details-key .site-header-key {
    margin-bottom: 1.2rem;
    width: 80px;
    height: 80px;
}.program-details-key .site-header-key svg {
    height: 45px;
    width: 45px;
}.program-details-key h3 {
    font-size: calc(33px * 0.7);
    margin-bottom: 1.2rem;
}.program-details-key h3::before {
    width: 50px;
    height: 2px;
}.program-details-key p {
    line-height: 1.6;
    font-size: calc(15px * 0.9);
}}



@media (max-width: 767px) {.who-we-are-key {
    padding: 60px 0 50px;
}.who-we-are-key::before {
    display: none;
}.who-we-are-key h1 {
    font-size: calc(29px + 2px);
    margin-bottom: 40px;
}.who-we-are-key .student-journey-key ul {
    gap: 40px;
}.who-we-are-key .story-visual-key {
    padding: 25px;
}.who-we-are-key .story-visual-key h4 {
    margin-bottom: 20px;
    padding-bottom: 12px;
    font-size: 24px;
}.who-we-are-key .story-visual-key div {
    max-height: 200px;
}
}



@media (max-width: 480px) {header {
    padding: 0.8rem 0 1.2rem;
}header .nav-know-key {
    overflow-x: auto;
    justify-content: flex-start;
    flex-wrap: nowrap;
}header .nav-know-key::-webkit-scrollbar {
    height: 3px;
}header .nav-know-key::-webkit-scrollbar-thumb {
    background: rgb(166,208,197);
    border-radius: 10px;
}header .head-mainbar-key {
    white-space: nowrap;
}header .page-top-key svg {
    width: 110px;
}}



@media (max-width: 767px) {.pricing-table-key .trial-rates-key {
    max-width: 400px;
    margin: 0 auto;
}.pricing-table-key .plan-matrix-key h2 {
    font-size: calc(32px * 0.9);
}.pricing-table-key .pay-plans-key {
    font-size: calc(12px * 0.95);
}}



@media (max-width: 992px) {.access-now-key {
    padding: 3.5rem 0;
}.access-now-key h2 {
    max-width: 95%;
    font-size: calc(35px * 0.9);
}.access-now-key .study-zone-key {
    padding: 1.25rem;
    max-width: 90%;
}
}



@media (max-width: 576px) {.access-now-key {
    padding: 2.5rem 0;
    margin: 3rem 0;
}.access-now-key h2 {
    transform: none;
    font-size: calc(35px * 0.7);
    margin-bottom: 2rem;
}.access-now-key .study-zone-key {
    padding: 1rem;
}.access-now-key svg {
    width: 40px;
    height: 40px;
}.access-now-key .connect-map-key {
    font-size: calc(16px * 0.9);
    padding: 0.8rem 1.5rem;
    min-width: auto;
}
}



@media screen and (max-width: 576px) {.title-screen-key {
    padding: 40px 10px;
}.title-screen-key .learning-intro-key {
    font-size: calc(46px * 0.7);
}.title-screen-key .page-lead-key > div {
    padding: 25px 15px;
    min-height: 250px;
}.title-screen-key .page-lead-key p {
    font-size: calc(13px * 0.9);
    padding-left: 15px;
}.title-screen-key .page-lead-key h3 {
    font-size: calc(24px * 0.7);
    padding: 12px;
}}



@media (min-width: 768px) {.tySpotlight-key {
    padding: 150px 0;
}.tySpotlight-key .study-zone-key {
    padding: 4rem;
    align-items: center;
    gap: 3rem;
    grid-template-columns: 1fr 1fr;
}.tySpotlight-key h5 {
    font-size: calc(22px * 1.1);
    margin-bottom: 0;
}.tySpotlight-key p {
    font-size: calc(15px * 1.05);
}
}



@media (max-width: 768px) {.contact-box-key {
    padding: 80px 0;
}.contact-box-key .rounded-image-key {
    height: 25%;
}.contact-box-key h3 {
    font-size: calc(44px * 0.8);
    margin-bottom: 40px;
}.contact-box-key .reach-box-key,
    .contact-box-key .connect-card-key {
    padding: 30px;
}.contact-box-key form h3,
    .contact-box-key .connect-card-key h4 {
    font-size: calc(24px * 0.9);
    margin-bottom: 25px;
}.contact-box-key .connect-map-key {
    padding: 14px 30px;
}
}



@media (max-width: 576px) {footer .review-block-key {
    padding: 50px 0 20px;
}footer .edu-talk-key {
    margin-bottom: 30px;
    padding: 15px;
}footer .site-header-key::after {
    width: 50px;
}footer .nav-know-key h5, footer .subscribe_holder h5 {
    font-size: calc(22px - 2px);
}footer .subscribe_holder p, footer .main-mainbar-key a, footer .info_item p, footer .info_item a {
    font-size: calc(18px - 1px);
}footer .subscribe_holder {
    padding: 20px 15px;
}footer .input_holder input[type="email"],
    footer .achieve-success-key {
    padding: 12px 15px;
}}



@media (max-width: 480px) {.program-results-key h1 {
    font-size: 30px;
}.program-results-key .caption-box-key {
    padding: 1.25rem;
}.program-results-key li p {
    font-size: calc(15px * 0.95);
}.program-results-key .rounded-image-key {
    max-height: 250px;
}
}



@keyframes pulseBackground {
    0%, 100% {
        opacity: 0.6;
        transform: scale(1);
    }
    50% {
        opacity: 0.8;
        transform: scale(1.05);
    }
}



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



@keyframes underlineExpand {
    0% {
        transform: translateX(-50%) scaleX(0);
    }
    100% {
        transform: translateX(-50%) scaleX(1);
    }
}



@keyframes float {
    0%, 100% {
        transform: translate(0, 0);
    }
    25% {
        transform: translate(20px, -20px);
    }
    50% {
        transform: translate(0, -40px);
    }
    75% {
        transform: translate(-20px, -20px);
    }
}

