﻿* {
    margin: 0;
    box-sizing: border-box;
    padding: 0;
}html,body {
    height: 100%;
    min-height: 100%;
    font-family: Arial, sans-serif;
    scroll-behavior: smooth;
    color: #000000;
}a {
    color: inherit;
    text-decoration: none;
}.framework-wrapkey {
    display: flex;
    flex-direction: column;
    height: 100%;
    min-height: 100%;
}header,footer {
    width: 100%;
}.intern_oppkey {
    flex: 0 0 auto;
}.container {
    margin: auto;
    max-width: 100%;
    width: 1223px;
}.main_masterkey {
    flex: 1 0 auto;
}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;
}}
.contact_sectionkey {
    position: relative;
    background-color: rgb(205,218,219);
    padding: 100px 0;
    overflow: hidden;
}.contact_sectionkey::before {
    opacity: 0.15;
    height: 100%;
    width: 100%;
    background: linear-gradient(120deg, rgb(158,184,186,0.5) 0%, transparent 75%);
    content: "";
    left: 0;
    top: 0;
    position: absolute;
}.contact_sectionkey::after {
    height: 70%;
    right: 0;
    width: 70%;
    bottom: 0;
    opacity: 0.1;
    background: linear-gradient(240deg, rgb(112,150,154,0.5) 0%, transparent 70%);
    position: absolute;
    content: "";
}.contact_sectionkey .container {
    position: relative;
    max-width: 1200px;
    z-index: 1;
    margin: 0 auto;
    padding: 0 30px;
}.contact_sectionkey h2 {
    font-size: 36px;
    position: relative;
    font-weight: 700;
    font-family: Arial, sans-serif;
    text-align: center;
    margin-bottom: 15px;
    color: #000000;
}.contact_sectionkey .message_inquirykey {
    flex-wrap: wrap;
    display: flex;
    background: #ffffff;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.08);
    border-radius: 13px;
    overflow: hidden;
    margin-top: 50px;
    flex-direction: row-reverse;
}.contact_sectionkey .media_imgkey {
    position: relative;
    overflow: hidden;
    flex: 0 0 40%;
    min-height: 500px;
}.contact_sectionkey .media_imgkey::after {
    content: "";
    background: linear-gradient(to bottom, transparent 30%, rgba(0, 0, 0, 0.4));
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
}.contact_sectionkey .request_inquirykey {
    flex: 0 0 60%;
    position: relative;
    padding: 60px;
}.contact_sectionkey .request_inquirykey::before {
    width: 5px;
    position: absolute;
    top: 40px;
    content: "";
    background: linear-gradient(to bottom, rgb(158,184,186), rgb(112,150,154));
    border-radius: 2.5px;
    left: 0;
    height: calc(100% - 80px);
}.contact_sectionkey form {
    padding-left: 25px;
    width: 100%;
}.contact_sectionkey form h3 {
    margin-bottom: 35px;
    font-weight: 600;
    color: #000000;
    font-size: 21px;
    font-family: Arial, sans-serif;
}.contact_sectionkey form input[type="text"] {
    border-radius: 10px;
    padding: 18px 25px;
    border: none;
    font-family: Arial, sans-serif;
    transition: all 0.3s ease;
    width: 100%;
    margin-bottom: 20px;
    color: #000000;
    background: rgb(205,218,219);
    font-size: 17px;
}.contact_sectionkey form input[type="text"]:focus {
    box-shadow: 0 0 0 2px rgb(158,184,186,0.5);
    outline: none;
    background: rgba(rgb(158,184,186), 0.05);
}.contact_sectionkey form input[type="text"]::placeholder {
    color: rgba(#000000, 0.4);
}.contact_sectionkey .support_formkey {
    align-items: flex-start;
    display: flex;
    margin: 10px 0 30px;
}.contact_sectionkey .support_formkey input[type="checkbox"] {
    opacity: 0;
    position: absolute;
}.contact_sectionkey .support_formkey label {
    line-height: 1.5;
    color: #000000;
    position: relative;
    cursor: pointer;
    font-size: 16px;
    padding-left: 35px;
}.contact_sectionkey .support_formkey label::before {
    top: 2px;
    width: 22px;
    left: 0;
    border-radius: 10px;
    border: 2px solid rgb(158,184,186,0.5);
    height: 22px;
    position: absolute;
    transition: all 0.2s ease;
    content: "";
}.contact_sectionkey .support_formkey input[type="checkbox"]:checked + label::before {
    background-color: rgb(158,184,186);
    border-color: rgb(158,184,186);
}.contact_sectionkey .support_formkey input[type="checkbox"]:checked + label::after {
    position: absolute;
    width: 6px;
    transform: rotate(45deg);
    height: 11px;
    top: 9px;
    content: "";
    left: 8px;
    border-bottom: 2px solid #ffffff;
    border-right: 2px solid #ffffff;
}.contact_sectionkey .support_formkey label a {
    color: rgb(158,184,186);
    text-decoration: none;
    transition: all 0.3s ease;
}.contact_sectionkey .support_formkey label a:hover {
    color: rgb(112,150,154);
    text-decoration: underline;
}.contact_sectionkey form .inquiry_linkskey {
    cursor: pointer;
    display: inline-block;
    overflow: hidden;
    position: relative;
    padding: 15px 35px;
    font-family: Arial, sans-serif;
    border-radius: 10px;
    color: #ffffff;
    background: linear-gradient(45deg, rgb(158,184,186), rgb(112,150,154));
    font-size: 16px;
    border: none;
    transition: all 0.3s ease;
    font-weight: 600;
}.contact_sectionkey form .inquiry_linkskey::before {
    transform: rotate(45deg) translateX(-200%);
    left: -10%;
    background: rgba(255, 255, 255, 0.2);
    width: 120%;
    top: -10%;
    height: 120%;
    transition: all 0.4s ease;
    content: "";
    position: absolute;
}.contact_sectionkey form .inquiry_linkskey:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 15px rgba(rgb(158,184,186), 0.3);
}.contact_sectionkey form .inquiry_linkskey:hover::before {
    transform: rotate(45deg) translateX(200%);
}.contact_sectionkey svg {
    width: 22px;
    fill: rgb(158,184,186);
    height: 22px;
}.contact_sectionkey svg path {
    fill: rgb(158,184,186);
    transition: fill 0.3s ease;
}

@keyframes pulseGlow {
    0%, 100% {
        opacity: 0.05;
    }
    50% {
        opacity: 0.1;
    }
}

@media screen and (max-width: 1024px) {.contact_sectionkey .request_inquirykey {
    padding: 50px 40px;
}
}

@media screen and (max-width: 991px) {.contact_sectionkey .media_imgkey {
    flex: 0 0 100%;
    min-height: 300px;
}.contact_sectionkey .request_inquirykey {
    flex: 0 0 100%;
}.contact_sectionkey .request_inquirykey::before {
    width: calc(100% - 80px);
    height: 5px;
    background: linear-gradient(to right, rgb(158,184,186), rgb(112,150,154));
    left: 40px;
    top: 0;
}.contact_sectionkey form {
    padding-top: 25px;
    padding-left: 0;
}
}

@media screen and (max-width: 767px) {.contact_sectionkey {
    padding: 70px 0;
}.contact_sectionkey .media_imgkey {
    min-height: 250px;
}.contact_sectionkey .request_inquirykey {
    padding: 40px 30px;
}.contact_sectionkey .request_inquirykey::before {
    left: 30px;
    width: calc(100% - 60px);
}
}

@media screen and (max-width: 480px) {.contact_sectionkey {
    padding: 50px 0;
}.contact_sectionkey h2 {
    font-size: calc(36px * 0.8);
}.contact_sectionkey .media_imgkey {
    min-height: 200px;
}.contact_sectionkey .request_inquirykey {
    padding: 30px 20px;
}.contact_sectionkey .request_inquirykey::before {
    width: calc(100% - 40px);
    left: 20px;
}.contact_sectionkey form h3 {
    font-size: calc(21px * 0.9);
    margin-bottom: 25px;
}.contact_sectionkey form input[type="text"] {
    padding: 15px 20px;
}.contact_sectionkey form .inquiry_linkskey {
    width: 100%;
    text-align: center;
}}.training_resultskey {
    overflow: hidden;
    position: relative;
    padding: 8rem 0;
    background: #ffffff;
}.training_resultskey::before {
    position: absolute;
    content: '';
    height: 100%;
    left: 0;
    top: 0;
    background: linear-gradient(135deg, rgb(205,218,219) 0%, rgb(205,218,219) 50%, transparent 50.1%);
    z-index: 1;
    width: 100%;
}.training_resultskey .impact_statskey {
    grid-template-columns: repeat(12, 1fr);
    z-index: 5;
    max-width: 1400px;
    display: grid;
    grid-gap: 0;
    margin: 0 auto;
    position: relative;
}.training_resultskey .media_imgkey {
    clip-path: polygon(15% 0, 100% 0, 100% 100%, 0 100%);
    position: relative;
    height: 550px;
    z-index: 2;
    grid-row: 1;
    grid-column: 7 / span 6;
    margin-right: -5vw;
}.training_resultskey .media_imgkey::after {
    inset: 0;
    content: '';
    z-index: 1;
    background: linear-gradient(to right, rgb(158,184,186,0.5) 0%, transparent 100%);
    position: absolute;
}.training_resultskey .media_imgkey::before {
    background: 
        repeating-linear-gradient(45deg, rgb(158,184,186,0.5) 0px, rgb(158,184,186,0.5) 1px, transparent 1px, transparent 10px),
        repeating-linear-gradient(135deg, rgb(158,184,186,0.5) 0px, rgb(158,184,186,0.5) 1px, transparent 1px, transparent 10px);
    animation: patternMove 20s linear infinite alternate;
    top: -10%;
    opacity: 0.3;
    width: 120%;
    transform: translateX(5%) translateY(5%);
    position: absolute;
    z-index: -1;
    left: -10%;
    content: '';
    height: 120%;
}.training_resultskey .text_wrapkey {
    display: flex;
    grid-column: 1 / span 6;
    grid-row: 1;
    flex-direction: column;
    padding: 2rem;
    z-index: 3;
    justify-content: center;
}.training_resultskey h2 {
    max-width: 80%;
    font-weight: 700;
    position: relative;
    margin-bottom: 3rem;
    font-size: 35px;
    color: #000000;
}.training_resultskey h2::after {
    bottom: -15px;
    height: 4px;
    border-radius: 10px;
    left: 0;
    position: absolute;
    content: '';
    width: 70px;
    background: rgb(158,184,186);
}.training_resultskey .text_main_holder {
    display: grid;
    gap: 2rem;
    grid-template-columns: repeat(2, 1fr);
}.training_resultskey .text_main_holder > div {
    padding: 1.5rem;
    border-radius: 11px;
    display: flex;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
    background: #ffffff;
    overflow: hidden;
    text-align: center;
    transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    flex-direction: column;
    z-index: 1;
    align-items: center;
    position: relative;
}.training_resultskey .text_main_holder > div::before {
    position: absolute;
    z-index: -1;
    content: '';
    left: 0;
    height: 0;
    bottom: 0;
    transition: height 0.4s ease;
    background: linear-gradient(to top, rgb(158,184,186,0.5), transparent);
    width: 100%;
}.training_resultskey .text_main_holder > div:hover {
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
    transform: translateY(-10px);
}.training_resultskey .text_main_holder > div:hover::before {
    height: 100%;
}.training_resultskey .text_main_holder svg {
    margin-bottom: 1.2rem;
    height: 3.5rem;
    transition: all 0.3s ease;
    width: 3.5rem;
}.training_resultskey .text_main_holder > div:hover svg {
    transform: scale(1.1);
}.training_resultskey .text_main_holder svg path {
    fill: rgb(158,184,186);
    transition: fill 0.3s ease;
}.training_resultskey .text_main_holder > div:hover svg path {
    fill: rgb(112,150,154);
}.training_resultskey .text_main_holder p {
    font-size: 13px;
    margin: 0;
    line-height: 1.6;
    color: #000000;
}

