﻿* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

* {
    scrollbar-width: none;
    scrollbar-color: #ffffff rgb(174,185,189,0.5);
}

header,footer {
    width: 100%;
}

header {
    width: 100%;
    background: linear-gradient(135deg, rgb(174,185,189,0.5) 0%, rgb(137,151,154) 100%);
    overflow: visible;
    position: relative;
    z-index: 99;
}

.header_lessonoy {
    flex: 1 0 auto;
}

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


.prospective_membersEV {
    position: relative;
    overflow: hidden;
    z-index: 1;
    background: linear-gradient(135deg, rgb(211,220,223), rgb(174,185,189,0.5));
    padding: 5rem 0;
}

.prospective_membersEV::after {
    position: absolute;
    left: 50%;
    animation: pulsateRing 10s ease-in-out infinite alternate;
    top: 50%;
    height: 500px;
    transform: translate(-50%, -50%);
    opacity: 0.2;
    box-shadow: 0 0 80px 20px rgb(174,185,189,0.5);
    content: '';
    z-index: -2;
    border: 2px solid rgb(137,151,154,0.5);
    width: 500px;
    border-radius: 50%;
}

.prospective_membersEV h3 {
    text-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
    margin-bottom: 3.5rem;
    font-size: 28px;
    text-align: center;
    position: relative;
    font-weight: 700;
    color: #ffffff;
}

.prospective_membersEV h3::after {
    animation: orbitRotate 8s infinite linear;
    opacity: 0.6;
    bottom: -38px;
    border: 2px solid rgb(174,185,189,0.5);
    position: absolute;
    height: 50px;
    content: '';
    left: 50%;
    transform: translateX(-50%);
    width: 50px;
    border-radius: 50%;
}

.prospective_membersEV ul li {
    border: 1px solid rgba(255, 255, 255, 0.1);
    position: relative;
    background-color: rgba(0, 0, 0, 0.2);
    align-items: center;
    padding: 1.5rem 2rem;
    font-size: 14px;
    color: #ffffff;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.15);
    transition: all 0.4s ease;
    border-radius: 50px;
    display: flex;
    font-weight: 400;
    overflow: hidden;
}

.prospective_membersEV ul li::after {
    content: '';
    height: 80px;
    border: 2px solid rgb(174,185,189,0.5);
    border-radius: 50%;
    animation: pulsateBubble 5s infinite alternate;
    width: 80px;
    opacity: 0.3;
    bottom: -30px;
    position: absolute;
    right: -30px;
}

.prospective_membersEV ul li:hover svg {
    transform: rotate(15deg);
}

.prospective_membersEV ul li svg path {
    transition: fill 0.4s ease;
    fill: rgb(137,151,154);
}

.who_we_aresE::before {
    z-index: 1;
    height: 40%;
    width: 40%;
    right: -5%;
    transform: rotate(-15deg);
    content: "";
    opacity: 0.15;
    top: -5%;
    filter: blur(60px);
    animation: floatGradient 15s ease-in-out infinite alternate;
    background: linear-gradient(45deg, rgb(174,185,189,0.5) 0%, rgb(174,185,189) 100%);
    position: absolute;
}

.who_we_aresE .container {
    margin: 0 auto;
    padding: 0 2rem;
    z-index: 2;
    max-width: 1200px;
    position: relative;
}

.who_we_aresE h1 {
    color: #000000;
    font-size: 48px;
    font-weight: 700;
    margin-bottom: 3rem;
    position: relative;
    display: inline-block;
    letter-spacing: -0.5px;
    transform: translateX(-0.5rem);
}

.who_we_aresE .learning_program3u {
    position: relative;
}

.who_we_aresE .learning_program3u ul {
    grid-template-columns: 1fr;
    gap: 3.5rem;
    margin: 0;
    list-style: none;
    display: grid;
    padding: 0;
}

.who_we_aresE .virtual_classesWx:nth-child(1) {
    animation-delay: 0.2s;
}

.who_we_aresE .virtual_classesWx:nth-child(2) {
    animation-delay: 0.4s;
}

.who_we_aresE .virtual_classesWx:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.08), 0 5px 10px rgba(0, 0, 0, 0.05);
}

.who_we_aresE .virtual_classesWx::before {
    height: 0;
    background: linear-gradient(to bottom, rgb(174,185,189), rgb(137,151,154));
    content: "";
    left: 0;
    top: 0;
    transition: height 0.6s cubic-bezier(0.23, 1, 0.32, 1);
    position: absolute;
    width: 4px;
}

.who_we_aresE .virtual_classesWx:hover h4 {
    transform: translateX(12px);
    color: rgb(174,185,189);
}

.who_we_aresE .virtual_classesWx div {
    line-height: 1.8;
    font-family: Arial, sans-serif;
    padding-right: 10px;
    max-height: 250px;
    overflow-y: auto;
    font-size: 12px;
    position: relative;
    color: #000000;
}

