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

.res_connectex {
    flex: 0 0 auto;
}

.res_connectex {
    position: relative;
    color: #ffffff;
    padding: 6rem 0 4rem;
    z-index: 1;
}

.get_updatesex .academy_rootsex {
    margin: 0 auto;
    padding: 0 20px;
    max-width: 800px;
    z-index: 2;
    position: relative;
}

.get_updatesex h3 {
    max-width: 80%;
    grid-column: 1 / -1;
    line-height: 1.1;
    font-size: clamp(22px, 5vw, 47px);
    margin-bottom: 40px;
    position: relative;
    color: #000000;
    font-weight: 700;
}

.get_updatesex input[type="email"]::placeholder {
    opacity: 0.7;
    transition: all 0.3s ease;
    color: #000000;
}

.get_updatesex .sub_bannersex {
    font-weight: 400;
    cursor: pointer;
    letter-spacing: 2px;
    position: relative;
    border-radius: 0;
    transition: all 0.3s ease;
    height: 50px;
    background: transparent;
    border: 1px solid #000000;
    color: #000000;
    font-size: 16px;
    flex: 1;
    overflow: hidden;
    font-family: Arial, sans-serif;
    text-transform: uppercase;
}

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

header .top_learningex:after {
    bottom: 0;
    transform-origin: right;
    position: absolute;
    transition: transform 0.4s cubic-bezier(0.65, 0.05, 0.36, 1);
    width: 100%;
    transform: scaleX(0);
    left: 0;
    background: rgb(198,203,212);
    height: 2px;
    content: '';
}

header .top_learningex:hover:before {
    opacity: 1;
}

header .first_teachex:hover svg {
    transform: scale(1.05);
}

header .first_teachex:hover:after {
    width: 100%;
}

.potential_enrolleesex::before {
    height: 200%;
    content: "";
    position: absolute;
    background: radial-gradient(
    circle at 30% 30%,
    rgb(161,168,179,0.5) 0%,
    transparent 50%
  ), radial-gradient(
    circle at 70% 70%,
    rgb(198,203,212,0.5) 0%,
    transparent 45%
  );
    z-index: -1;
    opacity: 0.6;
    animation: slowRotate 35s linear infinite;
    width: 200%;
    left: -50%;
    top: -50%;
}

.potential_enrolleesex ul li::before {
    content: "";
    background: linear-gradient(
    45deg,
    transparent,
    rgb(161,168,179,0.5),
    rgb(198,203,212,0.5),
    transparent
  );
    border-radius: 10px;
    inset: 0;
    mask-composite: exclude;
    padding: 2px;
    -webkit-mask-composite: xor;
    position: absolute;
    transition: opacity 0.4s ease;
    opacity: 0.4;
    -webkit-mask: 
    linear-gradient(#fff 0 0) content-box, 
    linear-gradient(#fff 0 0);
}

.cookie_message_popupex .cookie_hideex {
    flex-shrink: 0;
    animation: logoScale 1.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
    margin-right: 20px;
    transform-origin: center;
}

.cookie_message_popupex .online_cookiesex p {
    margin: 0;
    font-size: 14px;
    line-height: 1.5;
    color: #000000;
}


#consentPopupDialogex {
    display: none;
}

#consentPopupDialogex:checked ~ .cookie_message_popupex {
    visibility: hidden;
    opacity: 0;
}

.teaching_experienceex::after {
    height: 100%;
    right: -50%;
    position: absolute;
    opacity: 0.15;
    top: -50%;
    background: radial-gradient(circle, rgb(161,168,179,0.5) 0%, transparent 70%);
    z-index: 0;
    width: 100%;
    content: "";
}

.teaching_experienceex .opinion_cornerex::before {
    content: "";
    width: 4px;
    position: absolute;
    top: 0;
    height: 100%;
    z-index: 1;
    left: 0;
    background: linear-gradient(to bottom, rgb(198,203,212), rgb(161,168,179));
}