@keyframes patternMove {
    0% {
        transform: translateX(5%) translateY(5%);
    }
    100% {
        transform: translateX(0%) translateY(0%);
    }
}

@media (max-width: 1200px) {.training_resultskey .media_imgkey {
    margin-right: -3vw;
}.training_resultskey h2 {
    max-width: 90%;
}
}

@media (max-width: 992px) {.training_resultskey {
    padding: 6rem 0;
}.training_resultskey::before {
    background: linear-gradient(135deg, rgb(205,218,219) 0%, rgb(205,218,219) 70%, transparent 70.1%);
}.training_resultskey .impact_statskey {
    gap: 3rem;
    max-width: 90%;
    grid-template-columns: 1fr;
}.training_resultskey .media_imgkey {
    margin: 0;
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
    height: 400px;
    grid-column: 1;
    grid-row: 2;
}.training_resultskey .text_wrapkey {
    grid-column: 1;
    grid-row: 1;
    padding: 0;
}.training_resultskey h2 {
    max-width: 100%;
}.training_resultskey .text_main_holder {
    gap: 1.5rem;
}
}

@media (max-width: 768px) {.training_resultskey {
    padding: 5rem 0;
}.training_resultskey .media_imgkey {
    height: 350px;
}.training_resultskey h2 {
    font-size: calc(35px * 0.9);
    margin-bottom: 2.5rem;
}.training_resultskey .text_main_holder {
    gap: 1.5rem;
    grid-template-columns: 1fr;
}
}

@media (max-width: 576px) {.training_resultskey {
    padding: 4rem 0;
}.training_resultskey .impact_statskey {
    max-width: 95%;
}.training_resultskey .media_imgkey {
    height: 250px;
}.training_resultskey .text_main_holder > div {
    padding: 1.2rem;
}.training_resultskey .text_main_holder svg {
    width: 3rem;
    height: 3rem;
    margin-bottom: 1rem;
}}.who_we_arekey {
    overflow: hidden;
    position: relative;
    padding: 120px 0 80px;
}.who_we_arekey::before {
    z-index: 1;
    top: 0;
    position: absolute;
    left: 0;
    bottom: 0;
    background: rgb(158,184,186,0.5);
    background: linear-gradient(135deg, rgba(0,0,0,0.85) 0%, rgba(0,0,0,0.65) 100%);
    content: "";
    right: 0;
}.who_we_arekey .container {
    transform: translateZ(0);
    max-width: 1200px;
    position: relative;
    padding: 0 20px;
    margin: 0 auto;
    z-index: 2;
}.who_we_arekey h2 {
    text-transform: uppercase;
    color: #ffffff;
    position: relative;
    font-size: 34px;
    letter-spacing: 2px;
    font-weight: 700;
    margin-bottom: 48px;
    text-align: left;
    transform: translateX(-8px);
}.who_we_arekey h2::after {
    height: 4px;
    transform-origin: left center;
    width: 80px;
    animation: expandWidth 1.2s ease-out forwards;
    left: 0;
    position: absolute;
    bottom: -12px;
    content: "";
    background: rgb(112,150,154);
}.who_we_arekey .text_wrapkey {
    transform: translateY(0);
    transition: transform 0.5s cubic-bezier(0.23, 1, 0.32, 1);
    position: relative;
    background: rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(10px);
    padding: 40px;
    box-shadow: 0 15px 35px rgba(0,0,0,0.2);
    animation: slideUp 0.8s cubic-bezier(0.23, 1, 0.32, 1) forwards;
}.who_we_arekey .text_wrapkey:hover {
    transform: translateY(-5px);
    box-shadow: 0 20px 40px rgba(0,0,0,0.25);
}.who_we_arekey .text_wrapkey::before {
    position: absolute;
    height: 0;
    background: rgb(158,184,186);
    top: 0;
    animation: growHeight 1s 0.4s ease-out forwards;
    left: 0;
    content: "";
    width: 4px;
}.who_we_arekey .text_wrapkey > div {
    position: relative;
    overflow: hidden;
}.who_we_arekey .text_wrapkey p {
    margin-bottom: 20px;
    font-size: calc(14px * 1.4);
    color: rgb(158,184,186);
    display: inline-block;
    position: relative;
    font-weight: 700;
}.who_we_arekey .text_wrapkey p::after {
    bottom: -4px;
    width: 100%;
    content: "";
    background: rgb(112,150,154);
    left: 0;
    position: absolute;
    transform-origin: right;
    transform: scaleX(0);
    height: 2px;
    animation: expandLine 0.8s 0.6s ease-out forwards;
}.who_we_arekey .text_wrapkey div div {
    columns: 1;
    animation: fadeIn 1s 0.8s forwards;
    font-size: 14px;
    opacity: 0;
    hyphens: auto;
    text-align: justify;
    column-gap: 40px;
    line-height: 1.8;
    color: #000000;
}

@keyframes expandWidth {
  from { width: 0; }
  to { width: 80px; }
}

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

@keyframes expandLine {
  from { transform: scaleX(0); transform-origin: right; }
  to { transform: scaleX(1); transform-origin: left; }
}

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

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

@media (min-width: 768px) {.who_we_arekey {
    padding: 150px 0 100px;
}.who_we_arekey h2 {
    margin-bottom: 60px;
    font-size: calc(34px * 1.2);
}.who_we_arekey .text_wrapkey {
    padding: 60px;
    clip-path: polygon(0 0, 100% 0, 100% 100%, 40px 100%, 0 calc(100% - 40px));
    margin-left: 40px;
    transform: perspective(1000px) rotateY(-2deg);
}.who_we_arekey .text_wrapkey:hover {
    transform: perspective(1000px) rotateY(-1deg) translateY(-5px);
}.who_we_arekey .text_wrapkey div div {
    columns: 2;
}
}

@media (min-width: 992px) {.who_we_arekey {
    padding: 180px 0 120px;
}.who_we_arekey::after {
    transform: rotate(15deg);
    height: 300px;
    top: -10%;
    content: "";
    right: -5%;
    width: 300px;
    animation: floatElement 15s infinite ease-in-out;
    border-radius: 10px;
    opacity: 0.15;
    z-index: 1;
    position: absolute;
    border: 15px solid rgb(112,150,154,0.5);
}.who_we_arekey .container {
    padding: 0 40px;
}.who_we_arekey h2 {
    margin-bottom: 70px;
    font-size: calc(34px * 1.4);
}.who_we_arekey .text_wrapkey {
    margin-left: 80px;
    clip-path: polygon(0 0, 100% 0, 100% 100%, 80px 100%, 0 calc(100% - 80px));
    padding: 80px;
}.who_we_arekey .text_wrapkey p {
    font-size: calc(14px * 1.8);
    margin-bottom: 30px;
}
}

@media (min-width: 1200px) {.who_we_arekey {
    padding: 200px 0 150px;
}.who_we_arekey::after {
    height: 400px;
    width: 400px;
}.who_we_arekey h2 {
    font-size: calc(34px * 1.6);
}.who_we_arekey .text_wrapkey {
    padding: 100px;
}.who_we_arekey .text_wrapkey div div {
    column-gap: 60px;
    font-size: calc(14px * 1.05);
    line-height: 1.9;
}}