.contact_form_sectionbY::before {
    background: repeating-radial-gradient(
        circle at 80% 50%,
        rgb(174,185,189,0.5),
        rgb(174,185,189,0.5) 1px,
        transparent 1px,
        transparent 15px
    );
    position: absolute;
    right: 0;
    opacity: 0.05;
    content: "";
    top: 0;
    width: 50%;
    height: 100%;
}

.contact_form_sectionbY h2::before {
    background: rgb(174,185,189);
    width: 60px;
    bottom: -15px;
    border-radius: 2px;
    height: 4px;
    transform: translateX(-50%);
    left: 50%;
    content: "";
    position: absolute;
}

.contact_form_sectionbY .hover_imagefK:hover {
    transform: perspective(1000px) rotateY(0deg);
}

.contact_form_sectionbY .inquiry_boxnF {
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.08);
    transform: perspective(1000px) rotateY(5deg);
    background: #ffffff;
    position: relative;
    border-radius: 24px;
    padding: 50px;
    transition: transform 0.5s ease;
}

.contact_form_sectionbY form h3 {
    font-weight: 600;
    font-size: 22px;
    font-family: Arial, sans-serif;
    margin-bottom: 30px;
    color: #000000;
}

.contact_form_sectionbY form input[type="text"]:focus {
    box-shadow: 0 0 0 2px rgb(174,185,189);
    outline: none;
}

.contact_form_sectionbY form input[type="text"]::placeholder {
    opacity: 0.5;
    color: #000000;
}

.contact_form_sectionbY .message_reachLF input[type="checkbox"] {
    position: absolute;
    opacity: 0;
}

.contact_form_sectionbY .message_reachLF label::before {
    width: 22px;
    top: 2px;
    left: 0;
    background: rgb(211,220,223);
    content: "";
    position: absolute;
    border-radius: 4px;
    height: 22px;
    transition: all 0.3s ease;
}

.contact_form_sectionbY .message_reachLF input[type="checkbox"]:checked + label::after {
    transform: rotate(45deg);
    border-right: 2px solid #ffffff;
    border-bottom: 2px solid #ffffff;
    position: absolute;
    left: 8px;
    height: 10px;
    top: 6px;
    content: "";
    width: 6px;
}

.contact_form_sectionbY form .help_cardkO::after {
    position: absolute;
    content: "";
    width: 0;
    background: rgb(137,151,154);
    top: 0;
    right: 0;
    z-index: 0;
    height: 100%;
    transition: width 0.3s ease;
}

.contact_form_sectionbY form .help_cardkO:hover::after {
    right: auto;
    width: 100%;
    left: 0;
}

.contact_form_sectionbY svg {
    height: 22px;
    fill: rgb(174,185,189);
    width: 22px;
}

footer {
    width: 100%;
    position: relative;
}

footer .faculty_infonR {
    display: grid;
    gap: 60px;
}

footer .contact_sectionsS {
    padding-bottom: 40px;
    justify-content: space-between;
    flex-wrap: wrap;
    display: flex;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}

footer .info_item:last-child {
    margin-right: 0;
}

footer .info_item p,
footer .info_item a {
    transition: color 0.2s ease;
    text-decoration: none;
    color: #000000;
    font-size: 13px;
    letter-spacing: 0.3px;
}

footer .text_main_holder {
    gap: 40px;
    grid-template-columns: 1fr;
    display: grid;
}

footer .subscr_infooV {
    max-width: 350px;
    line-height: 1.6;
    font-size: 16px;
    color: #000000;
}

footer .top_mainbar9B h5::after {
    left: 0;
    position: absolute;
    background-color: rgb(174,185,189);
    bottom: -8px;
    content: "";
    width: 30px;
    height: 2px;
}

footer .top_headir a:hover {
    transform: translateX(5px);
    color: rgb(174,185,189);
}

footer .subscribe_holder {
    padding: 30px;
    background-color: rgba(0, 0, 0, 0.02);
    border-radius: 10px;
}

footer .subscribe_holder p {
    margin-bottom: 25px;
    color: #000000;
    font-size: 13px;
    line-height: 1.6;
}

footer .input_holder input[type="email"] {
    color: #000000;
    transition: border-color 0.3s ease;
    border-radius: 10px;
    font-size: 13px;
    border: 1px solid rgba(0, 0, 0, 0.1);
    background-color: #ffffff;
    padding: 14px 16px;
}

footer .mail_sectionQW:hover {
    background-color: rgb(137,151,154);
}

footer .campus_linksgP {
    margin-top: 50px;
}

footer .faq_blocke0 {
    text-align: center;
    color: #000000;
    font-size: 16px;
}