.teaching_experienceex .opinion_cornerex > div:nth-child(2) {
    border-left: 1px solid rgb(198,203,212,0.5);
    order: 2;
    padding-left: 1rem;
}

.teaching_experienceex .opinion_cornerex .name:hover::after {
    transform: scaleX(1);
}

.teaching_experienceex .opinion_cornerex > div:nth-child(3) {
    order: 3;
    margin-top: 1rem;
    position: relative;
}

.course_highlightsex {
    background-color: rgb(234,237,239);
    overflow: hidden;
    position: relative;
    padding: 100px 0;
}

.course_highlightsex::after {
    position: absolute;
    content: "";
    right: 0;
    background: radial-gradient(
    circle at 80% 20%,
    rgb(161,168,179,0.5) 0%,
    transparent 60%
  );
    height: 100%;
    width: 100%;
    top: 0;
    z-index: 1;
}

.course_highlightsex .skill_mapex::before {
    content: "";
    height: 60px;
    border-right: 2px solid rgb(161,168,179,0.5);
    right: 20px;
    top: 20px;
    width: 60px;
    border-top: 2px solid rgb(161,168,179,0.5);
    z-index: 1;
    position: absolute;
}

.course_highlightsex .main_guideex::before {
    top: 50%;
    border-radius: 50%;
    position: absolute;
    content: "";
    height: 10px;
    background-color: rgb(198,203,212);
    transform: translateY(-50%);
    width: 10px;
    left: -20px;
}

.course_highlightsex h3 {
    position: relative;
    font-weight: 700;
    font-size: 37px;
    margin-bottom: 20px;
    text-transform: uppercase;
    color: #000000;
    padding-bottom: 20px;
    letter-spacing: 1px;
}

.course_highlightsex .photo_stripex::after {
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 18px;
    z-index: 3;
    content: "";
    inset: 0;
    position: absolute;
}



.res_connectex .container {
    grid-gap: 2rem;
    display: grid;
    grid-template-columns: repeat(12, 1fr);
}

.res_connectex .company_holder {
    grid-row: 1;
    position: relative;
    grid-column: 1 / 5;
}