@keyframes floatElement {
  0%, 100% { transform: rotate(15deg) translateY(0); }
  50% { transform: rotate(15deg) translateY(20px); }
}header {
    overflow: visible;
    background: linear-gradient(to bottom, rgb(205,218,219), rgba(0, 0, 0, 0.5));
    z-index: 99;
    position: relative;
    width: 100%;
}header::before {
    top: 0;
    position: absolute;
    width: 100%;
    content: "";
    opacity: 0.1;
    height: 100%;
    left: 0;
    background-image: repeating-linear-gradient(
        -45deg,
        rgba(0, 0, 0, 0.5),
        rgba(0, 0, 0, 0.5) 1px,
        transparent 1px,
        transparent 6px
    );
}header .main_navkey {
    padding: 20px 30px;
    align-items: center;
    justify-content: space-between;
    display: flex;
    position: relative;
}header .main_navkey::before {
    width: 80%;
    position: absolute;
    background: linear-gradient(to right, transparent, rgb(158,184,186), transparent);
    left: 10%;
    bottom: 0;
    content: "";
    height: 1px;
}header .main_navkey .top_sitebarkey {
    margin-right: 40px;
    position: relative;
    z-index: 2;
}header .main_navkey .top_sitebarkey .page_topkey {
    display: block;
    padding: 5px;
    position: relative;
}header .main_navkey .top_sitebarkey .page_topkey::before {
    background: rgba(0, 0, 0, 0.5);
    top: -5px;
    bottom: -5px;
    transform: scale(0.9);
    transition: transform 0.3s ease, opacity 0.3s ease;
    position: absolute;
    content: "";
    border-radius: 10px;
    left: -5px;
    right: -5px;
    opacity: 0;
    z-index: -1;
}header .main_navkey .top_sitebarkey .page_topkey:hover::before {
    opacity: 0.1;
    transform: scale(1);
}header .main_navkey .top_sitebarkey .page_topkey svg {
    height: 45px;
    width: auto;
    filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.1));
}header .main_navkey .main_teachkey {
    padding: 0;
    perspective: 1000px;
    margin: 0;
    list-style: none;
    display: flex;
}header .main_navkey .main_teachkey .header_topkey {
    margin: 0;
    transform-style: preserve-3d;
    position: relative;
}header .main_navkey .main_teachkey .header_topkey a {
    font-family: Arial, sans-serif;
    text-transform: uppercase;
    font-size: 15px;
    text-decoration: none;
    transition: color 0.3s ease, transform 0.3s ease;
    transform-style: preserve-3d;
    color: #000000;
    background: linear-gradient(to bottom, transparent, transparent);
    position: relative;
    letter-spacing: 0.5px;
    font-weight: 600;
    display: block;
    padding: 12px 20px;
}header .main_navkey .main_teachkey .header_topkey a::before,
header .main_navkey .main_teachkey .header_topkey a::after {
    top: 0;
    position: absolute;
    pointer-events: none;
    height: 100%;
    content: "";
    transition: all 0.3s ease;
    width: 100%;
    left: 0;
}header .main_navkey .main_teachkey .header_topkey a::before {
    background: linear-gradient(to bottom, rgb(158,184,186,0.5), transparent);
    transform: translateZ(-1px) rotateX(10deg);
    transform-origin: top center;
    opacity: 0;
}header .main_navkey .main_teachkey .header_topkey a::after {
    opacity: 0;
    background: linear-gradient(to top, rgb(112,150,154,0.5), transparent);
    transform: translateZ(-2px) rotateX(-10deg);
    transform-origin: bottom center;
}header .main_navkey .main_teachkey .header_topkey:hover a {
    color: rgb(158,184,186);
    transform: translateZ(10px);
}header .main_navkey .main_teachkey .header_topkey:hover a::before,
header .main_navkey .main_teachkey .header_topkey:hover a::after {
    opacity: 0.1;
}header .main_navkey .main_teachkey .header_topkey:hover a::before {
    transform: translateZ(-5px) rotateX(15deg);
}header .main_navkey .main_teachkey .header_topkey:hover a::after {
    transform: translateZ(-10px) rotateX(-15deg);
}

@media (max-width: 992px) {header .main_navkey {
    flex-direction: column;
    padding: 15px;
}header .main_navkey .top_sitebarkey {
    margin: 0 0 15px 0;
}header .main_navkey .main_teachkey {
    flex-wrap: wrap;
    width: 100%;
    perspective: none;
    justify-content: center;
}header .main_navkey .main_teachkey .header_topkey a {
    font-size: calc(15px - 1px);
    transform-style: flat;
    padding: 10px 15px;
}header .main_navkey .main_teachkey .header_topkey:hover a {
    transform: none;
}header .main_navkey .main_teachkey .header_topkey a::before,
    header .main_navkey .main_teachkey .header_topkey a::after {
    display: none;
}
}

@media (max-width: 767px) {header .main_navkey .main_teachkey .header_topkey a {
    font-size: calc(15px - 2px);
    padding: 8px 12px;
}}.leadership_experiencekey {
    background: linear-gradient(135deg, rgb(205,218,219) 0%, rgb(112,150,154,0.5) 100%);
    overflow: hidden;
    padding: 5rem 0;
    position: relative;
}.leadership_experiencekey::before {
    top: -5%;
    width: 40%;
    right: -5%;
    filter: blur(60px);
    animation: floating 15s ease-in-out infinite;
    height: 40%;
    background: rgb(158,184,186,0.5);
    z-index: 0;
    transform-origin: center;
    opacity: 0.3;
    position: absolute;
    content: "";
}.leadership_experiencekey::after {
    left: -5%;
    bottom: -5%;
    width: 30%;
    opacity: 0.2;
    position: absolute;
    filter: blur(50px);
    z-index: 0;
    height: 30%;
    transform-origin: center;
    background: rgb(112,150,154,0.5);
    animation: floating 18s ease-in-out infinite reverse;
    content: "";
}.leadership_experiencekey .container {
    position: relative;
    z-index: 1;
    padding: 0 1.5rem;
    max-width: 1200px;
    margin: 0 auto;
}.leadership_experiencekey .student_reviewskey {
    border-radius: 4px;
    backdrop-filter: blur(10px);
    padding: 2.5rem;
    display: grid;
    grid-template-columns: 1fr;
    animation: fadeInUp 0.8s cubic-bezier(0.215, 0.61, 0.355, 1) forwards;
    opacity: 0;
    background: rgba(255, 255, 255, 0.85);
    transform-style: preserve-3d;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.08), 
                0 5px 15px rgba(0, 0, 0, 0.05),
                0 0 0 1px rgba(255, 255, 255, 0.15) inset;
    gap: 2rem;
    transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    transform: perspective(1000px) rotateX(2deg);
}.leadership_experiencekey .student_reviewskey:hover {
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.12), 
                0 8px 20px rgba(0, 0, 0, 0.08),
                0 0 0 1px rgba(255, 255, 255, 0.2) inset;
    transform: perspective(1000px) rotateX(0deg);
}.leadership_experiencekey .student_reviewskey > div:first-child {
    position: relative;
    width: 100%;
    margin: 0 auto;
    max-width: 280px;
}.leadership_experiencekey .student_reviewskey .media_imgkey {
    transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    opacity: 0;
    overflow: hidden;
    width: 100%;
    height: 280px;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.15), 
                0 5px 15px rgba(0, 0, 0, 0.1);
    animation: fadeInLeft 0.7s cubic-bezier(0.19, 1, 0.22, 1) 0.2s forwards;
    border-radius: 3px;
    position: relative;
    transform: translateZ(30px);
}.leadership_experiencekey .student_reviewskey .media_imgkey::before {
    content: "";
    position: absolute;
    top: 0;
    height: 100%;
    width: 100%;
    background: linear-gradient(
        to bottom,
        transparent 65%,
        rgba(rgb(158,184,186), 0.2) 100%
    );
    z-index: 1;
    left: 0;
}.leadership_experiencekey .student_reviewskey .media_imgkey::after {
    opacity: 0;
    z-index: 2;
    height: 120%;
    position: absolute;
    width: 120%;
    left: -10%;
    transition: opacity 0.5s ease;
    background: linear-gradient(
        135deg,
        rgba(255, 255, 255, 0.25) 0%,
        transparent 80%
    );
    content: "";
    top: -10%;
}.leadership_experiencekey .student_reviewskey .media_imgkey:hover::after {
    opacity: 1;
}.leadership_experiencekey .student_reviewskey > div:nth-child(2) {
    opacity: 0;
    text-align: center;
    animation: fadeInUp 0.7s cubic-bezier(0.215, 0.61, 0.355, 1) 0.3s forwards;
}.leadership_experiencekey .student_reviewskey .name {
    display: inline-block;
    color: #000000;
    position: relative;
    font-weight: 700;
    font-size: 23px;
    margin-bottom: 0.5rem;
}.leadership_experiencekey .student_reviewskey .name::after {
    transform: translateX(-50%);
    background: rgb(158,184,186);
    left: 50%;
    width: 40px;
    height: 3px;
    position: absolute;
    content: "";
    border-radius: 1px;
    bottom: -8px;
}.leadership_experiencekey .student_reviewskey > div:nth-child(2) > div {
    color: rgb(112,150,154);
    margin-top: 1rem;
    font-weight: 600;
    font-size: calc(15px - 0.1rem);
}.leadership_experiencekey .student_reviewskey > div:nth-child(3) {
    opacity: 0;
    animation: fadeInUp 0.7s cubic-bezier(0.215, 0.61, 0.355, 1) 0.4s forwards;
}.leadership_experiencekey .student_reviewskey .experience_pathkey {
    padding-left: 1.5rem;
    position: relative;
    border-left: 3px solid rgb(158,184,186,0.5);
    margin: 0;
    line-height: 1.7;
    font-size: 15px;
    color: #000000;
}.leadership_experiencekey .student_reviewskey .experience_pathkey::before {
    color: rgb(158,184,186,0.5);
    font-size: 5rem;
    opacity: 0.2;
    position: absolute;
    font-family: Georgia, serif;
    top: -20px;
    left: -15px;
    content: "";
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translate3d(0, 40px, 0);
    }
    to {
        opacity: 1;
        transform: translate3d(0, 0, 0);
    }
}

@keyframes fadeInLeft {
    from {
        opacity: 0;
        transform: translate3d(-40px, 0, 0);
    }
    to {
        opacity: 1;
        transform: translate3d(0, 0, 0);
    }
}

@keyframes floating {
    0% {
        transform: translate(0, 0) rotate(0deg);
    }
    25% {
        transform: translate(5%, 5%) rotate(2deg);
    }
    50% {
        transform: translate(0, 8%) rotate(0deg);
    }
    75% {
        transform: translate(-5%, 3%) rotate(-2deg);
    }
    100% {
        transform: translate(0, 0) rotate(0deg);
    }
}