.homepageMi::before {
    z-index: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    background: 
    radial-gradient(circle at 20% 30%, rgb(137,151,154) 0%, transparent 25%),
    radial-gradient(circle at 80% 70%, rgb(174,185,189,0.5) 0%, transparent 30%);
    left: 0;
    opacity: 0.6;
    content: "";
    animation: gradientShift 15s infinite alternate ease-in-out;
}

.homepageMi h1.start_introgw {
    color: #ffffff;
    animation: slideIn 0.8s 0.2s forwards ease-out;
    transform: translateX(-10px);
    font-size: calc(39px * 1.2);
    position: relative;
    font-weight: 700;
    margin-bottom: 1.5rem;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.15);
    opacity: 0;
}

.homepageMi h1.start_introgw {
    transform: translateY(-10px);
}

.homepageMi p {
    max-width: 600px;
    color: #ffffff;
    font-size: calc(12px * 1.1);
    opacity: 0;
    animation: fadeUp 0.8s 0.4s forwards ease-out;
    line-height: 1.6;
    margin-bottom: 2rem;
    transform: translateY(20px);
}


  
  .homepageMi p {
    margin-left: auto;
    margin-right: auto;
}

.homepageMi .expert_zonePv::before {
    left: 0;
    position: absolute;
    content: "";
    z-index: 1;
    top: 0;
    height: 100%;
    width: 100%;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.7), transparent 70%);
}

.homepageMi .expert_zonePv:hover {
    transform: translateY(-10px) scale(1.02);
}

.homepageMi .expert_zonePv:hover span {
    transform: translateY(0);
}

.homepageMi .expert_zonePv h3 {
    padding-left: 1rem;
    text-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
    color: #ffffff;
    line-height: 1.5;
    position: relative;
    margin: 0;
    font-weight: 600;
    border-left: 3px solid rgb(174,185,189);
    font-size: calc(22px * 1.1);
}

.thxAreaJP::after {
    transform: rotate(15deg);
    z-index: 0;
    animation: float 15s ease-in-out infinite reverse;
    bottom: -10%;
    height: 60%;
    background: linear-gradient(-45deg, rgb(137,151,154,0.5) 0%, rgb(174,185,189) 100%);
    position: absolute;
    opacity: 0.3;
    width: 50%;
    left: -10%;
    filter: blur(30px);
    content: "";
}

.thxAreaJP h2 {
    letter-spacing: -0.02em;
    animation: slideUp 0.7s ease-out 0.2s forwards;
    text-align: center;
    font-size: clamp(1.75rem, 4vw, 31px);
    position: relative;
    line-height: 1.3;
    color: #000000;
    opacity: 0;
    font-weight: 700;
    max-width: 90%;
    margin-bottom: 3rem;
    font-family: Arial, sans-serif;
    transform: translateY(20px);
}

.thxAreaJP .pedagogy_wayuN {
    border-radius: 24px;
    position: relative;
    backdrop-filter: blur(8px);
    animation: slideUp 0.8s ease-out 0.4s forwards;
    width: 100%;
    max-width: 880px;
    transform: translateY(30px);
    opacity: 0;
    background: linear-gradient(120deg, rgba(255,255,255,0.9) 0%, rgba(255,255,255,0.96) 100%);
    box-shadow: 0 20px 40px rgba(0,0,0,0.06), 0 8px 16px rgba(0,0,0,0.04);
    padding: 3rem;
    border-left: 4px solid rgb(174,185,189);
}

.thxAreaJP li::before {
    animation: pulse 3s ease-in-out infinite;
    top: 8px;
    left: 0;
    border-radius: 50%;
    background: rgb(174,185,189);
    height: 8px;
    content: "";
    position: absolute;
    width: 8px;
    box-shadow: 0 0 0 4px rgb(174,185,189,0.5);
}

.leadership_profileza::before {
    animation: float 8s ease-in-out infinite;
    z-index: 0;
    height: 200px;
    border-radius: 50%;
    width: 200px;
    filter: blur(40px);
    content: "";
    top: -50px;
    right: -50px;
    position: absolute;
    background: rgb(137,151,154,0.5);
}

.leadership_profileza .review_cornerpd {
    display: flex;
    position: relative;
    flex-direction: row;
    gap: 30px;
    z-index: 1;
    flex-wrap: wrap;
    transform: rotate(-3deg);
    transition: all 0.5s ease;
}

.leadership_profileza .hover_imagefK {
    transition: all 0.4s ease;
    position: relative;
    transform: translateY(20px);
    box-shadow: 15px 15px 0 rgb(137,151,154,0.5);
    width: 280px;
    clip-path: polygon(0 0, 100% 10%, 85% 100%, 0% 90%);
    height: 350px;
    border-radius: 12px;
}

.leadership_profileza .review_cornerpd:hover .career_tasksbH {
    transform: translateX(0) rotate(0deg);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
}