.res_connectex .company_holder h3 {
    -webkit-background-clip: text !important;
    display: inline-block;
    font-size: 33px;
    position: relative;
    background: linear-gradient(90deg, #ffffff, rgb(198,203,212));
    font-weight: 700;
    margin-bottom: 1.5rem;
    -webkit-text-fill-color: transparent;
}

.res_connectex .header_navbarex {
    display: grid;
    width: 100%;
    grid-template-columns: repeat(2, 1fr);
    gap: 3rem;
}

.res_connectex .nav_masterex:hover::before {
    height: 100%;
}

.res_connectex .nav_masterex h5 {
    font-weight: 600;
    padding-left: 1rem;
    letter-spacing: 1px;
    position: relative;
    margin-bottom: 1.5rem;
    font-size: 20px;
    color: rgb(161,168,179);
}

.res_connectex .nav_masterex .header_navbarex a:hover {
    padding-left: 1.5rem;
    color: #ffffff;
    opacity: 1;
}

.res_connectex .nav_masterex .header_navbarex a:hover::before {
    transform: translateX(0);
}

.trophy_caseex::before {
    background: linear-gradient(90deg, transparent, rgb(198,203,212), transparent);
    content: "";
    height: 1px;
    left: 50%;
    top: 0;
    width: 60%;
    transform: translateX(-50%);
    position: absolute;
}

.data_explorationex .container {
    position: relative;
    padding: 0 15px;
    max-width: 1200px;
    margin: 0 auto;
}

.data_explorationex .statistics_upsidesex {
    z-index: 2;
    align-items: center;
    transition: all 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    box-shadow: 0 20px 40px -10px rgba(0, 0, 0, 0.05);
    border-radius: 10px;
    display: flex;
    overflow: hidden;
    background: #ffffff;
    padding: 2.5rem;
    justify-content: center;
    position: relative;
}

.data_explorationex .statistics_upsidesex span {
    max-width: 60%;
    position: absolute;
    font-size: 13px;
    text-align: right;
    font-weight: 400;
    transform: translateY(-50%);
    z-index: 2;
    color: #000000;
    right: 2rem;
    top: 50%;
}

.data_explorationex .statistics_upsidesex:hover svg {
    opacity: 0.5;
    transform: rotate(15deg);
}



.data_explorationex::after {
    opacity: 0.05;
    width: 100%;
    height: 25%;
    z-index: -1;
    left: 0;
    bottom: 0;
    background: linear-gradient(to top, rgb(198,203,212,0.5) 0%, transparent 100%);
    position: absolute;
    content: "";
}

.data_explorationex .statistics_upsidesex:hover::after {
    animation: pulse 2s infinite;
}

.data_explorationex .statistics_upsidesex:nth-child(3) p {
    color: rgb(161,168,179);
}

.contact_sectionex {
    padding: 100px 0;
    position: relative;
    background: #000000;
    overflow: hidden;
}

.contact_sectionex .photo_stripex::before {
    position: absolute;
    height: 100%;
    background: linear-gradient(to right, #000000 0%, transparent 50%, #000000 100%);
    top: 0;
    width: 100%;
    content: '';
    right: 0;
}

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

.contact_sectionex form h3 {
    text-shadow: 0 0 5px rgb(198,203,212);
    margin-bottom: 30px;
    font-size: 19px;
    text-align: left;
}

.contact_sectionex input[type="text"]:focus,
.contact_sectionex textarea:focus {
    outline: none;
    box-shadow: 
        inset 0 0 5px rgba(0, 0, 0, 0.5),
        0 0 5px rgb(198,203,212,0.5);
    border-color: rgb(198,203,212);
}

.contact_sectionex textarea {
    height: 140px;
    resize: none;
}

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

.contact_sectionex .connect_reachex input[type="checkbox"]:checked + label::after {
    width: 6px;
    border: solid #ffffff;
    height: 12px;
    left: 7px;
    content: '';
    border-width: 0 2px 2px 0;
    position: absolute;
    transform: rotate(45deg);
    top: 5px;
}

.contact_sectionex .query_listex:hover {
    box-shadow: 0 0 20px rgb(161,168,179);
    transform: translateY(-3px);
    background: rgb(161,168,179);
}

.contact_sectionex .inquiry_formex::before {
    height: 100%;
    width: 100%;
    background: linear-gradient(135deg, rgb(198,203,212,0.5) 0%, transparent 100%);
    left: 0;
    content: '';
    opacity: 0.1;
    top: 0;
    position: absolute;
}

.contact_sectionex .message_helpex {
    padding: 0;
    margin: 0;
    list-style: none;
}

.contact_sectionex .message_helpex li:hover {
    transform: translateX(5px);
}

.contact_sectionex .message_helpex span {
    color: #ffffff;
    line-height: 1.6;
    font-size: 14px;
    font-family: Arial, sans-serif;
}

.thanksCardex {
    overflow: hidden;
    position: relative;
    padding: 5rem 0;
    background: linear-gradient(135deg, rgb(234,237,239), rgb(234,237,239) 60%, rgb(161,168,179,0.5) 140%);
}

.thanksCardex h2 {
    line-height: 1.3;
    margin-bottom: 2rem;
    max-width: 90%;
    font-size: 35px;
    position: relative;
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    font-family: Arial, sans-serif;
    font-weight: 700;
    transform: translateY(0);
    color: #000000;
}

.thanksCardex .academy_rootsex:hover {
    transform: translateY(-5px) translateZ(0);
    box-shadow: 
        0 20px 30px rgba(0, 0, 0, 0.08),
        0 8px 15px rgba(0, 0, 0, 0.03);
}

.thanksCardex li::before {
    width: 10px;
    background: rgb(198,203,212);
    transition: transform 0.3s ease, background-color 0.3s ease;
    content: "";
    height: 10px;
    top: 0.5rem;
    transform: scale(0.8);
    position: absolute;
    left: 0;
    border-radius: 50%;
}

.title_openerex .edu_heroex {
    min-height: 100vh;
    display: flex;
    position: relative;
    isolation: isolate;
    padding: 4rem 2rem;
    justify-content: center;
    align-items: center;
}

.title_openerex .mentor_valuesex::before {
    content: '';
    position: absolute;
    top: 0;
    height: 100%;
    width: 100%;
    left: 0;
    opacity: 0.15;
    clip-path: polygon(0 15%, 100% 0, 100% 85%, 0 100%);
    transform: scale(1.05);
    z-index: -1;
    background: linear-gradient(135deg, 
        rgb(161,168,179,0.5) 0%, 
        rgb(198,203,212,0.5) 100%);
    transition: transform 0.4s ease-out, opacity 0.4s ease;
}

.title_openerex p {
    animation: fadeInUp 0.8s 0.6s cubic-bezier(0.22, 1, 0.36, 1) forwards;
    border-left: 3px solid rgb(161,168,179);
    margin-top: 2rem;
    color: #ffffff;
    max-width: 85%;
    font-weight: 400;
    transform: translateY(20px);
    line-height: 1.6;
    opacity: 0;
    position: relative;
    backdrop-filter: blur(3px);
    font-size: clamp(1rem, 2vw, 16px);
    padding: 1rem;
}

.who_we_areex {
    position: relative;
    color: #ffffff;
    overflow: hidden;
    padding: 6rem 0;
}

.who_we_areex h4 {
    letter-spacing: 3px;
    position: relative;
    color: #ffffff;
    margin-bottom: 2rem;
    opacity: 0;
    font-weight: 700;
    z-index: 2;
    text-transform: uppercase;
    transform: translateX(-2rem);
    animation: slideInLeft 0.8s ease-out forwards 0.3s;
    padding-left: 4rem;
    font-size: calc(22px * 1.2);
}

.who_we_areex h6 {
    opacity: 0;
    animation: popUp 0.8s cubic-bezier(0.175, 0.885, 0.32, 1.275) forwards 0.7s;
    margin-bottom: 1.5rem;
    transform: translateY(15px);
    transform-origin: left center;
    position: relative;
    font-weight: 700;
    color: rgb(161,168,179);
    display: inline-block;
    font-size: calc(16px * 1.5);
}

.training_structureex {
    padding: 130px 0;
    background: rgb(234,237,239);
    overflow: hidden;
    position: relative;
}

.training_structureex .academy_rootsex {
    padding: 0 20px;
    max-width: 1200px;
    position: relative;
    margin: 0 auto;
    z-index: 2;
}

.training_structureex .headline_wrapex::after {
    position: absolute;
    bottom: 0;
    background: rgb(234,237,239);
    right: 0;
    top: 0;
    border-radius: 12px;
    margin: 3px;
    left: 0;
    content: '';
    z-index: -1;
}

.training_structureex .headline_wrapex h2::before {
    opacity: 0.7;
    left: 0;
    height: 8px;
    transform: translateY(5px);
    bottom: -4px;
    transition: transform 0.3s ease, opacity 0.3s ease;
    background: linear-gradient(90deg, rgb(198,203,212), rgb(161,168,179));
    content: '';
    width: 100%;
    opacity: 0;
    position: absolute;
    border-radius: 10px;
}



.training_structureex .headline_wrapex p::after {
    filter: blur(20px);
    opacity: 0.3;
    height: 60px;
    right: -20px;
    background: rgb(198,203,212,0.5);
    border-radius: 50%;
    bottom: -20px;
    width: 60px;
    content: '';
    position: absolute;
    animation: pulse 8s infinite;
}

.privacy_cloisterex h2 {
    margin-bottom: 15px;
    font-family: Arial, sans-serif;
    color: rgb(161,168,179);
    padding-left: 10px;
    border-left: 4px solid rgb(198,203,212);
    margin-top: 0;
    font-size: 31px;
    text-align: left;
    font-weight: 600;
}

.pricing_panelex {
    padding: 100px 0;
    overflow: hidden;
    position: relative;
}

.pricing_panelex::before {
    z-index: 1;
    background: linear-gradient(135deg, rgba(0,0,0,0.85) 0%, rgba(0,0,0,0.6) 100%);
    bottom: 0;
    top: 0;
    content: "";
    position: absolute;
    right: 0;
    left: 0;
}

.pricing_panelex .fee_plansex {
    display: grid;
    padding: 0;
    margin: 0;
    gap: 30px;
    list-style: none;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
}

.pricing_panelex .premium_gridex::before {
    background: linear-gradient(45deg, transparent 0%, rgba(rgb(198,203,212), 0.05) 100%);
    width: 100%;
    height: 100%;
    content: "";
    position: absolute;
    top: 0;
    z-index: -1;
    left: 0;
}

.pricing_panelex .premium_gridex:hover .edu_dealsex h4::after {
    width: 60px;
}

.pricing_panelex .edu_dealsex p {
    margin: 0 0 25px;
    overflow-y: auto;
    color: rgb(255, 255, 255, 0.5);
    flex-grow: 1;
    scrollbar-width: thin;
    font-size: 15px;
    scrollbar-color: rgb(198,203,212) transparent;
    overflow-wrap: break-word;
    line-height: 1.6;
    word-break: break-word;
    max-height: 250px;
}


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



@media (max-width: 480px) {.get_updatesex {
    padding: 60px 0 80px;
}.get_updatesex h3 {
    margin-bottom: 25px;
    font-size: 22px;
}.get_updatesex input[type="email"] {
    font-size: calc(13px * 0.9);
}.get_updatesex .sub_bannersex {
    letter-spacing: 1px;
    font-size: calc(16px * 0.9);
}.get_updatesex::after {
    bottom: 40px;
}}



@media screen and (max-width: 992px) {.potential_enrolleesex {
    padding: 70px 15px;
}.potential_enrolleesex .academy_rootsex {
    padding: 40px 30px;
}.potential_enrolleesex h3 {
    font-size: calc(35px * 0.9);
    margin-bottom: 40px;
}.potential_enrolleesex ul {
    gap: 20px;
}
}


@media (max-width: 768px) {.cookie_message_popupex .cookie_hideex {
    margin-right: 0;
    margin-bottom: 15px;
}.cookie_message_popupex .cookies_overviewex {
    text-align: center;
    width: 48%;
    margin-left: 0;
}}



@media (min-width: 992px) {.teaching_experienceex .opinion_cornerex {
    grid-template-areas: 
      "photo info"
      "photo quote";
    grid-template-columns: 300px 1fr;
    padding: 5rem;
    gap: 3rem 4rem;
}.teaching_experienceex .opinion_cornerex > div:first-child {
    align-self: start;
}.teaching_experienceex .opinion_cornerex .photo_stripex {
    width: 280px;
    height: 280px;
}.teaching_experienceex .opinion_cornerex .name {
    font-size: calc(24px * 1.3);
}.teaching_experienceex .opinion_cornerex > div:nth-child(2) > div {
    font-size: calc(12px * 1.1);
}.teaching_experienceex .opinion_cornerex .emp_sectionex {
    padding: 2.5rem;
    line-height: 1.8;
    font-size: calc(12px * 1.05);
}
}



@media (min-width: 1400px) {.course_highlightsex .container {
    max-width: 1320px;
}.course_highlightsex .photo_stripex {
    min-height: 550px;
}}



@media screen and (max-width: 992px) {.res_connectex .container {
    grid-template-columns: repeat(1, 1fr);
}.res_connectex .company_holder {
    grid-row: 1;
    grid-column: 1;
}.res_connectex .guide_sectionex {
    margin-top: 2rem;
    grid-column: 1;
    grid-row: 2;
}.trophy_caseex {
    margin-top: 3rem;
    grid-row: 3;
}
}



@media screen and (max-width: 1024px) {.data_explorationex {
    padding: 6rem 0;
}.data_explorationex h2 {
    margin-bottom: 4rem;
}.data_explorationex ul {
    gap: 2rem;
}.data_explorationex .statistics_upsidesex {
    padding: 2rem;
}.data_explorationex .statistics_upsidesex p {
    font-size: calc(43px * 1.3);
}
}



@media (max-width: 768px) {.contact_sectionex {
    padding: 80px 0;
}.contact_sectionex h3 {
    margin-bottom: 40px;
    font-size: calc(33px * 0.9);
}.contact_sectionex .inquiry_helpex,
    .contact_sectionex .inquiry_formex {
    padding: 30px;
}.contact_sectionex form h3,
    .contact_sectionex .inquiry_formex h4 {
    font-size: calc(19px * 0.9);
    margin-bottom: 25px;
}
}



@media (max-width: 992px) {.thanksCardex {
    padding: 4rem 0;
}.thanksCardex h2 {
    font-size: calc(35px * 0.9);
    max-width: 100%;
}.thanksCardex .academy_rootsex {
    padding: 2rem;
}
}



@media (max-width: 768px) {.thanksCardex {
    padding: 3.5rem 0;
}.thanksCardex h2 {
    margin-bottom: 1.5rem;
    font-size: calc(35px * 0.8);
}.thanksCardex h2::after {
    height: 3px;
    width: 60px;
}.thanksCardex .academy_rootsex {
    padding: 1.8rem;
}.thanksCardex li {
    padding-left: 1.8rem;
}.thanksCardex li span {
    font-size: 13px;
}
}



@media (max-width: 767px) {.title_openerex .edu_heroex {
    min-height: 90vh;
    padding: 2rem 1rem;
}.title_openerex .mentor_valuesex {
    padding: 2rem 1.5rem;
}.title_openerex .mentor_valuesex::before {
    clip-path: polygon(0 5%, 100% 0, 100% 95%, 0 100%);
}.title_openerex h3 {
    max-width: 100%;
}.title_openerex p {
    max-width: 100%;
    margin-top: 1.5rem;
}
}



@media (max-width: 480px) {.who_we_areex {
    padding: 3rem 0;
}.who_we_areex .headline_wrapex {
    padding: 1.5rem;
    margin: 0;
}.who_we_areex h4 {
    margin-bottom: 1.5rem;
    font-size: 22px;
    padding-left: 2.5rem;
}.who_we_areex h4::before {
    width: 1.8rem;
}.who_we_areex h6 {
    font-size: 16px;
    margin-bottom: 1rem;
}.who_we_areex span {
    font-size: calc(12px * 0.95);
    line-height: 1.6;
}.who_we_areex .headline_wrapex div {
    max-height: 240px;
}}



@media (max-width: 991px) {.pricing_panelex {
    padding: 80px 0;
}.pricing_panelex .fee_plansex {
    grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
    gap: 20px;
}.pricing_panelex .price_gridex {
    padding: 25px 20px;
}.pricing_panelex .edu_dealsex h4 {
    font-size: 21px;
}.pricing_panelex .learn_feesex {
    font-size: 21px;
    padding: 8px 20px;
}
}



@keyframes floatText {
    0% { transform: translateY(0); }
    50% { transform: translateY(-5px); }
    100% { transform: translateY(0); }
}



@keyframes slowRotate {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}



@keyframes pulse {
  0% {
    opacity: 0.4;
    transform: scale(0.98);
  }
  50% {
    opacity: 0.6;
    transform: scale(1);
  }
  100% {
    opacity: 0.4;
    transform: scale(0.98);
  }
}



@keyframes pulse {
    0% {
        box-shadow: 0 0 0 0 rgb(198,203,212,0.5);
    }
    70% {
        box-shadow: 0 0 0 10px rgba(0, 0, 0, 0);
    }
    100% {
        box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
    }
}



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



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



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