@media (min-width: 768px) {.leadership_experiencekey {
    padding: 7rem 0;
}.leadership_experiencekey .student_reviewskey {
    padding: 3rem;
    grid-template-columns: 280px 1fr;
    grid-template-rows: auto 1fr;
    row-gap: 1.5rem;
    column-gap: 3rem;
}.leadership_experiencekey .student_reviewskey > div:first-child {
    grid-row: 1 / span 2;
}.leadership_experiencekey .student_reviewskey > div:nth-child(2) {
    align-self: flex-end;
    text-align: left;
}.leadership_experiencekey .student_reviewskey .name::after {
    left: 0;
    transform: none;
}
}

@media (min-width: 992px) {.leadership_experiencekey .student_reviewskey {
    grid-template-columns: 320px 1fr;
    padding: 3.5rem;
}.leadership_experiencekey .student_reviewskey > div:first-child {
    max-width: 320px;
}.leadership_experiencekey .student_reviewskey .media_imgkey {
    height: 350px;
}.leadership_experiencekey .student_reviewskey .experience_pathkey {
    font-size: calc(15px + 0.05rem);
    line-height: 1.8;
}
}

@media (max-width: 767px) {.leadership_experiencekey {
    padding: 4rem 0;
}.leadership_experiencekey .container {
    padding: 0 1rem;
}.leadership_experiencekey .student_reviewskey {
    padding: 2rem;
}.leadership_experiencekey .student_reviewskey .media_imgkey {
    height: 240px;
}}.cookie_message_windowkey {
    left: 50%;
    bottom: 20px;
    padding: 20px;
    flex-direction: column;
    overflow: hidden;
    text-align: center;
    position: fixed;
    font-family: Arial, sans-serif;
    width: 90%;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.5);
    align-items: center;
    border-radius: 22px;
    max-width: 600px;
    background: rgb(205,218,219);
    z-index: 1050;
    display: flex;
    transform: translateX(-50%);
}.data_controlkey {
    display: flex;
    flex-direction: column;
    z-index: 1;
    align-items: center;
}.visitor_acceptancekey {
    margin-bottom: 20px;
    animation: bounce 2s infinite;
}.visitor_acceptancekey svg, .visitor_acceptancekey svg path, .visitor_acceptancekey img {
    fill: rgb(158,184,186);
    height: 80px;
    width: 80px;
}@keyframes bounce {
    0%, 20%, 50%, 80%, 100% {
        transform: translateY(0);
    }
    40% {
        transform: translateY(-15px);
    }
    60% {
        transform: translateY(-10px);
    }
}
.cookie_message_windowkey h5 {
    color: rgb(158,184,186);
    font-weight: 700;
    font-size: 18px;
    margin-bottom: 10px;
}.cookie_message_windowkey p {
    margin-bottom: 20px;
    color: #000000;
    font-size: 16px;
}.cookie_menukey {
    width: calc(50% - 10px);
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
    background: rgb(158,184,186);
    margin: 5px;
    text-decoration: none;
    text-align: center;
    color: #ffffff;
    padding: 10px 20px;
    display: inline-block;
    cursor: pointer;
    transition: background 0.3s ease-in-out, transform 0.2s ease-in-out;
    font-size: 20px;
    border-radius: 10px;
}.cookie_menukey:hover {
    background: rgb(112,150,154);
    transform: translateY(-3px);
}.cookie_button.user_choiceskey {
    background: rgba(0, 0, 0, 0.5);
}.cookie_button.user_choiceskey:hover {
    background: rgb(112,150,154,0.5);
}.cookie_message_windowkey p a {
    transition: color 0.3s ease-in-out;
    text-decoration: underline;
    color: rgb(158,184,186);
}.cookie_message_windowkey p a:hover {
    color: rgb(112,150,154);
}
@media only screen and (max-width: 600px) {.cookie_message_windowkey {
    bottom: 0;
    width: 100%;
    left: 0;
    transform: none;
    border-radius: 0;
}.data_controlkey {
    padding: 15px;
}.visitor_acceptancekey svg {
    height: 50px;
    width: 50px;
}.cookie_message_windowkey h5 {
    font-size: calc(18px - 2px);
}.cookie_message_windowkey p {
    font-size: calc(16px - 2px);
}.cookie_menukey {
    font-size: calc(20px - 2px);
    padding: 8px 16px;
    width: calc(100% - 10px);
}}
#usagePolicyBannerkey {
    display: none;
}#usagePolicyBannerkey:checked ~ .cookie_message_windowkey {
    visibility: hidden;
    opacity: 0;
}.privacy_bunkerkey {
    padding: 3rem;
    font-family: Arial, sans-serif;
    background-color: rgb(205,218,219);
    width: 100%;
    color: #000000;
    display: flex;
    flex-direction: column;
}.privacy_bunkerkey h1 {
    font-weight: 700;
    font-size: 41px;
    margin-bottom: 2rem;
    letter-spacing: 0.1rem;
    padding-bottom: 1rem;
    border-bottom: 3px solid rgb(158,184,186);
    text-transform: uppercase;
    color: rgb(158,184,186);
}.privacy_bunkerkey h2 {
    font-weight: 600;
    padding-left: 1rem;
    font-size: 37px;
    margin-top: 2rem;
    margin-bottom: 1rem;
    color: rgb(112,150,154);
    letter-spacing: 0.08rem;
    border-left: 4px solid rgb(112,150,154);
    text-transform: uppercase;
}.privacy_bunkerkey h3,.privacy_bunkerkey h4,.privacy_bunkerkey h5, .privacy_bunkerkey h6 {
    margin: 1rem 0;
    font-size: 22px;
}.privacy_bunkerkey ul,
.privacy_bunkerkey ol {
    padding-left: 2rem;
    margin-top: 1.5rem;
    border-left: 2px solid rgba(0, 0, 0, 0.5);
    list-style-type: none;
    list-style-position: inside;
    margin-bottom: 1.5rem;
}.privacy_bunkerkey li {
    margin-bottom: 1rem;
    line-height: 1.8;
    font-size: 14px;
    position: relative;
}.privacy_bunkerkey li::before {
    content: "▹";
    margin-right: 0.5rem;
    color: rgb(158,184,186);
}.privacy_bunkerkey p {
    font-size: 14px;
    line-height: 1.8;
    color: #000000;
    margin-bottom: 1.5rem;
}.privacy_bunkerkey span {
    font-weight: 700;
    color: rgb(112,150,154);
}.privacy_bunkerkey > div {
    padding: 1rem;
    margin-bottom: 2rem;
    background-color: #ffffff;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
    border-radius: 10px;
}
@media only screen and (max-width: 800px) {.privacy_bunkerkey {
    gap: 1.5rem;
    padding: 1.5rem;
}.privacy_bunkerkey h1 {
    font-size: calc(22px - 0.5rem);
}.privacy_bunkerkey h2 {
    font-size: calc(22px - 0.5rem);
}.privacy_bunkerkey p,
    .privacy_bunkerkey li {
    font-size: calc(14px - 0.2rem);
}.privacy_bunkerkey > div {
    padding: 0.5rem;
}}
.thankYouWebkey {
    padding: 6rem 2rem;
    overflow: hidden;
    position: relative;
    background: linear-gradient(135deg, rgb(205,218,219), rgb(112,150,154,0.5) 120%);
}.thankYouWebkey::before {
    position: absolute;
    height: 100%;
    opacity: 0.4;
    content: "";
    top: 0;
    z-index: 0;
    background: radial-gradient(circle at 75% 25%, rgb(158,184,186,0.5) 0%, transparent 60%);
    width: 100%;
    left: 0;
}.thankYouWebkey::after {
    bottom: -10%;
    content: "";
    position: absolute;
    height: 60%;
    background: linear-gradient(225deg, rgb(112,150,154) 0%, transparent 70%);
    transform: rotate(-15deg);
    animation: float 15s ease-in-out infinite;
    z-index: 0;
    width: 40%;
    opacity: 0.1;
    right: -5%;
}.thankYouWebkey .container {
    margin: 0 auto;
    z-index: 1;
    position: relative;
    max-width: 1200px;
}.thankYouWebkey .impact_statskey {
    position: relative;
    transform-origin: center bottom;
    padding: 3.5rem;
    backdrop-filter: blur(10px);
    flex-direction: column;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.08), 
              0 15px 25px rgba(rgb(112,150,154), 0.05),
              0 5px 10px rgba(rgb(158,184,186), 0.03);
    background: rgba(255, 255, 255, 0.85);
    display: flex;
    transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    transform: perspective(1000px) rotateX(2deg);
}.thankYouWebkey .impact_statskey:hover {
    transform: perspective(1000px) rotateX(0deg) translateY(-5px);
    box-shadow: 0 30px 60px rgba(0, 0, 0, 0.1), 
              0 20px 30px rgba(rgb(112,150,154), 0.07),
              0 10px 15px rgba(rgb(158,184,186), 0.05);
}.thankYouWebkey .impact_statskey > div:first-child {
    border-left: 4px solid rgb(158,184,186);
    padding-left: 1.5rem;
    margin-bottom: 2rem;
    transform: translateX(-20px);
    animation: slideInLeft 0.8s cubic-bezier(0.19, 1, 0.22, 1) 0.2s forwards;
    opacity: 0;
    position: relative;
}.thankYouWebkey .impact_statskey > div:last-child {
    opacity: 0;
    transform: translateY(20px);
    position: relative;
    animation: fadeInUp 0.8s cubic-bezier(0.19, 1, 0.22, 1) 0.5s forwards;
}.thankYouWebkey h5 {
    position: relative;
    font-family: Arial, sans-serif;
    color: #000000;
    line-height: 1.4;
    margin: 0 0 1rem 0;
    font-size: 21px;
    font-weight: 700;
}.thankYouWebkey h5::after {
    height: 3px;
    content: "";
    background: linear-gradient(90deg, rgb(158,184,186), transparent);
    left: 0;
    width: 4rem;
    bottom: -0.75rem;
    animation: scaleWidth 1s cubic-bezier(0.19, 1, 0.22, 1) 0.8s forwards;
    position: absolute;
    transform-origin: left;
    transform: scaleX(0);
}.thankYouWebkey p {
    position: relative;
    line-height: 1.7;
    margin: 0;
    font-family: Arial, sans-serif;
    overflow: hidden;
    font-size: 15px;
    color: #000000;
    font-weight: 400;
}.thankYouWebkey a {
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    display: block;
    text-decoration: none;
    color: inherit;
    position: relative;
}.thankYouWebkey a::before {
    position: absolute;
    width: 0.5rem;
    top: 0;
    left: -2.5rem;
    transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    height: 100%;
    content: "";
    background: linear-gradient(to bottom, rgb(158,184,186), rgb(112,150,154));
    transform: translateX(-10px);
    opacity: 0;
}.thankYouWebkey a:hover {
    transform: translateX(10px);
}.thankYouWebkey a:hover::before {
    transform: translateX(0);
    opacity: 0.7;
}.thankYouWebkey a:focus {
    box-shadow: 0 0 0 2px rgb(158,184,186,0.5);
    outline: none;
}