.leadership_profileza .name {
    padding-bottom: 15px;
    position: relative;
    font-size: 37px;
    margin-bottom: 10px;
    color: rgb(174,185,189);
    font-weight: 700;
}

.leadership_profileza .career_tasksbH > div:nth-child(2) {
    font-weight: 600;
    margin-bottom: 20px;
    color: #000000;
    opacity: 0.8;
    font-size: 15px;
}

.leadership_profileza .work_projectsWc::before {
    color: rgb(174,185,189);
    content: "";
    left: -15px;
    font-size: 80px;
    font-family: Arial, sans-serif;
    position: absolute;
    opacity: 0.1;
    top: -20px;
}

.stay_connectedfe {
    position: relative;
    padding: 6rem 2rem;
    background: linear-gradient(135deg, rgb(174,185,189,0.5), rgb(137,151,154));
    overflow: hidden;
    z-index: 1;
}

.stay_connectedfe::after {
    bottom: -10%;
    opacity: 0.3;
    position: absolute;
    content: "";
    background: linear-gradient(225deg, rgb(174,185,189), transparent);
    transform: rotate(15deg);
    height: 80%;
    animation: pulseGlow 8s infinite alternate ease-in-out;
    right: -5%;
    z-index: -1;
    width: 40%;
}

.stay_connectedfe h3 {
    font-weight: 600;
    font-size: 23px;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.15);
    animation: fadeInUp 0.6s 0.3s ease-out forwards;
    opacity: 0;
    line-height: 1.4;
    color: #ffffff;
    transform: translateY(20px);
    margin: 0;
    font-family: Arial, sans-serif;
}

.stay_connectedfe .input_holder div::before {
    background: rgb(174,185,189);
    content: "";
    height: 2px;
    bottom: 0;
    left: 0;
    z-index: 1;
    transition: width 0.4s ease-out;
    width: 0;
    position: absolute;
}

.stay_connectedfe input[type="email"]:focus {
    background-color: rgba(255, 255, 255, 0.18);
    border-color: rgba(255, 255, 255, 0.3);
    transform: translateY(-2px);
    box-shadow: 0 12px 32px rgba(0, 0, 0, 0.12);
    outline: none;
}

.stay_connectedfe input[type="email"]::placeholder {
    transition: opacity 0.3s;
    color: rgba(255, 255, 255, 0.7);
}

.stay_connectedfe .help_cardkO::after {
    transform: translate(-50%, -50%);
    height: 0;
    border-radius: 50%;
    position: absolute;
    left: 50%;
    opacity: 0;
    transition: width 0.6s, height 0.6s, opacity 0.6s;
    content: "";
    background: radial-gradient(circle, rgba(255, 255, 255, 0.4) 0%, rgba(255, 255, 255, 0) 70%);
    width: 0;
    top: 50%;
}

.stay_connectedfe .help_cardkO:hover {
    box-shadow: 0 12px 28px rgba(0, 0, 0, 0.2), 0 4px 8px rgba(0, 0, 0, 0.1);
    background: rgb(137,151,154);
    transform: translateY(-3px);
}

.stay_connectedfe .help_cardkO:active {
    box-shadow: 0 6px 16px rgba(0, 0, 0, 0.15);
    transform: translateY(-1px);
}

.visitor_acceptancern {
    flex-wrap: nowrap;
    justify-content: space-between;
    display: flex;
    align-items: center;
    z-index: 1;
}

.data_approvalm2 {
    flex-shrink: 0;
    margin-right: 20px;
}

.data_approvalm2 svg {
    transition: fill 0.3s ease-in-out;
    fill: rgb(174,185,189);
    height: 60px;
    width: 60px;
}

.cookie_expandW7 h5 {
    font-weight: 700;
    color: rgb(174,185,189);
    margin-bottom: 5px;
    font-size: 18px;
}

.cookie_disclaimerC0 {
    font-size: 17px;
    margin-left: 10px;
    text-decoration: none;
    border-radius: 10px;
    transition: all 0.3s ease-in-out;
    padding: 10px 20px;
}

.cookie_disclaimerC0 {
    background-color: rgb(174,185,189);
    border: 1px solid rgb(174,185,189);
    color: #ffffff;
}

.course_program_infoAC .knowledge_mapMk {
    width: 100%;
    position: absolute;
    height: 100%;
    left: 0;
    z-index: 1;
    overflow: hidden;
    top: 0;
}

.course_program_infoAC .knowledge_mapMk::before {
    z-index: 2;
    left: 0;
    position: absolute;
    height: 100%;
    backdrop-filter: blur(2px);
    content: "";
    width: 100%;
    background: linear-gradient(135deg, rgba(0, 0, 0, 0.5) 0%, transparent 30%, transparent 70%, rgb(174,185,189,0.5) 100%);
    top: 0;
}

.course_program_infoAC .knowledge_mapMk:hover .next_skill91 {
    animation-play-state: paused;
}

.course_program_infoAC .education_pathA1 {
    height: 100%;
    min-width: 100%;
    transition: transform 0.5s ease;
    position: relative;
}

.course_program_infoAC .education_pathA1 img {
    object-position: center;
    filter: saturate(1.2) contrast(1.1);
    width: 100%;
    object-fit: cover;
    transition: filter 0.3s ease, transform 0.5s ease;
    height: 100%;
}

.course_program_infoAC .education_pathA1:hover img {
    transform: scale(1.05);
    filter: saturate(1.4) contrast(1.2);
}

.course_program_infoAC .pedagogy_wayuN {
    display: flex;
    justify-content: flex-end;
    height: 100%;
    width: 100%;
    align-items: center;
}

.course_program_infoAC .learn_businessWw h3 {
    color: #ffffff;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
    font-size: calc(37px * 1.1);
    padding-bottom: 1rem;
    font-weight: 700;
    position: relative;
    margin-bottom: 1.8rem;
}

.course_program_infoAC .learn_businessWw h3::after {
    border-radius: 10px;
    bottom: 0;
    background: rgb(174,185,189);
    position: absolute;
    width: 70px;
    left: 0;
    height: 4px;
    content: "";
}

.course_program_infoAC .learn_businessWw p {
    font-size: calc(15px * 1.1);
    margin-bottom: 2.5rem;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
    opacity: 1;
    color: #ffffff;
    line-height: 1.7;
}

.course_program_infoAC .learn_businessWw .help_cardkO::before {
    z-index: -1;
    top: 0;
    height: 100%;
    position: absolute;
    left: -100%;
    content: "";
    transition: left 0.7s ease;
    background: linear-gradient(to right, transparent, rgba(255, 255, 255, 0.2), transparent);
    width: 100%;
}

.course_program_infoAC .learn_businessWw .help_cardkO:hover::before {
    left: 100%;
}

header::before {
    height: 100%;
    position: absolute;
    top: 0;
    content: "";
    left: 0;
    width: 100%;
    background: linear-gradient(145deg, rgb(137,151,154,0.5) 0%, transparent 70%);
    z-index: -1;
}

header .main_sitewraptH .main_knowYE {
    transition: transform 0.4s ease;
    margin-right: 10px;
    transform: translateX(0);
}

header .main_sitewraptH .main_knowYE .head_top93 svg {
    height: 50px;
    width: auto;
}

header .main_sitewraptH .top_mainbar9B::before {
    height: 100%;
    transform: rotate(-2deg) scale(1.03);
    background: linear-gradient(135deg, transparent 0%, rgba(0, 0, 0, 0.5) 100%);
    z-index: -1;
    left: 0;
    width: 100%;
    border-radius: 30px;
    position: absolute;
    top: 0;
    content: "";
}

header .main_sitewraptH .top_mainbar9B .header_knowgP:hover {
    transform: translateY(-3px) scale(1.05);
}

header .main_sitewraptH .top_mainbar9B .header_knowgP a::after {
    background: linear-gradient(90deg, transparent, rgb(137,151,154), transparent);
    transition: transform 0.4s ease;
    transform: translateX(-100%);
    position: absolute;
    width: 100%;
    content: "";
    bottom: 0;
    height: 2px;
    left: 0;
}

.confidential_heartheW {
    margin-bottom: 30px;
    overflow: hidden;
    padding: 60px;
    color: #000000;
    position: relative;
    font-family: Arial, sans-serif;
    background-color: #ffffff;
}

.confidential_heartheW ul,
.confidential_heartheW ol {
    z-index: 2;
    margin: 20px 0;
    position: relative;
    padding: 0 0 0 20px;
}

.confidential_heartheW ul {
    list-style-type: disc;
}

.confidential_heartheW ol {
    list-style-type: decimal;
}

.confidential_heartheW p {
    margin-bottom: 20px;
    line-height: 1.6;
    font-size: 18px;
    color: #000000;
    z-index: 2;
    position: relative;
}

.confidential_heartheW span {
    font-weight: 600;
    background: rgb(174,185,189,0.5);
    z-index: 2;
    position: relative;
    border-radius: 10px;
    padding: 5px;
    color: rgb(137,151,154);
}

.confidential_heartheW::after {
    right: -150px;
    height: 300px;
    bottom: -150px;
    width: 300px;
}

.pricing_trayNp {
    padding: 6rem 0;
    overflow: hidden;
    background: linear-gradient(135deg, rgb(211,220,223) 0%, rgb(137,151,154,0.5) 100%);
    position: relative;
}

.pricing_trayNp::before {
    width: 100%;
    top: 0;
    background: repeating-linear-gradient(45deg, transparent, transparent 40px, rgba(rgb(174,185,189), 0.03) 40px, rgba(rgb(174,185,189), 0.03) 80px);
    height: 100%;
    position: absolute;
    content: "";
    left: 0;
    z-index: 1;
    pointer-events: none;
}