@keyframes slideInLeft {
  from {
    transform: translateX(-20px);
    opacity: 0;
  }
  to {
    transform: translateX(0);
    opacity: 1;
  }
}

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

@keyframes scaleWidth {
  from {
    transform: scaleX(0);
  }
  to {
    transform: scaleX(1);
  }
}

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

@media (min-width: 768px) {.thankYouWebkey {
    padding: 8rem 3rem;
}.thankYouWebkey .impact_statskey {
    padding: 4.5rem 5rem;
    margin: 0 5rem;
}.thankYouWebkey .impact_statskey > div:first-child {
    margin-bottom: 3rem;
    border-left-width: 6px;
    padding-left: 2rem;
}.thankYouWebkey h5 {
    font-size: calc(21px * 1.1);
}.thankYouWebkey p {
    font-size: calc(15px * 1.05);
    line-height: 1.8;
}
}

@media (min-width: 992px) {.thankYouWebkey .impact_statskey {
    align-items: center;
    margin: 0 auto;
    flex-direction: row;
}.thankYouWebkey .impact_statskey > div:first-child {
    flex: 0 0 40%;
    margin-bottom: 0;
    margin-right: 5rem;
}.thankYouWebkey .impact_statskey > div:last-child {
    flex: 0 0 60%;
}.thankYouWebkey h5::after {
    width: 6rem;
}
}

@media (max-width: 767px) {.thankYouWebkey {
    padding: 4rem 1.5rem;
}.thankYouWebkey .impact_statskey {
    padding: 2.5rem;
    transform: perspective(1000px) rotateX(1deg);
}.thankYouWebkey h5 {
    font-size: calc(21px * 0.9);
}.thankYouWebkey p {
    font-size: calc(15px * 0.95);
    line-height: 1.6;
}.thankYouWebkey a::before {
    width: 0.3rem;
    left: -1.5rem;
}}.welcome_sectionkey {
    flex-direction: column;
    height: 100vh;
    justify-content: center;
    overflow: hidden;
    position: relative;
    display: flex;
}.welcome_sectionkey .learn_expressfastkey {
    align-items: center;
    height: 100%;
    justify-content: center;
    display: flex;
    position: relative;
    width: 100%;
}.welcome_sectionkey .learn_expressfastkey::before {
    left: 0;
    position: absolute;
    top: 0;
    z-index: 1;
    right: 0;
    bottom: 0;
    content: "";
    background: linear-gradient(135deg, 
    rgba(0, 0, 0, 0.85) 0%, 
    rgba(0, 0, 0, 0.65) 50%, 
    rgba(0, 0, 0, 0.75) 100%);
}.welcome_sectionkey .learn_expressfastkey::after {
    content: "";
    z-index: 2;
    top: 0;
    position: absolute;
    right: 0;
    bottom: 0;
    opacity: 0.2;
    left: 0;
    background-image: 
    repeating-linear-gradient(
      45deg, 
      rgb(112,150,154,0.5) 0px, 
      rgb(112,150,154,0.5) 1px, 
      transparent 1px, 
      transparent 20px
    ),
    repeating-linear-gradient(
      -45deg, 
      rgb(112,150,154,0.5) 0px, 
      rgb(112,150,154,0.5) 1px, 
      transparent 1px, 
      transparent 20px
    );
}.welcome_sectionkey .study_hubkey {
    padding: 3.5rem;
    z-index: 5;
    width: 90%;
    border-left: 4px solid rgb(112,150,154);
    transform: perspective(1000px) rotateY(-2deg);
    box-shadow: 
    0 20px 40px rgba(0, 0, 0, 0.3),
    0 0 0 1px rgba(255, 255, 255, 0.05);
    max-width: 1200px;
    position: relative;
    backdrop-filter: blur(8px);
    transition: transform 0.7s cubic-bezier(0.19, 1, 0.22, 1);
    background: linear-gradient(
    135deg, 
    rgba(rgb(158,184,186), 0.05) 0%,
    rgba(rgb(112,150,154), 0.15) 100%
  );
}.welcome_sectionkey .study_hubkey:hover {
    transform: perspective(1000px) rotateY(0deg) translateZ(10px);
}.welcome_sectionkey .study_hubkey > div {
    transform: translateY(30px);
    opacity: 0;
    animation: fadeInUp 0.8s forwards;
}.welcome_sectionkey .study_hubkey > div:nth-child(2) {
    animation-delay: 0.3s;
}.welcome_sectionkey .study_hubkey > div:nth-child(3) {
    animation-delay: 0.6s;
}.welcome_sectionkey p {
    font-size: clamp(1rem, 1.2vw, 1.2rem);
    color: #ffffff;
    padding-left: 2.5rem;
    text-transform: uppercase;
    position: relative;
    letter-spacing: 1px;
    font-weight: 600;
    font-family: Arial, sans-serif;
    margin-bottom: 1.5rem;
}.welcome_sectionkey p::before {
    width: 2rem;
    position: absolute;
    height: 2px;
    transform: translateY(-50%);
    left: 0;
    top: 50%;
    content: "";
    background: rgb(112,150,154);
}.welcome_sectionkey h1.title_style_header {
    font-weight: 700;
    font-size: clamp(2.5rem, 5vw, 4.2rem);
    background-clip: text !important;
    background: linear-gradient(
    to right,
    #ffffff 0%,
    rgb(112,150,154) 100%
  );
    -webkit-text-fill-color: transparent;
    color: #ffffff;
    text-fill-color: transparent;
    -webkit-background-clip: text !important;
    line-height: 1.2;
    margin-bottom: 1.5rem;
}.welcome_sectionkey h3 {
    position: relative;
    max-width: 90%;
    color: rgba(255, 255, 255, 0.9);
    padding-top: 1.5rem;
    line-height: 1.5;
    font-size: clamp(1.2rem, 2vw, 1.6rem);
    font-weight: 400;
}.welcome_sectionkey h3::before {
    top: 0;
    width: 100px;
    background: linear-gradient(
    to right,
    rgb(112,150,154) 0%,
    transparent 100%
  );
    height: 3px;
    content: "";
    left: 0;
    position: absolute;
}

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

@media (max-width: 992px) {.welcome_sectionkey .study_hubkey {
    padding: 2.5rem;
    transform: perspective(1000px) rotateY(-1deg);
}.welcome_sectionkey h3 {
    max-width: 100%;
}
}

@media (max-width: 768px) {.welcome_sectionkey .study_hubkey {
    padding: 2rem;
    width: 95%;
    transform: none;
}.welcome_sectionkey .study_hubkey:hover {
    transform: translateY(-5px);
}.welcome_sectionkey p {
    font-size: 0.9rem;
    padding-left: 2rem;
}.welcome_sectionkey h1.title_style_header {
    font-size: clamp(2rem, 6vw, 3rem);
}.welcome_sectionkey h3 {
    font-size: 1.1rem;
}
}