.pricing_trayNp .payment_dealsHB:hover {
    transform: translateY(-5px);
}

.pricing_trayNp .payment_dealsHB h2 {
    margin-bottom: 1rem;
    font-weight: 700;
    color: #000000;
    font-size: 29px;
    line-height: 1.3;
    position: relative;
}

.pricing_trayNp .payment_dealsHB:hover h2::after {
    transform: scaleX(1.5);
}

.pricing_trayNp .study_ratesMg {
    overflow-wrap: break-word;
    color: #000000;
    font-size: 15px;
    max-width: 100%;
    margin-top: 1.5rem;
    line-height: 1.6;
    word-break: break-word;
}

.pricing_trayNp .premium_planjO {
    display: block;
    position: relative;
    transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    text-decoration: none;
    overflow: hidden;
    height: 100%;
}

.pricing_trayNp .premium_planjO:hover .cost_schemesIH {
    box-shadow: 0 15px 35px rgba(rgb(174,185,189,0.5), 0.15);
}

.pricing_trayNp .payment_pricingQB {
    display: flex;
    flex-grow: 1;
    padding: 2rem;
    flex-direction: column;
    min-height: 280px;
}

.pricing_trayNp .payment_plansMq {
    position: relative;
    display: block;
    margin: 0.5rem 0 1.25rem;
    font-weight: 700;
    font-size: calc(23px + 0.3rem);
    color: rgb(174,185,189);
}

.pricing_trayNp .payment_pricingQB p {
    flex-grow: 1;
    color: #000000;
    word-break: break-word;
    line-height: 1.6;
    overflow-wrap: break-word;
    margin-top: 1.5rem;
    font-size: 15px;
}

.pricing_trayNp .hover_imagefK::after {
    top: 0;
    position: absolute;
    content: "";
    background: linear-gradient(to top, rgba(0, 0, 0, 0.5), transparent);
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 1;
}

.client_opinions7p::before {
    content: "";
    background: linear-gradient(to right, 
        transparent 0%, 
        rgb(174,185,189) 50%, 
        transparent 100%);
    top: 0;
    left: 0;
    position: absolute;
    height: 2px;
    right: 0;
}

.client_opinions7p h2::before {
    top: 0;
    height: 100%;
    position: absolute;
    content: "";
    left: 0;
    transform: scaleY(1.2);
    background: rgb(174,185,189);
    width: 4px;
}

.client_opinions7p .student_testimonialsG7::before {
    content: "";
    height: 1px;
    right: 0;
    top: -40px;
    left: 0;
    position: absolute;
    background: linear-gradient(to right, rgb(174,185,189,0.5), transparent);
}

.client_opinions7p .review_cornerpd::before {
    bottom: -15px;
    left: 0;
    width: 0;
    height: 1px;
    transition: width 0.6s ease;
    background: rgb(174,185,189);
    content: "";
    position: absolute;
}

.client_opinions7p .review_cornerpd img {
    filter: grayscale(100%);
    grid-area: image;
    transform: rotate(-3deg);
    object-fit: cover;
    height: 55px;
    box-shadow: 5px 5px 0 rgb(174,185,189,0.5);
    transition: all 0.4s ease;
    width: 55px;
    border-radius: 10px;
}

.client_opinions7p .review_cornerpd p::after {
    bottom: 0;
    content: "";
    transition: width 0.4s ease;
    background: rgb(137,151,154);
    position: absolute;
    height: 2px;
    width: 30px;
    left: 0;
}

.client_opinions7p .review_cornerpd:hover .description {
    transform: translateX(10px);
}

.client_opinions7p .review_cornerpd .description::first-letter {
    color: rgb(174,185,189);
    font-size: calc(12px * 1.5);
    font-weight: 700;
}

.client_opinions7p .review_cornerpd:nth-child(3n+2) {
    transform: translateY(-20px);
}


@media only screen and (max-width: 1200px)  {.container {
    width: 100%;
    padding: 0 20px;
}
}


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



@media (max-width: 992px) {.prospective_membersEV {
    padding: 4rem 0;
}.prospective_membersEV h3 {
    font-size: calc(28px * 0.9);
}.prospective_membersEV ul {
    gap: 2rem;
    grid-template-columns: 1fr 1fr;
}.prospective_membersEV ul li {
    padding: 1.2rem 1.8rem;
    border-radius: 40px;
}
}



@media (max-width: 576px) {.prospective_membersEV {
    padding: 3rem 0;
}.prospective_membersEV h3 {
    font-size: calc(28px * 0.8);
    margin-bottom: 3rem;
}.prospective_membersEV ul {
    grid-template-columns: 1fr;
    gap: 1.5rem;
}.prospective_membersEV ul li {
    border-radius: 30px;
    padding: 1rem 1.5rem;
}.prospective_membersEV ul li svg {
    height: 32px;
    width: 32px;
    margin-right: 1rem;
}}



@media screen and (min-width: 768px) {.who_we_aresE {
    padding: 8rem 0;
}.who_we_aresE h1 {
    font-size: calc(48px * 1.1);
    margin-bottom: 4rem;
}.who_we_aresE h1::after {
    width: 80px;
    height: 5px;
}.who_we_aresE .learning_program3u ul {
    grid-template-columns: repeat(2, 1fr);
    gap: 2.5rem;
}.who_we_aresE .virtual_classesWx {
    padding: 3rem;
}.who_we_aresE .virtual_classesWx div {
    max-height: 300px;
}
}



@media (prefers-reduced-motion: reduce) {.who_we_aresE::before,
    .who_we_aresE::after {
    animation: none;
}.who_we_aresE .virtual_classesWx,
    .who_we_aresE h1::after {
    opacity: 1;
    transform: none;
    animation: none;
}.who_we_aresE .virtual_classesWx:hover,
    .who_we_aresE .virtual_classesWx:hover h4 {
    transform: none;
}}



@media screen and (max-width: 1100px) {.contact_form_sectionbY .support_helpGY {
    gap: 30px;
    grid-template-columns: 1fr 400px;
}.contact_form_sectionbY .hover_imagefK {
    height: 500px;
}.contact_form_sectionbY .inquiry_boxnF {
    padding: 40px;
}
}



@media screen and (max-width: 767px) {.contact_form_sectionbY {
    padding: 60px 0;
}.contact_form_sectionbY h2 {
    margin-bottom: 40px;
}.contact_form_sectionbY .hover_imagefK {
    height: 350px;
}
}



@media (min-width: 768px) {footer .text_main_holder {
    gap: 30px;
    grid-template-columns: 1fr 1fr 1fr;
}footer .input_holder {
    flex-direction: row;
}footer .mail_sectionQW {
    white-space: nowrap;
}
}



@media (max-width: 767px) {footer .knowl_basetA {
    padding: 50px 0 30px;
}footer .contact_sectionsS {
    gap: 15px;
    flex-direction: column;
}footer .info_item {
    margin-bottom: 20px;
    margin-right: 0;
}footer .subscribe_holder {
    padding: 20px;
}footer .campus_linksgP {
    margin-top: 30px;
}
}




@media (min-width: 768px) {.homepageMi > div {
    grid-template-columns: 1fr 1fr;
    gap: 4rem;
    align-items: center;
}.homepageMi h1.start_introgw {
    font-size: calc(39px * 1.5);
    margin-bottom: 2rem;
}.homepageMi p {
    font-size: calc(12px * 1.2);
}.homepageMi .learning_page3s {
    margin-top: 0;
}.homepageMi .expert_zonePv {
    clip-path: polygon(0 0, 100% 5%, 100% 100%, 0% 95%);
    height: 450px;
}
}



@media screen and (max-width: 767px) {.thxAreaJP {
    padding: 3rem 1.25rem;
}.thxAreaJP h2 {
    margin-bottom: 2rem;
    max-width: 100%;
}.thxAreaJP .pedagogy_wayuN {
    padding: 2rem 1.5rem;
    border-left-width: 3px;
}.thxAreaJP li {
    padding-left: 1.5rem;
}.thxAreaJP li::before {
    width: 6px;
    top: 6px;
    height: 6px;
}.thxAreaJP h2::before {
    bottom: -12px;
    height: 3px;
    width: 60px;
}
}



@media (max-width: 991px) {.leadership_profileza {
    padding: 40px 20px;
}.leadership_profileza .review_cornerpd {
    flex-direction: column;
    gap: 20px;
}.leadership_profileza .hover_imagefK {
    width: 220px;
    transform: translateY(0) rotate(-3deg);
    margin: 0 auto;
    height: 280px;
}.leadership_profileza .career_tasksbH {
    transform: translateX(0) rotate(0);
    margin-top: -30px;
}.leadership_profileza .review_cornerpd:hover .hover_imagefK {
    transform: translateY(-10px) rotate(0);
}
}



@media (min-width: 992px) {.stay_connectedfe {
    padding: 9rem 4rem;
}.stay_connectedfe::before {
    width: 50%;
}.stay_connectedfe .pedagogy_wayuN {
    grid-template-columns: 1.2fr 0.8fr;
    align-items: center;
    gap: 4rem;
}.stay_connectedfe h3 {
    transform: translateY(0);
    font-size: calc(23px * 1.2);
}.stay_connectedfe .input_holder {
    max-width: 100%;
}
}



@media (min-width: 1200px) {.stay_connectedfe {
    padding: 10rem 5rem;
}.stay_connectedfe .pedagogy_wayuN {
    grid-template-columns: 1.3fr 0.7fr;
    gap: 5rem;
}.stay_connectedfe h3 {
    font-size: calc(23px * 1.3);
}
}