@media (max-width: 576px) {.welcome_sectionkey .study_hubkey {
    padding: 1.5rem;
}.welcome_sectionkey p {
    padding-left: 1.5rem;
    font-size: 0.85rem;
}.welcome_sectionkey p::before {
    width: 1.2rem;
}.welcome_sectionkey h1.title_style_header {
    margin-bottom: 1rem;
}.welcome_sectionkey h3::before {
    width: 70px;
}}.intern_oppkey {
    position: relative;
    color: #000000;
    background-color: rgb(205,218,219);
    font-family: Arial, sans-serif;
    padding: 5rem 0 2rem;
}.intern_oppkey::before {
    top: 0;
    background: 
        linear-gradient(135deg, rgb(158,184,186,0.5) 0%, transparent 70%),
        linear-gradient(225deg, rgb(112,150,154,0.5) 0%, transparent 70%);
    height: 100%;
    z-index: 0;
    content: '';
    width: 100%;
    position: absolute;
    opacity: 0.07;
    left: 0;
}.intern_oppkey::after {
    background: linear-gradient(90deg, 
        rgb(205,218,219) 0%,
        rgb(158,184,186) 35%, 
        rgb(112,150,154) 65%,
        rgb(205,218,219) 100%);
    left: 0;
    z-index: 1;
    content: '';
    top: 0;
    height: 7px;
    position: absolute;
    width: 100%;
}.intern_oppkey .container {
    z-index: 2;
    position: relative;
}.intern_oppkey .blog_refkey {
    display: flex;
    flex-direction: column;
}.intern_oppkey .contact_detailskey {
    border-bottom: 1px solid rgba(0, 0, 0, 0.06);
    display: flex;
    gap: 0;
    padding-bottom: 2rem;
    margin-bottom: 4rem;
    flex-wrap: wrap;
    position: relative;
    justify-content: center;
}.intern_oppkey .contact_detailskey::after {
    left: 0;
    background: linear-gradient(90deg, 
        transparent 0%,
        rgb(112,150,154,0.5) 50%,
        transparent 100%);
    width: 100%;
    position: absolute;
    height: 1px;
    bottom: -1px;
    content: '';
}.intern_oppkey .info_item {
    padding: 0.5rem 1rem;
    position: relative;
    flex: 0 0 auto;
    transition: all 0.3s ease;
    width: 25%;
}.intern_oppkey .info_item::before {
    position: absolute;
    top: 50%;
    width: 1px;
    background-color: rgba(0, 0, 0, 0.06);
    content: '';
    left: 0;
    height: 60%;
    transform: translateY(-50%);
}.intern_oppkey .info_item:first-child::before {
    display: none;
}.intern_oppkey .info_item p,
.intern_oppkey .info_item a {
    text-align: center;
    text-decoration: none;
    font-weight: 400;
    font-size: calc(16px - 1px);
    transition: all 0.3s ease;
    display: flex;
    gap: 0.75rem;
    justify-content: center;
    align-items: center;
    color: #000000;
}.intern_oppkey .info_item:hover {
    transform: translateY(-5px);
}.intern_oppkey .info_item:hover p,
.intern_oppkey .info_item:hover a {
    color: rgb(158,184,186);
}.intern_oppkey .info_item svg {
    fill: rgb(158,184,186);
    height: 20px;
    width: 20px;
    transition: transform 0.3s ease;
}.intern_oppkey .info_item:hover svg {
    transform: rotate(10deg);
}.intern_oppkey .text_main_holder {
    gap: 3rem;
    display: flex;
    position: relative;
    justify-content: space-between;
    flex-wrap: wrap;
}.intern_oppkey .top_sitebarkey {
    flex-direction: column;
    max-width: 300px;
    margin-right: auto;
    display: flex;
    width: 100%;
    gap: 1.5rem;
}.intern_oppkey .top_sitebarkey svg {
    max-width: 160px;
    height: auto;
    transition: all 0.3s ease;
}.intern_oppkey .top_sitebarkey:hover svg {
    transform: scale(1.05);
}.intern_oppkey .news_feedkey {
    position: relative;
    color: #000000;
    font-size: 16px;
    line-height: 1.6;
    padding-left: 2rem;
}.intern_oppkey .news_feedkey::before {
    border-radius: 2px;
    bottom: 0;
    top: 0;
    left: 0;
    content: '';
    position: absolute;
    width: 4px;
    background: linear-gradient(to bottom, rgb(158,184,186), rgb(112,150,154));
}.intern_oppkey .main_teachkey {
    flex: 1;
    display: flex;
    min-width: 240px;
    flex-direction: column;
    max-width: 400px;
    position: relative;
    gap: 2rem;
}.intern_oppkey .main_teachkey::before {
    z-index: -1;
    position: absolute;
    left: 0;
    top: 0;
    content: '';
    width: 100%;
    background: rgba(0, 0, 0, 0.02);
    height: 100%;
    border-radius: 13px;
}.intern_oppkey .main_teachkey h5 {
    background: rgba(0, 0, 0, 0.03);
    color: #000000;
    margin-bottom: 1rem;
    font-size: 24px;
    padding: 0.75rem 1.5rem;
    border-radius: 10px;
    font-weight: 600;
}.intern_oppkey .first_sectionkey {
    flex-direction: column;
    gap: 0.75rem;
    display: flex;
    padding: 0 1.5rem;
}.intern_oppkey .first_sectionkey:first-child {
    position: relative;
}.intern_oppkey .first_sectionkey a {
    transition: all 0.3s ease;
    text-decoration: none;
    font-size: 16px;
    position: relative;
    color: #000000;
    padding-left: 1.25rem;
    padding: 0.5rem 0;
}.intern_oppkey .first_sectionkey a::before {
    border-radius: 50%;
    position: absolute;
    left: 0;
    transform: translateY(-50%);
    transition: all 0.3s ease;
    width: 6px;
    background-color: rgb(112,150,154,0.5);
    height: 6px;
    content: '';
    top: 50%;
}.intern_oppkey .first_sectionkey a:hover {
    color: rgb(158,184,186);
    padding-left: 1.5rem;
}.intern_oppkey .first_sectionkey a:hover::before {
    width: 8px;
    background-color: rgb(158,184,186);
    height: 8px;
}.intern_oppkey .subscribe_holder {
    background: linear-gradient(135deg, #ffffff 0%, rgba(245, 245, 245, 0.8) 100%);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    position: relative;
    max-width: 400px;
    padding: 2rem;
    border-radius: 13px;
    display: flex;
    gap: 1.5rem;
    flex-direction: column;
    width: 100%;
}.intern_oppkey .subscribe_holder::before {
    width: 0;
    border-top-left-radius: 13px;
    border-style: solid;
    border-color: rgb(158,184,186,0.5) transparent transparent transparent;
    top: 0;
    position: absolute;
    border-width: 50px 50px 0 0;
    content: '';
    height: 0;
    left: 0;
}.intern_oppkey .subscribe_holder h5 {
    margin-bottom: 0.5rem;
    color: #000000;
    font-size: 24px;
    font-weight: 600;
}.intern_oppkey .subscribe_holder p {
    color: #000000;
    line-height: 1.6;
    font-size: 16px;
}.intern_oppkey .input_holder {
    gap: 1rem;
    flex-direction: column;
    margin-top: 0.5rem;
    display: flex;
    position: relative;
}.intern_oppkey .input_holder input[type="email"] {
    padding: 1.125rem 1.25rem;
    font-size: 16px;
    border-radius: 10px;
    border: 1px solid rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
    color: #000000;
}.intern_oppkey .input_holder input[type="email"]:focus {
    border-color: rgb(158,184,186);
    box-shadow: 0 0 0 3px rgb(158,184,186,0.5);
    outline: none;
}.intern_oppkey .input_holder input[type="email"]::placeholder {
    opacity: 0.5;
    color: #000000;
}.intern_oppkey .begin_nowkey {
    font-size: 14px;
    transition: all 0.3s ease;
    color: #ffffff;
    border-radius: 10px;
    overflow: hidden;
    padding: 1.125rem 1.25rem;
    border: none;
    font-weight: 600;
    cursor: pointer;
    position: relative;
    background: linear-gradient(135deg, rgb(158,184,186) 0%, rgb(112,150,154) 100%);
    z-index: 1;
}.intern_oppkey .begin_nowkey::before {
    transition: opacity 0.3s ease;
    opacity: 0;
    width: 100%;
    background: linear-gradient(135deg, rgb(112,150,154) 0%, rgb(158,184,186) 100%);
    z-index: -1;
    position: absolute;
    left: 0;
    content: '';
    top: 0;
    height: 100%;
}.intern_oppkey .begin_nowkey:hover {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    transform: translateY(-3px);
}.intern_oppkey .begin_nowkey:hover::before {
    opacity: 1;
}.intern_oppkey .converterkey {
    text-align: center;
    margin-top: 4rem;
    padding-top: 2rem;
    position: relative;
}.intern_oppkey .converterkey::before {
    background: rgba(0, 0, 0, 0.1);
    left: 30%;
    width: 40%;
    height: 1px;
    content: '';
    top: 0;
    position: absolute;
}.intern_oppkey .grant_infokey {
    color: #000000;
    font-size: 16px;
    opacity: 0.8;
}

@media (max-width: 1200px) {.intern_oppkey .text_main_holder {
    gap: 2.5rem;
}.intern_oppkey .top_sitebarkey {
    max-width: 260px;
}.intern_oppkey .main_teachkey {
    min-width: 220px;
}
}

@media (max-width: 991px) {.intern_oppkey {
    padding: 4rem 0 2rem;
}.intern_oppkey .info_item {
    padding: 1rem;
    width: 50%;
}.intern_oppkey .info_item:nth-child(3)::before {
    display: none;
}.intern_oppkey .text_main_holder {
    align-items: center;
    flex-direction: column;
    gap: 3rem;
}.intern_oppkey .top_sitebarkey {
    max-width: 100%;
    width: 100%;
    align-items: center;
    text-align: center;
}.intern_oppkey .news_feedkey {
    padding-left: 0;
    text-align: center;
    max-width: 500px;
}.intern_oppkey .news_feedkey::before {
    display: none;
}.intern_oppkey .main_teachkey {
    max-width: 600px;
    width: 100%;
}.intern_oppkey .subscribe_holder {
    max-width: 600px;
    width: 100%;
}
}

@media (max-width: 768px) {.intern_oppkey {
    padding: 3.5rem 0 1.5rem;
}.intern_oppkey .contact_detailskey {
    margin-bottom: 3rem;
}.intern_oppkey .info_item {
    width: 100%;
}.intern_oppkey .info_item::before {
    display: none;
}.intern_oppkey .first_sectionkey {
    gap: 0.5rem 1.5rem;
    flex-wrap: wrap;
    justify-content: center;
    flex-direction: row;
}.intern_oppkey .first_sectionkey a {
    text-align: center;
    padding: 0.5rem 1rem;
}.intern_oppkey .first_sectionkey a::before {
    display: none;
}.intern_oppkey .first_sectionkey a:hover {
    padding-left: 1rem;
    background-color: rgba(0, 0, 0, 0.03);
    border-radius: 10px;
}.intern_oppkey .converterkey {
    margin-top: 3rem;
}
}

@media (max-width: 576px) {.intern_oppkey {
    padding: 3rem 0 1.5rem;
}.intern_oppkey .contact_detailskey {
    margin-bottom: 2.5rem;
    padding-bottom: 1.5rem;
}.intern_oppkey .text_main_holder {
    gap: 2.5rem;
}.intern_oppkey .main_teachkey {
    padding: 1rem;
}.intern_oppkey .main_teachkey h5 {
    text-align: center;
}.intern_oppkey .subscribe_holder {
    padding: 1.5rem;
}.intern_oppkey .subscribe_holder::before {
    border-width: 30px 30px 0 0;
}.intern_oppkey .converterkey {
    margin-top: 2.5rem;
}}.service_contactkey {
    background: rgb(205,218,219);
    padding: 80px 0;
    position: relative;
    overflow: hidden;
}.service_contactkey::before {
    background: linear-gradient(45deg, rgb(158,184,186,0.5) 0%, transparent 40%, rgb(112,150,154,0.5) 60%, transparent 100%);
    width: 100%;
    content: "";
    top: 0;
    position: absolute;
    height: 100%;
    z-index: 0;
    left: 0;
}.service_contactkey::after {
    top: 0;
    animation: gridMove 40s linear infinite;
    width: 100%;
    background-image: 
        linear-gradient(0deg, transparent 84px, rgb(158,184,186,0.5) 85px, transparent 86px),
        linear-gradient(90deg, transparent 84px, rgb(112,150,154,0.5) 85px, transparent 86px);
    content: "";
    background-size: 85px 85px;
    height: 100%;
    left: 0;
    z-index: 0;
    position: absolute;
    opacity: 0.4;
}@keyframes gridMove {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: 85px 85px;
    }
}
.service_contactkey .container {
    position: relative;
    margin: 0 auto;
    padding: 0 15px;
    max-width: 1200px;
    z-index: 1;
}.service_contactkey .get_contactwidgetkey {
    flex-direction: column;
    border-radius: 14px;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.5);
    background: #ffffff;
    overflow: hidden;
    position: relative;
    display: flex;
}.service_contactkey .message_sectionkey {
    font-size: 41px;
    justify-content: center;
    padding: 25px 30px;
    align-items: center;
    position: relative;
    text-align: center;
    font-weight: 700;
    display: flex;
    color: #ffffff;
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
    margin: 0;
    background: rgb(158,184,186);
}.service_contactkey .message_sectionkey svg {
    fill: none;
    stroke: #ffffff;
    animation: pulse 2s infinite ease-in-out;
    width: 30px;
    height: 30px;
    stroke-width: 2;
    stroke-linecap: round;
    margin-right: 15px;
    stroke-linejoin: round;
    filter: drop-shadow(0 0 3px rgba(255, 255, 255, 0.5));
}@keyframes pulse {
    0%, 100% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.1);
    }
}
.service_contactkey .media_imgkey {
    display: block;
    object-position: center;
    height: 350px;
    width: 100%;
    object-fit: cover;
}.service_contactkey .edu_inputkey {
    flex-direction: column;
    gap: 15px;
    display: flex;
    position: relative;
    padding: 30px;
    z-index: 2;
}.service_contactkey .edu_inputkey p {
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.5);
    padding: 16px 25px 16px 50px;
    font-size: 12px;
    position: relative;
    overflow: hidden;
    border-radius: 10px;
    background: #ffffff;
    align-items: center;
    margin: 0;
    display: flex;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}.service_contactkey .edu_inputkey p:hover {
    box-shadow: 0 6px 15px rgba(0, 0, 0, 0.5);
    transform: translateY(-3px);
}.service_contactkey .edu_inputkey p::before {
    width: 4px;
    top: 0;
    height: 100%;
    content: "";
    background: rgb(158,184,186);
    position: absolute;
    left: 0;
}.service_contactkey .edu_inputkey p svg {
    top: 50%;
    fill: none;
    left: 20px;
    stroke: rgb(158,184,186);
    width: 20px;
    stroke-width: 2;
    stroke-linecap: round;
    transform: translateY(-50%);
    transition: all 0.3s ease;
    stroke-linejoin: round;
    height: 20px;
    position: absolute;
}.service_contactkey .edu_inputkey p:hover svg {
    transform: translateY(-50%) scale(1.2);
    stroke: rgb(112,150,154);
}.service_contactkey .edu_inputkey p span {
    color: #000000;
    font-weight: 400;
    margin-left: 10px;
}.service_contactkey .edu_inputkey p a {
    text-decoration: none;
    font-weight: 600;
    color: rgb(158,184,186);
    transition: color 0.3s ease;
}.service_contactkey .edu_inputkey p a:hover {
    color: rgb(112,150,154);
}.service_contactkey .connect_blockkey {
    border-top: 3px solid rgb(158,184,186);
    border-radius: 10px;
    background: rgb(205,218,219);
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.5);
    padding: 25px 30px;
    margin-top: 15px;
    position: relative;
}.service_contactkey .join_communitykey {
    font-size: 23px;
    margin: 0 0 20px 0;
    align-items: center;
    padding-bottom: 15px;
    font-weight: 700;
    color: rgb(158,184,186);
    justify-content: center;
    display: flex;
    border-bottom: 1px solid rgb(158,184,186,0.5);
    text-align: center;
}.service_contactkey .join_communitykey svg {
    height: 20px;
    stroke-linecap: round;
    stroke: rgb(158,184,186);
    stroke-linejoin: round;
    margin-right: 10px;
    stroke-width: 2;
    fill: none;
    width: 20px;
}.service_contactkey .join_communitykey svg circle {
    animation: rotate 10s linear infinite;
    transform-origin: center;
}@keyframes rotate {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}
.service_contactkey .edu_coachkey {
    gap: 12px;
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(120px, 1fr));
}.service_contactkey .message_infokey {
    transition: all 0.3s ease;
    align-items: center;
    border-left: 3px solid rgb(158,184,186,0.5);
    background: #ffffff;
    padding: 12px;
    font-size: 12px;
    display: flex;
    text-align: center;
    color: #000000;
    justify-content: center;
    border-radius: 10px;
}.service_contactkey .message_infokey:hover {
    border-left-color: rgb(158,184,186);
    background: rgb(158,184,186,0.5);
}.service_contactkey .message_infokey svg {
    stroke-linejoin: round;
    stroke-width: 2;
    margin-right: 6px;
    height: 14px;
    stroke-linecap: round;
    stroke: rgb(158,184,186);
    transition: transform 0.3s ease;
    fill: none;
    width: 14px;
}.service_contactkey .message_infokey:hover svg {
    stroke: rgb(112,150,154);
    transform: rotate(30deg);
}@keyframes slideUp {
    from {
        opacity: 0;
        transform: translateY(20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}
.service_contactkey .edu_inputkey p {
    animation: slideUp 0.4s ease forwards;
    opacity: 0;
}.service_contactkey .edu_inputkey p:nth-child(1) {
    animation-delay: 0.1s;
}.service_contactkey .edu_inputkey p:nth-child(2) {
    animation-delay: 0.2s;
}.service_contactkey .edu_inputkey p:nth-child(3) {
    animation-delay: 0.3s;
}.service_contactkey .edu_inputkey p:nth-child(4) {
    animation-delay: 0.4s;
}.service_contactkey .edu_inputkey p:nth-child(5) {
    animation-delay: 0.5s;
}@keyframes drawSvg {
    to {
        stroke-dashoffset: 0;
    }
}
.service_contactkey .edu_inputkey p svg path {
    stroke-dasharray: 50;
    animation: drawSvg 1s forwards;
    stroke-dashoffset: 50;
}.service_contactkey .edu_inputkey p:nth-child(1) svg path {
    animation-delay: 0.6s;
}.service_contactkey .edu_inputkey p:nth-child(2) svg path {
    animation-delay: 0.7s;
}.service_contactkey .edu_inputkey p:nth-child(3) svg path {
    animation-delay: 0.8s;
}.service_contactkey .edu_inputkey p:nth-child(4) svg path {
    animation-delay: 0.9s;
}.service_contactkey .edu_inputkey p:nth-child(5) svg path {
    animation-delay: 1s;
}
@media (min-width: 768px) {.service_contactkey .get_contactwidgetkey {
    grid-template-rows: auto 1fr;
    grid-template-columns: 1fr 1fr;
    display: grid;
}.service_contactkey .message_sectionkey {
    grid-column: 1 / -1;
}.service_contactkey .message_sectionkey svg {
    height: 32px;
    margin-right: 18px;
    width: 32px;
}.service_contactkey .media_imgkey {
    height: 100%;
    grid-column: 1;
    object-fit: cover;
    grid-row: 2;
    object-position: center;
}.service_contactkey .edu_inputkey {
    grid-column: 2;
    padding: 30px;
    grid-row: 2;
}.service_contactkey .edu_inputkey p svg {
    height: 22px;
    width: 22px;
}.service_contactkey .connect_blockkey {
    margin-top: 20px;
}.service_contactkey .join_communitykey svg {
    height: 22px;
    margin-right: 12px;
    width: 22px;
}.service_contactkey .edu_coachkey {
    grid-template-columns: repeat(3, 1fr);
}.service_contactkey .message_infokey svg {
    height: 16px;
    margin-right: 8px;
    width: 16px;
}
}
@media (min-width: 1024px) {.service_contactkey {
    padding: 100px 0;
}.service_contactkey .get_contactwidgetkey {
    margin: 0 auto;
    max-width: 1100px;
}.service_contactkey .message_sectionkey {
    padding: 30px;
}.service_contactkey .message_sectionkey svg {
    width: 35px;
    height: 35px;
    margin-right: 20px;
}.service_contactkey .edu_inputkey {
    padding: 40px;
}.service_contactkey .edu_inputkey p svg {
    height: 24px;
    width: 24px;
}.service_contactkey .connect_blockkey {
    margin-top: 30px;
    padding: 30px;
}.service_contactkey .join_communitykey svg {
    height: 24px;
    width: 24px;
}.service_contactkey .edu_coachkey {
    grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
    gap: 15px;
}}.program_overviewkey {
    background: linear-gradient(145deg, rgb(205,218,219) 0%, rgb(158,184,186,0.5) 100%);
    overflow: hidden;
    padding: 6rem 0;
    position: relative;
}.program_overviewkey::before {
    position: absolute;
    width: 100%;
    content: "";
    top: 0;
    opacity: 0.04;
    background: repeating-linear-gradient(
        -45deg,
        rgb(158,184,186,0.5),
        rgb(158,184,186,0.5) 2px,
        transparent 2px,
        transparent 12px
    );
    height: 100%;
    left: 0;
}.program_overviewkey .container {
    z-index: 2;
    position: relative;
}.program_overviewkey .learn_pathkey {
    display: grid;
    gap: 0;
    position: relative;
    grid-template-columns: 1fr;
}.program_overviewkey .text_wrapkey {
    border-radius: 24px;
    padding: 2.5rem;
    position: relative;
    transition: transform 0.4s ease;
    transform: translateY(0);
    background: #ffffff;
    z-index: 3;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
}.program_overviewkey .text_wrapkey:hover {
    transform: translateY(-10px);
}.program_overviewkey .text_wrapkey::before {
    position: absolute;
    content: "";
    right: 3rem;
    background: rgb(112,150,154,0.5);
    top: -4rem;
    border-radius: 50%;
    width: 8rem;
    opacity: 0.6;
    height: 8rem;
    z-index: -1;
}.program_overviewkey .text_wrapkey h2 {
    animation: fadeInUp 0.8s ease forwards;
    font-size: 36px;
    display: inline-block;
    margin-bottom: 2rem;
    position: relative;
    color: rgb(158,184,186);
    font-weight: 700;
}@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.program_overviewkey .text_wrapkey h2::after {
    bottom: -10px;
    left: 0;
    width: 3rem;
    height: 4px;
    content: "";
    background: rgb(112,150,154);
    transition: width 0.4s ease;
    border-radius: 10px;
    position: absolute;
}.program_overviewkey .text_wrapkey:hover h2::after {
    width: 100%;
}.program_overviewkey .text_wrapkey .description {
    animation: fadeInUp 0.8s ease forwards;
    animation-delay: 0.2s;
    position: relative;
    margin-bottom: 1.2rem;
    font-size: 16px;
    padding-left: 1rem;
    opacity: 0;
    color: #000000;
    line-height: 1.7;
}.program_overviewkey .text_wrapkey .description:last-of-type {
    font-weight: 600;
    animation-delay: 0.4s;
    margin-bottom: 0;
}.program_overviewkey .text_wrapkey .description::before {
    left: 0;
    content: "";
    border-radius: 50%;
    width: 4px;
    height: 4px;
    position: absolute;
    background: rgb(112,150,154);
    top: 0.5rem;
}.program_overviewkey .media_imgkey {
    transform: perspective(1000px) rotateX(5deg) rotateY(-5deg);
    clip-path: polygon(0 10%, 100% 0, 100% 90%, 0 100%);
    border-radius: 0;
    height: 320px;
    position: relative;
    z-index: 2;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
    margin-top: -2rem;
    transition: transform 0.5s ease;
}.program_overviewkey .media_imgkey:hover {
    transform: perspective(1000px) rotateX(0) rotateY(0);
}.program_overviewkey .media_imgkey::after {
    background: linear-gradient(
        to bottom right,
        rgb(158,184,186,0.5) 0%,
        transparent 40%
    );
    width: 100%;
    left: 0;
    content: "";
    position: absolute;
    top: 0;
    height: 100%;
}

@media (min-width: 768px) {.program_overviewkey .learn_pathkey {
    grid-template-columns: 1.2fr 0.8fr;
    gap: 2rem;
}.program_overviewkey .text_wrapkey {
    grid-column: 1 / 2;
    margin-right: -4rem;
    align-self: center;
}.program_overviewkey .media_imgkey {
    grid-column: 2 / 3;
    transform: perspective(1000px) rotateX(8deg) rotateY(-8deg);
    height: 400px;
    margin-top: 0;
}.program_overviewkey .media_imgkey::before {
    z-index: -1;
    background: rgb(112,150,154);
    filter: blur(15px);
    bottom: -20px;
    width: 60%;
    content: "";
    height: 20px;
    left: 20px;
    position: absolute;
    opacity: 0.4;
}
}

@media (min-width: 992px) {.program_overviewkey .learn_pathkey {
    grid-template-columns: 1.2fr 0.8fr;
}.program_overviewkey .text_wrapkey {
    padding: 3rem;
}.program_overviewkey .media_imgkey {
    height: 450px;
    margin-top: 3rem;
}.program_overviewkey .text_wrapkey::after {
    bottom: -3rem;
    background: rgb(158,184,186,0.5);
    opacity: 0.4;
    content: "";
    position: absolute;
    height: 6rem;
    border-radius: 50%;
    width: 6rem;
    z-index: -1;
    left: 25%;
}
}

@media (max-width: 767px) {.program_overviewkey {
    padding: 4rem 0;
}.program_overviewkey .media_imgkey {
    transform: perspective(1000px) rotateX(3deg) rotateY(-3deg);
    margin-bottom: 2rem;
}}.price_rowkey {
    position: relative;
    color: #ffffff;
    overflow: hidden;
    padding: 120px 0;
}.price_rowkey::before {
    position: absolute;
    bottom: 0;
    top: 0;
    right: 0;
    left: 0;
    content: "";
    background: linear-gradient(135deg, rgba(0,0,0,0.85) 0%, rgba(0,0,0,0.65) 100%);
    z-index: 1;
}.price_rowkey .container {
    margin: 0 auto;
    padding: 0 20px;
    z-index: 2;
    max-width: 1200px;
    position: relative;
}.fee_structurekey {
    position: relative;
}.price_rowkey h2 {
    margin-bottom: 1.5rem;
    position: relative;
    font-weight: 700;
    text-align: center;
    font-size: 37px;
    transform: translateY(0);
    animation: fadeInDown 0.8s ease-out;
}.price_rowkey h2::after {
    transform: translateX(-50%);
    width: 80px;
    background: linear-gradient(90deg, rgb(158,184,186), rgb(112,150,154));
    height: 3px;
    left: 50%;
    content: "";
    bottom: -15px;
    position: absolute;
}.price_rowkey .cost_cardkey {
    line-height: 1.6;
    opacity: 0.9;
    animation: fadeInUp 0.8s ease-out 0.2s both;
    font-size: calc(14px * 1.1);
    margin: 0 auto 3rem;
    text-align: center;
    max-width: 800px;
}.price_rowkey .pricing_feeskey {
    margin: 0;
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    list-style: none;
    gap: 30px;
    padding: 0;
}.price_rowkey .pricing_feeskey li {
    transform-style: preserve-3d;
    perspective: 1000px;
}.price_rowkey .basic_costkey {
    background: linear-gradient(120deg, 
        rgba(255, 255, 255, 0.05) 0%, 
        rgba(255, 255, 255, 0.02) 100%);
    position: relative;
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    overflow: hidden;
    transform: translateZ(0);
    text-decoration: none;
    border: 1px solid rgba(255, 255, 255, 0.1);
    height: 100%;
    display: block;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.2);
}.price_rowkey .basic_costkey::before {
    background: linear-gradient(135deg, 
        rgb(158,184,186,0.5) 0%, 
        transparent 100%);
    transition: opacity 0.4s ease-out;
    inset: 0;
    z-index: 1;
    position: absolute;
    opacity: 0;
    content: "";
}.price_rowkey .basic_costkey:hover {
    transform: translateY(-10px) rotateX(2deg) rotateY(-2deg);
    box-shadow: 0 30px 60px rgba(0, 0, 0, 0.25);
}.price_rowkey .basic_costkey:hover::before {
    opacity: 0.15;
}.price_rowkey .pricing_optionskey {
    position: relative;
    z-index: 2;
    height: 100%;
    padding: 2.5rem 2rem;
}.price_rowkey .tuition_tablekey {
    flex-direction: column;
    height: 100%;
    display: flex;
}.price_rowkey .tuition_tablekey h4 {
    margin-bottom: 1.5rem;
    margin-top: 0;
    display: inline-block;
    font-size: calc(18px * 1.2);
    position: relative;
    transform: translateZ(20px);
    transition: transform 0.3s ease;
    color: #ffffff;
}.price_rowkey .tuition_tablekey h4::after {
    content: "";
    height: 2px;
    position: absolute;
    transform: scaleX(1);
    transform-origin: left;
    transition: transform 0.4s cubic-bezier(0.19, 1, 0.22, 1);
    background: rgb(112,150,154);
    left: 0;
    width: 40px;
    bottom: -8px;
}.price_rowkey .basic_costkey:hover .tuition_tablekey h4::after {
    transform: scaleX(1.5);
}.price_rowkey .tuition_tablekey p {
    font-size: 14px;
    color: rgba(255, 255, 255, 0.8);
    overflow-wrap: break-word;
    flex-grow: 1;
    margin-bottom: 2rem;
    padding-right: 5px;
    hyphens: auto;
    transform: translateZ(10px);
    line-height: 1.6;
    word-wrap: break-word;
    overflow-y: auto;
    max-height: 300px;
}.price_rowkey .tuition_tablekey p::-webkit-scrollbar {
    width: 4px;
}.price_rowkey .tuition_tablekey p::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background: rgb(112,150,154,0.5);
}.price_rowkey .premium_gridkey {
    align-self: flex-start;
    display: inline-block;
    border-radius: 10px;
    color: #ffffff;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    padding: 0.8rem 1.5rem;
    font-size: calc(18px * 1.2);
    font-weight: 700;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
    margin-top: auto;
    background: linear-gradient(135deg, 
        rgb(158,184,186) 0%, 
        rgb(112,150,154) 100%);
    transform: translateZ(15px);
}.price_rowkey .basic_costkey:hover .premium_gridkey {
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.3);
    transform: translateZ(25px) scale(1.05);
}

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

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