@media (max-width: 1200px) {.cookie_expandW7 h5 {
    font-size: calc(18px - 2px);
}.cookie_expandW7 p {
    font-size: calc(15px - 2px);
}.cookie_disclaimerC0 {
    font-size: calc(17px - 2px);
    padding: 8px 16px;
}
}



@media screen and (max-width: 991px) {.course_program_infoAC {
    padding: 5rem 0;
    min-height: auto;
}.course_program_infoAC .knowledge_mapMk {
    height: 50vh;
    position: relative;
}.course_program_infoAC .pedagogy_wayuN {
    justify-content: center;
}.course_program_infoAC .learn_businessWw {
    max-width: 90%;
    margin: 2rem auto 0;
    padding: 2.5rem;
}
}



@media screen and (max-width: 480px) {.course_program_infoAC .knowledge_mapMk {
    height: 30vh;
}.course_program_infoAC .knowledge_mapMk::before {
    background: linear-gradient(135deg, rgba(0, 0, 0, 0.5) 0%, transparent 50%, rgb(174,185,189,0.5) 100%);
}.course_program_infoAC .container {
    padding: 1rem;
}.course_program_infoAC .learn_businessWw {
    padding: 1.2rem;
}}



@media only screen and (max-width: 800px) {.confidential_heartheW {
    gap: 20px;
    grid-template-columns: 1fr;
    padding: 30px;
}.confidential_heartheW h1 {
    font-size: calc(24px * 0.8);
    grid-column: span 1;
}.confidential_heartheW h2 {
    font-size: calc(24px * 0.8);
}.confidential_heartheW ul,
    .confidential_heartheW ol {
    padding-left: 15px;
}.confidential_heartheW > div {
    padding: 20px;
}.confidential_heartheW::before {
    height: 100px;
    left: -50px;
    top: -50px;
    width: 100px;
}.confidential_heartheW::after {
    width: 150px;
    right: -75px;
    bottom: -75px;
    height: 150px;
}}



@media (min-width: 1200px) {.pricing_trayNp .package_ratesSb {
    gap: 40px;
    grid-template-columns: repeat(2, 1fr);
}.pricing_trayNp .payment_pricingQB {
    padding: 2.5rem;
}.pricing_trayNp .payment_dealsHB h2 {
    font-size: calc(29px + 0.2rem);
}.pricing_trayNp .hover_imagefK {
    height: 250px;
}
}



@media screen and (max-width: 992px) {.client_opinions7p {
    padding: 90px 0;
}.client_opinions7p h2 {
    margin-bottom: 60px;
    max-width: 80%;
    font-size: calc(31px * 1.2);
}
}



@media screen and (max-width: 768px) {.client_opinions7p {
    padding: 70px 0;
}.client_opinions7p .student_testimonialsG7 {
    gap: 70px;
    grid-template-columns: 1fr;
}.client_opinions7p h2 {
    max-width: 100%;
}.client_opinions7p .review_cornerpd:nth-child(3n+1),
    .client_opinions7p .review_cornerpd:nth-child(3n+2) {
    transform: translateY(0);
}
}

@keyframes glow_scrollbar { 0% { box-shadow: 0 0 5px rgba(0,0,0,0.2); } 50% { box-shadow: 0 0 15px rgba(0,0,0,0.5); } 100% { box-shadow: 0 0 5px rgba(0,0,0,0.2); } }



@keyframes pulsateRing {
    0% {
        transform: translate(-50%, -50%) scale(0.8);
        opacity: 0.1;
    }
    100% {
        transform: translate(-50%, -50%) scale(1.2);
        opacity: 0.3;
    }
}



@keyframes pulsateBubble {
    0% {
        transform: scale(0.8);
        opacity: 0.2;
    }
    100% {
        transform: scale(1.2);
        opacity: 0.4;
    }
}



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



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



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

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



@keyframes fadeIn {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}



@keyframes pulse {
    0% {
        box-shadow: 0 0 0 0 rgb(174,185,189,0.5);
    }
    70% {
        box-shadow: 0 0 0 8px rgba(0,0,0,0);
    }
    100% {
        box-shadow: 0 0 0 0 rgba(0,0,0,0);
    }
}



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



@keyframes slideUp {
    0% {
        transform: translateY(40px);
    }
    100% {
        transform: translateY(0);
    }
}



@keyframes carousel-slide {
    0%, 100% {
        transform: translateX(0);
    }
    20% {
        transform: translateX(0);
    }
    25% {
        transform: translateX(-100%);
    }
    45% {
        transform: translateX(-100%);
    }
    50% {
        transform: translateX(-200%);
    }
    70% {
        transform: translateX(-200%);
    }
    75% {
        transform: translateX(-300%);
    }
    95% {
        transform: translateX(-300%);
    }
}