@media (max-width: 1200px) {.price_rowkey {
    padding: 100px 0;
}.price_rowkey .pricing_feeskey {
    gap: 25px;
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
}
}

@media (max-width: 992px) {.price_rowkey {
    padding: 80px 0;
}.price_rowkey .pricing_optionskey {
    padding: 2rem 1.5rem;
}.price_rowkey .tuition_tablekey h4 {
    font-size: calc(18px * 1.1);
}.price_rowkey .premium_gridkey {
    padding: 0.7rem 1.2rem;
    font-size: calc(18px * 1.1);
}
}

@media (max-width: 768px) {.price_rowkey {
    padding: 60px 0;
}.price_rowkey h2 {
    font-size: calc(37px * 0.9);
}.price_rowkey .cost_cardkey {
    font-size: 14px;
    margin-bottom: 2rem;
}.price_rowkey .pricing_feeskey {
    gap: 20px;
    grid-template-columns: repeat(auto-fill, minmax(100%, 1fr));
}.price_rowkey .tuition_tablekey p {
    font-size: calc(14px * 0.95);
    max-height: 200px;
}
}

@media (max-width: 576px) {.price_rowkey {
    padding: 50px 0;
}.price_rowkey h2 {
    font-size: calc(37px * 0.8);
}.price_rowkey .pricing_optionskey {
    padding: 1.5rem 1.2rem;
}.price_rowkey .tuition_tablekey h4 {
    margin-bottom: 1.2rem;
    font-size: 18px;
}.price_rowkey .premium_gridkey {
    font-size: 18px;
    padding: 0.6rem 1rem;
}.price_rowkey .basic_costkey:hover {
    transform: translateY(-5px);
}
}